html {
    scroll-behavior: smooth;
  }
  
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  
  .banner-five {
    height: 100vh;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
  }
  .banner-five .banner-slider-five.black-overlay {
    position: relative;
  }
  .banner-five .banner-slider-five.black-overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    content: "";
  }
  .banner-five .banner-slider-five .owl-item {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
  .banner-five .banner-slider-five .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-five .banner-slider-five .owl-item.active .item {
    transform: scale(1.05);
  } */
  .banner-five .banner-content {
    position: absolute;
    bottom: 0;
    /* top: 50%; */
    left: 50%;
    height: 100vh;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    color: #FFFFFF;
    max-height: calc(100vh - 200px);
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .banner-five .banner-content img.client-image {
    max-height: calc(100vh - 200px);
    display: block;
    margin: 0 0 0 auto;
    text-align: center;
    max-width: 100%;
  }
  .banner-five .banner-content h2 {
    font-size: 50px;
    font-weight: 600;
    font-family: "Asap", sans-serif;
  }

  .banner-five .banner-content h6 {
    font-size: 25px;
    font-weight: 400;
  }
  .banner-five .banner-content p {
    color: #FFFFFF;
    font-size: 14px;
  }
  .index-page .banner-five .banner-content a.read-more {
    width: max-content;
    padding: 10px 15px;
    color: #fff;
    background-color: #CDAC4C
  
  ;
    /* font-weight: 600; */
    font-size: 16px;
    margin: 5px 0;
    border-radius: 3px;
  }
  .index-page .banner-five .banner-content a.read-more .fa {
    margin-left: 10px;
    font-size: 12px;
  }
  
  @media (max-width: 576px) {
    a.get-free-consultation {
      background-color: #004274;
    }
  
    .banner-five {
      height: 300px;
    }
    .banner-five .banner-slider-five .owl-item .item {
      height: auto;
    }
    .banner-five .banner-content {
      max-height: initial;
      height: auto;
    }
    .banner-five .banner-content img.client-image {
      max-height: initial;
    }
    .banner-five .banner-content li:first-child img{
      width: 11px;
    }
    .banner-five .banner-content li img{
      width: 15px;
    }
    .banner-five .banner-content h2 {
      font-size: 20px;
    }
    .banner-five .banner-content h4 {
      font-size: 12px;
      letter-spacing: 2px !important;

    }
    .banner-five .banner-content h2 span{
      font-size: 35px !important;
    }
    .banner-five .banner-content h3 {
      font-size: 16px;
    }
    .banner-five .banner-content h6 {
      font-size: 14px;
    }
    .banner-five .banner-content p {
      font-size: 12px;
    }
    .index-page .banner-five .banner-content a.read-more
    {
      padding: 6px 5px;
      margin-top:10px;
      font-size: 8px;
    }
  }
  @media (min-width: 577px) and (max-width: 768px) {
    .banner-five {
      height: 400px;
    }
    .banner-five .banner-slider-five .owl-item .item {
      height: 400px;
    }
    .banner-five .banner-content {
      max-height: calc(400px - 50px);
    }
    .banner-five .banner-content img.client-image {
      max-height: calc(400px - 50px);
    }
    .banner-five .banner-content h2 {
      font-size: 27px;
    }
    .banner-five .banner-content h3 {
      font-size: 20px;
    }
    .banner-five .banner-content h2 span{
      font-size: 47px !important;
    }
    .banner-five .banner-content h4{
      letter-spacing: 3px !important;
      font-size: 16px;
    }
    .banner-five .banner-content li:first-child img{
      width: 14px !important;
    }
    .banner-five .banner-content li img{
      width: 20px;
    }
  }
  @media (min-width: 767px) and (max-width: 1199px) {
    .banner-five {
      height: 500px;
    }
    .banner-five .banner-slider-five .owl-item .item {
      height: 500px;
    }
    .banner-five .banner-content {
      max-height: calc(500px - 75px);
    }
    .banner-five .banner-content img.client-image {
      max-height: calc(500px - 140px);
    }
    .banner-five .banner-content h2 {
      font-size: 35px;
    }
    .banner-five .banner-content h2 span{
      font-size: 55px !important;
    }
    .banner-five .banner-content h4{
      letter-spacing: 4px !important;
    font-size: 18px !important;
    }
    
  }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .banner-five .banner-content h2 {
      font-size: 45px;
    }
  }
  @media (min-width: 1600px) {
    .banner-five a.get-free-consultation {
      right: 400px;
    }
  }
  
  /*# sourceMappingURL=banner-dona.css.map */
  