.index-page .banner-three {
  height: 100vh;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.index-page .banner-three:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  left: 0;
  top: 0;
}
.index-page .banner-three .banner-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 1140px;
  width: 100%;
  z-index: 1;
  color: #FFFFFF;
  max-height: calc(100vh - 150px);
}
.index-page .banner-three .banner-content .client-image {
  max-height: calc(100vh - 150px);
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.index-page .banner-three .banner-content h2 {
  font-size: 44px;
  font-weight: 700;
}
.index-page .banner-three .banner-content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.index-page .banner-three .banner-content a.read-more {
  display: block;
  width: max-content;
  padding: 10px 25px;
  color: #FFFFFF;
  background-color: #24aed1;
  font-weight: 600;
  font-size: 13px;
  margin: 5px 0;
}
.index-page .banner-three .banner-content a.read-more .fa {
  margin-left: 10px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .index-page .banner-three {
    min-height: 400px;
    height: auto;
    padding-top: 75px;
    margin-bottom: 30px;
  }
  .index-page .banner-three .banner-content .col-6 {
    padding: 0 7.5px;
  }
  .index-page .banner-three .banner-content h2 {
    font-size: 20px;
  }
  .index-page .banner-three .banner-content p {
    font-size: 13px;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index-page .banner-three {
    height: 500px;
  }
  .index-page .banner-three .banner-content {
    max-height: calc(500px - 80px);
  }
  .index-page .banner-three .banner-content .client-image {
    max-height: calc(500px - 90px);
  }
  .index-page .banner-three .banner-content h2 {
    font-size: 33px;
  }
  .index-page .banner-three .banner-content p {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index-page .banner-three {
    height: 600px;
  }
  .index-page .banner-three .banner-content {
    max-height: calc(600px - 80px);
  }
  .index-page .banner-three .banner-content .client-image {
    max-height: calc(600px - 90px);
  }
  .index-page .banner-three .banner-content h2 {
    font-size: 38px;
  }
  .index-page .banner-three .banner-content p {
    font-size: 17px;
  }
}

/*# sourceMappingURL=banner-three.css.map */
