/*  
Theme Name: ILLRC
Theme URI: https://alphacom.ir
Description:  ILL RC Theme
Version: 1.0
Author: Alphacom
Author URI: https://alphacom.ir
*/
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.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: .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: .14285714em;
	text-align: center
}

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

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	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: #fff
}

.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-telegram:before {
	content: "\f2c6"
}

.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-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"
}

.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
}

.ss-wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	float: left;
}

.ss-content {
	height: 100%;
	width: calc(100% - 18px);
	/* padding: 0 15px 0 15px; */
	position: relative;
	overflow: auto;
	box-sizing: border-box;
}

.ss-content.rtl {
	width: calc(100% - 18px);
	right: auto;
}

.ss-scroll {
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	width: 7px;
	border-radius: 4px;
	top: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.25s linear;
	right: calc(100% - 9px) !important;
}

.ss-hidden {
	display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
	opacity: 1;
}

.ss-grabbed {
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

@font-face {
	font-family: 'IranNastaliq';
	src: url('../fonts/IranNastaliq.eot?#') format('eot'), url('../fonts/IranNastaliq.ttf') format('truetype'), url('../fonts/IranNastaliq.woff') format('woff');
}

@font-face {
	font-family: "naskh";
	font-weight: normal;
	src: url("../fonts/naskh.eot");
	src: local("☺"), url("../fonts/naskh.woff")format("woff"), url("../fonts/naskh.ttf")format("truetype");
}

@font-face {
	font-family: "Parastoo";
	font-weight: normal;
	src: url("../fonts/Parastoo.eot");
	src: local("☺"), url("../fonts/Parastoo.woff")format("woff"), url("../fonts/Parastoo.ttf")format("truetype");
}

@font-face {
	font-family: "Num_Light";
	font-weight: normal;
	src: url("../fonts/Num_Light.eot");
	src: local("☺"), url("../fonts/Num_Light.woff")format("woff"), url("../fonts/Num_Light.ttf")format("truetype");
}

@font-face {
	font-family: "Sans_Medium";
	font-weight: normal;
	src: url("../fonts/IRANSansWeb_Medium.eot");
	src: local("☺"), url("../fonts/IRANSansWeb_Medium.woff")format("woff"), url("../fonts/IRANSansWeb_Medium.ttf")format("truetype");
}

@font-face {
	font-family: "Sans_Light";
	font-weight: normal;
	src: url("../fonts/IRANSansWeb_Light.eot");
	src: local("☺"), url("../fonts/IRANSansWeb_Light.woff")format("woff"), url("../fonts/IRANSansWeb_Light.ttf")format("truetype");
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	list-style: none;
	border: 0
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

html,
body {
	position: relative;
	height: 100%
}

html {
	box-sizing: border-box
}

body {
	font-size: 15px;
	background: #f2f2f2;
	color: #333;
	direction: rtl;
	font-family: Num_Light;
}

body .overlay {
	display: none;
	position: fixed;
	top: 40px;
	left: 222px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 9999
}

body.pushed .overlay {
	display: block
}

a {
	color: #333;
	transition: all 0.3s ease 0s;
	text-decoration: none !important
}

a:hover {
	color: #000;
	transition: all 0.3s ease 0s;
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	padding: 0
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Sans_Light;
	width: auto;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
	background: #f6f7f8;
	transition: all 0.5s ease 0s;
}

input:focus {
	background: #eeeeef;
	transition: all 0.5s ease 0s;
}

textarea {
	font-family: Sans_Light;
	width: auto;
	height: 120px;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
	background: #f6f7f8;
	transition: all 0.5s ease 0s;
}

textarea:focus {
	background: #eeeeef;
	transition: all 0.5s ease 0s;
}

input[type="submit"]:hover {
	transition: all 0.5s ease 0s;
	background: #3f6698 !important;
}

input[type="submit"] {
	width: auto;
	transition: all 0.5s ease 0s;
	padding: 8px 15px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #112e53;
	color: white;
	cursor: pointer;
	font-family: 'Sans_Light', tahoma;
	box-shadow: inset 0 -2px 0rgba(0, 0, 0, 0.1);
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.clearfix:after,
.row:after {
	clear: both
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.hidden {
	display: none
}

.visible {
	display: block
}

.thumbnail img {
	width: 100%;
	height: auto
}

.trans,
body .overlay,
#site-navigation ul ul,
.site-footer .copyright-area .social li a {
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99
}

.site_header {
	background: #fff;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	position: sticky;
	z-index: 9999999;
	/* box-shadow:0 0 3px 1px rgba(0, 0, 0, .2); */
	margin-bottom: 20px
}

.site_header .inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.site_header .inn .header_right {
	z-index: 9999;
	float: right;
	width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* background:#d70808 */
}

.site_header .inn .header_right .ap_logo {
	width: calc(300px - 56px);
	float: right;
	text-align: center;
	height: 75px
}

.site_header .inn .header_right .ap_logo img {
	height: 100%;
	width: auto;
	z-index: 9999;
	position: relative
}

.main_header .site_header {
	background: url(../img/header-bg.png) center top repeat-x !important;
	height: 321px;
	margin-bottom: 35px;
	box-sizing: border-box;
}

.main_header .site_header .header_top {
	text-align: center;
	width: 100%;
	height: 321px;
}

.main_header .site_header .header_bottom {
	width: 100%;
	height: 40px;
	background: #112e53;
	line-height: 0px;
	box-sizing: border-box;
}

.main_header .site_header #site-navigation {
	top: 0;
	padding-top: 5px;
}

.main_header .bars {
	margin: auto 0px;
}

.main_header #leftmenu {
	top: 19%;
}

.main_header .site_header .header_bottom .menu-nav {
	width: auto;
	float: right;
}

.main_header .site_header .bars {
	display: none;
	top: 10px;
}

.main_header .site_header .mobile-menu {
	float: left;
	margin-top: 10px;
}

.main_header .site_header .mobile-menu #search-btn {
	color: #ddd;
	margin-top: -4px;
	transition: all 0.3s ease 0s;
}

.main_header .site_header .mobile-menu #search-btn:hover {
	transition: all 0.3s ease 0s;
	color: #fff;
}

