@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  padding-top: 115px;
}

.navbar-brand {
  font-size: 24px;
  font-weight: bold;
  color: #00ADEE;
}

header {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 100;
  width: 100%;
}

.navbar {
  padding: 20px 15px;
}
.navbar .nav-item {
  padding: 0 10px;
}
.navbar .nav-link {
  color: #2A2A2A;
  font-size: 18px;
}

.hero-banner {
  background-image: url(../images/banner.webp);
  height: 800px;
  background-position: bottom;
  background-size: cover;
  position: relative;
  padding: 150px;
}
@media screen and (max-width: 1199px) {
  .hero-banner {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner {
    height: auto;
    padding: 50px;
  }
}
.hero-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 173, 238, 0.5);
  top: 0;
  left: 0;
}
.hero-banner .container {
  position: relative;
  z-index: 1;
}
.hero-banner h3 {
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .hero-banner h3 {
    font-size: 20px;
  }
}

section {
  margin-top: 150px;
}
@media screen and (max-width: 992px) {
  section {
    margin-top: 75px;
  }
}

.hero-text {
  font-size: 75px;
  color: #ffffff;
  font-weight: bolder;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .hero-text {
    font-size: 50px;
  }
}

.heading {
  font-size: 45px;
  color: #00ADEE;
  font-weight: bold;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .heading {
    font-size: 30px;
  }
}
.heading span {
  border-bottom: 4px solid #00ADEE;
}

.facility-card {
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  padding: 30px 15px;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.facility-card img {
  margin-bottom: 25px;
}

.facility-container {
  margin-top: 75px;
}

.blocks-images {
  background-image: url(../images/greenbloc-CCP.jpg);
  height: 400px;
  position: relative;
}
.blocks-images::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 173, 238, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.service-list {
  list-style: none;
  padding-left: 0;
}
.service-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.service-list li h4 {
  color: #00ADEE;
}
.service-list li span {
  font-size: 30px;
  background-color: #00ADEE;
  font-weight: bold;
  margin-right: 20px;
  display: flex;
  padding: 5px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  justify-content: center;
  align-items: center;
}

.feature-sec {
  background-color: #00ADEE;
  padding: 100px 20px 0;
  color: #ffffff;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}
.feature-list li {
  position: relative;
  padding-left: 50px;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .feature-list li {
    font-size: 16px;
  }
}
.feature-list li::before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: 16px;
  background-color: #ffffff;
  display: flex;
  padding: 5px;
  color: #00ADEE;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 7px;
}

.contactUs-sec h5 {
  font-size: 24px;
}

.chooseUs-list {
  list-style: none;
  padding-left: 0;
}
.chooseUs-list li {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .chooseUs-list li {
    font-size: 16px;
  }
}
.chooseUs-list li h4 {
  color: #00ADEE;
}
.chooseUs-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #00ADEE;
  position: absolute;
  left: 0;
  top: 7px;
}

.quote-sec {
  background-image: url(../images/wall.jpg);
  padding: 75px;
  text-align: center;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .quote-sec {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 576px) {
  .quote-sec img {
    width: 50px;
  }
}
.quote-sec h3 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .quote-sec h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .quote-sec h3 {
    font-size: 20px;
  }
}

footer {
  background-image: url(../images/wall.jpg);
  padding: 75px;
  margin-top: 100px;
  text-align: center;
}
footer img {
  max-width: 200px !important;
}

.decoration-img {
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
  height: 50vh;
  position: relative;
}
.decoration-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 173, 238, 0.6);
}
@media screen and (max-width: 767px) {
  .decoration-img {
    height: 300px;
  }
}
.decoration-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */