.navbar-brand img {
    filter: brightness(0) invert(1) !important;
}
.nav-style-1 .list-group-item.dropdown:hover .dropdown-toggle,
.nav-style-1 .list-group-item:hover .item-text {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.nav-style-1 .list-group-item .item-text,
.nav-style-1 .list-group-item.dropdown .dropdown-toggle {
    color: #fff !important;
}
#stickyNavbar.sticky .nav-style-1 .list-group-item .item-text,
.nav-style-1 .list-group-item.dropdown .dropdown-toggle {
    color: #000 !important;
}
.searchBar {
    height: 50px;
    background: 0 0 !important;
    color: #000 !important;
    border: none;
}
.searchBar:focus {
    background: 0 0 !important;
    border: none;
    box-shadow: none;
}
.searchForm {
    background: #ffffff73 !important;
    display: none;
}
.searchBar::placeholder {
    color: #000 !important;
    opacity: 0.5;
}
.searchResults {
    background: #000000c7 !important;
    backdrop-filter: blur(10px);
    display: none;
}
.searchResults a,
.searchResults h6 {
    color: #fff;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
#stickyNavbar.sticky {
    background: #000;
    z-index: 9999;
    box-shadow: 0 0 24px #0000001c;
    padding-bottom: 10px;
}
.sticky + .content {
    padding-top: 60px;
}
.main-header {
    top: 0;
    background: linear-gradient(180deg, #000000a1, transparent);
    height: 100px;
}
.curMenu .btn,
.header-navbar .my-btn-secondary {
    color: #fff;
}
