<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  background: #F6F6F6 !important; 
}

/* FLP */

.leaders .leaders-btn{
  display: flex;
}

.leaders .leaders-btn a{
  width: 100%;
  text-decoration: none;
}

.leaders .leaders-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: #888888;
  padding: 0.5rem;
  text-align: center;
  width: 100%;
  border-bottom: 5px solid #DADADA;
}

.leaders .leaders-title.active{
  color: #2D81F7;
  border-bottom: 5px solid #2D81F7;
}

.leaders .leaders-content {
  margin-top: 30px;
}

.leaders .leaders-content p{
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #777777;
}

.leaders .leaders-button .btn{
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  background: #28C590;
  border: none;
  border-radius: 24px;
  padding: 10px 20px;
  margin: 5px 0;
}

.leaders .leaders-button .btn.active{
  background: #2D81F7;
}

.leader-button p{
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #777777;
}

.leaders-program-button {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
}

.leaders-button-group {
  display: flex;
  gap: 10px;
  padding: 10px;
  white-space: nowrap;
}

.leaders-button-group .btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  color: #0F0F0F;
  border: 1px solid #C1C1C1;
}

.leaders-button-group .btn:hover{
  border: 1px solid #C1C1C1;
}

.leaders-button-group .btn.active {
  border: 1px solid #2D81F7;
  color: #2D81F7;
}

.scroll-arrow {
  position: sticky;
  background: #fff;
  border: none;
  color: #2D81F7;
  padding: 5px 12px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  display: block;
  border: 1px solid #2D81F7;
}

.scroll-left {
  left: 0;
}

.scroll-right {
  right: 0;
}

.scroll-right.fixed {
  display: block;
}

.leaders-program-button::-webkit-scrollbar {
  display: none;
}

/* Flip box container */
.flip-box {
  width: 100%;
  max-width: 306px;
  height: auto;
  perspective: 1000px;
}
.flp-card {
  width: 100%;
  max-width: 306px;
  height: auto;
  perspective: 1000px;
}

.flip-box-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}


.flip-box-front, .flip-box-back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #FFFFFF;
  border: 2px solid #E6EAF0;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flip-box-back {
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
  border: 2px solid #E6EAF0;
  border-radius: 16px;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.logo-image {
  border: 6px solid #E6EAF0;
  border-radius: 100px;
  width: 100%;
  max-width: 198px;
  height: 198px;
    object-fit: cover;
}

