
.btn__dark-mode-toggle {
  z-index: 1020;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  border-radius: .5rem;
  border: 2px solid transparent;
}

.footer__wrapper.aos-init.aos-animate {
  padding-top: 4%;
}

/* Default styles */
.sr-websites {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.sr-child-1,
.sr-child-2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-basis: 45%;
  margin: 2%;
}

.sr-child-2 {
  margin-top: 0;
}

.sr-websites img {
  width: 200px;
  height: 200px;
  margin-bottom: 20px; /* Add margin between images */
}

/* Responsive styles */
@media only screen and (max-width: 768px) {
  .sr-child-1,
  .sr-child-2 {
    flex-basis: 100%;
    margin: 2% 2px;
  }
}

@media only screen and (max-width: 480px) {
  .sr-websites img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px; /* Adjust margin for smaller screens */
  }
}

#main {
  width: 300px;
}


/* Slideshow container */
.slideshow-container {
  position: relative;
  background: white;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.dot-container .active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}






.theme__light .btn__dark-mode-toggle {
  background-color: #F8E5E5;
}

.theme__dark .btn__dark-mode-toggle {
  background-color: #001429;
}

.btn__dark-mode-toggle i {
  font-size: 1.5rem;
}

.theme__light .btn__dark-mode-toggle i {
  color: #000000;
}

.theme__dark .btn__dark-mode-toggle i {
  color: #ffffff;
}

.btn__dark-mode-toggle:hover {
  border-width: 2px;
  border-style: solid;
}

.theme__light .btn__dark-mode-toggle:hover {
  border-color: #b8b8b8;
}

.theme__dark .btn__dark-mode-toggle:hover {
  border-color: #474747;
}

.btn__menu, .btn__close {
  min-width: 2.5rem;
  min-height: 2.5rem;
  border-radius: 0.5rem;
}

.btn__menu i, .btn__close i {
  font-size: 1.25rem;
}

.theme__light .btn__menu i, .theme__light .btn__close i {
  color: #000000;
}

.theme__dark .btn__menu i, .theme__dark .btn__close i {
  color: #ffffff;
}

.btn__close {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.btn__enroll {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.9375rem 2.25rem;
  border-radius: 1rem;
  background-color:#4B0082;
  color: #ffffff;
  margin: 1.5rem auto;
}

.btn__enroll:hover {
  Aclonica #000000;
}

.btn__careers {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.9375rem 2.25rem;
  border-radius: 1rem;

  margin-top: 1.5rem;
border: 2px solid #ffffff;
  color: #ffffff;
  Aclonica #4B0082;
}

.btn__careers:hover {
  background-color: rgba(0, 128, 255, 0.08);
}

.btn__carousel {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: #4B0082;
}

.btn__carousel:hover {
  background-color: rgba(0, 0, 0, 0.72);
  border: 2px solid rgba(255, 255, 255, 0.72);
}

.btn__carousel i {
  font-size: 1.25rem;
  color: #ffffff;
}

.btn__carousel--right {
  margin-left: auto;
}

.btn__indicator {
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  background-color: rgba(0, 0, 0, 0.48);
  border: 2px solid rgba(255, 255, 255, 0.48);
}

.btn__indicator:hover {
  background-color: rgba(0, 0, 0, 0.72);
  border: 2px solid rgba(255, 255, 255, 0.72);
}

.body {
  overflow-x: hidden;
  font-family: "Aclonica", sans-serif;
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto ;
  grid-template-areas: "header" "main" "footer";
}

.header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  -webkit-transition: -webkit-box-shadow 500ms ease 0s;
  transition: -webkit-box-shadow 500ms ease 0s;
  transition: box-shadow 500ms ease 0s;
  transition: box-shadow 500ms ease 0s, -webkit-box-shadow 500ms ease 0s;
}

.theme__light .header {
  background-color: #F8E5E5;
}

.theme__dark .header {
  background-color: #001429;
}

.theme__light .header__solid {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
}

.theme__dark .header__solid {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.48);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.48);
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.brand {
  font-family: "Aclonica", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.brand a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #4B0082;
}

.theme__light .brand a span {
  color: #000000;
}

.theme__dark .brand a span {
  color: #ffffff;
}

