@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Ovo&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    overflow-x: hidden;
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
}
p{
    font-size: 18px;
}
.h2, h2 {
    font-size: 30px;
}
.h5, h5 {
    font-size: 14px;
}

.h4, 

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    font-family: "Ovo", Sans-serif;
}

.banner-sec-cont .carousel-item img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.banner-sec-cont .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 50%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.banner-sec-cont .carousel-caption h1 {
    font-family: "Ovo", Sans-serif;
    font-size: 48px;
    padding: 0px 0px 40px 0px;
    text-align: center;
    font-weight: 700;
}

.banner-sec-cont .banner-btn {
    display: flex;
    text-align: center;
    position: absolute;
    right: 35%;
    left: 35%;
    z-index: 10;
    padding-top: 15px;
    text-align: center;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: red no-repeat center center;
    color: #fff;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 30px;
    border-radius: 7px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-prev-icon {
    background-image: url(../images/banner/left.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/banner/right.svg);
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: none !important;
}

.banner-sec-cont .banner-btn a {
    border-radius: 7px;
    border: 1px solid red;
    color: #fff;
    background-color: red;
    margin-right: 10px;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
    text-decoration: none;
}

.branches-dropdown .dropdown-menu {
    width:230px
}



.wlc-brnch-lft-main {
    align-items: center;
    justify-content: center;
    display: flex;
}

.wlc-brnch-cnt {
    padding: 0px 90px;
}

.wlc-brnch-cnt P {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
}

.wlc-brnch-cnt h2 {
    color: #f2044e;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.wlc-brnch-cnt b {}

.wlc-brnch-main-rgt img {
    width: 100%;
    object-fit: cover;
    border-radius: 100px 0px 0px 100px;
}
.tmpl-bell-maps{
    width: 100%;
}



/* Counter CSS Start */

.counter-main {
    background-color: #f2044e;
}

.counter {
    color: #fff;
    /* width: 210px; */
    text-align: center;
    padding: 30px 15px 30px;
    /* position: relative; */
    /* margin: 50px auto 0; */
    z-index: 1;
}




.counter .counter-icon:before {
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 50px 50px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.counter .counter-icon span {
    transform: rotate(-45deg);
    display: block;
}

.counter-fst {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-fst .count_pluse {
    font-size: 30px;
    font-weight: 900;
    margin-left: 10px;
    margin-top: -18px
}

.counter .counter-value {
    font-size: 38px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 15px;
    display: block;
}

.counter h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}

.counter.orange {
    --main-color: #fa871c;
}

.counter.red {
    --main-color: #DD4655;
}

.counter.blue {
    --main-color: #1cb1c2;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

/* Counter CSS End */


/* PLDW CSS Start */


.PLDW-main {
    background-color: #ff9d03;
    padding: 50px 0px;
}

.PLDW-lft {
    text-align: center;
}

.PLDW-lft h2 {
    color: #f2044e;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.PLDW-lft p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
}

.PLDW-rgt {
    border-radius: 20%;
}

.PLDW-rgt-tp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.PLDW-rgt img {
    width: 100%;
    border-radius: 150px 150px 150px 150px;
}

/* PLDW CSS End */

/* our-values CSS Start */

.our-values {
    padding: 50px 0px;
}

.our-values-hd h2 {
    position: relative;
    font-size: 34px;
    font-weight: 600;
    color: #f2044e;
    margin-bottom: 50px;
}

.our-values-hd {
    text-align: center;
}

.our-values-hd h2:before {
    position: absolute;
    content: '';
    top: 44px;
    left: 44.5%;
    height: 2px;
    border-top-style: dotted;
    border-top-width: 4px;
    border-top-color: #ffa500;
    width: 12%;
}

.our-values-hd .dotes span {
    border-top-style: dotted;
    border-top-width: 4px;
    border-top-color: #ffa500;
    width: 10%;
}

.our-values-cont-main {
    display: flex;
    padding: 20px 4px;
}

.our-values-cont-main img {
    width: 40px;
    margin-right: 15px;
}

.our-values-cont-sub h3 {
    color: #f2044e;
    font-weight: 600;
}

/* our-values CSS End */



/* hm Our Vision CSS Start */
.hm-our-vision {
    background-color: #ff9d03;
    padding: 40px 0px;
}

.hm-our-vision-main-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hm-our-vision-img img {
    width: 100%;
    padding: 0px 20px;
}

.hm-our-vision-cont {
    padding-left: 20px;
    text-align: center;
}

.hm-our-vision-cont h2 {
    color: #f2044e;
    font-weight: 600;
}

.hm-our-vision-cont p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
}

/* hm Our Vision CSS End */

/* Gallery-page/Section CSS Start */

.gallery-hd h2 {
    position: relative;
    font-size: 34px;
    font-weight: 600;
    color: #f2044e;
    margin-bottom: 50px;
    text-align: center;
}

.gallery-hd h2::before {
    position: absolute;
    content: '';
    top: 44px;
    left: 44.5%;
    height: 2px;
    border-top-style: dotted;
    border-top-width: 4px;
    border-top-color: #ffa500;
    width: 12%;
}

.glary-rd-mre {
    margin-top: 20px;
    text-align: center;
}

.glary-rd-mre a {
    border-radius: 7px;
    border: 1px solid #f2044e;
    color: #fff;
    background-color: #f2044e;
    margin-right: 10px;
    font-size: 16px;
    padding: 10px 12px;
    font-weight: bold;
    text-decoration: none;
}



#gallery {
    padding: 50px 0px;

    @media screen and (min-width: 991px) {
        padding: 60px 30px 60px 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;

    img {
        width: 100%;
    }
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;

    i {
        color: #fff;
        font-size: 3em;
    }
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    /* // Removes blue highlight */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    img {
        margin: 0;
        width: 80%;
        height: auto;
        object-fit: contain;
        padding: 5%;

        @media screen and (min-width:768px) {
            width: 60%;
        }

        @media screen and (min-width:1200px) {
            width: 50%;
        }
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 10px;
    transition: opacity 0.8s;
    position: absolute;
    top: 115px;
    right: 15px;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}

/* Gallery-page/Section CSS End */



/* Videos-News CSS Start */
.hm-vdo-news-main {
    padding: 30px 0px;
}

.hm-vdo-news-hd {
    text-align: center;
}

.hm-vdo-news-hd h2 {
    color: #f2044e;
    font-weight: 600;
    margin-bottom: 25px;
}

.hm-vdo-news-cont {
    padding-left: 20px;
}

.hm-vdo-news-cont h4 {
    color: #f2044e;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0px;
    padding-top: 0px;
}

.hm-vdo-news-cont p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
}




/* Videos-News CSS End */


/* home CTA CSS Start  */

.hm-cta {
    background-color: #f2044e;
    padding: 40px 0px;
}

.hm-cta-lft {}

.hm-cta-lft h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.hm-cta-rgt-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hm-cta-rgt a {
    border-radius: 7px;
    border: 1px solid #f2044e;
    color: #f2044e;
    background-color: #fff;
    margin-right: 10px;
    font-size: 16px;
    padding: 16px 14px;
    font-weight: bold;
    text-decoration: none;
}


/* home CTA CSS End  */


/* Testimonial CSS Start */
.texti-main {
    background-color: #ff9d03;
}

.texti-main-lft img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px 100px 100px 20px;
}

.texti-main-cont {
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 0px 40px;
}

.texti-main-hd {
    padding: 60px 20px;
}

.texti-main-rgt {
    padding: 40px 20px;
}

.texti-main-sub-main {
    padding: 20px 30px;
    text-align: center;
}

.texti-main-sub-main .author-txt {
    background-color: #f2044e;
    color: #fff;
    border-radius: 7px;
    padding: 20px 10px;
}

.texti-main-cont .slick-prev:before,
.texti-main-cont .slick-next:before {
    color: #f2044e !important;
}

.texti-main-hd {
    text-align: center;
}

.texti-main-hd h2 {
    color: #f2044e;
    font-weight: 600;
}

/* Testimonial CSS End */



/* Footer CSS Start */
.footer {
    padding: 50px 0px;
}

.footer-main-hd {}

.footer-main-hd img {
    width: 55%;
}

.ft-social-media-links {
    display: flex;
    padding-top: 25px;
}

.ft-social-media-links li {
    margin-right: 12px;
    padding-top: 15px;
}

.footer-main-hd h2 {
    color: #f2044e;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-main-hd ul li {
    padding-bottom: 7px;
}

.ft-social-media-links li a {
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    padding: 9px 12px;
    text-decoration: none;
}

.ft-links li:hover {
    margin-left: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;

}

.ft-links li i {
    padding-right: 12px;
}

.footer-address li {
    padding-bottom: 10px;
    font-size: 16px;
}

.footer-address li i {
    padding-right: 10px;
}

/* Footer CSS End */


/* Footer Copy-rights CSS Start */
.pbmit-footer-bottom {
    padding: 0px 0 15px;
    border-top: 1px solid rgb(255 255 255 / 5%);
    background-color: #f2044e;
}

.pbmit-footer-copyright-text-area {
    padding-top: 20px;
    color: #fff;
}

.pbmit-footer-menu-area {
    text-align: right;
    margin-top: 20px;
    color: #fff;
}

.pbmit-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pbmit-footer-menu li {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}

.pbmit-footer-menu-area .menu-item a {
    color: #b8c3cb;
}

.compay-logo-123 {
    width: 120px;
}

/* Footer Copy-rights CSS End */


/* ---------- @@@@@@@@@@@@@@@ -------------- */
/* Inner Pages */
/* ---------- @@@@@@@@@@@@@@@ -------------- */
.innerabout {
    /* margin-top: -40px; */
    position: relative;
}

.innerabout img {
    width: 100%;
    height: 350px;
}


/* ---------- @@@@@@@@@@@@@@@ -------------- */

/*           About   Pages                  */

/* ---------- @@@@@@@@@@@@@@@ -------------- */
.abt-set {
    padding: 40px 0px;
}

.abt-set-cnt {}

.abt-set-cnt-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-set-cnt p {
    color: #f2044e;
    /* text-align: center; */
}

.abt-set-img img {
    width: 100%;
    border-radius: 25px;
}

.vis-miss-main {
    padding: 30px 0px;
}

.vis-miss-main-cont {
    text-align: center;
}

.vis-miss-main-cont i {
    border: 3px solid #ccc;
    padding: 20px;
    border-radius: 50%;
    background-color: #f2044e;
    margin-bottom: 20px;
    color: #fff;
    font-size: 25px;
}

.vis-miss-main-cont h2 {
    color: #f2044e;
    font-weight: 600;
    margin-bottom: 15px;
}

.vis-miss-main-cont p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
}


/* Admission CSS Start */
.abmission-main {
    padding: 80px 0px;
}

.admiss-cont {}

.admiss-cont h2 {
    color: #f2044e;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 30px;
}
.admiss-cont-lnk{
    text-align: center;
}

.admiss-cont-lnk a {
    border-radius: 7px;
    border: 1px solid #f2044e;
    color: #fff;
    background-color: #f2044e;
    margin-right: 10px;
    font-size: 16px;
    padding: 14px 10px;
    font-weight: bold;
    text-decoration: none; 
    text-align: center;
}

/* Admission CSS End */

/* Playgroup CSS start  */
.play-group{
    padding: 40px 0px 60px;
}
.play-group-lead h2{
    color: #f2044e;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 30px;
}
.play-group-lead {
    padding-bottom: 20px;
}
.play-group-lead li{
    font-size: 20px;
    padding-bottom: 10px;
}
.play-group-lead li img{
    width: 30px;
}
.play-group-lnk a{
    border-radius: 7px;
    border: 1px solid #f2044e;
    color: #fff;
    background-color: #f2044e;
    margin-right: 10px;
    font-size: 16px;
    padding: 14px 10px;
    font-weight: bold;
    text-decoration: none; 
    text-align: center;
}


.franc-requirement-main {
    padding-bottom: 20px;
}
.franc-requirement-main li{
    font-size: 22px;
    padding-bottom: 10px;
}
.franc-requirement-main li img{
    width: 30px;
}
.franc-requirement-main h2{
    color: #f2044e;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 30px;
}
.franc-requirement-main h5{
    color: #6059d3;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: normal;
}
.franchise-enqu-form h2{
    color: #f2044e;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 30px;
}
/* Playgroup CSS End  */

.news-letters{
    padding: 40px 0px;
    border-bottom: 1.5px solid #ccc;
}
.news-letters-main{
  text-align: center;
  padding: 0px 15px;
}
.news-letters-main img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 9px;
}
.news-letters-main h2{
    color: #f2044e;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 30px;
}
.news-letters-main p{

}


