@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Vag-font';
    src: url(../font/VAG\ Rounded\ Next\ Bold.ttf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

h1 {
    font-family: 'Vag-font';
    font-size: 60px;
    line-height: 1.2;
    color: #033b62;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'Vag-font';
    font-size: 40px;
    line-height: 1.2;
    color: #033b62;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'Vag-font';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Vag-font';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Vag-font';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Vag-font';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

ul.social li a {
    opacity: 1 !important;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 15px 25px;
    border: unset;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    color: #ffffff;
    z-index: 1;
    background: #f67234;
    position: relative;
    font-size: 14px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 2px 0px 2px rgb(222 98 40);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0;
    background: #e3f1fe;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 17px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    left: -30px;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #000;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.slick-slide {
    opacity: 1;
}

.main_slider {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

a.top-navigator {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 61px;
    font-size: 25px;
    color: white;
    background: #179ffc;
}

a.top-navigator:hover {
    background: #000;
}

a.top-navigator i {
    transition: 0.3s all ease-in-out;
}

footer {
    padding: 100px 0 0 0;
    width: 100%;
    background: #e3f1fe;
    position: relative;
    z-index: 0;
}

img.Blueplane.ftr {
    position: absolute;
    right: -40px;
    bottom: 0;
    object-fit: scale-down;
    width: 200px;
}

img.Yellowplane.ftr {
    position: absolute;
    left: -50px;
    top: 10px;
}

.foot-bottom {
    padding: 20px 0px;
    border-top: 1px solid #c4d0db;
    margin-top: 30px;
}

footer h5 {
    font-size: 22px;
    color: #033b62;
    margin-bottom: 18px;
}

ul.quick-links li {
    margin-bottom: 20px;
}

ul.quick-links-services li a {
    font-size: 12px;
}

.footer-logo-txt-socail p {
    font-size: 14px;
    width: 80%;
    opacity: 70%;
    margin: 0 0 20px;
}

ul.quick-links {
    column-count: 2;
    width: 90%;
}

ul.quick-links-services li {
    margin-bottom: 22px;
}

footer .container {
    padding-bottom: 40px;
}

.foot-bottom .container {
    padding: unset;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: transparent;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 10px;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 60%);
    transform: translatey(0px);
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}

footer a {
    font-size: 14px;
    opacity: 70%;
    font-weight: 500;
}

.quick-links a:hover {
    color: #f67234;
    text-decoration: underline;
}

.foot-bottom p {
    text-align: center;
}

section.news-letter ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px;
}

.add-cont ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}

.add-cont ul li i {
    font-size: 15px;
    color: #f67234;
}

.add-cont ul li a {
    font-size: 14px;
    font-family: 'Montserrat';
    opacity: 80%;
}

.add-cont ul li p {
    font-size: 14px;
    width: 80%;
    opacity: 80%;
}

ul.social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

ul.social li a i {
    font-size: 15px;
    color: #000;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    opacity: 50%;
    transition: 0.5s all;
}

ul.social li a i:hover {
    opacity: 100%;
    background: #f67234;
    border-color: #f67234;
    color: #fff;
}

