.section-about-banner {
  background: url('https://image.agilemania.com/images/bg-backgroung.png') no-repeat;
  background-size: cover;
  min-height: 225px;
  background-position: top;
}

.section-about-link {
  background-color: #f2f4f5;
  position: sticky;
  top: 60px;
  z-index: 99;
}

.section-about-link ul li {
  list-style: none;
  padding: 5px;
}

.section-about-link ul li a {
  color: rgb(10 38 59 / 70%);
  /* font-family: Manrope-SemiBold; */
  transition: all .5s ease;
}

.section-about-link ul li a.active,
.section-about-link ul li a:hover {
  color: #0A263B;
}

/* .section-about-link ul li a.active {
  font-family: Manrope-Bold;
} */

.section-about-agilemania .bgs-light-blue {
  border-radius: 0 50px 0 50px;
  background-color: rgb(0 154 173 / 5%);
}

.section-about-agilemania .counter_method h2,
.section-about-agilemania .counter_method span {
  font-size: 65px;
  /* font-family: Manrope-Bold; */
}

.section-about-agilemania .counter_method span {
  font-size: 40px;
}


.section-home-testimonial .owl-carousel .owl-item img {
  display: block;
  width: unset;
  border-radius: 50%;
}

.section-home-testimonial .owl-item.center>div {
  cursor: auto;
  margin: 0;
  cursor: pointer;
}

.section-home-testimonial .owl-carousel .owl-stage {
  display: flex;
}

.section-home-testimonial .owl-item.center>.box-sha {
  background-color: #e6f5f7;
}

.section-home-testimonial .owl-carousel .owl-nav button.owl-next span {
  position: absolute;
  margin: 0px;
  top: 40%;
  right: 0px;
  font-size: 55px !important;
  font-family: FontAwesome;
}

.section-home-testimonial .owl-nav button.owl-prev span {
  position: absolute;
  margin: 0px;
  top: 40%;
  left: 0px;
  font-size: 55px !important;
  font-family: FontAwesome;
}

.section-home-testimonial .owl-content p {
  min-height: 150px;
  margin-bottom: 8rem !important;
}

.section-home-testimonial .position-relative .row {
  position: absolute;
  bottom: 20px;
  right: 30px;
  left: 30px;
}

.section-upcoming-class .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 30px;
  transition: 0.5s ease-in-out;
}

.section-about-leadership .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px !important;
}

.section-about-leadership .owl-carousel .owl-stage {
  display: flex;
}

.about-social-icons a {
  border: 1px solid #0A263B;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  transition: all .5s ease;
}

.about-social-icons a:hover {
  background-color: #ff9500;
  border: 1px solid #ff9500;

}

.about-social-icons :is(i, svg) {
  font-size: 30px;
  color: #ff9500;
  transition: all .5s ease;
}

.about-social-icons a:hover i {
  color: #fff !important;
  transform: rotate(360deg);
}

.about-social-icons a:hover svg {
  fill: #fff !important;
  transform: rotate(360deg);
}

@media (max-width: 768px) {
  .about-social-icons a {
    width: 50px;
    height: 50px;
  }

  .about-social-icons i {
    font-size: 18px;
  }

  .about-social-icons svg {
    width: 18px;
  }
}

@media (max-width: 575px) {
  .about-social-icons a {
    width: 30px;
    height: 30px;
  }

  .about-social-icons i {
    font-size: 12px;
  }

  .about-social-icons svg {
    width: 12px;
  }
}