@import url("https://fonts.googleapis.com/css2?family=Aleo:wght@300;400;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
   /*background-color: #FDFBFB; */
}

.footer__links__list__holder a[title="Booklist Session 2023-24"] {
    display: none;
}

#documents-required{
    margin-top: 70px;
}

.img__with_text .For-Cl-PlaygroupV-wrap{
  margin-bottom: 40px;
}

.custom-desktop-chat{
  display: block;
}

.mobile-whatsapp-custom-chat{
  display: none;
}

.works_education{
  margin-bottom: -20px;
}

.map{
  margin-bottom: -5px !important;
}

.ft-500 {
  font-weight: 500 !important;
}

.ft-600 {
  font-weight: 600 !important;
}

video {
  width: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  color: unset;
}

h1,
h3,
h4,
h5,
h6 {
  font-family: "Aleo", serif;
}

/* h2 {
  font-family: "Poppins", sans-serif;
} */

.heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 44px;
  color: #000000;
  font-family: 'Aleo', sans-serif;
}

.heading__lg {
  color: unset;
  font-weight: 700;
  font-size: 80px;
  line-height: 96px;
  text-align: center;
  font-family: "Aleo", serif;
}

.uppercase {
  text-transform: uppercase;
}

.heading span {
  color: #a52828;
}

.read-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #a52828;
}

.read-more:hover {
  text-decoration: underline;
  color: #a52828;
}

.schedule__btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: #a52828;
  border: 1px solid #a52828;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  padding: 12px 32px;
  transition: all 0.3s;
}

.schedule__btn:hover {
  color: #a52828;
  background-color: #fff;
}

.p-rel {
  position: relative;
}

.mw-500 {
  max-width: 500px;
}

.fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img__with__text__card img {
  border-radius: 20px;
}

.text {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}

.text_md {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.text_lg {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Aleo', sans-serif;
}

.our__founders_card{
  margin-bottom: 80px;
}

/* CSS NORMAL */

header {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

header .main__header {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.hamburger {
  cursor: pointer;
  position: absolute;
  left: 0%;
}

.drop-nav {
  position: absolute;
  width: 200px;
  height: auto;
  padding: 15px;
  background-color: #fff;
  left: 0;
  top: 63px;
  z-index: 9;
  display: none;
  padding: 0;
}

.drop-nav .nav__item {
  list-style: none;
}

.drop-nav .nav__link {
  font-weight: 400;
  font-size: 12px;
  /* line-height: 27px; */
  width: 100%;
  text-align: left;
  color: #1e2d49;
  font-family: "Aleo", serif;
  padding: 4px 0;
  padding: 13.4px 16px;
}

.drop-nav .nav__link:hover {
  color: #a52828;
}

.navbar {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  gap: 65px;
  /* margin-left: 110px; */
  /* margin-left: 30px; */
}

.navbar .nav__item {
  list-style: none;
}

.navbar .nav__item:nth-child(3) {
  margin-right: 200px;
}

.navbar .nav__item .nav__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  /* font-family: "Aleo", serif; */
  font-family: 'Lato', sans-serif;
}

.nav__link svg path {
  fill: #fff;
}

.nav__link:hover svg path {
  fill: #a52828;
}

.hamburger {
  color: #fff;
}

.navbar .nav__item .nav__link:hover {
  color: #a52828;
  text-decoration: underline;
  text-underline-offset: 2px;
}

header .main__header .header__logo {
  position: absolute;
  left: 50%;
  top: -20%;
  transform: translate(-50%, -30px);
  z-index: 99;
  width: 150px;
}

.top__header {
  font-family: "Poppins", sans-serif;
  width: 100%;
  background: #143973;
  padding: 14px 0;
  /* display: none; */
}

.top__header .container {
  display: flex;
}

.top__header__contact__info {
  display: flex;
  gap: 24px;
  flex: 1;
}

.top__header__contact__info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
  transition: all 0.3s;
}

.top__header__contact__info a:hover {
  color: #a52828;
}

.top__header__cta a {
  background: #a52828;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  padding: 10px 20px;
  transition: all 0.3s;
  border-radius: 20px;
  font-family: 'Lato', sans-serif;
}

.top__header__cta a:hover {
  color: #a52828;
  background: #fff;
}

/* VIDEO BANNER */

.main__video__banner,
.popup__video__banner {
  position: relative;
  min-height: 400px;
}

.main__video__banner__content,
.popup__video__banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.main__video__banner__content__title {
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}

.main__video__banner__content__button {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  padding: 12px 30px;
  background-color: #fff;
  transition: all 0.3s;
}

.main__video__banner__content__button:hover {
  background-color: #a52828;
  color: #fff;
}

.popup__video__banner__content .heading {
  color: #ffffff;
  margin-top: 40px;
}

.popup__video__banner__content .text {
  max-width: 500px;
  text-align: center;
  margin: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #d4d4d4;
  margin-top: 20px;
}

.about__slps {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: auto;
  margin-top: -6px;
}

.about__slps__content,
.about__slps__gridImages {
  width: 50%;
}

.about__slps__content {
  padding-left: 100px;
  padding-right: 60px;
  padding-top: 50px;
}

.about__slps__gridImages {
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-end; */
  /* justify-content: flex-end; */
}

.about__slps__content .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  margin-top: 26px;
}

.about__slps__gridImages .img__card {
  position: relative;
  width: 50%;
}

.about__slps__gridImages .img__card .content {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 4;
}

.about__slps__gridImages .img__card .content span {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  display: block;
  margin-top: 8px;
}

.about__logo {
  width: 85px;
  margin-bottom: 30px;
}

/* SMALL BANNER */

.small__banner {
  position: relative;
  background: #A52828;
  border-radius: 20px 20px 0px 0px;
}

.small__banner .container {
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-wrap: wrap;
}

.small__banner .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 36px;
  color: #ffffff;
  position: relative;
  margin-bottom: 0;
  padding: 32px 0;
  flex: 1;
  font-family: "Aleo", serif;
}

.small__banner__button {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  padding: 12px 30px;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
  border-radius: 20px;
}

.small__banner__button:hover {
  color: #fff;
  background-color: #a52828;
}

/* WHATS DIFFERENT */

.differentiator {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-left: 0;
}

.different-cards .image img {
  border-radius: 20px;
}

.differentiator li {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  list-style: none;
  position: relative;
  text-transform: uppercase;
}

.differentiator li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #a52828;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.differentiator li:first-child:before {
  display: none;
}

.whats-different .heading {
  text-align: center;
  margin-bottom: 34px;
  color: #fff;
}

.whats-different {
  position: relative;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #143973;
}

.whats-different .container {
  position: relative;
  z-index: 3;
}

.whats-different .different-cards {
  margin-top: 95px;
  margin-bottom: -150px;
}

.whats-different .different-cards .content {
  position: relative;
  background-color: #1e1e1e;
  color: #fff;
  padding: 60px 30px;
  border-radius: 20px;
  height: 42vh;
}


.whats-different .different-cards:hover .content,
.whats-different .different-cards:hover .icon {
  background-color: #a52828;
}

.whats-different .different-cards .icon {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1e1e1e;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whats-different .different-cards .icon img {
  width: 35px;
}

.whats-different .different-cards .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 36px;
  font-family: "Aleo", serif;
}

.beyond__academics__card .img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.video-warpper .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 99;
}

.video-warpper .info h2 {
  font-style: normal;
  font-family: "Aleo", serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.small__banner__button:hover {
  background-color: #000;
  color: #fff;
}

.awards__and__achievements__card .image,
.awards__and__achievements__card .image img {
  border-radius: 20px;
}

.more__news__holder img {
  border-radius: 10px;
}

.beyond__academics__card .title {
  border-bottom-left-radius: 20px;
  font-family: 'Aleo', sans-serif;
  border-radius: 20px;
  margin-top: -28px;
  position: relative;
  z-index: 99;
}

.whats-different .different-cards .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

/* BEYOND ACADEMICS */

.beyond__academics {
  margin-top: 250px;
}

.beyond__academics .heading {
  display: flex;
  font-family: 'Aleo', sans-serif;
  align-items: center;
  gap: 10px;
}

.beyond__academics__card {
  margin: 40px 0;
}

.beyond__academics__card .img img {
  width: 100%;
}

.beyond__academics__card .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  padding: 20px;
  background-color: #a52828;
  margin-bottom: 20px;
}

.beyond__academics__card .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}

/* AWRDS AND ACHIEVEMENTS */

.awards__and__achievements {
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.awards__and__achievements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0e0e0e;
}

.awards__and__achievements__card .image {
  overflow: hidden;
  position: relative;
}

.awards__and__achievements__card .image::before {
  content: "";
  background: linear-gradient(0deg,
      rgba(30, 45, 73, 0.8) 0%,
      rgba(30, 45, 73, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  opacity: 0;
  transition: all 500ms;
}

.awards__and__achievements__card:hover .image::before {
  opacity: 1;
}

.awards__and__achievements__card .image img {
  width: 100%;
  height: auto;
  transition: all 1000ms;
}

.awards__and__achievements__card .icon {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  z-index: 3;
}

.awards__and__achievements .heading {
  color: #fff;
  font-family: 'Aleo', sans-serif;
}

.awards__and__achievements__card {
  margin: 40px 0;
  position: relative;
}

.awards__and__achievements__card .title {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  transition: all 300ms;
  margin-top: 8px;
}

.awards__and__achievements__card .content {
  position: relative;
  padding: 22px 10px 0;
}

.awards__and__achievements__card:hover .image>img {
  transform: scale(1.2);
}

.awards__and__achievements__card:hover .title {
  color: #a52828;
}

.news__and__updates {
  padding: 70px 0;
  position: relative;
}

.news__and__updates .news__holder,
.Founders_section__with_watermark,
.Founders_section__with_watermark_3 {
  position: relative;
}

.news__and__updates .heading__holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

.news__and__updates .heading__holder .heading {
  margin-bottom: 0;
  margin-left: 12px;
}

.news__and__updates .news__holder .date {
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #959595;
  margin-top: 28px;
}

.news__and__updates .news__holder .news__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #444444;
}

.news__and__updates .news__holder:hover .news__title,
.news__and__updates .more__news__holder:hover .title {
  color: #a52828;
}

.news__and__updates .news__holder .news__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news__and__updates .more__news__holder {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #000;
  padding: 16px 0;
  position: relative;
}

.news__and__updates .more__news__holder:first-child {
  padding-top: 0;
}

.news__and__updates .more__news__holder:last-child {
  padding-bottom: 0;
}

.news__and__updates .more__news__holder:last-child {
  border-bottom: 0px;
}

.news__and__updates .more__news__holder img {
  width: 80px;
}

.news__and__updates .more__news__holder .date {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #959595;
  margin-bottom: 8px;
}

.news__and__updates .more__news__holder .title {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #444444;
}

.news__holder img {
  border-radius: 20px;
}

.news__and__updates .more__news__holder .title::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.news__and__updates::before {
  /* background: rgba(2, 27, 73, 0.9); */
  background-image: url("../images/Silverline-School-Pic-2\ 4.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 32%;
  height: 100%;
}

.news__and__updates .sidebar {
  padding-left: 100px;
}

.news__and__updates .sidebar .title {
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

.news__and__updates .sidebar .quick-links {
  padding-left: 0;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.news__and__updates .sidebar .quick-links li {
  list-style: none;
  padding: 20px 0;
  border-bottom: 0.5px solid #ffffff;
}

.news__and__updates .sidebar .quick-links li:last-child {
  border-bottom: 0px;
}

.news__and__updates .sidebar .quick-links li a {
  color: #fff;
}

.news__and__updates .sidebar .quick-links li a:hover {
  color: #a52828;
}

.our__students {
  padding: 80px 0;
  background: #0e0e0e;
}

.our__students .heading {
  color: #fff;
  font-family: 'Aleo', sans-serif;
  margin-bottom: 40px;
}

.our__students .student__says {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 40px;
  position: relative;
}

.our__students .student__says::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 48px;
  left: -45px;
  top: -25px;
  background-image: url("../images/quote.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.our__students .student__says span {
  font-weight: 400;
}

.student__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 0;
}

.student__name__lg {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 0;
}

.student__designation {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}

.student__card {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.student__card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%);
  z-index: 2;
}

.student__card img {
  transition: all 250ms;
}

.student__card:hover img {
  transform: scale(1.1);
}

.student__card .student__data {
  position: absolute;
  bottom: 0;
  padding: 15px;
  left: 0;
  z-index: 3;
}

.life__at__slps {
  background-color: #0e0e0e;
  padding-bottom: 70px;
}

.life__at__slps .heading {
  color: #fff;
  margin-bottom: 48px;
}

.life__at__slps .image img,
.our__students img {
  border-radius: 20px;
}

.life__at__slps .image {
  position: relative;
}

.life__at__slps .image .play {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.life__at__slps .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.life__at__slps .read-more {
  margin-bottom: 40px;
}

/* MEDIA GALLERY */

.media__gallery {
  background-color: #0e0e0e;
  padding-bottom: 60px;
  position: relative;
}

.youtube__slider_wrapper,
.homepage .tech__video {
  background-color: #0e0e0e;
  padding-bottom: 60px;
}

.media__gallery .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.media__gallery .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 24px;
}

.media__gallery .content p span {
  font-family: 600;
}

.media__gallery .content .play {
  color: #fff;
}

.media__gallery .content .play:hover {
  color: #a52828;
}

/* SLPS IN MEDIA */

.slps__in__media .heading {
  margin-bottom: 40px;
}

.slps__in__media .heading img {
  width: 80px;
  margin-right: 18px;
}

.slps__in__media {
  padding: 70px 0;
}

.video__info {
  /* position: absolute;
  top: 40%;
  left: 58%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: left; */
  color: #E9E9E9;
}

.video__info h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
  color: #E9E9E9;
  margin-bottom: 20px;
}

.trust__slps .trust__wrapper {
  padding: 48px;
  background: #143973;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.video__info h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  max-width: 100%;
  color: #FFFFFF;
  width: 70%;
  font-family: "Aleo", serif;
  margin-bottom: 20px;
}

.video__info img {
  width: 72px;
  margin-top: 40px;
  height: 72px;
}

.video__info p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #E9E9E9;
  font-family: "Aleo", serif;
}

.media__card {
  display: flex !important;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0 120px;
  opacity: 0.2;
}

.media__card>img,
.media__card__content {
  width: calc(50% - 60px);
}

.media__slider .slick-active.slick-center .media__card {
  opacity: 1;
}

.media__slider .slick-dots li button:before {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #a52828;
}

.media__slider .slick-dots li {
  margin: 0 10px;
}

.media__slider .slick-dots {
  bottom: -80px;
}

.media__card__content .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 20px;
}

.media__card__content .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
}

.media__card__content .publisher {
  margin-top: 18px;
}

.media__card__content .publisher .date {
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: #000000;
}

.media__card__content .publisher .logo {
  width: 195px;
  height: auto;
}

.parent__says {
  margin-top: 70px;
  margin-bottom: 70px;
}

.parent__says__card {
  margin-top: 40px;
}

.parent__says__card .parent_name {
  background-color: #2b2b2b;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  padding: 4px;
}

.parent__says__card .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}

.parent__says__card .image {
  position: relative;
}

.parent__says__card .image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.parent__says__card .image .play {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.parent__says .schedule__btn {
  margin-top: 40px;
}

.schedule__visit {
  padding: 40px 0 60px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -70px;
}

.schedule__visit::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #001233 0%, rgba(30, 45, 73, 0) 100%);
}

.schedule__visit .schedule__form {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background-color: #F6F6F6;
  padding: 50px 20px 12px;
}

.schedule__visit .schedule__form .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.schedule__visit .schedule__form .subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #5f5f5f;
}

.schedule__visit .schedule__form .form-group {
  margin-bottom: 20px;
}

.schedule__visit .schedule__form .form-group textarea {
  width: 100%;
  height: 125px;
}

.schedule__visit .schedule__form .form-control {
  height: 48px;
}

.schedule__visit .schedule__form .form-submit {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 14px;
  width: 100%;
  background: #A52828;
  box-shadow: 0px 12.9163px 25.8327px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  border: 0px;
}

footer {
  padding: 100px 0 110px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 0px;
}

footer .footer__logo {
  width: 65px;
}

footer .footer-about {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin: 30px 0;
}

footer .footer__social a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding: 4px 0;
}

.footer__links__title {
  font-weight: 600;
  font-family: 'Aleo', sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  padding-bottom: 8px;
  border-bottom: 3px solid #a52828;
  margin-bottom: 36px;
}

.footer__links {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding: 5px 0;
}

.footer__links:hover {
  color: #a52828;
}

.footer__links__list__holder {
  padding-left: 0;
  list-style-type: none;
}

.progress-assessment {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 295px;
}

.progress-assessment .container {
  position: relative;
  z-index: 4;
}

.progress-assessment .text {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  font-family: "Aleo", serif;
}

.CurriculumSlps .page__video__banner {
  margin-top: 0px;
  padding-top: 120px;
}

.CurriculumSlps .page__video__banner .video__popup__holder {
  max-width: 100%;
}

.CurriculumSlps .page__video__banner .video__popup__holder .title {
  border-radius: 10px;
}


.progressive-learning_container #thered__gallery {
  margin: 70px 0 48px;
}

.CurriculumSlps .page__video__banner::before {
  content: "";
  left: -10%;
  top: -250px;
  width: 120%;
  height: 850px;
  transform: rotate(-9deg);
  position: absolute;
  background: #143973;
  z-index: 1;
}

.page__video__banner {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.page__video__banner .container {
  position: relative;
  z-index: 2;
}

.page__video__banner .pre__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.page__video__banner .main__title {
  text-align: center;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.page__video__banner .sub__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 32px;
}

.parents__review {
  padding-top: 0 !important;
}

.progressive .review-section {
  padding-top: 300px !important;
}

.mobile-img,
.trust_mobile__text,
.advantage__text-mobile {
  display: none;
}

.advantage__text-desktop {
  display: block;
}

.main__video__banner .video__popup__holder {
  height: 626px;
}

.main__video__banner .video__popup__holder img {
  height: 100%;
}

.page__video__banner .video__popup__holder {
  max-width: 950px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
}

.video__popup__holder {
  position: relative;
}

.popup-youtube:hover svg {
  fill: #fff;
}

.popup-youtube:hover svg path {
  fill: #000;
}

.video__popup__holder .popup-youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.main__video__banner .popup-youtube {
  margin-top: 25px;
}

.page__video__banner .video__popup__holder .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  background: #000;
  margin-bottom: 0;
}

.cirriculum__text {
  margin-bottom: 40px;
}

.page__video__banner .big__text,
.big__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  padding-top: 40px;
  margin-top: 20px;
}

.computer__curriculum_section .big__text{
  padding-bottom: 40px !important;
}

.page__video__banner .feature__image {
  max-width: 475px;
  width: 100%;
  margin: 26px auto;
  display: block;
}

.our__believe {
  padding: 60px 0;
}

.our__believe .heading {
  text-align: center;
}

.our__believe .heading span {
  padding: 4px 12px;
  color: #fff;
  background-color: #a52828;
}

.belive__card__holder {
  display: flex;
  gap: 30px;
  max-width: 1050px;
  width: 100%;
  margin: auto;
}

.our__believe .belive__card {
  padding: 24px;
  background: #f6ead9;
  border-radius: 8px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.our__believe .belive__card__holder .belive__card:nth-child(2) {
  background: #dae4f2;
}

.our__believe .belive__card__holder .belive__card:nth-child(3) {
  background: #d8f3dc;
}

.our__believe .belive__card .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}

.our__believe .belive__card .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
}

.red__button {
  margin-top: 48px;
  background: #a52828;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  padding: 16px 32px;
  color: #fff;
  transition: all 250ms;
}

.red__button:hover {
  background: #000;
  color: #fff;
}

.benefit__child .heading {
  color: #fff;
}

.icon__with__text__holder {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.icon__with__text {
  margin-top: 60px;
  width: calc(50% - 15px);
}

.icon__with__text .icon {
  margin-bottom: 12px;
  width: 57px;
  height: 57px;
}

.icon__with__text .icon img {
  width: 100%;
}

.icon__with__text .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.icon__with__text .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}

.benefit__child {
  position: relative;
  padding: 60px 0 80px;
  transform: translateY(-300px);
}

/* .benefit__child::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(14, 14, 14, 0.93);
} */

.benefit__child .container {
  position: relative;
  z-index: 2;
}

.benefit__you {
  padding: 60px 0 50px;
}

.benefit__you .heading {
  margin-bottom: 40px;
}

.benefit__you .benefit__points li {
  margin-bottom: 16px;
  position: relative;
  list-style: none;
}

.benefit__you .benefit__points li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/checkmark.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.student__works {
  margin: 60px 0;
}

.student__works .work__card {
  margin-top: 40px;
}

.work__card .work__by {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #959595;
  margin-top: 35px;
  margin-bottom: 12px;
}

.work__card .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 12px;
}

.work__card .work__short__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #5f5f5f;
}

.ict__benefits__child {
  padding: 60px 0;
}

.ict__benefits__child .heading {
  margin-bottom: 60px;
}

.ict__benefit__card {
  margin-top: 60px;
}

.ict__benefit__card:first-child {
  margin-top: 0;
}

.ict__benefit__card img {
  width: 40px;
  margin-bottom: 5px;
}

.ict__benefit__card .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #a52828;
  margin-bottom: 0;
  text-transform: uppercase;
}

.ict__benefit__card .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #5f5f5f;
}

.ict__benefits__you {
  position: relative;
  padding-top: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ict__benefits__you .heading {
  color: #fff;
}

.ict__benefits__you .title {
  padding: 6px 27px;
  background: #a52828;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.ict__benefits__you .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  padding: 12px 27px;
}

.ict__benefits__you .col-6 {
  margin-top: 50px;
}

.computer__curriculum {
  padding: 70px 0;
}

.computer__curriculum .text__lg {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

.computer__curriculum .question__holder {
  display: flex;
  gap: 35px;
  max-width: 850px;
  margin: 40px auto;
}

.computer__curriculum .question__holder .question {
  position: relative;
}

.computer__curriculum .question__holder .question .text {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}

.curriculum__benefits {
  padding: 40px 0 60px;
}

.curriculum__benefits .heading {
  color: #fff;
  margin-bottom: 60px;
}

.curriculum__benefits .girl_img {
  width: 90%;
}

.curriculum__benefits .card .icon {
  width: 48px;
  margin-bottom: 24px;
}

.curriculum__benefits .card p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #2b2b2b;
  margin-bottom: 0;
}

.curriculum__benefits .card {
  padding: 24px;
  margin-top: 100px;
  border: 0px;
  border-top: 5px solid #a52828;
  border-radius: 0;
}

.curriculum__benefits .card:first-child {
  margin-top: 10px;
}

.makes__difference {
  background-color: #000000;
}

.makes__difference .heading,
.makes__difference .heading__lg {
  color: #fff;
}

.makes__difference .heading__lg {
  margin-bottom: 40px;
}

.makes__difference .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.makes__difference .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.growth__self__leadership {
  padding: 60px 0 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.growth__self__leadership .heading {
  margin-bottom: 40px;
  color: #fff;
}

.growth__self__leadership .card {
  background: #ffffff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  border: 0px;
  overflow: clip;
  position: relative;
  padding: 25px 25px 25px 80px;
  max-width: 550px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #504e4e;
  margin-top: 40px;
}

.growth__self__leadership .card:first-child {
  margin-top: 0;
}

.growth__self__leadership .card::before {
  content: "";
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #de2108;
  position: absolute;
}

.growth__self__leadership .card::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../images/check.svg");
  top: 25px;
  left: 40px;
  z-index: 8;
}

.revolutionary__technique {
  margin-bottom: 60px;
  margin-top: 60px;
}

.revolutionary__technique .heading {
  margin-bottom: 40px;
}

.revolutionary__technique .card {
  border: 1px solid #a52828;
  border-radius: 15px;
  padding: 24px 40px;
  height: 100%;
  transition: all 0.3s;
}

.revolutionary__technique .card:hover {
  transform: scale(1.1);
  background-color: #a5282811;
}

.revolutionary__technique .card img {
  width: 64px;
  margin-bottom: 24px;
}

.revolutionary__technique .card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #2b2b2b;
  margin-bottom: 0;
}

