body {
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
}
h1,
h2,
h3,
h4{
    font-family: "Fredoka", sans-serif;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1630px;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
figure {
    margin: 0;
    padding: 0;
}
a,
button{
    transition: .4s all;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    width: 100%;
}
p,
li{
    font-size: 18px;
}





.banner,
.addmission,
.appro,
.add,
.carri,
.main_foot,
.offer_in {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}
.menu-btn{
    display: none;
}
.banner{
    height: 750px;
}
header.main_head {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
a.logo {
    width: 140px;
    display: block;
}
nav.nav_bar ul {
    display: flex;
    gap: 25px;
}
nav.nav_bar li a {
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 600;
    color: #313131;
    text-transform: uppercase;
}
nav.nav_bar li.active a,
nav.nav_bar li a:hover{
    background: #00A847;
    color: #fff;
}
nav.nav_bar {
    padding: 20px 35px 0 0;
}
.banner_content h1 {
    font-size: 96px;
    line-height: 85px;
    color: #363C42;
    text-transform: uppercase;
    font-weight: 600;
}
.banner_content h3 {
    font-size: 28px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    color: #000;
}
.banner_content h3,
.banner_content .bttn{
    margin-left: 0;
}
.bttn span {
    background: transparent;
    color: #fff;
    width: fit-content;
    height: 62px;
    line-height: 62px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 45px;
    position: relative;
    z-index: 1;
    transition: .4s all;
}

.bttn span::before {
    position: absolute;
    content: '';
    top: 0; 
    right: 0; 
    height: 100%; 
    width: 100%;
    z-index: -1;
    background-color: #F12523;
    border-radius: 50px;
    transition: 0.3s ease-out;
  }
.bttn:hover span::before {
    width: 0%;
}
.bttn:hover span{
    color: #363C42;
}

.bttn {
    border: 1px dashed #F12523;
    display: inline-block;
    border-radius: 50px;
    padding: 4px;
}
.banner_content a.kids_logo img {
    width: 100%;
    max-width: 320px;
    margin-bottom: 15px;
}
.banner_content .bttn{
    margin-top: 30px;
    display: block;
}
.banner_content {
    width: fit-content;
    padding: 3em 0 0 10em;
}
.banner_content h1 span {
    display: block;
    color: #F12523;
    padding-left: 3em;
}
.addmission {
    width: 190px;
    height: 260px;
    position: absolute;
    top: 0;
    right: 25px;
    background-position: top;
    background-size: contain;
    transform-origin: 50% 0;
    animation: pendu 1s linear infinite alternate;
}
@keyframes pendu {
    from {transform: translateY(-5px) rotate(9deg);}
    to {transform: translateY(-5px) rotate(-9deg);}
  }
.addmission h3 {
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 900;
    color: #FD0602;
    position: absolute;
    bottom: 52px;
    left: 0;
    right: 0;
    text-align: center;
}
section.about {
    padding: 80px 0;
    position: relative;
}
.title {
    font-size: 72px;
    line-height: 75px;
    font-weight: 600;
    color: #363C42;
    text-transform: uppercase;
}
.about .title {
    margin-bottom: 20px;
}
.about_left p {
    line-height: 30px;
    color: #2C2C2C;
    font-weight: 400;
}
.bttn.grn span:before{
    background: #00A847;
}
.bttn.grn{
    margin-top: 20px;
    border-color: #00A847;
}
.bttn.grn:hover span:before{
    background: #038a3c;
}
.about_left {
    width: 95%;
}
.vsn_msn h3 {
    font-size: 20px;
    background: #EA5C19;
    width: fit-content;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    padding: 0 24px;
    border-radius: 16px;
    margin-bottom: 15px;
}
.vsn_msn{
    width: 100%;
}
.vsn_msn.msn {
    background: #EA5C19;
}
.vsn_msn {
    width: 100%;
    padding: 26px;
    padding-left: 520px;
    border-radius: 30px;
}
.vsn_msn.msn h3{
    color: #000000;
    background: #fff;
}
.about_right {
    position: relative;
}
img.vsn_msn_img {
    max-width: 500px;
    border-radius: 40px;
    border: 5px dashed #EA5C19;
    position: absolute;
    left: -5px;
    top: 0;
}
.vsn_msn li {
    position: relative;
    color: #2C2C2C;
    padding-left: 20px;
    margin-bottom: 10px;
}
.vsn_msn li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #2C2C2C;
    border-radius: 50px;
    left: 0;
    top: 11px;
}
.vsn_msn.msn li{
    color: #fff;
}
.vsn_msn.msn li:before {
    background: #fff;
}
img.about_mascot {
    max-width: 260px;
    position: absolute;
    left: -8em;
    bottom: -6em;
}
.kite img {
    max-width: 320px;
    position: absolute;
}
.kite img:first-child {
    left: 5em;
    bottom: 2em;
}
.kite img:last-child {
    right: 5em;
    top: 2em;
}
section.appro {
    background-position: top;
    height: auto;
    padding: 14em 0 19em;
    position: relative;
}
img.girl {
    position: absolute;
    max-width: 280px;
    right: 0;
    bottom: 64px;
}
section.appro h2,
.add h2,
.photo h2{
    text-align: center;
    margin-bottom: 50px;
}
.appro_in ul {
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.appro_in ul li {
    display: inline-block;
    width: 380px;
    height: 380px;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    position: relative;
    transition: .4s all;
}

.appro_in ul li:nth-child(1){background: url(../images/a1.png);}
.appro_in ul li:nth-child(2){background: url(../images/a2.png);}
.appro_in ul li:nth-child(3){background: url(../images/a3.png);}

.appro_in li figure i {
    width: 77px;
    height: 77px;
    background: #fff;
    display: block;
    border-radius: 50%;
    margin: auto;
    position: relative;
}
.appro_in li figure i img {
    position: absolute;
    top: 6px;
    right: -28px;
}
.appro_in ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.appro_in li figure {
    text-align: center;
    margin-top: 5em;
    margin-left: 1em;
}
.appro_in li h3 {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    max-width: 238px;
    margin: 30px auto 0;
}
section.founder {
    padding: 100px 0 60px;
    position: relative;
}
.founder h2{
    position: relative;
    margin-top: 2.5em;
}
.founder h2:before {
    position: absolute;
    top: -26px;
    content: '';
    width: 90px;
    height: 20px;
    border-radius: 50px;
    background: #FF6700;
}

.scrollbar {
    height: 360px;
    width: 100%;
    overflow-y: scroll;
}
.force-overflow {
    /* min-height: 400px; */
    padding-right: 15px;
}
.founder_in {
    background: #F7F7EA;
    padding: 40px 35px;
    border-radius: 40px;
    border-right: 10px solid #EEEED8;
    border-bottom: 10px solid #EEEED8;
    position: relative;
}
.founder_in p {
    line-height: 30px;
    color: #7A4D07;
}
.style-1::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #E3E3CD;
}

.style-1::-webkit-scrollbar
{
	width: 10px;
	background-color: #E3E3CD;
}

.style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #01B44C;
}

