@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&display=swap");
body {
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 100%) !important; }

.cust-container {
    max-width: 1170px;
    margin: 0px auto;
    z-index: 999; }

body {
    font-family: "Montserrat", sans-serif; }

p {
    color: #000; }

.main-bg {
    height: 700px;
    position: relative; }
.main-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9; }
.main-bg .cust-container {
    position: relative;
    z-index: 99999; }

.toprow {
    padding-top: 4px;
    padding-bottom: 4px; }
.toprow a {
    color: #000000;
    font-size: 13px;
    padding-right: 20px;
    letter-spacing: 0.5px;
    text-decoration: none; }
.toprow a:hover {
    color: #ff5801; }
.toprow ul.top-social-icons {
    text-align: right;
    margin: 0px;
    margin-right: 16px;
/*    margin-bottom: -20px; */
}
/*.toprow ul.top-social-icons li {
    list-style: none;
    text-align: center;
    display: inline-block; }
.toprow ul.top-social-icons li a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #ed7a07;
    color: #fff;
    border-radius: 100%;
    display: block;
    margin-right: 5px;
    float: left;
    margin-top: 5px; }
.toprow ul.top-social-icons li a:hover {
    background-color: #ffc501; }
.toprow ul.top-social-icons li a i {
    text-align: center;
    padding-left: 11px; 
}*/


/*social-media-styles*/
ul.top-social-icons li {
    list-style: none;
    text-align: center;
    display: inline-block; }
ul.top-social-icons li a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #1795e2;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    display: block;
    margin-right: 15px;
/*    float: left;*/
    text-decoration: none;
    margin-top: 5px; }

ul.top-social-icons li a:after{
    display: none;
}
.toprow ul.top-social-icons li a:hover {
    background-color: #ffc501; }
.toprow ul.top-social-icons li a i {
    text-align: center;
/*    padding-left: 11px; */
}
/*end*/

.top-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0px; }
.top-header .logo {
    height: 90px;
    margin: 8px 0 8px;
}

.image-slide-1 {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 160px; }
.image-slide-1 img {
    width: 300px !important;
    margin: auto;
    z-index: 99999; }

.image-slide-2 {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 130px; }
.image-slide-2 img {
    width: 660px !important;
    margin: auto; }

.mainSlider .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(5, 29, 65, 0.4);
    z-index: 9; }
.mainSlider .swiper-slide:last-child:before {
    background-color: rgba(5, 29, 65, 0); }

