/**
 * @author Muhammad Hussein Fattahizadeh <m@mhf.ir>
 * @copyright (c) 2016, Muhammad Hussein Fattahizadeh <m@mhf.ir>
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../lib/fonts/fontawesome-webfont.woff2?v=OWJmOTJm") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'lg';
  src: url("../lib/fonts/lg.woff?v=OWJmOTJm") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DroidNaskh-Regular';
  src: url("../fonts/DroidNaskh-Regular.woff?v=OWJmOTJm") format("woff");
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: 'DroidNaskh-Bold';
  src: url("../fonts/DroidNaskh-Bold.woff?v=OWJmOTJm") format("woff");
  font-weight: bold;
  font-display: swap; }
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html, body {
  padding: 0;
  margin: 0;
  background-color: #fff8f2; }

body, input, select, textarea {
  font-family: "DroidNaskh-Regular";
  direction: rtl; }

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: "DroidNaskh-Bold";
  font-weight: normal; }

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

.outer-wrapper {
  max-width: 1600px;
  margin: 0 auto; }

.main-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 8px; }

.main-wrapper-1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px; }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.res, .newspapar-slider .converting-np .image-np, .gallery-news-slider ul li .main-pic, .attach-slider .converting-np .image-np, .article-body .primary-files .contain-img {
  display: block;
  text-decoration: none; }
  .res > img, .newspapar-slider .converting-np .image-np > img, .gallery-news-slider ul li .main-pic > img, .attach-slider .converting-np .image-np > img, .article-body .primary-files .contain-img > img {
    display: block;
    width: 100%;
    height: auto; }

.myspan, .ticker-header {
  float: right;
  width: auto; }

.float {
  float: right; }

.defloat {
  float: left; }

.slimScrollDiv {
  overflow: inherit !important; }

.transition, #nav-toggle > li, #nav-toggle > li a, .time-mag-cnt .top-calander .h-np-archive, .top-news-outer .hardnews-content .title > a, .attach-news-dtals ul li, .attach-pdf-dtals ul li, .breadcrumb li a, .article-body .primary-files .social-sharer a, .social-left a, .article-tag .tags-detail, .related-news-outer .all-list li a, .comment-reply .like,
.comment-reply .minus, .comment-stuff .comment-l .submit-comment, .footer-r-menu ul li > a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.global-boxshadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.11); }

.fancybox-overlay .fancybox-overlay-fixed {
  background: rgba(0, 0, 0, 0.6) !important; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.6) !important; }

.img-circle {
  border-radius: 50%; }

.list-circle::before, .global-list-news-outer ul li .title::before {
  position: absolute;
  top: 4px;
  right: 0;
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffa200; }

a.back-to-top {
  display: none;
  background-color: #434343;
  text-decoration: none; }
  a.back-to-top i {
    margin: auto;
    display: table;
    text-align: center;
    padding-top: 10px;
    font-size: 1.5em;
    color: #787878;
    font-weight: bold;
    display: block; }
  @media screen and (min-width: 800px) {
    a.back-to-top {
      width: 50px;
      height: 50px;
      position: fixed;
      z-index: 999;
      right: 20px;
      bottom: 51px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; } }

.fa-rss:before {
  content: "\f09e"; }

.fa-fsb:before {
  content: "\f09a"; }

.fa-twt:before {
  content: "\f099"; }

.fa-in:before {
  content: "\f0e1"; }

.fa-gp:before {
  content: "\f0d5"; }

.fa-inst:before {
  content: "\f16d"; }

.owf-721::before {
  content: "\ED1D"; }

.mrgt {
  margin-top: 16px; }

.mrgbt {
  margin-bottom: 16px; }

::selection {
  background-color: #ffa200;
  color: #fff; }

.table_res {
  padding: 8px 0;
  overflow-x: scroll; }

.zxc {
  margin: 0 auto; }
  .zxc div {
    margin: 0 auto; }

.zxc-h-gallery div {
  margin-bottom: 16px; }
  @media (min-width: 1180px) {
    .zxc-h-gallery div {
      margin-bottom: 50px; } }

.l-zxc {
  padding-top: 16px; }
  .l-zxc div {
    margin: 0 auto 16px auto; }

.n-l-zxc div {
  margin: 0 auto 16px auto; }

.m-zxc div {
  margin-bottom: 16px; }

.n-zxc div {
  margin: 0 auto 16px auto; }

.head-first-row {
  padding: 30px 0;
  background-color: #e5c8ae; }
  @media (min-width: 900px) {
    .head-first-row {
      min-height: 172px; } }

.head-space-right {
  display: none; }
  @media (min-width: 900px) {
    .head-space-right {
      width: 32.5%;
      float: right;
      display: block; } }

.mr-logo {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 520px) {
    .mr-logo {
      width: 41.66667%;
      float: right;
      padding: 0 16px; } }
  @media (min-width: 900px) {
    .mr-logo {
      width: 25%;
      float: right;
      padding: 0 16px; } }

.head-space-left {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-left: 0; }
  .head-space-left div {
    margin: 0 auto;
    padding: 12px 0 0 0; }
  @media (min-width: 520px) {
    .head-space-left {
      width: 58.33333%;
      float: left;
      margin-left: 0;
      padding: 0; } }
  @media (min-width: 900px) {
    .head-space-left {
      width: 42.5%;
      float: left;
      margin-left: 0; }
      .head-space-left div {
        float: left; } }

.mr-logo a {
  text-align: center;
  display: block;
  z-index: 111; }
  @media (min-width: 900px) {
    .mr-logo a {
      position: absolute;
      top: 10px; } }
  .mr-logo a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
    @media (min-width: 700px) {
      .mr-logo a > img {
        width: auto; } }

.head-second-row {
  background-color: #fff7f2;
  padding: 12px 0 24px 0;
  box-shadow: 0 -5px 5px -5px #ddb98a; }
  @media (min-width: 701px) {
    .head-second-row {
      padding: 12px 0 12px 0; } }

.right-news-sticky {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 701px) {
    .right-news-sticky {
      width: 56.66667%;
      float: right; } }

.left-search-box {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 701px) {
    .left-search-box {
      width: 43.33333%;
      float: left;
      margin-left: 0;
      padding-right: 32px; } }

.sticky-cnt {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  height: 30px;
  width: 100%;
  margin-top: 2px; }
  @media (min-width: 300px) and (max-width: 700px) {
    .sticky-cnt {
      padding-bottom: 12px; } }
  @media (min-width: 701px) {
    .sticky-cnt {
      width: 58.33333%;
      float: right; } }

.stickynews_cnt {
  width: 100%;
  margin-bottom: 2px; }
  @media only screen and (min-width: 1000px) {
    .stickynews_cnt {
      width: 65%; } }
  @media only screen and (max-width: 700px) {
    .stickynews_cnt {
      margin-bottom: 16px; } }
  .stickynews_cnt .viticker_icon {
    float: right; }
    .stickynews_cnt .viticker_icon span {
      font-size: 0.9em;
      color: #cb1726;
      padding-left: 6px;
      padding: 2px 5px;
      font-weight: bold;
      border-radius: 5px;
      display: block; }
  .stickynews_cnt .stickynews {
    display: flex;
    overflow: hidden;
    height: 30px;
    width: 100%;
    margin-top: 2px; }
    .stickynews_cnt .stickynews .title {
      position: relative;
      float: right;
      font-size: 0.8em;
      margin: 0;
      padding: 2px 0 0 0; }
    .stickynews_cnt .stickynews .newsticker {
      padding-right: 0;
      margin-top: 3px;
      animation-name: ticker;
      animation-duration: 25s;
      animation-iteration-count: infinite;
      animation-timing-function: cubic-bezier(1, 0, 0.5, 0);
      margin: 0; }
@keyframes ticker {
  0% {
    margin-top: 5px; }
  20% {
    margin-top: -23px; }
  40% {
    margin-top: -48px; }
  60% {
    margin-top: -75px; }
  80% {
    margin-top: -99px; } }
      .stickynews_cnt .stickynews .newsticker li {
        line-height: 25px; }
        .stickynews_cnt .stickynews .newsticker li a {
          color: #484b4f;
          font-size: 0.8em;
          -webkit-user-select: none;
          padding-right: 6px;
          overflow: hidden;
          display: inline;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
        .stickynews_cnt .stickynews .newsticker li:hover {
          animation-play-state: paused; }

#top-ticker-active {
  height: 26px !important; }

.ticker-header {
  font-size: 0.9em;
  color: #cb1726;
  padding-left: 6px;
  font-family: "DroidNaskh-Bold"; }

.ticker-list li > a {
  font-size: 0.9em;
  color: #000; }

@media (min-width: 300px) and (max-width: 700px) {
  .left-search-box form {
    background-color: #e7e7e7; } }
@media (min-width: 701px) {
  .left-search-box form {
    float: left; } }
.left-search-box form input {
  background: none;
  border: none;
  background-color: #e7e7e7;
  padding: 0 12px;
  font-size: 0.9em;
  display: none; }
  @media (min-width: 300px) and (max-width: 700px) {
    .left-search-box form input {
      display: inline-block;
      width: 80%; } }
.left-search-box form button {
  background: none;
  border: none; }
.left-search-box form i {
  cursor: pointer;
  font-size: 1.1em; }
  @media (min-width: 300px) and (max-width: 700px) {
    .left-search-box form i {
      float: left;
      padding: 6px 0 2px 10px; } }
@media (min-width: 820px) {
  .left-search-box form {
    float: left;
    padding-left: 6px; } }

.main-nav-cnt {
  border-top: 1px solid #e4ddd7;
  border-bottom: 1px solid #e4ddd7;
  background-color: #fff7f2; }

.show-menu {
  display: block;
  padding: 6px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 1.1em;
  background-color: #dab18c;
  border: unset;
  width: 100%; }
  @media (min-width: 800px) {
    .show-menu {
      display: none; } }

#nav-toggle {
  margin: 0;
  padding: 0;
  display: none;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #nav-toggle:after {
    content: " ";
    display: block;
    clear: both; }
  #nav-toggle > li {
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f3e4cd; }
    #nav-toggle > li a {
      display: inline-block;
      padding: 2px 6px;
      color: #000;
      font-size: 0.95em;
      font-family: "DroidNaskh-Bold"; }
      @media (min-width: 800px) {
        #nav-toggle > li a {
          display: block; } }
    #nav-toggle > li:first-child {
      border-bottom: 3px solid #ffa200; }
    @media (min-width: 800px) {
      #nav-toggle > li {
        display: inline-block;
        width: auto;
        border: none;
        padding: 2px 0; } }
    #nav-toggle > li.active {
      border-bottom: 3px solid #ffa200; }
    #nav-toggle > li:hover {
      border-bottom: 3px solid #ffa200; }
      @media (min-width: 800px) {
        #nav-toggle > li:hover .sub-menu {
          display: block !important; } }
  @media (min-width: 800px) {
    #nav-toggle {
      display: block; } }

.show_menu {
  display: block !important; }

.show_search {
  display: inline-block !important; }

.show_Text {
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important; }

.time-mag-cnt {
  border-bottom: 1px solid #e4ddd7;
  background-color: #fff; }
  .time-mag-cnt .top-calander {
    text-align: center;
    padding: 12px 0; }
    .time-mag-cnt .top-calander .newspaper-issue, .time-mag-cnt .top-calander .newspaper-calander {
      display: block;
      font-family: "DroidNaskh-Bold";
      font-size: 0.8em;
      color: #716d6d; }
    .time-mag-cnt .top-calander .newspaper-issue {
      display: inline !important; }
    .time-mag-cnt .top-calander .h-np-archive {
      font-family: "DroidNaskh-Bold";
      font-size: 0.8em;
      padding-right: 10px;
      color: #716d6d; }
      .time-mag-cnt .top-calander .h-np-archive:hover {
        color: #cb1726; }
    @media (min-width: 960px) {
      .time-mag-cnt .top-calander {
        width: 31.66667%;
        float: left;
        margin-left: 0;
        text-align: inherit; } }
    @media (min-width: 1180px) {
      .time-mag-cnt .top-calander {
        width: 40%;
        float: left;
        margin-left: 0; } }

.top-news-outer {
  background-color: #f2dfce; }
  @media (min-width: 960px) {
    .top-news-outer {
      margin: 90px 0 0 0;
      height: 380px; } }
  @media (min-width: 1000px) {
    .top-news-outer {
      height: 320px; } }
  .top-news-outer .lightSlider.lSSlide {
    height: auto !important; }
  @media (min-width: 960px) {
    .top-news-outer .lSSlideOuter.lSrtl {
      position: relative;
      top: -153px; } }
  .top-news-outer li {
    padding: 16px; }
    @media (min-width: 960px) {
      .top-news-outer li {
        padding: 24px; } }
    .top-news-outer li:hover .title > a {
      color: #cb1726; }
    .top-news-outer li img {
      border: 1px solid #ccc; }
  .top-news-outer .hardnews-content .up-title {
    margin: 0;
    padding: 4px 0;
    text-align: center;
    font-size: 0.8em; }
  .top-news-outer .hardnews-content .title {
    margin: 0;
    padding: 0; }
    .top-news-outer .hardnews-content .title > a {
      display: block;
      color: #000;
      text-align: center;
      font-size: 0.6em; }

.top-news-outer .lSAction > a {
  background: none !important; }
.top-news-outer .lSSlideOuter {
  position: relative; }
  @media (min-width: 960px) {
    .top-news-outer .lSSlideOuter .lSPager.lSpg li {
      display: block;
      padding: 0;
      margin: -8px 0; } }
  .top-news-outer .lSSlideOuter .lSPager.lSpg li > a {
    background-color: #878585;
    height: 10px;
    width: 10px;
    margin: 0; }
  @media (min-width: 960px) {
    .top-news-outer .lSSlideOuter .lSPager.lSpg {
      position: absolute;
      top: 37%;
      right: 97%; } }
  .top-news-outer .lSSlideOuter .lSPager.lSpg li.active a {
    background-color: #ffa200; }

.newspapar-slider {
  padding-top: 16px; }
  .newspapar-slider .lSAction > a {
    background: none !important; }
  .newspapar-slider .pdf-slider-cnt {
    position: relative; }
  @media (min-width: 300px) {
    .newspapar-slider .converting-np > .pdf-down-btn {
      width: 16.66667%;
      float: right;
      padding-left: 6px; } }
  .newspapar-slider .converting-np .image-np {
    border: 1px solid #000; }
    @media (min-width: 300px) {
      .newspapar-slider .converting-np .image-np {
        width: 83.33333%;
        float: left;
        margin-left: 0; } }
  .newspapar-slider .lSSlideOuter .lSPager.lSpg {
    margin-top: 16px !important; }
    .newspapar-slider .lSSlideOuter .lSPager.lSpg > li {
      display: block !important;
      line-height: 1.5em; }
      .newspapar-slider .lSSlideOuter .lSPager.lSpg > li a {
        padding: 0 6px;
        font-size: 0.7em;
        background-color: transparent !important;
        border-radius: 0 !important;
        display: initial !important;
        height: auto !important;
        overflow: hidden;
        text-indent: -999em;
        width: auto !important;
        color: #000 !important; }
      .newspapar-slider .lSSlideOuter .lSPager.lSpg > li.active a {
        border-bottom: 2px solid #ffa200; }

#pdf-news-slider img {
  width: 247px;
  height: 345px; }

.home_newspaper .lSSlideOuter {
  display: flex;
  flex-direction: row-reverse; }
.home_newspaper .newspaper_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2dfce;
  padding: 10px 15px;
  margin: 5px 0; }
  .home_newspaper .newspaper_title a {
    color: #000;
    transition: all 0.3s ease-in; }
    .home_newspaper .newspaper_title a:hover {
      color: #cb1726; }
    .home_newspaper .newspaper_title a svg {
      display: flex;
      align-items: center; }

.h-second-column {
  border-top: 1px solid #e4ddd7;
  padding: 16px 0 0 0; }

.h-third-column {
  border-top: 1px solid #e4ddd7;
  padding: 16px 0 24px 0; }

.home-service-outer {
  transition: 0.2s all; }
  @media (min-width: 540px) {
    .home-service-outer {
      width: 47.9%;
      float: right;
      margin: 0 0 16px 16px;
      min-height: 380px; }
      .home-service-outer:nth-child(2n) {
        margin-left: 0; }
      .home-service-outer:last-child {
        margin-left: 0; }
      .home-service-outer:hover {
        background-color: #f2dfce; } }
  @media (min-width: 900px) {
    .home-service-outer {
      width: 23.6%;
      float: right;
      margin: 0 0 0 16px;
      min-height: 350px; }
      .home-service-outer:nth-child(2n) {
        margin-left: 16px;
        margin-bottom: 16px; }
      .home-service-outer:nth-child(4), .home-service-outer:nth-child(8) {
        margin-left: 0; }
      .home-service-outer:last-child {
        margin-left: 0; } }
  .home-service-outer .same-home-service {
    margin: 0;
    padding: 0;
    text-align: center; }
    .home-service-outer .same-home-service .category-title {
      padding: 4px 0;
      margin: 0;
      display: block; }
      .home-service-outer .same-home-service .category-title a {
        color: #ffa200;
        font-size: 1em; }
    .home-service-outer .same-home-service .up-title {
      margin: 0;
      padding: 4px 0;
      display: block; }
      .home-service-outer .same-home-service .up-title a {
        display: block;
        color: #878585;
        font-size: 0.7em;
        font-family: "DroidNaskh-Bold"; }
    .home-service-outer .same-home-service .title {
      margin: 0;
      display: block;
      padding: 4px 0; }
      .home-service-outer .same-home-service .title a {
        display: block;
        color: #000;
        font-size: 0.7em;
        font-family: "DroidNaskh-Bold"; }
        @media (min-width: 300px) and (max-width: 900px) {
          .home-service-outer .same-home-service .title a {
            font-size: 0.8em; } }

.h-gallery-slider {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 1180px) {
    .h-gallery-slider {
      width: 63.33333%;
      float: right;
      padding-left: 16px; } }

.h-middle-article {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-left: 0;
  padding-top: 16px; }
  @media (min-width: 1180px) {
    .h-middle-article {
      width: 36.66667%;
      float: left;
      margin-left: 0;
      padding: 0; } }

.h-gallery-slider-outer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .h-gallery-slider-outer:after {
    content: " ";
    display: block;
    clear: both; }
  .h-gallery-slider-outer .gallery-news {
    padding: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .h-gallery-slider-outer .gallery-news:after {
      content: " ";
      display: block;
      clear: both; }

.gallery-news-slider {
  direction: ltr; }
  .gallery-news-slider ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative; }
    .gallery-news-slider ul li {
      position: relative; }

.gallery-news-content {
  direction: rtl;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  padding: 12px;
  text-shadow: 0 0 3px #333;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  transition: 0.2s all; }
  @media (min-width: 840px) {
    .gallery-news-content {
      padding: 28px 20px 24px 20px; } }
  .gallery-news-content .up-title {
    display: none; }
    @media (min-width: 540px) {
      .gallery-news-content .up-title {
        margin: 4px;
        padding: 4px;
        font-size: 0.7em;
        color: #fff;
        font-weight: normal;
        display: inline-block;
        line-height: 1.7em;
        text-align: right;
        direction: rtl; } }
  .gallery-news-content .title {
    margin: 0;
    padding: 0; }
    .gallery-news-content .title a {
      direction: rtl;
      display: block;
      font-size: 0.7em;
      color: #f5e590; }
  .gallery-news-content .lead {
    display: none;
    direction: rtl;
    font-size: 0.7em;
    color: #fff; }
    @media (min-width: 540px) {
      .gallery-news-content .lead {
        display: block; } }

.gallery-news .lSAction > a {
  background: none !important; }
.gallery-news .lSSlideOuter {
  position: relative; }
  .gallery-news .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    top: 0%;
    left: 1%; }
    .gallery-news .lSSlideOuter .lSPager.lSpg li {
      padding: 0 1px; }
      .gallery-news .lSSlideOuter .lSPager.lSpg li > a {
        background-color: #fff;
        border: 1px solid #fff;
        height: 9px;
        width: 9px;
        margin: 0 1px; }
    .gallery-news .lSSlideOuter .lSPager.lSpg li.active a {
      background-color: #c96d3b; }

.h-article-box .article-category {
  background-color: #d5a880;
  display: block;
  margin: 0;
  padding: 4px 0; }
  .h-article-box .article-category a {
    display: block;
    text-align: center;
    color: #000; }
.h-article-box .h-article-box-list {
  margin: 0;
  background-color: #fff;
  padding: 12px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1180px) {
    .h-article-box .h-article-box-list {
      min-height: 212px; } }
  .h-article-box .h-article-box-list:hover .title > a {
    transition: 0.2s all;
    color: #cb1726; }
.h-article-box .lead {
  font-size: 0.8em;
  margin: 0;
  padding: 12px 0 0 0;
  display: block;
  color: #878585; }
.h-article-box .title {
  margin: 0;
  padding: 4px 0;
  display: block; }
  .h-article-box .title > a {
    color: #000;
    display: block;
    font-size: 0.7em;
    text-align: center; }

.h-forth-column .forth-sec-one {
  padding: 16px 0 24px 0;
  border-top: 1px solid #e4ddd7; }
  @media (min-width: 840px) {
    .h-forth-column .forth-sec-one .right-service-chinesh-outer {
      width: 58.33333%;
      float: right;
      padding-left: 24px;
      border-left: 1px solid #dedede; } }
  @media (min-width: 1140px) {
    .h-forth-column .forth-sec-one .right-service-chinesh-outer {
      border: none; } }
  @media (min-width: 840px) {
    .h-forth-column .forth-sec-one .left-service-chinesh-outer {
      width: 41.66667%;
      float: left;
      margin-left: 0; } }

@media (min-width: 300px) and (max-width: 800px) {
  .global-rs-chinesh {
    padding-bottom: 12px; } }
.global-rs-chinesh ul {
  margin: 0;
  padding: 0; }
  .global-rs-chinesh ul li .category-title {
    background-color: #000;
    display: inline-block;
    width: 47%;
    margin: 0 0 16px 0;
    padding: 0; }
    .global-rs-chinesh ul li .category-title > a {
      display: block;
      text-align: center;
      font-size: 0.9em;
      color: #ffa200; }
      .global-rs-chinesh ul li .category-title > a:hover {
        color: #cb1726; }

.h-service-chinesh {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .h-service-chinesh:after {
    content: " ";
    display: block;
    clear: both; }
  .h-service-chinesh > a {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 800px) {
      .h-service-chinesh > a {
        width: 50%;
        float: right;
        padding-left: 16px; } }
  .h-service-chinesh .service-chinesh-content {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
    .h-service-chinesh .service-chinesh-content .up-title {
      margin: 0;
      padding: 12px 0 6px 0;
      display: block;
      color: #000;
      font-size: 0.7em; }
    .h-service-chinesh .service-chinesh-content .title {
      margin: 0;
      padding: 0;
      display: block;
      color: #000; }
      .h-service-chinesh .service-chinesh-content .title > a {
        display: block;
        color: #000;
        font-size: 0.9em; }
    @media (min-width: 800px) {
      .h-service-chinesh .service-chinesh-content {
        width: 50%;
        float: left;
        margin-left: 0; } }

.global-ls-chinesh {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .global-ls-chinesh:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 300px) and (max-width: 800px) {
    .global-ls-chinesh {
      border-top: 1px solid #dedede;
      padding-top: 12px; } }
  .global-ls-chinesh ul {
    margin: 0;
    padding: 0 8px 0 0; }
    .global-ls-chinesh ul li {
      padding: 4px 0; }
      .global-ls-chinesh ul li > .title {
        display: block;
        margin: 0;
        padding: 0; }
        .global-ls-chinesh ul li > .title > a {
          padding-right: 6px;
          border-right: 2px solid #fff8f2;
          display: block;
          font-size: 0.7em;
          color: #878585;
          transition: 0.2s all; }
      .global-ls-chinesh ul li:hover .title > a {
        border-right: 2px solid #ffa200;
        color: #000; }

.attach-box .attach-news {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px; }
  .attach-box .attach-news:after {
    content: " ";
    display: block;
    clear: both; }

#attach-cnt {
  background-color: #1b1b1b;
  padding: 16px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
  @media (min-width: 600px) {
    #attach-cnt .attach-pic {
      width: 25%;
      float: right; } }
  @media (min-width: 600px) {
    #attach-cnt .attach-news-dtals {
      width: 75%;
      float: left;
      margin-left: 0; } }

.attach-news-dtals ul {
  margin: 0;
  padding: 0 9px; }
  .attach-news-dtals ul li {
    padding: 2px 6px 6px 6px;
    border-bottom: 1px solid #272727; }
    .attach-news-dtals ul li h4 {
      margin: 0;
      padding: 0; }
      .attach-news-dtals ul li h4 i {
        font-size: 14px;
        padding-left: 4px;
        color: #cc4f26; }
      .attach-news-dtals ul li h4 .title {
        color: #c8c8c8;
        display: inline;
        font-size: 0.87em;
        padding: 4px 0; }
    .attach-news-dtals ul li:hover .title {
      color: #f3e69e; }

.attach-news .category-title {
  background-color: #000;
  display: inline-block;
  width: 35%;
  margin: 0;
  border-bottom: 4px solid #c32626;
  padding: 4px; }
  .attach-news .category-title a {
    color: #f8c366;
    font-size: 1em;
    text-align: center;
    display: block; }
    .attach-news .category-title a:hover {
      color: #fff; }

.pdf-attach-arc {
  padding: 16px 0; }

.attach-box .attach-news, .attach-box .attach-pdf-news {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px; }
  .attach-box .attach-news:after, .attach-box .attach-pdf-news:after {
    content: " ";
    display: block;
    clear: both; }

#attach-pdf-cnt {
  background-color: #1b1b1b;
  padding: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
  @media (min-width: 700px) {
    #attach-pdf-cnt .attach-pdf-dtals {
      width: 62.5%;
      float: right;
      padding-left: 12px; } }
  @media (min-width: 700px) {
    #attach-pdf-cnt .attach-pdf-pic {
      width: 37.5%;
      float: left;
      margin-left: 0;
      padding: 12px 0 12px 12px; } }

.attach-pdf-dtals ul {
  margin: 0;
  padding: 0 9px; }
  .attach-pdf-dtals ul li {
    padding: 2px 6px 6px 6px;
    border-bottom: 1px solid #272727; }
    .attach-pdf-dtals ul li h4 {
      margin: 0;
      padding: 0; }
      .attach-pdf-dtals ul li h4 i {
        font-size: 14px;
        padding-left: 4px;
        color: #cc4f26; }
      .attach-pdf-dtals ul li h4 .title {
        color: #c8c8c8;
        display: inline;
        font-size: 0.8em;
        padding: 4px 0; }
    .attach-pdf-dtals ul li:hover .title {
      color: #f3e69e; }

.attach-pdf-news .category-title {
  background-color: #000;
  display: inline-block;
  width: 55%;
  margin: 0;
  border-bottom: 4px solid #c32626;
  padding: 4px;
  color: #f8c366;
  font-size: 1em;
  text-align: center; }
  @media (min-width: 600px) {
    .attach-pdf-news .category-title {
      width: 35%; } }

.attach-slider {
  padding: 20px 0 90px 16px;
  background-color: #fff; }
  .attach-slider .lSAction > a {
    background: none !important; }
  .attach-slider .attachpdf-slider-cnt {
    position: relative; }
  @media (min-width: 300px) {
    .attach-slider .converting-np > .pdf-btn {
      width: 17.5%;
      float: right;
      margin-left: 10px;
      background-image: url("/images/pdf-icon.png");
      background-repeat: no-repeat;
      height: 47px; } }
  .attach-slider .converting-np .image-np {
    border: 1px solid #000; }
    @media (min-width: 300px) {
      .attach-slider .converting-np .image-np {
        width: 79.16667%;
        float: left;
        margin-left: 0; } }
  .attach-slider .lSSlideOuter .lSPager.lSpg {
    overflow: auto;
    margin-top: 5px !important;
    position: absolute !important;
    bottom: -80px !important;
    right: 10px !important; }
    .attach-slider .lSSlideOuter .lSPager.lSpg > li {
      display: block !important;
      line-height: 1.5em;
      float: right; }
      .attach-slider .lSSlideOuter .lSPager.lSpg > li a {
        padding: 0 5.8px;
        font-size: 0.6em;
        background-color: transparent !important;
        border-radius: 0 !important;
        display: initial !important;
        height: auto !important;
        overflow: hidden;
        text-indent: -999em;
        width: auto !important;
        color: #000 !important; }
      .attach-slider .lSSlideOuter .lSPager.lSpg > li.active a {
        border-bottom: 2px solid #ffa200; }

#pdf-attach-slider {
  height: auto !important; }

.mb--4 {
  margin-bottom: 16px; }

.archive-first-column {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 16px; }

.archive-second-column {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 16px; }

body.mag-archive .right-column {
  padding-bottom: 16px; }

.emergency-box {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4px; }
  .emergency-box:after {
    content: " ";
    display: block;
    clear: both; }
  .emergency-box .em-logo {
    display: none; }
    @media (min-width: 600px) {
      .emergency-box .em-logo {
        width: 16.66667%;
        float: right;
        display: block; } }
    @media (min-width: 840px) {
      .emergency-box .em-logo {
        width: 8.33333%;
        float: right; } }
    @media (min-width: 1100px) {
      .emergency-box .em-logo {
        width: 4.58333%;
        float: right;
        padding-right: 6px; } }
    .emergency-box .em-logo img {
      display: block;
      max-width: 100%;
      height: auto; }
  .emergency-box .em-content {
    width: 100%; }
    @media (min-width: 600px) {
      .emergency-box .em-content {
        width: 75%;
        float: right; } }
    @media (min-width: 840px) {
      .emergency-box .em-content {
        width: 83.33333%;
        float: right; } }
    @media (min-width: 1100px) {
      .emergency-box .em-content {
        width: 91.66667%;
        float: right; } }

.emergency-box .em-title {
  font-size: 1em;
  color: #140808;
  font-family: "DroidNaskh-Bold";
  display: inline;
  padding: 0 12px; }

.emergency-box .em-content h2 {
  margin: 0;
  padding: 0;
  display: inline; }
  .emergency-box .em-content h2 a {
    font-size: 0.7em;
    font-family: "DroidNaskh-Bold";
    color: #140808; }

body.news main {
  padding-top: 0; }

.news-outer {
  padding: 16px 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .news-outer:after {
    content: " ";
    display: block;
    clear: both; }
  .news-outer .news-col-1 {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 900px) {
      .news-outer .news-col-1 {
        width: 55.83333%;
        float: right; } }
  .news-outer .news-col-2 {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 900px) {
      .news-outer .news-col-2 {
        width: 45.83333%;
        float: left;
        margin-left: 0;
        padding-right: 16px; } }
    @media (min-width: 1130px) {
      .news-outer .news-col-2 {
        width: 31.66667%;
        float: right; } }
  .news-outer .news-col-3 {
    display: none; }
    @media (min-width: 1130px) {
      .news-outer .news-col-3 {
        display: block;
        width: 12.5%;
        float: left;
        margin-left: 0;
        padding-right: 16px; } }

.news-body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .news-body:after {
    content: " ";
    display: block;
    clear: both; }

.breadcrumb {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0; }
  .breadcrumb:after {
    content: " ";
    display: block;
    clear: both; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li a {
      font-size: 0.8em;
      padding: 0 0 0 4px;
      color: #000; }
      .breadcrumb li a:hover {
        color: #753c0a; }
    .breadcrumb li i {
      color: #333;
      font-size: 0.7em;
      padding-left: 4px; }

.news-page-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .news-page-content:after {
    content: " ";
    display: block;
    clear: both; }

.news-top-bar {
  background-color: #e5c8ae;
  margin: 10px 0; }
  .news-top-bar .top-bar {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 10px; }
    .news-top-bar .top-bar:after {
      content: " ";
      display: block;
      clear: both; }
    .news-top-bar .top-bar .right-bar {
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 800px) {
        .news-top-bar .top-bar .right-bar {
          width: 66.66667%;
          float: right; } }
    .news-top-bar .top-bar .left-bar {
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 800px) {
        .news-top-bar .top-bar .left-bar {
          width: 33.33333%;
          float: left;
          margin-left: 0;
          text-align: left; } }

.news-top-bar {
  border: 1px solid #d4c19c; }
  .news-top-bar .glob-bar-div {
    color: #000;
    font-size: 0.7em;
    margin-left: 8px;
    display: inline; }
    .news-top-bar .glob-bar-div a {
      color: #000; }
  .news-top-bar .glob-bar-font {
    color: #000;
    display: inline;
    font-size: 0.7em;
    position: relative; }
    .news-top-bar .glob-bar-font span {
      padding-left: 16px; }
    .news-top-bar .glob-bar-font .fa-sort-asc {
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer; }
    .news-top-bar .glob-bar-font .fa-sort-desc {
      position: absolute;
      left: 0;
      bottom: -1px;
      cursor: pointer;
      display: inline; }

#news-page-article {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #news-page-article:after {
    content: " ";
    display: block;
    clear: both; }
  #news-page-article .uptitle {
    display: block;
    text-align: center;
    font-size: 0.8em;
    color: #000;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 4px 0; }
  #news-page-article .title {
    margin: 0;
    padding: 10px 0;
    font-size: 1.5em;
    color: #000;
    line-height: 1.5em;
    display: block;
    text-align: center; }

.article-body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.1em;
  padding: 16px 0; }
  .article-body:after {
    content: " ";
    display: block;
    clear: both; }
  .article-body .primary-files {
    position: relative; }
    @media (min-width: 900px) {
      .article-body .primary-files {
        padding-top: 48px; } }
    .article-body .primary-files .special-bg {
      border: 1px solid #e3dbca;
      background-color: #f2dfce; }
    .article-body .primary-files .contain-img {
      width: 100%;
      display: block;
      height: auto;
      border: 1px solid #000; }
      @media (min-width: 900px) {
        .article-body .primary-files .contain-img {
          padding: 0px 28px;
          position: relative;
          top: -64px;
          border: none; } }
      .article-body .primary-files .contain-img .img-caption {
        padding: 4px 0;
        text-align: center;
        display: block;
        color: #444;
        border-bottom: 1px solid #e6e6e6; }
    .article-body .primary-files .social-sharer button {
      background: unset;
      border: unset;
      padding: 0;
      color: #878585;
      transition: 0.3s all ease-in-out; }
      .article-body .primary-files .social-sharer button:hover {
        color: #000;
        transition: 0.3s all ease-in-out; }
    .article-body .primary-files .social-sharer a {
      float: left;
      font-size: 0.9em;
      display: inline-block;
      color: #878585;
      padding: 0 6px 4px 0; }
      .article-body .primary-files .social-sharer a:hover {
        color: #000; }
    @media (min-width: 900px) {
      .article-body .primary-files .social-sharer {
        position: absolute;
        top: 50px;
        left: 6px; }
        .article-body .primary-files .social-sharer a {
          float: none;
          display: block;
          padding: 0 0 4px 0; } }
    .article-body .primary-files .sharer-bg a {
      padding: 0 6px 4px 0;
      float: left;
      font-size: 0.9em;
      display: inline-block;
      color: #878585;
      display: inline-block; }
  .article-body .lead {
    font-size: 0.9em;
    color: #000;
    display: block;
    line-height: 1.6em; }
    @media (min-width: 900px) {
      .article-body .lead {
        margin: -32px 0 0 0;
        padding: 0 24px 20px 24px; } }

.article-body video {
  max-width: 100%;
  margin: 0px auto;
  display: block; }
.article-body .video-info,
.article-body .audio-info {
  margin-top: 12px; }
  .article-body .video-info span,
  .article-body .audio-info span {
    margin-left: 8px;
    color: #753c0a;
    font-size: 0.9em; }
.article-body .download-video-button,
.article-body .download-audio-button,
.article-body .download-file-button {
  display: inline;
  margin-top: 12px;
  background-color: #753c0a; }
  .article-body .download-video-button > a,
  .article-body .download-audio-button > a,
  .article-body .download-file-button > a {
    font-size: 0.8em;
    padding: 8px;
    display: inline-block;
    color: #fff !important; }

#echo-detail {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #878585;
  padding: 0 16px;
  margin-top: 16px; }
  #echo-detail:after {
    content: " ";
    display: block;
    clear: both; }
  #echo-detail div {
    color: #3F3F3F; }
  #echo-detail p {
    display: block;
    margin: 20px 0;
    color: #3F3F3F;
    font-size: 0.9em; }
  #echo-detail a {
    color: #753c0a; }
  #echo-detail h2 {
    margin: 8px 0 0 0;
    padding: 0; }
  #echo-detail strong {
    color: #000;
    font-family: "DroidNaskh-Bold"; }
  #echo-detail table {
    width: 100%;
    background-color: #f5f5f5; }
  #echo-detail table,
  #echo-detail th,
  #echo-detail td {
    border: 1px solid #b3b3b3;
    border-collapse: collapse; }
  #echo-detail th,
  #echo-detail td {
    padding: 10px; }
  #echo-detail img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    padding: 10px 0; }
  #echo-detail video {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: block; }
  #echo-detail blockquote {
    background-color: #eee;
    margin: 0;
    padding: 12px;
    border: 1px solid #e4e4e4;
    border-bottom: 4px solid #dadada;
    overflow: auto; }
    #echo-detail blockquote:before {
      content: "\f10e";
      font-family: FontAwesome; }
    #echo-detail blockquote:after {
      float: left;
      content: "\f10d";
      font-family: FontAwesome; }
    #echo-detail blockquote p {
      margin: 4px 0;
      padding: 0 8px;
      font-size: 0.9em; }
  #echo-detail .gallary-mianmatni {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    direction: ltr;
    padding: 0 !important; }
    #echo-detail .gallary-mianmatni:after {
      content: " ";
      display: block;
      clear: both; }
    #echo-detail .gallary-mianmatni li::before {
      margin-left: 0 !important;
      content: none !important;
      display: none !important; }
    #echo-detail .gallary-mianmatni .lSSlideOuter .lSPager .lSGallery {
      margin: 0 auto !important; }
    #echo-detail .gallary-mianmatni .imageGallery li {
      width: 100%; }
    #echo-detail .gallary-mianmatni .imageGallery li img {
      margin: 0 auto;
      display: block; }
    #echo-detail .gallary-mianmatni .lSSlideOuter .lSPager.lSGallery img {
      width: 100px;
      height: 70px; }
  #echo-detail .inline_gallery,
  #echo-detail .gallery_attach {
    margin: 8px auto; }
    #echo-detail .inline_gallery ul,
    #echo-detail .gallery_attach ul {
      position: relative;
      list-style-type: none; }
      #echo-detail .inline_gallery ul li,
      #echo-detail .gallery_attach ul li {
        margin-bottom: 0; }
        #echo-detail .inline_gallery ul li::before,
        #echo-detail .gallery_attach ul li::before {
          display: none; }
        #echo-detail .inline_gallery ul li img,
        #echo-detail .gallery_attach ul li img {
          margin: 0;
          width: 100%;
          height: auto;
          display: block;
          border-radius: 7px; }
    #echo-detail .inline_gallery .splide__pagination,
    #echo-detail .gallery_attach .splide__pagination {
      display: none; }
    #echo-detail .inline_gallery .splide__arrows,
    #echo-detail .gallery_attach .splide__arrows {
      top: 48%;
      width: 100%;
      z-index: 999;
      position: absolute; }
      #echo-detail .inline_gallery .splide__arrows svg,
      #echo-detail .gallery_attach .splide__arrows svg {
        width: 25px;
        height: 30px;
        fill: #946a45;
        transition: 0.5s ease-in; }
      #echo-detail .inline_gallery .splide__arrows button,
      #echo-detail .gallery_attach .splide__arrows button {
        cursor: pointer;
        line-height: 6px;
        border-radius: 6px;
        transition: 0.5s ease-in;
        border: 1px solid #946a45;
        background-color: #d4d4d4; }
    #echo-detail .inline_gallery .splide__arrow--next,
    #echo-detail .gallery_attach .splide__arrow--next {
      right: 16px;
      position: absolute; }
    #echo-detail .inline_gallery .splide__arrow--prev,
    #echo-detail .gallery_attach .splide__arrow--prev {
      left: 16px;
      position: absolute;
      transform: rotateY(180deg); }
    @media only screen and (min-width: 700px) {
      #echo-detail .inline_gallery .splide__arrows button,
      #echo-detail .gallery_attach .splide__arrows button {
        opacity: 0.3;
        background-color: #fff; }
        #echo-detail .inline_gallery .splide__arrows button:hover,
        #echo-detail .gallery_attach .splide__arrows button:hover {
          opacity: 1; }
      #echo-detail .inline_gallery .splide__arrow--prev,
      #echo-detail .gallery_attach .splide__arrow--prev {
        opacity: 0.3; } }

.gallary-attach {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 12px 0; }
  .gallary-attach:after {
    content: " ";
    display: block;
    clear: both; }
  .gallary-attach #imageGalleryAttach {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .gallary-attach #imageGalleryAttach > li {
      display: block; }
      .gallary-attach #imageGalleryAttach > li img {
        margin: 0 auto;
        max-width: 100%;
        display: block;
        padding: 10px 0; }

.article-detail {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 4px 0; }
  .article-detail:after {
    content: " ";
    display: block;
    clear: both; }
  .article-detail .social-left {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 800px) {
      .article-detail .social-left {
        width: 58.33333%;
        float: left;
        margin-left: 0; } }

.social-left {
  padding-top: 16px; }
  .social-left .article-social {
    text-align: center; }
    @media (min-width: 600px) {
      .social-left .article-social {
        float: left;
        text-align: left; } }
  .social-left a {
    color: #878585 !important;
    display: inline-block;
    text-align: center; }
    .social-left a:hover {
      color: #f2dfce; }
    .social-left a i {
      font-size: 1em;
      padding: 8px 2px; }

.tags-outer {
  margin-top: 8px; }

.article-tag {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #878585; }
  .article-tag:after {
    content: " ";
    display: block;
    clear: both; }
  .article-tag .tag-title {
    display: inline;
    color: #753c0a;
    font-family: "DroidNaskh-Bold";
    font-size: 0.9em;
    padding-right: 22px; }
  .article-tag .tags-detail {
    color: #000;
    font-family: "DroidNaskh-Bold";
    font-size: 0.8em;
    display: inline-block;
    padding: 0 6px 0 10px; }
    .article-tag .tags-detail:hover {
      color: #cb1726; }

.related-news-outer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #878585; }
  .related-news-outer:after {
    content: " ";
    display: block;
    clear: both; }
  .related-news-outer .header-section {
    border-bottom: 1px solid #e9e9e9;
    padding: 8px;
    background-color: #fff; }
    .related-news-outer .header-section .title-section {
      margin: 0;
      padding: 0;
      display: block; }
      .related-news-outer .header-section .title-section > a {
        color: #ffa200;
        font-size: 0.7em;
        display: block;
        text-align: center; }
  .related-news-outer .all-list {
    margin: 0;
    padding: 10px 16px; }
    .related-news-outer .all-list li {
      padding: 4px 0; }
      .related-news-outer .all-list li i {
        color: #ffa200;
        font-size: 8px; }
      .related-news-outer .all-list li a {
        color: #555;
        font-size: 0.8em;
        display: inline;
        padding-right: 4px; }
        .related-news-outer .all-list li a:hover {
          color: #000; }

#comment-list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0 0 0; }
  #comment-list:after {
    content: " ";
    display: block;
    clear: both; }
  #comment-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #comment-list ul li {
      margin-bottom: 12px;
      background-color: #fff; }
      #comment-list ul li ul li .comment-header {
        border-top: 3px solid #878585; }

.comment-list-cnt {
  border: 1px solid #878585; }
  .comment-list-cnt .comment-header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-top: 3px solid #cb1726;
    border-bottom: 1px solid #c2c2c2;
    padding: 4px 10px; }
    .comment-list-cnt .comment-header:after {
      content: " ";
      display: block;
      clear: both; }
    .comment-list-cnt .comment-header .comment-head {
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 600px) {
        .comment-list-cnt .comment-header .comment-head {
          width: 33.33333%;
          float: right; } }
    .comment-list-cnt .comment-header .comment-reply {
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 600px) {
        .comment-list-cnt .comment-header .comment-reply {
          text-align: left;
          width: 66.66667%;
          float: left;
          margin-left: 0; } }

.comment-head .user-name {
  font-family: "DroidNaskh-Bold";
  color: #000;
  padding-left: 6px; }
.comment-head span {
  color: #949494;
  font-size: 0.9em; }
.comment-head time {
  color: #949494;
  font-size: 0.8em; }

.comment-reply span {
  color: #949494;
  font-size: 0.8em; }
.comment-reply .reply {
  color: #949494;
  cursor: pointer;
  margin-left: 6px;
  display: inline;
  font-size: 0.9em;
  padding: 5px 10px 5px 4px; }
.comment-reply .like,
.comment-reply .minus {
  color: #949494;
  cursor: pointer;
  display: inline-block;
  padding: 4px 8px 4px 6px;
  font-size: 0.8em; }
  .comment-reply .like:hover,
  .comment-reply .minus:hover {
    color: #000; }

.matn-comment {
  padding: 24px 24px 0 2px; }
  .matn-comment p {
    color: #000;
    font-size: 0.8em;
    line-height: 1.6em; }

.comment-form {
  margin: 12px 0; }
  .comment-form .statusBox {
    margin-top: 6px;
    color: #43a85a;
    font-size: 0.8em; }
  .comment-form fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  .comment-form .comment-form-cnt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .comment-form .comment-form-cnt:after {
      content: " ";
      display: block;
      clear: both; }
  @media (min-width: 1100px) {
    .comment-form {
      margin-bottom: 0; } }

.comment-form-cnt .comment-form-title {
  margin: 0;
  display: block;
  text-align: center;
  color: #ffa200;
  padding: 6px;
  font-size: 1em;
  border-bottom: 1px solid #e9e9e9; }
.comment-form-cnt .comment-stuff {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .comment-form-cnt .comment-stuff:after {
    content: " ";
    display: block;
    clear: both; }

.comment-stuff .comment-r {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .comment-stuff .comment-r:after {
    content: " ";
    display: block;
    clear: both; }
  .comment-stuff .comment-r input {
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cecece;
    font-size: 0.8em;
    background-color: #fff;
    padding: 6px; }
    @media (min-width: 600px) {
      .comment-stuff .comment-r input {
        width: 48.33333%;
        float: right; } }
  @media (min-width: 600px) {
    .comment-stuff .comment-r #commentEmail {
      float: left; } }
.comment-stuff .comment-l textarea {
  width: 100%;
  height: 150px;
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid #cecece;
  background-color: #fff;
  resize: none;
  font-size: 0.8em; }
.comment-stuff .comment-l .submit-comment {
  width: 100%;
  margin: 12px 0;
  color: #000;
  border: none;
  display: block;
  text-align: center;
  font-size: 0.9em;
  padding: 4px 8px;
  border: 1px solid #c59572;
  background-color: #caa684; }
  .comment-stuff .comment-l .submit-comment:hover {
    color: #fff; }

/* patch iframe*/
.aasaam-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px; */
  height: 0;
  overflow: hidden; }

