.banner {
  position: relative;
  margin-bottom: 240px;
}
.banner .banner-image img {
  width: 100%;
  height: auto;
}
.banner .counter-outer {
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border: 4px solid #ffbb00;
  border-radius: 10px;
  padding: 40px 20px;
  width: 65%;
  background-color: #fff;
}
.banner .counter-outer .counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner .counter-outer .counters .counter {
  width: 19%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.banner .counter-outer .counters .counter .number p {
  font-size: 4.8em;
  font-weight: 900;
  color: #ffbb00;
  margin-bottom: 0px;
  text-align: center;
}
.banner .counter-outer .counters .counter .text p {
  font-size: 1.1em;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  text-align: center;
}
.banner .counter-outer .counters .counter::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0.5px;
  background-color: #a9a9a9;
  position: absolute;
  top: 0;
  right: -10px;
}
.banner .counter-outer .counters .counter:nth-last-child(1)::after {
  content: none;
}
.text-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-c p.sub-para {
  width: 75%;
  font-size: 1.4em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.profiles-outer .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profiles-outer .text p {
  font-size: 1.4em;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
  border-bottom: 2px solid #000;
}
.student-outer {
  margin-bottom: 80px;
}
.student-outer .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.student-outer .icon .image {
  width: 20%;
  margin-bottom: 10px;
}
.student-outer .icon .image img {
  width: 100%;
  height: auto;
}
.student-outer .profiles-outer .text {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.student-outer .profiles-outer .text p {
  font-size: 1.4em;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
  border-bottom: 2px solid #000;
}
.student-outer .profiles-outer .card-outer .slick-slide {
  margin: 0px 25px;
}
.student-outer .profiles-outer .card-outer .card-inner {
  width: 28%;
  padding: 20px 20px;
  border-radius: 10px;
  min-height: 535px;
}
.student-outer .profiles-outer .card-outer .card-inner .image-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.student-outer .profiles-outer .card-outer .card-inner .image-outer .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.student-outer .profiles-outer .card-outer .card-inner .name p {
  font-size: 1.7em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0px;
}
.student-outer .profiles-outer .card-outer .card-inner .age p {
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.student-outer .profiles-outer .card-outer .card-inner .para p {
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.3;
}
.approach {
  margin-bottom: 80px;
}
.approach .text-c p.sub-para {
  width: 80%;
  margin-bottom: 0px;
}
.events {
  margin-bottom: 80px;
}
.events .slick-slide {
  margin: 0px 25px;
}
.events .card-outer1 {
  padding: 20px;
  border: 1.5px solid #a9a9a9;
  border-radius: 20px;
}
.events .card-outer1 .card {
  border: unset;
}
.events .card-outer1 .card .image {
  margin-bottom: 30px;
}
.events .card-outer1 .card .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.events .card-outer1 .card .text-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.events .card-outer1 .card .text-outer .text {
  padding: 8px 10px;
  background-color: #ffbb00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.events .card-outer1 .card .text-outer .text p {
  margin-bottom: 0px;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
}
.all-events {
  margin-bottom: 80px;
}
.all-events .events-outer {
  padding-left: 30px;
}
.all-events .events-outer p {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.8;
}
.student-testi {
  margin-bottom: 80px;
}
.student-testi .slick-slide {
  margin: 0px 25px;
}
.student-testi .testimonial-outer .testimonial {
  padding: 60px 60px;
  background-color: #ffbb00;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.student-testi .testimonial-outer .testimonial .image .img-inner {
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.student-testi .testimonial-outer .testimonial .image .img-inner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.student-testi .testimonial-outer .testimonial .image .name-outer .name p {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0px;
  text-align: center;
}
.student-testi .testimonial-outer .testimonial .image .name-outer .age p {
  font-weight: 500;
  margin-bottom: 0px;
  text-align: center;
}
.student-testi .testimonial-outer .testimonial .text-outer .para p {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
}
.last-txet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.last-txet p {
  font-size: 2.5em;
  font-weight: 600;
  color: #623c26;
  padding: 10px 30px;
  margin-bottom: 0px;
  border-radius: 10px;
}
.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 25px;
}
@media only screen and (max-width: 510px) {
  .banner {
    margin-bottom: 110px;
  }
  .banner .counter-outer {
    bottom: -30px;
    width: 90%;
    padding: 10px 0px;
    border: 3px solid #ffbb00;
  }
  .banner .counter-outer .counters .counter .number p {
    font-size: 1.5em;
  }
  .banner .counter-outer .counters .counter .text p {
    font-size: 0.5em;
  }
  .banner .counter-outer .counters .counter::after {
    right: 0;
  }
  .student-outer .icon .image {
    width: 33%;
  }
  .text-c p.sub-para {
    width: 100%;
    font-size: 1em;
  }
  .student-outer {
    margin-bottom: 30px;
  }
  .student-outer .profiles-outer .card-outer .card-inner .name p {
    font-size: 1.9em;
  }
  .approach {
    margin-bottom: 30px;
  }
  .approach .text-c p.sub-para {
    width: 100%;
  }
  .events {
    margin-bottom: 30px;
  }
  .all-events .events-outer p {
    font-size: 0.8em;
  }
  .student-testi {
    margin-bottom: 20px;
  }
  .student-testi .testimonial-outer .testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 30px;
  }
  .last-txet p {
    font-size: 1.6em;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
    z-index: 9999;
  }
}
