.aboutHeroDiv {
  background: linear-gradient(#0b62b8ba, #0b62b8ba),
    url("./../images/about/herobg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 17% 0px;
}
.aboutHeroDiv h2 {
  font-size: 34px;
  font-weight: 400;
  color: white;
  text-align: center;
}
.aboutHeroDiv h4 {
  font-size: 45px;
  font-weight: 700;
  color: white;
  text-align: center;
}
.aboutLeft h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: end;
  color: #0b62b8;
}
.aboutLeft h4 {
  font-size: 26px;
  font-weight: 700;
}
.aboutLeft p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
.admissionBtn button {
  font-size: 20px;
  font-weight: 600;
  background-color: #c51c1c;
  padding: 8px 20px;
  color: #ffeb3b;
  border: none;
}
.admissionBtn button:hover {
  background-color: #d32f2f;
}
.aboutLeft {
  padding: 30px;
}
.aboutRight img {
  width: 100%;
}
.aboutRight {
  position: relative;
}
.aboutRight::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 95%;
  border: 4px solid #0b62b8;
}
.aboutRight img {
  margin-top: 20px;
  margin-left: -20px;
}
.visionDiv {
  background-color: white;
  padding: 30px;
}
/* .visionDiv:hover p {
  transform: scale(1.1);
}
.visionDiv:hover h3 {
  transform: scale(1.1);
}
.visionDiv:hover img {
  transform: scale(1.1);
} */
.visionDiv:hover img {
  transform: translateY(-10px);
}
.visionDiv:hover h3 {
  transform: translateY(-10px);
}
.visionDiv:hover p {
  transform: translateY(-10px);
}

.visionDiv img {
  background-color: #0b62b8;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.visionDiv h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0b62b8;
  transition: all 0.3s ease-in-out;
}
.visionDiv p {
  text-align: center;
  color: #0b62b8;
  transition: all 0.3s ease-in-out;
}
.missionDiv {
  background-color: #f6f0b5;
}
.missionDiv h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0b62b8;
}
.whatWeDoDiv {
  background-color: #0b62b8;
}
.whatWeDoDiv h2 {
  font-size: 36px;
  font-weight: 700;
  color: white;
  text-align: center;
}
.whatWeDoDiv p {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.whatWeDoCard h5 {
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding-top: 10px;
  text-align: center;
}
.whatWeDoCard .iconsDiv {
  position: relative;
  padding: 20px;
}
.whatWeDoCard .iconsDiv::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: white;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.iconsDiv img {
  position: relative;
  z-index: 100;
}
.whatweDoLeftDiv img {
  width: 100%;
  margin-top: 40px;
  margin-left: -40px;
}
.whatweDoLeftDiv {
  position: relative;
}
.whatweDoLeftDiv::after {
  content: "";
  position: absolute;
  border: 4px solid #ffffff;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
}

.whatweDoLeftDiv .img1 {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.whatweDoLeftDiv .img2 {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.whatweDoLeftDiv .img3 {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.whatweDoLeftDiv .img4 {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.whatweDoLeftDiv .img5 {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.whatweDoLeftDiv .img6 {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
/*  */
/* .imgStatic {
  position: relative;
  z-index: 1;
} */
.imgStatic img {
  width: 100%;
}
.whatweDoLeftDiv .img1,
.whatweDoLeftDiv .img2,
.whatweDoLeftDiv .img3,
.whatweDoLeftDiv .img4,
.whatweDoLeftDiv .img5,
.whatweDoLeftDiv .img6 {
  transition: opacity 0.5s ease;
}
.whatweDoLeftDiv > div {
  transition: opacity 0.5s ease;
}

.whatWeDoCard:hover .iconsDiv::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  /* background-color: #cbf7e4; */
  top: 0;
  left: 0;
  border-radius: 50%;
}

/*  */
.valueDiv h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b62b8;
  text-align: center;
}
.valueCard {
  position: relative;
  display: flex;
  justify-content: center;
  /* background-color: #cbf7e4; */
  padding: 30px 0px;
  box-shadow: 0 0 4px #00000040;
  transition: 0.3s all ease-in-out;
}
.valueCard.value1::before {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.valueCard.value1:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9fa3fa;
  opacity: 1;
}
.valueCard.value2:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a9e4ca;
  opacity: 1;
}
.valueCard.value3:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fba3a5;
  opacity: 1;
}
.valueCard.value4:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6edaed;
  opacity: 1;
}
.valueCard.value5:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1cb4b;
  opacity: 1;
}
.valueCard p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #0b62b8;
  transition: all 0.3s ease-in-out;
  padding: 0px 5px;
}
.valueCard p:hover {
  opacity: 1;
}
.valueImg img {
  width: 80%;
}
.valueCard h3 {
  font-size: 36px;
  font-weight: 700;
  color: #0b62b8;
}
.valueCard.value1 {
  background-color: #bcbfff;
}
.valueCard.value2 {
  background-color: #cbf7e4;
}
.valueCard.value3 {
  background-color: #ffbfc1;
}
.valueCard.value4 {
  background-color: #a9f2ff;
}
.valueCard.value5 {
  background-color: #ecda74;
}

@media (max-width: 991px) {
  .aboutLeft {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .aboutHeroDiv {
    padding: 45% 0px 35%;
  }
}
@media (max-width: 540px) {
  .aboutLeft p {
    font-size: 15px;
  }
}
