:root {
    --blue: #25aae1;
    --dark-blue: #004c6b;
    --dark-blue2: #004c6a;
    --dark-cyan: #155c78;
    --black: #000;
    --custom-black: #0d0d11;
    --custom-black2: #111117;
    --light-blue: #c1e3f1;
    --new-black: #22254c;
    --new-black2: #171813;
    --new-black3: #00131b;
    --red: #e83d53;
    --yellow: #fed168;

    --primary: #2a2f6a;
    --secondary: #cbb77f;
    --secondary-hover: #dbcda5;
    --accent: #6667ab;
    --menu-accent: #383e7b;
    --light: #f4f5ff;
    --font-dark: #302f2f;
    --font-light: #e0e3ff;
    --white: #ffffff;
    --grey: #ededed;
}

/* ------------------ Upper Header ------------------------ */

.ps-30 {
    padding-left: 30px;
}
.upper-header {
    background-color: var(--blue);
    width: 100%;
    color: var(--white) !important;
    /* padding-top: 10px;
			padding-bottom: 14px; */
    padding-top: 3px;
    /* padding-bottom: 7px;  */
    padding-bottom: 3px;
    display: block;
}

.upper-header-nav,
.main-header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upper-header-left-text,
.upper-header-left-custom-text {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
}

.upper-header-left-text {
    font-weight: 700;
}

.upper-header-left-custom-text {
    font-weight: 900;
}

.upper-header-right-text {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.upper-header-right span {
    margin-inline: 3px;
}

.upper-header-right i {
    font-size: 17px !important;
    color: #fff !important;
}

.upper-header-right .fa-envelope,
.upper-header-right .fa-phone-alt,
.upper-header-right .fa-facebook-messenger {
    vertical-align: -1px;
}

@media (max-width: 992px) {
    .upper-header {
        display: none;
    }
}

.main-header {
    width: 100%;
    background-color: transparent;
    color: var(--white);
    display: flex;
    align-items: center;
    position: relative;
    /* z-index: 10 !important; */
    padding: 0.5rem 0;
    /* height: 75px; */
}

.main-header-link:link,
.main-header-link:visited,
.main-header-link:active {
    font-weight: 300;
    color: var(--secondary);
    font-size: 18px;
    text-decoration: none !important;
}

.main-header-link:hover {
    color: var(--white);
}

.main-header-link i {
    font-size: 22px !important;
}

.main-header-service-chevron-cont {
    vertical-align: 1px;
}

.main-header-service-chevron-cont i {
    color: var(--white);
    font-size: 24px !important;
    transition: all 0.4s;
}

.main-header-link .main-header-service-chevron-cont i {
    font-size: 14px !important;
    color: #fff !important;
}

#mobile-menu-services-box-btn > span,
#mobile-menu-services-box-btn i {
    pointer-events: none;
}

#mobile-menu-services-box-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}

#mobile-menu-services-box-btn.active .main-header-service-chevron-cont i {
    color: #fff;
    transform: rotate(180deg);
}

#mobile-menu-services-box-btn:hover {
    color: #fff !important;
}

.lato-700 {
    font-weight: 700 !important;
}

.header-btn {
    background-color: var(--blue);
    border-radius: 20px;
    padding: 1px 15px 1px;
    display: inline-block;
    transition: all 250ms ease-in-out;
}

.dropdown {
    z-index: 1051;
}

.courses-dropdown-menu {
    z-index: 1050 !important;
    background-color: var(--primary);
}

.courses-dropdown-menu > li > .dropdown-item {
    color: var(--secondary) !important;
    font-size: 18px !important;
    font-weight: 300;
}

.dropdown-item:active {
    background-color: var(--primary) !important;
    color: var(--font-light) !important;
}