.aasaam-embed-container iframe,
.aasaam-embed-container object,
.aasaam-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.global-list-news-outer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #878585;
  background-color: #fff; }
  .global-list-news-outer:after {
    content: " ";
    display: block;
    clear: both; }
  .global-list-news-outer .header-section {
    padding: 4px;
    border-bottom: 1px solid #dedede; }
    .global-list-news-outer .header-section .title-section {
      margin: 0;
      padding: 0;
      color: #ffa200;
      display: block;
      text-align: center; }
      .global-list-news-outer .header-section .title-section > a {
        color: #ffa200; }
  .global-list-news-outer ul {
    margin: 0;
    padding: 8px; }
    .global-list-news-outer ul li {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 10px; }
      .global-list-news-outer ul li:after {
        content: " ";
        display: block;
        clear: both; }
      .global-list-news-outer ul li .title {
        color: #000;
        display: block;
        position: relative;
        padding-right: 14px;
        font-size: 0.8em; }
        .global-list-news-outer ul li .title:before {
          top: 12px; }
      .global-list-news-outer ul li:hover .title {
        color: #cb1726; }
        .global-list-news-outer ul li:hover .title:before {
          width: 4px;
          height: 24px;
          display: inline-block;
          border-radius: 0;
          background-color: #ffa200;
          color: #ffa200;
          top: 6px; }

.short-link {
  margin-bottom: 12px; }
  .short-link div {
    color: #fff !important; }
  .short-link .short-link-f {
    position: relative;
    width: 100%; }
  .short-link input {
    outline: 0;
    padding: .2em;
    direction: ltr;
    width: 77%;
    padding-left: 31px;
    border: 1px solid #E0E0E0;
    background-color: #F5F5F5;
    color: #000;
    border-radius: 1000px;
    cursor: pointer;
    font-size: 0.8em;
    float: left; }
  .short-link i {
    position: absolute;
    left: 11px;
    top: 8px;
    cursor: pointer;
    font-size: 1em;
    color: #a0a0a0; }
  .short-link .copied {
    background: #000;
    color: #FFF;
    border-radius: 1000px;
    font-size: .875rem;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 60px;
    padding: 7px 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out; }

#echo-detail .default_newspaper_list {
  margin: 0;
  gap: 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  #echo-detail .default_newspaper_list .newspaper_items {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block; }
    #echo-detail .default_newspaper_list .newspaper_items::before {
      display: none; }
    @media only screen and (min-width: 700px) {
      #echo-detail .default_newspaper_list .newspaper_items {
        width: 47%; } }
    #echo-detail .default_newspaper_list .newspaper_items img {
      margin: 0;
      width: 100%; }

.main-footer {
  margin-top: 32px;
  padding: 0 0 32px 0; }
  .main-footer .footer-ribo {
    border-top: 2px solid #e5c8ae; }
    .main-footer .footer-ribo .footer-r-menu {
      padding: 8px 0 0 0;
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 800px) {
        .main-footer .footer-ribo .footer-r-menu {
          width: 50%;
          float: right; } }
    .main-footer .footer-ribo .footer-l-detail {
      padding: 8px 0 0 0;
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 800px) {
        .main-footer .footer-ribo .footer-l-detail {
          width: 48.33333%;
          float: left;
          margin-left: 0; } }

.footer-r-menu ul {
  margin: 0;
  padding: 0; }
  .footer-r-menu ul li {
    display: inline-block;
    padding: 0 0 0 6px; }
    .footer-r-menu ul li > a {
      color: #000;
      font-size: 0.8em; }
      .footer-r-menu ul li > a:hover {
        color: #e5c8ae; }

@media (min-width: 900px) {
  .footer-l-detail {
    text-align: left;
    float: left; } }
.footer-l-detail a {
  display: inline;
  color: #995d28; }

.foot-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .foot-btn .copy-right {
    color: #000;
    font-size: 0.7em;
    display: inline;
    padding-left: 16px;
    border-left: 1px solid #c3c3c3; }

.aasaam {
  padding: 20px 0;
  width: 255px;
  background-position: right center;
  background-repeat: no-repeat;
  margin: 0 8px;
  background-size: 40px 40px;
  display: inline-block; }
  .aasaam > a {
    padding-right: 18px;
    text-align: center;
    color: #000;
    font-size: 0.75em;
    display: flex;
    align-items: center;
    gap: 10px; }

@media print {
  body.news .news-col-2, body.news .news-col-3 {
    display: none; }
  body.news .news-col-1 {
    width: 100% !important; }
  body.news .noprint {
    display: none; } }

.newspaper_news .right_col {
  margin-bottom: 16px; }
.newspaper_news .left_col .text_box {
  margin-bottom: 16px; }
  .newspaper_news .left_col .text_box:last-child {
    margin-bottom: 0; }
  .newspaper_news .left_col .text_box .items a {
    font-size: 0.85em; }
@media only screen and (min-width: 800px) {
  .newspaper_news main .news_parent {
    gap: 24px;
    display: grid;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    grid-template-columns: 1.8fr 0.8fr; }
  .newspaper_news .right_col {
    margin-bottom: 0; } }
.newspaper_news #news_page_article .primary_files {
  padding: 0;
  width: 100%;
  margin-bottom: 16px; }
.newspaper_news #echo_detail {
  display: block; }

#echo_detail .default_newspaper_list {
  margin: 0;
  gap: 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  #echo_detail .default_newspaper_list .newspaper_items {
    margin: 0;
    padding: 0;
    width: 47%;
    display: block; }
    #echo_detail .default_newspaper_list .newspaper_items::before {
      display: none; }
    @media only screen and (min-width: 700px) {
      #echo_detail .default_newspaper_list .newspaper_items {
        width: 30%; } }
    #echo_detail .default_newspaper_list .newspaper_items img {
      margin: 0;
      width: 100%; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*# sourceMappingURL=main_news_rtl.css.map */