.menu {
  position: relative;
}

.nav {
  position: fixed;
  top: 0;
  right: -14rem;
  height: 100%;
  white-space: nowrap;
  width: 14rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.theme__light .nav {
  background-color: #F8E5E5;
}

.theme__dark .nav {
  background-color: #001429;
}

.nav__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.nav__active {
  right: 0;
}

.nav__items {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.nav__item {
  position: relative;
  line-height: 2.4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#nav_hover:hover {
  transform: translateY(-2px);
  box-shadow: 1px 3px 7px #6f6d72;
}
.theme__light .nav__item a {
  color: #000000;
}

.theme__dark .nav__item a {
  color: #ffffff;
}

.nav__item a i {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}

.nav__item a span {
  font-size: 1rem;
  font-weight: 600;
}

.nav__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  z-index: -1;
}

.theme__light .nav__item::before {
  background-color: #F8E5E5;
}

.theme__dark .nav__item::before {
  background-color: #006cd6;
}

.nav__item:hover::before {
  -webkit-transition: width 0.4s 0.3s;
  transition: width 0.4s 0.3s;
  width: 100%;
}

.nav__item:hover a {
  color: #ffffff;
}

.nav__button-group {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1rem;
  padding: 0.75rem;
}

.active::before {
  content: '';
  width: 0.24rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.hide {
  display: none;
}

.programs:hover .programs__items {
  display: block;
}

.programs__items {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  will-change: height;
  font-size: 0.875rem;
  font-weight: 500;
}

.theme__light .programs__items {
  background-color: #F8E5E5;
}

.theme__dark .programs__items {
  background-color: #002447;
}

.theme__light .programs__items a {
  color: #000000;
}

.theme__dark .programs__items a {
  color: #ffffff;
}

.programs__item {
  line-height: 2.8;
  padding-left: 0.75rem;
}

.main {
  position: relative;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
}

.content-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.theme__light .hero, .theme__light
.about-us, .theme__light
.school-student {
  background-color: #F8E5E5;
}

.theme__dark .hero, .theme__dark
.about-us, .theme__dark
.school-student {
  background-color: #001429;
}

.hero__content,
.about-us__content,
.school-student__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.2rem;
  /*padding-bottom: 6rem;*/
}

.hero__text,
.about-us__text,
.school-student__text {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.theme__light .hero__text, .theme__light
.about-us__text, .theme__light
.school-student__text {
  color: #000000;
}

.theme__dark .hero__text, .theme__dark
.about-us__text, .theme__dark
.school-student__text {
  color: #ffffff;
}

.hero__illustration,
.about-us__illustration,
.school-student__illustration {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hero__illustration img,
.about-us__illustration img,
.school-student__illustration img {
  width: 100%;
}

.hero__heading {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero__heading span {
  position: relative;
}

.hero__heading span::after {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #4B0082;
  position: absolute;
  top: 84%;
  left: 0;
}

.register {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.register__links {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.75rem;
}

.anchor__webinar {
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.9375rem 1rem;
  <!--border: 2px solid #4B0082;-->
  margin-top: 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  color: #4B0082;
}
.link:hover {
  transform: translateY(-2px);
  box-shadow: 1px 3px 7px #6f6d72;
}
.anchor__webinar:nth-of-type(1){
  border: none;
  padding: 0.9375rem 0rem;
}
.anchor__webinar:nth-of-type(2){
  border: none;
  padding: 0.9375rem 0rem;
}

.anchor__webinar:hover {
  background-color: rgba(0, 128, 255, 0.08);
}

.tab:hover {
  transform: translateY(-2px);
}


.anchor__trial {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
border: 2px solid #ffffff;
  padding: 0.9375rem 2.25rem;
border: 2px solid #4B0082;
  margin-top: 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  color: #4B0082;
}

.anchor__trial:hover {
  background-color: #0071e0;
}

.anchor__careers {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.9375rem 2.25rem;
  border: 2px solid #4B0082;
  margin-top: 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  color: #4B0082;
}

.anchor__careers:hover {
  background-color: rgba(0, 128, 255, 0.08);
}

.section__text {
  margin-bottom: 3rem;
}

.section__heading {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.theme__light .section__heading{
    color: #000000;
}

.theme__dark .section__heading {
  color: #F8E5E5;
}

.theme__light .color-primary {
  color: #4B0082;
}

.theme__dark .color-primary {
  color: #F8E5E5;
}

.section__description {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.theme__light .section__description {
  color: #000000;
}

.theme__dark .section__description {
  color: #ffffff;
}

.stem,
.services,
.student,
.testimonials,
.advantages,
.features,
.members {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.card__heading {
  font-size: 1.25rem;
  font-weight: 600;
}

.card__description {
  font-size: 1rem;
  margin-top: 0.75rem;
}

.theme__light .stem {
  background-color: #ffffff;
}

.theme__dark .stem {
  background-color: #002447;
}

.stem__heading {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  text-align: center;
}

.theme__light .stem__heading {
  color: #000000;
}

.theme__dark .stem__heading {
  color: #ffffff;
}

.stem__cards {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 3rem;
}

.stem__card {
  padding: 24px;
  border-top-right-radius: 3rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.theme__light .stem__card {
  background-color: #F8E5E5;
  color: #000000;
}

.theme__dark .stem__card {
  background-color: #001429;
  color: #ffffff;
}

.stem__illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}

.stem__illustration img {
  width: 100%;
  height: 8rem;
}

.theme__light .services {
  background-color: #F8E5E5;
  color: #000000;
}

.theme__dark .services {
  background-color: #001429;
  color: #ffffff;
}

.services__offered {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 2.25rem;
}

.services__card {
  padding: 1.5rem;
  border-radius: 2rem;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;}

.theme__light .services__card {
  background-color: #ffffff;
}

.theme__dark .services__card {
  background-color: #002447;
}

.services__icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  margin-bottom: 0.75rem;
  border-width: 2px;
  border-style: solid;
}

.theme__light .services__icon {
  border-color: #4B0082;
}

.theme__dark .services__icon {
  border-color: #a3d1ff;
}

.services__icon i {
  font-size: 1.5rem;
}

.theme__light .services__icon i {
  color: #4B0082;
}

.theme__dark .services__icon i {
  color: #a3d1ff;
}

.theme__light.color-primary {
  color: #4B0082;
}

.theme__dark.color-primary {
  color: #a3d1ff;
}

.carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
  height: 24rem;
}
.container{
  display: inline;
  margin: 0;
  padding: 0;
}
.itemtext{
  float: left;
  width: 20%;
  height: 100%;
  padding-top: 10%;
  padding-left: 1.5%;
}
.itemtext p{
  padding-left: 15%;
  padding-top: 20%;
}
.carousel__slides {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 1200ms ease-in-out;
  transition: -webkit-transform 1200ms ease-in-out;
  transition: transform 1200ms ease-in-out;
  transition: transform 1200ms ease-in-out, -webkit-transform 1200ms ease-in-out;
}

.carousel__slide {
  height: 100%;
  position: absolute;
  width: 100%;

}

.carousel__slide img{
  width: 100%;
  height: 100%;
  -o-object-fit: contain ;
     object-fit: contain ;
}

.carousel__button-group {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.carousel__nav {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  margin-bottom: 0.75rem;
}

@media (min-width: 48rem) {
  .carousel {
    height: 36rem;
  }
  .carousel__button-group {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .carousel__nav {
    margin-bottom: 1.5rem;
  }
}

.current-indicator {
  background-color: #000000;
  border: 2px solid #ffffff;
}

.hidden {
  display: none;
}

.theme__light .testimonials {
  background-color: #ffffff;
}

.theme__dark .testimonials {
  background-color: #002447;
}

.tabbar {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 500;
}

.tabbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2rem;
  padding: 0.1875rem;
}

.theme__light .tabbar__items {
  background-color: #F8E5E5;
  color: #000000;
}

.theme__dark .tabbar__items {
  background-color: #001429;
  color: #ffffff;
}

.tabbar__item {
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
}

.tabbar__item--current {
  color: #ffffff;
}

.theme__light .tabbar__item--current {
  background-color: #4B0082;
}

.theme__dark .tabbar__item--current {
  background-color: #004385;
}

.testimony {
  position: relative;
  padding: 1.5rem;
  border-radius: 2rem;
  border-top-left-radius: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
      grid-template-rows: 1fr auto;
  grid-gap: 0.75rem;
}



.theme__light .testimony {
  background-color: #F8E5E5;
  color: #000000;
}

.theme__dark .testimony {
  background-color: #001429;
  color: #ffffff;
}

.testimony::before {
  position: absolute;
  top: -6rem;
  content: "\201C";
  font-family: "Aclonica", sans-serif;
  font-size: 12rem;
  font-weight: 700;
}

.theme__light .testimony::before {
  color: #F8E5E5;
  padding-top: 9px;
}

.theme__dark .testimony::before {
  color: #a3d1ff;
  padding-top: 9px;
}

.testimony__cards {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
  margin-top: 4.5rem;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.75rem;
}

.author__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  margin-right: 0.75rem;
}

.theme__light .author__avatar {
  background-color: #ffffff;
  color: #000000;
}

.theme__dark .author__avatar {
  background-color: #002447;
  color: #ffffff;
}

.author__avatar i {
  font-size: 1.5rem;
}

.theme__light .teach-with-us {
  background-color: #F8E5E5;
}

.theme__dark .teach-with-us {
  background-color: #001429;
}

.teach-with-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2rem;
  padding: 1.5rem;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  background-image: url(../assets/wave/wave-01.svg);
  background-size: cover;
}

.theme__light .teach-with-us__content {
  background-color: #ffffff;
  color: #000000;
}

.theme__dark .teach-with-us__content {
  background-color: #002447;
  color: #ffffff;
}

.teach-with-us__content img {
  width: 72%;
}

.teach-with-us__heading {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.teach-with-us__partner {
  height: 8rem;
}

.theme__light .teach-with-us__partner {
  background-color: #4B0082;
}

.theme__dark .teach-with-us__partner {
  background-color: #00050a;
}

.theme__light .advantages {
  background-color: #ffffff;
}

.theme__dark .advantages {
  background-color: #002447;
}

.advantage {
  text-align: center;
  padding: 0.75rem;
}

.theme__light .advantage {
  color: #000000;
}

.theme__dark .advantage {
  color: #ffffff;
}

.advantage__cards {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 3rem;
}

.advantage__illustration img {
  width: 100%;
  height: 100%;
}

.advantage__heading {
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.advantage__explanation {
  font-size: 1rem;
}

.theme__light .features {
  background-color: #ffffff;
}

.theme__dark .features {
  background-color: #002447;
}

.features__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-row-gap: 3rem;
}

.feature {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme__light .feature {
  background-color: #4B0082;
  color: #000000;
}

.theme__dark .feature {
  background-color: #001429;
  color: #ffffff;
}

.feature__icon {
  min-width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.375rem;
}

.theme__light .feature__icon {
  color: #F8E5E5;
}

.theme__dark .feature__icon {
  color: #a3d1ff;
}

.feature__icon i {
  font-size: 1.25rem;
}

.feature__heading {
  font-size: 1.25rem;
}

.feature__description {
  font-size: 1rem;
  margin-top: 0.75rem;
}

.theme__light .members {
  background-color: #ffffff;
  color: #000000;
}

.theme__dark .members {
  background-color: #002447;
  color: #ffffff;
}

.teammates {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  grid-row-gap: 3rem;
  grid-column-gap: 3rem;
}

.teammate__pic img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.teammate__detail {
  text-align: center;
  padding: 1.5rem 0.75rem;
}

.teammate__name {
  font-size: 1.25rem;
  font-weight: 700;
}

.teammate__position {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.1875rem;
}

.teammate__about {
  font-size: 0.875rem;
  margin-top: 0.375rem;
}

.teammate__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.theme__light .teammate__social {
  background-color: #F8E5E5;
}

.theme__dark .teammate__social {
  background-color: #004385;
}

.teammate__social-link a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  margin-right: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  color: #ffffff;
}

.teammate__social-link a i {
  font-size: 1.5rem;
}

.teammate__social-link a:hover {
  background-color: #ffffff;
}

.teammate__facebook:hover {
  color: #3b5998;
}

.teammate__twitter:hover {
  color: #00acee;
}

.teammate__linkedin:hover {
  color: #2867b2;
}

.footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer;
  grid-row-start: 3;
  grid-row-end: 4;
  color: #ffffff;
}

.theme__light .footer {
  background-color: #4B0082;
}

.theme__dark .footer {
  background-color: #00050a;
}

.footer__wrapper {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 3rem;
  padding-top: 0;
  padding-bottom: 3.25rem;
}

.footer__section-heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.footer__bottom {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid #ffffff;
}

.footer__link {
  font-size: 0.75rem;
  font-weight: 400;
}

.footer__link a {
  color: #ffffff;
}

.footer__link a:hover {
  text-decoration: underline;
}

.social__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social__link a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  margin-right: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.social__link a i {
  font-size: 1.5rem;
}

.social__link a:hover {
  background-color: #ffffff;
}

.social__youtube:hover {
  color: #C4302B;
}

.social__facebook:hover {
  color: #3b5998;
}

.social__twitter:hover {
  color: #00acee;
}

.social__telegram:hover {
  color: #0A0A0A;
}

.social__whatsapp:hover {
  color: #2AFF00;
}

.social__linkedin:hover {
  color: #2867b2;
}

.company__link {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.company__link a {
  color: #ffffff;
}

.company__link a:hover {
  text-decoration: underline;
}

.social,
.company {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ffffff;
}

.contact p {
  margin-top: 0.75rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (min-width: 48rem) {
  .header__wrapper {
    max-width: 90rem;
  }
  .header__button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn__menu {
    display: none;
  }
  .btn__enroll {
    margin: 1.5rem 0;
  }
  .mobile-menu {
    display: none;
  }
  .menu {
    display: block;
  }
  .nav {
    position: relative;
    right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent !important;
  }
  .nav__close {
    display: none;
  }
  .nav__button-group {
    display: none;
  }
  .nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .nav__item {
    line-height: 2;
    border-bottom: none;
  }
  .nav__item::before {
    display: none;
  }
  .nav__item:hover::before {
    display: none;
  }
  .nav__item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0.75rem;
    right: 0.75rem;
    height: 3px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }
  .theme__light .nav__item::after {
    background-color: #000000;
  }
  .theme__dark .nav__item::after {
    background-color: #ffffff;
  }
  .nav__item:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .theme__light .nav__item:hover a {
    color: #000000;
  }
  .theme__dark .nav__item:hover a {
    color: #ffffff;
  }
  .nav__item a i {
    display: none;
  }
  .active::before {
    display: none;
  }
  .active:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .register__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .anchor__careers {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .programs__items {
    left: unset;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .programs__item {
    padding-left: 0;
  }
  .content-container {
    max-width: 90rem;
    margin: 0 auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .hero__content,
  .about-us__content,
  .school-student__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero__text,
  .about-us__text,
  .school-student__text {
    width: 50%;
    text-align: start;
  }
  .hero__illustration,
  .about-us__illustration,
  .school-student__illustration {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__illustration img,
  .about-us__illustration img,
  .school-student__illustration img {
    width: 84%;
  }
  .about-us__text,
  .school-student__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-us__illustration,
  .school-student__illustration {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hero__heading {
    font-size: 3rem;
  }
  .hero__sub-heading {
    font-size: 2.5rem;
  }
  .stem__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    grid-column-gap: 6rem;
  }
  .stem__heading {
    font-size: 1.5rem;
    margin: 0;
    text-align: start;
  }
  .stem__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(16rem, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-gap: 3rem;
}
  .services__description {
    text-align: start;
  }
  /* .services__offered {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(16rem, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-column-gap: 6rem;
    grid-row-gap: 3rem;
  } */

  .services__offered {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(16rem, 1fr))[auto-fill];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
}

  .testimony {
    padding: 2.25rem;
  }
  .testimony__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(20rem, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    grid-gap: 4rem;
  }
  .teach-with-us__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.25rem;
  }
  .teach-with-us__content img {
    width: calc(100%/4);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 3rem;
  }
  .teach-with-us__description {
    padding-right: 3rem;
  }
  .advantage__cards {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2rem;
  }
  .advantage__illustration {
    height: 8rem;
  }
  .features__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 6rem;
  }
  .feature {
    padding: 2.25rem;
  }
  .footer__wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2rem;
  }
  .footer__links {
    text-align: center;
  }
  .social,
  .company {
    padding-bottom: 0;
    border-bottom: none;
  }
}

/********************* S T U D E N T   S E C T I O N ***************************************************/

.theme__light .student {
  background-color: #F8E5E5;
  color: #000000;
}

.theme__dark .student {
  background-color: #001429;
  color: #ffffff;
}

.student__card {
  margin: -10px -4px 10px 10px;
  padding: 1.5rem 0 0 0;
  border-radius: 2rem;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;}

.theme__light .student__card {
  background-color: #ffffff;
}

.theme__dark .student__card {
  background-color: #002447;
}

.student__icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  margin-bottom: 0.75rem;
  border-width: 2px;
  border-style: solid;
}

#studenti {
  margin: -5px -16px 13px 5px;
}

#imgs{
  margin: -5px -16px 9px 12px;
}

.theme__light .student__icon {
  border-color: #4B0082;
}

.theme__dark .student__icon {
  border-color: #a3d1ff;
}

.student__icon i {
  font-size: 0.5rem;
}

.theme__light .student__icon i {
  color: #4B0082;
}

.theme__dark .student__icon i {
  color: #a3d1ff;
}
.student__description {
    text-align: start;
  }
  .student__corner {
    padding:30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(5rem, 5rem))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(5rem, 5rem));
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
  }
  
.student__card:hover {
  transform: translateY(-2px);
  box-shadow: 1px 3px 7px #6f6d72;
}
/*  .student__corner {*/
/*  display: -ms-grid;*/
/*  display: grid;*/
/*  grid-row-gap: 1.25rem;*/
/*}*/
  .simg-container {
    max-width: 90rem;
    margin: 0 auto; 
    padding-left: 3rem;
    /*padding-right: 3rem;*/
  }
  .simg-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  }
  
 .videoplay{
      padding:30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(12.5rem, 12.5rem))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(12.5rem, 12.5rem));
    grid-column-gap: 10.5rem;
    grid-row-gap: 1rem;
        padding: 29px 22px 29px 22px;
       max-width: 100%;
        height: auto;
        padding-left: 21px
  }
  
  .theme__light .videoplay {
  backgroung-color: #4B0082;
}
  
  .theme__dark .videoplay {
  background-color: #002447;
}

 .theme__light .videoplay_container {
  backgroung-color: #4B0082;
}
  
  .theme__dark .videoplay_container {
  background-color: #002447;
}
/*}*/
/*# sourceMappingURL=style.css.map */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F8E5E5;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FFFFFF;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #AARRGGBB;
    z-index: 1000;
}
 
