@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=primary-font:wght@100;200;300;400;500;600;700;800&display=swap");
body {
  margin: 0;
  font-size: 0.875rem;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Rethink Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Rethink Sans", sans-serif;
}

p {
  margin: 10px 0 0 0;
  color: #525151;
  font-size: 0.938rem;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-size: 3.125rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
  }
}
h1 {
  color: #3A3938;
  font-weight: 700;
}
h1 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #713EDD;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #01C878;
  border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 100px 0px;
}
@media (max-width: 767px) {
  section {
    padding: 80px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 50px 0px;
  }
}

@media (max-width: 767px) {
  .reverse {
    flex-direction: column-reverse;
  }
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 70px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}

/*owl theme start */
.form-group {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-group .selecttext {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
@media only screen and (min-width: 991px) and (max-width: 1110px) {
  .form-group input,
  .form-group .form-select,
  .form-group .selecttext {
    padding: 0 10px;
    font-size: 12px;
  }
}
.form-group .selecttext {
  background: #fff;
  align-items: center;
  display: flex;
  color: #5a5a59;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus {
  color: #5a5a59;
  outline: 0;
  box-shadow: none;
  border-color: #713EDD;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly] {
  background-color: #fff;
}
.form-group textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 14px;
  transition: all 0.4s ease;
}

.section__title {
  position: relative;
}
.section__title .shape1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -30px;
}
.section__title .shape2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -50%;
  top: auto;
}
.section__title h2,
.section__title h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section__title h2,
  .section__title h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section__title h2,
  .section__title h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .section__title h2,
  .section__title h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .section__title h2,
  .section__title h3 {
    font-size: 1.8rem;
  }
}
.section__title h2,
.section__title h3 {
  color: #3A3938;
  font-weight: 500;
  text-align: center;
}
.section__title h2 span,
.section__title h3 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.section__title p {
  padding-top: 1rem;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
@media (width <= 992px) {
  .section__title p {
    width: 100%;
  }
}

.header {
  transition: all 0.4s ease-in-out;
  background: none;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
}
@media (width <= 1200px) {
  .header .container {
    max-width: 100%;
  }
}
.header .nav-brand {
  padding: 0;
}
.header .logo {
  transition: all 0.4s ease-in-out;
  background: url(../images/logo.svg);
  width: 159px;
  height: 80px;
  position: relative;
  margin: 10px 0 0 px;
  background-repeat: no-repeat;
}
@media (992px <= width <= 1200px) {
  .header .logo {
    width: 130px;
    height: 64px;
  }
}
@media (768px <= width <= 992px) {
  .header .logo {
    width: 135px;
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .header .logo {
    width: 125px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .header .logo {
    width: 110px;
    height: 54px;
  }
}
.header .call__enroll {
  display: flex;
  gap: 10px;
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .header .call__enroll {
    margin-right: 20px;
  }
}
@media (width <= 575.98px) {
  .header .call__enroll {
    margin-right: 0;
  }
}
.header .call__enroll .button_1 {
  transition: all 0.4s ease-in-out;
  border: 1px solid #713EDD;
}
@media (width <= 480px) {
  .header .call__enroll .button_1 {
    padding: 6px 15px;
  }
}
.header .call__enroll .button_1 img {
  transition: all 0.4s ease-in-out;
}
.header .call__enroll .button_1:after {
  background: #fff;
}
.header .call__enroll .button_1:hover img {
  filter: brightness(0) invert(1);
}
.header .call__enroll .enroll_btn {
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.header .call__enroll .enroll_btn:after {
  background: #713EDD !important;
}

.header.shrink {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 85px;
  padding: 0.8rem 0;
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 10px;
  /* Glass effect */
  /* transparent */
  background: rgba(232, 240, 251, 0.94);
  /* Optional polish */
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
@media (768px <= width <= 992px) {
  .header.shrink {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .header.shrink {
    padding: 0.5rem 0;
    height: auto;
  }
}
@media (width <= 575.98px) {
  .header.shrink {
    padding: 0.2rem 0;
  }
}
.header.shrink .navigation {
  background: none;
  padding: 0;
  border-radius: 0;
  border: none;
}
@media (width <= 575.98px) {
  .header.shrink .call__enroll {
    margin-right: 0;
  }
}
.header.shrink .logo {
  transition: all 0.4s ease-in-out;
  background: url(../images/logo.svg);
  display: inline-block;
  width: 130px;
  height: 60px;
  position: relative;
  margin: 10px 0 0 px;
  background-repeat: no-repeat;
}
@media (768px <= width <= 992px) {
  .header.shrink .logo {
    width: 130px;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  .header.shrink .logo {
    width: 130px;
    height: 60px;
  }
}
@media (width <= 575.98px) {
  .header.shrink .logo {
    width: 130px;
    height: 55px;
  }
}
@media (width <= 992px) {
  .header.shrink .branch_locator_md {
    top: 24px;
  }
}
@media (width <= 575.98px) {
  .header.shrink .branch_locator_md {
    top: 14px;
  }
}
.header.shrink .branch_locator {
  background: #01C878;
}
.header.shrink .branch_locator:hover {
  background: #713EDD;
}
.header.shrink .hamburger {
  background: #01C878;
}
.header.shrink .hamburger:hover {
  background: #713EDD;
}

.hero__section {
  width: 100%;
  height: 100vh;
}
@media (width <= 1200px) {
  .hero__section {
    padding: 7rem 0 2rem 0;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .hero__section {
    padding: 4rem 0 2rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero__section .container,
  .hero__section .container-sm {
    max-width: 100%;
  }
}
.hero__section .content__section {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 85vh;
}
@media (width <= 1200px) {
  .hero__section .content__section {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .hero__section .content__section {
    padding: 2rem 0rem;
  }
}
.hero__section .content__section h1 {
  font-size: 3.125rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero__section .content__section h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero__section .content__section h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hero__section .content__section h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .hero__section .content__section h1 {
    font-size: 2.4rem;
  }
}
.hero__section .content__section h1 {
  color: #3A3938;
  font-weight: 500;
}
.hero__section .content__section h1 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
}
@media (max-width: 767.98px) {
  .hero__section .content__section h1 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .hero__section .content__section p {
    text-align: center;
  }
}
.hero__section .content__section .btn__box {
  margin-top: 1.5rem;
  display: flex;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .hero__section .content__section .btn__box {
    justify-content: center;
  }
}
.hero__section .content__section .btn__box .button_1 {
  display: flex;
  align-items: center;
}
.hero__section .content__section .btn__box .button_1 span {
  margin-left: 0.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fdcc6c;
  color: #713EDD;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__section .image_section {
  width: 100%;
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  height: 85vh;
}
@media (width <= 1200px) {
  .hero__section .image_section {
    justify-content: center;
    height: 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .hero__section .image_section {
    height: auto;
    padding: 2rem 0rem;
  }
}
@media (width <= 575.98px) {
  .hero__section .image_section {
    padding: 2rem 0rem;
  }
}
.hero__section .image_section .hero_shape {
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: auto;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .hero__section .image_section .hero_shape {
    margin-bottom: 2rem;
  }
}
.hero__section .image_section .hero_shape {
  display: block svg g;
  display-transform-origin: center;
  display-transform-box: fill-box;
  display-transition: transform 0.2s ease;
}
.hero__section .image_section .hero_shape svgg {
  transform-box: fill-box;
  transform-origin: center;
}
.hero__section .image_section .hero_shape svg g:hover {
  animation: bounce 0.6s ease;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero__section .image_section .img_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem 0 2rem;
}
.hero__section .counter__box {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 4rem;
  background: #faedf9;
  height: 12vh;
}
@media (width <= 991.98px) {
  .hero__section .counter__box {
    padding: 0.5rem 1.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .hero__section .counter__box {
    height: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
.hero__section .counter__box ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hero__section .counter__box ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.hero__section .counter__box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .hero__section .counter__box ul li {
    width: 50%;
    padding: 1rem 0.5rem;
  }
}
.hero__section .counter__box ul li .counter {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 10px;
}
@media (width <= 991.98px) {
  .hero__section .counter__box ul li .counter {
    font-size: 1.2rem;
  }
}
.hero__section .counter__box ul li span {
  display: block;
  font-size: 0.938rem;
  font-weight: 400;
  text-align: center;
}
.hero__section .counter__box ul li:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  position: absolute;
  top: 15px;
  right: -60px;
  width: 8px;
  height: 8px;
  background: #713EDD;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero__section .counter__box ul li:before {
    right: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero__section .counter__box ul li:before {
    right: -35px;
  }
}
@media (max-width: 767.98px) {
  .hero__section .counter__box ul li:before {
    display: none;
  }
}
.hero__section .counter__box ul li:last-child:before {
  display: none;
}

.kids__programs {
  width: 100%;
  padding-top: 120px;
  position: relative;
}
.kids__programs .section__title {
  position: relative;
}
.kids__programs .section__title .shape1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -30px;
}
.kids__programs .section__title .shape2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -50%;
  top: auto;
}
.kids__programs .section__title .swiper-nav {
  position: absolute;
  right: -80px;
  bottom: 10px;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
  /* background panel */
  background: #e8e7e7;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 5px;
  border-radius: 40px;
}
@media (width <= 1200px) {
  .kids__programs .section__title .swiper-nav {
    right: 80px;
  }
}
@media (width <= 992px) {
  .kids__programs .section__title .swiper-nav {
    display: none;
  }
}
.kids__programs .section__title .swiper-nav .nav-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #713EDD;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.kids__programs .section__title .swiper-nav .nav-item i {
  color: #fff;
  font-size: 14px;
}
.kids__programs .section__title .swiper-nav .nav-item:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.kids__programs .section__title .swiper-nav .nav-item.prev.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.kids__programs .section__title .swiper-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  background: #713EDD;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.kids__programs .section__title .swiper-btn i {
  color: #fff;
  font-size: 14px;
}
.kids__programs .section__title .swiper-btn:hover {
  background: #713EDD;
}
.kids__programs .section__title .swiper-btn:hover i {
  color: #fff;
}
.kids__programs .section__title .swiper-button-prev::after {
  display: none;
}
.kids__programs .section__title .swiper-button-next::after {
  display: none;
}
.kids__programs .section__title .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
}
.kids__programs .section__title .swiper-button-next {
  position: relative;
  margin-top: 0;
  right: auto;
}
.kids__programs .mySwiper {
  padding-top: 6rem;
  padding-left: 40px;
}
@media (max-width: 767.98px) {
  .kids__programs .mySwiper {
    padding: 0px 15px;
  }
}
.kids__programs .mySwiper .swiper-slide {
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 2rem;
  margin: 1rem 0;
  position: relative;
  height: 420px;
}
.kids__programs .mySwiper .swiper-slide .arrow {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: 45px;
  right: 45px;
  display: none;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: rgba(232, 240, 251, 0.304);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.kids__programs .mySwiper .swiper-slide .arrow i {
  color: #fff;
}
@media (max-width: 767.98px) {
  .kids__programs .mySwiper .swiper-slide .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
}
.kids__programs .mySwiper .swiper-slide .heading {
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .kids__programs .mySwiper .swiper-slide .heading {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .kids__programs .mySwiper .swiper-slide .heading {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .kids__programs .mySwiper .swiper-slide .heading {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .kids__programs .mySwiper .swiper-slide .heading {
    font-size: 1rem;
  }
}
.kids__programs .mySwiper .swiper-slide .heading {
  color: #3A3938;
  font-weight: 500;
}
.kids__programs .mySwiper .swiper-slide:hover {
  transform: rotate(-2deg);
  box-shadow: 12px 0 25px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.kids__programs .mySwiper .swiper-slide:hover .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}
.kids__programs .mySwiper .swiper-slide:nth-child(1) {
  background: #fdcc6c;
}
.kids__programs .mySwiper .swiper-slide:nth-child(2) {
  background: #c116ad;
}
.kids__programs .mySwiper .swiper-slide:nth-child(2) .heading {
  color: #fff;
}
.kids__programs .mySwiper .swiper-slide:nth-child(2) p {
  color: #fff;
}
.kids__programs .mySwiper .swiper-slide:nth-child(3) {
  background: #01c878;
}
.kids__programs .mySwiper .swiper-slide:nth-child(3) .heading {
  color: #fff;
}
.kids__programs .mySwiper .swiper-slide:nth-child(3) p {
  color: #fff;
}
.kids__programs .mySwiper .swiper-slide:nth-child(4) {
  background: #65c6fe;
}
.kids__programs .mySwiper .swiper-slide:nth-child(5) {
  background: #fd3f01;
}
.kids__programs .mySwiper .swiper-slide:nth-child(5) .heading {
  color: #fff;
}
.kids__programs .mySwiper .swiper-slide:nth-child(5) p {
  color: #fff;
}
.kids__programs .mySwiper .swiper-slide:nth-child(6) {
  background: #20c997;
}
.kids__programs .mySwiper .swiper-slide:nth-child(7) {
  background: #4d08cd;
}
.kids__programs .mySwiper .swiper-slide:nth-child(7) .heading {
  color: #fff;
}
.kids__programs .mySwiper .swiper-slide:nth-child(7) p {
  color: #fff;
}
.kids__programs .mySwiper .swiper-slide:nth-child(8) {
  background: #369018;
}
.kids__programs .mySwiper .swiper-slide:nth-child(8) .heading {
  color: #fff;
}
.kids__programs .mySwiper .swiper-slide:nth-child(8) p {
  color: #fff;
}

.most__kids__program {
  width: 100%;
}
.most__kids__program .section__title {
  position: relative;
}
.most__kids__program .section__title h3 {
  text-align: left;
}
@media (max-width: 767.98px) {
  .most__kids__program .section__title p {
    width: 100%;
  }
}
.most__kids__program .section__title .shape5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -30px;
}
.most__kids__program .section__title .shape6 {
  position: absolute;
  left: -8%;
  top: 40%;
}
.most__kids__program .section__title .shape7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -50%;
  top: auto;
}
@media (max-width: 767.98px) {
  .most__kids__program .section__title .shape7 {
    display: none;
  }
}
.most__kids__program .section__title__2 {
  position: relative;
}
.most__kids__program .section__title__2 h4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .most__kids__program .section__title__2 h4 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .most__kids__program .section__title__2 h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .most__kids__program .section__title__2 h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .most__kids__program .section__title__2 h4 {
    font-size: 1.8rem;
  }
}
.most__kids__program .section__title__2 h4 {
  color: #3A3938;
  font-weight: 500;
  text-align: center;
}
.most__kids__program .section__title__2 h4 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.most__kids__program .section__title__2 p {
  width: 100%;
}
.most__kids__program .section__title__2 .shape5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -30px;
}
.most__kids__program .section__title__2 .shape6 {
  position: absolute;
  left: -8%;
  top: 40%;
}
.most__kids__program .section__title__2 .shape7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -50%;
  top: auto;
}
@media (max-width: 767.98px) {
  .most__kids__program .section__title__2 .shape7 {
    display: none;
  }
}
.most__kids__program .pe-15 {
  padding-right: 10rem;
}
@media (max-width: 767.98px) {
  .most__kids__program .pe-15 {
    padding-right: 0rem;
  }
}
@media (width <= 992px) {
  .most__kids__program .button_2 {
    font-size: 0.875rem;
  }
}
.most__kids__program .most__kids__program__box {
  width: 100%;
}
.most__kids__program .most__kids__program__box h3{
  font-size: 25px;
}
.most__kids__program .most__kids__program__box .img__box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative;
  aspect-ratio: 1/1;
  z-index: 1;
}
.most__kids__program .most__kids__program__box .img__box::after {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  content: "";
  position: absolute;
  inset: 0;
  background: #41159f;
  background: linear-gradient(0deg, rgba(65, 21, 159, 0.75) 0%, rgba(113, 62, 221, 0.75) 100%);
  /* overlay color */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.most__kids__program .most__kids__program__box .img__box img {
  transition: all 0.4s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: relative;
}
.most__kids__program .most__kids__program__box .img__box .btn_box {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (max-width: 767.98px) {
  .most__kids__program .most__kids__program__box .img__box .btn_box {
    opacity: 1;
  }
}
.most__kids__program .most__kids__program__box .img__box .btn_box .button_1 {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #713EDD;
  background: #fff;
}
.most__kids__program .most__kids__program__box .img__box .btn_box .button_1::after {
  background: #fff;
}
.most__kids__program .most__kids__program__box .img__box .btn_box .button_1 i {
  color: #713EDD;
}
.most__kids__program .most__kids__program__box .img__box .btn_box .button_1:hover {
  background: #713EDD;
}
.most__kids__program .most__kids__program__box .img__box .btn_box .button_1:hover i {
  color: #fff;
}
.most__kids__program .most__kids__program__box .img__box:hover img {
  transform: translateY(-15px);
}
.most__kids__program .most__kids__program__box .img__box:hover::after {
  opacity: 1;
  z-index: 1;
}
.most__kids__program .most__kids__program__box .image__box_1:nth-child(1) {
  background: url(../images/most_popular_bg_1.jpg);
  background-size: cover;
  background-position: center;
}
.most__kids__program .most__kids__program__box .image__box_2:nth-child(1) {
  background: url(../images/most_popular_bg_2.jpg);
  background-size: cover;
  background-position: center;
}
.most__kids__program .most__kids__program__box .image__box_3:nth-child(1) {
  background: url(../images/most_popular_bg_3.jpg);
  background-size: cover;
  background-position: center;
}
.most__kids__program .most__kids__program__box .image__box_4:nth-child(1) {
  background: url(../images/most_popular_bg_4.jpg);
  background-size: cover;
  background-position: center;
}
.most__kids__program .most__kids__program__box .content {
  padding-top: 1rem;
}
.most__kids__program .most__kids__program__box .content h5 {
  font-size: 0.938rem;
  color: #807e7e;
  margin: 0.4rem 0;
}
.most__kids__program .most__kids__program__box .content .age__duration {
  font-size: 0.938rem;
  font-weight: 500;
  color: #3A3938;
  margin-top: 1rem;
}
.most__kids__program .most__kids__program__box .content .age__duration span {
  display: block;
}
.most__kids__program .most__kids__program__box:hover .btn_box {
  opacity: 1;
}

.learning__play {
  width: 100%;
  background: #01C878;
  position: relative;
  z-index: 0;
}
.learning__play::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #fff;
  z-index: -1;
}
@media (width <= 1200px) {
  .learning__play::after {
    height: 100px;
  }
}
.learning__play .section__title {
  position: relative;
}
.learning__play .section__title h3 {
  color: #fff;
}
.learning__play .section__title h3 span {
  color: #fff;
  display: block;
}
.learning__play .section__title p {
  padding-top: 1rem;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 767.98px) {
  .learning__play .section__title p {
    width: 100%;
  }
}
.learning__play .teaching__box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  padding: 1.5rem;
  background: #fff;
}

.teaching__box .icon {
  height: 64px;
  width: 64px;
  /* margin: 0 auto; */
}

@media (max-width: 767.98px) {
  .learning__play .teaching__box {
    padding: 2rem 1.5rem;
  }
}
.learning__play .teaching__box h4 {
  font-size: 1.25rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .learning__play .teaching__box h4 {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .learning__play .teaching__box h4 {
    font-size: 1.15rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .learning__play .teaching__box h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .learning__play .teaching__box h4 {
    font-size: 1rem;
  }
}
.learning__play .sub__title {
  position: relative;
}
.learning__play .sub__title h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .learning__play .sub__title h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .learning__play .sub__title h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .learning__play .sub__title h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .learning__play .sub__title h3 {
    font-size: 1.8rem;
  }
}
.learning__play .sub__title h3 {
  color: #fff;
  font-weight: 500;
}
.learning__play .sub__title h3 span {
  color: #fff;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.learning__play .sub__title .button_2 {
  border: 1px solid #fff;
  color: #fff;
}
.learning__play .sub__title .button_2:after {
  background-color: #01C878 !important;
}
.learning__play .vidoe__box {
  position: relative;
  aspect-ratio: 4/3;
}
.learning__play .vidoe__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.learning__play .vidoe__box .video-btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 1rem;
  background: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.after__none::after {
  display: none !important;
}

.best__facilities {
  width: 100%;
  padding-top: 40px;
}
.best__facilities .section__title {
  position: relative;
}
.best__facilities .section__title h3 {
  text-align: left;
}
.best__facilities .section__title .shape5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -30px;
}
.best__facilities .section__title .shape6 {
  position: absolute;
  left: -8%;
  top: 40%;
}
.best__facilities .section__title .shape7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -50%;
  top: auto;
}
.best__facilities .facilities__box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.best__facilities .facilities__box h4 {
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .best__facilities .facilities__box h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .best__facilities .facilities__box h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .best__facilities .facilities__box h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .best__facilities .facilities__box h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .best__facilities .facilities__box h4 br {
    display: none;
  }
}
.best__facilities .facilities__box ul {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  flex: 1;
}
.best__facilities .facilities__box ul li {
  list-style: none;
  margin-left: 0;
  line-height: 26px;
  position: relative;
}
@media (max-width: 767.98px) {
  .best__facilities .facilities__box ul li {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .best__facilities .facilities__box ul li::before {
    content: "\f134";
    position: absolute;
    font-family: bootstrap-icons !important;
    top: 0;
    left: 0;
    color: #713EDD;
    font-size: 0.8rem;
    background: #fff;
  }
}
.best__facilities .facilities__box .facilities__box__bottom {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  aspect-ratio: 13/6;
  width: 100%;
}
.best__facilities .facilities__box .facilities__box__bottom img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.partners__accrediation {
  background-color: #713EDD;
}
.partners__accrediation .partner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 1200px) {
  .partners__accrediation .partner {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .partners__accrediation .partner {
    margin-bottom: 1rem;
  }
}
.partners__accrediation .partner .icon {
  padding-right: 1rem;
}
.partners__accrediation .partner .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners__accrediation .partner .text {
  font-weight: 400;
  color: #fff;
  font-size: 0.938rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .partners__accrediation .partner .text {
    font-size: 0.938rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .partners__accrediation .partner .text {
    font-size: 0.938rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .partners__accrediation .partner .text {
    font-size: 0.938rem;
  }
}
@media (max-width: 767.98px) {
  .partners__accrediation .partner .text {
    font-size: 0.875 0.3rem;
  }
}
@media (width <= 1200px) {
  .partners__accrediation .partner .text {
    text-align: center;
  }
}

.parents__trust {
  width: 100%;
}
.parents__trust .mt-8 {
  margin-top: 8rem;
}
.parents__trust .parents__trust__box {
  width: 75%;
  margin-bottom: 4rem;
}
@media (width <= 1200px) {
  .parents__trust .parents__trust__box {
    width: 100%;
  }
}
.parents__trust .parents__trust__box .icon {
  margin-bottom: 1rem;
}
.parents__trust .parents__trust__box h4 {
  font-weight: 700;
  color: #3A3938;
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .parents__trust .parents__trust__box h4 {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .parents__trust .parents__trust__box h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .parents__trust .parents__trust__box h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .parents__trust .parents__trust__box h4 {
    font-size: 1rem;
  }
}

.parents__share__bg {
  background: url(../images/parents-their-experience-bg.webp) no-repeat top #fff;
}
@media (max-width: 767.98px) {
  .parents__share__bg {
    padding-bottom: 0;
  }
}
.parents__share__bg h3 {
  text-align: left;
}
.parents__share__bg h3 span {
  color: #713EDD;
}
.parents__share__bg p {
  text-align: left;
  width: auto;
}
.parents__share__bg .slide__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.parents__share__bg .slide__btn .button_2::after {
  background: #e4f2f0;
}
.parents__share__bg .slide__btn .swiper-nav {
  display: flex;
  gap: 10px;
  background: #e8e7e7;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 5px;
  border-radius: 40px;
}
.parents__share__bg .slide__btn .swiper-nav .nav-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #713EDD;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.parents__share__bg .slide__btn .swiper-nav .nav-item i {
  color: #fff;
  font-size: 14px;
}
.parents__share__bg .slide__btn .swiper-nav .nav-item:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.parents__share__bg .slide__btn .swiper-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  background: #713EDD;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.parents__share__bg .slide__btn .swiper-btn i {
  color: #fff;
  font-size: 14px;
}
.parents__share__bg .slide__btn .swiper-btn:hover {
  background: #713EDD;
}
.parents__share__bg .slide__btn .swiper-btn:hover i {
  color: #fff;
}
.parents__share__bg .slide__btn .swiper-button-prev::after {
  display: none;
}
.parents__share__bg .slide__btn .swiper-button-next::after {
  display: none;
}
.parents__share__bg .slide__btn .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
}
.parents__share__bg .slide__btn .swiper-button-next {
  position: relative;
  margin-top: 0;
  right: auto;
}
.parents__share__bg .mySwiper2 .swiper-slide {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  background: #fff;
  padding: 2rem 1.5rem;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.parents__share__bg .mySwiper2 .swiper-slide .client__img {
  width: 60px;
  height: 60px;
}
.parents__share__bg .mySwiper2 .swiper-slide .client__text {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.parents__share__bg .mySwiper2 .swiper-slide .client__text h5 {
  text-align: center;
  font-weight: 700;
  color: #3A3938;
  font-size: 0.9rem;
}
@media (max-width: 767.98px) {
  .parents__share__bg .mySwiper2 .swiper-slide .client__text h5 {
    font-size: 0.938rem;
  }
}
.parents__share__bg .mySwiper2 .swiper-slide .client__text h6 {
  text-align: center;
  font-weight: 400;
  color: #838180;
  font-size: 0.813rem;
}
.parents__share__bg .mySwiper2 .swiper-slide .client__text p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #525151;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  text-align: center;
  height: 86px;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
.parents__share__bg .mySwiper3 .swiper-slide {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  padding: 0;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.parents__share__bg .mySwiper3 .swiper-slide::before {
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(7, 7, 10, 0.89) 100%);
}
.parents__share__bg .mySwiper3 .swiper-slide .video__img {
  width: 100%;
  aspect-ratio: 6/9;
}
.parents__share__bg .mySwiper3 .swiper-slide .video__img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.parents__share__bg .mySwiper3 .swiper-slide .video__img .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.755);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.parents__share__bg .mySwiper3 .swiper-slide .video__img .video__btn i {
  color: #000;
  font-size: 18px;
}
.parents__share__bg .mySwiper3 .swiper-slide .video__img .texts {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
}
.parents__share__bg .mySwiper3 .swiper-slide .video__img .texts h5 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .parents__share__bg .mySwiper3 .swiper-slide .video__img .texts h5 {
    font-size: 0.938rem;
  }
}
.parents__share__bg .mySwiper3 .swiper-slide .video__img .texts h6 {
  font-weight: 400;
  color: #fff;
  font-size: 0.813rem;
}
.image__gallery {
  width: 100%;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .image__gallery {
    padding-top: 2rem;
  }
}
.image__gallery .section__title h3 {
  text-align: left;
}
.image__gallery .section__title p {
  text-align: left;
  width: auto;
}
.image__gallery .marquee-container {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
}
.image__gallery .marquee-track {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 18s linear infinite;
}
.image__gallery .marquee-track .img__box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  aspect-ratio: 4/3;
  position: relative;
}
@media (max-width: 767.98px) {
  .image__gallery .marquee-track .img__box {
    height: 43vh;
  }
}
.image__gallery .marquee-track .img__box .arrow__video__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Glass background */
  background: rgba(255, 253, 253, 0.826);
  /* transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* Safari */
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .image__gallery .marquee-track .img__box .arrow__video__center {
    width: 40px;
    height: 40px;
  }
}
.image__gallery .marquee-track .img__box .arrow__video__center {
  /* Optional glass shine */
}
.image__gallery .marquee-track .img__box .arrow__video__center i {
  font-size: 1.125rem;
  color: #000;
}
@media (max-width: 767.98px) {
  .image__gallery .marquee-track .img__box .arrow__video__center i {
    font-size: 1rem;
  }
}
.image__gallery .marquee-track .img__box .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  background: #703edd;
  backdrop-filter: blur(12px);
  /* transparent white */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* Safari support */
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image__gallery .marquee-track .img__box .arrow i {
  font-size: 1rem;
  color: #fff;
}
.image__gallery .marquee-track .img__box a img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.image__gallery .marquee-track .img__box img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.image__gallery .marquee-track .img__box:hover .arrow {
  opacity: 1;
}
.image__gallery .marquee-track .img__box_2 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .image__gallery .marquee-track .img__box_2 {
    height: 50vh;
  }
}
.image__gallery .marquee-track .img__box_2 .img__box_3 {
  aspect-ratio: 4/3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  height: 100%;
}
@media (max-width: 767.98px) {
  .image__gallery .marquee-track .img__box_2 .img__box_3 {
    height: 22.5vh;
  }
}
.image__gallery .marquee-track .img__box_2 .img__box_3 .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #703edd;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image__gallery .marquee-track .img__box_2 .img__box_3 .arrow i {
  font-size: 1rem;
  color: #fff;
}
.image__gallery .marquee-track .img__box_2 .img__box_3 .arrow__video {
  position: absolute;
  bottom: 20px;
  left: 20px;
  /* Glass background */
  background: rgba(255, 253, 253, 0.458);
  /* transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* Safari */
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Optional glass shine */
}
.image__gallery .marquee-track .img__box_2 .img__box_3 .arrow__video i {
  font-size: 1rem;
  color: #000;
}
.image__gallery .marquee-track .img__box_2 .img__box_3 .arrow__video__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Glass background */
  background: rgba(255, 253, 253, 0.826);
  /* transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* Safari */
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .image__gallery .marquee-track .img__box_2 .img__box_3 .arrow__video__center {
    width: 40px;
    height: 40px;
  }
}
.image__gallery .marquee-track .img__box_2 .img__box_3 .arrow__video__center {
  /* Optional glass shine */
}
.image__gallery .marquee-track .img__box_2 .img__box_3 .arrow__video__center i {
  font-size: 1.125rem;
  color: #000;
}
@media (max-width: 767.98px) {
  .image__gallery .marquee-track .img__box_2 .img__box_3 .arrow__video__center i {
    font-size: 1rem;
  }
}
.image__gallery .marquee-track .img__box_2 .img__box_3 img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.image__gallery .marquee-track .img__box_2 .img__box_3:hover .arrow {
  opacity: 1;
}
.image__gallery .marquee-track {
  /* pause on hover */
}
.image__gallery .marquee-track .marquee-container:hover .marquee-track {
  animation-play-state: paused;
}
.image__gallery .marquee-track {
  /* ✅ STARTS VISIBLE FROM LEFT */
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
    /* already visible */
  }
  100% {
    transform: translateX(-50%);
    /* move left */
  }
}

