html {
  scroll-behavior: smooth;
}
/* .navbar{
  padding: revert;
}
.navbar-brand{
  padding: revert;
} */
body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
}
.navbar-brand{
  padding: 0px!important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.index-page .banner-five {
  /* height: 100vh; */
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
.index-page .banner-five .banner-slider-five.black-overlay {
  position: relative;
}
.index-page .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: "";
}
.index-page .banner-five .banner-slider-five .owl-item {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.index-page .banner-five .banner-slider-five .owl-item .item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: calc(100vh - 70px);
  transform: scale(1);
  width: 100%;
  transition: all 5s;
  overflow: hidden;
}
.index-page .banner-five .banner-slider-five .owl-item.active .item {
  transform: scale(1.05);
}
.index-page .banner-five .banner-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  color: #FFFFFF;
  max-height: 90vh;
  overflow: hidden;
}
.index-page .banner-five .banner-content img.client-image {
  max-height: 75vh;
  display: block;
  /* margin: 0 auto;
  text-align: center; */
  float: right;
  max-width: 100%;
}
.index-page .banner-five .banner-content .text-ceontent {
  display: block;
  margin: 0 auto 0 0;
  max-width: 100%;
  width: max-content;
  text-align: left;
  color: #FFFFFF;
  margin-left: 100px;
}

.index-page .banner-five .banner-content .text-ceontent h1{
  font-family: 'Raleway', sans-serif;
font-size: 32px;
}
.index-page .banner-five .banner-content .text-content {
  width: max-content;
  max-width: 100%;
  margin: 0 0 0 auto;
}

.index-page .banner-five .banner-content h3 {
  font-size: 42px;
  font-weight: 400;
}
.index-page .banner-five .banner-content h1 {
  font-size: 35px;
  font-weight: 400;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Sacramento', 'cursive';
  margin-bottom: 0;
  color: #000;
}
.index-page .banner-five .banner-content h2 {
  font-size: 37px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #000;
}
.index-page .banner-five .banner-content h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.index-page .banner-five .banner-content h5 {
  font-size: 20px;
  margin-bottom: 0;
  color:#000;
}
.index-page .banner-five .banner-content h6 {
  font-size: 18px;
  font-weight: 400;
}
.index-page .banner-five .banner-content .list-inline{
  margin-bottom: 5px;
}
.index-page .banner-five .banner-content .text-ceontent .list-inline li a{
  font-size: 16px;
  font-weight: 600;
}
.index-page .banner-five .banner-content .text-content .list-inline li a{
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.index-page .banner-five .banner-content .text-content .list-inline li a img{
  max-width: 13px;
}
.index-page a.get-free-consultation {
  max-width: 360px;
  width: 100%;
  display: block;
  background-color: #883743;
  color: #000;
  height: 52px;
  position: absolute;
  bottom: 0;
  right: 16%;
  z-index: 2;
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 15px 10px 15px;
}
.index-page a.get-free-consultation:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: url("../img/arrow-down-white.png");
   filter: invert(1); 
}

