/*
Theme Name: Sam Travel
Theme URI: https://sam-travel.ir
Author: Saman Masoomi
Author URI: https://imSam.ir
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: IRANSans;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

textarea:focus, input:focus {
    outline: none;
}

:root {
    --baseColor: #00a2d3;
    --navColor: #85878d;
    --navColorHover: #555659;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/eot/IRANSansWeb_Black.eot');
    src: url('fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),
    url('fonts/woff/IRANSansWeb_Black.woff') format('woff'),
    url('fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/eot/IRANSansWeb_Bold.eot');
    src: url('fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
    url('fonts/woff/IRANSansWeb_Bold.woff') format('woff'),
    url('fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/eot/IRANSansWeb_Medium.eot');
    src: url('fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
    url('fonts/woff/IRANSansWeb_Medium.woff') format('woff'),
    url('fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/eot/IRANSansWeb_Light.eot');
    src: url('fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),
    url('fonts/woff/IRANSansWeb_Light.woff') format('woff'),
    url('fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
    url('fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),
    url('fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/eot/IRANSansWeb.eot');
    src: url('fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
    url('fonts/woff2/IRANSansWeb.woff2') format('woff2'),
    url('fonts/woff/IRANSansWeb.woff') format('woff'),
    url('fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'FontAwesome';
    src: url("webfonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("webfonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
    url("webfonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("webfonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("webfonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("webfonts/fontawesome-webfont?v=4.3.0#fontawesomeregular") format("svg");
}

header {
    height: 50px;
    background-color: #444B54;
}

.navLogo {
    width: 40px;
    margin: 5px;
}

.humber {
    margin: 7px 0;
    float: left;
    cursor: pointer;
}

.humber span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 7px 0;
    transition: all .4s;
}

.humber.openNav span:first-child {
    transform: translateY(10px) rotate(45deg);
}

.humber.openNav span:nth-child(2) {
    opacity: 0;
}

.humber.openNav span:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

.mobileNav {
    width: 250px;
    height: 100vh;
    background-color: #fff;
    margin-top: -50px;
    position: fixed;
    z-index: 999;
    padding-bottom: 20px;
    box-shadow: 0 0 50px rgba(28, 76, 156, .15);
    transform: translateX(250px);
    transition: all .5s;
}

.mobileNav.open {
    transform: translateX(0);
}

.mobNavOverlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(247, 249, 252, .85);
    position: fixed;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: opacity .5s cubic-bezier(.38, .11, .01, 1);
    -moz-transition: opacity .5s cubic-bezier(.38, .11, .01, 1);
    -ms-transition: opacity .5s cubic-bezier(.38, .11, .01, 1);
    -o-transition: opacity .5s cubic-bezier(.38, .11, .01, 1);
    transition: opacity .5s cubic-bezier(.38, .11, .01, 1);
    z-index: 99;
}

.mobileNav ul.nav {
    margin: 10px 0 20px;
}

.mobileNav ul.nav li {
    border-bottom: 1px solid #eaeff5;

}

.mobileNav ul.nav li a {
    padding: 0 20px;
    color: var(--navColor);
    font-size: 13px;
    width: 100%;
    display: block;
    transition: color .4s;
    height: 50px;
    line-height: 50px;
}

.mobileNav ul.nav li a:hover {
    color: var(--navColorHover);
}

.mobileNav .subMenu {
    height: 0;
    overflow: hidden;

}

.menu-item-has-children .openSubmenu {
    border-bottom: 0 !important;
    transition: all 1s;
}

.menu-item-has-children .openSubmenu .subMenu {
    border-top: 1px solid #eaeff5;
    height: auto;
    padding: 0 20px;
}

.mobileNav .menu-item-has-children  {
    position: relative;
}

.mobileNav .menu-item-has-children :after {
    content: '\f077';
    font-family: 'FontAwesome';
    left: 10px;
    position: absolute;
    top: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(270deg);
    cursor: pointer;
    transition: all .2s ease;
    font-size: 11px;
    color: #acacac;
}

.mobileNav .menu-item-has-children .openSubmenu:after {
    transform: rotate(180deg);
    color: var(--baseColor) !important;
}

.mobileNav header {
    height: 100px;
    padding: 10px;
    background: #444B54;
}

.menu-item-has-children .openSubmenu > a {
    color: var(--baseColor) !important;
}

.desktopNav {
    height: 50px;
    line-height: 50px;
}

.desktopNav li {
    float: right;
    margin: 0 15px;
  transition: all .4s;
}

.desktopNav li:hover a {
	color: var(--baseColor);
}

.desktopNav li a {
    color: #fff;
    font-size: 13px;
  	transition: all .4s;
}

.indexSlider img {
    max-width: 100%;
}

.navCall {
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #63C259;
    border-radius: 6px;
    float: left;
    margin-top: 7px;
}

.indexSlider {
    height: 500px;
    position: relative;
    box-shadow: 0px 20px 30px #dfdfdf;
}

.sliderTextWrapper {
    position: absolute;
    height: 300px;
    top: 100px;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(58, 69, 89, 0.2);
}

.sliderTextWrapper h1 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    font-weight: 700;
}

.sliderTextWrapper p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 10px 0;
}


.singleHeader .sliderTextWrapper h1 {
    margin-top: 0;
}

.sliderTextWrapper .social {
    margin: 30px 0;
    display: flex;
    justify-content: space-evenly;
    font-size: 33px;
}

.sliderTextWrapper .social i {
    color: #fff;
}

.sliderTextWrapper form {
    display: flex;
    position: relative;
}

.sliderTextWrapper input {
    box-shadow: none;
    color: #646464;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.8;
    border: 0;
    font-family: iransans;
    border-radius: 4px;
    width: 100%;
}

.search-input {
    box-shadow: none;
    color: #646464;
    padding: 2px 12px;
    font-size: 13px;
    line-height: 1.8;
    border: 0;
    font-family: iransans;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
}

.sliderTextWrapper button {
    font-family: iransans;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0;
    position: absolute;
    left: -8px;
    height: 100%;
    padding: 0 15px;
    background-color: var(--baseColor);
    color: #fff;
    cursor: pointer;
}

.indexPlan {
    margin: 10px 0;
}

.indexPlan img {
    display: block;
    margin: 0 auto;
}

.indexPlan p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
    text-align: center;
}

.indexPlan span {
    display: block;
    color: #212121;
    line-height: 1.8;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
}

.indexTour {
    margin: 50px 0;
    background: url('IMG/abstract2.png') right 0 top 30px no-repeat;
}

.blogWrapper {
    background: url('IMG/abstract1.png') left 0 top 30px no-repeat;
      margin-top: 40px;
}

.blogWrapper .container {
    padding: 30px 20px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 60px #385da51c;
}

.dropdown {
    width: 100%;
    display: block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    color: #474747;
    text-align: right;
    font-size: 13px;
    margin: 0 auto 25px;
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}

.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: left;
    line-height: 20px
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
    background-color: #f8f8f8
}

/*.dropdown.active:hover,*/
/*.dropdown.active {*/
/*    box-shadow: 0 0 4px rgb(204, 204, 204);*/
/*    border-radius: 2px 2px 0 0;*/
/*    background-color: #f8f8f8*/
/*}*/
.dropdown.active .dropdown-menu {
    height: auto;
}