.awards-and-achievements {
  width: 100%;
}
.awards-and-achievements .section__title {
  position: relative;
}
.awards-and-achievements .section__title::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 200px;
  background: url("../images/left-shape.png") no-repeat center/contain;
}
@media (max-width: 767.98px) {
  .awards-and-achievements .section__title::before {
    width: 75px;
    height: 150px;
  }
}
@media (width <= 480px) {
  .awards-and-achievements .section__title::before {
    display: none;
  }
}
.awards-and-achievements .section__title {
  /* RIGHT IMAGE */
}
.awards-and-achievements .section__title::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 200px;
  background: url("../images//right-shape.png") no-repeat center/contain;
}
@media (max-width: 767.98px) {
  .awards-and-achievements .section__title::after {
    width: 75px;
    height: 150px;
  }
}
@media (width <= 480px) {
  .awards-and-achievements .section__title::after {
    display: none;
  }
}
@media (width <= 992px) {
  .awards-and-achievements .section__title p {
    width: 80%;
  }
}
@media (width <= 480px) {
  .awards-and-achievements .section__title p {
    width: 100%;
  }
}
.awards-and-achievements .awards__box {
  width: 100%;
}
.awards-and-achievements .awards__box .awards__pic {
  width: 100%;
  aspect-ratio: 4/3;
}
.awards-and-achievements .awards__box .awards__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.awards-and-achievements .awards__box .awards__content {
  width: 80%;
  margin-top: 1rem;
}
@media (width <= 992px) {
  .awards-and-achievements .awards__box .awards__content {
    width: 100%;
  }
}
.awards-and-achievements .awards__box .awards__content h4 {
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .awards-and-achievements .awards__box .awards__content h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .awards-and-achievements .awards__box .awards__content h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .awards-and-achievements .awards__box .awards__content h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .awards-and-achievements .awards__box .awards__content h4 {
    font-size: 1.3rem;
  }
}

