@font-face{font-family:mark;src:url(../fonts/ff-mark-sv/FontFont_FF.Mark.Pro.otf);font-weight:400;font-display: swap;font-style:normal}
@font-face{font-family:mark;src:url(../fonts/ff-mark-sv/FontFont_FF.Mark.Pro.Medium.otf);font-weight:600;font-display: swap;font-style:normal}
@font-face{font-family:mark;src:url(../fonts/ff-mark-sv/FontFont_FF.Mark.Pro.Bold.otf);font-weight:700;font-style:normal;font-display: swap;}
@font-face{font-family:mark;src:url(../fonts/ff-mark-sv/FontFont_FF.Mark.Pro.Heavy.otf);font-weight:900;font-style:normal;font-display: swap;}

@font-face{font-family:cookie;src:url(../fonts/Cookie-Regular.ttf);font-weight:400;font-style:normal;font-display: swap;}

body{
    font-family: mark, sans-serif !important;
    color: #222222
}

nav.navbar{
    box-shadow: 0px 0px 5px 0px rgba(223, 223, 223, 0.9);
    background-color: #fff;
}
.navbar-brand{
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 50px;
    color: #222222;
}

.navbar-brand img{
    height: 45px;
}

.nav-link{
    font-size: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #222222;
    transition: .15s ease-in-out;
}

.navbar-nav .nav-link.active{
    color: #ffc226;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #fff;
    color: var(--bs-dropdown-link-color);
}
.nav-link:not(.active):hover{
    color: #ffc226;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
nav.navbar{
    transition: 0.1s ease;
}
nav.bottom-nav{
    background-color: #111;
    top: 75px;
    box-shadow: none;
    z-index: 999;
    box-shadow: 0px 0px 5px 0px rgba(70, 70, 70, 0.6);
}
.top-nav.nav-sticky{
    padding-top: 0;
    padding-bottom: 0;
}
.bottom-nav .nav-link{
    color: #fff;
    padding: 0;
    position: relative;
    transition: 0.2s ease-in;
}
.bottom-nav.nav-sticky{
    top: 60px;
}
.bottom-nav .nav-item .nav-link:hover{
    color: #fff!important;
}
.bottom-nav .nav-link:hover:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 1px;
    left: 0;
}
.bottom-nav .nav-link.active{
    color: #fff;
}
.bottom-nav .nav-link:after{
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: transparent;
    bottom: 1px;
    left: 0;
    transition: 0.1s ease-in;        
}
.bottom-nav .nav-link.active:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 1px;
    left: 0;
}
.bottom-nav .navbar-nav{
    width: 100%;
}
.bottom-nav .nav-item{
    margin: 0 auto;
}
.bottom-nav .nav-item:first-child{
    margin: 0 auto 0 0;
}
.bottom-nav .nav-item:last-child{
    margin: 0 0 0 auto;
}
.hero-section{
    position: relative;
    overflow: hidden;
    margin-top: -76px;
}
.hero-left-section{
    position: relative;
}
.hero-left-section .element-1{
    position: absolute;
    top: -170px;
    right: 50%;
    width: 530px;
}
.hero-left-section .element-2{
    position: absolute;
    bottom: -10px;
    right: 30%;
    width: 80px;
}
.hero-right-section{
    position: relative;
}
.hero-right-section .element-3{
    position: absolute;
    bottom: 70px;
    right: -85px;
    width: 240px;
    transform: rotate(20deg);
    z-index: 0;
}
.hero-inner-left{
    display: block;
    margin-top: 14rem;
    margin-bottom: 11rem;
}
.hero-right-section .hero-img{
    width: 100%;
}
.hero-title{
    color: #222222;
    font-weight: 900;
    font-size: 3.8rem;
    line-height: 1;
    position: relative;
}
.hero-title .object-1{
    position: absolute;
    width: 90px;
    top: -45px;
    left: -33px;
    transform: rotate(-17deg);
}
.hero-title-first{
    font-size: 6.5rem;
}

.yellow-text{
    color: #ffc226;
}

.light-beige-bg{
    background-color: #faf5ef;
}

.hero-desc{
    color: #222222;
    font-weight: 400;
    font-size: 1.3rem;
    position: relative;
    z-index: 0;
    margin-top: 20px;
    line-height: 1.4;
}
.hero-desc .object-2{
    position: absolute;
    width: 120px;
    bottom: -60px;
    right: -50px;
    z-index: -1;
}

.hero-cta-btn{
    background-color: #222222;
    color: #f8f8f8;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.4rem;
    padding: 0.6rem 1.7rem 0.5rem 1.7rem;
}

.hero-cta-btn:hover{
    background-color: #ffc226;
}

.clients-section{
    padding: 7rem 0;
    position: relative;
}
.clients-section .sos-bg-element{
    position: absolute;
    color: #faf9f9;
    font-size: 16rem;
    font-weight: 700;
    z-index: -1;
    right: 0;
    top: -10px;
}

.trusted-by-sub-heading{
    font-family: cookie;
    font-size: 3.4rem;
}

.trusted-by-heading{
    font-weight: 900;
    color: #222222;
    font-size: 2.9rem;
}

.client-logos{
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
    padding: 10px 20px;
}

.video-section{
    padding-top: 7rem;
    position: relative;
}
.video-section .object-3{
    position: absolute;
    right: 30px;
    top: -60px;
    width: 150px;
}
.video-section .object-4{
    position: absolute;
    width: 150px;
    top: 80px;
    left: 70px;
}
.video-section .object-6{
    position: absolute;
    width: 360px;
    bottom: 80px;
    left: -35px;
}
.video-section .object-7{
    position: absolute;
    width: 100px;
    bottom: 340px;
    right: 80px;
}

.video-sub-heading{
    font-family: cookie;
    font-size: 3.5rem;
    line-height: 1;
}

.video-heading{
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1;
    position: relative;
}
.video-heading .object-5{
    position: absolute;
    right: -35px;
    top: -35px;
    width: 120px;
}
.heading-with-underline{
    position: relative;
    display: inline-block;
    z-index: 0;
}

.heading-underline{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.video-desc{
    font-size: 1.2rem;
    font-weight: 400;
    color: #222;
}
.video-highlight-box{
    display: block;
    position: relative;
    /*overflow: hidden;*/
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134);
    margin-bottom: -5rem;
    cursor: pointer;
}
.hr-testi-video .video-highlight-box{
    margin-bottom: 0!important;
}
.video-highlight-box .object-8{
    position: absolute;
    bottom: -75px;
    right: -55px;
    width: 230px;
    height: unset;
}
.video-highlight-box:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.0);
    z-index: 3;
    overflow: hidden;
}
.video-highlight-box.loaded:before{
    display: none;
}
.video-highlight-box iframe{
    width: 100%;
    margin: 0 auto;
    height: 500px;
    box-shadow: none;
    padding: 0;
    display: block;
    position: relative;
    z-index: 1;
}
.video-highlight-box img{
    width: 100%;
    margin: 0 auto;
    height: 500px;
    box-shadow: none;
    padding: 0;
    display: block;
}
.youtube-play-btn{
    position: absolute;
    z-index: 6;
    color: #ffc226;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 3.4rem;
    cursor: pointer;
    height: 125px;
    width: 125px;
    border-radius: 50%;
    background-color: #fff;
    transition: .15s ease-in-out;
}
.video-highlight-box:hover .youtube-play-btn{
    background-color: #ffc226;
    color: #fff;
}
.youtube-play-btn:before{
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%,-50%);
}

