* {
    padding: 0;
    margin: 0;
}
body {
    font-family: "Heebo", sans-serif;
}
.header_top_strip {
    background: #0f5286;
    padding: 7px 0 0;
}
.strip_left {
    padding-top: 3px;
}
.strip_left span {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    letter-spacing: 0.5px;
}
.strip_right {
    text-align: right;
}
.strip_right a {
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
}
.strip_right a i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
}
.strip_right span a {
    width: auto;
    height: auto;
    border: 0;
    text-decoration: none;
    position: relative;
    top: -11px;
    font-weight: 600;
}
.navbar_nav {
    padding: 0 30px;
    background: #0000;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999999999;
    border-bottom: 1px solid #ffffff1a;
}
.navbar_navFixed {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0 5px 0 #ccc;
    z-index: 5;
}
.navbar_nav .navbar {
    margin: 0;
    padding: 0;
}
.navbar_nav .dropdown-menu {
    background: #fff;
    border-radius: 0;
    margin-top: -1px !important;
}
.navbar_nav .nav_brand_logo .logo_blue {
    width: 80%;
    display: none;
}
.navbar_nav .nav_brand_logo .logo_white {
    width: 80%;
}
.navbar_navFixed .nav_brand_logo .logo_white {
    display: none;
}
.navbar_navFixed .nav_brand_logo .logo_blue {
    display: block;
}
.navbar_nav .navbar-collapse {
    flex-grow: inherit;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    z-index: 999;
}
.navbar_nav .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 23px 0;
    margin-left: 25px;
    position: relative;
    transition: 0.5s;
}
.navbar_nav .navbar-nav .nav-link:hover {
    color: #f0a00d;
}
.navbar_navFixed .navbar-nav .nav-link {
    color: #000;
}
.navbar_nav .navbar-nav .nav-link.active,
.navbar_nav .navbar-nav .show > .nav-link {
    color: #f0a00d;
}
.navbar_nav .navbar-nav .nav-link.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #f0a00d;
}
.navbar_nav .navbar-nav .nav-link:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #f0a00d;
}
.dropdown-item:hover {
    color: #fff;
    background: #f0a00d;
}
.dropdown .dropdown-menu {
    display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}
