html,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}



.slider {
  width: 50%;
  margin: 0 auto;
  font-family:muli;
}

.slick-slide {
  margin: 0;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
  font-weight:600;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.slick-slider {
  width: 100%;
}

.slick-slider:hover .slick-prev {
  display: block !important;

}

.slick-slider:hover .slick-next {
  display: block !important;

}


.slick-prev {
  left: 5% !important;
  z-index: 1;

}

.slick-next {
  right: 5% !important;
  z-index: 1;

}

.sta_slide_indu .container {

  position: relative;
  
}

.sta_slide_indu .slidecap1,
.sta_slide_indu .slidecap2 {
  display: table;
  font-family: Muli;
  margin-left: -1px;
}

.sta_slide_indu .jsstxtcntnr {
  width: 767px;
  position: absolute;
  bottom: 127px;
  font-family: Muli;
}

.slider-slides>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sta_slide_indu .jsstxtcntnr {
  width: 767px;
  position: absolute;
  bottom: 127px;
  font-family: Muli;
}

.sta_slide_indu .slidecap1 {
  background-color: rgba(49, 50, 47, .811765);
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  padding: 12px 40px 29px 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.sta_slide_indu .slidecap2 {
  background-color: rgba(237, 237, 237, .75);
  color: #000;
  font-size: 25px;
  line-height: 1.3;
  padding: 12px 10px 18px 22px;
  font-weight: 400;
  text-transform: capitalize;
  max-width: 670px;
}

.sta_slide_indu a.slidebtn1 {
  margin-left: -1px;
  background-color: #ef4b3f;
  color: #fff;
  padding: 13px 20px;
  display: table;
  text-transform: capitalize;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
}

.sta_slide_indu a.slidebtn1:hover {
  background-color: #db3429;
}

.sta_slide_indu a.slidebtn1:after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  color: #b2261c;
  padding-left: 15px;
}

.slick-prev:before,
.slick-next:before {
  
 color:#ef4b3ebf;
  font-size: 50px !important;
}

.slick-prev,
.slick-next {
 display: none !important;
}

.slick-dots {
  bottom: 100px;
}

.slick-dots li button:before {

  font-size: 14px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;

}

.hm-hero-btm_text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    
    left: 0;
    bottom: 0;
}
.hm-hero-btm_text p {
    display: flex;
    width: 50%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.4px !important;
}

.hm-hero-btm_text p.uni-1 {
    position: relative;
   
}
.hm-hero-btm_text p.uni-2 {
    position: relative;
   
}

.sa-home-slider{
    max-height:0px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease; 
}

.sa-home-slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
     max-height:672px;
}

@media (min-width: 1900px) {
     .sa-home-slider.slick-initialized {
    
    max-height: 872px;
    }
    }

@media(max-width:1024px) {

  .sta_slide_indu .jsstxtcntnr {

    bottom: 16px;
    /*left: -15%;*/
  }
  .hm-hero-btm_text p {
      font-size: 1em !important;
      top: 12px;
  }

  /*  .sta_slide_indu .jsstxtcntnr {

    bottom: 40px;
  }

  .sta_slide_indu .slidecap1 {

    font-size: 20px;
  }

  .sta_slide_indu .slidecap2 {

    font-size: 18px;
  }

  .sta_slide_indu a.slidebtn1 {


    font-size: 14px;

  }  */


}

@media(max-width:768px) {
  .sta_slide_indu .jsstxtcntnr {

    bottom: 40px;
  }

  .sta_slide_indu .slidecap1 {

    font-size: 20px;
  }

  .sta_slide_indu .slidecap2 {

    font-size: 18px;
  }

  .sta_slide_indu a.slidebtn1 {


    font-size: 14px;

  }
}


@media(max-width:425px) {

  .slick-slide img {

    height: 300px;
    width: auto;
  }

  .slick-slide {
    opacity: 1;

  }

  .sta_slide_indu .slidecap1 {

    font-size: 17px;
  }

  .sta_slide_indu .slidecap2 {

    font-size: 15px;
    width: 300px;
  }

  .sta_slide_indu a.slidebtn1 {


    font-size: 12px;

  }

  .hm-hero-btm_text p {
    
    font-size: .75em!important;

}
#nwheadcntnr {
   
    background-color: white;
}

}

@media(max-width:320px) {
    .hm-hero-btm_text p.uni-1 {
      
       
    }
    .hm-hero-btm_text p.uni-2 {
       
        
    }
}