.services-section{
    padding-top: 12rem;
    padding-bottom: 7rem;
    position: relative;
    overflow: hidden;
}
.services-section .object-9{
    position: absolute;
    left: -100px;
    bottom: 50px;
    width: 400px;
    opacity: 0.04;
    z-index: -1;
}
.services-section .object-10{
    position: absolute;
    right: -65px;
    top: 190px;
    width: 320px;
}
.services-sub-heading{
    font-family: cookie;
    font-size: 3.5rem;
    line-height: 1;
}
.services-heading{
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1;
}

.single-service-box{
    display: block;
    text-align: center;
    padding: 2rem 2rem;
    background-color: #fdf3d8;
    border-radius: 13px;
    min-height: 245px;
    overflow: hidden;
    height: 100%;
}
.service-icon{
    height: 50px;
    width: 50px;
    object-fit: contain;
    object-position: center;
}

.single-service-title{
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0.8rem 0 0.8rem 0;
}
.single-service-desc{
    font-size: 1.15rem;
    line-height: 1.4;
    color: #555;
}

.hotels-section{
    padding-top: 7rem;
    padding-bottom: 7rem;
    overflow: hidden;
}
.hotels-section-container{
    position: relative;
    z-index: 0;
}
.hotels-section-container .object-11{
    position: absolute;
    top: -25px;
    left: -60px;
    width: 330px;
    z-index: -1;
}
.hotels-sub-heading{
    font-family: cookie;
    font-size: 3.5rem;
    line-height: 1;
}
.hotels-heading{
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1;
}
.hotels-desc{
    font-size: 1.2rem;
    font-weight: 400;
    color: #222;
}
.hotel-block{
    display: block;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
    cursor: pointer;
}

.hotel-img-tag{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.hotel-info{
    display: block;
    padding: 10px 25px;
    background-color: #ffc226;
    color: #f8f8f8;
    font-size: 1.2rem;
}
.hotel-details{
    padding: 2rem 1.4rem;
    background-color: #fff;
}
.hotel-name{
    font-weight: 700;
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotel-rating{
    font-weight: 600;
    font-size: 1rem;
}
.hotel-desc{
    font-size: 1.15rem;
    color: #555;
    height: 130px;
    overflow: hidden;
}
.hotels-row{
    display: block;
    margin-bottom: -5rem;
}
.photo-gallery-section{
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.gallery-img-collec{
    position: relative;
}
.gallery-img-collec .element-4{
    position: absolute;
    left: -110px;
    bottom: -70px;
    width: 330px;
    z-index: 1;
}
.gallery-img-box{
    position: relative;
    display: block;
}
.gallery-img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.activities-section{
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.activities-section .element-5{
    position: absolute;
    bottom: -28px;
    right: 33px;
    width: 145px;
    transform: rotate(20deg);
    z-index: -1;
}
.activity-box{
    position: relative;
    display: block;
    padding: 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
    margin-bottom: 30px;
    cursor: pointer;
}
.activity-img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 0 0;
}
.location-section{
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.location-iframe-element{
    display: block;
}
.location-iframe-element iframe{
    width: 100%;
    height: 500px;
    display: block;
}
.artists-section{
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.artist-box{
    position: relative;
    display: block;
    padding: 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
    margin-bottom: 30px;
    cursor: pointer;
}
.artist-img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 0 0;
}
.artist-title{
    font-size: 1rem;
    padding: 0 12px 2px 12px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.artist-rating{
    display: block;
    text-align: left;
    line-height: 15px;
    font-size: 0.90rem;
    padding: 8px 12px 0 12px;
    color: #7e7e7e;
}
.artist-skill{
    display: block;
    padding: 0 12px 5px 12px;
    color: #a8a8a8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sightseeing-section{
    padding: 7rem 0;
    position: relative;
}
.sightseeing-section .sos-offsite-bg-element{
    position: absolute;
    color: #faf9f9;
    font-size: 14rem;
    font-weight: 700;
    z-index: -1;
    right: 0;
    top: 420px;
    line-height: 1;
} 
.sightseeing-section .element-6{
    position: absolute;
    left: 0;
    top: 30px;
    width: 350px;
}
.sightseeing-section .element-7{
    position: absolute;
    right: 0;
    top: 150px;
    width: 370px;
}
.sightseeing-section .element-8{
    position: absolute;
    left: 0;
    top: 655px;
    width: 351px;
}
.sightseeing-section .element-9{
    position: absolute;
    right: 0;
    bottom: -105px;
    width: 670px;
    z-index: 1;
}
.activity-title{
    font-size: 1rem;
    padding: 0 12px 12px 12px;
    height: 65px;
    overflow: hidden;
}
.sightseeing-loc-btn{
    background-color: #fff;
    color: #222222;
    border-radius: 15px;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 0.8rem 1.9rem 0.7rem 1.9rem;
    border: none;
    transition: .15s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
}

.sightseeing-loc-btn.active{
    background-color: #222222;
    color: #f8f8f8;
}
.sightseeing-loc-btn:not(.active):hover{
    color: #ff803a;
}
.single-loc-box{
    display: block;
    margin-top: 180px;
    border-radius: 20px;
    padding: 20px 40px;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
    background-color: #fff;
}
.single-loc-title{
    font-size: 1.4rem;
    text-align: center;
    margin-top: 100px;
    position: relative;
}
.single-loc-img{
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 220px;
    object-fit: cover;
    object-position: center;
    bottom: 180%;
    left: 0;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
}

.sightseeing-locations-col:nth-child(odd) .single-loc-img{    
    transform: rotate(-3deg);
}

.sightseeing-locations-col:nth-child(even) .single-loc-img{    
    transform: rotate(3deg);
}
.entertainment-section{
    padding: 7rem 0;
    position: relative;
}
.entertainment-section .object-12{
    position: absolute;
    left: -30px;
    top: -100px;
    width: 330px;
    z-index: 1;
}
.entertainment-section .object-13{
    position: absolute;
    right: 30px;
    bottom: -90px;
    width: 150px;
}
.entertainment-box{
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
    border-radius: 15px;
    padding: 10px;
    margin-top: 5rem;
}
.entertainment-box-inner{
    position: relative;
    display: block;
    background-color: #fdf3d8;
    border-radius: 8px;
    padding: 35px 15px 10px 15px;
    transition: .15s ease-in-out;
}
.entertainment-icon-box{
    position: absolute;
    width: 80px;
    height: 80px;
    top: -15px;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
}
.entertainment-icon-box img{
    height: 80px;
    width: 80px;
    object-fit: contain;
    object-position: center;
    padding: 15px;
}
.entertainment-title{
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.entertainment-desc{
    font-size: 1.15rem;
    color: #4d4c4c;
    height: 245px;
    overflow: hidden;
    margin-top: 0.5rem;
}
.entertainment-box:hover .entertainment-box-inner{
    /*background-color: #fff;*/
}

.itinerary-section{
    padding: 7rem 0;
}
.stage-fabri-section{
    padding: 7rem 0;
}
.flights-section{
    padding: 7rem 0;
}
.itinerary-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 25px 30px 25px;
    position: relative;
    display: none;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
}
.itinerary-box.open{
    display: block!important;
}
.itinerary-box .element-9{
    position: absolute;
    bottom: -17px;
    right: -40px;
    width: 130px;
}
.itinerary-day-btn{
    background-color: #fdf3d8;
    color: #222222;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    transition: .15s ease-in-out;
}
.itinerary-day-btn:not(.active):hover{
    color: #ff803a;
    box-shadow: 0px 0px 2px 0px rgb(134, 134, 134, 0.3);
}
.itinerary-day-btn.active{
    background-color: #ffc226;
    color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
}
.open-itinerary-content{
    display: none;
    color: #222222;
}
.open-itinerary-content.open{
    display: block!important;
}
.open-itinerary-content h3{
    font-weight: 700;
    font-size: 1.3rem;
    text-decoration: underline;
    margin-bottom: 0;
    margin-bottom: 3px;
}
.open-itinerary-content p{
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.3;
    margin-bottom: 10px;
}
.itinerary-section-img{
    width: 85%;
    margin-top: 10px;
}
.single-commute-box{
    display: block;
    /*box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);*/
    padding: 15px 15px 25px 15px;
    border-radius: 20px;
    background-color: #fff;
}
.single-commute-img{
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.single-commute-title{
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}
.single-commute-desc{
    font-size: 1.15rem;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    color: #222;
}
.testimonials-section{
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}
.testimonials-section .object-14{
    position: absolute;
    top: 60px;
    left: 40px;
    width: 145px;
    transform: rotate(-20deg);
}
.quote-bg{
    position: absolute;
    right: -150px;
    top: 50%;
    z-index: -2;
    width: 250px;
    transform: translatey(-50%);
}
.rev-box{
    display: block;
    background-color: #ffc226;
    padding-bottom: 3px;
    border-radius: 30px;
    margin-top: 4rem;
    transition: .15s ease-in-out;
}
.rev-box-inner{
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 50px;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
}
.rev-client-initials{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -40px;
    left: 50%;
    transform: translatex(-50%);
    background-color: #ffc226;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 80px;
}
.rev-client-name{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}
.rev-stars{
    font-size: 1.1rem;
    color: #ffc226;
    text-align: center;
    margin-top: 5px;
}
.rev-stars i{
    padding: 2px;
}
.client-review-text{
    text-align: center;
    font-size: 1.2rem;
    color: #535353;
    padding: 0 15px 15px 15px;
    margin-bottom: 0;
}
.rev-client-comp{
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 0.9rem;
    color: #878787;
}
.read-more__link {
  color: #747474 !important;
  text-decoration: underline !important;
  font-weight: 600;
  margin-left: 5px;
}
#reviews_carousel .owl-stage-outer {
    padding: 50px 10px 25px 10px;
    margin: 0 -10px;
}
#reviews_carousel .owl-item.active.center .rev-box{
    transform: scale(1.15);
}
#reviews_carousel .owl-nav{
    display: block;
    position: absolute;
    top: 210px;
    width: 100%;
}
#reviews_carousel .owl-nav button{
    width: 45px;
    height: 45px;
    background-color: #fff !important;
    color: #ffc226 !important;
    border: none !important;
    box-shadow: 0px 0px 5px 0px rgb(134, 134, 134, 0.3);
    font-size: 20px;
    line-height: 1;
}
#reviews_carousel .owl-prev {
    left: -65px;
}
#reviews_carousel .owl-next {
    right: -40px;
}
#reviews_carousel .owl-nav button{
    position: absolute;
    border-radius: 50%;
}
.enquiry-section{
    padding: 7rem 0;
}
#lead_form input, #lead_form select{
    padding: 12px 15px;
    border-color: #efefef;
}
.form-control:focus, .form-select:focus{
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 .25rem rgb(253, 243, 216);
}
.form-control::placeholder{
    color: #a6a8aa;
}
.lead-submit-btn{
    padding: 12px 15px;
    width: 100%;
    background-color: #ffc226;
    border: none;
    font-weight: 700;
}
.lead-submit-btn:hover{
    background-color: #ffc226;
    border: none;
    box-shadow: 0px 0px 5px 0px rgba(85, 84, 84, 0.5);
}

