.hl-wrapper-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hl-slider-box {
  padding-bottom: 35%;
  height: 0;
  background-position: 50%; 
  background-size: cover;
}
.hl-slider-box > .inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hl-slider-text {
  color: #27ae60;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
}
.hl-slider-text .txt_1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  -o-transition: all ease 1.5s;
  transition: all ease 1.5s;
  margin-left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.slick-current .txt_1,
.slick-active .txt_1 {
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hl-slider-text .txt_2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all ease 2.5s;
  -moz-transition: all ease 2.5s;
  -o-transition: all ease 2.5s;
  transition: all ease 2.5s;
  margin-left: -250%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.hl-slider-text .txt_2 span {
  color: #edbd26;
}
.slick-current .txt_2,
.slick-active .txt_2 {
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hl-slider-btn {
  font-size: 14px;
  padding: 12px 28px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f3b132;
  background-color: #006e3d;
  color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all ease 3s;
  -moz-transition: all ease 3s;
  -o-transition: all ease 3s;
  transition: all ease 3s;
  margin-left: -250%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.hl-slider-btn:hover {
  color: #fff;
}
.slick-current .hl-slider-btn,
.slick-active .hl-slider-btn {
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hl-wrapper-slider .slick-dots {
  bottom: 15px;
}
.hl-wrapper-slider .slick-dots li button:before {
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .hl-slider-text .txt_2 {
    font-size: 24px;
  }
  .hl-slider-btn {
    padding: 8px 28px;
  }
}
@media only screen and (max-width: 767px) {
  .hl-slider-text .txt_1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .hl-slider-text .txt_2 {
    font-size: 16px;
  }
  .hl-slider-btn {
    margin-top: 0;
    padding: 5px 20px;
    font-size: 11px;
  }
}
