@font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/IRANSansWeb/IRANSansWeb(FaNum).eot") format("eot");
    src: url("../fonts/IRANSansWeb/IRANSansWeb(FaNum).ttf") format("ttf");
    src: url("../fonts/IRANSansWeb/IRANSansWeb(FaNum).woff") format("woff");
    src: url("../fonts/IRANSansWeb/IRANSansWeb(FaNum).woff2") format("woff2");
}
body {
    line-height: 1;
	font: normal 14px "IRANSansWeb";
	overflow-x: hidden;
    background: #fafafa;
    margin:0;
}
html, body {
    height: 100%;
    width: 100%;
    
} 
h1, h2, h3, h4, h5, h6 {
	font: normal 30px "IRANSansWeb";
    margin: 0px;
    padding: 0px;
}
a:hover, a:focus{
    text-decoration: none;
}
ul li{
  list-style: none;
}




.clear{
    clear: both;
    height: 0px;
    min-height: 0px;
}

footer{
    margin-top: 0;
}

.backToTop:hover{
    background:#0e5788  url(../images/arrow_up.png) no-repeat center center;
    transition-duration: .2s;
}

.backToTop {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    cursor: pointer;
    z-index: 9;
    transition-duration: .2s;
    background:#2185c7 url(../images/arrow_up.png) no-repeat center center;
}


/*---------------------------------------menu-------------------------------*/
.mainMenuContainer {
    z-index: 9;
    margin: 0 auto;
    position: relative;
}
.sp-inner h5{
font-size: 16px;
float: right;
padding: 0 40px 0 0;
color: #fff;
    }
    .sp-inner h5 span{
        display: inline-block;
        margin-left:5px;
    }

a.mobMenu {
width: 60px;
text-align: center;
height: 60px;
overflow: hidden;
background: #67C1EC url(../images/menu.png) no-repeat center center;
position: fixed;
left: 10px;
top: 5px;
z-index: 9999;
border-radius: 50%;
}
.close-menu{
position: absolute;
top: 6px;
left: 10px;
width: 30px;
height: 30px;
background: #49ADDD url(../images/close.png) no-repeat center center;
cursor: pointer;
z-index: 99;
}
ul.mainMenu {
    text-align: left;
    /*display: none;*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
        overflow: visible;
    height: auto;
}
ul.mainMenu > li {
    position: relative;
    display: inline-block;
    border: 0px;
    width: 100%;
    box-sizing: border-box;
}
ul.mainMenu > li > a {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: right;
    padding: 0px 15px;
    line-height: 40px;
    border-bottom: 1px solid #292929;
    text-decoration: none;
    transition: all 0.1s ease-out;
    color: #fff;
    border: none;
    box-sizing: border-box;
}
ul.mainMenu > li > a span {
    font-size: 18px;
    padding-left: 10px;
}


ul.mainMenu > li.active > a{
    color: #fff;
}

ul.mainMenu > li ul.subMenu {
    display: none;
    width: 100%;
    list-style: none;
}
ul.mainMenu > li ul.subMenu li {
    font-size: 14px;
    text-align: right;
    padding: 0px;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
}
ul.mainMenu > li ul.subMenu li a {
    width: 100%;
    float: right;
    font-size: 14px;
    text-align: right;
    padding: 0px 40px;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.1s ease-out;
    box-sizing: border-box;
}

ul.mainMenu > li ul.subMenu li a:hover {
    color: #000;
}



ul.mainMenu > li ul.subMenu li ul {
    width: 100%;
    list-style: none;
    display: none;
}
ul.mainMenu > li ul.subMenu li ul li{
    font-size: 14px;
    text-align: right;
    padding: 0px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
}
ul.mainMenu > li ul.subMenu li ul li a {
width: 100%;
float: right;
font-size: 13px;
text-align: right;
padding: 0px 60px;
line-height: 40px;
text-decoration: none;
color: #fff;
background: #3599c9;
border-bottom: 1px solid #2479A2;
transition: all 0.1s ease-out;
box-sizing: border-box;
}
  ul.mainMenu > li > ul.subMenu a span {
    padding-left: 5px;
}

@media (min-width: 992px) {
    .mainMenuContainer {
    direction: rtl;
    float: right;
    width: 100%;

    }
    ul.mainMenu > li > ul.subMenu a span {
    display: none;
}

     .mobMenu ,.close-menu {
        display: none;
    }
    ul.mainMenu {
            display: block;
    padding: 0;
    list-style: none;
    }
    ul.mainMenu > li {
    position: relative;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    z-index: 9;
    /*width: 9%;*/
        min-width: max-content;
    }
    ul.mainMenu > li.resp-home-menu{
        display: none;
    }
    ul.mainMenu > li.has-menu a{
        padding-right: 20px;
    }

    ul.mainMenu > li:last-child{
        border-left-width: 0px !important;
    }
    ul.mainMenu > li > a {
        width: 100%;
       display: block;
        font-size: 16px;
        text-align: center;
        padding: 0px 15px;
        line-height:55px;
        text-decoration: none;
        transition: all 0.2s ease-out;
        color: #000;
        box-sizing: border-box;
        position: relative;
    }
    ul.mainMenu > li.active > a{
        color: #fff;
    }

    ul.mainMenu > li > a span {
        display: none;
    }

    ul.mainMenu > li > a:hover {
            color: #fff;
    background: rgba(33, 133, 199, 0.8);
    }

    ul.mainMenu > li ul.subMenu {
    display: none;
    border-top:5px solid #2185c7;
    box-sizing: border-box;
    width: 180px;
    position: absolute;
    top: 100%;
    list-style: none;
    z-index: 99999;
    -webkit-animation: in-top 500ms ease 0ms 1 forwards;
    animation: in-top 500ms ease 0ms 1 forwards;
    }
    ul.mainMenu > li.special ul.subMenu{
        width: 400px;
    }
    .sp-inner{
        float: right;
        width: 50%;
    }
    .sp-inner h5{
           font-size: 16px;
    border-bottom: 1px solid #129458;
    float: right;
    padding: 0 10px;
    color: #121212;
    }
    .sp-inner h5 span{
        display: none;
    }

    @-webkit-keyframes in-top {
        from {
        transform: translateY(25px);
        opacity: 0;
        }
        to {
        transform: translateY(0px);
        opacity: 1;
        }
    }
    @keyframes in-top {
         from {
        transform: translateY(25px);
        opacity: 0;
        }
        to {
        transform: translateY(0px);
        opacity: 1;
        }
    }

   
   
    @-webkit-keyframes in-right {
         from {
        transform: translateX(-25px);
        opacity: 0;
        }
        to {
        transform: translateX(0px);
        opacity: 1;
        }
    }
    @keyframes in-right {
         from {
        transform: translateX(-25px);
        opacity: 0;
        }
        to {
        transform: translateX(0px);
        opacity: 1;
        }
    }

    ul.mainMenu > li:hover > ul.subMenu {
        display: block;
    }
    ul.mainMenu > li ul.subMenu li {
        font-size: 14px;
        text-align: right;
        padding: 0px;
        line-height: 60px;
        text-decoration: none;
        color: #fff;
        width: 100%;
    float: right;
    position: relative;
    }
    ul.mainMenu > li ul.subMenu li a {
        width: 100%;
    float: right;
    font-size: 14px;
    text-align: right;
    padding: 0px 10px;
    line-height: 35px;
    text-decoration: none;
    color: #121212;
    background:rgba(255,255,255,1);
    border-bottom:1px solid #e6e6e6;
    transition: all 0.1s ease-out;
    box-sizing: border-box;
    }

    ul.mainMenu > li > ul.subMenu > li> a{
        position: relative;
        transition: .3s all ease;
    }
    ul.mainMenu > li > ul.subMenu li> a:hover,
    ul.mainMenu > li > ul.subMenu li> a.other-tour,
    ul.mainMenu > li >a.other-tour {
            color: #fff;
    background: rgba(133, 205, 239, 1);
        }



    ul.mainMenu > li ul.subMenu li ul {
    display: none;
    width: 160px;
    position: absolute;
    right: 100%;
    top: 0px;
    list-style: none;
    z-index: 99;
    animation:in-right .3s ease;
        border-right: 1px solid transparent;
    }
    ul.mainMenu > li> ul.subMenu >li:hover > ul {
        display: block;
    }
    ul.mainMenu > li ul.subMenu li ul li{
        font-size: 14px;
        text-align: right;
        padding: 0px;
        line-height: 40px;
        text-decoration: none;
        color: #fff;
    }
    ul.mainMenu > li ul.subMenu li ul li a {
    width: 100%;
    float: right;
    font-size: 13px;
    text-align: right;
    padding: 0px 10px;
    line-height: 35px;
    text-decoration: none;
    color: #111;
    background: rgba(255,255,255,.95);
    border-bottom: 1px solid #ddd;
    transition: all 0.1s ease-out;
    box-sizing: border-box;
    }

    ul.mainMenu > li ul.subMenu> li:last-child> a,
    ul.mainMenu > li ul.subMenu> li>ul li:last-child> a {
        border-bottom: none;
    }
    ul.mainMenu > li.menu-sep{
            width: 20%;
    min-height: 1px;
    }
}

