.banner-new {
    height: 100vh;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
  }
  .banner-new:before {
    position: absolute;
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) !important;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
  }
  .banner-new .banner-slider.black-overlay {
    position: relative;
  }
  .banner-new .banner-slider.black-overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.3); */
    left: 0;
    top: 0;
    content: "";
  }
  .banner-new .banner-slider .owl-item {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
  .banner-new .banner-slider .owl-item .item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100vh;
    transform: scale(1);
    width: 100%;
    transition: all 5s;
    overflow: hidden;
  }
  .banner-new .banner-slider .owl-item.active .item {
    transform: scale(1.05);
  }
  .banner-new .banner-content-new {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 1;
    color: #FFFFFF;
  }
  .banner-new .banner-content-new .right-content {
  text-align: center;
  background-color: #bba057c5;
  width: max-content;
  border-radius: 20px;
  padding: 15px 40px 15px 40px;
  max-width: 100%;
  color:#000000 !important
  }
  
  .mobile-banner.right-content {
  
    text-align: center;
    background-color: #70857b;
    width: 100%;
  
    padding: 10px;
  
    color:rgb(0, 0, 0);
    
    }
    .mobile-banner.right-content h1{
      font-family: "Newsreader", serif;
      font-size: 23px;
      font-weight: 400;
      margin-bottom: 0;
     
      
      }
      .mobile-banner.right-content h2 {
        font-size: 30px;
        font-weight: 700;
        font-family: "Mulish", sans-serif;
        text-transform: uppercase;
        color: #000;
        /* margin-bottom: 0; */
      }
      .mobile-banner.right-content h3 {
        font-size: 22px;
        font-family: "Mulish", sans-serif;
        /* font-weight: 700; */
        text-transform: capitalize;
      }
  
  
  .banner-new .banner-content-new .client-image {
    max-height: calc(100vh - 140px);
  }
  .banner-new .banner-content-new h1 {
    /* font-family: "Newsreader", serif; */
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .banner-new .banner-content-new h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    color: #000;
    /* margin-bottom: 0; */
  }
  .banner-new .banner-content-new h3 {
    font-size: 25px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
  }
  
  @media (max-width: 767px) {
    .banner-new {
      height: auto;
    }
    .banner-new .banner-content-new .right-content {
      /* padding-right: 0; */
     
      }
      .banner-new .banner-content-new .client-image{
        max-height: calc(95vh - 140px);
      }
    .banner-new .banner-slider .owl-item .item {
      height: 325px;
    }
    .banner-new .banner-content-new h1 {
      font-size: 11px;
    }
    .banner-new .banner-content-new h2 {
      font-size: 15px;
    }
    .banner-new .banner-content-new h3 {
      font-size: 10px;
    }
    .banner-new:before {
      display: none;
      height: 0;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .banner-new {
      height: 450px;
    }
    .banner-new .banner-slider .owl-item .item {
      height: 450px;
    }
    .banner-new .banner-content-new h1 {
      font-size: 20px;
    }
    .banner-new .banner-content-new h2 {
      font-size: 37px;
    }
    .banner-new .banner-content-new h3 {
      font-size: 22px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .banner-new {
      height: 575px;
    }
    .banner-new .banner-slider .owl-item .item {
      height: 575px;
    }
    .banner-new .banner-content-new h1 {
      font-size: 20px;
    }
    .banner-new .banner-content-new h2 {
      font-size: 40px;
    }
    .banner-new .banner-content-new h3 {
      font-size: 25px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1599px) {
    .banner-new .banner-content-new h1 {
      font-size: 20px;
    }
    .banner-new .banner-content-new h2 {
      font-size: 37px;
    }
    .banner-new .banner-content-new h3 {
      font-size: 20px;
    }
    .banner-new .banner-content-new .client-image {
      max-height: calc(95vh - 160px);
    }
  }
  
  /*# sourceMappingURL=banner-slider.css.map */
  