footer:before {
    content: '';
    position: absolute;
    top: -90px;
    left: 0;
    background-image: url(../images/footer-mask.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    background-color: #e3f1fe;
    z-index: -1;
}

footer * {
    color: #000;
}

.container-fluid {
    padding: 0 5%;
}

.about-text-z p {
    width: 87%;
    margin-bottom: 23px;
    opacity: 70%;
}

.contact-sec img.Yellowplane.ftr {
    left: 70px;
    width: 140px;
    top: 14%;
}

.about-text-z h4 {
    color: #f975a2;
    margin: 10px 0 10px;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

.curriculum-text {
    margin-bottom: 20px;
    padding: 20px 20px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    margin-right: -200px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.head-eyfs {
    text-align: center;
    margin-bottom: 50px;
}

.head-eyfs p {
    width: 54%;
    margin: 10px auto 0;
}

.curriculum-text h2 {
    font-size: 25px;
    margin-bottom: 0px;
    color: #033b62;
    margin-top: 13px;
}

.curriculum-text p {
    font-family: 'Montserrat';
    font-size: 14px;
    width: 67%;
}

.img-curriculum img {
    width: 100%;
    border-radius: 50%;
    height: 490px;
    object-fit: cover;
}

.img-curriculum {
    padding: 20px 20px;
    border: 3px dotted #000;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    animation: curriculum-rotate 12s linear infinite;
}

.curriculum-sec .row {
    align-items: center;
}


.main-leftcurriculum-box .curriculum-text {
    float: inline-end;
    text-align: end;
    margin-right: unset;
    margin-left: -200px;
}

.main-leftcurriculum-box .curriculum-text p {
    margin-left: 162px;
    text-align: left;
}

.main-leftcurriculum-box .curriculum-text h2 {
    width: fit-content;
    text-align: center;
    margin-left: 20px;
    margin-left: 162px;
}

.main-leftcurriculum-box .curriculum-icons {
    width: 44%;
}

.curriculum-text:hover {
    background: #f96a9a;
    transition: 0.7s;
}

.curriculum-text:hover h2 {
    color: #fff;
}

.curriculum-text:hover p {
    color: #fff;
}

.curriculum-text:hover .curriculum-icons img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(190deg) brightness(101%) contrast(101%);
    transition: 0.9s;
}

img.curri-star1 {
    position: absolute;
    left: 230px;
    top: 50px;
}

.curriculum-sec {
    position: relative;
    padding: 100px 0px;
}

img.curri-star2 {
    position: absolute;
    left: 100px;
    top: 280px;
}

img.curri-star3 {
    position: absolute;
    right: 180px;
    top: 240px;
}

img.curri-star4 {
    position: absolute;
    right: 190px;
    bottom: 160px;
}

@keyframes curriculum-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/*Section fees Funding Start*/

.main-fees-sec {
    background-image: url(../images/fees-funding-back.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 670px;
    display: flex;
    align-items: center;
    position: relative;
}

.fees-main-text h2 {
    margin-bottom: 10px;
}

.fees-main-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #f96a9a;
}

.fees-main-text p {
    margin-bottom: 20px;
    opacity: 70%;
    width: 90%;
}

.main-fees-sec::before {
    position: absolute;
    content: '';
    background-image: url(../images/clouds-fees.png);
    width: 100%;
    height: 157px;
    top: -10px;
    animation: waveMove 50s linear infinite;
    z-index: 1;
}

.main-fees-sec::after {
    position: absolute;
    content: '';
    background-image: url(../images/btm-fees-cloud.png);
    width: 100%;
    height: 150px;
    bottom: -10px;
    animation: waveMove 50s linear infinite;
}

@keyframes waveMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1904px 0;
    }
}

/*Section fees Funding End*/

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-form input, .contact-form textarea {
    width: 100%;
    height: 60px;
    padding: 10px 19px;
    margin-bottom: 16px;
    border: 1px solid #0000002b;
    border-radius: 8px;
}

.contact-form textarea {
    height: 110px;
    resize: none;
}

img.feesdesign {
    position: absolute;
    left: 31%;
    top: 40px;
    z-index: 0;
}


