/*
Theme Name: Karimi
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

See: https://codex.wordpress.org/Right_to_Left_Language_Support
*/

/**
 * Table of Contents:
 *
 * 1.0 - Normalize
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigations
 * 6.0 - Accessibility
 * 7.0 - Widgets
 * 8.0 - Content
 *   8.1 - Header
 *   8.2 - Posts and pages
 *   8.3 - Comments
 *   8.4 - Footer
 * 9.0 - Multisites
 * 10.0 - Media Queries
 *    10.1 - >= 710px
 *    10.2 - >= 910px
 *    10.3 - >= 985px
 *    10.4 - >= 1200px
 */


/**
 * 1.0 - Normalize
 */
 
  @font-face{
    font-family: 'shabnam';
    src:url('fonts/shabnam.eot?#') format('eot'),
        url('fonts/shabnam.woff') format('woff'),
        url('fonts/shabnam.ttf') format('truetype');
}

@font-face{
    font-family: 'vazir';
    src:url('fonts/vazir.eot?#') format('eot'),
        url('fonts/vazir.woff') format('woff'),
        url('fonts/vazir.ttf') format('truetype');
}

@font-face{
    font-family: 'yekan';
    src:url('fonts/yekan.eot?#') format('eot'),
        url('fonts/yekan.woff') format('woff'),
        url('fonts/yekan.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/eot/IRANSansWeb(FaNum)_Black.eot');
	src: url('fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/eot/IRANSansWeb(FaNum)_Light.eot');
	src: url('fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/IRANSansWeb(FaNum).eot');
	src: url('fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
    direction: rtl;
    unicode-bidi: embed;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: auto;
    margin-left: 0.4375em;
}

/**
 * 2.0 - Content
 */
#subheader h1 {float: right;margin-right: 0px;padding-right: 0px;}
#subheader .crumb {
    float: right;
}

/**
 * 2.1 - Header
 */
header .info ul.info-list li i {
    margin-right: 0px;
    margin-left: 8px;
}
header div#logo{/* float: right; */}
header nav {float: left;}
#mainmenu li{float: right;}
#mainmenu a {padding-left: 0px;padding-right: 20px;}
#mainmenu li a:after {margin-left:0px; margin-right: 20px;float:left;}
#mainmenu li li a{text-align: right;}
#menu-btn{float: left;}

 /**
 * 2.2 - Sidebar
 */

 /**
 * 2.3 - Footer
 */

 /**
 * 3.0 - Elements
 */
.project-info {text-align: right;}
.owl-carousel{direction: ltr;}
.owl-carousel .owl-item {text-align: right;}
.text-slider.owl-carousel .owl-item {text-align: center;}
.box-number .text {margin-left: 0;margin-right: 100px;}
.arrow-up:before, .arrow-down:before{margin: 0 -8px 0 0 !important;}
.post-content {direction: rtl;}
.box-icon .text {margin-left: 0px;margin-right: 80px;}
.box-icon .icon i {float: right;margin-right: 0px;margin-bottom: 0px;}
 /**
 * 4.0 - Shop
 */
 .woocommerce .star-rating{float: left;}
 .woocommerce #reviews #comments ol.commentlist li img.avatar{float: right;right: 0px;left: auto;}
 .woocommerce #reviews #comments ol.commentlist li .comment-text{margin: 0 50px 0 0;}
 caption, th, td {text-align: right;}
 .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, 
 .woocommerce-page table.cart td.actions .coupon {float: right;}
 .woocommerce .cart .button, .woocommerce .cart input.button {float: left;}
 .woocommerce ul.product_list_widget li img {float: right;margin-left: 15px;margin-right: 0;}

 /**
 * 5.0 - Blog
 */
