@import url('https://fonts.googleapis.com/css2?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&family=Satisfy&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
html{}
body{
    overflow-x: hidden;
}
:root{
    --primary-font: "Poppins", sans-serif;
    --secondary-font: "Satisfy", cursive;
    --primary-color: #034f3a;
    --secondary-color: #028F4E;
}
a{text-decoration: none;color: #000; display: block;}
ul{padding: 0; margin: 0; list-style-type: none;}
p,h1,h2,h3,h4,h5,h6{margin: 0;}
/*---------------------------------------- Mobile-Responsive-Code-Start */
.msgbox{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.msgbox .alertdiv{
    padding: 10px;
    text-align: center;
}
.msgbox .alertdiv.success{
    background: green;
}
.msgbox .alertdiv.failed{
    background: red;
}
.msgbox .alertdiv p{
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}
.page-breadcrumb{
    background: #939B3D;
    background: url("../image/breadcrumb.webp");
    background-size: cover;
    position: relative;
    z-index: 1;
}
.page-breadcrumb:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    inset: 0;
    z-index: -1;
}
.page-breadcrumb .breadcrumb-col{
    padding: 50px 0;
}
.page-breadcrumb .breadcrumb-col h3{
    color: #fff;
    font-weight: 600;
    padding: 0 0 10px;
}
.page-breadcrumb .breadcrumb-col ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page-breadcrumb .breadcrumb-col ul li{}
.page-breadcrumb .breadcrumb-col ul li a{
    color: #fff;
}
.page-breadcrumb .breadcrumb-col ul li:not(:first-child) a:before{
    content: "/";
    margin: 0 5px;
}

.page-breadcrumb .breadcrumb-col ul li:not(:last-child) a{
    color: #9b9b9b;
}
.mobile-navbar {
    display: none;
}
.mobile-footer-fixed{
    display: none;
}


.mob-header{
    padding: 10px 15px;
}
.mob-logo{}
.mob-logo img{
    width: 120px;
}
.mob-right{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 11px 0;
}
.mob-right .mob-phone{
    border-right: 2px solid #eee;
    padding: 5px 20px 5px 0px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
}

.mob-right .mob-phone i{
    font-size: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: var(--primary-color);
}
.mob-right .mob-menu{
    font-size: 20px;
    margin-left: 20px;
}



.mob_menu{
    width: 300px;
    background: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -110%;
    z-index: 999;
    transition: .4s;
}
.mob_menu.active{
    left: 0;
    box-shadow: 2px 0 10px rgb(0 0 0 / 15%);
}
.close_mob_menu{
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 16px;
    color: #000;
}
.mob_logo{border-bottom: 1px solid #ddd;padding: 10px;height: 12%;}
.mob_logo a{}
.mob_logo a img{
    width: 70%;
}
.mob_list{
    padding: 10px 0 20px;
    height: calc(100vh - 12%);
    overflow: auto;
}
.mob_list .mob_list_itm{}
.mob_list .mob_list_itm .mob_link{
    padding: 6px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.mob_list .mob_list_itm .mob_link span{
    display: inline-block;
    width: 20px;
    height: 15px;
    text-align: center;
}
.mob_list .mob_list_itm .mob_link i{
    font-size: 20px;
}
.mob_list .mob_list_itm .mob_link:before{
/*    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;*/
}

.mob_list .mob_list_itm .submenu_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #333;
    display: none;
}
.mob_list .mob_list_itm .submenu_list .mob_sub_li{}
.mob_list .mob_list_itm .submenu_list .mob_sub_li .sub_link{
    padding: 6px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.mob_list .mob_list_itm .submenu_list .mob_sub_li .sub_link i{
    font-size: 20px;
}

.mob_list .mob_list_itm .childmenu_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #444;
    display: none;
}
.mob_list .mob_list_itm .childmenu_list .mob_child_li{}
.mob_list .mob_list_itm .childmenu_list .mob_child_li .child_link{
    padding: 6px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.mob_list .mob_list_itm .childmenu_list .mob_child_li .child_link i{
    font-size: 20px;
}
/*---------------------------------------- Mobile-Responsive-Code-End */




.header .header-top{
    background-color: rgba(245, 130, 31, 1);
    padding: 5px 0;
    background: #034f3a;
}
.header .header-top .header-top-left{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    padding: 2px 0 0;
    flex-wrap: wrap;
}
.header .header-top .header-top-left a{
    color: #fff;
    font-size: 15px;
}
.header .header-top .header-top-left a i{
    font-size: 14px;
    margin: 0 5px 0 0;
}
.header .header-top .header-top-left a:nth-child(1){}
.header .header-top .header-top-left a:nth-child(2){}
.header .header-top .header-top-right{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 5px 0;
    gap: 20px;
}
.header .header-top .header-top-right a{
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    transition: .3s linear;
}
.header .header-top .header-top-right a:hover{
    color: #cfffe9;
}
.header .header-top .header-top-right a:nth-child(1){}
.header .header-top .header-top-right a:nth-child(2){}


.header .header-top .social-icon{

text-align: end;
}
.header .header-top .social-icon ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.header .header-top .social-icon ul li{
    list-style: none;
    padding: 0px 6px;
}
.header .header-top .social-icon ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.header .header-top .social-icon ul li a i{

}




.header .header-top .download-menu{
    position: relative;
}
.header .header-top .download-menu>ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: end;

}
.header .header-top .download-menu>ul>li{
    list-style: none;
    padding: 0px 8px;
    position: relative;
}


.header .header-top .download-menu>ul>li .top-sublist{
    background-color: white;
    position: absolute;
    z-index: 99;
    top: 32px;
    margin: 0 auto;
    left: -55px;
    right: 0px;
    padding: 14px 16px;
    box-shadow: 0px 1px 1px 1px #8080807a;
    /* width: 100%; */
    display: none;
}
/* .header .header-top .download-menu>ul>li:hover{
    background-color: lightgray;
    transition: all 0.3s ease-in-out;
} */
.header .header-top .download-menu>ul>li:hover .top-sublist{
    display: block;
}

.header .header-top .download-menu>ul>li .top-sublist>ul{
    padding: 0;
    margin: 0;

}
.header .header-top .download-menu>ul>li .top-sublist>ul>li{
    list-style: none;
    padding: 4px 0px;
}
.header .header-top .download-menu>ul>li .top-sublist>ul>li>a{
    text-decoration: none;
    font-size: 14px;
    color: gray;
    font-weight: 700;
}



.header .header-top .download-menu>ul>li>a{
    text-decoration: none;
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    padding: 12px 0px;
}
.header .header-top .download-menu>ul>li>a>span{
    font-size: 8px;
    background-color:  #D41212;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px 4px;
}
.header .header-top .download-menu>ul>li>a>i{

}

.header .header-center{
    background: #fff1d7;
}
.header .header-center .header-center-left{
    /* padding: 5px 0; */
}
.header .header-center .header-center-left marquee{
    display: block;
    display: flex;
}
.header .header-center .header-center-left marquee p{
    font-size: .9em;
    padding: 5px 0;
    color: #000;
    font-weight: 500;
    color: red;
    
}
.header .header-center .header-center-left marquee p i{
    color: var(--secondary-color);
}
.header .header-center .header-center-left marquee p span{
    color: var(--secondary-color);
}



.header .header-bottom{
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.header .header-bottom.fix{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.header .header-bottom .logo{

padding: 10px 0;
}
.header .header-bottom .logo img{
    width: 100%;
}


.menu-btn{
    display: none;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.menu-btn a{
    font-size: 30px;
    line-height: 1;
}
.header .header-bottom .menu{display: flex;justify-content: end;align-items: center;height: 100%;}
.header .header-bottom .menu>ul{
 padding: 0px;
 margin: 0px;
 display: flex;
 align-items: center;
 justify-content: end;
 gap: 15px;
 height: 100%;
}
.header .header-bottom .menu>ul>li{
    list-style: none;
    padding: 0px 2px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.header .header-bottom .menu>ul>li>a{
    display: block;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    transition: .3s linear;
}
.header .header-bottom .menu>ul>li>a:hover{
    color: #0D8B4A;
}
.header .header-bottom .menu>ul>li>a>i{
    font-size: 16px;
    color: #777;
    margin: 0 0 0 5px;
}

/* ------------------------------------------sub-list */

.header .header-bottom .menu>ul>li .sublist{
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 240px;
    top: 100%;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    border-top: 1px solid #eee;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .2s linear;
    max-height: 400px;
    overflow: auto;
}
.header .header-bottom .menu>ul>li .sublist::-webkit-scrollbar{
    width: 3px;
}
.header .header-bottom .menu>ul>li .sublist::-webkit-scrollbar-thumb{
    background: var(--secondary-color);
}
/*.header .header-bottom .menu>ul>li .sublist{padding: 10px 0px;}*/
.header .header-bottom .menu>ul>li .sublist>li{
    list-style: none;
    padding: 8px 15px;
    position: relative;
}
.header .header-bottom .menu>ul>li .sublist>li:hover{
}
.header .header-bottom .menu>ul>li .sublist>li>a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    letter-spacing: .4px;
    font-weight: 400;
    transition: .3s linear;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header .header-bottom .menu>ul>li .sublist>li>a:hover{
    color: #0d8b4a;
}
.header .header-bottom .menu>ul>li:hover .sublist{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-top: 0;
}

.header .header-bottom .menu>ul>li .sublist>li>.childlist{
    position: absolute;
    top: -1%;
    left: 100%;
    width: 240px;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .3s linear;
}
.header .header-bottom .menu>ul>li .sublist>li:hover > .childlist{
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.header .header-bottom .menu>ul>li .sublist>li>.childlist > li{padding: 5px 0;}
.header .header-bottom .menu>ul>li .sublist>li>.childlist > li > a{
    font-size: 15px;
    transition: .2s linear;
}
.header .header-bottom .menu>ul>li .sublist>li>.childlist > li > a:hover{
    color: #0D8B4A;
}


.header .header-bottom .search{
    margin-top: 18px;
}
.header .header-bottom .search form{

}
.header .header-bottom .search form .input-field{
    position: relative;
}
.header .header-bottom .search form .input-field input{
    width: 100%;
    padding: 10px 15px;
    border-radius: 50px;
    outline: none;
    border: 1px solid #dcdcdcbd;
    font-size: 16px;
}
.header .header-bottom .search form .input-field a{
    position: absolute;
    right: 23px;
    top: 13px;
}
.header .header-bottom .search form .input-field a i{
    font-size: 20px;
    color: #808080b0;
}



/* --------------------------------------------------------Fixes-icon-side- Section */




.fixed-icons {
    position: fixed;
    top: 50%;
    z-index: 999;
    right: 0;
    transform: translateY(-50%);
    
}
.fixed-icons .social-icon{

padding: 0;
}
.fixed-icons .social-icon a {
    display: flex;
    flex-direction: row-reverse;
    text-decoration: none;
    font-size: 16px;
}
.fixed-icons .social-icon a .icon{
    background-color: gainsboro;
    padding: 8px 2px;
    margin: 0px;
    display: flex;
    width: 45px;
    justify-content: center;
}
.fixed-icons .social-icon a .icon i{
    font-size: 18px;
    padding: 5px 0px;
}
.fixed-icons .social-icon a:hover .icon-name{
    display: block;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1s;
   
}
.fixed-icons .social-icon a .icon-name{
    display: none;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 600;
}

.fixed-icons .social-icon a:nth-child(1) .icon{
    background-color:  #365493;
    color: white;
}
.fixed-icons .social-icon a:nth-child(1) .icon-name{
    background-color:  #365493;
    color: white;
}

.fixed-icons .social-icon a:nth-child(2) .icon{
    background-color:  #3CF;
    color: white;
}
.fixed-icons .social-icon a:nth-child(2) .icon-name{
    background-color:  #3CF;
    color: white;
}

.fixed-icons .social-icon a:nth-child(3) .icon{
    background-color: #774430;
    color: white;
}
.fixed-icons .social-icon a:nth-child(3) .icon-name{
    background-color: #774430;
    color: white;
}

.fixed-icons .social-icon a:nth-child(4) .icon{
    background-color: #CB2027;
    color: white;
}

.fixed-icons .social-icon a:nth-child(4) .icon-name{
    background-color: #CB2027;
    color: white;
}

.fixed-icons .social-icon a:nth-child(5) .icon{
    background-color:  #0274B3;
    color: white;
}
.fixed-icons .social-icon a:nth-child(5) .icon-name{
    background-color:  #0274B3;
    color: white;
}

.fixed-icons .social-icon a:nth-child(6) .icon{
    background-color: #1EBEA5;
    color: white;
}
.fixed-icons .social-icon a:nth-child(6) .icon-name{
    background-color: #1EBEA5;
    color: white;
}













/* --------------------------------------------------------Slider-1 Section */
.slider-widget{padding: 10px 0;}
.slider-widget .slider-wrapper{
    /*border: 2px solid var(--secondary-color);*/
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
}
.slider.slick-slider{
    margin-bottom: 0;
}
.slider.slick-slider a{}
.slider.slick-slider a img{
    width: 100%;
}
.slider .slick-dots{
    bottom: 30px;
}
.slider .slick-dots li{margin: 0 5px;width: 10px;height: 10px;background: #fff;opacity: 0.8;border-radius: 50px;}
.slider .slick-dots li.slick-active{background: #000;}
.slider .slick-dots li button{
    display: none;
}

.slider-widget .events-box{
    border: 2px solid var(--secondary-color);
    border-radius: 5px;
    height: 98%;
    position: relative;
    z-index: 9;
}
.slider-widget .events-box .maintitle{
    background: var(--secondary-color);
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-widget .events-box .maintitle h2{
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
}
.slider-widget .events-box .maintitle a{font-size: 0.8em;color: #fff;transition: .2s linear;font-weight: 600;letter-spacing: 1px;}
.slider-widget .events-box .maintitle a:hover{
    color: #fefdc6;
}
.slider-widget .events-box .events-news-box{
    padding: 20px 20px 27px;
    background: #33ccff1a;
    margin: 0;
}
.slider-widget .events-box .events-news-box a{
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.slider-widget .events-box .events-news-box a .date{
    background: #1099c7;
    padding: 3px 10px;
    margin: 0 10px 0 0;
    text-align: center;
    border-radius: 5px;
}
.slider-widget .events-box .events-news-box a .date p{
    font-size: .8em;
    color: #fff;
}
.slider-widget .events-box .events-news-box a .date p:nth-child(1){
    border-bottom: 1px solid #eee;
}
.slider-widget .events-box .events-news-box a .date p:nth-child(2){}
.slider-widget .events-box .events-news-box a span{
    font-size: .9em;
    color: #0083af;
    transition: .3s linear;
}
.slider-widget .events-box .events-news-box a:hover span{
    color: var(--primary-color);
}

/* --------------------------------------------------------About-Section */

.about{
    padding: 20px 0px;
}
.about .left-image{

}
.about .left-image img{
    width: 100%;
}

.about .right-text{
    padding: 0 35px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.about .right-text .light-heading{position: absolute;top: 8%;z-index: -1;left: 20%;}
.about .right-text .light-heading p{
    font-size: 50px;
    color: #028f4e1c;
    font-family: var(--secondary-font);
    letter-spacing: 10px;
    font-weight: 800;
}
.about .right-text .dark-heading{
}
.about .right-text .dark-heading h2{
    font-size: 35px;
    font-weight: 700;
    padding: 0 0 20px;
}
.about .right-text .dark-heading h2 strong{
    font-size: 36px;
}
.about .right-text .dark-heading p{
    font-size: 16px;
    color: #bebebe;
    padding: 0 0 10px;
    text-align: justify;
}

.about .right-text .dark-heading .click{
margin-top: 24px;
}
.about .right-text .dark-heading .click a{
    display: inline-block;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    background-color: rgb(21,58,30);
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about .right-text .dark-heading .click a:after,
.about .right-text .dark-heading .click a:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #028f4e5e;
    position: absolute;
    transition: .3s linear;
    z-index: -1;
    border-radius: 50px;
}
.about .right-text .dark-heading .click a:after{
    bottom: -100%;
    right: -100%;
    border-radius: 0;
}
.about .right-text .dark-heading .click a:before{
    top: -100%;
    left: -100%;
    border-radius: 0;
}
.about .right-text .dark-heading .click a:hover{}
.about .right-text .dark-heading .click a:hover:after{
    bottom: 0;
    right: -50%;
}
.about .right-text .dark-heading .click a:hover:before{
    top: 0;
    left: -50%;
}

/* --------------------------------------------------------Counter-Section */


.counter{

}
.counter .left-counter{
    background-color: var(--secondary-color);
    padding: 65px 60px;
    position: relative;
    z-index: 1;
}
.counter .left-counter .left-text{

}
.counter .left-counter .left-text .light-heading{
    
position: absolute;
    
top: 5%;
    
left: 20%;
    
z-index: -1;
}
.counter .left-counter .left-text .light-heading p{
    font-size: 50px;
    color: rgba(255, 255, 255, 0.2);
    letter-spacing: 10px;
    font-family: var(--secondary-font);
}
.counter .left-counter .left-text .dark-heading{
    padding: 2px 34px;
}
.counter .left-counter .left-text .dark-heading .heading{

margin-bottom: 20px;
}
.counter .left-counter .left-text .dark-heading .heading h2{
    color: var(--primary-color);
    font-size: 45px;
    font-weight: 700;
}




.counter .left-counter .left-text  .dark-heading .para{

}
.counter .left-counter .left-text .dark-heading .para p{
    color: #bebebe;
    font-size: 16px;
    padding: 0 0 15px;
}
.counter .left-counter .count-row{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
}

.counter .left-counter .count-box{
    flex-grow: 1;
    flex-basis: 50%;
    text-align: center;
    padding: 40px 20px;
}
.counter .left-counter .count-box:nth-child(1){
    border-bottom: 1px solid var(--primary-color);
}
.counter .left-counter .count-box:nth-child(2){
    border-bottom: 1px solid var(--primary-color);
    border-left: 1px solid var(--primary-color);
}
.counter .left-counter .count-box:nth-child(3){}
.counter .left-counter .count-box:nth-child(4){
    border-left: 1px solid var(--primary-color);
}
.counter .left-counter .count-box .box{

}
.counter .left-counter .count-box .box h2{
    color: white;
    font-size: 50px;
    font-weight: 600;
}
.counter .left-counter .count-box .box p{
    color: white;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}


.counter .right-image{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter .right-image iframe{
    width: 100%;
    height: 400px;
}
.counter .right-image img{
    width: 100%;
}




/* --------------------------------------------------------Early-years-Section */


.early-years .right-text {
    padding: 30px 50px;
}



.gallery{
    padding: 50px 0;
}
.gallery .maintitle{
    position: relative;
    padding: 20px 0 30px;
}
.gallery .maintitle h2{
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.gallery .maintitle p{
    font-family: var(--secondary-font);
    font-size: 50px;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    color: #028f4e2b;
}

.page-data img{width: 100%;}
.page-data .gal-box,
.gallery .gal-box{
    padding: 10px;
    box-shadow: 0 0 10px 2px #eee;
    text-align: center;
    margin: 0 0 20px;
}
.page-data .gal-box .gal-box-img,
.gallery .gal-box .gal-box-img{
    overflow: hidden;
}
.page-data .gal-box .gal-box-img img,
.gallery .gal-box .gal-box-img img{
    width: 100%; transition: .3s linear;
}
.page-data .gal-box:hover .gal-box-img img,
.gallery .gal-box:hover .gal-box-img img{
    transform: scale(1.1) rotate(-10deg);
}
.page-data .gal-box span,
.gallery .gal-box span{
    display: block;
    line-height: 1;
    padding: 20px 0 10px;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.page-data .gal-box span:before,
.page-data .gal-box span:after,
.gallery .gal-box span:before,
.gallery .gal-box span:after{
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 50px;
}
.page-data .gal-box span:before,
.gallery .gal-box span:before{}
.page-data .gal-box span:after,
.gallery .gal-box span:after{}

/* --------------------------------------------------------Why-Section */



.why{
    background-color: #f4c553;
    padding: 60px 0px;
    background: var(--primary-color);
}


.why .heading{
    /* margin: 50px 0px; */
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.why .heading p{
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    font-size: 50px;
    font-family: var(--secondary-font);
    color: #028f4e30;
}
.why .heading h2{
    font-size: 30px;
    color: #fff;
    text-align: center;
    /* padding: 0 0 10px; */
}
.why .heading h2 span{
    color: #00c56a;
    font-weight: 600;
}
.why .heading h3{
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.why .heading .established{
    color: #fff;
    display: block;
    text-align: center;
}
.why .heading h4{
    color: #fff;
    font-size: 1em;
    width: 30%;
    margin: 20px auto 0;
    text-align: center;
}
.why  .boxes .box{display: flex;flex-direction: column;align-items: center;/* overflow: hidden; */border: 1px solid var(--secondary-color);border-radius: 10px;position: relative;}
.why .boxes .box .logo-image{/* padding: 0 0 10px; */text-align: center;overflow: hidden;border-radius: 10px;}
.why  .boxes .box .logo-image img{
    width: 100%;
}


.why  .boxes .box .box-content{
    text-align: center;
    position: absolute;
    bottom: -20px;
    background: var(--secondary-color);
    width: 90%;
    padding: 10px;
    border-radius: 5px;
}
.why .boxes .box .box-content h2{
    color: #fff;
    font-size: 1em;
    /* padding: 0 0 10px; */
    text-transform: uppercase;
    letter-spacing: 1px;
}
.why .boxes .box .box-content h2 strong{
   
}
.why  .boxes .box .box-content p{font-size: 16px;color: #bebebe;}



/* --------------------------------------------------------News-Section */



.news{
    padding: 50px 0 0;
    display: none;
}

.news .news-heading{
    position: relative;
    text-align: center;
    padding: 0 0 30px;
}
.news .news-heading h2{
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.news .news-heading p{
    font-family: var(--secondary-font);
    font-size: 50px;
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    color: #028f4e2b;
}

.news .news-heading .view-more{
    margin-top: 30px;
}
.news .news-heading .view-more a{
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}







.page-data .boxes,
.news .boxes{
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
    border-radius: 5px;
    transition: .3s linear;
}
.page-data .boxes:hover,
.news .boxes:hover{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.page-data .boxes .image,
.news .boxes .image{
    position: relative;
    overflow: hidden;
}

.page-data .boxes .image::after ,
.news .boxes .image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: red; */
}
.page-data .boxes .image:hover:after ,
.news .boxes .image:hover:after {
    background: #1a1a1a29;
    transition: 0.1s ease-in;
    transform: scale(1);
}


.page-data .boxes .image img,
.news .boxes .image img{
    width: 100%;
    transition: .3s linear;
}
.page-data .boxes:hover .image img,
.news .boxes:hover .image img{
    transform: scale(1.1);
}



.page-data .boxes .box-text,
.news .boxes .box-text{
    padding: 30px 15px 20px;
    position: relative;
    margin: 0 0 25px;
}
.page-data .boxes .box-text .event-date,
.news .boxes .box-text .event-date{
    position: absolute;
    background: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
    border-radius: 3px;
    top: -30%;
    left: 5%;
}
.page-data .boxes .box-text .event-date span,
.news .boxes .box-text .event-date span{
    color: #fff;
    line-height: 1;
}
.page-data .boxes .box-text .event-date span:nth-child(1),
.news .boxes .box-text .event-date span:nth-child(1){
    font-size: 26px;
    font-weight: 500;
    padding: 0 0 5px;
}
.page-data .boxes .box-text .event-date span:nth-child(2),
.news .boxes .box-text .event-date span:nth-child(2){
    font-size: 14px;
    border-top: 1px solid var(--secondary-color);
    padding: 5px 0 0;
}


.page-data .boxes .box-text .heading,
.news .boxes .box-text .heading{

padding: 8px 0 15px;
}
.page-data .boxes .box-text .heading h2,
.news .boxes .box-text .heading h2{
    display: -webkit-box;width: 100%;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-size: 16px;font-weight: 600;}


.news .boxes .box-text .social-icon{

margin: 6px 0px;
}
.news .boxes .box-text .social-icon a{

}
.news .boxes .box-text .social-icon a i{

color: gray;

font-size: 18px;
}

.page-data .boxes .box-text .content,
.news .boxes .box-text .content{

}
.page-data .boxes .box-text .content p,
.news .boxes .box-text .content p{

color: #bebebe;

font-size: 14px;

font-weight: 300;
}

.page-data .boxes .box-text .click,
.news .boxes .box-text .click{

padding: 10px 0 0;
}
.page-data .boxes .box-text .click a,
.news .boxes .box-text .click a{
    color: var(--primary-color);font-weight: 600;text-transform: uppercase;font-size: 12px;}

.page-data .boxes .box-text .click a:hover,
.news .boxes .box-text .click a:hover{
    color: var(--secondary-color);
}

.viewmore{
    padding: 40px 0 0;
    text-align: center;
}
.viewmore a{
    font-size: 14px;
    font-weight: 400;
    transition: .3s linear;
    border: 1px solid #000;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    color: #000;
}
.viewmore a:hover{
    background: var(--primary-color);
    color: #fff;
}


.bday{position: relative;padding: 100px 0;z-index: 1;background: #ff000005;}
.bday .overlayimg{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 200px;
    opacity: 0.1;
}
.bday .wishes{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    margin: 0 0 0 auto;
}
.bday .wishes span{
    font-size: 3.5em;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
}
.bday .wishes span:nth-child(1){
    font-family: var(--secondary-font);
    color: var(--secondary-color);
}
.bday .wishes span:nth-child(2){
    color: var(--primary-color);
}
.bday .wishes p{text-align: center;font-size: .9em;color: #9d9d9d;width: 80%;padding: 15px 0 0;}
.bday .wishes img{width: 100px;transform: translateY(-20px);}
.bday .bday-wishes{
    transform: translateY(15px);
    padding: 0px;
    position: relative;
}
.bday .bday-wishes .overlaywishes{width: 80%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: -1;}
.bday .bday-wishes .bday-student{
    width: 50%;
    margin: auto;
    background: #fff;
    padding: 20px 30px 30px;
    transform: rotate(-5deg);
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px #eee;
}

.bday .bday-wishes .bday-student .date{
    position: absolute;
    right: 3px;
    top: 10%;
}
.bday .bday-wishes .bday-student .date span{
    padding: 0;
    writing-mode: vertical-lr;
    letter-spacing: 10px;
}
.bday .bday-wishes .bday-student .date span:nth-child(1){
    margin: 0 0 20px 0;
}
.bday .bday-wishes .bday-student .date span:nth-child(2){}
.bday .bday-wishes .bday-student img{
    width: 100%;
}
.bday .bday-wishes span{
    display: block;
    padding: 15px 0 0;
    font-weight: 800;
    text-transform: uppercase;
}




.new-news-events{
    padding: 50px 0;
}
.new-news-events .events-box{
    border: 2px solid var(--secondary-color);
    border-radius: 5px;
    height: 100%;
    position: relative;
    z-index: 9;
}
.new-news-events .events-box .maintitle{
    background: var(--secondary-color);
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-news-events .events-box .maintitle h2{
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
}
.new-news-events .events-box .maintitle a{font-size: 0.8em;color: #fff;transition: .2s linear;font-weight: 600;letter-spacing: 1px;}
.new-news-events .events-box .maintitle a:hover{
    color: #fefdc6;
}
.new-news-events .events-box .events-news-box{
    padding: 20px 20px 27px;
    background: #33ccff1a;
    margin: 0;
}
.new-news-events .events-box .events-news-box a{
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.new-news-events .events-box .events-news-box a .date{
    background: #1099c7;
    padding: 3px 10px;
    margin: 0 10px 0 0;
    text-align: center;
    border-radius: 5px;
}
.new-news-events .events-box .events-news-box a .date p{
    font-size: .8em;
    color: #fff;
}
.new-news-events .events-box .events-news-box a .date p:nth-child(1){
    border-bottom: 1px solid #eee;
}
.new-news-events .events-box .events-news-box a .date p:nth-child(2){}
.new-news-events .events-box .events-news-box a span{
    font-size: .9em;
    color: #0083af;
    transition: .3s linear;
}
.new-news-events .events-box .events-news-box a:hover span{
    color: var(--primary-color);
}


.our-toppers{
    border: 2px solid var(--secondary-color);
    border-radius: 5px;
    height: 100%;
}
.our-toppers .maintitle{
    background: var(--secondary-color);
    padding: 8px 15px;
}
.our-toppers .maintitle h2{
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
}
.our-toppers .our-toppers-info{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 20px;
}
.our-toppers .our-toppers-info .toppers{
    flex: 1 0 31.5%;
    text-align: center;
    padding: 0 10px;
}
.our-toppers .our-toppers-info .toppers .rank{
    padding: 3px 5px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 1px;
}
.our-toppers .our-toppers-info .toppers .toppers-img{
    margin: 10px 0;
}
.our-toppers .our-toppers-info .toppers .toppers-img img{
    width: 100%;
    border-radius: 5px;
}
.our-toppers .our-toppers-info .toppers .name{
    display: block;
    font-weight: 600;
}
.our-toppers .our-toppers-info .toppers .percentage{
    font-size: .9em;
}
.our-toppers .slick-dots{}
.our-toppers .slick-dots li{width: 8px;height: 8px;background: var(--primary-color);border-radius: 50px;}
.our-toppers .slick-dots li.slick-active{background: var(--secondary-color);}
.our-toppers .slick-dots li button{display: none;}


.education-web-link{
    padding: 50px 0;
    background: #028f4e0f;
}
.education-web-link .maintitle{
    position: relative;
    padding: 0 0 30px;
}
.education-web-link .maintitle p{
    font-family: var(--secondary-font);
    font-size: 50px;
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    color: #028f4e3b;
}
.education-web-link .maintitle h2{
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.education-web-link .educationlink{
    text-align: center;
    /* background: #fff; */
    position: relative;
    margin: 0 10px;
}

.education-web-link .educationlink img{width: 100%;}
.education-web-link .educationlink > span{
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
    display: block;
    transition: .3s linear;
    letter-spacing: 1px;
    background: #595d89;
    margin: 10px 0 0;
}
.education-web-link .educationlink:hover > span{
    color: var(--primary-color);
}
.education-web-link .educationlink .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 75%);
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}
.education-web-link .educationlink:hover .overlay{
    opacity: 1;
    visibility: visible;
}
.education-web-link .educationlink .overlay span{
    font-size: 2em;
    font-weight: 600;
    color: #595d89;
    line-height: 1;
}
.education-web-link .slick-dots{
    padding: 20px 0 0;
    bottom: -50px;
}
.education-web-link .slick-dots li{
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50px;
}
.education-web-link .slick-dots li.slick-active{
    background: var(--secondary-color);
    width: 30px;
}
.education-web-link .slick-dots li button{
    display: none;
}

.testmonials{
    padding: 50px 0px;
}
.testmonials .boxes{background: #f9f9f9;padding: 20px 20px;border: 2px solid #eee;}
.testmonials .boxes .boxes-content{
display: flex;
}
.testmonials .boxes .boxes-content .image{
width: 12%;
}
.testmonials .boxes .boxes-content .image img{
width: 100%;

/* margin-right: 23px; */
}
.testmonials .boxes .boxes-content .name{
margin-left: 14px;
}
.testmonials .boxes .boxes-content .name h2{ 
margin: 0px;   
font-size: 24px;
}


.testmonials .boxes .boxes-content .name p{
font-size: 12px;
}




.testmonials .boxes .rating{

text-align: center;
align-items: center;
margin: 8px 0px;
}
.testmonials .boxes .rating ul{
    
display: flex;
    
margin: 0;
    
padding: 0;
}
.testmonials .boxes .rating ul li{

list-style: none;

padding: 1px 2px;
}
.testmonials .boxes .rating ul li i{

color: orange;
}

.testmonials .boxes .para p{
font-size: 14px;
}



.testmonials .google-rating{
    text-align: center;
    margin: 15px 0px;
}
.testmonials .google-rating p{
margin: 0px;
}





.footer{
    background-color: rgb(252, 250, 235);
    padding: 50px 0 0;
    background: url("../image/footer.webp");
    position: relative;
    z-index: 1;
    background-size: 100%;
}
.footer:after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000000d6;
}
.footer .footer-top{

border-bottom: 1px solid #80808036;
}
.footer .footer-top .left-text{

}
.footer .footer-top .left-text .footer-logo{

}
.footer .footer-top .left-text .footer-logo img{
    width: 100%;
}


.footer .footer-top .left-text{

}

.footer .footer-top .left-text .para{
    margin-top: 20px;
    display: none;
}
.footer .footer-top .left-text .para p{

}



.footer .footer-top .left-text .links{
    
padding: 20px 0;
}
.footer .footer-top .left-text .links ul{

padding: 0px;

margin: 0px;
}
.footer .footer-top .left-text .links ul li{

list-style: none;

padding: 6px 0px;
}
.footer .footer-top .left-text .links ul li a{

text-decoration: none;

color: white;
}
.footer .footer-top .left-text .links ul li a i{
    margin-right: 10px;
}




.footer{

}
.footer .heading{

}
.footer .heading h2{
    font-size: 18px;
}



.footer .recent-post{border-bottom: 1px solid #8080804d;margin-top: 25px;}
.footer .recent-post a{
    text-decoration: none;
}
.footer .recent-post a .post{

display: flex;
}
.footer .recent-post a .post .image{

}
.footer .recent-post a .post .image img{

}


.footer .recent-post a .heading{

}
.footer .recent-post a .heading h2{
    padding-right: 30px;
    font-size: 16px;
    color: #000000bf;
    margin-left: 15px;
}


.footer .recent-post .date-comment{
        
display: flex;
        
justify-content: end;
}
.footer .recent-post .date-comment .date{
    padding: 0px 27px;
}
.footer .recent-post .date-comment .date p{

font-size: 14px;
}


.footer .recent-post .date-comment .comment{

padding-right: 65px;
}
.footer .recent-post .date-comment .comment p{

font-size: 14px;
}



.footer .links{

}
.footer .links .heading{

}
.footer .links .heading h2{

}


.footer .links ul{
    
padding: 0;
    
margin: 0;
}
.footer .links ul li{
    list-style: none;
    padding: 8px 0px;
}
.footer .links ul li a{

text-decoration: none;

color: #000000cf;

font-size: 16px;
}






.footer .footer-bottom {

padding: 25px 0px;
}

.footer .left-heading{

padding: 20px 0;

text-align: center;

border-top: 1px solid #444;

margin: 30px 0 0;
}
.footer .left-heading p{
margin: 0;
font-size: 14px;
color: #fff;
}
.footer .left-heading p a{
    color: orange;
    display: inline-block;
}
.footer .footer-bottom .right-image{
    
}
.footer .footer-bottom .right-image .image{

display: flex;

justify-content: end;
}
.footer .footer-bottom .right-image .image img{

align-items: end;
}

.footer .footer-title{
    text-align: center;
    padding: 0 0 20px;
}
.footer .footer-title h2{
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}
.footer .footer-content{}
.footer .footer-content ul{
    text-align: center;
}
.footer .footer-content ul li{
    padding: 5px 0;
}
.footer .footer-content ul li a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    transition: .2s linear;
}
.footer .footer-content ul li a:hover{
    color: orange;
    text-decoration: underline;
    letter-spacing: 2px;
}
.footer .map-links{}
.footer .map-links iframe{
    display: block;
    width: 100%;
    height: 400px;
}




/* -------------------------------------------Contact-Us-Page */


.contact{
background: url(../image/contactbg.webp);
background-repeat: no-repeat;
background-position: center center;
padding: 20px 65px;
}
.contact .contact-heading{

}
.contact .contact-heading .heading{

}
.contact .contact-heading .heading h1{
    color: white;
    font-size: 50px;
    font-weight: 700;
}



.contact .contact-heading .pages-visited{

}
.contact .contact-heading .pages-visited span{
    color: white;
}
.contact .contact-heading .pages-visited span a{
    text-decoration: none;
    color: white;
}


.page-data .heading{
    padding: 0 0 10px;
}
.page-data .heading p{
        font-size: 14px;
        letter-spacing: 1px;
        color: var(--secondary-color);
}
.page-data .heading h4{
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

button.accordion-button{
    padding: 25px 0px;
}
.accordion-body {
    padding: 15px 10px;
    background: #028f4e0d;
}
.accordion-button:not(.collapsed){
    background-color: white;
    outline: none;
   
}
.accordion-button:focus{
    box-shadow: unset;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
}
.accordion-item{
    border: none;
    border-bottom: 1px solid var(--primary-color);
}
.accordion-item .accordion-button{
        padding: 15px 0;
        font-weight: 400;
        font-size: 15px;
}



.page-data .right{
    padding: 0;
}
.page-data .right .image{

}
.page-data .right .image img{
    width: 100%;
}

.page-data .right .text-heading{
    padding: 10px 0px 0;
}
.page-data .right .text-heading .heading{

padding: 0;
}
.page-data .right .text-heading .heading h4{

font-weight: 400;

color: var(--secondary-color);

text-transform: uppercase;
}
.page-data .right{
    
}
.page-data .right .address{

}
.page-data .right .address strong{
    
font-weight: 700;
    
color: var(--primary-color);
    
font-size: 30px;
    
line-height: 1.3;
}
.page-data .right .address{

padding: 0 0 20px;
}
.page-data .right .address p{
margin: 0px;
padding: 0px 128px 0px 0px;
}
.page-data .right .call{

padding: 0 0 10px;
}
.page-data .right .call span{
    font-weight: 500;
    font-size: 16px;
    color: #989898;
}
.page-data .right .call a{
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}


.page-data{padding: 40px 0;}
.page-data .data-col{}



.oneservice{
    background: #fff;
}
.oneservice .oneservice-img{
    height: 250px;
    overflow: hidden;
    margin: 0 0 20px;
}
.oneservice .oneservice-img img{width: 100%;height: 100%;object-fit: cover;}
.oneservice .oneservice-content{
    padding: 20px 10px;
}
.oneservice .oneservice-content .date{
    padding: 5px 0;
}
.oneservice .oneservice-content .date i{
    color: var(--primary-color);
    font-weight: 600;
}
.oneservice .oneservice-content .date span{
    color: #666;
    font-size: 14px;
}
.oneservice .oneservice-content h3{
    font-size: 26px;
    font-family: var(--secondary-font);
    padding: 10px 0 20px;
}
.oneservice .oneservice-content p{
    color: #666;
    padding-bottom: 10px;
    text-align: justify;
}

.page-data .gal-img{
    border-image: linear-gradient(45deg, #e4a500, #a9d000) 1;
    border-width: 3px;
    border-style: solid;
    margin: 0 0 20px;
}
.page-data .gal-img img{width: 100%;}
.page-data .committee{
    text-align: center;
    background: #d9b67e5e;
    padding: 20px;
    margin: 0 0 20px;
    border: 2px solid var(--secondary-color);
    background: #028f4e0d;
    position: relative;
}
.page-data .committee:after{
    content: "View";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    transition: .3s linear;
    opacity: 0;
    transform: sacle(0.5);
    visibility: hidden;
    pointer-events: none;
}
.page-data .committee:hover:after{
    opacity: 1;
    transform: sacle(1);
    visibility: visible;
    pointer-events: auto;
}
.page-data .committee span{
    font-size: 25px;
    color: var(--primary-color);
    padding: 0 0 10px;
    display: block;
}
.page-data .committee p{
    font-size: 15px;
    font-weight: 500;
}




/*=======================*/
/*    about us page*/
/*=======================*/
.page-data p{padding: 0 0 10px;}
.founder-col{
    position: relative;
    margin: 50px 0;
}
.founder-col:after{
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: #028F4E; */
    z-index: -1;
}
.founder-col .founder-img{}
.founder-col .founder-img img{width: 100%;}
.founder-col .founder-content{
    height: 100%;
}
.founder-col .founder-content h2{
    font-size: 1.8em;
    font-weight: 800;
    color: #034F3A;
    padding: 0 0 5px;
}
.founder-col .founder-content h3{
    font-size: .9em;
    padding: 0 0 10px;
}
.founder-col .founder-content h4{
    font-size: 1.4em;
    padding: 0 0 20px;
}
.founder-col .founder-content p{
    /* padding: 30px 10px 0 0; */
    color: #777;
    text-align: justify;
    font-size: 1em;
}


/*=======================*/
/*    admission page*/
/*=======================*/
.page-data .data-content{
    padding: 0 0 30px;
}
.page-data .data-content h3.title{
    font-size: 1.2em;
    display: inline-block;
    background: #f58100;
    padding: 5px 10px 5px 15px;
    color: #fff;
    position: relative;
}
.page-data .data-content h3.title:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50px;
    transform: translateY(-50%);
    border: 3px solid #fff;
}
.page-data .data-content .content{
    padding: 10px 0 0;
}
.page-data .data-content .content p{}
.page-data .data-content .content p span.bold{
    font-weight: 600;
    color: var(--primary-color);
}

/*=======================
management committee page
=======================*/
.data-content img{width: 100%; margin: 0 0 20px;}
.data-content span.top-tag{
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 1em;
    background: var(--primary-color);
    color: #fff;
    letter-spacing: 1px;
    padding: 10px;
}
.data-content .data-content-img{}
.data-content .data-content-img img{width: 100%;}
.data-content h3.name{
    padding: 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}
.page-data .lab-container{}
.page-data .title{
    padding: 0 0 10px;
}
.page-data .title h3{
    font-size: 1.5em;
    font-weight: 600;
}
.page-data .lab-container .sub-content{}
.page-data .lab-container .sub-content ul{
    padding: 0 0 20px;
}
.page-data .lab-container .sub-content ul li{
    display: inline-block;
    position: relative;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
}
.page-data .lab-container .sub-content ul li:after{
    content: "";
    width: 2px;
    height: 12px;
    background: var(--primary-color);
    display: inline-block;
    margin: 0 10px 0 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.page-data .labs-box{
    margin: 0 0 25px;
    overflow: hidden;
    border-radius: 10px;
}
.page-data .labs-box img{width: 100%;}

.page-data .staff-container{}
.page-data .staff-container .staff-box{
    background: #fff;
    box-shadow: 0 0 10px 5px #eee;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 30px;
}
.page-data .staff-container .staff-box .staff-img{}
.page-data .staff-container .staff-box .staff-img img{width: 100%;}
.page-data .staff-container .staff-box .staff-content{
    padding: 15px 20px 0;
    text-align: center;
}
.page-data .staff-container .staff-box .staff-content span{
    color: #333;
    font-weight: 600;
    display: block;
    font-size: .9em;
    padding: 0 0 5px;
}
.page-data .staff-container .staff-box .staff-content .name{
    font-size: 1.1em;
    font-weight: 600;
    padding: 0 0 5px;
    color: #2b2695;
}
.page-data .staff-container .staff-box .staff-content .graduation{
    font-size: 1.2em;
    font-weight: 500;
}


/*============ curriculum =============*/
.page-data .curriculum-container{
    border: 1px solid #eee;
}
.page-data .curriculum-container .curriculum-box{
    border-bottom: 1px solid #eee;
    padding: 15px 20px 15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.page-data .curriculum-container .curriculum-box span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #034f3a73;
    font-weight: 600;
    font-size: 1.5em;
}
.page-data .curriculum-container .curriculum-box p{
    padding: 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.page-data .curriculum-container .curriculum-box a{
    font-size: 0.8em;
    background: var(--secondary-color);
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    transition: .2s linear;
}
.page-data .curriculum-container .curriculum-box a:hover{
    background: var(--primary-color);
}
.lab-container .mission-vision-box{
    text-align: center;
    padding: 15px 0;
}
.lab-container .mission-vision-box img{width: 100px;}
.lab-container .mission-vision-box h3{
    display: inline-block;
    font-weight: 600;
    font-size: 1.1em;
    margin: 0 0 0 30px;
}
.lab-container .mission-vision-box p{
    padding: 15px 0 0;
}
.lab-container .process-box{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    background: #ddd09d3d;
    padding: 40px 15px 20px;
    border-radius: 10px;
}
.lab-container .process-box .steps{
    position: absolute;
    top: -15%;
    right: 5%;
    background: #e1c761;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}
.lab-container .process-box .steps span{
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.lab-container .process-box .steps span:nth-child(1){}
.lab-container .process-box .steps span:nth-child(2){
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1;
    color: #9f8318;
}
.lab-container .process-box img{width: 50px;}
.lab-container .process-box h2{
    font-size: 1.1em;
    font-weight: 400;
}
.lab-container .whyus-box{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.lab-container .whyus-box img{}
.lab-container .whyus-box p{}

/*========================
    admission enquiry
========================*/
.registrationform-col{background: #034f3a0a;border-radius: 5px;border: 2px solid #eee;background-size: 100%;position: relative;z-index: 1;overflow: hidden;}

.registrationform-col .form-title{
    text-align: center;
    padding: 20px 15px 0;
}
.registrationform-col .form-title h3{
    font-size: 1.4em;
    font-weight: 600;
    color: #000;
}
.registrationform-col .form-title span{
    color: #000;
    font-weight: 500;
    display: block;
    padding: 5px 0 0;
}
.registrationform-col form{
    padding: 0 35px;
}
.registrationform-col form .heading{
    padding: 20px 0 10px;
}

.registrationform-col form .heading h3{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
}
.registrationform-col form .heading h3 i{
    font-size: 1em;
    color: #ff0000;
}
.registrationform-col form .subheading{
    height: 100%;
    display: flex;
    align-items: center;
}
.registrationform-col form .subheading h4{
    font-size: 0.9em;
}
.registrationform-col form .fields{
    padding: 0 0 20px;
}
.registrationform-col form .fields label{
    font-weight: 500;
    font-size: 0.8em;
    padding: 0 0 2px;
    color: #000;
    cursor: pointer;
}
.registrationform-col form .fields img{width: 100%;max-height: 150px;border: 1px solid #034f3a5e;}
.registrationform-col form .fields .fileaccept{color: #aaa; font-size: .7em;}
.registrationform-col form .fields input{}
.registrationform-col form .fields textarea{}
.registrationform-col form .fields select{}
.registrationform-col form .fields :is(input, textarea, select){
    border-radius: 4px;
    background: #ebebeb4d;
    color: #000;
}
.registrationform-col form .fields :is(input, textarea, select):focus{
    box-shadow: none;
    border-color: #028f4e40;
}
.registrationform-col form .fields :is(input, textarea, select)::placeholder{
    color: #8b8b8b;
    font-size: .8em;
    letter-spacing: 1px;
}
.registrationform-col form .fields input:focus{}
.registrationform-col form .fields span{
    display: flex;
    line-height: 1.4;
    gap: 10px;
}
.registrationform-col form .date-fields span{
    font-size: 0.8em;
    font-weight: 500;
}
.registrationform-col form .fields button{
    border: none;
    outline: none;
    background: var(--primary-color);
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: .9em;
    transition: .2s linear;
}
.registrationform-col form .fields button:hover{
    background: var(--secondary-color);
}
.registrationform-col .admission-enquiry-right{
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
}
.registrationform-col .admission-enquiry-right img{}
.admission-enquiry-right{}
.registrationform-col .admission-points{
    padding: 30px;
    border-bottom: 2px solid #eee;
}
.registrationform-col .admission-points h3{
    color: var(--primary-color);
    font-size: 1.4em;
    text-align: center;
    font-weight: 600;
}
.registrationform-col .admission-points span{
    font-size: 1.1em;
    font-weight: 500;
    color: var(--secondary-color);
    text-align: center;
    display: block;
    padding: 0 0 20px;
}
.registrationform-col .admission-points h4{
    text-align: left;
    font-size: 0.9em;
    font-weight: 500;
    color: #000;
    padding: 0 0 10px;
}
.registrationform-col .admission-points ol{
    padding: 0;
    list-style-position: inside;
} 
.registrationform-col .admission-points ol li{
    color: #000;
    font-size: 0.9em;
    padding: 0 0 10px;
}
.registrationform-col .admission-points ol ul{
    padding: 0 0 0 20px;
}
.registrationform-col .admission-points ol ul li{
    padding: 0;
    list-style: circle;
    list-style-position: inside;
}

.comingsoon{}
.comingsoon h3{font-size: 1.2em;}

.page-data .clubs-heading{
    padding: 10px;
    margin: 0 0 10px;
    background: url("../image/clubsbg.webp");
    height: 200px;
    background-size: 100%;
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
}
.page-data .clubs-heading:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff6e;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(6px);
    z-index: -1;
}
.page-data .clubs-heading h3{
    font-size: 1.4em;
    font-weight: 600;
    color: var(--primary-color);
    position: relative;
    z-index: 9;
}