.lead_selected_isd_code {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    line-height: 25px;
    width: 100%;
    color: #424242;
    font-size: 1rem;
    border-radius: 6px;
    padding: 12px 15px;
    background-color: #fff;
    border: 1px solid #efefef;
}
#offsite-lead-form-popup .lead_selected_isd_code{
    padding: .375rem .75rem;
    height: 38px;
    border: 1px solid #ced4da;
}
#offsite-lead-form-popup .lead_selected_isd_code i{
    top: 18px;
}
.lead_selected_isd_code i {
    position: absolute;
    top: 23px;
    right: 15px
}
.lead_isd_code option {
    font-size: 17px;
    line-height: 30px;
    font-family: mark;
}

.lead_isd_code {
    opacity: 0
}

.lead_isd_val {
    padding: 0 8px 0 0;
}
.satisfaction-section{
    padding-bottom: 7rem;
}
.satisfac-box{
    background-color: #faf5ef;
    border-radius: 15px;
}
.satisfac-title{
    font-weight: 700;
    font-size: 2rem;
    padding-top: 70px;
    margin-bottom: 20px;
}
.highlighted-text{
    background: linear-gradient(to right, #ffc226 0%, #f9c030 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    display: inline-block;
}
.satisfac-desc{
    color: #717171;
    font-size: 1.2rem;
    margin-bottom: 30px;
}
.satisfac-book-btn{
    border-radius: 10px;
    font-size: 19px;
    height: 50px;
    line-height: 40px;
    color: #222;
    text-decoration: none;
    font-weight: 700;
    background-color: #ffc226;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    padding: .375rem 1.75rem;
    margin-bottom: 70px;
}
.satisfac-book-btn:hover{
    color: #222;
}
.satisfac-success-img{
    object-fit: contain;
    object-position: bottom;
    width: 90%;
    padding-top: 70px;
}
.why-section{
    padding: 7rem 0;
}
.why-title{
    font-weight: 700;
    color: #000;
    font-size: 2rem;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.why-title .why-title-underline{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 110px;
}
.why-desc{
    color: #717171;
    font-size: 1.15rem;
    margin-bottom: 1rem;
}
.hr-testi-video{
    padding: 7rem 0;
    position: relative;
}
.faq-item{
    position: relative;
}
.faqs-section{
    padding: 7rem 0;
}
.overflow-wrap-ellipsis{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer{
    padding: 5rem 0;
}
.footer-head{
    font-weight: 700;
    color: #222222;
    font-size: 1.6rem;
}
.footer-about-desc{
    font-size: 1.2rem;
}
.footer-social-icon{
    display: block;
}
.footer-social-icon a{
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
}
.facebook-bg {
    background: #3B5998;
}
.insta-bg {
    background: #f09433;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.youtube-bg {
    background: #bb0000;
}
.linkedin-bg {
    background: #0077b5;
}
.footer .footer-list li {
    margin-bottom: 10px;
}
.footer .footer-list li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 1.2rem;
    text-decoration: none;
}
.footer .footer-list li a i{
    font-size: .75em;
}
.footer .footer-list li a:hover {
    color: #ffc226!important;
}
.footer-contact{
    font-size: 1.2rem;
}
.footer-contact a{
    text-decoration: none;
    transition: all 0.5s ease;
}
.footer-contact a:hover{
    color: #ffc226!important;
}
.footer-contact a:hover p{
    color: #ffc226!important;
}
.footer-contact a p{
    transition: all 0.5s ease;
}
.footer-primary{
    padding: 2rem 0;
    background-color: #faf5ef;
    color: #222222;
    font-size: 1.1rem;
}


.login-signup-modal .modal-content{
    border: none;
    border-radius: .8rem;
}
.login-signup-modal .modal-body{
    padding: 2.2rem 1.5rem;
}
.login-signup-modal button.close{
    font-weight: 400;position: absolute;top: 2px;right: 6px;
}
.login-signup-modal h6{
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
    color: #a0a0a0;
}
.login-signup-modal h3{
    line-height: normal;
    position: relative;
    color: #2e2e2e;
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.login-signup-modal h3:after{
    position: absolute;
    content: '';
    width: 60px;
    left: 0;
    bottom: 0px;
    height: 2px;
    background-color: #2e2e2e;
}
.login-signup-modal .custom-btn-signin-signup{
    width: 100%;
    display: block;
    border-radius: 30px;
    font-size: 20px;
    line-height: 1.5;
    background-color: #fff;
    border: 1.5px solid #222;
    padding: .375rem 0;
    height: 42px;
    color: #222;
    transition: 0.2s ease;
    margin-bottom: 15px;
}
.login-signup-modal .custom-btn-signin-signup:hover{
    background-color: #ffc226;
    color: #222;
    border-color: #ffc226;
}
.login-signup-modal .additional-actions{
    text-align: center;
    display: block;
    color: #4f4e4e;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}
.login-signup-modal .additional-actions a{
    color: #999797;
    font-weight: normal;
}
.login-signup-modal .additional-actions a:hover{
    color: #007bff;
    text-decoration: underline!important;
}
.login-signup-modal input.form-control:disabled{
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}
.modal-signin-form-row button.close{
    position: absolute;
    top: 0;
    right: 0;
    width: unset;
    max-width: unset;
}

html{
    overflow: unset!important;
}

body.modal-open{
    overflow: hidden!important;
}

.login-signup-modal .form-group{
    position: relative;
}
.form-group .signin-show-pword-ico, .form-group .signin-hide-pword-ico,
.form-group .signup-show-pword-ico, .form-group .signup-hide-pword-ico{
    position: absolute;
    top: 5px;
    right: 10px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    transition: 0.2s ease;
    cursor: pointer;
}
.form-group .signin-show-pword-ico:hover, .form-group .signin-hide-pword-ico:hover,
.form-group .signup-show-pword-ico:hover, .form-group .signup-hide-pword-ico:hover{
    background-color: #ebebeb;
}


#user-login-prompt .lead_selected_isd_code{
    height: 42px;
    font-size: 13px;
    padding: .375rem .75rem;
    line-height: 30px;
}

#user-login-prompt .user_verify_isd_val{
    padding: 0 8px 0 0;
}
#user-login-prompt .lead_selected_isd_code i{
    right: 5px;
}
#user_verify_isd_code{
    opacity: 0;
}
#user_verify_isd_code option {
    font-size: 17px;
    line-height: 30px;
}