.faq {
  width: 100%;
  background: #713EDD;
  position: relative;
}
@media (max-width: 767.98px) {
  .faq {
    padding-top: 100px;
  }
}
.faq .q_mark {
  position: absolute;
  top: 0;
  right: 80px;
  width: 500px;
}
@media (width <= 991px) {
  .faq .q_mark {
    width: 350px;
    right: 40px;
  }
}
@media (max-width: 767.98px) {
  .faq .q_mark {
    width: 200px;
    right: 20px;
  }
}
.faq .section__title h3 {
  color: #fff;
  text-align: left;
}
.faq .section__title p {
  color: #fff;
  text-align: left;
  width: auto;
}
.faq .faq-accordion {
  background: none !important;
}
.faq .accordion-item {
  background: none !important;
  border: none;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.faq .accordion-item .accordion-body {
  padding: 0;
}
.faq .accordion-item .accordion-body p {
  color: #fff;
}
.faq .accordion-button {
  background: none !important;
  color: #fff;
  font-size: 1.25rem;
  padding: 1rem 0;
  font-weight: 600;
  align-items: flex-start;
}
@media (width <= 575.98px) {
  .faq .accordion-button {
    font-size: 1rem;
  }
}
.faq .accordion-button span {
  padding-right: 0.5rem;
}
.faq .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq .faq-accordion .accordion-button::after {
  display: none;
}
.faq .faq-btn .icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.faq .faq-btn .icon i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  transition: 0.3s ease;
}
.faq .faq-btn .icon .bi-plus-lg {
  opacity: 1;
  transform: rotate(0deg);
}
.faq .faq-btn:not(.collapsed) .icon .bi-plus-lg {
  opacity: 0;
  transform: rotate(90deg);
}
.faq .accordion-item:last-of-type,
.faq .accordion-item:last-of-type .accordion-button,
.faq .accordion-item:last-of-type .accordion-collapse {
  border-radius: 0 !important;
}

.active_timepass {
  width: 100%;
}
.active_timepass .section__title h3 {
  color: #3A3938;
  text-align: left;
}
.active_timepass .section__title p {
  text-align: left;
  width: auto;
}
.active_timepass .active__box {
  width: 100%;
}
.active_timepass .active__box .active__pic {
  width: 100%;
  aspect-ratio: 4/3;
}
.active_timepass .active__box .active__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.active_timepass .active__box .active__content {
  width: 100%;
  margin-top: 1rem;
}
.active_timepass .active__box .active__content h4 {
  display: -webkit-box;
  height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #3a3938 !important;
}
@media (max-width: 767.98px) {
  .active_timepass .active__box .active__content h4 {
    height: 50px;
  }
}
.active_timepass .active__box .active__content h4 {
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .active_timepass .active__box .active__content h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .active_timepass .active__box .active__content h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .active_timepass .active__box .active__content h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .active_timepass .active__box .active__content h4 {
    font-size: 1.3rem;
  }
}
.active_timepass .active__box .active__content h4 a {
  color: #3A3938 !important;
}
.active_timepass .active__box .active__content .calendar {
  font-size: 0.938rem;
  color: #a5a3a3;
  margin-bottom: 10px;
}
.active_timepass .active__box .active__content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #525151;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  height: 85px;
  -webkit-line-clamp: 4;
}

.news__blogs {
  width: 100%;
  background: #f0f4f7;
}
.news__blogs .section__title h3 {
  color: #3A3938;
  text-align: left;
}
.news__blogs .section__title p {
  text-align: left;
  width: auto;
}
.news__blogs .button_2::after {
  background: #f0f4f7;
}
.news__blogs .mySwiper4 {
  width: calc(100vw - (100vw - 100%) / 2);
  margin-right: calc((100vw - 100%) / -2);
}
.news__blogs .mySwiper4 .newsblog__pic {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  aspect-ratio: 9/4;
}
.news__blogs .mySwiper4 .newsblog__pic img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__blogs .mySwiper4 .newsblog__content {
  width: 100%;
  margin-top: 1rem;
}
.news__blogs .mySwiper4 .newsblog__content h4 {
  display: -webkit-box;
  height: 28px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #3A3938 !important;
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news__blogs .mySwiper4 .newsblog__content h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news__blogs .mySwiper4 .newsblog__content h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .news__blogs .mySwiper4 .newsblog__content h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .news__blogs .mySwiper4 .newsblog__content h4 {
    font-size: 1.3rem;
  }
}
.news__blogs .mySwiper4 .newsblog__content h4 a {
  color: #3A3938 !important;
}
.news__blogs .mySwiper4 .newsblog__content .calendar {
  font-size: 0.938rem;
  color: #a5a3a3;
  margin-bottom: 10px;
}
.news__blogs .mySwiper4 .newsblog__content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #525151;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.news__blogs .mySwiper4 .swiper-pagination {
  position: relative;
  margin-top: 30px;
  text-align: left;
}
.news__blogs .mySwiper4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.4;
  background: #a193cc;
}
.news__blogs .mySwiper4 .swiper-pagination-bullet-active {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  opacity: 1;
  transform: scale(1.2);
  background: #713EDD;
  width: 30px;
  height: 10px;
}

