body {
    line-height: 1;
	font: normal 14px sans-serif;
	overflow-x: hidden;
    background: #f3f3f3;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 30px sans-serif;
    margin: 0px;
    padding: 0px;
}
a:hover, a:focus{
    text-decoration: none;
}
ul li{
  list-style: none;
}




.clear{
    clear: both;
}

footer{
    margin-top: 0;
}

.backToTop:hover{
    background: #23d5ae url(../images/arrow_up.png) no-repeat center center;
    transition-duration: .2s;
}

.backToTop {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
  
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    transition-duration: .2s;
    background: #3b61b9 url(../images/arrow_up.png) no-repeat center center;
}


/*---------------------------------------menu-------------------------------*/
.mainMenuContainer {
    background: #3b61b9;
    z-index: 9;
    margin: 0 auto;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
        padding-left: 15px;
}

a.mobMenu {
       width: 100%;
    float: right;
    line-height: 50px;
    color: #fff;
    text-align: center;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    background: #DB0811;
}
ul.mainMenu {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
        overflow: visible;
    height: auto;
}
ul.mainMenu > li {
    position: relative;
    float: right;
    border: 0px;
    width: 100%;
    box-sizing: border-box;
}
ul.mainMenu > li > a {
    width: 100%;
    float: right;
    font-size: 14px;
    text-align: left;
    padding: 0px 20px;
    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-right: 5px;
}
ul.mainMenu > li > ul.subMenu a span {
    padding-left: 5px;
    display: none;
}