.profile-dropdown-btn {
    border-radius: 50%;
    border: 2px solid var(--secondary);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-dropdown-btn > i {
    font-size: 22px;
}

.profile-dropdown-menu {
    z-index: 1050 !important;
    background-color: var(--font-light);
}

.profile-img {
    width: 39px;
    border-radius: 50%;
}

.dropdown-item {
    color: var(--primary) !important;
    font-size: 14px !important;
}

.dropdown-username {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.dropdown-username:hover {
    background-color: var(--font-light) !important;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-serv {
    padding-bottom: 1px;
    position: relative;
}

.dropdown-menu-serv {
    position: absolute;
    background-color: transparent !important;
    top: 20px;
    left: 0;
    width: max-content !important;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
    pointer-events: none;
    margin: 0 auto !important;
    z-index: 15;
}

.dropdown-menu-serv-content-box {
    margin-top: 10px;
    background-color: var(--dark-blue2);
    border-radius: 5px;
    border: 2px solid #045577;
    width: max-content !important;
}

.dropdown-menu-serv.active {
    opacity: 1;
    pointer-events: auto;
}

.dropdown-menu-serv-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
}

.dropdown-menu-serv-inner form {
    width: 100%;
    margin: 0 !important;
}

.dropdown-menu-serv-link-desktop {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #fff !important;
    display: block;
    padding: 0 15px;
    width: max-content;
}

.dropdown-menu-serv-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: #fff !important;
    display: block;
    padding-left: 30px;
    border-radius: 0px 10px 10px 0px;
    width: 100%;
    margin-bottom: 1rem;
}

.dropdown-menu-serv-link:link,
.dropdown-menu-serv-link:visited,
.dropdown-menu-serv-link:active,
.dropdown-menu-serv-link:hover,
.dropdown-menu-serv-link-desktop:link,
.dropdown-menu-serv-link-desktop:visited,
.dropdown-menu-serv-link-desktop:active,
.dropdown-menu-serv-link-desktop:hover {
    text-decoration: none;
}

.dropdown-menu-serv-link:active,
.dropdown-menu-serv-link:hover,
.dropdown-menu-serv-link-desktop:active,
.dropdown-menu-serv-link-desktop:hover {
    color: var(--secondary) !important;
}

.dropdown-menu-serv-link.active {
    background-color: var(--secondary);
}

.lato-400-18 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.main-header-right-mobile,
.main-header-center-mobile {
    display: none;
}

.navbar-light {
    background-color: transparent !important;
}

.fa-bars {
    color: #fff !important;
    font-size: 26px !important;
}

.dropdown-menu-mobile {
    position: fixed;
    background: var(--menu-accent);
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    overflow: auto;
    /* padding: 13px 15px 0; */
    left: 0;
    top: 0;
    /* opacity: 0; */
    transition: all 250ms ease-in-out;
    pointer-events: none;
    z-index: 20;
    max-width: 360px;
    transform: translateX(-100%);
}

.dropdown-menu-mobile .blank-link {
    width: max-content !important;
    display: inline-block;
}

#mobile-menu-toggler i {
    color: #fff !important;
    font-size: 40px !important;
}

.mobile-menu-item-list {
    /* padding-bottom: 100px; */
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
}

.mobile-menu-question-box-outer {
    padding-left: 30px;
}

.container-main.container-mobile-menu {
    padding-left: 0;
    padding-right: 0;
    height: 92%;
}

.container-main.container-mobile-menu .row {
    margin: 0;
    height: 100%;
}

.container-main.container-mobile-menu .row > div {
    padding-left: 0;
    padding-right: 0;
}

.header-logo-img {
    height: 46px;
    width: 120px;
}

.logout-form {
    display: inline-flex;
}

.main-header-right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
}

.main-header-right > .main-header-link:first-child {
    padding-top: 1px;
}

.mobile-menu-services-list-box {
    padding-left: 10px;
    padding-top: 5px;
    margin: 0 0 1rem 30px;
    animation: fade-in 500ms forwards;
    border-radius: 10px;
    background-color: var(--primary);
}

.mobile-menu-services-list-box.d-none {
    animation: fade-out 500ms forwards;
}