.all__programs {
  background: url(../images/all-programs-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 120px 0 0 0;
}
@media (max-width: 767.98px) {
  .all__programs {
    padding: 120px 0 60px 0;
  }
}
.all__programs::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
  background: #fff;
}
@media (max-width: 767.98px) {
  .all__programs::before {
    height: 100px;
  }
}
.all__programs .section__title h3 {
  color: #fff;
  text-align: left;
}
.all__programs .section__title p {
  text-align: left;
  width: auto;
  color: #fff;
}
.all__programs .button_4 {
  margin-top: 1rem;
}
.all__programs .button_4::after {
  background-color: none;
}
.all__programs .forms__bg {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #01c878;
  padding: 2rem;
  width: 80%;
  position: relative;
  margin-top: 170px;
}
@media (width <= 1200px) {
  .all__programs .forms__bg {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .all__programs .forms__bg {
    width: 80%;
    margin: 0 auto;
  }
}
@media (width <= 575.98px) {
  .all__programs .forms__bg {
    width: 100%;
  }
}
.all__programs .forms__bg h4 {
  font-size: 1.5rem;
  color: #fff;
}
.all__programs .forms__bg p {
  margin-bottom: 0;
  color: #fff !important;
  font-size: 0.75rem;
}
.all__programs .forms__bg p a {
  color: #fff;
  text-decoration: underline;
}
.all__programs .forms__bg .absolutebtn {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.footer {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 40px 0;
  }
}
@media (width <= 575.98px) {
  .footer {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 767.98px) {
  .footer .logo {
    width: 180px;
    margin: 0 auto;
  }
}
.footer .newsletter-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  max-width: 450px;
  margin: auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer .newsletter-box {
    max-width: 350px;
  }
}
@media (width <= 575.98px) {
  .footer .newsletter-box {
    max-width: 300px;
  }
}
.footer .newsletter-box label {
  font-size: 0.938rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.footer .newsletter-box .input-group {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  padding: 0.2rem;
  border: 1px solid #838180;
}
.footer .newsletter-box input {
  height: 48px;
  font-size: 0.875rem;
  border: none;
}
.footer .newsletter-box .btn {
  padding: 0 10px;
  font-weight: 500;
  border: none;
}
.footer .newsletter-box .btn i {
  color: #000;
}
.footer {
  /* Remove outline + shadow on focus */
}
.footer .newsletter-box input:focus,
.footer .newsletter-box button:focus,
.footer .newsletter-box .form-control:focus,
.footer .newsletter-box .btn:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  /* or keep your normal border color */
}
.footer .ftr__links {
  width: 100%;
}
.footer .ftr__links h5 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.footer .ftr__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .ftr__links ul li {
  padding: 0.2rem 0;
}
.footer .ftr__links ul li a {
  color: #000;
  font-size: 0.813rem;
}
.footer .footer__contact h5 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.footer .footer__contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer__contact ul li {
  padding: 0.2rem 0;
  position: relative;
  padding: 0.2rem 0 0.2rem 1.8rem;
  font-size: 0.813rem;
}
.footer .footer__contact ul li span {
  position: absolute;
  left: 0;
}
.footer .footer__contact ul li span img {
  width: 20px;
}
.footer .footer__contact ul li a {
  color: #000;
  font-size: 0.813rem;
}
.footer .footer__social ul {
  display: flex;
}
.footer .footer__social ul li {
  list-style: none;
  padding: 0 0.5rem;
}
.footer .footer__social ul li a {
  color: #0a142f;
  font-size: 0.938rem;
}

.desktop {
  display: none;
}
@media (max-width: 991px) {
  .desktop {
    display: block;
  }
}

.contact {
  margin-top: 95px;
  padding-top: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact {
    margin-top: 80px;
  }
}
@media (width <= 767.98px) {
  .contact {
    margin-top: 70px;
  }
}
.contact .contact__content {
  width: 85%;
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .contact .contact__content {
    margin-top: 20px;
  }
}
.contact .contact__content h1 {
  color: #713EDD;
  margin-bottom: 2rem;
  font-size: 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact .contact__content h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .contact .contact__content h1 {
    font-size: 1.8rem;
  }
}
.contact .contact__content .btn__box {
  margin-top: 2rem;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.contact .contact__content .btn__box .button_2 {
  font-weight: 300;
}
.contact .contact__content .momento {
  width: 50%;
  margin-top: 4rem;
}
@media (width <= 1200px) {
  .contact .contact__content .momento {
    width: 80%;
  }
}
@media (width <= 992px) {
  .contact .contact__content .momento {
    width: 100%;
  }
}
.contact .contact__content .momento ul {
  display: flex;
  flex-direction: column;
}
.contact .contact__content .momento ul li {
  list-style: none;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
.contact .contact__content .momento ul li .icon {
  display: flex;
  align-items: center;
  width: 65px;
  padding-right: 1rem;
}
.contact .contact__content .momento ul li .icon img {
  width: 40px;
}
.contact .contact__content .momento ul li .text p {
  padding-bottom: 0;
  margin: 0;
}
.contact .contact__bg {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  height: 100%;
  position: relative;
  margin-top: 25px;
}
.contact .contact__bg .shapes {
  position: absolute;
  top: -40px;
  left: 0;
}
.contact .contact__bg::before {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  top: 0;
  left: 0;
  content: "";
  height: 80%;
  width: 100%;
  position: absolute;
  background: #f2eade;
}
.contact .contact__bg .form-group {
  position: relative;
}
.contact .contact__bg .form-group input,
.contact .contact__bg .form-group .input,
.contact .contact__bg .form-group .form-select,
.contact .contact__bg .form-group .selecttext {
  height: 50px;
  font-size: 0.938rem;
  color: #3a3938;
}
@media only screen and (min-width: 991px) and (max-width: 1110px) {
  .contact .contact__bg .form-group input,
  .contact .contact__bg .form-group .input,
  .contact .contact__bg .form-group .form-select,
  .contact .contact__bg .form-group .selecttext {
    padding: 0 10px;
    font-size: 12px;
  }
}
.contact .contact__bg .form-group .selecttext {
  font-size: 0.938rem;
  color: #5a5a59;
}
.contact .contact__bg .form-group input:focus,
.contact .contact__bg .form-group textarea:focus,
.contact .contact__bg .form-group .form-select:focus,
.contact .contact__bg .form-group select:focus {
  color: #3a3938;
}
.contact .contact__bg .form-group input:disabled,
.contact .contact__bg .form-group input[readonly] {
  background-color: #fff;
}
.contact .contact__bg .form-group ::-moz-placeholder {
  color: #3a3938;
}
.contact .contact__bg .form-group ::placeholder {
  color: #3a3938;
}
.contact .contact__bg .forms__bg {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #01c878;
  padding: 2rem;
  width: 65%;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
  bottom: 35px;
}
@media (width <= 1200px) {
  .contact .contact__bg .forms__bg {
    width: 100%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767.98px) {
  .contact .contact__bg .forms__bg {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
.contact .contact__bg .forms__bg .shape-9 {
  position: absolute;
  right: 35px;
  top: -45px;
}
.contact .contact__bg .forms__bg .shape-9 img {
  width: 80px;
}
.contact .contact__bg .forms__bg h4 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
.contact .contact__bg .forms__bg .absolutebtn {
  position: absolute;
  width: auto;
  left: 50%;
  padding: 1rem 2rem;
  bottom: 0;
  transform: translate(-50%, 50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.contact .address__box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #e3eafb;
  padding: 2.5rem;
  height: 100%;
  position: relative;
}
@media (width <= 1200px) {
  .contact .address__box {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .contact .address__box {
    padding: 1.5rem;
  }
}
.contact .address__box .map {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border: 5px solid #713EDD;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact .address__box .map {
    width: 140px;
    height: 140px;
  }
}
@media (width <= 1200px) {
  .contact .address__box .map {
    position: relative;
    bottom: auto;
    right: auto;
    width: 120px;
    height: 120px;
    margin-top: 1rem;
  }
}
@media (width <= 575.98px) {
  .contact .address__box .map {
    width: 100%;
    border: 3px solid #713EDD;
  }
}
.contact .address__box .addess_icon img {
  width: 60px;
}
.contact .address__box p {
  font-weight: 500;
  font-size: 1.125rem;
}
@media (width <= 575.98px) {
  .contact .address__box p {
    font-size: 1rem;
  }
}
.contact .address__box h5 {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #000;
}
.contact .address__box .btn__box {
  margin-top: 2rem;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.contact .address__box .btn__box .button_2 {
  font-weight: 300;
  font-size: 0.875rem;
}
.contact .mb100 {
  margin-top: 100px;
}
.contact .mail {
  margin-top: 3rem;
}
.contact .mail p a {
  font-size: 1.8rem;
  color: #000 !important;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .contact .mail p a {
    font-size: 1.4rem;
  }
}
.contact .mail p a:hover {
  letter-spacing: 1px;
}

.page__banner {
  padding: 4rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 95px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page__banner {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page__banner {
    margin-top: 80px;
  }
}
@media (width <= 767.98px) {
  .page__banner {
    margin-top: 70px;
  }
}
.page__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.page__banner .page__content h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 3.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page__banner .page__content h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page__banner .page__content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .page__banner .page__content h1 {
    font-size: 3.3rem;
  }
}
@media (max-width: 767.98px) {
  .page__banner .page__content h1 {
    font-size: 2.2rem;
  }
}
.page__banner .page__content p {
  color: #fff;
}
.page__banner .page__content .button_2 {
  background: rgb(0, 0, 0);
  background: linear-gradient(105deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
  border: 1px solid #848282;
}
.page__banner .page__content .button_2::before {
  display: none;
}
.page__banner .page__content .button_2::after {
  display: none;
}
.page__banner .page__content .lite {
  background: rgb(0, 0, 0);
  background: linear-gradient(105deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff;
  border: 1px solid #848282;
}
.page__banner .page__content .lite::before {
  display: none;
}
.page__banner .page__content .lite::after {
  display: none;
}

.page__banner__container {
  padding: 0.5rem 0 0 0;
  position: relative;
  margin-top: 95px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page__banner__container {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page__banner__container {
    margin-top: 80px;
  }
}
@media (width <= 767.98px) {
  .page__banner__container {
    margin-top: 70px;
    padding: 0 15px;
  }
}
.page__banner__container .container__bg {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-size: cover;
  padding: 4rem 3rem;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  min-height: 450px;
}
@media (max-width: 767.98px) {
  .page__banner__container .container__bg {
    min-height: 250px;
  }
}
.page__banner__container .container__bg::before {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.page__banner__container .nb__bg::before {
  display: none;
}
.page__banner__container .backtolisting {
  font-size: 0.938rem;
  color: #3A3938;
  font-weight: 700;
}
.page__banner__container .backtolisting i {
  padding-right: 0.5rem;
}
.page__banner__container h1 {
  margin-bottom: 1rem;
  font-size: 2.8rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page__banner__container h1 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page__banner__container h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .page__banner__container h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .page__banner__container h1 {
    font-size: 2rem;
  }
}
.page__banner__container h1 {
  font-weight: 600;
  color: #3A3938;
}
.page__banner__container .tags {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 15px;
}
.page__banner__container .tags span {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #4A84D8;
  color: #4A84D8;
  font-size: 0.875rem;
}
.page__banner__container .share-buttons {
  display: flex;
  gap: 12px;
}
.page__banner__container .share-buttons .share {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3A3938;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}
.page__banner__container .share-buttons .share:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
.page__banner__container .calendar {
  font-size: 0.938rem;
  color: #a5a3a3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page__banner__container .calendar .line {
  margin: 0 0.5rem;
  width: 1px;
  height: 1rem;
  background-color: #a5a3a3;
}
.page__banner__container .past__events__box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #ed4381;
  padding: 2rem;
  width: 100%;
}
@media (width <= 767.98px) {
  .page__banner__container .past__events__box {
    padding: 1.5rem;
  }
}
.page__banner__container .past__events__box h1 {
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page__banner__container .past__events__box h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page__banner__container .past__events__box h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .page__banner__container .past__events__box h1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767.98px) {
  .page__banner__container .past__events__box h1 {
    font-size: 1.8rem;
  }
}
.page__banner__container .past__events__box h4 {
  font-size: 1rem;
  color: #fff;
}
.page__banner__container .past__events__box p {
  color: #fff;
}
.page__banner__container .past__events__box .participate h5 {
  color: #3A3938;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .page__banner__container .past__events__box .participate h5 {
    font-size: 0.875rem;
  }
}
.page__banner__container .past__events__box .participate h4 {
  color: #3A3938;
  font-size: 1.8rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page__banner__container .past__events__box .participate h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .page__banner__container .past__events__box .participate h4 {
    font-size: 1.5rem;
  }
}
.page__banner__container .video__bg {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.page__banner__container .video__bg::before {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4431372549);
}
.page__banner__container .video__bg .video__btn {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (width <= 767.98px) {
  .page__banner__container .video__bg .video__btn {
    position: relative;
    height: 250px;
  }
}
.page__banner__container .video__bg .video__btn h4 {
  font-size: 1rem;
  color: #fff;
}
.page__banner__container .video__bg .video__btn .play_btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #fff;
}
@media (max-width: 767.98px) {
  .page__banner__container .video__bg .video__btn .play_btn {
    width: 60px;
    height: 60px;
  }
}
.page__banner__container .video__bg .video__btn i {
  color: #000;
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  .page__banner__container .video__bg .video__btn i {
    font-size: 2rem;
  }
}

.course__detail {
  padding: 4rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 95px;
  z-index: 1;
  height: 90vh;
  display: flex;
  align-items: center;
}
.course__detail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1411764706);
  left: 0;
  top: 0;
  z-index: 0;
}
.course__detail .desktop-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  display: block;
}
@media (max-width: 767.98px) {
  .course__detail .desktop-img {
    display: none;
  }
}
.course__detail .mobile-img {
  display: none;
}
@media (max-width: 767.98px) {
  .course__detail .mobile-img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
}
@media (width <= 1400px) {
  .course__detail {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .course__detail {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .course__detail {
    margin-top: 80px;
    padding: 2rem 0;
  }
}
@media (width <= 767.98px) {
  .course__detail {
    margin-top: 70px;
    padding: 2rem 0;
  }
}
.course__detail .page__content {
  width: 100%;
  z-index: 99;
}
.course__detail .page__content h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 3.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .course__detail .page__content h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .course__detail .page__content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .course__detail .page__content h1 {
    font-size: 3.3rem;
  }
}
@media (max-width: 767.98px) {
  .course__detail .page__content h1 {
    font-size: 2.2rem;
  }
}
.course__detail .page__content p {
  color: #fff;
  position: relative;
}
.course__detail .page__content .button_2 {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.course__detail .page__content .button_2 span {
  margin-left: 0.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #713EDD;
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course__detail .page__content .momento {
  width: 100%;
  margin-top: 2.5rem;
  position: relative;
}
@media (width <= 1200px) {
  .course__detail .page__content .momento {
    width: 80%;
    margin-top: 2rem;
  }
}
@media (width <= 992px) {
  .course__detail .page__content .momento {
    width: 100%;
  }
}
.course__detail .page__content .momento ul {
  display: flex;
  flex-wrap: wrap;
}
.course__detail .page__content .momento ul li {
  list-style: none;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  padding-bottom: 2rem;
  width: 50%;
}
@media (max-width: 767.98px) {
  .course__detail .page__content .momento ul li {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
.course__detail .page__content .momento ul li .icon {
  display: flex;
  align-items: center;
  width: 65px;
  padding-right: 1rem;
}
.course__detail .page__content .momento ul li .icon img {
  width: 40px;
}
.course__detail .page__content .momento ul li .text p {
  padding-bottom: 0;
  margin: 0;
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
}
@media (max-width: 1200px) {
  .course__detail .page__content .momento ul li .text p {
    font-size: 1rem;
    font-weight: 500;
  }
}
.course__detail .page__content .btn__box {
  gap: 10px;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.halloffame {
  width: 100%;
}
.halloffame .heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.halloffame .heading img {
  width: 30px;
}
.halloffame .heading h2 {
  font-family: "Imperial Script", cursive;
  color: #fd3f01;
  text-align: center;
  font-size: 4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .halloffame .heading h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .halloffame .heading h2 {
    font-size: 2.85rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .halloffame .heading h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .halloffame .heading h2 {
    font-size: 2.4rem;
  }
}
.halloffame .boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.halloffame .boxes::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* perfect vertical center */
  height: 100px;
  width: 1px;
  background: #a193cc;
}
@media (width <= 575.98px) {
  .halloffame .boxes::before {
    display: none;
  }
}
.halloffame .boxes .img__box_1 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
}
.halloffame .boxes .img__box_1 .crown {
  position: absolute;
  right: -30px;
  top: -40px;
}
.halloffame .boxes .img__box_1 .crown img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 80px;
  height: 80px;
}
.halloffame .boxes .img__box_1 img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 120px;
  height: 120px;
}
.halloffame .boxes .img__box_2 {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.halloffame .boxes .img__box_2 img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
}
.halloffame .boxes .content {
  padding-top: 2rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .halloffame .boxes .content {
    padding-top: 1rem;
  }
}
.halloffame .boxes .content h3 {
  color: #3A3938;
  font-weight: 600;
  text-align: center;
  font-size: 1.375rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .halloffame .boxes .content h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .halloffame .boxes .content h3 {
    font-size: 1rem;
  }
}
.halloffame .mt15 {
  margin-top: 0;
}
@media (width <= 575.98px) {
  .halloffame .mt15 {
    margin-top: 2rem;
  }
}
.halloffame .last_line {
  position: relative;
}
.halloffame .last_line:last-child::before {
  display: none;
}

.news__blog__detail {
  width: 100%;
  padding: 40px 0;
}

.news__blog__detail p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #444;
}
.news__blog__detail ul, .news__blog__detail ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.news__blog__detail li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

.news__blog__detail .table__of__content {
  width: 100%;
  padding-right: 1rem;
}
.news__blog__detail .table__of__content .table__list {
  margin-top: 1rem;
}
.news__blog__detail .table__of__content .table__list ul li {
  list-style: none;
  font-size: 1rem;
  font-weight: 600;
  color: #3A3938;
  padding: 0.4rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 30px;
}
.news__blog__detail .table__of__content .table__list ul li a {
  color: #3A3938;
}
.news__blog__detail .scroll-offset {
  scroll-margin-top: 110px;
}
.news__blog__detail .summercamp {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #FF8828;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .news__blog__detail .summercamp {
    padding: 1.5rem;
  }
}
.news__blog__detail .summercamp h5 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1rem;
}
.news__blog__detail .summercamp h3 {
  font-family: "Cherry Bomb One", cursive;
  color: #FEED0D;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news__blog__detail .summercamp h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news__blog__detail .summercamp h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .news__blog__detail .summercamp h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .news__blog__detail .summercamp h3 {
    font-size: 2rem;
  }
}
.news__blog__detail .summercamp h6 {
  font-size: 0.875rem;
  color: #000;
}
.news__blog__detail .summercamp .listing {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 1rem 0;
  padding: 1.4rem;
  background: #FDCC6C;
}
.news__blog__detail .summercamp .listing ul li {
  list-style: none;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  padding: 0.2rem 0 0.2rem 1rem;
  position: relative;
}
.news__blog__detail .summercamp .listing ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.news__blog__detail .summercamp .button_1 {
  width: 100%;
}
.news__blog__detail .summercamp p {
  color: #fff;
  font-size: 0.75rem;
}
.news__blog__detail .summercamp p a {
  color: #fff;
  text-decoration: underline;
}
.news__blog__detail .competition {
  margin-top: 1.5rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #731AC1;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .news__blog__detail .competition {
    padding: 1.5rem;
  }
}
.news__blog__detail .competition h5 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1rem;
}
.news__blog__detail .competition h3 {
  font-family: "Cherry Bomb One", cursive;
  color: #FEED0D;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news__blog__detail .competition h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news__blog__detail .competition h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .news__blog__detail .competition h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .news__blog__detail .competition h3 {
    font-size: 2rem;
  }
}
.news__blog__detail .competition h6 {
  font-size: 0.875rem;
  color: #000;
}
.news__blog__detail .competition .listing__two {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 1rem 0;
}
.news__blog__detail .competition .listing__two ul li {
  list-style: none;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  padding: 0.4rem 0;
  position: relative;
}
.news__blog__detail .competition .listing__two ul li span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
.news__blog__detail .competition .button_2 {
  width: 100%;
  border: none;
}
.news__blog__detail .competition p {
  color: #fff;
  font-size: 0.75rem;
}
.news__blog__detail .competition p a {
  color: #fff;
  text-decoration: underline;
}
.news__blog__detail .second__img {
  width: 100%;
  padding: 2rem 0;
  aspect-ratio: 4/2.5;
}
@media (max-width: 767.98px) {
  .news__blog__detail .second__img {
    padding: 1rem 0;
  }
}
.news__blog__detail .second__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  height: 100%;
}
.news__blog__detail .large {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .news__blog__detail .large {
    font-size: 1.2rem;
  }
}
.news__blog__detail .author_details {
  display: flex;
  align-items: flex-start;
  /* top align */
  gap: 20px;
  /* space between image and text */
}
.news__blog__detail .author_details .profile__img {
  width: 200px;
}
.news__blog__detail .author_details .profile__img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__blog__detail .author_details .author_content h4 {
  margin: 0 0 8px;
  font-size: 20px;
}

.page__banner__white {
  padding: 3rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 95px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page__banner__white {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page__banner__white {
    margin-top: 80px;
  }
}
@media (width <= 767.98px) {
  .page__banner__white {
    margin-top: 40px;
  }
}
.page__banner__white .page__content h1 {
  color: #3A3938;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page__banner__white .page__content h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page__banner__white .page__content h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .page__banner__white .page__content h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .page__banner__white .page__content h1 {
    font-size: 1.6rem;
  }
}
.page__banner__white .lists ul {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: end;
}
@media (max-width: 767.98px) {
  .page__banner__white .lists ul {
    justify-content: center;
  }
}
.page__banner__white .lists ul li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 1rem;
  gap: 10PX;
  font-weight: 600;
  color: #3A3938;
  font-family: "Rethink Sans", sans-serif;
}
.page__banner__white .lists ul li a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #3A3938;
  font-family: "Rethink Sans", sans-serif;
}
.page__banner__white .lists ul li.active {
  position: relative;
}
.page__banner__white .lists ul li.active::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 3px;
  background-color: #713EDD;
}
.page__banner__white .lists ul li.active a {
  color: #713EDD;
}
.page__banner__white .lists ul li.active span {
  color: #713EDD;
}
.page__banner__white .lists ul li span {
  font-size: 2rem;
  color: #3A3938;
}

