* {
  margin: 0;
  padding: 0;
}

.ht-add-content img {
  height: auto;
  align-self: center;
  margin-right: 0.5rem;
}

.ht-add-content span {
  font-weight: bold;
}

.nav-item {
  margin-right: 1.5rem;
}

@media screen and (max-width: 768px) {
  .nav-item {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}

.hero-container {
  height: calc(100vh - 4rem);
  background-image: url(../img/background/hero-back.jpg);
  background-size: cover;
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.hero-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #482e1899;
}

.hero-container .banner-title {
  color: white;
  max-width: 900px;
  text-align: center;
  z-index: 1;
  font-size: 60px;
}

@media screen and (max-width: 768px) {
  .hero-container {
    height: calc(100vh - 3.5rem);
  }
  .hero-container .banner-title {
    font-size: 36px;
  }
}

.features_cont {
  margin: 3rem 0rem;
}

.features_cont .features_inner_cont {
  display: grid;
  grid-template-columns: 60% 40%;
}

.features_cont .feature_left_cont {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
}

.features_cont .feature_left_cont img {
  width: 100%;
}

.features_cont .feature_left_cont .feat_img_1_cont {
  display: grid;
  gap: 1rem;
  grid-template-rows: auto auto;
  margin: 0rem 0.5rem;
}

.features_cont .feature_left_cont .feature_card {
  text-align: center;
  padding: 20px;
  background: #f0f5ff;
  text-align-last: center;
}

.features_cont .feature_left_cont .feature_card img {
  width: 4rem;
}

.features_cont .features_text_cont {
  margin-left: 1rem;
}

ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}

ul li {
  margin-bottom: 0.5rem;
}

ul i {
  color: #fe964d;
  margin-right: 0.75rem;
}

@media screen and (max-width: 1024px) {
  .features_cont .features_inner_cont {
    grid-template-columns: 100%;
  }
  .features_cont .feature_left_cont {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 525px) {
  .features_cont .feature_left_cont {
    grid-template-columns: 100%;
  }
  .features_cont .feature_left_cont .feat_img_1_cont {
    margin-bottom: 1rem;
  }
}

.life_cycle_cont {
  display: flex;
  justify-content: center;
  margin: 5rem 2rem 4rem 2rem;
  align-items: center;
}

.life_cycle_cont img {
  width: 100%;
  max-width: 40rem;
  padding-right: 4rem;
}

.lci-left {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fe964d;
  color: white;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-right: 1rem;
}

@media screen and (max-width: 1024px) {
  .life_cycle_cont {
    flex-wrap: wrap;
  }
  .life_cycle_cont img {
    margin-bottom: 3rem;
    padding-right: 0;
  }
}

@media screen and (max-width: 525px) {
  .life_cycle_cont {
    margin: 0rem 1rem;
  }
  .lci-left {
    width: 80px;
    font-size: 16px;
  }
}

.why-us-card {
  text-align: center;
  padding: 60px 30px;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
}

.why-us-card h6,
.why-us-card img {
  transition: 0.3s;
}

.why-us-card:hover h6 {
  color: #fe964d;
}

.why-us-card:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 1000px) {
  .why-us-card {
    padding: 30px 15px;
  }
}

.content-part {
  position: relative;
  top: -0.3em;
}
/*# sourceMappingURL=main.css.map */