/* Thin banner Start*/
.thin-banner-wrapper .bg-img {
    z-index: -1;
    width: 100%;
  }
  .module-thin-banner{
  padding-top:0px !important;
  }
  .thin-banner-wrapper::after {
    content: '';
    height: 459px;
    width: 100%;
    background-image: linear-gradient(81deg, rgba(0, 74, 134, .9), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .thin-banner-wrapper {
    height: 459px;
  }
  
  .thin-banner-text-wrapper {
    max-width: 750px;
    color: var(--white-color);
  }
  
  .thin-banner-text-wrapper .thin-banner-title {
    font-size: 5.4rem;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
      margin-top: 15px;
  }
  
  .thin-banner-text-wrapper p {
    opacity: .9;
    font-size: 2rem;
    line-height: 1.85;
    color: var(--white-color);
    letter-spacing: .3px;
    margin-left: 2px;
    max-width: 570px;
  }
  
  @media screen and (max-width: 400px) {
    .thin-banner-text-wrapper .thin-banner-title{
      font-size: 2.5rem !important;
    }
    .thin-banner-text-wrapper p {
        font-size: 1.5rem;
    }
  }
  
  @media screen and (max-width: 767px) {
    .thin-banner-text-wrapper .thin-banner-title{
      font-size: 3.5rem;
    }
  }
 @media screen and (max-width: 991px){
   .thin-banner-wrapper::after{
       background-image: linear-gradient(81deg,rgba(0,74,134,.9),rgba(0,74,134,.5));
   }
 }
  /* Thin banner End*/