.header-new{
     display: flex;
    justify-content: space-between;
    align-items: center;
}


.logo-partner {
    margin-top: 6px;
    text-align: end;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: end;
}
.logo-partner span {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #3b3b3b;
}

footer .logo-partner span {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #fff;
}


.logo-partner img{
    display: block;
    width: 85px;
    max-width: 65%;
    height: auto;
    /* margin: 0 auto; */
}

.main-header .header-upper .logo, .main-menu .navigation>li {
    padding: 25px 0 25px;
    position: relative;
}

.clearfix::after {
    display: none;
    clear: both;
    content: "";
}


.blue-section.services-section .sec-title h2:before {
    background-color: #fff;
}


.blue-section.services-section::after{
        background-color: #005ca9;
}

.banner-section .slide-item .text {
    max-width: 700px;
}

.banner-section .slide-item h2 {
    max-width: 20ch;
}

.page-banner:before {
    background-color: #005ca9;
}

.newsletter-section:before {
    
    background-color: #005ca9;
    opacity: 1;
}