@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html {
    font-family: "Montserrat", sans-serif;
    scroll-padding: 200px;
}


section {
    padding: 50px 0px;
}




.banner6-facilities .banner6-facilities-facility  {
    display: flex;
    align-items: center;
    text-decoration: none;
}












.top-nav .social-icons ul {
    display: flex;
    justify-content: end;
}

.social-icons ul li {
    list-style: none;
}

.social-icons ul li a {
    width: 40px;
    height: 40px;
    background-color: #000;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    /* margin: 0 5px; */
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
}

.social-icons ul li a .icon {
    position: relative;
    color: #fff;
    transition: .5s;
    z-index: 3;
}

.social-icons ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.social-icons ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.social-icons ul li a:hover:before {
    top: 0;
}

.social-icons ul li:nth-child(1) a:before {
    background: #0077b5;
}

.social-icons ul li:nth-child(2) a:before {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icons ul li:nth-child(3) a:before {
    background: #1DA1F2;
}

.social-icons ul li:nth-child(4) a:before {
    background: #FF0000;
}

.social-icons ul li:nth-child(5) a:before {
    background: #25D366;
}


.contact-details {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}


.contact-details i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    margin-right: 2px;
}

.contact-details a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
}

.contact-details a:hover {
    color: #023c02;
    text-decoration: underline;
}

.contact-details .mobile:hover i {
    background-color: #023c02;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.contact-details .mail:hover i {
    background-color: #023c02;
    color: #fff;
    transition: all 0.4s ease-in-out;
}



.top-nav {
    padding: 20px 0px 0px;
}


/* NAVBAR */


.header {
    margin: 5px 0px;
    position: relative;
    width: 100%;
    z-index: 999;background-color: #fff;
}

.navbar-expand-lg .navbar-collapse { 
    justify-content: center;
}

.navbar-nav:hover> :not(:hover) {
    opacity: 0.4;
}

.bs-example {
    margin: auto;
    width: 25%;
}



@media screen {

    .dropdown:hover .dropdown-menu,
    .btn-group:hover .dropdown-menu {
        display: block;


    }

    .dropdown-menu {
        margin: auto;
    }

    .dropdown-toggle {
        margin: auto;
    }

    .navbar .dropdown-toggle,
    .nav-tabs .dropdown-toggle {
        margin: auto;
    }
}

.navbar-nav li:nth-child(-n +9):after {
    content: "";
    border-right: 2px solid #023c02;
    display: block;
    width: 100%;
    height: 18px;
    margin-top: -30px;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 14px;
    font-weight: var(--bs-nav-link-font-weight);
    color: #023c02;
    text-decoration: none;
    text-transform: uppercase;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}


.navbar-nav .dropdown li:nth-child(-n +9):after {
    display: none;
}

.nav-item .nav-link::after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #023c02;
    transition: all 0.3s ease-in-out;
}

.nav-item .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #023c02;
    font-weight: 600;
}



.dropdown-item:focus,
.dropdown-item:hover {
    background: #023c02;
    color: #fff;
    transition: all 0.4s ease-in-out;
    padding-left: 25px;
}

.navbar-brand{
    display: none;
}
/* NAVBAR */





/* BANNER */

 

.uibtn .btn {
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 6em;
    transition: all .2s;
    border: none;
    font-family: inherit;
    font-weight: 500;
    color: #fff;
    background-color: #023c02;
}

.uibtn .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.uibtn .btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.uibtn .btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.uibtn .btn::after {
    background-color: #023c02;
}

.uibtn .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}