.founder_name img {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    border: 6px solid #EBB00D;
}
.founder_name.co_found img{
    border-color: #66CFCC;
}
.founder_name {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
}
.founder_name figure h3 {
    font-size: 25px;
    font-weight: 500;
    color: #FF6700;
    margin-bottom: 5px;
}
.founder_name figure h4{
    font-size: 17px;
    font-weight: 600;
    color: #323232;
}
img.ann_icon {
    max-width: 270px;
    position: absolute;
    top: -7em;
    left: -13em;
}
img.masc {
    max-width: 220px;
    position: absolute;
    right: -10em;
    bottom: -3em;
}
img.line_bg {
    position: absolute;
    top: -15px;
    left: 0;
}
section.founder .container {
    position: relative;
    z-index: 1;
}
.add h2{
    color: #fff;
}
.add_in li {
    width: 23%;
    height: 194px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 8px;
    border: 3px dashed;
}
.add_in ul {
    display: flex;
    justify-content: space-between;
}
.add_in li figure {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    position: relative;
}
.add_in li figure:before {
    position: absolute;
    content: '';
    background: url(../images/bbl.png) no-repeat;
    top: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 92%;
    height: 92%;
    background-size: contain;
}
.add_in li h3 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 5px;
}
.add_in li h4{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
section.add {
    padding: 9em 0 18em;
    position: relative;
    z-index: 1;
}
img.boy {
    max-width: 280px;
    position: absolute;
    left: -6em;
    bottom: 3em;
}
.add_in li:nth-child(1) figure{background: #FE5D37;}
.add_in li:nth-child(2) figure{background: #01B44C;}
.add_in li:nth-child(3) figure{background: #FDB510;}
.add_in li:nth-child(4) figure{background: #32AAFF;}

.add_in li:nth-child(1) {border-color: #FE5D37;}
.add_in li:nth-child(2) {border-color: #01B44C;}
.add_in li:nth-child(3) {border-color: #FDB510;}
.add_in li:nth-child(4) {border-color: #32AAFF;}


section.carri {
    background-color: #FFFFEF;
    background-size: 100% 100%;
    margin-top: -8em;
    padding: 12em 0 4em;
}
.carri h2,
.event_in h2,
.testi_in h2{
    text-align: center;
}
.carri_in p,
.event_in p {
    width: 100%;
    max-width: 1165px;
    line-height: 30px;
    text-align: center;
    margin: 20px auto 40px;
}
.carri_in ul {
    display: flex;
    justify-content: space-between;
}
.carri_in ul li {
    width: 31%;
    background: #FFFFEF;
}
.cmn_fld ul.Curricular {
    width: 100%;
    max-width: 1355px;
    margin: auto;
    padding: 20px 0;
    display: block;
    text-align: center;
}
.cmn_fld ul.Curricular li {
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0 25px 5px;
    display: inline-block;
    position: relative;
}
.cmn_fld ul.Curricular li:before {
    position: absolute;
    content: '';
    background: url(../images/star_or.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: -18px;
    top: 6px;
}
.events.cmn_fld ul.Curricular li:before{
    background: url(../images/star_gr.png) no-repeat;
    background-size: contain !important;
}
.carri_in li figure {
    border: 3px dashed #FDB510;
    padding: 8px;
}
.carri_in li figure,
.carri_in li figure img{
    border-radius: 20px;
}
.carri_in li h3 {
    font-size: 24px;
    font-weight: 700;
    color: #303030;
    margin-top: 18px;
}
.carri_in .bttn,
.event_in .bttn,
.photo .bttn {
    margin: 40px auto 0 !important;
    display: table;
}
.event_in {
    position: relative;
}
.event_in ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.event_in ul li {
    width: 48.5%;
    height: 215px;
    border: 2px dashed #FFCE00;
    padding: 7px;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    position: relative;
}
.event_in ul li img {
    border-radius: 20px 0 0 20px;
    height: 100%;
}
.events .event_in ul li figure p{
    text-align: left;
    max-width: 100%;
    margin: 0;
    line-height: 24px;
    color: #444444;
}
.events .event_in ul li figure h3{
    font-size: 24px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 10px;
}
.event_in ul li figure{
    padding: 22px 90px 0 0;
}
.events {
    padding: 80px 0;
}
img.ev_mos {
    max-width: 250px;
    position: absolute;
    right: -8em;
    bottom: -45px;
}
.date h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
}
.date {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 75px;
    height: 80px;
    background-size: 100% 100%;
    padding: 0 10px;
    text-align: center;
    display: flex;
    align-items: center;
}
.event_in ul li:nth-child(1) .date{background-image: url(../images/ev1.png);}
.event_in ul li:nth-child(2) .date{background-image: url(../images/ev2.png);}
.event_in ul li:nth-child(3) .date{background-image: url(../images/ev3.png);}
.event_in ul li:nth-child(4) .date{background-image: url(../images/ev4.png);}


.photo h2{
    text-align: left;
}
.photo_slide {
    padding: 0 25px;
}
.gallery_slide{
    position: relative;
}
.gallery_slide a img {
    border: 2px dashed #000;
    border-radius: 20px;
}
.gallery_slide .owl-nav button img {
    width: 53px;
    margin-left: 15px;
    transition: .4s all;
}
.gallery_slide .owl-nav button img:hover{
    opacity: .7;
}
.gallery_slide .owl-nav {
    position: absolute;
    right: 100px;
    top: -80px;
}
section.photo {
    padding: 80px 0;
    background: #ffffef;
}
footer.main_foot {
    padding: 150px 0 45px;
}
a.foot_logo img {
    max-width: 183px;
}
.foot_menu li a {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.foot_menu li a:hover{
    letter-spacing: .5px;
}
.foot_details li p, 
.foot_details li p a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.foot_details li i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px dashed #AEAEAE;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
}
.foot_details li {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 34px;
}
.foot_details li:first-child{
    align-items: start;
}
.foot_details li p a:hover{
    text-decoration: underline;
}
.foot_text {
    border: 2px dashed #fff;
    padding: 3px;
    width: 100%;
    height: 215px;
}
.foot_text iframe {
    width: 100%;
    height: 100%;
}
.foot_text,
.foot_text iframe {
    border-radius: 30px;
}
.foot_text ul {
    background: #32166E;
    color: #fff;
    padding: 20px 30px;
}
.foot_text li h6 {
    font-size: 19px;
    font-weight: 600;
    color: #222222;
    height: 36px;
    line-height: 36px;
    background: #05CC59;
    width: fit-content;
    border-radius: 8px;
    padding: 0 50px 0 15px;
    margin-bottom: 7px;
}
.foot_text li:last-child h6{
    background: #FFCE00;
}
.foot_text li p {
    font-size: 17px;
    line-height: 24px;
}

.foot_text li {
    margin-bottom: 20px;
}
.foot_text li:last-child {
    margin-bottom: 0;
}
section.blog {
    padding: 60px 0;
}
.blog .heading {
    margin-bottom: 20px;
    display: block;
    width: fit-content;
}
.blog_img img {
    width: 97%;
    border-radius: 20px;
}
.blog .row {
    margin-bottom: 50px;
}
.blog .row:last-child {
    margin-bottom: 0;
}
h2.blog_title {
    font-size: 30px;
    line-height: 32px;
}
h2.blog_title a {
    color: #363C42;
}
h2.blog_title a:hover{
    color: #EA5C19;
}
.blog_content h6 {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: #ea5c19;
    margin: 8px 0;
    text-align: left;
}
.blog_content p {
    font-size: 20px !important;
    color: #2C2C2C;
}
.blog_images {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin: 20px 0;
}
.blog_images img {
    width: 33.33%;
    border-radius: 20px;
}
.single_blog .blog_content h3 {
    font-size: 32px;
    color: #363C42;
}
.single_blog p {
    font-size: 15px !important;
    margin-bottom: 10px;
}
.single_blog h4 {
    font-size: 20px;
    color: #ea5c19;
}
section.testimonial {
    padding: 50px 0;
}
.testi_single figure img {
    width: 115px !important;
    height: 115px;
    border-radius: 50%;
    border: 2px solid #fdb510;
    margin: auto;
}
.testi_single {
    text-align: center;
    width: 80%;
    margin: auto;
}
.testi_title h3 {
    font-size: 20px;
    line-height: 15px;
    color: #FF6700;
    margin-bottom: 3px;
}
.testi_title span {
    font-size: 14px;
    color: #323232;
    font-weight: 500;
}
.testi_title {
    margin: 15px 0;
}
.testi_slide {
    margin-top: 30px;
    position: relative;
}
.testi_slide .owl-next,
.testi_slide .owl-prev{
    position: absolute;
    top: 150px;
}
.testi_slide .owl-prev{
    left: 0;
}
.testi_slide .owl-next{
    right: 0;
}
.testi_slide .owl-nav button img{
    width: 50px;
    transition: .4s all;
}
.testi_slide .owl-nav button img:hover{
    opacity: .7;
}






/*STYLE FOR INNER PAGES*/

/* .inner_page header.main_head {
    flex-direction: row-reverse;
}
.inner_page a.logo {
    position: relative;
    top: 125px;
    right: 35px;
} */
.banner.inner_page .banner_content a.kids_logo img {
    max-width: 130px;
    margin: 0 auto;
    display: table;
}
.banner.inner_page .banner_content{
    width: auto;
    padding: 0;
}
.banner.inner_new {
    height: 280px;
    background-position: center;
}
.banner_content.inner_title h1 span {
    display: inline;
    padding-left: 0;
}
.banner_content.inner_title h1 {
    font-size: 52px;
    line-height: 60px;
}


.foundr_bx h6{
    font-size: 20px;
    font-family: "Fredoka", sans-serif;
}
section.about_us.faq li h5,
.socal_cel li span h6{
    font-family: "Fredoka", sans-serif;
}
.socal_cel li span h6{
    letter-spacing: 1px;
    font-weight: 600 !important;
}
.contct_frm_cntnr button.bttn {
    width: fit-content;
    background: none;
    margin: 30px auto 0;
}
.contct_frm_cntnr button.bttn span {
    font-size: 16px;
    padding: 0 50px;
    letter-spacing: 1px;
}
section.about_us {
    padding-top: 60px !important;
}
.offer_in{
    position: relative;
    padding: 10em 0;
    margin-bottom: 60px;
}
ul.off_box {
    text-align: center;
    margin: auto;
    display: table;
}
ul.off_box li {
    width: 338px;
    height: 284px;
    background: #00A847;
    border-radius: 40px;
    padding: 10px;
}
ul.off_box li figure {
    border: 2px dashed #fff;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding-top: 45px;
}
ul.off_box li i {
    width: 96px;
    height: 96px;
    background: #07BC54;
    display: block;
    border-radius: 50%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;

}
ul.off_box li i span{
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    position: relative;
    left: -28px;
}
ul.off_box li h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    max-width: 205px;
    margin: auto;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 15px;
}
h3.off_title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #282828;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    text-align: center;
}
.about_us.admission {
    padding-bottom: 100px;
}
section.offer_in:before {
    position: absolute;
    content: '';
    bottom: 58px;
    left: 100px;
    content: '';
    background: url(../images/schl_bus.png) no-repeat;
    width: 284px;
    height: 200px;
    background-size: contain;
}
.readiness .heading {
    background: #32AAFF;
    margin: auto;
    display: table;
    width: fit-content;
}
section.readiness {
    padding: 60px 0;
}
.read_content {
    width: 100%;
    max-width: 700px;
    margin: 15px auto;
    text-align: center;
}
.read_main{
    position: relative;
}
.read_main:before,
.table_goal:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    content: '';
    background: url(../images/Mascot-2.png) no-repeat;
    width: 150px;
    height: 173px;
    background-size: contain;
}
.table_goal:before{
    background: url(../images/mascot.png) no-repeat;
    background-size: contain !important;
    left: inherit;
    right: -6em;
    bottom: -55px;
}
.read_content p {
    font-size: 14px;
    line-height: 22px;
    color: #383838;
}
p.text_col {
    color: #EA5C19;
    margin-bottom: 15px;
}
img.read_img {
    max-width: 500px;
    margin-top: 20px;
}

.goal_1 ul {
    width: 100%;
    background: #FFD731;
    border-radius: 30px;
    overflow: hidden;
}
.goal_1{
    width: 100%;
    max-width: 800px;
    margin: auto;
    position: relative;
}
.goal_1 li:first-child{
    background: #EBBE03;
}
.goal_1 li {
    border-bottom: 1px dashed #fff4c77d;
    color: #383838;
    padding: 10px 45px;
}
.goal_1 li:first-child,
.goal_1 li:last-child{
    border: 0;
}
.goal_1 li:nth-child(even){
    background: #f7c803;
}
.goal_1 h4 {
    font-size: 16px;
    line-height: 16px;
}
.goal_1 span{
    font-size: 13px;
}
.goal_round,
.goal_1:before,
.wave_bg:before {
    position: absolute;
    top: 20px;
    right: 70px;
    background: url(../images/goal1.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
}
.goal_1:before {
    content: '';
    background: url(../images/ap_toy_botm.png) no-repeat;
    width: 150px;
    height: 100px;
    background-size: contain;
    bottom: 0;
    top: inherit;
    right: 40px;
}
.wave_bg:before,
.last_wave:before {
    background: url(../images/wave_bg.png) no-repeat;
    content: '';
    width: 100%;
    height: 355px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.last_wave:before{
    background: url(../images/Vector3.png) no-repeat;
    background-size: cover !important;
    height: 680px;
}
.last_wave{
    position: relative;
    margin-top: 60px;
}
.wave_bg {
    position: relative;
    padding-top: 12em;
    margin-top: 3em;
}
.goal_round h5 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    position: relative;
    top: 26px;
    left: -3px;
}
.goal_round h5 span{
    display: block;
    font-size: 25px;
}
.sec_wave {
    width: 100%;
    height: auto;
    padding: 140px 0 60px;
    margin-top: 40px;
    background-size: cover;
    background-position: top;
    position: relative;
}
.goal_2_head h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
}
.goal_2_head p {
    color: #fff;
}
.goal_2_head {
    text-align: center;
}

.sec_wave .goal_1:before {
    display: none;
}
table.table_goal_2 {
    margin-top: 20px;
    border-radius: 26px;
    /* box-shadow: 0px 17px 15px 0px #EEEFEF; */
}
.table_goal {
    position: relative;
}
.table_goal_2 th{
    background: #E6F9D7;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
    /* white-space: nowrap; */
    width: 33.33%;
}
.table_goal_2 td {
    font-size: 14px;
    line-height: 17px;
    border: 1px dashed #C8CCC5;
}
.table_goal_2 th, 
.table_goal_2 td {
    padding: 8px 25px;
}
.table_goal_2 thead tr th:first-child{
    border-top-left-radius: 26px;
}
.table_goal_2 thead tr th:last-child{
    border-top-right-radius: 26px;
}
.table_goal_2 tbody tr:last-child td:first-child{
    border-bottom-left-radius: 26px;
}
.table_goal_2 tbody tr:last-child td:last-child{
    border-bottom-right-radius: 26px;
}
.table_goal_2 tbody tr:first-child td{
    border-top: 0;
}
.table_goal_2 tbody tr:last-child td{
    border-bottom: 0;
}
.table_goal_2 tbody tr td:first-child{
    border-left: 0;
}
.table_goal_2 tbody tr td:last-child{
    border-right: 0;
}
.table_goal_2 tbody tr:nth-child(even) td{
    background-color: #EAF0E5;
}
.table_goal_2 tbody tr:nth-child(odd) td{
    background-color: #fff;
}
.last_wave .table_goal_2 tbody tr:nth-child(odd) td {
    background-color: #f4f4f4;
}
.sec_wave .goal_round{
    background: url(../images/goal2.png) no-repeat;
    background-size: 100% 100% !important;
    right: inherit;
    top: -4em;
}
.last_wave .goal_round{
    background: url(../images/goal3.png) no-repeat;
    position: static;
    background-size: 100% 100% !important;
    margin: auto;
}
.last_goal_head h4 {
    font-size: 17px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 10px auto 0;
}
.last_wave .table_goal:before{
    display: none;
}

.last_wave .table_goal_2 th{
    background: #32AAFF;
    color: #fff;
}
.last_wave table.table_goal_2.table_goal_last{
    box-shadow: 0px 17px 15px 0px #EEEFEF;
}




.head {
    background: #ea5c19;
    color: #fff;
    font-size: 18px;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 50px;
    margin: 20px auto 20px;
	text-transform: uppercase;
}
.head.sub_head {
    background: #ffce00;
    color: #000;
    margin: 25px 0 15px;
    font-size: 15px;
    padding: 6px 20px;
}
.gal_single {
    position: relative;
	margin-bottom: 10px;
}
img.zom {
    position: absolute;
    width: 40px !important;
    height: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	opacity: 0;
}
.gal_single:hover img.zom{
	opacity: 1;
}
img.lazy {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
}

h4.head.sub_head.sub_sub {
    font-size: 13px;
    background: #6eacde;
    color: #fff;
}




/*ONLOAD POPUP*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  
  .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e4ac31;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 400px;
}

.popup-content img{
    border-radius: 10px;
}
  
.close {
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
    font-size: 23px;
    background: #eb2524;
    color: #fff;
    font-weight: 400;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}
.close:hover{
    background: #cd1513;
}


/*RESPONSIVE*/
@media only screen and (max-width:1500px){
    .container {
        max-width: 1190px;
    }
    p, li {
        font-size: 16px !important;
    }
    a.logo {
        width: 90px;
    }
    nav.nav_bar li a {
        font-size: 12px;
        padding: 3px 15px;
    }
    nav.nav_bar ul {
        gap: 13px;
    }
    header.main_head {
        padding-top: 18px;
    }
    nav.nav_bar {
        padding: 12px 45px 0 0;
    }
    .banner_content a.kids_logo img {
        max-width: 200px;
        margin-bottom: 10px;
    }
    .addmission {
        width: 120px;
        height: 165px;
        right: 18px;
    }
    .addmission h3 {
        font-size: 15px;
        bottom: 35px;
    }
    .banner_content h1 {
        font-size: 68px;
        line-height: 60px;
    }
    .banner_content h3 {
        font-size: 20px;
        margin-top: 8px;
        letter-spacing: 2px;
    }
    .bttn span {
        height: 44px;
        line-height: 44px;
        font-size: 13px;
        padding: 0 30px;
    }
    .banner_content .bttn {
        margin-top: 22px;
    }
    .bttn {
        padding: 3px;
    }
    .banner_content {
        padding: 2.5em 0 0 7em;
    }
    .banner {
        height: 530px;
    }
    section.about {
        padding: 60px 0;
    }
    .title {
        font-size: 52px;
        line-height: 56px;
    }
    .about .title {
        margin-bottom: 7px;
    }
    .about_left p {
        line-height: 23px;
    }
    .vsn_msn h3 {
        font-size: 15px;
        height: 28px;
        line-height: 28px;
        padding: 0 16px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .vsn_msn li {
        padding-left: 16px;
        margin-bottom: 5px;
        line-height: 17px;
    }
    .vsn_msn {
        padding: 22px;
        padding-left: 365px;
        border-radius: 22px;
    }
    img.vsn_msn_img {
        max-width: 350px;
        border-radius: 30px;
        border: 3px dashed #EA5C19;
        left: -3px;
    }
    .vsn_msn li:before {
        width: 4px;
        height: 4px;
        top: 7px;
    }
    img.about_mascot {
        max-width: 170px;
        left: -5em;
        bottom: -5em;
    }
    .kite img {
        max-width: 200px;
    }
    .kite img:first-child {
        left: 5em;
        bottom: 1em;
    }
    section.appro h2, 
    .add h2,
    .photo h2 {
        margin-bottom: 24px;
    }
    .appro_in ul li {
        width: 265px;
        height: 265px;
    }
    .appro_in li figure i {
        width: 58px;
        height: 58px;
    }
    .appro_in li h3 {
        font-size: 18px;
        line-height: 22px;
        max-width: 153px;
        margin: 15px auto 0;
    }
    .appro_in li figure i img {
        top: 5px;
        right: -21px;
    }
    section.appro {
        padding: 10em 0 13em;
    }
    img.girl {
        max-width: 180px;
        bottom: 44px;
    }
    .founder h2:before {
        top: -15px;
        width: 60px;
        height: 12px;
    }
    section.founder {
        padding: 70px 0 40px;
    }
    .founder_in p {
        line-height: 23px;
    }
    .founder_in {
        padding: 30px 26px;
        border-radius: 28px;
        border-right: 6px solid #EEEED8;
        border-bottom: 6px solid #EEEED8;
    }
    .scrollbar {
        height: 260px;
    }
    img.ann_icon {
        max-width: 170px;
        top: -4em;
        left: -8em;
    }
    img.masc {
        max-width: 140px;
        right: -6em;
        bottom: -2em;
    }


    .style-1::-webkit-scrollbar-track
    {
        border-radius: 8px;
        background-color: #E3E3CD;
    }

    .style-1::-webkit-scrollbar
    {
        width: 6px;
        background-color: #E3E3CD;
    }

    .style-1::-webkit-scrollbar-thumb
    {
        border-radius: 8px;
        background-color: #01B44C;
    }


    .founder_name img {
        width: 75px;
        height: 75px;
        border: 4px solid #EBB00D;
    }
    .founder_name figure h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .founder_name figure h4 {
        font-size: 14px;
    }
    .founder_name {
        gap: 16px;
        margin-top: 15px;
    }
    .add_in li {
        width: 23%;
        height: 145px;
        border-radius: 15px;
        padding: 5px;
        border: 2px dashed;
    }
    .add_in li figure {
        border-radius: 15px;
    }
    .add_in li h3 {
        font-size: 36px;
        margin-bottom: 4px;
    }
    .add_in li h4 {
        font-size: 15px;
        text-transform: uppercase;
    }
    section.add {
        padding: 6em 0 13em;
    }
    img.boy {
        max-width: 190px;
        left: -4em;
        bottom: 3em;
    }
    .bttn.grn {
        margin-top: 15px;
    }
    section.carri {
        margin-top: -6em;
        padding: 9em 0 3em;
    }
    .carri_in p,
    .event_in p {
        max-width: 905px;
        line-height: 24px;
        margin: 10px auto 28px;
    }
    .carri_in li figure, 
    .carri_in li figure img {
        border-radius: 14px;
    }
    .carri_in li figure {
        border: 2px dashed #FDB510;
        padding: 4px;
    }
    .carri_in li h3 {
        font-size: 17px;
        margin-top: 13px;
    }
    .carri_in .bttn {
        margin: 35px auto 0;
    }
    .events {
        padding: 50px 0;
    }
    /* .event_in ul li {
        height: 155px;
        padding: 4px;
        border-radius: 15px;
        gap: 15px;
    } */

    .event_in ul li {
        height: 140px;
        padding: 4px;
        border-radius: 15px;
        gap: 10px;
        width: 49%;
    }

    .event_in ul li img {
        border-radius: 15px 0 0 15px;
    }
    .event_in ul {
        /* gap: 20px; */
        gap: 20px 10px;
    }
    .events .event_in ul li figure h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .events .event_in ul li figure p {
        line-height: 20px;
    }
    .event_in ul li figure {
        padding: 12px 48px 0 0;
    }
    .date {
        top: 10px;
        right: 6px;
        width: 50px;
        height: 54px;
        padding: 0 10px;
    }
    .date h4 {
        font-size: 14px;
        line-height: 15px;
    }
    img.ev_mos {
        max-width: 155px;
        right: -5em;
        bottom: 0;
    }
    .gallery_slide .owl-nav button img {
        width: 35px;
        margin-left: 12px;
    }
    .gallery_slide .owl-nav {
        right: 86px;
        top: -54px;
    }
    section.photo {
        padding: 40px 0;
    }
    .photo_slide {
        padding: 0 20px;
    }
    a.foot_logo img {
        max-width: 120px;
    }
    .foot_menu li a {
        font-size: 12px;
        line-height: 22px;
    }
    .foot_details li p, 
    .foot_details li p a {
        font-size: 13px !important;
        line-height: 20px;
    }
    .foot_details li i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .foot_details li {
        gap: 12px;
        margin-bottom: 17px;
    }
    .foot_text {
        border: 1px dashed #fff;
        padding: 2px;
        height: 165px;
    }
    .foot_text ul {
        padding: 16px 20px;
    }
    .foot_text li h6 {
        font-size: 14px;
        height: 27px;
        line-height: 27px;
        border-radius: 6px;
        padding: 0 40px 0 10px;
        margin-bottom: 5px;
    }
    .foot_text, 
    .foot_text iframe {
        border-radius: 20px;
    }
    .foot_text li p {
        font-size: 13px;
        line-height: 20px;
    }
    .foot_text li {
        margin-bottom: 15px;
    }
    footer.main_foot {
        padding: 110px 0 35px;
    }

    .cmn_fld ul.Curricular li {
        margin: 0 10px 1px;
    }
    .cmn_fld ul.Curricular {
        max-width: 1085px;
        padding: 14px 0;
    }
    .cmn_fld ul.Curricular li:before {
        width: 9px;
        height: 9px;
        left: -11px;
    }

      .popup{
        width: 350px;
    }
}

@media only screen and (max-width:1199px){
    a.logo {
        width: 75px;
    }
    nav.nav_bar li a {
        font-size: 11px;
        padding: 2px 12px;
    }
    nav.nav_bar ul {
        gap: 8px;
    }
    nav.nav_bar {
        padding: 10px 95px 0 0;
    }
    .banner_content a.kids_logo img {
        max-width: 160px;
        margin-bottom: 10px;
    }
    .banner_content .bttn {
        margin-top: 15px;
    }
    .banner {
        height: 435px;
    }
    .title {
        font-size: 42px;
        line-height: 46px;
    }
    img.vsn_msn_img {
        max-width: 285px;
        border-radius: 25px;
        border: 2px dashed #EA5C19;
        left: -3px;
    }
    .vsn_msn {
        padding: 15px;
        padding-left: 300px;
        border-radius: 18px;
    }
    .founder_name figure h3 {
        font-size: 16px;
    }
    img.boy {
        max-width: 168px;
        left: -4em;
        bottom: 3em;
    }
    .event_in ul li figure {
        padding: 8px 35px 0 0;
    }
    .date {
        top: 6px;
        right: 6px;
        width: 42px;
        height: 46px;
        padding: 0 5px;
    }
    .date h4 {
        font-size: 13px;
        line-height: 14px;
    }
    .events .event_in ul li figure p {
        line-height: 17px;
        font-size: 15px !important;
    }
    .event_in ul li {
        height: 147px;
        gap: 10px;
    }
}

@media only screen and (max-width:991px){
    p, li {
        font-size: 15px !important;
    }
    .addmission {
        width: 85px;
        height: 118px;
        right: 0;
    }
    .addmission h3 {
        font-size: 12px;
        bottom: 22px;
    }
    nav.nav_bar {
        padding: 10px 68px 0 0;
    }
    nav.nav_bar li a {
        padding: 2px 6px;
    }
    a.logo {
        width: 60px;
    }
    .banner {
        height: 340px;
    }
    .bttn span {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        padding: 0 20px;
    }
    .banner_content .bttn {
        margin-top: 10px;
    }
    img.vsn_msn_img {
        max-width: 190px;
        border-radius: 20px;
    }
    .vsn_msn {
        padding: 5px;
        padding-left: 200px;
        border-radius: 11px;
    }
    .vsn_msn h3 {
        font-size: 13px;
        height: 25px;
        line-height: 25px;
        padding: 0 14px;
        border-radius: 7px;
        margin-bottom: 7px;
    }
    img.about_mascot {
        max-width: 125px;
        left: -2em;
        bottom: -4em;
    }
    section.appro {
        padding: 7em 0 7em;
    }
    .appro_in ul li {
        width: 225px;
        height: 225px;
    }
    .appro_in li figure {
        margin-top: 3em;
        margin-left: 1em;
    }
    img.girl {
        max-width: 115px;
        bottom: 24px;
    }
    .founder_in {
        padding: 25px 15px;
        border-radius: 22px;
        border-right: 4px solid #EEEED8;
        border-bottom: 4px solid #EEEED8;
    }
    img.ann_icon {
        max-width: 154px;
    }
    section.add {
        padding: 3em 0 8em;
    }
    .add_in li {
        height: 120px;
        border-radius: 12px;
        padding: 3px;
    }
    img.boy {
        max-width: 123px;
        left: -4em;
        bottom: 2em;
    }
    .event_in ul {
        display: block;
    }
    .event_in ul li {
        height: 150px;
        width: 100%;
        margin-bottom: 12px;
    }
    .event_in ul li figure {
        padding: 12px 50px 0 0;
    }
    img.ev_mos {
        max-width: 132px;
        right: -3em;
    }
    .founder_in p {
        line-height: 20px;
    }
    .scrollbar {
        height: 190px;
    }
    .force-overflow {
        padding-right: 10px;
    }
    a.foot_logo img {
        max-width: 105px;
    }
    .foot_menu li a {
        font-size: 11px;
        line-height: 18px;
    }
    .foot_details li p, .foot_details li p a {
        font-size: 13px !important;
        line-height: 18px;
    }
    .foot_details li {
        gap: 8px;
        margin-bottom: 12px;
    }
    .foot_details li figure {
        width: 80%;
    }
    .foot_text, .foot_text iframe {
        border-radius: 16px;
    }
    .foot_text {
        height: 112px;
    }
    footer.main_foot {
        padding: 62px 0 22px;
    }
    h2.blog_title {
        font-size: 24px;
        line-height: 28px;
    }
    .blog_content p {
        font-size: 17px !important;
    }
    .goal_1 {
        padding: 0 15px;
    }
    .wave_bg {
        padding-top: 8em;
        margin-top: 2em;
    }
    .table_goal:before{
        display: none;
    }
    img.lazy {
        height: 115px;
        
    }

     .popup{
        width: 350px;
    }
}

@media only screen and (max-width:767px){
    /* Menu Icon */
    .menu-btn {
        width: 28px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        display: block;
        z-index: 99;
        right: 30px;
        top: 28px;
    }
    .menu_toggle .menu-btn span{
        background: #fff;
    }
    .menu-btn span {
        position: absolute;
        background: #222;
        width: 100%;
        height: 20%;
        transition: .4s .4s top, .4s .4s bottom, .3s transform;
        border-radius: 100px;
    }
    .menu-btn span:nth-of-type(1) {
        top: 0;
    }
    .menu-btn span:nth-of-type(2) {
        top: 40%;
        opacity: 1;
        transition: opacity .1s .4s;
    }
    .menu-btn span:nth-of-type(3) {
        bottom: 0;
    }

    /* Animation */
    .close span {
        transition: .4s top, .4s bottom, .4s .4s transform;
    }
    .close span:nth-of-type(1) {
        top: 40%;
        transform: rotate(45deg);
    }
    .close span:nth-of-type(2) {
        opacity: 0;
        transition: opacity .1s .4s;
    }
    .close span:nth-of-type(3) {
        bottom: 40%;
        transform: rotate(-45deg);
    }




    .addmission {
        left: 0;
        margin: auto;
    }

    nav.nav_bar ul {
        display: block;
        background: #ea5c19;
        width: 300px;
        height: 100vh;
        position: absolute;
        top: 0;
        right: -100%;
        padding-top: 80px;
        transition: .4s ease-in-out;
    }
    nav.nav_bar.menu_toggle ul{
        right: 0;
    }
    nav.nav_bar.menu_toggle {
        z-index: 9999;
    }
    nav.nav_bar li a {
        padding: 10px 20px;
        display: block;
        border-radius: 0;
        font-size: 13px;
        color: #fff;
    }
    nav.nav_bar li.active a, 
    nav.nav_bar li a:hover {
        background: #ffce00;
        color: #353231;
    }
    header.main_head {
        position: fixed;
        width: 100%;
        z-index: 99;
        left: 0;
        right: 0;
        padding: 8px 20px;
        transition: .4s ease-in-out;
    }
    .sticky_hdr header.main_head{
        background: #f7f7ec;
        transition: .4s ease-in-out;
        box-shadow: 0px 0px 8px 0px #545454a8;
    }
    nav.nav_bar {
        padding: 0;
    }
    .sticky_hdr a.logo {
        width: 42px;
    }
    .sticky_hdr .menu-btn {
        width: 24px;
        height: 16px;
        right: 30px;
        top: 20px;
    }




    .banner {
        height: 280px;
    }
    .banner_content a.kids_logo img {
        max-width: 120px;
        margin-bottom: 5px;
    }
    .banner_content {
        padding: 6em 0 0 3em;
    }
    .bttn span {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        padding: 0 16px;
    }
    section.about {
        padding: 30px 0;
    }
    .title {
        font-size: 32px;
        line-height: 38px;
    }
    p, li {
        font-size: 14px !important;
    }
    .about .title {
        margin-bottom: 5px;
    }
    .kite img:last-child {
        right: 0;
        top: 0;
    }
    .kite img {
        max-width: 140px;
    }
    .about_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .about_right {
        position: static;
    }
    .vsn_msn {
        padding: 0;
        padding-left: 0;
        border-radius: 11px;
    }
    img.vsn_msn_img {
        max-width: 350px;
        border-radius: 15px;
        position: static;
        margin: 15px auto;
        display: block;
    }
    img.about_mascot{
        display: none;
    }
    .vsn_msn.msn li {
        color: #2C2C2C;
    }
    .vsn_msn.msn li:before{
        background: #2C2C2C;
    }
    .vsn_msn.msn h3 {
        color: #fff;
        background: #EA5C19;
    }
    .vsn_msn.msn {
        background: none;
    }
    .kite img:first-child {
        left: 0;
        bottom: -40px;
    }
    .appro_in ul {
        flex-wrap: wrap;
        gap: 20px;
    }
    .appro_in ul li {
        width: 175px;
        height: 175px;
    }
    .appro_in li figure i {
        width: 46px;
        height: 46px;
    }
    .appro_in li h3 {
        font-size: 15px;
        line-height: 18px;
        max-width: 134px;
        margin: 10px auto 0;
    }
    img.ann_icon {
        display: none;
    }
    .founder h2:before {
        top: -12px;
        width: 50px;
        height: 10px;
    }
    .founder h2 {
        margin-top: 0;
    }
    .founder h2 br {
        display: none;
    }
    .founder_in {
        margin-top: 12px;
    }
    .founder_name img {
        width: 60px;
        height: 60px;
        border: 2px solid #EBB00D;
    }
    .founder_name {
        gap: 12px;
        margin-top: 12px;
    }
    img.line_bg {
        top: 5em;
    }
    .founder_in {
        padding: 25px 20px;
        border-radius: 20px;
        border-right: 3px solid #EEEED8;
        border-bottom: 3px solid #EEEED8;
    }
    .scrollbar {
        height: 160px;
    }
    .force-overflow {
        padding-right: 20px;
    }
    img.masc {
        max-width: 120px;
        right: -3em;
        bottom: -7em;
    }
    .founder_name figure h3 {
        font-size: 15px;
    }
    .founder_name figure h4 {
        font-size: 13px;
    }
    img.girl {
        max-width: 94px;
        bottom: 36px;
    }
    .add_in ul {
        flex-wrap: wrap;
        gap: 15px;
    }
    .add_in li {
        width: 48%;
    }
    section.add {
        padding: 3em 0 6em;
    }
    section.carri {
        margin-top: -3em;
        padding: 5em 0 2em;
    }
    .carri_in .bttn, .event_in .bttn, .photo .bttn {
        margin: 25px auto 0 !important;
    }
    .carri_in li figure {
        border: 1px dashed #FDB510;
        padding: 2px;
    }
    .carri_in ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 18px;
    }
    .carri_in ul li {
        width: 48%;
    }
    .carri_in li h3 {
        font-size: 15px;
        margin-top: 8px;
    }
    .event_in ul li figure {
        padding: 1px 43px 0 0;
    }
    .event_in ul li {
        padding: 3px;
    }
    img.ev_mos {
        max-width: 110px;
    }
    .photo_slide {
        padding: 0 15px;
    }
    .gallery_slide a img {
        border-radius: 15px;
    }
    .gallery_slide .owl-nav {
        right: 15px;
        top: -50px;
    }
    .gallery_slide .owl-nav button img {
        width: 30px;
        margin-left: 10px;
    }
    section.appro h2, .add h2, .photo h2 {
        margin-bottom: 18px;
    }
    section.testimonial {
        padding: 34px 0;
    }
    .testi_single figure img {
        width: 95px !important;
        height: 95px;
    }
    .testi_title h3 {
        font-size: 16px;
        line-height: 11px;
        margin-bottom: 2px;
    }
    .testi_slide .owl-nav button img {
        width: 28px;
    }
    .testi_title span {
        font-size: 13px;
    }
    a.foot_logo img,
    .foot_menu,
    .foot_details {
        margin-bottom: 20px;
    }
    .foot_menu ul {
        column-count: 2;
    }
    .foot_text {
        height: 165px;
    }
    section.founder {
        padding: 40px 0 30px;
    }
    .blog_img img {
        width: 100%;
        border-radius: 15px;
        margin-bottom: 10px;
    }
    .blog .row {
        margin-bottom: 30px;
    }
    .single_blog .blog_content h3 {
        font-size: 28px;
    }
    .blog_content p {
        font-size: 16px !important;
    }
    .blog_images {
        flex-wrap: wrap;
        justify-content: center;
    }
    .blog_images img {
        width: 48%;
        border-radius: 15px;
    }
    .single_blog .blog_content h3 {
        font-size: 24px;
    }

    
    .read_main:before, 
    .table_goal:before,
    .goal_1:before{
        display: none;
    }
    .goal_1 li {
        padding: 8px 20px;
    }
    .goal_round{
        top: 36px;
        right: 70px;
        width: 80px;
        height: 80px;
    }
    .goal_round h5 {
        font-size: 10px;
        line-height: 18px;
        top: 25px;
        left: -1px;
    }
    .sec_wave .goal_round {
        top: -5em;
    }
    .table_goal {
        overflow-x: scroll;
    }

   

    
}

@media only screen and (max-width:575px)
{
    img.lazy {
        height: 200px;
    }
    .head {
        font-size: 15px;
        padding: 8px 20px;
        border-radius: 50px;
        margin: 10px auto 15px;
    }
    .head.sub_head {
        margin: 20px 0 10px;
        font-size: 14px;
        padding: 5px 20px;
    }
    h4.head.sub_head.sub_sub {
        font-size: 12px;
    }

}

@media only screen and (max-width:500px){
    a.logo {
        width: 50px;
    }
    .menu-btn {
        width: 24px;
        height: 16px;
        right: 20px;
        top: 22px;
        transition: .4s ease-in-out;
    }
    .sticky_hdr header.main_head {
        padding: 5px 15px;
    }
    .sticky_hdr .menu-btn {
        width: 21px;
        height: 14px;
        right: 20px;
        top: 20px;
    }
    .title {
        font-size: 28px;
        line-height: 30px;
    }
    .banner {
        height: 270px;
    }
    .addmission {
        width: 68px;
        height: 92px;
    }
    .addmission h3 {
        font-size: 9px;
        bottom: 18px;
    }
    .banner_content a.kids_logo img {
        max-width: 95px;
        margin-bottom: 3px;
    }
    .bttn span {
        height: 34px;
        line-height: 34px;
        font-size: 11px;
        padding: 0 15px;
    }
    .banner_content {
        padding: 5em 0 0 1em;
    }
    nav.nav_bar ul {
        width: 280px;
    }
    section.appro {
        padding: 9em 0 5em;
    }
    section.about {
        padding: 30px 0 0;
    }
    .kite img:first-child {
        bottom: -70px;
    }
    .founder h2:before {
        top: -10px;
        width: 45px;
        height: 8px;
    }
    .founder_name img {
        width: 55px;
        height: 56px;
    }
    img.masc {
        max-width: 85px;
        right: -3em;
        bottom: -4em;
    }
    .add_in li {
        width: 100%;
    }
    img.boy {
        max-width: 112px;
        left: -3em;
        bottom: 1em;
    }
    section.carri {
        padding: 4em 0 2em;
        background-color: #ffffef;
        background-image: none !important;
    }
    .carri_in ul li {
        width: 100%;
    }
    .event_in ul li {
        display: block;
        height: auto;
    }
    .event_in ul li img {
        border-radius: 12px;
    }
    .event_in ul li figure {
        padding: 10px;
    }
    img.ev_mos {
        max-width: 88px;
    }
    .events {
        padding: 30px 0;
    }
    section.photo {
        padding: 30px 0;
    }
    .gallery_slide .owl-nav button img {
        width: 25px;
        margin-left: 6px;
    }
    .gallery_slide .owl-nav {
        right: 5px;
        top: -40px;
    }
    .testi_single figure img {
        width: 75px !important;
        height: 75px;
    }
    .testi_slide {
        margin-top: 20px;
    }
    a.foot_logo img, 
    .foot_menu, 
    .foot_details {
        margin-bottom: 15px;
    }
    a.foot_logo img {
        max-width: 95px;
    }
    .foot_text {
        height: 135px;
    }
    footer.main_foot {
        padding: 50px 0 20px;
    }
    section.blog {
        padding: 30px 0;
    }
    .blog .heading {
        margin-bottom: 15px;
    }
    .heading {
        font-size: 13px;
        padding: 4px 20px;
    }
    h2.blog_title {
        font-size: 20px;
        line-height: 24px;
    }
    .blog_content h6 {
        font-size: 13px;
        margin: 4px 0;
    }
    .blog_content p {
        font-size: 15px !important;
        line-height: 19px !important;
    }

    section.readiness {
        padding: 40px 0;
    }
    .read_content {
        padding: 0 15px;
    }
    .goal_1 h4 {
        font-size: 15px;
        line-height: 15px;
    }
    .goal_round {
        right: 20px;
        width: 64px;
        height: 64px;
    }
    .goal_round h5 {
        top: 15px;
        left: 0;
    }
    .table_goal_2 th, 
    .table_goal_2 td {
        padding: 6px 15px;
    }
    .table_goal_2 th {
        font-size: 13px;
        line-height: 18px;
    }
    .goal_2_head h4 {
        font-size: 18px;
    }
    .last_wave {
        margin-top: 30px;
    }
    img.lazy {
        height: 150px;
    }
}



.popup .popup-content{
    position: relative;
}

.popup .popup-content .pdf-btn{
    background: #ff3636;
    border-radius: 6px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 45px;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    width: 160px;
    margin: 0px auto;
    border: 1px solid #ff0000;
    transition: 0.6s;
}

.popup .popup-content .pdf-btn:hover{
    background: #ff0000; 
}