ul.mainMenu:after{
    content: '';
    clear: both;
    display: block;
}
ul.mainMenu > li.has-menu:before{
    position: absolute;
    right: 5px;
    top: 6px;
    content: '';
    background: url(../images/dropdown.png) no-repeat;
    width: 25px;
    height: 25px;
    background-position: -3px -45px;
    transition: .2s all ease;
}
ul.mainMenu > li.has-menu:hover:before{
    background-position: -3px -5px;
}
/*--------------------------------------------------end menu-------------------------------*/
.temp-best-tour {
    padding: 40px 0;
    background-attachment: fixed;
    box-sizing: border-box;
}
.temp{
    margin: 20px auto;
    border-bottom: 1px solid #67c1ec;
    overflow: hidden;
}
.temp-content{
    padding: 20px 0;
    overflow: hidden;
}
.detail .separator {
    margin-top: 5px;
    text-align: center;
    color:#67c1ec;
    padding: 0 5px;
    font-size: 24px;
    line-height: 35px;
}
.detail {
    direction: rtl;
    text-align: right;
    float: right;
    margin: 0 0 20px 0;
    border-bottom:1px solid #67c1ec;
    padding: 5px;
}
.detail p, .detail h1, .detail a, .detail span, .detail h2 {
    font-size: 20px;
    float: right;
    padding: 0 0 0 5px;
    font-family: iransans;
}
.detail a{
    color:#67c1ec;
    transition: .2s all ease;
}
.detail a:hover{
    color: #000
}
.temp-wrapper{
    padding: 10px;
    min-height: 600px;
}
footer {
    overflow: hidden;
    background: url(../images/footer.jpg) no-repeat center center;
    padding-top: 300px;
}
.before-footer{
        height: 90px;
    background: linear-gradient(to bottom,#fff, #f9f9f9);
}
#g-map {
    width: 100%;
    height: 300px;
    margin: 10px auto;
}
.googleLabel {
    font: normal 12px 'IranSansLight';
}

/* =============== CopyRight =============== */
.copyright {
    width: 100%;
    overflow: hidden;
    padding: 5px 0px;
    border-top: 1px solid #2185c7;
        background-color: #2b7785;
}
.copyright .company p, .copyright .irantech p {
    direction: rtl;
}
.copyright .company p a, .copyright .irantech p a {
    color:#333;
    padding: 0px 5px;
    transition: all 0.3s ease;
}
.copyright .irantech p {
    text-align: left;
}
.copyright .irantech p a.cheapTour {
      color:transparent;
    font-size: 2px;
}
.copyright .irantech p a.it-link{
    padding-left: 35px;
    background: url(../images/irantech.png) no-repeat left center;
}

.links-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    direction: rtl;
}
.links-wrapper a{
    width: 50%;
    color: #ffffff;
    font-family: yekan;
    padding: 2px 20px 2px 0;
    box-sizing: border-box;
    background: url(../images/f-left.png) no-repeat right center;
    text-align: right;
    transition: .2s all ease;
}
.links-wrapper a:hover{
    background: url(../images/f-left2.png) no-repeat right center;
    color: #01b5ca;
}

.logo-title .logo{
    width: 65px;
    height: 50px;
    transition: .3s all ease;
    display: block;
    margin: 0 auto;
}
.logo-title a img{
    width: 100%;
    height: 100%;
}
.logo-title a span{
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: yekan;
    color: #eee;
}
.logo-title a h1{
    line-height: 36px;
    font-size: 30px;
    text-align: right;
    color: #fff;
}
.logo-title a:hover{
    color: #eee;
}
.m-footer{
    padding-top: 20px;
    padding-bottom: 10px;
}
.f-title{
position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
}
.f-title:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background:#91f7da;
    z-index: 1
}
.f-title:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 1px;
    background: #0dbf9b;
    z-index: 2;
}

