.home-banner {
  height: 820px;
  position: relative;
  width: 100%;
}
.home-banner .banner-slider {
  height: 100%;
}
.home-banner .slick-list,
.home-banner .slick-track{
  height: 100%;
}
.home-banner .banner-slider-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.home-banner .banner-bckground {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.home-banner .banner-container {
  width: 100%;
  z-index: 22;
  position: relative;
  max-width: 1230px;
}
.home-banner .banner-heding h2 {
  position: relative;
  font-family: Roboto,sans-serif;
  text-transform: uppercase;
  color: #1c1c1c;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-size: 42px;
  font-weight: 700;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 54px;
}
.home-banner .banner-heding {
  margin-bottom: 20px;
}
.home-banner .banner-rich-texts {
  margin-bottom: 42px;
}
.home-banner .banner-texts {
  color: #1c1c1c;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 14px;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 25px;
  font-family: Arial;
}
.home-banner .banner-btn a {
  box-sizing: border-box !important;
  display: inline-block;
  border-radius: 2px;
  border: 2px solid #443f45;
  text-transform: uppercase;
  background: #443f45;
  color: #fff;
  position: relative;
  text-decoration: none;
  outline: 0;
  margin: 0px;
  padding: 12px 38px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 14px;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 24px;
  font-family: "Open Sans";
}
.home-banner .banner-btn a:hover {
  color: #fff;
  border-color: #1c1c1c;
  background: #1c1c1c;
}
.home-banner .banner-button {
  margin-left: 4.5px;
}

button.slick-prev, button.slick-next {
  cursor: pointer;
  background: rgba(201,201,201,0.75);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid rgba(255, 255, 255, 1);
  transform: none;
}
button.slick-prev {
  top: 50%;
  transform: matrix(1, 0, 0, 1, 15, -20);
  left: 0px;
  display: none !important;
  }

button.slick-prev::before {
  font-family: "revicons";
  font-size: 15px;
  color: rgb(255, 255, 255);
  display: block;
  line-height: 40px;
  text-align: center;
}
button.slick-next::before {
  font-family: "revicons";
  font-size: 15px;
  color: rgb(255, 255, 255);
  display: block;
  line-height: 40px;
  text-align: center;
}
button.slick-next {
  top: 50%;
  transform: matrix(1, 0, 0, 1, -55, -20);
  left: 100%;
  right: auto;
}
button.slick-prev:hover, button.slick-next:hover {
  background: rgba(0, 0, 0, 1);
}









@media(max-width: 1220px){
  .home-banner {
    height: 67.2vw;
  }
  .home-banner .banner-heding h2 {
    font-size: 3.42vw;
    line-height: 1.3;
  }
  .home-banner .banner-texts {
    font-size: 1.13vw;
    line-height: 1.6;
  }
  .home-banner .banner-btn a {
    font-size: 1.13vw;
    line-height: 1.4;
    padding: 1.1vw 3.1vw;
  }




}



@media only screen and (max-width: 767px){
  .home-banner .banner-content {
    display: none;
  }
  .home-banner {
    height: 66.8vw;
  }



}





@media(max-width: 479px){
  .home-banner {
    height: 68vw;
  }



}




