* {
  background-color: black !important;
  background-image: none !important;
  color: white !important;
  line-height: 1.5em !important;
  text-shadow: none !important;
}

a, a * {
  background-color: black !important;
  color: yellow !important;
  text-decoration: underline !important;
}

a:hover, a:hover * {
  background-color: yellow !important;
  color: black !important;
  text-decoration: underline !important;
  text-decoration: none !important;
}

input {
  background-color: white !important;
  color: black !important;
}

input[type=submit],
input[type=button],
button {
  background-color: yellow !important;
  color: black !important;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  text-decoration: underline !important;
}

.slicknav_btn {
  background-color: yellow !important;
}

.hero-area-content, .bm-logo-hero {
  text-align: center;
  padding-top: 50px;
}
.hero-area {
  border: none;
}

.bm-logo-hero img {
  max-width: 400px;
  margin: 25px 0 30px;
}

.section-style img {
  margin-bottom: 10px;
}

.footer::before {
  background: #000;
}

.video-popup i {
  display: inline-block !important;
  width: 100px !important;
  height: 100px !important;
  line-height: 80px !important;
  font-size: 25px !important;
  border-radius: 50% !important;
  transition: all 0.4s !important;
  position: relative !important;
  z-index: 1 !important;
}
