﻿.header-bottom {
    background: #fff;
    position: relative;
    box-shadow: 0 3.4px 2.7px rgb(0 0 0 / 1%), 0 8.7px 6.9px rgb(0 0 0 / 1%), 0 17.7px 14.2px rgb(0 0 0 / 1%), 0 36.5px 29.2px rgb(0 0 0 / 1%), 0 100px 80px rgb(0 0 0 / 2%);
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #333;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  border-bottom: 0;
}

.main-menu {
  position: relative;
  padding:0px 0 0 0;
}
.main-menu nav > ul > li {
  position: relative;
  display: inline-block;
}
.main-menu nav > ul > .has-dropdown {
  margin-right: 5px;
}
.main-menu nav > ul > .has-dropdown:last-child {
  margin-right: 0;
}
.main-menu nav > ul > .has-megaitem {
  position: static;
}
    .main-menu nav > ul > li > a {
    display: block;
    line-height: 24px;
    padding: 14px 37px 15px 37px;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    color: #fff;
    }
 .main-menu nav > ul > li > a:before{
/*border-left:1px solid rgba(254, 254, 254, 0.20);*/
left:0;
top:10px;
content:"";
height: 42px;
flex-shrink: 0;
position:absolute;
 }
 .main-menu nav > ul > li > a.active{
       color: #fff;
background: rgba(227, 227, 227, 0.30);
 }
  .main-menu nav > ul > li > a.active:before{
      display:none;
  }
  .main-menu nav > ul > li:last-child > a:before{
      display:none;
  }
    .main-menu nav > ul > li:hover > a {
       color: #fff;
background: rgba(227, 227, 227, 0.30);
 }
    .main-menu nav > ul{
        direction:rtl;
    }

a:hover{
    text-decoration:none;
}

.lnr {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-menu nav > ul > li > a .lnr {
    font-size: 9px;
    position: relative;
    top: 1px;
    font-weight: bold;
    margin-right: 2px;
}


.sub-menu > li > a,
.mega-menu-sub > li > a {
    font-weight: 400;
    display: block;
    line-height: 29px;
    text-transform: capitalize;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    padding-right: 10px;
    position: relative;
    text-align: right;
    margin-bottom: 2px;
    direction: ltr;
    transition: all 0.3s ease 0s;
}

.sub-menu > li > a::after,
.mega-menu-sub > li > a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(0px, -50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #ed1c24;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}



.sub-menu {
  position: absolute;
  min-width: 200px;

  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);

  left: auto;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 9999;
  top: 100%;
  text-align: left;
}
.sub-menu a{
    padding:8px 0;
    display:block;
    border-bottom:1px solid #eee;
    margin-bottom:3px;
    background-color:#fff
}
.sub-menu .has-dropdown{
    position:relative;
}
.sub-menu .has-dropdown .sub-menu-dv{
        position: absolute;
    min-width: 190px;
    box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
    left: -96%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 99;
    top: 0%;
    text-align: right;
}

    .sub-menu .has-dropdown .sub-menu-dv2 {
        position: absolute;
        min-width: 190px;
        box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
        left: -101%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        z-index: 99;
        top: 0%;
        text-align: right;
    }

    .sub-menu .has-dropdown .sub-menu-dv3 {
        position: absolute;
        min-width: 190px;
        box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
        left: -101%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        z-index: 99;
        top: 0%;
        text-align: right;
    }
    .sub-menu .has-dropdown .sub-menu-dv4 {
        position: absolute;
        min-width: 190px;
        box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
        left: -101%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        z-index: 99;
        top: 0%;
        text-align: right;
    }


    .sub-menu .has-dropdown .sub-menu-dv li a {
        display: block;
        font-weight: bold;
        color: #212121;
        text-align: left;
        padding: 14px 15px;
        font-size: 12px;
        background-color: #fff;
        margin-bottom: 2px;
        text-align: right;
    }


    .sub-menu .sub-menu-dv .has-dropdown:hover .sub-menu-dv2 {
        opacity: 1;
        visibility: visible;
    }

    .sub-menu .sub-menu-dv .sub-menu-dv2 .has-dropdown:hover .sub-menu-dv3 {
        opacity: 1;
        visibility: visible;
    }

.sub-menu .has-dropdown:hover .sub-menu-dv{
    opacity:1;
    visibility:visible;
}
.mega-menu {
  position: absolute;
  min-width: 100%;
  padding:20px;
  background: #FFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);

  transform-origin: 0 0 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}

.mega-menu-inner {
  display: flex;

}
.mega-menu-item{
       width: 23%;
    margin: 0 18px;
}
.mega-menu-item-title {
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: right;
    color: rgb(0 0 0)!important;
    font-size: 13px;
    display: block;
    font-weight: bold;
    padding: 5px;
    background: #f3f3f3;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.mega-menu-item-title:hover {
  color: #261146;
}

.mega-menu-sub > li {
  display: block;
}

.main-menu nav > ul > li:hover .sub-menu,
.main-menu nav > ul > li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.menu-banner {
  margin-top: 20px;
}
.menu-banner > a {
  display: block;
  width: 100%;
}
.menu-banner img {
  width: 100%;
}

.mobile-header-wrapper {
  padding-top: 0px;
  padding-bottom: 25px;
}

.mobile-menu {
  padding: 5px;
  display: block;
  border-radius: 4px;
}

.mobile-menu-dash {
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*****************************
Layout - Offcanvas
*****************************/
.offcanvas {
    z-index: 999999;
    position: fixed;
    top: 0;
    overflow: scroll !important;
    height: 100vh;
    padding: 20px 0;
    transition: all 0.3s ease 0s;
    transform: translateX(100%);
    box-shadow: none;
    background: #fff;
    color: #eaeaea;
    width: 300px;
    overflow-x: hidden !important;
    -webkit-box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.14);
    padding-top: 0;
}

.offcanvas-leftside {
  left: 0%;
  transform: translateX(-100%);
}

.offcanvas-rightside {
  right: 0%;
  transform: translateX(100%);
}


.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas-header {
margin-bottom: 30px;
    position: absolute;
    left: 13px;
    top: 18px;
}


.offcanvas-close {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background:rgba(255, 255, 255, 0.00);
  transition: all 0.3s ease 0s;
  border:none;
  color:#fff;
}
.offcanvas-close:hover {
  color: #261146;
  border-color: #261146;
}

.offcanvas-title {
  margin-bottom: 40px;
}
.mobile-menu-top {
    justify-content: center;
    flex-direction: column;
    text-align: right;
    display: block;
    font-size: 14px;
    font-weight: bold;
    background-color: #000;
    margin: 0 0;
    padding-right: 17px;
    padding: 13px 15px;
    direction:rtl;
}
.mobile-menu-top img{



}
.mobile-menu-user-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
.mobile-menu-user-menu > li {
  margin-right: 40px;
  position: relative;
}
.mobile-menu-user-menu > li:last-child {
  margin-right: 0;
}
.mobile-menu-user-menu > li::after {
  position: absolute;
  content: "|";
  top: 50%;
  transform: translateY(-50%);
  right: calc(0% - 20px);
}
.mobile-menu-user-menu > li:last-child::after {
  display: none;
}
.mobile-menu-user-menu > li > a {
  display: inline-block;
  line-height: 46px;
  color: #666 !important;
}
.mobile-menu-user-menu > li > a:hover {
  color: #261146;
}

.has-mobile-user-dropdown {
  position: relative;
  padding-right: 15px;
}
.has-mobile-user-dropdown::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
}

