/*!
Theme Name: A-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: a-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

A-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    margin-top: 0px !important;
}
div#wpadminbar {
    display: none;
}
a:hover {
    color: #743974;
}
.header-upper .row {
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.main-header ul#menu-main-menu {
    display: flex;
    justify-content: space-around;
}
.main-header .nav-outer nav.main-menu, .main-menu .navbar-collapse {
    width: 100%;
}
main#primary {
    margin-top: 170px;
}
section {
    padding: 100px 0px;
    position: relative;
    scroll-margin-top: 150px;
}
section.banner-section {
    display: flex;
    align-items: center;
    height: 80vh;
}
section.banner-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
section.banner-section .auto-container {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #74397491;
    height: max-content;
	border-radius: 50px;
}
section.banner-section .auto-container h1 {
    color: #fff;
    padding: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 7px #000;
    font-size: 50px;
    text-align: center;
}
section.banner-section h4 {
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    text-align: center;
}

section.banner-section:before, section#testimonials:before, section#why-choose-us:before, section#registration-and-tuition:before, section#activities-and-programs:before {
    content: "";
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 96.11%, 1.43% 95.01%, 2.86% 93.60%, 4.29% 91.92%, 5.71% 90.02%, 7.14% 87.96%, 8.57% 85.79%, 10.00% 83.58%, 11.43% 81.39%, 12.86% 79.29%, 14.29% 77.34%, 15.71% 75.59%, 17.14% 74.09%, 18.57% 72.89%, 20.00% 72.02%, 21.43% 71.51%, 22.86% 71.38%, 24.29% 71.62%, 25.71% 72.23%, 27.14% 73.19%, 28.57% 74.47%, 30.00% 76.04%, 31.43% 77.86%, 32.86% 79.86%, 34.29% 81.99%, 35.71% 84.19%, 37.14% 86.39%, 38.57% 88.54%, 40.00% 90.56%, 41.43% 92.41%, 42.86% 94.02%, 44.29% 95.35%, 45.71% 96.36%, 47.14% 97.02%, 48.57% 97.31%, 50.00% 97.23%, 51.43% 96.78%, 52.86% 95.96%, 54.29% 94.81%, 55.71% 93.35%, 57.14% 91.63%, 58.57% 89.71%, 60.00% 87.62%, 61.43% 85.44%, 62.86% 83.23%, 64.29% 81.05%, 65.71% 78.97%, 67.14% 77.05%, 68.57% 75.33%, 70.00% 73.88%, 71.43% 72.73%, 72.86% 71.92%, 74.29% 71.47%, 75.71% 71.39%, 77.14% 71.69%, 78.57% 72.36%, 80.00% 73.37%, 81.43% 74.70%, 82.86% 76.32%, 84.29% 78.16%, 85.71% 80.19%, 87.14% 82.33%, 88.57% 84.54%, 90.00% 86.74%, 91.43% 88.87%, 92.86% 90.87%, 94.29% 92.68%, 95.71% 94.25%, 97.14% 95.53%, 98.57% 96.48%, 100.00% 97.09%);
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    margin-bottom: -3px;
    height: 172px;
}
section#why-choose-us:before {
    background: #5c94d4;
}
section#testimonials:before {
    background: #753975;
}
section#testimonials {
    background: #5c94d4;
    padding-bottom: 130px;
}
section#testimonials * {
    color: #fff;
}
.mb-50 {
    margin-bottom: 50px;
}
.row.program-block .inner-content {
    border-radius: 50px;
    padding: 33px;
    height: 100%;
}
#about h2.section-title {
    margin-top: 116px;
}
#about h2.section-title:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/09/title-img.webp);
    position: absolute;
    width: 100%;
    height: 130px;
    bottom: 72px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.row.program-block .content-column {
    margin-bottom: 30px;
}
.content-column .inner-content.purple-bg {
    background: #753975;
}
.content-column .inner-content.blue-bg {
    background: #5c94d4;
}
.row.program-block  .inner-content h3 {
    margin-bottom: 19px;
    border-bottom: 3px solid #ffffff29;
    padding-bottom: 10px;
}
a.btn {
    background: #753975;
    color: #fff;
    font-size: 20px;
}
a.btn.read-more {
    border: 1px solid #fff;
    padding: 7px 30px;
    margin-bottom: 30px;
    background: transparent;
}
h2.section-title {
    color: #753975;
    font-size: 50px;
    margin-bottom: 26px;
    line-height: 1;
}
.row.program-block .col-lg-6 .inner-content * {
    color: #fff;
}
.row.program-block .col-lg-6 .inner-content * {
    color: #fff;
}
section#activities-and-programs {
    background-image: url(/wp-content/uploads/2024/09/LR-img-02.webp);
    background-size: cover;
    background-position: center;
    background-color: #ffffffe0;
    background-blend-mode: overlay;
}
section#activities-and-programs img {
    width: 176px;
    margin: 0 auto -10px;
    display: block;
}
section#why-choose-us li:before {
    content: "\263B";
    position: absolute;
    align-items: center;
    font-size: 28px;
    line-height: 1;
    left: 0;
    color: #743974;
}
section#why-choose-us li {
    position: relative;
    padding-left: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-20 {
    padding-top: 20px;
}
.m-40 {
    margin: 40px 0;
}
.row.pt-60 {
    padding-top: 60px;
}
section#why-choose-us, section#registration-and-tuition {
    padding-bottom: 120px;
}
section#registration-and-tuition {
    background: #753975;
    padding-top: 70px;
}
section#registration-and-tuition * {
    color: #fff;
}
section#registration-and-tuition strong {
    padding-top: 15px;
    display: inline-block;
}
img.title-icon {
    height: 130px;
}

.time-table {
    padding: 50px;
    background-color: #fffffff0;
    border-radius: 50px;
    background-image: url(/wp-content/uploads/2024/09/Copy-of-Miss-Tara_u2019s-Little-Rascals-Day-Care-Logo_white_char.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
}
section#registration-and-tuition .time-table p {
    font-size: 23px;
    border-bottom: 1px solid #00000021;
    margin: 0;
    padding: 7px;
    color: #000 !important;
}
section#registration-and-tuition .time-table p strong {
    color: #000;
}
.time-table p:last-child {
    border: none;
}
section#curriculum img {
    object-fit: cover;
}
section#curriculum .img-block, section#curriculum img {
    width: 100%;
    height: 100%;
}
section#registration-and-tuition .col-lg-4 img {
    height: 397px;
    border-radius: 50px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.img-block img {
    border-radius: 40px;
}
section#curriculum {
    background: radial-gradient(#70707017 10%, transparent 10%, transparent 39%, #9c9c9c29 40%, #70707000 45%, transparent 46%) 0% 0% / 3em 3em #FFFFFF;
}
section#contact .col-lg-4 {
    background: #743974;
    padding: 20px;
}
section#contact .col-lg-4 * {
    color: #fff;
}
section#gallery {
    background-image: url(/wp-content/uploads/2024/09/Untitled-design.webp);
    background-size: cover;
    background-attachment: fixed;
}
.row.curriculum-table table tr:last-child {
    border: none;
}
.row.curriculum-table:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/09/theme-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 325px;
}
.row.curriculum-table:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/09/bee.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 198px;
    top: -67px;
    left: -124px;
}
.row.curriculum-table {
    margin: 50px 0;
    padding: 35px;
    background-color: #5c94d4;
    background-image: url(/wp-content/uploads/2024/09/icon_white.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    border-radius: 40px;
    box-shadow: 0px 14px 0px 0px #743974;
    position: relative;
}
.row.curriculum-table table tr {
    border-bottom: 1px solid #ffffff;
    padding: 15px 15px;
    color: #fff;
}
.row.curriculum-table tr {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
section#parent-information {
    background-image: url(/wp-content/uploads/2024/09/slide-01.webp);
    background-color: #fffffff0;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}
ul.p-information {
    margin-bottom: 35px;
}
ul.p-information li {
    padding-left: 30px;
    position: relative;
	  display: flex;
    align-items: center;
	    margin-bottom: 10px;
}
ul.p-information li:before {
    content: "\2600";
    position: absolute;
    left: 0;
    font-size: 22px;
    color: #743974;
}
ul.holidays {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    margin-top: 20px;
}
ul.holidays li {
    position: relative;
    padding-left: 29px;
	  display: flex;
    align-items: center;
	    margin-bottom: 10px;
}
ul.holidays li:before {
    content: "\263B";
    position: absolute;
    left: 0;
    color: #743974;
    font-size: 22px;
    line-height: 1;
    top: 2px;
}
section#curriculum .content-column.col-lg-6 h3 {
    background-image: linear-gradient(to right, #753975, #5c94d4, #5c94d4, #5c94d4, #fff);
    color: #fff;
    padding: 5px 29px;
    margin-bottom: 30px;
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    margin-top: 5px;
}
section#meals .content-column.col-lg-6.col-md-12.col-sm-12 {
    background: #ffffffe3;
    text-align: center;
    padding: 35px;
    border-radius: 40px;
}
section#meals .row {
    align-items: center;
}
section#meals {
    background-color: #5c94d4;
    background-image: url(/wp-content/uploads/2024/09/cloud-bg.webp);
    background-size: contain;
	animation:backgroundScroll 20s linear infinite;
padding-bottom: 150px;
}
@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: 400px 0;}
}
        
@keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: 400px 0;}
}
.meal-img img {
    height: 439px;
    width: 100%;
    object-fit: contain;
}
.h-left p, .h-right p {
    font-size: 30px;
    font-weight: 900;
    color: #743974;
    line-height: 1;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 0;
    justify-content: center;
}
ul.social-links i.fa.fa-envelope-o {
    font-size: 36px;
}
section#contact img.under-title {
    margin: -120px auto 41px;
    display: block;
    width: 100%;
    max-width: 855px;
}
section#why-choose-us {
    background-image: url(/wp-content/uploads/2024/09/bg-04.webp);
    background-color: #ffffff12;
    background-blend-mode: overlay;
    background-size: contain;
}
section#about {
    background-image: url(/wp-content/uploads/2024/09/bg-02.webp);
    background-color: #ffffff40;
    background-blend-mode: overlay;
}
.prod-tabs .tabs-content .tab img {
    margin: 0 0 32px !important;
    width: auto !important;
    height: 200px;
}
section#contact {
    background-image: url(/wp-content/uploads/2024/09/bg-04.webp);
}
section#contact:before {
    content: "";
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 96.11%, 1.43% 95.01%, 2.86% 93.60%, 4.29% 91.92%, 5.71% 90.02%, 7.14% 87.96%, 8.57% 85.79%, 10.00% 83.58%, 11.43% 81.39%, 12.86% 79.29%, 14.29% 77.34%, 15.71% 75.59%, 17.14% 74.09%, 18.57% 72.89%, 20.00% 72.02%, 21.43% 71.51%, 22.86% 71.38%, 24.29% 71.62%, 25.71% 72.23%, 27.14% 73.19%, 28.57% 74.47%, 30.00% 76.04%, 31.43% 77.86%, 32.86% 79.86%, 34.29% 81.99%, 35.71% 84.19%, 37.14% 86.39%, 38.57% 88.54%, 40.00% 90.56%, 41.43% 92.41%, 42.86% 94.02%, 44.29% 95.35%, 45.71% 96.36%, 47.14% 97.02%, 48.57% 97.31%, 50.00% 97.23%, 51.43% 96.78%, 52.86% 95.96%, 54.29% 94.81%, 55.71% 93.35%, 57.14% 91.63%, 58.57% 89.71%, 60.00% 87.62%, 61.43% 85.44%, 62.86% 83.23%, 64.29% 81.05%, 65.71% 78.97%, 67.14% 77.05%, 68.57% 75.33%, 70.00% 73.88%, 71.43% 72.73%, 72.86% 71.92%, 74.29% 71.47%, 75.71% 71.39%, 77.14% 71.69%, 78.57% 72.36%, 80.00% 73.37%, 81.43% 74.70%, 82.86% 76.32%, 84.29% 78.16%, 85.71% 80.19%, 87.14% 82.33%, 88.57% 84.54%, 90.00% 86.74%, 91.43% 88.87%, 92.86% 90.87%, 94.29% 92.68%, 95.71% 94.25%, 97.14% 95.53%, 98.57% 96.48%, 100.00% 97.09%);
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #743974;
    z-index: 99;
    margin-bottom: -3px;
    height: 172px;
}
div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    font-size: 20px!important;
    color: #743974!important;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
    background: #ffffff1f;
    min-height: 50px;
}
div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
    background: #743974 !important;
    font-size: 24px!important;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern {
    box-shadow: 0px 0px 0px 1px #00000052;
    padding: 20px;
	    margin: 0;
}
img.footer-logo {
    margin-bottom: 25px;
}
section#contact iframe {
    margin-top: 25px;
}
ul.social-links img {
    height: 30px;
}
.main-footer .widgets-section * {
    color: #fff;
}
footer.main-footer div#navbarSupportedContent {
    display: block;
}
footer.main-footer a {
    color: #fff;
}
.widgets-section i {
    margin-right: 10px;
}
.mt-40 {
    margin-top: 40px;
}
.main-footer .widgets-section h4 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}
img.widget-img {
    height: 125px;
    margin-left: 20px;
	margin-top: 20px;
}
.tabs-content .row {
    align-items: center;
}
.tabs-content .row p {
    font-size: 24px;
    font-weight: 600;
}
.contact-widget p, .link-widget li {
    margin-bottom: 10px;
    line-height: 1.8em;
}
.col-lg-4.col-md-12.link-widget {
    display: flex;
    justify-content: center;
}
.widget-content {
    width: max-content;
}
.main-footer .widgets-section h4:before {
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #ffffff3b;
    position: absolute;
    bottom: -10px;
}
section#about:before {
    content: "";
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 96.11%, 1.43% 95.01%, 2.86% 93.60%, 4.29% 91.92%, 5.71% 90.02%, 7.14% 87.96%, 8.57% 85.79%, 10.00% 83.58%, 11.43% 81.39%, 12.86% 79.29%, 14.29% 77.34%, 15.71% 75.59%, 17.14% 74.09%, 18.57% 72.89%, 20.00% 72.02%, 21.43% 71.51%, 22.86% 71.38%, 24.29% 71.62%, 25.71% 72.23%, 27.14% 73.19%, 28.57% 74.47%, 30.00% 76.04%, 31.43% 77.86%, 32.86% 79.86%, 34.29% 81.99%, 35.71% 84.19%, 37.14% 86.39%, 38.57% 88.54%, 40.00% 90.56%, 41.43% 92.41%, 42.86% 94.02%, 44.29% 95.35%, 45.71% 96.36%, 47.14% 97.02%, 48.57% 97.31%, 50.00% 97.23%, 51.43% 96.78%, 52.86% 95.96%, 54.29% 94.81%, 55.71% 93.35%, 57.14% 91.63%, 58.57% 89.71%, 60.00% 87.62%, 61.43% 85.44%, 62.86% 83.23%, 64.29% 81.05%, 65.71% 78.97%, 67.14% 77.05%, 68.57% 75.33%, 70.00% 73.88%, 71.43% 72.73%, 72.86% 71.92%, 74.29% 71.47%, 75.71% 71.39%, 77.14% 71.69%, 78.57% 72.36%, 80.00% 73.37%, 81.43% 74.70%, 82.86% 76.32%, 84.29% 78.16%, 85.71% 80.19%, 87.14% 82.33%, 88.57% 84.54%, 90.00% 86.74%, 91.43% 88.87%, 92.86% 90.87%, 94.29% 92.68%, 95.71% 94.25%, 97.14% 95.53%, 98.57% 96.48%, 100.00% 97.09%);
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f0dcdf;
    z-index: 99;
    margin-bottom: -3px;
    height: 172px;
}
section#activities-and-programs:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(#efdbde, #fcebed12);
    top: 0;
    left: 0;
}
section#curriculum:before {
    content: "";
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 96.11%, 1.43% 95.01%, 2.86% 93.60%, 4.29% 91.92%, 5.71% 90.02%, 7.14% 87.96%, 8.57% 85.79%, 10.00% 83.58%, 11.43% 81.39%, 12.86% 79.29%, 14.29% 77.34%, 15.71% 75.59%, 17.14% 74.09%, 18.57% 72.89%, 20.00% 72.02%, 21.43% 71.51%, 22.86% 71.38%, 24.29% 71.62%, 25.71% 72.23%, 27.14% 73.19%, 28.57% 74.47%, 30.00% 76.04%, 31.43% 77.86%, 32.86% 79.86%, 34.29% 81.99%, 35.71% 84.19%, 37.14% 86.39%, 38.57% 88.54%, 40.00% 90.56%, 41.43% 92.41%, 42.86% 94.02%, 44.29% 95.35%, 45.71% 96.36%, 47.14% 97.02%, 48.57% 97.31%, 50.00% 97.23%, 51.43% 96.78%, 52.86% 95.96%, 54.29% 94.81%, 55.71% 93.35%, 57.14% 91.63%, 58.57% 89.71%, 60.00% 87.62%, 61.43% 85.44%, 62.86% 83.23%, 64.29% 81.05%, 65.71% 78.97%, 67.14% 77.05%, 68.57% 75.33%, 70.00% 73.88%, 71.43% 72.73%, 72.86% 71.92%, 74.29% 71.47%, 75.71% 71.39%, 77.14% 71.69%, 78.57% 72.36%, 80.00% 73.37%, 81.43% 74.70%, 82.86% 76.32%, 84.29% 78.16%, 85.71% 80.19%, 87.14% 82.33%, 88.57% 84.54%, 90.00% 86.74%, 91.43% 88.87%, 92.86% 90.87%, 94.29% 92.68%, 95.71% 94.25%, 97.14% 95.53%, 98.57% 96.48%, 100.00% 97.09%);
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #5c94d4;
    z-index: 99;
    margin-bottom: -3px;
    height: 172px;
}
section#parent-information:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(#fff, #fcebed12);
    top: 0;
    left: 0;
}
section#meals:before {
    content: "";
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 96.11%, 1.43% 95.01%, 2.86% 93.60%, 4.29% 91.92%, 5.71% 90.02%, 7.14% 87.96%, 8.57% 85.79%, 10.00% 83.58%, 11.43% 81.39%, 12.86% 79.29%, 14.29% 77.34%, 15.71% 75.59%, 17.14% 74.09%, 18.57% 72.89%, 20.00% 72.02%, 21.43% 71.51%, 22.86% 71.38%, 24.29% 71.62%, 25.71% 72.23%, 27.14% 73.19%, 28.57% 74.47%, 30.00% 76.04%, 31.43% 77.86%, 32.86% 79.86%, 34.29% 81.99%, 35.71% 84.19%, 37.14% 86.39%, 38.57% 88.54%, 40.00% 90.56%, 41.43% 92.41%, 42.86% 94.02%, 44.29% 95.35%, 45.71% 96.36%, 47.14% 97.02%, 48.57% 97.31%, 50.00% 97.23%, 51.43% 96.78%, 52.86% 95.96%, 54.29% 94.81%, 55.71% 93.35%, 57.14% 91.63%, 58.57% 89.71%, 60.00% 87.62%, 61.43% 85.44%, 62.86% 83.23%, 64.29% 81.05%, 65.71% 78.97%, 67.14% 77.05%, 68.57% 75.33%, 70.00% 73.88%, 71.43% 72.73%, 72.86% 71.92%, 74.29% 71.47%, 75.71% 71.39%, 77.14% 71.69%, 78.57% 72.36%, 80.00% 73.37%, 81.43% 74.70%, 82.86% 76.32%, 84.29% 78.16%, 85.71% 80.19%, 87.14% 82.33%, 88.57% 84.54%, 90.00% 86.74%, 91.43% 88.87%, 92.86% 90.87%, 94.29% 92.68%, 95.71% 94.25%, 97.14% 95.53%, 98.57% 96.48%, 100.00% 97.09%);
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    margin-bottom: -3px;
    height: 172px;
}
section#gallery:before {
    content: "";
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 96.11%, 1.43% 95.01%, 2.86% 93.60%, 4.29% 91.92%, 5.71% 90.02%, 7.14% 87.96%, 8.57% 85.79%, 10.00% 83.58%, 11.43% 81.39%, 12.86% 79.29%, 14.29% 77.34%, 15.71% 75.59%, 17.14% 74.09%, 18.57% 72.89%, 20.00% 72.02%, 21.43% 71.51%, 22.86% 71.38%, 24.29% 71.62%, 25.71% 72.23%, 27.14% 73.19%, 28.57% 74.47%, 30.00% 76.04%, 31.43% 77.86%, 32.86% 79.86%, 34.29% 81.99%, 35.71% 84.19%, 37.14% 86.39%, 38.57% 88.54%, 40.00% 90.56%, 41.43% 92.41%, 42.86% 94.02%, 44.29% 95.35%, 45.71% 96.36%, 47.14% 97.02%, 48.57% 97.31%, 50.00% 97.23%, 51.43% 96.78%, 52.86% 95.96%, 54.29% 94.81%, 55.71% 93.35%, 57.14% 91.63%, 58.57% 89.71%, 60.00% 87.62%, 61.43% 85.44%, 62.86% 83.23%, 64.29% 81.05%, 65.71% 78.97%, 67.14% 77.05%, 68.57% 75.33%, 70.00% 73.88%, 71.43% 72.73%, 72.86% 71.92%, 74.29% 71.47%, 75.71% 71.39%, 77.14% 71.69%, 78.57% 72.36%, 80.00% 73.37%, 81.43% 74.70%, 82.86% 76.32%, 84.29% 78.16%, 85.71% 80.19%, 87.14% 82.33%, 88.57% 84.54%, 90.00% 86.74%, 91.43% 88.87%, 92.86% 90.87%, 94.29% 92.68%, 95.71% 94.25%, 97.14% 95.53%, 98.57% 96.48%, 100.00% 97.09%);
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    margin-bottom: -3px;
    height: 172px;
}
section#parent-information:before {
    content: "";
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 96.11%, 1.43% 95.01%, 2.86% 93.60%, 4.29% 91.92%, 5.71% 90.02%, 7.14% 87.96%, 8.57% 85.79%, 10.00% 83.58%, 11.43% 81.39%, 12.86% 79.29%, 14.29% 77.34%, 15.71% 75.59%, 17.14% 74.09%, 18.57% 72.89%, 20.00% 72.02%, 21.43% 71.51%, 22.86% 71.38%, 24.29% 71.62%, 25.71% 72.23%, 27.14% 73.19%, 28.57% 74.47%, 30.00% 76.04%, 31.43% 77.86%, 32.86% 79.86%, 34.29% 81.99%, 35.71% 84.19%, 37.14% 86.39%, 38.57% 88.54%, 40.00% 90.56%, 41.43% 92.41%, 42.86% 94.02%, 44.29% 95.35%, 45.71% 96.36%, 47.14% 97.02%, 48.57% 97.31%, 50.00% 97.23%, 51.43% 96.78%, 52.86% 95.96%, 54.29% 94.81%, 55.71% 93.35%, 57.14% 91.63%, 58.57% 89.71%, 60.00% 87.62%, 61.43% 85.44%, 62.86% 83.23%, 64.29% 81.05%, 65.71% 78.97%, 67.14% 77.05%, 68.57% 75.33%, 70.00% 73.88%, 71.43% 72.73%, 72.86% 71.92%, 74.29% 71.47%, 75.71% 71.39%, 77.14% 71.69%, 78.57% 72.36%, 80.00% 73.37%, 81.43% 74.70%, 82.86% 76.32%, 84.29% 78.16%, 85.71% 80.19%, 87.14% 82.33%, 88.57% 84.54%, 90.00% 86.74%, 91.43% 88.87%, 92.86% 90.87%, 94.29% 92.68%, 95.71% 94.25%, 97.14% 95.53%, 98.57% 96.48%, 100.00% 97.09%);
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #dbeff1;
    z-index: 99;
    margin-bottom: -3px;
    height: 172px;
}
section#gallery:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(#dbeff1, #fcebed12);
    top: 0;
    left: 0;
}
section#registration-and-tuition p {
    margin-bottom: 0px;
}
a.btn.white-btn {
    display: block;
    margin: 30px auto 0;
    max-width: fit-content;
    background: #fff;
    color: #753975 !important;
}
.btn.focus, .btn:focus {
    box-shadow: unset!important;
}
.wpcp-carousel-section .wpcp-single-item img {
	height: 100% !important;
}
.swiper-slide * {
    height: 400px;
    object-fit: cover;
    object-position: center;
}
ul.social-links {
    display: flex;
    column-gap: 12px;
}
.h-right {
    display: flex;
    justify-content: center;
}
	section.banner-section .auto-container {
    align-self: flex-end;
}
@media only screen and (max-width: 767px) {
	section.banner-section .auto-container {
    align-self: flex-end;
}
	.main-header .logo-box .logo img {
        width: 100%;
        max-width: 300px;
    }
	.h-left, .h-right {
    display: none;
}
	.main-header ul#menu-main-menu {
    flex-direction: column;
}
	.main-header ul#menu-main-menu {
    flex-direction: column;
}
	.mobile-menu .navigation li > a {
    font-size: 20px;
    color: #fff!important;
}
	    .main-header .header-upper .logo-box {
        width: 250px;
        text-align: center;
    }
	.main-header .header-lower {
    position: fixed;
    top: 14px;
    right: 0;
    border-radius: 14px;
}
	section.banner-section {
    height: 95vh;
}
	section.banner-section .auto-container h1 {
    font-size: 40px;
}
	section.banner-section h4 {
    font-size: 24px;
}
	main#primary {
    margin-top: 80px;
}
	.prod-tabs .tabs-content .tab.active-tab {
        padding: 25px 15px;
        margin-top: 20px;
        border-radius: 20px;
    }
	.prod-tabs .tab-btns {
    flex-wrap: wrap;
}
.prod-tabs .tab-btns .tab-btn {
        border-radius: 20px;
        margin: 3px;
        font-size: 24px;
        min-width: 135px;
    }
	section#why-choose-us img {
    margin-top: 40px;
}
	section#registration-and-tuition .img-column {
    margin: 20px 0;
}
	h2.section-title {
    font-size: 45px;
}
	h3 {
    font-size: 30px;
}
	section#curriculum .image-column {
    order: 1;
    margin-bottom: 35px;
}
	section#curriculum .content-column {
    order: 2;
}
	section.banner-section img {
    object-position: left;
}
	header.main-header {
    border-bottom: 8px solid #743974;
}
	.row.curriculum-table {
    padding: 35px 10px;
}
	.row.curriculum-table:after {
    height: 30vh;
    background-size: contain;
    bottom: 0px;
    right: -15px;
}
	.row.curriculum-table:before {
    content: "";
    height: 116px;
    background-size: contain;
    top: -55px;
    left: -10px;
}
	ul.holidays {
    grid-template-columns: 1fr;
}
	section#contact img.under-title {
    margin: -6px auto 41px;
}
	section#contact .col-lg-4 {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
	.col-lg-4.col-md-12.link-widget {
    justify-content: left;
}
	.main-footer .widgets-section .col-lg-4 {
    margin-bottom: 40px;
}
	.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {
    width: 100%!important;
    margin-left: 0px !important;
}
	section#meals .content-column.col-lg-6.col-md-12.col-sm-12 {
    margin-bottom: 30px;
}
	img.footer-logo {
    max-width: 300px;
}
	ul.p-information li {
    align-items: flex-start;
}
	.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
    padding: 10px 0px 0px!important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.prod-tabs .tab-btns .tab-btn {
	font-size: 21px;
}
	    section#why-choose-us img {
        margin-top: 40px;
        max-width: 600px;
    }
	    section#registration-and-tuition .img-column {
        margin: 20px 0;
    }
	section#curriculum .image-column {
        order: 1;
        margin-bottom: 35px;
    }
	section#curriculum .content-column {
        order: 2;
    }
	    .row.curriculum-table:before {
        content: "";
        height: 116px;
        background-size: contain;
        top: -55px;
        left: -10px;
    }
	    .row.curriculum-table:after {
        height: 30vh;
        background-size: contain;
        bottom: 0px;
        right: -15px;
    }
	section#meals .content-column.col-lg-6.col-md-12.col-sm-12 {
    margin-bottom: 40px;
}
	ul.holidays {
    grid-template-columns: 1fr 1fr;
}
	    .col-lg-4.col-md-12.link-widget {
        justify-content: left;
    }
	    .main-footer .widgets-section .col-lg-4 {
        margin-bottom: 40px;
    }
	img.footer-logo {
    max-width: 400px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
section#curriculum .content-column.col-lg-6 h3 {
    background-image: linear-gradient(to right, #753975, #5c94d4, #5c94d4, #5c94d4, #fff);
}
	       .row.curriculum-table:before {
        content: "";
        height: 150px;
        background-size: contain;
        top: -61px;
        left: -10px;
    }
	    .row.curriculum-table:after {
        height: 300px;
		background-size: contain;
        bottom: 0px;
		right: 0;
    }
	ul.holidays {
    grid-template-columns: 1fr 1fr;
}
section#registration-and-tuition .col-lg-4 img {
        height: 351px;
    }
	.time-table {
    padding: 28px;
}
}
section#meals .row {
    padding-left: 15px;
	padding-right: 15px;
}
.strong-view.wpmtst-default.slider-container * {
    color: #000 !important;
    border: none !important;
}
.strong-view.wpmtst-default.slider-container {
    background: #ffffffe8;
    border-radius: 50px;
    margin-top: 40px;
}