/*@import './mixins/clearfix.scss';*/
/*@import './config/variables.scss';*/
/*
@import this file directly into your existing Scss files to use these mixins
*/
/*@import './config/reset.scss';*/
:root {
  --bs-primar: #38b36c;
  --bs-secondary: #ed1c24;
  --bs-sucess: #5cb85c;
  --bs-gold: yellow;
  --primary: #38b36c;
  --secondary: #ed1c24;
}

/*@import '../images/icons/icons.sprite.scss';*/
.base-tab {
  margin-top: 20px;
}
.base-tab .nav-pills .nav-link.active, .base-tab .nav-pills .show > .nav-link {
  background: #616161;
}
.base-tab .nav-link {
  color: #616161;
}
.base-tab .nav {
  background: #e1e1e1;
  margin-bottom: 15px;
  border-radius: 7px;
}
.base-tab .tab-content {
  background: #fff;
  border-radius: 7px;
  padding: 30px 20px;
  font-size: 0.9rem;
  overflow: auto;
}
.base-tab #pills-comment {
  background: #f7f7f7;
  margin: -30px -20px;
}
.base-tab .comments {
  padding: 20px;
}

.breadcrumb-w {
  padding: 5px 0;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: auto;
  border-bottom: 1px solid #999;
  text-align: left;
}
.breadcrumb-w ul {
  list-style: none;
}
.breadcrumb-w ul li {
  display: inline-block;
}
.breadcrumb-w ul li a {
  padding: 0 5px;
}
.breadcrumb-w ul li:after {
  content: "/";
  display: inline-block;
}
.breadcrumb-w ul li:last-child {
  color: #187fc4;
  font-weight: bold;
}
.breadcrumb-w ul li:last-child:after {
  display: none;
}

.detail-page .detail-header h1 {
  font-size: 1.3rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  display: inline-block;
}
.detail-page .detail-header .rate {
  float: left;
  margin-top: 10px;
}
.detail-page .detail-img {
  position: relative;
}
.detail-page .detail-img > img {
  width: 100%;
}
.detail-page .detail-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  width: 100%;
  overflow: auto;
}
.detail-page .detail-gallery .news-gallery-box {
  width: max-content;
}
.detail-page .detail-gallery .news-gallery-box > div {
  display: inline-block;
  vertical-align: top;
}
.detail-page .detail-info {
  background: #dad9d9;
  min-height: 33px;
  line-height: 33px;
  margin-top: 10px;
  font-size: 11px;
  color: #2c2c2c;
  letter-spacing: 1px;
  padding-right: 10px;
  padding-left: 5px;
  margin-bottom: 25px;
}
.detail-page .detail-dscp {
  text-align: justify;
  margin-bottom: 20px;
}

body.ltr .detail-page .detail-header .rate {
  float: right;
  margin-top: 10px;
}

/*latest-items */
.latest-items {
  padding: 15px 0px 0 0px;
  position: sticky;
  top: 15px;
  background: #ffff;
}
.latest-items .latest-title {
  border: 1px solid #ebebeb;
  font-size: 17px;
  color: #000;
  padding: 4px 15px;
  margin-bottom: 15px;
}
.latest-items .latest-item {
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.latest-items .latest-item:last-child {
  border-bottom: none;
}
.latest-items .latest-item h3 {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
  vertical-align: top;
  line-height: 23px;
}
.latest-items .latest-item h3 a {
  display: block;
}
.latest-items .latest-item .latest-info {
  font-size: 11px;
  color: #688383;
}
.latest-items .latest-item .latest-info span {
  margin-left: 20px;
}
.latest-items .latest-item .latest-img {
  float: right;
  margin-left: 10px;
}

body.ltr .latest-items .latest-item .latest-info span {
  margin-right: 20px;
  margin-left: 0;
}
body.ltr .latest-items .latest-item .latest-img {
  float: left;
  margin-right: 10px;
}

#gallery-thumbnails {
  background: #f7f7f7;
  border-radius: 7px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: auto;
}
#gallery-thumbnails .gallery-item {
  width: 65px;
  margin: 10px 5px;
  display: inline-block;
  position: relative;
}
#gallery-thumbnails .gallery-item.main-photo {
  width: auto;
}
#gallery-thumbnails .gallery-item:hover .play {
  opacity: 1;
}
#gallery-thumbnails .gallery-item .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s all;
  z-index: 3;
  right: 0;
  left: 0;
}
#gallery-thumbnails .gallery-item .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: white;
}

/*img-zoom-container */
.img-zoom-container {
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
}
.img-zoom-container > img {
  border-radius: 7px;
}

video {
  max-width: 100%;
  height: auto;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  width: 80px;
  height: 80px;
}

.img-zoom-result {
  width: 300px;
  height: 300px;
  position: absolute;
  left: -305px;
  top: 0;
  pointer-events: none;
  border: 1px solid #e1e1e1;
  z-index: 1;
}

/*Allform*/
.form-control {
  border-radius: 5px;
  font-size: 0.85rem;
  height: 40px;
  color: #dad9d9;
}

