@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline:opsz,wght@10..72,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sniglet:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline:opsz,wght@10..72,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sniglet:wght@400;800&display=swap');

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  font-family: "Sniglet";
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .5px;
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
}

ul {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

li {
  list-style: none;
}


.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e31921;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 9999999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s;
}

.cursor-follower {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998999;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
}

/* ---------topbar------------ */

.top-bar {
  background-color: #EBD49B;
  padding: 7px 0;
}

.top-bar-list {
  display: flex;
  column-gap: 50px;
  align-items: center;
}

.top-bar-contact {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.instagram {
  background-image: linear-gradient(155deg, #4C57A2 8%, #87439A 50%, #e02870 85%);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.instagram svg {
  color: #fff;
  font-size: 18px;
}

.facebook {
  background-color: #3b5998;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.facebook svg {
  color: #fff;
  font-size: 18px;
}

.youtube {
  background-color: #ff0000;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.youtube svg {
  color: #fff;
  font-size: 18px;
}

.enroll-btn {
  background-color: #e31921;
  color: #fff;
  padding: 9px 15px;
  border-radius: 6px;
}

.top-bar-icon {
  display: flex;
  column-gap: 15px;
}
.selector-course {
    position: relative;
    margin-bottom: 32px;
    width: 100%;
    height: 29px;
    text-indent: 20px;
    background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 1px solid #070000;
    -webkit-transition: border 0.6s;
    -o-transition: border 0.6s;
    transition: border 0.6s;
}
/* navbar start  */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}



.navbar {
  box-shadow: 0px 5px 10px 0px #aaa;
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  color: #000;
  opacity: 0.85;
  z-index: 100;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  /* height: 64px; */
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
  column-gap: 20px;
}

.menu-items li:hover .submenu {
  display: block;
}

.top-bar-contact svg {
  color: #E2161D;
}

.submenu {
  display: none;
  top: 70px;
  position: absolute;
  background-color: #E2161D;
  padding: 10px;
  border-radius: 5px;
  width: 200px;
}

.submenu li a {
  color: #fff !important;
  line-height: 40px;
  padding: 5px 10px !important;
}

.submenu li {
  padding: 0 !important;
}

.logo {
  order: 1;
}

.logo img {
  height: 70px;

}


.menu-items li {
  list-style: none;
  position: relative;
  padding: 23px 0;
}

.menu-items li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
  font-size: 17px;
}

.menu-items li a svg {
  color: #E2161D;
  margin: 0 9px;
}

.navbar a:hover {
  color: #95bc27;
}

@media (max-width: 992px) {
  .row {
    row-gap: 30px;
  }

  .navbar {
    opacity: 0.95;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 28px;
    width: 35px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    width: 320px;
    max-width: 300px;
    transform: translate(-167%);
    display: flex;
    flex-direction: column;
    margin-left: -140px;
    padding-left: 40px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
    overflow: scroll;
  }

  .menu-items li {
    padding: 18px 17px;
  }

  .submenu {
    z-index: 1;
  }

  /* .navbar .menu-items li {
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    } */

  .logo {
    position: absolute;
    right: 15px;
  }

  .navbar-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
  }

  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
  }

}

@media (max-width: 500px) {
  .navbar-container input[type="checkbox"]:checked~.logo {
    display: none;
  }
}


/* carousel section start  */

.slider-content {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 50%;
  transform: translate(0%, -60%);
}

.slider-content h1 {
  color: rgb(1, 17, 29);
  font-family: "Sniglet";
  font-weight: 500;
  font-size: 60px;
}

.slider-content p {
  font-size: 19px;
  font-family: "Poppins", sans-serif;
}

.slider-img-animation {
  position: absolute;
  top: 35%;
  right: 33%;
  transform: translate(-100%);
}

.cloud-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.slider-img-animation img {
  height: 130px;
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50px);
  }
}

.school-list {
  padding: 100px 0;
  position: relative;
}

.service-gif-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 250px;
}

.school-learing {
  text-align: center;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 6px;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.school-learing:hover .school-learing-list {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.about-section {
  background-image: url(../image/bg-about.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}

.about-btn {
  text-decoration: none;
  /* background: #efefefc7; */
  background-color: #bad754;
  padding: 18px 23px;
  border-radius: 25px;
  color: #000;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: inline-flex;
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  font-weight: 500;
  border: 1px solid #11111159;
}

.about-btn:hover {
  background-color: #E2161D;
  color: #fff;
}

.about-section-content p {
  margin-top: 20px;
  line-height: 30px;
  margin-top: 20px;
  line-height: 30px;
  text-align: justify;
}

.about-section-content span {
  color: #d81e2c;
}

.about-section-content h2 {
  font-size: 45px;
  margin-top: 15px;
}

.about-animation {
  height: 150px;
  width: 160px;
  position: absolute;
  right: 10%;
  top: 5%;
}

.about-section-img img {
  -webkit-animation: movers 0.5s infinite alternate;
  animation: movers 0.5s infinite alternate;
  width: 100%;
}

@-webkit-keyframes movers {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateX(50px);
  }
}

@keyframes movers {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateX(9px);
  }
}

.bee {
  animation: linear infinite alternate;
  animation-name: run;
  animation-duration: 500ms;
}

@keyframes run {
  0% {
    left: 0;
    transform: translateX(0);
  }

  100% {
    left: 100%;
    transform: translateX(30%);
  }
}

.school-corevalue {
  text-align: center;
  margin-bottom: 40px;
}

.school-corevalue h2 {
  font-size: 40px;
}

.school-corevalue h5 {
  color: #d81e2c;
  letter-spacing: 2px;
}


/*our services */


.section-services {
  font-family: "Poppins", sans-serif;
  background-color: #ffecd2;
  color: #202020;
  padding-top: 65px;
  padding-bottom: 120px;
  position: relative;
}

.section-services .header-section {
  margin-bottom: 34px;
}

.section-services .header-section .title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  font-size: 40px;
}

.section-services .header-section .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #ff4500;
  border-radius: 3px;
}

.section-services .header-section .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(30px);
  width: 10px;
  height: 3px;
  background-color: #504f93;
  border-radius: 3px;
}

.tuition-card {
  border-radius: 30px;
  padding: 30px;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 250px;
}

.tuition-card:hover {
  background-color: #f83636;
}

.tuition-card .card-img {
  border-radius: 50%;
  overflow: hidden;
}

.tuition-card h5 {
  font-weight: 500;
}

