body {

    font-size: 15px;

}



h1,

h2,

h3,

h4,

h5,

h6,

p,

a {

    font-family: 'Montserrat', sans-serif;

}



.pd-50 {

    padding-top: 50px;

    padding-bottom: 50px;

}



#header .header_div a.img:hover {

    opacity: 1;

}



#header .header_div {

    padding-top: 15px;

}



header#header {

    position: absolute;

    left: 0;

    right: 0;

    z-index: 2;

}



.bg-white {

    background-color: #fff;

}



#header .header_div a:hover {

    opacity: 0.8;

}



#header .header_div img {

    position: absolute;

    z-index: 99999;

    left: 50%;

    transform: translateX(-50%);

    box-shadow: 0px 0px 5px #000;

    border-radius: 100%;

}



nav {

    position: relative;

    z-index: 999 !important;

    padding-top: 100px !important;

}



#header_color {

    background-color: rgba(0, 0, 0, 0.5) !important;

    border-color: transparent !important;

}



.navbar-nav {

    width: 100%;

    text-align: center;

    text-transform: uppercase;

}



.navbar-nav li a {

    color: #fff !important;

    font-family: Montserrat, san-slef;

}



.nav>li>a {

    padding-left: 20px;

    padding-right: 20px;

}



.list-inline {

    padding-left: 0;

    list-style: none;

    display: flex;

    gap: 10px;

    flex-wrap: wrap;

}





/*========================================*/

/*Travel Welcome*/

/* #travel {

    margin-top: -100px !important;

} */



#travel h4 {

    font-family: 'Ruge Boogie', cursive;

    font-size: 40px;

    color: #02306e;

    margin: 0;

    padding: 0;

}



#travel h2, .partner h2 {
    margin: 0;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #02abe9;
}
.partner h2 {
    border-top: 1px solid #eee;
    padding-top: 50px;
}

.btn-primary {

    border-radius: 0 !important;

    background-color: #02abe9 !important;

    color: #fff;

    border-color: #02abe9;

    margin-top: 50px;

    border-radius: 30px !important;

    font-size: 17px !important;

    padding: .5rem 1.5rem;

}



.v_mission {

    margin-top: 30px;

}



/*===================================*/

/*Destination*/

#destination {

    padding-top: 50px;

    padding-bottom: 40px;

    margin-top: 100px;

    background-color: #F4F5F7;

}



#destination .view_detail a {

    font-weight: 600;

    color: #02ABE9 !important;

}



#destination .view_detail a:hover {

    text-decoration: none;

}



.text_destination {

    font-family: 'Montserrat', sans-serif;

    transform: rotate(270deg);

    font-size: 30px;

    font-weight: bold;

    margin-top: 30px;

    margin-left: -50px;

    color: #02306e;

}



#tour_package .text_destination {

    width: 271px;

}



/* 

.img_des {

    margin-top: -20px;

    margin-left: 200px;

} */



#destination .text_destination {

    font-family: 'Montserrat', sans-serif;

    transform: rotate(270deg);

    font-size: 30px;

    font-weight: bold;

    margin-top: 0px;

    margin-left: -33%;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 322px;

    gap: 20px;

    /* background: red; */

}



#destination .mt_50 {

    margin-top: 50px;

    padding-bottom: 50px;

}



#destination .mt_30 {

    margin-top: 20px;

}



/*=================================*/

/*Tour Packages*/



#tour_package a.carousel-control {

    color: #fff;

    text-shadow: 0px 0px 10px #000;

}



.myCarousel-1-mt {

    margin-top: 50px;

}



#tour_package .carousel-control {

    width: 2% !important;

}



.carousel-control.left {

    margin-left: -30px;

}



.text-mt-100 {

    font-family: 'Montserrat', sans-serif;

    margin-top: 100px;

}



.text-mt-100 h3 {

    margin: 0;

    padding: 0;

    font-weight: bold;

    color: #02ABE9;

    margin-bottom: 40px;

}



.text-mt-100 p.explore {

    font-size: 17px;

    margin: 0;

    padding: 0;

    color: #EC8800;

}



.tour_name {

    margin-top: 221px;

    margin-left: -73px;

}



#tour_package .img_des {

    margin-top: -80px;

    margin-left: 285px;

}



/*==============================*/

/*Footer*/

footer {

    background-color: #02306e;

    padding-top: 50px;

    padding-bottom: 50px;

}



footer img {

    float: left;

    padding-right: 10px;

}



footer {

    color: #fff;

}



footer p {

    line-height: 30px;

}



footer .net {

    color: #02ABE9;

}



#tour_package a.carousel-control-prev {

    left: -10%;

    width: 10%;

    text-shadow: 0px 0px 10px #000;

    font-size: 29px;

}



#tour_package a.carousel-control-next {

    right: -10%;

    width: 10%;

    text-shadow: 0px 0px 10px #000;

    font-size: 29px;

}



.v_mission .media {

    gap: 15px;

}



.v_mission .media-body {

    width: 90%;

}



/* ScrollToTop */