.constant__growth {
  padding: 60px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.constant__growth .heading {
  margin: 24px 0;
  color: #ffffff;
}

.constant__growth .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 32px;
  color: #ffffff;
}

.constant__growth .pill {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 12px;
  margin-top: 32px;
}

.checked__list {
  display: flex;
  padding-left: 0;
}

.checked__list li {
  width: 33.33%;
  color: #ffffff;
  position: relative;
  list-style-type: none;
  padding-left: 45px;
}

.checked__list li::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url("../images/white-check.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.invent__reinvent {
  background: rgba(0, 0, 0, 0.9);
  padding: 80px 0;
}

.invent__reinvent .heading {
  color: #fff;
  margin-bottom: 30px;
}

.invent__reinvent .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}

.invent__reinvent .note {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #a52828;
  padding: 24px;
  background-color: #fff;
}

.teaching__inside__out {
  margin: 60px 0;
}

.teaching__inside__out .schedule__btn {
  margin-top: 52px;
}

.teaching__inside__out .heading {
  margin-bottom: 20px;
}

.teaching__inside__out .subheading {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #5f5f5f;
  margin-bottom: 60px;
}

.teaching__inside__out .card {
  background: #ffffff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  border: 0px;
  overflow: clip;
  position: relative;
  padding: 25px 25px 25px 80px;
  max-width: 530px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #504e4e;
  position: absolute;
}

.teaching__inside__out .card::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../images/check.svg");
  top: 25px;
  left: 40px;
  z-index: 8;
}

.teaching__inside__out .card:nth-child(2) {
  top: 0;
  left: -50%;
}

.teaching__inside__out .card:nth-child(3) {
  top: 0;
  right: -50%;
  max-width: 480px;
}

.teaching__inside__out .card:nth-child(4) {
  bottom: 20px;
  left: -50%;
  max-width: 490px;
}

.teaching__inside__out .card:nth-child(5) {
  bottom: 50px;
  right: -50%;
}

.type__of__education {
  background-color: #1e2d49;
}

.type__of__education .heading {
  color: #fff;
  margin-bottom: 32px;
}

.type__of__education .col {
  padding: 64px;
  max-width: 840px;
}

.type__of__education .card__list {
  padding-left: 0;
}

.type__of__education .card {
  padding: 16px 16px 16px 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5f5f5f;
  max-width: 650px;
  margin-bottom: 16px;
}

.type__of__education .card::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 24px;
  height: 24px;
  background-image: url("../images/question.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.type__of__education .card:last-child {
  margin-bottom: 32px;
}

.progressive__benefits {
  margin: 60px 0;
}

.progressive__benefits .heading {
  margin-bottom: 60px;
}

.progressive__benefits .card {
  background: #ffffff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  border: 0px;
  overflow: clip;
  position: relative;
  padding: 25px 25px 25px 80px;
  max-width: 550px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #2b2b2b;
  margin-top: 60px;
}

.progressive__benefits .card:first-child {
  margin-top: 0;
}

.progressive__benefits .card::before {
  content: "";
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #de2108;
  position: absolute;
}

.progressive__benefits .card::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../images/check.svg");
  top: 25px;
  left: 40px;
  z-index: 8;
}

.educational__pillars {
  margin: 70px 0;
}

.educational__pillars .heading {
  margin-bottom: 40px;
}

.three__pillars {
  list-style-type: none;
  padding-left: 0;
  margin: 40px;
}

.three__pillars li {
  margin-bottom: 70px;
  position: relative;
  padding-left: 85px;
}

.three__pillars li::before {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-14px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-family: "Aleo", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.three__pillars li:nth-child(1):before {
  content: "1";
  background: linear-gradient(135deg, #6ba7fa 0%, #3f90ff 100%);
}

.three__pillars li:nth-child(2):before {
  content: "2";
  background: linear-gradient(135deg, #cb90fe 0%, #a948fc 100%);
}

.three__pillars li:nth-child(3):before {
  content: "3";
  background: linear-gradient(135deg, #8ae2b0 0%, #46ca7a 100%);
}

.three__pillars .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #a52828;
}

.three__pillars .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5f5f5f;
  margin-bottom: 0;
}

.three__steps {
  margin: 0px 0 80px;
}

.three__steps .card-box {
  background: #e1e8f2;
  border-radius: 30px;
  overflow: hidden;
}

.three__steps .card-box .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #2b2b2b;
  text-align: center;
  margin: 24px 24px 12px;
}

.three__steps .card-box .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #2b2b2b;
  text-align: center;
  margin: 0 50px 40px;
}

.mom__me__benefits {
  padding: 60px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mom__me__benefits .heading {
  margin-bottom: 40px;
  color: #fff;
}

.mom__me__benefits .card-box {
  background: #ffffff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 20px 50px 20px 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  width: 90%;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 24px;
  color: #504e4e;
}

.mom__me__benefits .card-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background-color: #a52828;
}

.mom__me__benefits .card-box:last-child {
  margin-bottom: 0;
}

.mom__me__benefits .card-box:hover {
  width: 100%;
}

.serious__education {
  margin: 60px 0;
}

.serious__education .heading {
  margin-bottom: 40px;
}

.serious__education .heading span {
  font-size: 24px;
  color: #000;
}

.serious__education .image__box {
  margin-top: 30px;
}

.serious__education .image__box .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #2b2b2b;
  margin-top: 32px;
}

.serious__education .schedule__btn {
  margin-top: 60px;
}

.first__five__years {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.first__five__years .heading {
  color: #fff;
  margin-bottom: 40px;
}

.first__five__years .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 50px;
}

.first__five__years .note {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  color: #a52828;
  background-color: #fff;
  padding: 18px 36px;
  border-radius: 20px;
}

.cognitive__development {
  margin: 70px 0;
}

.cognitive__development .heading {
  margin-bottom: 40px;
}

.cognitive__development .image__with__text {
  display: flex;
  gap: 40px;
  margin-bottom: 44px;
  align-items: center;
}

.cognitive__development .image__with__text .icon {
  width: 100px;
}

.cognitive__development .image__with__text .text {
  flex: 1;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #504e4e;
}

.img__with__text {
  margin: 70px 0;
}

.img__with__text__card {
  display: flex;
  margin: 70px 0;
  gap: 30px;
}

.img__with__text__card:last-child {
  margin-bottom: 0;
}

.img__with__text__card>* {
  width: 50%;
}

.img__with__text__card:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

.img__with__text__card .sub__heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Aleo', sans-serif;
  color: #000000;
  margin-bottom: 20px;
}

.page__title {
  margin-top: 80px;
}

.page__title .heading {
  margin-bottom: 40px;
}

.download__section {
  margin: 60px 0;
}

.fee__structure__card {
  margin-bottom: 40px;
}

.fee__structure__card:last-child {
  margin-bottom: 0;
}

.fee__structure__card .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.fee__structure__card .card-box {
  background: #f3f3f4;
  padding: 25px;
  display: flex;
}

.fee__structure__card .card-box .ttitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 0;
}

.fee__structure__card .card-box>div {
  gap: 22px;
}

.fee__structure__card .card-box .svg__icon {
  width: 28px;
}

.download__btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  background-color: #a52828;
  padding: 10px 24px;
  color: #fff;
  display: inline-block;
  border: 1px solid #a52828;
  transition: all 0.3s;
}

.download__btn:hover {
  color: #a52828;
  border: 1px solid #a52828;
  background-color: #fff;
}

.download__btn:hover svg path {
  fill: #a52828;
}

.award__card .troffee_svg {
  margin-bottom: 8px;
}

.awards__cards__section {
  margin: 70px 0;
}

.awards__cards__section .row>div {
  margin-bottom: 24px;
}

.awards__cards__section .row>div:last-child,
.awards__cards__section .row>div:nth-last-child(2) {
  margin-bottom: 0;
}

.award__card {
  border: 1px solid #a52828;
  padding: 30px 36px;
  height: 100%;
  transition: all 0.3s;
  border-radius: 20px;
}

.award__card:hover {
  background-color: #a5282828;
}

.award__card .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 8px;
}

.award__card .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 0;
}

.award__card .desc ul {
  padding-left: 20px;
}

/* PAGE BANNER */

.page__banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px;
  display: flex;
  align-items: center;
}

.page__banner .heading {
  color: #ffffff;
  margin-top: 20px;
}

.blogs__card__holder {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin: 60px 0;
}

.blogs__holder .blogs__card {
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08);
  width: calc(50% - 24px);
  position: relative;
}

.blogs__holder .blogs__card .img {
  width: 220px;
  overflow: hidden;
}

.blogs__holder .blogs__card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s;
}

.blogs__holder .blogs__card:hover .img img {
  transform: scale(1.1);
}

.blogs__holder .blogs__card .content {
  padding: 4px 10px 4px 20px;
  flex: 1;
}

.blogs__holder .blogs__card .content .top_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.blogs__holder .blogs__card .content .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #a52828;
  margin-bottom: 12px;
}

.blogs__holder .blogs__card .content .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #1e2d49;
  margin-bottom: 12px;
}

.blogs__holder .blogs__card .content .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #a52828;
  border: 1px solid #a52828;
  padding: 4px 8px;
  transition: all 0.2s;
}

.blogs__holder .blogs__card .content .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.blogs__holder .blogs__card .content .btn:hover {
  color: #fff;
  background-color: #a52828;
}

.contact__form {
  margin: 0px 0 70px;
}

.contact__form #contact-form {
  background: #f3f3f4;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 20px;
}

.contact__form .form__heading {
  font-weight: 700;
  font-size: 24px;
  font-family: 'Aleo', sans-serif;
  line-height: 32px;
  color: #030303;
}

.contact__form #contact-form .form-control {
  padding: 15px 20px;
  margin: 20px 0;
}

.form-control{
  color: #6c757d;
}

.contact__form #contact-form .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  width: 100%;
  background: #a52828;
  border: 1.5px solid #a52828;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.3s;
}

.contact__form #contact-form .btn:hover {
  background: #fff;
  color: #a52828;
}

.contact__info {
  margin: 70px 0;
}

.contact__info .info__box .information {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  padding: 24px;
  background: #000000;
  border-radius: 20px;
  width: 85%;
  margin: -50px auto 0;
  position: relative;
}

#contact_page {
  padding-top: 75px;
}

.contact__info .info__box .information .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 30px;
}