header{
    width: 100%;
    background:rgba(255,255,255,.85);
    padding: 0;
    z-index: 9;
    transition: .5s all ease;
    position: absolute;
    top: 30px;
}

.title h1{
    font-size: 14px;
    line-height: 20px;
    color: #307ec1;
    display: block;
    clear: both;
}

.title h2{
    font-size: 12px;
    line-height: 20px;
    color: #67c1ec;
    display: block;
    clear: both;
}
.ltr{
    direction: ltr;
}
.top-wrapper{
    position: relative;
    /*overflow: hidden;*/
        height: 600px;
}

.logo-title{
    position: absolute;
    right: 0;
    transform: translateX(-50%);
    background: #fff;
    border-radius:10px;
    padding: 5px 10px 5px 10px;
    width: 225px;
    height: 95px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    top: -15px;
	z-index: 999;
}
.menu-fix{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 1px 1px 2px #666;
    z-index: 999;
    background: #fff;
}
.menu-fix .logo-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    padding: 3px 5px 3px 5px;
    width: 225px;
    height: 95px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
     box-shadow: 0 3px 2px -2px #333;
     top: 0;
}
.menu-fix .logo-title .logo {
    width: 55px;
    height: 45px;
}

.menu-fix .title h2{
    font-size: 12px;
}
.menu-fix ul.mainMenu{
    margin: 0 auto;
}
.menu-fix ul.mainMenu > li > a{
    line-height: 45px;
}
.menu-fix .social {
    padding-top: 12px;
}

.menu-fix .mainMenuContainer {
    margin-top: 0;
}


.all-title{
    font-size: 24px;
    line-height: 30px;
    margin:10px auto 30px;
    padding: 0 0 10px 0 ;
    position: relative;
    text-align: center;
        width: 100%;
    float: right;
}
.all-title:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #02b5ca;
}
.all-title:after{
    position: absolute;
    content: '';
    bottom: -1px;
    width: 100px;
    height: 3px;
    background:#221d59;
    left: 50%;
    transform: translateX(-50%);
}




.visa{
    background: url(../images/bg2.jpg) no-repeat center center fixed ;
    background-size: cover;
        padding: 50px 0;
        margin:30px 0 0;
}
.visa-h3{
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin:10px auto 30px;
}
.visa-p{
    width: 500px;
    color: #000;
    margin: 0 auto 20px;
    text-align: justify;
    direction: rtl;
    text-shadow: 1px 1px 1px #666;
    font-family: BKoodakBold;
    font-size: 18px;
}



/*arshian*/

.TrcBox {
    border:1px solid #fff;
    margin: 5% auto;
    width: 200px;
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #2f8eb8;
    box-sizing: border-box;
    float: none;
    border-radius: 30px;


}
.TrcBut {

    background: rgba(14, 87, 136, 0.9) url(../images/patacc.png) no-repeat scroll center -60px;
    transition-duration: .2s;
width: 40px;
height: 50px;
    position: absolute;
    top: -1px;
    left: 0px;
    float: left;
    margin: 0;
    padding: 0;
    border: medium none;
    cursor: pointer;
    text-indent: 100px;
    outline: none;
    
    border-radius: 30px 0 0 30px;

}
.reserve_online {
    animation: blinker 1s linear infinite;
    transition: all ease .4s;
    padding: 5px 10px;
}
.reserve_online:hover{
    animation: none;
}
.reserve_online:hover > a{
    color: #fff !important;
    text-shadow: none;
}
@keyframes blinker {
    50% { opacity: 0; }
}
.reserve_online a{
    color:red !important;
    text-shadow: 0 0 5px #fff;
}

.reserve_bimeh{
    cursor: pointer;
}
.TrcTxt {
    width: 100%;
    height: 46px;
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    color: #fff;
    direction: rtl;
    font: 12px Yekan, YekanNumber;
    outline: none;
    text-align: right;
    box-sizing: border-box;
}
.TrcBut:hover {
    background:rgba(14, 87, 136, 0.5) url("../images/patacc.png") no-repeat scroll center -2px ;
    transition-duration: .2s;
}
.top-menu{
    width: 100%;
    float: right;
    box-sizing: border-box;
    position: relative;
}

.top-menu .menu li{
    float: right;
    position: relative;
    
}
.top-menu .menu li:last-child:before{
    display: none;
}
.top-menu .menu li:before{
    position: absolute;
    content: '';
    left: 0;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,.4),rgba(255,255,255,1),rgba(255,255,255,.4));
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.top-menu .menu li a{
color: #fff;
    font-family: yekan;
    line-height: 70px;
    padding: 0 20px;
    transition: .2s all ease;
    display: block;
}
.top-menu .menu li a:hover{
    color: #01b5ca;
}
.top-menu .menu li.top-home{
    width: 50px;
    height: 70px;
    padding: 0 10px;
    box-sizing: border-box;
}
.top-menu .menu li.top-home a{
    background: url(../images/home.png) no-repeat center center;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background-size: contain;
}
.top-menu .menu li.top-home a:hover{
      background: url(../images/home2.png) no-repeat center center;
    background-size: contain;  
}
.change-date{
    cursor: pointer;

}
.blackContainer{
    position: fixed;
    background: rgba(0,0,0,.5);
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}