.icon-reorder::before {
	transition: all 0.3s ease 0s;
}

.main_header .icon-reorder:hover::before {
	transition: all 0.3s ease 0s;
	color: #fff;
}

.main_header .site_header .menu-nav ul ul li a {
	font-size: 12px;
}

.main_header .site_header .menu-nav a:hover {
	transition: all 0.3s ease 0s;
}

.main_header .menu-nav a {
	padding: 0 5px;
	display: block;
	line-height: 40px;
}

.logo h1 {
	font-size: 30px;
	font-family: Sans_Medium;
	color: #fff;
	line-height: 40px;
	text-shadow: 1px 1px #000;
}

.logo span {
	color: #fff;
	font-size: 13px;
}

.site_header .inn .mobile-menu {
	margin: auto auto auto 140px
}

.site_header .inn .mobile-menu #search-btn {
	color: #bfc0c0
}

.site_header .inn .mobile-menu #search-btn:hover {
	cursor: pointer
}

.customize-support .site_header {
	top: 32px
}

@media only screen and (max-width:768px) {
	.site_header .inn {
		background: #242424
	}

	.site_header .inn .mobile-menu {
		margin: auto
	}

	.site_header .inn .header_right .ap_logo {
		height: 50px
	}
}

.marquee {
	padding: 0;
	height: 35px;
	position: relative;
	background: #fff;
	box-shadow: 0 1px 1px rgba(28, 37, 64, .16);
	overflow: hidden;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 15px
}

.marquee .t {
	top: 0;
	width: 10%;
	background: #112e53;
	border-left: 1px solid rgba(0, 0, 0, .03);
	float: right;
	min-height: 35px;
	position: relative
}

.marquee .t h3 {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-family: Sans_Medium;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	color: #fff
}

.marquee .t h3::after {
	position: absolute;
	content: '';
	height: 45px;
	width: 10px;
	left: -5px;
	top: -5px;
	background: #112e53;
	-webkit-transform: rotate(17deg);
	-moz-transform: rotate(17deg);
	-o-transform: rotate(17deg);
	transform: rotate(17deg);
}

.marquee .mframe {
	width: 90%;
	float: right;
}

.marquee-frame {
	padding: 0 !important;
	overflow: hidden
}

.marquee-frame p {
	height: 35px;
	line-height: 19px;
	font-size: 1em;
	font-weight: 700;
	direction: rtl
}

.marquee-frame span a {
	padding: 7px;
	display: inline-block;
	margin: 0 0 0 -5px;
	font-family: Num_Light;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	transition: all .3s ease-in-out;
}

.marquee-frame span a:hover {
	color: #000;
	transition: all .3s ease-in-out;
}

.marquee-frame img {
	max-height: 35px;
	margin-left: -5px;
	width: 35px;
	vertical-align: middle;
	display: inline-block;
	padding: 5px
}

.marquee-frame img:nth-of-type(1) {
	display: none
}

@media only screen and (max-width:900px) {
	.marquee .t {
		position: relative
	}

	.marquee .t h3 {
		display: none
	}

	.marquee .t:before {
		content: '\f06d';
		font-family: "FontAwesome";
		font-weight: 800;
		color: #fff;
		right: 50%;
		top: 50%;
		position: absolute;
		-webkit-transform: translateX(50%) translateY(-50%);
		-ms-transform: translateX(50%) translateY(-50%);
		transform: translateX(50%) translateY(-50%)
	}
}

.bars {
	height: 16px !important;
	width: 20px !important;
	position: relative;
	cursor: pointer;
	margin: auto 10px;
	z-index: 9999
}

.bars>span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.bars>span:nth-child(1) {
	top: 0
}

.bars>span:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bars>span:nth-child(3) {
	top: -webkit-calc(100% - 2px);
	top: calc(100% - 2px);
	width: 100%
}

.site_header.active .bars>span:nth-child(1) {
	top: 50%;
	left: 50%;
	margin-right: -8px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

.site_header.active .bars>span:nth-child(2) {
	top: 50%;
	background: #fff0;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	right: -10px
}

.site_header.active .bars>span:nth-child(3) {
	width: 100%;
	top: 50%;
	left: 50%;
	margin-right: -8px;
	-webkit-transform: translate(-50%, -50%) rotate(-43deg);
	-ms-transform: translate(-50%, -50%) rotate(-43deg);
	transform: translate(-50%, -50%) rotate(-43deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

.mobile-menu {
	margin: auto 20px auto 0
}

.mobile-menu #search-btn {
	color: #fff
}

.mobile-menu #search-btn:hover {
	cursor: pointer
}

#search-overlay {
	display: none
}

#search-overlay.block {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	text-align: center;
	background: rgba(0, 0, 0, .69);
	margin: 0;
	z-index: 9999
}

#search-overlay.block:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: 0
}

#search-overlay .centered {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 10px 15px;
	color: #fff;
	border: none;
	background: 0 0
}

#search-overlay #search-box {
	position: relative;
	width: 100%;
	margin: 0
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
	background: #fff url(../img/top.png) no-repeat left 40px top 10px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 60px;
	transition: 0.5s;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
}

.sidenav s {
	position: absolute;
	left: -10px;
	width: 54px;
	height: 2px;
	background: #d0d0d0;
	content: "";
	top: 25px;
}

.sidenav .closebtn {
	position: absolute;
	top: 8px;
	right: 12px;
	color: #ddd;
	font-size: 36px;
	background: #fff;
	padding: 0px 4px;
	transition: all .2s ease-in;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.sidenav .closebtn:hover {
	border: 1px solid #adadad;
	color: #adadad;
	transition: all .2s ease-in;
}

.toggle {
	float: right;
	margin-top: 4px;
	color: #fff;
	display: block;
	font-size: 15px;
	margin-left: 5px;
}

.toggle a,
.toggle a:hover,
.toggle a:visited,
.toggle a:active {
	text-decoration: none;
	color: #fff;
}

.icon-reorder:before {
	content: "\f090";
	font-size: 25px;
	color: #bfc0c0;
	font-family: 'FontAwesome';
	line-height: 0px;
	margin-left: 5px;
}

.ind-ii {
	height: auto;
	width: 280px;
	float: none;
	margin: 5px auto;
	overflow: hidden;
	padding: 5px;
}

.ind-ii h2 {
	width: 100%;
	float: right;
	font-family: "Num_Light";
	font-size: 13px;
	color: #bcbbbb;
	background: #f9f9f9 url(../img/favicon.png) no-repeat right 5px top 2px;
	transition: all .2s ease-in;
	height: 33px;
	line-height: 33px;
	padding-right: 10px;
	margin-bottom: 5px;
	border-radius: 10px;
	text-indent: 30px;
}

.ind-ii table {
	font-family: Num_Light;
	font-size: 13pt;
	width: 100%;
}

.ind-ii tbody td {
	font-family: Num_Light;
	font-size: 12px;
	color: #a3a1a1;
}

.ind-ii tbody tr {
	background: #f9f9f9;
	border-radius: 5px;
}

.hadis {
	height: 30px;
	width: 100%;
	float: none;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	background: #f9f9f9;
	border-radius: 15px;
	overflow: hidden;
}

.tit522 {
	height: 30px;
	width: 75px;
	float: right;
	font-size: 13px;
	color: #bcbbbb;
	text-align: right;
	background: #eee;
	font-family: Sans_Medium;
	font-weight: normal;
	line-height: 30px;
	padding: 0 10px;
	margin-left: 5px;
}

.cone96 {
	float: right;
	width: 190px;
	color: #bcbbbb;
	line-height: 30px;
	font-size: 12px;
}

.ind-ii b {
	width: 100%;
	float: right;
	font-family: "Num_Light";
	font-size: 13px;
	color: #a3a1a1;
	background: #f9f9f9 url(../img/favicon.png) no-repeat right 5px top 2px;
	transition: all .2s ease-in;
	height: 33px;
	line-height: 33px;
	padding-right: 10px;
	margin-bottom: 5px;
	border-radius: 10px;
	font-weight: normal;
}

.ind-ii b:hover i {
	color: #FFC400;
	transition: all .2s ease-in;
}

.ind-ii b i {
	font-size: 18px;
	line-height: 33px;
	padding-left: 10px;
	padding-right: 2px;
}

#search-overlay #search-form {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 50px;
	background-color: #fff;
	overflow: hidden
}

#search-overlay #search-text {
	font-size: 14px;
	color: #ddd;
	border-width: 0;
	background: 0 0
}

#search-overlay #search-box input[type=text] {
	width: 90%;
	padding: 10px;
	line-height: 10px;
	color: #333;
	outline: none
}

#search-overlay #search-button {
	position: absolute;
	transition: all 0.5s ease 0s;
	top: 0;
	left: 0;
	height: 50px;
	width: 100px;
	font-family: "Num_Light";
	font-size: 14px;
	color: #fff;
	text-align: center;
	/* background-color:#d70808; */
	cursor: pointer
}

#search-overlay #close-btn {
	position: fixed;
	top: 2em;
	right: 1em;
	font-size: 2em
}

#search-overlay #close-btn:hover {
	color: #FFC400;
	cursor: pointer
}

#search-overlay #search-button:hover {
	background-color: #999 !important;
	transition: all 0.5s ease 0s;
}

.ap.open-overlay {
	filter: blur(4px);
	-webkit-filter: blur(4px)
}

@media only screen and (max-width:768px) {
	#search-overlay .centered {
		width: 90%
	}

	#search-overlay #close-btn {
		top: 1em
	}
}

.menu-nav {
	margin: auto 0;
	z-index: 9999;
	position: relative
}

.menu-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	background: #112e53;
}

.menu-nav ul li {
	display: inline-block;
	background: #112e53;
	padding-right: 10px;
}

.menu-nav ul li:hover {
	background: #3f6698;
}

.menu-nav ul li a {
	color: #fff;
	font-size: 14px;
	font-family: Parastoo;
	transition: all 0.3s ease 0s;
}

.menu-nav ul li:hover>ul {
	display: inherit;
}

.menu-nav ul ul {
	background: #112e53;
	opacity: 0;
	padding: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	visibility: hidden;
}

.menu-nav ul ul li {
	width: 230px;
	padding-right: 5px;
	float: none;
	display: list-item;
	position: relative
}

.menu-nav ul ul li a {
	color: #fff;
	height: auto;
	transition: all 0.3s ease 0s;
	font-size: 14px;
	padding: 10px;
	line-height: 150%;
}

.menu-nav ul ul li:hover a {
	transition: all 0.6s ease 0s;
	padding-right: 20px;
}

.menu-nav ul ul ul {
	top: 0;
	right: 230px
}

.menu-nav ul ul ul li {
	position: relative;
	top: 0;
	right: 0
}

.menu-nav li>a:after {
	content: '\f078';
	font-family: "FontAwesome";
	font-weight: 900;
	float: left;
	margin-right: 10px;
	font-size: .6em
}

.menu-nav li>a:only-child:after {
	content: ''
}

.menu-nav ul li:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

#site-navigation {
	position: fixed !important;
	top: 75px;
	right: -85px;
	width: 60px;
	height: 100vh;
	padding: 0;
	padding-top: 10px;
	background-color: #112e53c2;
	z-index: 9998 !important;
	-webkit-transition: left .6s .2s ease-in-out, right .6s .2s ease-in-out, width .6s .2s ease-in-out;
	transition: left .6s .2s ease-in-out, right .6s .2s ease-in-out, width .6s .2s ease-in-out;
	color: #fff
}

#site-navigation.active {
	width: 300px;
	right: 0;
	-webkit-transition: left .3s ease-in-out, right .3s ease-in-out, width .3s ease-in-out;
	transition: left .3s ease-in-out, right .3s ease-in-out, width .3s ease-in-out
}