.dropdown.active .select > i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
    height: 0;
}

.dropdown-menu label {
    cursor: pointer;
    display: block;
    padding: 10px;
    transition: all .4s;
}

.dropdown-menu label:hover {
    background-color: #f0f0f0;
}

.dropdown .dropdown-menu {
    list-style: none
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

.dropdown-menu input {
    display: none;
}

h3.title {
    font-size: 19px;
    color: #393939;
    margin: 25px 0 0;
    text-align: center;
    width: 100%;
}

h3.subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #393939;
    margin: 0 0 25px;
    text-align: center;
    width: 100%;
}

.tourBox {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 10px 10px 10px 30px;
    margin-bottom: 17px;
    position: relative;
    border: 1px solid #ededf0;
    transition: all .15s ease-out;
    box-shadow: 0 3px 4.75px .25px #18171808;
}

.tourBox:after {
    content: '\f104';
    display: block;
    position: absolute;
    top: 30%;
    left: 10px;
    font-family: FontAwesome;
    color: gray;
}

.tourBox:hover {
   transform: scale(1.01);
box-shadow: 0 0 10px #18171833 !important;
}

.tourBox a {
    width: 100%;
    display: block;
}

.tourBox img {
    display: none !important;
}

.tourInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
}

.tourPrice {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tourInfo h4 {
    font-size: 12px;
    font-weight: 500;
    color: #666;
}

.tourInfo span, .tourPrice span {
    font-size: 11px;
    font-weight: 400;
    color: #666;
}

.tourPrice span:first-child {
    color: var(--baseColor);
    font-size: 13px;
    font-weight: 500;
}

.tourPrice a.linkbtn {
    border: 0;
    background-color: var(--baseColor);
    border-radius: 5px;
    color: #fff;
    font-family: iransans;
    line-height: 22px;
    font-weight: 300;
    font-size: 12px;
    width: 80px;
    text-align: center;
}

.viewAll {
    margin: 25px 0 20px 10px;
    color: #393970;
    text-align: left;
    width: 100%;
    display: block;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
}

.viewAll:before {
    content: '\f104';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
    font-family: FontAwesome;
}

.indexCountryTour img, .indexCityTour img {
    border-radius: 10px;
}


.blogWrapper a {
    display: block;
    margin: 5px 0;
}

.blogBox {
    height: 173px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #ededf0;
    transition: all .15s ease-out;
    box-shadow: 0 3px 4.75px .25px #18171808;
}

.blogBox:hover {
    transform: scale(1.02);
    box-shadow: 0 0 40px #18171833 !important;
}

.blogBox:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    transition: all .4s;
}

