.it-header-center-wrapper {
    background: #072fcd;
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
}

.it-header-slim-wrapper {
    background: #072fcd;
}

@media (min-width: 992px) {
    .it-header-navbar-wrapper {
        background: #072fcd;
    }
}