#site-navigation.active .side-menu ul>li {
	right: 0
}

#site-navigation.active .side-menu ul>li:nth-child(1) {
	-webkit-transition: left .4s ease-in-out, right .4s ease-in-out;
	transition: left .4s ease-in-out, right .4s ease-in-out
}

#site-navigation.active .side-menu ul>li:nth-child(2) {
	-webkit-transition: left .4s .1s ease-in-out, right .4s .1s ease-in-out;
	transition: left .4s .1s ease-in-out, right .4s .1s ease-in-out
}

#site-navigation.active .side-menu ul>li:nth-child(3) {
	-webkit-transition: left .4s .2s ease-in-out, right .4s .2s ease-in-out;
	transition: left .4s .2s ease-in-out, right .4s .2s ease-in-out
}

#site-navigation.active .side-menu ul>li:nth-child(4) {
	-webkit-transition: left .4s .3s ease-in-out, right .4s .3s ease-in-out;
	transition: left .4s .3s ease-in-out, right .4s .3s ease-in-out
}

#site-navigation.active .side-menu ul>li:nth-child(5) {
	-webkit-transition: left .4s .4s ease-in-out, right .4s .4s ease-in-out;
	transition: left .4s .4s ease-in-out, right .4s .4s ease-in-out
}

#site-navigation.active .side-menu ul>li:nth-child(6) {
	-webkit-transition: left .4s .5s ease-in-out, right .4s .5s ease-in-out;
	transition: left .4s .5s ease-in-out, right .4s .5s ease-in-out
}

#site-navigation.active .side-menu ul>li:nth-child(7) {
	-webkit-transition: left .4s .6s ease-in-out, right .4s .6s ease-in-out;
	transition: left .4s .6s ease-in-out, right .4s .6s ease-in-out
}

#site-navigation.active .side-menu ul>li:nth-child(8) {
	-webkit-transition: left .4s .7s ease-in-out, right .4s .7s ease-in-out;
	transition: left .4s .7s ease-in-out, right .4s .7s ease-in-out
}

#site-navigation.active .side-menu ul>li:nth-child(9) {
	-webkit-transition: left .4s .8s ease-in-out, right .4s .8s ease-in-out;
	transition: left .4s .8s ease-in-out, right .4s .8s ease-in-out
}

#site-navigation .side-menu {
	width: 100%
}

#site-navigation .side-menu ul {
	width: 100%;
	position: relative;
	z-index: 777777
}

#site-navigation .side-menu ul>li {
	position: relative;
	right: -300px
}

#site-navigation .side-menu ul>li:nth-child(1) {
	-webkit-transition: left .3s .5s ease-in-out, right .4s .5s ease-in-out;
	transition: left .3s .5s ease-in-out, right .4s .5s ease-in-out
}

#site-navigation .side-menu ul>li:nth-child(2) {
	-webkit-transition: left .3s .4s ease-in-out, right .4s .4s ease-in-out;
	transition: left .3s .4s ease-in-out, right .4s .4s ease-in-out
}

#site-navigation .side-menu ul>li:nth-child(3) {
	-webkit-transition: left .3s .3s ease-in-out, right .4s .3s ease-in-out;
	transition: left .3s .3s ease-in-out, right .4s .3s ease-in-out
}

#site-navigation .side-menu ul>li:nth-child(4) {
	-webkit-transition: left .3s .2s ease-in-out, right .4s .2s ease-in-out;
	transition: left .3s .2s ease-in-out, right .4s .2s ease-in-out
}

#site-navigation .side-menu ul>li:nth-child(5) {
	-webkit-transition: left .3s .1s ease-in-out, right .4s .1s ease-in-out;
	transition: left .3s .1s ease-in-out, right .4s .1s ease-in-out
}

#site-navigation .side-menu ul>li:nth-child(6) {
	-webkit-transition: left .3s ease-in-out, right .4s ease-in-out;
	transition: left .3s ease-in-out, right .4s ease-in-out
}

#site-navigation .side-menu ul>li>a {
	width: 90%;
	float: right;
	display: block;
	padding: 5px 0;
	white-space: nowrap;
	color: #b3b3b3;
	font-family: Parastoo;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
	text-align: right
}

#site-navigation .side-menu ul>li>a:hover {
	color: #fff;
	transition: all 0.5s ease 0s;
}

#site-navigation .side-menu ul>li:not(:last-child)>a {
	border-bottom: 1px solid rgba(84, 84, 84, .25)
}

#site-navigation ul ul {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, .18);
	padding-right: 20px;
}

#site-navigation ul ul li a {
	font-size: 12px;
}

#site-navigation ul li:hover>ul {
	transition: all 0.5s ease 0s;
	display: inherit
}

#site-navigation ul ul li {
	width: 100%;
	float: none;
	display: list-item;
	position: relative
}

#site-navigation ul ul ul li {
	transition: all 0.8s ease 0s;
	position: relative
}

#site-navigation li>a:after {
	content: '\f078';
	font-family: "FontAwesome";
	font-weight: 900;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	font-size: .7em
}

#site-navigation li>a:only-child:after {
	content: ''
}

.customize-support #site-navigation {
	top: 107px
}

#site-navigation .side-menu ul>li::before {
	content: "■ ";
	color: #FFC400;
	font-size: 15px;
	float: right;
	transform: rotate(45deg);
	line-height: 30px;
	margin-left: 8px;
	padding-right: 10px;
}

@media only screen and (max-width:900px) {
	.menu-nav {
		display: none
	}

	#site-navigation {
		top: 50px
	}

	.mobile-menu {
		display: block;
	}
}

@media only screen and (max-width:900px) {
	.main_header .site_header .bars {
		display: inherit;
		top: -4px;
		float: right;
		margin-left: 15px;
	}
}

.pagination {
	text-align: center;
	height: 33px;
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
	margin-top: 5px;
}

.pagination span,
.pagination a {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	width: auto;
	border-radius: 10%;
	padding: 0px 13px 0px 13px;
	margin: 2px;
	background: #fcfcfc;
	color: #999;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	font-family: "Num_Light";
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	transition: all .6s ease;
}