.banner_section {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.banner_overley {
    width: 100%;
    background: #000000a3;
    height: 100%;
}
.banner_content {
    text-align: center;
    padding-top: 17%;
    width: 90%;
    margin: auto;
}
.banner_content h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    font-family: "Nunito", sans-serif;
}
.banner_content p {
    font-size: 1.5rem;
    color: #fff;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}
.banner_input {
    width: 68%;
    margin: auto;
    position: relative;
}
.banner_input input {
    width: 100%;
    outline: none;
    padding: 15px 14px;
    border-radius: 30px;
    border: 0;
}
.banner_input button {
    border: 0;
    background: #f0a00d;
    position: absolute;
    right: 7px;
    padding: 9px 30px;
    top: 6px;
    border-radius: 30px;
}
.banner_btn a {
    border: 0;
    margin-top: 10px;
    padding: 20px 50px;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
    background: #f0a00d;
    transition: 0.5s;
    border-radius: 30px;
}
.banner_btn a:hover {
    background: #fff;
    color: #2c3e50;
}
.bg_banner .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -33px;
    position: relative;
}
.bg_about {
    padding: 90px 0 50px;
}
.about_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_inner {
    width: 48%;
}
.about_inner img {
    width: 100%;
}
.about_inner h6 {
    display: inline-block;
    color: #f0a00d;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    position: relative;
}
.about_inner h6::before {
    width: 40px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    top: 4px;
    left: 100px;
}
.about_inner h6::after {
    width: 60px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    left: 100px;
    top: 12px;
}
.about_inner h2 {
    font-size: 2.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
    margin-bottom: 20px;
}
.about_inner h2 span {
    color: #f0a00d;
}
.about_inner p {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
}
.linkdin_link a {
    background: #0f5286;
    font-size: 30px;
    color: #fff;
    padding: 3px 13px;
}
.about_ul {
    display: flex;
    flex-wrap: wrap;
}
.about_ul li {
    list-style-type: disclosure-closed;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
    margin-bottom: 10px;
}
.about_ul li::marker {
    color: #f0a00d;
}
.about_ul li i {
    color: #f0a00d;
}
.about_btn a {
    display: inline-block;
    background: #f0a00d;
    font-size: 1rem;
    text-decoration: none;
    padding: 17px 50px;
    color: #000;
    margin-top: 20px;
    transition: 0.5s;
}
.about_btn a:hover {
    background: #0f5286;
    color: #fff;
}
.bg_service {
    padding: 50px 0;
    position: relative;
    background-image: url(../../website_assets/images/bg_corp2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.flight4 {
    position: absolute;
    bottom: -33px;
    width: 68%;
    left: 30%;
    opacity: 0.3;
}
.service_heading {
    text-align: center;
}
.service_heading h6 {
    display: inline-block;
    color: #f0a00d;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    position: relative;
}
.service_heading h6 span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}
.service_heading h6::before {
    width: 175px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    top: 4px;
    left: -35px;
}
.service_heading h6::after {
    width: 212px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    left: -55px;
    top: 12px;
}
.service_heading h2 {
    font-size: 2.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.service_section {
    margin-top: 40px;
}
.corptr .corptr1:nth-child(3) {
    display: none;
}
.service_item {
    box-shadow: 0 0 45px #00000014;
    transition: 0.5s;
    height: 398px;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 15px;
}
.service_item:hover {
    background: #0f5286;
}
.service_item:hover h5 {
    color: #fff;
}
.service_item:hover p {
    color: #fff;
}
.service_item:hover i {
    color: #fff;
}
.service_item a {
    text-decoration: none;
}
.service_item h5 {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.service_item p {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
}
.service_item i {
    font-size: 3rem;
    color: #f0a00d;
}
.bg_popular {
    padding: 30px 0 0;
}
.destination_heading h6::before {
    width: 208px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    top: 4px;
    left: -35px;
}
.destination_heading h6::after {
    width: 245px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    left: -55px;
    top: 12px;
}
.popular_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.popular_inner1 {
    width: 58.5%;
}
.popular_inner1 img {
    height: 228px;
}
.popular_img {
    position: relative;
    overflow: hidden;
}
.popular_img img {
    width: 100%;
    transition: 0.5s;
}
.popular_img img:hover {
    transform: scale(1.1);
}
.popular_inner2 {
    width: 40%;
}
.popular_inner2 .popular_img img {
    height: 472px;
}
.popular_img img {
    width: 100%;
}
.popular_img .span_offer {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 5px 10px;
    color: #dc3545;
    font-weight: 700;
}
.popular_img .span_place {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    padding: 5px 10px;
    color: #f0a00d;
    font-weight: 700;
}
.inner1_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
.inner_box1 {
    width: 48.7%;
}
.bg_package {
    padding: 40px 0 50px;
}
.package_heading h6::before {
    width: 185px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    top: 4px;
    left: -35px;
}
.package_heading h6::after {
    width: 225px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    left: -55px;
    top: 12px;
}
.package_section {
    margin-top: 40px;
}
.package-item {
    box-shadow: 0 0 45px #00000014;
}
.package-item h3 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.package-item p {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
}
.package-item small {
    color: #808b8d;
}
.bg_tour {
    padding: 40px 0 50px;
}
.bg_tour_img {
    background-image: url(../images/tour_img.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.tour_overley {
    background: #000000b8;
    width: 100%;
    height: 100%;
}
.form-floating input {
    color: #808b8d !important;
}
.customer_phone input {
    background: #0000;
    border: 1px solid #ccc;
    width: 100%;
    height: 58px;
    border-radius: 5px;
    padding-left: 10px;
}
.form-floating input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) !important;
    cursor: pointer;
}
.form-floating select {
    color: #808b8d !important;
}
.form-floating textarea {
    color: #808b8d !important;
}
.form-floating label {
    color: #808b8d;
}
.bg_our_guide {
    padding: 40px 0 50px;
}
.guide_heading h6::before {
    width: 216px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    top: 4px;
    left: -35px;
}
.guide_heading h6::after {
    width: 254px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    left: -55px;
    top: 12px;
}
.our_guide {
    margin-top: 40px;
}
.team-item {
    box-shadow: 0 0 45px #00000014;
}
.team-item img {
    transition: 0.5s;
}
.team-item:hover img {
    transform: scale(1.1);
}
.social_icon .btn {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    background: #fff;
    border-radius: 50%;
    color: #f0a00d;
    border-bottom: 1px solid #f0a00d;
    transition: 0.5s;
}
.social_icon .btn:hover {
    background: #f0a00d;
    color: #fff;
}
.team_h h5 {
    font-size: 1.25rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.team_h small {
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
}
.bg_testimonial {
    padding: 40px 0 20px;
}
.testimonial_owl_carousel {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.testimonial_owl_carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: 1px 0 100px 88px #fff;
    z-index: 3;
}
.testimonial_owl_carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    box-shadow: 1px 0 100px 88px #fff;
    z-index: 3;
}
.inner_banner .testimonial-item {
    height: 300px;
}
.inner_banner .testimonial-item img {
    width: 80px !important;
    height: 80px !important;
}
.inner_banner .testimonial-item h5 {
    font-size: 1.25rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.inner_banner .testimonial-item p {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
}
.testimonial_owl_carousel .owl-carousel .owl-item.center .item {
    background: #0f5286;
}
.testimonial_owl_carousel .owl-carousel .owl-item.center .item h5 {
    color: #fff;
}
.testimonial_owl_carousel .owl-carousel .owl-item.center .item p {
    color: #fff;
}
.testimonial_owl_carousel .owl-carousel .owl-item.center .item img {
    border: 5px solid #fff;
    padding: 0 !important;
}
.testimonial_owl_carousel .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}
.testimonial_owl_carousel .owl-theme .owl-dots .owl-dot.active span,
.testimonial_owl_carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #f0a00d;
}
.bg-footer {
    margin: 40px 0 0;
    padding: 21px 0;
    background: #0f5286;
    padding-top: 90px;
}
.ulBox {
    padding-left: 0;
}
.ulBox li {
    list-style-type: none;
    font-size: 14px;
}
.footer-item h3 {
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}
.ulBox li i {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
}
.ulBox li a {
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.3s;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    transition: 0.5s;
}
.ulBox li a:hover {
    letter-spacing: 1px;
}
.fitem-box p {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    color: #fff;
}
.social_link {
    padding-left: 0;
}
.social_link li {
    list-style-type: none;
    float: left;
    margin-right: 15px;
}
.social_link li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    transition: 0.5s;
}
.social_link li a:hover {
    background: #fff;
}
.social_link li a:hover i {
    color: #0f5286;
}
.social_link li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    color: #fff;
    transform: translate(-8px, -8px);
}
.fa_face {
    padding-left: 3px;
}
.img_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.img_gallery img {
    width: 29%;
    border: 4px solid #fff;
    height: 60px;
    cursor: pointer;
}
.zoomIimg {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000c;
}
.mdl_cntnt {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    animation: zoom 0.3s ease-in-out;
    box-shadow: 0 0 15px #000;
}
@keyframes zoom {
    from {
        transform: scale(0.5);
    }
    to {
        transform: scale(1);
    }
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
}
.newsletter {
    position: relative;
}
.newsletter input {
    width: 100%;
    padding: 1rem 3rem 1rem 0.5rem;
    outline: none;
}
.newsletter button {
    background: #f0a00d;
    border: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 10px 15px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}