.blogBox:hover:after {
    background-color: rgba(0, 0, 0, .6);
}

.blogBox h5 {
    position: absolute;
    bottom: 20px;
    margin: 0 10px;
    color: #fff;
    z-index: 9;
}

.blogWrapper .viewAll {
    margin: 25px 0 20px 10px;

}

.domesticTours {
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 25%, rgba(247,247,247,1) 50%, rgba(247,247,247,1) 75%, rgba(255,255,255,1) 100%);;*/
    padding-bottom: 50px;
    margin-top: 40px;
    border: 1px solid #ededf0;
    position: relative;
}

.earthBg {
	max-width: 300px;
	height:auto;
    position: absolute;
    top: 10px;
    left: 100px;
    z-index: -1;
    -webkit-animation: earthAnimation 80s infinite linear;
}

@-webkit-keyframes earthAnimation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.subTitle {
    margin: 10px 0 15px 0;
    display: block;
    color: gray;
    text-align: center;
}

.planeBg {
    display: none;
}

footer {
    height: auto;
    background: #444B54;
    margin-top: 60px;
    box-shadow: 0 -10px 20px #dfdfdf;
    color: #fff;
    padding-top: 20px;
}

.footerBox {
    background-color: #fff;
    height: 150px;
    border-radius: 10px;
    position: relative;
    top: -75px;
    box-shadow: 0 0 40px #73717333 !important;
    z-index: 9;
    display: flex;
    align-items: center;
    transition: all .3s;
}

.footerBox:hover {
    box-shadow: 0 0 10px #73717333 !important;
    transform: scale(.97);
}

.footerBox img {
    width: 85px;
    display: block;
    margin: 0 10px;
}

.footerBox .content {
    padding: 0 10px;
}

.footerBox .content p {
    color: #074fa8;
    font-size: 17px;
}

.footerBox .content span {
    font-size: 13px;
    margin: 5px 0;
    display: block;
    color: #393939;
}

.footerTitle {
    font-size: 15px;
    font-weight: 400;
}

footer p {
    font-size: 13px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 1.8;
    text-align: justify;
}

.footerContact {
    margin: 15px 0;
}

.footerContact a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin: 20px 0;
}