.pagination a:hover {
	background: #eee;
	transition: all .3s ease;
}

.pagination .current {
	color: #fff;
	/* background:#d70808; */
	transition: all .6s ease;
}

.widget {
	margin-bottom: 10px;
	background: #fff
}

.widget a {
	display: flex;
}

.widget img {
	width: 100%;
}

.widget .widget-title {
	padding: 10px
}

.widget .widget-title h4 {
	/* background:#d70808; */
	color: #fff;
	padding: 5px 15px;
	display: inline-block
}

.widget .widget-title h4 a {
	color: #fff
}

.container {
	width: 1250px;
	margin: 0 auto
}

.container-max {
	margin: 0 auto;
	max-width: 100rem
}

.content-area {
	width: calc(100% - 300px);
	padding: 0 0 0 20px;
	order: 1;
	float: right;
	position: relative
}

@media(max-width:1250px) {

	.container,
	.container-max,
	.content-area {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0
	}
}

@media only screen and (max-width:768px) {

	.container,
	.container-max,
	.content-area {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0
	}

	.ap_main .inn {
		display: block
	}
}

.site-footer {
	background: #2c415c;
	color: #fff
}

.site-footer-dark {
	background: #142b4a;
	color: #fff
}

.site-footer .copyright-area {
	padding: 10px;
	width: 100%;
	font-size: 11px;
	text-align: center;
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.site-footer .copyright-area .social {
	margin: 10px 0;
	text-align: center
}

.site-footer .copyright-area .social li {
	display: inline-block
}

.site-footer .copyright-area .social li a {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: block;
	font-size: 1.3em;
	background: rgba(255, 255, 255, .05)
}

.site-footer .copyright-area .social li a:hover {
	background: #0a3eda;
	color: #fff
}

.go-top {
	background-color: #042668;
	width: 45px;
	height: 39px;
	text-align: center;
	line-height: 40px;
	font-size: 1.2em;
	z-index: 999;
}

.go-top a {
	color: #fff;
}

.go-top span {
	top: 0px !important;
	right: 45px !important;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, .6);
	color: #fff
}

#leftmenu {
	right: 0;
	position: fixed;
	top: 15%;
	z-index: 1000;
}

#leftmenu li {
	margin: 5px 0;
}

.menu1 {
	list-style: none;
	height: 39px;
	padding: 2px;
	width: 45px;
	background-image: url("../img/Home.png");
	background-repeat: no-repeat;
	background-color: #d70808;
	background-position: center center;
}

#leftmenu span {
	background-color: #636262d9;
	color: #fff;
	font: 13px/39px Sans_Light;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 43px;
	top: -2px;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	white-space: nowrap;
	width: 0;
}

#leftmenu a {
	background: rgba(0, 0, 0, 0);
	display: block;
	height: 39px;
	position: relative;
	width: 40px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

#leftmenu a:hover span {
	width: auto;
	padding: 0 16px;
	overflow: visible;
}

#leftmenu .home {
	background-position: 0 0;
}

#leftmenu .home:hover {
	background-position: 0 -39px;
}

#leftmenu .about {
	background-position: -38px 0;
}

#leftmenu .about:hover {
	background-position: -38px -39px;
}

#leftmenu .services {
	background-position: -76px 0;
}

#leftmenu .services:hover {
	background-position: -76px -39px;
}

.theme-notice {
	margin: 10px;
	height: 30px;
	display: block;
	color: #f00;
}

.stars a {
	margin-left: 10px;
	background: #ddd;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
}

.stars a:hover {
	background: #FFC400;
	color: #fff;
}

.stars .active {
	background: #FFC400;
	color: #fff;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@media only screen and (max-width:1180px) {
	#leftmenu {
		cursor: pointer;
		top: 19%;
		padding-top: 40px;
		padding-left: 35px;
		background: url("../img/left.png") no-repeat top left;
		margin-right: -35px;
		transition: 0.2s;
	}

	#leftmenu:hover {
		margin-right: 0px;
		transition: 0.2s;
	}
}

@media only screen and (max-width:800px) {
	.main_header .dropdown {
		top: 90px;
	}

	.main_header .site_header .bars {
		display: inherit;
	}

	.main_header .site_header .header_bottom {
		/* height:0px; */
		padding: 0;
	}

	.main_header .site_header .header_bottom .menu-nav .menu {
		display: none;
	}

	.main_header .menu_top {
		display: none;
	}

	.main_header .site_header .header_top {
		height: 150px;
		padding-top: 5px;
	}

	.main_header .site_header .header_bottom {
		/* background:none!important;
	margin-top:-80px; */
		border: none;
		padding-left: 15px;
	}

	.main_header .site_header {
		height: 160px;
		margin-bottom: 20px;
		box-shadow: 0 7px 10px rgba(107, 97, 97, 0.49);
	}

	.main_header .site_header.active .bars>span:nth-child(2) {
		display: none;
	}

	.main_header .site_header .bars {
		top: -4px;
		left: -10px;
		float: left;
	}

	.main_header .icon-reorder::before {
		color: #fff;
	}

	.main_header .site_header .mobile-menu #search-btn {
		color: #fff;
		font-size: 18px;
	}
}

.site-column {
	width: 100%;
	order: 1;
	margin-bottom: 10px
}

.site-column .column-title {
	padding: 5px 15px;
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin-bottom: -10px;
	/* margin-top: 20px; */
	font-size: 1em;
	/* color:#d70808; */
	background: #fff url(../img/top.png) no-repeat left 50px top 7px;
}

.site-column .column-title span {
	color: #888;
	padding: 10px 10px 5px 10px;
	font-size: 14px;
}

span.lead {
	font-size: 12px;
}

.site-column .column-title span::before,
span.lead::before {
	content: "■ ";
	color: rgb(255, 196, 0);
	font-size: 18px;
	float: right;
	transform: rotate(45deg);
	line-height: 20px;
	padding-top: 4px;
}

