@media screen and (max-width:991px) {
    #header .header-nav-bar.header-nav-bar-top-border {
        display: none;
    }
}

.tittle-w3 {
    font-weight: 700 !important;
}

#header .header-wrap-logo {
    margin: 14px 0 !important;
    margin: 1rem 0;
    font-size: 16px !important;
}

.logo-text-light {
    color: white
}

.logo-text-light:hover {
    color: white;
    text-decoration: none !important;
}

.logo-text-light:active {
    color: white;
}


@media(max-width:440px) {

    #header .header-wrap-logo {
        font-size: 15px !important;
    }
}