﻿body {
  margin: 0;
  padding: 0; }

header {
  background: #FFE900;
  padding: 20px 0px 20px 0px; }
  header a {
    text-decoration: none;
    font-family: "Viga", sans-serif;
    font-size: 15px; }
  header p {
    color: #FF1212;
    font-size: 23px;
    margin: 0;
    font-family: "Viga", sans-serif; }
  header input {
    background-color: #CD1919;
    border-radius: 4px 4px 4px 4px;
    padding: 7px 16px 7px 16px;
    color: white;
    border: none;
    text-transform: uppercase;
    font-family: "Viga", sans-serif; }
  header .icons i {
    font-size: 18px;
    padding: 10px;
    color: white;
    border-radius: 50%; }
    header .icons i:hover {
      transform: scale(1.3);
      transition: 0.2s ease-in; }
  header .icons .fa-facebook {
    background: #3b5998; }
  header .icons .fa-youtube {
    background: #DB3056; }
  header .icons .fa-instagram {
    background: #262626;
    padding: 10px 12px; }
  header .contacticons span {
    color: black; }
  header .contacticons i {
    padding: 3px 6px 0px 0px; }

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: white;
  color: white;
  flex-wrap: nowrap; }
  .navbar .logo {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    .navbar .logo img {
      width: 100%; }
  .navbar .menu {
    display: flex; }
    .navbar .menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      width: 100%;
      display: flex;
      /*flex-wrap: wrap;*/
      transition: 0.5s all ease-in;
      justify-content: flex-start; }
      .navbar .menu ul li {
        position: relative;
        width: auto;
        margin: 0px 5px; }
        .navbar .menu ul li:hover > ul {
          visibility: visible;
          opacity: 1;
          display: block;
          z-index: 999;
          max-height: 1000px;
          -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
          background: white; }
        .navbar .menu ul li ul {
          position: absolute;
          left: 0;
          min-width: 250px;
          list-style: none;
          padding: 0;
          top: 38px;
          z-index: 999;
          margin: 0;
          /* max-height: 100px; */
          -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
          -webkit-transform-origin: 50% 0;
          -webkit-transition: 350ms;
          -moz-transition: 350ms;
          -o-transition: 350ms;
          transition: 350ms; }
          .navbar .menu ul li ul li {
            position: relative;
            border: 1px solid #ffffff8f; }
            .navbar .menu ul li ul li a {
              color: Red;
              width: 100%;
              height: auto;
              display: inline-block;
              padding: 10px;
              text-transform: capitalize;
              font-size: 13px;
              letter-spacing: 0.5px;
              position: relative;
              background: white;
              text-decoration: none;
              transition: 0.5s all ease-in; }
        .navbar .menu ul li a {
          display: inline-block;
          color: black;
          white-space: nowrap;
          padding: 12px 19px 8px;
          letter-spacing: 0.5px;
          text-decoration: none;
          position: relative;
          transition: 0.5s;
          font-size: 15px;
          text-transform: capitalize;
          font-weight: bold; }
          .navbar .menu ul li a:hover {
            /* background-color: $hover-color;*/ }
      .navbar .menu ul > li {
        background-color: #FFEF00; }
        .navbar .menu ul > li::after {
          content: "";
          display: block;
          height: 2px;
          width: 100%;
          background-color: #55595c;
          position: relative;
          left: 0;
          bottom: -23px;
          z-index: 1;
          transition: opacity 0.3s;
          opacity: 0; }
        .navbar .menu ul > li:hover::after {
          opacity: 1; }
        .navbar .menu ul > li > ul > li::after {
          opacity: 0 !important; }
      .navbar .menu ul li:nth-child(2) {
        background-color: #30ACDB; }
      .navbar .menu ul li:nth-child(3) {
        background-color: #ffa500; }
      .navbar .menu ul li:nth-child(4) {
        background-color: #DB3056; }
      .navbar .menu ul li:nth-child(5) {
        background-color: #92b929; }
      .navbar .menu ul li:nth-child(6) {
        background-color: #17BEBB; }
  .navbar .menu-toggle {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: black; }

.slider {
  position: relative; }
  .slider .waves svg {
    position: absolute;
    bottom: 0%;
    /* height: 240px; */
    width: 100%;
    transform: rotate(180deg); }
  .slider img {
    width: 100% !important;
    max-height: 700px;
    object-fit: cover;
    animation: zoominout 10s ease-in-out; }

@keyframes zoominout {
  0% {
    transform: scale(1);
    transition: 10s ease; }
  50% {
    transform: scale(1.2);
    transition: 10s ease-in-out; }
  100% {
    transform: scale(1);
    transition: 10s ease-in-out; } }

.toddlerssecion .slick-dots li.slick-active button:before {
  color: white !important; }

.toddlerssecion .images .slick-arrow {
  display: none !important; }

.toddlerssecion .slidebox {
  border-radius: 30px;
  padding: 18px 0px 24px 0px;
  border: 1px solid transparent;
  margin-top: 10px;
  border: 4px solid transparent; }

.toddlerssecion .slidebox:hover {
  border: 4px solid #FB8B24; }

.toddlerssecion .boxblue {
  background: #30ACDB; }

.toddlerssecion .boxred {
  background: #DB3056; }

.toddlerssecion .boxgreen {
  background: #17BEBB; }

.toddlerssecion .headtitles {
  text-align: center;
  padding-top: 16px; }
  .toddlerssecion .headtitles h4 {
    color: white;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px; }
  .toddlerssecion .headtitles input {
    box-shadow: 0px 12px 29px -4px rgba(0, 0, 0, 0.19);
    border-radius: 18px;
    padding: 19px 40px 19px 40px;
    background: transparent;
    color: white;
    border: 1px solid white;
    margin-top: 13px; }

.Welcome_section {
  padding: 70px 0px; }
  .Welcome_section h6 {
    color: #DB3056D4;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase; }
  .Welcome_section h2 {
    color: #000000;
    font-size: 50px;
    font-weight: 800; }
  .Welcome_section .elementor-icon {
    padding: 10px 0px; }
  .Welcome_section p {
    line-height: 30px;
    text-align: justify; }
  .Welcome_section .rightimage img {
    border-radius: 35px; }
  .Welcome_section .rightimage {
    position: relative; }
    .Welcome_section .rightimage .small_image img {
      position: absolute;
      top: 0;
      z-index: -1;
      width: 62%;
      left: -104px; }
    .Welcome_section .rightimage .small_image2 img {
      position: absolute;
      top: -63px;
      z-index: 1;
      width: 25%;
      right: 14px; }
  .Welcome_section input {
    font-family: "Open Sans", Sans-serif;
    font-weight: 800;
    padding: 11px 18px 12px 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    background-color: #FB8B24;
    box-shadow: 0px 12px 29px -4px rgba(0, 0, 0, 0.19);
    border-radius: 40px 40px 40px 40px;
    border: 1px solid white;
    font-size: 15px; }
  .Welcome_section input:hover {
    color: #FFFFFF;
    background-color: #17BEBB; }

.Our_Benefit {
  position: relative;
  background-image: linear-gradient(180deg, #BCFFFD 0%, #f0eb9378 100%), url(images/bg.png);
  background-size: cover;
  background-attachment: inherit;
  background-repeat: no-repeat;
  opacity: 0.86;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s; }
  .Our_Benefit svg {
    position: relative;
    top: -7px; }
  .Our_Benefit img {
    background: rgba(0, 176, 255, 0.3);
    width: 100%;
    padding: 10px 10px;
    border-radius: 68px;
    margin: 15px; }
  .Our_Benefit .container {
    margin-top: 100px; }
  .Our_Benefit .d-flex {
    flex-wrap: wrap; }
  .Our_Benefit p {
    text-align: left;
    word-spacing: 5px; }
  .Our_Benefit .elementor-shape[data-negative=false].elementor-shape-bottom, .Our_Benefit .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .Our_Benefit .list-unstyled .mb-3 {
    margin-bottom: 0px !important; }
  .Our_Benefit .elementor-size-default {
    padding-left: 10px; }
  .Our_Benefit .elementor-clearfix p {
    padding: 10px; }

.bounce-in-up {
  animation: bounce-in-up 0.5s forwards; }

@keyframes bounce-in-up {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  50% {
    transform: translateY(-30%);
    opacity: 1; }
  100% {
    transform: translateY(0); } }

.whykiit h3 {
  color: #000000;
  font-family: "Arial", Sans-serif;
  font-size: 36px;
  font-weight: 700; }

.whykiit .whykiitboxes {
  background: #FFF6F8;
  padding: 23px;
  box-shadow: rgba(205, 204, 204, 0.35) 0px 5px 15px;
  margin-top: 20px;
  border-radius: 10px; }
  .whykiit .whykiitboxes .images img {
    border-radius: 10px; }

.whykiit .whykiitboxes:hover {
  background-color: #F8EEE5;
  border-radius: 10px; }

.whykiit h4 {
  text-align: center;
  padding-top: 12px; }

.parents_say {
  position: relative;
  background-image: linear-gradient(180deg, #db305699 50%, #fb8b2473 93%), url(images/11.jpg);
  background-size: cover;
  background-attachment: inherit;
  background-repeat: no-repeat;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  margin-top: 91px; }
  .parents_say .container {
    padding-bottom: 120px; }
  .parents_say h4 {
    color: white;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 41px; }
  .parents_say h2 {
    font-family: "Nunito", Sans-serif;
    font-size: 50px;
    font-weight: 800;
    color: white; }
  .parents_say .elementor-shape-top svg {
    transform: rotate(360deg);
    position: relative;
    top: -2px;
    height: 56px;
    width: calc(99.9% + 1.3px); }
  .parents_say .bottomsvg svg {
    transform: rotate(180deg);
    position: relative;
    bottom: -1px;
    height: 56px;
    width: calc(99.9% + 1.3px); }
  .parents_say .mainsliders img {
    width: 185px;
    height: 185px;
    border-style: solid;
    border-color: #FB8B24;
    border-width: 5px;
    border-radius: 100px;
    margin: auto;
    object-fit: cover; }
  .parents_say .mainsliders p {
    color: white;
    font-size: 22px;
    line-height: 35px;
    text-align: center; }
  .parents_say .mainsliders .parent_images {
    margin: 0px 60px; }

.imagegallery {
  margin-top: 52px; }
  .imagegallery h4 {
    color: #DB3056D4;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase; }
  .imagegallery h2 {
    color: #000000;
    font-family: "Nunito", Sans-serif;
    font-size: 50px;
    font-weight: 800; }
  .imagegallery .imggallery img {
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 33px; }
  .imagegallery .imggallery i {
    background: #db3056;
    color: white;
    line-height: 50px;
    padding: 0px 14px 2px 16px;
    border-radius: 30px;
    margin: 0px 10px;
    font-size: 23px;
    cursor: pointer; }

.experience {
  background-image: url("images/12.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px; }
  .experience .experyears {
    padding: 30px 30px 30px 30px;
    background-color: #17BEBB;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    margin-top: 20px; }
    .experience .experyears .dataset {
      justify-content: center; }
      .experience .experyears .dataset span {
        margin: auto 0px 22px 7px;
        color: white;
        font-size: 40px; }
  .experience h2 {
    color: #FFFFFF;
    font-family: "Nunito", Sans-serif;
    font-weight: 900;
    font-size: 69px; }
  .experience h4 {
    color: #FFFFFF;
    font-family: "Nunito", Sans-serif;
    font-size: 26px;
    font-weight: 600; }
  .experience .svg svg {
    transform: rotate(360deg);
    position: relative;
    top: -2px;
    height: 56px;
    width: calc(99.9% + 1.3px); }
  .experience .svg2 svg {
    transform: rotate(180deg);
    position: relative;
    top: 0px;
    height: 56px;
    width: calc(99.9% + 1.3px); }

.contact {
  margin-top: 50px; }
  .contact h4 {
    color: #DB3056D4;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase; }
  .contact h2 {
    color: #000000;
    font-family: "Nunito", Sans-serif;
    font-size: 50px;
    font-weight: 800; }
  .contact p {
    font-size: 19px;
    padding: 18px 12px 10px 14px;
    text-align: justify; }
  .contact .getintouch {
    background-color: #30ACDB;
    padding: 34px;
    border-radius: 31px; }
    .contact .getintouch i:hover {
      background: white;
      color: #DB3056; }
    .contact .getintouch h3 {
      color: #FFFFFF;
      font-family: "Arial", Sans-serif;
      font-size: 18px;
      font-weight: 800;
      text-transform: uppercase; }
    .contact .getintouch h4 {
      color: white;
      font-size: 17px;
      font-weight: 600;
      text-transform: uppercase; }
    .contact .getintouch a {
      color: white;
      font-size: 20px;
      text-decoration: none; }
    .contact .getintouch h5 {
      font-family: "Nunito", Sans-serif;
      font-size: 28px;
      font-weight: 700;
      letter-spacing: 0.3px;
      color: white; }
    .contact .getintouch i {
      background-color: #DB3056;
      font-size: 20px;
      border-radius: 50% 50% 50% 50%;
      color: white;
      padding: 10px;
      cursor: pointer; }
    .contact .getintouch .fa-instagram {
      padding: 10px 12px; }
    .contact .getintouch p {
      padding: 19px 0px; }
  .contact img {
    border-radius: 44px;
    height: 375px;
    object-fit: cover; }

.enquiryS_section {
  margin: 70px 0px; }
  .enquiryS_section h2 {
    color: #000000;
    font-family: "Nunito", Sans-serif;
    font-size: 40px;
    font-weight: 800; }
  .enquiryS_section iframe {
    border-radius: 14px; }
  .enquiryS_section .form input, .enquiryS_section .form textarea {
    width: 100%; }
  .enquiryS_section .form input {
    padding: 5px 0px;
    border: 1px solid rgba(128, 128, 128, 0.65);
    border-radius: 2px; }
  .enquiryS_section .form label, .enquiryS_section .form textarea::placeholder {
    color: #645d5d;
    font-weight: 500;
    padding: 5px 0px; }
  .enquiryS_section .form .forminputs span {
    background: #dddddd;
    padding: 7px 18px 11px 18px;
    border-radius: 4px;
    margin-top: 33px;
    cursor: pointer; }

.sliderview {
  position: relative; }
  .sliderview h1 {
    margin: 0px 0px 0px 0px;
    padding: 20px 140px 20px 140px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #DB3056 52%, #EA567B 100%);
    border-radius: 100px 100px 0px 0px;
    color: #FFFFFF;
    font-family: "Nunito", Sans-serif;
    font-size: 56px;
    font-weight: 800;
    text-transform: capitalize;
    position: absolute;
    bottom: 1px;
    left: 10%; }

.sliderview img {
  object-fit: cover;
  max-height: 300px; }

.Legacy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 70px 0px 0px 0px; }
  .Legacy .imgright {
    position: relative; }
    .Legacy .imgright .small_image img {
      position: absolute;
      top: 0;
      z-index: -1;
      width: 62%;
      left: -104px; }
    .Legacy .imgright .small_image2 img {
      position: absolute;
      top: -63px;
      z-index: 1;
      width: 25%;
      right: 14px; }
  .Legacy p {
    text-align: justify;
    font-size: 16px;
    line-height: 30px; }
  .Legacy img {
    border-radius: 27px; }
  .Legacy h4 {
    color: #DB3056D4;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase; }
  .Legacy h2 {
    color: #000000;
    font-family: "Nunito", Sans-serif;
    font-size: 50px;
    font-weight: 800; }
  .Legacy h3 {
    padding: 10px 1px;
    font-size: 20px;
    font-weight: bold; }

.Reception {
  background-image: url("images/AboutPage/4.jpg");
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 70px; }
  .Reception .container-fluid {
    min-height: 610px; }
  .Reception .svg svg {
    transform: rotate(360deg);
    position: relative;
    top: -2px;
    height: 56px;
    width: calc(99.9% + 1.3px); }
  .Reception .svg2 svg {
    transform: rotate(180deg);
    position: relative;
    top: 0px;
    height: 56px;
    width: calc(99.9% + 1.3px); }

.core_values p {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0px;
  line-height: 42px; }

.core_values img {
  max-height: 176px;
  min-height: 176px;
  object-fit: contain; }

.core_values h1 {
  color: #000000;
  font-family: "Nunito", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  color: #5364E8;
  padding: 45px 0px 30px 0px; }

.ourteam {
  padding-bottom: 90px; }
  .ourteam input {
    font-family: "Open Sans", Sans-serif;
    font-weight: 800;
    padding: 11px 18px 12px 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    background-color: #FB8B24;
    box-shadow: 0px 12px 29px -4px rgba(0, 0, 0, 0.19);
    border-radius: 40px 40px 40px 40px;
    border: 1px solid white;
    font-size: 15px; }
  .ourteam .mentorlefticon .mentor_image1 {
    position: relative; }
    .ourteam .mentorlefticon .mentor_image1 img {
      position: absolute;
      top: -81px;
      z-index: -1;
      width: 29%;
      left: 42px; }
  .ourteam .mentorlefticon .mentor_image2 {
    position: relative; }
    .ourteam .mentorlefticon .mentor_image2 img {
      position: absolute;
      top: -81px;
      z-index: -1;
      width: 17%;
      right: 42px; }
  .ourteam input:hover {
    color: #FFFFFF;
    background-color: #17BEBB; }
  .ourteam li {
    color: rgba(0, 0, 0, 0.61);
    font-size: 17px; }
  .ourteam p {
    text-align: justify; }
  .ourteam h4 {
    color: #DB3056D4;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase; }
  .ourteam h2 {
    color: #000000;
    font-family: "Nunito", Sans-serif;
    font-size: 50px;
    font-weight: 800; }
  .ourteam p {
    color: rgba(0, 0, 0, 0.61);
    font-size: 17px; }
  .ourteam img {
    border-radius: 20px; }

.learning .mentorlefticon .mentor_image1 {
  position: relative; }
  .learning .mentorlefticon .mentor_image1 img {
    position: absolute;
    top: -81px;
    z-index: -1;
    width: 29%;
    left: 42px; }

.learning .mentorlefticon .mentor_image2 {
  position: relative; }
  .learning .mentorlefticon .mentor_image2 img {
    position: absolute;
    top: -81px;
    z-index: -1;
    width: 17%;
    right: -44px !important; }

.Ceo, .vice-principal, .Mentor, .ourteam {
  margin-top: 6%; }

.whatweoffer #carouselExampleCaptions img {
  height: 400px;
  filter: brightness(0.6);
  object-fit: cover; }

.whatweoffer h2 {
  color: #000000;
  font-family: "Nunito", Sans-serif;
  font-size: 50px;
  font-weight: 800; }

.whatweoffer #carouselExampleCaptions .carousel-caption {
  top: 32%; }
  .whatweoffer #carouselExampleCaptions .carousel-caption h5 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1; }
  .whatweoffer #carouselExampleCaptions .carousel-caption p {
    font-family: "Arial", Sans-serif;
    padding: 10px 0px; }

.daycare h2 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 33px 0px; }

.daycare svg {
  transform: rotate(360deg);
  position: relative;
  top: 22px;
  height: 56px;
  width: calc(99.9% + 1.3px); }

.curriculum {
  padding: 50px 0px; }
  .curriculum h2 {
    color: #000000;
    font-family: "Nunito", Sans-serif;
    font-size: 50px;
    font-weight: 800; }
  .curriculum ul li {
    padding: 8px 0px; }

.ourapproach {
  padding: 75px 0px; }
  .ourapproach h2 {
    color: #000000;
    font-family: "Nunito", Sans-serif;
    font-size: 50px;
    font-weight: 800; }
  .ourapproach input {
    font-family: "Open Sans", Sans-serif;
    font-weight: 800;
    padding: 11px 18px 12px 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    background-color: #FB8B24;
    box-shadow: 0px 12px 29px -4px rgba(0, 0, 0, 0.19);
    border-radius: 40px 40px 40px 40px;
    border: 1px solid white;
    font-size: 15px; }
  .ourapproach input:hover {
    color: #FFFFFF;
    background-color: #17BEBB; }
  .ourapproach .accordion i {
    font-weight: bold;
    font-size: 23px; }
  .ourapproach .accordion-button {
    background-color: #FB8B24;
    color: white;
    font-weight: bold;
    font-size: 18px; }
  .ourapproach h3 {
    padding-top: 35px; }

.infrastructure h6 {
  color: #DB3056D4;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase; }

.infrastructure h2 {
  color: #000000;
  font-family: "Nunito", Sans-serif;
  font-size: 50px;
  font-weight: 800; }

.infrastructure .infraimage img {
  border-radius: 31px;
  min-height: 303px;
  margin: 10px 0px; }

.infraimage {
  position: relative;
  margin: 10px 0px; }
  .infraimage .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden; }
  .infraimage .middle {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
  .infraimage:hover .image {
    filter: brightness(0.5); }
  .infraimage:hover .middle {
    opacity: 1; }
  .infraimage .text {
    color: white;
    font-size: 23px;
    font-weight: bold; }

.formdetails {
  padding: 100px 0px; }
  .formdetails h1 {
    margin: 0px 0px 0px 0px;
    padding: 20px 83px 20px 81px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #DB3056 52%, #EA567B 100%);
    border-radius: 100px 100px 0px 0px;
    color: #FFFFFF;
    font-family: "Nunito", Sans-serif;
    font-size: 33px;
    font-weight: 800;
    text-align: center; }
  .formdetails .contform {
    border: 1px solid #bbb5b5; }
  .formdetails .form {
    padding: 0px 20px; }
    .formdetails .form span {
      display: block;
      padding: 7px 0px 5px 0px; }
  .formdetails span {
    margin-left: 10px; }
  .formdetails .iconssss a {
    text-decoration: none;
    background: #DB3056;
    padding: 7px 10px;
    color: white;
    border-radius: 23px; }
  .formdetails a {
    text-decoration: none; }
  .formdetails .blackquote .icons a {
    padding: 5px 8px 6px 8px;
    background: #9b8a5e;
    color: white;
    border-radius: 26px; }

.gallery {
  display: flex;
  gap: 10px; }
  .gallery .gallery-image {
    width: 150px;
    cursor: pointer;
    transition: transform 0.2s; }
  .gallery .gallery-image:hover {
    transform: scale(1.05); }

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 99; }
  .lightbox .lightbox-image {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px; }
  .lightbox .lightbox-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .lightbox .lightbox-nav .prev,
    .lightbox .lightbox-nav .next {
      cursor: pointer;
      color: white;
      font-size: 30px;
      transition: color 0.2s; }
    .lightbox .lightbox-nav .prev:hover,
    .lightbox .lightbox-nav .next:hover {
      color: #ffcc00; }
    .lightbox .lightbox-nav #next-image {
      position: absolute;
      right: 14%; }
    .lightbox .lightbox-nav #prev-image {
      position: absolute;
      left: 14%; }
  .lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer; }
    .lightbox .close:hover {
      color: #ffcc00; }

footer {
  background-color: #FB8B24;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; }
  footer .container {
    padding: 90px 0px 60px 0px; }
  footer .container-fluid {
    background: #DB3056;
    text-align: center; }
    footer .container-fluid i {
      background-color: #30ACDB;
      padding: 20px 21px 20px 21px;
      position: relative;
      top: -21px; }
    footer .container-fluid p {
      margin-top: -12px;
      padding: 10px 0px 10px 0px;
      font-size: 14px; }
  footer .svg svg {
    transform: rotate(360deg);
    position: relative;
    top: -2px;
    height: 56px;
    width: calc(99.9% + 1.3px); }
  footer p {
    color: white;
    font-size: 18px;
    padding: 0px 10px; }
  footer input[type=text] {
    background-color: #FFFFFF;
    border-width: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    padding: 14px 31px;
    margin: 10px 0px;
    width: 80%; }
  footer input[type=button] {
    padding: 14px 31px;
    margin: 10px 0px;
    width: 80%;
    background-color: #DB3056;
    color: #ffffff;
    font-size: 14px;
    border-radius: 27px;
    border: white;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase; }
  footer input[type=button]:hover {
    background-color: #17BEBB;
    color: #FFFFFF; }
  footer h3 {
    color: white;
    font-family: "Nunito", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-align: center; }
  footer i {
    background: #DB3056;
    color: white;
    padding: 10px;
    border-radius: 27px;
    cursor: pointer; }
  footer .fa-instagram {
    padding: 11px 12px; }
  footer i:hover {
    background: white;
    color: #DB3056; }
  footer li {
    text-align: left;
    color: black;
    font-size: 18px;
    padding: 4px 0px;
    list-style: none;
    color: white; }
    footer li .fa-location-dot {
      padding: 9px 12px; }
    footer li i {
      color: white;
      font-size: 18px; }
    footer li a {
      text-decoration: none;
      color: white;
      font-size: 18px; }

.elementor-98 .elementor-element.elementor-element-611e > .elementor-background-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #BCFFFD 0%, #F0EB93 100%);
  opacity: 0.86;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s; }

p, h1, h2, h3, h4, h5 {
  font-family: "Nunito sans", sans-serif !important; }

@media (max-width: 768px) {
  .lightbox-image {
    width: 75%;
    position: absolute;
    top: 42%;
    left: 13%; }
  .sliderview img {
    min-height: 300px; }
  .navbar {
    padding: 7px 0px; }
    .navbar .logo img {
      width: 80%; }
    .navbar .menu {
      position: fixed;
      top: 0;
      right: -250px;
      height: 100%;
      width: 250px;
      background-color: #333;
      transition: right 0.3s ease;
      z-index: 9; }
      .navbar .menu.active {
        right: 0; }
      .navbar .menu .close-button {
        background: none;
        border: none;
        color: white;
        font-size: 30px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 9;
        color: black; }
      .navbar .menu ul {
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding: 20px 0;
        background: white; }
        .navbar .menu ul li {
          margin: 10px 12px;
          text-align: center; }
          .navbar .menu ul li:hover ul {
            position: static;
            width: 100%; }
    .navbar .menu-toggle {
      display: block; } }

@media only screen and (min-width: 1024px) {
  .lightbox-image {
    width: 41%;
    position: absolute;
    top: 28%;
    left: 28%; }
  .Our_Benefit img {
    width: 62% !important; }
  .elementor-row {
    position: absolute;
    top: 2px;
    left: 14%; }
    .elementor-row h2 {
      color: #000000;
      font-size: 50px;
      font-weight: 800;
      padding-top: 25px; }
    .elementor-row p {
      font-size: 19px;
      padding: 10px 0px; }
  .toddlerssecion {
    margin-top: -175px;
    position: relative;
    z-index: 99; } }

@media only screen and (min-width: 320px) and (max-width: 576px) {
  .experience .svg2 svg {
    top: 48px; }
  .ourapproach h2 {
    font-size: 38px !important;
    padding-top: 19px;
    text-align: center; }
  .daycare h2 {
    font-size: 31px; }
  h2 {
    font-size: 31px !important; }
  .whatweoffer #carouselExampleCaptions .carousel-caption {
    top: 10%; }
  .whatweoffer #carouselExampleCaptions h5 {
    font-size: 30px !important; }
  .whatweoffer #carouselExampleCaptions p {
    text-align: justify; }
  .whatweoffer #carouselExampleCaptions img {
    height: 500px; }
  .ourteam h2 {
    font-size: 40px; }
  .Reception .container-fluid {
    min-height: 300px; }
  .sliderview h1 {
    margin: 0px 0px 0px 0px;
    padding: 6px 94px 7px 73px;
    bottom: 0px;
    left: 13%;
    font-size: 18px; }
  footer p {
    padding: 0px 40px; }
  .contact img {
    height: 250px; }
  .parents_say .mainsliders .parent_images {
    margin: 0px 12px; }
  header p {
    padding: 12px 0px 0px 0px; }
  header input {
    margin: 12px 0px 0px 0px; }
  header a {
    font-size: 13px; }
  .imagegallery .imggallery img {
    min-height: 250px;
    max-height: 250px; }
  .experience h2 {
    font-size: 45px; }
  .toddlerssecion .headtitles h4 {
    font-size: 32px; }
  .toddlerssecion .headtitles input {
    padding: 6px 11px 8px 9px; }
  .mainsliders .slick-arrow {
    display: none; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact img {
    height: 250px; }
  .parents_say .mainsliders .parent_images {
    margin: 0px 12px; }
  .imagegallery .imggallery img {
    min-height: 250px;
    max-height: 250px; }
  .experience h2 {
    font-size: 45px; }
  .toddlerssecion .headtitles h4 {
    font-size: 14px; }
  .toddlerssecion .headtitles input {
    padding: 9px 11px 12px 9px; }
  .mainsliders .slick-arrow {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lightbox-image {
    width: 41%;
    position: absolute;
    top: 28%;
    left: 28%; }
  .imagegallery .imggallery img {
    min-height: 250px;
    max-height: 250px; }
  .experience h2 {
    font-size: 45px; }
  .toddlerssecion .headtitles h4 {
    font-size: 14px; }
  .toddlerssecion .headtitles input {
    padding: 6px 11px 9px 9px;
    font-size: 12px; }
  .Our_Benefit {
    background-image: linear-gradient(180deg, #BCFFFD 0%, #f0eb93e8 100%), url(images/bg.png); }
  .Our_Benefit img {
    margin: 15px 0px; } }

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .toddlerssecion .headtitles h4 {
    font-size: 21px; }
  .toddlerssecion .headtitles input {
    padding: 9px 11px 12px 22px; }
  .Our_Benefit {
    background-image: linear-gradient(180deg, #BCFFFD 0%, #f0eb93e8 100%), url(images/bg.png); } }

body, html {
  width: 100%;
  overflow-x: hidden; }