.contact__info .info__box .information .more,
.contact__form .info__box .more {
  font-weight: 500;
  font-size: 12px;
  border-radius: 20px;
  line-height: 18px;
  color: #ffffff;
  padding: 8px 32px;
  margin-top: 8px;
  background: #a52828;
  border: 1px solid #a52828;
  transition: all 0.2s;
}

.contact__info .info__box .information .more:hover,
.contact__form .info__box .more:hover {
  background: #fff;
  color: #a52828;
}

.contact__info .info__box .information .infos {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center;
}

.contact__info .info__box .information .infos .icon {
  width: 18px;
}

.contact__info .info__box .information .infos .content,
.contact__form .info__box .infos .content {
  flex: 1;
  font-size: 12px;
  line-height: 20px;
}

.contact__info .info__box .information .infos .content a,
.contact__form .info__box .infos .content a,
.contact__info .info__box .information .infos .content {
  color: #ffffff;
}

.contact__info .info__box .information .infos .content a:hover,
.contact__form .info__box .infos .content a:hover {
  color: #a52828;
}

.galleries__holder {
  margin: 70px 0 50px;
}

.gallerySlider-outer {
  position: relative;
  margin-bottom: 20px;
  transition: all 0.2s;
}

.gallerySlider-outer:hover {
  transform: scale(1.05);
}

.gallerySlider-outer .content,
.working-together-works .working-together-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}

.gallerySlider-outer .content .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
}

.gallerySlider-outer .content .more {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  padding: 8px 28px;
  border: 1px solid #ffffff;
  transition: all 0.2s;
}

.gallerySlider-outer .content .more:hover {
  background-color: #fff;
  color: #a52828;
}

.gallerySlider-outer .gallerySlider {
  margin-bottom: 0;
}

.gallerySlider-outer .gallerySlider .slick-arrow {
  z-index: 99;
}

.gallerySlider-outer .gallerySlider .slick-dots {
  bottom: 10px;
  z-index: 99;
}

.gallerySlider-outer .gallerySlider .slick-prev {
  left: 10px;
  height: 100%;
}

.gallerySlider-outer .gallerySlider .slick-next {
  right: 10px;
  height: 100%;
}

.gallerySlider-outer .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
}

.gallerySlider-outer .slick-dots li.slick-active button:before {
  color: #fff;
}

.gallerySlider-outer .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.gallerySlider-outer .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.notification__holder {
  margin: 70px 0 30px;
}

.notification__holder .notification-card {
  margin-bottom: 40px;
}

.notification__holder .notification-card .img {
  margin-bottom: 12px;
}

.notification__holder .notification-card .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 8px;
}

.notification__holder .notification-card .content {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b2b2b;
}

.aim__values {
  margin: 60px 0;
}

.aim__values .icon__group {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

.aim__values .icon__group .icon-with_text {
  text-align: center;
}

.aim__values .icon__group .icon-with_text .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-top: 12px;
  text-transform: uppercase;
}

.vis_mis_cards .img {
  height: 245px;
}

.vis_mis_cards .img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.vis_mis_cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}

.vis_mis_cards.reverse {
  flex-direction: column-reverse;
}

.vis_mis_cards .content {
  background: #000000;
  padding: 35px 20px;
  height: 245px;
  border-radius: 10px;
}

.vis_mis_cards .content .title {
  font-weight: 600;
  font-size: 24px;
  font-family: 'Aleo', sans-serif;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 16px;
}

.vis_mis_cards .content .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.card__banner .about__slps__gridImages {
  width: 100%;
}

.card__banner .about__slps__gridImages .img__card:last-child::before,
.card__banner .about__slps__gridImages .img__card:first-child::before {
  background-color: unset;
}

.card__banner .about__slps__gridImages .img__card:hover::before {
  background-color: rgba(165, 40, 40, 0.8);
}

.pedalogy {
  margin: 70px 0;
}

.pedalogy .pedalogy__card {
  display: flex;
  gap: 18px;
  padding: 20px 40px;
  background-color: #f3f3f4;
  align-items: center;
  margin-top: 28px;
}

.pedalogy .pedalogy__card img {
  width: 60px;
}

.pedalogy .pedalogy__card p {
  flex: 1;
  margin-bottom: 0;
}

.moto {
  margin: 70px 0;
  position: relative;
  z-index: 1;
}

.moto .small-banner {
  text-align: center;
}

.moto .text_lg {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.moto .text_lg img {
  width: 45px;
}

.moto .small-banner .heading {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  padding: 32px;
}

.our__founders {
  margin: 70px 0;
}

.founder__card {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

.founder__card .img {
  max-width: 325px;
  width: 100%;
  border-radius: 20px;
}

.founder__card .img img {
  height: 100%;
}

.founder__card .desc {
  padding: 30px 25px 0;
  margin-left: -1px;
  flex: 1;
  background-color: #000000;
}

.founder__card .desc .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-top: 15px;
}

.student__clubs {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px 35px;
  margin: 70px auto;
}

.founder__card .desc {
  border-radius: 0px 20px 20px 0;
}

.student__clubs p {
  color: #fff;
}

.student__clubs .schedule__btn {
  margin-top: 10px;
}

.scholarshipsInner {
  font-size: 16px;
  line-height: 28px;
  margin: 70px 0;
}

.achievmentHeading {
  margin: 60px 0;
}

.AcademicsHeading {
  margin-top: 60px;
}

.tg thead {
  margin-top: 20px;
}

.tg .tg-7btt {
  font-weight: 700;
  text-align: center;
  vertical-align: top;
}

.tg th {
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg td {
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.scholarshipsInner a {
  color: #a52828;
  font-family: 'Aleo', sans-serif;
}

.scholarshipsInner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.scholarshipsInner p>i:first-child {
  margin-right: 20px;
  width: 200px;
}

.scholarshipsInner p>i {
  font-style: normal;
}

.scholarshipsInner p>i:last-child {
  width: calc(100% - 220px);
}

.blog__details {
  margin: 70px 0;
}

.blog__details .heading {
  margin-bottom: 38px;
}

.blog__details .date {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #a52828;
  margin-top: 36px;
  margin-bottom: 24px;
}

.blog__details .date span {
  color: #000000;
  text-transform: uppercase;
}

.achievements_holder {
  margin: 60px 0;
}

.achievements_holder .achievements__card {
  padding: 0 10px;
}

.achievements_holder .achievements__card .details {
  text-align: center;
  margin-top: -30px;
}

.achievements_holder .achievements__card .details img {
  display: block;
  margin: 0 auto;
}

.achievements_holder .achievements__card .details p {
  margin-top: 12px;
}

/* Renuka code starts here */

.working-together-works .working-together-content__info p.title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #C8C8C8;
}

.working-together-works .working-together-content__info p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

/* .working-together-works .together-content {
  width: 80%;
} */

.working-together-works .feature-title {
  margin-bottom: 40px;
}

.working-together-works .galleries__holder {
  margin-top: 40px;
}

.working-together-works .logo {
  /* margin-bottom: 20px; */
  margin-right: 1rem;
}

.drop-menu {
  position: absolute;
  background: #FFFFFF;
  width: 210px;
  line-height: 45px;
  top: 60px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
  padding: 18px;
}

.drop-menu a {
  font-size: 12px;
  /* font-family: "Aleo", serif; */
  font-family: 'Lato', sans-serif;
  color: #1e2d49;
  padding: 13px 16px;
  width: 100%;
  line-height: initial;
}

.drop-menu {
  padding: 0;
}

.drop-menu li:hover {
  background-color: #a52828;
}

.drop-menu li:hover a {
  color: #fff;
}

.navbar .active {
  background-color: transparent;
  color: #d51900 !important;
}

.active {
  background-color: red;
}

.nav {
  position: absolute;
  width: 100%;
  padding-top: 20px;
  z-index: 999;
  background: linear-gradient(rgb(0 0 0 / 54%) 0%, rgba(0, 0, 0, 0) 100%);
}

.navbar .mobile-item {
  display: none;
}

.navbar input {
  display: none;
}

.navbar li:hover .drop-menu,
.navbar li:hover .mega-box {
  transition: all 0.3s ease;
  top: 63px;
  /* left: 60px; */
  /* padding-top: 40px; */
  opacity: 1;
  visibility: visible;
}

.nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar .nav__item {
  padding-top: 20px;
}

header .main__header {
  height: auto;
}

.navbar {
  padding: 0;
}

.navbar .nav__item {
  padding: 20px 0;
}

.drop-nav {
  top: 63px;
}

.nav__link:hover svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.nav.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  background: linear-gradient(rgb(255 255 255) 0%, rgb(255 255 255) 100%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.nav.fixed .nav__item .nav__link {
  color: #000;
}

.nav.fixed .hamburger {
  color: #000;
}

.nav.fixed .nav__link svg path {
  fill: #000;
}

.nav.fixed .navbar .nav__item .nav__link:hover {
  color: #a52828;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nav.fixed .navbar .nav__item .nav__link:hover svg path {
  fill: #a52828;
}

.nav.fixed .header__logo {
  width: 142px;
  top: 25%;
}

section.main__video__banner::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.overlay {
  width: 100%;
  height: 90vh;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  opacity: 0.5;
}

.popup__video__banner {
  min-height: 680px;
}

/* .beyond__academics__card .img img {
  height: 330px;
} */

.news__and__updates .read-more {
  color: #444444;
}

.news__and__updates .read-more-wrap svg path {
  fill: #444444 !important;
}

.news__and__updates .read-more-wrap:hover .read-more {
  color: #a52828;
}

.news__and__updates .read-more-wrap:hover svg path {
  fill: #a52828 !important;
}

.news__and__updates .heading__holder svg path {
  fill: #a52828;
}

.more__news__holder .title:hover {
  color: #444444 !important;
}

@keyframes waves {
  0% {
    /* -webkit-transform: scale(0.2, 0.2); */
    transform: scale(0.4, 0.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    /* -webkit-transform: scale(0.9, 0.9); */
    transform: scale(0.7, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid red;
  opacity: 0;
  z-index: 999 !important;
  border-radius: 100%;
  left: 17px;
  bottom: -6px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.our__students .slick-slider {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.our__students .slick-dots li.slick-active button::before,
.slick-dots li button:before {
  color: #fff;
}

.our__students .slick-list {
  margin-bottom: 30px;
}

.card-banner__image .about__slps__gridImages .img__card {
  width: 25%;
}

.about__slps__gridImages .img__card img {
  width: 100%;
  height: 100%;
}

.header-wrapper .navbar .nav__item .nav__link,
.header-wrapper .hamburger {
  color: #000;
}

.header-wrapper .nav__link svg path {
  fill: #000;
}

.header-wrapper .nav__link.active svg path {
  fill: #d51900;
}

.Play__group__card {
  background: #FFFFFF;
  box-shadow: 0px 7px 30px rgb(0 0 0 / 8%);
}

.houses__image_box img {
  width: 100%;
}

.houses_gallery_conatiner {
  background-color: #000;
  padding: 70px;
  border-radius: 20px;
}

#houses__gallery {
  padding: 80px 0;
}

.houses__image_box {
  margin-bottom: 25px;
}

.Play__group__card .title {
  text-align: center;
  padding: 10px;
  font-weight: 700;
  font-family: 'Lato', sans-serif !important;
}

.awards__houses_wrap {
  padding-top: 97px;
}

.awards__houses_wrap strong {
  margin-bottom: 29px !important;
}

.img__with_text {
  padding: 68px 0 0;
}

.Play__group {
  padding: 44px 0 0px;
}

.Play__group_2 {
  margin-bottom: 50px;
}

.Play__group .heading {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 23px;
  font-family: 'Poppins';
  font-weight: 600;
}

.Play__group__card {
  margin-bottom: 32px;
}

.achievements_holder .awards__and__achievements__card .title {
  color: #000;
  text-align: center;
}

.achievements_holder {
  margin-top: 0;
  padding: 0;
}

.exam .card-block {
  padding: 48px 21px;
}

.exam .card-block {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #2B2B2B;
}

.exam .card-block a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: #A52828;
}

.exam {
  padding: 60px 80px;
}

.exam .row {
  justify-content: center;
}

.working-together-content__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.working-together-content__info p.title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #C8C8C8;
}

.working-together-content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.galleries__wrapper {
  margin: -30px 0 112px;
}

.galleries__wrapper .feature-title {
  margin-bottom: 35px;
}

.house-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #2b2b2b;
  margin-bottom: 60px;
}

.img__with_text strong {
  font-family: 'Aleo', sans-serif;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.works-text {
  margin-bottom: 28px;
}

.blog-text {
  margin: 0;
}

.club-video {
  margin-bottom: 23px;
}

.nav-item.dropdown {
  display: none;
}

.drop-nav li:hover {
  background-color: #a52828;
}

.drop-nav li:hover .nav__link:hover {
  color: #fff;
}

.blog__details .heading {
  font-weight: 600;
  font-size: 28px;
}

.navbar .nav__item .nav__link:hover {
  color: #a52828;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.navbar .nav__item .nav__link:hover svg path {
  fill: #a52828;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page__video__banner .feature__image {
  padding-right: 30px;
  max-width: 570px;
}

@media (min-width: 1599.99px) {
  .news__and__updates::before {
    width: 35%;
  }
}

@media (min-width: 1990.99px) {
  .whats-different .different-cards .content {
    height: 25vh;
  }
}

@media (min-width: 1899.99px) {
  .news__and__updates::before {
    width: 38%;
  }
}

.whatsapp-chat {
  position: fixed;
  left: 25px;
  bottom: 250px;
  z-index: 99999;
  width: 60px;
}

.whatsapp-chat2 {
  display: none !important;
}

@media (max-width: 768px) {
  .whatsapp-chat2 {
      display: block !important;
      position: fixed;
      left: auto;
      right: 25px;
      background-color: #296bff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      padding: 10px;
      bottom: 250px;
      z-index: 99999;
  }
}

.main__video__banner video {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  /* overflow: hidden; */
}

.admission__button {
  font-size: 20px;
  line-height: 28px;
  border-radius: 20px;
  font-family: 'Lato', sans-serif;
}

.small__banner .container {
  width: 1000px;
}

.beyond-wrapper {
  width: 97%;
  margin: 0 auto;
}

.cr-data table tr td {
  border: 0.9px solid gray;
  padding: 10px 30px;
}

.cr-data table .bb-none {
  border-bottom: none;
}

.cr-data table tr td {
  border: 1px solid gray;
  padding: 10px 30px;
}

.cr-data table tr td {
  border: 1px solid gray;
  padding: 10px 30px;
}

.cr-data table .bt-none {
  border-top: none;
}

.cr-data table thead th {
  border: 1px solid gray;
  padding: 10px 30px;
}

.cr-data table thead th {
  border: 1px solid gray;
  padding: 10px 30px;
}

.cr-data table thead th {
  border: 1px solid gray;
  padding: 10px 30px;
}

.achievmentHeading {
  width: 70%;
  margin: 0 auto;
}

.header-wrapper .main__header .header__logo {
  width: 120px;
  top: 58%;
}

.privacy-policySection h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.privacy-text {
  color: #A52828 !important;
}

.privacy-policy h2.title {
  margin-bottom: 40px;
}

.privacy-policy h2.privacy-text {
  margin-bottom: 0 !important;
}

.privacy-policy {
  padding: 60px 0;
}

.hide-menu {
  display: none;
}

.nav-link {
  color: #2b2b2b;
  font-size: 12px;
}

.dropdown-item {
  color: #2b2b2b;
  font-size: 12px;
  white-space: inherit;
}

.dropdown {
  padding: 0;
  list-style: none;
}

.drop-nav .nav__link {
  font-family: 'Lato', sans-serif;
}

.nav-item:hover a {
  color: white;
}

.nav-item {
  list-style: none;
}

.mobile-menu {
  display: none;
}

.branch-banner .heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #fff;

}


.branch-banner p {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
}

.about-section {
  padding: 70px 0px;
}

.about-section .row {
  align-items: center;
}

.about-section .row .para p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2B2B2B;
  padding: 24px 0;
}

.facilities {
  padding-bottom: 70px;
}

.facilities .facilities-row {
  height: 370px;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities .facilities-row .our-facility {
  padding: 36px 70px;
}

.facilities .facilities-row .our-facility h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
}

.facilities .facilities-row .our-facility ul {
  padding: 22px 16px 40px 16px;
}

.facilities .facilities-row .our-facility ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.facilities .facilities-row .our-facility a.know-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  background-color: #a52828;
  padding: 14px 44px;
}

.gallery {
  padding-bottom: 70px;
}

.gallery .gallery-img img {
  width: 100%;
}

.gallery .padding {
  padding: 0px 0px;
}

.testimonial {
  padding-bottom: 70px;
}

.testimonial h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;

}

.testimonial .testimonial-demo .testimonial-box {
  padding: 12px 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  width: 98%;
  height: 247px;
  margin-bottom: 18px !important;
  margin-top: 18px !important;
  margin: 0 auto;
}

.testimonial .testimonial-demo .slick-prev {
  top: 110%;
  left: 87%;
}

.testimonial .testimonial-demo .slick-next {
  top: 110%;
  right: 5%;

}

.testimonial .testimonial-demo .slick-arrow {
  z-index: 999;
  /* width: 100%;
  height: auto; */
}

.testimonial .testimonial-demo .slick-arrow::before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.testimonial .testimonial-demo .slick-prev::before {
  content: '\f060';
  font-size: 25px;
  background-color: #D9D9D9;
  padding: 16px 32px 14px 32px;
}

.testimonial .testimonial-demo .slick-next::before {
  content: '\f061';
  font-size: 25px;
  background-color: #A52828;
  padding: 16px 32px 14px 32px;

}

.teachers-section,
.staff {
  padding-bottom: 70px;
}

.teachers-section h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}