.footerContact i {
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.footerSocial a {
    display: inline-block;
    margin: 0 7px;

}

.footerSocial img {
    width: 25px;
    height: 25px;
}


.shortLink ul {
    margin-top: 20px;
}

.shortLink ul li a {
    font-size: 13px;
    color: #fff;
    padding: 0 10px;
    margin: 5px 0;
    display: inline-block;
}

.singleHeader {
    height: 400px;
    box-shadow: 0px 20px 30px #dfdfdf;
}

.singleHeader .sliderTextWrapper {
    height: auto;
    background-color: #0000009c;
}

.tourWrapper {
    margin: 20px 0 40px;
    /*border: 1px solid #ededf0;*/
    padding-bottom: 40px;
}

.tourWrapper h3.title {
    margin: 20px 0 0;
}

.box {
    padding: 30px 20px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 15px 60px #385da51c;
}

.box p {
    font-size: 14px;
    margin: 0 10px 0;
    line-height: 1.8;
    color: #393939;
    font-weight: 300;
}


.box h1, .box h2 {
    color: #393939;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.singleTourBox {
    height: auto;
    min-height: 370px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 15px 60px #385da51c;
    transition: all .5s;
    margin: 20px 0;
}

.singleTourBox:hover {
    filter: saturate(1.2);
}

.singleTourBox .status {
    padding: 25px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
}

.singleTourBox .status.ok {
    background-color: #11a060;
    color: #fff;
}

.singleTourBox .status.full {
    background-color: #D71920;
    color: #fff;
}

.tourBoxBottom {
    position: absolute;
    bottom: -10px;
    background-color: #fff;
    width: 80%;
    border-radius: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 15px 15px;
    box-shadow: 0 0 40px #0003;
    transition: all .5s;
}

.singleTourBox:hover .tourBoxBottom {
    transform: scale(1.05);
    bottom: 25px;
}

.tourBoxBottom h3 {
    color: #393939;
    font-weight: 500;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.tourBoxBottom .dateDetail span {
    font-size: 13px;
    width: 100%;
    display: block;
    margin: 10px 0;
    color: #464646;
    font-weight: 300;
}

.tourBoxBottom .dateDetail span i {
    direction: ltr;
    display: inline-block;
}

.tourBoxBottom .price span {
    color: #11a060;
    text-align: center;
    display: block;
    margin: 15px 0;
    font-weight: 500;
}

.tourDesc {
    padding: 30px 20px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 15px 60px #385da51c;
}

.tourDesc p {
    font-size: 14px;
    margin: 0 10px 0;
    line-height: 1.8;
    color: #393939;
    font-weight: 300;
}

.tableHeader {
    display: none;
}

.table {
    padding: 30px 20px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 0 30px;
    box-shadow: 0 15px 60px #385da51c;
}

.table .tableBody .row {
    display: flex;
    justify-content: space-around;
}

.table .tableBody .cell:before {
    margin-bottom: 5px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    display: block;
    height: 30px;
    text-align: center;
}

.tourDetail .tableBody .cell:before {
    background-color: #109f5f;
}

.tourPriceTable .tableBody .cell:before {
    background-color: #D71920;
}

.table .cell {
    padding: 0 0 10px 0;
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    margin: 5px 0;
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
}

.tourSingle {
    margin-top: 40px;
}

.tourSingle .title {
    color: #393939;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.tourDesc h2 {
    color: #393939;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}


table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-radius: 5px;
    overflow: hidden;
}

table caption {

    margin: .5em 0 .75em;
}

table tr {
    padding: 7px;
    border-radius: 5px;
}

table th,
table td {
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: #393939;
}

table th {
    font-size: 13px;
    color: #6c6c6c;
}

.tourPriceTable table thead {
    background-color: #d71920;

}


.singleTourGallery {
    padding: 30px 20px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 15px 60px #385da51c;
    position: relative;
}

.singleTourGallery .owl-nav {
    position: absolute;
    bottom: 0;
}

.singleTourGallery .owl-next {
    margin-right: 10px;
}

.owl-prev span, .owl-next span {
    font-size: 30px;
}

.tourPriceTable table thead th {
    color: #fff;
}

.blogLanding {
    margin: 50px 0 0;
}

.linkBtn {
    width: 250px;
    height: 40px;
    line-height: 40px;
    background-color: #00A65B;
    color: #fff;
    text-align: center;
    display: block;
    margin: 50px auto !important;
    font-size: 15px;
    border-radius: 5px;
}

.blogSingle img {
    display: block;
    margin: 25px auto;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

.Contact a, .Contact p {
    font-size: 14px;
    line-height: 1.8;
    color: #393939;
    font-weight: 300;
    display: block;
    margin: 15px 0;
}

.Contact i {
    font-size: 17px;
    color: #00A75C;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.Contact .social {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.Contact .social a {
    margin: 0 10px;
}

.Contact .social i {
    font-size: 25px;
    color: #6c6c6c;
}


.contactForm input {
    width: 100%;
    border: 0;
    background-color: #ececec;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-family: iransans;
    padding: 0 10px;
    margin: 5px 0;
    font-size: 14px;
}

.contactForm textarea {
    width: 100%;
    border: 0;
    background-color: #ececec;
    border-radius: 5px;
    color: #000;
    font-family: iransans;
    padding: 10px;
    margin: 5px 0;
    font-size: 14px;
}

.contactForm button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #00A65B;
    color: #fff;
    text-align: center;
    display: block;
    margin: 20px auto !important;
    font-size: 15px;
    border-radius: 5px;
    border: 0;
    font-family: IRANSans;
}


.contactForm ul.gform_fields li.gfield {
	padding-right: 0 !important;
}


.person {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    position: relative;
    height: 160px;
    border-radius: 10px;
    margin-top: 70px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px #0000000d;
    transition: all .5s;
}

.person:hover {
    box-shadow: 0 0px 10px #0000001f;
}


.person img {
    border-radius: 50%;
    width: 150px;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all .3s;
}

.person:hover img {
    transform: scale(1.05);
    box-shadow: 0 10px 20px #00000024;
}

.person .detail {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.person .detail h3 {
    font-size: 16px;
    margin: 5px 0;
    color: #353535;
}

.person .detail p {
    font-size: 13px;
    color: #353535;
}

.pageTitle .title {
    font-size: 19px;
    color: #393939;
    font-weight: 700;
    margin: 0;
}

.pageTitle .subTitle {
    margin: 10px 0 35px 0;
    display: block;
    color: #808080;
    text-align: right;
}

.gform_body {
    text-align: center;
}

.gform_body label span {
    display: none;
}

.gform_body input {
    width: 390px !important;
    height: 30px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding-right: 10px;
    margin: 5px 0;
    font-family: IRANSans;
    font-size: 13px !important;
}

.gform_button {
    width: 390px !important;
    margin: 0 auto !important;
    text-align: center;
    display: block !important;
    height: 30px;
    background-color: #109f5f;
    color: #fff;
    box-shadow: none;
    border: 0;
    border-radius: 5px;
    font-family: IRANSans;
    font-size: 13px !important;
}

.validation_error, .validation_message {
    font-size: 13px !important;
    text-align: center !important;
    color: #d71920 !important;
    font-weight: 300 !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.gform_confirmation_message {
    color: #00a75c;
}

.gform_wrapper ul li.gfield, .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gfield_label {
    display: none !important;
}

.gform_wrapper .gform_footer {
    padding: 0 0 10px 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: unset !important;
    margin-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    box-sizing: border-box;
    padding-right: 16px !important;
}

.mypage-alo-phone {
    position: fixed;
    left: 30px;
    bottom: 0;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    border-top-color: rgba(30, 30, 30, 0.4);
    border-right-color: rgba(30, 30, 30, 0.4);
    border-bottom-color: rgba(30, 30, 30, 0.4);
    border-left-color: rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089b9;
    opacity: .5;
}

.animatedd {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.zoomIn {
    animation-name: zoomIn;
}

.animatedd.infinite {
    animation-iteration-count: infinite;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0,175,242,.5);
    opacity: .75 !important;
}
.pulse {
    animation-name: pulse;
}
.animatedd {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.animatedd.infinite {
    animation-iteration-count: infinite;
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30,30,30,.1) url('IMG/call-icon.png') no-repeat center center;
    background-color: rgba(30, 30, 30, 0.1);
    background-image: url('IMG/call-icon.png');
    background-size: auto;
    background-image: url('IMG/call-icon.png');
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #0089b9;
    background-size: 70%;
}
.tada {
    animation-name: tada;
}
.animatedd {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.searchwp-live-search-results-showing {
    min-height: 60px !important;
}

.blog-pagination {
    display: block;
    margin: 25px 0;
}

.blog-pagination a {
    text-align: left;
}

.blog_sub {
    text-align: center !important;
}

.tourDesc p {
    margin: 20px 0;
}

.post_detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post_detail li img.avatar  {
    display: inline;
    width: 35px;
    height: 35px;
    border-radius: 20%;
    margin: 0 0 0 10px;
}

.post_detail li.author {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
}

.contactForm .gform_body input {
    width: 100% !important;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin: 5px 0;
    font-size: 14px;
}

.gform_button {
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    background-color: #00A65B !important;
    color: #fff !important;
    text-align: center !important;
    display: block !important;
    margin: 20px auto !important;
    font-size: 15px !important;
    border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
    border: 0 !important;
    font-family: IRANSans !important;

}

.gform_button:hover {
cursor: pointer;
}

.search404box {
width: 100%;
height: 190px;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 0 60px #d7d7d7b3;
margin: 50px 0 30px;
}

.search404box input {
width: 100%;
height: 30px;
border-radius: 4px;
box-shadow: none;
border: 1px solid #e3e3e3;
padding-right: 8px;
margin-bottom: 10px;
}

.search404box .searchsubmit {
width: 100%;
border: 0;
background-color: var(--baseColor);
color: #fff;
cursor: pointer;
border-radius: 5px;
height: 30px;
}

.breadcrumb {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
  margin-top: 14px;
}


.breadcrumb a {
font-size: 14px;
color: #3b3b3b;
margin: 0 5px;
}

@media screen and (max-width: 768px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: 25px;
        border: 1px solid #eee;
    }

    table td {
        border-bottom: 1px solid #eee;
        display: block;
        font-size: 13px;
        text-align: left;
        color: #393939;
    }

    table td::before {
        content: attr(data-label);
        float: right;
        color: #6c6c6c;
    }

    table td:last-child {
        border-bottom: 0;
    }
  
  .domesticTours h3.title,.indexTour h3.title {
    margin: 25px 0 20px !important;
}

.domesticTours .owl-carousel,.indexTour .owl-carousel {
  margin-bottom: 15px;
}
  
  
  
  .gform_button {
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    background-color: #00A65B !important;
    color: #fff !important;
    text-align: center !important;
    display: block !important;
    margin: 20px auto !important;
    font-size: 15px !important;
    border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
    border: 0 !important;
    font-family: IRANSans !important;

}
  
  
}

@media screen and (min-width: 576px) {
    .blogBox {
        height: 252px;
    }

    .singleTourBox {
        min-height: 540px;
    }

    .table .cell {
        min-width: 240px;
    }
}

@media screen and (min-width: 768px) {
    .indexCountryTour img, .indexCityTour img {
        width: 50% !important;
        display: block;
        margin: 0 auto;
    }

    .blogBox {
        height: 340px;
    }

    .singleTourBox {
        min-height: 350px;
    }
  
  .search404box {
width: 60%;
height: 230px;
margin: 50px auto 30px;
}
  .search404box img {margin-bottom:17px;}
  
  .dropdown {width:375px;}

}

@media screen and (min-width: 992px) {
    .desktopNav .hasSubmenu,.menu-item-has-children  {
        position: relative;
        margin: 0 15px 0 30px !important;
      	transition:all .4s;
    }
  .desktopNav .hasSubmenu:hover:after {
    	color:var(--baseColor);
  }

    .desktopNav .hasSubmenu:after,.menu-item-has-children:after {
        content: '\f078';
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: -20px;
        font-size: 9px;
        color: #fff;
    }
  
  .desktopNav .level-2:after {
        content: '\f078';
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: -20px;
        font-size: 9px;
        color: #737373;
    transform: rotateZ(90deg);
    }

    .desktopNav .hasSubmenu:before,.menu-item-has-children:before {
        content: '';
        width: 50px;
        height: 40px;
        background-color: transparent;
        display: block;
        position: absolute;
        top: 30px;
        z-index: 9;
    }


    .desktopNav .sub-menu {
        visibility: hidden;
        opacity: 0;
        background-color: #fff;
        box-shadow: 0 10px 50px rgba(28, 76, 156, .15);
        position: absolute;
        width: auto;
        min-width: 180px;
        border-radius: 8px;
        top: 60px;
        right: -20px;
        padding: 10px 5px;
        transform: translateY(30px);
        transition: all .6s;
        z-index: 99;
    }
  
  .desktopNav .sub-menu .sub-menu {
  position: absolute;
top: -20px;
right: 140%;
  }
  
  .desktopNav .sub-menu .sub-menu:before {
content: '';
width: 40px;
height: 100%;
background-color: transparent;
position: absolute;
top: 0;
right: -30px;
  }
  
  .desktopNav .level-2:hover .sub-menu {
 		 visibility: visible;
        opacity: 1;
        transform: translateY(10px);
  }

    .desktopNav .hasSubmenu:hover .sub-menu,.menu-item-has-children:hover>.sub-menu {
        color: red;
        visibility: visible;
        opacity: 1;
        transform: translateY(10px);
    }


    .desktopNav .sub-menu li {
        float: none;
        height: 40px;
        line-height: 40px;
    }

    .desktopNav .sub-menu li a {
        color: #737373;
        transition: all .4s;
        width: 100%;
        display: block;
    }

    .desktopNav .sub-menu li a:hover {
        color: var(--baseColor);
    }

    .indexSlider .container, .indexSlider .row {
        height: 100%;
    }

    .sliderTextWrapper .social {
        justify-content: center;
    }

    .sliderTextWrapper .social a {
        display: inline-block;
        margin: 0 10px;
    }

    .sliderTextWrapper form {
        margin: 0 30px;
    }

    .indexPlan {
        margin: 30px 0;
    }

    .indexCityTourBox .item, .indexCountryTourBox .item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }


    .indexCountryTour img, .indexCityTour img {
        width: 100% !important;
        margin-top: 40px;
    }

    .tourBox {
        width: 48%;
        padding: 10px;
        background-color: #f6f6f6;
        margin: 4px;
    }

    .blogSingle .lastTour.aside .tourBox {
        width: 100%;
    }

    .tourBox img {
        display: block !important;
        object-position: center;
        height: 100px;
        width: 100%;
        object-fit: cover;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        margin-bottom: 8px;
    }

    .tourBox::after {
        content: none;
    }

    h3.title {
        text-align: right;
        margin: 50px 0 0;
        font-weight: 700;
    }

    .blogBox {
        height: 145px;
    }

    .blogWrapper h3.title {
        margin: 0;
    }

    .subTitle {
        text-align: right;
    }

    .indexCountryTour .owl-stage-outer,
    .indexCityTour .owl-stage-outer {
        box-shadow: 0 56px 55px #385da50f;
    }

    .blogWrapper {
        position: relative;
    }

    .blogWrapper .planeBg {
        position: absolute;
        right: 10%;
        z-index: -1;
        display: block;
    }

    .blogWrapper .planeBg:last-child {
        left: 10%;
        right: unset;
        bottom: 0px;
    }


    .singleTourBox {
        min-height: 300px;
    }

    .tableHeader {
        display: block;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .tourSingle .tableHeader {
        background-color: #00A75C;
    }

    .tableHeader .cell {
        color: #fff;
    }

    .tourPriceTable .tableHeader {
        background-color: #D71920;
    }

    .table .tableBody .cell::before {
        content: none;
    }

    .table .cell {
        min-width: 100px;
        border: 0;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        font-weight: 400;
    }

    .tableHeader .row {
        justify-content: space-around;
    }
  
  .form-submit .submit {
  width: 30%;
display: block;
  }
  
  
}


@media screen and (min-width: 1200px) {
    .blogBox {
        height: 171px;
    }

    .countryDropdown .planeBg {
        position: absolute;
        left: -140px;
        top: -15px;
        z-index: 3;
        display: block;
    }

    .singleTourBox {
        min-height: 370px;
    }
  
  
  .search404box {
width: 40%;

}
  
}

.header_search {
	margin-top: 11px;
}

.header_search input {
box-shadow: none;
    color: #646464;
    padding: 3px 12px;
    font-size: 13px;
    line-height: 1.8;
    border: 0;
    font-family: iransans;
    border-radius: 4px;
width:85%;
}

.header_search button {
    border: 0;
position: absolute;
left: 10px;
padding: 7px 12px;
background-color: var(--baseColor);
color: #fff;
cursor: pointer;
border-radius: 4px;
}

.personalemail {
width: 33px !important;
right: 10px !important;
margin: 0 !important;
}

.person:hover img.personalemail {
    transform: none !important;
    box-shadow: none !important;
}

.tourWrap3per.contactus .mapbox{
	margin-top: 0 !important;
}


input[type=tel] {
direction:ltr !important;
  text-align: right !important;
}
.search-none {
display:none;
}
.header_search.mobile_search {
position: absolute;
top: 50px;
right: 10px;
width: 95%;
z-index: 99;
background-color: #454e53;
padding: 15px;
border-radius: 5px;
}

.mob-search-icon {
font-size: 23px;
color: #fff;
position: absolute;
left: 70px;
top: 11px;
}

.commentlist .comment .comment-author  {
display: flex;
flex-direction: row;
margin: 15px 0;
align-items: center;
font-size: 14px;
color: #242424;
}

.commentlist .comment .comment-author img {
	border-radius: 10px;
margin-left: 10px;
}

.commentlist .comment .comment-author .fn a {
margin-left: 10px;
color: var(--baseColor);
}

.commentmetadata{
display:none;
}

.comment {
padding: 15px 20px;
border: 1px solid #eaeaea;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 15px 60px #385da51c;
margin: 20px 0;
}

.comment-reply-link {
color: var(--baseColor);
font-size: 14px;
}


.comment-respond {
margin: 30px 10px 10px;
}

.comment-form {
margin-top:20px;
}

.logged-in-as a {
color:var(--baseColor);
font-size: 14px;
}


.comment-form-comment textarea {
box-shadow: none;
color: #646464;
padding: 3px 12px;
font-size: 13px;
line-height: 1.8;
border: 1px solid #d2d2d2;
font-family: iransans;
border-radius: 4px;
width: 100%;
margin: 20px 0;
}

.comment-form input {
box-shadow: none;
color: #646464;
padding: 3px 12px;
font-size: 13px;
line-height: 1.8;
border: 1px solid #d2d2d2;
font-family: iransans;
border-radius: 4px;
width: 100%;
margin: 10px 0;
}

.comment-form label {
font-size:14px;
}

#wp-comment-cookies-consent {
width:unset !important;
}

.form-submit .submit {
border: 0;
padding: 7px 12px;
background-color: var(--baseColor);
color: #fff;
cursor: pointer;
border-radius: 5px;
}

.indexTour .owl-carousel,.domesticTours .owl-carousel {margin-bottom: 20px;}

.comment-form-author,.comment-form-email,.comment-form-url {
width: 25%;
float: right;
margin-left: 5%;
}

.comment-form-cookies-consent {width: 100%;
clear: both;}


.gform_body input {max-width:100%;}

.tourDesc .gform_button {width: 390px !important;}

@media screen and (min-width: 640px) {
.gform_wrapper ul.gform_fields li.gfield {padding-right:0 !important;}
}

.tour-section {margin: 20px 0 40px;}

.viewAll1 {
padding: 9px 20px;
border: 1px solid gray;
border-radius: 4px;
font-size: 14px;
margin: 20px auto 0;
transition: all .3s;
}

.viewAll1 a {transition: all .3s;color: #535353;}

.viewAll1:hover a {
color: #00a2d3;
}

.viewAll1:hover {border: 1px solid #00a2d3;}

.pack-short-desc {
padding: 30px 20px;
border: 1px solid #eaeaea;
background-color: #fff;
border-radius: 10px;
margin: 10px 0 30px;
box-shadow: 0 15px 60px #385da51c;
  font-size: 14px;
line-height: 1.8;
color: #393939;
font-weight: 300;
}

