.header-area {
    background: var(--primary-green);
    position: absolute;
    z-index: 22;
    width: 100%;
    padding: 20px 0;
}
.hero-area {
    position: relative;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu li {
    display: inline-block;
}

.site-logo {
    max-width: 250px;
    height: auto;
    display: flex;
    align-items: center;
}

.site-logo a {
    display: block;
}

.main-menu li a {
    color: #000;
    padding: 10px 20px;
    display: block;
}

.mean-container .mean-nav > ul {
    display: block !important;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.home-site-logo span {
    background: #cce4ff;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 13px;
    margin-left: 8px;
    color: #0263e0;
    border-radius: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin-right: 22px;
    }
}
.main-menu ul li:last-child {
    margin-right: 0;
}
.main-menu ul li.has-dropdown > a {
    padding-right: 14px;
}
.main-menu ul li.has-dropdown > a::after {
    position: absolute;
    content: "\f107";
    right: -4px;
    top: 22px;
    font-size: 14px;
    font-size: 14px;
    color: #000;
    font-family: "Font Awesome 6 Pro";
}
.main-menu ul li a {
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    font-weight: 450;
    padding: 20px 0;
    display: inline-block;
    transition: 0.3s;

    &:hover {
        color: var(--light-gray);
    }
}
.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slidebar-content {
    padding: 20px 40px;
}

.sidebar-header {
    margin-bottom: 20px;
}

.sidebar-logo {
    max-width: 250px;
}

.sidebar-close {
    font-size: 20px;
}

.sidebar-logo {
    max-width: 250px;
}

.sidebar-close {
    font-size: 20px;
}

.sidebar-socials ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-socials li {
    display: inline-block;
}

.sidebar-socials {
    margin-top: 30px;
}

.sidebar-socials li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #000;
}

.sidebar-socials li a:hover {
    background: #f9f9f9;
}

.sidebar-single-contact-info {
    position: relative;
    z-index: 2;
    padding-left: 80px;
    min-height: 60px;
    margin-top: 24px;
}

.sidebar-contact-info-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f9f9f9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}

.mobile-menu.fix.mean-container {
    clear: both;
    overflow: hidden;
}

.sidebar-main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    transition: all 0.3s;
    right: -100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.sidebar-main.active {
    transition: all 0.3s;
    visibility: visible;
    opacity: 1;
    right: 0;
}

.mobile-menu-bar {
    height: 30px;
    width: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}

.sidebar-contact-info-title p {
    font-size: 18px;
}

.sidebar-contact-info-title a {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.sidebar-single-contact-info {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
a.cta-btn {
    color: #fff;
    font-size: 14px;
    position: relative;
    line-height: 14px;
    padding: 17px 20px;
    display: inline-block;
    transition: all 0.3s;
    border-radius: 10px;
    box-shadow: 0px 20px 40px rgba(2, 99, 224, 0.15);
}

a.cta-btn::before {
    content: "";
    position: absolute;
    background: #0263e0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 7px;
}

a.cta-btn::after {
    content: "";
    position: absolute;
    background: #202C4A;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 7px;
    transition: all.4s;
}

a.cta-btn:hover::after {
    width: 100%;
    transition: all.4s;
}

a.cta-btn:hover {
    transition: all 0.3s;
    transform: translatey(-5px);
}
a.login-btn {
    color: #0263e0;
    display: inline-block;
    margin-right: 5px;
}

/* 
+++++++++++++++++++++++++++++++++++
==== ===== nav menu all ==== ======
+++++++++++++++++++++++++++++++++++
*/


li.has-dropdown1 {
    position: relative;
}
li.has-dropdown1 span {
    position: absolute;
    right: 10px;
}

.header-area-all.sticky2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: #021334;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

.header-area-all.header-area9.sticky {
    background: #0c0c0c;
}

.header-area-all.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

.header-area-all.header-area-all-pages {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}