.teachers-section p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.teachers-section .teacher-detail,
.staff .teacher-detail {
  background-color: #000;
  padding: 6px 14px;
}

.teachers-section .teacher-detail h3,
.staff .teacher-detail h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}


.teachers-section .teacher-detail p,
.staff .teacher-detail p {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: left;
}

.padding {
  padding: 0px;
}

.staff h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}

.teachers-section .col-md-2,
.staff .col-md-2 {
  /* width: 19.666667%; */
  padding: 5px;
}

.teachers-section .col-md-2 img,
.staff .col-md-2 img {
  width: 100%;
}

.teachers-section .col-md-1 {
  display: none;
}

.testimonial .testimonial-demo .slick-next::before {
  opacity: 1;
}

.testimonial .testimonial-demo .slick-prev:hover::before {
  background-color: #A52828 !important;
}

.testimonial-box {
  position: relative;
}

.testimonial-box h3 {
  position: absolute;
  bottom: 20px;
  font-size: 22px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  color: #a52828;
}

.testimonial-box p {
  font-size: 15px;
}

.slick-track .slick-slide img {
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
}

.achievements_holder {
  margin-top: 40px;
}

.scholarshipsInner h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #000000;
}

.navbar-section {
  position: relative;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.Technovation-video-wrapper {
  position: relative;
  margin-top: 70px;
}

.about-section h2 {
  padding-left: 20px;
}

.teacher-image {
  padding: 4px;
}

.teacher-image img {
  width: 100%;
}

.teachers-section .col-md-2,
.staff .col-md-2 {
  width: 17.666667%;
}

.contact__form .info__box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  padding: 36px 48px;
}

.branch-conatct-info {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.branch-conatct-garde {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2B2B2B;
  display: inline-block;
  margin-bottom: 22px;
}

.contact__form .info__box .infos {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center;
}

.logo-wrap p {
  padding-left: 10px;
}


/* trust slps start */

.trust__slps img {
  filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.25));
}

.trust__slps h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 13px;
}

.trust__slps p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #E9E9E9;
}

.trust__slps span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.computer__curriculum img {
  height: auto;
  width: 100%;
}

.cirriculum .computer__curriculum {
  padding: 0;
  padding-bottom: 58px;
}

.cirriculum h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #1A1A1A;
  font-family: 'Aleo', sans-serif;
}

.cirriculum p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #2B2B2B;
  width: 50%;
  margin: 0 auto;
}

.cirriculum h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1A1A1A;
  margin-top: 56px;
  margin-bottom: 37px;
}

.cirriculum .computer__curriculum {
  position: relative;
}

.cirriculum .computer__curriculum p {
  position: absolute;
  top: 70%;
  margin-left: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 26px;
  font-family: 'Aleo', sans-serif;
  text-align: center;
  color: #FFFFFF;
}

.cirriculum__text {
  width: 100% !important;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #2B2B2B;
}

.progress-assessment h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FFFCF7;
  font-family: 'aleo', sans-serif;
  margin-bottom: 6px;
}

.progress-assessment .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #E9E9E9;
}

.progress-assessment .info__des {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #E9E9E9;
}

.value h4,
.value span {
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px !important;
  font-family: 'Aleo', sans-serif !important;
}

.goto {
  display: flex;
  padding: 20px 0;
}

.goto .icons__wrap img {
  padding-right: 12px;
  margin-top: -7px;
}

.cirrculum_icon {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon_yellow,
.icon_blue,
.icon_green {
  position: relative;
}

.icon_green .icons__wrap h4,
.icon_green .icons__wrap span,
.icon__green .icons__wrap h4,
.icon__green .icons__wrap span {
  color: #73FF89;
}

.icon_yellow .icons__wrap h4,
.icon_yellow .icons__wrap span,
.icon__yellow .icons__wrap h4,
.icon__yellow .icons__wrap span {
  color: #EFD702;
}

.icon__orange .icons__wrap h4,
.icon__orange .icons__wrap span,
.icon_orange .icons__wrap h4,
.icon_orange .icons__wrap span {
  color: #F09E62;
}

.icon_blue .icons__wrap h4,
.icon_blue .icons__wrap span,
.icon__blue .icons__wrap h4,
.icon__blue .icons__wrap span {
  color: #92BDFF;
}

.icon_yellow::before {
  border-right: 1px solid #EFD702;
}

.icon_blue::before {
  border-right: 1px solid #92BDFF;
}

.icon_green::before {
  border-right: 1px solid #73FF89;
}


.icon_yellow::before,
.icon_blue::before,
.icon_green::before {
  height: 60px;
  width: 5px;
  content: '';
  left: 96%;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}

#number__sum {
  margin-top: -10px;
}

.value,
.icons__wrap {
  display: flex;
  align-items: center;
}

.progress-assessment span {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
}

.computer__curriculum_section {
  margin-top: 69px;
}

.CurriculumSlps .page__video__banner .video__popup__holder img {
  width: 100%;
}

/* .trust__slps {
  position: relative;
  top: -120px;
} */

.progressive_assessments_development .line {
  margin: 0 auto;
  display: inherit;
}

.developmwnt__list_wrap p {
  font-family: 'Aleo', sans-serif;
  font-size: 20px !important;
  line-height: 28px !important;
}

.progressive_assessments_development h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 29px;
}

.progressive_assessments_development h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  color: #1A1A1A;
  margin-top: 29px;
}

.progressive_assessments_development {
  margin-bottom: 30px;
  margin-top: 40px;
}