/*s-items*/
.slider-overlay{
    height: 300px;
    background:linear-gradient(#3ed48f , rgb(121, 245, 239));
    transform: skewY(-4deg);
        margin-top: -50px;
        margin-bottom: 20px;
}
.slider-overlay > .container{
    transform: skewY(4deg);
}
.s-item{
width: 33.3%;
float: right;
text-align: center;
    padding-top: 100px;
}
.s-item .icon-wrapper{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 10px auto;
    padding: 11px;
    box-sizing: border-box;
}
.s-item h3{
        font-size: 22px;
    color: #fff;
}









.main-title{
    position: relative;
    font-size: 26px;
    margin: 20px auto;
    color: #2185c7;
    width: 100%;
    text-align: center;
}
.main-title:before{
    content: '';
    width: 100%;
    left: 0;
    height: 8px;
    bottom: 0;
    background: url(../images/ttl1.png) no-repeat center center;
    position: absolute;
}
ul.nav-introduction {
    width: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.nav-introduction li{
    display: block;
    float: right;
    width: 50%;
}
.nav-introduction li a{
    display: inline-block;
    font-size: 22px;
    margin: 20px auto;
    color: #2185c7;
    text-align: center;
}
.ih-item.circle2{
    /*
    position: relative;
    */
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 20px auto;
}
.slider-lastnews-item{
    width: 100%;
}
.tab-content{
    margin-bottom: 15px;
    clear: both;
}
.ih-item.squre2 {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 5px;
    margin: 20px auto;
}
.ih-item.squre2 .img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.ih-item.squre2 .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: inset 0 0 0 13px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.squre2 .img img {
    border-radius: 5px;
}
.ih-item.squre2 .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.squre2.effect6 .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.squre2.effect6.colored .info {
    background: #2194CC;
}
.ih-item.squre2.effect6 .info {
    background: #333333;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.squre2.effect6 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    margin: 0 15px;
    padding:50px 0 10px 0;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #43ADE0;
}
.ih-item.squre2.effect6 .info p {
    color: #eee;
    padding: 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    font-family: "IRANSansWeb";
    line-height: 20px;
}

.ih-item.squre2.effect6.scale_up .info {
    /*-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);*/
}
.ih-item.squre2.effect6.scale_up a:hover .img {
    opacity: 0;
    box-shadow: 2px 2px 2px #555;
   /* -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);*/
}
.ih-item.squre2.effect6.scale_up a:hover .info {
    opacity: 1;
    box-shadow: 2px 2px 2px #555;
   /* -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);*/
}

#owl-example .owl-nav .owl-next:hover {
    background-color:rgba(0,0,0,.9);
}
#owl-example .owl-nav .owl-prev{
    background-color:rgba(0,0,0,.9);
}
#owl-example .owl-nav .owl-prev{
    position: absolute;
    right: -20px;
    top: 40%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background:rgba(0, 0, 0, .5) url(../images/right.png) no-repeat center center !important;
    color: transparent;
}

#owl-example .owl-nav .owl-next{
    position: absolute;
    left: -20px;
    top: 40%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background:rgba(0, 0, 0, .5) url(../images/left.png) no-repeat center center !important;
    color: transparent;
}
#owl-example .owl-nav .owl-prev span{
    color: transparent;
}
#owl-example .owl-nav .owl-next span{
    color: transparent;
}
#owl-example1 .owl-nav .owl-next:hover {
    background-color:rgba(0,0,0,.9);
}
#owl-example1 .owl-nav .owl-prev{
    background-color:rgba(0,0,0,.9);
}
#owl-example1 .owl-nav .owl-prev{
    position: absolute;
    right: -20px;
    top: 40%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .5) url(../images/right.png) no-repeat center center !important;
    color: transparent;
}

#owl-example1 .owl-nav .owl-next{
    position: absolute;
    left: -20px;
    top: 40%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background:rgba(0, 0, 0, .5) url(../images/left.png) no-repeat center center !important;
    color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #000!important;
}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span{
    width: 18px!important;
    height: 18px!important;
}
/*.main-title:after{
    content: '';
    width: 100px;
    left: 50%;
    height: 3px;
    bottom: -1px;
    background: #1b7d50;
    position: absolute;
    transform: translateX(-50%);
}*/

/*tour*/
.tour-item-a{
    display: block;
    width: 100%;
    height: 240px;
    position: relative;
    background: #fff;
    border-radius:40px 0px ;
    overflow: hidden;
}
.tour-item-a > img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius:40px 0px ;
    transition: 1s;
}


.tour-det h4 a {
display: block;
    color: #3dc5a4;
    text-align: right;
    padding: 5px;
    font-size: 18px;
    line-height: 30px;
}














/*sp tour*/
.sp{
    background: url(../images/bg1.jpg) no-repeat center center fixed;
    padding: 30px 0;
    margin:30px 0;
}
.sp-a{
    width: calc( 40% - 10px );
    height: 250px;
    margin: 0px 0 0px 10px;
    float: right;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.sp-a img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 2s all ease;
}
.sp-a:hover img{
    transform: scale(1.1) rotate(-4deg);
}
.sp .tour-det{
    float: right;
    padding: 0;
        width: 30%;
}
.sp .tour-det h4 a {
    color: #fff;
    text-shadow: 1px 1px 2px #111;
    font-size: 20px;
        padding: 0 0 10px 0;
}
.sp .tour-det p {
    color: #000;
    font-size: 14px;
}
.sp .tour-det p span{
    line-height: 25px;
}
.sp .main-title {
    color: #ffffff;
    text-shadow: 0px 1px 2px #000;
}

.sp-comment{
    float: right;
        width: 30%;
        padding: 5px;
        box-sizing: border-box;
}















/*footer*/



.top-footer{
        box-sizing: border-box;
}
.top-footer .container{
        padding-top: 50px;
}
.f-tel{

    background: url(../images/f-tel.png) no-repeat center center;

}
.f-email{

    background: url(../images/f-email.png) no-repeat center center;
}
.f-address{
    background: url(../images/f-address.png) no-repeat center center;
}
.f-fax{

    background: url(../images/f-fax.png) no-repeat center center;
}




/*camera caption*/
.camera_caption h4 {
    font-size: 22px;
    padding: 0 20px;
    text-align: right;
    background: rgba(62, 212, 143,.7);
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    animation:slideInLeft .5s linear;
}
.camera_caption p {
        background: rgba(86, 225, 183,.8);
    padding: 0 20px;
    line-height: 30px;
    color: #121212;
    animation:slideInLeft 1s linear;
}
.camera_caption a.read-more {
    display: inline-block;
    padding: 0px 10px 3px 35px;
    color: #fff;
    background: #60e7c6 url(../images/more.png) no-repeat 5px center;
    margin: 10px 0;
    transition: .2s all ease;
    font-family: yekan;
    animation:fadeInUp 1.3s linear;      
}
.camera_caption a.read-more:hover{
    background-color: #3abf9f;
}



/*inner tour*/

.inner-tour{
    margin-top: 20px;
}