.iata_tafi {
    display: flex;
    justify-content: space-between;
}
.newsletter .iata_img {
    width: 100px;
    margin-top: 7px;
    height: 54px;
}
.newsletter .tafi_img {
    width: 100px;
    margin-top: 10px;
    height: 47px;
}
.footer-bottom {
    padding: 25px 0 10px;
    font-size: 15px;
    border-top: 1px solid #ffffff1a;
    margin-top: 50px;
}
.footer-bottom p {
    margin-bottom: 0;
    color: #fff;
    font-family: "Nunito", sans-serif;
}
.ftr_btm {
    margin-bottom: 0;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    grid-gap: 20px;
}
.ftr_btm a {
    color: #fff;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
}
.ftr_btm span {
    color: #808b8d;
}
.scrollToTop {
    padding: 5px 10px;
    font-size: 23px;
    text-align: center;
    background: #f0a00d;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 23px;
    right: 17px;
    -webkit-text-stroke: 2px #f0a00d;
    display: none;
}
.breadcrumb_section {
    background-image: url(../images/tour_banner.png);
    height: 400px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.breadcrumb {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.breadcrumb li {
    color: #fff;
}
.breadcrumb li span {
    color: #808b8d;
}
.breadcrumb li a {
    text-decoration: none;
    color: #f0a00d;
    font-weight: 600;
}
.package_heading {
    margin-top: 40px;
}
.package_heading h2 {
    font-size: 2.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.package_heading p {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
}
.package_heading p i {
    color: #f0a00d;
}
.package_heading p small {
    font-size: 1rem;
    color: #f0a00d;
    padding: 0 5px;
}
.package_heading p span {
    margin-left: 50px;
}
.package_heading p a {
    text-decoration: none;
    color: #2c3e50;
    transition: 0.5s;
}
.package_heading p a:hover {
    color: #f0a00d;
}
.package_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.package_inner1 {
    width: 60%;
}
.package_inner1 img {
    width: 100%;
    height: 670px;
    border-radius: 10px;
}
.package_inner2 {
    width: 39%;
}
.package_inner2 img {
    width: 100%;
    height: 330px;
    border-radius: 10px;
}
.package_inner2 img + img {
    margin-top: 10px;
}
.bg_packge_overview {
    padding: 70px 0 50px;
}
.package_left .overview_box + .overview_box {
    margin-top: 30px;
}
.overview_box {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
}
.overview_box h3 {
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #2c3e50;
    margin-bottom: 20px;
}
.ul_overview {
    padding-left: 0;
    margin-bottom: 0;
}
.ul_overview li {
    list-style-type: none;
    width: 50%;
    float: left;
    margin-top: 10px;
    color: #808b8d;
}
.ul_overview li i {
    font-size: 18px;
    color: #f0a00d;
}
.overview_box p {
    color: #808b8d;
}
#more {
    display: none;
}
.ul_highlight {
    padding-left: 0;
}
.ul_highlight li {
    list-style-type: none;
    margin-bottom: 10px;
    color: #808b8d;
    display: flex;
}
.ul_highlight li i {
    color: #f0a00d;
    margin-right: 5px;
    margin-top: 3px;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
    transition: all 0.5s;
}
.accordian_box .accordion-button:not(.collapsed) {
    background: 0;
}
.accordian_box .accordion-button:focus {
    box-shadow: 0 0 0 0 #0000 !important;
}
.accordian_box .accordion-button {
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #2c3e50;
}
.package_right {
    position: sticky;
    top: 77px;
}
.form_box {
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 #0000000d;
    -moz-box-shadow: 0 5px 20px 0 #0000000d;
    box-shadow: 0 5px 20px 0 #0000000d;
}
.form_box p {
    margin-bottom: 0;
    color: #808b8d;
}
.form_box p span {
    display: inline-block;
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #2c3e50;
    margin-bottom: 20px;
}
.group_form {
    margin-bottom: 11px;
}
.group_form label {
    color: #2c3e50;
    font-size: 15px;
    font-weight: 500;
}
.group_form span {
    color: red;
}
.group_form input {
    width: 100%;
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    outline: 0;
}
.group_form select {
    width: 100%;
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    outline: 0;
}
.group_form textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    outline: 0;
}
.group_btn button {
    border: 0;
    background: #f0a00d;
    padding: 10px;
    width: 100%;
    border-radius: 30px;
    color: #2c3e50;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
}
.bg_like {
    padding: 30px 0 0;
    margin-bottom: 50px;
}
.like_heading {
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #2c3e50;
    margin-bottom: 20px;
}
.bg_like .package-item {
    margin-bottom: 30px;
}
.breadcrumb_about {
    background-image: url(../images/tour_banner.png);
    height: 400px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.breadcrumb_content {
    padding-top: 15%;
}
.moretext {
    display: none;
}
.moreless-button {
    cursor: pointer;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.bg_aboutus {
    padding: 50px 0;
}
.miles_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.miles_inner {
    width: 23.5%;
    padding: 20px;
    box-shadow: 0 0 45px #00000014;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}
.miles_inner h3 {
    text-align: center;
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.miles_inner p {
    text-align: center;
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
}
.miles_inner:hover {
    background: #0f5286;
}
.miles_inner:hover h3 {
    color: #fff;
}
.miles_inner:hover p {
    color: #fff;
}
.bg_partner {
    padding: 0 0 20px;
}
.owlSuccess_story {
    margin-top: 20px;
}
.owlSuccess_story .owl-stage-outer {
    padding: 20px 0;
}
.success_story {
    min-height: 280px;
    border-right: 4px solid #0e5184;
    box-shadow: 5px 5px 10px #0000001a;
    padding: 30px 30px 0;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}
.success_story:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #f0a00d;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}
.success_story:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #f0a00d;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}
.success_story:hover {
    transform: scale(1.03);
}
.success_story::-webkit-scrollbar {
    width: 8px;
}
.success_story::-webkit-scrollbar-thumb {
    background-color: #0003;
    border-radius: 4px;
}
.story_box p {
    display: flex;
    gap: 7px;
}
.story_box p i {
    color: green;
}
.success_story h4 {
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.success_story p {
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
    margin-bottom: 5px;
}
.bg_success_story .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}
.bg_success_story .owl-theme .owl-dots .owl-dot.active span,
.bg_success_story .owl-theme .owl-dots .owl-dot:hover span {
    background: #f0a00d;
}
.story_boxp {
    dispaly: flex;
    gap: 7px;
}
.breadcrumb_contact {
    background-image: url(../images/tour_banner.png);
    height: 400px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.bg_contactus {
    padding: 70px 0 50px;
}
.service_heading p {
    text-align: center;
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
}
.contact_getin_touch {
    margin-top: 40px;
}
.contact_getin_touch h2 {
    font-size: 2.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.contact_getin_touch h5 {
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
}
.contact_getin_touch p {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
}
.btn_warning {
    background: #f0a00d;
    border: 0;
    transition: 0.5s;
}
.btn_warning:hover {
    background: #0f5286;
    color: #fff;
}
.contact_iframe iframe {
    width: 100%;
    height: 395px;
}
.bg_travel {
    padding: 70px 0 30px;
    position: relative;
    overflow-x: hidden;
}
.flight_img1 {
    position: absolute;
    width: 30%;
    top: 47%;
    left: 0;
    transform: rotate(-51deg);
}
.flight_img2 {
    position: absolute;
    width: 23%;
    top: 38%;
    right: 30px;
}
.travel_box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px;
}
.travel_inner {
    width: 32%;
    box-shadow: 0 0 45px #00000014;
    transition: 0.5s;
    padding: 1.5rem !important;
    position: relative;
    z-index: 3;
    background: #fff;
}
.travel_inner:hover {
    background: #0f5286;
}
.travel_inner:hover i {
    color: #fff;
}
.travel_inner:hover h5 {
    color: #fff;
}
.travel_inner:hover p {
    color: #fff;
}
.travel_inner span {
    display: inline-block;
    margin-bottom: 20px;
}
.travel_inner span i {
    font-size: 3rem;
    color: #f0a00d;
}
.travel_inner h5 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.travel_inner p {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #808b8d;
    margin-bottom: 10px;
}
.travel_inner ul li {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #808b8d;
    margin-bottom: 10px;
}
.travel_inner:hover ul li {
    color: #fff;
}
.get_quate {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 800;
    color: #808b8d;
}
.get_quate1 {
    margin-top: 30px;
    font-size: 20px;
    color: #808b8d;
}
.bg_travel1 {
    padding: 30px 0 50px;
}
.bg_mice {
    padding: 50px 0 30px;
}
.mice_para p {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808b8d;
    text-align: center;
}
.review_section {
    margin-top: 30px;
}
.review_rating {
    border-bottom: 1px solid #ccc;
}
.review_rating + .review_rating {
    margin-top: 20px;
}
.review_rating h4 {
    font-size: 18px;
}
.review_box {
    margin-top: 30px;
}
.review_group_form {
    margin-bottom: 15px;
}
.star_reviw {
    display: inline-block;
}
.star_reviw span {
    color: #808b8d;
}
.star_reviw span:nth-child(1) {
    color: #f0a00d;
}
.star_reviw span:hover {
    color: #f0a00d;
}
.review_group_form textarea {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}
.review_group_form input {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}
.review_group_btn button {
    display: inline-block;
    background: #f0a00d;
    border: 0;
    font-size: 1rem;
    text-decoration: none;
    padding: 17px 50px;
    color: #000;
    margin-top: 20px;
    font-weight: 600;
    transition: 0.5s;
}
.review_group_btn button:hover {
    background: #0f5286;
    color: #fff;
}
.Privacy_policy {
    padding: 50px 0;
}
.Privacy_policy h2 {
    font-size: 20px;
}
.Privacy_policy ol li + li {
    margin-top: 10px;
}
.Privacy_policy ul li + li {
    margin-top: 10px;
}
.owl-carousel{
    display:block !important;
}




@media screen and (max-width: 767px) and (min-width: 200px) {
    .navbar_nav {
        padding: 0;
        top: 10px;
        border-bottom: 0;
    }
    .navbar_navFixed {
        top: 0;
    }
    .nav_toggler {
        border: 0;
        padding: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-nav {
        background: #fff;
    }
    .navbar_nav .navbar-nav .nav-link {
        color: #000;
        padding: 10px 0;
    }
    .nav_toggler i {
        font-size: 30px;
        color: #fff;
    }
    .navbar_navFixed .nav_toggler i {
        color: #0f5286;
    }
    .banner_content {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .banner_content h2 {
        font-size: 3rem;
    }
    .bg_about {
        padding: 40px 0 0;
    }
    .about_inner h2 {
        font-size: 2rem;
    }
    .about_inner {
        width: 100%;
    }
    .about_inner img {
        margin-bottom: 20px;
    }
    .service_heading h2 {
        font-size: 2rem;
    }
    .popular_inner1 {
        width: 100%;
    }
    .popular_inner1 img {
        height: auto;
    }
    .popular_inner2 {
        width: 100%;
        margin-top: 15px;
    }
    .popular_inner2 img {
        height: auto;
    }
    .popular_img .span_offer {
        font-size: 13px;
    }
    .popular_img .span_place {
        font-size: 13px;
    }
    .service_item {
        height: auto;
    }
    .service_item p {
        margin-bottom: 0;
    }
    .bg_service {
        padding: 50px 0 20px;
    }
    .booking {
        padding: 3rem 1rem !important;
    }
    .testimonial_owl_carousel::before {
        box-shadow: none;
    }
    .testimonial_owl_carousel::after {
        box-shadow: none;
    }
    .bg_package {
        padding: 20px 0;
    }
    .bg_our_guide {
        padding: 20px 0;
    }
    .bg_testimonial {
        padding: 30px 0 20px;
    }
    .ulBox li {
        display: flex;
    }
    .ulBox li a {
        font-size: 13px;
    }
    .fitem-box p {
        font-size: 13px;
    }
    .ftr_newsletter {
        margin-top: 20px;
    }
    .ftr_btm {
        justify-content: flex-start;
        gap: 15px;
    }
    .miles_inner {
        width: 100%;
    }
    .miles_inner + .miles_inner {
        margin-top: 20px;
    }
    .about_section2 {
        flex-direction: column-reverse;
    }
    .breadcrumb_about {
        height: 250px;
    }
    .breadcrumb_about h2 {
        font-size: 2rem;
    }
    .owl-carousel .owl-item img {
        width: auto !important;
        margin: auto !important;
    }
    .bg_travel {
        padding: 30px 0 0;
    }
    .travel_inner {
        width: 100%;
    }
    .bg_contactus {
        padding: 30px 0 0;
    }
    .package_heading h2 {
        font-size: 2rem;
    }
    .package_inner1 {
        width: 100%;
        margin-bottom: 11px;
    }
    .package_inner2 {
        width: 100%;
    }
    .package_inner1 img {
        height: auto;
    }
    .package_inner2 img {
        height: auto;
    }
    .bg_packge_overview {
        padding: 30px 0 20px;
    }
    .flight_img1 {
        display: none;
    }
    .flight_img2 {
        display: none;
    }
    .bg_service {
        background-image: none;
    }
    .success_story {
        height: 481px;
    }
    .get_quate {
        font-size: 20px;
    }
    .review_group_btn button {
        padding: 17px 25px;
    }
}
.alrt_success_bx {
    width: 30% !important;
    right: 0;
    height: auto !important;
    position: absolute !important;
    width: 600px;
    padding: 9px 20px;
    background-color: green;
    color: #fff;
    opacity: 0;
    transition: opacity 0.6s;
    right: -100%;
    animation: slide-in 0.5s forwards;
    z-index: 999;
    margin-top: 90px;
    margin-right: 25px;
}
.alrt_error_bx {
    width: 30% !important;
    right: 0;
    height: auto !important;
    position: absolute !important;
    width: 600px;
    padding: 9px 20px;
    background-color: red;
    color: #fff;
    opacity: 0;
    transition: opacity 0.6s;
    right: -100%;
    animation: slide-in 0.5s forwards;
    z-index: 999;
    margin-top: 90px;
    margin-right: 25px;
}
@keyframes slide-in {
    from {
        right: -100%;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}
.whatapp_box img {
    position: fixed;
    bottom: 300px;
    right: 11px;
    width: 51px;
    top: 50%;
    transform: translate(0%, -50%);
}
.form-section {
    padding: 40px;
    width: 80%;
    margin: auto;
    box-shadow: 1px 2px 5px 2px #d1d1d1;
    border-radius: 5px;
    background: #fff;
}
.form-label {
    font-weight: 600;
}
.btn-next {
    background: #c00;
    color: #fff;
    border: none;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
}
.reg_head {
    font-size: 2.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
}
.registration {
    padding: 50px;
}
.reg_submit_btn {
    background: #fd9d2f;
    color: #fff;
    border: none;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
}
.sm_contact_head {
    text-align: center;
}
.sm_contact_head h6 {
    display: inline-block;
    color: #f0a00d;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    position: relative;
}
.sm_contact_head h6 span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}
.sm_contact_head1 h6::before {
    width: 180px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    top: 4px;
    left: -35px;
}
.sm_contact_head1 h6::after {
    width: 225px;
    position: absolute;
    content: "";
    background: #f0a00d;
    height: 2px;
    left: -55px;
    top: 12px;
}
.review_section {
    margin-top: 30px;
}
.review_rating {
    border-bottom: 1px solid #ccc;
}
.review_rating + .review_rating {
    margin-top: 20px;
}
.review_rating h4 {
    font-size: 18px;
}
.review_box {
    margin-top: 30px;
}
.review_group_form {
    margin-bottom: 15px;
}
.star_reviw {
    display: inline-block;
}
.star_reviw span {
    color: #808b8d;
}
.star_reviw span:nth-child(1) {
    color: #f0a00d;
}
.star_reviw span:hover {
    color: #f0a00d;
}
.review_group_form textarea {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}
.review_group_form input {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}
.review_group_btn button {
    display: inline-block;
    background: #f0a00d;
    border: 0;
    font-size: 1rem;
    text-decoration: none;
    padding: 17px 50px;
    color: #000;
    margin-top: 20px;
    font-weight: 600;
    transition: 0.5s;
}
.review_group_btn button:hover {
    background: #0f5286;
    color: #fff;
}
.bg-blog-section {
    padding: 50px 0;
}
.blog-item {
    background: #fff;
    transition: all 500ms ease;
    border-radius: 5px;
    margin: 11px 0;
    box-shadow: 0 13px 30px 0 #d1caca;
    transition: 0.5s;
}
.blog-item:hover {
    transform: translateY(-10px);
}
.image-part {
    width: 100%;
}
.image-part img {
    width: 100%;
    height: 193px;
}
.blog-item .blog-content {
    padding: 27px 27px 16px;
    height: 230px;
    padding-bottom: 0;
}
.blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
    padding-left: 17px;
    text-align: center;
}
.blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
    font-size: 15px;
}
.blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
    color: #0f5286;
}
.blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-item .blog-content .title a {
    color: #2c3e50;
    font-size: 21px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
}
.blog-item .blog-content .desc {
    color: #505050;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination_box {
    text-align: center;
    margin-top: 20px;
}
.pagination_box .pagination {
    justify-content: center;
}
.pagination_box .pagination .page-link {
    color: #000;
}
.pagination_box .active > .page-link,
.pagination_box .page-link.active {
    background: #0f5286;
    border: 1px solid #0f5286;
    color: #fff !important;
}
.pagination_box .page-item:first-child .page-link {
    border-radius: 0;
}
.pagination_box .page-item:last-child .page-link {
    border-radius: 0;
}
.bg-blog-detail {
    padding: 53px 0;
}
.recent-posts-widget {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 6px 25px #00000012;
}
.widget-title {
    font-family: "Nunito", sans-serif;
    color: #2c3e50;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.widget-title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: red;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}
.recent-posts-widget .show-featured {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0000000f;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.recent-posts-widget .show-featured .post-img {
    max-width: 110px;
}
.post-img img {
    width: 91%;
}
.recent-posts-widget .show-featured .post-desc a {
    font-size: 14px;
    line-height: 22px;
    color: #111;
    font-weight: 600;
    display: block;
    text-decoration: none;
}
.recent-posts-widget .show-featured .post-desc .date {
    color: #0f5286;
    font-size: 14px;
}
.bs-img {
    width: 100%;
}
.bs-img img {
    width: 100%;
}
.blog-full-box {
    box-shadow: 0 0 30px #0000000d;
    padding: 0 33px;
    padding-bottom: 33px;
}
.blog-metaBx li {
    list-style-type: none;
    float: left;
    margin-right: 17px;
    font-size: 15px;
}
.blog-metaBx li i {
    color: #0f5286;
}
.blog-metaBx {
    padding-left: 0;
    padding-top: 27px;
}
.blog-detail h2 {
    font-size: 27px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.blog-detail h3 {
    font-size: 20px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.comment-area {
    padding-top: 31px;
}
.comment-area h3 {
    font-size: 24px;
    font-family: "Nunito", sans-serif;
    color: #2c3e50;
}
.comment-area h4 {
    font-family: "Nunito", sans-serif;
    color: #2c3e50;
}
.comment-full label {
    padding-top: 21px;
    padding-bottom: 5px;
    font-size: 15px;
}
.comment-full input {
    border-radius: 0;
    padding: 13px;
}
.submit-btn button {
    border: 0;
    background: #0f5286;
    color: #fff;
    border: 0;
    padding: 13px 27px;
    margin-top: 30px;
}