/* conatct Us CSS Start */
.content-inner-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
section {
    position: relative;
    z-index: 1;
}
.align-items-center {
    align-items: center !important;
}
.section-head {
    margin-bottom: 40px;
}
.dlab-separator {
    display: inline-block;
    height: 4px;
    width: 90px;
    margin-bottom: 10px;
    position: relative;
    background-color: #f2044e !important;
    color: #fff;
}
.contact-question {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-question li {
    position: relative;
    padding: 0 0 30px 50px;
    z-index: 1;
}
.contact-question li:after {
    content: "";
    background: #000;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 17px;
    top: 6px;
    z-index: -1;
    bottom: 0;
    opacity: .2;
}
.contact-question li i {
    width: 35px;
    height: 35px;
    background: #f2044e;
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-question li .title1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.contact-question li p {
    margin: 0;
    font-size: 16px;
    /* font-style: italic; */
    color: #333;
    line-height: 28px;
}
.contact-box .title-box {
    margin: -30px -30px 30px -30px;
    padding: 20px 30px;
    background: #f2044e;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 35px;
}
.m-b20 {
    margin-bottom: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #f2044e;
    border-color: #f2044e;
}
/* Contact Us CSS End */



/* ComingSoon CSS Start  */

.coming_up{
    padding: 70px 0px;
    background-color: #ff9d03;
}
.coming_up_main{
    text-align: center;
    
}

/* ComingSoon CSS end */



/* Responsive  CSS Start*/

@media (max-width:991px) {
    #logo {
        height: 80px;
    }
    #logo img {
        width: 90px;
        height: 80px;
    }
    .navbar-brand {
        display: contents;
    }
    .texti-main-hd {
        padding: 13px 0px;
    }
    .navbar-nav{
        float: right;
    padding: 0px 101px 60px 30px;
    position: absolute;
    z-index: 1;
    right: -26px;
    background: #fff;
    top: 44px;
    }
    .collapse.show {
        position: relative;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        width: 22px;
        height: 22px;
    }
    .navbar-toggler {
        padding: 8px 8px;
    }
}
@media (max-width:600px){
    .banner-sec-cont .carousel-item img {
        height: 220px;
        object-fit: cover;
    }
    h2 {
        font-size: 28px !important;
    }
}

@media(max-width:480px){
    .texti-main-rgt {
        padding: 2px 17px;
    }
    .our-values-cont-main img {
        height: 111px;
    }
    .hm-our-vision-img img {
        padding-bottom: 20px;
    }
    .gallery-hd h2::before {
        display: none;
    }
    .hm-cta-lft h2 {
        font-size: 25px;
        padding-bottom: 25px;
    }
}
/* Responsive CSS End */