.banner {
    background-image: url(../Images/Home-Page/Banner-image.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 550px;
    display: flex;
    align-items: center;
}

.banner-text h3 {
    color: #000;
    font-size: 35px;
    margin-bottom: 0px;
    line-height: 15px;
}

.banner-text h1 {
    font-size: 80px;
    font-weight: bold;
    color: #023c02;
    margin-bottom: 0px;
}

.banner-text p {
    font-size: 18px;
}

.banner2 {
    /* background-image: url(../Images/Home-Page/banner-2-bg.png); */
    /* background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 280px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.titles h1 {
    font-weight: bold;
}

.banner2-banner-text .titles h1 span{
    font-size: 30px;
}

.titles h4 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
}

.banner3 {
    padding-bottom: 0px;
}

.banner3 .banner3-heilights {
    display: flex;
    align-items: start;
}

.banner3 .banner3-heilights h4 {
    /* background-color: #0caac1; */
    padding: 12px;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: 700;
    color: #fff;
}

.banner3 .banner3-heilights:nth-child(1) h4 {
    background-color: #0caac1;
}

.banner3 .banner3-heilights:nth-child(2) h4 {
    background-color: #132ba4;
}

.banner3 .banner3-heilights-2:nth-child(1) h4 {
    background-color: #b6c011;
}

.banner3 .banner3-heilights-2:nth-child(2) h4 {
    background-color: #19c870;
}

.banner3-heilights-2 {
    text-align: end;
}

.banner3-heilights-2 .banner3-heilights-content {
    margin-left: 0;
    margin-right: 15px;
}



.banner3 .banner3-heilights-content h5 {
    font-weight: 700;
    font-size: 18px;
}



.banner4 {
    background-color: #ffeeee;
    padding-top: 0;
}



.banner4 .banner4-contanet h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 0;
}

.banner4 a {
    text-decoration: none;
}

.banner4timings{
    text-align: center;
    margin: 30px 0px 15px;
}


