header, .header, #header,
.navbar, .navbar-default, .navbar-light, .navbar-dark,
.site-header, .topbar, .main-header, [role="banner"] {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  position: relative;          
  z-index: 2;
}
header::before, header::after,
.navbar::before, .navbar::after,
.site-header::before, .site-header::after {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
header .container, .navbar .container,
.site-header .container, .main-header .container,
header .wrapper, .navbar .wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
header .bg-white, header .bg-light,
.navbar .bg-white, .navbar .bg-light {
  background-color: transparent !important;
}