@media (max-width: 576px){
    .nav-link{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .navbar-brand{
        font-size: 1.2rem;
        line-height: 40px;
    }
    .navbar-brand img{
        height: 35px;
    }
    .navbar-toggler{
        padding-right: 0;
    }
    .hero-title-first{
        font-size: 4.3rem;
    }
    .hero-title{
        font-size: 2.2rem;
        text-align: center;
    }
    .hero-desc{
        font-size: 1rem;
        text-align: center;
    }
    .hero-cta-btn{
        font-size: 1.1rem;
        padding: 0.5rem 1.5rem 0.4rem 1.5rem;
    }
    .hero-inner-left{
        margin-top: 8rem;
        margin-bottom: 2rem;
        text-align: center;
    }
    .hero-right-section .hero-img{
        width: 100%;
        object-position: bottom center!important;
    }
    .hero-left-section .element-1{
        top: -95px;
        right: 55%;
        width: 350px;
    }
    .hero-title .object-1{
        width: 55px;
        top: -26px;
        left: -13px;
    }
    .hero-desc .object-2{
        right: -20px;
        width: 100px;
    }
    .hero-right-section img:not(.element-3){
        padding: 0 15px;
    }
    .hero-right-section .element-3{
        width: 150px;
        bottom: 40px;
        right: -35px;
    }
    .hero-left-section .element-2{
        display: none;
    }
    .clients-section{
        padding: 3rem 0;
    }
    .trusted-by-sub-heading{
        font-size: 2.4rem;
        text-align: center;
    }
    .trusted-by-heading{
        font-size: 1.7rem;
        text-align: center;
        font-weight: 700;
    }
    .clients-section .sos-bg-element{
        font-size: 4rem;
        top: 20px;
    }
    .client-logos{
        padding: 5px 5px;
        height: 75px;
    }
    .video-section{
        padding-top: 3rem;
    }
    .hr-testi-video{
        padding: 3rem 0;
    }
    .video-sub-heading{
        font-size: 2rem;
    }
    .video-heading{
        font-size: 2.2rem;
    }
    .video-section .object-3{
        right: 10px;
        top: -25px;
        width: 80px;
    }
    .video-section .object-4{
        width: 60px;
        top: 5px;
        left: 10px;
    }
    .video-heading .object-5{
        right: -50px;
        top: 75px;
        width: 80px;
        display: none;
    }
    .video-desc{
        font-size: 1.05rem;
    }
    .video-highlight-box img{
        height: 220px;
    }
    .video-highlight-box iframe{
        height: 280px;
    }
    .location-iframe-element iframe{
        height: 280px;
    }
    .youtube-play-btn{
        height: 75px;
        width: 75px;
        font-size: 2.1rem;
    }
    .video-section .object-6{
        display: none;
    }
    .video-section .object-7{
        width: 60px;
        bottom: 375px;
        right: 5px;
        display: none;
    }
    .video-highlight-box .object-8{
        bottom: -33px;
        right: -10px;
        width: 100px;
    }
    .video-highlight-box{
        margin-bottom: -2rem;
    }
    .services-section{
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
    .services-sub-heading{
        font-size: 2rem;
    }
    .services-heading{
        font-size: 2.2rem;
    }
    .services-section .object-10{
        right: -40px;
        top: 100px;
        width: 120px;
    }
    .single-service-box{
        padding: 1.3rem 1.1rem 1.3rem 1.1rem;
        min-height: unset;
    }
    .single-service-title{
        margin: 0.5rem 0 .2rem 0;
        font-size: 1.3rem;
    }
    .single-service-desc{
        margin-bottom: 0;
        font-size: 1.05rem;
    }
    .services-section .object-9{
        left: -50px;
        width: 250px;
    }
    .hotels-section{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .hotels-sub-heading{
        font-size: 2rem;
    }
    .hotels-heading{
        font-size: 2.2rem;
    }
    .heading-underline{
        width: 105px;
        right: 50%;
        transform: translatex(50%);
    }
    .hotels-desc{
        font-size: 1.05rem;
    }
    .hotel-info{
        padding: 7px 20px;
        font-size: 1rem;
    }
    .hotel-details{
        padding: 0.9rem 0.9rem;
    }
    .hotel-desc{
        height: unset;
        font-size: 1.05rem;
    }
    .hotel-name{
        font-size: 1.3rem;
    }
    .hotel-rating{
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }
    .hotels-row{
        margin-bottom: -3rem;
    }
    .photo-gallery-section{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .gallery-img-collec{
        margin-top: 10px;
    }
    .gallery-img-box{
        margin-bottom: 10px!important;
    }
    .gallery-img-collec .col-6:nth-child(2n){
        padding-left: 10px;
        padding-right: 5px;
    }
    .gallery-img-collec .col-6:nth-child(2n+1){
        padding-right: 10px;
        padding-left: 5px;
    }
    .gallery-img-collec .element-4{
        left: -65px;
        bottom: -20px;
        width: 160px;
    }
    .gallery-img{
        height: 120px;
    }
    .activities-section{
        padding: 3rem 0;
    }
    .activity-img{
        height: 200px;
        border-radius: 10px 10px 0 0;
    }
    .col-lg-20-percent:nth-child(odd){
        padding-right: 7.5px;
    }
    .col-lg-20-percent:nth-child(even){
        padding-left: 7.5px;
    }
    .activity-title{
        font-size: 0.8rem;
        margin-bottom: 0px;
        padding: 0 10px 10px 10px;
        height: 55px;
    }
    .activity-box{
        margin-bottom: 15px;
        padding: 0;
        border-radius: 10px;
    }
    .activities-section .element-5{
        bottom: -22px;
        right: 20px;
        width: 100px;
    }
    .location-section{
        padding: 3rem 0;
    }
    .artist-box{
        margin-bottom: 15px;
        padding: 0;
        border-radius: 10px;
    }
    .artists-section{
        padding: 3rem 0;
    }
    .artist-img{
        height: 200px;
        border-radius: 10px 10px 0 0;
    }
    .artist-title{
        font-size: 0.8rem;
        margin-bottom: 0px;
        padding: 0 10px 0 10px;
    }
    .artist-skill{
        padding: 0 10px 5px 10px;
        font-size: 0.8rem;
    }
    .artist-rating{
        font-size: 0.75rem;
    }
    .sightseeing-section .element-6{
        width: 200px;
        left: -50px;
        top: -15px;
    }
    .sightseeing-section{
        padding: 3rem 0;
    }
    .sightseeing-section .element-7{
        width: 170px;
        top: 190px;
    }
    .sightseeing-section .element-8{
        top: 590px;
        width: 140px;
    }
    .sightseeing-loc-btn{
        font-size: 1.1rem;
        padding: 0.4rem 1.2rem 0.3rem 1.2rem;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .single-loc-img{
        height: 110px;
        border-radius: 12px;
        bottom: 165%;
    }
    .single-loc-box{
        margin-top: 95px;
        padding: 5px 15px;
        border-radius: 10px;
    }
    .single-loc-title{
        margin-top: 60px;
        font-size: 1rem;
    }
    .sightseeing-section .sos-offsite-bg-element{
        font-size: 3.6rem;
        top: 395px;
    }
    .entertainment-section{
        padding: 3rem 0;
    }
    .entertainment-section .object-12{
        left: -20px;
        top: -65px;
        width: 100px;
    }
    .sightseeing-section .element-9{
        bottom: -42px;
        width: 265px;
    }
    .sightseeing-locations-col:nth-child(2n+1){
        padding-left: 10px;
        padding-right: 6px;
    }
    .sightseeing-locations-col:nth-child(2n){
        padding-left: 6px;
        padding-right: 10px;
    }
    /*
    .entertainment-box-col:nth-child(odd){
        padding-left: 11px;
        padding-right: 7px;
    }
    .entertainment-box-col:nth-child(even){
        padding-right: 11px;
        padding-left: 7px;
    }
    */
    .entertainment-box-inner{
        padding: 30px 8px 8px 8px;
    }
    .entertainment-icon-box{
        height: 65px;
        width: 65px;
        top: -12px;
    }
    .entertainment-icon-box img{
        height: 65px;
        width: 65px;
    }
    .entertainment-title{
        font-size: 1.3rem;
    }
    .entertainment-desc{
        font-size: 1.05rem;
        /*height: 210px;*/
        height: unset;
        margin-top: 0;
        line-height: 1.4;
    }
    .entertainment-box{
        margin-top: 4rem;
        padding: 8px;
    }
    .entertainment-section .object-13{
        right: 15px;
        bottom: -35px;
        width: 75px;
    }
    .itinerary-section{
        padding: 3rem 0;
    }
    .flights-section{
        padding: 3rem 0;
    }
    .stage-fabri-section{
        padding: 3rem 0;
    }
    .itinerary-section-img{
        display: none;
    }
    .itinerary-box{
        padding: 15px 15px 20px 15px;
    }
    .itinerary-day-btn{
        font-size: 1rem;
        border-radius: 5px;
        padding: 3px 12px;
        display: inline-block;
    }
    .open-itinerary-content h3{
        font-size: 1.1rem;
    }
    .open-itinerary-content p{
        font-size: 0.9rem;
    }
    .itinerary-box .element-9{
        bottom: -20px;
        right: -10px;
        width: 100px;
    }
    .open-itinerary-content{
        font-size: 1.05rem;
    }
    .single-commute-box{
        padding: 10px;
        border-radius: 15px;
    }
    .single-commute-img{
        height: 225px;
        border-radius: 7px;
    }
    .single-commute-title{
        font-size: 1.5rem;
        margin-top: 7px !important;
    }
    .single-commute-desc{
        font-size: 1.1rem;
    }
    .enquiry-section{
        padding: 3rem 0;
    }
    .testimonials-section{
        padding: 3rem 0;
    }
    .testimonials-section .object-14{
        top: 15px;
        left: 10px;
        width: 55px;
    }
    .rev-client-name{
        font-size: 1.3rem;
    }
    .rev-client-initials{
        width: 60px;
        height: 60px;
        line-height: 64px;
        top: -35px;
    }
    .rev-box-inner{
        padding-top: 40px;
    }
    .quote-bg{
        right: -35px;
        width: 130px;
    }
    #reviews_carousel .owl-stage-outer{
        padding: 0px 10px 15px 10px;
    }
    .satisfaction-section{
        padding-bottom: 3rem;
    }
    .satisfac-title{
        padding-top: 50px;
        font-size: 1.3rem;
        margin-bottom: 10px;
        text-align: center;
    }
    .satisfac-desc{
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.05rem;
    }
    .satisfac-book-btn{
        border-radius: 9px;
        font-size: 17px;
        height: 40px;
        line-height: 30px;
        padding: .375rem 1.25rem;
        margin-bottom: 50px !important;
    }
    #lead_form input, #lead_form select{
        padding: 9px 12px;
        font-size: 0.9rem;
    }
    .lead-submit-btn{
        padding: 9px 12px;
    }
    .form-control:focus, .form-select:focus{
        box-shadow: 0 0 0 .15rem rgb(253, 243, 216);
    }
    .lead_selected_isd_code{
        height: 41px;
        padding: 9px 12px;
        font-size: 0.9rem;
        line-height: 22px;
    }
    .lead_selected_isd_code i{
        top: 19px;
        right: 9px;
    }
    .client-review-text{
        font-size: 1.05rem;
    }
    .why-section{
        padding: 3rem 0;
    }
    .why-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .why-desc{
        font-size: 1.05rem;
    }
    .faqs-section{
        padding: 3rem 0;
    }
    #reviews_carousel .owl-nav.disabled{
        display: none;
    }
    .footer{
        padding: 3rem 0;
    }
    .footer-head{
        font-size: 1.4rem;
    }
    .footer-about-desc {
        font-size: 1rem;
    }
    .footer .footer-list li a{
        font-size: 1rem;
    }
    .footer-contact{
        font-size: 1rem;
    }
    .footer-contact a p{
        margin-bottom: 10px;
    }
    .footer-primary{
        font-size: 1rem;
    }
}

@media (min-width: 577px) AND (max-width: 767px){
    .single-service-box{
        padding: 1rem 1rem;
    }
    .single-service-desc{
        font-size: 1.05rem;
    }
    .single-service-title{
        font-size: 1.4rem;
    }
    .hotel-desc{
        font-size: 1rem;
        height: 90px;
    }
    .single-commute-img{
        height: 270px;
    }
    .entertainment-desc{
        height: 340px;
    }
    .why-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .hero-left-section .element-2{
        display: none;
    }
    .hero-inner-left{
        margin-bottom: 3rem;
    }
    .clients-section .sos-bg-element{
        font-size: 7rem;
        top: 45px;
    }
    .video-highlight-box img{
        height: 310px;
    }
    .video-highlight-box iframe{
        height: 310px;
    }
    .video-highlight-box .object-8{
        width: 150px;
        bottom: -49px;
        right: -35px;
    }
    .gallery-img-collec .element-4{
        width: 210px;
        bottom: -27px;
        left: -100px;
    }
    .gallery-img{
        height: 150px;
    }
    .sightseeing-section .sos-offsite-bg-element{
        font-size: 6.5rem;
    }
    .single-loc-box{
        padding: 10px 22px;
        margin-top: 100px;
    }
    .single-loc-img{
        height: 130px;
        border-radius: 12px;
        bottom: 160%;
    }
    .single-loc-title{
        margin-top: 75px;
    }
    .itinerary-section-img{
        display: none;
    }
    .quote-bg{
        width: 210px;
        right: -90px;
    }
    .itinerary-box .element-9{
        right: -35px;
    }
    #reviews_carousel .owl-prev{
        left: -30px;
    }
    #reviews_carousel .owl-next{
        right: -5px;
    }
}

