.slick-prev {
    left: 0;
    z-index: 9;
}
.slick-next {
    right: 0;
}
.kits-slick-slider .slick-slide-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
}
.kits-slick-slider .slick-slide-inner {
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}
.kits-slide-content-wrapper{
    margin: 0 auto;
}
.kits-slick-slider .kits-slide-content {
    opacity: 1;
    margin-top: 150px; 
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
    
}
.kits-slick-slider .slick-active .kits-slide-content {
    opacity: 1;
    margin-top: 0px; 
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.kits-slick-slider .slick-slide-inner .elementor-slide-content {
    position: relative;
    z-index: 1;
    width: 100%;

}
.kits-slick-slider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 400px;
}
.kits-slick-slider .kits-slide-button {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    font-size: 15px;
    padding: 12px 24px;
    cursor: pointer;
}
.kits-slick-slider .kits-slide-button:hover {
    background: #fff;
    color: #000
}
.kits-slide-description {
    font-size: 20px;
    margin-bottom: 30px;
}
.kits-slide-heading {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 600;
}
.kits-slick-slider .slick-dots li button {
    width: 20px;
    height: 20px;
    background: #000;
    opacity: 0.6
}
.kits-slick-slider .slick-dots li.slick-active button,
.kits-slick-slider .slick-dots li button:hover {
    opacity: 1
}
.kits-slick-slider .slick-dots li button:before {
    display: none;
}
.slick-slide-inner .kits-background-overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.kits-slick-slider .slick-dots {
    bottom: 10px;
}
.container{
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: 1170px;
}
.kits-slick-slider .slick-slide-inner .container {
    z-index: 9;
}

.kits-slick-slider .slick-active .slick-slide-bg.kits-ken-in {
    -webkit-animation: 5s linear 0.5s normal forwards 1 running pop-in;
            animation: 5s linear 0.5s normal forwards 1 running pop-in;
  }
  @-webkit-keyframes pop-in {
    0% {
    }
    100% {
      transform: scale(1.1);
    }
  }
  @-moz-keyframes pop-in {
    0% {
    }
    100% {
      transform: scale(1.1);
    }
  }
  @-o-keyframes pop-in {
    0% {
    }
    100% {
      transform: scale(1.1);
    }
  }
  @keyframes pop-in {
    0% {
    }
    100% {
      transform: scale(1.1);
    }
  }


.kits-slick-slider .slick-active .slick-slide-bg.kits-ken-out {
    -webkit-animation: 5s linear 0.5s normal backwards 1.1 running pop-out;
            animation: 5s linear 0.5s normal backwards 1.1 running pop-out;
  }
  @-webkit-keyframes pop-out {
    0% {
        transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  @-moz-keyframes pop-out {
    0% {
        transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  @-o-keyframes pop-out {
    0% {
        transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes pop-out {
    0% {
        transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