.mobile-menu-services-list-box .dropdown-menu-serv-link {
    background-color: var(--primary);
    border-radius: 10px !important;
    border: none !important;
    margin: 5px 0;
    padding: 0.5rem 0;
}

.mobile-menu-question-box {
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 10px;
    border: 2px solid rgba(37, 170, 225, 0.5);
    background: rgba(37, 170, 225, 0.1);
}

.mobile-menu-question-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.mobile-menu-question-flex-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu-question-flex-item img {
    width: 20px;
}

.mobile-menu-question-flex-item span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.mobile-menu-question-box > .mobile-menu-question-flex-item:first-of-type {
    margin-top: 5px;
    margin-bottom: 5px;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    100% {
        opacity: 0;
    }
    0% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .logout-btn-mobile {
        display: inline-block;
        border-radius: 5px;
        font-size: 20px !important;
        text-decoration: none !important;
        color: #fff !important;
        padding: 10px 50px 13px;
        background-color: var(--primary);
    }

    .logout-btn-mobile-box {
        width: max-content;
        margin: 50px auto 50px;
    }

    #mobile-menu-bg {
        display: none;
        position: fixed;
        z-index: 19;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        animation: fade-in 250ms forwards;
    }

    .dropdown-menu-mobile.active {
        /* opacity: 1; */
        transform: translateX(0);
        pointer-events: auto;
    }

    .mobile-menu-flex {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 0;
        margin-bottom: 0;
    }

    .mobile-menu-header {
        /* padding: 10px 0; */
        /* margin-bottom: 20px; */
        height: 100%;
        /* border: 1px solid red; */
        /* display: flex; */
        /* align-items: center; */
    }

    #mobile-menu-close {
        background: none;
        border: none;
        outline: none;
        color: #fff;
        display: flex;
    }

    #mobile-menu-close:hover {
        color: var(--grey);
    }

    #mobile-menu-close i {
        font-size: 28px;
    }

    .mobile-menu-item {
        background-color: var(--primary);
        border-radius: 10px;
        width: 300px;
        margin: 20px auto;
        text-align: center;
        padding: 15px 0;
    }

    .mobile-menu-item p {
        text-align: center;
        text-transform: uppercase;
        color: #fff !important;
        margin-top: 15px;
        margin-bottom: 0 !important;
        font-size: 21px !important;
    }

    .mobile-menu-item i {
        font-size: 75px !important;
        color: #fff !important;
    }
}

@media (max-width: 1105px) {
    .main-header-right-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        transition: all 150ms ease-in-out;
    }

    .main-header-center-mobile {
        display: block;
    }

    .main-header-right-mobile.inactive {
        opacity: 0;
    }

    .main-header-right {
        display: none;
    }

    .header-logo-img {
        height: 46px;
        /* width: 200px; */
    }

    #mobile-menu-toggler img {
        width: 42px;
    }

    #mobile-menu-close img {
        width: 22px;
        color: #fff;
    }
}

@media (max-width: 768px) {
    #mobile-menu-close img {
        height: 22px !important;
        color: #fff;
    }

    .mobile-menu-item p {
        font-size: 18px !important;
        margin-top: 15px;
    }

    .mobile-menu-item i {
        font-size: 55px !important;
        color: #fff !important;
    }

    .logout-btn-mobile-box {
        margin: 20px auto 0;
    }

    .mobile-menu-item,
    .dropdown-menu-mobile .blank-link {
        width: max-content !important;
    }

    .mobile-menu-item {
        padding: 15px 0;
    }

    /* .mobile-menu-header {
        background-color: var(--primary); 
        padding: 10px 0; 
    } */

    /* .main-header,
    .mobile-menu-header {
        height: 65px;
    } */

    /* main {
        margin-top: 65px;
    } */
}

@media (max-width: 576px) {
    .mobile-menu-item p {
        font-size: 16px !important;
    }
}
