@font-face {
    font-family: 'nast';
    src: url('../fonts/IranNastaliq.eot');
    src: url('../fonts/IranNastaliq.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IranNastaliq.woff2') format('woff2'),
        url('../fonts/IranNastaliq.woff') format('woff'),
        url('../fonts/IranNastaliq.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.tg_header.no-print {
  min-height: 100vh;
  position:relative;  z-index: 9;
}
.logo {
  background: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.logo img { width:100% }
.logo_text {
  font-family: nast;
  font-size: 1rem;
  padding: 0;
  border-radius: 0 0 10px 10px;
  color: #2B0F13;
  font-weight: bold;
  z-index: 999;
  position: fixed;
top: 5px;
  right: 20px;
  width: 90%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 55px;
}

.curve-bottom-1::after {
  background-image: url("data:image/svg+xml,%3Csvg version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 x=%220%22 y=%220%22 viewBox=%220 0 1800 26%22 preserveAspectRatio=%22none%22%3E%3Cpath fill=%22%23F6F9FC%22 d=%22M900,19.8C594.4,19.8,293.9,13.1,0,0v26h1800V0C1506.1,13.1,1205.6,19.8,900,19.8z%22/%3E%3C/svg%3E");
bottom: 0;
}
[class*="curve-bottom"]::after, [class*="sticking"]::after, [class*="curve-top"]::before, [class*="curve-conv"]::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: ' ';
  display: block;
  height: 1.625rem;
  margin-top: -4.5rem;
  position: absolute;
  width: 100%;
  z-index: 0;
}
/* #3 Main menu */
.main-menu {
	position: relative;
	z-index: 1000;
	display: block;
	background: inherit;
	border-top: 1px solid rgba(0,0,0,0.15);
}
.main-menu .the-menu {
  display: block;
  font-size: 0;
  background: inherit;
  padding:  10px 0;
  float: right;
}
.fixednav .main-menu .the-menu {padding: 0;}
.main-menu .the-menu:after {
	display: block;
	content: '';
	clear: both;
}
.main-menu .the-menu li {
	display: block;
	background: inherit;
	font-size: 12px;
	float: right;
	position: relative;
}
.main-menu .the-menu.transition-active > li {
	perspective:600px;
	-moz-perspective:600px;
	-o-perspective:600px;
	-webkit-perspective:600px;
	perspective-origin:100% 100%;
	-moz-perspective-origin:100% 100%;
	-o-perspective-origin:100% 100%;
	-webkit-perspective-origin:100% 100%;
	position: relative;
	z-index: 10;
}
.main-menu .the-menu.transition-active > li > ul {
	display: block;
	transform:rotateX(-90deg);
	-moz-transform:rotateX(-90deg);
	-o-transform:rotateX(-90deg);
	-webkit-transform:rotateX(-90deg);
	transform-origin:0 0 0;
	-moz-transform-origin:0 0 0;
	-o-transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	-moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	-ms-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	-o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.main-menu .the-menu.transition-active > li:hover > ul {
	transform:rotateX(0);
	-moz-transform:rotateX(0);
	-o-transform:rotateX(0);
	-webkit-transform:rotateX(0);
	transition-delay:.2s;
	-moz-transition-delay:.2s;
	-o-transition-delay:.2s;
	-webkit-transition-delay:.2s;
}
.main-menu .the-menu li:hover a {
	background: rgba(0,0,0,0.15);
	position: relative;
	color: #fff;
}
.inner .main-menu .the-menu li:hover a {
  background: #256f7b;
}
.bigslider video {
  width: 100%;
}
.main-menu .the-menu > li > a {
  position: relative;
  z-index: 200;
  background: inherit;
  color: #fff;
}
.main-menu .the-menu li a {
  display: block;
  padding: 14px 5px;
  font-weight: 350;
  font-size: 0.9rem;
}
.main-menu .the-menu li a span {
	padding-left: 12px;
	position: relative;
}

.main-menu .the-menu li a span:after {
	font-family: 'Entypo';
	content: '\25BE';
	font-weight: normal;
	position: absolute;
	left: 0px;
	top: 1px;
}
.main-menu .the-menu li:hover > ul {
	display: block;
}
.main-menu .the-menu li ul {
	display: none;
	position: absolute;
	right:0;
	z-index: 100;
	background: inherit;
	width: 240px;
}
.main-menu .the-menu li ul li {
	display: block;
	position: relative;
	text-align:right;
	font-size: 12px;
	float: none;
}

.main-menu .the-menu li ul li:hover > a {
	background: rgba(0,0,0,0.2);
}

.main-menu .the-menu li ul li a span {
	display: block;
}

.main-menu .the-menu li ul li a span:after {
	content: '\25C2';
	top: 0px;
}

.main-menu .the-menu li ul ul {
	right: 240px;
	top: 0px;
	display: none;
}
.tg_header::before {
  width: 100%;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  content: " ";
  z-index: 9;
  background-image:linear-gradient(to bottom, #24363C, rgba(255,255,255,0))
}
.emptystatus h4 {
  color: #bbb;
  font-size: 1.5rem;
}
.emptystatus a {
  background: #1F6CCA;
  color: #fff;
  padding: 10px 15px;
  margin: 20px auto;
  display: block;
  max-width: 200px;
  font-size: 1rem;
  border-radius: 10px;
}
.emptystatus {
  text-align: center;
  padding: 50px 0;
}
.login_cart__nav {
  float: left;
  padding: 30px 0;
}
.lang_cta {
  position: absolute;
  left: 300px;
  top: 25px;
  font-size: 1rem;
  width: auto;
}
.lang_cta .resp-lang {
  float: right;
  margin: 10px;
}
.lang_cta a, .main-menu .the-menu li a {
  color: #fff;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.lang_cta a:hover, .main-menu .the-menu li a:hover {
  color: #d4af37;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.fixednav .the-menu li a { color:#000 }
.js-signin-modal-trigger.login_btn_top li a {
  background: #fff;
  color: #4A4D4F;
  padding: 7px 35px 9px 15px;
  border-radius: 30px 4px;
  font-weight: 450;
  margin: -24px 0 0 10px;
  position: relative;
  float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.js-signin-modal-trigger.login_btn_top li a:hover {
  background: #d4af37;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.top_login_btn svg {
  width: 25px;
  position: absolute;
  right: 5px;
  top: 4px;
  background: #d4af37;
  border-radius: 10px 8px 50px;
}
#cd-cart-trigger a svg {
  width: 25px;
  position: absolute;
  right: 5px;
  top: 4px;
  background: #FFF;
  border-radius: 10px 8px 50px;
}
#reloadcart_btn { float:left }
#cd-cart-trigger a {
  background: #d4af37;
  color: #4A4D4F;
  padding: 7px 40px 10px 20px;
  font-weight: 450;
  position: relative;
  margin: 0 10px 0 0;
  border-radius: 30px 4px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#cd-cart-trigger a:hover {
  background: #fff;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.calendaronair {
  width: 100%;
  position: relative;
  list-style: none;
  margin: 20px auto;
}
.calendaronair li {
  width: 100%;
  text-align: right;
  margin: 5px auto;
  float: right;
  padding: 10px 5px;
  border-radius: 10px;
  border: 1px solid #2b3a67;
  background: #fff;
  box-shadow: 0px -2px 0px 0px rgba(20, 20, 20, 0.06) inset, 0px 2px 4px -2px rgba(20, 20, 20, 0.1), 0px 1px 2px -1px rgba(20, 20, 20, 0.08);
  border-right: 5px solid #2b3a67;
  font-size: 0.9rem !important;
}
.calendaronair li .meta-title {
  font-size: 1rem;
  font-weight: 300;
  color: #153337;
  float: right;
}
.calendaronair li .meta-value {
  font-size: 0.9rem !important;
  padding: 5px 10px;
  display: block;
  margin: 0 auto;
  color: #2B0F13;
  float: left;
  font-weight: 450;
}
#countdown {
  display: flex;
}
#countdown .social-icon {
  width: 25%;
}
#countdown a i {
  font-size: 1.7rem;
  font-style: unset;
  font-weight: 950;
}
#countdown a i p {
  font-weight: 750;
  line-height: 25px;
  padding: 0;
  margin: 0;
  color: #153337;
}
#countdown a span {
  font-size: 1.1rem;
  color: #153337;
}
.pub_page_title {
  position: relative;
  padding: 10px 35px;
  margin: 0 auto 35px;
  text-align: right;
  direction: rtl;
  font-weight: 950;
  font-size: 1.5rem;
}
.pub_page_title::before {
  background: #2B0F13;
  position: absolute;
  width: 20px;
  height: 50px;
  right: 0;
  content: " ";
  border-radius: 20px;
  top: 0;
}
.pub_page_title::after {
  background: #d4af37;
  position: absolute;
  width: 15px;
  height: 40px;
  right: -5px;
  content: " ";
  border-radius: 20px;
  top: 20px;
}
.newsltitle__big img {
  width: 60px;
  float: right;
  margin: 0 0 0 10px;
}
.pubtitle__big {
  position: relative;
  padding: 0 ;
  margin:0 auto 15px
}/*
.pubtitle__big::before {
  background: #2B0F13;
  position: absolute;
  width: 20px;
  height: 50px;
  right: 0;
  content: " ";
  border-radius: 20px;
}
.pubtitle__big::after {
  background: #d4af37;
  position: absolute;
  width: 15px;
  height: 40px;
  right: -5px;
  content: " ";
  border-radius: 20px;
  top: 20px;
}*/
.na__phone img {
  width: 30px;
}
.pubtitle__big h1 {
  font-size: 1.3rem;
  font-weight: 950;
    text-align: right;
}
.pubtitle__big h2 {
  font-size: 1rem;
  font-weight:350;
    text-align: right;
}
.text {
  font-size: 0.8rem;
  font-weight: 350;
  margin: 10px auto;
  line-height: 200%;
  text-align: justify;
  direction: rtl;
}
.widget-poster {
	background:url(../images/footer_pattern.png) center right no-repeat;
	padding: 20px;
	width: 100%;
	height: auto;
}
.widget-poster a {
  width: 100%;
  height: 100%;
  display: block;
}
.widget-poster img {
	width: 100% !important;
	margin: 0 auto;
	display: block;
	transition: all ease 0.5s;
	position:relative;
	border-radius: 15px;
}
.product-cell, .article-photo {
    transition: all ease 0.5s;
	}