/*customer-information*/
.c-i{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    transition: .3s all ease;
    z-index: 999;
}
.c-i li{
    list-style: none;
}
.customer{
    margin-top: 50vh;
}
.c-icon{
    background: url(../images/c-icon.png) no-repeat center center;
    padding: 0 0 0 45px;
    line-height: 40px;
    float: right;
    cursor: pointer;
    height: 45px;
    position: relative;
    transition:.2s all ease;

}
.r-icon{
    /*background: url(../images/c-icon.png) no-repeat center center;*/
    padding: 0 0 0 45px;
    line-height: 40px;
    float: right;
    cursor: pointer;
    height: 45px;
    position: relative;
    transition:.2s all ease;

}
.c-icon:before{
    content: '';
    transition:.1s all ease;
    transition-delay: .4s;
    position: absolute;
    right: 5px;
    color: #fff;
    font-family: yekan;
}
.r-icon:before{
    content: '';
    transition:.1s all ease;
    transition-delay: .4s;
    position: absolute;
    right: 5px;
    color: #fff;
    font-family: yekan;
}
.active-c-i .c-icon{

    padding: 0px 70px 0px 45px;
    background-position: 3px center;
}
.active-c-i .r-icon{

    padding: 0px 70px 0px 45px;
    background-position: 3px center;
}
.c-icon:hover,.i-icon:hover{
    background-color: #222;    
}
.r-icon:hover,.i-icon:hover{
    background-color: #222;
}
.active-c-i .c-icon:before{
    content: 'مشتریان';
    
}
.active-c-i .r-icon:before{
    content: 'قوانین';

}
.information{

}
.i-icon{
    background: url(../images/i-icon.png) no-repeat center center;
    padding: 0 0 0 45px;
    line-height: 40px;
    float: right;
    cursor: pointer;
    height: 45px;
    position: relative;
    transition:.2s all ease;
}
.i-icon:before{
    content: '';
    transition:.1s all ease;
    transition-delay: .4s;
    position: absolute;
    right: 5px;
    color: #fff;
    font-family: yekan;
}
.active-c-i .i-icon{
    padding: 0px 70px 0px 45px;
    background-position: 3px center;
}
.active-c-i .i-icon:before{
    content: 'دانستنی ها';

}
.c-items{
    background: #222;
    position: absolute;
    right: 100%;
    width: 150px;
    height: 100%;
    top: 0;
    display: none;
    animation: fadeInRight .2s ease;
}

.c-items a{
    display: block;
    padding: 1px 10px;
    font-family: yekan;
    color: #fff;
    text-align: right;
    line-height: 40px;
    border-top: 1px solid #444;
    transition: .2s all ease;
}
.c-items  li:last-child a{
    border-bottom:  1px solid #444;
}
.active-c-i{
    background: #000;
}
.active-c-i>div >li:hover >.c-items {
    display: block;
}
.c-items a:hover{
    background: #444;
}
.c-items >ul{
        position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.inner-tour > .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    direction: rtl;
}