.form__text {
  padding: 4rem 0;
}
.form__text .momento {
  width: 100%;
  margin-top: 4rem;
}
@media (width <= 1200px) {
  .form__text .momento {
    width: 80%;
  }
}
@media (width <= 992px) {
  .form__text .momento {
    width: 100%;
  }
}
.form__text .momento ul {
  display: flex;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form__text .momento ul {
    flex-direction: column;
  }
}
@media (width <= 575.98px) {
  .form__text .momento ul {
    flex-direction: column;
  }
}
.form__text .momento ul li {
  list-style: none;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
.form__text .momento ul li .icon {
  display: flex;
  align-items: center;
  width: 65px;
  padding-right: 1rem;
}
.form__text .momento ul li .icon img {
  width: 40px;
}
.form__text .momento ul li .text p {
  padding-bottom: 0;
  margin: 0;
  font-weight: 600;
  color: #000;
  font-size: 1.125rem;
}
.form__text .details {
  width: 100%;
}
.form__text .details ul {
  display: flex;
  flex-wrap: wrap;
}
.form__text .details ul li {
  width: 50%;
  list-style: none;
  margin-bottom: 2rem;
  padding-right: 4rem;
}
@media (max-width: 767.98px) {
  .form__text .details ul li {
    padding-right: 1rem;
  }
}
.form__text .details ul li h5 {
  font-weight: 600;
  color: #3A3938;
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form__text .details ul li h5 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .form__text .details ul li h5 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .form__text .details ul li h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .form__text .details ul li h5 {
    font-size: 1rem;
  }
}
.form__text .btn__box {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.form__text .form__section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.form__text .form__section .forms__bg {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #01c878;
  padding: 2rem;
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 170px;
}
@media (width <= 1200px) {
  .form__text .form__section .forms__bg {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .form__text .form__section .forms__bg {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
}
@media (width <= 480px) {
  .form__text .form__section .forms__bg {
    width: 100%;
  }
}
.form__text .form__section .forms__bg h4 {
  font-size: 1.5rem;
  color: #fff;
}
.form__text .form__section .forms__bg .absolutebtn {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.book__seat {
  width: 100%;
}
.book__seat .btn__box {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.book__seat .form__section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.book__seat .form__section .forms__bg {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #01c878;
  padding: 2rem;
  width: 60%;
  position: relative;
}
@media (width <= 1200px) {
  .book__seat .form__section .forms__bg {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .book__seat .form__section .forms__bg {
    width: 100%;
    margin: 0 auto;
  }
}
.book__seat .form__section .forms__bg h4 {
  font-size: 1.5rem;
  color: #fff;
}
.book__seat .form__section .forms__bg .absolutebtn {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.book__seat .course__details {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #f2eade;
  padding: 4rem 2rem 2rem 2rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .book__seat .course__details {
    padding: 4rem 1.5rem 1.5rem 1.5rem;
  }
}
.book__seat .course__details .shape13 {
  position: absolute;
  top: -30px;
  right: 30px;
}
.book__seat .course__details .shape13 img {
  width: 90px;
}
@media (width <= 1200px) {
  .book__seat .course__details .shape13 img {
    width: 60px;
  }
}
.book__seat .course__details ul {
  display: flex;
  flex-wrap: wrap;
}
.book__seat .course__details ul li {
  width: 49%;
  list-style: none;
  margin-bottom: 2rem;
  list-style: none;
  color: #3A3938;
}
@media (max-width: 992px) {
  .book__seat .course__details ul li {
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
.book__seat .course__details ul li {
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .book__seat .course__details ul li {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .book__seat .course__details ul li {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .book__seat .course__details ul li {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .book__seat .course__details ul li {
    font-size: 1rem;
  }
}
.book__seat .course__details ul li {
  font-weight: 700;
}
.book__seat .course__details ul li span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.eventdetails {
  padding: 2rem 0;
}
.eventdetails .details {
  width: 100%;
}
.eventdetails .details ul {
  display: flex;
  flex-wrap: wrap;
}
.eventdetails .details ul li {
  width: 50%;
  list-style: none;
  margin-bottom: 2rem;
}
.eventdetails .details ul li h5 {
  font-weight: 600;
  color: #3A3938;
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .eventdetails .details ul li h5 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .eventdetails .details ul li h5 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .eventdetails .details ul li h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .eventdetails .details ul li h5 {
    font-size: 1rem;
  }
}
.eventdetails .box__section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.eventdetails .box__section .bg__box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #01c878;
  padding: 2rem;
  width: 80%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 170px;
  height: 100%;
}
@media (width <= 1200px) {
  .eventdetails .box__section .bg__box {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .eventdetails .box__section .bg__box {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
.eventdetails .box__section .bg__box h1 {
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .eventdetails .box__section .bg__box h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .eventdetails .box__section .bg__box h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .eventdetails .box__section .bg__box h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .eventdetails .box__section .bg__box h1 {
    font-size: 1.8rem;
  }
}
.eventdetails .box__section .bg__box h4 {
  font-size: 1rem;
  color: #fff;
}
.eventdetails .box__section .bg__box p {
  color: #fff;
}

.event__content {
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .event__content {
    padding: 2rem 0;
  }
}

.review {
  background-color: #713EDD;
}
@media (width <= 480px) {
  .review {
    padding: 2rem 0;
  }
}
.review .lists {
  width: 100%;
}
.review .lists ul {
  display: flex;
}
@media (width <= 1199.98px) {
  .review .lists ul {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.review .lists ul li {
  width: 100%;
  list-style: none;
}
@media (width <= 1199.98px) {
  .review .lists ul li {
    width: 50%;
    padding-right: 2rem;
  }
}
.review .lists ul li .reviewbox {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .review .lists ul li .reviewbox {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .review .lists ul li .reviewbox {
    margin-bottom: 1rem;
  }
}
.review .lists ul li .reviewbox .reviewcount {
  padding-right: 1rem;
  font-weight: 600;
  color: white;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .review .lists ul li .reviewbox .reviewcount {
    font-size: 1.4rem;
  }
}
.review .lists ul li .reviewbox .text {
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
}

.review__white__bg {
  background-color: #fff;
  padding-top: 0;
}
.review__white__bg .lists {
  width: 100%;
}
.review__white__bg .lists ul {
  display: flex;
}
@media (width <= 1199.98px) {
  .review__white__bg .lists ul {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.review__white__bg .lists ul li {
  width: 100%;
  list-style: none;
}
@media (width <= 1199.98px) {
  .review__white__bg .lists ul li {
    width: 50%;
    padding-right: 2rem;
  }
}
.review__white__bg .lists ul li .reviewbox {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .review__white__bg .lists ul li .reviewbox {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .review__white__bg .lists ul li .reviewbox {
    margin-bottom: 1rem;
  }
}
.review__white__bg .lists ul li .reviewbox .reviewcount {
  padding-right: 1rem;
  font-weight: 600;
  color: #713EDD;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .review__white__bg .lists ul li .reviewbox .reviewcount {
    font-size: 1.4rem;
  }
}
.review__white__bg .lists ul li .reviewbox .text {
  font-weight: 400;
  color: #713EDD;
  font-size: 1rem;
}

.events__listing .nav-tabs {
  border: none;
}
.events__listing .nav-tabs .nav-link {
  border: none;
  font-weight: 700;
  color: #525151;
  font-size: 1.125rem;
}
.events__listing .nav-tabs .nav-link.active {
  color: #713EDD;
  position: relative;
}
.events__listing .nav-tabs .nav-link.active:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 2px;
  background-color: #713EDD;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.events__listing .nav-tabs .nav-link.active {
  /* active text color */
}
.events__listing .active__box {
  width: 100%;
}
.events__listing .active__box .active__pic {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.events__listing .active__box .active__pic img {
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events__listing .active__box .active__content {
  width: 100%;
  margin-top: 1rem;
}
.events__listing .active__box .active__content h4 {
  display: -webkit-box;
  height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #3a3938 !important;
}
@media (max-width: 767.98px) {
  .events__listing .active__box .active__content h4 {
    height: 50px;
  }
}
.events__listing .active__box .active__content h4 {
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .events__listing .active__box .active__content h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .events__listing .active__box .active__content h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .events__listing .active__box .active__content h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .events__listing .active__box .active__content h4 {
    font-size: 1.3rem;
  }
}
.events__listing .active__box .active__content h4 a {
  color: #3A3938 !important;
}
.events__listing .active__box .active__content .calendar {
  font-size: 0.938rem;
  color: #a5a3a3;
  margin-bottom: 10px;
}
.events__listing .active__box .active__content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #525151;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  height: 85px;
  -webkit-line-clamp: 4;
}
.events__listing .active__box:hover img {
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}
.events__listing .newsblog__box {
  width: 100%;
}
.events__listing .newsblog__box .newsblog__pic {
  width: 100%;
  aspect-ratio: 9/4;
}
.events__listing .newsblog__box .newsblog__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events__listing .newsblog__box .active__content {
  width: 100%;
  margin-top: 1rem;
}
.events__listing .newsblog__box .active__content h4 {
  display: -webkit-box;
  height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-weight: 600;
  color: #3a3938 !important;
}
@media (max-width: 767.98px) {
  .events__listing .newsblog__box .active__content h4 {
    height: 50px;
  }
}
.events__listing .newsblog__box .active__content h4 {
  font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .events__listing .newsblog__box .active__content h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .events__listing .newsblog__box .active__content h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .events__listing .newsblog__box .active__content h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .events__listing .newsblog__box .active__content h4 {
    font-size: 1.2rem;
  }
}
.events__listing .newsblog__box .active__content h4 a {
  color: #3A3938 !important;
}
.events__listing .newsblog__box .active__content .tags {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 10px;
}
.events__listing .newsblog__box .active__content .tags span {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #4A84D8;
  color: #4A84D8;
  font-size: 0.875rem;
}
.events__listing .newsblog__box .active__content .calendar {
  font-size: 0.938rem;
  color: #a5a3a3;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.events__listing .newsblog__box .active__content .calendar .line {
  margin: 0 0.5rem;
  width: 1px;
  height: 1rem;
  background-color: #a5a3a3;
}
.events__listing .newsblog__box .active__content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #525151;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  height: 65px;
  -webkit-line-clamp: 3;
}
.events__listing .newsletter {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #01C878;
  padding: 2rem;
}
.events__listing .newsletter h5 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1rem;
}
.events__listing .newsletter h3 {
  font-family: "Cherry Bomb One", cursive;
  color: #FEED0D;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .events__listing .newsletter h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .events__listing .newsletter h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .events__listing .newsletter h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .events__listing .newsletter h3 {
    font-size: 2rem;
  }
}
.events__listing .newsletter h6 {
  font-size: 0.875rem;
  color: #000;
}
.events__listing .newsletter .input-group {
  width: 100%;
  display: flex;
  position: relative;
}
.events__listing .newsletter .input-group .form-control {
  width: 100%;
  border-radius: 10px;
  padding: 1rem;
  height: 50px;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.events__listing .newsletter .input-group .btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: absolute;
  right: 0;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.events__listing .newsletter .input-group .btn i {
  color: #000;
}
.events__listing .newsletter p {
  color: #fff;
  font-size: 0.75rem;
}
.events__listing .newsletter p a {
  color: #fff;
  text-decoration: underline;
}

.other__upcoming {
  width: 100%;
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .other__upcoming {
    padding: 2rem 0;
  }
}
.other__upcoming h3 {
  text-align: center;
  font-weight: 600;
  color: #3A3938;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .other__upcoming h3 {
    margin-bottom: 1rem;
  }
}
.other__upcoming h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .other__upcoming h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .other__upcoming h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .other__upcoming h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .other__upcoming h3 {
    font-size: 2rem;
  }
}
.other__upcoming h3 a {
  color: #3A3938 !important;
}
.other__upcoming .upcoming__box {
  width: 100%;
}
.other__upcoming .upcoming__box .active__pic {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.other__upcoming .upcoming__box .active__pic img {
  transition: all 0.4s ease-in-out;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other__upcoming .upcoming__box .otheractive__pic {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  aspect-ratio: 9/4;
  overflow: hidden;
}
.other__upcoming .upcoming__box .otheractive__pic img {
  transition: all 0.4s ease-in-out;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other__upcoming .upcoming__box .active__content {
  width: 100%;
  margin-top: 1rem;
}
.other__upcoming .upcoming__box .active__content h4 {
  display: -webkit-box;
  height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #3a3938 !important;
}
@media (max-width: 767.98px) {
  .other__upcoming .upcoming__box .active__content h4 {
    height: 50px;
  }
}
.other__upcoming .upcoming__box .active__content h4 {
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .other__upcoming .upcoming__box .active__content h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .other__upcoming .upcoming__box .active__content h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .other__upcoming .upcoming__box .active__content h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .other__upcoming .upcoming__box .active__content h4 {
    font-size: 1.3rem;
  }
}
.other__upcoming .upcoming__box .active__content h4 a {
  color: #3A3938 !important;
}
.other__upcoming .upcoming__box .active__content .calendar {
  font-size: 0.938rem;
  color: #a5a3a3;
  margin-bottom: 10px;
}
.other__upcoming .upcoming__box .active__content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #525151;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  height: 65px;
  -webkit-line-clamp: 3;
}
.other__upcoming .upcoming__box:hover img {
  transform: scale(1.1);
}

.gallery__box {
  width: 100%;
}
.gallery__box .img_box {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gallery__box .img_box img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.gallery__box .img_box .video-btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 1rem;
  background: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery__box .img_box .video-btn {
    width: 40px;
    height: 40px;
  }
}
.gallery__box .video-tag {
  position: relative;
}
.gallery__box .video-tag::before {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.gallery__box .masonry {
  -moz-column-count: 4;
       column-count: 4;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .gallery__box .masonry {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery__box .masonry {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .gallery__box .masonry {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (width <= 480px) {
  .gallery__box .masonry {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.gallery__box .masonry .item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 20px;
  width: 100%;
}
.gallery__box .masonry .video-btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 1rem;
  background: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery__box .masonry .video-btn {
    width: 40px;
    height: 40px;
  }
}
.gallery__box .masonry .client__box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  background: #fff;
  padding: 2rem 1.5rem;
  border: 1px solid #ced4da;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.gallery__box .masonry .client__box .client__img {
  width: 60px;
  height: 60px;
}
.gallery__box .masonry .client__box .client__text {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.gallery__box .masonry .client__box .client__text h5 {
  text-align: center;
  font-weight: 700;
  color: #3A3938;
  font-size: 0.9rem;
}
@media (max-width: 767.98px) {
  .gallery__box .masonry .client__box .client__text h5 {
    font-size: 0.938rem;
  }
}
.gallery__box .masonry .client__box .client__text h6 {
  text-align: center;
  font-weight: 400;
  color: #838180;
  font-size: 0.813rem;
}
.gallery__box .masonry .client__box .client__text p {
  text-align: center;
}
.gallery__box .masonry .video__box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  padding: 0;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.gallery__box .masonry .video__box::before {
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(7, 7, 10, 0.89) 100%);
}
.gallery__box .masonry .video__box .video__img {
  width: 100%;
  aspect-ratio: 6/9;
}
.gallery__box .masonry .video__box .video__img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__box .masonry .video__box .video__img .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.755);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.gallery__box .masonry .video__box .video__img .video__btn i {
  color: #000;
  font-size: 18px;
}
.gallery__box .masonry .video__box .video__img .texts {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
}
.gallery__box .masonry .video__box .video__img .texts h5 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .gallery__box .masonry .video__box .video__img .texts h5 {
    font-size: 0.938rem;
  }
}
.gallery__box .masonry .video__box .video__img .texts h6 {
  font-weight: 400;
  color: #fff;
  font-size: 0.813rem;
}
.gallery__box .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gallery__box .nav-tabs {
  justify-content: center;
  gap: 20px;
  margin-bottom: 2.5rem;
  border: none;
}
@media (max-width: 767.98px) {
  .gallery__box .nav-tabs {
    margin-bottom: 2rem;
    gap: 10px;
  }
}
.gallery__box .nav-tabs .nav-link {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #713EDD;
  background: #fff;
  color: #713EDD;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .gallery__box .nav-tabs .nav-link {
    font-size: 0.875rem;
  }
}
.gallery__box .nav-tabs .nav-link.active {
  border-bottom: 3px solid #713EDD;
  background-color: #713EDD;
  color: #fff;
}
.gallery__box .video__box {
  position: relative;
}
.gallery__box .video__box::before {
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  content: "";
  position: absolute;
  border-radius: 12px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1882352941);
}
.gallery__box .gallery-item {
  position: relative;
}
.gallery__box .gallery-item .video-btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 1rem;
  background: #fff;
  color: #000;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__box .gallery-item .video-btn i {
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery__box .gallery-item .video-btn i {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery__box .gallery-item .video-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .gallery__box .gallery-item .video-btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .gallery__box .gallery-item .video-btn {
    font-size: 1.4rem;
  }
}
.gallery__box .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.gallery__box {
  /* large items */
}
.gallery__box .gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery__box {
  /* tall */
  /* wide */
}
.gallery__box .gallery-item.wide {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .gallery__box .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery__box .gallery-item.large {
    grid-column: span 1;
  }
}

.about__banner {
  width: 100%;
}
.about__banner .section__title {
  padding: 0;
  position: relative;
}
.about__banner .section__title h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about__banner .section__title h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about__banner .section__title h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about__banner .section__title h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .about__banner .section__title h1 {
    font-size: 1.8rem;
  }
}
.about__banner .section__title h1 {
  color: #3A3938;
  font-weight: 500;
  text-align: center;
}
.about__banner .section__title h1 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.about__banner .section__title .shape1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -30px;
}
.about__banner .section__title .shape2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -50%;
  top: auto;
}

.aboutbg {
  width: 100%;
}

.skilldevelopment {
  padding-top: 0;
  padding-bottom: 0;
}
.skilldevelopment .skill__content {
  padding-right: 5rem;
  transform: translateY(-45px);
}
@media (width <= 992px) {
  .skilldevelopment .skill__content {
    padding-right: 0rem;
  }
}
@media (width <= 575.98px) {
  .skilldevelopment .skill__content {
    transform: translateY(0);
  }
}
.skilldevelopment .skill__content .heading {
  position: relative;
}
.skilldevelopment .skill__content .heading .shape2 {
  position: absolute;
  left: -20%;
  bottom: -2.6em;
}
.skilldevelopment .skill__content .heading .shape2 img {
  width: 280px;
}
.skilldevelopment .skill__content .heading h2 {
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .skilldevelopment .skill__content .heading h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .skilldevelopment .skill__content .heading h2 {
    font-size: 1.8rem;
  }
}
.skilldevelopment .skill__content .heading h2 {
  color: #3A3938;
  font-weight: 500;
  text-align: left;
  margin-bottom: 2rem;
}
.skilldevelopment .img__box {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .skilldevelopment .img__box {
    margin-top: 0;
  }
}
.skilldevelopment .img__box .shape11 {
  position: absolute;
  top: -55px;
  left: 50%;
}
@media (max-width: 767.98px) {
  .skilldevelopment .img__box .shape11 {
    display: none;
  }
}
.skilldevelopment .img__box .shape11 img {
  width: 150px;
}
.skilldevelopment .img__box .abacus {
  position: absolute;
  bottom: -95px;
  left: 23%;
}

.school__count {
  width: 100%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .school__count {
    padding-top: 3rem;
  }
}
.school__count .counter__box {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 4rem;
  background: #faedf9;
}
@media (width <= 991.98px) {
  .school__count .counter__box {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .school__count .counter__box {
    height: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 1.5rem 2rem;
  }
}
.school__count .counter__box ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .school__count .counter__box ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.school__count .counter__box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .school__count .counter__box ul li {
    width: 50%;
    padding: 1rem 0.5rem;
  }
}
.school__count .counter__box ul li .counter {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 10px;
}
@media (width <= 991.98px) {
  .school__count .counter__box ul li .counter {
    font-size: 1.2rem;
  }
}
.school__count .counter__box ul li span {
  display: block;
  font-size: 0.938rem;
  font-weight: 400;
  text-align: center;
}
.school__count .counter__box ul li:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  position: absolute;
  top: 15px;
  right: -60px;
  width: 8px;
  height: 8px;
  background: #713EDD;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .school__count .counter__box ul li:before {
    right: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .school__count .counter__box ul li:before {
    right: -35px;
  }
}
@media (max-width: 767.98px) {
  .school__count .counter__box ul li:before {
    display: none;
  }
}
.school__count .counter__box ul li:last-child:before {
  display: none;
}

.tm__programs {
  width: 100%;
}
.tm__programs .content__box {
  padding-left: 3rem;
}
@media (max-width: 992px) {
  .tm__programs .content__box {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .tm__programs .content__box {
    padding-left: 0;
  }
}
.tm__programs .content__box h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tm__programs .content__box h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tm__programs .content__box h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tm__programs .content__box h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .tm__programs .content__box h3 {
    font-size: 1.8rem;
  }
}
.tm__programs .content__box h3 {
  color: #3A3938;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1rem;
}
.tm__programs .content__box h3 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.tm__programs .content__box h6 {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .tm__programs .content__box h6 {
    font-size: 0.938rem;
  }
}
.tm__programs .content__box h6 {
  color: #3A3938;
  font-weight: 500;
  text-align: left;
  margin-top: 2rem;
}
.tm__programs .content__box h6 span {
  display: block;
}
.tm__programs .content__box .lists {
  width: 100%;
  margin-top: 1rem;
}
.tm__programs .content__box .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.tm__programs .content__box .lists ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  width: 50%;
  font-size: 1rem;
  list-style: none;
  font-weight: 700;
  color: #3A3938;
}
@media (width <= 992px) {
  .tm__programs .content__box .lists ul li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.tm__programs .content__box .lists ul li .icon  {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tm__programs .content__box .lists ul li .icon img {
  width: 50px;
  height: 50px;
}
.tm__programs .content__box_2 {
  padding-right: 3rem;
}
@media (max-width: 1200px) {
  .tm__programs .content__box_2 {
    padding-right: 0;
  }
}
.tm__programs .content__box_2 h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tm__programs .content__box_2 h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tm__programs .content__box_2 h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tm__programs .content__box_2 h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .tm__programs .content__box_2 h3 {
    font-size: 1.8rem;
  }
}
.tm__programs .content__box_2 h3 {
  color: #3A3938;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1rem;
}
.tm__programs .content__box_2 h3 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.tm__programs .content__box_2 .lists {
  width: 100%;
  margin-top: 1rem;
}
.tm__programs .content__box_2 .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.tm__programs .content__box_2 .lists ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-right: 2rem;
  width: 50%;
  list-style: none;
  color: #3A3938;
}
@media (max-width: 992px) {
  .tm__programs .content__box_2 .lists ul li {
    width: 100%;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .tm__programs .content__box_2 .lists ul li {
    width: 50%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .tm__programs .content__box_2 .lists ul li {
    width: 50%;
    padding-right: 0;
    gap: 0.5rem;
  }
}
.tm__programs .content__box_2 .lists ul li .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tm__programs .content__box_2 .lists ul li .icon img {
  max-height: 64px;
  max-width: 64px;
}
.tm__programs .content__box_2 .lists ul li .content {
  width: 100%;
}
.tm__programs .content__box_2 .lists ul li .content h4 {
  font-size: 1rem;
  font-weight: 600;
}
.tm__programs .content__box_3 {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .tm__programs .content__box_3 {
    padding-left: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .tm__programs .content__box_3 {
    padding-left: 0;
  }
}
.tm__programs .content__box_3 h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tm__programs .content__box_3 h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tm__programs .content__box_3 h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tm__programs .content__box_3 h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .tm__programs .content__box_3 h3 {
    font-size: 1.8rem;
  }
}
.tm__programs .content__box_3 h3 {
  color: #3A3938;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1rem;
}
.tm__programs .content__box_3 h3 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.tm__programs .content__box_3 h5 {
  font-size: 1.125rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tm__programs .content__box_3 h5 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .tm__programs .content__box_3 h5 {
    font-size: 1rem;
  }
}
.tm__programs .content__box_3 h5 {
  color: #ED4381;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1.5rem;
}
.tm__programs .content__box_3 h5 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.tm__programs .img__box {
  position: relative;
  aspect-ratio: 1/1;
}
.tm__programs .img__box .shape16 {
  position: absolute;
  top: -25px;
  left: 50%;
}
.tm__programs .img__box .shape17 {
  position: absolute;
  top: 55%;
  left: -30px;
}
.tm__programs .img__box .shape18 {
  position: absolute;
  bottom: -80px;
  right: 0;
}
.tm__programs .img__box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.play-socialskill-bg {
  height: 100vh;
  width: 100%;
  background-image: url(../images/play-socialskill-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.play-socialskill-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -2;
}
.play-socialskill-bg .content__box {
  padding-left: 3rem;
}
@media (max-width: 992px) {
  .play-socialskill-bg .content__box {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .play-socialskill-bg .content__box {
    padding-left: 0;
  }
}
.play-socialskill-bg .content__box h5 {
  font-size: 1.125rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .play-socialskill-bg .content__box h5 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .play-socialskill-bg .content__box h5 {
    font-size: 1rem;
  }
}
.play-socialskill-bg .content__box h5 {
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1.5rem;
}
.play-socialskill-bg .content__box h5 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.play-socialskill-bg .content__box h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .play-socialskill-bg .content__box h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .play-socialskill-bg .content__box h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .play-socialskill-bg .content__box h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .play-socialskill-bg .content__box h3 {
    font-size: 1.8rem;
  }
}
.play-socialskill-bg .content__box h3 {
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1rem;
}
.play-socialskill-bg .content__box h3 span {
  color: #fecd6d;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.play-socialskill-bg .content__box p {
  color: #fff;
}
.play-socialskill-bg .content__box .lists {
  width: 100%;
  margin-top: 1rem;
}
.play-socialskill-bg .content__box .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.play-socialskill-bg .content__box .lists ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  width: 50%;
  font-size: 1rem;
  list-style: none;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 992px) {
  .play-socialskill-bg .content__box .lists ul li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.play-socialskill-bg .content__box .lists ul li .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our__staff__bg {
  width: 100%;
}
.our__staff__bg .staff__box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 80vh;
  width: 100%;
  background-image: url(../images/staff-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.our__staff__bg .staff__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -2;
}
.our__staff__bg .staff__box .heading {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2rem;
}
.our__staff__bg .staff__box h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .our__staff__bg .staff__box h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .our__staff__bg .staff__box h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .our__staff__bg .staff__box h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .our__staff__bg .staff__box h3 {
    font-size: 1.8rem;
  }
}
.our__staff__bg .staff__box h3 {
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
.our__staff__bg .staff__box h3 span {
  color: #fff;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}

.twice {
  width: 100%;
}
.twice .section__title {
  position: relative;
}
.twice .section__title h3 {
  text-align: center;
}
.twice .section__title .shape5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -30px;
  left: 65%;
}
.twice .section__title .shape6 {
  position: absolute;
  left: 0;
  top: 40%;
}
.twice .section__title .shape7 {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  bottom: -40px;
  top: auto;
}

.benefit__coding {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 0;
}
.benefit__coding .section__box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  padding: 5rem 3.5rem;
  background-color: #c116ad;
}
@media (max-width: 767.98px) {
  .benefit__coding .section__box {
    padding: 4rem 2rem;
  }
}
.benefit__coding .section__title {
  position: relative;
}
.benefit__coding .section__title h3 {
  color: #fff;
  font-weight: 700;
}
.benefit__coding .section__title h3 span {
  color: #fff;
  display: block;
}
.benefit__coding .section__title p {
  padding-top: 1rem;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 767.98px) {
  .benefit__coding .section__title p {
    width: 100%;
  }
}
.benefit__coding .teaching__box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  padding: 1.5rem;
  background: #fff;
}
@media (max-width: 767.98px) {
  .benefit__coding .teaching__box {
    padding: 2rem 1.5rem;
    text-align: center;
  }
  .benefit__coding .teaching__box .icon {
    display: flex;
    justify-content: center;
    margin: 0 auto 1rem auto;
    transform: translateX(15px); /* Compensate for the asymmetric shadow in the image */
  }
}
.benefit__coding .teaching__box h4 {
  font-size: 1.25rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .benefit__coding .teaching__box h4 {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .benefit__coding .teaching__box h4 {
    font-size: 1.15rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .benefit__coding .teaching__box h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .benefit__coding .teaching__box h4 {
    font-size: 1rem;
  }
}
.benefit__coding .sub__title {
  position: relative;
}
.benefit__coding .sub__title h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .benefit__coding .sub__title h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .benefit__coding .sub__title h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .benefit__coding .sub__title h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .benefit__coding .sub__title h3 {
    font-size: 1.8rem;
  }
}
.benefit__coding .sub__title h3 {
  color: #fff;
  font-weight: 500;
}
.benefit__coding .sub__title h3 span {
  color: #fff;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.benefit__coding .sub__title .button_2 {
  border: 1px solid #fff;
  color: #fff;
}
.benefit__coding .sub__title .button_2:after {
  background-color: #01C878 !important;
}

.coding__modules .section__title p {
  padding-top: 1rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.coding__modules .coding-accordion {
  background: none !important;
}
.coding__modules .accordion-item {
  background: none !important;
  border: none;
  padding-bottom: 1rem;
}
.coding__modules .accordion-item .accordion-header {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #f9f5f5;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.coding__modules .accordion-item .accordion-header:has(.accordion-button:not(.collapsed)) {
  background: #f3f3ff;
}
.coding__modules .accordion-item .accordion-header:has(.accordion-button:not(.collapsed)) h3 {
  color: #3A3938;
}
.coding__modules .accordion-item .accordion-header:has(.accordion-button:not(.collapsed)) h3 span {
  color: #3A3938;
}
.coding__modules .accordion-item .accordion-header:has(.accordion-button:not(.collapsed)) .icon i {
  color: #3A3938;
}
.coding__modules .accordion-item .accordion-button {
  box-shadow: none;
}
.coding__modules .accordion-item .accordion-body {
  padding: 0 2rem 2rem 2rem;
}
.coding__modules .accordion-button {
  background: none !important;
  font-weight: 700;
  align-items: center;
  display: flex;
}
@media (width <= 575.98px) {
  .coding__modules .accordion-button {
    font-size: 1rem;
    padding: 1rem;
  }
}
.coding__modules .accordion-button h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (width <= 575.98px) {
  .coding__modules .accordion-button h3 {
    font-size: 1rem;
  }
}
.coding__modules .accordion-button h3 span {
  display: block;
  padding-right: 0.5rem;
  font-weight: 400;
  font-size: 0.938rem;
  margin-bottom: 0.5rem;
}
.coding__modules .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.coding__modules .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.coding__modules .coding-accordion .accordion-button::after {
  display: none;
}
.coding__modules .faq-btn .icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.coding__modules .faq-btn .icon i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  transition: 0.3s ease;
}
.coding__modules .faq-btn .icon .bi-plus-lg {
  opacity: 1;
  transform: rotate(0deg);
}
.coding__modules .faq-btn:not(.collapsed) .icon .bi-plus-lg {
  opacity: 0;
  transform: rotate(90deg);
}
.coding__modules .accordion-item:last-of-type,
.coding__modules .accordion-item:last-of-type .accordion-button,
.coding__modules .accordion-item:last-of-type .accordion-collapse {
  border-radius: 0 !important;
}

.coding__kids {
  padding: 0;
  position: relative;
}
.coding__kids::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: #f0f4f7;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .coding__kids::before {
    background: none;
  }
}
.coding__kids .learingmaterials__activities {
  padding-right: 2rem;
  padding: 120px 160px 120px 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .coding__kids .learingmaterials__activities {
    padding: 80px 160px 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .coding__kids .learingmaterials__activities {
    padding: 80px 20px 80px 0;
  }
}
@media (max-width: 767.98px) {
  .coding__kids .learingmaterials__activities {
    padding: 0;
  }
}
.coding__kids .learingmaterials__activities .left__img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(65%, -50%);
}
@media (max-width: 767.98px) {
  .coding__kids .learingmaterials__activities .left__img {
    display: none;
  }
}
.coding__kids .learingmaterials__activities .left__img img {
  width: 225px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .coding__kids .learingmaterials__activities .left__img img {
    width: 180px;
  }
}
.coding__kids .learingmaterials__activities h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .coding__kids .learingmaterials__activities h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .coding__kids .learingmaterials__activities h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .coding__kids .learingmaterials__activities h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .coding__kids .learingmaterials__activities h3 {
    font-size: 1.8rem;
  }
}
.coding__kids .learingmaterials__activities h3 {
  color: #3A3938;
  font-weight: 500;
}
.coding__kids .learingmaterials__activities h3 span {
  color: #713EDD;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.coding__kids .learingmaterials__activities ul.activityLists {
  width: 100%;
  padding-top: 1.5rem;
}
.coding__kids .learingmaterials__activities ul.activityLists li {
  list-style: none;
  padding: 1rem 0;
}
@media (max-width: 767.98px) {
  .coding__kids .learingmaterials__activities ul.activityLists li {
    padding: 0.5rem 0;
  }
}
.coding__kids .learingmaterials__activities ul.activityLists li h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3A3938;
  margin-bottom: 0.5rem;
  list-style: none;
}
.coding__kids .bg-gray {
  background: #f0f4f7;
  height: 100%;
}
@media (max-width: 767.98px) {
  .coding__kids .bg-gray {
    background: none;
  }
}
.coding__kids .right__bg {
  padding: 120px 160px 120px 0;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .coding__kids .right__bg {
    padding: 80px 160px 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .coding__kids .right__bg {
    padding: 80px 20px 80px 0;
  }
}
@media (max-width: 767.98px) {
  .coding__kids .right__bg {
    padding: 0;
  }
}

.project__activities {
  width: 100%;
  background: url(../images/shape-14.webp) no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .project__activities {
    padding-bottom: 0;
  }
}
.project__activities .section__title p {
  padding-top: 1rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.project__activities .content__box_2 {
  padding-right: 3rem;
}
.project__activities .content__box_2 h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .project__activities .content__box_2 h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .project__activities .content__box_2 h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .project__activities .content__box_2 h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .project__activities .content__box_2 h3 {
    font-size: 1.8rem;
  }
}
.project__activities .content__box_2 h3 {
  color: #3A3938;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1rem;
}
.project__activities .content__box_2 h3 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.project__activities .content__box_2 .lists {
  width: 100%;
  margin-top: 1rem;
}
.project__activities .content__box_2 .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.project__activities .content__box_2 .lists ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-right: 2rem;
  width: 33.3333333333%;
  list-style: none;
  color: #3A3938;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .project__activities .content__box_2 .lists ul li {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .project__activities .content__box_2 .lists ul li {
    width: 100%;
    padding-right: 0;
  }
}
.project__activities .content__box_2 .lists ul li .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project__activities .content__box_2 .lists ul li .icon img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 100%;
}
.project__activities .content__box_2 .lists ul li .content {
  width: 100%;
}
.project__activities .content__box_2 .lists ul li .content h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (width <= 992px) {
  .project__activities .content__box_2 .lists ul li .content h4 {
    font-size: 1rem;
  }
}
.project__activities .content__box_2 .lists ul li .content h4 span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (width <= 992px) {
  .project__activities .content__box_2 .lists ul li .content h4 span {
    font-size: 1rem;
  }
}

.timefor__codingclass {
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.timefor__codingclass .section__title p {
  padding-top: 1rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.timefor__codingclass .content__box_3 {
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  .timefor__codingclass .content__box_3 {
    padding-right: 0;
  }
}
.timefor__codingclass .content__box_3 h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .timefor__codingclass .content__box_3 h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .timefor__codingclass .content__box_3 h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .timefor__codingclass .content__box_3 h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .timefor__codingclass .content__box_3 h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.timefor__codingclass .content__box_3 h3 {
  color: #3A3938;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1rem;
}
.timefor__codingclass .content__box_3 h3 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}
.timefor__codingclass .content__box_3 .lists {
  width: 100%;
  margin-top: 1rem;
}
.timefor__codingclass .content__box_3 .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.timefor__codingclass .content__box_3 .lists ul li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
  padding-right: 6rem;
  width: 33.3333333333%;
  list-style: none;
  color: #3A3938;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .timefor__codingclass .content__box_3 .lists ul li {
    width: 50%;
    padding-right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .timefor__codingclass .content__box_3 .lists ul li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
    align-items: center;
    text-align: center;
  }
}
.timefor__codingclass .content__box_3 .lists ul li .icon {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .timefor__codingclass .content__box_3 .lists ul li .icon {
    justify-content: center;
  }
}
.timefor__codingclass .content__box_3 .lists ul li .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 64px;
  height: 64px;
}
.timefor__codingclass .content__box_3 .lists ul li .content {
  width: 100%;
}
.timefor__codingclass .content__box_3 .lists ul li .content h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .timefor__codingclass .content__box_3 .lists ul li .content h3 {
    text-align: center;
  }
}

.student__achievements {
  width: 100%;
  position: relative;
  padding: 0;
}
.student__achievements::before {
  border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  content: "";
  position: absolute;
  left: 0;
  width: 70%;
  height: 80%;
  background: #ffdfa1;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .student__achievements::before {
    height: 90%;
  }
}
@media (width <= 992px) {
  .student__achievements::before {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .student__achievements::before {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    height: 85%;
  }
}
@media (max-width: 767.98px) {
  .student__achievements .section__title {
    padding-top: 3rem;
  }
}
.student__achievements .section__title h3 {
  text-align: left;
}
.student__achievements .section__title p {
  width: 100%;
  text-align: left;
}
.student__achievements .img__box {
  padding: 3rem 0;
}

.course__mentor {
  width: 100%;
}
.course__mentor .section__title {
  position: relative;
  margin: 3rem 0;
}
.course__mentor .section__title h4 {
  text-align: center;
}
.course__mentor .section__title h4 span {
  color: #713EDD;
  font-family: "Cherry Bomb One", cursive;
}
.course__mentor .section__title .shape15 {
  position: absolute;
  left: 44%;
  right: 50%;
  transform: translate(-50%, -30%);
}
.course__mentor .mentor {
  width: 100%;
  padding-right: 30%;
  position: relative;
}
.course__mentor .mentor .shape15 {
  position: absolute;
  left: 0;
  top: -60px;
}
.course__mentor .mentor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .course__mentor {
    text-align: center;
  }
  .course__mentor .mentor {
    padding-right: 0;
  }
  .course__mentor .mentor img {
    width: 200px;
  }
}
@media (width <= 480px) {
  .course__mentor .mentor img {
    width: 180px;
  }
}
.course__mentor .mentor__2 {
  width: 100%;
  padding-right: 30%;
  position: relative;
}
.course__mentor .mentor__2 .shape15 {
  position: absolute;
  left: 0;
  top: -60px;
}
.course__mentor .mentor__2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .course__mentor .mentor__2 {
    padding-right: 0;
  }
  .course__mentor .mentor__2 img {
    width: 200px;
  }
}
@media (width <= 480px) {
  .course__mentor .mentor__2 img {
    width: 180px;
  }
}
.course__mentor h5 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #3A3938;
  margin-bottom: 0.5rem;
  list-style: none;
  font-size: 1.12rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .course__mentor h5 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .course__mentor h5 {
    font-size: 0.938rem;
  }
}
.course__mentor h4 {
  font-weight: 600;
  color: #3A3938;
  margin-bottom: 0.5rem;
  list-style: none;
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .course__mentor h4 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .course__mentor h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .course__mentor h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .course__mentor h4 {
    font-size: 1.8rem;
  }
}
.course__mentor .lists {
  width: 100%;
  margin-top: 3rem;
}
.course__mentor .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.course__mentor .lists ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-right: 4rem;
  width: 50%;
  list-style: none;
  color: #3A3938;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .course__mentor .lists ul li {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .course__mentor .lists ul li {
    width: 100%;
    padding-right: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .course__mentor .lists ul li .icon {
    margin-bottom: 1rem;
  }
}
.course__mentor .lists ul li .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course__mentor .lists ul li .icon img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
  height: 100%;
}
.course__mentor .lists ul li .content {
  width: 100%;
  padding-left: rem;
}
.course__mentor .lists ul li .content h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (width <= 992px) {
  .course__mentor .lists ul li .content h4 {
    font-size: 1rem;
  }
}
.course__mentor .lists ul li .content h4 span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (width <= 992px) {
  .course__mentor .lists ul li .content h4 span {
    font-size: 1rem;
  }
}

.mission_vision {
  width: 100%;
  background: #fff;
}
.mission_vision .missionvision__box {
  width: 100%;
}
@media (max-width: 767.98px) {
  .mission_vision .missionvision__box {
    text-align: center;
  }
}
.mission_vision .missionvision__box .icon {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .mission_vision .missionvision__box .icon {
    display: flex;
    justify-content: center;
    transform: translateX(15px); /* Compensate for the asymmetric shadow in the image */
  }
}
.mission_vision .missionvision__box .icon img {
  width: 150px;
}
.mission_vision .missionvision__box h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mission_vision .missionvision__box h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mission_vision .missionvision__box h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .mission_vision .missionvision__box h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .mission_vision .missionvision__box h3 {
    font-size: 1.8rem;
  }
}
.mission_vision .missionvision__box h3 {
  color: #3A3938;
  font-weight: 500;
}
.mission_vision .missionvision__box h3 span {
  color: #01C878;
  font-family: "Cherry Bomb One", cursive;
  display: block;
}