/*.widget-poster:hover img, .product-cell:hover .pic-con img, .article-photo:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all ease 0.5s;
}*/

.product-cell .pic-con {z-index: 1; position: relative;}
.speakers_item {z-index: 0;}
.speakers_item::before, .sponsers .slick-slide::before {
content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px/-1);
  left: calc(2px/-1);
  background: linear-gradient(to right, #2b3a67 0%, #2b3a67 100%), linear-gradient(to top, #2b3a67 50%, transparent 50%), linear-gradient(to top, #2b3a67 50%, transparent 50%), linear-gradient(to right, #2b3a67 0%, #2b3a67 100%), linear-gradient(to left, #2b3a67 0%, #2b3a67 100%);
    background-position-x: 0%, 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto, auto;
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
    transition-delay: 0s, 0s, 0s;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;  border-radius: 4px;
}
.prod_item:hover .speakers_item::before, .sponsers .slick-slide:hover::before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}



.widget-about {
  margin: 50px auto;
}
.speakers {
  background: none;
  width: 100%;
  border-radius: 10px;
  padding: 50px 10px;
  margin: 0 auto;
  background-size: cover;
}
/*.pubtitle__big.revrse::before {
  background: #d4af37;
  position: absolute;
  width: 20px;
  height: 50px;
  right: -20px;
  content: " ";
  border-radius: 20px;
}
.pubtitle__big.revrse::after {
  background: #2B0F13;
  position: absolute;
  width: 15px;
  height: 40px;
  right: -25px;
  content: " ";
  border-radius: 20px;
  top: 20px;
}*/
.sponsers .pubtitle__big.revrse {
  padding: 20px 0;
  margin: 0;
}
.pubtitle__big.revrse {
  padding: 0 20px;
}
.pubtitle__big.revrse h1, .pubtitle__big.revrse h1 a {
  color: #2B0F13;
}
.pubtitle__big.revrse h2 {
  color: #4A4D4F;
}
.footer_section a {
  color: #4A4D4F;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.footer_section a:hover { color:#d4af37;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s; }
.article-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  direction: rtl;
}
.article-item {
  display: flex;
  background: #fff;
  margin: 10px auto;
  border-radius: 10px;
  padding: 5px 10px;
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  font-size: 13px;
  color: #282626;
  flex: 1 0 48%;
  margin: 5px 5px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.article-itemx:hover, .article-item:hover {
  background:#2b3a67;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.article-item:hover .meta .more { background:#d4af37;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s; }
.article-item:hover .article-content h3 a, .article-item:hover { color:#fff }
.article-photo {
  width: 100px;
  margin: 0 0 0px 10px;
  height: 50px;
    overflow: hidden;
  border-radius: 10px;
}
.article-photo img {
	  border-radius: 10px;
  height: 50px;
  width: 100px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-content h3 a {
  color: #112F2E;
  font-size: 0.8rem;
  font-weight: 700;
}
.meta .more {
  float: left;
  background: #F9F9F9;
  padding: 0 10px;
  color: #4A4D4F;
  border-radius: 5px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.pubtitle__big.mini {
  padding: 5px 25px 0;
  margin: 5px auto 20px;
}
.pubtitle__big.mini h1 {
  font-size: 1.1rem;
}
/*.pubtitle__big.mini::before {
  background: #2B0F13;
  position: absolute;
  width: 15px;
  height: 15px;
  right: -1px;
  content: " ";
  border-radius: 20px;
  top: 8px;
}
.pubtitle__big.mini:after {
	background: #d4af37;
	position: absolute;
	width: 10px;
	height: 10px;
	right: -5px;
	content: " ";
	border-radius: 20px;
	top: 10px;
}*/
.article-content {
  width: 100%;
}
.content-block.left, .main-sidebar.right {
  width: 100%;
}
.widget h3 {
  background: #fff url(../images/bg-1.png) !important;
  border-radius: 10px;
  color: #000;
  text-align: right;
  padding: 10px;
  font-size: 0.8rem;
  background-size: 500px !important;
  background-position: -150px -130px !important;
  background-repeat: no-repeat !important;  font-weight: 750;
}
.newside {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  direction: rtl;
}
.widget img {
  max-width: 100%;
}
.wholder {
  flex: 1 0 23%;
  width: 100%;
  max-width: 308px;
  margin: 5px 5px;
}
.widget {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  color: #282626;
  width: 100%;
}
.widget_wrapper {
  padding: 10px;
}
#w2 {
  width: 50% !important;
  max-width: none !important;
  flex: 1 0 70%;
}
#ContentPlaceHolder2_timesui li {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
#ContentPlaceHolder2_timesui li span {
  float: left;
}
.footer_section {
    width: 100%;
    margin:0 auto;
	background:#2b3a67 url(../../../../uploads/ctaservice/Backgroundupdateme.png) center center no-repeat;
	position:relative;
	background-size: cover;  border-radius: 15px;    padding: 10px ;  text-align: center; float:right
}
.inner .footer_section {
  margin: 0;
}
.footer_logo {
  background: url(../images/footer_logo.png) center center no-repeat;
  width: 320px;
  height: 90px;
  background-size: contain;
  margin: 10px auto 0;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top:100vh;
  z-index:-1;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.index_excerpt * {
	direction: rtl;
	line-height: 200%;
	font-weight: 300 !important;
	text-align: justify;
	font-size: 1.2rem !important;
}
.vitrin_index {
	width: 100%;
	min-height: 150px;
	position: relative;
	padding: 50px 0 35px;
}
.footer_section .foo_title {
  font-weight: bold;
  color:#fff;
  font-size: 16px;
  margin: 0px auto 10px;
  text-align: right;
  position: relative;
  padding: 0 15px 0 0;
}
.foo_title::before {
  width: 10px;
  height: 25px;
  background: #fff;
  content: " ";
  right: 0;
  top:0;
  position: absolute;
  border-radius: 20px;
}
.foo_title::after {
  width: 7px;
  height: 15px;
  background:#BB8D37;
  content: " ";
  right: -5px;
  top:10px;
  position: absolute;
  border-radius: 20px;
}
.footer_facs {
	display: table;
	margin: 0 auto;
	z-index: 999;
	position: relative;
	padding: 0;
	width: 100%;
}
.footer_facs li {float: right; width:100%; position: relative; margin: 0 10px;}
.footer_facs li::before {
	display: block;
	content: "";
	position: absolute;
	right: -5px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 6px;
	width: 6px;
	background-color: #112F2E;
	transform: rotate(45deg);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.footer_facs > li:hover::before {
	background-color: #1F93A7;
}
.footer_facs li a {
	float: right;
	margin: 2px 10px;
	color: #fff;
	font-size: 13px;
	position: relative;
}
.footer_item_title {
    font-weight: 900;
    color: #112F2E;
    font-size: 16px;
	text-align:center;
    margin: 20px auto 10px;
}
.widget .btn {
  width: 100% !important;
}
.textwidget p {
	margin: 10px;
	direction: rtl;
	text-align: right;
	line-height: 200%;
	font-weight: 300;
	color:#112F2E
}
.tg_header_inner {
  position: relative;
  z-index: 99999;
}
.Advance-Slider{float:left;width:100%;overflow:hidden; height:100%}
.Advance-Slider button.slick-arrow{position:absolute;z-index:2;top:100px;bottom:0;height:100px;width:50px;background:#fff;z-index:99999;border:none;margin:auto;font-size:0;text-align:center;outline:none;cursor:pointer; left:0}
.Advance-Slider .img-fill {
  position: relative;
  height: 100%;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}

.lang_cta .btn.btn-secondary.dropdowntoggle {
  background: #d4af37;
  border: none;
  border-radius:50px;
  padding:0
}
.lang_cta .btn.btn-secondary svg { fill:#fff; }
.lang_cta .dropdown-menu a {
  color: #30191C;
  display: block;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.Advance-Slider .img-fill img{height:auto;width:100%;object-fit:cover;}
.Advance-Slider .item{overflow:hidden;outline:none}
.Advance-Slider button.slick-next.slick-arrow{right:0;left:auto;}
.Advance-Slider button.slick-arrow:before{content:"\F004D";top:0;left:0;margin:auto;font-family:Material Design Icons;font-size:18px;color: #4365A4;}
.Advance-Slider button.slick-next.slick-arrow:before { transform:  scaleX(-1); display:  block;}
/*.Advance-Slider .img-fill:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#151515;opacity:0.5;}
*/
.Advance-Slider ul.slick-dots{position:absolute;bottom:20px;left:0;width:100%;margin:0;padding:0;text-align:center;}
.Advance-Slider ul.slick-dots li{display:inline-block;height:auto;padding:0 5px;line-height:0px;}
.Advance-Slider ul.slick-dots li button{height:15px;width:15px;border-radius:100%;background:#fff;border:none;font-size:0px;padding:0px;opacity:0.5;outline:none;transition:all 0.3s ease;cursor:pointer;}
.Advance-Slider ul.slick-dots li.slick-active button{opacity:1;}
.Advance-Slider button.slick-arrow{perspective:360px;}
.Advance-Slider button.slick-arrow .thumb{position:absolute;height:100px;width:150px;left:100%;top:-28px;transform-origin:0% 0%;transform:rotate3d(1,0,0,90deg);}
.Advance-Slider button.slick-arrow .thumb img{height:100%;width:100%;border-radius: 10px;}
.Advance-Slider button.slick-next{}
.Advance-Slider button.slick-next .thumb{left:auto;right:100%;}
.Advance-Slider button.slick-prev.hover-out .thumb,.Advance-Slider button.slick-prev .thumb{animation:out-left 300ms ease 0ms 1 forwards;}
.Advance-Slider button.slick-prev.hover-in .thumb{animation:in-left 300ms ease 0ms 1 forwards;}
.Advance-Slider button.slick-next.hover-out .thumb,.Advance-Slider button.slick-next .thumb{animation:out-right 300ms ease 0ms 1 forwards;transform-origin:100% 50%;}
.Advance-Slider button.slick-next.hover-in .thumb{animation:in-right 300ms ease 0ms 1 forwards;}

.Advance-Slider .slick-next {
  border-radius: 20px 0 0 20px;
}
.Advance-Slider .slick-prev {
  border-radius: 0 20px 20px 0;
}
.Advance-Slider button.slick-prev:hover{transform:translateX(-100%);}
.Advance-Slider button.slick-prev{transition:all 0.3s ease;}
.Advance-Slider button.slick-next:hover{transform:translateX(100%);}
.Advance-Slider button.slick-next{transition:all 0.3s ease;}
.Advance-Slider ul.slick-dots li button img{height:0;width:20px;top:0;object-fit:cover;transition:height 0.2s ease 0.2s,width 0.2s ease 0s;position:relative;left:-50%;}
.Advance-Slider ul.slick-dots li button a{position:absolute;height:90px;bottom:calc(100%);width:0;display:flex;align-items:flex-end;justify-content:center;transition:all 0.2s ease 0.2s;padding-bottom:10px;}
.Advance-Slider ul.slick-dots li button{position:relative;display:flex;justify-content:center;}
.Advance-Slider ul.slick-dots li button:hover a img{}
.Advance-Slider ul.slick-dots li button:hover img{height:80px;width:140px;transition:height 0.2s ease,width 0.2s ease 0.2s;}
.Advance-Slider ul.slick-dots li button:hover a{width:140px;transition:all 0.3s ease 0s;}
.Advance-Slider ul.slick-dots li button:hover{opacity:1;}
.Advance-Slider ul.slick-dots li button:before{content:'';bottom:calc(100% + -10px);left:7px;border:solid transparent;content:" ";height:0;width:0px;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:10px;margin-left:-10px;opacity:0;transition:0.3s ease 350ms;}
.Advance-Slider ul.slick-dots li button:hover:before{opacity:1;transition:0.3s ease 0s;}

.Advance-Slider .item .contain-wrapper{position:absolute;left:0;top:0;z-index:1;height:100%;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;}
.Advance-Slider .item .contain-wrapper .dots-contain{display:none;}
.Advance-Slider .item h3 {
  margin: 0px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 950;
  direction: rtl;
}
.Advance-Slider .item{color:#fff;}
.Advance-Slider .item  h5{font-size:32px;font-weight:300;padding:10px 0 0;margin:0;text-transform:capitalize;}
.Advance-Slider .item .contain-wrapper .info{max-width:1200px;}
.Advance-Slider .item h5 span{color:#00BCD4;}
.Advance-Slider .item h3 span{color:#00BCD4;}
.Advance-Slider .item h3{animation:fadeOutRight 1s both;}
.Advance-Slider .item.slick-active h3{animation:fadeInDown 1s both 1s;}
.Advance-Slider .item  h5{animation:myMove 1s both;}
.Advance-Slider .item.slick-active  h5{animation:fadeInLeft 1s both 1.5s;}
.fixednav .login_cart__nav {
  padding:15px 0 0 0 !important
}
.fixednav .lang_cta {
  position: absolute;
  left: 280px;
  top: 10px;
  font-size: 1rem;
  width: auto;
}
.main-menu .the-menu > li > a:hover {
  border-radius: 10px;
}
@keyframes myMove{
  from{transform:scale(1.0,1.0);transform-origin:50% 50%;}
  to{transform:scale(1.8,1.9);transform-origin:50% 0%;}
}
@keyframes in-left{
  from{-webkit-transform:rotate3d(0,1,0,90deg);transform:rotate3d(0,1,0,90deg);}
  to{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
}
@keyframes out-left{
  from{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
  to{-webkit-transform:rotate3d(0,1,0,86deg);transform:rotate3d(0,1,0,86deg);}
}
@keyframes in-right{
  from{-webkit-transform:rotate3d(0,-1,0,90deg);transform:rotate3d(0,-1,0,90deg);}
  to{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
}
@keyframes out-right{
  from{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
  to{-webkit-transform:rotate3d(0,-1,0,86deg);transform:rotate3d(0,-1,0,86deg);}
}
.bigslider {
  position: absolute;
  right: 0;
  top: 0;
  direction: ltr;
  width: 100%;
  height:100%;
  overflow: hidden;
}




.tg_header.no-print.curve-bottom-1.inner {
  min-height: 45px !important;
}
.inner .logo {
  border-radius: 10px 10px;
  margin: 10px auto;
}




.row-fluid {
    float: right;
    width: 50%;  padding: 0 5px;
}
.row-fluid label {
  margin: 10px 0 ;
  direction: rtl !important;
  text-align: right;
  float: right;
  min-width: 180px;
  font-weight: 450;
  font-size: 0.9rem;
}
.row-fluid input[type="text"], .row-fluid input[type="password"], .row-fluid input[type="email"] {
  float: right;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
.row-fluid select {
    width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding:10px;
  background:#fff
}
.row-fluid textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
}
.row-fluid input[type="radio"], .row-fluid input[type="file"] {
	margin: 43px 3px 0;
}
.widget-about p {
  margin: 0;
}
.form-signin button {
    float: left;
    border: none;
    padding: 2px 80px;
    background: #13A05B;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.newsletter {
  background: #FFF;
  width: 100%;
  border-radius: 10px;
  padding:  10px;
  margin: 0 auto 10px;
  background-size: cover;
  float: right;
}
.newsltitle__big {
  float: right;
  width: 100%;
}
.newsltitle__big h1 {
  font-size: 1rem;
  color: #4A4D4F;
  text-align: right;
  font-weight: 750;
    padding: 20px 0 0;
}
.footer_section p {
  color: #fff;
  line-height: 200%;
  text-align: justify;
  font-size: 0.8rem;
  font-weight: 300;  margin: 0;
}
.newsletter input[type="text"] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #a8a8a8;
  margin: 5px;
  min-width: 25%;
  background: none;
  color: #000;
}
.newsletter .shares_submit {
  border: none;
  border-radius: 5px;
  background: #2b3a67;
  color: #fff;
  padding: 10px;
  font-weight: 750;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	  margin: 0px auto;
  width: 110px
}
.newsletter .shares_submit:hover {
  background: #d4af37;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.login_cart__nav.afterlogin a.btn {
  background: #d4af37;
  border-color: #d4af37;
  color: #2B0F13;
}
.login_cart__nav.afterlogin {
  padding: 20px 0;  margin: 0 0 0 35px;
}

.dropdown-item {
  font-weight: 350;
}
.px10devider {
  clear: both;
  padding: 10px;
}

.form-paper select, .form-paper textarea, .form-paper input[type="text"], .form-paper input[type="email"] {
    width: 100%;
}
.form-paper label {
    width: 200px;
    margin: 10px 0;
    float: right;
}
.form-paper button, .paylist button {
	float: left;
	border: none;
	padding: 2px 10px;
	background: #13A05B;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.form-paper button.btn-warning {
	float: left;
	border: none;
	padding: 2px 10px;
	background: #FFCE41;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.login-fields label {
	float: right;
	width: 100px;
	margin: 5px 7px 0 0;
}
.login-fields {
    margin: 10px 0px;
}


.login-fields label {
  margin: 10px 0 ;
  direction: rtl !important;
  text-align: right;
  float: right;
  min-width: 180px;
  font-weight: 450;
  font-size: 0.9rem;
}
.login-fields input[type="text"], .login-fields input[type="password"], .login-fields input[type="email"] {
  float: right;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
.login-fields select {
    width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  background:#fff
}
.login-fields textarea {
    width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
.login-fields input[type="radio"], .login-fields input[type="file"] {
	margin: 43px 3px 0;
}
.sponsers .slick-slide {
  max-width: 120px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin: 0 10px;
  border-radius: 10px;
    border: 1px solid #e3e3e3;
}
.sponsers .slick-slide img {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.sponsers .slick-slide {
    filter: grayscale(1);
}

.sponsers .slick-slide:hover {
    filter: grayscale(0);
}
bigslider video {
  width: 100%;
}





/* SOCIAL PANEL CSS */
.social-panel-container {
	position: fixed;
	left: 0;
	bottom: 80px;
	transform: translateX(-100%);
	transition: transform 0.4s ease-in-out;
	z-index: 9999;
}

.social-panel-container.visible {
	transform: translateX(80px);
}

.social-panel {	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Muli';
	position: relative;
	height: 90px;	
	width: 370px;
	max-width: calc(100% - 10px);
}

.social-panel button.close-btn {
	border: 0;
	color: #97A5CE;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.social-panel button.close-btn:focus {
	outline: none;
}

.social-panel p {
	background-color: #2B0F13;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 17px 6px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	text-align: center;
	width: 235px;
}

.social-panel p i {
	margin: 0 5px;
}

.social-panel p a {
	color: #FF7500;
	text-decoration: none;
}

.social-panel h4 {
	margin: 20px 0;
	color: #97A5CE;	
	font-family: 'Muli';	
	font-size: 14px;	
	line-height: 18px;
	text-transform: uppercase;
}

.social-panel ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.social-panel ul li {
	margin: 0 10px;
}

.social-panel ul li a {
	border: 1px solid #DCE1F2;
	border-radius: 50%;
	color: #2B0F13;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	text-decoration: none;
	background:#fff
}

.social-panel ul li a:hover {
	border-color: #FF6A00;
	box-shadow: 0 9px 12px -9px #FF6A00;
}

.floating-btn {
  border-radius: 26.5px;
  background-color: #3F3F41;
  border: none;
  box-shadow: 0 16px 22px -17px #03153B;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 13px;
  position: fixed;
  bottom: 100px;
  left: 5px;
  z-index: 9999;
}
.fastaccess a {
  padding: 5px;
  font-size: 0.8rem;
  position: relative;
  z-index: 99;
  float: right;
  margin: 5px auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;  text-align: center; width:100%
}
.floating-btn:hover {
	background-color: #894C20;
	color: #2B0F13;
}

.floating-btn:focus {
	outline: none;
}
.fastaccess {
  float: right;
  width: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 480px) {

	.social-panel-container.visible {
		transform: translateX(0px);
	}
	
  .floating-btn {
    padding: 8px !important;
    bottom: 70px;
    left: 5px;
  }
  .social-panel-container {
  position: fixed;
  left: -10px;
  bottom: 100px;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 9999;
}
}









#main-div {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 9999;
}

#main-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -15px;
	bottom: 0;
	height: 50px;
	width: 50px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background-color: #2b3a67;
	box-shadow: 0 0 10px 0 #d4af3745;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#main-button ~ button {
  visibility: hidden;
  font-weight: 600;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(90deg, #00a1f5, #0064f3);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  border: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#main-button.open ~ button {
  visibility: visible;
  left: 70px;
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button ~ a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
}

#main-button ~ .telegram-color {
  background: linear-gradient(0deg, #017AB1, #01ABE6);
}

#main-button ~ .whatsapp-color {
  background: linear-gradient(0deg, #00B100, #09db09);
}

#main-button ~ .messenger-color {
  background: linear-gradient(0deg, #0078FF, #00C6FF);
}

#main-button.open ~ a {
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}
#main-button.open ~ a:nth-of-type(1) {
  bottom: 60px;
}
#main-button.open ~ a:nth-of-type(2) {
  bottom: 120px;
}
#main-button.open ~ a:nth-of-type(3) {
  bottom: 180px;
}

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes wave {
  0% {box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);}
  100% {box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);}
}

.open {
  animation-iteration-count: 1;
}



/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#606060; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{background:#fff; overflow:hidden;border-radius: 15px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
#cboxLoadedContent {
  padding: 10px;
  background: #fffff0;
}

#modal-content {
  display: none;
}

#modal-content label {
  display: block;
  margin-bottom: 5px;
}

#modal-content input {
  width: 95%;
}

#colorbox {
  top: 50px !important;
  position: fixed !important;
}


#cboxWrapper ul {
  display: flex;
  list-style-type: none;
  padding: 50px 0;
  width: 280px;
  margin: 0 auto;
}
#cboxWrapper ul li {
	margin: 0 3px;
}

#cboxWrapper ul li a {
	border: 1px solid #DCE1F2;
	border-radius: 50%;
	color: #2B0F13;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	text-decoration: none;
}

#cboxWrapper ul li a:hover {
	border-color: #FF6A00;
	box-shadow: 0 9px 12px -9px #FF6A00;
}


#cboxWrapper h4 {
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
}
.profile_fastac {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  direction: rtl;
}
.profile_fastac li {
  flex: 1 0 15%;
  margin: 0px 5px;
  float: right;
  position: relative;
  max-width: 140px;
}
.workshop_sidebar {
  overflow-x: scroll;
}
.profile_fastac li a {
  box-shadow: 0 1px 1px rgba(82,99,116,0.13);
  font-size: 13px;
  margin: 10px 5px;
  background: #EBE4FF;
  float: right;
  text-align: center;
  font-weight: 450;
  position: relative;
  padding: 10px 5px;
  border-radius: 10px;
  border-top: 1px solid rgba(82,99,116,0.13);
  display: block;
  width: 100%;
  color: #25314C;
  transition: all 0.3s ease;
}
.profile_fastac li:hover a {
  color: #1F6CCA;
  transition: all 0.3s ease;  border-color: #25314C;box-shadow: 0 1px 5px rgba(12, 123, 234, 0.2);
}
.profile_fastac li a img {
  transition: all 0.3s ease; 
}
.profile_fastac li:hover a img {
  transition: all 0.3s ease; 
  margin: -5px auto 20px;
}
.userlogedin .lang_cta {
  left: 0;
}
.userlogedin .breadcrumb {
  float: right;
  width: 100%;
  font-size: 0.8rem;
  border-top: 1px solid #fff;
  border-radius: 0;
}
.userlogedin .breadcrumb a {
  text-decoration: none;
  margin: 0 10px;
    font-weight: 450; 
  color: #1F6CCA;
}
.userlogedin .breadcrumb span {
    color: #333; margin: 0 10px;
}
.miniflex { display:flex }
.profile_fastac li a img {
  margin: 0 auto 15px;
}
.mdi.mdi-navigation {
  rotate: 45deg;
}
.icn_eiat {
	background: url(../images/eitaa.png) center center no-repeat;
	width: 32px;
	height: 32px;
	background-size: 24px;
}
.icn_telegram {
	background: url(../images/Telegram_Messenger.png) center center no-repeat;
	width: 32px;
	height: 32px;
	background-size: 24px;
}
.icn_instagram {
	background: url(../images/instagram_cta.png) center center no-repeat;
	width: 32px;
	height: 32px;
	background-size: 24px;
}
.icn_6253c0f051da1 {
	background: url(../images/6253c0f051da1.png) center center no-repeat;
	width: 32px;
	height: 32px;
	background-size: 24px;
}
.cpy_txt {
  text-align: center;
  padding: 10px 0;
  float: right;
  width: 100%;
}
.cta_affil {
  background:#1abc9c url(../images/bg-1.png) center center no-repeat;
  width: 100%;
  min-height: 250px;
  border-radius: 15px;
  padding: 50px 250px;  margin: 50px auto;
  position:relative; overflow:hidden
}
.cta_affil::before {
  background: #00FFAB;
  -webkit-filter: blur(90.7137px);
  filter: blur(90.7137px);
  -webkit-transform: matrix(-0.93, -0.36, -0.36, 0.93, 0, 0);
  transform: matrix(-0.93, -0.36, -0.36, 0.93, 0, 0);
  content: " ";
  width: 200px;
  height: 200px;
  position: absolute;
  right: -100px;
  top: -100px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.cta_affil::after {
  background: #00FFAB;
  -webkit-filter: blur(176.593px);
  filter: blur(176.593px);
  -webkit-transform: matrix(-0.87, -0.49, -0.49, 0.87, 0, 0);
  transform: matrix(-0.87, -0.49, -0.49, 0.87, 0, 0);
  content: " ";
  width: 200px;
  height: 200px;
  position: absolute;
  left: -100px;
  bottom: -100px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.cta_affil:hover::after {
  left: 0px;
  bottom: -50px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.cta_affil:hover::before {
  right: -100px;

  top: -50px;

  transition: all 0.4s ease;

  -webkit-transition: all 0.4s ease;

  -moz-transition: all 0.4s ease;

  -ms-transition: all 0.4s ease;

}
#aboutconf {
  margin: 50px auto;
}
.cta_affil .ctaf_title {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  font-weight: 750;
}
.ctaf_text {
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  font-weight: 350;
  padding: 20px 0;
  line-height: 200%;
}
.ctaf__btn {
  text-align: center;
  font-size: 1rem;
  margin: 20px auto 0;
}
.ctaf__btn .sup {
  background: #2b3a67;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
}
.ctaf__btn .logi {
  color: #2b3a67;
}
.ctaf_text span {
  font-weight: 750;
}

.calendaronair li .meta-title img {
  width: 36px;
}
.calendaronair .col-lg-4 {
  padding: 5px;
}
.cpy_txt a {
  float: left;
}
.cpy_txt span {
  float: right;
}

.widget-about.text * {
  line-height: 200%;
  font-size: 0.8rem !important;
}
.logo_text a {
  color: #2B0F13;
}
.bigcta {
  width: 100%;
  margin: 20px auto;
}

.widget_wrapper img {
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
}

.widget_wrapper img:hover {
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}

.newsletter_bg .login-fields {
  display: flex;
  width: 33%;
  direction: rtl;
  font-size: 0.9rem;
  color: #000;
  align-items: center;margin: 0 auto;
}
.newsletter_bg .login-fields label {
  margin: 0 !important;
}
.newsletter_bg .login-fields .inputcaptcha {
  margin: 0 10px;
}
.newsletter_bg .login-fields .refresh {
  margin: 10px;
}

.elementor-widget-container {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    height: 100%;
	  background-color: transparent;
  padding: 100px 0px 0px 0px;
  position: absolute;
  bottom: 0;
  z-index: 9999;
  width: 100%;
}

.section-separator {
  position: absolute;
  width: 100%;
  bottom: -1px;
}
.separator-svg {
  fill: #fff !important;
}
.separator-svg.mobile {
  display: none;
}

 .section-separator .separator-svg {
	 width: 100%;
	 fill: white;
}
 .section-separator .separator-svg.mobile {
	 display: none;
}
.section-separator.has-link .centered-icon-holder {
  position: absolute;
  display: block;
  top: 5px;
  right: calc(50% - 22px);
  left: calc(50% - 22px);
  margin: 0 auto;
}
 .section-separator .centered-icon i {
	 font-size: 20px;
	 color: #333;
}
 .section-separator .centered-icon svg {
  width: 44px;
  height: 44px;
  fill: #d4af37;
}

 .section-separator .centered-icon img {
	 width: 30px;
	 height: 30px;
}
 .wp-active-we-separator-icon-fading {
	 animation-name: wp-active-we-separator-icon-fading;
	 animation-delay: 0s;
	 animation-duration: 1.6s;
	 animation-iteration-count: infinite;
}
 @media screen and (max-width: 768px) {
	 .section-separator .separator-svg.mobile {
		 display: block;
	}
	 .section-separator .separator-svg.desktop {
		 display: none;
	}
}
 @keyframes wp-active-we-separator-icon-fading {
	 0% {
		 opacity: 0;
		 transform: translateY(-10px);
	}
	 50% {
		 opacity: 100%;
		 transform: translateY(0);
	}
	 100% {
		 opacity: 0;
		 transform: translateY(10px);
	}
}
.services_wrapper {
  background: #fff url(../../../../uploads/ctaservice/AuthFormBackground-46f3fcd5.svg) !important;
	width:100%;
	position:relative;
	  padding: 14px 24px 0px 24px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  margin:0 auto 50px
}
.star {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 279px 498px #ccc,452px 318px #999,946px 618px #999,810px 795px #999,1362px 890px #999,116px 894px #999,1698px 811px #999,254px 854px #999,270px 520px #999,1746px 217px #999,246px 724px #999,1598px 757px #999,106px 32px #999,460px 573px #999,35px 803px #999,1004px 930px #999,280px 273px #999,1314px 744px #999,1567px 571px #999,1540px 557px #999,1616px 395px #999,1011px 374px #999,1491px 399px #999,512px 639px #999,1339px 252px #999,635px 946px #999,832px 743px #999,335px 43px #999,44px 677px #999,861px 45px #999,858px 449px #fff,585px 343px #ccc,1028px 235px #999,241px 614px #999,163px 618px #999,141px 112px #999,1367px 112px #fff,317px 41px #ccc,267px 949px #999,1003px 788px #999,1607px 367px #999,1689px 539px #999,978px 102px #999,1500px 615px #ccc,304px 741px #999,1698px 664px #999,820px 47px #999,1454px 782px #999,1856px 40px #999,219px 459px #ccc,258px 416px #999,1160px 537px #999,218px 190px #999,978px 359px #999,30px 918px #999,914px 227px #ccc,1824px 583px #999,569px 819px #999,251px 393px #999,1866px 651px #999,1199px 611px #999,5px 650px #ccc,1426px 692px #999,1655px 752px #999,749px 454px #999,1580px 927px #999,551px 185px #999,1830px 135px #ccc,1621px 6px #999,1256px 476px #999,1851px 212px #999,717px 896px #999,938px 598px #999,1838px 522px #ccc,1604px 354px #999,1671px 369px #999,1720px 575px #fff,440px 843px #999,1662px 630px #999,1514px 634px #ccc,1138px 356px #999,886px 384px #999,1909px 303px #fff,1799px 231px #999,634px 180px #999,1067px 551px #ccc,1563px 519px #999,1482px 879px #fff,1730px 642px #fff,537px 261px #999,486px 88px #999,1097px 11px #ccc,185px 58px #999,1106px 609px #fff,596px 610px #fff,1412px 561px #999,443px 228px #999,1640px 173px #ccc,1356px 643px #fff,899px 31px #fff,1828px 91px #fff,130px 944px #999,16px 53px #999,201px 295px #ccc,928px 668px #fff,1554px 259px #999,435px 712px #fff,829px 421px #999,1645px 973px #999,1707px 231px #ccc,42px 392px #fff,122px 123px #999,1127px 106px #999,620px 469px #999,370px 179px #999,49px 751px #ccc,184px 666px #fff,1759px 402px #999,513px 226px #999,1304px 66px #999,1123px 108px #999,1790px 465px #ccc,73px 276px #fff,1189px 318px #999,1829px 848px #999,283px 133px #999,1099px 497px #999,1080px 134px #ccc,1479px 367px #fff,1738px 109px #999,353px 834px #999,1279px 34px #999,1660px 88px #999,391px 28px #ccc,1719px 458px #fff,249px 361px #999,266px 582px #999,229px 352px #999,557px 486px #999,278px 526px #ccc,437px 594px #fff,1044px 884px #999,162px 651px #999,1417px 436px #999,139px 376px #999,1417px 860px #ccc,949px 667px #fff,1285px 451px #999,1726px 465px #999,45px 53px #999,1104px 577px #999,1848px 327px #ccc,155px 497px #fff,578px 119px #999,1069px 982px #999,257px 86px #999,1237px 187px #999,1614px 158px #ccc,1167px 63px #fff,30px 932px #999,486px 968px #999,368px 581px #999,919px 209px #999,1134px 496px #ccc,747px 561px #fff,1143px 984px #999,79px 829px #999,527px 799px #999,962px 21px #999,338px 673px #ccc,1793px 753px #fff,344px 349px #999,625px 672px #999,1351px 312px #999,65px 696px #999,1220px 926px #ccc,891px 850px #fff,1111px 505px #999,271px 332px #999,906px 639px #999,16px 799px #999,1824px 422px #ccc,4px 418px #fff,1476px 322px #999,1127px 447px #999,322px 649px #999,1010px 324px #999,1042px 65px #ccc,1387px 455px #fff,1775px 985px #999,33px 930px #999,1610px 556px #999,1593px 1253px #999,1793px 1120px #999,1293px 1220px #999,1593px 990px #999,1623px 1153px #999,93px 1053px #fff,153px 1153px #fff,193px 1253px #999,293px 1120px #999,393px 1220px #999,493px 990px #999,523px 1153px #999,596px 1315px #ccc,737px 1314px #ccc,896px 1459px #ccc,375px 1419px #ccc,1106px 1293px #ccc,888px 1203px #ccc,938px 1481px #ccc,1189px 1475px #ccc,170px 1421px #ccc;
}
.floating-btn img {
  width: 24px;
  height: 24px;
}
.services_wrapper::before {
	content: "";
	z-index: -1;
	position: absolute;
	width: calc(100% - 40px);
	height: 50px;
	bottom: -8px;
	left: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px #00000020;
}
.article-item.first_news_item {
  display: block;
  margin: 0 auto 10px auto;
}
.article-item.first_news_item .article-photo {
  width: 100%;
  overflow: visible;
  height: 200px;
}
.article-item.first_news_item .article-photo img {
  width: 100%;
  height: 200px;
}
.article-itemx {
  background: #fff;
  margin: 5px auto;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  border: none !important;
}
.article-itemx .article-item {
  margin: 0;
  background: none;
  box-shadow: none;
}

.accordion{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(225,225,225,1);
    overflow: hidden;
    transition: height 0.3s ease;
    margin-bottom: 20px;
}

.accordion .accordion_tab {
  padding: 20px;
  cursor: pointer;
  user-select: none;
  font-size: 0.9rem;
  font-weight: 700;
  position: relative;
  text-align: right;
}

.accordion .accordion_tab .accordion_arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img{width: 100%;height: 100%;}
.accordion .accordion_tab.active .accordion_arrow{transform: translateY(-50%) rotate(180deg);}
.accordion.active{min-height: 200px;}
.accordion .accordion_content{ padding: 20px; border-top: 1px solid #e9e9e9;}
.accordion .accordion_content .accordion_item{ margin-bottom: 20px;}
.accordion .accordion_content .accordion_item p:last-child {
  color: #535353;
  font-size: 14px;
  line-height: 200%;
  text-align: right;
}
.accordion .accordion_content .accordion_item p:last-child{
  color: #9a9b9f;
  font-size: 14px;
  line-height: 20px;
}
.pubtitle__big.revrse.fulklw {
  float: right;
  width: 100%;
  padding: 20px 0 0;
}
.notanswer {
  background: #FFF;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(225,225,225,1);
  text-align: right;
  position:relative;
  overflow:hidden
}
.na_title {
  font-size: 1rem;
  font-weight: 750;
  padding: 20px 0;
  position:relative; z-index:99
}
.na__text {
  line-height: 150%;
  font-size: 0.9rem;
  direction: rtl;
  position:relative; z-index:99
}
.na__phone {
  margin: 20px auto;
  background: #FAFAFF;
  padding: 10px;
  border-radius: 60px;
  font-size: 0.7rem;
  border: 1px solid #EFEDFF;
  position:relative; z-index:99
}
.na__phone a {
  background: #fff;
  border: 1px solid #eaecf0;
  padding: 0px 5px;
  border-radius: 23px;
  font-weight: 450;
  float: left;
  font-size: 0.8rem;
  letter-spacing: 1px;  color: #756850;
}

.notanswer::before {
  content: "؟";
  position: absolute;
  font-size: 32rem;
  opacity: 1;
  left: -70px;
  bottom: -276px;
  rotate: -20deg;
  font-weight: 750;
  color:#2b3a6733;
}
.go-top {
  position: fixed;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
  bottom: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.go-top svg {
  background: #2b3a67;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: all .5s;
  transition: all .5s;
  fill: #fff;
  padding: 5px;
}
.go-top.active {
  bottom: 15px;
}
.article-content h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.singlart .article-content h3 {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.singlart .article-content h3 a {
  line-height: 150%;
  font-size: 1rem !important;
}
.article-item.first_news_item.singlart::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: calc(100% - 40px);
  height: 20px;
  bottom: 5px;
  left: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px #00000020;
}
.article-item:hover::after {
  background: #887A5E !important;
}
.honor_section {
  width: 100%;
  padding: 10px;  margin: 0 auto 50px; 
  border-radius: 15px;
}
.honor_section .honor_title {
  font-size: 1.5rem;
  font-weight: 450;
  color:#d4af37;
}
.honor_section img {
  width: 100%;
}
.honor_section img { display:block; margin:0 auto }
.honor_section__inner {
  padding: 40px;
  background: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(.8px);
  -webkit-backdrop-filter: blur(.8px);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 4px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.honor_section__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient( 90deg, #ff2b2b00, rgba(255, 228, 164, 0.8), transparent )
}

.honor_section__inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}


.tg_header_inner.fixednav {top:0}
.honor_section .honor_text {
  font-size: 0.9rem;
  font-weight: 300;
  color: #d4af37;
}
.hc__item {
  color: #fff;
  text-align: center;
}
.hc__item .hc_num {
  display: block;
  font-size: 1.8rem;
  font-weight: 950;
}
.hc__item .hc_t {
  display: block;
  font-size: 1rem;
  font-weight: 450;
}
.row-fluid.fullwidth {
  width: 100%;
}
.width100 {
  max-width:700px;
  width: 100%;
  margin: 0 auto;
}
.row-fluid-withborder {
  width: 100%;
  float: right;
  background: #D9E5F0;
  padding: 15px;
  margin: 10px auto;
  border-radius: 15px;
}
.imgcaptcha {
  width: 90px;
  margin: 5px;
  border-radius: 5px;
}



.gender-options { float: right; }

.gender-option {
	background: #f1f5f9;
	border: 2px solid transparent;
	border-radius: 8px;
	padding: 0.2rem 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
	width: 125px !important;
	min-width: auto !important;
	margin: 0 5px !important;  text-align: center !important;
}
.gender-option input[type="radio"] {display: none;}
.gender-option span { font-size: 1rem; color: #334155;}
.gender-option input[type="radio"]:checked + span { font-weight: bold; color: #0f172a;}
.gender-option:has(input[type="radio"]:checked) { border-color: #3b82f6; background-color: #e0f2fe;}
.signinwrapper.width100 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.signinwrapper #loginform {
  margin: 0 auto;
  text-align: center;
}
.login-fields {
  margin: 10px auto;
  float: none;
  padding: 0;
  width: auto;
}
.signinwrapper #loginform a {
  color: #000;
  float: right;
  margin: 5px 0;
}
.profile_fastac_login h1 {
  font-size: 1rem;
  font-weight: 750;
}


.dwform label {
	display: block;
	font-size: 0.8rem;
	font-weight: 450;
	margin-bottom: 10px;
	color: #333;
}
.dwform .width45 {
  width: 100%;
  margin: 0 !important;
}
.dwform .fullwidth input[type="file"] {
    display: none;
}
.writerwarpper {
  float: right;
  width: 100%;
  background: #E5F1F7;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
}

.dwform .custom-file-upload:hover {
    border-color: #3b82f6;
    color: #3b82f6;
}
.writerwarpper .width45 {
  width: 50%;
  padding: 0 10px;
}
.dwform .custom-file-upload {
    width: 100%;
    height: 140px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;
    font-size: 48px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	background:#fff
}

.dwform .custom-file-upload.filled {
    font-size: 16px;
    color: #444;
}
.dwform .px10devider {
    height: 10px;
}
.dwform .alert {
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
}
.fastaccess p {
  margin: 0;
  float: right;
  width: 100%;
}
.dwform .alert-success {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #10b981;
}
.withicon .wi_icon img {
  width: 100%;
  margin: 0 auto;
}
.block-content .newsletter_bg {
  display: flex;
  float: right;
}
.justicon .wi_icon img {
  width: 100%;
  margin: 0 auto;
}
.dw_wide_elemts_carousel__services .slick-slide img { width:100% }
.inner .fwrapper {
  border-top: 1px solid #eee;
  padding-top:10px
}
.inner .content-wrapper img {
  max-width: 400px;
  height: auto;
  border-radius: 15px;
  float: right;
  margin: 0 0 10px 10px;
}
.content-wrapper p {
  line-height: 200%;
}