.custom-banner-slider-wrap .slick-dots {
  margin-top: 0;
  position: absolute;
  bottom: 40px;
}

.home-banner-inner {
  background: no-repeat center #333;
  background-size: cover;
  position: relative;
}

.home-banner-inner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.home-banner-inner-2 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 240px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.home-banner-text1 {
  color: #fff;
  font-size: 55px;
  text-transform: none;
  font-family: 'Avant Garde LT Demi', sans-serif;
  margin: 0 !important;
  line-height: 1;
  max-width: 640px;
  margin: 0 auto !important;
}

.home-banner-text2 {
  color: #fff;
  font-size: 55px;
  font-family: 'Eurostile Light', sans-serif;
  margin: 0 !important;
  line-height: 1.1;
  margin-top: 10px !important;
}

.home-banner-text3 {
  color: #fff;
  font-size: 65px;
  font-family: 'Eurostile Semi Bold', sans-serif;
  margin: 0 !important;
  line-height: 1.1;
}

.home-banner-cont {
  color: #fff;
  font-size: 20px;
  font-family: 'Avant Garde Book', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 15px;
}

.home-banner-btn {
  background: #15b9b2;
  font-size: 14px;
  color: #fff;
  font-family: Avant Garde LT Demi, sans-serif;
  min-width: 192px;
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  justify-content: center;
  text-transform: uppercase;
  vertical-align: top;
  border-radius: 50px;
}

.home-banner-btn:hover {
  background-color: #16c5be !important;
  color: #fff !important;
}

.home-banner-btn-2 {
  background: #c0b284;
  color: #fff;
}

.home-banner-btn-2:hover {
  background: #cdbe8d !important;
  color: #fff !important;
}

.home-banner-btn-2 i {
  font-size: 24px;
  margin-right: 10px;
}

.home-banner-btn-wrap {
  margin-top: 30px;
}

@media (max-width: 1180px) {
  .home-banner-inner-2 {
    padding: 100px 60px;
    text-align: center;
  }

  .home-banner-text1 {
    font-size: 45px;
  }
} /* END 1180px */

@media (max-width: 910px) {
  .home-banner-text2 {
    font-size: 40px;
  }

  .home-banner-text3 {
    font-size: 55px;
  }

  .home-banner-text1 {
    font-size: 35px;
  }
} /* END 910px */

@media (max-width: 600px) {
  .home-banner-text2 {
    font-size: 30px;
  }

  .home-banner-text3 {
    font-size: 35px;
  }

  .home-banner-btn {
    margin: 10px 0;
  }

  .home-banner-inner-2 {
    padding: 40px 40px 80px 40px;
  }

  .home-banner-text1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .home-banner-cont {
    font-size: 18px;
  }
} /* END 1180px */