.form-group {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.form-control:hover, .form-control:focus {
  border: 1px solid #187fc4;
  box-shadow: none;
}

textarea.form-control {
  min-height: 110px;
}

.btn-primary, .btn-info {
  border-radius: 7px;
  line-height: 30px;
  background: #187fc4;
  font-size: 14px;
  border: 1px solid #187fc4;
  color: #fff;
  transition: all 0.3s ease;
  width: 200px;
  font-size: 14px;
  max-width: 100%;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-info:hover {
  background: #fff !important;
  color: #187fc4 !important;
  border-color: #187fc4 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: inherit;
  outline: none;
}

.btn {
  text-shadow: none;
}

.form-title {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.form-title .sec-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 0;
  font-weight: 500;
}

.form-title .sec-des {
  text-align: center;
  font-size: 0.8rem;
}

/*.light { font-family: IranSansWeb; font-weight: 300; }
.medium { font-family: IranSansWeb; font-weight: 500; }
.bold { font-family: IranSansWeb; font-weight: bold; }
a, a:hover { text-decoration: none; color: inherit; }
a { color: inherit }
.number { display: inline-block; direction: ltr; font-family: serif; font-size: 0.9em; }
.error, .field-validation-error { color: red; font-size: 1.2rem; display: block; }
.ltr { direction: ltr; }
.rtl { direction: rtl; }
.text-container { transform: rotate(-.1deg); }
.inline-block { display: inline-block !important; }
.block { display: block !important; }
.align-top { vertical-align: top; }
.align-bottom { vertical-align: bottom; }
.align-middle { vertical-align: middle; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.dt { display: table;
	.dtc { display: table-cell; }
}*/
/*
.v-center {
	@include v-center();
}*/
/*.owl-item { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0); }
.no-wrap { white-space: nowrap; }
.line-through { text-decoration: line-through; }
.caution { color: red; }
.caution-wrapper { border: 1px solid red; padding: 5px; }
.bullet { margin-right: 5px; border: solid 1px #eeae39; direction: rtl; vertical-align: middle; }
.wrap { white-space: pre; white-space: pre-wrap; white-space: pre-line; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: -moz-pre-wrap; white-space: -hp-pre-wrap; word-wrap: break-word; }
.captcha-text { font-family: monospace; }
.dropdown-menu > li > a label { width: 100%; padding-top: 5px; padding-bottom: 5px; }
.dropdown-menu > li > a { padding-top: 0; padding-bottom: 0; }
.dropdown-menu > li > a.radio, .dropdown-menu > li > a.checkbox { margin-top: 0; margin-bottom: 0; padding-right: 20px; }
.dropdown-menu > li > [type=radio], .dropdown-menu > li > [type=checkbox] { margin-left: 10px; margin-right: 10px; float: left; margin-top: 9px; }
.dropdown-menu .divider { margin: 2px 0; }
.dropdown-menu [type=checkbox] + label { display: block; cursor: pointer; padding-top: 5px; padding-bottom: 5px; }
.dropdown-menu [type=checkbox] + label:hover, .dropdown-menu [type=checkbox]:checked + label { background: #333e97; color: white; }
.rtl-placeholder[value=""] { direction: rtl; }
.rtl-placeholder { direction: ltr; }
.footer .stuff-tags.well { min-height: 20px; padding: 0; margin: 0; background-color: transparent; border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
[v-cloak] { display: none !important; }
.autocomplete-suggestions { text-align: right; max-height: 345px; }
.autocomplete-suggestion { max-width: 270px; }
.alert.validation-summary-valid { display: none; }
.btn-success.inverse { background: white; color: #5bb85c; font-weight: 500; }
.page-header { padding-bottom: 0; margin: 0; border-bottom: none; }
.show-mobile { display: none }
.inner-page, .html-page { padding-top: 80px; }
.html-page {
	.page-content { background: #fff; padding: 15px; }
}*/
/***Icons***/
/*.icon-phone-svg { display: inline-block; width: 60px; height: 60px; stroke-width: 0; stroke: currentColor; fill: $red-color; vertical-align: middle; }

.wave { animation: waveIn 1.2s infinite ease-out; transform-origin: 50% 50%; }

.wave-sm { animation-delay: .3s; }

.wave-md { animation-delay: .45s; }

.wave-lg { animation-delay: .6s; }

@keyframes waveIn {
	from { opacity: 0; transform: scale(.3) translate(-20px,10px); }

	50% { transform: translate(0,0); opacity: 1; }
}

.icons-video:before {
	content: '';
	@include icons-video;
}

.icons-travel:before {
	content: '';
	@include icons-travel;
}

.icons-picture:before {
	content: '';
	@include icons-picture;
}

.icons-food:before {
	content: '';
	@include icons-food;
}

.icons-play-audio:before {
	content: '';
	@include icons-play-audio;
}

.icons-cast:before {
	content: '';
	@include icons-cast;
}

.icons-address:before {
	content: '';
	@include icons-address;
}

.icons-comment:before {
	content: '';
	@include icons-comment;
}

.icons-download-mp3 {
	@include icons-download-mp3;
}

.icons-h-phone {
	@include icons-h-phone;
}

.icons-h-cer {
	@include icons-h-cer;
}

.icons-h-email {
	@include icons-h-email;
}

.icons-h-man {
	@include icons-h-man;
}

.icons-h-loc {
	@include icons-h-loc;
}

.icons-h-mob {
	@include icons-h-mob;
}

.icons-date {
	@include icons-date;
}

.icons-writer {
	@include icons-writer;
}

.icons-visa:before {
	content: '';
	@include icons-visa;
}

.icons-travel-time:before {
	content: '';
	@include icons-travel-time;
}

.icons-h-website {
	@include icons-h-website;
}

.icons-narrator {
	@include icons-narrator;
}

.icons-hotel-restaurants {
	@include icons-hotel-restaurant;
}

.icons-hotel-restaurants-s {
	@include icons-hotel-restaurant-s;
}

.icons-hotel-hotel-facilities {
	@include icons-hotel-service;
}

.icons-hotel-hotel-facilities-s {
	@include icons-hotel-service-s;
}

.icons-hotel-room-facilities {
	@include icons-hotel-room;
}

.icons-hotel-room-facilities-s {
	@include icons-hotel-room-s;
}

.icons-hotel-sports-facilities {
	@include icons-hotel-other;
}

.icons-hotel-sports-facilities-s {
	@include icons-hotel-other-s;
}

.icons-hotel-salons {
	@include icons-hotel-salons;
}

.icons-hotel-salons-s {
	@include icons-hotel-salons-s;
}

.icons-hotel-other-facilities {
	@include icons-other-ser;
}

.icons-hotel-other-facilities-s {
	@include icons-other-ser-s;
}

.icons-alert {
	@include icons-alert;
}

.icons-filtering {
	@include icons-filtering;
}

.icons-filter-btn {
	@include icons-filter-btn;
}

.icons-register {
	@include icons-register;
}

.icons-scroll-arrow {
	@include icons-scroll-arrow;
}

.icons-cm-modal {
	@include icons-cm-modal;
}*/
/***Animations***/
/*@-webkit-keyframes blink {
	from { opacity: 0; }
	to { opacity: 1; }
}*/
/*********Search***************/
/*.search-results {
	.search-result { border-bottom: 1px solid #e1e1e1; padding: 5px 0; margin-bottom: 5px;
		&:last-child { border-bottom: none }
	}
}*/
/*****Buttons****/
/*.btn-secondary { color: black; background-color: $primary; border-color: $primary; }
.mobile-btn { position: absolute; font-size: 1.2rem; left: 0; bottom: -30px; font-weight: 500; display: none;
	i { font-size: 1.5rem; vertical-align: middle; margin-right: 5px; }
}
.mobile-btn:hover { color: $primary }*/
/***Internal Pages Title and Search*/
/*.search-form { padding: 40px 0;
.list-page-title { float: right;
	h1 { font-weight: 600; font-size: 1.8rem; margin: 1rem 0; }
}
.form-inline { display: inline-block; width: 340px; max-width: calc(100% - 250px);

	.search-box { position: relative; padding-right: 20px;
		&:after { content: ''; background: url('/Images/go.png') -160px -83px; width: 31px; height: 30px; position: absolute; left: 5px; top: 2px; }
		input { background: #f43434; height: 38px; border: none; color: #fff; width: 100%; padding: 0 20px;*/
/*box-shadow: 0px 1px 13px #959393;*/
/*&::-webkit-input-placeholder { color: #fff }
			}
		}
	}
	.share { float: left; display: none; }
}*/
/***Detail Page****/
/*.detail-page {
.main-image { text-align: center; background-size: cover; background-repeat: no-repeat; position: relative; z-index: 1; display: none;
	.aspect-ratio { width: 100%; padding: 20% 0; position: relative; }
	.image-w {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		@include v-center;
	}
	img { display: inline-block; max-width: 100%; width: 100%; }
}
.header {*/
/*text-align: center;*/
/*margin: -10px auto 0 auto;*/
/*padding: 0 25px; width: 100%; z-index: 2; position: relative; background: #fff;
.main-title {*/
/*width: 545px;*/
/*height: 80px; background: #fff; margin: 0 auto;*/
/*text-align: center; display: inline-block;*/
/*padding: 15px 20px 5px 20px;*/
/*max-width: 52%;*/
/*h1 { margin: 0; font-size: 2.3rem; font-weight: 400; margin-bottom: 10px; }
		}
		a { display: inline-block; margin: 15px 30px 0 30px; color: $lightGray; font-size: 1.3rem; font-weight: 500; }
		em { width: 40px; height: 40px; background: #fff; border-radius: 7px; display: block; margin: 0 auto; margin-bottom: 10px; border: 1px solid #e1e1e1; cursor: pointer; }
		.date, .country-latin-name { color: $lightGray; font-size: 1.3rem; letter-spacing: 1px; float: right; }
		.rate { float: left; }
	}
	.dscp { padding: 20px 45px 45px 45px; color: $body-text; font-size: 1.5rem; background: #fff;
		video { width: 100%; height: auto; margin: 5px 0; }
		img { width: 100%; margin: 5px 0; display: block; cursor: pointer; }
		h2, h3 { font-weight: 500; font-size: 1.8rem; margin-bottom: 10px; color: $primary; }
	}
	.publish-info { background: $light-bg; color: $body-text; display: none;
		.top { border-bottom: 1px solid #e1e1e1; padding: 17px 90px; font-size: 1.3rem;
			span { display: inline-block; margin-left: 15px; }
			.view-count:before {
				content: '';
				vertical-align: middle;
				margin-left: 5px;
				@include icons-view;
			}
			.like { cursor: pointer;
				&:before {
					content: '';
					vertical-align: middle;
					margin-left: 5px;
					@include icons-likes;
				}
				&.liked {
					&:before {
						@include icons-liked;
					}
				}
			}
			.source, .share { float: left; font-size: 1.2rem; }
			.share, .share-btn { margin-left: 0; border: none }
			.share { margin-top: -5px; }
		}
		.bottom { padding: 50px 90px; font-size: 1.3rem;
			span { display: block;
				&.publisher-name { color: $primary; display: inline-block; margin-top: 30px;
					&:after { content: ''; border-bottom: 1px dashed #000; display: block; width: 140px; margin: 3px 0; }
				}
				&.publisher-certificate { font-weight: 500 }
			}
			.publisher-img { width: 110px; height: 110px; border-radius: 50%; border: 7px solid #fff; float: right; margin-left: 15px; box-sizing: content-box; }

			.about-publisher {
				.summary { background: #fff; border-radius: 8px; padding: 20px; }
			}
		}
	}
	.related { float: left; display: inline-block; vertical-align: top; background: #f5f5f5; position: relative; margin-right: 15px; padding: 15px 0;
		&:after { content: ''; width: 7px; position: absolute; background: #00a680; height: 95%; right: 0; bottom: 0; top: 0; margin: auto; }
		.related-title { padding: 5px; border-bottom: 1px solid $primary; text-align: right; font-weight: bold; padding-right: 20px; }
		.posts {
			.post { margin-bottom: 5px;
				a.title { position: relative; padding: 5px 50px 5px 10px; display: block; font-size: 0.8em;
					&:before { position: absolute; top: 0; right: 10px; width: 30px; height: 30px; background-size: contain; background-image: url('/Images/link-pic-AnchorText.png'); content: ''; border: none; }
				}
				img { display: none; }
			}
		}
	}
}*/
/***List Header****/
/*.results-header { background: #f7f6f6; height: 43px; line-height: 43px; border-bottom: 1px solid #fff; color: $primary; font-size: 1.14em; border-bottom: 1px solid white; margin-bottom: 10px; display: none;
	ul {
		li { position: relative; border-right: 2px solid white; border-left: none !important; margin: 0 !important; text-align: right !important; padding: 0 !important; padding-right: 25px !important;
			&:before { content: ""; width: 30px; height: 30px; background-color: white; background-image: url('/Images/go.png'); border-radius: 50%; position: absolute; right: -15px; z-index: 2; top: 6px; }
			&.title { font-weight: normal !important; }
		}
	}
}*/
/****SideBarNav****/
/*.side-bar-nav-container { padding: 0; }
nav.side-bar-nav { background: white; font-size: 1em; z-index: 10 !important;
	ul { list-style: none;
		li { border-bottom: 2px solid #fbfbfb; margin-bottom: 3px;
			h2 { margin: 0; font-size: 1em; color: #1d1d1d; }
			&:before { }
			a { text-align: right; display: block; height: 40px; line-height: 40px; transition: all 0.3s ease; width: 100%; position: relative; overflow: hidden;
				&:before { content: ''; width: 40px; height: 40px; display: inline-block; vertical-align: middle; margin-left: 5px; z-index: 2; position: relative; }
				&:after { content: ''; width: 40px; height: 40px; position: absolute; right: 0; top: 0; bottom: 0; background: #fff; z-index: 1; transition: all 0.3s ease; }
			}
			&:hover {
				a { background: #ffcc00; width: calc(100% + 8px); transform: translateX(8px);
					&:before { filter: grayscale(10) brightness(100); }
					&:after { background: $primary; }
				}
			}
		}
	}
}

.side-bar-nav {
	ul {
		li {
			&.iran a:before { background-image: url('/Images/go.png'); background-position: -33px -157px; }
			&.jahan a:before { background-image: url('/Images/go.png'); background-position: -76px -157px; }
			&.safar a:before { background-image: url('/Images/go.png'); background-position: -120px -157px; }
			&.akhbar a:before { background-image: url('/Images/go.png'); background-position: -166px -157px; }
			&.tazeh a:before { background-image: url('/Images/go.png'); background-position: -205px -157px; }
			&.bayad a:before { background-image: url('/Images/go.png'); background-position: -254px -156px; }
			&.jashnvareh a:before { background-image: url('/Images/go.png'); background-position: -293px -157px; }
			&.etelaat a:before { background-image: url('/Images/go.png'); background-position: -36px -190px; }
			&.barnameh a:before { background-image: url('/Images/go.png'); background-position: -71px -190px; }
			&.behtarin a:before { background-image: url('/Images/go.png'); background-position: -109px -193px; }
			&.ghaza a:before { background-image: url('/Images/go.png'); background-position: -149px -192px; }
			&.soghati a:before { background-image: url('/Images/go.png'); background-position: -194px -192px; }
			&.photography a:before { background-image: url('/Images/go.png'); background-position: -229px -340px; }
			&.nowruz a:before { background-image: url('/Images/go.png'); background-position: -219px -266px; }
			&.jazebeh a:before { background-image: url('/Images/go.png'); background-position: -238px -194px; }
			&.hamayesh a:before { background-image: url('/Images/go.png'); background-position: -288px -194px; }
			&.naghshe a:before { background-image: url('/Images/go.png'); background-position: -32px -227px; }
			&.video a:before { background-image: url('/Images/go.png'); background-position: -71px -231px; }
			&.porsesh a:before { background-image: url('/Images/go.png'); background-position: -116px -229px; }
			&.dubai a:before { background-image: url('/Images/MainIcons.png'); background-position: 0px -316px !important; }
			&.turkey a:before { background-image: url('/Images/MainIcons.png'); background-position: -40px -316px !important; }
			&.china a:before { background-image: url('/Images/MainIcons.png'); background-position: -80px -316px !important; }
			&.thailand a:before { background-image: url('/Images/MainIcons.png'); background-position: -120px -316px !important; }
			&.india a:before { background-image: url('/Images/MainIcons.png'); background-position: -160px -316px !important; }
			&.malaysia a:before { background-image: url('/Images/MainIcons.png'); background-position: -200px -316px !important; }
			&.bali a:before { background-image: url('/Images/MainIcons.png'); background-position: -240px -316px !important; }
			&.europe a:before { background-image: url('/Images/MainIcons.png'); background-position: -280px -316px !important; }
			&.russia a:before { background-image: url('/Images/MainIcons.png'); background-position: -320px -316px !important; }
			&.bulgaria a:before { background-image: url('/Images/MainIcons.png'); background-position: -360px -316px !important; }
			&.armenia a:before { background-image: url('/Images/MainIcons.png'); background-position: -400px -316px !important; }
			&.foreignnorouz a:before { background-image: url('/Images/MainIcons.png'); background-position: -440px -316px !important; }
			&.maldives a:before { background-image: url('/Images/MainIcons.png'); background-position: 0px -356px !important; }
			&.georgia a:before { background-image: url('/Images/MainIcons.png'); background-position: -40px -356px !important; }
			&.southkorea a:before { background-image: url('/Images/MainIcons.png'); background-position: -80px -356px !important; }
			&.africa a:before { background-image: url('/Images/MainIcons.png'); background-position: -120px -356px !important; }
			&.srilanka a:before { background-image: url('/Images/MainIcons.png'); background-position: -160px -356px !important; }
			&.baku a:before { background-image: url('/Images/MainIcons.png'); background-position: -200px -356px !important; }
			&.serbia a:before { background-image: url('/Images/MainIcons.png'); background-position: -240px -356px !important; }
			&.cyprus a:before { background-image: url('/Images/MainIcons.png'); background-position: -280px -356px !important; }
			&.croatia a:before { background-image: url('/Images/MainIcons.png'); background-position: -320px -356px !important; }
			&.hungary a:before { background-image: url('/Images/MainIcons.png'); background-position: -360px -356px !important; }
			&.usa a:before { background-image: url('/Images/MainIcons.png'); background-position: -400px -356px !important; }
			&.other-c a:before { background-image: url('/Images/MainIcons.png'); background-position: -440px -356px !important; }
			&.mashhad a:before { background-image: url('/Images/MainIcons.png'); background-position: -447px -397px !important; }
			&.yazd a:before { background-image: url('/Images/MainIcons.png'); background-position: -317px -395px !important; }
			&.qeshm a:before { background-image: url('/Images/MainIcons.png'); background-position: -372px -395px !important; }
			&.kish a:before { background-image: url('/Images/MainIcons.png'); background-position: -412px -395px !important; }
			&.north a:before { background-image: url('/Images/MainIcons.png'); background-position: -205px -438px !important; }
			&.nature a:before { background-image: url('/Images/MainIcons.png'); background-position: -155px -438px !important; }
			&.tehran a:before { background-image: url('/Images/MainIcons.png'); background-position: -61px -438px !important; }
			&.shahr-e-kord a:before { background-image: url('/Images/MainIcons.png'); background-position: -113px -438px !important; }
			&.kermanshah a:before { background-image: url('/Images/MainIcons.png'); background-position: -282px -398px !important; }
			&.esfahan a:before { background-image: url('/Images/MainIcons.png'); background-position: -2px -438px !important; }
			&.shiraz a:before { background-image: url('/Images/MainIcons.png'); background-position: -246px -395px !important; }
			&.norouz-interior a:before { background-image: url('/Images/MainIcons.png'); background-position: -439px -356px !important; }
			&.swiss a:before { background-image: url('/Images/MainIcons.png'); background-position: -401px -437px !important; }
			&.iraq a:before { background-image: url('/Images/MainIcons.png'); background-position: -323px -438px !important; }
			&.australia a:before { background-image: url('/Images/MainIcons.png'); background-position: -454px -438px !important; }
			&.singapore a:before { background-image: url('/Images/MainIcons.png'); background-position: -501px -487px !important; }
			&.azerbaijan a:before { background-image: url('/Images/MainIcons.png'); background-position: -552px -487px !important; }
			&.last-tour a:before { background-image: url('/Images/MainIcons.png'); background-position: -916px -807px !important; }
			&.foreignnorouz a:before { background-image: url('/Images/MainIcons.png'); background-position: -698px -859px !important; }
			&.qatar a:before { background-image: url('/Images/MainIcons.png'); background-position: -306px -860px !important; }
			&.oman a:before { background-image: url('/Images/MainIcons.png'); background-position: -351px -861px !important; }
		}
	}
}*/
/***Actions****/
/*.action-box { top: -60px; position: absolute; left: 0; min-width: 300px;
	.rate { float: left; direction: ltr; }
	.share-box { float: left; margin-left: 20px; }
}
.share-box { display: inline-block; position: relative;
	.share-btn { width: 40px; height: 40px; border: 1px solid #e1e1e1; display: inline-block; border-radius: 7px; text-align: center; cursor: pointer; background: #fff;
		&:before {
			content: '';
			@include icons-share;
		}
	}
	.button { cursor: pointer; display: inline-block; transition: all 0.3s ease-in-out; border-radius: 15px; padding: 0 10px;
		&:before { content: ''; width: 14px; height: 16px; background: url('/images/share.png'); display: inline-block; vertical-align: middle; margin-left: 5px; transition: all 0.3s ease-in-out; }
		&:hover { background-color: $primary; color: white;
			&:before { filter: grayscale(10) brightness(100); }
		}
	}
	.links { opacity: 0; transition: all 0.3s ease; position: absolute; left: 0px; width: 130px; background: #fff; text-align: center; background: #f2f2f2; line-height: 17px; border-radius: 7px; padding-top: 3px; bottom: 50%; z-index: 5000; border: 1px solid #e1e1e1;
		&.active { opacity: 1; bottom: 107%;
			a { display: inline-block; }
		}
		a { display: none; padding-right: 3px; height: 24px; margin: 0;
			&:before { content: ''; background-image: url('/Images/go.png'); width: 22px; height: 24px; display: inline-block; transition: all 0.3s ease-in-out; }
			&:hover { background-color: $primary;
				&:before { filter: grayscale(10) brightness(100); }
			}
			&.facebook:before { background-position: 4px -145px; }
			&.twitter:before { background-position: -1px -197px; }
			&.linkedin:before { background-position: 0px -47px; }
			&.telegram:before { background-position: -2px 4px; }
		}
	}
}*/
/***FAQ****/
/*.questions-and-answers { margin: 10px; margin-top: 0px;
	.item { margin-top: 0; border-radius: 0; box-shadow: none;
		.question-w {
			.question { margin-top: 1rem; display: block; color: darken($primary,10%) !important; }
			i { color: orange !important; line-height: 1em; margin-left: 5px; }
		}
		.answer { color: black !important;
			i { color: rgb(1, 140, 127); line-height: 1em; margin-left: 5px; }
		}
		+ .item { border-top: dotted 1px silver; text-align: justify; }
	}
}*/
/***Related Items****/
/*.related-items-title { font-weight: 400; line-height: 40px; position: relative; padding-right: 46px;
	&:before { content: ''; position: absolute; width: 40px; height: 40px; background-image: url('/Images/Right-TD-icon.png'); background-repeat: no-repeat; right: 0; background-size: contain; background-position: 0px 7px; }
}*/
/***Audio Player****/
/*.audio-player { position: fixed; bottom: -91px; left: 0; right: 0; margin: 0 auto; z-index: 3; background: #363839; width: 100%; padding: 10px 20px; transition: 0.5s all;
	&.active { bottom: 0; }
	audio { vertical-align: middle; background: #363839; width: 100%; }
	.close-audio { color: #fff; background-color: #363839; float: right; border-radius: 5px 5px 0 0; width: 30px; height: 30px; z-index: 10; cursor: pointer; text-align: center; font-size: 18px; font-weight: normal; line-height: 18px; position: absolute; padding: 6px; top: -23px; right: 53px; font-style: normal; font-size: 30px;
		&:before { content: "x"; display: inline-block; }
	}
}*/
/*Register Section*/
/*.register-section {*/
/*background: url(/UserFiles/register-bg.jpg) center;*/
/*background-attachment: fixed; padding: 100px 0;
	.register-list { margin-top: 100px; }
	.container { width: 900px !important }
	.owl-item { padding: 10px; }
	a { height: 260px; width: 235px; margin: 0 auto; background: white; border-radius: 25px; display: block; margin: 0 auto; box-shadow: 0 5px 10px #b5b5b5; text-align: center; padding: 25px 0;
		span { display: block; font-size: 1.3em; line-height: 30px;
			&.register-icon { height: 115px; width: 115px; border: 1px solid #ededed; border-radius: 50%; margin: 0 auto 20px; line-height: 115px; padding-top: 16px; position: relative;
				&:before { content: ''; height: 75px; width: 75px; background: #ededed; border-radius: 50%; position: absolute; right: 0; left: 0; margin: 0 auto; z-index: 1; top: calc(50% - 37.5px); }
				i { position: relative; z-index: 2 }
			}
		}
		strong { display: block }
	}
}

.quick-links { position: fixed; width: 190px; height: 280px; left: 0; top: 60%; margin-top: -70px; z-index: 10; font-weight: bold; font-size: 1.6rem; text-align: center; transition: all 0.7s ease;
	.link { display: block; border: 6px solid #515151; border-radius: 7px; margin-bottom: 10px; width: 150px; height: 220px; margin: 0 auto; display: none; background: #fff;

		.icon { display: inline-block; vertical-align: middle; transition: all .3s ease; text-align: center; margin: 20px 0 10px 0; background: #f43434; width: 47px; height: 47px; border-radius: 7px;
			&.jahan:before {
				content: '';
				@include icons-mohajerat;
				filter: brightness(100);
			}
			&.europe:before {
				content: '';
				@include icons-europe;
				filter: brightness(100);
			}
			&:hover { background: $primary; }
		}
		&:first-child { display: block;
			.icon:before {
				content: '';
				@include icons-quick-tour;
				filter: brightness(100);
			}
		}
		.more-btn { margin: 0 auto; margin-top: 25px; }
		span { display: block; }
	}
	&.scroll { top: 45%; }
	.close-btn { position: absolute; right: 35px; top: 12px; font-size: 22px; color: #f43434; cursor: pointer; }
	&.close { left: -200px; }
}
.related-blogpost { background: #fff; border:2px solid $primary; padding: 6px; width: 315px; font-size: 14px; position: fixed; top: 120px; right: -340px; transition: 1s all ease; z-index: 3; opacity: 0; min-height: 67px; border-radius: 7px 0 0 7px;
	a { display: block; padding-right: 95px; padding-left: 20px; }
	img { position: absolute; right: 6px; top: 6px; width: 85px; height: 55px; margin-left: 10px; border: 1px solid #fff; }
	&.show { right: 0; opacity: 1; }
	i { width: 40px; height: 40px; display: inline-block; position: absolute; left: -20px; background: $red-color; border-radius: 50%; top: 0; padding-top: 8px; text-align: center; cursor: pointer;
		&:after { content: ''; background: url(../../Images/MainIcons.png) -11px -623px !important; width: 22px; height: 24px; display: inline-block; transform: scale(0.9); }
	}
	&.closebox { right: -340px !important; opacity: 0; }
}

@media(max-width:1024px) {
	.detail-page {

		.header { width: 100%;
			.main-title { }
			a { margin: 15px 5px 0 5px; }
		}
		.dscp { padding: 45px 15px; }
		.publish-info {
			.top { padding: 17px 15px; }
			.bottom { padding: 30px 15px; }
		}
	}
	.quick-links { display: none; }
}

@media(max-width:991px) {
	.detail-page .publish-info .bottom { padding: 30px 0; }
}

@media(max-width:650px) {
	.detail-page {
		.main-image { margin: 0 -15px; display: block; }
		.header { padding-top: 30px; margin-top: 0;
			.main-title { position: absolute; right: 0; left: 0; max-width: 100%; top: -25px; height: 58px; padding: 10px 20px 10px 20px;
				h1 { font-size: 1.5rem; }
			}
			.pull-right, .pull-left { float: none !important; display: inline-block; }
			em { display: none }
			a { background: #e8e8e7; border-radius: 7px; padding: 2px 10px; margin: 20px 0px 0 0px; color: $red-color }
		}
	}
}*/
@media (max-width: 550px) {
  .detail-page .detail-header .rate {
    float: none;
    margin-top: -5px;
  }
  .detail-page .detail-gallery {
    position: inherit;
    background: none;
  }
}
/*@import './components/_blog-post.scss';
@import './components/_top-banner.scss';
@import './components/_bar-rating.scss';
@import './components/_podcast.scss';
@import './components/_rate.scss';
@import './components/_faq.scss';*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
header .header-links {
  height: 70px;
  transition: all 0.5s ease;
  font-family: arial;
  letter-spacing: 1px;
  padding-top: 10px;
}
header .header-links .container > a {
  line-height: 18px;
  margin-top: 10px;
}
header .header-links a {
  position: relative;
  font-size: 15px;
  padding: 0 20px;
  display: inline-block;
}
header .header-links a.Lang {
  margin-left: 25px;
  border: 2px solid #187fc4;
  color: #187fc4;
  padding: 10px 29px;
  border-radius: 20px;
}
header .header-links a.Lang:hover {
  background: #187fc4;
  color: #fff;
}
header .header-links a.search {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
header .header-links a.search:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 17px;
  height: 17px;
  background: url("../Images/my-icons.png") 0 0 no-repeat;
  transition: 0.3s ease;
  transform-origin: center center;
}
header .header-links a.search:after {
  content: "\f067";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 17px;
  color: #187fc4;
  transform: scale(0);
  transition: 0.3s ease;
  transform-origin: center center;
}
header .header-links a.search.active:before {
  transform: scale(0) rotate(45deg);
}
header .header-links a.search.active:after {
  transform: scale(1) rotate(45deg);
}
header .header-links a.call {
  padding-right: 20px;
  border-left: 2px solid;
}
header .header-links a.call:after {
  content: "";
  width: 18px;
  height: 20px;
  display: inline-block;
  background: url(/Images/my-icons.png) -40px -81px;
  vertical-align: text-bottom;
  margin-right: 2px;
}
header .header-links a.contact:after {
  margin-right: 6px;
  content: "";
  width: 25px;
  height: 19px;
  display: inline-block;
  background: url(/Images/my-icons.png) 0px -82px;
  vertical-align: middle;
}
header .header-links a:hover {
  color: #2aaae1;
}
header .header-logo {
  float: left;
}
header .header-logo a {
  display: block;
  padding: 0;
}
header .header-logo a img {
  position: relative;
}
header .search-wrap {
  /* display: none; position: absolute;*/
  z-index: 5;
  float: left;
  width: 180px;
}
header .search-wrap .search-box {
  width: 100%;
  text-align: center;
}
header .search-wrap .search-box input[type=text] {
  width: 100%;
  border-radius: 0;
  outline: 0;
  border: none;
  padding: 0 20px;
  height: 60px;
  background: none;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.4);
}
header .search-wrap .search-box input[type=text]::placeholder {
  color: #6c6c6c;
}
header .search-wrap .search-box .search-item-container {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  left: 15px;
  right: 15px;
  border-radius: 5px;
  background: white;
  text-align: right;
  max-height: 250px;
  overflow: auto;
}
header .search-wrap .search-box .search-item-container .search-item {
  background: white;
  padding: 5px 15px;
}
header .search-wrap .search-box .search-item-container .search-item:nth-child(2n+1) {
  background: #eee;
}
header .search-wrap .search-box .search-item-container .search-item:hover {
  background: #187fc4;
  color: white;
}
header .bottom-header {
  background: #187fc4;
  height: 60px;
  line-height: 60px;
}
header #menu-div {
  display: inline-block;
}
header #menu-div nav.menu {
  position: relative;
  display: inline-block;
}
header #menu-div nav.menu .navbar-collapse {
  padding: 0;
}
header #menu-div nav.menu ul.level-1 {
  font-size: 0;
}
header #menu-div nav.menu ul.level-1 > li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  float: none;
  padding: 0 18px;
  /*&:first-child { background: #f7f7f7;
  	>a { color: $primary; }
  }*/
}
header #menu-div nav.menu ul.level-1 > li > a {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
header #menu-div nav.menu ul.level-1 > li > .caret {
  position: relative;
  left: 0;
  right: auto;
  top: 0;
  border: 0;
  width: 13px;
  height: 10px;
  line-height: 12px;
  text-align: center;
  font-size: 10px;
  z-index: 1;
}
header #menu-div nav.menu ul.level-1 > li > .caret:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
}
header #menu-div nav.menu ul.level-1 > li.open {
  background: #f7f7f7;
}
header #menu-div nav.menu ul.level-1 > li.open > a {
  color: #187fc4;
}
header #menu-div nav.menu ul.level-1 > li.open > .dropdown-menu {
  display: block;
}
header #menu-div nav.menu ul.level-1 > li.open > .caret:after {
  color: #187fc4;
}
header #menu-div nav.menu ul.level-1 > li:last-child > a {
  padding-left: 0;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu {
  width: auto;
  padding: 10px 0;
  border-radius: 0;
  top: 60px;
  background: #f7f7f7;
  box-shadow: unset;
  border: 0;
  line-height: 25px;
  right: 0;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li {
  position: relative;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li a {
  display: block;
  white-space: nowrap;
  background-color: #f7f7f7;
  padding: 3px 25px;
  font-size: 14px;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li > .caret {
  position: absolute;
  left: 5px;
  right: auto;
  top: 10px;
  border: 0;
  width: 13px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 11px;
  z-index: 1;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li > .caret:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: inherit;
  transition: all 0.3s ease;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li.open > a {
  color: #187fc4;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li.open > .caret:after {
  color: #187fc4;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li.open ul.level-3 {
  display: block;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li.open ul.level-3 li.open > a {
  color: #187fc4;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li.open ul.level-3 li.open > .caret:after {
  color: #187fc4;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li ul.level-3 {
  list-style: none;
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 160px;
  padding: 10px 0;
  background: #f7f7f7;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li ul.level-3 > li {
  position: relative;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li ul.level-3 > li.open ul.level-4 {
  display: block;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li ul.level-3 .caret {
  position: absolute;
  left: 5px;
  right: auto;
  top: 10px;
  border: 0;
  width: 13px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 11px;
  z-index: 1;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li ul.level-3 .caret:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: inherit;
  transition: all 0.3s ease;
}
header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li ul.level-4 {
  list-style: none;
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 160px;
  padding: 10px 0;
  background: #f7f7f7;
}
header #menu-div .nav-toggle-button {
  position: absolute;
  top: 13px;
  right: 20px;
  margin: 0;
  float: none;
  cursor: pointer;
  width: 42px;
  height: 36px;
  border-radius: 10px;
  background-color: #f4f4f4;
  padding: 7px 6px;
  display: none;
}
header #menu-div .nav-toggle-button .toggle-button {
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
}
header #menu-div .nav-toggle-button .toggle-button .icon {
  position: relative;
}
header #menu-div .nav-toggle-button .toggle-button .icon .bar {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #187fc4;
  transition: all 0.2s ease-in-out;
  margin: 4px 0 0 auto;
}
header #menu-div .nav-toggle-button .toggle-button .icon .bar.bar.i-1 {
  width: 28px;
}
header #menu-div .nav-toggle-button .toggle-button .icon .bar.bar.i-2 {
  width: 28px;
}
header #menu-div .nav-toggle-button .toggle-button .icon .bar.bar.i-3 {
  width: 28px;
}
header #menu-div .nav-toggle-button.open .icon .bar {
  margin: 6px 0 0 auto;
}
header #menu-div .nav-toggle-button.open .icon .bar.i-1 {
  transform: translate(0, 4px) rotate(-45deg);
}
header #menu-div .nav-toggle-button.open .icon .bar.i-2 {
  opacity: 0;
}
header #menu-div .nav-toggle-button.open .icon .bar.i-3 {
  transform: translate(0, -11px) rotate(45deg);
}
header.fixate .header-links {
  height: 0;
  overflow: hidden;
  padding-top: 0;
}