.progressive_assessments_development p {
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  color: #1A1A1A;
}

.progressive_assessments_development__des {
  margin-top: 62px;
}

.developmwnt__list img {
  padding-top: 8px;
  padding-right: 16px;
}

.developmwnt__list {
  width: 45%;
  margin-bottom: 37px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.developmwnt__list_wrap {
  margin-top: 47px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.developent__con_text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #1A1A1A;
  display: inline-block;
  margin-top: 50px;
  font-family: 'Aleo', sans-serif;
}

.developed__personality_info p,
.developed__personality p {
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  text-align: left;
}

.developed__personality p {
  margin-bottom: 40px;
}

.personality__list_wrap span {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
}

.personality__list_wrap img {
  padding-right: 24px;
}

.personality__list_wrap img{
  padding-right: 8px;
}

.personality__list_wrap {
  display: flex;
  justify-content: space-around;
  padding-top: 34px;
  padding-bottom: 55px;
  align-items: center;
}

.vist__text {
  font-family: 'Aleo', sans-serif;
}

.benefit__child h4,
#benefit__parent h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 23px;
}

.mom-and-me #benefit__parent p {
  font-size: 18px;
  font-family: 'Aleo', sans-serif;
}


.benefit__child h4 {
  color: #1A1A1A;
}

.benefit__child p,
.benefit__child ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #1A1A1A;
}

.benefit__child ul {
  margin-top: 19px;
  padding-left: 3rem;
}

.benefit__child li,
#benefit__parent li {
  margin-bottom: 16px;
  position: relative;
  list-style: none;
}

#benefit__parent li::before {
  background-image: url("../images/check-icon.svg") !important;
}

.benefit__child li::before,
#benefit__parent li::before {
  content: "";
  width: 26px;
  height: 26px;
  padding-right: 12px;
  background-image: url("../images/charm_circle-tick.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
}

.small_banner__button {
  width: 90%;
  text-align: center;
  color: #fff;
  background-color: #A52828;
  padding: 12px 30px;
  border-radius: 20px;
  margin-top: 19px;
  font-size: 20px;
  font-weight: 500;
}

.tooltip_wrap h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-family: 'Aleo', sans-serif;
}

.advantage__parents h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}

.advantage__parents span {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  color: #000000;
  width: 100%;
  margin-bottom: 40px;
}

.tooltip_wrap:hover h5,
.tooltip_wrap:hover p {
  color: #000B2B;
}

.tooltip_wrap:hover {
  background-color: #fff;
}

.tooltip_wrap p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.tooltip__text {
  padding-left: 15px;
}

.benefit__child {
  margin-bottom: -260px;
}

.tooltip_wrap {
  display: flex;
  align-items: center;
  background: #143973;
  box-shadow: 0px 4px 80px 3px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 22px 30px 30px;
  position: relative;
  transition: all 0.3s;
  width: 101%;
  margin-bottom: 20px;
}

.tooltip_wrap:hover {
  width: 105%;
}

.tooltip_wrap:hover::after {
  z-index: 1;
}

.additional__text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Aleo', sans-serif;
  text-align: center;
  color: #1A1A1A;
}

.benefit__child_wrap {
  background: #FFFFFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.21);
  padding: 56px 50px;
  border-radius: 20px;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.21);
}

#beneficial__assessments {
  margin-top: -350px;
}

#benefit__parent {
  color: #fff;
  margin-top: 45px;
  position: relative;
  z-index: 2;
}

#benefit__parent .benefit__child_wrap {
  padding: 68px 0px 0px 68px;
}

#benefit__parent .benefit__child_wrap {
  background-color: #181818;
  box-shadow: none;
}


#benefit__parent p,
#benefit__parent li {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
}

#benefit__parent li {
  margin-bottom: 20px;
}

#benefit__parent p {
  margin-bottom: 31px;
}

.vist__text {
  margin-top: 55px;
}

.benefit__parent_info {
  margin-bottom: 60px;
}

.review__wrapper {
  width: 71.666667%;
  padding-bottom: 84px;
  padding-top: 273px;
}

.review__wrap {
  text-align: center;
}

.review__wrap p {
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  color: #1A1A1A;
}

.review__wrap span {
  color: #133A61;
  font-size: 16px;
  line-height: 24px;
}

.review__wrap img {
  margin-bottom: 16px;
}

#review {
  background: #F2EFEA;
  position: relative;
  transform: translateY(-220px);
  z-index: 1;
  margin-bottom: -230px;
}

.testimonial__card,
.trust__container .img {
  position: relative;
}

.testimonial__card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.testimonial__card .play,
.trust__container .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial__card img {
  width: 100%;
}

.parents__testimonial h3 {
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
  text-align: center;
  color: #1A1A1A;
}

.parents__testimonial p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #1A1A1A;
  font-family: 'Aleo', sans-serif;
  padding-bottom: 63px;
}

.parents__testimonial {
  padding-bottom: 140px;
  margin-top: 120px;
}


.parents__testimonial span {
  background: #FFFFFF;
  box-shadow: 0px 3.3193px 3.3193px rgba(0, 0, 0, 0.07);
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #133A61;
  padding: 5px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.review__container {
  padding: 80px 0 80px 0 !important;
}

.different-cards .popup__video__banner svg {
  width: 40px;
  height: 40px;
}

.media__slider .slick-dots li {
  margin: 0 4px;
}

.media__slider .slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.education_wrapper_section {
  background: #1A1A1A !important;
  padding-top: 150px;
  position: static !important;
  padding: 110px 0 120px 0 !important;
}

.review-section h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  padding-bottom: 34px;
  font-family: 'Aleo', sans-serif;
}

.revew-wrapper {
  position: relative;
  bottom: -135px;
  margin-top: -120px;
  background-color: transparent !important;
}

.review-section .review {
  text-align: center;
  padding: 24px 12px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.review-section .review h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #143973;
  padding-bottom: 12px;
}

.review-section .review p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  padding-bottom: 12px;
}

.review-section .review span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 12px;
  color: #4E4D4D;
}

.education__section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #AEAEAE;
}

.education__section h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.call__btn {
  padding: 15px 60px;
  font-size: 20px;
  line-height: 28px;
  border-radius: 20px;
  color: #FFFDFD;
  background-color: #A52828;
  margin-top: 55px;
}

.mindBox_project h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #1A1A1A;
}

.body__text {
  font-family: 'Lato', sans-serif !important;
  padding-top: 47px;
}

.mindBox_project p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
  text-align: left;
  font-family: 'Aleo', sans-serif;
}

.mindBox_project h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #000000;
  font-family: 'lato', sans-serif;
}

.subscribe input::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #133A61;
}

.subscribe input {
  padding: 16px 60px 16px 18px;
  background-color: #fff;
  border: none;
  border-radius: 20px;
}

.mindBox_project {
  background-color: #F2EFEA;
  padding: 65px 0 100px;
}

.subscribe a {
  background-color: #A52828;
  padding: 16px 38px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  display: initial;
  border: none;
  border-radius: 20px;
  font-family: 'lato', sans-serif;
  margin-left: 8px;
}

.tools-image {
  margin-bottom: 25px;
}

.pdf__btn {
  margin-top: 64px;
}

.subscribe {
  padding: 48px 0 0;
  text-align: center;
  position: relative;
}

.subscribe img{
  position: absolute;
  bottom: 20px;
    left: 40px;
}

.subscribe button {
  margin-top: 68px !important;
  margin: 0 auto;
}

.tools h5,
.gallery__section h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}

.mindbox_logo {
  margin-bottom: 22px !important;
}

.gallery__section h3 {
  margin-bottom: 38px;
}

.gallery__section {
  padding-bottom: 134px;
}

.tools {
  padding: 90px 0 60px;
}

.first-five-years-plan {
  display: flex;
}

.five-year-plan {
  padding-bottom: 70px;
}

.mom-and-me-benefit {
  padding: 68px 68px 0px 68px !important;
}

.mom-and-me-benefit-section h3 {
  max-width: 84%;
  width: 100%;
  margin-bottom: 37px;
}

.mom-and-me-benefit h4 {
  margin-bottom: 46px;
}

.system-image {
  display: flex;
  align-items: flex-start;
}

.applying_system h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #F99D1C;
}

.applying_system img {
  padding-right: 8px;
}

.applying_system p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFDFD;
}

.applying_system {
  display: flex;
  flex-wrap: wrap;
}

.system-info {
  width: 50%;
  padding: 0 50px;
}

.create-curriculum-tooltip .tooltip_wrap {
  padding: 35px 30px 30px;
}

.tooltip_text {
  margin-bottom: 56px;
  margin-top: 64px;
}

.create-curriculum-tooltip {
  position: relative;
  z-index: 2;
}

.create-curriculum-benefit-parents .first-five-years-plan {
  justify-content: space-between;
}

.create-curriculum-benefit-parents {
  margin-top: 0 !important;
  background-color: #181818;
}

.create-curriculum-benefit-parents .benefit__parent_info {
  margin-bottom: 100px;
  padding-right: 45px;
}

.create-curriculum-benefit-parents p {
  font-size: 18px !important;
}

.create-curriculum-benefit-parents {
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
}

#review .review__wrapper {
  padding-top: 210px;
  padding-bottom: 0;
}

/* .system-info{
  background-image: url('/assets/images/checkbox.png');
  background-position: right;
  background-repeat: no-repeat;
  display: block; make the link background clickable
} */

.icon-1 {
  position: relative;
  top: -106px;
  left: -80px;
}

.icon-2 {
  position: relative;
  top: -106px;
  right: -285px;
}

.icon-3 {
  position: relative;
  top: -105px;
  left: 285px;
}

.icon-4 {
  position: relative;
  top: -105px;
  right: 80px;
}

.icon-5 {
  position: relative;
  top: -105px;
  left: 320px;
}

.child__image {
  margin-bottom: 57px;
}

.constant-grow h2 {
  font-family: 'Aleo', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
  transform: rotate(0.06deg);
}

.constant-grow p.text {

  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 24px 0px 32px 0;
}


.constant-grow .social {
  display: flex;
  justify-content: space-between;
}

.constant-grow .social .icon-text {
  display: flex;
  align-items: flex-start;
  /* padding-right: 46px; */
}

.constant-grow .social .icon-text img {
  padding-right: 24px;
}

.constant-grow .social .icon-text p {

  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

.constant-grow .img-box {
  text-align: center;
}

.apporach .video {
  position: relative;
  border-radius: 20px;
}

.apporach h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #1A1A1A;
  margin-bottom: 56px;
  margin-top: 112px;
}

.apporach .row {
  padding: 16px 0px;
  align-items: center;
}



.apporach .content-box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #A52828;
}

.apporach .content-box p {

  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #1A1A1A;
}

.education .row {
  align-items: ce
}

.education .img-box {
  padding: 0px;
}

.education .img-block img {
  width: 100%;
}

.education .right-side-content {
  background: #143973;
  border-radius: 0px 20px 20px 0px;
  padding: 64px 120px 64px 64px;
  height: 100%;
}

.education .right-side-content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  padding-bottom: 32px;
  font-family: 'Aleo', sans-serif;
}

.education .right-side-content .faq-box {
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
}

.education .right-side-content .faq-box img {
  margin-right: 16px;
}

.education .right-side-content .faq-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #1A1A1A;
}

.education .right-side-content a {
  background: #A52828;
  border-radius: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 40px;
  text-decoration: none;
  margin-top: 32px;
  display: inline-block;
}

.cariculam h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1A1A1A;
  padding-bottom: 52px;
  margin-top: 76px;
  font-family: 'Aleo', sans-serif;
}

.cariculam .questions {
  display: inline-flex;
  align-items: flex-start;
  padding: 34px 84px;
}

