header#masthead-blue {
  position: absolute;
  background: none !important;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.header-box-shadow{
  margin-bottom: 0
}

header#masthead{

  padding: 0.74rem 1rem 0rem 1rem !important
}

header#masthead.fixed-top{
  padding: .74rem 1rem !important
}

section.about-bg {
  width: 100%;
  height: fit-content;
  position: relative;
}

section.about-bg img {
  width: 100%;
  height: fit-content;
  position: relative;
}
section.about-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  opacity: 0.9;
  mix-blend-mode: multiply;
}

section.about-bg .heading {
  position: absolute;
  font-weight: 700;
  font-size: 135px;
  color: #fff;
  bottom: -80px;
  right: 90px;
  z-index: 2;
}
i.about-cloud-icon {
  position: absolute;
  bottom: 17px;
  right: 400px;
  z-index: 1;
}
section.about-content {
  margin-top: 157px;
}
.about-content-wrapper {
  display: flex;
}
.about-content-wrapper .item {
  padding: 0 25px;
}
.about-content-wrapper img {
  height: 352px;
  border-radius: 10px;
}
.about-content-wrapper .heading {
  color: #1e416e;
  font-weight: 700;
  font-size: 40px;
}
.about-content-wrapper p {
  font-weight: 400;
  font-size: 20px;
  margin-top: 18px;
  text-align: justify;
}
section.chart-container {
  margin-top: 49px;
}
.chart-wrapper {
  display: flex;
  align-items: center;
}

.chart-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 39px;
  text-align: justify;
}
.chart-img {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .about-content-wrapper {
    flex-direction: column-reverse;
  }
  .about-content-wrapper .heading {
    margin-top: 20px;
  }
  i.about-cloud-icon {
    right: 50%;
    transform: translateX(50%);
    width: 133px;
  }
  .chart-wrapper {
    flex-direction: column;
  }
  .chart-img {
    justify-content: center;
  }
  section.about-content {
    margin-top: 30px;
    padding: 0px 20px;
  }
  .about-content-wrapper p {
    margin-bottom: 30px;
  }
  .about-content-wrapper .item {
    text-align: center;
  }
  .section.chart-container {
    padding: 0px 20px;
  }
}
@media (max-width: 767.98px) {
  section.about-bg .heading {
    font-size: 70px;
    bottom: -42px;
  }
}
@media (max-width: 575.98px) {
  .about-content-wrapper .item {
    padding: 0;
  }
}
@media (max-width: 415px) {
  section.about-bg .heading {
    font-size: 40px;
    right: 40px;
    bottom: -25px;
  }
  .chart-text {
    font-size: 16px;
  }
  .about-content-wrapper .item {
    padding: 0;
  }
}