.blog-list .post-text {padding-left: 0;padding-right: 80px;}
.blog-list .btn-more {float: left;}
.blog-list .date-box .month{letter-spacing: 0px;}
.pagination{width: 100%;}
.pagination > li {display: inline-block;}
.rev_slider_wrapper{direction: rtl;}
@media only screen and (max-width: 992px) {     
    #mainmenu a{text-align:right;padding-right: 0px;}
    #mainmenu li ul li {padding-left: 0 !important;padding-right: 40px;}
    #mainmenu li ul li a {border-left: 0px solid #333;border-right: 1px solid #333;}
} 


#mainmenu > li > ul {
    right: 0%;
	left: auto;
}

#mainmenu > li > ul > li > ul {
    right: 110%;
	left:auto;
}

#mainmenu > li > ul li:hover ul {
    right: 100%;
	left:auto;
}

#mainmenu li li {
    font-size: 12px;
}

header.smaller:not(.header-bottom) #mainmenu > li > a {
    padding-top: 25px;
}

#filters a, .filters a {
    font-size: 13px;
    letter-spacing: 0px;
}


@media only screen and (max-width: 992px) {
header #mainmenu li span {
    right: auto;
	left:0px;
	margin-top:0px;
}
}
a.btn-big:after {
    content: "\f053";
    margin-right: 20px;
}
.side-bg .image-container {
    left: 0;
	right:auto;
}
.right0 {
    right: 0px !important;
}
.blog-list h3 {
    font-size: 16px;
}
.de_testi blockquote, .de_testi blockquote p {
    font-size: 14px;
}
.button.btn.btn-line {
    letter-spacing: 0px;
}
.btn-line:after, a.btn-line:after {
    content: "\f053";
    margin-right: 10px;
}
.woocommerce div.product .product_title {
    text-align: right;
	font-size:19px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    DIRECTION: ltr;
}

.logged-in.admin-bar header {
    z-index: 7;
}
.pricing-s1 .bottom ul {
    text-align: center;
}
.pricing-s1 .bottom i {
    margin-left: 10px;
    float: none;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    text-align: right;
}
.wpcf7 textarea {
    text-align: right;
}
.share-holder {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}
.post-info {
    margin: 80px 0 0px 40px;
}
.avatar {
    float: right;
}

.comment-content {
    margin-left: 0px;
	margin-right: 87px;
}
.post-content-comment .date {
    margin-left: 0px;
	margin-right: 87px;
}
.post-info span i {
    padding-left: 10px;
}
.post-info > span {
    margin-right: 0px;
}
#search {
    float: right;
}
#search {
    padding: 4px 10px 4px 0px;
}
.typing-wrap {
    font-size: 24px;
    margin: 0;
    line-height: 30px;
}
.mainmenu li li a {
    line-height: 1;
    font-size: 13px;
    text-align: right;
}

.blog-list .date-box .day {
    padding-top: 35px;
}

.page-numbers li {
    float: right;
}

.date .c_reply a {
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid 1px #ddd;
    padding-left: 0px;
    margin-left: 0px;
    border-left: solid 0px #ddd;
	
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 select.wpcf7-select {
    direction: rtl;
}
#back-to-top {
    right: auto !important;
	left:40px !important
}
@media only screen and (min-width: 992px) {     


#mainmenu > li li.menu-item-has-children > a:before {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 1px 0;
    font-size: 16px;
    font-family: FontAwesome;
    content: "\f104";
}
}

.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
    float: right;
}
.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
    float: left;
}

.navigation.comment-navigation .nav-next, .nav-links .nav-next {
    float: right;
    width: 49%;
}
.nav-links .nav-previous {
    float: left;
    width: 49%;
}
.woocommerce.single span.onsale {
    right: 8px;
    left: auto;
}
.woocommerce span.onsale {
    right: 25px;
	left:auto;
}
#subheader .title-wrap {
    float: right;
}


#de-sidebar .mainmenu li ul {
    right: 100%;
    left: auto;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #428bca;
}


