header {
  height: 420px;
  width: 100%;
  background-image: url("../../../images/146187.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
header .overlay-second {
  position: absolute;
  right: 0px;
  left: 0px;
  z-index: 2;
  bottom: -40%;
}
header .h-content {
  height: 100%;
}
header .h-content h1 {
  font-weight: 800 !important;
  font-size: clamp(2rem, 1.3838rem + 1.9718vw, 3.75rem);
}
header .h-content .d-flex {
  height: 100%;
  position: relative;
  z-index: 999;
  color: var(--main-color);
}

#about {
  padding: 60px 0px 70px 0px;
}
#about img {
  margin-bottom: 30px;
  position: relative;
}
#about img::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.3254901961);
}

.about-desc {
  line-height: 30px;
}

#our-mission {
  margin-bottom: 100px;
  padding: 0px 0px;
}
#our-mission .section-title {
  color: #fff !important;
}
#our-mission .container {
  position: relative;
  z-index: 2;
}
#our-mission .box {
  box-shadow: none !important;
  margin-bottom: 0px;
}
#our-mission .box h3 {
  text-transform: uppercase;
}
#our-mission .box .icon {
  margin-bottom: 30px;
}
#our-mission .box .icon img {
  width: 90px;
}
#our-mission .border-orange {
  border-color: #fa982f;
}
#our-mission .border-blue {
  border-color: #00ccff;
}

@media (max-width: 500px) {
  header {
    padding-top: 100px;
    height: 320px;
  }
}/*# sourceMappingURL=about.css.map */