header#header-main {
    position: fixed;
}

svg.img-fluid path {
    fill: #fff;
}
.nav-link {
    color: #fff;
}
.subnav-link {
    color: #000 !important;
}
header#header-main.sticky .sub-navbar{
border: 1px solid #000;
border-top: none;
}

.user-icons a svg {
    filter: brightness(0) invert(1) !important;
}

#hero-accordion .accordion-body .button-circle:hover{
    background: #fff !important;
    color: #000 !important;
}

@media screen and (max-width: 992px){
    .mb-toggle span {
        background: #fff;
        color: #fff;
    }

    .mb-toggle.oopen span:nth-of-type(1) , .mb-toggle.oopen span:nth-of-type(3){
        background: #fff;
    }
}