/**********************************************************
*   ROOT
***********************************************************/
body {
    background-color: #222E45;
    font-family: "Mulish", sans-serif;
    color: white;
    padding-top: 5.7rem;
}

a {
    text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    line-height: 1.3em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    font-family: "Playfair Display", sans-serif;

}


.text-muted {
    color: #7C818B;

}

.bg-secondary {
    background-color: #313E59 !important;
}

.bg-primary {
    background-color: #172136 !important;
}


.bg-title {
    background: linear-gradient(175deg, rgba(25, 35, 45, .8), rgba(25, 35, 45, .9)), #172136 url('img/inner-bg.png') no-repeat scroll center / cover;
}

.bg-title-2 {
    background: linear-gradient(175deg, rgba(25, 35, 45, .1), rgba(25, 35, 45, .7)), #172136 url('img/global-map.jpg') no-repeat scroll center / cover;
}

.bg-title-3 {
    background: linear-gradient(175deg, rgba(34, 46, 69, .7), rgba(34, 46, 69)), #172136 url('img/home_jet_footer.jpg') no-repeat scroll center / cover;
}




/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #313e59 #071022;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 13px;
}

*::-webkit-scrollbar-track {
    background: #071022;
}

*::-webkit-scrollbar-thumb {
    background-color: #3d4e70;

    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #313e59
}


/**********************************************************
*   HEADER & DYNAMIC BAR
***********************************************************/

.dropdown-menu {
    --bs-dropdown-link-active-bg: #222e45;
    --bs-dropdown-link-hover-bg: #222e45;
    --bs-dropdown-link-hover-color: #ffffff;
}



.navbar-toggler {
    border: none;
    background-color: #404d6a;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar {
    font-size: 16px;
    --bs-navbar-padding-y: 0rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

nav .logo {
    height: 55px;
}




.navbar .navbar-nav .nav-link {
    color: white;

}




.navbar-nav .nav-link:hover {
    background: #222e45;
}


.dropdown-menu {
    padding: 0;
    border: none;
}

.dropdown-item {
    padding: 1rem;
    border-bottom: 0.0625rem solid #313e59;
    background-color: #404d6a;
    color: white;
}


.offcanvas-header {
    background-color: #242c3e;
    ;
    color: white;

}

.offcanvas-body {
    flex-grow: 1;
    padding: 0;
    background: #313E59 !important;
}





.dynamic-bar {
    background-color: #071022;
    overflow: auto;

}


.dynamic-right a {
    font-size: 1.5em;
    color: white;
}

.dynamic-bar .dynamic-right a:hover {
    font-size: 1.5em;
    color: #6c757d;
}

.dynamic-left {
    font-size: 1em;
    color: white;
}



.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0;
}



/**********************************************************
*   @FOOTER
***********************************************************/

footer .logo {
    height: 100px;
}

footer .nav-link {
    color: #e1e1e1;
}

footer .nav-link:hover {
    color: #fff;
    padding-left: 5px !important;
    transition: all 0.3s;
}


footer h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

footer .border-top {
    border-top: 1px dashed #999 !important;
}


header .btn-primary,
footer .btn-primary {
    background-color: #525EE0;
    border-color: #525EE0;
    border-radius: 20px;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    margin-top: 24px;
    font-size: 18px;
    margin-left: 10px
}

header .btn-primary:hover,
header .btn-primary:active,
footer .btn-primary:hover,
footer .btn-primary:active {
    background-color: #4c57d0;
    border-color: #4c57d0;
}







footer .btn-primary i {
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    top: 3px;
    margin-left: 2px;
}

footer .btn-primary {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .btn-primary:hover i {
    transform: rotate(-150deg);
}

.social-area ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #6c757d;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s;
}

.footer-social li a:hover {
    border: 1px solid white;
    color: #6c757d;
    background: white;
}

header .btn-primary i,
footer .btn-primary i {
    transition: all 0.5s;
}

header .btn-primary .btn-primary:hover,
footer .btn-primary .btn-primary:hover {
    background-color: #636ede;

}

footer h4::after {
    display: block;
    content: "";
    margin-left: 0.1em;
    border-width: 0.3em 0.3em 0px;
    margin-top: 5px;
    content: "";
    left: 4em;
    width: 50px;
    border: 1px dashed #999;
}

footer .bi-chevron-right::before {
    content: "\f285";
    font-weight: 800 !important;
    font-size: 12px;
    color: #aeaeb3;
    vertical-align: 0px;
}


/**********************************************************
*   RESPONSIVE
***********************************************************/

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding-top: 2.1rem;
        padding-bottom: 2.1rem;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    /* .navbar .nav-item:hover .nav-link {} */
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .navbar .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        border-bottom: 0.0625rem solid #181e2a;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: #54545414
    }

    .dropdown-toggle::after {
        position: absolute;
        right: 20px;
        top: 25px;

    }

    .dropdown-toggle:after {
        transform: rotate(270deg);
    }

    .dropdown-toggle[aria-expanded="true"]:after {
        transform: rotate(0deg);
    }

    /*for the animation*/
    /* .dropdown-toggle:after {
        transition: 0.5s;
    } */

    .dynamic-bar {
        margin-top: -25px;
    }
}

@media (max-width: 768px) {
    footer .row-cols-md-5 {
        border-top: 0px dashed #999 !important;
        margin-top: -35px !important;
    }
}

@media (max-width: 575px) {
    footer {
        text-align: center;
    }

    .dynamic-left .ms-3 {
        margin-left: 0 !important;
    }

    .dynamic-right .ms-3 {
        margin-left: 0.2rem !important;
        margin-right: 0.2rem !important
    }

    .flex-column {
        flex-direction: unset !important;
    }

    footer .logo {
        height: 115px;
        margin: 0 auto;
    }
}
















.section {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.section-md {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}



@media (max-width: 1199px) {
    .section {
        padding: 90px 0;
    }

    .section-md {
        padding: 70px 0;
    }
}




@media (max-width: 991px) {
    .section {
        padding: 70px 0;
    }

    .section-md {
        padding: 50px 0;
    }
}


.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    justify-content: center;
}


.breadcrumb-item a {
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: white;
}


.breadcrumb-item.active {
    font-weight: 700;
    color: #999;
    position: relative;
    z-index: 2;
}



.breadcrumb-item.active::before {
    content: "";
    font-weight: 600;
    color: white;
    left: 0;
    top: 2px;
    position: relative;
    font-family: "Sap-Icons";
}