/*********************  Inner Pages  ********************/
 .banner-image {
  position: relative;
}

.banner-image img {
  width: 100%;
  /*height: 85vh;*/
  object-fit: cover;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-text h1 {
  font-size: 2.25em;
  margin: 0;
  color: #000;
  line-height: normal;
  width: 60%;
  position: relative;
  font-family: 'Helvetica-Bold';
  font-weight: normal !important;
  text-transform: uppercase;
}

.banner-text h1::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -30px;
  height: 8px;
  width: 40px;
  background: #000
}


.cloud4c-new-page .banner-text {
  color: #ffffff;
}
.cloud4c-new-page .banner-text h1 {
  color: #ffffff;
  text-transform: inherit;
  font-size: 55px;
  line-height: 68px;
  font-family: 'Helvetica-Bold' !important;
  padding: 0;
  width: 55%;
}
.cloud4c-new-page .banner-text h1::before {
  display: none;
}
.cloud4c-new-page .banner-text p {
  padding: 0;
  font-size: 18px;
  line-height: 30px;
}


.cloud4c-new-page .banner-text .img-width {
    max-width: 150px;
    width: 100%;
    height: auto;
  }
  .cloud4c-new-page .banner-text .img-width img {
    height: auto;
  }
  .cloud4c-new-page .banner-text .quick-scroll {
    display: none !important;
  }
  @media only screen and (min-width: 1681px) {
    .cloud4c-new-page .banner-text {
      max-width: 1170px;
    }
  }
  @media only screen and (max-width: 1139px) {
    .cloud4c-new-page .banner-text h1 {
      font-size: 45px;
      line-height: 45px;
      width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .cloud4c-new-page .banner-text .img-width {
      max-width: 100px;
      padding-top: 0 !important;
    }
  }
  @media only screen and (max-width: 540px) {
    .cloud4c-new-page .banner-text {
      top: 56%;
    }
    .cloud4c-new-page .banner-text h1 {
      font-size: 35px;
      line-height: 35px;
    }
    .cloud4c-new-page .banner-text p {
      font-size: 16px;
      line-height: 22px;
    }
  }

  @media only screen and (max-width: 979px) {
    .cloud4c-new-page .banner-image img {
      padding-top: 0 !important;
    }
  }
  @media only screen and (max-width: 576px) {
    .cloud4c-new-page .banner-image {
      height: 500px;
    }
    .cloud4c-new-page .banner-image img {
      height: 100%;
    }
  }
  
  
  
  @media (max-width: 575px) {
    .cloud4c-new-page .banner-image .items img {
      height: 73px !Important;
    }
  }
  
  @media screen and (max-width:540px) {
    .banner-text {
        top: 60%;
    }
  
    .banner-text h1 {
        font-size: 1.5em;
        padding: 0;
    }
  
    .banner-text h1::before {
        top: -15px;
    }
  
    .banner-text p {
        font-size: 0.875rem;
        padding-top: 0;
    }
  }
  @media screen and (max-width:450px) {
    .banner-text h1 {
        font-size: 1.25em;
    }
  }
  
  
  @media screen and (max-width:1139px) {
    div.banner-text p {
        width: 100%;
    }
    .banner-text h1::before {
      content: none;
      display: none;
  }
  }
  
  @media (min-width:992px) {
    .cloud4c-new-page .banner-text h1.leader-title {
      width: 65%;
    }
  }
  @media (max-width:991px) {
    body.cloud4c-new-page .banner-fixed-width {
      max-width: 100%;
      width: 100%;
    }
  }