.i-enamad {
    float: right;
    clear: both;
    margin: 0px;
    width: 40px;
    height: 39px;
    border: none;
    background: url(../images/enamad.png) no-repeat center center;
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 2px;
}
.i-enamad:before {
    content: '';
    transition: .1s all ease;
    transition-delay: .4s;
    position: absolute;
    right: 5px;
    color: #fff;
    font-family: yekan;
}
.active-c-i .i-enamad:before {
    content: 'اینماد';
}
.i-enamad:hover {
    background-color: #222;
}
.active-c-i .i-enamad{

    padding: 11px 28px 0px 45px;
    background-position: 3px center;
    border-radius:0; 
    margin-top: 0;
width: 100%;
    height: 35px;
}
#InEnamadHolder img {
    float: none;
    border: none;
    margin: 5px auto;
    width: 125px;
    height: 136px;
    background: #fff;
}
/*hotel*/
.h-item{
    float: right;
    width: 33.33%;
    box-sizing: border-box;
    padding: 5px;
}
.h-item >a{
display: block;
    width: 100%;
    height: 380px;
    position: relative;
    overflow:hidden
}
.h-item >a img{
    display: block;
    width: 100%;
    height: 100%;
}
.h-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    box-sizing: border-box;
    padding-top: 100px;
    display: none;
    transition: .3s all ease;
}
.h-item:hover .h-overlay{
    display: block;
}
.h-overlay h3{
        color: #fff;
    font-size: 24px;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    animation: slideInLeft .2s ease;
}
.h-overlay p{
    text-align: center;
    animation: fadeInUp .5s ease;
}
.h-overlay p span:nth-child(1){
      display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 2px #111;
    font-size: 16px;  
}
.h-overlay p span:nth-child(2){
    display: inline-block;
    color: #67c1ec;
    text-shadow: 1px 1px 2px #111;
    font-size: 18px;
    font-family: "IRANSansWeb";
}
.h-overlay .stars{
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.stars .g-star{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px 1px;
    background: url(../images/g-star.png) no-repeat center center;
    background-size: contain;
    animation:bounceIn .4s ease;
}
.stars .n-star{
     width: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px 1px;
    background: url(../images/n-star.png) no-repeat center center;
    background-size: contain; 
    animation:bounceIn .4s ease;
}

.world{
        background: url(../images/bg3.png) no-repeat center center fixed;
    background-size: cover;
    padding: 50px 0;
}
.newsletter-box{
    background: #fff ;
}
.newsletter-box> .container{
 background: #fff url(../images/newsletter.png) no-repeat left center; 
 padding: 70px 0;  
 /*background-size: contain; */
}
.newsletter-box h5{
    font: 24px/36px yekan;
    float: right;
}
.newsletter-box span{
        background: #2185c7  url(../images/n-btn.png) no-repeat 5px center;
    padding: 5px 20px 5px 50px;
    font: 16px yekan;
    float: right;
    margin-right: 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s all ease;
}
.newsletter-box span:hover{
    background-color: #0e5788;
}
.icon-items{
    background: url(../images/bg4.jpg) no-repeat center center fixed;
    background-size: cover;
    padding:130px 0 100px;
}
.i-item a{
    width: 150px;
    height: 150px;
    display: block;
    margin: 10px auto;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(104, 193, 236, 0.44);
    transition: .3s all ease;
}
.i-item a:hover{
       background: rgba(104, 193, 236, .9); 
}
/*.i-item a:hover img{
    transform:rotateY(360deg);
}*/
.i-item a img{
       display: block;
    margin: 35px auto;
    width: 80px;
    height: 80px;
    transition: 1s all ease; 
}
.i-item  span{
       display: block;
    text-align: center;
    font: 20px yekan;
    color: #fff;
    text-shadow: 1px 1px 2px #111; 
}



/*footer*/
.f-item{
    text-align: center;
}
.f-item span:first-child{
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 5px auto;
}
.header-logo {

    position: absolute;
    right: 0;
    transform: translateX(-50%);

    border-radius: 50%;
    padding: 0 10px 10px 10px;

    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 9;
}
.temp-banner{
    height: 390px;
}
@media ( max-width: 576px) {
    .image_card{
        width:100%
    }
    .card_matn_{
        width:100%
    }
    #scroll-top{
        display:none !important;
    }
    #myTab .nav-link {
        border-radius: 0;
        width: 70px;
        height: 70px;
        display: flex !important;
        align-items: center;}
    #titr_searchBox{
        font-size: 16px;
    }
    #flight .radios{
        position: static;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .cntr{
        padding-right: 0;
        justify-content: center;
    }
    .d-ceckboxs .cntr label {
        padding:0 5px;
        margin:0
    }
    .switches{
        justify-content: center;
        display: flex;
    }
    .meteorology,.exchange_rate{
        display: none;
    }
    .news.recent_trip_area{
        display: none;
    }
    .switch_routs{
        top: 41px;
        left: 9px;
    }
    .col_foo:not(.foo_contact){
        display: none;
    }
    .link_app{
        width: 50%;
        margin: 0;
        padding: 5px;
    }
    .link_app img{

    }
    .app-dl::before {
        width: 100%;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
    .app-dl h2,.app_text span{
        color: var(--mainColor);
    }
    #wave_footer{
        display: none;
    }
    #tabsHotel .nav-link{
        font-size: 14px;
    }
    .section_tours .nav-tabs .nav-link{
        font-size: 14px;
    }
    .titr{
        font-size: 20px;
    }

    .app_text > div{
        display: flex;
        flex-wrap: wrap;
    }
    .app-dl{
        height: 200px;
    }
    .appButtons{
        display: none;
    }
    .myroom-hotel{
        padding: 5px 7px;
    }
    .myroom-hotel-item{
        flex: 0 0 100%;
        margin: 0;
    }
    .fl-fl , .left_text_{
        display: none;
    }
    .date_convert{
        display: none;
    }
    .app-dl h2{
        line-height: normal;
    }
    .app_text span{
        font-size: 13px;
    }

    .peigiri_m{ display: block !important;}
    .recent_trip_area{
        padding-bottom: 30px;
    }
    .big_news .thumb , .small_news .thumb{
        width: 100%; flex: 100%;
        height: 145px;
    }
    .project .img{
        height: 250px;
    }
    .app-dl h2{
        font-size: 20px;
    }

    .big_news .info , .small_news .info {

        flex: 0 0 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;

    }
    .copyright_content , .content{
        width: 100%;
        flex-wrap: wrap;
        position: relative;
        justify-content: center;

    }
    .contact_info_text i{display: none}
    .contact_info_list li{
        justify-content: center;
        text-align: center;
    }
    .contact_{
        margin: 0;
        margin-bottom: 5px;
    }




    #myTab a span {
        font-size: 12px;
    }

    #myTab .nav-link i {
        margin: auto
    }





    .section_slider{
        height: 100%;
    }
    .searchs_box{margin-top: 0; padding: 10px;}
    #myTab .nav-link::before , #myTab .nav-link::after{
        display: none;
    }
    .section_slider::before{
        background: rgba(0, 0, 0, 0.70);
    }
    .peygiri {
        display: none
    }

    .act-buttons {
        margin-left:0;
    }

    .lang{
        margin-left: 40px;
        display:none
    }
    .act-buttons {
        margin-left: 45px;
    }
    .social_top {
        display: none;
    }

    .navigation-portrait .nav-search {
        margin-right: 0;
    }
    #myTab{
        min-width: 110%;
        box-shadow: none;
        padding-left:30px

    }
    #myTab .nav-link {
        border-radius: 0;
        width: 65px;
        height: 60px;
        margin-bottom: 10px;
        box-shadow: none;
        display: flex !important;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 10px;
    }
    #myTab a span h4 {
        font-size: 12px;
    }

    #flight .radios{
        position: static;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .cntr{
        padding-right: 0;
        justify-content: center;
    }
    .d-ceckboxs .cntr label {
        padding:0 5px;
        margin:0
    }
    .switches{
        justify-content: center;
        display: flex;
    }

}

/*region Tours Template */
.temp_tours {
    padding-top: 35px;
    background: #f2f2f0;
}


.alert_head {
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 3px;
    text-align: right;
    display: flex;
    align-items: center;
    padding: 20px 10px;

}

.alert_head .close, .sec_content .close {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    display: none;
}

.sec_content .close span {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all ease .4s;
    background: #ee384e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_alert_head .alert {
    padding: 0 3px;
    margin-bottom: 0;
}

.sec_alert_head .alert .container {
    padding: 0 5px;
}

.sec_content {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    overflow: hidden;

}

.image_card {
    width: 350px;
}

.card_matn_ {
    width: calc(100% - 350px);
    padding: 15px;
    text-align: right;

}

.TourOffers__grid {
    margin-bottom: 15px;
}

.content_card_matn {
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.c-alert__image-wrapper {
    width: 200px;
    padding: 10px;
}

.c-alert__image-wrapper img {
    width: 100%;
}

.title_ {
    text-align: center;
}

.typo__context h4 {

    margin-bottom: 15px;
}

sec_alert_head {
    padding: 20px 0;
}

.section_1 {
    background: #f2f2f0;
    padding: 35px 0;
}


.title_sec {
    width: 100%;
    text-align: right;
    padding: 0 10px;
}

.title_sec h4 {
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
}

.owl-flight .owl-stage {
    padding: 0;
}

.section_1 .owl-carousel.owl-rtl .owl-item {
    padding: 0 10px;
}

.owl-flight.owl-carousel .owl-nav button.owl-next:hover,
.owl-flight.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--mainColor);
    color: #fff;
    border-color: transparent;
}
.owl-flight.owl-carousel .owl-nav button.owl-next,
.owl-flight.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    position: absolute;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    transition: all ease .4s;
}

.TourOffers__img {
    height: 170px;
}

