.site-logo-img {
    width: 170px;
    max-height: 54px;
    object-fit: contain;
}

.site-header-nav {
    flex: 1 1 auto;
    justify-content: center;
}

.site-header-nav .navbar-nav {
    align-items: center;
    gap: 4px;
}

.site-header-nav .navbar-nav .nav-item a {
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}

.site-header-nav .navbar-nav .nav-item a:hover {
    color: #4a6cf0;
    background: transparent;
}

.navbar-area.is-sticky .site-header-nav .navbar-nav .nav-item a:hover {
    color: #2647c8;
    background: transparent;
}

.site-nav-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.navbar-area.is-sticky .site-nav-icon {
    color: #2647c8;
    background: rgba(38, 71, 200, 0.08);
}

.site-nav-icon i,
.site-nav-icon i:before {
    font-size: 20px;
}

.site-footer-modern .footer-logo img {
    max-width: 190px;
}

.site-footer-modern .footer-content-title h3 {
    color: #fff;
    margin-bottom: 16px;
}

.site-footer-modern .footer-list li {
    margin-bottom: 10px;
}

.site-footer-modern .footer-list li a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
}

.site-footer-modern .footer-list li a:hover {
    color: #fff;
}

.site-footer-identity {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(38, 71, 200, 0.12);
}

.site-footer-identity h3 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 6px;
}

.site-footer-modern .footer-details p,
.site-footer-identity p {
    color: rgba(255, 255, 255, 0.82);
}

.site-footer-social {
    margin-top: 22px;
}

@media only screen and (max-width: 1059px) {
    .site-logo-img {
        width: 124px;
        max-height: 44px;
    }

    .mobile-nav.mean-container .mean-nav {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer-modern .footer-content-item {
        margin-bottom: 28px;
    }
}
