@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


html,
body {
    scroll-behavior: smooth;
    height: 100%;
    font-family: "Inter", sans-serif !important;
    text-decoration: none !important;
}

.btn-primary {
    background-color: #1b2a4e !important;
    border-color: #0d1b2a !important;
}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

.color-primary, .text-primary {
    color: #1b2a4e !important;
}

.color-secondary {
    color: #0d1b2a !important;
}

.navbar {
    transition: .3s ease-out;
    height: 94px;
}

.scroll-navbar-bg {
    background-color: #ffffff;
}

.navbar-collapse-mobile {
    text-align: left;
    padding: 20px;
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
    width: 70px;
    height: 70px;
    padding: 10px;
}

.avatar-sm {
    background-color: #0d1b2a;
    background-size: cover;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.bg-footer {
    background-color: #1b2a4e !important;
}

.cookie-notice a {
    padding: 4px 10px 4px 10px;
    border: 2px solid #1b2a4e;
    font-size: 12px !important;
    color: #1b2a4e !important;
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    color: inherit;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: transparent !important;
    outline: none !important;
}

.accordion-button:not(.collapsed) {
    border-color: transparent !important;
    box-shadow: none !important;
}

.page-bg {
    background-image: url(../images/page-bg.jpg);
    background-position: center center;
    background-size: cover;
    height: 300px;
    padding-top: 140px;
}

.page-sidebar {
    margin: -140px 0px 0px 0px;
    position: relative;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.page-title {
    font-size: 30px;
    color: #fff;
}



.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    font-weight: 300;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 14px;
    font-weight: 300;
}

.loading {
    z-index: 9999;
    /* Sit on top */
    overflow: visible;
    align-self: center;
    position: fixed;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgba(255, 255, 255, 0.85);
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
}

.container-light {
    background-color: #f7f7f5;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e6e6e4;
}

.container-footer {
    background-color: #1b2a4e;
}

.container-contact {
    background-image: url(../images/footer.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #0d1b2a;
}

.card {
    border: 1px solid #f5ebe6 !important;
}

.industry-partners {
    overflow: hidden;
    padding: 20px 0;
}

.logo-slider {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: inline-block;
    animation: scroll-left 20s linear infinite;
}

.logo-track img {
    height: 30px;
    margin: 0 30px;
    vertical-align: middle;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.fade-overlay {
    position: absolute;
    width: 100px;
    height: 60px;
    z-index: 2;
    pointer-events: none;
}

.fade-overlay.left {
    left: 0;
    background: linear-gradient(to right, #f7f7f5 0%, transparent 100%);
}

.fade-overlay.right {
    right: 0;
    background: linear-gradient(to left, #f7f7f5 0%, transparent 100%);
}

/* Custom Menu */

.custom-menu {
    list-style: none;
    padding: 0;
    margin-top: -40px;
    width: 100%;
    overflow: hidden;
}

.custom-menu li {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
}

.custom-menu li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.custom-menu li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.custom-menu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 12px;
    color: #333;
    font-size: 16px;
}

.custom-menu li.active a {
    background-color: #1b2a4e !important;
    color: #fff !important;
    font-weight: bold;
}

/* */

.mega-menu {
    width: 60%;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    position: absolute;
    background-color: white;
    z-index: 1000;
    display: none;
}

/* Responsivity */
@media (max-width:576px) {

    .mega-menu {
        position: static !important;
        width: 100% !important;
        display: none !important;
        border: none;
        box-shadow: none;
        transform: none !important;
    }

    .mega-menu.show {
        display: block !important;
    }

    .mega-menu .row {
        flex-direction: column;
        margin: 0;
    }

    .mega-menu .col-md-4 {
        width: 100%;
        border: none !important;
        padding: 1rem;
    }

    .mega-menu img {
        width: 100%;
        height: auto;
    }

    .dropdown-menu {
        position: static !important;
        float: none;
    }

    .nav-item.dropdown .dropdown-toggle::after {
        display: none;
    }

    .cookie-notice {
        display: none;
        position: fixed;
        width: 100%;
        bottom: 0px;
        padding: 10px;
        font-size: 12px;
        color: #1b2a4e !important;
        box-shadow: 0 0px 20px 0 rgba(176, 99, 55, 0.2);
        background: rgba(255, 255, 255, 0.9);
        z-index: 1028 !important;
    }
}

@media (min-width:576px) and (max-width:768px) {

    .cookie-notice {
        display: none;
        position: fixed;
        width: 100%;
        bottom: 0px;
        padding: 10px;
        font-size: 12px;
        color: #1b2a4e !important;
        box-shadow: 0 0px 20px 0 rgba(176, 99, 55, 0.2);
        background: rgba(255, 255, 255, 0.9);
        z-index: 1028 !important;
    }
}

@media (min-width:768px) and (max-width:992px) {

    .cookie-notice {
        display: none;
        position: fixed;
        width: 100%;
        bottom: 0px;
        padding: 10px;
        font-size: 12px;
        color: #1b2a4e !important;
        box-shadow: 0 0px 20px 0 rgba(176, 99, 55, 0.2);
        background: rgba(255, 255, 255, 0.9);
        z-index: 1028 !important;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .container {
        max-width: 1300px !important;
    }

    .cookie-notice {
        display: none;
        position: fixed;
        width: 480px;
        left: 20px;
        bottom: 20px;
        padding: 10px;
        font-size: 12px;
        border-radius: 4px;
        color: #1b2a4e !important;
        box-shadow: 0 0px 20px 0 rgba(176, 99, 55, 0.2);
        background: rgba(255, 255, 255, 0.9);
        z-index: 1028 !important;
    }
}

@media (min-width:1200px) and (max-width:1480px) {
    .container {
        max-width: 1300px !important;
    }

    .cookie-notice {
        display: none;
        position: fixed;
        width: 480px;
        left: 20px;
        bottom: 20px;
        padding: 10px;
        font-size: 12px;
        border-radius: 4px;
        color: #1b2a4e !important;
        box-shadow: 0 0px 20px 0 rgba(176, 99, 55, 0.2);
        background: rgba(255, 255, 255, 0.9);
        z-index: 1028 !important;
    }
}

@media (min-width:1480px) {
    .container {
        max-width: 1300px !important;
    }

    .cookie-notice {
        display: none;
        position: fixed;
        width: 480px;
        left: 20px;
        bottom: 20px;
        padding: 10px;
        font-size: 12px;
        border-radius: 4px;
        color: #1b2a4e !important;
        box-shadow: 0 0px 20px 0 rgba(176, 99, 55, 0.2);
        background: rgba(255, 255, 255, 0.9);
        z-index: 1028 !important;
    }
}

/* Responsivity */