ul.mainMenu > li.active {
    background:#23D5AE;
}

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: 12px;
	font-weight:bold;
    text-align: left;
    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 li a:hover {
    color: #284890;
}

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: #3f3f3f;
    border-bottom: 1px solid #393939;
    transition: all 0.1s ease-out;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .mainMenuContainer {
        /*min-width: 700px;*/
    }
    .mainMenuContainer .mobMenu {
        display: none;
    }
    ul.mainMenu {
        display: block;
        max-width: 768px;
        margin: 0 20px 0 0 ;
        padding: 0;
        list-style: none;
    }
    ul.mainMenu > li {
    position: relative;
    float: left;
    /* border-bottom: 1px solid #205c81; */
    width: 13.5%;
    border-right: 1px solid #5696c1;
    box-sizing: border-box;
    z-index: 9;
    }
    ul.mainMenu > li.b-menu{
        width: 15%;
    }
    ul.mainMenu > li:last-child{
        border-right-width: 0px !important;
    }
    ul.mainMenu > li > a {
        width: 100%;
        float: right;
        font-size: 12px;
    	font-weight:bold;
        text-align: center;
        padding: 0px ;
        line-height: 60px;
        text-decoration: none;
        transition: all 0.2s ease-out;
        color: #fff;
    }
    ul.mainMenu > li > a span {
        display: none;
    }

    ul.mainMenu > li.active > a:hover {
        color: #fff;
    }
    ul.mainMenu > li > a:hover {
        color: #fff;
    background:#23D5AE;
    }

    ul.mainMenu > li ul.subMenu {
        display: none;
        width:240px;
        position: absolute;
        left: 0;
            top: 100%;
    padding-top: 1px;
        padding-top: 2px;
        list-style: none;
        z-index: 99;
            -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: in-top 500ms ease 0ms 1 forwards;
    animation: in-top 500ms ease 0ms 1 forwards;
    }

    @-webkit-keyframes in-top {
        from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
                transform: rotate3d(-1, 0, 0, 90deg);
        }
        to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
                transform: rotate3d(0, 0, 0, 0deg);
        }
    }
    @keyframes in-top {
        from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
                transform: rotate3d(-1, 0, 0, 90deg);
        }
        to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
                transform: rotate3d(0, 0, 0, 0deg);
        }
    }

   
   
    @-webkit-keyframes in-right {
        from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
                transform: rotate3d(0, 1, 0, 90deg);
        }
        to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
                transform: rotate3d(0, 0, 0, 0deg);
        }
    }
    @keyframes in-right {
        from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
                transform: rotate3d(0, 1, 0, 90deg);
        }
        to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
                transform: rotate3d(0, 0, 0, 0deg);
        }
    }

    ul.mainMenu > li:hover > ul.subMenu {
        display: block;
    }
    ul.mainMenu > li ul.subMenu li {
        font-size: 16px;
        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: 13px;
    	font-weight:bold;
        text-align: right;
        padding: 0px 20px;
        line-height: 50px;
        text-decoration: none;
        color: #3b61b9;
        background: #fff;
        border-bottom: 1px solid #DAE4FB;
        transition: all 0.1s ease-out;
        box-sizing: border-box;
    }
    ul.mainMenu > li > ul.subMenu > li> a:before{
        position: absolute;
        content: '';
        background: url(../images/submenu-en.png) no-repeat center center;
        width: 10px;
        height: 10px;
        left: 0;
        transform: translateX(3px) translateY(-50%);
        transition: .3s all ease;
        opacity: 0;
        top: 50%;

    }
    ul.mainMenu > li > ul.subMenu > li> a{
        position: relative;
        transition: .3s all ease;
    }
    ul.mainMenu > li > ul.subMenu > li> a:hover {
        color: #294481;
        padding-left: 30px;
        }
        ul.mainMenu > li > ul.subMenu > li> a:hover:before{
            opacity: 1;
            transform: translateX(10px) translateY(-50%);
        }
    ul.mainMenu > li ul.subMenu li:last-child a {
        border-bottom: none;
    }

    ul.mainMenu > li ul.subMenu li ul {
        display: none;
        width: 150px;
        position: absolute;
        left: 190px;
        top: 0px;
        padding-top: 2px;
        padding-right: 2px;
        list-style: none;
        z-index: 99;
    }
    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: left;
        padding: 0px 20px;
        line-height: 40px;
        text-decoration: none;
        color: #3b61b9;
        background: #fff;
        border-bottom: 1px solid #ddd;
        transition: all 0.1s ease-out;
        box-sizing: border-box;
    }

    ul.mainMenu > li ul.subMenu li:last-child a {
        border-bottom: none;
    }
}
@media (min-width: 900px) {
    .mainMenuContainer {
        min-width: 900px;
        direction: ltr;
    }
    ul.mainMenu {
    min-width: 900px;
    }
    ul.mainMenu > li > a {
        font-size: 14px;
    }
    ul.mainMenu > li:hover > ul.subMenu {
        display: block;
    }
    ul.mainMenu > li ul.subMenu li {
        font-size: 16px;
        text-align: right;
        padding: 0px;
        line-height: 60px;
        text-decoration: none;
        color: #fff;
    }
    ul.mainMenu > li ul.subMenu li a {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight:bold;
    text-align: left;
    padding: 0px 20px;
    line-height: 50px;
    text-decoration: none;
    color: #3b61b9;
    background: #fff;
    border-bottom: 1px solid #eee;
    transition: all 0.1s ease-out;
    box-sizing: border-box;
    }

    ul.mainMenu > li ul.subMenu li:last-child a {
        border-bottom: none;
    }

    ul.mainMenu > li ul.subMenu li ul {
        display: none;
        width: 230px;
        position: absolute;
        left: 100%;
        top: 0px;
        padding-top: 2px;
        padding-right: 2px;
        list-style: none;
        z-index: 99;
            -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: in-right 500ms ease 0ms 1 forwards;
    animation: in-right 500ms ease 0ms 1 forwards;
    }
    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:last-child a {
        border-bottom: none;
    }
}
ul.mainMenu:after{
    content: '';
    clear: both;
    display: block;
}
ul.mainMenu > li.has-menu:before{
position: absolute;
    right: 2px;
    top: 25px;
    content: '';
    background: url(../images/down.png) no-repeat center center;
    width: 10px;
    height: 10px;
}
/*--------------------------------------------------end menu-------------------------------*/
.temp-best-tour {
    padding: 40px 0;
    background-attachment: fixed;
    box-sizing: border-box;
}
.temp{
    margin: 20px auto;
    border:1px solid #00aced;
    border-left:none;
    border-right: none;
        overflow: hidden;
}
.temp-content{
    padding: 20px 0;
    overflow: hidden;
}
.separator {
    background: url(../images/separator2.png) no-repeat center center;
    width: 24px;
    height: 24px;
    margin-top: 10px;
}
.detail {
    direction: ltr;
    text-align: left;
    float: left;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #3e50b5;
    padding: 5px;
}
.detail p, .detail h1, .detail a, .detail span, .detail h2 {
    font-size: 20px;
    float: left;
    padding: 0 0 0 5px;
    font-family: iransans;
        line-height: 38px;
}
.detail a{
    color:#23d5ae;
}
/*
.detail a:hover{
    color: #000;
}
*/
.temp-wrapper{
    padding: 10px;
    min-height: 600px;
}
footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    background:#294481;
}
#googleMap {
    width: 100%;
   height: 300px;
}
.googleLabel {
    font: normal 12px 'IranSansLight';
}