@media (max-width: 576px) {
  .index-page .banner-five .banner-content .text-ceontent{
    margin-left: 30px;
  }
  .index-page .banner-five .banner-content .text-content .list-inline{
    margin-bottom: 0;
  }
  .index-page .banner-five .banner-content .text-content .list-inline li a{
    font-size: 10px;
  }
  .index-page .banner-five .banner-content h4{
    font-size: 11px;
    margin-bottom: 0;
  }
  .index-page .banner-five .banner-content h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .index-page .banner-five .banner-content h4{
    font-size: 14px;
  }
  .index-page .banner-five .banner-content h6,.index-page .banner-five .banner-content h5 {
    font-size: 14px;
  }
  .index-page .banner-five .banner-content h1{
    font-size: 15px ;
  }

  .index-page a.get-free-consultation {
    position: relative;
    max-width: 100%;
    right: 0;
    left: 0;
    top: 0;
  }
  /* .index-page .banner-five {
    height: 315px;
  } */
  .index-page .banner-five .banner-slider-five .owl-item .item {
    height: 315px;
  }
  .index-page .banner-five .banner-content {
    max-height: initial;
  }
  .index-page .banner-five .banner-content .text-ceontent h1{
    font-size: 13px ;
    margin-bottom: 0 !important;
  }
 
  .index-page .banner-five .banner-content .text-ceontent h2{
    font-size: 15px;
    margin-bottom: 0 !important;
  }
  .index-page .banner-five .banner-content .text-ceontent h4{
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .index-page .banner-five .banner-content .text-ceontent .list-inline{
    margin-bottom: 0 !important;
  }

  .index-page .banner-five .banner-content .text-ceontent .list-inline li a{
    font-size: 12px;
  }
  .index-page .banner-five .banner-content .text-ceontent .list-inline li a img{
   width: 18px;
  }
  .index-page .banner-five .banner-content .text-ceontent h2{
    font-size: 17px;
    margin-bottom: 0 !important;
  }
  .index-page .banner-five .banner-content .text-ceontent h4{
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .index-page .banner-five .banner-content .text-ceontent .list-inline{
    margin-bottom: 0 !important;
  }

  .index-page .banner-five .banner-content .text-ceontent .list-inline li a{
    font-size: 12px;
  }
  .index-page .banner-five .banner-content .text-ceontent .list-inline li a img{
   width: 18px;
  }
  .index-page .banner-five .banner-content img.client-image {
    max-height: initial;
  }
  .index-page .banner-five .banner-content .col-6:nth-child(2) {
    padding-left: 0 !important;
  }
  .index-page .banner-five .banner-content .col-6:nth-child(1) {
    padding-right: 0;
  }
  .index-page .banner-five .banner-content .text-content {
    padding: 10px 0;
  }
  .index-page .banner-five .banner-content h3 {
    font-size: 14px;
  }
 
  /* .index-page .banner-five .banner-content img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
  } */
}
@media (min-width: 577px) and (max-width: 991px) {
  .index-page .banner-five .banner-content h1{
    font-size: 26px;
  }
  .index-page .banner-five .banner-content h5{
    font-size: 18px;
  }
  /* .index-page .banner-five {
    height: 475px;
  } */
  .index-page .banner-five .banner-slider-five .owl-item .item {
    height: 475px;
  }
  .index-page .banner-five .banner-content .container {
    max-width: 100%;
  }
  .navbar-collapse {
    max-height: 70vh; 
     overflow: auto;
  }
  .index-page .banner-five .banner-content .text-ceontent h1{
    font-size: 25px ;
    margin-bottom: 0 !important;
  }
  .index-page .banner-five .banner-content img.client-image {
    max-height: calc(425px - 90px);
  }
  .index-page .banner-five .banner-content h3 {
    font-size: 25px;
  }
  .index-page .banner-five .banner-content h2 {
    font-size: 27px;
  }
  .index-page .featured-services .block .details h3{
    font-size: 10px !important;
  }
  .inner-page .page-inner .form-block form input[type=submit]{
    font-size: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index-page .banner-five {
    height: 530px;
  }
  .index-page .banner-five .banner-slider-five .owl-item .item {
    height: 530px;
  }
  
  .index-page .banner-five .banner-content {
    max-height: calc(500px - 75px);
  }
  /* .index-page .banner-five .banner-content img.client-image {
    max-height: calc(500px - 98px);
  } */
  .index-page .banner-five .banner-content h3 {
    font-size: 30px;
  }
  .index-page .banner-five .banner-content h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .index-page .banner-five .banner-content img.client-image {
    margin-right: 0;
    /* margin-left: 20px; */
  }
  .index-page .banner-five .banner-content .text-ceontent {
    margin-left: 165px;
  }
  .index-page .banner-five .banner-content .text-content h1 {
    font-size: 28px;
  }
  .index-page .banner-five .banner-content h2 {
    font-size: 34px;
    margin-bottom: 0;
  }
  .index-page .banner-five .banner-content h4{
    font-size: 19px;
  }
  .index-page .banner-five .banner-content .text-content .list-inline li a{
    font-size: 17px;
  }
  /* .index-page .banner-five .banner-slider-five .owl-item .item {
    height: 660px;
  } */
  .index-page .banner-five .banner-content h3 {
    font-size: 35px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1364px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .index-page .banner-five .banner-slider-five .owl-item .item{
    height: 89vh;
  }
}
@media (min-width: 1301px) and (max-width: 1400px){
  .index-page .banner-five .banner-content .text-ceontent {
    margin-left: 110px;
  }
}

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