.banner_section {
  position: relative;
}
.banner_section .content-wrapper {
  max-width: 1275px;
}
.banner_section .content{
  padding-top: 4px;
  padding-left: 4px;
}
.banner_section .slider-items {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 537px;
  position: relative;

}

.banner_section .sigle-item:before {
  background: linear-gradient(358deg, #00295a, rgba(0, 41, 90, .5), rgba(0, 41, 90, 0));
  bottom: 0;
  color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
/* .banner_section .heading_wrapper {
bottom: 150px;
left: 0;
position: absolute;
height: 100%;
z-index: 1;
} */

.banner_section .sigle-item>div {
  position: relative;
  height: 100%;
}

.banner_section .inner_wrapper {
  position: relative;
  z-index: 99;
  max-width: 500px;
}
.banner_section .hero-heading>* {
  color: #f8f9fa;
  font-weight: 500;
  line-height: 48px;
  margin: 0;
  font-size: 67px;
}
.banner_section .content * {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  line-height: normal;
  letter-spacing: -0.3px;
}
.banner_section .content {
  max-width: 600px;
  width: 100%;
}

.banner_section .hero-heading {
  margin-bottom: 10px;
}

/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@media screen and (max-width:767px){
  .banner_section .title {
    padding-top: 16px;
  }

  .banner_section .content * br {
    display: none;
  }

  .banner_section .hero-heading>* {
    line-height: normal;
    font-size: 50px;
  }
  .banner_section .slider-items {
    padding-bottom: 55px;
    padding-top: 100px;
  }
  .banner_section .content * {
    font-size: 18px;
    letter-spacing: unset;
  }
}