.image-text-slide-1 {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 150px;
    text-align: center;
/*    right: 11%; */
}
.image-text-slide-1 .slide-text-cap {
    font-family: var(--heading-font);
    font-size: 60px;
    color: #ff5801;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 99999; }
.image-text-slide-1 .slide-text-cap span {
    display: block; }

.dropdown:hover > .dropdown-menu {
    display: block; }

.navbar-nav li a {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    white-space: nowrap; }
.navbar-nav li a:hover {
    color: #ff5801; }
.navbar-nav li a:nth-child(7) {
    margin-right: 0px !important; }

.navbar-expand-lg {
    justify-content: flex-end; }

.navbar-nav .dropdown-item {
    color: #333; }

a.btn-getintouch {
    border: 2px solid #ed7a07;
    text-decoration: none;
    color: #ed7a07 !important;
    padding: 8px 17px;
    font-family: "Playfair Display", serif;
    font-weight: 400 !important;
    border-radius: 8px;
    font-size: 20px !important;
    position: relative;
    top: 3px; }
a.btn-getintouch:hover {
    border-color: #2491ea;
    color: #2491ea !important; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative; }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
        padding-left: 10px; }
    .dropdown-menu .submenu a {
        color: #333; }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto; }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1; }

    .dropdown-menu > li:hover > .submenu {
        display: block; } }
.dropdown-item i {
    position: absolute;
    right: 10px;
    top: 10px; }

.dropdown-menu {
    width: 220px; }
.dropdown-menu li a {
    padding-left: 10px;
    display: block; }

.submenu.dropdown-menu {
    height: 150px;
    overflow-y: auto;
    padding: 0px 20px 10px 10px;
    margin: 10px 0px; }
.submenu.dropdown-menu::-webkit-scrollbar {
    width: 5px; }
.submenu.dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1; }
.submenu.dropdown-menu::-webkit-scrollbar-thumb {
    background: #ff5801; }
.submenu.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #7d26cd; }

.upcoming-box {
    background-color: #252525;
    padding: 50px 0px 50px 0px;
    position: relative;
    margin-top: -69px;
    z-index:99;
}
.upcoming-box:before {
    content: "";
    width: 100%;
    height: 191px;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #252525 90%);
    top: -120px;
    z-index: 99999; }

.upcoming-box .slick-slider {
    margin-top: -27px; }

.height-auto {
    height: auto !important; }

.padd-bottom {
    padding-bottom: 36px; }

.mstcontent {
    position: relative;
    top: 0px; }
.mstcontent p {
    color: #ff5801;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    text-transform: uppercase; }
.mstcontent h4 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 30px; }

.single-upconing-card .content .btn {
    padding: 0px 12px;
    font-size: 12px;
    color: #7d26cd; }

.whyusblock {
    background-color: #ed7a07;
    padding: 30px 0px;
    margin-bottom: 40px; }
.whyusblock h3 {
    color: #fff;
    font-size: 50px;
    text-align: center; }
.whyusblock h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px; }
.whyusblock img {
    width: 45px;
    height: 45px;
    margin-bottom: 5px; }

.pickyourtrail, .clienttestimonial, .mainSlider {
    padding: 00px 0px 40px 0px;
    position: relative;
    overflow: hidden;
    height: 600px; }
.pickyourtrail h4, .clienttestimonial h4, .mainSlider h4 {
    color: #000; }
.pickyourtrail .swiper, .clienttestimonial .swiper, .mainSlider .swiper {
    width: 100%;
    height: 100%; }
.pickyourtrail .swiper-slide, .clienttestimonial .swiper-slide, .mainSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
.pickyourtrail .swiper-slide img, .clienttestimonial .swiper-slide img, .mainSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.pickyourtrail .single-upconing-card:hover .content .btn-violate, .clienttestimonial .single-upconing-card:hover .content .btn-violate, .mainSlider .single-upconing-card:hover .content .btn-violate {
    bottom: 50px; }
.pickyourtrail .single-upconing-card .content .title, .clienttestimonial .single-upconing-card .content .title, .mainSlider .single-upconing-card .content .title {
    font-size: 24px; }
.pickyourtrail .swiper-button-prev, .clienttestimonial .swiper-button-prev, .mainSlider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #ff5801;
    font-size: 20px;
    border-radius: 100%;
    z-index: 999999; }
.pickyourtrail .swiper-button-prev:after, .clienttestimonial .swiper-button-prev:after, .mainSlider .swiper-button-prev:after {
    font-size: inherit;
    color: #fff; }
.pickyourtrail .swiper-button-next, .clienttestimonial .swiper-button-next, .mainSlider .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #ff5801;
    font-size: 20px;
    border-radius: 100%;
    z-index: 999999; }
.pickyourtrail .swiper-button-next:after, .clienttestimonial .swiper-button-next:after, .mainSlider .swiper-button-next:after {
    font-size: inherit;
    color: #fff; }

.mainSlider {
    height: 700px;
    margin-top: 105px;

}

.thybg img {
    width: 90%;
    height: 400px;
    object-fit: cover;
    border-radius: 0px 15px 15px 0px; }

.flighthbg img {
    width: 97%;
    position: relative;
    right: -10%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px 0px 0px 15px; }

.thicontent {
    text-align: center;
    position: relative;
    z-index: 999;
    width: 458px;
}
.thicontent img {
    margin-bottom: 10px; }
.thicontent .org-thibox {
    background-color: #ed7a07;
    border-radius: 10px;
    padding: 35px 0px;
    margin-bottom: 10px;
    width: 458px; }
.thicontent .org-thibox p {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px; }
.thicontent .org-thibox h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 60px;
    color: #fff;
    margin: 0px;
    padding: 0px; }
.thicontent .org-thibox h4 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    margin: 0px;
    padding: 0px; }
.thicontent a.explink {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important; }
.thicontent a.explink:hover {
    color: #ff5801; }

.lft-180 {
    left: -181px; }

.rght-180 {
    right: -50px; }

.tp-25 {
    top: -25px; }

.bestindia .single-upconing-card .content {
    height: 130px;
    top: 30%; }
.bestindia .single-upconing-card:hover .content .btn-violate {
    left: 40%; }

.national-holiday-hght {
    height: 400px !important;
    margin-top: -46px !important;
    z-index: 9 !important;
    position: relative !important; }

.national-holiday-hght .swiper-button-next {
    top: 29px; }

.national-holiday-hght .swiper-button-prev {
    left: auto;
    right: 60px;
    top: 29px; }

.pick-trail-new .swiper {
    padding-top: 70px;
    margin-top: -45px; }

.pick-trail-new .swiper-button-prev {
    left: auto;
    right: 60px;
    top: 24px; }

.pick-trail-new .swiper-button-next {
    top: 24px; }

.clienttesti {
    padding-top: 74px !important;
    margin-top: -45px;
    position: relative;
    padding-bottom: 100px !important; }

.clienttesti .swiper-button-next {
    top: 23px; }

.clienttesti .swiper-button-prev {
    left: auto;
    right: 60px;
    top: 23px; }

.clienttestimonial h4 {
    color: #000; }

.client-block {
    padding: 40px 30px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.07);
    margin: 11px;
    min-height: 354px; }
.client-block p {
    font-style: italic;
    font-size: 14px;
    color: #000;
    line-height: 22px; }
.client-block p:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f10d";
    font-size: 18px;
    font-style: normal;
    color: #ff5801;
    padding-right: 10px; }

.client-data {
    overflow: hidden;
    position: absolute;
    bottom: -173px;
    height: 200px; }
.client-data h6 {
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
    color: #ff5801;
    font-size: 16px; }
.client-data p {
    margin: 0px;
    padding: 0px; }
.client-data small {
    color: #676767;
    font-size: 12px;
    font-weight: bold; }
.client-data img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 100%;
    margin: 0px auto; }

.blog {
    background-image: url("../images/blogbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 680px;
    padding-top: 50px; }
.blog p {
    color: #ff5801;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center; }
.blog h4 {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    color: #fff;
    text-align: center;
    font-size: 30px; }

.blog-articles img {
    border-radius: 15px; }
.blog-articles h4 {
    margin: 0px;
    padding: 5px 0px;
    font-size: 22px; }
.blog-articles h4 a {
    color: #fff;
    text-decoration: none; }
.blog-articles h4 a:hover {
    color: #ff5801; }
.blog-articles p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 14px; }
.blog-articles a.btn-viewarticles {
    text-decoration: none;
    background-color: #ff5801;
    color: #fff;
    white-space: nowrap;
    padding: 5px 20px;
    text-align: center;
    margin: 20px 20px;
    display: inline-block;
    border-radius: 3px; }
.blog-articles a.btn-viewarticles:hover {
    background-color: #7d26cd; }

footer {
    background-color: #ed7a07;
    padding: 50px 0px 0px 0px; }
footer ul {
    text-align: center;
    margin: 12px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    list-style: none;
/*    border-top: 1px solid #262626;*/
}
footer ul li {
    display: inline; }
footer ul li a {
    font-size: 14px;
    text-align: center;
    color: #fff; }
footer ul li a:after {
    content: "-";
    color: #fff;
    padding: 0px 10px; }
footer ul li a:hover {
    color: #000000;
}
footer ul li:last-child a:after {
    content: ""; }

ul.bracnches {
    text-align: center;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    list-style: none; }
ul.bracnches li {
    display: inline;
    color: #fff; }
ul.bracnches li a {
    font-size: 14px;
    text-align: center;
    color: #fff; }
ul.bracnches li a:after {
    content: "-";
    color: #fff;
    padding: 0px 10px; }
ul.bracnches li a:hover {
    color: #000000; }
ul.bracnches li:last-child a:after {
    content: ""; }

.continfo h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
.continfo p {
    color: #ffffff;
    font-size: 13px;
    line-height: 22px; }
.continfo .text-end {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 16px; }
.continfo .text-end a:hover {
    color: #ff5801; }

.copyright {
    background-color: #ed7a07;
    border-top: 1px solid #fff;
    padding: 10px 0px 5px 0px;
}
.copyright p {
    color: #fff;
    font-size: 14px; }
.copyright p a {
    color: #000000;
    font-weight: 600;
    
}
.copyright p a:hover {
    color: #fff; }

.navbar-nav .national-icon {
    background: url("../images/national-icon-white.svg");
    background-size: 100%;
    filter:invert(1);
}

.navbar-nav .nav-item:hover .national-icon {
    background: url("../images/national-icon-orange.svg");
    background-size: 100%; }

.navbar-nav .active .national-icon {
    background: url("../images/national-icon-orange.svg"); }

.navbar-nav .international-icon {
    background: url("../images/international-icon-white.svg");
    background-size: 100%;
    filter:invert(1);
}
/*.navbar-nav a i:hover{
    color: #fff!important;
}*/


.navbar-nav .nav-item:hover .international-icon {
    background: url("../images/international-icon-orange.svg");
    background-size: 100%; }

.navbar-nav .active .international-icon {
    background: url("../images/international-icon-orange.svg"); }

.navbar-nav .visa-others-icon {
    background: url("../images/visa-others-white.svg");
    background-size: 100%; }

.navbar-nav .nav-item:hover .visa-others-icon {
    background: url("../images/visa-others-orange.svg");
    background-size: 100%; }

.navbar-nav .active .visa-others-icon {
    background: url("../images/visa-others-orange.svg"); }

.navbar-nav .flight-icon {
    background: url("../images/flight-icon-white.svg");
    background-size: 100%; }

.navbar-nav .nav-item:hover .flight-icon {
    background: url("../images/flight-icon-orange.svg");
    background-size: 100%; }

.navbar-nav .active .flight-icon {
    background: url("../images/flight-icon-orange.svg"); }

.navbar-nav .gallery-icon {
    background: url("../images/gallery-icon-white.svg");
    background-size: 100%;
    filter:invert(1);
}

.navbar-nav .nav-item:hover .gallery-icon {
    background: url("../images/gallery-icon-orange.svg");
    background-size: 100%;}

.navbar-nav .active .gallery-icon {
    background: url("../images/gallery-icon-orange.svg"); }

.navbar-nav .backpack-icon {
    background: url("../images/suitcase-rolling-wh.svg");
    background-size: 18px 18px;
    position: relative;
    top: -3px; }

.navbar-nav .nav-item:hover .backpack-icon {
    background: url("../images/suitcase-rolling.svg");
    background-size: 100%;
    background-size: 18px 18px; }

.navbar-nav .active .backpack-icon {
    background: url("../images/suitcase-rolling.svg");
    background-size: 18px 18px; }

.cust-container .navbar .navbar-nav .active a.nav-link {
    color: #ff5801; }

.dropdown-toggle::after {
    display: none; }

.upcomming-card-slider.slick-slider {
    height: 520px; }

.mainSlider .swiper-horizontal > .swiper-pagination-bullets, .mainSlider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 80px;
    position: absolute;
    z-index: 999;
}
.mainSlider .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 1 !important; }
.mainSlider .swiper-pagination-bullet-active {
    background-color: #ff5801 !important; }

.swiper.mainSlider {
    z-index: inherit; }

#mobileMenu {
    z-index: 99999999; }

.newmobilemenu .offcanvas-body {
    background-color: #f9f9f9; }
.newmobilemenu .offcanvas-header {
    padding: 10px; }
.newmobilemenu .offcanvas-header h5 {
    color: #ff5801;
    padding-left: 25px; }

.subpagebg {
    height: 350px;
    position: relative;
    z-index: -1; }
.subpagebg h3 {
    padding: 200px 0px 0px 0px;
    color: #fff;
    position: relative;
    z-index: 9999;
    font-size: 40px; }
.subpagebg:after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }

.breadbg {
    background-color: #eee;
    padding: 5px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc; }

.submain-bg {
/*    position: relative;*/
    position: fixed;
    z-index: 99;
/*    background: #ffffff00;*/
    background: #ffffff;
    width: 100%;
}

.breadcrumb-item a {
    font-size: 12px;
    font-weight: 500; }
.breadcrumb-item a:hover {
    color: #ff5801; }

.breadcrumb-item.active {
    font-size: 12px;
    font-weight: 500;
    color: #ff5801; }

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px; }

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e; }

.filter-button {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 30px;
    text-align: center;
    color: #333;
    margin-right: 20px;
    background-color: #eee;
    margin-bottom: 30px;
    padding: 5px 30px;
    font-weight: 600;
    text-align: center; }

.filter-button:hover {
    border: 1px solid #ff5801;
    color: #ffffff;
    background-color: #ff5801; }

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white; }

.port-image {
    width: 100%; }

.gallery_product {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px; }
.gallery_product a img {
    border-radius: 20px;
    height: auto;
    width: 100%;
    transition: all 0.3s ease 0s; }
.gallery_product a img:hover {
    transform: scale(1.1);
    border-radius: 20px; }

.trpkgbox {
    text-align: center;
    background-color: #fff;
    position: relative;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
    margin: -54px 18px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px; }
.trpkgbox h3 {
    margin: 0px;
    padding: 0px;
    color: #ff5801; }
.trpkgbox h3 a {
    color: #ff5801;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
    display: inline-block;
    width: 310px;
}
.trpkgbox h3 a:hover {
    color: #333; }
.trpkgbox p {
    font-weight: 500;
    font-size: 14px; }

.trpcatg {
    background-color: #ff5801;
    padding: 3px 15px 3px 10px;
    border-radius: 0px 20px 20px 0px;
    display: inline;
    position: absolute;
    top: 20px;
    left: 0px;
    color: #fff; }

.bg-grey {
    background-color: #f5f5f5; }

.pkg-view p {
    text-align: justify; }
.pkg-view h3 {
    color: #ff5801; }

.pkg-widget {
    background-color: #fff;
    padding: 18px;
    margin-bottom: 10px; }
.pkg-widget h4 {
    font-size: 30px; }

.day-box {
    position: relative; }
.day-box p {
    padding-left: 70px; }
.day-box span {
    color: #ff5801;
    font-weight: 600;
    text-align: center;
    width: 60px;
    display: block; }
.day-box h5 {
    font-size: 18px;
    background-color: #eee;
    padding: 10px 10px 10px 70px;
    border-radius: 30px;
    margin: 8px 0px; }
.day-box .day {
    width: 60px;
    height: 60px;
    line-height: 40px;
    color: #fff;
    background-color: #ff5801;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    font-family: "Playfair Display", serif;
    border: 5px solid #fff; }

.nav-tabs {
    margin-bottom: 20px; }

.nav-tabs .nav-link {
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    border-radius: 0px; }

.nav-tabs .nav-link.active {
    background-color: #ff5801;
    color: #fff;
    border-color: #ff5801; }

.pkg-widget .tab-content ul {
    margin: 0px;
    padding: 0px 0px 20px 30px; }

.btn-print {
    border: 1px solid #ccc;
    float: right;
    padding: 0px 10px;
    margin-bottom: 20px;
    clear: both; }
.btn-print:hover {
    background-color: #333;
    color: #fff;
    border-color: #333; }

.tourthmbpkgview .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto; }
.tourthmbpkgview .swiper-slide {
    background-size: cover;
    background-position: center; }
.tourthmbpkgview .pkgthSwiper2 {
    height: 500px;
    width: 100%; }
.tourthmbpkgview .pkgthSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0; }
.tourthmbpkgview .pkgthSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4; }
.tourthmbpkgview .pkgthSwiper .swiper-slide-thumb-active {
    opacity: 1; }
.tourthmbpkgview .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.tourthmbpkgview .pkgthSwiper img {
    height: 100px;
    cursor: pointer; }
.tourthmbpkgview .swiper-button-next, .tourthmbpkgview .swiper-button-prev {
    color: #fff; }

.pkg-enquiry-btn {
    background-color: #1795e2;
    font-family: "Playfair Display", serif;
    color: #fff;
    display: block;
    padding: 10px 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 10px; }
.pkg-enquiry-btn:hover {
    background-color: #ff5801;
    color: #fff; }
.pkg-enquiry-btn:focus {
    color: #fff; }

.sidepkgenquriy h4 {
    font-size: 20px;
    text-align: center; }
.sidepkgenquriy h3 {
    color: #ff5801;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-overflow: ellipsis;
    /*  white-space: nowrap;*/
    overflow: hidden; }
.sidepkgenquriy h5 i {
    font-size: 14px; }

.pkg-grey {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 5px;
    margin: 5px 0px; }
.pkg-grey h5 {
    font-size: 20px; }
.pkg-grey h3 {
    color: #ff5801; }

#tourenquiryModal .form-control {
    border-radius: 0px;
    font-size: 14px; }
#tourenquiryModal .input-group-text {
    border-radius: 0px;
    width: 40px; }
#tourenquiryModal .btn-success {
    background-color: #1dbc60;
    font-family: "Playfair Display", serif;
    font-size: 20px; }
#tourenquiryModal .btn-success:hover {
    background-color: #ff5801; }

.cmscontent h3 {
    font-size: 30px;
    color: #ff5801; }
.cmscontent p {
    text-align: justify;
    line-height: 26px; }

.btn-get-in-touch, .btn-download {
    background-color: #ff5801;
    color: #fff;
    border-radius: 30px;
    padding: 7px 25px;
    position: relative;
    top: 10px; }
.btn-get-in-touch:hover, .btn-get-in-touch:focus, .btn-download:hover, .btn-download:focus {
    background-color: #333;
    color: #fff; }

#getinModal {
    z-index: 99999999; }
#getinModal .modal-header {
    border-bottom: 0px;
    color: #fff; }
#getinModal .modal-header .modal-title {
    color: #fff; }
#getinModal .btn-close {
    color: #fff !important;
    background-color: #fff;
    border-radius: 100%;
    opacity: 1; }
#getinModal .btn-close:hover {
    opacity: .5; }
#getinModal .modal-content {
    border-radius: 0px;
    background-color: #ff5801;
    border: 5px solid #fff; }
#getinModal .form-control {
    border-radius: 0px;
    font-size: 14px;
    height: 45px; }
#getinModal textarea.form-control {
    height: inherit; }
#getinModal .input-group-text {
    border-radius: 0px;
    background-color: #fff; }
#getinModal .btn-success {
    background-color: #7d26cd;
    font-family: "Playfair Display", serif;
    font-size: 20px; }
#getinModal .btn-success:hover {
    background-color: #ff5801; }

.bookflight button {
    border: none; }
.bookflight .form-check-input {
    margin-top: 7px; }
.bookflight .form-control {
    height: 45px;
    border-radius: 0px; }
.bookflight .form-control:focus {
    box-shadow: inherit;
    border-color: #ced4da; }
.bookflight textarea.form-control {
    height: inherit; }
.bookflight .input-group-text {
    border-radius: 0px; }
.bookflight input[type="file"].form-control {
    height: inherit; }

.offbranches .card {
    min-height: 271px;
    margin-bottom: 50px;
    border: 2px solid #ed7a07;
}
.offbranches h6 {
    text-align: center;
    background: linear-gradient(to right, #ff6101 0%, #ffa501 100%);
    color: #fff;
    border-radius: 0px 30px 0px 30px;
    padding: 5px 0px; }
.offbranches h3 {
    font-size: 24px;
    text-align: center; }
.offbranches p {
    text-align: center;
    font-size: 14px; }
.offbranches img {
    width: 115px;
    height: 115px;
    margin: 0px auto;
    display: block;
    border: 5px solid #fff;
    margin-bottom: 10px;
    position: relative;
    margin-top: -50px; }

.contactbox p {
    text-align: center; }
.contactbox button.btn-get-in-touch {
    border: none;
    padding: 5px 20px; }
.contactbox .input-group-text {
    border-radius: 0px; }
.contactbox .form-control {
    border-radius: 0px;
    height: 45px; }
.contactbox textarea.form-control {
    height: inherit; }
.contactbox h3 {
    color: #666; }

.consocialicons {
    padding-top: 10px; }
.consocialicons a {
    padding-left: 10px;
    padding-right: 10px; }
.consocialicons a:nth-child(1) {
    color: #4b68b0; }
.consocialicons a:nth-child(2) {
    color: #37b1e0; }
.consocialicons a:nth-child(3) {
    color: #cf315d; }
.consocialicons a:hover {
    opacity: 0.8; }

.btn-apply-job {
    background-color: #ff5801;
    padding: 8px 10px;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px; }
.btn-apply-job:hover {
    background-color: #333;
    color: #fff; }

.org-col {
    color: #ff5801; }

.blogbox h5.card-title {
    color: #ff5801;
    height: 50px;
    padding-bottom: 20px; }
.blogbox h5.card-title:hover {
    color: #333; }

.page-link {
    color: #000; }

.blogposts ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
.blogposts ul li {
    padding: 5px 0px; }
.blogposts ul li a {
    color: #000;
    padding-left: 10px; }
.blogposts ul li a:hover {
    color: #ff5801; }
.blogposts ul li:nth-child(even) {
    background-color: #eee; }

.box {
    text-align: center;
    overflow: hidden;
    position: relative; }

.box:before,
.box:after {
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.64);
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.6);
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    transition: all .4s ease; }

.box:after {
    background-color: rgba(103, 58, 183, 0.6);
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: all .3s ease-in-out; }

.box:hover:before,
.box:hover:after {
    opacity: 1; }

.box img {
    width: 100%;
    height: auto;
    transform: scale(1.5) translateY(0);
    transition: all 0.4s ease-out 0s; }

.box:hover img {
    transform: scale(1.5) translateY(-20px); }

.box .box-content {
    color: #fff;
    width: 100%;
    padding: 15px 0;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease 0s; }

.box:hover .box-content {
    opacity: 1; }

.box .icon {
    padding: 0;
    margin: 0 0 12px;
    list-style: none; }

.box .icon li {
    margin: 0 3px;
    display: inline-block;
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out; }

.box .icon li:nth-child(2) {
    transform: translateY(-30px); }

.box:hover .icon li {
    opacity: 1;
    transform: translateY(0); }

.box .icon li a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 18px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: block;
    transition: all .5s ease-in-out; }

.box .icon li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 5px #fff; }

.box .title {
    font-size: 18px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 2px;
    transform: translateY(20px);
    transition: all 0.3s ease 0s;
    color: #fff; }

.box .post {
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transform: translateY(50px);
    transition: all 0.3s ease 0s; }

.box:hover .title,
.box:hover .post {
    transform: translateX(0); }

#getfareModal .modal-dialog, #feedbackModal .modal-dialog {
    border: 5px solid #ccc; }
#getfareModal .modal-content, #feedbackModal .modal-content {
    border-radius: 0px;
    border: 0px; }
#getfareModal img, #feedbackModal img {
    position: relative;
    margin-left: -16px; }
#getfareModal h2, #feedbackModal h2 {
    font-size: 40px; }

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0px; }

.page-link {
    padding: 5px 18px; }
.page-link:hover {
    background-color: #ff5801;
    border-color: #ff5801;
    color: #fff; }

.page-item.active .page-link {
    background-color: #ff5801 !important;
    border-color: #ff5801 !important;
    color: #fff; }

ul.countrieslist {
    margin: 0px;
    padding: 20px 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
ul.countrieslist li {
    margin: 10px;
    flex: 0 0 200px; }
ul.countrieslist li a {
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 10px 20px;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15) !important; }
ul.countrieslist li a:hover {
    background-color: rgba(255, 88, 1, 0.7);
    color: #fff;
    border-color: rgba(255, 88, 1, 0.7); }

.visa-flag {
    width: 174px;
    height: 124px;
    object-fit: contain; }

.org-col {
    color: #ff5801; }

.visa-form .form-control, .visa-form .form-select {
    border-radius: 0px;
    font-size: 14px;
    border: 1px solid #ccc;
    box-shadow: none; }
.visa-form .form-control:focus, .visa-form .form-select:focus {
    box-shadow: none; }
.visa-form button {
    border: none; }

.abtcontent p {
    text-align: center !important; }

.grouppersons {
    width: 100%;
    height: 650px; }

.group-whiteblock {
    padding: 30px; }

.abt-services .card {
    padding: 10px;
    min-height: 170px;
    margin-bottom: 20px; }
.abt-services span {
    width: 90px;
    height: 90px;
    border: 2px solid #ff5801;
    margin: 0px auto;
    border-radius: 100%; }
.abt-services span img {
    width: 60px;
    height: 60px;
    margin: 0px auto;
    margin-bottom: 5px;
    opacity: .7;
    margin-top: 10px; }

.branchmap-box {
    background: url("../images/india-map.jpg");
    background-size: cover;
    padding: 30px 0px;
    overflow: hidden;
    position: relative; }
.branchmap-box:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9); }

.visaicons {
    text-align: center; }
.visaicons img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px; }

.pick-trail-new .single-upconing-card .content {
    height: 230px; }

.org-bg {
    background: linear-gradient(to bottom right, #ff6101 0%, #ffa501 100%); }
.org-bg p {
    color: #fff;
    text-align: center; }

.bg-org-light {
    background-color: rgba(255, 88, 1, 0.1); }

.abt-services .abt-picture {
    position: relative;
    overflow: hidden;
    border-radius: 5px; }
.abt-services .abt-picture img {
    border-radius: 5px;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 0.3s ease 0s; }
.abt-services .abt-picture img:hover {
    transform: scale(1.1);
    border-radius: 5px; }
.abt-services h4 {
    margin: 0px 0px 40px 0px;
    padding: 10px 0px;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.page-contact .form-control {
    background-color: #ffeaca;
    border-radius: 0px;
    border: 0px;
    height: 45px;
    color: #000; }
.page-contact .form-control:focus {
    border: 0px; }
.page-contact textarea.form-control {
    height: inherit; }
.page-contact .input-group-text {
    background-color: #ffeaca;
    border-radius: 0px;
    border: 0px; }
.page-contact .btn-get-in-touch {
    background-color: #ffc501;
    border: 1px solid #fff;
    color: #000;
    font-weight: bold; }
.page-contact .btn-get-in-touch:hover {
    background-color: #7d26cd;
    color: #fff; }

.contactbox .icon {
    width: 80px;
    height: 80px;
    background-color: #ed7a07;
    border-radius: 100%;
    margin: 0px auto;
    margin-bottom: 15px;
    border: 4px solid #fff; }
.contactbox .icon i {
    color: #fff;
    font-size: 40px;
    line-height: 70px; }

.backpackbox {
    text-align: center; }
.backpackbox .icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px; }
.backpackbox h3 {
    text-align: center;
    font-size: 24px; }
.backpackbox p {
    text-align: center;
    line-height: 24px; }

.bkpkcounries {
    background: linear-gradient(to bottom right, #ff6101 0%, #ffa501 100%);
    overflow: hidden;
    padding: 50px 0px; }
.bkpkcounries h3 {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 20px; }
.bkpkcounries img:hover {
    opacity: 0.7; }
.bkpkcounries .bkpkcountry-box {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px 5px; }
.topbar{
    background: #1795e2;
    display:none;
}
.floating-contact {
    position: fixed;
    right: 25px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
}
.floating-btn-wrapper {
    perspective: 1000px;
    width: 60px;
    height: 60px;
}
.floating-btn {
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}
.whatsapp-btn .btn-front {
    border: 2px solid #25D366;
    color: #25D366;
    z-index: 99;
}
.btn-front, .btn-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: #fff;
}
.btn-front i {
    transition: transform 0.3s ease;
    z-index: 99;
    font-size: 25px;
}

.onload_popup .modal{
    top:5%;
}

.onload_popup .modal-title{
    color: #fff;
    text-align: center;
}
.onload_popup .modal-header {
      background-color: #ed7a07;
      color: #fff;
    }

.onload_popup .modal-content {
      border-radius: 12px;
}

.onload_popup .form-control {
      margin-bottom: 15px;
}
.tour-planner{
    padding:50px 0 50px;
}
.our-team{
    position: relative;
    margin: 35px 0;
}
.our-team  img{
    object-fit: cover;
    width:100%;
    height: 300px;
    z-index:1;
/*    transform:translateY(0px);
    transition: all 0.50s ease;*/
}
.our-team:hover img{
/*    transform:translateY(-60px);*/
}
.our-team .team-content{
/*    position: absolute;*/
    bottom: 0;
    left: 0;
    width:100%;
/*    opacity:0;*/
    color: #2b2f3e;
    padding: 20px 0;
    text-align: center;
    background:#fff;
/*    transform:translateY(0px);
    transition: all 0.50s ease-in-out 0s;*/
}
.our-team:hover .team-content{
/*    transform:translateY(46px);
    opacity:1;*/
}
.our-team .team-title{
    font-size:19px;
    color:#444;
    margin:0;
    letter-spacing:1px;
}
.our-team .team-title small{
    display: block;
    color:#444;
    margin:1% 0 3% 0;
    font-size:12px;
    text-transform: capitalize;
}
.our-team .social-link{
    padding:0;
    margin:0;
    list-style:none;
}
.our-team .social-link li{
    display: inline-block;
    margin-right:2%;
}
.our-team .social-link li a{
    color:#444;
    transition: all 0.50s ease;
}
.our-team .social-link li a:hover{
    color: #e143eb;
}
.our_partners{
    padding:100px 0 100px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 0;
    padding-right: 0;
}
.top-social-icons li a i{
/*    font-size: 14px;*/
}
 .our_partners{
      padding:0 0 30px;
  }
@media screen and (max-width: 767px){
    .our-team{
        margin-bottom: 0;
    }
    .our-team img{
        height: 380px;
    }
}

    

/*# sourceMappingURL=styles.css.map */