.callmodal .modal-body {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: antiquewhite;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .callmodal .modal-body {
    padding: 1.5rem;
  }
}
@media (width <= 575.98px) {
  .callmodal .modal-body {
    padding: 1rem;
  }
}
.callmodal .modal-body .closebtn {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 767.98px) {
  .callmodal .modal-body .closebtn {
    top: 5px;
    right: 5px;
  }
}
.callmodal .modal-body .call {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  font-size: 1.125rem;
  display: flex;
  padding: 0.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
  color: #713EDD;
}
@media (max-width: 767.98px) {
  .callmodal .modal-body .call {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}
.callmodal .modal-body .call span {
  color: #3A3938;
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .callmodal .modal-body .call span {
    font-size: 1.2rem;
  }
}
.callmodal .modal-body .call span i {
  color: #01C878;
  padding-right: 0.5rem;
}
.callmodal .modal-body .call span a {
  color: #3A3938;
}

.enrill__bg .modal-body {
  background: #01C878;
}
@media (width <= 575.98px) {
  .enrill__bg .modal-body {
    padding: 1.5rem;
  }
}
.enrill__bg .modal-body .forms__bg h4 {
  color: #fff;
}
.enrill__bg .modal-body .forms__bg p {
  margin-bottom: 0;
  color: #fff !important;
  font-size: 0.75rem;
}
.enrill__bg .modal-body .forms__bg p a {
  color: #fff;
  text-decoration: underline;
}

.mobile__menu {
  border-radius: 1.5rem 1.5rem 0 0;
  -webkit-border-radius: 1.5rem 1.5rem 0 0;
  -moz-border-radius: 1.5rem 1.5rem 0 0;
  -ms-border-radius: 1.5rem 1.5rem 0 0;
  -o-border-radius: 1.5rem 1.5rem 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  background: #713EDD;
  z-index: 9999;
  display: none;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.25) 0px -25px 50px -12px;
}
.mobile__menu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile__menu ul li {
  list-style: none;
  cursor: pointer;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.33);
}
.mobile__menu ul li a {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.33);
}
.mobile__menu ul li .round {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01C878;
  border: 3px solid #fff;
  transform: translateY(-18px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.mobile__menu ul li .round img {
  width: 35px;
}
.mobile__menu ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.mobile__menu ul li span img {
  width: 25px;
}
@media (width <= 575.98px) {
  .mobile__menu {
    display: flex;
  }
}

.offcanvas.offcanvas-bottom {
  height: auto;
}

.offcanvas-header {
  padding: 0.5rem 1rem;
}
.offcanvas-header .btn-close {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #713EDD;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  top: -3px;
  position: absolute;
  right: 0;
  right: 25px;
  border: 1px solid #fff;
}

.offcanvas-body {
  padding: 0 1rem 0.5rem 1rem;
}

.mobilemenu {
  width: 100%;
  background: #713EDD;
  background: linear-gradient(132deg, rgb(113, 62, 221) 0%, rgb(1, 200, 120) 100%);
}
.mobilemenu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.mobilemenu ul li {
  list-style: none;
  font-size: 0.938rem;
  width: 48%;
  position: relative;
  padding: 0.2rem 0 0.2rem 1rem;
}
.mobilemenu ul li::before {
  position: absolute;
  content: "\f285";
  left: 0;
  font-family: bootstrap-icons !important;
  top: 0.3rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5137254902);
}
.mobilemenu ul li a {
  color: #fff;
}
.mobilemenu .mail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
  font-size: 0.938rem;
}
.mobilemenu .mail a {
  font-size: 0.938rem;
}
.mobilemenu .mail span {
  background: #01C878;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.938rem;
  font-size: 1.2rem;
}
.mobilemenu .mail a {
  color: #fff;
}