.scrollToTop {

    text-decoration: none;

    cursor: pointer;

    background: #02abe9;

    position: fixed;

    bottom: 0px;

    right: 30px;

    width: 40px;

    height: 40px;

    border-radius: 1px;

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

    z-index: 999;

    transition: 1.5s ease;

    border: 2px solid #02abe9;

}



.scrollToTop.show {

    left: unset;

    bottom: 50px
}



.scrollToTop.hide {

    left: -50px;

    right: unset;

}



.scrollToTop i {

    color: #fff;

    font-size: 22px;

    padding-left: 9px;

    padding-top: 6px;

}



.phone-icon {

    transform: rotate(-78deg);

    margin-top: -10px;

}



/* banner */

.breadcrumb-area {

    text-align: center;

    background: no-repeat center / cover;

    position: relative;

    z-index: 1;

    min-height: 540px;

    display: flex;

    justify-content: center;

    align-items: flex-end;

    padding-bottom: 5%;

    color: #fff;

    font-size: 20px;

}



.breadcrumb-area::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    background: linear-gradient(-180deg, transparent, rgb(4 29 63 / 80%) 85%);

}



.breadcrumb-area .breadcrumb-menu {

    margin-top: 20px;

    margin: 0;

    padding: 0;

    list-style: none;

}



.breadcrumb-area .breadcrumb-menu li {

    color: #ffffff;

    display: inline;

    font-size: 16px;

    font-weight: 500;

    text-transform: capitalize;

}



.breadcrumb-area .breadcrumb-menu li a {

    color: #ffffff;

    -webkit-transition: all 0.2s ease-in;

    -o-transition: all 0.2s ease-in;

    transition: all 0.2s ease-in;

}



.breadcrumb-area .breadcrumb-menu li .icon {

    color: #02abe9;

    font-size: 15px;

    margin: 0px 10px;

}



.breadcrumb-area .title {

    color: #ffffff;

    font-weight: bold;

}



h2.section-title {

    color: #02abe9;

}



p.sub-title {

    color: #022f71;

    font-size: 20px;

    line-height: 1;

}



span.sub-header {

    border-left: 3px solid #02abe9;

    border-top-left-radius: 30px;

    border-bottom-left-radius: 30px;

    padding-left: 10px;

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 10px;

    display: inline-block;

    margin-top: 10px;

}



.vision-box h3 {

    border-bottom: 1px solid #02306e;

    padding-bottom: 10px;

    font-size: 21px;

    margin-bottom: 10px;

    color: #02306e;

}



.about-us-page ul,

.news ul {

    list-style: none;

    margin-left: 0px;

    line-height: 2;

}



.about-us-page ul li,

.news ul li {

    position: relative;

}



.about-us-page li:before,

.news ul li:before {

    position: absolute;

    left: -25px;

    font-family: "Font Awesome 6 Free";

    top: 0;

    content: "\f058";

    font-size: 17px;

    color: #02306e;

}



.gap-10 {

    gap: 10px
}



.certificate img {

    margin-bottom: 20px;

    border: 1px solid #eee;

    border-radius: 10px;

}



.orgchart {

    background: #f3f8ff;

}



.team-content {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-top: 20px;

    padding-bottom: 20px;

}



.team-box h3 {

    font-size: 20px;

    margin: 0;

    color: #02306e;

    font-weight: 500;

}



.team-content .position {

    margin: 0;

    font-size: 16px;

}



.team-img {

    border: 1px solid #ddd;

    border-radius: 20px;

    padding: 20px;

}



.team-img img {

    object-fit: cover;

    margin: auto;

    aspect-ratio: 1 / 1;

    border-radius: 13px;

}



.team-box button.btn {

    background: transparent;

    border: 1px solid #ddd;

    color: #02306e;

}



.team-content i {

    color: #02306e;

    font-size: 18px;

}



.team-content img.img-fluid {

    border-radius: 20px;

}



.team-box {

    max-width: 344px;

    margin: auto;

}



.mm-navbar {

    background: #02306e;

    color: #fff;

}



section.business-sectors .counter,

.news .counter {

    font-size: 3.5rem;

    font-weight: bold;

    color: #ddd;

}



.row.sector-row {

    border-top: 1px solid #ddd;

    padding-top: 50px;

    padding-bottom: 50px;

}



.row.sector-row img {

    border-radius: 20px;

}



.grid-sizer,

.grid-item {

    width: 25%;

    padding: 5px;

}



a[aria-expanded="true"] .less,

a[aria-expanded="false"] .more {

    display: block;

}



a[aria-expanded="true"] .more,

a[aria-expanded="false"] .less {

    display: none;

}



.cbox {

    text-align: center;

}



.cbox i {

    font-size: 25px;

    color: #02abe9;

    margin-bottom: 20px;

    text-align: center;

}



.cbox h3 {

    font-size: 22px;

}



.form-control {

    padding: 25px 20px;

    border-radius: 30px;

}



.form-control:focus {

    box-shadow: none;

}



.sl-overlay {

    background: #000;

}



li.mm-listitem.mm-listitem_selected {

    color: #02abe9;

}

.pd-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

