.center_content{
  text-align: center;
}
.center_content h1{
  margin: auto;
}
.kl-hero-sec-video-img .center_content h1{
  font-size: 65px;
  font-weight: bold;
  line-height: 1.19;
  margin-bottom: 10px;
  color: #fff;
  max-width:900px;
}
.kl-hero-sec_img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero_text_animate{
font-size: 30px;
  font-weight: normal;
  line-height: 1.19;
  margin-bottom: 25px;
  color: #fff;
  max-width: 500px;
}
/*animate text*/
/*
.hero_text_animate .animate-text {
  height: 50px;
  overflow: hidden;
  display: inline-flex;
}

.animate-text span{
  color:#FF00A7;
  font-weight: 600;
  display: none;
}

.animate-text span.text-in{
  display: block;
  animation: textIn .5s ease;
}
.animate-text span.text-out{
  animation: textOut 1s ease;
}
@keyframes textIn{
  0%{
    transform: translateY(100%);
  }
  100%{
    transform: translateY(0%);
  }
}
@keyframes textOut{
  0%{
    transform: translateY(0%);
  }
  100%{
    transform: translateY(-100%);

  }
}
*/

/**/
.content__max{
  max-width: 100% !important;
  width: 100%;
}
.kl-hero-sec-video-img  p{
  line-height: 1.334;
}
.cnt__video{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;   
  object-fit: cover;
}
.kl-hero-sec-video-img{
  position: relative;
}
.content__text{
  position: relative;
  z-index:1;
}
@media(max-width: 1250px){
  .kl-hero-sec-video-img .kl-hero-01__content {
    padding: 20px 20px 20px 20px;
}
@media(max-width: 768px){
  .animate-text {
    height: 57px;
    overflow: hidden;
    display: block;
  }
  .kl-hero-sec-video-img{
     display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .kl-hero-sec-video-img .center_content h1{
    font-size: 45px;
  }
  .kl-hero-sec-video-img  p{
    font-size: 20px !important;
  }
  .kl-hero-sec-video-img .title_hero{
    font-size: 42px !important;
  }
  .kl-hero-sec-video-img .kl-rich-text__buttons{
    margin-top: 35px;
  }
  .kl-hero-sec-video-img .kl-rich-text__buttons {
    margin-top: 35%;
  }
}
@media(max-width: 500px){
  .kl-hero-sec-video-img{
    min-height: 100vh;
  }
}