/* ::: Theme 2 */
:root {
    --primary: #05afac;
    --blue: #05afac;
    --navy: #004a69;
    --navy-dark: #004a69;
    --gold: #d1d500;
    --green-rich: #05afac;
    --green-bright: #94ba7e;
    --link-color: #004a69;
    --heading-color: #004a69;
    --arrow-color-mobile: #ffffff;
    --arrow-color-mobile-active: #d1d500;
    --arrow-color-desktop: #031F1F;
    --arrow-color-desktop-active: #031F1F;
}

@media (min-width: 1200px) {
    .navbar.navbar-expand-xl .dropdown-toggle.show, .navbar.navbar-expand-xl .nav-item:hover {
        background-color: var(--primary);
    }

    .has-theme .navbar.navbar-expand-xl .dropdown-menu li:first-child .dropdown-item {
        border-bottom-color: var(--gold) !important;
        background: var(--primary);
    }

    .has-theme .navbar.navbar-expand-xl .dropdown-menu .dropdown-item:first-child {
        background: var(--primary);
    }

    .navbar.navbar-expand-xl .dropdown-menu .dropdown-item:hover, .navbar.navbar-expand-xl .dropdown-menu .dropdown-item:focus {
        background: #026765 !important;
    }
}