.privacy__policy h2 {
  margin: 1rem 0;
}
.privacy__policy h3 {
  color: #713EDD;
  margin: 1rem 0;
  font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .privacy__policy h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .privacy__policy h3 {
    font-size: 1rem;
  }
}
.privacy__policy .error__404 img {
  width: 500px;
}
@media (max-width: 767.98px) {
  .privacy__policy .error__404 img {
    width: 350px;
  }
}
.privacy__policy ul {
  margin-bottom: 1rem;
}
.privacy__policy ul li {
  padding: 0.2rem 0 0.2rem 1rem;
  font-size: 0.938rem;
  color: #525151;
  list-style: none;
  position: relative;
}
.privacy__policy ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #01C878;
  border-radius: 50%;
}

.button_1 {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
}
@media (width <= 575.98px) {
  .button_1 {
    font-size: 0.938rem;
    padding: 8px 20px;
  }
}
.button_1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #713EDD;
  border-radius: 10rem;
  z-index: -2;
}
.button_1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #431e93;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button_1:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 14px rgba(49, 48, 48, 0.35);
}
.button_1:hover:before {
  width: 100%;
}

.button_2 {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: inline-block;
  padding: 10px 20px;
  color: #713EDD;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #713EDD;
}
@media (width <= 575.98px) {
  .button_2 {
    font-size: 0.938rem;
    padding: 8px 20px;
  }
}
.button_2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10rem;
  z-index: -2;
}
.button_2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #431e93;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button_2:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 14px rgba(49, 48, 48, 0.35);
}
.button_2:hover:before {
  width: 100%;
}
.button_2:hover img {
  filter: brightness(0) invert(1);
}