.site-column .column-title h4 {
	position: relative;
	height: 43px;
	background-color: #112e53;
	color: #fff;
	float: right;
	border-radius: 10px 10px 0 0;
	line-height: 20px;
	right: -15px;
	top: -14px;
	font-family: Sans_Medium;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 15px;
	display: inline-block;
	margin: 0px !important;
}

.site-column .column-title h4::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 15px;
	border-radius: 0 30px 0 0;
	display: block;
	background-color: #fff;
	bottom: 0;
	left: 0;
}

.site-column .column-title h4 a {
	/* color:#d70808 */
}

.site-column .column-title b {
	width: 54px;
	height: 2px;
	background: #d0d0d0;
	top: 16px;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
	left: -15px;
}

.column-content {
	width: 100%;
	border-radius: 4px;
	height: auto;
	background: #fff;
	padding: 0px 10px 10px 10px;
	margin-bottom: 30px;
	box-shadow: 0 1px 1px rgba(28, 37, 64, .16);
	z-index: 9999;
	overflow: hidden;
}

.column-content .titr {
	text-align: center;
	margin-bottom: 30px;
}

.column-content .titr a {
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
}

.column-item {
	width: 250px;
	height: 330px;
	margin: 0px 10px 5px 10px;
	float: right;
	box-sizing: border-box;
}

.splide__slide .column-item {
	width: 100%;
	height: auto;
	margin: 0px 10px 5px 10px;
	float: right;
	box-sizing: border-box;
}

.flex-content a {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}

.book-item {
	/* width: 250px!important; */
	height: auto !important;
}

.column-item img {
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 0px;
	border-radius: 10px;
	transition-duration: 0.5s;
	opacity: 0.99;
	object-fit: cover !important;
}

.column-item img:hover {
	opacity: 0.7;
	transition-duration: 0.5s;
}

.column-item-badge {
	bottom: 40px;
	position: relative;
	font-size: 12px;
	right: 8px;
	color: #fff;
	font-family: Num_Light;
	background: #af8861;
	padding: 2px 5px;
	border-radius: 5px;
	display: table-cell;
	z-index: 99;
}

.column-item-lid {
	color: #666;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	font-size: 11px;
}

.column-item-lid::before {
	content: "■ ";
	color: #FFC400;
	font-size: 16px;
	float: right;
	transform: rotate(45deg);
	line-height: 20px;
	margin-left: 8px;
}

.book-item h5 {
	font-size: 16px;
	padding: 10px 0px 5px 0px;
}

.column-item a.title {
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	direction: rtl;
	line-height: 1.4em;
}

.content-slider1 {
	display: block;
	overflow: hidden;
}

#ads_slider {
	margin-top: 20px;
	margin-bottom: 30px;
}

#ads_slider {
	margin-top: 20px;
	margin-bottom: 30px;
}

.line {
	width: 100%;
	height: 5px;
	display: block;
}

.splide__slide img {
	width: 100%;
}

.theadstable {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-gap: 10px;
}

.theadstable .ad-cell {
	text-align: center;
	padding: 10px;
}

.theadstable .ad-cell img {
	width: 100%;
	object-fit: cover;
}

.thetable .t-head,
.thetable .t-cell {
	text-align: center;
	padding: 10px;
	border-radius: 5px;
}

.thetable .t-head {
	font-weight: 700;
	background: #253f62;
	color: #fff;
}

.thetable {
	display: grid;
	grid-template-columns: 70px auto auto auto auto;
	grid-gap: 7px;
}

.thetable .t-head,
.thetable .t-cell {
	text-align: center;
	padding: 10px;
	border-radius: 5px;
}

.thetable .t-head {
	font-weight: 700;
	background: #253f62;
	color: #fff;
}

.thetable .t-cell {
	background: #d7b89b;
	color: #000;
}

.t-cell-alt {
	background-color: #ede0d3 !important;
}

@media screen and (max-width:768px) {
	.thetable {
		width: 100%;
		grid-template-columns: 100%;
	}

	.theadstable {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}


	.t-cell:before {
		position: absolute;
		right: 25px;
		width: 25%;
		white-space: nowrap;
		content: attr(data-column);
		color: #000;
		font-weight: bold;
	}

	.thetable .t-cell {
		text-align: right;
		padding-right: 25%;
	}

	.t-row-margin {
		margin-top: 10px;
	}

}