/* =============== CopyRight =============== */
.copyright {
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
    border-top: 1px solid #1e366d;
}
.copyright .company p, .copyright .irantech p {
    direction: ltr;
}
.copyright .company p a, .copyright .irantech p a {
    color: #23d5ae;
    padding: 0px 5px;
    transition: all 0.3s ease;
}
.copyright .irantech p {
    text-align: left;
}
.copyright .irantech p a.cheapTour {
      color: #294481;
    font-size: 2px;
}


footer a:hover{
    color: #fff;
}
.footer-logo{
    direction: rtl;
    text-align: right;
}
.footer-logo >a{
    display: block;
    width: 310px;
    height: 125px;
        margin: 40px auto 0;
        transition: .2s all ease;
}
.footer-logo >a:hover{
    opacity: .9;
}
.footer-logo a img{
    width: 100%;
    height: 100%;
}
.footer-logo p{
    line-height: 20px;
}
.logo-title .logo{
    display: block;
    width: 60px;
    float: left;
    height: 60px;
}
.logo-title a img{
    width: 100%;
    height: 100%;
}
.logo-title a span{
    text-align: center;
    display: block;
    font-size: 14px;
    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;
}
.f-title:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    z-index: 1
}
.f-title:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 1px;
    background: #23d5ae;
    z-index: 2
}
.links-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    direction: rtl;
}
.links-wrapper a{
    width: 100%;
    color: #eee;
    padding: 2px 0px 2px 30px;
    box-sizing: border-box;
    background: url(../images/link.png) no-repeat left center;
    text-align: left;
    line-height: 24px;
}
/*mahtab gris*/
header{
    padding-top: 20px;
    background: #fff;
}
.top-header{
    clear: both;
    margin: 0px auto 30px;
    width: 100%;
    float: left;
    position: relative;
}
.title{
        float: left;
    margin-left: 10px;
    text-align: left;
}
.title h1{
    font-size: 24px;
    line-height: 34px;
}
.title h1 a{
  color:#3b61b9; 
  transition: .2s all ease; 
}
.title h1 a:hover{
    color: #000
}
.title h2{
    font-size: 10px;
    line-height: 20px;
    color: #3b61b9;
}
.top-phone {
    width: 200px;
    float: left;
    box-sizing: border-box;
    padding-left: 60px;
    position: relative;
    height: 60px;
}
.top-phone:before{
position: absolute;
left: 0;
top:50%;
transform: translateY(-50%);
content: '';
background:#e5e5e5 url(../images/phone.png) no-repeat center center;
width: 50px;
height: 50px;
border-radius: 50%;

}
.top-phone a{
    display: block;
    color: #000;
    direction: ltr;
    font-size: 16px;
        line-height: 30px;
            text-align: left;
}
.top-address{
    float: left;
    width: 340px;
    direction: ltr;
    text-align: left;
    padding-left: 60px;
    box-sizing: border-box;
    position: relative;
    height: 50px;
}
.top-address p {
    line-height: 25px;
}
.top-address:before{
position: absolute;
left: 0;
top:50%;
transform: translateY(-50%);
content: '';
background:#e5e5e5 url(../images/address.png) no-repeat center center;
width: 50px;
height: 50px;
border-radius: 50%;

}
.top-address a{
    color: #000;
}
.item .item-img{
    display: block;
    width: 130px;
    height: 130px;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    /*background: #fff;*/
    margin: 10px auto;
    border-radius: 50%;  
    transition: .2s all ease;
    border:1px solid #ccc;
}
.item {
   color: #3b61b9;
}
.item .item-img img{
    width: 100%;
    height: 100%;
}
.item h4{
    text-align: center;
    line-height: 30px;
    font-size: 24px;
}
.item p{
    text-align: center;
    width: 80%;
    margin: 5px auto;
    display: block;
    clear: both;
    color: #888;
    font-weight: 600;
    font-size: 12px;
}
.box-items{
    overflow: hidden;
    clear: both;
    padding: 25px 0;
}