.button_3 {
  padding: 10px 0;
  color: #525151;
  font-size: 0.813rem;
  border: none;
  font-weight: 400;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.button_3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0%;
  height: 2px;
  background: #713EDD;
  transition: width 0.3s ease;
}
.button_3:hover::after {
  width: 100%;
}

.button_4 {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (width <= 575.98px) {
  .button_4 {
    font-size: 0.938rem;
    padding: 8px 20px;
  }
}
.button_4:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.button_4:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  height: 100%;
  background-color: #431e93;
  transition: all 0.3s ease;
  border-radius: 10rem;
  z-index: -1;
}
.button_4:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 14px rgba(49, 48, 48, 0.35);
}
.button_4:hover:before {
  width: 100%;
}

.button_5 {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #fff;
}
@media (width <= 575.98px) {
  .button_5 {
    font-size: 0.938rem;
    padding: 8px 20px;
  }
}
.button_5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.button_5:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #431e93;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button_5:hover {
  color: #fff;
  transform: translateY(-2px);
  border: 1px solid #431e93;
  box-shadow: 0 10px 14px rgba(49, 48, 48, 0.35);
}
.button_5:hover:before {
  width: 100%;
}
.button_5:hover img {
  filter: brightness(0) invert(1);
}/*# sourceMappingURL=main.css.map */