@media (min-width: 768px) AND (max-width: 991px){
    .hotel-desc{
        font-size: 1rem;
        height: 120px;
    }
    .hotels-heading, .video-heading, .services-heading{
        font-size: 2.5rem;
    }
    .hotels-sub-heading, .video-sub-heading, .services-sub-heading{
        font-size: 2.4rem;
    }
    .heading-underline{
        width: 130px;
    }
    .hero-title{
        font-size: 1.8rem;
    }
    .hero-desc{
        font-size: 0.9rem;
        margin-top: 13px;
        margin-bottom: 0;
    }
    .hero-title .object-1{
        width: 50px;
        top: -23px;
        left: -32px;
    }
    .hero-inner-left{
        margin-top: 9rem;
        margin-bottom: 5rem;
    }
    .hero-left-section .element-1{
        top: -70px;
        right: 40%;
        width: 305px;
    }
    .hero-right-section .element-3{
        bottom: 45px;
        right: -25px;
        width: 120px;
    }
    .hero-desc .object-2{
        width: 90px;
        bottom: -40px;
        right: -45px;
    }
    .hero-left-section .element-2{
        width: 50px;
    }
    .hero-cta-btn{
        font-weight: 600;
        font-size: 1rem;
        padding: 0.4rem 1.2rem 0.3rem 1.2rem;
    }
    .clients-section{
        padding: 4rem 0;
    }
    .trusted-by-sub-heading{
        font-size: 2.1rem;
    }
    .trusted-by-heading{
        font-size: 1.8rem;
    }
    .clients-section .sos-bg-element{
        font-size: 8rem;
    }
    .video-section .object-3{
        width: 100px;
        right: 20px;
        top: -45px;
    }
    .video-section{
        padding: 4rem 0;
    }
    .video-heading .object-5{
        width: 70px;
        right: -20px;
        top: -30px;
    }
    .hotels-heading, .video-heading, .services-heading{
        font-size: 1.9rem;
    }
    .hotels-sub-heading, .video-sub-heading, .services-sub-heading{
        font-size: 1.8rem;
    }
    .video-desc, .hotels-desc{
        font-size: 1rem;
    }
    .youtube-play-btn{
        font-size: 2.4rem;
        height: 90px;
        width: 90px;
    }
    .video-highlight-box .object-8{
        bottom: -49px;
        right: -35px;
        width: 150px;
    }
    .video-highlight-box{
        margin-bottom: -7rem;
    }
    .services-section{
        padding-top: 7rem;
        padding-bottom: 4rem;
    }
    .services-section .object-10{
        top: 110px;
        right: -80px;
        width: 200px;
    }
    .single-service-box{
        padding: 1rem 1rem;
    }
    .service-icon{
        height: 40px;
        width: 40px;
    }
    .single-service-title{
        font-size: 1.2rem;
        margin: 0.8rem 0 0.5rem 0;
    }
    .single-service-desc{
        font-size: 0.95rem;
    }
    .services-section .object-9{
        width: 300px;
    }
    .hotels-section{
        padding: 4rem 0;
    }
    .hotel-img-tag{
        height: 180px;
    }
    .hotel-info{
        font-size: 1rem;
        padding: 5px 15px;
    }
    .hotel-details{
        padding: 1rem 15px;
    }
    .hotel-name{
        font-size: 1.2rem;
    }
    .hotel-rating{
        font-size: 0.8rem;
    }
    .photo-gallery-section{
        padding: 4rem 0;
    }
    .gallery-img{
        height: 190px;
    }
    .gallery-img-collec .element-4{
        width: 220px;
        bottom: -30px;
        left: -100px;
    }
    .activities-section{
        padding: 4rem 0;
    }
    .activities-section .element-5{
        width: 170px;
    }
    .artists-section{
        padding: 4rem 0;
    }
    .location-section{
        padding: 4rem 0;
    }
    .sightseeing-section{
        padding: 4rem 0;
    }
    .sightseeing-loc-btn{
        font-size: 1rem;
        padding: 0.4rem 1.0rem 0.4rem 1.0rem;
        border-radius: 10px;
    }
    .sightseeing-section .element-6{
        width: 180px;
    }
    .sightseeing-section .element-7{
        top: 90px;
        width: 200px;
    }
    .single-loc-img{
        height: 150px;
    }
    .single-loc-box{
        margin-top: 110px;
        padding: 20px 25px;
    }
    .single-loc-title{
        margin-top: 80px;
        font-size: 1.1rem;
    }
    .sightseeing-section .sos-offsite-bg-element{
        font-size: 7rem;
        top: 250px;
    }
    .sightseeing-section .element-9{
        width: 360px;
        bottom: -57px;
    }
    .sightseeing-section .element-8{
        top: 430px;
        width: 200px;
    }
    .entertainment-section .object-12{
        top: -63px;
        width: 220px;
        left: -20px;
    }
    .entertainment-section{
        padding: 4rem 0;
    }
    .entertainment-icon-box img{
        height: 70px;
        width: 70px;
        padding: 18px;
    }
    .entertainment-icon-box{
        width: 70px;
        height: 70px;
    }
    .entertainment-title{
        font-size: 1.15rem;
    }
    .entertainment-section .object-13{
        width: 80px;
        bottom: -60px;
    }
    .itinerary-section{
        padding: 4rem 0;
    }
    .itinerary-section-img{
        display: none;
    }
    .itinerary-day-btn{
        display: inline-block;
    }
    .open-itinerary-content h3{
        font-size: 1.1rem;
    }
    .open-itinerary-content p{
        font-size: 1.05rem;
        margin-bottom: 5px;
    }
    .itinerary-section{
        overflow: hidden;
    }
    .itinerary-box .element-9{
        width: 100px;
    }
    .stage-fabri-section{
        padding: 4rem 0;
    }
    .flights-section{
        padding: 4rem 0;
    }
    .single-commute-title{
        font-size: 1.3rem;
    }
    .single-commute-desc{
        font-size: 0.95rem;
    }
    .single-commute-box{
        padding: 10px 10px 15px 10px;
    }
    .enquiry-section {
        padding: 4rem 0;
    }
    .satisfaction-section{
        padding-bottom: 4rem;
    }
    .satisfac-title{
        font-size: 1.5rem;
        padding-top: 50px;
        margin-bottom: 10px;
        text-align: center;
    }
    .satisfac-desc{
        font-size: 1.05rem;
        margin-bottom: 15px;
        text-align: center;
    }
    .satisfac-book-btn{
        font-size: 17px;
        height: 40px;
        line-height: 30px;
        padding: .375rem 1.35rem;
        margin-bottom: 50px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .testimonials-section{
        padding: 4rem 0;
    }
    .testimonials-section .object-14{
        top: 30px;
        left: 25px;
        width: 75px;
    }
    .testimonials-section .quote-bg{
        right: -70px;
        width: 110px;
    }
    .rev-client-initials{
        width: 60px;
        height: 60px;
        font-size: 1.1rem;
        line-height: 63px;
    }
    .rev-box-inner{
        border-radius: 15px;
        padding-top: 30px;
    }
    .rev-client-name{
        font-size: 1.15rem;
    }
    .rev-client-comp{
        font-size: 0.9rem;
    }
    .rev-stars{
        font-size: 0.9rem;
        margin-top: 2px;
    }
    .client-review-text{
        font-size: 0.9rem;
        padding: 0 15px 10px 15px;
    }
    #reviews_carousel .owl-prev{
        left: -20px;
    }
    #reviews_carousel .owl-next{
        right: 5px;
    }
    #reviews_carousel .owl-nav button{
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    #reviews_carousel .owl-nav{
        top: 140px;
    }
    #reviews_carousel .owl-stage-outer{
        padding-top: 10px;
    }
    .hr-testi-video{
        padding: 4rem 0;
    }
    .why-section{
        padding: 4rem 0;
    }
    .why-title{
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .why-desc{
        font-size: 1.05rem;
    }
    .faqs-section{
        padding: 4rem 0;
    }
    .faq-ques{
        padding: 15px 20px!important;
        font-size: 1.05rem!important;
    }
    .faqs-section .object-15{
        width: 180px!important;
    }
    .faq-item .faq-ans{
        padding: 10px 20px 15px 20px!important;
        font-size: 1.05rem!important;
    }
    .footer{
        padding: 4rem 0;
    }
    .footer-head{
        font-size: 1.4rem;
    }
    .footer-about-desc{
        font-size: 1.05rem;
    }
    .footer-social-icon a{
        margin-right: 5px;
        font-size: 13px;
    }
    .footer-social-icon i{
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    .footer .footer-list li a{
        font-size: 1.05rem;
    }
    .footer .footer-list li{
        margin-bottom: 7px;
    }
    .footer-contact{
        font-size: 1.05rem;
    }
    .footer-primary{
        padding: 1rem 0;
        font-size: 1rem;
    }
}

@media (min-width: 577px) AND (max-width: 991px){
    .nav-link {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .hero-right-section .hero-img{
        width: 100%;
    }
}

@media (min-width: 1200px){
    .col-lg-20-percent{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 10px;
    }
}

@media (min-width: 992px) AND (max-width: 1200px){
    .hero-title{
        font-size: 2.7rem;
    }
    .hero-title-first{
        font-size: 2.9rem;
    }
    .hero-desc{
        font-size: 1rem;
    }
    .hero-cta-btn{
        font-size: 1.4rem;
        padding: 0.3rem 1.2rem 0.2rem 1.2rem;
    }
    .hero-title .object-1{
        width: 60px;
        top: -30px;
        left: -27px;
    }
    .hero-inner-left{
        margin-top: 10rem;
        margin-bottom: 6rem;
    }
    .hero-right-section .hero-img{
        width: 100%;
    }
    .hero-left-section .element-1{
        top: -160px;
        right: 40%;
        width: 450px;
    }
    .hero-right-section .element-3{
        bottom: 40px;
        right: -89px;
        width: 210px;
    }
    .hero-left-section .element-2{
        bottom: -7px;
        right: 25%;
        width: 65px;
    }
    .trusted-by-sub-heading{
        font-size: 2.4rem;
    }
    .trusted-by-heading{
        font-size: 2rem;
    }
    .clients-section .sos-bg-element{
        font-size: 12rem;
    }
    .client-logos{
        height: 75px;
        padding: 8px 15px;
    }
    .clients-section{
        padding: 5rem 0;
    }
    .video-section .object-3{
        right: 25px;
        top: -55px;
        width: 120px;
    }
    .video-section{
        padding-top: 5rem;
    }
    .hr-testi-video{
        padding: 5rem 0;
    }
    .video-sub-heading{
        font-size: 2.4rem;
    }
    .video-heading{
        font-size: 2.5rem;
    }
    .video-desc{
        font-size: 1rem;
    }
    .video-section .object-4{
        width: 130px;
        top: 50px;
        left: 60px;
    }
    .video-heading .object-5{
        right: -20px;
        top: -35px;
        width: 90px;
    }
    .video-highlight-box img{
        height: 440px;
    }
    .location-iframe-element iframe{
        height: 440px;
    }
    .video-highlight-box iframe{
        height: 440px;
    }
    .youtube-play-btn{
        height: 100px;
        width: 100px;
        font-size: 2.7rem;
    }
    .video-section .object-7{
        width: 70px;
        bottom: 220px;
        right: 75px;
    }
    .video-section .object-6{
        width: 310px;
        bottom: 30px;
        left: -30px;
    }
    .video-highlight-box{
        margin-bottom: -3rem;
    }
    .video-highlight-box .object-8{
        bottom: -59px;
        right: -45px;
        width: 180px;
    }
    .services-section{
        padding-top: 9rem;
        padding-bottom: 5rem;
    }
    .services-sub-heading{
        font-size: 2.4rem;
    }
    .services-heading {
        font-size: 2.5rem;
    }
    .services-section .object-10{
        top: 160px;
        width: 270px;
    }
    .heading-underline{
        width: 140px;
    }
    .single-service-box{
        padding: 2rem 1rem;
    }
    .services-section .object-9{
        width: 350px;
    }
    .hotels-section{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .hotels-sub-heading{
        font-size: 2.4rem;
    }
    .hotels-heading{
        font-size: 2.5rem;
    }
    .hotels-desc{
        font-size: 1rem;
    }
    .hotels-row{
        margin-bottom: -3rem;
    }
    .hotels-section-container .object-11{
        width: 230px;
    }
    .hotel-img-tag{
        height: 160px;
    }
    .hotel-info{
        padding: 7px 15px;
        font-size: 1rem;
    }
    .hotel-details{
        padding: 1.2rem 1rem;
    }
    .hotel-name{
        font-size: 1.4rem;
    }
    .hotel-rating{
        font-size: 0.9rem;
    }
    .hotel-desc{
        font-size: 1rem;
        height: 130px;
    }
    .photo-gallery-section{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .gallery-img{
        height: 180px;
    }
    .gallery-img-collec .element-4{
        left: -95px;
        bottom: -55px;
        width: 280px;
    }
    .activities-section{
        padding: 5rem 0;
    }
    .activity-img{
        height: 250px;
    }
    .activities-section .element-5{
        width: 130px;
    }
    .artists-section{
        padding: 5rem 0;
    }
    .location-section{
        padding: 5rem 0;
    }
    .artist-img{
        height: 250px;
    }
    .sightseeing-section{
        padding: 5rem 0;
    }
    .sightseeing-loc-btn{
        font-size: 1.4rem;
        padding: 0.4rem 1.2rem 0.3rem 1.2rem;
        border-radius: 10px;
    }
    .sightseeing-section .element-6{
        width: 300px;
    }
    .sightseeing-section .element-7{
        top: 100px;
        width: 310px;
    }
    .sightseeing-section .sos-offsite-bg-element{
        font-size: 9rem;
    }
    .sightseeing-section .element-8{
        top: 515px;
        width: 300px;
    }
    .sightseeing-section .element-9{
        bottom: -64px;
        width: 400px;
    }
    .single-loc-img{
        height: 160px;
        border-radius: 15px;
    }
    .single-loc-title{
        margin-top: 80px;
    }
    .single-loc-box{
        margin-top: 140px;
    }
    .entertainment-section{
        padding: 5rem 0;
    }
    .entertainment-section .object-12{
        left: -20px;
        top: -95px;
        width: 275px;
    }
    .entertainment-box-inner{
        padding: 35px 10px 10px 10px;
    }
    .entertainment-section .object-13{
        right: 40px;
        bottom: -60px;
        width: 120px;
    }
    .itinerary-section{
        padding: 5rem 0;
        overflow: hidden;
    }
    .stage-fabri-section{
        padding: 5rem 0;
    }
    .flights-section{
        padding: 5rem 0;
    }
    .itinerary-section-img{
        margin-top: 60px;
        width: 85%;
    }
    .itinerary-box{
        padding: 15px 15px 20px 15px;
    }
    .itinerary-day-btn{
        padding: 3px 7px;
        border-radius: 7px;
        font-size: 1rem;
    }
    .open-itinerary-content h3{
        font-size: 1.3rem;
    }
    .open-itinerary-content p{
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .itinerary-box .element-9{
        bottom: -20px;
        right: -50px;
        width: 150px;
    }
    .single-commute-img{
        height: 250px;
    }
    .single-commute-title{
        font-size: 1.8rem;
        margin-top: 13px !important;
    }
    .single-commute-desc{
        font-size: 1.1rem;
    }
    .enquiry-section{
        padding: 5rem 0;
    }
    .testimonials-section{
        padding: 5rem 0;
    }
    .testimonials-section .object-14{
        top: 45px;
        left: 25px;
        width: 120px;
    }
    .quote-bg{
        right: -130px;
        width: 200px;
    }
    .rev-box{
        border-radius: 25px;
    }
    .rev-box-inner{
        border-radius: 15px;
    }
    .satisfac-success-img{
        width: 100%;
        padding-top: 26%;
    }
    .faqs-section{
        padding: 5rem 0;
    }
    .sightseeing-loc-img{
        height: 215px!important;
    }
    .footer-social-icon a{
        margin-right: 5px;
    }
}

@media (min-width: 1200px) AND (max-width: 1400px){
    .activity-img{
        height: 235px;
    }
    .activity-title{
        font-size: 0.9rem;
        height: 60px;
    }
    .artist-img{
        height: 235px;
    }
    .artist-title{
        font-size: 0.9rem;
    }
    .hero-inner-left{
        margin-top: 13rem;
        margin-bottom: 9rem;
    }
    .hero-right-section .hero-img{
        width: 100%;
    }
    .hero-title{
        font-size: 3.1rem;
    }
    .entertainment-desc{
        height: 300px;
    }
    .hotel-desc{
        height: 135px;
    }
    .video-heading{
        font-size: 3.1rem;
    }
    .services-heading{
        font-size: 3.1rem;
    }
    .hotels-heading{
        font-size: 3.1rem;
    }
    .video-sub-heading{
        font-size: 2.9rem;
    }
    .services-sub-heading{
        font-size: 2.9rem;
    }
    .hotels-sub-heading{
        font-size: 2.9rem;
    }
    .trusted-by-heading{
        font-size: 2.3rem;
        line-height: 1.4;
    }
    .trusted-by-sub-heading{
        font-size: 2.7rem;
    }
    .clients-section .sos-bg-element{
        font-size: 14rem;
    }
    .client-logos{
        height: 90px;
    }
    .sightseeing-section .sos-offsite-bg-element{
        font-size: 12rem;
    }
    .single-loc-img{
        height: 200px;
    }
    .single-loc-box{
        padding: 20px 30px;
    }
}





/* new navbar changes */
.navbar-nav .dropdown-toggle:after{
    display: none;
}
.nav-item:hover .nav-link{
    color: #ffc226!important;
}
.navbar-nav .dropdown-menu{
    padding: 15px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.nav-item:last-child .dropdown-menu{
    left: unset;
    right: -10px;
}
.nav-item .nav-link.dropdown-toggle.show{
    color: #ffc226 !important;
}
.nav-item .nav-link i{
    transition: 0.1s ease-in-out;
}
.nav-item .nav-link.dropdown-toggle.show i{
    transform: rotate(180deg);
}
.nav-item .dropdown-item{
    padding: .40rem 20px .40rem 0;
    transition: 0.2s ease-in-out;
    position: relative;
}
.nav-item .dropdown-item i{
    line-height: 22px;
    position: absolute;
    right: 0;
}
.nav-item .dropdown-item:hover{
    background-color: transparent;
    color: #ffc226;
}
.nav-item .dropdown-menu{
    font-size: 16px;
}
.nav-item .dropdown-menu hr{
    margin: 5px 0;
    border: 1px dashed #e1dddd;
    opacity: 1;
}
.nav-item .dropdown-menu{
    min-width: 12rem;
}

@media (max-width: 992px){
    .nav-item .dropdown-menu{
        box-shadow: none;
        border: none;
        padding: 0 10px 5px 20px;
        font-size: 16px;
    }
    .nav-item .dropdown-menu .dropdown-item{
        padding: 5px 0 5px 0;
    }
    .nav-item .dropdown-menu hr{
        margin: 0;
    }
    .dropdown-item.sub-menu{
        padding: 0!important;
    }
    .dropdown-link{
        padding: 5px 0!important;
    }
    .dropdown-submenu{
        padding-left: 20px;
    }
}




/* ------sub-menu css------ */
@media (min-width: 991px){
    .dropdown-submenu{
        position: absolute;
        min-width: 12rem;
        padding: 10px 15px 10px 15px;
        border-radius: 7px;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        top: 0;
        left: calc(100% + 15px);
    }
}

.dropdown-submenu{
    display: none;
    font-size: 16px;
    background-color: #fff;
}

.dropdown-submenu.show{
    display: block;
}
.dropdown-item.sub-menu{
    padding: 0;
}
.dropdown-link{
    text-decoration: none;
    color: #222222;
    transition: .15s ease-in-out;
    display: block;
    padding: .40rem 20px .40rem 0;
}
.dropdown-link:hover{
    color: #ffc226!important;
}
.dropdown-link.show{
    color: #ffc226!important;
}
.dropdown-link.dropdown-toggle i{
    transition: 0.05s ease-in-out;
}
.dropdown-link.dropdown-toggle.show i{
    transform: rotate(-90deg);
}



@media (min-width: 1600px){
    .container{
        max-width: 1520px;
    }
    .artist-img{
        height: 325px;
    }
    .activity-img{
        height: 325px;
    }
    .hotel-img-tag{
        height: 230px;
    }
    .gallery-img{
        height: 295px;
    }
    .single-loc-box{
        margin-top: 220px;
    }
    .single-loc-img{
        height: 250px;
    }
    .single-commute-img{
        height: 345px;
    }
    .satisfac-title{
        padding-top: 105px;
    }
    .video-highlight-box img{
        height: 590px;
    }
    .video-highlight-box iframe{
        height: 590px;
    }
}

@media (min-width: 1800px){
    .container{
        max-width: 1720px;
    }
    .hero-right-section .hero-img{
        width: 80%;
    }
    .hero-right-section{
        text-align: center!important;
    }
}