.table {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.table-row {
	margin: 5px;
	display: table-row;
	clear: both;
}

.table-row .table-cell {
	padding: 5px 10px 5px 10px;
	margin: 5px;
	background-color: #d7b89b;
	color: #000;
	display: table-column;
	border-radius: 5px;
	float: right;
}

.table-row .table-cell-disabled {
	padding: 5px;
	margin: 5px;
	background-color: #eee;
	color: #000;
	display: table-column;
	border-radius: 5px;
	float: right;
	text-align: center;
	;
}


.table-row .table-head {
	padding: 5px 10px 5px 10px;
	margin: 5px;
	background-color: #253f62;
	color: #fff;
	display: table-column;
	border-radius: 5px;
	float: right;
}

.right-side {
	width: 60%;
	height: 370px;
	;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	float: right;
	margin-bottom: 30px;
}

.left-side {
	width: 40%;
	height: 370px;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	float: right;
	margin-bottom: 30px;
}

.list-items {
	list-style: none;
	padding: 0px 10px 0px 10px;
}

.list-items .list-item {
	line-height: 2em;
}

.list-items .list-item a {
	font-size: 14px;
}

.list-items .list-item a:hover {
	color: #af8861;

}

.list-items .list-item::before {
	content: "■ ";
	color: #002033;
	font-size: 14px;
	float: right;
	transform: rotate(45deg);
	margin-left: 8px;
}

.site-footer-dark .copyright {
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	float: right;
}

.site-footer-dark .copyright .copyright-text {
	font-family: Sans_Medium;
	font-size: 11px;
	text-align: right;
	color: #fff;
	width: 59%;
	display: inline-block;
}

.site-footer-dark .copyright .copyright-text a {
	text-decoration: none;
	color: #fff;
}

.site-footer-dark .copyright .copyright-links {
	text-align: left;
	width: 39%;
	display: inline-block;
}

.site-footer-dark .copyright .copyright-links a {
	text-decoration: none;
	color: #fff;
	margin-right: 10px;
}

.site-footer .footer-column {
	width: 33%;
	float: right;
}

.dark-bg-color {
	background-color: #142b4a;
	margin: 0px;
	padding: 15px;
}

.hide-on-desktop {
	display: none;
}

@media (max-width:768px) {
	.site-footer .footer-column {
		width: 50%;
		float: right;
		padding: 25px;
	}

	.hide-on-tablet {
		display: none;
	}

	.hide-on-desktop {
		display: inline;
	}
}

@media (max-width:640px) {
	.site-footer .footer-column {
		width: 100%;
		float: right;
		padding: 25px;
	}

	.site-footer .footer-column .block-widget {
		padding: 0px !important;
	}

	.right-side,
	.left-side,
	.contentbar,
	.sidebar {
		width: 100% !important;
	}

	.hide-on-tablet {
		display: none;
	}

	.hide-on-desktop {
		display: inline;
	}

	.sidebar {
		margin-right: 0px !important;
	}
}

img.footer-logo {
	width: 100%;
	max-width: 300px;

	margin: 5%;
}

.block-widget {
	margin: 0px;
	padding: 20px;
}

.block-widget .block-title {
	padding: 20px;
	font-weight: bold;
}

.block-widget .block-content {
	padding: 20px;
}

.block-widget .block-content ul,
.widget .widget-menu .column-content ul {
	list-style: none;
}

.block-widget .block-content ul>li {
	line-height: 2em;
}

.widget .widget-menu .column-content ul>li {
	padding-right: 10px;
	line-height: 3em;
	border-bottom: 1px dashed #ddd;
	transition: background .4s ease-in-out;
}

.widget .widget-menu .column-content ul>li:hover {
	background-color: #f8eee4;
}

.block-widget .block-content ul>li:last-child,
.widget .widget-menu .column-content ul>li:last-child {
	border-bottom: 0px !important;
}

.block-widget .block-content ul>li a,
.block-widget .block-content ul>li a:visited {
	text-decoration: none;
	color: #fff;
}

.block-widget .block-content ul>li a:hover {
	color: #ddd;
}

.block-widget .block-content ul>li::before,
.widget .widget-menu .column-content ul>li::before {
	content: "■ ";
	color: #fff;
	font-size: 14px;
	float: right;
	transform: rotate(45deg);
	margin-left: 8px;
}

.widget .widget-menu .column-content ul>li::before {
	color: #af8861 !important;
	;
}


.header_top .banner-middle {
	/*float: right;*/
	display: flex;
	/*width: 33%;*/
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.header_top .banner-left,
.header_top .banner-right {
	display: flex;
	align-items: center;
}

.header_top .banner-middle {
	justify-content: center;
}

.header_top .banner-middle img {
	width: 100%;
	max-width: 485px;
	max-height: 291px;
}

.header_top .banner-left img {
	width: 100%;
	max-width: 372px;
	padding: 0px 20px 0px 20px;
}

.header_top .banner-right img {
	width: 100%;
	max-width: 430px;
	padding: 0px 20px 0px 20px;
}

.spacer-10 {
	display: block;
	height: 10px;
}

.spacer-20 {
	display: block;
	height: 20px;
}

.spacer {
	display: block;
	height: 30px;
}

@media only screen and (max-width:800px) {
	.header_top .banner-middle img {
		max-width: 170px;
	}
}

@media only screen and (max-width:480px) {

	.header_top .banner-left,
	.header_top .banner-right {
		display: none;
	}

	.header_top .banner-middle {
		width: 100%;
	}

	.header_top .banner-middle img {
		max-width: 170px;
	}
}

.single-block {
	padding: 50px 10px 50px 10px;
}

.center {
	text-align: center;
	align-items: center;
}

.page {
	width: 100%;
	margin: 50px 0 50px 0;
	float: right;

}

.sidebar {
	display: inline-block;
	width: 340px;
	height: auto;
	margin-right: 15px;
	vertical-align: top;
}

.sidebar .widget {
	width: 100%;
	margin: 0 0 20px 0;
}

.contentbar {
	display: inline-block;
	width: calc(100% - 360px);
	height: auto;
	vertical-align: top;
}

.content-title {
	color: #fff;
	background-color: #30486a;
	margin: 5px 2px 5px 2px;
	padding: 10px;
	border-radius: 5px;
	font-size: 17px;
}

.content-options {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px;
	margin: 0px 0 30px auto;
	display: flex;
}

.content-image img {
	width: 100% !important;
	height: auto;
	margin: 10px 0px 20px 0px;
}

.right-options {
	margin: auto 0 auto auto;
	display: flex;
}

.right-options span {
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	background-color: #af8861;
}

.left-options .shortlink {
	background-color: #fff;
	border: 1px solid #e6e7e7;
	width: 45px;
	height: 40px;
	margin-right: 8px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	float: right;
	text-align: center;
	line-height: 40px;
}

.left-options .shortlink::before {
	color: #999;
	content: "\f0c1";
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 22px;
	transition: all 0.3s ease 0s;
}

.left-options .shortlink:hover {
	border: 1px solid #eee;
	transition: all 0.3s ease 0s;
}

.left-options .shortlink:hover::before {
	color: #777 !important;
	transition: all 0.3s ease 0s;
}

.left-options .shortlink #permalink {
	display: none;
	text-align: left;
	color: #999;
	font-size: 12px;
	font-family: arial;
	line-height: 23px;
	width: 200px;
	transition: all 0.3s ease 0s;
	background: #fff;
	float: right;
	padding: 8px 10px;
	margin-top: -45px;
	z-index: 9999;
	position: relative;
	border: 1px solid #eee;
}

.left-options .shortlink:hover #permalink {
	display: inherit;
	transition: all 0.3s ease 0s;
}

.left-options .shortlink #permalink button {
	color: #999;
	float: right;
	font-family: "Num_Light";
	cursor: pointer;
	background: none;
	font-size: 12px;
}

