.about-bg {
  background: url("../img/lap/1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 0px;
  box-shadow: inset 0 0 0 2000px #1c1c1c7a;
}
@media only screen and (max-width: 768px) {
  .about-bg {
    background-position: center;
  }
}
/* margin from Top */
.marginTopBox {
  padding-top: 90px;
}
.aboutHeading {
  text-align: center;
  color: #fff;
  /* font-size: 35px; */
  padding-top: 25px;
  font-family: "MainHeadingAllExceptHome";
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.aboutImg {
  display: flex;
}
/* Image */
.aboutImg img {
  width: 300px;
  margin: auto;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2000px #1c1c1c7a;
}
.aboutSection {
  background-image: url(../img/testimonial-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  box-shadow: inset 0 0 0 2000px #1c1c1c7a;
  background-color: #0a2425;
  padding-bottom: 0px;
  /* height: 81vh; */
}
.aboutDes {
  color: #fff;
  text-align: start;
}
.innerContainer {
  padding: 65px 200px;
}
.aboutPara {
  font-family: "ParaHeading";
  font-size: 20px;
  text-align: justify;
}
@media only screen and (max-width: 1100px) {
  .innerContainer {
    padding: 15px;
  }
}