.cariculam .questions img {
  padding-right: 16px;
  padding-top: 5px;
}

.cariculam .questions p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1A1A1A;
}

.programing {
  position: relative;
  padding: 70px 0px 370px 0px;
}

.programing h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  padding-bottom: 16px;
  font-family: 'Aleo', sans-serif;
}

.new {
  color: #A52828 !important;
  background-color: #F9F8F8;
  padding: 19px !important;
  border-radius: 20px;
}

.programing p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #1A1A1A;
}

.programing .content-img1 {
  position: relative;
  text-align: center;
  padding: 24px 0px;
  margin-bottom: 54px;
}

.programing .content-img1 p {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 70%;
  left: 22%;
  width: 60%;
}

.programing a.schedule {
  background: #A52828;
  border-radius: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #FFFFFF;
  display: block;
  padding: 12px 26px;
  text-decoration: none;
  display: inline-block;

}

.programing .btn-schedule {
  text-align: center;
}

.review-section {
  background: #F2EFEA;
  position: relative;
  padding: 400px 0 80px 0;
}

.review-section h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  padding-bottom: 34px;
}

.review-section .review-box {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 20px;
  padding: 64px 65px;
  align-items: center;

  position: absolute;
  top: -40%;
  left: 16%;
  width: 70%;
}

.review-section .review-box .row-content p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 24px 24px 24px 0;
  font-family: 'Lato', sans-serif;
}

.education .img-block {
  height: 100%;
}

.education .img-block img {
  height: 100%;
}

.apporach video {
  border-radius: 20px;
}

.video__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main__video__banner {
  position: relative;
}

.mom-and-me .benefit__parent h4 {
  width: 65%;
  margin: 0 auto;
}

.first-five-years-plan span {
  display: inline-block;
  text-align: center;
  padding: 20px 75px;
  background-color: #fff;
  color: #A52828;
  border-radius: 20px;
  margin-top: 44px;
}

.mom-and-me .review-section,
.create__curriculum .review-section {
  padding-top: 290px;
}


.progressive .merge__section img{
  margin-left: -36px;
}

.create__curriculum #thered__gallery {
  margin: 132px 0 82px;
}

.education__image {
  display: none;
}

.education__image_image {
  display: block;
}

.create__curriculum .advantage__parents {
  position: relative;
  z-index: 2;
}

.create__curriculum .advantage__text-desktop {
  margin-top: 50px;
}

.cirriculum__text {
  padding-bottom: 40px;
}

.mom-and-me-benefit-section {
  padding-bottom: 320px !important;
}

.cognitive__development_title {
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #1A1A1A;
  margin-bottom: 32px;
}

.cognitive__development_image {
  margin-right: 58px;
  width: 7%;
}

.cognitive__development_image img {
  width: 100%;
  height: 60px;
}

.cognitive__development_info{
  width: 90%;
}

.cognitive__development_info p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.cognitive__development_content {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

#cognitive__development {
  background-color: #F2EFEA;
  padding-top: 44px;
  padding-bottom: 81px;
  margin-bottom: 96px;
}

.create__curriculum .advantage__text-desktop h3 {
  width: 60%;
  margin-left: 100px;
  margin-bottom: 56px;
}

.create__curriculum #benefit__parent h4 {
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 15px;
}

.apporach {
  padding-bottom: 96px;
}

.awards__slide {
  padding: 0 10px;
}

.tech__video h2 {
  font-family: 'Aleo', 'sans-serif';
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 20px;
  line-height: 40px;
  color: #1A1A1A;
  padding-top: 66px;
  text-align: center;
}

.desktop__image,
.master_video_desktop {
  display: block;
}

.gallery__mobile,
.master_video_mobile {
  display: none;
}

.tech__video .popup__video__banner {
  min-height: 484px;
}

.media__slider .slick-prev:before,
.media__slider.slick-next:before {
  font-size: 30px;
  color: #000 !important;
}

.media__slider .slick-prev {
  left: 60px;
}

.media__slider .slick-next {
  right: 60px;
}

.security-section {
  background-image: url(/assets/img/image-97.jpg);
  background-repeat: no-repeat;
  background-position: 0% -6%;
  height: 100%;
}

.security-section .col-box {
  padding: 0 12px;
}

.security-section .col-box img {
  width: 100%;
}

.security-section .carousel-security {
  padding-top: 70px;
}

.security-section p,
.security-section .col-box p ,
.security-section .content li{
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #2B2B2B;
}

.achievmentHeading h2{
  margin-top: 60px;
  margin-bottom: -45px;
  font-family: 'Aleo', sans-serif;
}

.PublicDisclosureContent{
  padding: 60px 0;
}

.security-section h2,
.security-section .col-box h3 {
  font-family: 'Aleo', sans-serif !important;
}

.security-section h2,
.security-section .col-box h3 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2B2B2B;
  margin-top: 20px;
}

.classroom {
  padding-top: 0px;
}

.classroom .border-box {
  border: 2px solid #143973;
  border-radius: 10px;
  padding: 48px 49px;
  margin: 0px 70px;
}

.classroom .border-box h2 {
  font-family: 'Aleo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2B2B2B;
}

.classroom .border-box p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #2B2B2B;
}

.left-right-content .row {
  align-items: center;
}

.left-right-content .second-row-flex {
  flex-direction: row-reverse;
  padding-top: 70px;
}

.left-right-content .row .left-content h2 {
  font-family: 'Aleo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.left-right-content .row .left-content p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #2B2B2B;
}

.left-right-content .row .right-image {
  text-align: center;
}

.left-right-content {
  background-image: url("/assets/img/left-right-bg.jpg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 100%;
}


.tabs-carousel .carousel-security .col-box {
  padding: 0px 16px
}

.tabs-carousel .carousel-security img {
  width: 100%;
}

.tabs-carousel .carousel-security .col-box h2 {
  font-family: 'Aleo', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
}

#facilities section {
  padding: 40px 0px;
}

.facilities__animated_number {
  justify-content: space-between;
}

.facilities__animated_number .cirrculum_icon {
  width: 21%;
  background: #143973;
  padding: 20px;
  border-radius: 20px;
}

.tabs-carousel .carousel-security .col-box p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #2B2B2B;
}

.cirrculum_icon p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.image_box {
  overflow: hidden;
  border-radius: 20px;
}

.image_box img {
  transition: all 1000ms;
}

.image_box:hover img {
  transform: scale(1.2);
}

.media__card img {
  border-radius: 20px;
}

.For-Cl-PlaygroupV-wrap ul {
  list-style: none;
  padding-left: 0;
}

.admission__portal .download__btn {
  padding: 12px 54px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  border-radius: 20px;
}

.admission__portal .download__btn:hover {
  color: #a52828;
}

#award__wrap li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

#award__wrap li img {
  margin-right: 10px;
}

#award__wrap li p {
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.For-Cl-PlaygroupV-wrap strong,
.img__with_text strong {
  font-family: 'Aleo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
  display: block;
}

.For-Cl-PlaygroupV-wrap p,
.For-Cl-PlaygroupV-wrap li,
#activity_club_info p {
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

#activity_club_info strong {
  font-size: 20px;
  line-height: 28px;
  padding: 60px 0 16px;
  display: block;
  font-family: 'Aleo', sans-serif;
}

#activity_club_info {
  padding: 68px 0 60px;
}

.achievements_holder .slick-prev:before,
.achievements_holder .slick-next:before {
  font-size: 30px;
  color: #000 !important;
}



.gallery-section {
  position: relative;
  z-index: 1;
}

.filter {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

.btn {
  padding: 10px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #eee;
  border: 1px solid #f44336;
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.btn:hover,
.btn-active {
  background: #a52828;
  color: #fff;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.gallery {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 1320px;
  flex-wrap: wrap;
  margin: 25px auto;
  /* gap: 14px; */
}

.gallery a {
  display: flex;
}

.gallery img {
  width: 200px;
  height: 220px !important;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 10px;
}

.gallery img:hover {
  transform: scale(1.1);
}

.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
}

.closeBtn {
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  right: 25px;
  top: 25px;
  color: white;
  transition: 0.5s linear;
  padding: 8px 40px;
  border-radius: 25px;
  background: #a52828;
  outline-offset: -6px;
  outline: 2px solid #fff;
}

.closeBtn:hover {
  cursor: pointer;
  background: white;
  color: black;
  outline: 2px solid #000;
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: #000000e7;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 9999;
}

.imgPreview {
  width: 70%;
  object-fit: scale-down;
  max-height: 40vw;
  height: auto;
}

.prevButton,
.nextButton {
  transition: 1s linear;
  padding: 10px 35px;
  font-size: 18px;
  border: none;
  color: white;
  background: #0005;
  border-radius: 10px;
  border: 1px solid white;
  margin: 10px;
}

.prevButton:hover,
.nextButton:hover {
  background: #fff;
  color: black;
}

#houses__content h2 {
  font-family: 'Aleo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

#houses__content p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #2B2B2B;
  padding-top: 16px;
}

#houses__content #award__wrap li p {
  padding-top: 0;
}


#houses__content .For-Cl-PlaygroupV-wrap {
  padding-top: 36px;
}

.houses_tech__video {
  padding: 56px 0;
}

#houses__content .award__wrap p {
  padding-top: 0;
}

#sports__gallery_section {
  padding: 56px 0 0;
}

#sports__gallery_section h2 {
  font-weight: 600;
  padding-bottom: 20px;
}

#career__content h4 {
  font-family: 'Aleo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  padding-top: 50px;
}

.career__intro p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.career__intro {
  padding-top: 52px;
}

.career__image__group,
.career__content {
  padding-top: 42px;
}

.career__content ul {
  margin-bottom: 42px;
}

.career__content strong,
.career__intro strong {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.career__intro strong {
  padding-bottom: 10px;
  display: block;
}

.career__content ul li,
.career__text,
.career__intro li {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.career__list_01 {
  border: 2px solid #143973;
  border-radius: 10px;
  height: 94%;
  padding: 15px 15px 0px;
  margin-top: 40px;
}

.career__list_01 strong {
  font-family: 'Aleo', sans-serif;
  padding-bottom: 10px;
  display: block;
}

.career__intro h4 {
  font-family: 'Aleo', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  padding: 52px 0 32px;
}

.career__intro ul {
  padding-bottom: 32px;
}

.why__work_at_slps h5 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  padding-bottom: 31px;
}

.why__work_at_slps button {
  text-align: center;
  margin: 0 auto;
  padding: 13px 80px;
  font-size: 20px;
  display: inherit;
  background-color: #A52828;
  border: none;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 100px !important;
  border: 1px solid transparent;
}

.why__work_at_slps button:hover {
  background-color: #fff;
  color: #A52828;
  border: 1px solid #A52828
}

#registration__voters {
  background: #143973;
  border-radius: 0 0 20px 20px;
  margin-top: -6px;
  margin-bottom: 6px;
}

#registration__voters a {
  color: #fff !important;
  padding: 32px 0;
  text-align: center;
  font-family: 'Aleo', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}

.register-online-btn {
  width: auto;
  background: #a52828;
  z-index: 9999;
  position: fixed;
  color: white;
  transform: translateY(-50%) rotate(-90deg);
  right: -54px;
  margin: 0;
  bottom: 50%;
  padding: 10px 22px;
  border-radius: 20px;
}

.register-online-btn:hover {
  background-color: #fff;
  color: #a52828;
  border: 1px solid #a52828;
}


.swiper-pagination-bullet {
  border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
  background: #1da1f2
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container.one {
  padding-top: 40px;
  text-align: center;
}

.swiper-container.one .swiper-slide {
  padding: 0 43px;
}

.swiper-container {
  width: 100%;
  padding-bottom: 60px;
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
}

.swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 15px;
}