.left-options .send_file {
	background-color: #fff;
	border: 1px solid #e6e7e7;
	width: 45px;
	height: 40px;
	margin-right: 8px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	float: right;
	text-align: center;
	line-height: 40px;
}

.left-options .send_file::before {
	color: #999;
	content: "\f003";
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 22px;
	transition: all 0.3s ease 0s;
}

left-options .send_file:hover {
	border: 1px solid #777;
	transition: all 0.3s ease 0s;
}

left-options .send_file:hover::before {
	color: #777 !important;
	transition: all 0.3s ease 0s;
}

.left-options .print {
	background-color: #fff;
	border: 1px solid #e6e7e7;
	width: 45px;
	height: 40px;
	margin-right: 8px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	float: right;
	text-align: center;
	line-height: 40px;
}

.left-options .print::before {
	color: #999;
	transition: all 0.3s ease 0s;
	content: "\f02f";
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 22px;
}

.left-options .print:hover {
	border: 1px solid #777;
	transition: all 0.3s ease 0s;
}

.left-options .print:hover::before {
	color: #777 !important;
	transition: all 0.3s ease 0s;
}

.left-options .inc-font {
	font-family: 'IranNastaliq';
	color: #999;
	background-color: #fff;
	border: 1px solid #e6e7e7;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	cursor: pointer;
	float: left;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 1.5em;
}

.left-options .dec-font {
	font-family: 'IranNastaliq';
	color: #999;
	background-color: #fff;
	border: 1px solid #e6e7e7;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	cursor: pointer;
	float: left;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	font-size: .8em;
}

.left-options .inc-font:hover,
.left-options .dec-font:hover {
	color: #777;
	border-color: #777
}

.content-text {
	padding: 10px;
	margin: 5px 2px 5px 2px;
	line-height: 35px;
	color: #000;
}

.content-text h1,
h2 {
	margin: 30px 0px 20px 0px;
}

.column-content .content-text h3,
h4,
h5,
h6 {
	/* margin: 10px 0px 10px 0px; */
}

.content-row,
.content-row-no-margin {
	width: 100%;
	height: auto;
	display: block;
	margin: 5px 0px 10px 0px;
	padding: 10px;
	box-sizing: border-box;
	float: right;
}

.content-row-no-margin {
	margin: 0px !important;
	padding-bottom: 0px !important;
}

.row-half {
	width: calc(50% - 10px);
	height: auto;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: top;
}

.row-quarter {
	width: calc(25% - 5px);
	height: auto;
	padding: 0px 5px;
	display: inline-block;
	vertical-align: top;
}

.row-img {
	width: 250px;
	height: auto;
	display: inline-block;
}

.row-img img,
.row-half img,
.row-quarter img {
	width: 100% !important;
	border-radius: 5px;
}

.row-details {
	width: calc(100% - 255px);
	height: auto;
	display: inline-block;
	padding-right: 15px;
	vertical-align: top;
}

.row-border-dashed {
	border-bottom: 1px dashed #ddd;
}

.content-text ol {
	margin: 5px 0px 10px 0px !important;
	padding: 0px 30px 0px 0px !important;
}

.content-text ul {
	margin: 5px 0px 10px 0px !important;
	padding: 0px 30px 0px 0px !important;
	list-style: none;
}

.content-text ul li::before {
	content: "■ ";
	color: rgb(191, 183, 159);
	font-size: 18px;
	float: right;
	transform: rotate(45deg);
	line-height: 20px;
	padding-top: 4px;
	padding-left: 10px;
}

.content-text ul ul li::before,
.content-text ol ul li::before {
	content: "○ ";
	color: rgb(191, 183, 159);
	font-size: 25px;
}

.wp-block-pullquote blockquote {
	border: none;
	margin-bottom: -30px;
	quotes: "”""“""’""‘";
	/* background-color: #f8eee4; */
	color: #000;
	/* border-radius: 0px 90px 0px 90px; */
}

blockquote.wp-block-quote {
	border: none;
	margin: 30px 0px;
	padding: 25px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: #f8eee4;
	color: #000;
	quotes: "”""“""’""‘";
}

.wp-block-quote p::before,
.wp-block-pullquote blockquote p::before {
	content: open-quote;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 50px;
	color: #af8861;
	padding-right: 20px;
	padding-left: 20px;
}

.wp-block-quote p::after,
.wp-block-pullquote blockquote p::after {
	content: close-quote;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 50px;
	color: #af8861;
	padding-right: 20px;
	padding-left: 20px;
}

.wp-block-quote cite {
	color: #999;
	padding-right: 5px;
}

.wp-block-pullquote blockquote cite {
	color: #999;
	font-size: 0.7em;
}

.wp-block-quote cite::before {
	content: "■ ";
	color: rgb(191, 183, 159);
	font-size: 18px;
	float: right;
	transform: rotate(45deg);
}

.content-text a,
.content-text a:visited,
.content-text a:hover {
	text-decoration: none;
	color: #1a75ed;
}

figure.wp-block-gallery.has-nested-images {
	margin: 15px 0px 15px 0px;
}

.pagination {
	display: block;
	padding: 10px 0;
	height: auto;
}

.pagination ul {
	display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	color: #fff;
	text-decoration: none;
}

.pagination li {
	display: inline-block;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	background-color: #ddd;
	border-radius: 3px;
	cursor: pointer;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #af8861;
}

.tags {
	text-align: center;
	align-items: center;
	margin: 5px 10px;
	display: block;
	width: 100%;
	height: auto;
	line-height: 35px;
}

.tags a,
.tags a:visited {
	font-size: 10px;
	text-decoration: none;
	background-color: #ddd;
	color: #666;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 0px 5px;
}

.tags a:hover {
	background-color: #af8861;
	color: #fff;
}

.no-radius {
	border-radius: 0px !important;
}

.mobile-menu-title {
	margin-top: 15px;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}

figcaption {
	display: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	backdrop-filter: none !important;
	display: none !important;
}