@keyframes phonejiggle {
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(-5deg);
  }
  8% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  12% {
    transform: rotate(5deg);
  }
  14% {
    transform: rotate(-5deg);
  }
  16% {
    transform: rotate(5deg);
  }
  18% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(5deg);
  }
  22% {
    transform: rotate(-5deg);
  }
  24% {
    transform: rotate(5deg);
  }
  26% {
    transform: rotate(-5deg);
  }
  28% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes logoenter {
  0% {
    transform: rotateY(0deg);
  }
  90% {
    transform: rotateY(0);
  }
  95% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@media (max-width: 900px) {
  .wow {
    animation: none !important;
    visibility: visible !important;
  }

  header .bottom-header {
    position: relative;
  }
  header #menu-div .nav-toggle-button {
    display: block !important;
  }
  header #menu-div nav.menu {
    position: inherit;
  }
  header #menu-div nav.menu #bs-navbar {
    position: absolute;
    top: 100%;
    right: calc(-100% - 15px);
    left: auto;
    width: 290px;
    height: auto !important;
    background: #fff;
    border: 1px solid #000;
    max-height: calc(100vh - 100px);
    overflow: scroll;
    transition: all 0.3s ease;
    z-index: 2;
  }
  header #menu-div nav.menu #bs-navbar.navbar-collapse.open {
    right: 0;
    z-index: 11;
  }
  header #menu-div nav.menu ul.level-1 {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
  }
  header #menu-div nav.menu ul.level-1 > li {
    position: relative;
    float: none;
    display: block;
    margin-left: 0px;
    padding: 0;
    line-height: 2;
    border-radius: 0;
    transition: all 0.3s ease;
  }
  header #menu-div nav.menu ul.level-1 > li > a {
    display: block;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    border-bottom: 1px solid #000;
    background-color: #f1f1f1;
    padding: 7px 10px;
  }
  header #menu-div nav.menu ul.level-1 > li > a:after {
    display: none;
  }
  header #menu-div nav.menu ul.level-1 > li:first-child a {
    padding-right: 15px;
  }
  header #menu-div nav.menu ul.level-1 > li .caret {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    right: auto;
    font-size: 14px;
    width: 41px;
    height: 41px;
    background-color: #dad9d9;
  }
  header #menu-div nav.menu ul.level-1 > li .caret:after {
    color: #000;
    content: "\f067";
    line-height: 41px;
  }
  header #menu-div nav.menu ul.level-1 > li:hover > a {
    color: #000;
  }
  header #menu-div nav.menu ul.level-1 > li:hover > .caret:after {
    color: #000;
  }
  header #menu-div nav.menu ul.level-1 > li.open > .caret:after {
    content: "\f068";
  }
  header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu {
    background-color: #999;
    background-image: unset !important;
    padding: 0;
    border: 0;
    position: initial;
    column-count: unset !important;
    column-gap: unset !important;
    min-height: unset;
  }
  header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li > a {
    display: block;
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #666;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
  }
  header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li > a:hover {
    background: transparent;
    color: #fff;
  }
  header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li > a:focus {
    background: transparent;
    color: #fff;
  }
  header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li .caret {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    right: auto;
    width: 41px;
    height: 47px;
    background-color: #2aaae1;
  }
  header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li .caret:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    line-height: 47px;
  }
  header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li:hover > .caret:after {
    color: #fff;
  }
  header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li.open .caret:after {
    content: "\f068";
  }
  header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li.open ul.level-3 {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
  }
  header #menu-div nav.menu ul.level-1 .level-2.dropdown-menu > li.open ul.level-3 li a {
    background: #2aaae1;
    color: #fff;
    border-bottom-color: #fff;
  }
  header #menu-div nav.menu ul.level-1 ul.level-3 {
    display: none;
    padding: 0;
  }
  header #menu-div nav.menu ul.level-1 ul.level-3 li {
    padding-right: 0;
  }
  header #menu-div nav.menu ul.level-1 ul.level-3 li a {
    border-bottom: 1px solid #fff;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
  }
  header .header-logo a {
    width: 105px;
    height: 50px;
    background: url(/../../UserFiles/logo-mobile.png);
  }
  header .header-logo a img {
    display: none;
  }
}
@media (max-width: 700px) {
  header .header-links a.contact {
    display: none;
  }
  header .header-links a.call {
    padding: 0 !important;
    border: none !important;
  }
}
@media (max-width: 450px) {
  header .header-links a.Lang {
    margin-left: 7px;
    padding: 5px 5px;
    border-radius: 10px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
footer {
  position: relative;
  color: #fff;
}
footer img {
  margin-bottom: 20px;
}
footer .link-col p {
  font-size: 1.5rem;
  color: #fff;
}
footer .link-col ul li {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 8px 15px;
}
footer .link-col ul li:first-child {
  border-top: 1px solid;
}
footer .link-col ul li a:hover {
  color: #187fc4;
}
footer .footer-logo {
  position: relative;
}
footer .footer-logo .footer-logo-inner {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
  max-width: 110px;
}
footer .footer-logo .footer-logo-inner > a {
  display: block;
}
footer .footer-info {
  line-height: 26px;
  background-color: #333333;
  padding: 65px 0 20px 0;
  color: #e1e1e1;
  font-weight: 300;
  font-size: 14px;
}
footer .footer-info .footer-info-right {
  float: right;
  width: 33%;
}
footer .footer-info .footer-info-right div {
  margin-bottom: 15px;
}
footer .footer-info .footer-info-right div p {
  position: relative;
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 0;
  /*&:before { content: ''; position: absolute; right: 0; top: 0; display: block; width: 28px; height: 28px; background: url('/Images/my-icons.png'); transition: all 0.3s ease; }
  &.address:before { background-position: -18px 0; }
  &.tel:before { background-position: -46px 0; }
  &.fax:before { background-position: -74px 0; }
  &.email:before { background-position: -102px 0; }
  &:hover {
  	&:before { transform: rotateY(180deg); }
  }*/
}
footer .footer-info .footer-info-right div p strong {
  font-weight: normal;
}
footer .footer-info .footer-info-left {
  float: left;
  width: 33%;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
footer .footer-info .footer-info-left p {
  margin-bottom: 70px;
}
footer .footer-info .footer-info-left > a {
  float: left;
}
footer .footer-info .footer-info-left .qrcode {
  display: inline-block;
}
footer .footer-info .footer-address {
  color: #fff;
}
footer .footer-info .footer-address strong {
  font-weight: normal;
}
footer .footer-info .footer-address p {
  margin: 0;
}
footer #copyright {
  position: relative;
  background-color: #7a7a7a;
  font-size: 12px;
  padding: 15px 0 10px 0;
  color: #fff;
  height: 60px;
  /*		&:after { content: ''; position: absolute; right: -999px; left: -999px; top: -70px; margin: auto; display: block; width: 778px; height: 70px; background: $primary; z-index: 1; -webkit-mask-image: url('/Images/mask2.png'); mask-image: url('../Images/mask2.png'); -webkit-mask-size: 100%; mask-size: 100%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: top; mask-position: top; }
  */
}
footer #copyright .copy {
  margin: 0;
  display: inline-block;
}
footer #copyright .sign {
  float: left;
  margin: 0;
}
footer #copyright .footer-social {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  max-width: 200px;
  z-index: 2;
}
footer #copyright .footer-social .links-wrap {
  direction: ltr;
  text-align: center;
}
footer #copyright .footer-social .links-wrap a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
footer #copyright .footer-social .links-wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 50px;
  height: 50px;
  background: url("/Images/my-icons.png");
  transition: all 0.5s ease;
}
footer #copyright .footer-social .links-wrap a:hover::before {
  transform: rotate(360deg);
}
footer #copyright .footer-social .links-wrap a.telegram:before {
  background-position: -18px -28px;
}
footer #copyright .footer-social .links-wrap a.linkedin:before {
  background-position: -68px -28px;
}
footer #copyright .footer-social .links-wrap a.insta:before {
  background-position: -119px -28px;
}

