.about_us {
  position: relative;
}
.about_us::before {
  background-image: url("/assets/img/background_img/third-left.png");
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1249px) {
  .about_us::before {
    height: 50%;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .about_us::before {
    height: 50%;
    background-position: top left;
    width: 50%;
    top: 60px;
    left: -25px;
  }
}
.about_us::after {
  background-image: url("/assets/img/background_img/third-right.png");
  bottom: 0;
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  height: 50%;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}
@media (max-width: 1249px) {
  .about_us::after {
    height: 50%;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .about_us::after {
    background-position: bottom right;
    height: 50%;
    width: 50%;
    bottom: -40px;
  }
}
@media (max-width: 620px) {
  .about_us::after {
    bottom: 0px;
  }
}
.about_us .inner {
  position: relative;
  z-index: 2;
  padding: 80px 20px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about_us .inner {
    padding: 50px 20px;
  }
}
@media (max-width: 620px) {
  .about_us .inner {
    padding: 40px 20px;
  }
}
@media (max-width: 520px) {
  .about_us .inner {
    padding-top: 50px;
  }
}
.about_us .inner .wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1049px) {
  .about_us .inner .wrapp {
    flex-direction: column;
  }
}
.about_us .inner .wrapp .img {
  flex: 0 0 50%;
}
.about_us .inner .wrapp .img img {
  width: 100%;
  height: 100%;
}
.about_us .inner .wrapp .text-wrap {
  flex: 0 0 45%;
}
@media (max-width: 1049px) {
  .about_us .inner .wrapp .text-wrap {
    margin-top: 20px;
  }
}
.about_us .inner .wrapp .text-wrap .sub-text {
  color: #35A1EA;
  font-family: "Ubuntu";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .about_us .inner .wrapp .text-wrap .sub-text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .about_us .inner .wrapp .text-wrap .sub-text {
    font-size: 22px;
  }
}
.about_us .inner .wrapp .text-wrap .heading {
  color: #006FBA;
  font-family: "Ubuntu";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 53px;
  text-transform: capitalize;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .about_us .inner .wrapp .text-wrap .heading {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .about_us .inner .wrapp .text-wrap .heading {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .about_us .inner .wrapp .text-wrap .heading {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 475px) {
  .about_us .inner .wrapp .text-wrap .heading {
    font-size: 28px;
    line-height: normal;
  }
}
@media (max-width: 390px) {
  .about_us .inner .wrapp .text-wrap .heading {
    font-size: 25px;
    line-height: normal;
    padding-bottom: 12px;
  }
}
.about_us .inner .wrapp .text-wrap .bolit-text {
  color: #308AC7;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 768px) {
  .about_us .inner .wrapp .text-wrap .bolit-text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about_us .inner .wrapp .text-wrap .bolit-text {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 475px) {
  .about_us .inner .wrapp .text-wrap .bolit-text {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 390px) {
  .about_us .inner .wrapp .text-wrap .bolit-text {
    font-size: 14px;
    line-height: normal;
  }
}

#about {
  padding-top: 150px;
  position: relative;
}
#about::before {
  top: 150px;
}
@media (max-width: 1049px) {
  #about::before {
    width: 50%;
    height: 50%;
  }
}
@media (max-width: 1049px) {
  #about::after {
    width: 50%;
    height: 50%;
  }
}
#about .inner {
  padding: 0px 20px 80px;
}/*# sourceMappingURL=about_us.css.map */