#loader-wrapper .loader-section.section-left {
    left: 0;
}
 
#loader-wrapper .loader-section.section-right {
    right: 0;
}
#loader {
    z-index: 1001; /* anything higher than z-index: 1000 of .loader-section */
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
    opacity: 0;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
 
    -webkit-transition: all 0.3s 0.3s ease-out;
            transition: all 0.3s 0.3s ease-out;
}

.loaded #loader-wrapper {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
 
        -webkit-transition: all 0.3s 0.6s ease-out;
                transition: all 0.3s 0.6s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
 
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0., 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
 
        -webkit-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;
}
                
/* 14-november-2022 */

.videoplay.aos-init.aos-animate {
  display: flow-root;
  text-align: center;
}

i.fa-brands {
  font-size: 40px;
  color: cornflowerblue;
  opacity: 70%;
}

i.fa-brands:hover {
  opacity: 100%;
}

i.fa.fa-phone {
  font-size: 31px;
  padding-left: 4px;
  color: cornflowerblue;
  opacity: 70%;
}

i.fa.fa-phone:hover {
  opacity: 100%;
}

.fa-envelope{
  font-size: 36px;
  padding-left: 4px;
  color: red;
  opacity: 70%;
}

.fa-envelope:hover{
  opacity: 100%;
}

.sr-fill {
  color: #4de74d;
  font-size: 36px;
  opacity: 70%;
}

.sr-fill:hover {
opacity: 200%;
}



.register a.anchor__webinar.link {
    border: 3px solid black;
}

.register img.tab {
    padding: 12px;
}

.bank_details{
        display: flex;
    justify-content: space-between;
}
}