.flip-box .flip-box-front h3 {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  margin: 5px 0 0;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.flip-box .flip-box-front p {
  font-size: 14px;
  font-weight: 500;
  color: #4C84F4;
  margin: 7px 0 0;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.flip-box .flip-box-back h3{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #3C4852;
}

.flip-box .flip-box-back .content{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
  color: #4C84F4;
}

.flip-box .flip-box-back .Student{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #3C4852;
  margin-top: 15px !important;
}

.flip-box .flip-box-back .view-profile{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #3C4852;
  text-decoration: none;
}
.flp-card .flip-box-front h3 {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  margin: 5px 0 0;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.flp-card .flip-box-front p {
  font-size: 14px;
  font-weight: 500;
  color: #4C84F4;
  margin: 7px 0 0;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.flp-card .flip-box-back h3{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #3C4852;
}

.flp-card .flip-box-back .content{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
  color: #4C84F4;
}

.flp-card .flip-box-back .Student{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #3C4852;
}

.flp-card .flip-box-back .view-profile{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #3C4852;
  text-decoration: none;
}

/* MLP */

.mlp-slider .carousel-item img {
  width: 100%;
  height: auto !important;
  object-fit: contain;
  border-radius: 16px;
}

.mlp-slider{
  display: flex;
  /* width: 100%; */
  /* margin: 40px 0; */
  margin: 20px 0;
}

.mlp-slider .carousel{
  width: 100%;
}

.mlp-slider button{
  background: transparent;
  border: none;
  outline: none;
}

.leaders .leaders-content h3{
  font-size: 28px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
}

.topper-carousel{
  background: url(images/image.png);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 40px 0 0;
}

.topper-carousel h2{
  font-size: 32px;
  line-height: 58px;
  font-weight: 600;
  color: #3E4852;
  text-align: center;
}

.topper-carousel h2 span{
  color: #4C84F4;
}

.topper-carousel .topper-para{
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  color: #3E4852;
  text-align: center;
}

.topper-carousel .topper-para span{
  color: #4C84F4;
}

.topper-carousel .testimonial-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-height: 180px;
}

.topper-carousel .testimonial-card .User-Image {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 1px solid #F8F8F8;
  filter: drop-shadow(0px 4px 4px rgba(151, 151, 151, 0.25));
}

.topper-carousel .testimonial-card h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(48, 48, 48, 1);
  margin-bottom: 0;
}

.topper-carousel .testimonial-card .college {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(76, 132, 244, 1);
  margin-bottom: 0;
}

.topper-carousel .testimonial-content .content-short {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-style: italic;
  color: #4C4C4D;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
  text-align: center;
}

.topper-carousel .read-more-btn {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(45, 129, 247, 1);
  cursor: pointer;
  float: right;
}

.testimonial-content.expanded .content-short {
  -webkit-line-clamp: unset;
}

.topper-carousel .owl-carousel.owl-drag .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topper-carousel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  display: flex !important;
}

.topper-carousel .owl-carousel{
  /* margin-top: 140px; */
  margin-top: 100px;
}

.topper-carousel .owl-carousel .owl-stage-outer{
  margin-bottom: 25px;
}

.topper-carousel .owl-theme .owl-nav{
  margin: 0;
}

.topper-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.topper-carousel .owl-carousel .owl-nav .owl-prev,
.topper-carousel .owl-carousel .owl-nav .owl-next{
  outline: none;
}

.topper-carousel .owl-carousel .owl-nav .owl-prev .prev-arrow i,
.topper-carousel .owl-carousel .owl-nav .owl-next .next-arrow i{
  font-size: 24px;
}

.topper-carousel .owl-carousel .owl-nav .owl-prev:hover,
.topper-carousel .owl-carousel .owl-nav .owl-next:hover{
  background: transparent;
  color: #000;
}

.topper-carousel .owl-nav .owl-prev,
.topper-carousel .owl-nav .owl-next {
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.topper-carousel .owl-nav .owl-prev {
  left: -15px;
}

.topper-carousel .owl-nav .owl-next {
  right: -15px;
}

.form-title h2{
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #3C4852;
  text-align: center;
}

.form-title h2 span{
  color: #4C84F4;
}

.registration-form {
  background: #fff;
  border-radius: 16px;
  padding: 20px 30px;
}

.registration-form .form-label{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212529;
}

.registration-form .form-label span{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #FF0000;
}

.registration-form .form-control, .form-select{
  background: #FFFFFF;
  border-radius: 8px;
  border: 2px solid #E6EAF0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212529;
}

.registration-form .form-control:focus, 
.registration-form .form-select:focus{
  box-shadow: none;
  outline: none;
  border-color: none;
}

.registration-form .registration-form-btn{
  margin-top: 15px;
  text-align: center;
  margin-bottom: 0 !important;
}

.registration-form .btn{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  padding: 10px 40px;
  border: 1px solid #2D81F7;
  border-radius: 40px;
  background: #2D81F7;
}

.registration-form .btn:hover{
  border: 1px solid #2D81F7;
  background: #2D81F7;
  color: #fff;
}

.schedule-box h2{
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #3C4852;
}

.schedule-box h2 span{
  color: #4C84F4;
}

.schedule-box .table-responsive{
  display: flex;
  justify-content: center;
}

.schedule-box .schedule-table {
  /* width: 600px; */
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.schedule-box .schedule-table thead th {
  background-color: #4C84F4;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border: 1px solid #4C84F4;
}

.schedule-box table tbody tr{
  border-bottom: 1px solid #D5E5FF;
}

.schedule-box table tbody tr:last-child{
  border-bottom: 1px solid #D5E5FF;
}

.schedule-box .schedule-table tbody td {
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #212529;
  border: 1px solid #99CBFF;
  background: #fff;
}

.schedule-box .schedule-table tbody td:first-child {
  background-color: #F1F4F9;
  border: 1px solid #99CBFF;
}

.meet-trainers h2{
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #3C4852;
  text-align: center;
}

.meet-trainers h2 span {
  color: #4C84F4;
}

.meet-trainers .owl-stage-outer .owl-item .slider-item{
  background: #FFF;
  padding: 32px 14px;
  border-radius: 20px;
}

.meet-trainers .owl-carousel.owl-drag .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.meet-trainers .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  display: flex !important;
}

.meet-trainers .slider-item img {
  height: 110px;
  border-radius: 20px;
}

.meet-trainers .slider-item h5{
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #181818;
  margin: 5px 0 0;
  text-align: center;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.meet-trainers .slider-item p {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #0E9869; 
  margin: 0;
  text-align: center;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.meet-trainers .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.meet-trainers .owl-carousel .owl-nav .owl-prev,
.meet-trainers .owl-carousel .owl-nav .owl-next{
  outline: none;

}

.meet-trainers .owl-carousel .owl-nav .owl-prev .prev-arrow i,
.meet-trainers .owl-carousel .owl-nav .owl-next .next-arrow i{
  font-size: 24px;
}

.meet-trainers .owl-carousel .owl-nav .owl-prev:hover,
.meet-trainers .owl-carousel .owl-nav .owl-next:hover{
  background: transparent;
  color: #000;
}

.meet-trainers .owl-nav .owl-prev,
.meet-trainers .owl-nav .owl-next {
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.meet-trainers .owl-nav .owl-prev {
  left: -15px;
}

.meet-trainers .owl-nav .owl-next {
  right: -15px;
}

.meet-trainers .owl-theme .owl-nav{
  margin-top: 0;
}

.owl-carousel .owl-stage-outer {
  margin: 0px 10px 25px 10px;;
}

@media screen and (min-width: 769px) and (max-width: 1700px) {

  .topper-carousel .owl-carousel {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {

  .leaders .leaders-title{
    font-size: 17px;
  }

  .leaders .leaders-button .btn{
    font-size: 12px;
    padding: 10px 12px;
  }

  .flip-box {
    max-width: 100%;
  }
  
  .flip-box-inner {
    height: auto;
  }

  /* .logo-image {
    max-width: 150px;
  } */

  .topper-carousel{
    padding: 20px 0 0;
  }

  .topper-carousel h2{
    font-size: 20px;
    line-height: 32px;
  }

  .topper-carousel .topper-para{
    font-size: 16px;
    line-height: 25px;
  }

  .topper-carousel .owl-carousel {
    margin-top: 45px;
  }

  .topper-carousel .slider-item img {
    width: 100%;
    height: 120px;
  }

  .schedule-box h2 {
    font-size: 20px;
  }

  .schedule-box .schedule-table thead th {
    font-size: 14px;
    padding: 10px;
  }

  .schedule-box .schedule-table tbody td {
    font-size: 14px;
    padding: 10px;
  }

  .schedule-box {
    padding: 15px;
  }

  .meet-trainers .owl-carousel {
    margin-top: 45px;
  }

  .meet-trainers .slider-item img {
    width: 100%;
    height: 120px;
  }

  .mlp-slider .carousel-item img{
    height: 100px !important;
  }

  .mlp-slider button{
    display: none;
  }

  .carousel-indicators{
    bottom: -40px !important;
    gap: 5px;
  }

  .carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: rgba(217, 217, 217, 1);
  }

  .carousel-indicators .active{
    background: rgba(76, 132, 244, 1);
  }

  .topper-carousel .owl-stage .owl-item.active .slider-item .testimonial-card .align-items-center{
    padding: 10px;
  }

  .topper-carousel .container{
    padding: 15px;
  }

}

.logo-image {
  height: 198px;
  object-fit: cover;
}

@media (max-width: 767px){
  .flp-card{
      max-width: none;
  }
}
  
.meet-trainers .owl-stage-outer .owl-item .slider-item {
  width: 100%;
}
  
.owl-carousel .owl-item img {
  object-fit: cover;
}
  
.meet-trainers .slider-item img {
  height: 125px;
}</pre></body></html>