.BottomTelWrap {
  display: none;
}

.inner-page footer .footer-links, .html-page footer .footer-links {
  border-top: 3px solid #eaeaea;
}

@media (max-width: 991px) {
  .BottomTelWrap {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 13px 10px;
    display: block;
    color: #187fc4;
    font-size: 25px;
    direction: ltr;
    text-align: center;
    background-color: #fbd448;
  }
  .BottomTelWrap a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .BottomTelWrap a > span {
    display: block;
  }
  .BottomTelWrap .CallUsTxt {
    font-size: 16px;
  }
}
.fixed-btn {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 10;
}
.fixed-btn button {
  transform: rotate(-90deg);
  position: absolute;
  right: 24px;
  width: 85px;
  top: 50px;
  display: none;
  font-size: 16px;
  height: 40px;
  border: 1px solid #000;
  color: #000;
}
.fixed-btn a {
  display: block;
  position: relative;
  line-height: 0.8;
}
.fixed-btn a:hover span {
  transform: scaleY(1) translateZ(0);
}
.fixed-btn em {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  display: inline-block;
}
.fixed-btn span {
  position: absolute;
  background: #fff;
  border: 1px solid #e1e1e1;
  direction: ltr;
  padding: 8px 10px;
  font-size: 0.85rem;
  border-radius: 5px;
  display: block;
  right: 108%;
  top: 7px;
  min-width: 125px;
  text-align: center;
  transform: scaleY(0) translateZ(0);
  transition: transform 0.3s, opacity 0.3s;
}
.fixed-btn .p-email {
  background: #187fc4 url(/Images/my-icons.png) -73px -75px;
}
.fixed-btn .p-phone {
  background: #0dba2a url(/Images/my-icons.png) -131px -76px;
}
.fixed-btn .p-whatsapp {
  background: #26cf41 url(/Images/my-icons.png) -191px -77px;
}

