.banner-section {
  height: auto;
  padding:150px 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
}
h1,
.title1 {
  color: white;
}
/* About section */
.about-section {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.left-ab-cont {
  margin: 0 40px 20px 0;
  width: 400px;
  height: 300px;
  float:left;
  position:relative;

}
.left-ab-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.right-ab-cont p {
  font-size: 14px;
  color: #000000;
}

/* mission vision section */
.vision-section {
  padding: 50px 0;
  background: linear-gradient(175deg, white, rgb(16, 176, 240), darkblue);
}
.vision-section .content {
  border: 2px solid white;
  padding: 10px 15px;
  border-radius: 10px;
  height:520px;
  overflow-y:auto;
}
.vis-img {
  max-width: 100%;
  height: 300px;
}
.vis-img img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
  border-radius: 10px;
}
.content .title3 {
  font-size: 28px;
  color: white;
}
.content .para {
  color: #ffffff;
}
/* Testimonial Section */
/* Testimonial Section */
.testimonial-sec {
  padding: 50px 0;
  background-color: #0c2c70;
}
.testimonial-sec .title2 {
  color: #ffffff;
}
.testimonial-slide {
  width: 100%;
  min-height: 200px;
  padding: 15px 10px 10px 7px;
  background-color: transparent;
  border-radius: 7px;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #ffffff;
  color: white;
  height:260px;
  overflow-y:auto;
}
/* #testimonialSwiper .swiper-slide-next .testimonial-slide {
  background-color: #e98903;
  transition: all 0.3s ease-in-out;
  color: white;
} */
.profile-img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  border: 1px solid white;
}
.profile-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.top-part {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.testimonial-slide p {
  background: rgba(7, 23, 53, 0.6);
  margin-top: 15px;
  padding-inline: 5px;
}
.testimonial-slide .title4 + p {
  margin-left: 0;
}
#testimonialSwiper .swiper-slide {
  padding-top: 55px;
}

#testimonialSwiper .swiper-button-prev,
#testimonialSwiper .swiper-button-next {
  top: 24% !important;
}
#testimonialSwiper .swiper-button-prev {
  left: 0;
}
#testimonialSwiper .swiper-button-next {
  right: 0;
}
.swiper-button-prev,
.swiper-button-next {
  color: #ff9500;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  height: 40px;
  width: 40px;
  top: 52% !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #ff9500;
  color: white;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .banner-section {
    padding:50px;
  }
  .about-section {
    padding: 15px 0;
  }
  .left-ab-cont {
    height: 225px;
  }
  .vision-section .content {
    padding: 8px 10px;
    margin-bottom: 12px;
  }
  .vis-img {
    height: 210px;
  }
}
