.creative-gsap-slider .award-slider .swiper-slide:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #134168, #8ed3f2);
  opacity: .8;
}

.creative-gsap-slider .award-slider .swiper-slide {
  position: relative;
  border: 7px solid #134168;
  box-shadow: 0 0 15px #134168;
  border-radius: 30px;
}

.bg-color {
  background-color: #0B253C !important;
}

.creative-gsap-slider #slide-one .inner-section,
.creative-gsap-slider #slide-four .inner-section,
.creative-gsap-slider #slide-six .inner-section,
.creative-gsap-slider #slide-eight .inner-section {
  background-color: #134168;
}

.creative-gsap-slider #slide-three .inner-section,
.creative-gsap-slider #slide-two .inner-section {
  background-color: #fff;
}

.creative-gsap-slider #slide-four .heading-title {
  color: #fff;
}

.creative-gsap-slider .award-slider .swiper-slide.swiper-slide-next,
.creative-gsap-slider .award-slider .swiper-slide.swiper-slide-prev {
  /* transform: scale(0.85); */
  filter: blur(0) !important;
}

.creative-gsap-slider .testimonial-slider .swiper-slide.swiper-slide-next,
.creative-gsap-slider .testimonial-slider .swiper-slide.swiper-slide-prev {
  /* transform: scale(0.85); */
  filter: blur(0) !important;
}

#slide-two p,
#slide-two .info>span.word:before,
#slide-two .heading-title {
  color: #003366;
}

p.heading-content {
  color: #FFF;
}

#slide-three .info>span.word:before {
  color: #003366;
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.timeline-container .swiper-slide {
  align-items: baseline !important;
  margin-top: -15px;
}

.creative-gsap-slider .testimonial-slider .swiper-slide:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #134168, #1c6082, #8ed3f2);
  opacity: .8;
  border-radius: 17px;
}

.creative-gsap-slider .swiper-slide {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 95%;
  margin: auto;
  justify-content: start;
  align-items: start;
  border-radius: 30px;
}

.testimonial-slider .swiper-slide.swiper-slide-active:after {
  height: 15px !important;
  top: auto !important;
  bottom: 0 !important;
  background: var(--secondary-color) !important;
  border-radius: 0px 0px 30px 30px;
}

.life-slide .play-btn {
  opacity: 1;
}

.life-slide .cnts {
  position: absolute;
  width: 100%;
  padding: 2vw;
  background: linear-gradient(180deg, #0c243bdb, transparent);
  z-index: 1;
}

.cnts p {
  width: 30%;
}

.sch-bg {
  background-image: url(../../assets/images/banner-1.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.sch-bg div {
  width: 42%;
  height: 100%;
  padding: 4vw;
  padding-left: 8vw;
  background: linear-gradient(90deg, #103150e3 30%, transparent 100%);
}

#slide-three.mumbai-pg .info>span.word:before {
  color: #ffffff;
}

.mySwiper-worldclass .swiper-button-prev {
  display: flex;
  left: var(--swiper-navigation-sides-offset, 30px);
}

.mySwiper-worldclass .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 50px);
}

.mySwiper-worldclass .swiper-pagination-bullet {
  background: #ffffff;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 20px));
}

.mySwiper-worldclass .swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

.mySwiper-worldclass.swiper-horizontal>.swiper-pagination-bullets {
  bottom: var(--swiper-pagination-bottom, 20%);
}

.swiper-button-next .svg-section,
.swiper-button-prev .svg-section {
  height: 40px;
  width: 40px;
}

.mySwiper-lifecicle .swiper-button-prev {
  display: flex;
  left: var(--swiper-navigation-sides-offset, 30px);
}

.mySwiper-lifecicle .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 50px);
}

.mySwiper-lifecicle .swiper-pagination-bullet {
  background: #ffffff;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 20px));
}

.mySwiper-lifecicle .swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

.mySwiper-lifecicle.swiper-horizontal>.swiper-pagination-bullets {
  bottom: var(--swiper-pagination-bottom, 20%);
}