button.owl-prev,
button.owl-prev:focus,
button.owl-next,
button.owl-next:focus {
    width: 40px;
    height: 40px;
    background: #02abe9 !important;
    color: #fff !important;
    border-radius: 100%;
    border-color: transparent !important;
    outline: 0;
}

.owl-nav {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}
button.owl-next.disabled, button.owl-prev.disabled {
    background: #eee !important;
}
footer a,footer a:hover {
    color: #fff;
    text-decoration: none;
}
li.nav-item.active a {
    color: #13c0ff !important;
}
.cbox a, .cbox a:hover {
    color: inherit;
    text-decoration: none;
}
/*===========================*/

/*Media Query*/

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .nav-link {

        padding-right: 1.75rem;

        padding-left: 1.75rem;

    }

}



@media(min-width: 767px) {

    .navbar-nav li {

        float: none;

        display: inline-block;

    }

}



@media (min-width: 991px) {

    /* #slider {

        position: relative;

        z-index: 1;

        top: -171px;

    } */

}



@media(max-width:1199px) {

    #destination .text_destination {

        margin-top: 0px;

        margin-left: -59%;

        font-size: 18px;

    }

}



@media (max-width: 991px) {

    .row.sector-row {

        border-top: 1px solid #ddd;

        padding-top: 0px;

        padding-bottom: 0px;

    }

    .pd-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .row.sector-row img {

        border-radius: 20px;

        margin-bottom: 20px;

    }



    .input-group.xs-margin {

        margin-bottom: 20px;

    }



    .grid-sizer,

    .grid-item {

        width: 50%;

        padding: 5px;

    }



    .btn-primary {

        font-size: 14px !important;

    }



    .breadcrumb-area {

        min-height: 240px;

    }



    #header .header_div img {

        left: 0;

        transform: translateX(50%);

        width: 100px;

    }



    #travel .mt_50 {

        margin-top: 0px;

    }



    /* .media {

        margin-top: 50px !important;

    } */



    /* #travel {

        margin-top: 50px !important;

    } */





    nav {

        padding-top: 0px !important;

    }



    #header .header_div {

        padding-top: 0px;

    }



    div#header_color {

        height: 50px;

        margin-top: 25px;

        display: flex;

        align-items: center;

    }



    button.navbar-toggler {

        margin-left: auto;

        color: #fff;

    }







    #destination .mt_50 {

        margin-top: 0px;

        padding-bottom: 0;

    }



    #tour_package a.carousel-control-next {

        right: 0;

        top: 0;

        height: 10px;

    }



    div#myCarousel-1 {

        padding-top: 23px;

    }



    #tour_package a.carousel-control-prev {

        left: 80%;

        top: 0;

        height: 10px;

    }



    section#tour_package img {

        display: none;

    }



    #tour_package .text-mt-100 {

        margin-top: 0px;

    }



    #tour_package .btn-primary {

        margin-top: 0px;

    }



    #destination .text_destination {

        margin-top: 0px;

        margin-left: -100%;

        font-size: 18px;

        padding-left: 59px;

    }



    .h3,

    h3 {

        font-size: 1.35rem;

    }



    #tour_package .text-mt-100 h3 {

        margin: 0;

        padding: 0;

        font-weight: bold;

        color: #02ABE9;

        margin-bottom: 0px;

    }



    .carousel-control-next,

    .carousel-control-prev {

        align-items: end;

        -ms-flex-pack: center;

        justify-content: center;

        width: 15%;

        padding-bottom: 5%;

    }

}



@media(max-width: 767px) {

    #destination .mt_50 {

        margin-top: 50px;

    }



    .ml-auto {

        width: 100%;

        margin-bottom: 20px;

    }



    #destination .mt_30 {

        margin-top: -20px !important;

    }



    /* #travel h4 {

        margin-top: 20px;

    } */



    .v_mission,

    .v_mission .media_1 {

        margin-top: 0px;

    }



    .pd-50 {

        padding-top: 30px;

        padding-bottom: 30px;

    }



    .h2,

    h2 {

        font-size: 1.4rem;

    }



    footer p.text-right {

        text-align: left !important;

        margin: 0;

        line-height: 1.2;

    }



    #travel img {

        margin-top: 20px;

    }



    #travel .btn-primary {

        margin-top: 0px;

    }



    #travel h2 {

        margin-bottom: 10px;

    }



    .row.v_mission.pd-50 {

        padding-top: 0px;

    }



    #destination {

        padding-top: 0px;

        padding-bottom: 40px;

        margin-top: 0px;

        background-color: #F4F5F7;

    }



}

.certi-logo {
    position: relative;
}
.certi-logo img {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    width: 305px;
    position: absolute;
    right: 0;
    top: 11px;
}
@media(max-width:420px) {
    #header .header_div img {
        width: 65px;
        top: 14px;
        left: 0;
    }
    .certi-logo img {
        width: 178px;
        right: 63px;
        top: -7px;
    }
}

@media (min-width:420px) and (max-width:991px){
    .certi-logo img {
        width: 186px;
        right: 61px;
        top: -9px;
    }
  
}