@media (max-width: 767.5px) {
  footer .footer-info {
    padding: 40px 0 20px 0;
  }
  footer .col-md-4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .fixed-btn {
    right: -47px;
    transition: all 0.3s ease;
  }
  .fixed-btn.active {
    right: 0;
  }
  .fixed-btn button {
    display: block;
  }
}
/*html{font-size:10px;}*/
html, body {
  max-width: 100%;
}

body {
  direction: rtl;
  padding: 0;
  padding: 0;
  margin: 0;
  font-size: 15px;
  position: relative;
  background-color: #fff;
  color: #000;
  line-height: 32px;
  color: #333;
}

.container-fluid {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.wide {
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

.error, .field-validation-error {
  color: red;
  font-size: 0.7rem;
  display: block;
}

.inner-page .content-wrapper, .html-page .content-wrapper {
  line-height: 32px;
  padding: 30px 0;
  text-align: justify;
}
.inner-page .content-wrapper .container, .html-page .content-wrapper .container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}
.inner-page .content-wrapper .pdf, .html-page .content-wrapper .pdf {
  text-align: center;
  color: #fdb813 !important;
  background-color: #187fc4;
  padding: 15px;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
}
.inner-page .content-wrapper .pdf:hover, .html-page .content-wrapper .pdf:hover {
  background-color: #fbd448;
  color: white !important;
}
.inner-page .content-wrapper a, .html-page .content-wrapper a {
  color: #2aaae1;
}
.inner-page .page-banner-container, .html-page .page-banner-container {
  position: relative;
  background-size: cover;
  background-position: center;
}
.inner-page .page-banner-container img, .html-page .page-banner-container img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.inner-page .page-banner-container .dscp span, .html-page .page-banner-container .dscp span {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  max-width: 500px;
  text-align: center;
  margin: auto;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}

.page-summary {
  font-weight: bold;
}

.owl-carousel {
  display: block;
}

video {
  max-width: 100%;
}

/*p { margin: 0; }*/
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin: 20px 0 10px;
}

