@media only screen and (min-width: 1200px) {
    .container {
      padding: 0 30px;
  }
}

.single-hero-slider {
  position: relative;
  background-size: cover;
  background-position: center;
}

.single-hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.single-hero-slider .slider-content {
  position: relative;
  z-index: 1;
}

.single-hero-slider .slider-content h1.mb-40 {
  margin-bottom: 15px !important;
  font-size: 55px;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.single-hero-slider .slider-content p {
  font-size: 25px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.burger-icon.burger-icon-white>span:after, .burger-icon.burger-icon-white>span:before {
  background-color: #333
}

.header-action-2 .header-action-icon-2>a span {
 color: #333
}