body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  font-family: "Fredoka", sans-serif;
}

body.overflow {
  overflow-y: hidden;
}

body.overflow:after {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  transition: all linear 0.5s;
}

.accordion-item .accordion-button::after {
  filter: none !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath d='M1.5 4.5L8 11l6.5-6.5' stroke='%23000000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath d='M1.5 4.5L8 11l6.5-6.5' stroke='%23000000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}

.mainBannerClubandsociety {
  background-color: var(--sky-blue);
  overflow-x: hidden;
}
.mainBannerClubandsociety .slick-prev {
  z-index: 100;
  left: 20px !important;
  top: 3% !important;
}
@media only screen and (min-width: 992px) {
  .mainBannerClubandsociety .slick-prev {
    left: 45px !important;
    z-index: 100;
    top: 50% !important;
  }
}
.mainBannerClubandsociety .slick-next {
  right: 20px !important;
  z-index: 100;
  top: 3% !important;
}
@media only screen and (min-width: 992px) {
  .mainBannerClubandsociety .slick-next {
    right: 45px !important;
    z-index: 100;
    top: 50% !important;
  }
}
.mainBannerClubandsociety .slick-prev:before,
.mainBannerClubandsociety .slick-next:before {
  color: var(--yellow);
}
.mainBannerClubandsociety .slick-prev,
.mainBannerClubandsociety .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: red;
  border: none;
  outline: none;
  background: transparent;
}
.mainBannerClubandsociety .row {
  align-items: center;
  justify-content: space-between;
}
.mainBannerClubandsociety .mainBannerText .textCont {
  margin: 0 auto;
  max-width: 80%;
}
.mainBannerClubandsociety .mainBannerText .textCont h1 {
  font-weight: 600;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  .mainBannerClubandsociety .mainBannerText .textCont h1 {
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .mainBannerClubandsociety .mainBannerText .textCont {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .mainBannerClubandsociety .mainBannerText .textCont {
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .mainBannerClubandsociety .mainBannerText .textCont {
    max-width: 540px;
  }
}
@media only screen and (min-width: 1400px) {
  .mainBannerClubandsociety .mainBannerText .textCont {
    max-width: 576px;
  }
}
@media only screen and (min-width: 1920px) {
  .mainBannerClubandsociety .mainBannerText .textCont {
    max-width: 658px;
    margin-right: 165px;
  }
}
.mainBannerClubandsociety .mainBannerImg {
  padding-right: 0;
  padding-left: 0;
  padding-top: 33px;
}
.mainBannerClubandsociety .mainBannerImg img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .mainBannerClubandsociety .mainBannerImg {
    padding-top: 0;
    text-align: right;
  }
}

.mainBanner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.mainBanner img {
  display: block;
  width: 100%;
}
.mainBanner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* above overlay */
  color: #fff;
}
.mainBanner .slick-prev {
  z-index: 100;
  left: 2px !important;
}
@media only screen and (min-width: 767px) {
  .mainBanner .slick-prev {
    left: -23px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mainBanner .slick-prev {
    left: -12px !important;
    z-index: 100;
    top: 50% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mainBanner .slick-prev {
    left: -23px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .mainBanner .slick-prev {
    left: -30px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .mainBanner .slick-prev {
    left: -110px !important;
  }
}
.mainBanner .slick-next {
  right: 2px !important;
  z-index: 100;
}
@media only screen and (min-width: 767px) {
  .mainBanner .slick-next {
    right: -12px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mainBanner .slick-next {
    right: -12px !important;
    z-index: 100;
    top: 50% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mainBanner .slick-next {
    right: -12px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .mainBanner .slick-next {
    right: -5px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .mainBanner .slick-next {
    right: -35px !important;
  }
}
.mainBanner .slick-prev:before,
.mainBanner .slick-next:before {
  font-size: 15px !important;
  color: rgb(218, 209, 209);
}
@media only screen and (min-width: 767px) {
  .mainBanner .slick-prev:before,
  .mainBanner .slick-next:before {
    font-size: 20px !important;
  }
}
.mainBanner .slick-prev,
.mainBanner .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: red;
  border: none;
  outline: none;
  background: transparent;
}
.mainBanner .row {
  align-items: center;
  justify-content: space-between;
}
.mainBanner .mainBannerText .textCont {
  margin: 0 auto;
  max-width: 80%;
}
.mainBanner .mainBannerText .textCont h1 {
  font-weight: 600;
}
@media only screen and (min-width: 576px) {
  .mainBanner .mainBannerText .textCont h1 {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .mainBanner .mainBannerText .textCont h1 {
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .mainBanner .mainBannerText .textCont {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .mainBanner .mainBannerText .textCont {
    max-width: 335px;
  }
}
@media only screen and (min-width: 1200px) {
  .mainBanner .mainBannerText .textCont {
    max-width: 540px;
  }
}
@media only screen and (min-width: 1400px) {
  .mainBanner .mainBannerText .textCont {
    max-width: 576px;
  }
}
@media only screen and (min-width: 1920px) {
  .mainBanner .mainBannerText .textCont {
    max-width: 658px;
  }
}
.mainBanner .mainBannerImg {
  padding-right: 0;
  padding-left: 0;
  padding-top: 33px;
}
.mainBanner .mainBannerImg img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .mainBanner .mainBannerImg {
    padding-top: 0;
    text-align: right;
  }
}

/* PROGRAMS */
.programs {
  padding: 40px 0;
}
.programs h2 {
  padding-bottom: 15px;
}
@media only screen and (min-width: 1920px) {
  .programs h2 {
    padding-bottom: 50px;
  }
}
.programs small {
  text-align: center;
}
.programs p {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .programs p p {
    padding: 0px 200px;
  }
}
.programs .program-box {
  position: relative;
  padding: 50px 30px;
  height: 420px;
  overflow: hidden;
  color: var(--white);
  border-radius: 5px;
  text-align: left;
}
.programs .program-box h3 {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .programs .program-box h3 {
    line-height: 28px;
  }
}
.programs .program-box p {
  margin-bottom: 20px;
  color: var(--white);
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .programs .program-box p p {
    padding: 20px 20px;
  }
}
.programs .col-lg-3:nth-child(1) .program-box {
  background-color: var(--light-brilliant-blue);
}
.programs .col-lg-3:nth-child(2) .program-box {
  background-color: var(--yellow) !important;
}
.programs .col-lg-3:nth-child(3) .program-box {
  background-color: var(--green) !important;
}
.programs .col-lg-3:nth-child(4) .program-box {
  background-color: #f9f9f9 !important;
}
.programs .col-lg-3:nth-child(4) .program-box h3,
.programs .col-lg-3:nth-child(4) .program-box p,
.programs .col-lg-3:nth-child(4) .program-box .outline-text {
  color: var(--black) !important;
}
.programs .outline-text {
  position: absolute;
  bottom: 17px;
  left: 136px;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  font-size: 77px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 0.5px white;
}
@media only screen and (min-width: 992px) {
  .programs .outline-text {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .programs .outline-text {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .programs .outline-text {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1920px) {
  .programs .outline-text {
    font-size: 153px;
    bottom: 39px;
  }
}
@media only screen and (min-width: 992px) {
  .programs {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1920px) {
  .programs {
    padding: 116px 0 92px 0;
  }
}

.preSchoolSlider {
  padding: 50px 0 0 0;
}
@media (min-width: 992px) {
  .preSchoolSlider .card {
    background: none !important;
  }
}
.preSchoolSlider .preSchoolImg {
  margin-left: auto;
}
@media (min-width: 992px) {
  .preSchoolSlider .preSchoolImg {
    max-width: 90%;
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .preSchoolSlider .preSchoolImg {
    margin-bottom: 80px;
  }
}
.preSchoolSlider h2 {
  padding-bottom: 25px;
}
@media only screen and (min-width: 1600px) {
  .preSchoolSlider h2 {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .preSchoolSlider .header {
    max-width: 1178px !important;
  }
}
.preSchoolSlider .header strong {
  padding-bottom: 0px !important;
}
@media only screen and (min-width: 768px) {
  .preSchoolSlider {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .preSchoolSlider {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .preSchoolSlider {
    padding: 116px 0;
  }
}
@media only screen and (min-width: 992px) {
  .preSchoolSlider .row {
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media only screen and (min-width: 1600px) {
  .preSchoolSlider .row {
    padding-top: 30px;
  }
}
.preSchoolSlider .preSchoolSliderText {
  position: relative;
  padding-top: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .preSchoolSlider .preSchoolSliderText {
    display: block;
  }
}
.preSchoolSlider .preSchoolSliderText::after {
  content: "";
  position: absolute;
  background-image: url(./assets/images/sliderline.png);
  width: 2px;
  height: 370px;
  left: 16px;
  top: 33px;
}
@media only screen and (min-width: 1400px) {
  .preSchoolSlider .preSchoolSliderText::after {
    top: 50px;
    height: 500px;
  }
}
.preSchoolSlider .preSchoolSliderText ul li {
  padding: 15px 0;
}
@media only screen and (min-width: 1400px) {
  .preSchoolSlider .preSchoolSliderText ul li {
    padding: 30px 0;
  }
}
.preSchoolSlider .preSchoolSliderText ul li a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  padding-left: 65px;
  line-height: 27px;
}
.preSchoolSlider .preSchoolSliderText ul li a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #d3d3d3;
  border-radius: 50%;
  z-index: 2;
}
.preSchoolSlider .preSchoolSliderText ul li a.active {
  color: #3da8ff;
}
.preSchoolSlider .preSchoolSliderText ul li a.active::before {
  background-color: #3da8ff;
}
.preSchoolSlider .preSchoolSliderText ul li a:hover {
  text-decoration: none;
  color: #3da8ff;
}
@media only screen and (min-width: 1920px) {
  .preSchoolSlider .preSchoolSliderText ul li a {
    padding-left: 70px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .preSchoolSlider .preSchoolSliderText {
    padding-top: 0;
  }
}
.preSchoolSlider .preSchoolSliderImg h5 {
  font-weight: 600;
  line-height: 22px;
  font-size: 30px;
}
@media only screen and (min-width: 1600px) {
  .preSchoolSlider .preSchoolSliderImg h5 {
    line-height: 49px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  .preSchoolSlider .preSchoolSliderImg h5 {
    padding-bottom: 20px;
  }
}
.preSchoolSlider .preSchoolSliderImg .card {
  position: relative;
  border: none;
  width: 100%;
}
.preSchoolSlider .preSchoolSliderImg .card img {
  width: 100% !important;
  max-width: 100% !important;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media only screen and (min-width: 768px) {
  .preSchoolSlider .preSchoolSliderImg .card img {
    border-radius: 12px;
  }
}
.preSchoolSlider .preSchoolSliderImg .card .card-img-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.preSchoolSlider .preSchoolSliderImg .card .card-body {
  min-height: 270px;
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .preSchoolSlider .preSchoolSliderImg .card .card-body {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 1px;
    max-width: 500px;
    background-color: #ffb000;
    border-radius: 10px;
    text-align: left;
    padding: 28px 28px 15px 28px;
    min-height: unset;
    color: white;
  }
  .preSchoolSlider .preSchoolSliderImg .card .card-body h5 {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1920px) {
  .preSchoolSlider .preSchoolSliderImg .card .card-body {
    max-width: 540px;
    max-height: 333px;
    padding: 35px 40px 30px 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .preSchoolSlider {
    padding-bottom: 100px;
  }
}

.development {
  padding-bottom: 100px;
  /* Box Colors */
}
.development .orange-box {
  background-color: var(--darkorange);
  /* Orange */
  border-radius: 15px;
  color: var(--white);
}
@media (min-width: 1920px) {
  .development .orange-box {
    padding: 64px 80px 72px 65px !important;
  }
}
.development .blue-box {
  background-color: var(--brilliant-blue);
  /* Blue */
  border-radius: 15px;
  color: var(--white);
}
@media (min-width: 1920px) {
  .development .blue-box {
    padding: 65px 0 35px 69px !important;
  }
}
.development .green-box {
  background-color: var(--green);
  /* Green */
  border-radius: 15px;
  color: var(--white);
}
@media (min-width: 1920px) {
  .development .green-box {
    padding: 67px 69px 63px 70px !important;
  }
}
.development .red-box {
  background-color: var(--red);
  border-radius: 15px;
  color: var(--white);
}
@media (min-width: 1920px) {
  .development .red-box {
    padding: 69px 82px 66px 65px !important;
  }
}
.development .holistic-development {
  color: var(black);
}
.development .img-fluid {
  border-radius: 10px;
  display: none;
}
@media (min-width: 992px) {
  .development .img-fluid {
    display: block;
  }
}
@media (max-width: 768px) {
  .development .orange-box,
  .development .blue-box,
  .development .green-box,
  .development .red-box {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .development {
    padding-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .development {
    padding-bottom: 183px;
  }
}

.benifitStudents {
  padding-top: 50px;
}
.benifitStudents .benefit-item {
  padding: 30px 0;
}
.benifitStudents .benefit-item h2 {
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (min-width: 1920px) {
  .benifitStudents .benefit-item h2 {
    font-size: 70px;
    line-height: 68px;
  }
}
.benifitStudents .benefit-item .boxNumber {
  background-color: var(--light-seagreen);
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  padding: 28px 20px;
  border-radius: 12px;
  margin-right: 20px;
  max-width: 80px;
  max-height: 80px;
  text-align: center;
}
@media only screen and (min-width: 1920px) {
  .benifitStudents .benefit-item .boxNumber {
    font-size: 40px;
    line-height: 24px;
  }
}
.benifitStudents .benefit-item .benefit-text {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .benifitStudents .benefit-item .benefit-text {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1400px) {
  .benifitStudents .benefit-item .benefit-text {
    max-width: 350px;
  }
}
@media only screen and (min-width: 1920px) {
  .benifitStudents .benefit-item .benefit-text {
    max-width: 406px;
  }
}
.benifitStudents .benefit-item .benefit-text h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 30px;
}
@media only screen and (min-width: 1920px) {
  .benifitStudents .benefit-item .benefit-text h5 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .benifitStudents {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1920px) {
  .benifitStudents {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}

.clubSociety {
  background-color: var(--white);
  margin-top: 0;
  position: relative;
  overflow: hidden;
  padding: 50px 0px;
}
@media only screen and (min-width: 992px) {
  .clubSociety {
    padding: 100px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .clubSociety {
    padding: 120px 0px 80px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .clubSociety {
    padding: 140px 0px 100px 0px;
  }
}
.clubSociety h2 {
  padding-bottom: 18px;
}
@media only screen and (min-width: 992px) {
  .clubSociety .club-society-bg {
    display: flex;
    flex-direction: row;
  }
}
.clubSociety .mainBannerImg {
  padding-top: 0px;
}
.clubSociety img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
@media only screen and (min-width: 992px) {
  .clubSociety img {
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 12px !important;
  }
}
.clubSociety .container {
  border-radius: 12px;
}
.clubSociety .mainBannerText {
  background-color: var(--brilliant-blue);
  padding: 40px 20px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .clubSociety .mainBannerText {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .clubSociety .mainBannerText {
    padding: 68px 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .clubSociety .mainBannerText {
    padding: 100px 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .clubSociety .mainBannerText {
    padding: 140px 90px;
  }
}
.clubSociety .mainBannerText .textCont {
  color: var(--white);
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .clubSociety .mainBannerText .textCont {
    max-width: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .clubSociety .mainBannerText .textCont {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1920px) {
  .clubSociety .mainBannerText .textCont {
    max-width: 540px;
  }
}
.clubSociety .exploreMore {
  color: var(--white);
}
.clubSociety .bigText {
  position: absolute;
  bottom: 42px;
  left: 0;
  font-size: 70px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px white;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .clubSociety .bigText {
    bottom: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .clubSociety .bigText {
    font-size: 80px;
    bottom: 42px;
  }
}
@media only screen and (min-width: 1400px) {
  .clubSociety .bigText {
    font-size: 100px;
    bottom: 54px;
  }
}
@media only screen and (min-width: 1600px) {
  .clubSociety .bigText {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1920px) {
  .clubSociety .bigText {
    font-size: 153px;
    bottom: 74px;
  }
}
.clubSociety .ksHeadingWrapper .ksHeading {
  animation: marquee 35s linear infinite;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 992px) {
  .clubSociety .ksHeadingWrapper .ksHeading {
    display: block;
    top: 307px;
    left: -753px;
  }
}
@media only screen and (min-width: 1200px) {
  .clubSociety .ksHeadingWrapper .ksHeading {
    top: 361px;
    left: -875px;
  }
}
@media only screen and (min-width: 1400px) {
  .clubSociety .ksHeadingWrapper .ksHeading {
    top: 435px;
    left: -1004px;
  }
}
@media only screen and (min-width: 1600px) {
  .clubSociety .ksHeadingWrapper .ksHeading {
    top: 474px;
    left: -1004px;
  }
}
@media only screen and (min-width: 1920px) {
  .clubSociety .ksHeadingWrapper .ksHeading {
    top: 521px;
    left: -1342px;
  }
}
.clubSociety .ksHeadingWrapper .ksHeading span {
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
}

.aboutUsHistory {
  background-color: var(--white);
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
.aboutUsHistory h2 {
  padding-bottom: 17px;
}
@media only screen and (min-width: 992px) {
  .aboutUsHistory .club-society-bg {
    display: flex;
  }
}
.aboutUsHistory .mainBannerImg {
  padding-top: 0px;
}
.aboutUsHistory img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
@media only screen and (min-width: 992px) {
  .aboutUsHistory img {
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 12px !important;
  }
}
.aboutUsHistory .container {
  border-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .aboutUsHistory .history-div {
    display: flex;
  }
}
.aboutUsHistory .mainBannerText {
  background-color: var(--yellow);
  padding: 40px 20px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .aboutUsHistory .mainBannerText {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .aboutUsHistory .mainBannerText {
    padding: 68px 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .aboutUsHistory .mainBannerText {
    padding: 100px 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .aboutUsHistory .mainBannerText {
    padding: 80px 90px 190px 90px;
  }
}
.aboutUsHistory .mainBannerText .textCont {
  color: var(--white);
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .aboutUsHistory .mainBannerText .textCont {
    max-width: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .aboutUsHistory .mainBannerText .textCont {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1920px) {
  .aboutUsHistory .mainBannerText .textCont {
    max-width: 540px;
  }
}
.aboutUsHistory .mainBannerText ul {
  padding-left: 15px;
}
.aboutUsHistory .mainBannerText ul li {
  list-style: disc;
}
.aboutUsHistory .exploreMore {
  color: var(--white);
}
.aboutUsHistory .bigText {
  position: absolute;
  bottom: 42px;
  left: 0;
  font-size: 70px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px white;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .aboutUsHistory .bigText {
    bottom: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .aboutUsHistory .bigText {
    font-size: 80px;
    bottom: 42px;
  }
}
@media only screen and (min-width: 1400px) {
  .aboutUsHistory .bigText {
    font-size: 100px;
    bottom: 54px;
  }
}
@media only screen and (min-width: 1600px) {
  .aboutUsHistory .bigText {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1920px) {
  .aboutUsHistory .bigText {
    font-size: 153px;
    bottom: 74px;
  }
}
.aboutUsHistory .ksHeadingWrapper .ksHeading {
  animation: marquee 35s linear infinite;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 992px) {
  .aboutUsHistory .ksHeadingWrapper .ksHeading {
    display: block;
    top: 454px;
    left: -664px;
  }
}
@media only screen and (min-width: 1200px) {
  .aboutUsHistory .ksHeadingWrapper .ksHeading {
    top: 512px;
    left: -824px;
  }
}
@media only screen and (min-width: 1400px) {
  .aboutUsHistory .ksHeadingWrapper .ksHeading {
    top: 597px;
    left: -977px;
  }
}
@media only screen and (min-width: 1600px) {
  .aboutUsHistory .ksHeadingWrapper .ksHeading {
    top: 683px;
    left: -978px;
  }
}
@media only screen and (min-width: 1920px) {
  .aboutUsHistory .ksHeadingWrapper .ksHeading {
    top: 742px;
    left: -1256px;
  }
}
.aboutUsHistory .ksHeadingWrapper .ksHeading span {
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
}

.rainbow {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  .rainbow {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .rainbow {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .rainbow h2 {
    padding-bottom: 30px;
  }
}
.rainbow .accordion {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (min-width: 992px) {
  .rainbow .accordion {
    display: none;
  }
}
.rainbow .accordion-button::after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"%3E%3C/path%3E%3C/svg%3E') !important;
  background-size: 15px;
  background-position: right center;
}
@media only screen and (min-width: 992px) {
  .rainbow .accordion-button::after {
    background-size: 24px;
  }
}
.rainbow .accordion-item {
  flex-grow: 1;
  text-align: center;
  color: white;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.rainbow .accordion-header button {
  background: none;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  font-size: 19px;
  padding-left: 10px;
  padding-right: 10px;
}
.rainbow .accordion-body {
  color: white;
  text-align: left;
  padding: 20px;
}
.rainbow .number {
  font-size: 32px;
  font-weight: bold;
}
.rainbow .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.rainbow .accordion-button:not(.collapsed) {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px 8px 0 0;
}
.rainbow .accordion-item:nth-child(1) {
  background-color: #ff3e4d;
}
.rainbow .accordion-item:nth-child(2) {
  background-color: #ff9933;
}
.rainbow .accordion-item:nth-child(3) {
  background-color: #ffcc33;
}
.rainbow .accordion-item:nth-child(4) {
  background-color: #66cc33;
}
.rainbow .accordion-item:nth-child(5) {
  background-color: #66cc33;
}
.rainbow .slideWrap {
  display: none;
  flex-direction: row;
  gap: 10px;
  height: 100%;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .rainbow .slideWrap {
    display: flex;
  }
}
@media only screen and (min-width: 1400px) {
  .rainbow .slideWrap {
    gap: 11px;
  }
}
@media only screen and (min-width: 1920px) {
  .rainbow .slideWrap {
    gap: 21px;
  }
}
.rainbow .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  color: var(--white);
  width: 5.8%;
  transition: all 0.5s ease;
  height: 650px;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .rainbow .slide {
    width: 6.3%;
  }
}
@media only screen and (min-width: 1920px) {
  .rainbow .slide {
    width: 6.3%;
  }
}
.rainbow .slide .textBox h5 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1920px) {
  .rainbow .slide .textBox h5 {
    margin-bottom: 60px;
  }
}
.rainbow .slide .textBox p {
  display: none;
}
.rainbow .slide span {
  display: block;
  font-size: 45px;
  font-weight: 600;
  margin-top: 30px;
}
@media only screen and (min-width: 1400px) {
  .rainbow .slide span {
    font-size: 56px;
    line-height: normal;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1920px) {
  .rainbow .slide span {
    font-size: 62px;
    line-height: normal;
    margin-top: 40px;
  }
}
.rainbow .slide.active {
  width: 292px;
  justify-content: flex-start;
  padding: 0 52px;
  align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .rainbow .slide.active {
    width: 367px;
  }
}
@media only screen and (min-width: 1920px) {
  .rainbow .slide.active {
    width: 378px;
  }
}
.rainbow .slide.active .textBox h5 {
  writing-mode: horizontal-tb;
  transform: none;
  text-align: left;
  font-size: 32px;
  padding-bottom: 10px;
  margin: 0;
}
@media only screen and (min-width: 1920px) {
  .rainbow .slide.active .textBox h5 {
    padding-bottom: 20px;
  }
}
.rainbow .slide.active .textBox p {
  display: block;
}
.rainbow .slide.active span {
  margin-bottom: 20px;
  padding-bottom: 60px;
}

/* Add colors for the remaining accordion items similarly */
/* Success Story */
.success-stories {
  padding: 30px 0px;
  background-color: var(--fadedyellow);
}
@media only screen and (min-width: 767px) {
  .success-stories {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .success-stories {
    padding-top: 123px;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 1920px) {
  .success-stories {
    padding-top: 173px;
    padding-bottom: 100px;
  }
}
.success-stories .card {
  border-radius: 10px;
  border: 0;
}
.success-stories .card img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.success-stories .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.success-stories .card-body {
  min-height: 250px;
  padding: 40px 28px;
  background-color: var(--white);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .success-stories .card-body {
    min-height: 240px;
  }
}
@media only screen and (min-width: 1400px) {
  .success-stories .card-body {
    min-height: 272px;
  }
}
@media only screen and (min-width: 1920px) {
  .success-stories .card-body {
    min-height: 320px;
  }
}
.success-stories .successStoriesText {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .success-stories .successStoriesText {
    padding-top: 0;
    text-align: left;
  }
}

.accomplishments {
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .accomplishments {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .accomplishments .container-fluid {
    padding: 0;
    margin: 0;
  }
}
.accomplishments .header {
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .accomplishments .header {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .accomplishments .header {
    padding: 70px 0px 50px 0px;
  }
}
@media screen and (min-width: 1920px) {
  .accomplishments .header {
    padding: 109px 0px 70px 0px;
  }
}
.accomplishments .header strong {
  font-size: 14px;
  padding-bottom: 0px !important;
}
@media screen and (min-width: 1600px) {
  .accomplishments .header strong {
    font-size: 16px !important;
    padding-bottom: 0px !important;
  }
}
.accomplishments .header h2 {
  padding-bottom: 18px;
}
.accomplishments .accomplishmentsSlider .slidebox {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .accomplishments .accomplishmentsSlider .slidebox {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .accomplishments .accomplishmentsSlider .slidebox {
    flex-direction: row;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .accomplishments .accomplishmentsSlider .slidebox {
    width: 33.3%;
  }
}
.accomplishments .accomplishmentsSlider .slidebox:nth-child(2) .boxText {
  background-color: var(--brilliant-blue);
}
.accomplishments .accomplishmentsSlider .slidebox:nth-child(3) .boxText {
  background-color: var(--green);
}
.accomplishments .accomplishmentsSlider .slidebox:nth-child(4) .boxText {
  background-color: var(--aqua-blue);
}
.accomplishments .accomplishmentsSlider .slidebox:nth-child(5) .boxText {
  background-color: var(--red);
}
.accomplishments .accomplishmentsSlider .slidebox:nth-child(6) .boxText {
  background-color: var(--orange);
}
.accomplishments .accomplishmentsSlider .slidebox:nth-child(7) .boxText {
  background-color: var(--pink);
}
.accomplishments .accomplishmentsSlider .slidebox:nth-child(8) .boxText {
  background-color: var(--purple);
}
.accomplishments .accomplishmentsSlider .slidebox:nth-child(9) .boxText {
  background-color: var(--darkblue);
}
@media screen and (min-width: 992px) {
  .accomplishments .accomplishmentsSlider .slidebox.swapthis {
    display: flex;
    flex-direction: row-reverse;
  }
}
.accomplishments .accomplishmentsBoxes {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .accomplishments .accomplishmentsBoxes {
    justify-content: center;
  }
}
.accomplishments .highlight-item {
  display: flex;
  justify-content: center;
}
.accomplishments .highlight-item img {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media screen and (min-width: 992px) {
  .accomplishments .highlight-item {
    width: 50%;
    border-radius: 12px;
  }
  .accomplishments .highlight-item img {
    border-radius: 12px;
  }
}
.accomplishments .boxText {
  margin: 0 auto;
  min-height: 320px;
  min-width: 296px;
  max-width: 384px;
  width: 100%;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: var(--yellow);
}
@media screen and (min-width: 992px) {
  .accomplishments .boxText {
    min-height: auto;
    width: 50%;
    min-width: auto;
    border-radius: 12px;
  }
}
.accomplishments .boxText .textWrapper {
  max-width: 170px;
}
.accomplishments .boxText h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (min-width: 1400px) {
  .accomplishments .boxText h4 {
    font-size: 22px;
    line-height: 24px;
  }
}

.why-choose-us {
  background-color: var(--sky);
  padding: 100px 0px 80px 0px;
}
@media screen and (min-width: 992px) {
  .why-choose-us {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .why-choose-us {
    padding-top: 175px;
  }
}
@media screen and (min-width: 1600px) {
  .why-choose-us {
    padding: 232px 0px 114px 0px;
  }
}
.why-choose-us h2 {
  padding: 20px 0px;
  text-align: center;
}
.why-choose-us .ksHeadingWrapper .ksHeading {
  top: -30px;
  font-size: 36px;
  z-index: 2;
  color: var(--brilliant-blue);
}
.why-choose-us .ksHeadingWrapper .ksHeading span {
  -webkit-text-stroke: 1px #000;
  color: transparent;
}
@media screen and (min-width: 576px) {
  .why-choose-us .ksHeadingWrapper .ksHeading {
    top: -43px;
    font-size: 64px;
  }
}
@media screen and (min-width: 768px) {
  .why-choose-us .ksHeadingWrapper .ksHeading {
    top: -43px;
    left: 80px;
    font-size: 64px;
  }
}
@media screen and (min-width: 992px) {
  .why-choose-us .ksHeadingWrapper .ksHeading {
    top: -52px;
    left: 68px;
    font-size: 102px;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us .ksHeadingWrapper .ksHeading {
    top: -69px;
    left: 41px;
    font-size: 132px;
  }
}
@media screen and (min-width: 1400px) {
  .why-choose-us .ksHeadingWrapper .ksHeading {
    top: -74px;
    left: 129px;
    font-size: 132px;
  }
}
@media screen and (min-width: 1600px) {
  .why-choose-us .ksHeadingWrapper .ksHeading {
    top: -74px;
    left: 80px;
    font-size: 144px;
  }
}
@media screen and (min-width: 1920px) {
  .why-choose-us .ksHeadingWrapper .ksHeading {
    top: -80px;
    left: 197px;
    font-size: 153px;
  }
}
.why-choose-us .choose-boxes {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .why-choose-us .choose-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 30px;
    padding: 0px 50px;
  }
}
@media screen and (min-width: 992px) {
  .why-choose-us .choose-boxes {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us .choose-boxes {
    padding: 0px 60px;
  }
}
@media screen and (min-width: 1600px) {
  .why-choose-us .choose-boxes {
    padding: 0px 80px;
    gap: 40px 35px;
  }
}
@media screen and (min-width: 1920px) {
  .why-choose-us .choose-boxes {
    padding: 0px 140px;
    gap: 58px 45px;
  }
}
.why-choose-us .choose-boxes .choose-box-item:nth-child(2) .choose-box {
  border-bottom-color: var(--brilliant-blue);
}
.why-choose-us .choose-boxes .choose-box-item:nth-child(3) .choose-box {
  border-bottom-color: var(--yellow);
}
.why-choose-us .choose-boxes .choose-box-item:nth-child(4) .choose-box {
  border-bottom-color: var(--red);
}
.why-choose-us .choose-boxes .choose-box-item:nth-child(5) .choose-box {
  border-bottom-color: var(--green);
}
.why-choose-us .choose-boxes .choose-box-item:nth-child(6) .choose-box {
  border-bottom-color: var(--darkblue);
}
@media screen and (min-width: 992px) {
  .why-choose-us .choose-boxes .choose-box-item:nth-child(1) .choose-box {
    border-bottom-color: var(--brilliant-blue);
  }
  .why-choose-us .choose-boxes .choose-box-item:nth-child(2) .choose-box {
    border-bottom-color: var(--yellow);
  }
  .why-choose-us .choose-boxes .choose-box-item:nth-child(3) .choose-box {
    border-bottom-color: var(--red);
  }
  .why-choose-us .choose-boxes .choose-box-item:nth-child(4) .choose-box {
    border-bottom-color: var(--green);
  }
  .why-choose-us .choose-boxes .choose-box-item:nth-child(5) .choose-box {
    border-bottom-color: var(--darkblue);
  }
}
.why-choose-us .choose-box-item {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .why-choose-us .choose-box-item {
    margin: unset;
  }
}
.why-choose-us .choose-box-item .choose-box {
  margin: 0 auto;
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  border-bottom: 15px solid transparent;
  text-align: left;
  max-height: 380px;
  min-height: 390px;
}
@media screen and (min-width: 576px) {
  .why-choose-us .choose-box-item .choose-box {
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .why-choose-us .choose-box-item .choose-box {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    max-width: 275px;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us .choose-box-item .choose-box {
    min-height: 309px;
    max-width: 312px;
  }
}
@media screen and (min-width: 1600px) {
  .why-choose-us .choose-box-item .choose-box {
    padding: 50px 30px 45px 30px;
    min-width: 340px;
    min-height: 405px;
  }
}
@media screen and (min-width: 1920px) {
  .why-choose-us .choose-box-item .choose-box {
    padding: 60px 31px 87px 32px;
    min-width: 352px;
    min-height: 425px;
  }
}
.why-choose-us .choose-box-item .choose-box .choosebox-imgdiv {
  min-height: 82px;
}
.why-choose-us .choose-box-item .chooseCardText {
  padding-top: 25px;
}
.why-choose-us .choose-box-item h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.25px;
}
@media screen and (min-width: 1400px) {
  .why-choose-us .choose-box-item h3 {
    font-size: 22px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us .choose-box-item h3 p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

.coreValues {
  background-color: var(--sky);
  padding: 80px 0px 80px 0px;
}
@media screen and (min-width: 992px) {
  .coreValues {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .coreValues {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .coreValues {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .coreValues {
    padding: 180px 0px 114px 0px;
  }
}
.coreValues h2 {
  padding: 20px 0px;
  text-align: center;
}
.coreValues .ksHeadingWrapper .ksHeading {
  top: -30px;
  font-size: 36px;
  z-index: 2;
  color: var(--brilliant-blue);
}
.coreValues .ksHeadingWrapper .ksHeading span {
  -webkit-text-stroke: 1px #000;
  color: transparent;
}
@media screen and (min-width: 576px) {
  .coreValues .ksHeadingWrapper .ksHeading {
    top: -43px;
    font-size: 64px;
  }
}
@media screen and (min-width: 768px) {
  .coreValues .ksHeadingWrapper .ksHeading {
    top: -43px;
    left: 80px;
    font-size: 64px;
  }
}
@media screen and (min-width: 992px) {
  .coreValues .ksHeadingWrapper .ksHeading {
    top: -52px;
    left: 68px;
    font-size: 102px;
  }
}
@media screen and (min-width: 1200px) {
  .coreValues .ksHeadingWrapper .ksHeading {
    top: -69px;
    left: 41px;
    font-size: 132px;
  }
}
@media screen and (min-width: 1400px) {
  .coreValues .ksHeadingWrapper .ksHeading {
    top: -74px;
    left: 129px;
    font-size: 132px;
  }
}
@media screen and (min-width: 1600px) {
  .coreValues .ksHeadingWrapper .ksHeading {
    top: -74px;
    left: 80px;
    font-size: 144px;
  }
}
@media screen and (min-width: 1920px) {
  .coreValues .ksHeadingWrapper .ksHeading {
    top: -80px;
    left: 197px;
    font-size: 153px;
  }
}
.coreValues .choose-boxes {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .coreValues .choose-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 30px;
    padding: 0px 50px;
  }
}
@media screen and (min-width: 992px) {
  .coreValues .choose-boxes {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .coreValues .choose-boxes {
    padding: 0px 60px;
  }
}
@media screen and (min-width: 1600px) {
  .coreValues .choose-boxes {
    padding: 0px 80px;
    gap: 40px 35px;
  }
}
@media screen and (min-width: 1920px) {
  .coreValues .choose-boxes {
    padding: 0px 140px;
    gap: 58px 45px;
  }
}
.coreValues .choose-boxes .choose-box-item:nth-child(2) .choose-box {
  border-bottom-color: var(--brilliant-blue);
}
.coreValues .choose-boxes .choose-box-item:nth-child(3) .choose-box {
  border-bottom-color: var(--yellow);
}
.coreValues .choose-boxes .choose-box-item:nth-child(4) .choose-box {
  border-bottom-color: var(--red);
}
.coreValues .choose-boxes .choose-box-item:nth-child(5) .choose-box {
  border-bottom-color: var(--green);
}
.coreValues .choose-boxes .choose-box-item:nth-child(6) .choose-box {
  border-bottom-color: var(--purple);
}
@media screen and (min-width: 992px) {
  .coreValues .choose-boxes .choose-box-item:nth-child(1) .choose-box {
    border-bottom-color: var(--brilliant-blue);
  }
  .coreValues .choose-boxes .choose-box-item:nth-child(2) .choose-box {
    border-bottom-color: var(--yellow);
  }
  .coreValues .choose-boxes .choose-box-item:nth-child(3) .choose-box {
    border-bottom-color: var(--red);
  }
  .coreValues .choose-boxes .choose-box-item:nth-child(4) .choose-box {
    border-bottom-color: var(--green);
  }
  .coreValues .choose-boxes .choose-box-item:nth-child(5) .choose-box {
    border-bottom-color: var(--purple);
  }
}
.coreValues .choose-box-item {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .coreValues .choose-box-item {
    margin: unset;
  }
}
.coreValues .choose-box-item .choose-box {
  margin: 0 auto;
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  border-bottom: 15px solid transparent;
  text-align: left;
  max-height: 380px;
  min-height: 390px;
}
@media screen and (min-width: 576px) {
  .coreValues .choose-box-item .choose-box {
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .coreValues .choose-box-item .choose-box {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    max-width: 275px;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .coreValues .choose-box-item .choose-box {
    min-height: 300px;
    max-width: 312px;
  }
}
@media screen and (min-width: 1600px) {
  .coreValues .choose-box-item .choose-box {
    padding: 45px 25px 45px 25px;
    min-width: 335px;
    min-height: 300px;
  }
}
@media screen and (min-width: 1920px) {
  .coreValues .choose-box-item .choose-box {
    padding: 51px 35px 54px 35px;
    min-width: 352px;
    min-height: 309px;
  }
}
.coreValues .choose-box-item .choose-box .choosebox-imgdiv {
  min-height: 82px;
}
.coreValues .choose-box-item .chooseCardText {
  padding-top: 25px;
}
.coreValues .choose-box-item h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.25px;
}
@media screen and (min-width: 1400px) {
  .coreValues .choose-box-item h3 {
    font-size: 22px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .coreValues .choose-box-item h3 p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

.footerBanner {
  overflow: hidden;
  color: var(--white);
}
.footerBanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.footerBanner .row {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
}
.footerBanner .row .ksHeadingWrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .footerBanner .row .ksHeadingWrapper {
    display: block;
  }
}
.footerBanner .row .ksHeadingWrapper .ksHeading {
  z-index: 1;
  white-space: nowrap;
  font-size: 27px;
  left: 0px;
}
.footerBanner .row .ksHeadingWrapper .ksHeading span {
  -webkit-text-stroke: 1px white;
  color: transparent;
}
@media screen and (min-width: 576px) {
  .footerBanner .row .ksHeadingWrapper .ksHeading {
    font-size: 45px;
    top: -36px;
  }
}
@media screen and (min-width: 992px) {
  .footerBanner .row .ksHeadingWrapper .ksHeading {
    font-size: 90px;
    top: -52px;
  }
}
@media screen and (min-width: 992px) {
  .footerBanner .row .ksHeadingWrapper .ksHeading {
    font-size: 90px;
    top: -52px;
  }
}
@media screen and (min-width: 1200px) {
  .footerBanner .row .ksHeadingWrapper .ksHeading {
    font-size: 100px;
    top: -63px;
  }
}
@media screen and (min-width: 1400px) {
  .footerBanner .row .ksHeadingWrapper .ksHeading {
    font-size: 118px;
    top: -70px;
  }
}
@media screen and (min-width: 1600px) {
  .footerBanner .row .ksHeadingWrapper .ksHeading {
    font-size: 146px;
    top: -73px;
  }
}
@media screen and (min-width: 1920px) {
  .footerBanner .row .ksHeadingWrapper .ksHeading {
    left: 0;
    top: -89px;
  }
}
.footerBanner .mainBannerText {
  background-color: var(--red);
  display: flex;
  align-items: center;
}
.footerBanner .mainBannerText .textCont {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .footerBanner .mainBannerText .textCont {
    max-width: 435px;
  }
}
.footerBanner .mainBannerImg {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px !important;
}
.footerBanner .exploreMore {
  color: var(--white);
}

.site-footer {
  padding-top: 50px;
  background-color: #00457e;
  padding-bottom: 30px;
}
.site-footer .upper-footer {
  border-bottom: 1px solid var(--white);
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .site-footer .upper-footer {
    padding-bottom: 30px;
  }
}
.site-footer img {
  max-width: 130px;
}
@media only screen and (min-width: 1200px) {
  .site-footer img {
    max-width: 160px;
  }
}
@media only screen and (min-width: 1920px) {
  .site-footer img {
    max-width: 220px;
  }
}
.site-footer .logo-side {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .site-footer .logo-side {
    max-width: 44%;
    text-align: start;
  }
}
.site-footer .logo-side .bottom-logo a {
  display: block;
}
.site-footer .logo-side ul {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .site-footer .logo-side ul {
    padding-bottom: 25px;
  }
}
.site-footer .logo-side ul li {
  padding-top: 25px;
  display: inline-block;
  margin: 0px 15px;
}
.site-footer .logo-side ul li:first-child {
  margin-left: 0;
}
.site-footer .logo-side ul li:last-child {
  margin-right: 0;
}
.site-footer .logo-side ul li a {
  display: block;
}
.site-footer .logo-side ul li a svg {
  fill: var(--white);
}
.site-footer .logo-side ul li a svg:hover {
  fill: var(--yellow);
}
.site-footer .footer-links {
  text-align: start;
  max-width: 50%;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-links {
    max-width: 14%;
    text-align: start;
    padding-bottom: 0px;
  }
}
.site-footer .footer-links span {
  display: block;
  padding-bottom: 5px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-links span {
    font-size: 16px;
  }
}
.site-footer .footer-links ul {
  padding: 0px;
  list-style: none;
}
.site-footer .footer-links ul li a {
  color: var(--white);
  text-decoration: none;
  padding-top: 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-links ul li a {
    font-size: 16px;
  }
}
.site-footer .footer-links ul li a:hover {
  color: var(--yellow);
}
.site-footer .upper-footer .row > .footer-links:nth-child(5) {
  padding-top: 20px;
}
@media only screen and (min-width: 1400px) {
  .site-footer .upper-footer .row > .footer-links:nth-child(5) {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer .upper-footer .row > .footer-links:nth-child(5) {
    padding-top: 30px;
  }
}
.site-footer .lower-footer {
  padding-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .site-footer .lower-footer {
    text-align: left;
  }
}
.site-footer .lower-footer span {
  font-size: 14px;
  font-weight: 500px;
  color: var(--white);
  cursor: pointer;
}
.site-footer .lower-footer span:hover {
  color: var(--yellow);
}
@media only screen and (min-width: 992px) {
  .site-footer .lower-footer span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer {
    padding-top: 110px;
  }
}

.csBoxes .container .csWrapper {
  padding-bottom: 50px;
}
@media only screen and (min-width: 767px) {
  .csBoxes .container .csWrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .csBoxes .container .csWrapper {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1920px) {
  .csBoxes .container .csWrapper {
    padding-bottom: 160px;
  }
}
.csBoxes .container .csWrapper:last-child {
  padding-bottom: 0px;
}
.csBoxes .container .csWrapper .csImg {
  border-radius: 9px;
}
.csBoxes .container .csWrapper .csImg img {
  padding-bottom: 0px !important;
  border-radius: 9px;
}
@media only screen and (min-width: 992px) {
  .csBoxes .container .csWrapper .csDataWrap {
    position: relative;
  }
}
.csBoxes .container .csWrapper .csDataWrap .csData {
  padding: 15px 20px;
  border-radius: 9px;
  color: var(--white);
  background-color: var(--red);
}
.csBoxes .container .csWrapper .csDataWrap .csData h2 {
  padding-bottom: 10px;
}
.csBoxes .container .csWrapper .csDataWrap .csData h2 span {
  color: transparent;
  -webkit-text-stroke: 1px white;
}
@media only screen and (min-width: 1920px) {
  .csBoxes .container .csWrapper .csDataWrap .csData h2 {
    padding-bottom: 26px;
  }
}
@media only screen and (min-width: 576px) {
  .csBoxes .container .csWrapper .csDataWrap .csData {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .csBoxes .container .csWrapper .csDataWrap .csData {
    padding: 100px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .csBoxes .container .csWrapper .csDataWrap .csData {
    position: absolute;
    padding: 27px 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    width: 105%;
  }
}
@media only screen and (min-width: 1200px) {
  .csBoxes .container .csWrapper .csDataWrap .csData {
    padding: 40px 30px;
    right: 3%;
  }
}
@media only screen and (min-width: 1600px) {
  .csBoxes .container .csWrapper .csDataWrap .csData {
    padding: 40px 73px;
    right: 1%;
  }
}
@media only screen and (min-width: 1920px) {
  .csBoxes .container .csWrapper .csDataWrap .csData {
    padding: 77px 105px;
  }
}
@media only screen and (min-width: 1200px) {
  .csBoxes .container {
    padding-top: 8px;
  }
}
.csBoxes .row:nth-child(even) {
  flex-direction: row-reverse;
}
.csBoxes .row:nth-child(even) .csDataWrap .csData {
  left: 3%;
}
@media only screen and (min-width: 1200px) {
  .csBoxes .row:nth-child(even) .csDataWrap .csData {
    left: 3%;
  }
}
@media only screen and (min-width: 1600px) {
  .csBoxes .row:nth-child(even) .csDataWrap .csData {
    left: 1%;
  }
}
.csBoxes .csWrapper:nth-child(1) {
  padding-top: 35px;
}
@media only screen and (min-width: 767px) {
  .csBoxes .csWrapper:nth-child(1) {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .csBoxes .csWrapper:nth-child(1) {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1920px) {
  .csBoxes .csWrapper:nth-child(1) {
    padding-top: 150x;
  }
}
.csBoxes .csWrapper:nth-child(2) .csDataWrap .csData {
  background-color: var(--yellow);
}
.csBoxes .csWrapper:nth-child(2) .csDataWrap .csData h2 span {
  color: transparent;
}
.csBoxes .csWrapper:nth-child(3) .csDataWrap .csData {
  background-color: var(--brilliant-blue);
}
.csBoxes .csWrapper:nth-child(3) .csDataWrap .csData h2 span {
  color: transparent;
}
.csBoxes .csWrapper:nth-child(4) .csDataWrap .csData {
  background-color: var(--green);
}
.csBoxes .csWrapper:nth-child(4) .csDataWrap .csData h2 span {
  color: transparent;
}
.csBoxes .csWrapper:nth-child(5) .csDataWrap .csData {
  background-color: var(--darkorange);
}
.csBoxes .csWrapper:nth-child(5) .csDataWrap .csData h2 span {
  color: transparent;
}

.kipsPoster {
  background: linear-gradient(rgba(255, 194, 15, 0.91), rgba(255, 194, 15, 0.91)), url("./assets/images/kipsposter.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 30px;
}
.kipsPoster .posterText {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .kipsPoster .posterText {
    max-width: 870px;
  }
}
@media only screen and (min-width: 1200px) {
  .kipsPoster .posterText {
    max-width: 860px;
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .kipsPoster .posterText {
    max-width: 1033px;
  }
}
@media only screen and (min-width: 1600px) {
  .kipsPoster .posterText {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1920px) {
  .kipsPoster .posterText {
    padding: 90px 0;
    max-width: 1376px;
  }
}
.kipsPoster .posterText strong {
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
}
@media only screen and (min-width: 1400px) {
  .kipsPoster .posterText strong {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .kipsPoster .posterText strong {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .kipsPoster .posterText strong {
    font-size: 24px;
  }
}

.clubsocietyPoster {
  background: linear-gradient(rgba(255, 194, 15, 0.91), rgba(255, 194, 15, 0.91)), url("./assets/images/kipsposter.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 30px;
}
.clubsocietyPoster .posterText {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .clubsocietyPoster .posterText {
    max-width: 820px;
  }
}
@media only screen and (min-width: 1200px) {
  .clubsocietyPoster .posterText {
    max-width: 830px;
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .clubsocietyPoster .posterText {
    max-width: 990px;
  }
}
@media only screen and (min-width: 1600px) {
  .clubsocietyPoster .posterText {
    max-width: 1220px;
  }
}
@media only screen and (min-width: 1920px) {
  .clubsocietyPoster .posterText {
    padding: 118px 0;
    max-width: 1376px;
  }
}
.clubsocietyPoster .posterText strong {
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
}
@media only screen and (min-width: 1400px) {
  .clubsocietyPoster .posterText strong {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .clubsocietyPoster .posterText strong {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .clubsocietyPoster .posterText strong {
    font-size: 26px;
  }
}

.programs-kipsposter {
  margin-top: 30px;
  background: linear-gradient(rgba(255, 194, 15, 0.91), rgba(255, 194, 15, 0.91)), url("./assets/images/kipsposter.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .programs-kipsposter {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .programs-kipsposter {
    margin-top: 160px;
  }
}
.programs-kipsposter .posterText {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .programs-kipsposter .posterText {
    max-width: 746px;
  }
}
@media only screen and (min-width: 992px) {
  .programs-kipsposter .posterText {
    max-width: 765px;
  }
}
@media only screen and (min-width: 1200px) {
  .programs-kipsposter .posterText {
    max-width: 766px;
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .programs-kipsposter .posterText {
    max-width: 916px;
  }
}
@media only screen and (min-width: 1600px) {
  .programs-kipsposter .posterText {
    max-width: 1126px;
  }
}
@media only screen and (min-width: 1920px) {
  .programs-kipsposter .posterText {
    padding: 118px 0;
    max-width: 1220px;
  }
}
.programs-kipsposter .posterText strong {
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
}
@media only screen and (min-width: 1400px) {
  .programs-kipsposter .posterText strong {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .programs-kipsposter .posterText strong {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .programs-kipsposter .posterText strong {
    font-size: 24px;
  }
}

.programBoxes .ksHeadingWrapper {
  position: relative;
}
.programBoxes .ksHeadingWrapper .ksHeading {
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 37px;
  z-index: -1;
  top: -31px;
  white-space: nowrap;
}
@media only screen and (min-width: 576px) {
  .programBoxes .ksHeadingWrapper .ksHeading {
    font-size: 62px;
    top: -40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .programBoxes .ksHeadingWrapper .ksHeading {
    font-size: 70px !important;
    top: -47px !important;
  }
}
@media only screen and (min-width: 992px) {
  .programBoxes .ksHeadingWrapper .ksHeading {
    font-size: 85px !important;
    top: -52px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .programBoxes .ksHeadingWrapper .ksHeading {
    font-size: 89px !important;
    top: -64px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .programBoxes .ksHeadingWrapper .ksHeading {
    font-size: 112px !important;
    top: -69px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .programBoxes .ksHeadingWrapper .ksHeading {
    font-size: 153px !important;
    top: -87px !important;
  }
}
.programBoxes .ksHeadingWrapper .ksHeading span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
.programBoxes .row {
  justify-content: space-between;
  padding-top: 30px;
}
@media only screen and (min-width: 576px) {
  .programBoxes .row {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .programBoxes .row {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .programBoxes .row {
    padding-top: 125px;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .programBoxes .row {
    padding-top: 160px;
    align-items: center;
  }
}
@media only screen and (min-width: 1600px) {
  .programBoxes .row {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1920px) {
  .programBoxes .row {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .programBoxes .row:nth-child(even) {
    flex-direction: row;
  }
}
.programBoxes .row:nth-child(even) .ksHeadingWrapper .ksHeading {
  white-space: nowrap;
}
.programBoxes .row:nth-child(3) .ksHeadingWrapper .ksHeading {
  top: -30px;
}
.programBoxes .row:nth-child(4) .ksHeadingWrapper .ksHeading {
  font-size: 30px;
  top: -28px;
}
@media only screen and (min-width: 576px) {
  .programBoxes .row:nth-child(4) .ksHeadingWrapper .ksHeading {
    font-size: 52px;
  }
}
.programBoxes .row:last-child {
  padding-bottom: 0px;
}
.programBoxes .programBoxText {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .programBoxes .programBoxText {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .programBoxes .programBoxText {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .programBoxes .programBoxText {
    padding-top: 0;
  }
}
.programBoxes .programBoxText h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.programBoxes .programBoxText h5:first-of-type {
  /* your styles here */
  margin-bottom: 20px;
}

.programBoxes-down {
  padding: 40px 0px;
}
@media only screen and (min-width: 992px) {
  .programBoxes-down {
    padding: 60px 0px 0px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .programBoxes-down {
    padding: 80px 0px 0px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .programBoxes-down {
    padding: 100px 0px 0px 0px;
  }
}
.programBoxes-down .ksHeadingWrapper {
  position: relative;
}
.programBoxes-down .ksHeadingWrapper .ksHeading {
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 37px;
  z-index: -1;
  top: -31px;
  white-space: nowrap;
}
@media only screen and (min-width: 576px) {
  .programBoxes-down .ksHeadingWrapper .ksHeading {
    font-size: 62px;
    top: -40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .programBoxes-down .ksHeadingWrapper .ksHeading {
    font-size: 70px !important;
    top: -47px !important;
  }
}
@media only screen and (min-width: 992px) {
  .programBoxes-down .ksHeadingWrapper .ksHeading {
    font-size: 85px !important;
    top: -52px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .programBoxes-down .ksHeadingWrapper .ksHeading {
    font-size: 89px !important;
    top: -64px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .programBoxes-down .ksHeadingWrapper .ksHeading {
    font-size: 112px !important;
    top: -69px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .programBoxes-down .ksHeadingWrapper .ksHeading {
    font-size: 153px !important;
    top: -87px !important;
  }
}
.programBoxes-down .ksHeadingWrapper .ksHeading span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
.programBoxes-down .row {
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .programBoxes-down .row {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .programBoxes-down .row {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .programBoxes-down .row {
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .programBoxes-down .row {
    align-items: center;
  }
}
@media only screen and (min-width: 1920px) {
  .programBoxes-down .row {
    padding: 120px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .programBoxes-down .row:nth-child(odd) {
    flex-direction: row;
  }
}
.programBoxes-down .row:nth-child(odd) .ksHeadingWrapper .ksHeading {
  white-space: nowrap;
}
.programBoxes-down .row:nth-child(3) .ksHeadingWrapper .ksHeading {
  top: -30px;
}
.programBoxes-down .row:nth-child(4) .ksHeadingWrapper .ksHeading {
  font-size: 30px;
  top: -28px;
}
@media only screen and (min-width: 576px) {
  .programBoxes-down .row:nth-child(4) .ksHeadingWrapper .ksHeading {
    font-size: 52px;
  }
}
.programBoxes-down .row:last-child {
  padding-bottom: 0px;
}
.programBoxes-down .programBoxText {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .programBoxes-down .programBoxText {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .programBoxes-down .programBoxText {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .programBoxes-down .programBoxText {
    padding-top: 0;
  }
}
.programBoxes-down .programBoxText h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}

.aboutUsBox .row {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .aboutUsBox .row {
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .aboutUsBox .row {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1920px) {
  .aboutUsBox .row {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.aboutUsBox .row .ksHeadingWrapper .ksHeading {
  color: var(--orange);
  top: -30px;
  z-index: -1;
  white-space: nowrap;
  /* Prevents text wrapping */
}
.aboutUsBox .row .ksHeadingWrapper .ksHeading span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
@media only screen and (min-width: 576px) {
  .aboutUsBox .row .ksHeadingWrapper .ksHeading {
    top: -43px;
  }
}
@media only screen and (min-width: 992px) {
  .aboutUsBox .row .ksHeadingWrapper .ksHeading {
    top: 79px;
    left: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .aboutUsBox .row .ksHeadingWrapper .ksHeading {
    top: 29px;
  }
}
@media only screen and (min-width: 1400px) {
  .aboutUsBox .row .ksHeadingWrapper .ksHeading {
    top: -34px;
  }
}
@media only screen and (min-width: 1600px) {
  .aboutUsBox .row .ksHeadingWrapper .ksHeading {
    top: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .aboutUsBox .row .ksHeadingWrapper .ksHeading {
    top: -85px;
  }
}
.aboutUsBox .row .programBoxImg img {
  border-radius: 12px;
}
.aboutUsBox .programBoxText {
  padding-top: 25px;
}
@media only screen and (min-width: 1400px) {
  .aboutUsBox .programBoxText {
    padding-top: 0;
  }
}

.message .messageWrapper {
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .message .messageWrapper {
    display: grid;
    grid-template-columns: 684px 240px;
    gap: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .message .messageWrapper {
    grid-template-columns: 820px 270px;
  }
}
@media only screen and (min-width: 1400px) {
  .message .messageWrapper {
    grid-template-columns: 960px 290px;
    gap: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .message .messageWrapper {
    grid-template-columns: 860px 371px;
    gap: 38px;
  }
}
.message .messageWrapper:nth-child(2) {
  grid-template-columns: 240px 684px;
}
@media only screen and (min-width: 992px) {
  .message .messageWrapper:nth-child(2) {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .message .messageWrapper:nth-child(2) {
    grid-template-columns: 270px 820px;
  }
}
@media only screen and (min-width: 1400px) {
  .message .messageWrapper:nth-child(2) {
    grid-template-columns: 290px 960px;
    gap: 18px;
    padding-top: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .message .messageWrapper:nth-child(2) {
    grid-template-columns: 371px 890px;
    gap: 38px;
    padding-top: 38px;
  }
}
.message .messageWrapper:nth-child(2) .messageText {
  background-color: var(--green);
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .message .messageWrapper:nth-child(2) .messageText {
    margin: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .message .messageWrapper:nth-child(2) .messageText {
    padding: 74px 75px 55px 73px;
  }
}
.message .messageWrapper .messageText {
  border-radius: 21px;
  color: var(--white);
  background-color: var(--darkblue);
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .message .messageWrapper .messageText {
    padding: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .message .messageWrapper .messageText {
    padding: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .message .messageWrapper .messageText {
    padding: 79px 76px 48px 72px;
  }
}
.message .messageWrapper .messageText h2 {
  margin-bottom: 30px;
}
.message .messageWrapper .messageText p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .message .messageWrapper .messageText p {
    margin-bottom: 30px;
  }
}
.message .messageWrapper .messageImg {
  padding-top: 20px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .message .messageWrapper .messageImg {
    padding: 0;
  }
}
.message .messageWrapper .messageImg img {
  border-radius: 21px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.visionMission {
  padding-top: 100px;
}
@media only screen and (min-width: 1920px) {
  .visionMission {
    padding-top: 177px;
  }
}
.visionMission .contentWrapper:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  padding-top: 50px;
}
@media only screen and (min-width: 1920px) {
  .visionMission .contentWrapper:nth-child(2) {
    padding-top: 77px;
  }
}
.visionMission .contentWrapper:nth-child(2) .imgDiv::before {
  background-image: url(./assets/images/mission.svg);
  height: 125px;
}
.visionMission .contentWrapper:nth-child(2) .visionText h3 {
  color: var(--red);
}
.visionMission .imgDiv {
  position: relative;
}
.visionMission .imgDiv::before {
  content: "";
  position: absolute;
  background-image: url(./assets/images/vision.svg);
  width: 50px;
  height: 97px;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 786px) {
  .visionMission .imgDiv::before {
    top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .visionMission .imgDiv::before {
    top: 18px;
    width: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .visionMission .imgDiv::before {
    top: 55px;
    width: 125px;
  }
}
.visionMission .visionText h3 {
  margin: 0;
  display: block;
  font-size: 50px;
  color: var(--yellow);
  padding-left: 55px;
}
@media only screen and (min-width: 768px) {
  .visionMission .visionText h3 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .visionMission .visionText h3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .visionMission .visionText h3 {
    font-size: 153px;
  }
}
.visionMission .visionText h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .visionMission .visionText h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .visionMission .visionText h4 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .visionMission .visionText {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1920px) {
  .visionMission .visionText {
    padding-left: 150px;
  }
}

.corePhilosophy .row .ksHeadingWrapper .ksHeading {
  color: var(--aqua-blue);
  top: -27px;
}
.corePhilosophy .row .ksHeadingWrapper .ksHeading span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
@media only screen and (min-width: 576px) {
  .corePhilosophy .row .ksHeadingWrapper .ksHeading {
    top: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .corePhilosophy .row .ksHeadingWrapper .ksHeading {
    top: -42px;
  }
}
@media only screen and (min-width: 992px) {
  .corePhilosophy .row .ksHeadingWrapper .ksHeading {
    top: 60px;
    left: 10px;
    font-size: 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .corePhilosophy .row .ksHeadingWrapper .ksHeading {
    left: unset;
    top: -15px;
  }
}
@media only screen and (min-width: 1400px) {
  .corePhilosophy .row .ksHeadingWrapper .ksHeading {
    top: -63px;
    font-size: 103px;
  }
}
@media only screen and (min-width: 1600px) {
  .corePhilosophy .row .ksHeadingWrapper .ksHeading {
    top: -15px;
    font-size: 103px;
  }
}
@media only screen and (min-width: 1920px) {
  .corePhilosophy .row .ksHeadingWrapper .ksHeading {
    top: -88px;
    left: -10px;
    font-size: 153px;
  }
}
.corePhilosophy .row .programBoxText h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.exploreKsBox .row .ksHeadingWrapper .ksHeading {
  font-size: 40px;
  top: -60px;
}
@media only screen and (min-width: 576px) {
  .exploreKsBox .row .ksHeadingWrapper .ksHeading {
    font-size: 68px;
    top: -92px;
  }
}
@media only screen and (min-width: 768px) {
  .exploreKsBox .row .ksHeadingWrapper .ksHeading {
    font-size: 92px;
    top: -119px;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .exploreKsBox .row .ksHeadingWrapper .ksHeading {
    top: -125px;
  }
}
@media only screen and (min-width: 1400px) {
  .exploreKsBox .row .ksHeadingWrapper .ksHeading {
    top: -134px;
    font-size: 102px;
  }
}
@media only screen and (min-width: 1920px) {
  .exploreKsBox .row .ksHeadingWrapper .ksHeading {
    top: -191px;
    left: 10px;
  }
}

.tFour h2 {
  text-align: center;
}
@media only screen and (min-width: 1920px) {
  .tFour h2 {
    font-size: 50px;
  }
}
.tFour .tFourBarWrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .tFour .tFourBarWrapper {
    padding-top: 20px;
  }
}
.tFour .tFourBarWrapper .tFourBar {
  display: flex;
  align-items: center;
  background-color: rgba(61, 168, 255, 0.1);
  border-radius: 12px;
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .tFour .tFourBarWrapper .tFourBar {
    width: 31%;
  }
}
.tFour .tFourBarWrapper .tFourBar h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding-left: 30px;
}
@media only screen and (min-width: 1400px) {
  .tFour .tFourBarWrapper .tFourBar h3 {
    font-size: 22px;
  }
}
.tFour .tFourBarWrapper .tFourBar .serialNumber {
  font-size: 30px;
  font-weight: 600;
  background-color: var(--brilliant-blue);
  color: var(--white);
  padding: 20px 15px;
  border-radius: 12px;
}
@media only screen and (min-width: 1400px) {
  .tFour .tFourBarWrapper .tFourBar .serialNumber {
    padding: 28px 20px;
    font-size: 40px;
  }
}
.tFour .tFourBarWrapper .tFourBar:nth-child(2) {
  background-color: rgba(255, 194, 15, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(2) .serialNumber {
  background-color: var(--yellow);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(3) {
  background-color: rgba(255, 54, 54, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(3) .serialNumber {
  background-color: var(--red);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(4) {
  background-color: rgba(19, 193, 57, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(4) .serialNumber {
  background-color: var(--green);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(5) {
  background-color: rgba(255, 130, 15, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(5) .serialNumber {
  background-color: var(--orange);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(6) {
  background-color: rgba(9, 90, 157, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(6) .serialNumber {
  background-color: var(--darkblue);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(7) {
  background-color: rgba(103, 201, 202, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(7) .serialNumber {
  background-color: var(--aqua-blue);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(8) {
  background-color: rgba(157, 54, 153, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(8) .serialNumber {
  background-color: var(--purple);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(9) {
  background-color: rgba(255, 85, 187, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(9) .serialNumber {
  background-color: var(--pink);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(10) {
  background-color: rgba(203, 75, 75, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(10) .serialNumber {
  background-color: var(--brown);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(11) {
  background-color: rgba(117, 129, 240, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(11) .serialNumber {
  background-color: var(--light-purple);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(12) {
  background-color: rgba(210, 191, 133, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(12) .serialNumber {
  background-color: var(--mud-color);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(13) {
  background-color: rgba(61, 168, 255, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(13) .serialNumber {
  background-color: var(--brilliant-blue);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(14) {
  background-color: rgba(255, 194, 15, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(14) .serialNumber {
  background-color: var(--yellow);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(15) {
  background-color: rgba(255, 54, 54, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(15) .serialNumber {
  background-color: var(--red);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(16) {
  background-color: rgba(19, 193, 57, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(16) .serialNumber {
  background-color: var(--green);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(17) {
  background-color: rgba(255, 130, 15, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(17) .serialNumber {
  background-color: var(--orange);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(18) {
  background-color: rgba(9, 90, 157, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(18) .serialNumber {
  background-color: var(--darkblue);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(19) {
  background-color: rgba(103, 201, 202, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(19) .serialNumber {
  background-color: var(--aqua-blue);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(20) {
  background-color: rgba(157, 54, 153, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(20) .serialNumber {
  background-color: var(--purple);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(21) {
  background-color: rgba(255, 85, 187, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(21) .serialNumber {
  background-color: var(--pink);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(22) {
  background-color: rgba(203, 75, 75, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(22) .serialNumber {
  background-color: var(--brown);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(23) {
  background-color: rgba(117, 129, 240, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(23) .serialNumber {
  background-color: var(--light-purple);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(24) {
  background-color: rgba(210, 191, 133, 0.1);
}
.tFour .tFourBarWrapper .tFourBar:nth-child(24) .serialNumber {
  background-color: var(--mud-color);
}

.valueWI li {
  list-style: initial;
  margin-left: 20px;
}
.valueWI p {
  text-align: justify;
}
.valueWI .row {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .valueWI .row {
    padding: 120px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .valueWI .row {
    padding: 140px 0px 80px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .valueWI .row:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.valueWI .row:nth-child(1) .ksHeadingWrapper .ksHeading {
  top: -33px;
  color: var(--yellow);
}
@media only screen and (min-width: 576px) {
  .valueWI .row:nth-child(1) .ksHeadingWrapper .ksHeading {
    top: -47px;
  }
}
@media only screen and (min-width: 768px) {
  .valueWI .row:nth-child(1) .ksHeadingWrapper .ksHeading {
    top: -57px;
    left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .valueWI .row:nth-child(1) .ksHeadingWrapper .ksHeading {
    left: 480px;
    top: -48px;
  }
}
@media only screen and (min-width: 1200px) {
  .valueWI .row:nth-child(1) .ksHeadingWrapper .ksHeading {
    top: -62px;
    left: 568px;
  }
}
@media only screen and (min-width: 1400px) {
  .valueWI .row:nth-child(1) .ksHeadingWrapper .ksHeading {
    top: -66px;
    left: 661px;
  }
}
@media only screen and (min-width: 1600px) {
  .valueWI .row:nth-child(1) .ksHeadingWrapper .ksHeading {
    top: -65px;
    left: 654px;
  }
}
@media only screen and (min-width: 1920px) {
  .valueWI .row:nth-child(1) .ksHeadingWrapper .ksHeading {
    top: -85px;
    left: 800px;
  }
}
.valueWI .row:nth-child(2) .ksHeadingWrapper .ksHeading {
  top: -33px;
  color: var(--yellow);
}
@media only screen and (min-width: 576px) {
  .valueWI .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    top: -47px;
  }
}
@media only screen and (min-width: 768px) {
  .valueWI .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    top: -57px;
    left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .valueWI .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    left: 0px;
    top: -55px;
  }
}
@media only screen and (min-width: 1200px) {
  .valueWI .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    top: -63px;
    left: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .valueWI .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    top: -67px;
  }
}
@media only screen and (min-width: 1920px) {
  .valueWI .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    top: -85px;
  }
}
.valueWI .row:nth-child(3) .ksHeadingWrapper .ksHeading {
  top: -33px;
  color: var(--yellow);
}
@media only screen and (min-width: 576px) {
  .valueWI .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    top: -47px;
  }
}
@media only screen and (min-width: 768px) {
  .valueWI .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    top: -57px;
    left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .valueWI .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    left: 480px;
    top: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .valueWI .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    top: -28px;
    left: 568px;
  }
}
@media only screen and (min-width: 1400px) {
  .valueWI .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    top: -66px;
    left: 661px;
  }
}
@media only screen and (min-width: 1600px) {
  .valueWI .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    top: -11px;
    left: 661px;
  }
}
@media only screen and (min-width: 1920px) {
  .valueWI .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    top: -72px;
    left: 800px;
  }
}
.valueWI .row:nth-child(2) .ksHeadingWrapper .ksHeading {
  color: var(--green);
}
.valueWI .row:nth-child(3) .ksHeadingWrapper .ksHeading {
  color: var(--orange);
}
.valueWI .row:nth-child(3) .programBoxText ul {
  display: inline;
}
.valueWI .row:nth-child(3) .programBoxText ul li {
  list-style: disc;
}
.valueWI .row:nth-child(3) .programBoxText ul li strong {
  display: inline-block !important;
}
@media (min-width: 576px) {
  .valueWI .row:nth-child(3) .programBoxText ul li strong {
    width: 268px;
  }
}
@media (min-width: 767px) {
  .valueWI .row:nth-child(3) .programBoxText ul li strong {
    width: 410px;
  }
}
@media (min-width: 992px) {
  .valueWI .row:nth-child(3) .programBoxText ul li strong {
    width: unset;
  }
}
@media (min-width: 1920px) {
  .valueWI .row:nth-child(3) .programBoxText ul li strong {
    width: 330px;
  }
}
.environment h3 {
  font-size: 25px;
}
.environment li {
  list-style: initial;
  margin-left: 20px;
}
.environment .yellow-box {
  background-color: var(--yellow);
  border-radius: 21px;
  color: var(--white);
  padding: 50px 0 50px 65px;
}
@media only screen and (min-width: 1400px) {
  .environment .blue-box {
    padding: 65px 0 65px 65px;
  }
}

@media only screen and (min-width: 992px) {
  .profileOfKsTeacher .header {
    max-width: 825px;
  }
}
@media only screen and (min-width: 1200px) {
  .profileOfKsTeacher .header {
    max-width: 870px;
  }
}
.profileOfKsTeacher .pOfKsTeacherCards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .profileOfKsTeacher .pOfKsTeacherCards {
    padding-bottom: 0px;
  }
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  background: rgba(61, 168, 255, 0.1);
  border-bottom: var(--brilliant-blue) 14px solid;
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox:nth-child(2) {
  border-bottom: var(--yellow) 14px solid;
  background: rgba(255, 194, 15, 0.1);
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox:nth-child(3) {
  border-bottom: var(--red) 14px solid;
  background: rgba(255, 54, 54, 0.1);
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox:nth-child(4) {
  border-bottom: var(--green) 14px solid;
  background: rgba(19, 193, 57, 0.1);
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox:nth-child(5) {
  border-bottom: var(--orange) 14px solid;
  background: rgba(250, 105, 16, 0.1);
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox:nth-child(6) {
  border-bottom: var(--darkblue) 14px solid;
  background: rgba(9, 90, 157, 0.1);
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox:nth-child(7) {
  border-bottom: var(--aqua-blue) 14px solid;
  background: rgba(141, 214, 215, 0.1);
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox:nth-child(8) {
  border-bottom: var(--purple) 14px solid;
  background: rgba(160, 5, 154, 0.1);
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox:nth-child(9) {
  border-bottom: var(--pink) 14px solid;
  background: rgba(255, 85, 187, 0.1);
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox:nth-child(10) {
  border-bottom: var(--brown) 14px solid;
  background: rgba(203, 75, 75, 0.1);
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox:nth-child(11) {
  border-bottom: var(--light-purple) 14px solid;
  background: rgba(117, 129, 240, 0.1);
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox:nth-child(12) {
  border-bottom: var(--mud-color) 14px solid;
  background: rgba(210, 191, 133, 0.1);
}
@media only screen and (min-width: 992px) {
  .profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox {
    width: 30%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox {
    width: 23%;
    margin-bottom: 50px;
    min-height: 360px;
  }
}
@media only screen and (min-width: 1920px) {
  .profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox {
    margin-bottom: 70px;
    width: 352px;
    min-height: 360px;
  }
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox .pOfKsTeacherCardsBoxContent {
  padding: 41px 21px 0px 32px;
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox .pOfKsTeacherCardsBoxContent .img-div-ksTeacher {
  min-height: 70px;
  min-width: 70px;
  display: flex;
  margin-bottom: 45px;
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox .pOfKsTeacherCardsBoxContent .img-div-kipsian {
  height: 70px;
  width: 70px;
  display: flex;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1400px) {
  .profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox .pOfKsTeacherCardsBoxContent img {
    padding-bottom: 0px !important;
    align-items: baseline;
  }
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox .pOfKsTeacherCardsBoxContent h4 {
  padding-bottom: 10px;
}
.profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox .pOfKsTeacherCardsBoxContent .cardText {
  padding-top: 20px;
}
@media only screen and (min-width: 1400px) {
  .profileOfKsTeacher .pOfKsTeacherCards .pOfKsTeacherCardsBox .pOfKsTeacherCardsBoxContent .cardText {
    padding-top: 40px;
  }
}

.approachesMethodology .row {
  justify-content: space-between;
  padding: 30px 0px;
}
@media only screen and (min-width: 576px) {
  .approachesMethodology .row {
    padding: 40px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .approachesMethodology .row {
    align-items: flex-start;
    padding: 50px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .approachesMethodology .row {
    align-items: center;
    padding: 100px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .approachesMethodology .row {
    align-items: center;
    padding: 130px 0px 80px 0px;
  }
}
.approachesMethodology .row:nth-child(1) {
  padding: 60px 0px 30px 0px;
}
@media only screen and (min-width: 768px) {
  .approachesMethodology .row:nth-child(1) {
    padding: 80px 0px 40px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .approachesMethodology .row:nth-child(1) {
    padding: 100px 0px 50px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .approachesMethodology .row:nth-child(1) {
    padding: 140px 0px 100px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .approachesMethodology .row:nth-child(1) {
    padding: 200px 0px 110px 0px;
  }
}
.approachesMethodology .row .ksHeadingWrapper .ksHeading {
  color: var(--red);
  font-size: 42px;
  top: -31px;
  left: 20px;
}
@media only screen and (min-width: 576px) {
  .approachesMethodology .row .ksHeadingWrapper .ksHeading {
    font-size: 53px;
    top: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .approachesMethodology .row .ksHeadingWrapper .ksHeading {
    font-size: 60px;
    top: -42px;
  }
}
@media only screen and (min-width: 1200px) {
  .approachesMethodology .row .ksHeadingWrapper .ksHeading {
    left: 16px;
    top: -52px;
  }
}
@media only screen and (min-width: 1400px) {
  .approachesMethodology .row .ksHeadingWrapper .ksHeading {
    font-size: 100px;
    top: -66px;
  }
}
@media only screen and (min-width: 1400px) {
  .approachesMethodology .row .ksHeadingWrapper .ksHeading {
    font-size: 100px;
    top: -40px;
  }
}
@media only screen and (min-width: 1920px) {
  .approachesMethodology .row .ksHeadingWrapper .ksHeading {
    top: -87px;
  }
}
@media only screen and (min-width: 992px) {
  .approachesMethodology .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .approachesMethodology .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 498px;
  }
}
@media only screen and (min-width: 1200px) {
  .approachesMethodology .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 592px;
  }
}
@media only screen and (min-width: 1400px) {
  .approachesMethodology .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    top: -58px;
    left: 677px;
  }
}
@media only screen and (min-width: 1920px) {
  .approachesMethodology .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 824px;
    top: -79px;
  }
}

.methodologies {
  margin: 0 auto;
}
.methodologies .methodologiesCards {
  justify-content: center;
}
.methodologies .methodologiesCards h4 {
  font-size: 20px;
  letter-spacing: 0.25px;
}
@media only screen and (min-width: 1920px) {
  .methodologies .methodologiesCards h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.methodologies .methodologiesCards .methodologiesCardsBox {
  margin: 35px;
  border-bottom: var(--green) 14px solid;
  background: rgba(19, 193, 57, 0.1);
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .methodologies .methodologiesCards .methodologiesCardsBox {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .methodologies .methodologiesCards .methodologiesCardsBox {
    width: 27%;
  }
}
.methodologies .methodologiesCards .methodologiesCardsBox:nth-child(4) {
  border-bottom: var(--brilliant-blue) 14px solid;
  background: rgba(61, 168, 255, 0.1);
}
.methodologies .methodologiesCards .methodologiesCardsBox:nth-child(5) {
  border-bottom: var(--darkblue) 14px solid;
  background: rgba(9, 90, 157, 0.1);
}
.methodologies .methodologiesCards .methodologiesCardsBox:nth-child(6) {
  border-bottom: var(--orange) 14px solid;
  background: rgba(250, 105, 16, 0.1);
}
.methodologies .methodologiesCards .methodologiesCardsBox:nth-child(7) {
  border-bottom: var(--aqua-blue) 14px solid;
  background: rgba(103, 201, 202, 0.1);
}
.methodologies .methodologiesCards .methodologiesCardsBox:nth-child(8) {
  border-bottom: var(--pink) 14px solid;
  background: rgba(255, 85, 187, 0.1);
}
.methodologies .methodologiesCards .methodologiesCardsBox:nth-child(9) {
  border-bottom: var(--purple) 14px solid;
  background: rgba(160, 5, 154, 0.1);
}
@media only screen and (min-width: 1920px) {
  .methodologies .methodologiesCards .methodologiesCardsBox {
    width: 352px;
  }
}
.methodologies .methodologiesCards .methodologiesCardsBox .methodologiesCardsBoxContent {
  padding: 53px 32px;
}

.onlineLearning {
  overflow: hidden;
}
.onlineLearning li {
  list-style: initial;
  margin-left: 20px;
}
.onlineLearning ol li {
  list-style: decimal;
}
.onlineLearning .row {
  padding: 30px 0px;
}
@media only screen and (min-width: 576px) {
  .onlineLearning .row {
    padding: 40px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .onlineLearning .row {
    align-items: flex-start;
    padding: 50px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .onlineLearning .row {
    align-items: center;
    padding: 100px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .onlineLearning .row {
    align-items: center;
    padding: 130px 0px;
  }
}
.onlineLearning .row:nth-child(1) {
  padding: 60px 0px 30px 0px;
}
@media only screen and (min-width: 768px) {
  .onlineLearning .row:nth-child(1) {
    padding: 80px 0px 40px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .onlineLearning .row:nth-child(1) {
    padding: 100px 0px 50px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .onlineLearning .row:nth-child(1) {
    padding: 140px 0px 100px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .onlineLearning .row:nth-child(1) {
    padding: 130px 0px 120px 0px;
  }
}
.onlineLearning .row:nth-child(2) {
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .onlineLearning .row:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .onlineLearning .row:nth-child(odd) .ksHeadingWrapper .ksHeading {
    left: 486px;
  }
}
@media only screen and (min-width: 1200px) {
  .onlineLearning .row:nth-child(odd) .ksHeadingWrapper .ksHeading {
    left: 584px;
  }
}
@media only screen and (min-width: 1400px) {
  .onlineLearning .row:nth-child(odd) .ksHeadingWrapper .ksHeading {
    left: 664px;
    top: -55px;
  }
}
@media only screen and (min-width: 1920px) {
  .onlineLearning .row:nth-child(odd) .ksHeadingWrapper .ksHeading {
    left: 800px;
    top: -82px;
  }
}
.onlineLearning .row .ksHeadingWrapper .ksHeading {
  color: var(--yellow);
}
@media only screen and (min-width: 576px) {
  .onlineLearning .row .ksHeadingWrapper .ksHeading {
    font-size: 51px;
    top: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .onlineLearning .row .ksHeadingWrapper .ksHeading {
    font-size: 68px;
    top: -91px;
  }
}
@media only screen and (min-width: 992px) {
  .onlineLearning .row .ksHeadingWrapper .ksHeading {
    left: 20px;
    top: -46px;
  }
}
@media only screen and (min-width: 1200px) {
  .onlineLearning .row .ksHeadingWrapper .ksHeading {
    top: -54px;
  }
}
@media only screen and (min-width: 1400px) {
  .onlineLearning .row .ksHeadingWrapper .ksHeading {
    top: -65px;
    font-size: 100px;
  }
}
@media only screen and (min-width: 1920px) {
  .onlineLearning .row .ksHeadingWrapper .ksHeading {
    top: -88px;
  }
}

.kipsHdBox li {
  list-style: initial;
  margin-left: 20px;
}
.kipsHdBox .row {
  padding: 55px 0px 35px 0px;
}
@media only screen and (min-width: 768px) {
  .kipsHdBox .row {
    padding: 70px 0px 35px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .kipsHdBox .row {
    padding: 100px 0px 35px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .kipsHdBox .row {
    padding: 150px 0px 35px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .kipsHdBox .row {
    padding: 220px 0px 80px 0px;
  }
}
.kipsHdBox .row .ksHeadingWrapper .ksHeading {
  top: -30px;
  left: 20px;
}
@media only screen and (min-width: 576px) {
  .kipsHdBox .row .ksHeadingWrapper .ksHeading {
    top: -42px;
  }
}
@media only screen and (min-width: 768px) {
  .kipsHdBox .row .ksHeadingWrapper .ksHeading {
    top: -41px;
  }
}
@media only screen and (min-width: 1200px) {
  .kipsHdBox .row .ksHeadingWrapper .ksHeading {
    top: -63px;
  }
}
@media only screen and (min-width: 1400px) {
  .kipsHdBox .row .ksHeadingWrapper .ksHeading {
    top: -62px;
  }
}
@media only screen and (min-width: 1920px) {
  .kipsHdBox .row .ksHeadingWrapper .ksHeading {
    top: -90px;
  }
}

.reflectOfKipsian {
  padding: 35px 0px;
}
@media only screen and (min-width: 768px) {
  .reflectOfKipsian {
    padding: 50px 0px 50px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .reflectOfKipsian {
    padding: 50px 0px 50px 0px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .reflectOfKipsian {
    padding: 80px 0px 80px 0px !important;
  }
}
.reflectOfKipsian .header {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1920px) {
  .reflectOfKipsian .header {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1920px) {
  .reflectOfKipsian .reflectOFKipsianCards .reflectOFKipsianBox {
    height: 360px;
  }
}
@media only screen and (min-width: 1400px) {
  .reflectOfKipsian .reflectOFKipsianCards .reflectOFKipsianBox .pOfKsTeacherCardsBoxContent {
    padding: 50px 30px 0 32px;
  }
}

.studentCounselling .row {
  padding: 35px 0px;
}
@media only screen and (min-width: 576px) {
  .studentCounselling .row {
    padding: 50px 0px 50px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .studentCounselling .row {
    padding: 70px 0px 70px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .studentCounselling .row {
    padding: 90px 0px 90px 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .studentCounselling .row {
    padding: 110px 0px 110px 0px;
  }
}
.studentCounselling .row:last-child {
  padding-bottom: 0px;
}
.studentCounselling .row .ksHeadingWrapper .ksHeading {
  top: -31px;
}
@media only screen and (min-width: 576px) {
  .studentCounselling .row .ksHeadingWrapper .ksHeading {
    top: -44px;
  }
}
@media only screen and (min-width: 768px) {
  .studentCounselling .row .ksHeadingWrapper .ksHeading {
    top: -55px;
  }
}
@media only screen and (min-width: 992px) {
  .studentCounselling .row .ksHeadingWrapper .ksHeading {
    top: -55px;
  }
}
@media only screen and (min-width: 1200px) {
  .studentCounselling .row .ksHeadingWrapper .ksHeading {
    top: -65px;
  }
}
@media only screen and (min-width: 1400px) {
  .studentCounselling .row .ksHeadingWrapper .ksHeading {
    top: -66px;
  }
}
@media only screen and (min-width: 1920px) {
  .studentCounselling .row .ksHeadingWrapper .ksHeading {
    top: -89px;
  }
}
.studentCounselling .row .ksHeadingWrapper .ksHeading:nth-child(even) {
  color: var(--blue);
  top: -40px;
}
@media only screen and (min-width: 992px) {
  .studentCounselling .row .ksHeadingWrapper .ksHeading:nth-child(even) {
    top: -50px;
    left: 440px;
  }
}
.studentCounselling .row:nth-child(even) {
  flex-direction: row-reverse;
}
.studentCounselling .row:nth-child(even) .ksHeadingWrapper .ksHeading {
  top: -31px;
}
@media only screen and (min-width: 576px) {
  .studentCounselling .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    top: -44px;
  }
}
@media only screen and (min-width: 768px) {
  .studentCounselling .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    top: -48px;
  }
}
@media only screen and (min-width: 992px) {
  .studentCounselling .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    top: 12px;
    left: 486px;
  }
}
@media only screen and (min-width: 1200px) {
  .studentCounselling .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    top: -56px;
    left: 580px;
  }
}
@media only screen and (min-width: 1400px) {
  .studentCounselling .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    top: -66px;
    left: 667px;
  }
}
@media only screen and (min-width: 1600px) {
  .studentCounselling .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    top: -40px;
    left: 667px;
  }
}
@media only screen and (min-width: 1920px) {
  .studentCounselling .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    top: -89px;
    left: 810px;
  }
}

.capacityBuilding .row {
  padding: 35px 0px;
}
@media only screen and (min-width: 768px) {
  .capacityBuilding .row {
    padding: 50px 0px 70px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .capacityBuilding .row {
    flex-direction: row-reverse;
    padding: 35px 0px 70px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .capacityBuilding .row {
    padding: 50px 0px 100px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .capacityBuilding .row {
    padding: 80px 0px 100px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .capacityBuilding .row {
    padding: 120px 0px 100px 0px;
  }
}
.capacityBuilding .row .ksHeadingWrapper .ksHeading {
  color: var(--darkorange);
  top: -30px;
}
@media only screen and (min-width: 576px) {
  .capacityBuilding .row .ksHeadingWrapper .ksHeading {
    top: -42px;
  }
}
@media only screen and (min-width: 768px) {
  .capacityBuilding .row .ksHeadingWrapper .ksHeading {
    top: -47px;
  }
}
@media only screen and (min-width: 992px) {
  .capacityBuilding .row .ksHeadingWrapper .ksHeading {
    top: 27px;
    left: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .capacityBuilding .row .ksHeadingWrapper .ksHeading {
    top: -34px;
    left: 560px;
  }
}
@media only screen and (min-width: 1400px) {
  .capacityBuilding .row .ksHeadingWrapper .ksHeading {
    top: -72px;
    left: 657px;
  }
}
@media only screen and (min-width: 1920px) {
  .capacityBuilding .row .ksHeadingWrapper .ksHeading {
    top: -90px;
    left: 800px;
  }
}

.capacityBuildingMeasures {
  padding: 35px 0px;
}
@media only screen and (min-width: 768px) {
  .capacityBuildingMeasures {
    padding: 35px 0px 70px 0px;
  }
}
.capacityBuildingMeasures img {
  border-radius: 21px;
  display: block;
  width: 100%;
}
.capacityBuildingMeasures .orange-box {
  padding: 70px 64px;
}

.globSuccessCitizen .row {
  padding: 50px 0px 10px 0px;
}
@media only screen and (min-width: 1200px) {
  .globSuccessCitizen .row {
    padding: 70px 0px 40px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .globSuccessCitizen .row {
    padding: 120px 0px 50px 0px;
  }
}
.globSuccessCitizen .row .ksHeadingWrapper .ksHeading {
  color: var(--darkblue);
  top: -30px;
}
@media only screen and (min-width: 576px) {
  .globSuccessCitizen .row .ksHeadingWrapper .ksHeading {
    top: -42px;
  }
}
@media only screen and (min-width: 768px) {
  .globSuccessCitizen .row .ksHeadingWrapper .ksHeading {
    top: -47px;
  }
}
@media only screen and (min-width: 992px) {
  .globSuccessCitizen .row .ksHeadingWrapper .ksHeading {
    top: -47px;
  }
}
@media only screen and (min-width: 1200px) {
  .globSuccessCitizen .row .ksHeadingWrapper .ksHeading {
    top: -62px;
  }
}
@media only screen and (min-width: 1400px) {
  .globSuccessCitizen .row .ksHeadingWrapper .ksHeading {
    top: -70px;
  }
}
@media only screen and (min-width: 1920px) {
  .globSuccessCitizen .row .ksHeadingWrapper .ksHeading {
    top: -90px;
  }
}

.globalAffiliates h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.globalAffiliates li {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .globalAffiliates .row {
    flex-direction: row-reverse;
  }
}
.globalAffiliates .row .ksHeadingWrapper .ksHeading {
  color: var(--green);
  font-size: 39px;
  top: -56px;
}
@media only screen and (min-width: 576px) {
  .globalAffiliates .row .ksHeadingWrapper .ksHeading {
    font-size: 73px;
    top: -98px;
  }
}
@media only screen and (min-width: 992px) {
  .globalAffiliates .row .ksHeadingWrapper .ksHeading {
    font-size: 81px;
    top: -105px;
    left: 351px;
  }
}
@media only screen and (min-width: 1200px) {
  .globalAffiliates .row .ksHeadingWrapper .ksHeading {
    font-size: 103px;
    top: -130px;
  }
}
@media only screen and (min-width: 1400px) {
  .globalAffiliates .row .ksHeadingWrapper .ksHeading {
    font-size: 129px;
    top: -160px;
  }
}
@media only screen and (min-width: 1920px) {
  .globalAffiliates .row .ksHeadingWrapper .ksHeading {
    left: 430px;
    top: -190px;
  }
}

.globalAffiliatesCards h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (min-width: 1400px) {
  .globalAffiliatesCards h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.globalAffiliatesCards .cardsWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px;
}
.globalAffiliatesCards .cardsWrapper .card {
  border-radius: 12px;
  background: rgba(61, 168, 255, 0.1);
  border-bottom: 14px solid var(--brilliant-blue);
}
@media only screen and (min-width: 768px) {
  .globalAffiliatesCards .cardsWrapper .card {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .globalAffiliatesCards .cardsWrapper .card {
    width: 30%;
  }
}
@media only screen and (min-width: 1400px) {
  .globalAffiliatesCards .cardsWrapper .card {
    width: 352px;
    height: 290px;
  }
}
.globalAffiliatesCards .cardsWrapper .card:nth-child(2) {
  border-bottom: 14px solid var(--green);
  background: rgba(19, 193, 57, 0.1);
}
.globalAffiliatesCards .cardsWrapper .card:nth-child(3) {
  border-bottom: 14px solid var(--yellow);
  background: rgba(255, 194, 15, 0.1);
}
.globalAffiliatesCards .cardsWrapper .card:nth-child(4) {
  border-bottom: 14px solid var(--red);
  background: rgba(255, 54, 54, 0.1);
}
.globalAffiliatesCards .cardsWrapper .card:nth-child(5) {
  border-bottom: 14px solid var(--orange);
  background: rgba(250, 105, 16, 0.1);
}
.globalAffiliatesCards .cardsWrapper .card:nth-child(6) {
  border-bottom: 14px solid var(--darkblue);
  background: rgba(9, 90, 157, 0.1);
}
.globalAffiliatesCards .cardsWrapper .card:nth-child(7) {
  border-bottom: 14px solid var(--aqua-blue);
  background: rgba(103, 201, 202, 0.1);
}
.globalAffiliatesCards .cardsWrapper .card .contentWrapper {
  padding: 40px 7px 111px 22px;
}
.globalAffiliatesCards .cardsWrapper .card .contentWrapper ul {
  padding: 0;
}
.globalAffiliatesCards .cardsWrapper .card .contentWrapper ul li {
  list-style: initial;
  margin-left: 20px;
}

.whyLeaderInMe {
  padding-top: 100px;
}
.whyLeaderInMe h3 {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 1400px) {
  .whyLeaderInMe h3 {
    font-size: 22px;
    line-height: 31px;
  }
}
.whyLeaderInMe ul {
  padding: 0;
}
@media only screen and (min-width: 576px) {
  .whyLeaderInMe {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .whyLeaderInMe {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .whyLeaderInMe {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 1920px) {
  .whyLeaderInMe {
    padding-top: 260px;
    padding-bottom: 118px;
  }
}
.whyLeaderInMe .ksHeadingWrapper .ksHeading {
  font-size: 38px;
  left: 0;
  top: -62px;
}
@media only screen and (min-width: 576px) {
  .whyLeaderInMe .ksHeadingWrapper .ksHeading {
    font-size: 65px;
    top: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .whyLeaderInMe .ksHeadingWrapper .ksHeading {
    font-size: 86px;
    top: -124px;
  }
}
@media only screen and (min-width: 1200px) {
  .whyLeaderInMe .ksHeadingWrapper .ksHeading {
    font-size: 100px;
    top: -147px;
  }
}
@media only screen and (min-width: 1400px) {
  .whyLeaderInMe .ksHeadingWrapper .ksHeading {
    font-size: 112px;
    top: -164px;
  }
}
@media only screen and (min-width: 1920px) {
  .whyLeaderInMe .ksHeadingWrapper .ksHeading {
    top: -217px;
  }
}
.whyLeaderInMe .whyLeaderBox {
  margin-bottom: 20px;
  padding: 40px 30px;
  border-radius: 10px;
  color: var(--white);
  background-color: var(--green);
}
.whyLeaderInMe .whyLeaderBox li {
  list-style: initial;
  margin-left: 20px;
}
.whyLeaderInMe .whyLeaderBox:nth-child(2) {
  margin-left: 0;
}
.whyLeaderInMe .whyLeaderBox:nth-child(3) {
  background-color: var(--orange);
}
.whyLeaderInMe .whyLeaderBox:nth-child(4) {
  background-color: var(--darkblue);
}
@media only screen and (min-width: 992px) {
  .whyLeaderInMe .whyLeaderBox {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .whyLeaderInMe .whyLeaderBox {
    width: 384px;
    height: 556px;
    margin-left: 134px;
    padding: 80px;
  }
}

.successPartners h3 {
  font-size: 18px;
}
@media only screen and (min-width: 576px) {
  .successPartners .row {
    padding: 50px 0px 10px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .successPartners .row {
    padding: 60px 0px 20px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .successPartners .row {
    padding: 70px 0px 20px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .successPartners .row {
    padding: 100px 0px 20px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .successPartners .row {
    padding: 220px 0px 20px 0px;
  }
}
.successPartners .row .ksHeadingWrapper .ksHeading {
  color: var(--green);
}
@media only screen and (min-width: 992px) {
  .successPartners .row .ksHeadingWrapper .ksHeading {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .successPartners .row .ksHeadingWrapper .ksHeading {
    font-size: 85px;
    top: 19px;
  }
}
@media only screen and (min-width: 1400px) {
  .successPartners .row .ksHeadingWrapper .ksHeading {
    font-size: 98px;
    top: -26px;
  }
}
@media only screen and (min-width: 1920px) {
  .successPartners .row .ksHeadingWrapper .ksHeading {
    top: -90px;
  }
}

.rjDayBoxes .row .ksHeadingWrapper .ksHeading {
  color: var(--red);
  font-size: 48px;
  top: -68px;
}
@media only screen and (min-width: 576px) {
  .rjDayBoxes .row .ksHeadingWrapper .ksHeading {
    font-size: 87px;
    top: -112px;
  }
}
@media only screen and (min-width: 768px) {
  .rjDayBoxes .row .ksHeadingWrapper .ksHeading {
    font-size: 110px;
    top: -134px;
    left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .rjDayBoxes .row .ksHeadingWrapper .ksHeading {
    top: -143px;
  }
}
@media only screen and (min-width: 1400px) {
  .rjDayBoxes .row .ksHeadingWrapper .ksHeading {
    font-size: 135px;
    top: -169px;
  }
}
@media only screen and (min-width: 1920px) {
  .rjDayBoxes .row .ksHeadingWrapper .ksHeading {
    top: -192px;
  }
}
@media only screen and (min-width: 992px) {
  .rjDayBoxes .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.rjDayBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
  color: var(--yellow);
  font-size: 28px;
  top: -47px;
}
@media only screen and (min-width: 576px) {
  .rjDayBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    font-size: 50px;
    top: -75px;
  }
}
@media only screen and (min-width: 768px) {
  .rjDayBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    font-size: 63px;
    top: -89px;
  }
}
@media only screen and (min-width: 992px) {
  .rjDayBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    font-size: 86px;
    top: -109px;
  }
}
@media only screen and (min-width: 1200px) {
  .rjDayBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    font-size: 102px;
    top: -135px;
  }
}
@media only screen and (min-width: 1400px) {
  .rjDayBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    font-size: 119px;
    top: -152px;
  }
}
@media only screen and (min-width: 1920px) {
  .rjDayBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    top: -192px;
    left: -77px;
  }
}
.rjDayBoxes .row:nth-child(3) .ksHeadingWrapper .ksHeading {
  color: var(--green);
  font-size: 42px;
  top: -59px;
}
@media only screen and (min-width: 576px) {
  .rjDayBoxes .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    font-size: 78px;
    top: -102px;
  }
}
@media only screen and (min-width: 768px) {
  .rjDayBoxes .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    font-size: 98px;
    top: -122px;
  }
}
@media only screen and (min-width: 1200px) {
  .rjDayBoxes .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    top: -132px;
  }
}
@media only screen and (min-width: 1400px) {
  .rjDayBoxes .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    font-size: 120px;
    top: -154px;
  }
}
@media only screen and (min-width: 1920px) {
  .rjDayBoxes .row:nth-child(3) .ksHeadingWrapper .ksHeading {
    top: -192px;
  }
}
.rjDayBoxes .row:nth-child(4) .ksHeadingWrapper .ksHeading {
  color: var(--orange);
  font-size: 72px;
  top: -90px;
}
@media only screen and (min-width: 576px) {
  .rjDayBoxes .row:nth-child(4) .ksHeadingWrapper .ksHeading {
    font-size: 78px;
    top: -102px;
    left: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .rjDayBoxes .row:nth-child(4) .ksHeadingWrapper .ksHeading {
    font-size: 98px;
    top: -122px;
    left: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .rjDayBoxes .row:nth-child(4) .ksHeadingWrapper .ksHeading {
    left: 420px;
  }
}
@media only screen and (min-width: 1200px) {
  .rjDayBoxes .row:nth-child(4) .ksHeadingWrapper .ksHeading {
    top: -132px;
    left: 492px;
  }
}
@media only screen and (min-width: 1400px) {
  .rjDayBoxes .row:nth-child(4) .ksHeadingWrapper .ksHeading {
    font-size: 120px;
    top: -154px;
    left: 565px;
  }
}
@media only screen and (min-width: 1920px) {
  .rjDayBoxes .row:nth-child(4) .ksHeadingWrapper .ksHeading {
    top: -192px;
    left: 720px;
  }
}
.rjDayBoxes .row:nth-child(5) .ksHeadingWrapper .ksHeading {
  color: var(--aqua-blue);
  font-size: 42px;
  top: -59px;
}
@media only screen and (min-width: 576px) {
  .rjDayBoxes .row:nth-child(5) .ksHeadingWrapper .ksHeading {
    font-size: 73px;
    top: -96px;
  }
}
@media only screen and (min-width: 768px) {
  .rjDayBoxes .row:nth-child(5) .ksHeadingWrapper .ksHeading {
    font-size: 98px;
    top: -120px;
  }
}
@media only screen and (min-width: 1200px) {
  .rjDayBoxes .row:nth-child(5) .ksHeadingWrapper .ksHeading {
    top: -129px;
  }
}
@media only screen and (min-width: 1400px) {
  .rjDayBoxes .row:nth-child(5) .ksHeadingWrapper .ksHeading {
    font-size: 120px;
    top: -150px;
  }
}
@media only screen and (min-width: 1920px) {
  .rjDayBoxes .row:nth-child(5) .ksHeadingWrapper .ksHeading {
    top: -192px;
  }
}
.rjDayBoxes .programBoxText {
  max-width: 630px;
  margin: 0 auto;
}

.admissionBoxes {
  padding: 20px 0px 0px 0px;
}
@media only screen and (min-width: 1200px) {
  .admissionBoxes {
    padding: 40px 0px 0px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes {
    padding: 60px 0px 0px 0px;
  }
}
.admissionBoxes .programBoxImg img {
  display: block;
  width: 100%;
}
.admissionBoxes li {
  list-style: decimal;
}
.admissionBoxes h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}
.admissionBoxes h4 {
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes h4 {
    font-size: 20px;
  }
}
.admissionBoxes .row {
  align-items: flex-start;
  padding-bottom: 70px;
}
@media only screen and (min-width: 576px) {
  .admissionBoxes .row {
    padding: 60px 0px 60px 0px;
  }
}
@media only screen and (min-width: 767px) {
  .admissionBoxes .row {
    padding: 70px 0px 70px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .admissionBoxes .row {
    padding: 130px 0px 35px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .admissionBoxes .row {
    padding: 150px 0px 45px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .admissionBoxes .row {
    padding: 150px 0px 45px 0px;
    align-items: center;
  }
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes .row {
    padding: 170px 0px 100px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .admissionBoxes .row .ksHeadingWrapper .ksHeading {
    top: -70px;
  }
}
@media only screen and (min-width: 1600px) {
  .admissionBoxes .row .ksHeadingWrapper .ksHeading {
    top: -68px;
  }
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes .row .ksHeadingWrapper .ksHeading {
    top: -90px;
  }
}
.admissionBoxes .row .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
@media only screen and (min-width: 1400px) {
  .admissionBoxes .row:nth-child(odd) .programBoxText {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes .row:nth-child(odd) .programBoxText {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .admissionBoxes .row:nth-child(odd) .programBoxImg {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes .row:nth-child(odd) .programBoxImg {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .admissionBoxes .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .admissionBoxes .row:nth-child(even) .programBoxText {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes .row:nth-child(even) .programBoxText {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .admissionBoxes .row:nth-child(even) .programBoxImg {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes .row:nth-child(even) .programBoxImg {
    padding-left: 60px;
  }
}
.admissionBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
  color: var(--green);
}
@media only screen and (min-width: 992px) {
  .admissionBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    left: 418px;
  }
}
@media only screen and (min-width: 1200px) {
  .admissionBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    left: 512px;
  }
}
@media only screen and (min-width: 1400px) {
  .admissionBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    left: 586px;
    top: -68px;
  }
}
@media only screen and (min-width: 1600px) {
  .admissionBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    left: 586px;
    top: -57px;
  }
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
    left: 746px;
    top: -91px;
  }
}
.admissionBoxes .row:nth-child(3) li {
  margin-left: 20px;
}
.admissionBoxes .row:nth-child(3) .ksHeadingWrapper .ksHeading {
  color: var(--brilliant-blue);
}
.admissionBoxes .row .programBoxText {
  padding-top: 25px;
}
@media only screen and (min-width: 992px) {
  .admissionBoxes .row .programBoxText {
    padding-top: 0;
  }
}
.admissionBoxes .row .programBoxText .programBoxImg img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.admissionBoxes .row .admissionSheduleBoxes {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.admissionBoxes .row .admissionSheduleBoxes .regularAdmission {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  background: rgba(61, 168, 255, 0.1);
  border-radius: 12px;
  border-bottom: 14px solid var(--brilliant-blue);
}
@media only screen and (min-width: 768px) {
  .admissionBoxes .row .admissionSheduleBoxes .regularAdmission {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .admissionBoxes .row .admissionSheduleBoxes .regularAdmission {
    width: 45%;
  }
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes .row .admissionSheduleBoxes .regularAdmission {
    width: 289px;
    height: 155px;
  }
}
.admissionBoxes .row .admissionSheduleBoxes .regularAdmission:nth-child(2) {
  background: rgba(255, 194, 15, 0.1);
  border-bottom: 14px solid var(--yellow);
}
.admissionBoxes .row .admissionSheduleBoxes .regularAdmission:nth-child(3) {
  background: rgba(255, 54, 54, 0.1);
  border-bottom: 14px solid var(--red);
}
.admissionBoxes .row .admissionSheduleBoxes .regularAdmission:nth-child(4) {
  background: rgba(19, 193, 57, 0.1);
  border-bottom: 14px solid var(--green);
}
.admissionBoxes .row .admissionSheduleBoxes .regularAdmission .contentWrapper {
  padding: 35px 0 15px 0px;
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes .row .admissionSheduleBoxes .regularAdmission .contentWrapper {
    padding: 50px 0 15px 0px;
  }
}
.admissionBoxes .row .admissionSheduleBoxes .regularAdmission .contentWrapper strong {
  font-size: 22px;
  line-height: 20px;
  font-weight: 600;
}
.admissionBoxes .row:last-child {
  padding-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .admissionBoxes .row:last-child {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .admissionBoxes .row:last-child {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .admissionBoxes .row:last-child {
    padding-bottom: 80px;
  }
}

.rules-regulations {
  margin: 0 auto;
  max-width: 1190px;
  padding-bottom: 60px;
}
.rules-regulations button:after {
  display: none !important;
}
@media only screen and (min-width: 576px) {
  .rules-regulations {
    padding: 30px 0px 40px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .rules-regulations {
    padding: 60px 0px 60px 0px;
    max-width: 768px;
  }
}
@media only screen and (min-width: 1400px) {
  .rules-regulations {
    max-width: 910px;
  }
}
@media only screen and (min-width: 1920px) {
  .rules-regulations {
    padding: 80px 0px 80px 0px;
    max-width: 1190px;
  }
}
.rules-regulations li {
  list-style: decimal;
  margin-left: 20px;
}
.rules-regulations ul:first-of-type li {
  list-style: disc !important;
}
.rules-regulations .accordion-item {
  background: var(--light-pink);
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .rules-regulations .accordion-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .rules-regulations .accordion-item {
    margin-bottom: 30px;
  }
}
.rules-regulations .accordion-item .accordion-button {
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  border: none;
  outline: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .rules-regulations .accordion-item .accordion-button {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .rules-regulations .accordion-item .accordion-button {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .rules-regulations .accordion-item .accordion-button {
    padding: 40px 56px 40px 60px;
  }
}
.rules-regulations .accordion-item .accordion-button::after {
  filter: invert(36%) sepia(28%) saturate(512%) hue-rotate(324deg) brightness(95%) contrast(85%);
}
.rules-regulations .accordion-item .accordion-button:not(.collapsed) {
  color: var(--black);
  box-shadow: none;
}
.rules-regulations .accordion-item .accordion-body {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  padding: 16px;
}
@media only screen and (min-width: 1920px) {
  .rules-regulations .accordion-item .accordion-body {
    padding: 0 200px 45px 60px;
  }
}
.rules-regulations .accordion-item .note-text {
  font-size: 0.85rem;
  color: #5c4a4a;
  font-style: italic;
  padding-top: 8px;
}

.codeOfConduct {
  margin: 0 auto;
  max-width: 1190px;
  padding-bottom: 60px;
  display: none !important;
}
@media only screen and (min-width: 576px) {
  .codeOfConduct {
    padding: 30px 0px 40px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .codeOfConduct {
    padding: 60px 0px 60px 0px;
    max-width: 768px;
  }
}
@media only screen and (min-width: 1400px) {
  .codeOfConduct {
    max-width: 910px;
  }
}
@media only screen and (min-width: 1920px) {
  .codeOfConduct {
    padding: 80px 0px 80px 0px;
    max-width: 1190px;
  }
}
.codeOfConduct li {
  list-style: lower-roman;
  margin-left: 20px;
}
.codeOfConduct .accordion-item {
  background: var(--sky-blue);
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .codeOfConduct .accordion-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .codeOfConduct .accordion-item {
    margin-bottom: 30px;
  }
}
.codeOfConduct .accordion-item .accordion-button {
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  border: none;
  outline: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .codeOfConduct .accordion-item .accordion-button {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .codeOfConduct .accordion-item .accordion-button {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .codeOfConduct .accordion-item .accordion-button {
    padding: 40px 56px 40px 60px;
  }
}
.codeOfConduct .accordion-item .accordion-button::after {
  filter: invert(36%) sepia(28%) saturate(512%) hue-rotate(324deg) brightness(95%) contrast(85%);
}
.codeOfConduct .accordion-item .accordion-button:not(.collapsed) {
  color: var(--black);
  box-shadow: none;
}
.codeOfConduct .accordion-item .accordion-body {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  padding: 16px;
}
@media only screen and (min-width: 1920px) {
  .codeOfConduct .accordion-item .accordion-body {
    padding: 0 200px 45px 60px;
  }
}
.codeOfConduct .accordion-item .note-text {
  font-size: 0.85rem;
  color: #5c4a4a;
  font-style: italic;
  padding-top: 8px;
}

.fee-policy {
  margin: 0 auto;
  max-width: 1190px;
  padding-bottom: 60px;
  display: none !important;
}
@media only screen and (min-width: 576px) {
  .fee-policy {
    padding: 30px 0px 40px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .fee-policy {
    padding: 60px 0px 60px 0px;
    max-width: 768px;
  }
}
@media only screen and (min-width: 1400px) {
  .fee-policy {
    max-width: 910px;
  }
}
@media only screen and (min-width: 1920px) {
  .fee-policy {
    padding: 80px 0px 80px 0px;
    max-width: 1190px;
  }
}
.fee-policy li {
  list-style: disc;
  margin-left: 20px;
}
.fee-policy .accordion-item {
  background: var(--sky-blue);
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .fee-policy .accordion-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .fee-policy .accordion-item {
    margin-bottom: 30px;
  }
}
.fee-policy .accordion-item .accordion-button {
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  border: none;
  outline: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .fee-policy .accordion-item .accordion-button {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .fee-policy .accordion-item .accordion-button {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .fee-policy .accordion-item .accordion-button {
    padding: 40px 56px 40px 60px;
  }
}
.fee-policy .accordion-item .accordion-button::after {
  filter: invert(36%) sepia(28%) saturate(512%) hue-rotate(324deg) brightness(95%) contrast(85%);
}
.fee-policy .accordion-item .accordion-button:not(.collapsed) {
  color: var(--black);
  box-shadow: none;
}
.fee-policy .accordion-item .accordion-body {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  padding: 16px;
}
@media only screen and (min-width: 1920px) {
  .fee-policy .accordion-item .accordion-body {
    padding: 0 200px 45px 60px;
  }
}
.fee-policy .accordion-item .note-text {
  font-size: 0.85rem;
  color: #5c4a4a;
  font-style: italic;
  padding-top: 8px;
}

.blueAccordian {
  padding-top: 60px;
}
@media only screen and (min-width: 1920px) {
  .blueAccordian {
    padding-bottom: 180px;
  }
}
.blueAccordian .header {
  max-width: 630px;
}
.blueAccordian .accordion .accordian-item {
  background: #f3faff;
}

.uniform {
  background-color: var(--sky-blue);
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .uniform {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .uniform {
    padding: 100px 0;
  }
}
.uniform img {
  border-radius: 12px;
}
.uniform li {
  list-style: initial;
  margin-left: 20px;
}
.uniform .row {
  justify-content: space-between;
}
.uniform .uniform-tabs-wrap .nav-tabs {
  border-bottom: none;
  flex-direction: column;
}
.uniform .uniform-tabs-wrap .nav-tabs .nav-item {
  list-style: none;
  margin-left: 0px;
}
.uniform .uniform-tabs-wrap .nav-tabs .nav-item .nav-link {
  background-color: var(--white) !important;
  margin-top: 20px;
  padding: 13px 40px !important;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  list-style: none !important;
  margin-left: 0px;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  text-align: left;
  color: black !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1400px) {
  .uniform .uniform-tabs-wrap .nav-tabs .nav-item .nav-link {
    padding: 27px 50px !important;
    font-size: 22px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .uniform .uniform-tabs-wrap .nav-tabs .nav-item .nav-link {
    padding: 25px 40px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .uniform .uniform-tabs-wrap .nav-tabs .nav-item .nav-link {
    padding: 27px 40px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .uniform .uniform-tabs-wrap .nav-tabs .nav-item .nav-link {
    padding: 20.5px 50px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .uniform .uniform-tabs-wrap .nav-tabs .nav-item .nav-link {
    margin-top: 30px;
    padding: 38.7px 60px !important;
  }
}
.uniform .uniform-tabs-wrap .nav-tabs .nav-item .nav-link:hover, .uniform .uniform-tabs-wrap .nav-tabs .nav-item .nav-link.active {
  background-color: var(--brilliant-blue) !important;
  color: white !important;
}
.uniform .tab-content .tab-pane {
  display: none;
}
.uniform .tab-content .tab-pane.show.active {
  display: block;
}
.uniform .tab-content .tab-pane .row {
  display: flex;
}
.uniform .tab-content .tab-pane .uniform-img-div {
  padding: 0px 25px;
}
@media only screen and (min-width: 1600px) {
  .uniform .tab-content .tab-pane .uniform-img-div {
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .uniform .tab-content .tab-pane .uniform-img-div {
    padding: 0px 40px;
  }
}
.uniform .tab-content .tab-pane .uniform-img-div img {
  margin-top: 30px;
  height: auto;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .uniform .tab-content .tab-pane .uniform-img-div img {
    margin-top: 0px;
  }
}
.uniform .tab-content .tab-pane .uniformRight {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .uniform .tab-content .tab-pane .uniformRight {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .uniform .tab-content .tab-pane .uniformRight h4 {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .uniform .tab-content .tab-pane .uniformRight ul {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .uniform .tab-content .tab-pane .uniformRight ul li {
    line-height: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .uniform .tab-content .tab-pane .uniformRight ul li {
    line-height: 17.5px;
  }
}
@media only screen and (min-width: 1400px) {
  .uniform .tab-content .tab-pane .uniformRight ul li {
    line-height: 21.7px;
  }
}
@media only screen and (min-width: 1600px) {
  .uniform .tab-content .tab-pane .uniformRight ul li {
    line-height: 21.2px;
  }
}
@media only screen and (min-width: 1920px) {
  .uniform .tab-content .tab-pane .uniformRight ul li {
    line-height: 28.2px;
  }
}

.coCurricularBox {
  padding: 50px 0px 30px 0px;
}
@media only screen and (min-width: 768px) {
  .coCurricularBox {
    padding: 70px 0px 40px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .coCurricularBox {
    padding: 100px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .coCurricularBox {
    padding: 140px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .coCurricularBox {
    padding: 190px 0px 80px 0px;
  }
}
.coCurricularBox .row {
  align-items: flex-start;
}
@media only screen and (min-width: 1920px) {
  .coCurricularBox .row {
    align-items: center;
  }
}
.coCurricularBox .row .ksHeadingWrapper .ksHeading {
  color: var(--red);
}
@media only screen and (min-width: 1400px) {
  .coCurricularBox .row .ksHeadingWrapper .ksHeading {
    top: -62px;
  }
}
@media only screen and (min-width: 1920px) {
  .coCurricularBox .row .ksHeadingWrapper .ksHeading {
    top: -84px;
  }
}
.coCurricularBox .row .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
@media screen and (min-width: 1600px) {
  .coCurricularBox .row .coCurricularText {
    line-height: 24px !important;
  }
}
.coCurricularBox .row .coCurricularText h3 {
  font-size: 18px;
  padding-bottom: 8px;
  font-weight: 600;
}
@media screen and (min-width: 1600px) {
  .coCurricularBox .row .coCurricularText h3 {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
.coCurricularBox .row .coCurricularText h4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.coCurricularBox .row .coCurricularText h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.coCurricularBox .row .coCurricularText ol {
  margin: 0;
  padding: 0;
}
.coCurricularBox .programBoxImg img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1400px) {
  .coCurricularBox .programBoxImg {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .coCurricularBox .programBoxImg {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .coCurricularBox .programBoxText {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .coCurricularBox .programBoxText {
    padding-left: 30px;
  }
}
.coCurricularBox .programBoxText p:nth-child(3) {
  margin-bottom: 0px;
}
.coCurricularBox .programBoxText p:nth-child(5) {
  margin-bottom: 0px;
}

.coCurricularPolicybanner {
  background-color: var(--white);
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .coCurricularPolicybanner .row {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .coCurricularPolicybanner .club-society-bg {
    display: flex;
  }
}
.coCurricularPolicybanner .mainBannerImg {
  padding-top: 0px;
}
.coCurricularPolicybanner img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
@media only screen and (min-width: 992px) {
  .coCurricularPolicybanner img {
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 12px !important;
  }
}
.coCurricularPolicybanner .container {
  border-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .coCurricularPolicybanner .history-div {
    display: flex;
  }
}
.coCurricularPolicybanner .mainBannerText {
  background-color: var(--yellow);
  padding: 40px 20px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .coCurricularPolicybanner .mainBannerText {
    border-bottom-right-radius: 0px;
    border-top-left-radius: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .coCurricularPolicybanner .mainBannerText {
    padding: 68px 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .coCurricularPolicybanner .mainBannerText {
    padding: 100px 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .coCurricularPolicybanner .mainBannerText {
    padding: 100px 102px 100px 116px;
  }
}
.coCurricularPolicybanner .mainBannerText .textCont {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .coCurricularPolicybanner .mainBannerText .textCont {
    max-width: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .coCurricularPolicybanner .mainBannerText .textCont {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1920px) {
  .coCurricularPolicybanner .mainBannerText .textCont {
    max-width: 540px;
  }
}
.coCurricularPolicybanner .mainBannerText ul {
  padding-left: 15px;
}
.coCurricularPolicybanner .mainBannerText ul li {
  list-style: disc;
}
.coCurricularPolicybanner .exploreMore {
  color: var(--white);
}
.coCurricularPolicybanner .bigText {
  position: absolute;
  bottom: 42px;
  left: 0;
  font-size: 70px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px white;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .coCurricularPolicybanner .bigText {
    bottom: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .coCurricularPolicybanner .bigText {
    font-size: 80px;
    bottom: 42px;
  }
}
@media only screen and (min-width: 1400px) {
  .coCurricularPolicybanner .bigText {
    font-size: 100px;
    bottom: 54px;
  }
}
@media only screen and (min-width: 1600px) {
  .coCurricularPolicybanner .bigText {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1920px) {
  .coCurricularPolicybanner .bigText {
    font-size: 153px;
    bottom: 74px;
  }
}
.coCurricularPolicybanner .ksHeadingWrapper .ksHeading {
  animation: marquee 35s linear infinite;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 992px) {
  .coCurricularPolicybanner .ksHeadingWrapper .ksHeading {
    display: block;
    top: 434px;
    left: -664px;
  }
}
@media only screen and (min-width: 1200px) {
  .coCurricularPolicybanner .ksHeadingWrapper .ksHeading {
    top: 490px;
    left: -824px;
  }
}
@media only screen and (min-width: 1400px) {
  .coCurricularPolicybanner .ksHeadingWrapper .ksHeading {
    top: 589px;
    left: -977px;
  }
}
@media only screen and (min-width: 1600px) {
  .coCurricularPolicybanner .ksHeadingWrapper .ksHeading {
    top: 676px;
    left: -978px;
  }
}
@media only screen and (min-width: 1920px) {
  .coCurricularPolicybanner .ksHeadingWrapper .ksHeading {
    top: 660px;
    left: -1256px;
  }
}
.coCurricularPolicybanner .ksHeadingWrapper .ksHeading span {
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
}

.societiesClubsCards.cardsWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px;
}
@media screen and (min-width: 1920px) {
  .societiesClubsCards.cardsWrapper {
    gap: 70px;
  }
}

.societiesClubsCards h3 {
  font-size: 18px;
  padding-bottom: 8px;
  font-weight: 600;
}
@media screen and (min-width: 1600px) {
  .societiesClubsCards h3 {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
.societiesClubsCards .card {
  width: 100%;
  padding: 10px;
}
.societiesClubsCards .card:nth-child(1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .societiesClubsCards .card {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .societiesClubsCards .card {
    width: 30%;
  }
}
@media only screen and (min-width: 1400px) {
  .societiesClubsCards .card {
    width: 352px;
    height: 290px;
  }
}
.societiesClubsCards .card:nth-child(4) {
  border-bottom: 14px solid var(--pink);
  background-color: rgba(255, 85, 187, 0.1);
}
.societiesClubsCards .card:nth-child(5) {
  border-bottom: 14px solid var(--darkblue);
  background-color: rgba(9, 90, 157, 0.1);
}
.societiesClubsCards .card .contentWrapper {
  padding: 36px 32px 0 22px;
}

.sportsClubBox h3 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 1920px) {
  .sportsClubBox h3 {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
.sportsClubBox strong {
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (min-width: 1920px) {
  .sportsClubBox strong {
    font-size: 22px;
  }
}
.sportsClubBox .row {
  align-items: center;
}
@media only screen and (min-width: 1920px) {
  .sportsClubBox .row {
    align-items: center;
  }
}
.sportsClubBox .row .ksHeadingWrapper .ksHeading {
  color: var(--yellow);
}
@media only screen and (min-width: 1200px) {
  .sportsClubBox .row .ksHeadingWrapper .ksHeading {
    top: -62px;
  }
}
@media only screen and (min-width: 1920px) {
  .sportsClubBox .row .ksHeadingWrapper .ksHeading {
    top: -89px;
  }
}
.sportsClubBox .row .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
.sportsClubBox .programBoxImg img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .sportsClubBox .programBoxImg {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .sportsClubBox .programBoxImg {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .sportsClubBox .programBoxText {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .sportsClubBox .programBoxText {
    padding-left: 30px;
  }
}

.assemblyPrograms li {
  font-weight: 600;
  font-size: 16px;
}
.assemblyPrograms h3 {
  font-size: 26px;
}
@media only screen and (min-width: 992px) {
  .assemblyPrograms .row {
    flex-direction: row-reverse;
  }
}
.assemblyPrograms .row .ksHeadingWrapper .ksHeading {
  color: var(--green);
}
@media only screen and (min-width: 768px) {
  .assemblyPrograms .row .ksHeadingWrapper .ksHeading {
    left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .assemblyPrograms .row .ksHeadingWrapper .ksHeading {
    left: 418px;
  }
}
@media only screen and (min-width: 1200px) {
  .assemblyPrograms .row .ksHeadingWrapper .ksHeading {
    left: 489px;
  }
}
@media only screen and (min-width: 1400px) {
  .assemblyPrograms .row .ksHeadingWrapper .ksHeading {
    left: 567px;
    top: -70px;
  }
}
@media only screen and (min-width: 1920px) {
  .assemblyPrograms .row .ksHeadingWrapper .ksHeading {
    left: 689px;
    top: -90px;
  }
}
.assemblyPrograms .row .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}

.assemblyProgramsNew {
  padding: 30px 0px 30px 0px;
}
@media only screen and (min-width: 768px) {
  .assemblyProgramsNew {
    padding: 50px 0px 40px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .assemblyProgramsNew {
    padding: 70px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .assemblyProgramsNew {
    padding: 100px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .assemblyProgramsNew {
    padding: 110px 0px 80px 0px;
  }
}
.assemblyProgramsNew .row {
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .assemblyProgramsNew .row {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1920px) {
  .assemblyProgramsNew .row {
    align-items: center;
  }
}
.assemblyProgramsNew .row .ksHeadingWrapper .ksHeading {
  color: var(--red);
}
@media only screen and (min-width: 992px) {
  .assemblyProgramsNew .row .ksHeadingWrapper .ksHeading {
    font-size: 85px;
    left: 417px;
    top: -54px;
  }
}
@media only screen and (min-width: 1200px) {
  .assemblyProgramsNew .row .ksHeadingWrapper .ksHeading {
    left: 490px;
  }
}
@media only screen and (min-width: 1400px) {
  .assemblyProgramsNew .row .ksHeadingWrapper .ksHeading {
    top: -59px;
    left: 583px;
  }
}
@media only screen and (min-width: 1920px) {
  .assemblyProgramsNew .row .ksHeadingWrapper .ksHeading {
    left: 760px;
    top: -90px;
  }
}
.assemblyProgramsNew .row .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
@media screen and (min-width: 1600px) {
  .assemblyProgramsNew .row .coCurricularText {
    line-height: 31px !important;
  }
}
.assemblyProgramsNew .row .coCurricularText h3 {
  font-size: 18px;
  padding-bottom: 8px;
  font-weight: 600;
}
@media screen and (min-width: 1600px) {
  .assemblyProgramsNew .row .coCurricularText h3 {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
.assemblyProgramsNew .row .coCurricularText h4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.assemblyProgramsNew .row .coCurricularText h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.assemblyProgramsNew .row .coCurricularText ol {
  margin: 0;
  padding: 0;
}
.assemblyProgramsNew .row .coCurricularText ol li {
  font-weight: 600;
}
.assemblyProgramsNew .programBoxImg img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1400px) {
  .assemblyProgramsNew .programBoxImg {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .assemblyProgramsNew .programBoxImg {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .assemblyProgramsNew .programBoxText {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .assemblyProgramsNew .programBoxText {
    padding-right: 30px;
  }
}
.assemblyProgramsNew .programBoxText p:nth-child(3) {
  margin-bottom: 0px;
}
.assemblyProgramsNew .programBoxText p:nth-child(5) {
  margin-bottom: 0px;
}

.assemblyActivity h3 {
  font-size: 26px;
}
.assemblyActivity h4 {
  font-size: 22px;
}
.assemblyActivity li {
  list-style: initial;
}
.assemblyActivity ul {
  margin-bottom: 0px;
}
.assemblyActivity .row {
  justify-content: space-evenly;
}
.assemblyActivity .assemblyContentWrapper {
  border-radius: 10px;
  padding: 77px 0;
  background-color: var(--sky-blue);
  margin-bottom: 30px;
}
.assemblyActivity .assemblyContentWrapper li {
  margin-left: 20px;
}
@media only screen and (min-width: 1400px) {
  .assemblyActivity .assemblyContentWrapper {
    margin-bottom: 60px;
  }
}
.assemblyActivity .assemblyContentWrapper .activitySchedule p {
  margin-bottom: 0px;
}

.nationalGlobalBox .row {
  align-items: flex-start;
}
@media only screen and (min-width: 1400px) {
  .nationalGlobalBox .row {
    align-items: center;
  }
}
.nationalGlobalBox .row .ksHeadingWrapper .ksHeading {
  color: var(--darkblue);
}
@media only screen and (min-width: 576px) {
  .nationalGlobalBox .row .ksHeadingWrapper .ksHeading {
    left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .nationalGlobalBox .row .ksHeadingWrapper .ksHeading {
    top: -70px;
  }
}
@media only screen and (min-width: 1920px) {
  .nationalGlobalBox .row .ksHeadingWrapper .ksHeading {
    top: -86px;
  }
}
.nationalGlobalBox .row .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
.nationalGlobalBox .programBoxImg img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .nationalGlobalBox .programBoxImg {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .nationalGlobalBox .programBoxImg {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .nationalGlobalBox .programBoxText {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .nationalGlobalBox .programBoxText {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 576px) {
  .contactUS {
    padding: 40px 0px 10px 0px;
  }
}
@media only screen and (min-width: 767px) {
  .contactUS {
    padding: 80px 0px 10px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .contactUS {
    padding: 100px 0px 20px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .contactUS {
    padding: 120px 0px 20px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .contactUS {
    padding: 150px 0px 20px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .contactUS {
    padding: 200px 0px 20px 0px;
  }
}
.contactUS .row {
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .contactUS .row .ksHeadingWrapper .ksHeading {
    top: -48px;
  }
}
@media only screen and (min-width: 1200px) {
  .contactUS .row .ksHeadingWrapper .ksHeading {
    top: -60px;
  }
}
@media only screen and (min-width: 1400px) {
  .contactUS .row .ksHeadingWrapper .ksHeading {
    top: -70px;
  }
}
@media only screen and (min-width: 1920px) {
  .contactUS .row .ksHeadingWrapper .ksHeading {
    top: -90px;
  }
}
.contactUS .row .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
.contactUS .row .contactUsForm {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .contactUS .row .contactUsForm {
    padding-top: 0px;
  }
}
.contactUS .row .contactUsForm h2 {
  padding-bottom: 8px !important;
}
.contactUS .row .contactUsForm p {
  margin-bottom: 26px !important;
}
.contactUS .row .contactUsForm .nav-pills {
  padding: 40px 0;
}
.contactUS .row .contactUsForm .nav-pills li {
  border-radius: 98px;
  background-color: var(--yellow);
  padding: 14px 16px;
  margin-right: 26px;
}
@media only screen and (min-width: 1920px) {
  .contactUS .row .contactUsForm .nav-pills li {
    padding: 14px 36px;
  }
}
.contactUS .row .contactUsForm .nav-pills li a {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.contactUS .row .contactUsForm .contact-form .formRow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactUS .row .contactUsForm .contact-form input.btnDefault {
  padding: 10px 20px;
  background-color: var(--yellow);
  color: var(--white);
  border-radius: 20px;
  border: none;
}
.contactUS .row .contactUsForm .contact-form input.btnDefault :hover {
  background-color: var(--fadedyellow);
  color: var(--black);
}
.contactUS .row .contactUsForm .contact-form input,
.contactUS .row .contactUsForm .contact-form textarea {
  display: inline-block;
  border-radius: 15px;
  border: 1px solid var(--black);
  padding: 18px 0 18px 24px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .contactUS .row .contactUsForm .contact-form input,
  .contactUS .row .contactUsForm .contact-form textarea {
    width: 48%;
  }
  .contactUS .row .contactUsForm .contact-form input.btnDefault {
    width: auto;
  }
}
.contactUS .row .contactUsForm .contact-form textarea {
  padding: 18px 0 15px 24px;
  min-height: 80px;
  width: 100%;
}
.contactUS .row .contactUsForm .contact-form ::-moz-placeholder {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}
.contactUS .row .contactUsForm .contact-form ::placeholder {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}
.contactUS .programBoxImg img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1400px) {
  .contactUS .programBoxImg {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .contactUS .programBoxImg {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .contactUS .programBoxText {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .contactUS .programBoxText {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 767px) {
  .campuses {
    padding: 30px 0px 40px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .campuses {
    padding: 60px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .campuses {
    padding: 80px 0px 80px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .campuses {
    padding: 120px 0px 80px 0px;
  }
}
.campuses .row {
  justify-content: space-between;
}
.campuses .header {
  text-align: left;
  padding-bottom: 30px !important;
}
@media only screen and (min-width: 1400px) {
  .campuses .header {
    padding-bottom: 40px !important;
  }
}
.campuses .boysGirls {
  position: relative;
}
.campuses .boysGirls label:nth-child(2) {
  padding-left: 18px;
}
.campuses .boysGirls strong {
  padding-left: 30px;
}
.campuses .boysGirls::before {
  position: absolute;
  content: "";
  background-image: url(./assets/images/boys.svg);
  background-size: cover;
  width: 54px;
  height: 54px;
  top: -20px;
  left: 15px;
}
.campuses .boysGirls::after {
  position: absolute;
  content: "";
  background-image: url(./assets/images/girls.svg);
  background-size: cover;
  width: 54px;
  height: 54px;
  top: -20px;
  left: 80px;
}
@media only screen and (min-width: 1400px) {
  .campuses .boysGirls::after {
    left: 90px;
  }
}
.campuses .campusRight {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .campuses .campusRight {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .campusBoxes .row:nth-child(even) {
    flex-direction: row;
  }
}
.campusBoxes .ksHeadingWrapper {
  position: relative;
}
.campusBoxes .ksHeadingWrapper .ksHeading {
  position: absolute;
  font-weight: 600;
  font-size: 37px;
  z-index: -1;
  color: var(--yellow);
  right: 10px;
  top: -31px;
  white-space: nowrap;
}
@media only screen and (min-width: 576px) {
  .campusBoxes .ksHeadingWrapper .ksHeading {
    font-size: 62px;
    top: -40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .campusBoxes .ksHeadingWrapper .ksHeading {
    font-size: 70px !important;
    top: -47px !important;
  }
}
@media only screen and (min-width: 992px) {
  .campusBoxes .ksHeadingWrapper .ksHeading {
    font-size: 85px !important;
    top: -52px !important;
    left: 491px;
  }
}
@media only screen and (min-width: 1200px) {
  .campusBoxes .ksHeadingWrapper .ksHeading {
    font-size: 89px !important;
    top: -60px !important;
    left: 582px;
  }
}
@media only screen and (min-width: 1400px) {
  .campusBoxes .ksHeadingWrapper .ksHeading {
    font-size: 112px !important;
    top: -69px !important;
    left: 670px;
  }
}
@media only screen and (min-width: 1920px) {
  .campusBoxes .ksHeadingWrapper .ksHeading {
    font-size: 153px !important;
    top: -87px !important;
    left: 811px;
  }
}
.campusBoxes .ksHeadingWrapper .ksHeading span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
.campusBoxes .row {
  justify-content: space-between;
  padding: 60px 0px;
}
@media only screen and (min-width: 768px) {
  .campusBoxes .row {
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .campusBoxes .row {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .campusBoxes .row {
    padding: 100px 0px 100px 0px;
    align-items: center;
  }
}
@media only screen and (min-width: 1920px) {
  .campusBoxes .row {
    padding: 120px 0px 120px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .campusBoxes .row:nth-child(even) {
    flex-direction: row;
  }
}
.campusBoxes .row:nth-child(even) .ksHeadingWrapper .ksHeading {
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .campusBoxes .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .campusBoxes .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .campusBoxes .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    right: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .campusBoxes .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    right: 53px;
  }
}
.campusBoxes .row:nth-child(2) {
  padding-bottom: 0px;
}
.campusBoxes .row:nth-child(2) .ksHeadingWrapper .ksHeading {
  color: var(--brilliant-blue);
}
.campusBoxes .programBoxText {
  padding-top: 30px;
}
@media only screen and (min-width: 1400px) {
  .campusBoxes .programBoxText {
    padding-top: 0;
  }
}
.campusBoxes .programBoxText h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}

.dropdown-container {
  padding: 30px 0;
}

.dropdown-wrapper {
  position: relative;
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .dropdown-wrapper {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown-wrapper {
    width: 175px;
  }
}
@media only screen and (min-width: 1200px) {
  .dropdown-wrapper {
    width: 210px;
  }
}
@media only screen and (min-width: 1400px) {
  .dropdown-wrapper {
    width: 250px;
  }
}
@media only screen and (min-width: 1920px) {
  .dropdown-wrapper {
    width: 290px;
    margin-left: 40px;
  }
}
.dropdown-wrapper .dropdown {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 18px 0 18px 20px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  outline: none;
}
.dropdown-wrapper::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 4.5L8 11l6.5-6.5' stroke='%23000000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.dropdown-wrapper:nth-child(1) {
  margin-left: 0;
}

.campusesScroll {
  padding-right: 10px;
  height: 350px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
}
@media only screen and (min-width: 1600px) {
  .campusesScroll {
    height: 560px;
  }
}
.campusesScroll::-webkit-scrollbar {
  width: 5px;
  height: 20px;
}
.campusesScroll::-webkit-scrollbar-track {
  background: var(--white);
}
.campusesScroll::-webkit-scrollbar-thumb {
  background: var(--brilliant-blue);
}
.campusesScroll h3 {
  font-size: 22px;
  font-size: 600;
  line-height: 27px;
}
.campusesScroll p {
  margin-top: 0;
  margin-bottom: 0px !important;
}
.campusesScroll h4 {
  margin: 0;
}
.campusesScroll .joharTownBox {
  background-color: var(--sky-blue);
  border-radius: 15px;
  padding: 25px 25px 25px 36px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .environmentGrid {
    padding: 80px 0px 0px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .environmentGrid {
    padding: 100px 0px 0px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .environmentGrid {
    padding: 160px 0px 0px 0px;
  }
}
.environmentGrid img {
  border-radius: 21px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .environmentGrid img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.environmentGrid li {
  list-style: initial;
  margin-left: 20px;
}
.environmentGrid h3 {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .environmentGrid h3 {
    font-size: 22px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .environmentGrid h3 {
    font-size: 26px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .environmentGrid h3 {
    padding-bottom: 26px;
  }
}
.environmentGrid .environmentWrapper {
  max-width: 1432px;
  margin: 0 auto;
  display: grid;
}
@media only screen and (min-width: 992px) {
  .environmentGrid .environmentWrapper {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 1920px) {
  .environmentGrid .environmentWrapper {
    grid-template-columns: 48% 50%;
  }
}
.environmentGrid .environmentWrapper .environmentBox {
  border-radius: 21px;
  padding: 25px;
}
@media only screen and (min-width: 1400px) {
  .environmentGrid .environmentWrapper .environmentBox {
    padding: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .environmentGrid .environmentWrapper .environmentBox {
    padding: 65px;
  }
}
@media only screen and (min-width: 992px) {
  .environmentGrid .environmentWrapper .leftSide {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .environmentGrid .environmentWrapper .leftSide {
    padding-right: 0;
  }
}
.environmentGrid .environmentWrapper .leftSide .emotionalEnvironment {
  background-color: var(--darkblue);
  color: var(--white);
  margin: 20px 0px;
}
@media only screen and (min-width: 992px) {
  .environmentGrid .environmentWrapper .leftSide .emotionalEnvironment {
    margin: unset;
  }
}
@media only screen and (min-width: 1920px) {
  .environmentGrid .environmentWrapper .leftSide .emotionalEnvironment {
    width: 665px;
  }
}
.environmentGrid .environmentWrapper .leftSide .physicalEnvironment {
  display: grid;
}
@media only screen and (min-width: 992px) {
  .environmentGrid .environmentWrapper .leftSide .physicalEnvironment {
    grid-template-columns: 25% 75%;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1920px) {
  .environmentGrid .environmentWrapper .leftSide .physicalEnvironment {
    grid-template-columns: 148px 500px;
  }
}
.environmentGrid .environmentWrapper .leftSide .physicalEnvironment .physicalEnvironmentBox {
  background-color: var(--yellow);
  color: var(--white);
  margin: 20px 0px;
}
@media only screen and (min-width: 992px) {
  .environmentGrid .environmentWrapper .leftSide .physicalEnvironment .physicalEnvironmentBox {
    margin: 0px 0px 0px 12px;
  }
}
@media only screen and (min-width: 1920px) {
  .environmentGrid .environmentWrapper .leftSide .physicalEnvironment .physicalEnvironmentBox {
    margin-left: 15px;
    width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .environmentGrid .environmentWrapper .rightSide .environmentHeader {
    padding-bottom: 15px;
  }
}
.environmentGrid .environmentWrapper .rightSide .leadershipEnvironment {
  display: grid;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .environmentGrid .environmentWrapper .rightSide .leadershipEnvironment {
    grid-template-columns: 68% 32%;
  }
}
@media only screen and (min-width: 1200px) {
  .environmentGrid .environmentWrapper .rightSide .leadershipEnvironment {
    grid-template-columns: 66% 32%;
  }
}
@media only screen and (min-width: 1920px) {
  .environmentGrid .environmentWrapper .rightSide .leadershipEnvironment {
    grid-template-columns: 491px 220px;
    grid-template-rows: 400px;
  }
}
.environmentGrid .environmentWrapper .rightSide .leadershipEnvironment .leadershipEnvironmentBox {
  background-color: var(--orange);
  color: var(--white);
}
@media only screen and (min-width: 1920px) {
  .environmentGrid .environmentWrapper .rightSide .leadershipEnvironment .leadershipEnvironmentBox {
    width: 491px;
  }
}
.environmentGrid .environmentWrapper .rightSide .leadershipEnvironment img {
  margin-left: 10px;
}
@media only screen and (min-width: 1920px) {
  .environmentGrid .environmentWrapper .rightSide .leadershipEnvironment img {
    margin-left: 15px;
  }
}
.environmentGrid .environmentWrapper .rightSide .learningEnvironment {
  background-color: var(--green);
  color: var(--white);
  margin: 20px 0px;
}
@media only screen and (min-width: 992px) {
  .environmentGrid .environmentWrapper .rightSide .learningEnvironment {
    margin: unset;
  }
}
@media only screen and (min-width: 1920px) {
  .environmentGrid .environmentWrapper .rightSide .learningEnvironment {
    width: 740px;
  }
}

.holisticHome {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .holisticHome {
    padding: 50px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .holisticHome {
    padding: 60px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .holisticHome {
    padding: 70px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .holisticHome {
    padding: 80px 0px;
  }
}
.holisticHome ul li {
  list-style: initial;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .holisticHome .row {
    flex-direction: row;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .holisticHome .row {
    align-items: center;
  }
}
@media only screen and (min-width: 1920px) {
  .holisticHome .row {
    padding-bottom: 0 !important;
  }
}
.holisticHome .row .ksHeadingWrapper .ksHeading {
  left: 20px !important;
  color: var(--orange);
  font-size: 30px;
  top: -28px;
}
@media only screen and (min-width: 576px) {
  .holisticHome .row .ksHeadingWrapper .ksHeading {
    font-size: 53px;
    top: -47px;
  }
}
@media only screen and (min-width: 768px) {
  .holisticHome .row .ksHeadingWrapper .ksHeading {
    top: -46px;
  }
}
@media only screen and (min-width: 992px) {
  .holisticHome .row .ksHeadingWrapper .ksHeading {
    font-size: 65px !important;
    top: -53px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .holisticHome .row .ksHeadingWrapper .ksHeading {
    font-size: 76px !important;
    top: -57px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .holisticHome .row .ksHeadingWrapper .ksHeading {
    font-size: 114px !important;
    top: -71px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .holisticHome .row .ksHeadingWrapper .ksHeading {
    font-size: 104px !important;
    top: -59px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .holisticHome .row .ksHeadingWrapper .ksHeading {
    font-size: 153px !important;
    top: -85px !important;
  }
}
.holisticHome .programBoxText {
  padding-top: 20px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .holisticHome .programBoxText {
    padding-top: 0;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .holisticHome .programBoxText {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .successStoriesText {
    max-width: 365px;
  }
}

.homeKipsPoster {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .homeKipsPoster {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .homeKipsPoster {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 1920px) {
  .homeKipsPoster {
    margin-top: 173px;
  }
}

.tFourGoodReasonsNew {
  padding: 50px 0px;
}
@media only screen and (min-width: 992px) {
  .tFourGoodReasonsNew {
    padding: 70px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .tFourGoodReasonsNew {
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .tFourGoodReasonsNew {
    padding: 120px 0px;
  }
}
.tFourGoodReasonsNew h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .tFourGoodReasonsNew h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;
  }
}
.tFourGoodReasonsNew .goodReasonsBoxes {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) {
  .tFourGoodReasonsNew .goodReasonsBoxes {
    padding-top: 70px;
  }
}
.tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  width: 100%;
  background-color: rgba(61, 168, 255, 0.1);
}
@media only screen and (min-width: 768px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox {
    width: 47%;
  }
}
@media only screen and (min-width: 1200px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox {
    width: 30%;
  }
}
@media only screen and (min-width: 1920px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox {
    width: 496px;
  }
}
.tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .indexNumber {
  border-radius: 12px;
  padding: 100px 20px;
  color: var(--white);
  background-color: var(--brilliant-blue);
}
.tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .indexNumber h4 {
  font-weight: 600;
  font-size: 35px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .indexNumber h4 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1400px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .indexNumber h4 {
    font-size: 40px;
    line-height: 24px;
  }
}
.tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .goodReasonText {
  padding: 0 12px;
}
@media only screen and (min-width: 576px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .goodReasonText {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .goodReasonText {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1920px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .goodReasonText {
    padding: 0 50px 0 30px;
  }
}
.tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .goodReasonText h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
@media only screen and (min-width: 1400px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .goodReasonText h5 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .goodReasonText h5 {
    font-size: 22px;
    line-height: 24px;
  }
}
.tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .goodReasonText span {
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 576px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .goodReasonText span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .tFourGoodReasonsNew .goodReasonsBoxes .goodReasonsBox .goodReasonText span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .kipsZigZag {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1920px) {
  .kipsZigZag {
    padding: 80px 0;
  }
}
.kipsZigZag .zigZagWrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .kipsZigZag .zigZagWrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1440px) {
  .kipsZigZag .zigZagWrapper {
    align-items: center;
    position: relative;
    background-image: url(./assets/images/whykipsschoolframe.png);
    background-size: 100% 100%;
    background-position: 0px 7px;
    background-repeat: no-repeat;
    padding: 7px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .kipsZigZag .zigZagWrapper {
    padding: 25px 0;
    background-position: -5px -1px;
  }
}
@media only screen and (min-width: 1920px) {
  .kipsZigZag .zigZagWrapper {
    padding: 29px 0;
    background-position: -8px 0px;
  }
}
.kipsZigZag .zigZagWrapper .zigZagContentWrapper {
  padding-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper {
    width: 33%;
  }
}
@media only screen and (min-width: 992px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper {
    padding-top: 75px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(1) .zigZagBox::before {
  background-image: url(./assets/images/yellow-fadeZZ.png);
}
@media only screen and (min-width: 992px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
}
.kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(2) .zigZagBox::before {
  background-image: url(./assets/images/green-fadeZZ.png);
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(2) {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(2) {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(2) {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1920px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(2) {
    padding-left: 95px;
  }
}
.kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(3) .zigZagBox::before {
  background-image: url(./assets/images/orange-fadeZZ.png);
}
.kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(4) .zigZagBox::before {
  background-image: url(./assets/images/blue-fadeZZ.png);
  z-index: 1;
}
.kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(5) .zigZagBox::before {
  background-image: url(./assets/images/red-fadeZZ.png);
}
@media only screen and (min-width: 992px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 1420px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper {
    padding-left: 170px;
  }
}
@media only screen and (min-width: 1920px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper {
    padding-left: 186px;
  }
}
@media only screen and (min-width: 992px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(even) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .kipsZigZag .zigZagWrapper .zigZagContentWrapper:nth-child(even) .zigZagText {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.kipsZigZag .zigZagWrapper .zigZagBox {
  position: relative;
  color: var(--white);
  background-color: var(--yellow);
  border-radius: 14px;
  width: 100px;
  height: 100px;
  padding: 35px 0px 4px 18px;
}
@media only screen and (min-width: 1400px) {
  .kipsZigZag .zigZagWrapper .zigZagBox {
    width: 120px;
    height: 120px;
    padding: 35px 0px 4px 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .kipsZigZag .zigZagWrapper .zigZagBox {
    width: 143px;
    height: 143px;
    padding: 60px 63px 18px 29px;
  }
}
.kipsZigZag .zigZagWrapper .zigZagBox h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
@media only screen and (min-width: 1920px) {
  .kipsZigZag .zigZagWrapper .zigZagBox h3 {
    font-size: 50px;
    line-height: 61px;
  }
}
.kipsZigZag .zigZagWrapper .zigZagBox::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-image: url(./assets/images/frameboxone.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  right: -12px;
  bottom: -14px;
}
@media only screen and (min-width: 1400px) {
  .kipsZigZag .zigZagWrapper .zigZagBox::before {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 1920px) {
  .kipsZigZag .zigZagWrapper .zigZagBox::before {
    width: 142px;
    height: 142px;
    right: -19px;
    bottom: -22px;
  }
}
.kipsZigZag .zigZagWrapper .zigZagText {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .kipsZigZag .zigZagWrapper .zigZagText {
    padding-top: 74px;
  }
}
.kipsZigZag .zigZagWrapper .zigZagText h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 1920px) {
  .kipsZigZag .zigZagWrapper .zigZagText h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.kipsZigZag .zigZagWrapper .zigZagText h4 span {
  display: block;
}
.kipsZigZag .zigZagWrapper .zigZagText small {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 1920px) {
  .kipsZigZag .zigZagWrapper .zigZagText small {
    font-size: 22px;
    line-height: 27px;
  }
}
.kipsZigZag .zigZagWrapper .zigZagText small span {
  display: block;
}

.lim {
  padding-top: 50px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .lim {
    padding: 80px 0px 10px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .lim {
    padding: 90px 0px 10px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .lim {
    padding: 120px 0px 20px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .lim {
    padding: 220px 0px 20px 0px;
  }
}
.lim ul li {
  list-style: initial;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .lim .row {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1400px) {
  .lim .row {
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .lim .row .ksHeadingWrapper .ksHeading {
    top: -32px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .lim .row .ksHeadingWrapper .ksHeading {
    top: 16px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .lim .row .ksHeadingWrapper .ksHeading {
    top: -87px !important;
  }
}
.lim .row .ksHeadingWrapper .ksHeading span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
.lim .programBoxText {
  padding-top: 30px;
}

.success-partners {
  padding-top: 50px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .success-partners {
    padding: 70px 0px 10px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .success-partners {
    padding: 90px 0px 10px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .success-partners {
    padding: 120px 0px 20px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .success-partners {
    padding: 220px 0px 20px 0px;
  }
}
.success-partners ul li {
  list-style: initial;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .success-partners .row {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1400px) {
  .success-partners .row {
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .success-partners .row .ksHeadingWrapper .ksHeading {
    top: -47px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .success-partners .row .ksHeadingWrapper .ksHeading {
    top: 8px !important;
    font-size: 98px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .success-partners .row .ksHeadingWrapper .ksHeading {
    font-size: 153px !important;
    top: -87px !important;
  }
}
.success-partners .row .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
.success-partners .programBoxText {
  padding-top: 30px;
}

.valuesadded .row {
  justify-content: space-between;
  padding: 30px 0px;
}
@media only screen and (min-width: 576px) {
  .valuesadded .row {
    padding: 40px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .valuesadded .row {
    padding: 50px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .valuesadded .row {
    align-items: flex-start;
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .valuesadded .row {
    align-items: center;
    padding: 100px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .valuesadded .row {
    padding: 120px 0px;
  }
}
.valuesadded .row .ksHeadingWrapper .ksHeading {
  color: var(--red);
  font-size: 42px;
  top: -31px;
  left: 20px;
}
@media only screen and (min-width: 576px) {
  .valuesadded .row .ksHeadingWrapper .ksHeading {
    font-size: 53px;
    top: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .valuesadded .row .ksHeadingWrapper .ksHeading {
    font-size: 60px;
    top: -42px;
  }
}
@media only screen and (min-width: 1200px) {
  .valuesadded .row .ksHeadingWrapper .ksHeading {
    left: 16px;
    top: -52px;
  }
}
@media only screen and (min-width: 1400px) {
  .valuesadded .row .ksHeadingWrapper .ksHeading {
    font-size: 100px;
    top: -66px;
  }
}
@media only screen and (min-width: 1920px) {
  .valuesadded .row .ksHeadingWrapper .ksHeading {
    top: -87px;
  }
}
.valuesadded .row .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
@media only screen and (min-width: 992px) {
  .valuesadded .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .valuesadded .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 498px;
  }
}
@media only screen and (min-width: 1200px) {
  .valuesadded .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 592px;
  }
}
@media only screen and (min-width: 1400px) {
  .valuesadded .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 677px;
  }
}
@media only screen and (min-width: 1920px) {
  .valuesadded .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 833px;
  }
}
.valuesadded .row:nth-child(1) {
  padding-top: 60px;
}
@media only screen and (min-width: 576px) {
  .valuesadded .row:nth-child(1) {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .valuesadded .row:nth-child(1) {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .valuesadded .row:nth-child(1) {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .valuesadded .row:nth-child(1) {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1920px) {
  .valuesadded .row:nth-child(1) {
    padding-top: 250px;
  }
}
.valuesadded .row:nth-child(15) {
  padding-bottom: 0px;
}

.yellow-ks-heading {
  color: var(--yellow) !important;
}

.green-ks-heading {
  color: var(--green) !important;
}

.darkorange-ks-heading {
  color: var(--darkorange) !important;
}

.brilliantblue-ks-heading {
  color: var(--brilliant-blue) !important;
}

.pink-ks-heading {
  color: var(--pink) !important;
}

.darkblue-ks-heading {
  color: var(--darkblue) !important;
}

.brown-ks-heading {
  color: var(--brown) !important;
}

.darkpurple-ks-heading {
  color: var(--darkpurple) !important;
}

.mud-ks-heading {
  color: var(--mud-color) !important;
}

.careersboxes .row {
  justify-content: space-between;
  padding-top: 50px;
}
@media only screen and (min-width: 576px) {
  .careersboxes .row {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .careersboxes .row {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .careersboxes .row {
    align-items: flex-start;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  .careersboxes .row {
    align-items: center;
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1920px) {
  .careersboxes .row {
    padding-top: 250px;
  }
}
.careersboxes .row .ksHeadingWrapper .ksHeading {
  color: var(--red);
  font-size: 42px;
  top: -31px;
  left: 20px;
}
@media only screen and (min-width: 576px) {
  .careersboxes .row .ksHeadingWrapper .ksHeading {
    font-size: 53px;
    top: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .careersboxes .row .ksHeadingWrapper .ksHeading {
    font-size: 60px;
    top: -42px;
  }
}
@media only screen and (min-width: 1200px) {
  .careersboxes .row .ksHeadingWrapper .ksHeading {
    left: 16px;
    top: -52px;
  }
}
@media only screen and (min-width: 1400px) {
  .careersboxes .row .ksHeadingWrapper .ksHeading {
    font-size: 100px;
    top: -66px;
  }
}
@media only screen and (min-width: 1920px) {
  .careersboxes .row .ksHeadingWrapper .ksHeading {
    top: -87px;
  }
}
.careersboxes .row .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
.careersboxes .row:nth-child(odd) .programBoxText {
  padding-left: 20px;
}
@media only screen and (min-width: 1920px) {
  .careersboxes .row:nth-child(odd) .programBoxText {
    padding-left: 14px;
  }
}
.careersboxes .row:nth-child(odd) .programBoxImg {
  padding-right: 20px;
}
@media only screen and (min-width: 1920px) {
  .careersboxes .row:nth-child(odd) .programBoxImg {
    padding-right: 86px;
  }
}
@media only screen and (min-width: 992px) {
  .careersboxes .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .careersboxes .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .careersboxes .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 508px;
  }
}
@media only screen and (min-width: 1400px) {
  .careersboxes .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 587px;
  }
}
@media only screen and (min-width: 1920px) {
  .careersboxes .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 750px;
  }
}
.careersboxes .row:nth-child(even) .programBoxText {
  padding-right: 20px;
}
@media only screen and (min-width: 1920px) {
  .careersboxes .row:nth-child(even) .programBoxText {
    padding-right: 30px;
  }
}
.careersboxes .row:nth-child(even) .programBoxImg {
  padding-left: 20px;
}
@media only screen and (min-width: 1920px) {
  .careersboxes .row:nth-child(even) .programBoxImg {
    padding-left: 70px;
  }
}
.careersboxes .programBoxText {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .careersboxes .programBoxText {
    padding-top: 0px;
  }
}
.careersboxes .programBoxImg img {
  display: block;
  width: 100%;
}

.career-banner {
  margin-top: 40px;
  overflow: hidden;
  background-color: var(--darkorange);
  color: var(--white);
}
@media screen and (min-width: 992px) {
  .career-banner {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .career-banner {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .career-banner {
    margin-top: 160px;
  }
}
.career-banner .row {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.career-banner .row .ksHeadingWrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .career-banner .row .ksHeadingWrapper {
    display: block;
  }
}
.career-banner .row .ksHeadingWrapper .ksHeading {
  z-index: 1;
  white-space: nowrap;
}
.career-banner .row .ksHeadingWrapper .ksHeading span {
  -webkit-text-stroke: 1px white;
  color: transparent;
}
@media screen and (min-width: 992px) {
  .career-banner .row .ksHeadingWrapper .ksHeading {
    top: -52px;
    left: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .career-banner .row .ksHeadingWrapper .ksHeading {
    top: -63px;
    left: 475px;
  }
}
@media screen and (min-width: 1400px) {
  .career-banner .row .ksHeadingWrapper .ksHeading {
    top: -70px;
    left: 490px;
  }
}
@media screen and (min-width: 1600px) {
  .career-banner .row .ksHeadingWrapper .ksHeading {
    top: -72px;
    left: 685px;
  }
}
@media screen and (min-width: 1920px) {
  .career-banner .row .ksHeadingWrapper .ksHeading {
    top: -93px;
    left: 670px;
  }
}
.career-banner .mainBannerText .textCont {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .career-banner .mainBannerText .textCont {
    max-width: 435px;
  }
}
.career-banner .exploreMore {
  color: var(--white);
}
.career-banner .mainBannerImg img {
  display: block;
  width: 100%;
}

.drop-your-resume {
  padding: 24px 0;
}
.drop-your-resume .management {
  border-bottom: 1px solid #d0d0d0;
  padding: 30px 0px;
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .management {
    margin: 0 auto;
    padding: 50px 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .drop-your-resume .management {
    padding: 60px 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .drop-your-resume .management {
    padding: 80px 80px;
  }
}
.drop-your-resume .management .forms-div {
  padding-top: 15px;
}
.drop-your-resume .management .forms-div .dropdowns {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.drop-your-resume .management .forms-div .dropdowns .dropdown {
  flex: 1;
}
.drop-your-resume .management .forms-div .dropdowns .dropdown label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 10px;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .management .forms-div .dropdowns .dropdown label {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .management .forms-div .dropdowns .dropdown label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .drop-your-resume .management .forms-div .dropdowns .dropdown label {
    font-size: 18px;
    line-height: 22px;
  }
}
.drop-your-resume .management .forms-div .dropdowns .dropdown select {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--black);
  border-radius: 15px;
  font-size: 14px;
  color: #555;
  background: #f8f9fa;
}
.drop-your-resume .management .forms-div .dropdowns .dropdown select:focus {
  border-color: #999;
  outline: none;
}
.drop-your-resume .management .forms-div .dropdowns .dropdown input[type=text],
.drop-your-resume .management .forms-div .dropdowns .dropdown input[type=date],
.drop-your-resume .management .forms-div .dropdowns .dropdown input[type=email],
.drop-your-resume .management .forms-div .dropdowns .dropdown input[type=number] {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--black);
  border-radius: 15px;
  font-size: 14px;
  color: #555;
  background: #f8f9fa;
}
.drop-your-resume .management .forms-div .dropdowns .dropdown input[type=text]:focus,
.drop-your-resume .management .forms-div .dropdowns .dropdown input[type=date]:focus,
.drop-your-resume .management .forms-div .dropdowns .dropdown input[type=email]:focus,
.drop-your-resume .management .forms-div .dropdowns .dropdown input[type=number]:focus {
  border-color: #999;
  outline: none;
}
.drop-your-resume .management .forms-div .job-area span {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .management .forms-div .job-area span {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .management .forms-div .job-area span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .drop-your-resume .management .forms-div .job-area span {
    font-size: 18px;
    line-height: 22px;
  }
}
.drop-your-resume .management .forms-div .job-area .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.drop-your-resume .management .forms-div .job-area .options div {
  margin-bottom: 20px;
}
.drop-your-resume .management .forms-div .job-area .options div label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}
.drop-your-resume .management .forms-div .job-area .options div label input {
  margin-right: 6px;
}
.drop-your-resume .management .forms-div .job-area .options div label:hover {
  color: #333;
  cursor: pointer;
}
.drop-your-resume .management .forms-div .job-level label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 12px;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .management .forms-div .job-level label {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .management .forms-div .job-level label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .drop-your-resume .management .forms-div .job-level label {
    font-size: 18px;
    line-height: 22px;
  }
}
.drop-your-resume .management .forms-div .job-level select,
.drop-your-resume .management .forms-div .job-level input[type=text],
.drop-your-resume .management .forms-div .job-level input[type=date],
.drop-your-resume .management .forms-div .job-level input[type=email],
.drop-your-resume .management .forms-div .job-level input[type=number] {
  width: 50%;
  padding: 8px;
  border: 1px solid var(--black);
  border-radius: 15px;
  font-size: 14px;
  color: #555;
  background: #f8f9fa;
}
.drop-your-resume .management .forms-div .job-level select:focus,
.drop-your-resume .management .forms-div .job-level input[type=text]:focus,
.drop-your-resume .management .forms-div .job-level input[type=date]:focus,
.drop-your-resume .management .forms-div .job-level input[type=email]:focus,
.drop-your-resume .management .forms-div .job-level input[type=number]:focus {
  border-color: #999;
  outline: none;
}
.drop-your-resume .faculty {
  border-bottom: 1px solid #d0d0d0;
  padding: 30px 0px;
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .faculty {
    margin: 0 auto;
    padding: 50px 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .drop-your-resume .faculty {
    padding: 60px 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .drop-your-resume .faculty {
    padding: 80px 80px;
  }
}
.drop-your-resume .faculty .forms-div {
  padding-top: 15px;
}
.drop-your-resume .faculty .forms-div .dropdowns {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.drop-your-resume .faculty .forms-div .dropdowns .dropdown {
  flex: 1;
}
.drop-your-resume .faculty .forms-div .dropdowns .dropdown label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 10px;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .faculty .forms-div .dropdowns .dropdown label {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .faculty .forms-div .dropdowns .dropdown label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .drop-your-resume .faculty .forms-div .dropdowns .dropdown label {
    font-size: 18px;
    line-height: 22px;
  }
}
.drop-your-resume .faculty .forms-div .dropdowns .dropdown select {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--black);
  border-radius: 15px;
  font-size: 14px;
  color: #555;
  background: #f8f9fa;
}
.drop-your-resume .faculty .forms-div .dropdowns .dropdown select:focus {
  border-color: #999;
  outline: none;
}
.drop-your-resume .faculty .forms-div .dropdowns .dropdown input[type=text],
.drop-your-resume .faculty .forms-div .dropdowns .dropdown input[type=date],
.drop-your-resume .faculty .forms-div .dropdowns .dropdown input[type=email],
.drop-your-resume .faculty .forms-div .dropdowns .dropdown input[type=number] {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--black);
  border-radius: 15px;
  font-size: 14px;
  color: #555;
  background: #f8f9fa;
}
.drop-your-resume .faculty .forms-div .dropdowns .dropdown input[type=text]:focus,
.drop-your-resume .faculty .forms-div .dropdowns .dropdown input[type=date]:focus,
.drop-your-resume .faculty .forms-div .dropdowns .dropdown input[type=email]:focus,
.drop-your-resume .faculty .forms-div .dropdowns .dropdown input[type=number]:focus {
  border-color: #999;
  outline: none;
}
.drop-your-resume .faculty .forms-div .job-area span {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .faculty .forms-div .job-area span {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .faculty .forms-div .job-area span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .drop-your-resume .faculty .forms-div .job-area span {
    font-size: 18px;
    line-height: 22px;
  }
}
.drop-your-resume .faculty .forms-div .job-area .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.drop-your-resume .faculty .forms-div .job-area .options div {
  margin-bottom: 20px;
}
.drop-your-resume .faculty .forms-div .job-area .options div label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}
.drop-your-resume .faculty .forms-div .job-area .options div label input {
  margin-right: 6px;
}
.drop-your-resume .faculty .forms-div .job-area .options div label:hover {
  color: #333;
  cursor: pointer;
}
.drop-your-resume .faculty .forms-div .job-level label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 12px;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .faculty .forms-div .job-level label {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .faculty .forms-div .job-level label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .drop-your-resume .faculty .forms-div .job-level label {
    font-size: 18px;
    line-height: 22px;
  }
}
.drop-your-resume .faculty .forms-div .job-level select,
.drop-your-resume .faculty .forms-div .job-level input[type=text],
.drop-your-resume .faculty .forms-div .job-level input[type=date],
.drop-your-resume .faculty .forms-div .job-level input[type=email],
.drop-your-resume .faculty .forms-div .job-level input[type=number] {
  width: 50%;
  padding: 8px;
  border: 1px solid var(--black);
  border-radius: 15px;
  font-size: 14px;
  color: #555;
  background: #f8f9fa;
}
.drop-your-resume .faculty .forms-div .job-level select:focus,
.drop-your-resume .faculty .forms-div .job-level input[type=text]:focus,
.drop-your-resume .faculty .forms-div .job-level input[type=date]:focus,
.drop-your-resume .faculty .forms-div .job-level input[type=email]:focus,
.drop-your-resume .faculty .forms-div .job-level input[type=number]:focus {
  border-color: #999;
  outline: none;
}
.drop-your-resume .profile-info {
  margin: 0 auto;
  border-bottom: 1px solid #d0d0d0;
  padding: 30px 0px;
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .profile-info {
    padding: 50px 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .drop-your-resume .profile-info {
    padding: 60px 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .drop-your-resume .profile-info {
    padding: 80px 80px;
  }
}
.drop-your-resume .profile-info .forms-div {
  padding-top: 15px;
}
.drop-your-resume .profile-info .forms-div .dropdowns {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.drop-your-resume .profile-info .forms-div .dropdowns .dropdown {
  flex: 1;
}
.drop-your-resume .profile-info .forms-div .dropdowns .dropdown label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .profile-info .forms-div .dropdowns .dropdown label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .profile-info .forms-div .dropdowns .dropdown label {
    font-size: 16px;
  }
}
.drop-your-resume .profile-info .forms-div .dropdowns .dropdown input[type=text],
.drop-your-resume .profile-info .forms-div .dropdowns .dropdown input[type=date],
.drop-your-resume .profile-info .forms-div .dropdowns .dropdown select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #555;
  border: 1px solid var(--black);
  border-radius: 15px;
  background: #f8f9fa;
  max-height: 40px;
}
.drop-your-resume .profile-info .forms-div .dropdowns .dropdown input[type=text]:focus,
.drop-your-resume .profile-info .forms-div .dropdowns .dropdown input[type=date]:focus,
.drop-your-resume .profile-info .forms-div .dropdowns .dropdown select:focus {
  border-color: #999;
  outline: none;
}
.drop-your-resume .profile-info .forms-div .radio-group {
  margin-bottom: 24px;
}
.drop-your-resume .profile-info .forms-div .radio-group span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .profile-info .forms-div .radio-group span {
    font-size: 16px;
  }
}
.drop-your-resume .profile-info .forms-div .radio-group .d-flex {
  display: flex;
  gap: 20px;
}
.drop-your-resume .profile-info .forms-div .radio-group .d-flex label {
  font-size: 14px;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.drop-your-resume .profile-info .forms-div .radio-group .d-flex label input[type=radio] {
  margin-right: 8px;
}
.drop-your-resume .profile-info .forms-div .radio-group .d-flex label:hover {
  color: #333;
}
.drop-your-resume .profile-info .forms-div .textarea-group {
  margin-bottom: 24px;
}
.drop-your-resume .profile-info .forms-div .textarea-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .profile-info .forms-div .textarea-group label {
    font-size: 16px;
  }
}
.drop-your-resume .profile-info .forms-div .textarea-group textarea {
  width: 100%;
  height: 120px;
  padding: 12px;
  border: 1px solid var(--black);
  border-radius: 15px;
  font-size: 14px;
  color: #555;
  background: #f8f9fa;
  resize: none;
}
.drop-your-resume .profile-info .forms-div .textarea-group textarea:focus {
  border-color: #999;
  outline: none;
}
.drop-your-resume .profile-info .forms-div .file-upload {
  margin-top: 16px;
}
.drop-your-resume .profile-info .forms-div .file-upload label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .profile-info .forms-div .file-upload label {
    font-size: 16px;
  }
}
.drop-your-resume .profile-info .forms-div .file-upload input[type=file] {
  display: block;
  width: 70%;
  font-size: 14px;
  color: #555;
  background: #f8f9fa;
  border: 1px solid var(--black);
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .profile-info .forms-div .file-upload input[type=file] {
    width: 40%;
  }
}
@media only screen and (min-width: 767px) {
  .drop-your-resume .profile-info .forms-div .file-upload input[type=file] {
    width: 30%;
  }
}
.drop-your-resume .profile-info .forms-div .file-upload input[type=file]:focus {
  outline: none;
  border-color: #999;
}
.drop-your-resume .general-instructions {
  margin: 0 auto;
  padding: 30px 30px 0px 30px;
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .general-instructions {
    padding: 50px 50px 0px 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .drop-your-resume .general-instructions {
    padding: 60px 60px 0px 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .drop-your-resume .general-instructions {
    padding: 80px 80px 0px 80px;
  }
}
.drop-your-resume .general-instructions .forms-div {
  padding-top: 15px;
}
.drop-your-resume .general-instructions .forms-div .dropdowns {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.drop-your-resume .general-instructions .forms-div .dropdowns .dropdown {
  flex: 1;
}
.drop-your-resume .general-instructions .forms-div .dropdowns .dropdown label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .general-instructions .forms-div .dropdowns .dropdown label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .drop-your-resume .general-instructions .forms-div .dropdowns .dropdown label {
    font-size: 16px;
  }
}
.drop-your-resume .general-instructions .forms-div .dropdowns .dropdown input[type=text],
.drop-your-resume .general-instructions .forms-div .dropdowns .dropdown input[type=date],
.drop-your-resume .general-instructions .forms-div .dropdowns .dropdown select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #555;
  border: 1px solid var(--black);
  border-radius: 15px;
  background: #f8f9fa;
  max-height: 40px;
}
.drop-your-resume .general-instructions .forms-div .dropdowns .dropdown input[type=text]:focus,
.drop-your-resume .general-instructions .forms-div .dropdowns .dropdown input[type=date]:focus,
.drop-your-resume .general-instructions .forms-div .dropdowns .dropdown select:focus {
  border-color: #999;
  outline: none;
}
.drop-your-resume .general-instructions .forms-div .radio-group {
  margin-bottom: 24px;
}
.drop-your-resume .general-instructions .forms-div .radio-group span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .general-instructions .forms-div .radio-group span {
    font-size: 16px;
  }
}
.drop-your-resume .general-instructions .forms-div .radio-group .d-flex {
  display: flex;
  gap: 20px;
}
.drop-your-resume .general-instructions .forms-div .radio-group .d-flex label {
  font-size: 14px;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.drop-your-resume .general-instructions .forms-div .radio-group .d-flex label input[type=radio] {
  margin-right: 8px;
}
.drop-your-resume .general-instructions .forms-div .radio-group .d-flex label:hover {
  color: #333;
}
.drop-your-resume .general-instructions .forms-div .textarea-group {
  margin-bottom: 24px;
}
.drop-your-resume .general-instructions .forms-div .textarea-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .general-instructions .forms-div .textarea-group label {
    font-size: 16px;
  }
}
.drop-your-resume .general-instructions .forms-div .textarea-group textarea {
  width: 100%;
  height: 120px;
  padding: 12px;
  border: 1px solid var(--black);
  border-radius: 15px;
  font-size: 14px;
  color: #555;
  background: #f8f9fa;
  resize: none;
}
.drop-your-resume .general-instructions .forms-div .textarea-group textarea:focus {
  border-color: #999;
  outline: none;
}
.drop-your-resume .general-instructions .forms-div .file-upload {
  margin-top: 16px;
}
.drop-your-resume .general-instructions .forms-div .file-upload label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .drop-your-resume .general-instructions .forms-div .file-upload label {
    font-size: 16px;
  }
}
.drop-your-resume .general-instructions .forms-div .file-upload input[type=file] {
  display: block;
  width: 25%;
  font-size: 14px;
  color: #555;
  background: #f8f9fa;
  border: 1px solid var(--black);
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
}
.drop-your-resume .general-instructions .forms-div .file-upload input[type=file]:focus {
  outline: none;
  border-color: #999;
}

.alumini-form {
  padding: 30px 0px 50px 0px;
}
@media only screen and (min-width: 992px) {
  .alumini-form {
    padding: 60px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .alumini-form {
    padding: 80px 0px 80px 0px;
  }
}
.alumini-form .contact-info {
  margin: 0 auto;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 30px 30px 30px;
}
@media only screen and (min-width: 992px) {
  .alumini-form .contact-info {
    padding: 0 50px 50px 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .alumini-form .contact-info {
    padding: 0 150px 70px 150px;
  }
}
.alumini-form .contact-info .forms-div {
  padding-top: 15px;
}
.alumini-form .contact-info .forms-div .dropdowns {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.alumini-form .contact-info .forms-div .dropdowns .dropdown {
  flex: 1;
}
.alumini-form .contact-info .forms-div .dropdowns .dropdown label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .alumini-form .contact-info .forms-div .dropdowns .dropdown label {
    font-size: 16px;
  }
}
.alumini-form .contact-info .forms-div .dropdowns .dropdown input[type=text],
.alumini-form .contact-info .forms-div .dropdowns .dropdown input[type=date],
.alumini-form .contact-info .forms-div .dropdowns .dropdown input[type=email],
.alumini-form .contact-info .forms-div .dropdowns .dropdown input[type=tel],
.alumini-form .contact-info .forms-div .dropdowns .dropdown select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #555;
  border: 1px solid var(--black);
  border-radius: 15px;
  max-height: 40px;
}
.alumini-form .contact-info .forms-div .dropdowns .dropdown input[type=text]:focus,
.alumini-form .contact-info .forms-div .dropdowns .dropdown input[type=date]:focus,
.alumini-form .contact-info .forms-div .dropdowns .dropdown input[type=email]:focus,
.alumini-form .contact-info .forms-div .dropdowns .dropdown input[type=tel]:focus,
.alumini-form .contact-info .forms-div .dropdowns .dropdown select:focus {
  border-color: #999;
  outline: none;
}
.alumini-form .contact-info .forms-div .dropdowns .dropdown select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f8f9fa url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 12px;
}
.alumini-form .occupation {
  margin: 0 auto;
  border-bottom: 1px solid #d0d0d0;
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .alumini-form .occupation {
    padding: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .alumini-form .occupation {
    padding: 70px 150px 70px 150px;
  }
}
.alumini-form .occupation .forms-div {
  padding-top: 15px;
}
.alumini-form .occupation .forms-div .dropdowns {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.alumini-form .occupation .forms-div .dropdowns .dropdown {
  flex: 1;
}
.alumini-form .occupation .forms-div .dropdowns .dropdown label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .alumini-form .occupation .forms-div .dropdowns .dropdown label {
    font-size: 16px;
  }
}
.alumini-form .occupation .forms-div .dropdowns .dropdown input[type=text],
.alumini-form .occupation .forms-div .dropdowns .dropdown input[type=date],
.alumini-form .occupation .forms-div .dropdowns .dropdown input[type=email],
.alumini-form .occupation .forms-div .dropdowns .dropdown input[type=tel],
.alumini-form .occupation .forms-div .dropdowns .dropdown select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #555;
  border: 1px solid var(--black);
  border-radius: 15px;
  max-height: 40px;
}
.alumini-form .occupation .forms-div .dropdowns .dropdown input[type=text]:focus,
.alumini-form .occupation .forms-div .dropdowns .dropdown input[type=date]:focus,
.alumini-form .occupation .forms-div .dropdowns .dropdown input[type=email]:focus,
.alumini-form .occupation .forms-div .dropdowns .dropdown input[type=tel]:focus,
.alumini-form .occupation .forms-div .dropdowns .dropdown select:focus {
  border-color: #999;
  outline: none;
}
.alumini-form .occupation .forms-div .dropdowns .dropdown select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f8f9fa url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 12px;
}

.yellow-tabs {
  margin: 0 auto;
  text-align: center;
  overflow-x: auto;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  scrollbar-width: thin;
  /* Firefox: make it thin */
  -ms-overflow-style: none;
  /* IE and old Edge: hide default scroll arrows */
  /* For Chrome, Safari, and Opera */
}
.yellow-tabs .yellow-tabs::-webkit-scrollbar {
  height: 6px;
}
.yellow-tabs .yellow-tabs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.yellow-tabs .yellow-tabs::-webkit-scrollbar-track {
  background: transparent;
}
.yellow-tabs .yellow-tabs-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 10px 0px;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 992px) {
  .yellow-tabs .yellow-tabs-wrap {
    gap: 15px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .yellow-tabs .yellow-tabs-wrap {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .yellow-tabs .yellow-tabs-wrap {
    gap: 26px;
    padding-top: 60px;
  }
}
.yellow-tabs .yellow-tabs-wrap a {
  background-color: var(--fadedyellow);
  padding: 8px 20px;
  margin: 10px 5px;
  border-radius: 98px;
  font-size: 10px;
  font-weight: 600;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (min-width: 1200px) {
  .yellow-tabs .yellow-tabs-wrap a {
    padding: 12px 26px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .yellow-tabs .yellow-tabs-wrap a {
    padding: 14px 30px;
    font-size: 16px;
  }
}
.yellow-tabs .yellow-tabs-wrap a:hover {
  background-color: var(--yellow);
}

.aboutus-paddings {
  padding: 35px 0px;
}
@media only screen and (min-width: 992px) {
  .aboutus-paddings {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .aboutus-paddings {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1920px) {
  .aboutus-paddings {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.about-us-headings-sections .row {
  padding: 35px 0px;
}
@media only screen and (min-width: 767px) {
  .about-us-headings-sections .row {
    padding: 60px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-headings-sections .row {
    padding: 60px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .about-us-headings-sections .row {
    padding: 120px 0px 70px 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us-headings-sections .row {
    padding: 160px 0px 80px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .about-us-headings-sections .row {
    padding: 220px 0px 120px 0px;
  }
}

.profileOfKsTeacher {
  padding: 50px 0px 0px 0px;
}
@media only screen and (min-width: 1400px) {
  .profileOfKsTeacher {
    padding: 70px 0px 0px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .profileOfKsTeacher {
    padding: 80px 0px 0px 0px;
  }
}

@media only screen and (min-width: 992px) {
  .riday {
    padding: 60px 0px 40px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .riday {
    padding: 100px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .riday {
    padding: 80px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .riday {
    padding: 110px 0px 10px 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .riday h2 {
    margin-bottom: 25px;
  }
}
.riday ul {
  padding-left: 10px;
}
.riday ul li {
  list-style: initial;
  margin-left: 20px;
}
.riday .row {
  padding: 45px 0px 25px 0px;
}
@media only screen and (min-width: 576px) {
  .riday .row {
    padding: 50px 0px 50px 0px;
  }
}
@media only screen and (min-width: 767px) {
  .riday .row {
    padding: 80px 0px 50px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .riday .row {
    justify-content: space-between;
    padding: 70px 0px 70px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .riday .row {
    justify-content: space-between;
    padding: 80px 0px 80px 0px;
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .riday .row {
    padding: 100px 0px 100px 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .riday .row {
    padding: 120px 0px 100px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .riday .row {
    padding: 120px 0px 100px 0px;
  }
}
.riday .row:nth-child(6) {
  padding-bottom: 0px;
}
@media only screen and (min-width: 1400px) {
  .riday .row:nth-child(odd) .ksHeadingWrapper .ksHeading {
    top: -71px;
  }
}
@media only screen and (min-width: 1600px) {
  .riday .row:nth-child(odd) .ksHeadingWrapper .ksHeading {
    top: -63px;
  }
}
@media only screen and (min-width: 1920px) {
  .riday .row:nth-child(odd) .ksHeadingWrapper .ksHeading {
    top: -86px;
  }
}
.riday .row:nth-child(odd) .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
@media only screen and (min-width: 1400px) {
  .riday .row:nth-child(odd) .ri-text {
    padding-left: 44px;
  }
}
@media only screen and (min-width: 1920px) {
  .riday .row:nth-child(odd) .ri-text {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .riday .row:nth-child(odd) .programBoxImg {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .riday .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .riday .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 407px;
  }
}
@media only screen and (min-width: 1200px) {
  .riday .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    left: 483px;
  }
}
@media only screen and (min-width: 1400px) {
  .riday .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    top: -71px;
    left: 568px;
  }
}
@media only screen and (min-width: 1600px) {
  .riday .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    top: -68px;
  }
}
@media only screen and (min-width: 1920px) {
  .riday .row:nth-child(even) .ksHeadingWrapper .ksHeading {
    top: -91px;
    left: 745px;
    font-size: 153px !important;
  }
}
.riday .row:nth-child(even) .ksHeadingWrapper span {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: var(--white);
}
@media only screen and (min-width: 1400px) {
  .riday .row:nth-child(even) .ri-text {
    padding-right: 44px;
  }
}
@media only screen and (min-width: 1920px) {
  .riday .row:nth-child(even) .ri-text {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .riday .row:nth-child(even) .programBoxImg {
    padding-left: 50px;
  }
}
.riday .row .programBoxText {
  padding-top: 30px;
}
.riday .row .programBoxImg img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.sections-spaces-one-ks {
  padding: 20px 0px 30px 0px;
}
@media only screen and (min-width: 576px) {
  .sections-spaces-one-ks {
    padding: 30px 0px 30px 0px;
  }
}
@media only screen and (min-width: 767px) {
  .sections-spaces-one-ks {
    padding: 50px 0px 30px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .sections-spaces-one-ks {
    padding: 120px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .sections-spaces-one-ks {
    padding: 140px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .sections-spaces-one-ks {
    padding: 170px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .sections-spaces-one-ks {
    padding: 200px 0px 80px 0px;
  }
}

.sections-spaces {
  padding: 30px 0px;
}
@media only screen and (min-width: 576px) {
  .sections-spaces {
    padding: 30px 0px 30px 0px;
  }
}
@media only screen and (min-width: 767px) {
  .sections-spaces {
    padding: 40px 0px 30px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .sections-spaces {
    padding: 60px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .sections-spaces {
    padding: 60px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .sections-spaces {
    padding: 80px 0px 80px 0px;
  }
}

.sections-spaces-ks {
  padding: 50px 0px 30px 0px;
}
@media only screen and (min-width: 576px) {
  .sections-spaces-ks {
    padding: 70px 0px 30px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .sections-spaces-ks {
    padding: 100px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .sections-spaces-ks {
    padding: 120px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .sections-spaces-ks {
    padding: 140px 0px 80px 0px;
  }
}

.sections-spaces-last {
  padding: 50px 0px 10px 0px;
}
@media only screen and (min-width: 576px) {
  .sections-spaces-last {
    padding: 70px 0px 10px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .sections-spaces-last {
    padding: 100px 0px 20px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .sections-spaces-last {
    padding: 100px 0px 20px 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .sections-spaces-last {
    padding: 120px 0px 20px 0px;
  }
}

.education-bg {
  margin: 0 auto;
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .education-bg {
    padding: 50px 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .education-bg {
    padding: 60px 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .education-bg {
    padding: 80px 150px;
  }
}
.education-bg .forms-div {
  padding-top: 15px;
}
.education-bg .forms-div .dropdowns {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.education-bg .forms-div .dropdowns .dropdown {
  flex: 1;
}
.education-bg .forms-div .dropdowns .dropdown label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .education-bg .forms-div .dropdowns .dropdown label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .education-bg .forms-div .dropdowns .dropdown label {
    font-size: 16px;
  }
}
.education-bg .forms-div .dropdowns .dropdown input[type=text],
.education-bg .forms-div .dropdowns .dropdown input[type=date],
.education-bg .forms-div .dropdowns .dropdown input[type=tel],
.education-bg .forms-div .dropdowns .dropdown select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #555;
  border: 1px solid var(--black);
  border-radius: 15px;
  max-height: 40px;
}
.education-bg .forms-div .dropdowns .dropdown input[type=text]:focus,
.education-bg .forms-div .dropdowns .dropdown input[type=date]:focus,
.education-bg .forms-div .dropdowns .dropdown input[type=tel]:focus,
.education-bg .forms-div .dropdowns .dropdown select:focus {
  border-color: #999;
  outline: none;
}
.education-bg .forms-div .radio-group {
  margin-bottom: 24px;
}
.education-bg .forms-div .radio-group span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .education-bg .forms-div .radio-group span {
    font-size: 16px;
  }
}
.education-bg .forms-div .radio-group .d-flex {
  display: flex;
  gap: 20px;
}
.education-bg .forms-div .radio-group .d-flex label {
  font-size: 14px;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.education-bg .forms-div .radio-group .d-flex label input[type=radio] {
  margin-right: 8px;
}
.education-bg .forms-div .radio-group .d-flex label:hover {
  color: #333;
}
.education-bg .forms-div .textarea-group {
  margin-bottom: 24px;
}
.education-bg .forms-div .textarea-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .education-bg .forms-div .textarea-group label {
    font-size: 16px;
  }
}
.education-bg .forms-div .textarea-group textarea {
  width: 100%;
  height: 120px;
  padding: 12px;
  border: 1px solid var(--black);
  border-radius: 15px;
  font-size: 14px;
  color: #555;
  resize: none;
}
.education-bg .forms-div .textarea-group textarea:focus {
  border-color: #999;
  outline: none;
}
.education-bg .forms-div .file-upload {
  margin-top: 16px;
}
.education-bg .forms-div .file-upload label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .education-bg .forms-div .file-upload label {
    font-size: 16px;
  }
}
.education-bg .forms-div .file-upload input[type=file] {
  display: block;
  width: 70%;
  font-size: 14px;
  color: #555;
  background: #f8f9fa;
  border: 1px solid var(--black);
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 576px) {
  .education-bg .forms-div .file-upload input[type=file] {
    width: 40%;
  }
}
@media only screen and (min-width: 767px) {
  .education-bg .forms-div .file-upload input[type=file] {
    width: 30%;
  }
}
.education-bg .forms-div .file-upload input[type=file]:focus {
  outline: none;
  border-color: #999;
}

@media only screen and (min-width: 1920px) {
  .alumini-school {
    padding: 60px 0px 0px 0px;
  }
}
.alumini-school li {
  list-style: decimal;
}
.alumini-school h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}
.alumini-school h3:nth-child(1) {
  padding-bottom: 15px;
}
@media only screen and (min-width: 1600px) {
  .alumini-school h3:nth-child(1) {
    font-size: 25px;
  }
}
.alumini-school h4 {
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (min-width: 1920px) {
  .alumini-school h4 {
    font-size: 20px;
  }
}
.alumini-school .row {
  align-items: flex-start;
  padding-bottom: 40px;
}
@media only screen and (min-width: 576px) {
  .alumini-school .row {
    padding: 60px 0px 40px 0px;
  }
}
@media only screen and (min-width: 767px) {
  .alumini-school .row {
    padding: 70px 0px 50px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .alumini-school .row {
    padding: 120px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .alumini-school .row {
    padding: 150px 0px 60px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .alumini-school .row {
    align-items: center;
  }
}
@media only screen and (min-width: 1920px) {
  .alumini-school .row {
    padding: 150px 0px 80px 0px;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .alumini-school .row .ksHeadingWrapper .ksHeading {
    top: -50px;
  }
}
@media only screen and (min-width: 1200px) {
  .alumini-school .row .ksHeadingWrapper .ksHeading {
    top: -61px;
  }
}
@media only screen and (min-width: 1400px) {
  .alumini-school .row .ksHeadingWrapper .ksHeading {
    top: -61px;
  }
}
@media only screen and (min-width: 1920px) {
  .alumini-school .row .ksHeadingWrapper .ksHeading {
    top: -83px;
  }
}
.alumini-school .row .programBoxText {
  padding-top: 25px;
}
@media only screen and (min-width: 992px) {
  .alumini-school .row .programBoxText {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .alumini-school .row .programBoxText {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .alumini-school .row .programBoxText {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .alumini-school .row .programBoxImg {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .alumini-school .row .programBoxImg {
    padding-right: 70px;
  }
}
.alumini-school .row .preSchoolSliderImg img {
  display: block;
  width: 100%;
}

.formsFields .form-control {
  border-radius: 15px !important;
  border: 1px solid black !important;
  color: black !important;
  padding: 10px 12px !important;
}
@media screen and (min-width: 768px) {
  .formsFields .form-control {
    padding: 12px 14px !important;
  }
}
@media screen and (min-width: 1600px) {
  .formsFields .form-control {
    padding: 18px 20px !important;
  }
}
.formsFields .form-control::-moz-placeholder {
  color: black !important;
}
.formsFields .form-control::placeholder {
  color: black !important;
}

.contactUsForm .formsFields .custum-radio {
  margin: 10px 0px 40px 0px;
  display: block;
}
.contactUsForm .formsFields .custum-radio label input[type=radio] {
  display: none;
}
.contactUsForm .formsFields .custum-radio label input[type=radio] + span {
  background-color: var(--fadedyellow);
  color: #90a3b2;
  padding: 11px 28px;
  font-weight: 600;
  border-radius: 88px;
  cursor: pointer;
}
@media only screen and (min-width: 1400px) {
  .contactUsForm .formsFields .custum-radio label input[type=radio] + span {
    padding: 14px 36px;
    border-radius: 98px;
  }
}
.contactUsForm .formsFields .custum-radio label input[type=radio] + span:hover {
  background-color: var(--yellow);
  /* Change to yellow on hover */
  color: white;
}
.contactUsForm .formsFields .custum-radio label input[type=radio]:checked + span {
  background-color: var(--yellow);
  color: white;
  padding: 11px 28px;
  font-weight: 600;
  border-radius: 88px;
}
@media only screen and (min-width: 1400px) {
  .contactUsForm .formsFields .custum-radio label input[type=radio]:checked + span {
    padding: 14px 36px;
    border-radius: 98px;
  }
}
.contactUsForm .formsFields .custum-radio .first {
  margin-left: 0px;
}
.contactUsForm .wpcf7-submit {
  background-color: white;
  padding: 6px 30px;
  border-radius: 18px;
}

@media only screen and (min-width: 992px) {
  .year-round {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .year-round {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round {
    padding: 100px 0;
  }
}
.year-round img {
  border-radius: 21px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .year-round img {
    display: block;
  }
}
.year-round li {
  list-style: initial;
  margin-left: 20px;
}
.year-round h3 {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .year-round h3 {
    font-size: 22px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .year-round h3 {
    font-size: 26px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round h3 {
    padding-bottom: 26px;
  }
}
.year-round .yearWrapper {
  max-width: 1432px;
  margin: 0 auto;
  display: grid;
}
@media only screen and (min-width: 992px) {
  .year-round .yearWrapper {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper {
    grid-template-columns: 48% 50%;
  }
}
.year-round .yearWrapper .yearBox {
  border-radius: 21px;
  padding: 25px 25px 15px 25px;
}
@media only screen and (min-width: 1200px) {
  .year-round .yearWrapper .yearBox {
    padding: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper .yearBox {
    padding: 65px 55px 40px 55px;
  }
}
.year-round .yearWrapper .supportiveyellow {
  border-radius: 21px;
  padding: 25px 25px 15px 25px;
}
@media only screen and (min-width: 992px) {
  .year-round .yearWrapper .supportiveyellow {
    padding: 50px 25px 15px 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .year-round .yearWrapper .supportiveyellow {
    padding: 70px 25px 15px 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .year-round .yearWrapper .supportiveyellow {
    padding: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper .supportiveyellow {
    padding: 65px 55px 40px 55px;
  }
}
.year-round .yearWrapper .nationalGlobalGreen {
  border-radius: 21px;
  padding: 25px 25px 15px 25px;
}
@media only screen and (min-width: 1200px) {
  .year-round .yearWrapper .nationalGlobalGreen {
    padding: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper .nationalGlobalGreen {
    padding: 65px 55px 40px 55px;
  }
}
@media only screen and (min-width: 992px) {
  .year-round .yearWrapper .leftSide {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper .leftSide {
    padding-right: 0;
  }
}
.year-round .yearWrapper .leftSide .eachstudent {
  background-color: var(--brilliant-blue);
  color: var(--white);
  margin: 20px 0px;
}
@media only screen and (min-width: 992px) {
  .year-round .yearWrapper .leftSide .eachstudent {
    margin: unset;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper .leftSide .eachstudent {
    width: 665px;
  }
}
.year-round .yearWrapper .leftSide .supportiveProgram {
  display: grid;
}
@media only screen and (min-width: 992px) {
  .year-round .yearWrapper .leftSide .supportiveProgram {
    grid-template-columns: 25% 75%;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper .leftSide .supportiveProgram {
    grid-template-columns: 148px 500px;
  }
}
.year-round .yearWrapper .leftSide .supportiveProgram .supportiveProgramBox {
  background-color: var(--yellow);
  color: var(--white);
  margin: 20px 0px;
}
@media only screen and (min-width: 992px) {
  .year-round .yearWrapper .leftSide .supportiveProgram .supportiveProgramBox {
    margin: 0px 0px 0px 12px;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper .leftSide .supportiveProgram .supportiveProgramBox {
    margin-left: 15px;
    width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .year-round .yearWrapper .rightSide .yearRoundHeader {
    padding-bottom: 15px;
  }
}
.year-round .yearWrapper .rightSide .leadershipEnvironment {
  display: grid;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .year-round .yearWrapper .rightSide .leadershipEnvironment {
    grid-template-columns: 68% 32%;
  }
}
@media only screen and (min-width: 1200px) {
  .year-round .yearWrapper .rightSide .leadershipEnvironment {
    grid-template-columns: 66% 32%;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper .rightSide .leadershipEnvironment {
    grid-template-columns: 491px 220px;
    grid-template-rows: 355px;
  }
}
.year-round .yearWrapper .rightSide .leadershipEnvironment .leadershipEnvironmentBox {
  background-color: var(--orange);
  color: var(--white);
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper .rightSide .leadershipEnvironment .leadershipEnvironmentBox {
    width: 491px;
  }
}
.year-round .yearWrapper .rightSide .leadershipEnvironment img {
  margin-left: 10px;
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper .rightSide .leadershipEnvironment img {
    margin-left: 15px;
  }
}
.year-round .yearWrapper .rightSide .nationalgloballevel {
  background-color: var(--green);
  color: var(--white);
  margin: 20px 0px;
}
@media only screen and (min-width: 992px) {
  .year-round .yearWrapper .rightSide .nationalgloballevel {
    margin: unset;
  }
}
@media only screen and (min-width: 1920px) {
  .year-round .yearWrapper .rightSide .nationalgloballevel {
    width: 740px;
  }
}
.year-round .yearWrapper .national-global-image {
  padding-top: 25px;
}

.assessmentMechanism {
  overflow: hidden;
  color: var(--black);
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .assessmentMechanism {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .assessmentMechanism {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .assessmentMechanism {
    padding-top: 160px;
  }
}
.assessmentMechanism li {
  list-style: initial;
}
.assessmentMechanism img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .assessmentMechanism img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0px;
  }
}
.assessmentMechanism .row .ksHeadingWrapper {
  display: none;
}
@media only screen and (min-width: 992px) {
  .assessmentMechanism .row .ksHeadingWrapper {
    display: block;
  }
}
.assessmentMechanism .row .ksHeadingWrapper .ksHeading {
  z-index: 1;
  left: 352px;
}
@media only screen and (min-width: 1400px) {
  .assessmentMechanism .row .ksHeadingWrapper .ksHeading {
    top: -75px;
  }
}
@media only screen and (min-width: 1920px) {
  .assessmentMechanism .row .ksHeadingWrapper .ksHeading {
    top: -90px;
  }
}
.assessmentMechanism .row .ksHeadingWrapper .ksHeading span {
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
}
.assessmentMechanism .row .mainBannerImg {
  padding: 0;
  margin: 0;
}
.assessmentMechanism .row .mainBannerImg img {
  width: 100%;
  display: block;
}
.assessmentMechanism .row .mainBannerText {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .assessmentMechanism .row .mainBannerText {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 12px;
  }
}
.assessmentMechanism .row .mainBannerText .textCont {
  padding: 16px;
}
.assessmentMechanism .row .mainBannerText .textCont h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1600px) {
  .assessmentMechanism .row .mainBannerText .textCont h2 {
    margin-bottom: 25px;
  }
}
.assessmentMechanism .row .mainBannerText .textCont p {
  padding-bottom: 20px;
}
.assessmentMechanism .row .mainBannerText .textCont p:nth-of-type(2) {
  padding-bottom: 0;
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 1200px) {
  .assessmentMechanism .row .mainBannerText .textCont {
    padding: 55px 70px 45px 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .assessmentMechanism .row .mainBannerText .textCont {
    padding: 95px 100px 75px 100px;
  }
}
.assessmentMechanism .row .mainBannerText .textCont ul {
  padding-left: 15px;
}
@media only screen and (min-width: 1620px) {
  .assessmentMechanism .row .mainBannerText .textCont ul {
    margin-bottom: 30px;
  }
}

.nothing-found {
  text-align: center;
}
.nothing-found p {
  padding: 10px 0px;
}
.nothing-found label {
  font-weight: 600;
}
.nothing-found input {
  border-radius: 20px !important;
}
.nothing-found .search-submit {
  background-color: var(--yellow);
  color: white;
  font-weight: 500;
  border: none !important;
  padding: 6px 30px;
}
.nothing-found .search-submit:hover {
  background-color: var(--brilliant-blue);
}

.admission-inquiry-form {
  padding: 30px 0px !important;
}
@media only screen and (min-width: 767px) {
  .admission-inquiry-form {
    padding: 60px 0px 20px 0px !important;
  }
}
@media only screen and (min-width: 992px) {
  .admission-inquiry-form {
    padding: 130px 0px 20px 0px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .admission-inquiry-form {
    padding: 150px 0px 20px 0px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .admission-inquiry-form {
    padding: 170px 0px 20px 0px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .admission-inquiry-form {
    padding: 220px 0px 20px 0px !important;
  }
}
@media only screen and (min-width: 992px) {
  .admission-inquiry-form h3 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .admission-inquiry-form h3 {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1400px) {
  .admission-inquiry-form img {
    padding-right: 40px !important;
  }
}

.landing-video-section {
  position: relative;
  padding: 120px 0px;
}
@media (min-width: 576px) {
  .landing-video-section {
    padding: 100px 0px;
  }
}
@media (min-width: 767px) {
  .landing-video-section {
    padding: 160px 0px;
  }
}
@media (min-width: 992px) {
  .landing-video-section {
    padding: 180px 0px;
  }
}
@media (min-width: 1200px) {
  .landing-video-section {
    padding: 200px 0px;
  }
}
@media (min-width: 1400px) {
  .landing-video-section {
    padding: 230px 0px;
  }
}
@media (min-width: 1600px) {
  .landing-video-section {
    padding: 280px 0px;
  }
}
.landing-video-section .yellow-circle {
  width: 26px;
  height: 25px;
  position: absolute;
  background-color: var(--yellow);
  background-size: cover;
  z-index: 2;
  right: 47%;
  bottom: 0%;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .landing-video-section .yellow-circle {
    width: 50px;
    height: 50px;
    right: 47%;
    bottom: 0%;
  }
}
@media (min-width: 1400px) {
  .landing-video-section .yellow-circle {
    width: 50px;
    height: 50px;
    right: 50%;
    bottom: 0%;
  }
}
@media (min-width: 1920px) {
  .landing-video-section .yellow-circle {
    width: 80px;
    height: 80px;
    right: 47%;
    bottom: 0%;
  }
}
.landing-video-section .container-fluid {
  padding: 0px;
}
.landing-video-section .container-fluid .video-section-bg {
  position: relative;
  height: 50px;
  background-color: #3da8ff;
}
@media (min-width: 576px) {
  .landing-video-section .container-fluid .video-section-bg {
    height: 80px;
  }
}
@media (min-width: 767px) {
  .landing-video-section .container-fluid .video-section-bg {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .landing-video-section .container-fluid .video-section-bg {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .landing-video-section .container-fluid .video-section-bg {
    height: 180px;
  }
}
@media (min-width: 1400px) {
  .landing-video-section .container-fluid .video-section-bg {
    height: 220px;
  }
}
@media (min-width: 1920px) {
  .landing-video-section .container-fluid .video-section-bg {
    height: 270px;
  }
}
.landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 70%;
}
@media (min-width: 576px) {
  .landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail {
    width: unset;
  }
}
.landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .landing-video-circles {
  position: relative;
}
.landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .landing-video-circles::after {
  content: "";
  width: 26px;
  height: 25px;
  position: absolute;
  background-color: var(--yellow);
  background-size: cover;
  z-index: 2;
  right: -15%;
  top: -14%;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .landing-video-circles::after {
    width: 50px;
    height: 50px;
    right: -12%;
    top: -5%;
  }
}
@media (min-width: 1400px) {
  .landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .landing-video-circles::after {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1920px) {
  .landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .landing-video-circles::after {
    width: 80px;
    height: 80px;
    right: -15%;
    top: -5%;
  }
}
.landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .landing-video-circles::before {
  content: "";
  width: 26px;
  height: 25px;
  position: absolute;
  background-color: var(--yellow);
  background-size: cover;
  z-index: -1;
  left: -5%;
  top: 42%;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .landing-video-circles::before {
    left: -3%;
    top: 37%;
  }
}
@media (min-width: 1200px) {
  .landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .landing-video-circles::before {
    width: 50px;
    height: 50px;
    left: -4%;
    top: 35%;
  }
}
@media (min-width: 1400px) {
  .landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .landing-video-circles::before {
    width: 50px;
    height: 50px;
    top: 35%;
  }
}
@media (min-width: 1920px) {
  .landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .landing-video-circles::before {
    width: 80px;
    height: 80px;
    left: -5%;
    top: 33%;
  }
}
.landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail iframe {
  max-width: 120%;
  border-radius: 12px !important;
}
.landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail img {
  border-radius: 12px;
  position: relative;
}
.landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .play-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 14%;
  cursor: pointer;
}
.landing-video-section .container-fluid .video-section-bg .landing-video-thumbnail .play-icon img {
  border-radius: 0px;
}/*# sourceMappingURL=style.css.map */





#ac-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1600px) {
    #popup {
        max-width: 770px;
    }
}

.notificationData::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.notificationData::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.notificationData::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}