.hero-slider-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero-slider-section.section-lg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-header,
.rd-navbar-wrap,
.rd-navbar-static,
.section-main-bunner,
.main-bunner-img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-header + .hero-slider-section,
.rd-navbar-wrap + .hero-slider-section,
.hero-slider-section:first-of-type {
  margin-top: 0 !important;
}

.owl-style-1,
.owl-style-1 .item {
  margin: 0 !important;
}

.hero-slide {
  position: relative;
  min-height: 650px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-slide-inner {
  min-height: 650px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.hero-slide .container,
.hero-slide .row,
.hero-slide .col-lg-8 {
  position: relative;
  z-index: 2;
}

.hero-title,
.hero-text {
  color: #fff;
}

.hero-title {
  margin-bottom: 20px;
}

.hero-text {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 25px;
}

/* Make slider CTA match template buttons */
.hero-slider-section .button {
  min-width: 170px;
}

/* nav arrows */
.owl-style-1 .owl-nav {
  margin: 0;
}

.owl-style-1 .owl-nav button.owl-prev,
.owl-style-1 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35) !important;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 54px !important;
  text-align: center;
  margin: 0;
  transition: all 0.3s ease;
  z-index: 5;
}

.owl-style-1 .owl-nav button.owl-prev {
  left: 20px;
}

.owl-style-1 .owl-nav button.owl-next {
  right: 20px;
}

.owl-style-1 .owl-nav button.owl-prev:hover,
.owl-style-1 .owl-nav button.owl-next:hover {
  background: #76baaf !important; /* template-like green */
  color: #fff !important;
}

.owl-style-1 .owl-nav button span {
  display: block;
  line-height: 54px;
}

.owl-style-1 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  text-align: center;
  z-index: 5;
}

.owl-style-1 .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}

@media (max-width: 991px) {
  .hero-slide,
  .hero-slide-inner {
    min-height: 520px;
  }

  .hero-text {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .hero-slide,
  .hero-slide-inner {
    min-height: 420px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-text {
    font-size: 20px;
  }

  .owl-style-1 .owl-nav button.owl-prev,
  .owl-style-1 .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    line-height: 44px !important;
    font-size: 20px !important;
  }

  .owl-style-1 .owl-nav button.owl-prev {
    left: 10px;
  }

  .owl-style-1 .owl-nav button.owl-next {
    right: 10px;
  }

  .owl-style-1 .owl-nav button span {
    line-height: 44px;
  }
}