.two .swiper-slide {
  /* width: 300px; */
  height: fit-content;
}

.swiper-slide img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ee0f6f;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
  border: medium none;
  height: 12px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 12px;
}

.swiper-pagination-bullet {
  border: 1px solid #a52828;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #a52828 0%, #f89482 100%) repeat scroll 0 0;
}

#gallery__slider {
  padding-top: 70px;
  margin-bottom: 60px;
}

.create__curriculum .advantage__parents .crete__curiculum_child_image {
  height: 438px;
}

.pedalogy .content p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.our__principles_wrapper .icon_with_heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.our__principles_wrapper .icon_with_heading h5 {
  margin-bottom: 0;
  margin-left: 18px;
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #EFD702;
}


.our__principles_des {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.our__principles_wrapper {
  background-color: #143973;
  padding: 28px 38px;
  border-radius: 20px;
  margin-bottom: 30px;
  height: 360px;
}

.principles_icon_04 h5 {
  color: #F09E62 !important;
}

.principles_icon_03 h5 {
  color: #73FF89 !important;
}

.principles_icon_02 h5 {
  color: #FD92FF !important;
}

.principles__wrapper .feature-title,
.pedalogy .text_lg {
  font-family: 'Aleo', sans-serif;
  text-align: left !important;
}

.principles__wrapper {
  position: relative;
  z-index: 1;
}

.principles__wrapper .watermark {
  position: absolute;
  bottom: -316px;
  z-index: -2;
}

.moto .text_lg,
.our__founders span {
  font-family: 'Aleo', sans-serif;
}

.our__founders span {
  font-weight: 700;
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 80px;
  margin-top: 32px;
  color: #000000;
}

.founder__card .text {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
}


.watermaerk__second {
  position: absolute;
  right: 0;
  top: -250px;
  z-index: -2;
}

.watermaerk__third {
  position: absolute;
  top: 0;
  z-index: -2;
}


.different-cards-custom  .title{
  margin-bottom: 20px !important;
}

.slps_table{
  margin-top: 30px;
}

.school_uniform_image{
  margin-bottom: 20px;
}

.table_three_heading{
  margin-top: 50px;
}

.academic_session_content h4,
.assessment__framework h4,
.table_three_heading {
  font-family: 'Aleo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.contact__info .img img {
  border-radius: 20px;
}

.assessment__framework .career__list_01 strong,
.assessment__framework .career__list_01 p,
.assessment__framework .career__list_01 li {
  font-size: 18px;
}

.academic_session_content p,
.academic_session_content ul li {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.academic_session_content ul{
  margin-bottom: 2rem;
}

.academic_session_content {
  padding-bottom: 30px;
}

.Optional-Language {
  width: 60%;
  padding-top: 56px;
}

.annual__results {
  margin-top: 60px;
}

.assessment__framework ul {
  padding-left: 1rem;
}

.Optional-Third-Language {
  width: 55%;
}

.academic__session {
  padding: 91px 0 0;
}

.classes_curriculum .academic_session_content h4 {
  margin-bottom: 28px;
}

.alumini_info {
  background-color: #fff;
  padding: 13px 23px;
  border-radius: 19px;
  display: flex;
}

.alumini_info p {
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0E0E0E;
}

.activity__club_haeding{
  margin-top: 30px;
}

.alumini__thumbnail {
  margin-right: 14ppx;
}

.small__banner {
  background-image: url('../images/connect__with_us_image.webp');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  height: 289px;
  display: flex;
}

#ict__flipbook {
  height: 100vh;
}

.logo-backs2 {
  display: none !important;
  opacity: 0 !important;
  max-width: 0% !important;
}

.logo-backs {
  background-image: none !important;
  background-color: red !important;
}

.leader__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.leader_image__wraper {
  position: relative;
  color: #FAFAFA;
}


.leader__info p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

.leader__info h3 {
  font-family: 'Aleo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}

.team__info h5 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #143973;
  margin-bottom: 25px;
}

.team__info p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #143973;
}

.team__info p:nth-child(3) {
  font-style: italic;
}

.team__info {
  text-align: center;
  border-bottom: 10px solid #143973;
  padding: 55px 30px;
}

.contact__container_wrap{
  text-align: center;
}

.contact__container_wrap p{
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: #A52828;
}

.contact__container_wrap .link{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
text-align: center;
color: #2A2A2A;
}

#works__list li{
  font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
}

.right-side-content h6{
  font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    border-radius: 20px;
    color: #A52828;
    background: white;
    padding: 28px;
    margin-top: 70px;
}

.work-box{
  font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
}

.nnb__branch .para{
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #2B2B2B;  
}


.nnb__branch .logo-wrap{
  margin: 40px 0 24px;
}

.information_container p{
font-family: 'Aleo', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 28px;
color: #2B2B2B;
}

.information_container span,
.information_container a{
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
color: #143973;
display: block;
}

.address__info{
  margin-bottom: 136px;
}

.text-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align:center;  
}

.heading-primary {
    color:#333;
    text-transform: uppercase;
}

.heading-primary-main {
    display: block;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 35px;
   /*  Animation decalaration   */
    animation-name: moveInleft;
    animation-duration: 3s;
}

.heading-primary-sub {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 15.9px;
  
    animation-name: moveInRight;
    animation-duration: 3s;
}

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(-10px);
    }
    
    100% {
        opacity: 1;
        transform: translate(0);
    }

}

.txt-type .txt {
  border-right: 0.2rem solid #fff;
  animation: cursor 0.5s step-end infinite;
}

@keyframes cursor {
  50% {
    border-right: none;
  }
}

.txt-type .txt{
  font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 58px;
color: #A52828;
}

.main__video__banner h1 {
font-family: 'Aleo', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 58px;
text-align: center;
color: #FFFFFF;
margin-bottom: 30px;
}

.footer__leader_wrap{
  padding-bottom: 0 !important;
}

.video-warpper{
  position: relative;
}

.hero_banner_info{
  z-index: 9;
  position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}

.thumb img{
  margin-top: -10px;
}

.homepage .small__banner{
  background: #a52828;
  height: auto;
}

.homepage .small__banner .title{
  font-size: 24px;
  line-height: 40px;
}

.homepage .small__banner .container{
  width: 1170px;
}

#thered__gallery{
  margin: 0px 0 132px;
}


/* ####################################
           SITON STYLES 
####################################### */

.swiper-custom-next.swiper-button-disabled,
.swiper-custom-prev.swiper-button-disabled
{
  opacity: 0.2;
  
}

/* Zoom In on hover */
.vid-thumb {
	overflow: hidden;
  display: block;
  width: auto;
}

.vid-thumb img{
   display: block;
}

.swiper-slide:hover .desc{
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
}

.vid-thumb img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.vid-thumb:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

/* #####################
      SWIPER STYLES
#######################*/
.swiper-container-videos .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  position: relative;
  top: 0px;
}

.swiper-container-videos .swiper-slide a {
  text-decoration: none;
  font-size: 14px;
  color: #1f2f3c;
}
@media only screen and (max-width: 800px) {
  .swiper-container-videos .swiper-slide a {
    font-size: 11px;
    line-height: 14px;
  }
}
.swiper-container-videos  .selected.swiper-slide a .desc {
  color: #721e2e;
  font-weight: bold;
}
.swiper-container-videos  .selected {
  border-bottom: 1px solid #c4c4c4;
}
/*  
slidesPerView: "auto" so the width of each slide set by CSS */
.swiper-container-videos .swiper-slide {
  max-width: auto;
  width: 36%;
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-container-videos .swiper-slide a .desc {
  margin-top: 3px;
  margin-bottom: 3px;
}

.swiper-container-videos .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-pagination-bullet-active {
    background: #b4234c;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.jRGTjS{
  justify-content: flex-start !important;
}

.jWTMpU{
  margin: 0 !important;
}

.kvkbls{
  color: #fff !important;
}

.elfsight-app-4b63ca10-b3df-4715-bf13-acb755afd45d.eapps-widget{
  margin-top: 30px;
}

.yottie-widget-feed-section-inner{
  background: #111111;
}

.dynamic_galley{
  margin-top: 100px;
}

.dynamic_galley h2{
  padding-bottom: 30px;
}

.leaders_d,
.curriulum_desktop__banner{
  display: block;
}

.leaders_m,
.curriulum_mobile__banner{
  display: none;
}

.students__project_slider_wrap{
  padding: 0 10px;
}

.social{
  display: flex;
  align-items: center;
  justify-content: center;
}

.senior_branch .information_container{
  margin-bottom: 40px;
}

.senior_branch .address__info .text-center{
  border-top: 1px solid #D0D0D0;
  padding-top: 73px;
}

.contact__container_wrap img{
  margin-bottom: 10px;
}

.contact__container_wrap p{
  margin-bottom: 8px;
}

.social a{
  padding: 0 5px;
}

.senior_branch .address__info h4,
#contact__container h5{
  font-family: 'Aleo', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: #000000;
margin-bottom: 32px;
}

#contact__container{
 
  padding: 83px 0;
}

.slps__in__media .slick-next:before {
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #3f3f3f;
}

.copy-right-section{
  background-color: #202020;
  margin-top: -2px;
  padding: 29px 0;
}

.copyright__wrapper{
color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
}

.copy-right-text p{
  margin-bottom: 0;
}

.social-icons img{
  width: 30px;
}

.sports_video_section{
  padding: 41px 0 64px;
}

.booklist__books .fee__structure__card{
  margin-bottom: 89px;
}

#houses__content h2{
  padding-bottom: 46px;
}

#popup__video_sports{
  margin-top: 120px;
}

.social-icons a{
  margin: 0 10px;
}

.sports_content h5{
  font-size: 40px;
    line-height: 50px;
    color: #FAFAFA;
}

#popup__video_sports .video__popup__holder .popup-youtube{
  width: 90%;
}

.sports_content{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#admission-procedure h4,
.admisssion__chart h4,
#documents-required p{
  font-family: 'Aleo', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: #000000;
padding-bottom: 28px;
}

#documents-required p{
  padding-bottom: 10px;
  margin-bottom: 0;
}

#admission-procedure p{
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 28px;
color: #2B2B2B;
padding-bottom: 44px;
}

#documents-required span,
#documents-required li{
  font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 28px;
color: #2B2B2B;
}

#documents-required p img{
  margin-right: 10px;
}

.call__btn:hover{
  background-color: #fff;
  color: #A52828;
  border: 1px solid #A52828;
}

.get__in_touch{
  background-color: #143973;
  margin-top: 128px;
}

.get__in_touch p{
  font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: #FFFFFF;
}

.get__in_touch h4{
font-family: 'Aleo', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 48px;
color: #FFFFFF;
}


.get__in_touch .call__btn{
  margin-top: 0;
}

.admission__info{
  height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#documents-required span{
  margin-bottom: 40px;
  display: block;
}

.admisssion__chart li{
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 28px;
color: #2B2B2B;
}

.admisssion__chart{
  padding-top: 79px;
}

.facilites__card{
  margin-bottom: 30px;
}

.nav__mobile_link{
  display: block;
}

select option { color: #6c757d; }

select{
  background-image: url('../images/formm__dropdown_icon.svg');
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 0.7em;
}

.error_message{
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  display: block;
  color: #a52828;
  font-weight: 600;
}

#branch{
  display: none;
}

.yottie-widget-feed-section-inner{
  background-color: transparent !important;
}

.curriculum__content_redirection{
    display: block !important;
    color: black !important;
    text-decoration: underline !important;
    margin-bottom: 39px !important;
}