.item p a:hover{
    color: #111;
}
.agency{
    text-align: center;
    padding: 20px 0;
    background:linear-gradient(to bottom , #ececec , #f7f7f7);
}
.iran-map{
    overflow: hidden;
    position: relative;
    margin:0px auto;
    width:550px;
    height:500px;
}
.agency h3{
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
    margin-bottom: 20px;
}
.agency h3:before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #23d5ae;
    bottom: 0;
    content: '';
}
.search button{
    height: 32px;
    width: 32px;
    display: inline-block;
    background: url(../images/search.png) no-repeat center center;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 15px;
    right: 10px;
}
ul.mainMenu > li.search{
    width: 250px;
    height: 60px;
}
.search-form{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #3b61b9;
    border-radius: 6px;
    z-index: -1;
    opacity: 0;
    transition: .2s all ease;
}

.search form{
    width: 100%;
    height: 100%;
    position: relative;
}
.search input{
    width: calc( 100% - 5px);
    height: 40px;
    line-height: 100%;
    border:1px solid #5d80d0;
    background: rgba(0,0,0,.15);
    direction: ltr;
    text-align: left;
    font-size: 12px;
    color: #fff;
    font-family: sans-serif;
    border-radius: 5px;
    transition: .2s all ease;
    margin: 10px 0 10px 5px;
    position: relative;
    box-sizing: border-box;
    padding: 0 5px;
}
.search input:hover,.search input:focus{
    outline: none;
    border:1px solid #98b4f3;
}
.search-form form:before{
    content: 'جستجوی محصول...';
    position: absolute;
    left: 20px;
    top: 15px;
    font-family: iransans;
    font-size: 18px;
    color: #fff;
    direction: rtl;
    transition:.2s all ease;
    transition-delay: .2s;
}
.search-form form.search-opened:before{
        content: 'جستجوی محصول...';
    position: absolute;
    font-family: iransans;
    color: #fff;
    direction: rtl;
    right: 15px;
    top: 2px;
    font-size: 10px;
    transition:.2s all ease;

}
.close-search{
    float: right;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/close-search.png) no-repeat center center;
    cursor: pointer;
        margin-top: 15px;
}


.menu-fix{
        position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    animation: fix-menu .3s linear;
    border-radius: 0;
}
.menu-fix ul.mainMenu{
    margin: 0 auto;
}
@keyframes fix-menu{
    from{
        opacity: .5;
        transform: translateY(-20px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}


.ltr{
    direction: ltr;
}
.iran-map{
    width: 1200px;
    height: 456px;
}
.copyright .irantech p a.it-footer{
    padding: 0 35px 0 3px;
    background: url(../images/it-footer.png) no-repeat right center;
}

.lang{
    width: 75px;
    position: absolute;
    bottom: -90px;
    right: 0;
    z-index: 999;
    height: 60px;
}
.lang a{
    display: block;
    box-sizing: border-box;
   /* padding-right: 35px;
    background: url(../images/fa.png) no-repeat right center;*/
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-decoration: underline;
    font-family: yekan;
}
header{
        padding: 20px 0 10px;
}