.contact-sec {
    padding: 0px 0 130px;
    position: relative;
    background-image: url(../images/about-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.contact-form p {
    margin-bottom: 15px;
    opacity: 70%;
}

.contact-form h2 {
    margin-bottom: 10px;
}


/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.banner-sec {
    background: #e3f1fe;
    align-content: center;
    position: relative;
}

img.Yellowplane.bnr {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 200px;
}

img.Blueplane.bnr {
    position: absolute;
    width: 140px;
    left: 0;
    top: 50px;
}

img.design-banr {
    position: absolute;
    right: 16%;
    top: -15%;
}

.banner-sec .row {
    align-items: center;
}

.baner-img img {
    width: 100%;
    height: 900px;
    object-fit: contain;
    margin-top: -50px;
}

.baner-img {
    position: relative;
    margin-left: -530px;
}

.baner-txt p {
    width: 88%;
    margin: 10px 0 20px;
    opacity: 70%;
}


/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */


.menuSec ul {
    background-image: url(../images/wood-nav.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 0px;
    text-align: center;
}


section.banner-sec:before {
    position: absolute;
    content: '';
    background-image: url(../images/btm-fees-cloud.png);
    background-size: cover;
    width: 100%;
    height: 190px;
    bottom: -10px;
    animation: waveMove 50s linear infinite;
    z-index: 1;
}

.curriculum-icons img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(58%) saturate(4618%) hue-rotate(340deg) brightness(100%) contrast(94%);
}


/* About Css Start */



.about-img-z {
    position: relative;
    z-index: 1;
}

.about-img-one-z {
    position: absolute;
    bottom: -50px;
    left: 20px;
    z-index: -1;
}

.about-img-two-z {
    position: absolute;
    bottom: -50px;
    right: -40px;
}

.about-img-z {
    text-align: end;
}

section.about-sec-z {
    position: relative;
    padding: 100px 0 150px;
}

.about-before-img-sd {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 84%;
    margin: 0 auto;
}

.about-before-img-sd img {
    width: 100%;
    object-position: center;
}

.about-text-z {
    position: relative;
    z-index: 1;
    margin-left: 60px;
}



/* About Css End */





/*Section Nursery Start*/


.nurser-img img {
    border-radius: 20px;
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.nursery-text h2 {
    font-size: 25px;
    color: #033b62;
    margin-bottom: 3px;
}

.nursery-text p {
    opacity: 70%;
    margin: 11px 0;
}

.nursery-main-sec {
    background-image: url(../images/nursery-back.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 1090px;
    display: flex;
    align-items: center;
}

.nursery-main-box {
    background: #fff;
    border-radius: 20px;
}

.nursery-text {
    padding: 17px 30px 25px;
    position: relative;
}

.nursery-text a {
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #f67234;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
}

.nursery-main-sec:after {
    position: absolute;
    content: '';
    background-image: url(../images/btm-fees-cloud.png);
    width: 100%;
    height: 150px;
    bottom: -10px;
    animation: waveMove 50s linear infinite;
}

.nursery-main-sec::before {
    position: absolute;
    content: '';
    background-image: url(../images/clouds-fees.png);
    width: 100%;
    height: 154px;
    top: -10px;
    animation: waveMove 50s linear infinite;
}

.nursery-text::before {
    position: absolute;
    content: '';
    background-image: url(../images/nursery-cloud.png);
    width: 100%;
    height: 40px;
    top: -40px;
    left: 0;
    animation: waveMove 50s linear infinite;
}

.heading-nurser {
    text-align: center;
    margin-bottom: 40px;
}

.heading-nurser h2 {
    font-size: 40px;
    color: #033b62;
    font-weight: 600;
    margin-bottom: 5px;
}

.heading-nurser p {
    opacity: 70%;
}

.nurseryslid .slick-prev:before {
    content: '' !important;
    background-image: url(../images/nurser-arrow-left.png);
    width: 42px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
}

.nurseryslid .slick-next:before {
    content: '' !important;
    background-image: url(../images/nurser-arrow-left.png);
    width: 42px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
}

.nurseryslid .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}

.nurseryslid .slick-active {
    opacity: 1;
}

.nurseryslid .slick-next {
    transform: rotate(175deg);
    right: -55px;
}

.nurseryslid .slick-prev {
    left: -55px;
}

.nurseryslid .slick-current+.slick-active .nursery-text {
    background: #f96a9a;
    border-radius: 0px 0px 20px 20px;
}

.nurseryslid .slick-current+.slick-active .nursery-text h2 {
    color: #fff;
}

.nurseryslid .slick-current+.slick-active .nursery-text p {
    color: #fff;
}

.nurseryslid .slick-current+.slick-active .nursery-text a {
    color: #fff;
}

.nurseryslid .slick-current+.slick-active .nursery-text::before {
    filter: brightness(0) saturate(100%) invert(61%) sepia(48%) saturate(2146%) hue-rotate(301deg) brightness(98%) contrast(99%);
}

img.nurser-arrow-img {
    position: absolute;
    left: 0;
    top: 180px;
}

img.nurser-plan-img {
    position: absolute;
    bottom: 140px;
    right: 110px;
}

@keyframes curriculum-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.nurseryslid .slick-next:hover:before {
    filter: brightness(0) saturate(100%) invert(61%) sepia(48%) saturate(2146%) hue-rotate(301deg) brightness(98%) contrast(99%);

}

.nurseryslid .slick-prev:hover:before {
    filter: brightness(0) saturate(100%) invert(61%) sepia(48%) saturate(2146%) hue-rotate(301deg) brightness(98%) contrast(99%);

}

@keyframes waveMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1904px 0;
    }
}



/* Testimonial Section */

.testimonial-head .theme-head-2 {
    margin: 0 0 35px;
    padding: 20px 0 20px;
}

.testm-descrp {
    width: 270px;
    margin: -20px auto 0;
    opacity: 70%;
}

.testimonial-head {
    text-align: center;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 10px 0 30px 0;
}

.testim-profl img {
    width: 100%;
    height: 100%;
    border-radius: 70px;
    object-fit: cover;
}

.testim-profl {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 0 4px #82b0ff;
    border-radius: 107px;
}

.testimonial-card {
    position: relative;
    z-index: 1;
    padding: 115px 0px;
    text-align: center;
    margin: 30px 0 0px;
}

.testimonial-card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/testimon-shap.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.testim-info h4 {
    font-size: 20px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
}

.testim-info p {
    font-size: 13px;
    color: #7c7c7c;
    text-transform: capitalize;
}

.testimonial-card span {
    text-align: end;
    display: block;
    color: #7c7c7c;
    font-size: 12px;
}

.testimonial-sec .slick-prev,
.testimonial-sec .slick-next {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background: #fff;
    box-shadow: 0 2px 0 3px #82b0ff;
    border-radius: 50px;
    background-image: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
    top: -20%;
    right: 6%;
}

.testimonial-sec .slick-prev {
    background-image: url(../images/left-arrow.png);
}

.testimonial-sec .slick-next:before,
.testimonial-sec .slick-prev:before {
    /* background-image: url(../images/right-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; */
    position: absolute;
    content: '';
}

.testimonial-sec {
    padding: 0 0 100px;
    background-image: url(../images/about-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.testimonial-sec .slick-prev {
    left: auto;
    right: 12%;
}

.sec-head.testimonial-head p {
    width: 64%;
    margin: 10px auto 0;
    opacity: 70%;
}

.testim-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.testim-info ul {
    display: flex;
    align-items: center;
}

.testim-info ul li i {
    color: #ff9c00;
}

/* Testimonial Section */

.slick-slide .testim-profl {
    box-shadow: 0px 2px 0 4px #f96a9a;
}


.slick-slide .testimonial-card::before {
    filter: brightness(0) saturate(100%) invert(55%) sepia(10%) saturate(2949%) hue-rotate(291deg) brightness(101%) contrast(95%);
}

.slick-center .testim-profl {
    box-shadow: 0px 2px 0 4px #f67234;
}

.slick-center+.slick-slide.slick-active .testimonial-card:before {
    filter: brightness(0) saturate(100%) invert(21%) sepia(35%) saturate(1621%) hue-rotate(169deg) brightness(89%) contrast(105%);
}

.slick-center+.slick-slide.slick-active .testim-profl {
    box-shadow: 0px 2px 0 4px #033a61;
}

.slick-center .testimonial-card::before {
    filter: unset;
}

.main-fees-sec img.Yellowplane.ftr {
    top: unset;
    bottom: -60px;
}