.learn-more {
  color: #000;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  position: relative;
}

.learn-more::after {
  content: '';
  width: 100%;
  height: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="4"><path d="M0 2 Q5 0,10 2 T20 2 T30 2 T40 2 T50 2 T60 2 T70 2 T80 2 T90 2 T100 2" stroke="orange" fill="transparent" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.svg-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tuition-card:hover .svg-icon {
  opacity: 1;
}

.pink-bg {
  background-color: #9dbd44e5;
  color: #000;
}

.pink-bg2 {
  background-color: #0391d0;
  color: #fff;
}

.pink-bg3 {
  background-color: #b1b0b0;
  color: #111;
}

.text-h {
  color: #000;
}

.section-services {
  background-image: url("/assets/image/Ours-bg.jpg");

}




@media (max-width: 767px) {
  .tuition-card {
    margin-bottom: 20px;
  }
}


/* class section start  */
.classes {
  padding: 80px 0;
  position: relative;
}

.classes-heading {
  text-align: center;
}

.classes-heading h5 {
  color: #d81e2c;
  letter-spacing: 2px;
}

.classes-heading h2 {
  font-size: 40px;
  margin: 17px 0;
}

.class-card:hover .class-img-hover {
  transform: scale(1.1);
}

.class-img .class-img-hover {
  height: 250px;
  width: 100%;
  transition: 0.5s;
}

.class-card:hover .class-price {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.class-card {
  /* padding: 10px; */
  border: 1px solid #cccccc96;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 95% !important;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  margin: 0 10px;
  -o-transition: 0.70s;
}

.class-img {
  overflow: hidden;
}

.class-content {
  padding: 20px;
  background-color: antiquewhite;
}

.class-content a {
  text-decoration: none;
  font-size: 20px;
  color: #e1181f;
}

.class-content p {
  font-size: 13px;
  margin-bottom: 9px;
}

.entry-meta {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding-top: 17px;
  border-top: 1px solid rgba(119, 119, 119, .18);
  margin-top: 20px;
}

.entry-meta:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  opacity: 0;
  background-color: #ff4880;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4880), to(#1ab9ff));
  background-image: -webkit-linear-gradient(left, #ff4880, #1ab9ff);
  background-image: -moz-linear-gradient(left, #ff4880, #1ab9ff);
  background-image: -ms-linear-gradient(left, #ff4880, #1ab9ff);
  background-image: -o-linear-gradient(left, #ff4880, #1ab9ff);
  background-image: linear-gradient(left, #ff4880, #1ab9ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff4880', endColorStr='#1ab9ff', gradientType='1');
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.item-box h6 {
  font-size: 18px;
  font-weight: 500;
  color: #271344;
  margin-bottom: 4px;
}

.entry-meta .item-box .box-value {
  font-size: 15px;
  color: #ff4880;
}

.class-card:hover .entry-meta:before {
  width: 100%;
  opacity: 1;
}

.slick-prev:before {
  content: "<";
  color: #d93747;
  font-size: 36px;
  font-weight: 700;
  border: 1px solid #00000052;
  padding: 8px;
  border-radius: 6px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  position: absolute;
  top: 45%;
  left: -5%;
}

.slick-next:before {
  content: ">";
  color: #d93747;
  font-size: 36px;
  font-weight: 700;
  border: 1px solid #00000052;
  padding: 8px;
  border-radius: 6px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  position: absolute;
  top: 45%;
  right: -5%;


}

.slick-arrow {
  color: #fff;
  display: contents;
}

.boy-animation {
  position: absolute;
  top: 10%;
  right: 6%;
}

.girl-animation {
  position: absolute;
  top: 10%;
  left: 6%;
}


/* counter sectin start */

.count {
  font-size: 40px;
  font-weight: bold;
}

.counter-wrapper {
  background: #181818;
  background-image: url('../image/geometry-bg.jpg');
  background: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
}

.counter-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 59%);
  ;
}

.counter-inner {
  position: relative;
  z-index: 2;
}

.count-icon {
  font-size: 48px;
}

.counter-icon svg {
  font-size: 40px;
  color: #70ff07;
}

.counter-text {
  font-size: 18px;
}

.counter-lists {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}


/* Kids Activites */
.kids-activites {
  padding: 60px 0;
  position: relative;
}

.activities-section-img-icon,
.activities-section-img-icon1,
.activities-section-img-icon2,
.activities-section-img-icon3 {
  background-color: #16b8e9;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  padding: 19px;
  border: 1px;
  justify-content: center;
  align-items: center;
  outline: 2px dotted #e31f27;
  outline-offset: 6px;
}

.activities-section-img-icon1 {
  background-color: #95bd27;
}

.activities-section-img-icon2 {
  background-color: #4581db;
}

.activities-section-img-icon3 {
  background-color: #000;
}

.Activites-list {
  display: flex;
  column-gap: 30px;
  align-items: center;
  text-align: end;
}

.Activites-lists {
  display: flex;
  column-gap: 30px;
  align-items: center;
  text-align: start;
}

.Activites-list-content h3 {
  color: #e31921;
  font-size: 25px;
}

.sun-rotated {
  position: absolute;
  top: 10%;
  right: 10%;
  animation: animName 2s linear infinite;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* contact section start  */

#callout {
  background-color: #f9a391;
  position: relative;
  overflow: hidden;
}

.cloud {
  width: 250px;
  height: 60px;
  position: absolute !important;
  background-color: white;
  border-radius: 200px;
  box-shadow: 9px -7px 0 0 #f7e7eb inset;
}

.cloud:before,
.cloud:after {
  content: '';
  position: absolute;
  background-color: white;
  border-radius: 100px;
  box-shadow: 10px 3px 0 0 #f7e7eb inset;
}

.cloud:before {
  width: 120px;
  height: 120px;
  top: -75px;
  left: 25px;
  transform: rotate(30deg);
}

.cloud:after {
  width: 90px;
  height: 90px;
  top: -45px;
  right: 25px;
  transform: rotate(30deg);
}

.x1,
.x2,
.x3,
.x4,
.x5,
.x6,
.x7 {
  position: absolute;
  animation: moveclouds 90s linear infinite;
}

.x1 {
  margin-left: -1%;
  top: 100px;
  animation-duration: 70s;
}

.x2 {
  margin-left: -1%;
  top: 200px;
  transform: scale(0.5);
  animation-duration: 24s;
}

.x3 {
  margin-left: -1%;
  top: 200px;
  transform: scale(0.3);
  opacity: .8;
  animation-duration: 35s;
}

.x4 {
  margin-left: -5%;
  top: 300px;
  transform: scale(0.8);
  animation-duration: 20s;
}

.x5 {
  margin-left: -1%;
  top: 280px;
  transform: scale(0.6);
  animation-duration: 30s;
}

.x6 {
  margin-left: -1%;
  top: 190px;
  transform: scale(0.2);
  opacity: 0.7;
  animation-duration: 27s;
}

.x7 {
  margin-left: 1%;
  top: 400px;
  transform: scale(0.2);
  opacity: .7;
  animation-duration: 34s;
}

#callout .container {
  position: relative;
  overflow: hidden;
  background-image: url(../image/kids.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.small-section .container {
  padding: 70px 0;
}



.sun-face {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 80px;
  text-align: center;
  font-size: 1.5em;
  color: #4E0404;
}

.sun-hlight {
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  width: 0.35em;
  height: 0.35em;
  opacity: 0.8;
  background: #fcf0a3;
  border-radius: 0.35em;
}

.sun-leye,
.sun-reye {
  position: absolute;
  top: 1.45em;
  left: 0.75em;
  width: 0.4em;
  height: 0.9em;
  background: #565656;
  border-radius: 0.4em / 0.8em;
}

.sun-leye:before,
.sun-reye:before {
  position: absolute;
  bottom: 0.1em;
  right: -0.1em;
  width: 0.2em;
  height: 0.2em;
  background: #ffdf05;
  content: '';
  transform: rotate(45deg);
}

.sun-leye:after,
.sun-reye:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4em;
  height: 0.1em;
  background: #ffdf05;
  content: '';
}

.sun-reye {
  left: auto;
  right: 0.75em;
}

.sun-lred,
.sun-rred {
  position: absolute;
  top: 2em;
  left: -0.2em;
  width: 0.7em;
  height: 0.35em;
  opacity: 0.6;
  background: #ff5e00;
  border-radius: 0.7em / 0.35em;
}

.sun-rred {
  left: auto;
  right: -0.2em;
}

.sun-smile {
  position: absolute;
  bottom: 0.8em;
  left: 50%;
  margin-left: -0.2em;
  width: 0.4em;
  height: 0.2em;
  background: #565656;
}

.sun-anime {
  width: 100%;
  height: 100%;
  animation: sunrolling 30s infinite;
}

.sun-ball {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #ffcf11;
  background-image: radial-gradient(circle, #ffdf05, #ffdf05);
  box-shadow: 0 0 100px #ffdf05;
}

@keyframes moveclouds {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes sunAnimation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sun {
  float: left;
  z-index: 99;
  position: relative;
  margin: 30px;
  width: 80px;
  height: 80px;
  animation: sunrolling 30s infinite;
}

.sun-face {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 80px;
  text-align: center;
  font-size: 1.5em;
  color: #4E0404;
}

.sun-hlight {
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  width: 0.35em;
  height: 0.35em;
  opacity: 0.8;
  background: #fcf0a3;
  border-radius: 0.35em;
}

.sun-leye,
.sun-reye {
  position: absolute;
  top: 1.45em;
  left: 0.75em;
  width: 0.4em;
  height: 0.9em;
  background: #565656;
  border-radius: 0.4em / 0.8em;
}

.sun-leye:before,
.sun-reye:before {
  position: absolute;
  bottom: 0.1em;
  right: -0.1em;
  width: 0.2em;
  height: 0.2em;
  background: #ffdf05;
  content: '';
  transform: rotate(45deg);
}

.sun-leye:after,
.sun-reye:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4em;
  height: 0.1em;
  background: #ffdf05;
  content: '';
}

.sun-reye {
  left: auto;
  right: 0.75em;
}

.sun-lred,
.sun-rred {
  position: absolute;
  top: 2em;
  left: -0.2em;
  width: 0.7em;
  height: 0.35em;
  opacity: 0.6;
  background: #ff5e00;
  border-radius: 0.7em / 0.35em;
}

.sun-rred {
  left: auto;
  right: -0.2em;
}

.sun-smile {
  position: absolute;
  bottom: 0.8em;
  left: 50%;
  margin-left: -0.2em;
  width: 0.4em;
  height: 0.2em;
  background: #565656;
}

.sun-anime {
  width: 100%;
  height: 100%;
  animation: sunAnimation 12s linear infinite;
}

.sun-ball {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #ffcf11;
  background-image: radial-gradient(circle, #ffdf05, #ffdf05);
  box-shadow: 0 0 100px #ffdf05;
}

.sun-light {
  position: absolute;
  top: -30%;
  left: 50%;
  width: 2px;
  height: 160%;
  animation: sunAnimation 12s linear infinite;
}

.sun-light:nth-child(10n+2) {
  transform: rotate(18deg);
}


@keyframes sunrolling {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    /* Full rotation */
  }
}

.small-section .card {
  padding: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-card h3 {
  color: #333;
  font-size: 35px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.btnn {
  color: #000 !important;
  font-size: 17px;
  letter-spacing: 0.6px;
  outline: none;
  border-radius: 316px 50px 225px 75px/11px 225px 15px 255px;
  border: solid 7px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  border-color: #d12881;
  padding: 10px;
  display: inline-flex;
}


/* team section start  */
.teams {
  /* background-color: #f4f4f4; */
  background-color: #ffecd2;
  padding: 60px 0;
}

.box {
  border-radius: 150px;
  background: #e16464;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  border-radius: 150px;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.30);
  transition: all 0.3s ease;
  /*background-image: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%);*/
  background-image: linear-gradient(to right, #d4eb83 0%, #f7545a 100%);
}

.box:hover:before {
  width: 100%;
}

.box:hover .image-wrapper {
  padding: 0;
}

.box:hover .box-desc {
  color: #fff;
}

.box:hover .social li a {
  background: #fff;
  background-image: none;
  color: #000;
}

.box:hover .social li a:hover {
  background: #1d1d1d;
  color: #fff;
}

.image-wrapper {
  position: relative;
  max-width: 210px;
  max-height: 210px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  padding: 15px;
  transition: all 0.5s ease;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.20);
}

.image-wrapper img {
  border-radius: 50%;
  transition: all 500ms ease;
}

.box-desc {
  position: relative;
  color: #fff;

}

ul.social {
  padding: 0;
}

ul.social li {
  display: inline-block;
  list-style-type: none;
}

ul.social li a {
  position: relative;
  width: 36px;
  height: 36px;
  background-image: linear-gradient(to right, #bad754 0%, #bad754 100%);
  display: inline-block;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  transition: all .5s ease;
}

.team-btn {
  /* background: #efefefc7; */
  background-color: #bad754;
  padding: 18px 23px;
  border-radius: 25px;
  color: #000;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: inline-flex;
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  font-weight: 500;
  border: 1px solid #11111159;
  justify-content: center;
  margin: 40px auto 0;
}

.team-btn:hover {
  background-color: #E2161D;
  ;
  color: #fff;
}

/*----------Footer-css------------*/

.enroll-section {
  background-color: #639f37;
  padding: 30px 0;
}

.enroll-text h2 {
  color: #fff;
}

.enroll-text p {
  color: #fff;
}

.enrollbtn-link {
  background-color: #E2161D;
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 16px;
}

.footer {
  background-color: #e6f0f6;
  /* padding: 40px 0; */
  position: relative;
  overflow: hidden;
}

.footer-logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #4CAF50;
}

.footer-logo img {
  max-width: 100%;
  margin-right: 10px;
}

.social-icons {
  display: flex;
  column-gap: 15px;
  margin-top: 15px;
}



.footer-links a {
  text-decoration: none;
  color: #333;
  display: block;
  margin-bottom: 8px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #E2161D;
}

.footer-connect {
  line-height: 33px;
}

.recent-posts img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  object-fit: cover;
}

.back-to-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #E2161D;
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.back-to-top:hover {
  background: #E2161D;
}

.copyright-text {
  text-align: start;
  padding: 4% 0;
}

/* 
.footer-home-bg {
  position: absolute;
  bottom: 0;
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;

} */

.footer_bg_one {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
  width: 330px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
  z-index: 99;
}

.footer_bg_two {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
  z-index: 99;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

/* sub banner section */

.sub-banner {
  background-image: url(../image/sub-banner.jpg);
  background-position: center;
  text-align: center;
  background-attachment: fixed;
  padding: 150px 0;
  background: linear-gradient(rgb(30 21 22 / 50%), rgb(46 37 38 / 50%)), url(../image/sub-banner.jpg);
}

.sub-banner-titel h1 {
  color: #fff;

}

.sub-banner-titel h5 {
  color: #fff;
  font-size: 17px;
}

.sub-banner-titel h5 a {
  color: #d81e2c;
}

.playgroup-sub-banner {
  background-position: center;
  text-align: center;
  background-attachment: fixed;
  padding: 150px 0;
  background: url(../image/sub-banner/program.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.program-cloud-img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.playgroup-sub-banner h1 {
  color: #000;
}

.playgroup-sub-banner h5 {
  color: #090a59;
}

.about-sub-banner {
  background-position: center;
  text-align: center;
  background-attachment: fixed;
  padding: 150px 0;
  background: url(../image/sub-banner/about-sub-banner.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tution-sub-banner {
  background-position: center;
  text-align: center;
  background-attachment: fixed;
  padding: 150px 0;
  background: url(../image/sub-banner/tution.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


/* About Page */
.mission-vision h4 {
  color: #d81e2c;
}

.cover {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  /* width:100%; */
  height: 100%;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.contents {
  width: 900px;
  /* height: 100%; */
  background: #f1f1f1;
  margin: 30px auto;
  border: 2px solid #ccc;
  border-radius: 30px;
  position: relative;
  /* text-align:center; */
  padding: 20px;
}

.close {
  border: 2px solid #ccc;
  border-radius: 15px;
  padding: 5px 15px;
  /* position: absolute; */
  bottom: 0px;
  text-align: center;
  left: 50%;
  /* width: 100px; */
  box-shadow: inset 0px 0px 10px 5px #ccc;
  margin-top: 15px 0;
  display: inline-flex;
  margin-top: 20px;
}

.school-about {
  padding: 70px 0;
  background: #15236e url(../image/bg-fcb-transtion.png);
}

.school-about-list img {
  width: 100px;
}

.school-about-list {
  text-align: center;
  transition: 0.70s;
}

.school-about-list:hover .about-school-img {
  transition: 0.70s;
  transform: rotate(360deg);
}

.school-about-list h3 {
  color: #d81e2c;
  margin-top: 35px;
  font-size: 25px;
}

.about-school-img {
  background-color: #95bc27;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  outline: 3px dotted #e2161f;
  outline-offset: 15px;
}

/* testimonial section  */

.testim {
  background-image: url(../image/bg-parent.jpeg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #7b0a0a;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}


.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  -moz-animation: testim-scale .5s ease-in-out forwards;
  -ms-animation: testim-scale .5s ease-in-out forwards;
  -o-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont>div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont>div.inactive {
  opacity: 1;
}


.testim .cont>div.active {
  position: relative;
  opacity: 1;
}


.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #ea830e;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #0f0f0f;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  -moz-animation: testim-show .5s ease-in-out forwards;
  -ms-animation: testim-show .5s ease-in-out forwards;
  -o-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  -moz-animation: testim-content-in .4s ease-in-out forwards;
  -ms-animation: testim-content-in .4s ease-in-out forwards;
  -o-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  -moz-animation: testim-hide .5s ease-in-out forwards;
  -ms-animation: testim-hide .5s ease-in-out forwards;
  -o-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  -moz-animation: testim-content-out .4s ease-in-out forwards;
  -ms-animation: testim-content-out .4s ease-in-out forwards;
  -o-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }

}

/* school activity  */
.school-activity {
  padding: 80px 0;
}

.school-activity .row {
  row-gap: 50px;
}

.school-activity .card {
  position: relative;
  height: 350px;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  transition: .5s;
}

.school-activity .card .front {
  transform: perspective(600px) rotateY(0deg);
  box-shadow: 0 5px 10px #fff;
}

.school-activity .card .front img {
  position: absolute;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.text-h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 45px;
  color: #fff;
  background: rgb(0 0 0 / 76%);
  text-align: center;
  font-size: 26px !important;
}

.school-activity .card .back {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transform: perspective(600px) rotateY(180deg);
  background: rgb(3, 35, 54);
  padding: 15px;
  color: white;
  text-align: center;
  box-shadow: 0 5px 10px #fff;
}


.links {
  height: 50px;
  line-height: 50px;
}

.link-a {
  color: crimson;
}

.school-activity .card .back .text-h2 {
  font-size: 30px;
  letter-spacing: 2px;
}

.school-activity .card .back .text-p {
  letter-spacing: 1px;
}

.school-activity .card:hover .front {
  transform: perspective(600px) rotateY(180deg);
}

.school-activity .card:hover .back {
  transform: perspective(600px) rotateY(360deg);
}

/* galler start  */

.gallery-section-list img {
  width: 100%;
  height: 250px;
}

.gallery-section {
  padding: 60px 0;
}

.gallery-section .row {
  width: 100%;
}

.img-wrapper h4 {
  color: #e1181f;
  text-align: center;
  margin-top: 15px;
}








.class-price {
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  width: 80px;
  height: 81px;
  margin: -40px 15px -41px auto;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.class-price .price-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.class-price .price-background .flower {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: relative;
}

.flower {
  background-color: #00b9f1;
}

.class-price .price-background .flower .petal {
  height: 80px;
  width: 24px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 12px);
  background-color: inherit;
  border-radius: 12px;
}

.number {
  font-size: 20px;
  font-weight: 400;
}

.class-price .price-background .flower .petal:nth-child(2) {
  transform: rotateZ(36deg);
}

.class-price .price-background .flower .petal:nth-child(3) {
  transform: rotateZ(72deg);
}

.class-price .price-background .flower .petal:nth-child(4) {
  transform: rotateZ(108deg);
}

.class-price .price-background .flower .petal:nth-child(5) {
  transform: rotateZ(144deg);
}

/* playgroup page start  */

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

/* Individual card styling */
.all-classes-link .card {
  /* background-color: #fff; */
  border-radius: 0px;
  border: none;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  text-align: center;
  transition: transform 0.3s ease;
}

.program-about-content .section-flex {
  display: flex;
  column-gap: 10px;
  line-height: 31px;
}

.section-flex h5 {
  color: #e31921;
}

.section-flex span {
  color: #000;
  /* font-weight: 300 !important; */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-flex svg {
  color: #abd711;
}

.all-classes-link .card:hover {
  transform: translateY(-20px);
}

.all-classes-link .card-img {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.all-classes-link .rounded-img {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 80px;
  height: 80px;
}

.all-classes-link .card-title {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 10px;
}

.all-classes-link .card-description {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 20px;
  text-align: justify;
}


.all-classes-link .card-link {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 8px;
}

.all-classes-link .card-link:hover {
  background-color: #555;
}

.all-classes-link .red {
  background-color: #f56565;
  color: white;
  box-shadow: inset 0 0px 0 0 rgba(255, 255, 255, 0.3), 0 5px 0 0 #dc3545, 0 6px 0 0 #dc3545, 0 9px 0 0 #d81e2c, 0 11px 0 0 #d81e2c, 0 12px 16px 0 #d81e2c00;
}

.all-classes-link .yellow {
  background-color: #f6ad55;
  color: white;
  box-shadow: inset 0 0px 0 0 rgba(255, 255, 255, 0.3), 0 5px 0 0 #ea830e, 0 6px 0 0 #ea830e, 0 9px 0 0 #ea830e, 0 11px 0 0 #ea830e, 0 12px 16px 0 #d81e2c00;
}

.all-classes-link .green {
  background-color: #48bb78;
  color: white;
  box-shadow: inset 0 0px 0 0 rgba(255, 255, 255, 0.3), 0 5px 0 0 #198754, 0 6px 0 0 #198754, 0 9px 0 0 #198754, 0 11px 0 0 #198754, 0 12px 16px 0 #d81e2c00;
}

.all-classes-link .blue {
  background-color: #4299e1;
  color: white;
  box-shadow: inset 0 0px 0 0 rgba(255, 255, 255, 0.3), 0 5px 0 0 #0d6efd, 0 6px 0 0 #0d6efd, 0 9px 0 0 #0d6efd, 0 11px 0 0 #0d6efd, 0 12px 16px 0 #d81e2c00;
}

.all-classes-link {
  position: relative;
}


.all-classes {
  padding: 80px 0;
  position: relative;
}

.class-cards {
  width: 100% !important;
}

.bird {
  position: absolute;
  top: 0;
  left: o;
  height: 150px;
}

.kite {
  position: absolute;
  top: 10%;
  left: 36%;
}

.bag {
  position: absolute;
  top: 0;
  right: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

.time-table .header {
  background-color: #5a1e7b;
  color: white;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

.time {
  background-color: #b0bec5;
}

.time-slot {
  background-color: #f1f1f1;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

.course {
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
}

.math {
  background-color: #ffb300;
  color: white;
}

.swimming {
  background-color: #29b6f6;
  color: white;
}

.active-learning {
  background-color: #66bb6a;
  color: white;
}

.geography {
  background-color: #ff4081;
  color: white;
}

.art {
  background-color: #f06292;
  color: white;
}

.time-table {
  padding: 50px 0;
  /* position: relative; */
}

/* Empty Cells */
.empty {
  background-color: #e0e0e0;
  padding: 15px;
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
    /* Change to 4 columns on medium screens */
  }

  .header {
    font-size: 14px;
    padding: 10px;
  }

  .time-slot,
  .course {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .grid {
    grid-template-columns: 1fr;
    /* Stack everything in one column on small screens */
  }

  .header,
  .time-slot,
  .course {
    font-size: 12px;
    padding: 8px;
  }
}

.playgroup-activites {
  padding: 60px 0;
  position: relative;
}

.playground-activites-list {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 25px;
  border-radius: 6px;
}

.playground-activites-list h4 {
  color: #e31921;
  text-transform: uppercase;
}

.playgroup-activites-img img {
  width: 100%;
  border-radius: 50%;
  outline: 2px dashed #abd711;
  outline-offset: 15px;
}

.bear {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
}

.tree-doth-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 150px;
}

/* Gallery page  */

#gallery {
  padding: 60px 0;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;

  img {
    width: 100%;
    height: 280px;
    border: 2px solid #9cc51f;
    padding: 10px;
    border-radius: 6px;
  }
}

.img-overlay {
  background: rgb(0 0 0 / 49%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;

  svg {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;

    @media screen and (min-width:768px) {
      width: 60%;
    }

    @media screen and (min-width:1200px) {
      width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 25px;
  right: 15px;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}



/* contact us page */


.contact-sub-banner {
  background-position: center;
  text-align: center;
  background-attachment: fixed;
  padding: 150px 0;
  background: url(../image/sub-banner/contact-sub.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.contact-page-sec {
  padding: 60px 0;
}

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.contact-info-icon {
  margin-bottom: 15px;
}

.contact-info-item {
  background: #071c34;
  padding: 30px 0px;
}

.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}

.contact-page-form.contact-form input {
  margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
  height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}

.contact-info-icon svg {
  font-size: 48px;
  color: #e31921;
}

.contact-info-text p {
  margin-bottom: 0px;
}

.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.contact-info-text span {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #e5e2e2 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

#select-menu {
  background: #e5e2e2 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}

.single-input-field textarea {
  background: #e5e2e2 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
  background: #e31921 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
  background: #071c34;
  transition: all 0.4s ease-in-out 0s;
  border-color: #071c34
}

.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}

.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  background-color: #ccc;
}

.contact-page-map {
  margin-top: 36px;
}

.contact-page-form form {
  padding: 20px 15px 0;
}



/* video-gallery  */

.video-gallery {
  padding: 0 0 40px 0;
}

.gallery-heading {
  color: #050558;
  text-align: center;
  margin-bottom: 25px;
}

.video-list h4 {
  color: #e1181f;
  text-align: center;
  margin-top: 15px;

}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 7%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;

}

.video-gallery-img {
  width: 100%;
  height: 300px;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  /* -webkit-appearance: none; */
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  /* width: 32px; */
  /* height: 44px; */
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  /* width: 10px !important; */
  /* height: 0; */
  border-left: 23px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 15px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.video-list {
  position: relative;
}


/* Tutions page */

.tutions {
  background-image: url(../image/tution-bg.jpeg);
  width: 100%;
  /* background-position: center; */
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.tutions .row {
  row-gap: 40px;
}

.tutions-content {
  background-color: #abd13a;
  padding: 20px;
}

.tutions-content2 {
  background-color: #c29dea;
  padding: 20px;
}

.tutions-content span {
  color: #fff;
}

.tutions-content h4 a {
  color: #e31921;
}

.tutions-content p {
  color: #fff;
}

.price span {
  font-size: 25px;
}

.tutions-img {
  position: relative;
}

.info {
  position: absolute;
  bottom: 0;
  background-color: #00000087;
  width: 100%;
  padding: 5px 10px;
  column-gap: 15px;
  justify-content: center;
}

.info-item {
  color: #fff;
  display: grid;
  text-align: center;
}

.info-border {
  height: 45px;
  width: 1px;
  background-color: #fff;
}

.tution-first-header span {
  color: #e31921;
  display: block;
}

.tution-first-header h3 {
  line-height: 38px;
}

.tution-first {
  padding: 60px 0;
}

.tution-first-img img {
  border-radius: 0 50px 50px 0;
  height: 600px;
  object-fit: cover;
}

.tution-first .tution-form {
  background-color: white;
  border-radius: 0.5rem;
  padding: 2rem;
  width: 100%;
  max-width: 28rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-color: aliceblue;

}

.tution-first .form-heading {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.tution-first .form-subheading {
  text-align: center;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  color: #e31921;
}

.tution-first .form-group {
  position: relative;
  margin-bottom: 1rem;
}

.tution-first .form-input {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  outline: none;
  transition: box-shadow 0.2s ease;
  color: #757575;
}
.teacher-first-img img {
  height: 620px;
}
.tution-first .required-star {
  color: #ef4444;
  position: absolute;
  top: -20px;
  right: -10px;
  font-size: 30px;
}

.tution-first .submit-button {
  margin: auto;
  display: flex;
  justify-content: center;
  background-color: #8db148;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
  border: none;
  font-size: 17px;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.tution-first .submit-button:hover {
  background-color: #22e850;
}

.tution-second {
  padding: 150px 0;
  position: relative;
  background-color: #436bb0;
  color: #fff;
}

.tution-second .section-flex span {
  color: #fff;

}

.tutions-second-content h3 span {
  color: #e31921;
  display: block;
}

.tutions-second-content h3 {
  line-height: 35px;
}

.tutions-second-content {
  text-align: center;
}

.tutions-second-content p {
  /* padding: 0 18%; */
  margin-top: 20px;
  font-size: 20px;
  text-align: justify;
}

.tution-rect {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 250px;
}

.tution-polygon {
  position: absolute;
  left: 0;
  top: 0;
  height: 300px;
}

.teacher-button {
  border: none;
  background-color: #22e850;
  color: #fff;
  padding: 10px 15px;
  font-family: "Sniglet";
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

.teacther-form {
  background-color: aliceblue;
  padding: 40px 0;
}

.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background-color: aliceblue;
}

.contact-form .input-text:focus {
  outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
  transform: translateY(-24px);
}

.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}

.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}

.note .link {
  color: #888;
  text-decoration: none;
}

.note .link:hover {
  text-decoration: underline;
}

/* blog page  */
.bloges {
  padding: 70px 0;
}

.blog-bg {
  background-image: url(../image/blog-bg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;

}

.blog {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
  flex: 1 0 calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.blog-image {
  position: relative;
}

.blog-image img {
  width: 100%;
  height: 250px;
  transition: transform 0.3s;
}

.blog-image img:hover {
  transform: scale(1.05);
}

.blog-image .date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}

.blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
}

.blog-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #e31921;
}

.blog-content p {
  margin-bottom: 20px;
}

.blog-content a {
  align-self: flex-start;
  background-color: #bad754;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.blog-content a:hover {
  background-color: #E2161D;
  color: #fff;
}

/* Enroll button  */


.main-btn-rect,
.main-btn-circle {
  position: relative;
  margin: 0;
  color: #FFFFF0;
  background-color: rgb(30 46 165);
  /* text-transform: uppercase; */
  font-size: 15px;
  letter-spacing: 1px;
  /* outline: none; */
  cursor: pointer;
  /* z-index: 100; */
}

.main-btn-rect {
  padding: 5px 15px;
  border: none;
  border-radius: 6px;
}

.top-bar-contact p {
  font-size: 15px;
}

.main-btn-rect:before,
.main-btn-rect:after {
  position: absolute;
  content: '';
  top: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.main-btn-rect:before {
  left: 0;
}

.main-btn-rect:after {
  right: 0;
}

.main-btn-rect:hover:before,
.main-btn-rect:hover:after {
  width: 50%;
}

.main-btn-circle {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 100%;
  line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.main-btn-circle:hover {
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}

.popup {
  position: fixed;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.popup.active {
  top: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.731);
  transition: background-color .6s, opacity .6s;
}

.popup .main-btn-rect {
  padding: 10px 100px;
}

.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  margin-top: 150px;
  /* padding: 25px; */
  background-color: #FFF;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup-image{
  width: 100%;

}
.popup.active .popup-content {
  margin-top: 0px;
}

.popup-content h6 {
  display: table;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
  text-transform: uppercase;
  font-weight: 100;
}

.form-group {
  position: relative;
  width: 90%;
  margin: 0px auto;
}

#send input,
#send textarea {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
  height: 29px;
  text-indent: 20px;
  background-color: transparent;
  outline: 0;
  border: none;
  border-bottom: 1px solid #070000;
  -webkit-transition: border 0.6s;
  -o-transition: border 0.6s;
  transition: border 0.6s;
}

#send input:focus,
#send textarea:focus {
  border-bottom: 1px solid rgb(63, 173, 168);
}

#send label {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 28px;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

#send input:focus+label,
#send textarea:focus+label {
  color: rgb(63, 173, 168);
}

#send .txt {
  line-height: 22px;
  left: 2px;
}

#send .main-btn-rect {
  position: relative;
  display: block;
  padding: 12px 80px;
  margin: 0px auto;
  font-size: 16px;
  font-weight: 700;
}

#send .main-btn-rect i {
  margin-right: 5px;
}

.popup .fade-out {
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}

.share-wrap {
  position: absolute;
  display: inline-table;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}

.share-btn {
  color: #FFFFF0;
  padding: 7px 25px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 100;
  font-size: 14px;
  background-color: rgba(63, 173, 168, .8);
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}

.share-btn:hover {
  color: #FFFFF0;
  text-decoration: none;
  background-color: rgba(63, 173, 168, 1.0);
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 2px;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 6px 9px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
  }

  form#send .main-btn-rect {
    padding: 7px 60px;
    font-size: 14px;
  }

  .popup-btn {
    padding: 7px 60px;
    font-size: 14px;
  }
}


/* after school activity */
.after-activity-sub-banner {
  background-position: center;
  text-align: center;
  background-attachment: fixed;
  padding: 150px 0;
  background: linear-gradient(rgba(181, 180, 180, 0.5), rgba(46, 37, 38, 0.452)), url(../image/sub-banner/after-activity-sub.jpeg);
}

.after-school-activity {
  /* background-color: #ccc; */
  padding: 80px 0;
  background: #f7f7f7 url(../image/bg-shape-1.png);
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

.after-school-activity-list {
  text-align: center;
}

.after-school-activity-list h4 {
  margin-top: 20px;
  color: #E2161D;
}

.misil {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
}

.our-activities {
  padding: 80px 0;
}

.our-activities span {
  color: #e31f27;
}

.our-activities h2 {
  margin-top: 15px;
}

.our-activities-para {
  margin: 20px 0;
  text-align: justify;
}

.our-activities-item li {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.activities-list h4 {
  margin: 20px 0;
  color: #e31f27;
}

.our-activities .row {
  row-gap: 20px;
}

.our-activities-item {
  line-height: 35px;
  font-size: 16px;
}

.our-activities-list {
  padding: 0 50px;
}


/* classes details page  */

.class-details-text h3 {
  color: #E2161D;
  margin: 30px 0 20px 0;
}

.class-details {
  padding: 60px 0;
}

.thumbnail img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

.screen img {
  width: 100%;
}

.image-thumbnail-carousel {
  /* padding: 1rem; */
  width: clamp(360px, 90vw, 820px);
  display: flex;
  flex-flow: column;
  gap: 1rem;
  position: relative;
}

.image-display {
  border-radius: 20px;
  overflow: hidden;
  min-height: 30vmin;
  aspect-ratio: 16 / 9;
  box-shadow: 0 0.375em 0.67em #0003, 0 0.5em 1.3em #0002;
}

.screen {
  block-size: 100%;
  display: flex;
  background-image: linear-gradient(12deg, #aaa, #eee);
  position: relative;
  user-select: none;
}

.thumbnail-carousel {
  display: flex;
  gap: 0.75rem;
  block-size: 100%;
}

.carousel__btn {
  flex: 1 0 max(2.75rem, 5.834%);
  background: #0000;
  border: 1px solid #0000;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.arrow-icon {
  margin-inline: auto;
  outline: none;
  border: 0;
  scale: 1;
  display: inline grid;
  width: max(80%, 1.5rem);
  height: max(80%, 1.5rem);
  fill: hsl(204, 3%, 47%);
}

.carousel__btn:hover .arrow-icon {
  fill: hsl(204, 23%, 20%);
}

.carousel__btn:disabled {
  opacity: 0.1;
  pointer-events: none;
}

.carousel__slider {
  user-select: none;
  flex-grow: 999;
  list-style: none;
  display: flex;
  gap: 0.75rem;
  padding: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel__slider::-webkit-scrollbar {
  display: none;
}

.carousel__slide {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  scroll-snap-align: center;
  flex: 1 0 calc((100% / 5) - 10px);
}

.active.carousel__slide {
  outline: 0.125em solid hsl(198, 86%, 53%);
  outline-offset: -0.37em;
}

@media (max-width: 680px) {
  .image-thumbnail-carousel {
    width: 90vw;
  }

  .active.carousel__slide {
    background-color: hsl(204, 23%, 20%);
    outline-offset: 3px;
  }

  .carousel__btn {
    flex-grow: 0;
  }

  .thumbnail-carousel {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carousel__slider {
    max-width: fit-content;
    align-items: center;
    gap: 1em;
  }

  .carousel__slide {
    flex: none;
    aspect-ratio: 1;
    block-size: 0.625rem;
    border-radius: 50%;
    background-color: hsl(204, 3%, 47%);
  }

  .thumbnail {
    opacity: 0;
    display: none;
    aspect-ratio: 16 / 9;
    block-size: 8vw;
    position: absolute;
    border-radius: 6px;
    overflow: hidden;
    z-index: 99;
    will-change: transform, opacity;
    transition: opacity 150ms ease-out;
    transform-origin: bottom;
    translate: -50%;
    bottom: 20%;
  }

  .carousel__slide:not(.active):hover .thumbnail {
    opacity: 1;
    display: block;
    animation: show 250ms ease-out forwards;
    box-shadow: 0 0.375em 0.67em #0003, 0 0.5em 1.3em #0002;
  }

  @keyframes show {
    from {
      opacity: 0;
      transform: scale(0);
    }

    to {
      display: block;
      transform: scale(1);
      opacity: 1;
    }
  }
}

.cms-classes-info {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.cms-classes-info .inner-layout {
  border: 1px solid rgba(119, 119, 119, .18);
  border-radius: 26px;
  padding-bottom: 13px;
}

.cms-classes-info .inner-layout .class-el-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.25;
  margin-top: 0;
  margin-left: -1px;
  margin-right: -1px;
  padding: 13px 25px;
  background-color: #ffc000;
  color: #fff;
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}

.cms-classes-info .inner-layout .class-el-title span {
  font-size: 30px;
  font-weight: 400;
}

.cms-classes-info .inner-layout .classes-list li {
  padding-left: 25px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}

.cms-classes-info .inner-layout .classes-list li label {
  color: #271344;
  margin-right: 6px;
}

.cms-classes-info .inner-layout .classes-list li label svg {
  margin-right: 8px;
}

.cms-classes-info .inner-layout .classes-list li+li {
  padding-top: 17px;
  margin-bottom: 15px;
  border-top: 1px solid rgba(119, 119, 119, .18);
}

.cms-contact-info4 .inner-box {
  background-color: #1ab9ff;
  padding: 48px 25px 0;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.cms-contact-info4 .inner-box .entry-title {
  margin-bottom: 0;
  background-color: #1ab9ff;
  color: #fff;
  text-shadow: 1px 3px 3px #0391d0, -2px 2px 0 #0391d0, -4px 0 0 #0391d1, -3px -3px 1px #0391d0;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.cms-contact-info4 .entry-description {
  color: #fff;
  margin-bottom: 21px;
}

.cms-contact-info4 .list-li {
  margin-bottom: 23px;
}

.cms-contact-info4 .list-li li .item--icon {
  margin-right: 3px;
}

.cms-contact-info4 .entry-bottom-title {
  color: #fff;
  text-align: center;
  margin-left: -25px;
  margin-right: -25px;
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
  padding: 13px 25px;
  background-color: #0391d0;
  -webkit-border-radius: 0 0 25px 25px;
  -khtml-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  -ms-border-radius: 0 0 25px 25px;
  -o-border-radius: 0 0 25px 25px;
  border-radius: 0 0 25px 25px;
  font-weight: 400;
}

.cms-contact-info4 .inner-box .img-bg {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 65px;
  right: 0px;
  opacity: .4;
}

.cms-contact-info4 .list-li li {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}

.cms-contact-info4 .entry-bottom-title a {
  cursor: pointer;
  color: inherit;
  display: block;
}


/* /teacher training */
.teacher-training-sub-banner {
  background-position: center;
  text-align: center;
  background-attachment: fixed;
  padding: 150px 0;
  background: url(../image/sub-banner/teacher-training-sub.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.teacher-training-content {
  text-align: center;
  padding: 0 15%;
}

.teacher-training-program {
  padding: 80px 0;
  position: relative;
}

.teacher-training-program span {
  color: #e2161f;
  font-weight: 500;
}

.teacher-training-program h3 {
  margin: 15px 0;
}

.girl-doll {
  position: absolute;
  top: 5%;
  height: 200px;
}

.stateline {
  position: absolute;
  top: 5%;
  height: 200px;
  right: 9%;
}


.teacher-icon {
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50px);
  }
}

.teacher-training-list {
  padding: 60px 0;
  background-color: #f3f3f3;
}

.teacher-details-img {
  width: 100%;
  height: 350px;
}

.teacher-list-icon {
  height: 70px;
}

.teacher-details {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.teacher-details-list {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
}

.teacher-details-list h4 {
  margin-top: 25px;
  color: #e2161f;
}
.teacher-details-list p{
  text-align: justify;
}
.teacher-training-kids {
  position: absolute;
  right: 10%;
  top: -10%;
  height: 150px;
}

.teacher-kids-animation {
  animation: linear infinite alternate;
  animation-name: run;
  animation-duration: 1s;
}

@keyframes run {
  0% {
    right: 0;
    transform: translateX(0);
  }

  100% {
    right: 10%;
    transform: translateX(2px);
  }
}


/* Day Care start  */

.daycare-sub-banner {
  background-position: center;
  text-align: center;
  background-attachment: fixed;
  padding: 150px 0;
  background: url(../image/sub-banner/daycare-sub.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.daycare {
  padding: 70px 0;
  position: relative;
}

.daycare-content span {
  color: #e31921;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .5px;
}

.daycare-content h2 {
  font-size: 45px;
  margin: 15px 0;
}

.daycare-content p {
  text-align: justify;
}

.daycare-second {
  padding: 60px 0;
  background-color: #d6d6d67a;
  position: relative;
}

.daycare-second-top {
  text-align: center;
}

.daycare-second-top span {
  color: #e31921;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .5px;
}

.daycare-second-top h2 {
  margin-top: 15px;
}

.daycare-service {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  width: 80%;
  margin: auto;
  text-align: center;
  position: relative;
  bottom: 60px;
}

.daycare-second-list img {
  border-radius: 10px;
}

.daycare-second-list {
  position: relative;
}

.daycare-second-list h4 {
  color: #e31921;
  margin: 15px;
}

.daycare-service svg {
  font-size: 40px;
}

.daycare-second-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #fff;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.daycare-dl-list {
  display: flex;
  column-gap: 25px;
}

.daycare-dl-icon svg {
  font-size: 45px;
}

.daycare-dl {
  display: flex;
  column-gap: 60px;
}

.daycare-menu-img img {
  width: 100%;
  border-radius: 10px;
}

.daycare-menu {
  padding: 60px 0;
}

.daycare-menu-content h5 {
  color: #e1181f;
}

.daycare-menu-content h5 span {
  color: #000;
  font-size: 16px;
}

.daycare-menu-content p {
  font-size: 18px;
  line-height: 30px;

}

.daycare-menu .row {
  row-gap: 30px;
}

.daycare-menu-content {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 6px;
  min-height: 100%;
  background-color: aliceblue;
  text-align: justify;

}

.contact-us-header-content p {
  text-align: justify;
}

.readmore__content {
  max-width: 45rem;
  width: 100%;
  display: flex;
}

button.readmore__toggle {
  display: flex;
  margin-top: 1rem;
  border: none;
  background: linear-gradient(0deg, rgb(149 188 39 / 64%) 0%, rgb(149 188 39) 100%);
  color: #000000;
  padding: .8rem;
  cursor: pointer;
  border-radius: 2rem;
}