.mobile-user-sub-menu {
  position: absolute;
  top: calc(100%);
  left: 50%;
  transform: translate(-50%, -30px);
  padding: 10px 15px;
  width: 160px;
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.mobile-user-sub-menu > li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.mobile-user-sub-menu > li:last-child {
  border-bottom: none;
}
.mobile-user-sub-menu > li > a {
  position: relative;
  color: #666;
  display: flex;
  align-items: center;
}
.mobile-user-sub-menu > li > a:hover {
  color: #261146;
}

.user-sub-menu-link-icon {
  padding-right: 5px;
}

.has-mobile-user-dropdown:hover .mobile-user-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

/*Mobile Menu Center Area*/
.mobile-menu-customer-support {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
}

.mobile-menu-customer-support-icon {
  max-width: 50px;
  overflow: hidden;
  margin-right: 30px;
}

.mobile-menu-customer-support-icon img {
  width: 100%;
}

.mobile-menu-customer-support-text-phone {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  transition: all 0.3s ease 0s;
}
.mobile-menu-customer-support-text-phone:hover {
  color: #261146;
}

.mobile-menu-customer-support-text {
  font-size: 14px;
  margin: 20px 0;
}

.mobile-action-icon {
  display: flex;
  justify-content: center;
}

.mobile-action-icon-item {
  margin-right: 40px;
}
.mobile-action-icon-item:last-child {
  margin-right: 0;
}

.mobile-action-icon-link {
  position: relative;
  font-size: 27px;
  color: #333;
  transition: all 0.3s ease 0s;
}
.mobile-action-icon-link:hover {
  color: #261146;
}

.mobile-action-icon-item-count {
  position: absolute;
  top: 0;
  right: calc(0% - 10px);
  font-size: 11px;
  display: inline-block;
  background: #333;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease 0s;
}

.mobile-action-icon-link:hover .mobile-action-icon-item-count {
  background: #261146;
}

/*Mobile Menu Bottom Area*/
.mobile-menu-bottom {
    position: fixed;
    bottom: 5%;
}
.offcanvas-menu {
  margin: 20px 0;
}

.offcanvas-menu li {
  position: relative;
  padding:0px 0px;
}

.offcanvas-menu > ul > li {
border-bottom: 1px solid #f5f1e0;
    padding: 5px 0;
}

.offcanvas-menu > ul > li:last-child {
  border-bottom: none;
}

.offcanvas-menu li a {
  display: block;
  color: #000;
  text-decoration: none;
  text-align:right;
  font-size:13px;
  padding:8px 20px;
  direction:rtl;
}
.offcanvas-menu li a img{
    position:relative;
    top:-3px;
    margin-left:8px;
}
.offcanvas-menu li a:hover {
color: #fa4a2d;
}

.offcanvas-menu li .mobile-sub-menu {
   display: none;
    background-color: #f0f0f1;
    padding: 5px 16px 0 16px;
}

.offcanvas-menu-expand::after {
   content: "\e874";
    position: absolute;
    font-family: 'Linearicons-Free';
    left: 20px;
    transition: all 0.3s ease;
    color: #a1a3a8;
    font-size: 12px;
    font-weight: bold;
    top:11px;
}
.mobile-sub-menu .offcanvas-menu-expand::after {
    left:11px;
}
.active > a{
    color:#183885!important;
}
.offcanvas-menu .active > .offcanvas-menu-expand:last-child,
.sub-menu > .active .offcanvas-menu-expand:last-child {
  border-bottom: none;
}

.offcanvas-menu .active > .offcanvas-menu-expand::after,
.sub-menu > .active .offcanvas-menu-expand::after {
     color: #183885;
    content: "\e873";
}

.mobile-menu-email {
  color: #999;
  text-align: center;
  display: block;
}
.mobile-menu-email:hover {
  color: #261146;
}

.mobile-menu-social {
  margin-top: 25px;
  text-align: center;
}
.mobile-menu-social > li {
  display: inline-block;
  margin-right: 13px;
}
.mobile-menu-social > li:last-child {
  margin-right: 0px;
}
.mobile-menu-social > li > a {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  color: #FFF !important;
}
.mobile-menu-social > li > a:hover {
  opacity: 0.7;
}
.mobile-menu-social > li > a.facebook {
  background: #4867AA;
}
.mobile-menu-social > li > a.twitter {
  background: #1DA1F2;
}
.mobile-menu-social > li > a.youtube {
  background: #FE0000;
}
.mobile-menu-social > li > a.pinterest {
  background: #BD081B;
}
.mobile-menu-social > li > a.instagram {
  background: #B23A94;
}

.offcanvas-cart-item-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.offcanvas-cart-item-single:last-child {
  margin-bottom: 0;
}

.offcanvas-cart-item-block {
  display: flex;
  align-items: center;
}

.offcanvas-cart-item-image-link {
  width: 90px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 20px;
}

.offcanvas-cart-image {
  width: 100%;
}

.offcanvas-cart-item-link {
  display: block;
  font-weight: 700;
}

.offcanvas-cart-item-details {
  font-family: "Raleway", sans-serif;
}

.offcanvas-cart-total-price {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}

.offcanvas-cart-total-price-text {
  font-weight: 700;
}

.offcanvas-cart-action-button-list {
  margin-bottom: 25px;
  display: block;
}

.offcanvas-cart-action-button-link {
  display: block;
  background: #000;
  color: #FFF;
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
}
.offcanvas-cart-action-button-link:hover {
  background: #261146;
  color: #FFF;
}

.offcanvas-wishlist-item-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.offcanvas-wishlist-item-single:last-child {
  margin-bottom: 0;
}

.offcanvas-wishlist-item-block {
  display: flex;
  align-items: center;
}

.offcanvas-wishlist-item-image-link {
  width: 90px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 20px;
}

.offcanvas-wishlist-image {
  width: 100%;
}

.offcanvas-wishlist-item-link {
  display: block;
  font-weight: 700;
}

.offcanvas-wishlist-item-details {
  font-family: "Raleway", sans-serif;
}

.offcanvas-wishlist-total-price-text {
  font-weight: 700;
}

.offcanvas-wishlist-action-button {
  margin-top: 40px;
}

.offcanvas-wishlist-action-button-list {
  margin-bottom: 25px;
  display: block;
}

.offcanvas-wishlist-action-button-link {
  display: block;
  background: #000;
  color: #FFF;
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas-wishlist-action-button-link:hover {
  background: #261146;
  color: #FFF;
}
.ov-mn{
    background-color:rgba(51, 51, 51, 0.59);
    position:fixed;
    width:100%;
    height:100%;
    opacity:0;
    visibility:hidden;
    top:0;
    z-index:1000;
}

.mobile-header-section{
  z-index: 99999;
    position: absolute;
    width: 45px;
    right:0px;
    top:9px;
}
.ti-mn{
display: block;
    font-size: 13px;
    line-height: 1.571;
    padding: 0px 20px 10px;
    font-weight: 600;
    color: #484848;
    text-align: right;
    
}
@media only screen and (max-width:990px){
    .main-menu{
        display:none;
    }
    #loginBox, #searchBox, #searchndBox {
    top: 34px;
    width: 300px;
}
    #s, #s2 {
    display: block;
    width: 78%;
}
    .btn-se {
    width: 20%;

}
    .offcanvas-open .ov-mn{
    opacity:1;
    visibility:visible;
}
    body.offcanvas-open{
    overflow:hidden;
    position:fixed;
     left:0;
     width:100%;
}
    .offcanvas.offcanvas-open {
  transform: translateX(0);
}
.offcanvas-menu li .mobile-sub-menu {
    display: none;
    background-color: #f0f0f1;
    padding: 5px 8px 0 8px;
}
#searchContainer {
    /*top: 4px;*/    margin-left: 0;
}
}
body,ul,li,h1,h2,h3,h4,h5,h6,p {
    padding:0;
    margin:0;
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('../font/iranyekanwebregular.eot');
	src: url('../font/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../font/iranyekanwebregular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../font/iranyekanwebregular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
		 url('../font/iranyekanwebregular.ttf') format('truetype');
}
@font-face {
    font-family: 'Morabba';
    src: url('../font/Morabba-Regular.eot');
    src: url('../font/Morabba-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Morabba-Regular.woff2') format('woff2'),
        url('../font/Morabba-Regular.woff') format('woff'),
        url('../font/Morabba-Regular.ttf') format('truetype');
    font-weight: normal;

}

@font-face {
    font-family: 'Yekan-Bakh-bold';
    src: url('../font/YekanBakh-Bold.eot');
    src: local('YekanBakh-Bold'),
        url('../font/YekanBakh-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/YekanBakh-Bold.woff2') format('woff2'),
        url('../font/YekanBakh-Bold.woff') format('woff'),
        url('../font/YekanBakh-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yekan Bakh';
    src: url('../font/YekanBakh-Regular.eot');
    src: local('YekanBakh-Regular'),
        url('../font/YekanBakh-Regular.eot?#iefix') format('embedded-opentype'),
      /*  url('../font/YekanBakh-Regular.woff2') format('woff2'),*/
        url('../font/YekanBakh-Regular.woff') format('woff'),
        url('../font/YekanBakh-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family:'FontAwesome';
src:url('../font/fontawesome-webfont.eot?v=4.1.0');
src:url('../font/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../font/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal

}
@font-face {
	font-family: 'Linearicons-Free';
	src:url('../font/Linearicons-Free.eot?w118d');
	src:url('../font/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('../font/Linearicons-Free.woff2?w118d') format('woff2'),
		url('../font/Linearicons-Free.woff?w118d') format('woff'),
		url('../font/Linearicons-Free.ttf?w118d') format('truetype'),
		url('../font/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
   /* font-family: 'Yekan Bakh';*/
    font-family: iranyekan;
    background: #EFEFEF;
}

.lnr{font-family:Linearicons-Free;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lnr-home:before{content:"\e800"}.lnr-apartment:before{content:"\e801"}.lnr-pencil:before{content:"\e802"}.lnr-magic-wand:before{content:"\e803"}.lnr-drop:before{content:"\e804"}.lnr-lighter:before{content:"\e805"}.lnr-poop:before{content:"\e806"}.lnr-sun:before{content:"\e807"}.lnr-moon:before{content:"\e808"}.lnr-cloud:before{content:"\e809"}.lnr-cloud-upload:before{content:"\e80a"}.lnr-cloud-download:before{content:"\e80b"}.lnr-cloud-sync:before{content:"\e80c"}.lnr-cloud-check:before{content:"\e80d"}.lnr-database:before{content:"\e80e"}.lnr-lock:before{content:"\e80f"}.lnr-cog:before{content:"\e810"}.lnr-trash:before{content:"\e811"}.lnr-dice:before{content:"\e812"}.lnr-heart:before{content:"\e813"}.lnr-star:before{content:"\e814"}.lnr-star-half:before{content:"\e815"}.lnr-star-empty:before{content:"\e816"}.lnr-flag:before{content:"\e817"}.lnr-envelope:before{content:"\e818"}.lnr-paperclip:before{content:"\e819"}.lnr-inbox:before{content:"\e81a"}.lnr-eye:before{content:"\e81b"}.lnr-printer:before{content:"\e81c"}.lnr-file-empty:before{content:"\e81d"}.lnr-file-add:before{content:"\e81e"}.lnr-enter:before{content:"\e81f"}.lnr-exit:before{content:"\e820"}.lnr-graduation-hat:before{content:"\e821"}.lnr-license:before{content:"\e822"}.lnr-music-note:before{content:"\e823"}.lnr-film-play:before{content:"\e824"}.lnr-camera-video:before{content:"\e825"}.lnr-camera:before{content:"\e826"}.lnr-picture:before{content:"\e827"}.lnr-book:before{content:"\e828"}.lnr-bookmark:before{content:"\e829"}.lnr-user:before{content:"\e82a"}.lnr-users:before{content:"\e82b"}.lnr-shirt:before{content:"\e82c"}.lnr-store:before{content:"\e82d"}.lnr-cart:before{content:"\e82e"}.lnr-tag:before{content:"\e82f"}.lnr-phone-handset:before{content:"\e830"}.lnr-phone:before{content:"\e831"}.lnr-pushpin:before{content:"\e832"}.lnr-map-marker:before{content:"\e833"}.lnr-map:before{content:"\e834"}.lnr-location:before{content:"\e835"}.lnr-calendar-full:before{content:"\e836"}.lnr-keyboard:before{content:"\e837"}.lnr-spell-check:before{content:"\e838"}.lnr-screen:before{content:"\e839"}.lnr-smartphone:before{content:"\e83a"}.lnr-tablet:before{content:"\e83b"}.lnr-laptop:before{content:"\e83c"}.lnr-laptop-phone:before{content:"\e83d"}.lnr-power-switch:before{content:"\e83e"}.lnr-bubble:before{content:"\e83f"}.lnr-heart-pulse:before{content:"\e840"}.lnr-construction:before{content:"\e841"}.lnr-pie-chart:before{content:"\e842"}.lnr-chart-bars:before{content:"\e843"}.lnr-gift:before{content:"\e844"}.lnr-diamond:before{content:"\e845"}.lnr-linearicons:before{content:"\e846"}.lnr-dinner:before{content:"\e847"}.lnr-coffee-cup:before{content:"\e848"}.lnr-leaf:before{content:"\e849"}.lnr-paw:before{content:"\e84a"}.lnr-rocket:before{content:"\e84b"}.lnr-briefcase:before{content:"\e84c"}.lnr-bus:before{content:"\e84d"}.lnr-car:before{content:"\e84e"}.lnr-train:before{content:"\e84f"}.lnr-bicycle:before{content:"\e850"}.lnr-wheelchair:before{content:"\e851"}.lnr-select:before{content:"\e852"}.lnr-earth:before{content:"\e853"}.lnr-smile:before{content:"\e854"}.lnr-sad:before{content:"\e855"}.lnr-neutral:before{content:"\e856"}.lnr-mustache:before{content:"\e857"}.lnr-alarm:before{content:"\e858"}.lnr-bullhorn:before{content:"\e859"}.lnr-volume-high:before{content:"\e85a"}.lnr-volume-medium:before{content:"\e85b"}.lnr-volume-low:before{content:"\e85c"}.lnr-volume:before{content:"\e85d"}.lnr-mic:before{content:"\e85e"}.lnr-hourglass:before{content:"\e85f"}.lnr-undo:before{content:"\e860"}.lnr-redo:before{content:"\e861"}.lnr-sync:before{content:"\e862"}.lnr-history:before{content:"\e863"}.lnr-clock:before{content:"\e864"}.lnr-download:before{content:"\e865"}.lnr-upload:before{content:"\e866"}.lnr-enter-down:before{content:"\e867"}.lnr-exit-up:before{content:"\e868"}.lnr-bug:before{content:"\e869"}.lnr-code:before{content:"\e86a"}.lnr-link:before{content:"\e86b"}.lnr-unlink:before{content:"\e86c"}.lnr-thumbs-up:before{content:"\e86d"}.lnr-thumbs-down:before{content:"\e86e"}.lnr-magnifier:before{content:"\e86f"}.lnr-cross:before{content:"\e870"}.lnr-menu:before{content:"\e871"}.lnr-list:before{content:"\e872"}.lnr-chevron-up:before{content:"\e873"}.lnr-chevron-down:before{content:"\e874"}.lnr-chevron-left:before{content:"\e875"}.lnr-chevron-right:before{content:"\e876"}.lnr-arrow-up:before{content:"\e877"}.lnr-arrow-down:before{content:"\e878"}.lnr-arrow-left:before{content:"\e879"}.lnr-arrow-right:before{content:"\e87a"}.lnr-move:before{content:"\e87b"}.lnr-warning:before{content:"\e87c"}.lnr-question-circle:before{content:"\e87d"}.lnr-menu-circle:before{content:"\e87e"}.lnr-checkmark-circle:before{content:"\e87f"}.lnr-cross-circle:before{content:"\e880"}.lnr-plus-circle:before{content:"\e881"}.lnr-circle-minus:before{content:"\e882"}.lnr-arrow-up-circle:before{content:"\e883"}.lnr-arrow-down-circle:before{content:"\e884"}.lnr-arrow-left-circle:before{content:"\e885"}.lnr-arrow-right-circle:before{content:"\e886"}.lnr-chevron-up-circle:before{content:"\e887"}.lnr-chevron-down-circle:before{content:"\e888"}.lnr-chevron-left-circle:before{content:"\e889"}.lnr-chevron-right-circle:before{content:"\e88a"}.lnr-crop:before{content:"\e88b"}.lnr-frame-expand:before{content:"\e88c"}.lnr-frame-contract:before{content:"\e88d"}.lnr-layers:before{content:"\e88e"}.lnr-funnel:before{content:"\e88f"}.lnr-text-format:before{content:"\e890"}.lnr-text-format-remove:before{content:"\e891"}.lnr-text-size:before{content:"\e892"}.lnr-bold:before{content:"\e893"}.lnr-italic:before{content:"\e894"}.lnr-underline:before{content:"\e895"}.lnr-strikethrough:before{content:"\e896"}.lnr-highlight:before{content:"\e897"}.lnr-text-align-left:before{content:"\e898"}.lnr-text-align-center:before{content:"\e899"}.lnr-text-align-right:before{content:"\e89a"}.lnr-text-align-justify:before{content:"\e89b"}.lnr-line-spacing:before{content:"\e89c"}.lnr-indent-increase:before{content:"\e89d"}.lnr-indent-decrease:before{content:"\e89e"}.lnr-pilcrow:before{content:"\e89f"}.lnr-direction-ltr:before{content:"\e8a0"}.lnr-direction-rtl:before{content:"\e8a1"}.lnr-page-break:before{content:"\e8a2"}.lnr-sort-alpha-asc:before{content:"\e8a3"}.lnr-sort-amount-asc:before{content:"\e8a4"}.lnr-hand:before{content:"\e8a5"}.lnr-pointer-up:before{content:"\e8a6"}.lnr-pointer-right:before{content:"\e8a7"}.lnr-pointer-down:before{content:"\e8a8"}.lnr-pointer-left:before{content:"\e8a9"}
body::-webkit-scrollbar {
    width:0.6em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color:#F15932;
  border-radius:5px;
  outline: 1px solid rgba(0, 166, 147, 0.00);
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	width: 100%;
	display: block;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom:-6px;
    width: 100px;
    z-index: 999;
    left: 0;
    text-align:center;
    width:100%;
    background-image: url('../images/Group-1176.png');
    background-size:114px;
    height:31px;
    background-position:center;
    background-repeat:no-repeat;
    padding-top:15px;
}


.bx-wrapper .bx-loading {
	min-height: 50px;
	background:center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;

}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #dbdbdb;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 2px;
    border-radius: 0px;
    outline: 0;
    border-radius:50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00d2e5;
    width:22px;
    border-radius:5px;
}
.bx-wrapper .bx-prev {
      left:10%;
   border-radius: 50%;
border: 1px solid #fff;
background: radial-gradient(73.73% 73.73% at 64.04% 28.95%, #FFF 9.48%, rgba(193, 193, 193, 0.50) 100%);
    display:block;
    text-align:center;
}
.bx-wrapper .bx-prev:before{
        content: "\f104";
    font-family: FontAwesome;
       color: #6c6c6c;
    font-size: 32px;
}
.bx-wrapper .bx-next {
     right: 10%;
   border-radius: 50%;
border: 1px solid #fff;
background: radial-gradient(73.73% 73.73% at 64.04% 28.95%, #FFF 9.48%, rgba(193, 193, 193, 0.50) 100%);
text-align:center;
   display:block;
}
.bx-wrapper .bx-next:before{
       content: "\f105";
    font-family: FontAwesome;
    color: #6c6c6c;
    font-size: 32px;
}
.bx-controls-direction{
  width: 100%;
    right: 0;

}
.slid-item .bx-controls-direction {
    width: 88px;
    right: 0;
    position: relative;
    bottom: -24px;
    margin: 0 auto;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
    top: 50%;
    margin-top: 0px;
    outline: 0;
width:44px;
height:44px;

    z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grabbing {
    cursor: url(grabbing.png) 8 8,move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.post-slide {
    margin: 0 12px;
    position: relative;
}

    .post-slide img {
        width: 100%;
        height: auto;
    }

    .post-slide .post-date {
        position: absolute;
        top: 2%;
        left: 8%;
        padding: 3% 5%;
        background: #e74c3c;
    }

    .post-slide .month {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

        .post-slide .month:after {
            content: "";
            display: block;
            border: 1px solid #fff;
        }

    .post-slide .date {
        font-size: 14px;
        color: #fff;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .post-slide .post-title {
        margin: 25px 0 15px 0;
    }

        .post-slide .post-title a {
            font-size: 15px;
            font-weight: bold;
            color: #333;
            display: inline-block;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

            .post-slide .post-title a:hover {
                text-decoration: none;
                color: #e74c3c;
            }

    .post-slide .post-description {
        font-size: 14px;
        line-height: 24px;
        color: #808080;
    }

    .post-slide .read-more {
        color: #333;
        text-transform: capitalize;
        transition: color 0.20s linear;
    }

        .post-slide .read-more i {
            margin-left: 10px;
            font-size: 10px;
        }

        .post-slide .read-more:hover {
            text-decoration: none;
            color: #e74c3c;
        }


.owl-controls .owl-buttons {
    margin-top: 20px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    right: 0;
    top: 0;
}
.panel-nd .owl-controls .owl-buttons {
     margin-top: 20px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    height: 45px;
    top: 47%;
}
.owl-controls .owl-prev {
    position: absolute;
    left: -13px;
    bottom: 50%;
    padding: 0px 0px;
    transition: background 0.50s ease;
    line-height: 16px;
    padding-top: 13px;
    border-radius: 50%;
   background: radial-gradient(73.73% 73.73% at 64.04% 28.95%, #FFF 7.4%, #AEAEAE 100%);
border:0.5px solid #fff;
    width: 47px;
    height: 47px;
    text-align: center;
}

.owl-controls .owl-next {
  position: absolute;
   right:-13px;
      bottom:50%;
    padding: 0px 0px;
    transition: background 0.50s ease;
    line-height: 16px; 
    padding-top: 13px;
    border-radius: 50%;
   background: radial-gradient(73.73% 73.73% at 64.04% 28.95%, #FFF 7.4%, #AEAEAE 100%);
border:0.5px solid #fff;
    width: 47px;
    height: 47px;
    text-align: center;
}
.owl-controls .owl-prev:hover,.owl-controls .owl-next:hover{
    background-color:#00A2B1;
}
.owl-controls .owl-prev:hover:after,.owl-controls .owl-next:hover:after{
    color:#531DBB;
}
    .owl-controls .owl-prev:after,
    .owl-controls .owl-next:after {
        content: "\f104";
        font-family: FontAwesome;
        color: #B6B6B6;
        font-size:32px;
    }

    .owl-controls .owl-next:after {
        content: "\f105";
    }

    .owl-controls .owl-prev:hover,
    .owl-controls .owl-next:hover {
      
    }

.clear{
    clear:both;
}
.d-lg-none{
    display:none;
}

.slide {
  position: relative;
}
header{
     position: absolute;
    width: 100%;
  /*  height: 123px;*/
    z-index: 99999;
    padding-top: 10px;        float: left;
}
header:before{
    position:absolute;
    width:100%;
    height:100%;
    content:"";
    z-index:-1;
    top:0;
    left:0;
    background: linear-gradient(90deg, rgba(43, 43, 43, 0.60) 0%, rgba(3, 3, 3, 0.60) 86%);
backdrop-filter: blur(3px);
}
.head-ce{
    max-width:90%;
    margin:0 auto;
    position:relative;
}
.dv-tp{
    background: linear-gradient(90deg, rgba(2, 2, 2, 0.30) 0%, rgba(0, 0, 0, 0.30) 99.99%);
    padding: 7px 0;
}
.user-nd{
   background: linear-gradient(136deg, rgba(255, 255, 255, 0.50) 26.22%, rgba(153, 153, 153, 0.50) 81.34%);
border:1px solid #999;
width:44px;
height:44px;
display:block;
float:right;
border-radius:50%;
text-align:center;
padding-top:10px;
}
.user-nd:hover{
 background: linear-gradient(36deg, rgba(255, 255, 255, 0.50) 26.22%, rgba(153, 153, 153, 0.50) 81.34%);

}
.right-nd{
    float:right;
}
#searchContainer{
     float: left;
    position: relative;
   
    z-index: 9999;
    margin-left: 10px;

}

#searchButton span{
/*display: block;
    width: 38px;
 background-image: url('../images/search-check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 31px;
    height: 37px;*/
display: block;
    width: 100%;
    height: 26px;
    border-radius: 30px;
    position: relative;
    z-index: 90;background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path d="M20.125 20.1247L16.78 16.7799M16.78 16.7799C18.2535 15.3059 19.1647 13.2699 19.1647 11.0208C19.1647 6.52201 15.5182 2.875 11.0199 2.875C6.52159 2.875 2.875 6.52201 2.875 11.0208C2.875 15.5196 6.52159 19.1667 11.0199 19.1667C13.2695 19.1667 15.306 18.2545 16.78 16.7799Z" stroke="%23404040" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
background-repeat: no-repeat;
background-position: center;
}

#s, #s2,#search {
display: block;
    width: 99%;
    margin-left: 4px;
    float: right;
    border: 0;
    outline: none;
    padding: 0;
    height: 27px;
    line-height: 20px;
    font-size: 14px;
    padding-right: 10px;
    color: #ffffff;
    border-radius: 5px;
    direction: rtl;
    background: none;
}
.sb-search-submit{
    width: 60px;
    height: 30px;
    display: block;
    position: absolute;
    left: 8px;
    top: 5px;
    padding: 0;
    margin: 0;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    background: #da6d0d;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #ADADAD;
}
.btn-se {
background-color: #D3A100;
    width: 28%;
    float: left;
    height: 37px;
    border-radius: 5px;
    color: #EEDB9F;
    font-weight: bold;
    text-align: center;
    border: none;line-height: 37px;
}
#loginButton , #searchButton , #searchndButton { 
     position: relative;
    z-index: 30;
    cursor: pointer;
    border-radius: 25px;
    display: block;
    min-width: 60px;
    height: 28px;
    text-align: center;
    border: 1px solid #ADADAD;
    background: radial-gradient(68.78% 81.08% at 10.59% 76.04%, rgba(111, 111, 111, 0.75) 0%, rgba(183, 183, 183, 0.75) 100%);
    font-family: 'icomoon';
}
a:hover{
    text-decoration:none;
}
#loginBox , #searchBox ,#searchndBox {
position: absolute;
    top: 45px;
    left: 0;
    display: none;
    z-index: 29;
    width: 300px;
    border: none;
    outline: none;
    background: #0000009c;
    margin: 0;
    z-index: 10;
    padding: 7px 11px 7px 7px;
    font-family: inherit;
    font-size: 13px;
    color: #fff;
    direction: rtl;
    border-radius: 25px;
}

#loginForm , #searchForm , #searchndForm  {
      width: 100%;
    border-radius: 5px;
    -moz-border-radius:5px;
    margin-top: -1px;
  /*  background: rgba(211, 211, 211, 0.64);
    padding: 3px;*/
}

#loginForm fieldset ,#searchForm fieldset ,  #searchndForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset .body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox , #searchForm #checkbox ,  .searchndForm #search  {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}
.body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

#loginForm #login , .searchForm #search ,  .searchndForm #search   {
    width:auto;
    float:left;
    background:#339cdf url(../images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}
#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}
/*.sb-search {
position: relative;
    margin-top:7px;
    width: 0%;
    min-width: 60px;
    height: 28px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    border-radius: 25px;
    max-width: 463px;
    background: #ccc;
}

.sb-search-input {
position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #0000009c;
    width: 100%;
    height: 28px;
    margin: 0;
    z-index: 10;
    padding: 13px 77px 11px 7px;
    font-family: inherit;
    font-size: 13px;
    color: #fff;
    direction: rtl;
}
 
input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
    color: #fff;
}
 
.sb-search-input:-moz-placeholder {
    color: #fff;
}
 
.sb-search-input::-moz-placeholder {
    color: #fff;
}
 
.sb-search-input:-ms-input-placeholder {
    color: #fff;
}

.sb-icon-search,
.sb-search-submit  {
    width: 60px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;*/ /* IE needs this */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/ /* IE 8 */
    /*filter: alpha(opacity=0);*/ /* IE 5-7 */
    /*opacity: 0;
    color: transparent;
    color:red;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    border-radius: 50px;
border: 1px solid #ADADAD;
background: radial-gradient(68.78% 81.08% at 10.59% 76.04%, rgba(111, 111, 111, 0.75) 0%, rgba(183, 183, 183, 0.75) 100%);
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
 
.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #da6d0d;
    color: #fff;
    z-index: 11;
}*/

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
/*    z-index: 90;*/
}
.list-lang{
    border-radius: 50px;
    border: 1px solid #FDFDFD;
    width: 104px;
    height: 36px;
    float: left;
    margin-top: 13px;
    margin: 6px 0 7px 0;
}
.list-lang li a{
    color:#fff;
    font-size:16px;
    padding:9px 0;
    display:block;
    position:relative;
}
.list-lang li:first-child a:before {
position: absolute;
    height: 20px;
    width: 1px;
    content: "";
    background-color: #ffffff4f;
    right: -7px;
    top: 6px;
}
.menu-ce{
   max-width: 90%;
    margin: 0 auto;
    position: relative;
}
.logo-nd{
    margin:5px 0;
    display:block;    float: left;
}
.dv-ce-slid{
       max-width: 70%;
    margin: 0 auto;
    position: relative;
    text-align: right;
    color: #fff;
    line-height: 33px;
    direction: rtl;
}
.bx-search{
    border-radius: 10px;
border: 1px solid #FFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(122, 122, 122, 0.50) 100%);
backdrop-filter: blur(1.5px);
width: 252px;
height: 214px;
position:absolute;
padding:16px 18px;

}
.tx-slid{
    position:absolute;
    top:29%;
    width:100%;
    z-index:99;
}
.ti-ce{
    text-align:center;
    color:#fff;
    font-size:16px;
    padding-bottom:16px;
}
.tx-nd{
background: rgba(242, 242, 242, 0.80);
width:100%;
height: 76px;
padding:0px 0;
direction:rtl;
position:relative;
border-radius: 10px;
border: 1px solid #C8C8C8;
background: #E4E4E4;
}

.tx-nd .text-bx{
    border: none;
    background: none;
    padding-right:65px;
    height: 76px;
    width: 100%;

}

.panel-nd{
    padding:56px 0;
}
.dv-container{
    max-width:85%;
    margin:0 auto;
}
.titr-nd{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding-right: 16px;
    float: right;
    direction: rtl;
    padding-top: 10px;
}
.titr-nd:before{
    position:absolute;
    width: 6px;
    height: 49px;
    content:"";
    top:0;
    right:0;
    border-radius: 10px;
background: #340098;
}
.titr-nd:after{
        position: absolute;
    background-image: url(../images/dc11.png);
    width: 54px;
    height: 46px;
    content: "";
    background-size: 100% 100%;
    left: -30px;
    bottom: 5px;
}
.link-more{
    color: #531DBB;
font-size: 16px;
display:block;
float:left;
font-weight:bold;
direction:rtl;
margin:10px 0;
    border-bottom: 1px solid #723dd759;
}
.link-more:hover{
    color:#F15932;
}
.link-btn:hover{
    background-color:#531DBB;
    color:#fff;
}
.link-send:hover{
    background-color:#F15932;
    color:#fff;
}
.fa-nd{
    position:relative;
    top:2px;
    margin:0 2px;
}
.nav-tabs{
    border:none!important;
    text-align:center;
    direction:rtl;
    margin-bottom:32px;
}
.nav-tabs li a{
    width: 208px;
height: 48px;
border-radius: 5px;
border: 1px solid #A9A9A9;
background: #F8F8F8;
font-size:14px;
padding:12px 0;
color:#A9A9A9;
}
.nav>li>a:focus, .nav>li>a:hover {
     background: #531DBB!important;
   color:#fff!important;
}
.nav-tabs li{
    float:none;
    display:inline-block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
border-radius: 5px;
background: #531DBB;
color:#fff!important;
box-shadow: 0px 2px 6.2px 4px rgba(36, 2, 101, 0.20);
}
.tx-mg{
position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0px;
    z-index: 99;
    background-image: url(../images/bn.png);
    background-size: 100% 100%;
    padding: 66px 25px 18px 25px;border-radius: 0px 0px 8px 8px;
}
.item-nd{
    position:relative;
}
.item-nd:before{
position: absolute;
    width: 92%;
    height: 92%;
    border: 1px solid #ffffff78;
    top: 4%;
    left: 4%;
    content: "";
    border-radius: 5px;
}

.ti-tr{
   direction: rtl;
    text-align: right;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}
.tx-nm{
    text-align:left;
    float:left;
    color:#fff;
    padding-top:10px;
    direction:rtl;
}
.city-mg{
    float:right;
       color:#fff;
    padding-top:10px;
    direction:rtl;
}
.panel-nd-btm{
  background: #E6E6E6;
}
.dv-ce{
    border-radius: 10px;
background: #676767;
padding:51px 55px 35px 55px;
position:relative;
overflow:hidden;
}
.dv-ce:after{
       background-image: url(../images/ghj.png);
    position: absolute;
    width: 400px;
    height: 200px;
    top: -98px;
    right: 0;
    background-size: 100% 100%;
    content: "";
}

.svg-sd{
    position:absolute;
    top:0;
    right:0;
    width:400px;
}
.row-nd{
    padding:80px 0 0 0;
}

.img-responsive{
    width:100%;
}
.ti-bc-nd{
text-align: center;
    color: #F5F5F5;
    font-size: 36px;
    position: relative;
    display: table;
    margin: 0 auto 31px auto;
    padding: 0 15px;
    font-weight: bold;
}
.ti-bc-nd:before{
    position:absolute;
    border-radius: 10px;
background: #C6BDD8;
width: 6px;
height: 46px;
content:"";
right:-5px;
top:-1px;
}
.ti-bc-nd:after{
    position:absolute;
    border-radius: 10px;
background: #C6BDD8;
width: 6px;
height: 46px;
content:"";
left:-5px;
top:-1px;
}
.p-99{
    text-align: center;
    font-size: 15px;
    color: #D4D4D4;
    max-width: 400px;
    margin: 0 auto;
    line-height: 34px;
    direction: rtl;
    padding-top: 10px;
}
.link-btn{
    border-radius: 5px;
border: 1px solid  #531DBB;
background: rgba(238, 232, 248, 0.80);
color: #531DBB;
font-size: 16px;
font-weight: 700;
width: 208px;
height: 48px;
display:block;
text-align:center;
margin:39px auto;
padding:12px 0;
direction:rtl;
}
.dv-ce:before{
    position:absolute;
    width: 100%;
height: 66px;
content:"";
bottom:95px;
background: #5A5A5A;
left:0;
}
.svg-bx{
    position:relative;

}
.svg-lfsh{
     position: absolute;
    top: 3px;
    left: 6px;
}
.video-play i {
    font-size: 22px;
    vertical-align: middle;
    line-height: 60px;
}
.video-play {
      position: absolute;
    z-index: 9;
    top: 33%;
    left: 32%;
    background-color: #ffffff;
    color: #531DBB;
    width: 57px;
    height: 57px;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    border-radius: 90%;
}
.waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
}

.iq-waves {
	position: relative;
	width: 14rem;
	height: 14rem;
	left: 0px;
	right: 0px;
	top: 50%;
	z-index: 2;
	float: right;
}

.iq-waves .waves {
	position: absolute;
	width: 384px;
	width: 15rem;
	height: 384px;
	height: 15rem;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 320px;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

}
.form-bx.home{
    padding:74px 0;
}
.ti-form{
    color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
position:relative;
text-align:right;
padding:0 15px;
float:right;
direction:rtl;
}
.ti-form:before{
    width: 6px;
    height: 49px;
    content: "";
    right: 0;
    border-radius: 10px;
    background: #340098;
    position: absolute;
    top: 12px;

}
.svg-tp{
   position: relative;
    top: 14px;
    margin: 0 12px;
}
.p-98{
    padding:15px 0 32px 0;
    color: #A0A0A0;
font-size: 16px;
font-weight: 400;
text-align:right;
direction:rtl;
}

.tx-nd svg{
     position: absolute;
    right: 27px;
    top: 25px;
}
.pn-lf{
    padding-left:25px;
    padding-right:0;
}
.link-send{
position: relative;
    background-color: #531DBB;
    color: #fff;
    text-align: center;
    display: block;
    color: #fff;
    height: 76px;
    text-align: center;
    border-radius: 10px;
    padding: 20px 0;
    font-size: 16px;
    direction: rtl;
}
.link-send svg{
    position:relative;
    top:6px;
    margin:0 5px;
}
.ti-ce-inst{
    text-align:center;
    color: #340098;
font-size: 24px;
direction:rtl;
}
.instagram-dv{
    padding:38px 0 0 0;
    background: #C7C6CE;
}
.my-team .slick-center {
    transform: scale(1.02);
}

.slick-active {
  padding: 20px 0;
}

.slick-center {
  transform: scale(1.16);
}

.slick-slide:not(.slick-active) {
  margin: 20px 0;
}

.child {
  width: 100%;
}

.slide:not(.slick-active) {
  cursor: pointer;
}

.pagination {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
   
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
width: 47.852px;
height: 47.852px;
flex-shrink: 0;
 display:block;
    cursor: pointer;
background: radial-gradient(73.73% 73.73% at 64.04% 28.95%, #FFF 7.4%, #AEAEAE 100%);
border:0.5px solid #fff;
    color: transparent;
    border: none;
    outline: none;
    border-radius:50%;

}
.content-nd .slick-prev,.content-nd .slick-next{
    border: 1px solid #00A2B1;
    background-color:#fff;
}
.content-nd .slick-prev:before,
.content-nd .slick-next:before{
    color:#00A2B1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: #3D1F6D !important;
    background: #f5f4f7;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
        font-family: FontAwesome;
    font-size: 33px;
    line-height: 1;
    color: #B6B6B6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -55px;
}
[dir='rtl'] .slick-prev
{
    right: -55px;
    left: auto;
}
.slick-prev:before
{
        content: "\f104";
}
[dir='rtl'] .slick-prev:before
{
        content: "\f105";
}

.slick-next
{
    right: -55px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
       content: "\f105";
}
[dir='rtl'] .slick-next:before
{
        content: "\f104";
}

/* Dots */

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.cl{
    position:relative;
}
.slid-dt{
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
    color: #fff;
}
.dv-ce-mn {
    max-width:75%;
    margin:0 auto;
}
.cl{
    padding:13px;
    margin:90px 0 122px 0;
    position:relative;
    z-index:9;
}
.cl img{
    width:100%!important;
}
.cl:before{
background-image: url(../images/F_591.png);
   /* width: 237.576px;
    height: 400px;
    content: "";
    top: -53px;*/
   width: 100%;
    height: 170%;
    content: "";
    top: -20%;
    left: 0;
    background-size: 100% 100%;
    position: absolute;
    z-index: -2;
    display: none;

}
.slick-center .cl:before{
    display:block
}
.ce-insta{
    background-image: url('../images/ui.svg');
    width: 55px;
height: 55px;
display:block;
margin:0 auto 15px auto;
text-align:center;
padding-top:16px;
}
.row-insta{
    background-color:#3D1F6D;
     height:39px;
     position:relative;
}
.row-insta a{
    padding: 12px 15px 4px 15px;
    background-color: #3D1F6D;
    display: table;
    color: #fff;
    margin: 0 auto;
    font-size: 24px;
    line-height: 22px;
    z-index:9;
    position:relative;
}
.row-insta::before{
    position:absolute;
    width:100%;
    content:"";
   border-bottom:1px solid #F15932;
   top:20px;
}
.why-bx{
    background: #B6B6B6;
    margin-bottom:82px;
}
.ti-ce-wh{
    color: #3D1F6D;
font-size: 32px;
font-weight: 800;
text-align:center;
padding:22px 0;
}
.content-nd{
   background: #D7D7D7;
   position:relative;
   z-index:2;
}
.img-tn{
    margin:25px auto 30px auto;
    display:block;
    width:97px;
}
.p-tx{
color: #3D1F6D;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 2;direction: rtl;
}
.content-nd:before{
    position:absolute;
    background: #B6B6B6;
    width:100%;
    bottom:0;
    content:"";
    height:51px;
    z-index:-1;
}
.content-nd .dv-container .col-md-3:nth-child(odd){
    background: #CECECE;
    position:relative;
}
.content-nd .dv-container .col-md-3:nth-child(odd):before{
position: absolute;
    bottom: -5px;
    background: #ADADAD;
    width: 100%;
    height: 50px;
    content: "";
    left: 0;
}
footer{
    background: #2D1357;
    position:relative;
}
.ft-ce{
    max-width:85%;
    margin:0 auto;
    padding-top:20px;
}
.logo-ft{
    margin:0 auto;
    display:block;
}
.p-ft{
    color: #D4D4D4;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    padding:13px 0 20px 0;
    direction: rtl;
    line-height: 24px;
}
.ti-ft{
    border-bottom:1px solid  #F15932;
    padding-top:60px;
    display:block;
    padding:60px 0 10px 0;
    font-size:16px;
    color:#fff;
    margin-bottom:30px;
}
.logo-2{
    width:150px;
}
.ce-min{
    width: 35px;
height: 35px;
background-color: rgba(246, 246, 246, 0.40);
border-radius:50%;
float:left;
padding:4px;
}
.ce-se{
    width: 27px;
height: 27px;
background-color: #D9D3E4;
border-radius:50%;
padding-top:3px;
text-align:center;
}
.tx-sd{
    float: left;
    width: 84%;
    border-radius: 5px;
    /*border: 1px solid #7D6E96;*/
    margin-left: 8px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    /* height: 28px; */
    padding: 7px 0 5px 0;
    line-height: 20px;
    margin-bottom:17px;
}
.tx-sd a{
  color: #fff;
}
.no-pn{
    padding:0 0 0 0;
}
.bx-ft .col-md-6:nth-child(2n+2){
    padding-left:18px;
}
.bx-ft .col-md-12 .tx-sd{
    width:92.5%;
}
.ti-ft-sd{
    float:right;
    width:123px;
border-bottom:1px solid #aaa;
color: #D5D5D5;
font-size: 16px;
font-weight: 700;
padding:55px 0 15px 0;
margin-bottom:23px;
text-align:right;
}
.img-en{
    width:134px;
    float:right;
}
.pn-rg{
    padding-right:90px;
}
.list-sh{

    padding-top:16px;
    text-align:center;
}
.list-sh:before{
position: absolute;
    border-top: 1px solid #F15932;
    width: 73%;
    right: 15px;
    top: 0;
    content: "";
}
.ce-sh{
    width: 45px;
height: 45px;
border:1px solid #531DBB;
display:block;
text-align:center;
border-radius:50%;
padding:4px;
}
.ce-sh:hover{
    background-color:rgba(83, 29, 187, 0.64)
}
.ce-mn{
       width: 35px;
height: 35px;
background-color: #EBEBEB;
display:block;
border-radius:50%;
padding-top:7px;
}
.list-sh li{
    margin:0 12px;
}
.list-sh li{
    list-style:none;
}
.power_by p {
    display: inline-block;
    color: #fff;
    text-align: justify;
    direction: rtl;
    font-size: 12px;
}
.link-f {
    display: inline-block;
    color: #fff;
}
.power_by a {
    color: #fff;
}
.power_by {
    direction: rtl;
    padding: 10px 0;
    position: relative;
    z-index: 10;
  background: rgba(197, 224, 255, 0.25);
    margin-top:40px;
}
footer:before{
/*position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background-image: url(../images/vx.png);
    background-size: 112px 83px;
    background-position: center;
    height: 83px;
    background-repeat: no-repeat;
    top: -47px;*/
position: absolute;
    width: 70px;
    left: 0;
    content: "";
    height: 34px;
    top: 0;
    right: 0px;
    background: #efefef;
    margin: 0px auto;
    border-radius: 0% 0% 50px 50px;
}
.tp-bx{
    position:relative;
    width:100%;
    color:#531DBB;
    font-weight:bold;
    font-size:21px;
}
.ft-tp{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
}
.lf-sd{
    position:absolute;
    left:0;
    top:50px;
}
footer{
    position:relative;
}
.rg-sd{
    position:absolute;
    right:0;
    bottom:50px;
}
.mn-side{
    display: block;
    float: right;
    position: relative;
    top: 5px;
    cursor:pointer;
}
.slid-nd{
    position:relative;
}
.ti-web{
    color: #fff;
    text-align: right;
    font-weight: bold;
      font-family: 'Morabba';
      direction:rtl;
}
.ti-web span,.ti-web p{
    display:block;
    padding-right:100px;
    direction:rtl;
    font-size:30px;
    padding-top:10px;
    font-weight:normal;
}
.slid-nd:before{
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    z-index:-1;
}
.form-bx{
    position:relative;
}
.svg-tp-flsh{
     position: absolute;
    top: 51px;
    right: 38%;
}
.form-bx.home:before{
    position:absolute;
    width:85.679px;
height: 121.679px;
background-image: url('../images/sduk.png');
content:"";
top:30px;
left:0;
background-size:100% 100%;
}
.news-dv{
    padding:0px 0 100px 0;
}
.ti-blog{
    color: #252525;
font-size: 14px;
text-align:right;
padding:10px 0;
font-weight:bold;
}
.p-blog{
    text-align:right;
    direction:rtl;    color: #333;
    padding:5px 0;
}
.sp-svg{
   direction: rtl;
    display: block;
    text-align: left;    color: #333;
}
.sp-svg svg{
    float:left;
    margin-right:5px;
}
.news-dv .title-nd{
    padding-bottom:20px;
}
.blog-bx{
    border-radius: 10px;
border: 0.5px solid #B5B5B5;
background: #E9E9E9;
box-shadow: 0px 3px 7.3px -1px rgba(0, 0, 0, 0.15);
padding:16px;
}
.news-dv .owl-controls .owl-buttons {
    top: -140px;
}
.title-nd{
    padding:0 15px;
}
.sidebar {
padding: 20px 15px 15px;
    width: 300px;
    background: #1e1e1e;
    min-height: 100vh;
    position: fixed;
    top: 0;
    right: -300px;
    transition: all 0.5s ease-in-out;
    z-index: 998;
}
.sidebar ul { /* ALL MENU */
    max-width: 242px;
    margin: auto;
    color: #ffffff;
    direction: rtl;
}

.sidebar ul > .main-menu {
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
    position: relative;
    border-bottom: 1px solid #444;
}
.sidebar ul > .main-menu:hover {
color: #ccc
}
.sidebar ul > .main-menu > .fa {
    position: absolute;
    right: 0
}
.sidebar ul > .main-menu span > .fa {
padding-left: 10px
}
.sidebar .lang-menu .normal {
    cursor: default;
}
.sidebar .lang-menu .normal:hover, .sidebar .controll-sub-menu:hover {
    color: #aaa;
cursor: pointer
}
.sidebar li { /* FORM */
    max-width: 251px;
    margin: auto;
    position: relative;
    margin-top: 10px;
}
.sidebar  input {
    width: 100%;
    background: #1e1e1e;
    color: #eee;
    border: none;
    outline: 0;
    padding: 10px 0;
    border-bottom: 1px solid #444
}
.sidebar  .fa {
    position: absolute;
    left: 5px;
    top: 15px;
    color: #555
}
.sidebar > ul > .last {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 10px;
    color: #666
}
.sidebar > ul a{
    color:#fff;
}
.sidebar > ul > .last span {
    margin-left: 10px;
    margin-right: 10px;
text-transform: uppercase;
font-size: 12px
}
.sidebar > ul > .last .fa {
    display: inline-block;
    width: 25px;
}
.logo-bx-mn{
    padding:20px 0;
    direction:rtl;
}
.sidebar > ul > .last .fa-graduation-cap{
position: relative;
top: 5px
}
.sidebar .sub-menu { /* SUB MENU */
    display: none
}
.sidebar .sub-menu > li {
    font-size: 13px;
    background: #222;
    padding: 7px;
    text-align: left;
    border-bottom: 2px solid #1e1e1e;
    color: #777;
    cursor: pointer;
    transition: all .5s
}
.sidebar .sub-menu > li:hover {
    background:  #333;
    color: #aaa;
    padding-left: 15px
}
.sidebar .sub-menu > li a, .sidebar ul > .main-menu a {
	text-decoration: none
}
/* Start Framework */
.right {right: 0}
/* Start Framework */
.sidebar .left-style {
border-left: 5px solid transparent;
transition: all 0.3s ease-in-out
}
.sidebar .left-style:hover {
border-left: 5px solid #333;
padding-left: 10px
}
.sidebar .controll-sub-menu:not(:first-of-type):after {
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0
}
.sidebar .controll-sub-menu:first-of-type a {
    width: 100%;
    height: 100%;
    display: block
}

.ms_menulogo{
        display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
}

@media only screen and (max-width:1370px){
.head-ce ,.menu-ce,.dv-container,.ft-ce{
    max-width: 95%;
}
.dv-ce {
    padding: 51px 15px;
}
.link-btn {
    margin: 19px auto;
}
.cl:before {
   /* max-width: 100%;
    max-height: 181%;*/
}
.tx-sd {
    width: 81%;
   
}
.bx-ft .col-md-12 .tx-sd {
    width: 90.5%;
}
.ti-bc-nd{
    margin-bottom:10px;
}
.p-99 {
    font-size: 14px;
    line-height: 27px;
}
.cl {
    margin: 90px 0 90px 0;
}
.main-menu nav > ul > li > a {
    padding: 14px 26px 15px 25px;
    font-size: 16px;
}

}
@media only screen and (max-width:990px){
.mb-nn{
    display:none;
}
.d-lg-none{
    display:block;
}
.head-ce,.menu-ce{
    max-width:100%;
}
.mobile-menu-dash {
    right: 10px;
    position: relative;
    background-color:#fff;
}
    .bx-wrapper .bx-next {
        right: 10px;
    }
   .bx-wrapper .bx-prev {
       left: 10px;
    }
   header{
       position:relative;
       background-color:#000;
   }
   .dv-tp {
    background: linear-gradient(90deg, rgba(2, 2, 2, 0.30) 0%, rgba(0, 0, 0, 0.30) 99.99%);
    padding: 7px 0;
    background: #202020;
}
   .row-nd {
    padding: 0px 0 0 0;
}
   .row-nd .dv-container{
       max-width:100%;

   }
   .row-nd .col-md-12{
       padding:0 0;
   }
   .dv-ce {
        padding: 51px 0px;
        border-radius: 0;
    }
   .pn-lf {
    padding-left: 5px;
    padding-right: 0;
}
   .form-bx .col-md-2{
       padding:0 0;
   }
   .dv-ce-mn {
    max-width:85%;
    margin: 0 auto;
}

   .p-tx {
    font-size: 20px;
}
   .ft-ce {
    padding-top: 74px;
}

   .btn{
           white-space: pre-line;
   }
}
@media only screen and (max-width:768px){
    .lg-bx {
        position: absolute;
        left: 10px;
        width: 50px;
        top: 42px;
        z-index: 9999;
    }
 .sb-search {
        margin-right: 46px;
    }
    .user-nd {
    background:none;
    border:none;
    width: 37px;
    height: 40px;
    padding-top: 9px;
}
    .mobile-menu-dash{
        margin-top:0;
        right:12px;
    }
    .list-lang li a {
    padding: 7px 0;
    display: block;
    position: relative;
}
    .list-lang {
    width: 104px;
    height: 32px;
    margin-top: 13px;
    margin: 2px 0 3px 0;
}
    .user-nd {
        width: 33px;
        height: 40px;
        padding-top: 4px;
    }
    .tx-slid {
    top: 54%;
}
    .ti-web {
    font-size: 16px!important;
}
    .ti-web span {
    padding-right: 38px;
    font-size: 18px;
}
    .bx-wrapper .bx-controls-direction a {
    width: 33px;
    height: 33px;
    line-height: 32px;
}
.bx-wrapper .bx-next:before {
    font-size: 25px;
}
.nav-tabs li {
    width: 32%;
}
.nav-tabs li a{
    display:block;
    width:100%;
}
.panel-nd {
    padding: 26px 0;
}
.titr-nd {
    font-size: 23px;
}
.titr-nd:before {
    width: 3px;
    height:32px;
    content: "";
    top: 3px;
    right: 6px;
}
.link-more {
    font-size: 14px;
    margin: 10px 0;
}
.post-slide {
    margin: 0 5px;
}
.owl-controls .owl-next {
    right: -5px;
    padding-top: 8px;
    width: 34px;
    height: 35px;
}
.owl-controls .owl-prev {
    left: -5px;
    padding-top: 8px;
    width: 34px;
    height: 35px;
}
.tx-mg {
        width: 100%;
        height: 42%;
        bottom: 0;
        background-size: 100% 100%;
        padding: 9px 15px 8px 15px;
        background: #00000059;
}
.nav-tabs li a {
    height: 43px;
    font-size: 14px;
    padding: 12px 0;

}  
.dv-ce {
  padding: 30px 0px;
    }
.svg-bx,.svg-tp-flsh{
    display:none;
}
.form-bx.home {
    padding: 24px 0;
}
.ti-form {
    font-size: 23px;
}
.p-98 {
    padding: 15px 0 15px 0;
    font-size: 14px;
    font-weight: 400;
}
.tx-nd {
    width: 100%;
    height: 59px;
    margin-bottom: 10px;
}
.tx-nd svg {
    right: 14px;
    top: 15px;
}
.tx-nd .text-bx {
    padding-right: 49px;
    height: 56px;
    width: 100%;
}
.link-send {
    height: 65px;
    border-radius: 10px;
    padding: 15px 0;
    font-size: 16px;
}
.dv-ce-mn{
    max-width:100%;
    padding:0 15px;
}
    .cl {
        margin: 68px 0 34px 0;
    }
    .img-tn {
    width: 41px;        margin-bottom: 14px;
}
    .content-nd .dv-container .col-md-3{
        padding:0 8px;
    }
  .p-tx {
        font-size: 11px;
    /*    height: 41px;*/
    }
  /*.content-nd .dv-container .col-md-3:nth-child(odd):before{
      background:none;
  }*/
  .why-bx {
    margin-bottom: 45px;
}
  .logo-2 {
    width: 105px;
}
      .ft-ce {
        padding-top: 47px;
    }
      .ti-ft {
    padding: 0px 0 10px 0;
}
      .ce-min {
    float: right;
    padding: 4px;
}
  .tx-sd {
   width: 83%!important;
    margin: 0 0 10px 0;
    }
  .bx-ft .col-md-6:nth-child(2n+2) {
    padding-left: 0;
}
  .col-md-12 .tx-sd {
      font-size:14px;
      padding:7px 10px;
  }

  .ti-ft-sd {
display:none;
}
  .pn-rg {
    padding-right: 15px;
}
  .img-en {
    width: 62px;
    float: right;
    float: none;
    margin:20px auto 0 auto;
    display: block;
}
  .list-sh {
    padding-top: 10px;
    text-align: center;
    margin-top: 10px;
}
  .list-sh li {
    margin: 0 1px;
}
  .list-sh:before{
      display:none;
  }
  .slick-prev, .slick-next{
      display:none!important;
  }
  .form-bx:before {
    width: 43.679px;
    height: 76.679px;
}
  .video-play {

    top: 37%;
    left: 38%;
    width: 46px;
    line-height: 15px;
    text-align: center;
    border-radius: 90%;
}
  .video-play i {
    font-size: 22px;
    line-height: 49px;
}
  .titr-nd:after {
    width: 31px;
    height: 27px;
    left: -18px;
    bottom: 12px;
}
  .ti-tr {
           font-size: 13px;
        line-height: 20px;
}
  .logo-nd{
      text-align:center;order: 2;
  }
  .logo-nd img:first-child{
      width:29px;
  }
  .logo-nd img:nth-child(2){
      width: 81px;
  }
  .list-lang {
        width: auto;
        height: 27px;
        margin-top: 13px;
        margin: 2px 0 3px 0;
        border: navajowhite;
    }
      .sb-search {
        margin-right: 0;
        margin-top: 3px;
    }
      .dv-tp{
          padding:3px 0;
      }
      header{
        /*  height:82px;*/
      }
      .why-bx .dv-container{
          max-width:100%;
      }
      .dv-ce:after{
          display:none;
      }
      .ms_menulogo {
  
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
 
}
      #loginBox, #searchBox, #searchndBox {
    top: 37px;

      }
}

@media only screen and (max-width:425px){

.cl:before {
    height: 153%;
    top: -13%;
}
}
.close-btn {
  position: absolute;
  background-color: transparent;
  right: -49px;
  border:none;
  top: -10px;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
}

.close-btn:hover {
  opacity: 1;
}

.close-btn:before,
.close-btn:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #ffffff;
}

.close-btn:before {
  transform: rotate(45deg);
}

.close-btn:after {
  transform: rotate(-45deg);
}
.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 10px 10px 10px 10px #000;
  z-index: 99999;
}
.h_iframe-aparat_embed_frame iframe{
    border:none!important;
    outline:none!important;
}
.popup-bg {
  background:rgba(3, 10, 21, 0.84);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.popup-content {
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 800px;
  height: auto;
}

.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}
.blog-list,.sub-menu,.list-blg,.ms_breadCrumbs{
    list-style:none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.list_footer{
        text-align: center;
    direction: rtl;
    color: #fff;
}
.list_footer a{
color: #fff;
}
.list_footer a i{
    font-size: 8px;
}
@media (max-width: 767px) {
  .video {
    width: 100%;
    min-height: 300px;
  }
  .popup-content {
    width: 100%;
    min-width: auto;
  }
  .close-btn {
    right: 5px;
    top: -48px;
  }
  .content-nd .dv-container .col-md-3:nth-child(odd):before {

    bottom: -2px;

    height: 33px;

}
  .content-nd:before {

    bottom: 1px;

    height: 33px;
    z-index: -1;
}
}