
.navbar-brand img{
    filter: brightness(0) invert(1) !important;
}

.nav-style-1 .list-group-item:hover .item-text, .nav-style-1 .list-group-item.dropdown:hover .dropdown-toggle {
    border-bottom: solid 1px #fff;
    margin-bottom: -1px;
  }

.nav-style-1 .list-group-item .item-text, .nav-style-1 .list-group-item.dropdown .dropdown-toggle {
    color: #fff !important;
}

.searchBar{
height: 50px;
background: transparent !important;
color: #000 !important;
border: none;
}
  
.searchBar:focus{
background: transparent !important;
border: none;
box-shadow: none;
}

.searchForm{
background: #ffffff73 !important;
display: none;
}

.searchBar::placeholder {
color: #000 !important;
opacity: 0.5; /* Firefox */
}

.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: 0px 0px 24px #0000001c;
  padding-bottom: 10px;
}

.sticky + .content {
  padding-top: 60px;
}

.main-header{
    top: 0px;
    background: linear-gradient(180deg, #000000a1, transparent);
    height: 100px;
}
