@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');


html *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a:hover {text-decoration:none;color:#0b78cc;}
img {max-width:100%;}

body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background: #151a1a;
    z-index: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color:#333;
    line-height:26px;
    height:100%;
    font-weight:500;
    overflow-x:hidden;
}

.container {max-width:98%;}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.site-header {background:#000 url(../images/header-bg.png) no-repeat 100% 50%;}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu > li {margin-left:50px;position:relative;}
.main-menu > li > a {display:inline-block;color:#fff;font-size:15px;font-weight:700;height:80px;line-height:80px;transition:color .2s ease-in-out;white-space:nowrap;}

.main-menu > li:hover > a,
.main-menu > li > a:hover {color:#ffcc00;text-decoration:underline;}

.box-shadow {box-shadow:0 0 20px rgba(0,0,0,.2);}

.dropdown_menu, .mega_dropdown_menu {
    position:absolute;
    left:-20px;
    width:0;
    max-height:0;
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    box-shadow:0 0 0.75rem 0 rgba(0,0,0,.3);
    transition: margin-left 0s .15s,max-height 0s .15s,opacity .15s linear,visibility 0s .15s,width 0s .15s,z-index 0s .15s;
    z-index:10;
    margin: -.25rem 0 0;
}


.dropdown_inner {
    background:#fff;
    padding:10px 20px;
    position:relative;
    box-shadow:0 0 0.75rem 0 rgba(0,0,0,.3);
    border-top:5px solid #ffcc00;
    border-radius:1px;
}



.dropdown_menu ul {margin:0;padding:0 0;list-style-type:none;}

.dropdown_menu ul > li > a {display:block;padding:10px 0 8px 10px;border-bottom:1px solid #f3f3f3;color:#000;position:relative;font-size:15px;font-weight:400;transition:padding-left .2s, color .2s;position:relative;}
.dropdown_menu ul > li > a:before {content:'\f105';font-family:'FontAwesome';left:0px;position:absolute;opacity:0;transition:all .2s ease-in-out;color:#999;}
.dropdown_menu ul > li > a:hover:before {opacity:1;left:5px;}

.dropdown_menu ul > li:last-child > a {border-bottom:0;}
.dropdown_menu ul > li > a:hover {color:#000;padding-left:20px;}


.bread_crumb_area {border-bottom:1px solid #eee;}
.bread_crumb {margin:10px 0;font-size:15px;color:#888;}
.bread_crumb a {margin-right:10px;color:#888;transition:color .3s ease-in-out;font-size:14px;}
.bread_crumb a:hover {color:#000;}
.bread_crumb li:not(:last-child) a:after {content:'\f105';font-family:'FontAwesome';margin-left:12px;color:#ccc;}


.main-menu>li:hover .dropdown_menu {
    opacity:1;
    top: calc(100%);
    visibility: visible;
    width:300px;
    max-height:100rem;
    background:red;
    margin-left: 50%;
    transition:width .2s ease-in-out,max-height .3s cubic-bezier(1,0,1,1),margin-left .2s ease-in-out;
    margin-left:-100px;
}

@keyframes grtd_animation {
    40%  {transform:translateY(-100%);}
    80%  {color:red}
    100% {color: green;transform:translateY(-100%);}
}

.grtd_c {overflow:hidden;height:20px;}

.grtd {
    position: relative;
    display: block;
    animation-name: grtd_animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-weight: 600;
}

.grtd:after {
    content: attr(data-txt);
    position: absolute;
    top: 100%;
    left: 0;
}

.site-header img {
    height: 60px;
    width: 50px;
}

.site-footer img {
    height: 70px;
    width: 60px;
}

.site-footer .mb-5 {
    margin-bottom: 1rem !important;
}

.site-footer .pr-5 {
    padding-right: 4rem !important;
}

.site-header .pl-5 {
    padding-left: 1rem !important;
}

.footer-txt {
    color: #fff;
}

.logo-txt{
    text-align: right;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


.topbar-blogs {
    border-left: 1px solid rgba(255,255,255,0.6);
    padding-left: 20px;
}

#topbar {
    height: 38px;
    line-height: 40px;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

#topbar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#topbar ul li {
    display: inline-block;
    color: rgba(255,255,255,0.6);
}

#topbar ul li a {
    color: rgba(255,255,255,0.6);
    font-size: 16px;
}

.top_contact li {
    margin-right: 20px;
}

#logo h2, #logo h3 {margin:0;padding:0;}
#logo h2 {
    font-size:18px;font-weight:500;color:#fff;color:rgba(255,255,255,0.9);margin:0px;

}
#logo h3 {
    font-size:15px;font-weight:500;color:#fff;margin: 4px 0px;

}

#logo h5 {
    font-size:12px;font-weight:500;color:rgb(255 203 3); 
}

.top_menu li {
    margin-right: 20px;
    font-size: 18px;
}

.top_menu li:last-child {
    margin-right: 0;
}

.fa-phone:before {
    content: "\f095";
}

.fa-whatsapp:before {
    content: "\f232";
    color: #25d366;
}

.fa-tripadvisor:before {
    content: "\f262";
    color: #589442;
} 

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before{
    content: "\f16d";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-youtube:before {
    content: "\f167";
}

.border-bottom i {
    font-size: 12px;
    margin-right: 7px;
}

.footer-contact-padding {
    padding-left: 20px;
}

.price-border {
    background-color: #fc0;
    border-radius: 5px;
    color: #000 !important;
    padding: 5px 10px;
}

.price-list {
    padding: 0px 10px;
    font-weight: 600;
}

.price-list li {
    margin-bottom: 10px;
}

.price-text {
    font-size: 16px;
}

.itinerary-expand {
    background-color: #fc0;
    border-radius: 5px;
    color: #000 !important;
    padding: 5px 10px;
}

.tour-date-list{
    background-color: #fff;
    padding: 0px 10px 0px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.tour-date-list ul {
    margin: 0 !important;
    padding: 0 10px;
}

.price-section ul {
    margin: 0 !important;
}

.price-section ul li:first-child {
    margin-top: 5px !important;
}
.price-section ul li:last-child {
    margin-bottom: 5px !important;
}

.tour-date-list li {
    position: relative;
    margin-bottom: 10px;
}

.tour-date-list li:first-child{margin-top: 5px;}
.tour-date-list li:last-child{margin-bottom: 5px;}

.btn-main {
    background-color: #fc0;
    border-color: 1px solid #fc0;
    color: #000;
    font-size: 17px;
}

.btn-main:hover {
    background-color: #000;
    color: #fff;
}

.additional-options {
    margin: 0 !important;
}

.additional-options li .option-status {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #000;
    font-weight: 600;
}

.tourdtl-bg-image {
    background: url(../images/sug-zurag-1.png) no-repeat center top;
}

.tourdtl-bg-image::before {
    position: absolute;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.0),rgba(0, 0, 0, 1));
    bottom: 0;
    left: 0;
    height: 500px;
}

.tourdtl-name {
    position: absolute;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0),rgba(0, 0, 0, 7));
    bottom: 0;
    left: 0;
    height: 180px;
    padding-top: 60px;
}

.tourdtl-header-text {
    padding-top: 10px !important;
    float: left;
    padding-left: 35px !important;
}

.tourdtl-header-text p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.tourdtl-header-text h1 {
    margin-top: 0px !important;
    color: #fff;
}

.tourdtl-header-text h2 {
    margin-top: 0px !important;
    font-weight: bold;
    color: #fff;
    font-size: 26px;
}

.tourdtl-header-icon {
    float: right ;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 550;
    padding-top: 10px;
}

.tourdtl-header-icon li {
    display: inline-block;
    margin-left: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.tourdtl-header-icon li i {
    display: block;
    text-align: center;
    font-size: x-large;
    margin-bottom: 5px;
}

.tourdtl-header-icon li i img{
    display: block;
    width: 35px;
    height: 35px;
}

.tourdtl-header-text {
    padding-top: 8px !important;
    float: left;
    padding-left: 35px !important;
}

.tourdtl-header-text p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
     
}

.tourdtl-header-text h1 {
    margin-top: 0px !important;
    color: #fff !important;
    font-size: 32px !important;
    margin-bottom: 8px !important;
}

.tourdtl-header-text h2 {
    margin-top: 0px !important;
    font-weight: 500;
    color: #fff;
    font-size: 21px;
    font-style: italic;
}

.tourdtl-header-icon {
    float: right ;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 550;
    padding-top: 10px;
}

.tourdtl-header-icon li span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.tourdtl-header-icon li span i{
    font-size: 18px;
}


.tourdtl-header-icon li {
    display: inline-block;
    margin-left: 15px;
    color: #fff;
    letter-spacing: 1px;
}

.tourdtl-header-icon li i {
    display: block;
}

.tourdtl-header-icon li i img{
    display: block;
    width: 35px;
    height: 35px;
}




.tourdtl-picture {
    margin-top: -31px;
    margin-bottom: 50px;
    position: relative;
}

.tourdtl-picture img {
    height: 500px;
}

.tourdtl-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
}

.tourdtl-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
}

.tourdtl-gallery img {
    width: 100%;
    transform: rotate(0deg) scale(1);
    transition: all 0.3s ease;
}

.tourdtl-gallery img:hover {
    transform: rotate(-4deg) scale(1.15);
}

.tourdtl-tab {
    margin-top: 50px;
}

.tourdtl-tab button:hover {
    cursor: pointer;
}

.tourdtl-tab .tab-content>.tab-pane {
    display: none;
}

.tourdtl-tab .tab-content>.active {
    display: block;
    border: 1px solid #dee2e6;
    border-top: none;
}

.nav-tabs .nav-link {
    width: 50%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #fc0;
    color: #000;
}

button:focus {
    outline: 0px !important;
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.tab-content .text-area {
    padding: 30px !important;
}

/* mobile menu */
.mobile-menu-icon {
    width: 24px;
    height: 20px;
    position: relative;
    cursor: pointer;
    opacity: 0.95;
}
.mobile-menu-icon:hover {
    opacity: 1;
}

.mobile-menu-icon i {
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 8px;
}
.mobile-menu-icon i:after,
.mobile-menu-icon i:before {
    content: "";
    height: 3px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
}
.mobile-menu-icon i:after {
    bottom: -7px;
}
.mobile-menu-icon i:before {
    top: -7px;
}

.mobile-menu-icon:hover i:after {
    bottom: -8px;
}
.mobile-menu-icon:hover i:before {
    top: -8px;
}
.site_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999;
    opacity: 0.5;
    display: none;
}
.section-banner {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 0;
}

.bg-grey {background-color:#fbfbfb;}
.bg-yellow {background-color:#ffcc00;}
.bg-dark {background-color:#000!important;}

.section-bg-cover {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 50%;
}

.section-tour-list-header {
    height:300px;
    position:relative;
}
.section-tour-list-title {
    position:absolute;bottom:0;width:100%;
    background-color:rgba(0,0,0,0.64);
    color:#fff;
}
.contact-icon {display:inline-block;background-color:#fc0;color:#000;width:60px;height:60px;margin-bottom:20px;font-size:30px;}

.side_menu_header {padding:30px;border-bottom:1px solid rgba(255,255,255,0.1);}
.side_menu_header h5 {font-weight:700;margin:0;font-size:16px;color:#fff;}
.side_menu_header .hide_mobile_menu {color:#666;display:inline-block;}

.side_menu_search {}
.side_menu_search input[type="text"] {width:100%;border:1px solid rgba(255,255,255,0.4);padding:5px 10px;}

.side_menu_block {padding:30px;border-bottom:1px solid rgba(255,255,255,0.1);}

.push-nav-wrap {position:absolute;top:0;bottom:0;left:0;right:0;overflow-y:auto;}

.push-nav {
    line-height:24px;
    background:#191919;
    position:fixed;
    width:320px;
    max-width:90%;
    height:100%;

    box-shadow:none;

    -ms-transform:translateX(100%);
    -webkit-transform:translateX(100%);
    transform:translateX(100%);

    top:0;
    right:0;
    z-index:10000;

    -webkit-transition: transform 0.3s ease, box-shadow 0.3s;
    -moz-transition: transform 0.3s ease, box-shadow 0.3s;
    -o-transition: transform 0.3s ease, box-shadow 0.3s;
    transition: transform 0.3s ease, box-shadow 0.3s;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile_nav_visible .push-nav {

    -ms-transform:translateX(0);
    -webkit-transform:translateX(0);
    transform:translateX(0);
}


.push_nav_menu > ul {list-style-type:none;padding:0 0;margin:0;}
.push_nav_menu > ul > li:not(:last-child) {}
.push_nav_menu > ul > li > a {
    font-size:16px;
    color:#fff;
    display:block;
    padding:10px 0;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    position: relative;
    padding-right:30px;

    font-weight: 500;
}



.push_nav_menu > ul > li > a:hover {color:#fff;}
.push_nav_menu > ul > li > a:hover,
.push_nav_menu > ul > li > a:link,
.push_nav_menu > ul > li > a:active {
    text-decoration:none!important;
}

.push_nav_menu > ul > li > a.open {color:#ffcc00!important;}

.push_nav_menu > ul > li.has-sub-menu > a:after {
    right:0;
    position:absolute;
    color:#fff;
    opacity:0.5;
    font-size:15px;
    content: "\f3d3";
    font-family: "Ionicons";
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}
.push_nav_menu > ul > li.has-sub-menu > a.open:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/** Mobile menu LEVEL - 2 **/
.push_nav_menu > ul ul {list-style-type:none;padding:0 0 0 20px;margin:0;display:none;}
.push_nav_menu > ul ul li {padding:5px 0;}
.push_nav_menu > ul ul a {display:block;color:#999;font-size:14px;font-weight:500;}
.push_nav_menu > ul ul a:hover {color:#444;}

.section-banner {min-height:500px;position:relative;background-position:top center;background-repeat:no-repeat;background-size:cover;}

.home-content {padding-top:200px;color:#000;}
.home-content h1 {font-size:40px;font-weight:700;margin:0 0 10px 0;letter-spacing:-1px;padding-top: 30px; padding-bottom: 10px;}
.home-content p {font-size:18px;font-weight:500;margin:0;padding-bottom: 30px; }
.home-content .buttons {margin-top:40px;}

.booking-section {
    padding: 30px 0;
}

.booking-step {
    margin: 40px 0;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.gallery-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.gallery-item {
    min-width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.gallery-item img {
    width: 100%;
    display: block
}

.gallery-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}
.custom-gallery {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.gallery-prev, .gallery-next {
    background-color: rgba(0, 125, 254, 0.7);
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-slider-text {
    background-color: rgba(255, 255, 255, 0.28);
    border-radius: 3px;
    padding: 20px 0px 5px
}

.slider-btn {
    background-color: #fc0;
    border-radius: 0 12px 0 12px;
    color: #000;
    padding: 10px;
}

.slider-btn:hover {
    background-color: #000;
    color: #fff;
}


.banner-slide {
    position:relative;
    color:#fff;
    z-index:2;
}

.banner-slide  .slide-item {
    position: relative;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.banner-slide, .banner-slide .slide-item {
    height:calc(100vh - 159px);
    height:600px;
}

.banner-slide .slide-item .anim {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition:0.65s;
    -o-transition:0.65s;
    transition:0.65s    
}

.banner-slide .slide-item .anim a
{
    margin-bottom: 20px;
}

.banner-slide .active .slide-item .anim {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.banner-slide.owl-carousel .owl-nav button.owl-prev,
.banner-slide.owl-carousel .owl-nav button.owl-next {
    position:absolute;
    top:50%;
    z-index:10;
    background-color:rgba(255,255,255,0.2);
    width:60px;
    height:60px;
    margin-top:-30px;
    margin:0;
    border-radius:0;
    font-size:30px;
    transition:background-color 0.3s ease;
}
.banner-slide.owl-carousel .owl-nav button.owl-prev:hover,
.banner-slide.owl-carousel .owl-nav button.owl-next:hover {
    background-color:#ffcc00;
}


.banner-slide.owl-carousel .owl-nav button.owl-prev {
    left:0;
}
.banner-slide.owl-carousel .owl-nav button.owl-next {
    right:0;
}

.tour-gallery {position:relative;}

.tour-gallery.owl-carousel .owl-nav button.owl-prev,
.tour-gallery.owl-carousel .owl-nav button.owl-next {
    position:absolute;
    top:50%;
    z-index:10;
    background-color:rgba(255,255,255,0.45);
    width:40px;
    height:40px;
    margin-top:-20px;
    margin:0;
    border-radius:0;
    font-size:30px;
    transition:background-color 0.3s ease;
}
.tour-gallery.owl-carousel .owl-nav button.owl-prev:hover,
.tour-gallery.owl-carousel .owl-nav button.owl-next:hover {
    background-color:#ffcc00;
}


.tour-gallery.owl-carousel .owl-nav button.owl-prev {
    left:0;
}
.tour-gallery.owl-carousel .owl-nav button.owl-next {
    right:0;
}

@media (max-width: 767px) {
    .home-content {padding-top:50px;}

    .banner-slide, .banner-slide .slide-item {
        height: 500px!important;
        min-height: 500px!important;
    }
}

.z-index-2 {z-index:2;}
.overflow-hidden {overflow:hidden;}

.circle {border-radius:50%;}

.letter-spacing--1 {letter-spacing:-1px;}


.line-height-24 {line-height:24px;}

.line-height-26 {line-height:26px;}
.line-height-28 {line-height:28px;}
.line-height-30 {line-height:30px;}

.text-lead {line-height:30px;}

.text-dark {color:#000!important;}
.text-yellow {color:#fc0!important;}
.text-red {color:#fc0!important;}

.text-grey {color:#808080!important;}
.text-green {color:#049004!important;}

.btn-yellow {background:#ffcc00;border-color:#ffcc00;color:#000;font-size:15px;}
.btn-yellow:hover {background:#ffd83d;border-color:#ffd83d;color:#000;}


.tab-1 > li:not(:last-child) {margin-right:1px;}
.tab-1 > li > a {color:rgba(0,0,0,0.65);font-weight:700;font-size:15px;position:relative;/*transform:rotate(-4deg)*/;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.1);letter-spacing:1px;padding:30px 30px;}

.tab-1 > li > a:after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;}
.tab-1 > li > a.active {background-color:#ffcc00;color:#000;border-radius:5px;border-bottom-color:#ffcc00;}

.opacity-30 {opacity:0.3;}
.opacity-40 {opacity:0.4;}

.opacity-80 {opacity:0.8;}
.hover-opacity-100:hover {opacity:1!important;}

.hover-underline:hover {text-decoration:underline;}

.hover-box-shadow {transition: box-shadow 0.25s ease-in-out;}
.hover-box-shadow:hover {box-shadow: 0 0 35px rgba(0,0,0,0.15);position:relative;z-index:1;}


.hover-bg-yellow {transition: background-color 0.4s ease;}
.hover-bg-yellow:hover {background-color:#ffe683;}


.btn-success {
    color: #fff;
    background-color:#151a1a !important;
    border-color:#151a1a !important;
}

.btn-success:hover {
    background-color:#fc0!important;
    border-color:#fc0!important;
    color: #000 !important;
}

.btn-group-lg>.btn, .btn-lg { 
    padding: .7rem 1rem;
    font-size:18px;
    font-weight:600;
}
.grid-container {max-width:650px;margin-left:auto;margin-right:auto;}

.font-bold {font-weight:700!important;}
.font-semibold {font-weight:600!important;}
.font-normal {font-weight:400!important;}

.text-small {font-size:12px;}

.font-size-14 {font-size:14px!important;}
.font-size-15 {font-size:15px!important;}
.font-size-16 {font-size:16px!important;}
.font-size-18 {font-size:18px!important;}
.font-size-20 {font-size:20px!important;}
.font-size-24 {font-size:24px!important;}
.font-size-30 {font-size:30px!important;}
.font-size-36 {font-size:36px!important;}
.font-size-48 {font-size:48px!important;}

.cursor-pointer {cursor:pointer;}

.border-top-none {border-top:0 none!important;}

.collapse-head {cursor:pointer;position:relative;}
.collapse-head:after {content:'\f0d7';font-family:'FontAwesome';position:absolute;right:10px;opacity:0.5;transition:transform 0.3s ease-in-out;font-size:20px;top:50%;transform:translateY(-50%);}

.list-check-circle > li {position:relative;padding-left:30px;}
.list-check-circle > li:not(:last-child) {margin-bottom:5px;}
.list-check-circle.red > li:before {color:#000;}
.list-check-circle > li:before {content:'\f05d';font-family:'FontAwesome';position:absolute;left:0;top:1px; font-size: 18px;}

main {padding:30px 0;}

.section-banner h3 {font-size:24px;font-weight:600;letter-spacing:-1px;}
.section-banner p {font-size:16px;}

.section-title h1 {color:#000; font-size: 28px}

.section-home {padding:60px 0;}

@media(min-width:768px) {

    .section-bg-image {background:url(../images/sug-zurag-1.png) no-repeat center top;padding-top:40px;}
    .section-welcome {padding-top:70px;}


    .section-tours {background:url(../images/sug-zurag-2.png) no-repeat center top;}
}

.section-grey {background-color:#f7f7f7;}

.section-title h3 {color:#000;font-size:24px;font-weight:600;letter-spacing:-0.5px;}


@media(min-width:992px) {
    .section-banner h1 {font-size:40px;font-weight:600;letter-spacing:-1px;}
    .section-title h3 {color:#000;font-size:32px;font-weight:600;letter-spacing:-1px;}
}

.tour-box {position:relative;line-height:24px;color:#000;}

.tour-list-item .tour-list-image:after,
.tour-box:after {content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:#ffcc00;z-index:0;transform: rotate(-4deg);}
.tour-box-content {position:relative;z-index:1;}

.tour-box .tour-image {box-shadow:0 0 25px 0 rgba(0,0,0,.2);overflow:hidden;}

.tour-box .tour-image img {transform: rotate(0deg) scale(1);transition: all 0.3s ease;width:100%;}
.tour-box:hover .tour-image img {transform: rotate(-6deg) scale(1.15);}

.tour-box .tour-title {padding:25px 10px 25px 25px;}

.tour-box .tour-title h3 a:hover {text-decoration:underline;}

.post-item h4 {line-height:26px;}
.post-item h4 a {color:#000;}
.post-item h4 a:hover {text-decoration:underline;}

.post-item .post-image {overflow:hidden;}
.post-item .post-image img {width:100%;transform: rotate(0deg) scale(1);transition: all 0.3s ease;}
.post-item:hover .post-image img {transform: rotate(-4deg) scale(1.15);}

.review-item .review-name {background:#ffcc00;color:#fff;display:inline-block;width:50px;height:50px;}

.review-box {position:relative;border:2px solid #d8d8d8;}
.review-box:after, .review-box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
}

.review-box:after {
    bottom: -15px;
    left: 22px;
    border-top-color: #fff;
    border-width: 15px;
}

.review-box:before {
    bottom: -16px;
    left: 21px;
    border-top-color: #c4c4c4;
    border-width: 16px;
}

.tour-list-item {padding:50px 0;border-bottom:1px solid #eee;}
.tour-list-item .tour-list-image {position:relative; max-width: 359px}
.tour-list-item .tour-list-image img {transform: rotate(0deg) scale(1);transition: all 0.3s ease;width:100%; max-height: 300px}
.tour-list-item:hover .tour-list-image img {transform: rotate(-6deg) scale(1.15);}


.tour-list-item .view-more {position:relative;font-size:13px;}

.tour-list-item .view-more:after {
    content:'';position:absolute;width:30px;border-bottom:2px solid #ddd;top:50%;margin-left:10px;display:inline-block;
    -webkit-transition: width .15s ease-in-out,border-color .15s ease-in-out;
    transition: width .15s ease-in-out,border-color .15s ease-in-out;
}

.tour-list-item .view-more:hover {
    text-decoration:underline;
}

.tour-list-item:hover .view-more:after {
    width:60px;
    border-bottom-color:#ffcc00;
}

.openall .lbl-open {display:block;}
.openall .lbl-hide {display:none;}

.hideall .lbl-open {display:none;}
.hideall .lbl-hide {display:block;}

.itinerary-item {border-top:1px solid #eee;padding:10px 0;}
.itinerary-item-header {cursor:pointer;}

.itinerary-icon .icon {width:40px;height:40px;text-align:center;line-height:40px;font-size:20px;display:inline-block;}

.form-group {margin-bottom:10px;}
label {margin-bottom:5px;}

.site-footer {background-color:#000;}
.footer-top {padding:50px 0 30px 0;}

.footer-copyright {border-top:1px solid rgba(255,255,255,0.1)}


.social-links a {display:inline-block;border:1px solid rgba(255,255,255,0.2);color:#fff;width:38px;height:38px;line-height:38px;text-align:center;border-radius:50%;font-size:18px;}
.social-links.dark a {color:#000;border:1px solid #000;}

.pagination {}
.pagination ul {margin:0;padding:0;list-style-type:none;}
.pagination ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px;
}

.pagination ul li.active span {
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 14px;
    display: inline-block;
    background: #ffcc00;
    border: 3px solid #ffcc00;
}

.pagination ul li a {
    width: 36px;
    height: 36px;
    text-align: center;
    color: #555555;
    font-size: 14px;
    display: inline-block;
    border: 3px solid #eeeeee;
    text-decoration: none;
}