h1 {
  font-size: 1.4rem;
}

h2 {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

.ltr {
  direction: ltr;
}

.lg-container.lg-show {
  direction: ltr;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

* a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

*:focus, *:visited, *:active {
  outline: none;
  text-decoration: none;
}

a {
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.mw-90 {
  min-width: 90%;
}

ul, ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

body.modal-open {
  padding: 0 !important;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.back-top {
  position: fixed;
  bottom: -35px;
  right: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease 0s, bottom 0.5s ease 0s;
}
.back-top.show {
  bottom: 0;
  opacity: 1;
}
.back-top a {
  width: 35px;
  height: 35px;
  display: block;
  background: #b5b5b6;
  text-align: center;
  opacity: 1;
}
.back-top a span {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}

.more-btn {
  width: 255px;
  height: 55px;
  text-align: center;
  border-radius: 30px;
  line-height: 55px;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  display: block;
  margin: 0 auto;
  background: #1b51ae;
  background: -moz-linear-gradient(top, #1b51ae 0%, #197cc3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1b51ae), color-stop(100%, #197cc3));
  background: -webkit-linear-gradient(top, #1b51ae 0%, #197cc3 100%);
  background: -o-linear-gradient(top, #1b51ae 0%, #197cc3 100%);
  background: -ms-linear-gradient(top, #1b51ae 0%, #197cc3 100%);
  background: linear-gradient(to bottom, #1b51ae 0%, #197cc3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1b51ae", endColorstr="#197cc3", GradientType=0 );
  transition: all 0.3s ease;
}
.more-btn:hover {
  color: #fff;
}

.v-toast-container {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 99999;
}
.v-toast-container .v-toast {
  z-index: 100;
  overflow: hidden;
  transition: 0.5s all;
  cursor: pointer;
  min-width: 350px;
  text-align: center;
  color: black;
  background-color: #effcf9 !important;
  font-size: 16px;
  opacity: 0.5;
  box-shadow: 0 2px 9px #cbcbcb;
  border-radius: 2px;
  margin-bottom: 10px;
}
.v-toast-container .v-toast .toast-header {
  height: 5px;
  width: 100%;
  background: #ddd;
  position: relative;
}
.v-toast-container .v-toast .toast-header .timing {
  position: absolute;
  left: 0;
  right: 0;
  background: #88e4cf;
  height: 5px;
  top: 0;
  width: 100%;
}
.v-toast-container .v-toast .toast-header .timing.toast-header-error {
  background: #e4888c;
}
.v-toast-container .v-toast.toast-erorr {
  background: #fcefef !important;
}
.v-toast-container .v-toast p {
  margin: 0;
  vertical-align: middle;
  padding: 5px 30px;
}
.v-toast-container .v-toast.show-toast {
  opacity: 1;
}

.like {
  cursor: pointer;
}
.like:before {
  content: "";
  vertical-align: middle;
  margin-left: 5px;
  width: 23px;
  height: 11px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -296px no-repeat;
}
.like.liked:before {
  width: 23px;
  height: 11px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -317px no-repeat;
}

.share-box {
  display: inline-block;
  position: relative;
}
.share-box .share-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
  display: inline-block;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.share-box .share-btn:before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url("/images/icons/icons.sprite.png") -10px -1485px no-repeat;
}
.share-box .button {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  padding: 0 10px;
}
.share-box .button:before {
  content: "";
  width: 14px;
  height: 16px;
  background: url("/images/share.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
.share-box .button:hover {
  background-color: #187fc4;
  color: white;
}
.share-box .button:hover:before {
  filter: grayscale(10) brightness(100);
}
.share-box .links {
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  left: 0px;
  width: 130px;
  background: #fff;
  text-align: center;
  background: #f2f2f2;
  line-height: 17px;
  border-radius: 7px;
  padding-top: 3px;
  bottom: 50%;
  z-index: 5000;
  border: 1px solid #e1e1e1;
}
.share-box .links.active {
  opacity: 1;
  bottom: 107%;
}
.share-box .links.active a {
  display: inline-block;
}
.share-box .links a {
  display: none;
  padding-right: 3px;
  height: 24px;
  margin: 0;
}
.share-box .links a:hover {
  background-color: #187fc4;
}
.share-box .links a:hover:before {
  filter: grayscale(10) brightness(100);
}

[type=tel], [type=url], [type=email], [type=number] {
  direction: rtl;
}

.custom-input p.text-danger {
  margin: 0;
  padding-right: 10px;
}
.custom-input .form-group {
  margin-bottom: 5px;
}

[v-cloak] {
  display: none;
}

.form-group {
  margin-bottom: 15px;
}

.btn-block {
  display: block;
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-radio-gp {
  margin: 10px 0;
}
.custom-radio-gp .title {
  font-weight: bold !important;
}
.custom-radio-gp .custom-radio {
  padding-right: 20px;
}

.label-success {
  background-color: var(--bs-sucess);
  color: black;
}

.label-danger {
  background-color: var(--bs-danger);
}

.rate .br-widget {
  height: 23px;
  white-space: nowrap;
}
.rate .br-widget a {
  text-decoration: none;
  height: 19px;
  width: 19px;
  float: left;
  font-size: 23px;
  margin-left: 5px;
  background: url("../images/star.png") no-repeat;
}
.rate .br-widget a.br-active, .rate .br-widget a.br-selected {
  background: url("../images/star-hover.png") no-repeat;
}
.rate .br-widget .br-current-rating {
  display: none;
}
.rate .br-readonly a {
  cursor: default;
}

.br-theme-poll .br-widget {
  white-space: nowrap;
  display: inline-block;
}
.br-theme-poll .br-widget a {
  display: inline-block;
  width: 55px;
  height: 12px;
  background-color: #b3eaee;
  margin: 1px;
}
.br-theme-poll .br-widget a.br-active, .br-theme-poll .br-widget a.br-selected {
  background-color: #60d3db;
}
.br-theme-poll .br-widget .br-current-rating {
  text-align: center;
  font-weight: 600;
  display: block;
  color: #27a5ae;
  font-weight: 400;
  min-height: 34px;
}
.br-theme-poll .br-readonly a {
  cursor: default;
}
.br-theme-poll .br-readonly a.br-active, .br-theme-poll .br-readonly a.br-selected {
  background-color: #81dce3;
}
.br-theme-poll .br-readonly .br-current-rating {
  color: #36c7d2;
}

.faq-section {
  background: #ffffff;
  padding: 0;
}
.faq-section .content-title {
  background: #585858;
  color: white;
  padding: 5px 10px;
  margin: 0;
  display: block;
  font-size: 1.3rem;
}
.faq-section .card {
  padding: 5px 0;
  border: none;
  border-radius: 0;
  margin: 5px 5px;
}
.faq-section .card .card-header {
  padding: 5px 0;
}
.faq-section .card .card-header a {
  color: #000;
}
.faq-section .card .card-body {
  background: white;
  display: block;
}

.alert-modal-container-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: block;
}

.alert-modal-container {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 720px;
  top: 80px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px #c3c3c3;
  background: white;
  z-index: 100;
  border-radius: 2px;
  font-size: 0.9rem;
  max-width: 100%;
  max-width: calc(100% - 20px);
}
.alert-modal-container .modal-content {
  line-height: 2;
}
.alert-modal-container .modal-content .modal-header {
  border-bottom: 1px solid #ebebeb;
  padding: 0 10px;
  background: white;
  font-size: 1.1rem;
  line-height: 1.5;
}
.alert-modal-container .modal-content .modal-header .alert-close-btn {
  font-size: 2rem;
}
.alert-modal-container .modal-content .modal-body {
  padding: 10px;
}

@media print {
  .br-theme-poll .br-widget a {
    border: 1px solid #b3b3b3;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-poll .br-widget a.br-active, .br-theme-poll .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-poll .br-widget .br-current-rating {
    color: black;
  }
}
@media print {
  .br-theme-css-stars .br-widget a {
    background: url("/images/star.png") no-repeat;
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active,
.br-theme-css-stars .br-widget a.br-selected {
    background: url("/images/star-hover.png") no-repeat;
    color: black;
  }
}
@media (max-width: 991px) {
  .inner-page .page-banner-container, .html-page .page-banner-container {
    height: 0 !important;
  }
  .inner-page .page-banner-container .owl-carousel, .html-page .page-banner-container .owl-carousel {
    display: none;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 1rem;
  }

  /*.inner-page, .html-page {

  	.page-banner-container { height: 180px !important;
  		img { width: 100%; height: 180px; }
  		.dscp h2 { top: 50%; line-height: 18px; font-size: 13px !important; }
  	}
  }*/
}
/*# sourceMappingURL=page-layout-rtl.css.map */
