body {
  background-color: #f8f8f8;
  padding-top: 50px;
}

header {
  height: 320px;
  width: 100%;
  background-image: url("../../../images/service-bg.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 .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);
}

#services .box {
  position: relative;
  overflow: hidden;
}
#services .box .service-icon {
  margin-bottom: 15px;
}
#services .box .service-icon img {
  width: 75px;
}
#services .box .shapes .count {
  position: absolute;
  opacity: 0.03;
  font-weight: 900;
  left: 15px;
  bottom: 0px;
  font-size: 80px;
}
#services .box .shapes .logo {
  position: absolute;
  opacity: 0.09;
  left: 15px;
  bottom: 15px;
  transform: rotate(-25deg);
}/*# sourceMappingURL=show.css.map */