@media (min-width: 992px) {
  body.de-navbar-left .main-wrap.col-md-1, body.de-navbar-left .main-wrap.col-md-2, body.de-navbar-left .main-wrap.col-md-3, body.de-navbar-left .main-wrap.col-md-4, body.de-navbar-left .main-wrap.col-md-5, body.de-navbar-left .main-wrap.col-md-6, body.de-navbar-left .main-wrap.col-md-7, body.de-navbar-left .main-wrap.col-md-8, body.de-navbar-left .main-wrap.col-md-9, body.de-navbar-left .main-wrap.col-md-10, body.de-navbar-left .main-wrap.col-md-11, body.de-navbar-left .main-wrap.col-md-12 {
    float: right;
  }
  
  body.de-navbar-left .main-wrap.col-md-offset-3 {
    margin-right: 25%;
	margin-left: unset;
}
 
}

@media only screen and (max-width: 480px) {
.blog-list .post-text {
    padding-right: 0px;
}
}

.blog-list li.single {
    line-height: 2em;
}

header .info ul.info-list li, #subheader h1 {
	letter-spacing: 0;
}




@media only screen and (max-width: 780px) {

    header {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    background: #fffffff0;
}


div#logo img {
    width: 60px;
    height: 60px;
}

.search-bar {
    height: 60px;
    padding-right: 0;
}

.menu-bar {
    height: 60px;
}

.intro_txt h1 {
    font-size: 5rem;
    text-shadow: none !important;
}

.intro_title {
    padding: 0 2rem;
}

.intro_txt h1:nth-child(2) {
    font-size: 5.2rem !important;
}

.intro_txt p {
    width: 70%;
    text-align: justify;
    margin: 7rem auto !important;
}

.intro_txt p:after {
    font-size: 2rem;
    right: -40px;
    width: 30px;
    height: 30px;
    background-size: cover;
    bottom: 0;
}

.intro_txt p:before {
    font-size: 2rem;
    left: -40px;
    width: 30px;
    height: 30px;
    background-size: cover;
    top: 5px;
}

.intro_txt {
    height: 85vh;
    padding-top: 5rem;
    max-height: 100vh !important;
}

section.intro-top {
    height: 100vh !important;
    padding-top: 60px;
    padding-bottom: 30px;
}

.mouseClick {
    margin-bottom: 0 !important;
}

.intro_txt h2 {
    margin: 1rem 0;
    font-size: 17.5px !important;
}


.bio-text__box .wpb_wrapper {
    width: 100%;
}

.home-item .vc_column-inner:first-child {
    margin: 0 auto;
    width: 100%;
}

button.videoPlayPause {
    top: 15%;
}

.travel-top {
    padding-top: 0;
}

.travel-top .wpb_wrapper {
    width: 100%;
    margin: 0;
}

#map_canvas_1 {
    width: 100% !important;
    height: 270px !important;
}

#map_canvas_1 div {
    width: 100% !important;
}

.last-gallery .owl-item img {
    height: 230px;
}

.last-gallery .owl-buttons {
    top: 35%;
}

.last-gallery {
    height: auto;
}

.my-hobbie {
    margin: 0;
}

.hob-note__title {
    margin-left: 0 !important;
    text-align: center;
    margin-top: -2rem !important;
    margin-bottom: 0 !important;
    text-shadow: 0 0 5px #fff;
    margin-right: 0 !important;
}

.hob-note__txt {
    padding: 0 !important;
}

.hob-note__txt:before {
    display: none;
}

.hob-note__txt p:last-child {
    text-align: center;
}

.my-notes .vc_column_container .hob-note__title {
    margin: -2rem 0  15px !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

div#media_image-4 {
    text-align: center;
}

.foot-mail {
    align-items: center;
    justify-content: center;
}

.my-notes .row {
    display: flex;
    flex-flow: column-reverse;
}

.hob-note__title p:last-child {
    font-size: 3rem !important;
    text-align: center !important;
}

.hob-note__title p {
    display: inline-block;
    font-size: 3rem !important;
    text-align: center !important;
}
.iwm_map_canvas {
    height: 355px;
}

.sky-bg.vc_custom_1604085543470 {
    height: 200px;
    background: url(/wp-content/uploads/2020/11/sky-bg3.jpg) !important;
}
.main-footer {
    padding-bottom: 0 !important;
}

a#back-to-top.show {
    right: 15px;
}

a#back-to-top {
    bottom: 15px;
}

ul#breadcrumbs {
    display: inline-block;
    width: 100%;
}

ul#breadcrumbs li {
    float: left;
}

.title-wrap h1 {
    font-size: 25px;
    font-weight: bold;
}

.row.singleWrapper .post-image {
    height: auto !important;
    max-height: 250px;
}


.lang-bar {
    margin-left: 0;
}
.blog-wrapper ul.blog-list li .post-image {
    height: 250px;
}
.vc_custom_1605898704745 {
    margin-top: 15px !important;
}

.vc_custom_1605898704745 .row {
    display: flex;
    flex-flow: column-reverse;
}

.country_single .row {
    margin-right: 0;
    margin-left: 0;
}

.countThumb {
    text-align: center;
}
.galleryThumbArch {
    height: 230px;
}
}


@media  screen and  (max-width: 2000px)  {

@media  screen and  (max-height: 800px)  {

    .intro_title {
        padding: 14rem 0 0 0;
    }
    
    .mouseClick {
        margin-bottom: 15px !important;
    }
    
    .bio-text__box p {
        font-size: 20px;
        margin: 5rem 0 5rem;
    }
    
    .bio-text__box h2 {
        line-height: 1.5;
        font-size: 5.5rem;
    }
    
    .about-video {
        max-height: 500px;
    }
    
    .home-item .vc_column-inner {
        max-width: 100%;
    }
    
    .hob-note__title {
        margin-top: 25px;
        margin-bottom: 10px;
        margin-right: -14rem;
        margin-left: 0 !important;
        position: relative;
        z-index: 1;
    }
    
    .hob-note__title p {
        font-size: 4rem;
    }
    
    .hob-note__title p:last-child {
        font-size: 4rem;
    }
    
    .my-notes .hob-note__title {
        margin-top: 2rem;
    }

.intro_txt h1 {
    font-size: 6rem;
}

.intro_txt h1:nth-child(2) {
    font-size: 6.5rem !important;
}

.intro_txt p {
    margin-top: 5rem;
    font-size: 19px;
}
.intro_txt h2 {
    font-size: 18px;
}

header {
    padding: 20px 0;
}

}

}


@media  screen and  (max-width: 500px)  {
    header {
        padding: 10px 0;
        height: 80px;
    }
    
    .bio-text__box h2 {
        font-size: 4rem !important;
        line-height: 1;
    }
    
    .bio-text__box p {
        font-size: 18px;
        line-height: 1.8;
    }
    
    header div#logo {
        height: 60px;
    }
    
    .travel-top {
        padding-top: 3rem;
    }
    
    .travel-top p {
        font-size: 17px !important;
        line-height: 1.7;
        padding: 0 5px;
    }
    
    .row.foot-social {
        flex-flow: column;
        align-items: center;
        justify-content: center !important;
    }
    
    .foot-social {
        justify-content: center;
    }
    
    .foot-social ul {
        width: 65%;
        margin-top: 10px;
    }
    
    .main-footer .gform_widget h3 {
        text-align: center;
    }
    
    .foot-copy p {text-align: center;}
    
    .intro_title {
        padding-top: 10rem !important;
    }
    span.h-menu__line {
    position: relative;
    margin: 3px 0 !important;
}

span.h-menu__line:nth-child(3) {
    margin-top: 10px !important;
}

.h-menu {
    height: 25px !important;
}

span.h-menu__line:nth-child(1) {
    margin: 0 !important;
}

span.h-menu__line:nth-child(3) {
    margin: 0 !important;
}

.main-footer .row {
    width: 100% !important;
    display: flex;
    flex-flow: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

}