.TourOffers__img img {
    width: 100%;
    height: 100%;
}

.c-card {
    background: #fff;
    min-width: 0;
    word-wrap: break-word;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .16);
    margin-bottom: 5px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    /*min-height: 300px;*/
}

.section_6 {
    margin-top: 35px;
    background: #fff;
}

.hotel_card {
    position: relative;
    height: 280px;
}

.TourOffers__info__title {
    width: 100%;
    padding: 10px;
    transition: all ease .4s;
    z-index: 3;

}

.hotel_card::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(-180deg, rgba(106, 17, 203, .8), rgba(0, 91, 234, 0.8));
    display: block;
    opacity: 0;
    z-index: 2;
    transition: all ease .4s;
}

.TourOffers__info__title a {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 24px;
    padding-right: 40px;
    position: relative;
    transition: all ease .4s;
}

.TourOffers__info__title a::before {
    content: '';
    display: inline-block;
    background: transparent linear-gradient(-90deg, #34d228 0%, #1b5d16 100%);
    box-shadow: 0 10px 30px #34d228;
    border-radius: 20px;
    width: 34px;
    height: 4px;
    margin-left: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all ease .4s;
}

.section_1 .TourOffers__info {
    text-align: center;
    transition: all ease .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
}


.TourOffers__grid:hover .TourOffers__info {
    background: transparent;
}


.TourOffers__grid:hover .hotel_card::before {
    opacity: 1;
}

.section_1 .TourOffers__img__mask {
    position: absolute;
    top: 11px;
    right: 25px;
    padding: 6px 12px;
    color: #ffcc00;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;

}

.section_1 .TourOffers__img__mask p {

    margin: 0;

}

.c-card-content {
    text-align: center;
    padding: 15px 10px;

}

.section_1 .TourOffers__info__title a {

    color: #000;
}

.section_1 .TourOffers__info__title a::after {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='20' viewBox='0 0 62.563 22.351'%3E%3Cpath id='Path_97' data-name='Path 97' d='M105.588-18.469a.791.791,0,0,1,0-1.265l7.065-7.8H55.78a.746.746,0,0,1-.844-.844.746.746,0,0,1,.844-.844h56.873l-7.065-7.8a.791.791,0,0,1,0-1.265.791.791,0,0,1,1.265,0q8.33,9.174,8.436,9.279a.859.859,0,0,1,.211.633.859.859,0,0,1-.211.633l-8.436,9.279a.859.859,0,0,1-.633.211A.859.859,0,0,1,105.588-18.469Z' transform='translate(-53.937 39.609)' fill='%23ffc920' stroke='%23ffc920' stroke-width='2'/%3E%3C/svg%3E");
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    width: 38px;
    height: 20px;
    margin-right: 15px;
    opacity: 0;
    position: absolute;
    left: 60px;
    transition: all ease .4s;

}

.section_1 .TourOffers__info__price {

    padding-right: 40px;
    text-align: right;
    color: #1ec6b6;
    transition: all ease .4s;
}

.section_1 .item {
    padding: 0 10px;
}

.section_1 .owl-nav button.owl-prev {
    right: -30px;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    line-height: 0;
    background: #005792;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    width: 29px;
    height: 36px;
    border: none;
}


.section_1 .owl-nav button.owl-next {
    left: -30px;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    line-height: 0;
    background: #005792;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    width: 29px;
    height: 36px;
    border: none;
}

.disable_btn {
    opacity: .4;
}

.section_1 .owl-nav button.disabled {
    opacity: .5;
}

.card_title_vote {
    text-align: justify;
    font-size: 15px;
    line-height: 1.6;
}

.vote_card .custom-control-label {
    width: 100%;
    cursor: pointer;

}

.card_minute90 {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 25px;

}

.card_minute90 label {
    padding: 5px;
    text-align: right;
    width: 100%;
}

.card_minute90 .input-group-text {
    background: var(--mainColor);
    border-left: none;
    color: rgba(255, 255, 255, 0.9);
}

.card_minute90 input {
    border-right: none;
}

.vote_card .card-header.card-header-type-1 {
    background-color: var(--mainColor);
    height: 130px;
}

.bgprimary {
    background: var(--mainColor);
}

.vote_card .card-header.card-header-type-1 h5 {
    color: #fff
}

.vote_card .list-group-item {
    transition: all ease .4s;
}

.vote_card .list-group-item:hover {
    background-color: var(--mainColor);
}

.vote_card .list-group-item:hover label {
    color: #fff
}

.card_minute90 .fa.fa-refresh {
    color: rgba(255, 255, 255, 0.9);
    display: flex;
}

.more_read, .more_close {
    background: #fff;
    padding: 7px 15px;
    position: absolute;
    left: 4px;
    bottom: 0;
    color: red !important;
    z-index: 1;
    cursor: pointer;
    font-size: 16px;
}

.flight-type {
    padding: 15px 0;
}


.flight_items a {
    margin-top: 1rem;
    display: block;
    font-size: 14px;
    text-align: right;
    color: rgba(0, 0, 0, 0.8);
    transition: all .3s;
    /*margin: 30px 0;*/
    /*text-decoration: none;*/
}

/*.flight_items a:hover {*/
/*    text-decoration: none;*/
/*    color: var(--mainColor);*/
/*}*/

.flight_items {
    transition: all ease .4s;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
}

.flight_items:hover {
    transform: translateY(-10px);
}

.flight_items:hover .flight_way_ {
    opacity: 1;
}

.flight_destination {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.flight_end_ {
    margin-right: auto;

}

.flight_way_ {
    opacity: .6;
    transition: all ease .4s;
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 50%;
    height: 1px;
    background: rgb(168, 168, 168);
    background: -moz-linear-gradient(90deg, rgba(168, 168, 168, 0) 0%, rgba(168, 168, 168, 1) 28%, rgba(168, 168, 168, 1) 50%, rgba(168, 168, 168, 1) 72%, rgba(168, 168, 168, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(168, 168, 168, 0) 0%, rgba(168, 168, 168, 1) 28%, rgba(168, 168, 168, 1) 50%, rgba(168, 168, 168, 1) 72%, rgba(168, 168, 168, 0) 100%);
    background: linear-gradient(90deg, rgba(168, 168, 168, 0) 0%, rgba(168, 168, 168, 1) 28%, rgba(168, 168, 168, 1) 50%, rgba(168, 168, 168, 1) 72%, rgba(168, 168, 168, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8a8a8", endColorstr="#a8a8a8", GradientType=1);

}

.flight_start_,
.flight_end_ {
    width: 25%;
    color: var(--mainColor);
    text-align: center;
}

.flight_price_time {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.flight_price_time .flight_price {
    margin-right: auto;
    font-size: 12px;
    color: #da1079;

}

.flight_price_time .flight_price span {
    color: #000;
    font-size: 14px;
}

.flight_way_::after {
    content: '';
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDMzLjQ2OCAzMy40NjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPHBhdGggZD0iTTE2LjczNCwwQzkuMzc1LDAsMy40MDgsNS45NjYsMy40MDgsMTMuMzI1YzAsMTEuMDc2LDEzLjMyNiwyMC4xNDMsMTMuMzI2LDIwLjE0M1MzMC4wNiwyMy43MzQsMzAuMDYsMTMuMzI0ICAgQzMwLjA2LDUuOTY1LDI0LjA5MywwLDE2LjczNCwweiBNMTYuNzM0LDE5LjY3NmMtMy41MSwwLTYuMzU0LTIuODQ0LTYuMzU0LTYuMzUyYzAtMy41MDgsMi44NDQtNi4zNTIsNi4zNTQtNi4zNTIgICBjMy41MDgtMC4wMDEsNi4zNTIsMi44NDUsNi4zNTIsNi4zNTNDMjMuMDg1LDE2LjgzMywyMC4yNDIsMTkuNjc2LDE2LjczNCwxOS42NzZ6IiBmaWxsPSIjYThhOGE4IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);
}

.flight_way_::before {

    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ4MC4wMDQgNDgwLjAwNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNNDc0LjI3MiwxNjMuNjgybC04MS4yOC02Ny42OEw0NzQuMjQsMjguMjljNS4xNTItNC4zMiw3LjEwNC0xMS4zOTIsNC43NjgtMTcuNzZDNDc2LjczNiw0LjIyNiw0NzAuNzUyLDAuMDAyLDQ2NCwwLjAwMiAgICBIMjA4Yy04LjgzMiwwLTE2LDcuMTY4LTE2LDE2djM4NGMwLDguODMyLDcuMTY4LDE2LDE2LDE2YzguODMyLDAsMTYtNy4xNjgsMTYtMTZ2LTIwOGgyNDBjNi43NTIsMCwxMi43MzYtNC4yMjQsMTUuMDQtMTAuNTYgICAgQzQ4MS4zNDQsMTc1LjEwNiw0NzkuNDI0LDE2OC4wMDIsNDc0LjI3MiwxNjMuNjgyeiIgZmlsbD0iI2E4YThhOCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNMjU2LDMyMi4yNDJ2MzIuMzJjNzkuOTA0LDcuOTM2LDEyNi4yMDgsMzMuNzI4LDEyOCw0NS4zNzZjLTIuMTEyLDEzLjk1Mi02Ni40LDQ4LjA2NC0xNzYsNDguMDY0ICAgIGMtMTA5LjU2OCwwLTE3My44ODgtMzQuMTEyLTE3Ni00Ny45MzZjMS43OTItMTEuNzQ0LDQ4LjA5Ni0zNy41NjgsMTI4LTQ1LjUwNHYtMzIuMzJDNjguMzIsMzMwLjU5NCwwLDM2Mi4yMSwwLDQwMC4wMDIgICAgYzAsNDQuMTkyLDkzLjEyLDgwLDIwOCw4MHMyMDgtMzUuODA4LDIwOC04MEM0MTYsMzYyLjE3OCwzNDcuNjgsMzMwLjU2MiwyNTYsMzIyLjI0MnoiIGZpbGw9IiNhOGE4YTgiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+);
}

.typo__heading__2 {
    text-align: justify !important;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 30px;
}

.typo__heading__2 span {
    text-align: justify;
    font-size: 13px !important;
}

.typo__heading__2.fw__bold.fs__20,
.typo__heading__2.fw__bold {
    text-align: center !important;
    font-size: iransansb;
}

.more_read_matn, .more_close_matn {
    z-index: 1;
    cursor: pointer;
    height: 40px;
    width: 110px;
    margin-top: 10px;
}

.section_6 .c-card-content ul {
    padding-right: 0;

}

.sec_alert_head,
.section_2,
.section_3,
.section_4,
.section_5 {
    padding: 35px 0;
}

.typo_heading_2 {
    font-size: 1.5rem;
    font-weight: 900;
}

.content_card_matn .typo__context p,
.content_card_matn .typo__context div {
    text-align: right;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.typo_context_ p, .typo_context_ span {
    font-size: 13px !important;
}

.card_matn_.show_more .typo__context p {
    overflow: visible;
    display: block;

}

.typo__context {
    text-align: justify;
    width: 100%;
    max-height: 210px;
    overflow: hidden;

}

.typo__context_last {
    text-align: justify;
    width: 100%;
}

.typo__context p, .typo__context_last p {
    text-align: justify !important;
    font-size: 13px !important;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
}

.typo__context p span {
    font-size: 13px !important;
}

.selected .typo__context {
    max-height: none;
}

.border-radius__lg {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
    max-height: 241px;
    margin-bottom: 20px;
}

.card_ {
    background: #fff;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .16);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    margin: auto;
}

.content_card {
    padding: 20px;
    width: calc(100% - 350px);
    height: 100%;
    max-height: 241px;
    position: relative;
    font-size: 13px;
    text-align: right;
}

.image_card {
    width: 350px;
    padding: 0;
}

.card_.show_more .content_card {
    max-height: none;
}

.content_card::before {
    content: '';
    position: absolute;
    height: 22px;
    width: 100%;
    bottom: 0px;
    left: 0;
    background: #fff;
}

.image_card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.more_matn:hover {
    opacity: .7;
}

.more_matn {
    background: var(--mainColor);
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 110px;
    justify-content: center;
    font-size: 12px;
    transition: all ease .4s;
    margin-top: 1rem;
}

.c-card-content ul li {
    text-align: right;
    padding: 5px 0;
    line-height: 1.5;

}


/*endregion Tours Template */


.nameds {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 10px;
}
.nameds a {
    box-shadow: 0 8px 16px 0 hsla(0, 0%, 77%, .2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 93px;
    height: 93px;
    margin: 2px;
    overflow: hidden;
}
.nameds img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}