.banner4 .banner4-contanet-class1 {
    background-color: #ffca4f;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}

.banner4 .banner4-contanet-class2 {
    background-color: #0caac1;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}

.banner4 .banner4-contanet-class3 {
    background-color: #19c870;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}

.banner4 .banner4-contanet-class4 {
    background-color: #85b637;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}


/* hover */

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px 20px 0px 0px;
}

.hover-zoom {
    --mdb-image-hover-zoom-transition: all 0.3s linear;
    --mdb-image-hover-zoom-transform: scale(1.1)
}

.hover-zoom img {
    transition: var(--mdb-image-hover-zoom-transition)
}

.hover-zoom:hover img,
.banner4-contanet:hover img {
    transform: var(--mdb-image-hover-zoom-transform);
}

/* hover */


.banner5{
    background-image: url(../Images/Home-Page/captionbg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%; 
}

.banner5 .banner5-pink-bg {
    background-image: url(../Images/Home-Page/pink-cap.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
        padding: 76px 70px;
    text-align: center;
}

.banner5 .banner5-ash-bg {
     background-image: url(../Images/Home-Page/ash-bg.png);
     background-repeat: no-repeat;
     background-position: center center;
     background-size: 100% 100%;
        padding: 76px 70px;
    text-align: center;
 }

 .banner5 .banner5-boy{
    margin-top: -180px;
    text-align: center;
 }

 .banner6{
    background-image: url(../Images/Home-Page/lite-blue-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        padding-top: 0;
        height: 650px;
        padding-bottom: 0;
 }

 .banner6 .titles{
    margin-top: 50px;
    margin-bottom: 20px;
 }

 .banner6-facilities .banner6-facilities-facility{ 
    border-radius: 50px 50px 50px 50px;
    
    padding: 10px 20px;
    margin-top: 5px;
    box-shadow: 0 12px 30px -6px #000;
 }

 .banner6-facilities .banner6-facilities-facility a{
    display: flex;
    align-items: center; 
    text-decoration: none;
 }

 .banner6-facilities .banner6-facilities-facility  h4{
    color: #023c02;
    font-weight: bold;
    font-size: 27px;
    margin-right: 5px;
    width: 50px;
 }
  .banner6-facilities .banner6-facilities-facility  h5{
    font-size: 23px;
    color: #000;
    font-weight: bold;
  }

   .banner6-facilities .banner6-facilities-facility:nth-child(1){
    background-color: #fefce1;
   }
   .banner6-facilities .banner6-facilities-facility:nth-child(2) {
       background-color: #ffeeee;
   }
   .banner6-facilities .banner6-facilities-facility:nth-child(3) {
       background-color: #ffffff;
   }
   .banner6-facilities .banner6-facilities-facility:nth-child(4) {
       background-color: #e8fffd;
   }
   .banner6-facilities .banner6-facilities-facility:nth-child(5) {
       background-color: #e8e8e8;
   }
   .banner6-facilities .banner6-facilities-facility:nth-child(6) {
       background-color: #f7fcd9;
   }
 

   .banner7 .banner7testimonial {
       background-image: url(../Images/Home-Page/Testimonial-bg.png);
       background-repeat: no-repeat;
       background-position: center center;
       background-size: 100% 100%;
       /* height: 350px; */
       z-index: 1;
       position: relative;
       padding: 65px 25px 65px 60px;
       margin-top: 20px;
   }
   .banner8gallery{
    margin-bottom: 20px;
    display: flex;
     justify-content: space-between;
   }
   .banner8gallery a{
    text-decoration: none;
   }

   .banner8{
    padding-bottom: 0;
   }
 
.contactButton {
    background: #023c02;
    color: white;
    font-family: inherit;
    padding: 8px 25px; 
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    cursor: pointer;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #714da6;
    overflow: hidden;
    position: relative;
    height: 2.8em; 
}

.iconButton {
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #7a8cf3;
    right: 0.3em;
    transition: all 0.3s;
}

.contactButton:hover {
    transform: translate(-0.05em, -0.05em);
    box-shadow: 0.15em 0.15em #49a549;
}

.contactButton:active {
    transform: translate(0.05em, 0.05em);
    box-shadow: 0.05em 0.05em #023c02;
}

/* FOOTRE */

.footer{
    background-color: #e8fffd;
}

.footer a{
    text-decoration: none !important;
}

.footer h5{
    font-weight: bold;
}

.quick-links ul {
    list-style: url(../Images/Home-Page/list-style.png);
}

.quick-links ul li a{
    text-decoration: none;
    color: #000;
}
.quick-links ul li:hover a{
    color: #023c02;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}
.footer .social-icons ul{
    display: flex;
    margin-top: 20px;
    padding-left: 0;
}

.footer .footer-address i{
    color: #3ea7db;
    font-size: 24px;
}

.footer-location{
    display: flex;
    margin-left: 25px;
}

.footer-location a{
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    font-size: 20px; 
    border: 1px solid #3ea7db;
    border-radius: 50px 50px 50px 50px;
    padding: 0px 10px 0px 0px;
}

.footer-location a:hover{
    background-color: #023c02;
    color: #fff;
    transition: 0.6s ease-in-out;
}

.footer-location a:hover i{
    color: #3ea7db !important;
    background-color: #023c02;
    transition: 0.5s ease-in-out;
}

.footer-location a i{
    border-radius: 50px 0px 0px 50px;
    background-color: #3ea7db;
    color: #fff !important;
    padding: 6px 12px;
}

.footer-address h6{
    font-size: 14px;
}

/* FOOTRE */

.copyright{
    background-color: #023c02;
    padding: 15px 0px;
}

.copyright p{
    color: #fff;
    text-align: center;
}

.copyright p a{
    text-decoration: none;
    color: #fff;
}


/* TAP TO TOP */

#topButton {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    /* background-color: #007bff; */
    color: white;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#topButton i {
    color: #023c02;
    font-size: 20px;
}

 

/* TAP TO TOP */


/* ANIMATION */

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/* ANIMATION */

.inside-banners{
    padding: 0;
}

.inside-banners .inside-banner-text{
    position: relative;
    margin-top: -100px;
}
.inside-banners .inside-banner-text .titles h1{
    color: #fff;
}

/* About Page */
.aboutus-banner{
    background-image: url(../Images/Banners-New-Images/19.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500PX;
    text-align: center;
}
.aboutus-banner .text-inside h1{
    color: #fff;
}

.abtban1 p{
    font-size: 15px;
}

 .abtban2 {
    padding-top: 0px;
 }

.abtban2 .mission-statement {
    background: url(../Images/About-Pgae/mission-statement.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 375px;
    padding: 30px;
    color: #fff;
}

.abtban2 .memorial-trust  {
     background: url(../Images/About-Pgae/Trustee.png);
     background-position: center center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     height: 375px;
     padding: 30px;
     color: #fff;
 }

 .abtban2 h5{
    font-size: 18px;
 }

 .abtban1-sec2{
    background: url(../Images/About-Pgae/ligh-blue-bar.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 20px 0px;
 }

 .dps-image{
    padding: 25px;
    border-radius: 6px;
 }

 /* Advantages of DPS */
 .dps-advantage-banner{
    background-color:#e7f5fd;
    background: url(../Images/DPS-Advantages/banner-image-dps-advantage.png) no-repeat;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
    background-size: cover;
}
.inside-content h2{
    padding-bottom: 0px;
    font-weight: bold;
}

 .inside-content {
    padding: 0px 100px 0px 15px;
    margin-top: -74px;
    margin-bottom: 50px;
}

.background-color-section2{
    background-color: #d6ebf9;
}

.section2-list1  li,.section2-list2 li{ 
 list-style: url(../Images/DPS-Advantages/Ellipse.png);
 padding: 5px;
} 
/* .section2-list1 {
    direction: rtl;
} */
.section3-background-image{
    background: url(../Images/DPS-Advantages/gasballon-banner.png) no-repeat;
    background-size: 100% 50%;

}
.text-bg{
    background: url(../Images/DPS-Advantages/Special-Educator.png) no-repeat;
    background-size: 100% 100%;
    height: 550px;
    
}


.section4-last-image{
    background: url(../Images/DPS-Advantages/childrensandtecher.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 500px;
    margin-top: -245px;
   
}








/* Facilities */

.daycare-ban2imp ul{
    list-style: url(../Images/Day-care/list-style2.png);
}

.daycare-ban3{
    background: url(../Images/DPS-Advantages/kid-studying-with-starts.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
}

/* Nursary */
.nursery-banner{
    background-image: url(../Images/Banners-New-Images/07.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500PX;
    text-align: center;
}
.nursery-banner .text-inside h1{
    color: #fff;
}

.nurseryy-title h1{
    padding-bottom: 80px; 
}
.nursban2{
background: url(../Images/Nursary/green-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* LKG */
.lkg-banner{
    background-image: url(../Images/Banners-New-Images/08.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500PX;
    text-align: center;
}
.lkg-banner .text-inside  h1{
    color: #fff;
}
.lkgban2{
    background: url(../Images/LKG/kid-studying-with-starts.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;

}
.boy-with-rocket-text{
    background-color: #b0e1f9;
    padding: 15px;
}


.lkg-banner2{
    padding-top: 120px;
    margin-top: -120px;
    position: relative;
    z-index: -1;
    background-color: #b0e1f9;
}

/* UKG */
.ukg-banner{
    background-image: url(../Images/Banners-New-Images/11.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500PX;
    text-align: center;
}
.ukg-banner .text-inside h1{
    color: #fff;
}
.ukgban2{
    /* background: url(../Images/UKG/green-line.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%; */

        background-color: #036136;
}




/* Gallery */

.gallery-section .vertical img{
    margin: 12px 0;
    width: 100%;
}

 .query{
    border: 25px solid #f7fcd9;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
 }


 /*----------- ABOUT US NEW CSS-------- */

 

 .banner-image{
    background-image: url(../Images/Banners/sample.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500PX;
    text-align: center;
 }

 .section2-images{
    display: flex;
    justify-content: space-between;
 }
 /* .content-aboutus{
    margin-top: 20px;
 } */
 .content-aboutus p{
  line-height: 24px;
  padding-top: 5px;   
 }
 .school-building{
   position: relative;
 }
 .school-building-content {
    background-color: #e8fffd;
    position: absolute;
    bottom: 0;
    width: 83%;
    margin-left: 105px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
 .school-building-content p{
    text-align: center;
    padding: 45px;
    font-weight: 600;
    font-size: 20px;
 }

 /* ----------ABOUT US NEW CSS END */

 /* Admissions  */
 .admissions-banner{
    background-image: url(../Images/Banners-New-Images/02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500PX;
    text-align: center;
 }
 .admissions-banner .text-inside h1{
    color: #fff;
 }
.section2-content hr{
    width: 50%;
    padding-left: 20px;
}
.bg-content{
    background-color:#9accef;
    padding: 20px;
    font-weight: 400;
}
.admissions-section3 .title{
    margin-bottom: 30px;
}
.card-main{
    text-decoration: none;
}
.card-main img{
    border-radius: 30px 30px 0px 0px;
}
.card-main .card-main-content{
    padding: 15px 0px;
    text-align: center;
    border-radius: 0px 0px 30px 30px;
}

.card-main .card-main-content h3{
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    font-size: 24px;
}
 /* Admissions */

 /* Programs-lkg */
 .banner-image-lkg{
  background: url(../Images/LKG/LKG.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 500px;

 }
.section2-programs-lkg{
   background-color:#b2e2f9;

 }
 .park-section{
    background: url(../Images/LKG/four-childrens-playing.png)no-repeat;
    background-position: center center;
    background-size:100% 100%;
    height: 700px;
 }
 .boy-with-rocket{
    background: url(../Images/LKG/boy-with-rocket-shape.png);
    background-position: center center;
    background-size:100% 100%;
    height: 500px;
 }

 /* Programs-lkg */

 /* Nursury */
.nursery-program-section3{
    background-color: #d6ebf9;

}

 /* nursury */

 /* Teacher speak */
 .teacher-speak-title h1{
 padding-bottom: 120px;
 }
 .teacherreview2{
    background: url(../Images/Teacher-speak/review-cloud1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 450PX;
    display: flex;
    align-items: center;

 }
 .ts-banner{
    background-image: url(../Images/Banners-New-Images/09.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500PX;
    text-align: center;
 }
 .ts-banner .text-inside h1{
    color: #fff;
 }
.art-on-wall-by-childrens{
    background: url(../Images/Teacher-speak/childrens-drawing-on-wall.png) no-repeat;
    height: 967px;
    background-size:100% 100%;

}
.teacherreview{
    background: url(../Images/Teacher-speak/review-cloud2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 438PX;
    display: flex;
    align-items: center;
}
.teacherreview-mamta {
   padding: 90px;
}
.techerreview-madhu {
 padding: 90px;
}
 /* Teacher speak */

/* Gallery */
.gallery-banner{
    background-image: url(../Images/Banners-New-Images/14.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500PX;
    text-align: center;
}
.gallery-banner .text-inside h1{
    color: #fff;
}

/* Gallery */





 /* Testimonals */
.testimonals-banner{
    background-image: url(../Images/Banners-New-Images/New-testimonal-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500PX;
    text-align: center;
}
 .testimonal-one , .testimonal-two,.testimonal-three,.testimonal-four{
    background-color: #e8fffd;
    border-color: #0883a5;
    border-style:solid ;
    padding: 30px;
}
.testimonals-banner .text-inside h1{
    color: #fff;
}


 /* Testimonals */

 .parent-says-test{
    background-color: #e8fffd;
    padding: 15px;
    border: 2px solid #0883a5;
 }
 .parent-says-test img{
    position: relative;
    top: -30px;
 }

 .ukg-section2{
    margin-top: -50px;
 }


 .ukg-section2  .ukg-section2-content {
    display: flex;
    gap: 70px;
   
 }

 .ukg-section3 .ukg-text3{
    background-color:#c5e8fb;
 }
 .ukg-section3 .ukg-text3 p{
   padding:43px;
   margin-bottom: 0;
 }
 /* Contact-us */
.contactus-banner{
    background-image: url(../Images/Banners-New-Images/03.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500PX;
    text-align: center;
}
.contactus-banner .text-inside h1{
    color: #fff;
}
 /* Contact-ud */

 /* Events */

.Events-banner{
    background-image: url(../Images/Banners-New-Images/event-new-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500PX;
    text-align: center;
}
.Events-banner .text-inside h1{
    color: #fff;
}
 /* Events */


 .gallery-section .gallery-box {
    background-color: #f9f5f2;
    padding: 20px;
}

.gallery-box h6 {
    border-left: 4px solid #4467ab;
    padding: 15px;
}