@media  screen and  (max-width: 750px)  {

    @media  screen and  (max-height: 470px)  {
        .intro_title {
            padding: 3rem 0 0 0;
        }
        
        header div#logo {
            height: 60px;
        }
        
        .intro_txt h1 {
            font-size: 45px !important;
        }
        
        .intro_txt h1:nth-child(2) {
            font-size: 47px !important;
        }
        
        .intro_txt h2 {
            font-size: 13.5px !important;
        }
        
        .intro_txt p {
            margin: 15px auto !important;
            width: 370px;
            font-size: 15px;
        }
        
        header {
            padding: 5px 0;
        }
        
        .bio-text__box p {
            font-size: 15px;
            line-height: 1.5;
            margin: 30px 0;
        }
        
        .bio-text__box h2 {
            margin: 0;
            font-size: 40px;
        }
        
        .home-item {
            width: 50% !important;
            display: inline-block;
            margin: 0 auto;
        }
        
        .travel-top p {
            font-size: 15px;
            line-height: 1.5;
        }
        
        .travel-top .wpb_wrapper h2 {
            margin-bottom: 2rem;
            margin-top: 5rem;
        }
        
        .my-hobbie .vc_single_image-wrapper img , .my-notes .vc_single_image-wrapper img {
            max-width: 380px;
            margin: 0 auto;
        }
        
        .my-hobbie .wpb_single_image.vc_align_left , 
        .my-notes .wpb_single_image.vc_align_left{
            text-align: center;
        }
        
        div#media_image-4 {
            text-align: right;
        }
        
        .foot-social ul {
            width: 75%;
        }
        
        .foot-mail {
            justify-content: left;
        }
        
        

    }
}


@media screen and (max-width: 800px) and (min-width: 700px) {
    .home-item {
    width: 50% !important;
    float: left;
}

.home-item .vc_column-inner:first-child {
    width: 100%;
}

.home-item:last-child {
    width: 100% !important;
}

.hob-note__title {
    font-size: 5rem !important;
    margin-top: 0;
    margin-bottom: 0;
}

.hob-note__title p {
    font-size: 4rem;
    display: inline-block;
}

.hob-note__title p:last-child {
    font-size: 4rem;
    display: inline-block !important;
}

.hob-note__title {margin-top: 5px !important;}

.row.foot-social {
    flex-flow: column;
}

.foot-mail {
    justify-content: flex-end;
}

.foot-social ul {
    width: 68%;
    margin-top: 20px;
}

}

@media screen and (max-width: 350px) {
    .intro_txt h1:nth-child(2) {
    font-size: 5.5rem !important;
}

.intro_txt h1 {
    font-size: 5.2rem;
}

.intro_title {
    padding-top: 4rem !important;
}

.intro_txt p {
    width: 65%;
    text-align: justify;
    margin: 6rem auto !important;
    font-size: 15px;
}
}


.intro_txt h1 {
    font-family: inherit;
}

.travel-top p {
    direction: rtl !important;
    font-size: 17px !important;
}

.hob-note__txt p {
    direction: rtl !important;
}

.hob-note__txt {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.hob-note__txt:before {
    left: auto;
    right: -5rem;
    z-index: 1;
    transform: rotate(180deg);
}

.my-notes .hob-note__title {
    margin-left: -20rem !important;
    margin-right: auto !important;
    text-align: left;
}

.my-notes .hob-note__txt:before {
    left: -5rem;
    right: auto;
    transform: rotate(0);
}

.my-hobbie .hob-note__txt {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.main-footer .row {
    display: flex;
}

.main-footer .gform_widget .ginput_container.ginput_container_textarea:after {
    right: 0;
    right: 0;
}

header .container .row {
    display: flex;
}


#subheader .crumb li:after {
    margin-right: 5px;
    margin-left: 0px !important;
    color: #000;
}

#map_canvas_2 text {
    font-family: iranSans !important;
}

.travel-top a {
    float: left;
}



.intro_txt h1 {
    letter-spacing: normal !important;
}

.intro_txt h2 {
    margin-top: 30px !important;
    font-size: 15px !important;
}
