@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gorditas:wght@400;700&display=swap');

*
{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
img  
{
    width:auto;
    max-width: 100%;
}
@font-face { 
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.ttf');
    src: url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.eot'), url('../fonts/fontawesome-webfont.woff2') format('woff2');
}


body
{
    font-family: "Poppins", sans-serif;
    color: #333333;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
    color: #333333;
}
h1 {
    font-size: 42px;
    font-family: "Poppins", sans-serif;
}
h2 {
    font-size: 34px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
h3 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
}
h4 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
}
h5 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}
h6 {
    font-size: 19px;
    font-family: "Poppins", sans-serif;
}
p
{
    font-family: "Poppins", sans-serif;
    color: #333333;
    font-size: 16px;
}


.bottom-to-top  a{
    background: #A3D547;
    display: block;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.bottom-to-top  a:hover{
    background:#000;
}
.bottom-to-top a i {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
   
}
.bottom-to-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 44px;
    height: auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    z-index: 9999;
}
.bottom-to-top.show {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


#scrollbutton {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: auto;
    height: auto;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    transition: all .2s linear;
}
#scrollbutton.show {
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: all .2s linear;
}
#scrollbutton div {
    background: #bc1f26;
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    line-height: 15px;
    padding: 10px 14px;
    overflow: hidden;
    border-radius: 6px;
    font-size: 26px;
    transition: All 1s ease;
    cursor: pointer;
    width: 44px;
    height: 44px;
}
#scrollbutton div:hover {
    background: #eedbfd;
    color: #333;
}
.main_menu-fixed-
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    -webkit-transform-origin: top; 
    transform-origin: top; 
    -webkit-animation: navtrans 0.3s ease-in;
    animation: navtrans 0.3s ease-in; 
    -webkit-transition: all 0.2s linear; 
    transition: all 0.2s linear; 
}
@-webkit-keyframes navtrans
{
    0%{-webkit-transform: translateY(-100%);}
    100%{-webkit-transform: translateY(0%);}
}
@keyframes navtrans
{
    0%{transform: translateY(-100%);}
    100%{transform: translateY(0%);}
}

.wrapper, .fullmore_about > .wp-block-group__inner-container,
.wp-wrapper > .wp-block-group__inner-container
{
    max-width: 1250px;
	margin:auto;
	padding: 0px 0px;
} 
.wrapper_small
{
    max-width: 1540px;
    margin:auto;
    padding: 0px 120px;
}



/* style started */

.header
{
    width: 100%;
    height: 110px;
    background-repeat: repeat;
    position: relative;
    background-size: cover;
    background-position: bottom;
    padding-top: 4px;
}
.header_main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header_main_l
{

}
.header_main_l a
{
    display: block;
}
.header_main_l a img
{
    height: 90px;
    width: auto;
    padding-top: 5px;
}
.colr
{
    width: 100%;
    height: auto;
    background-image: url('../images/banner_bg2.jpg');
    margin-top: -75px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 800px;
    position: relative;
}
.banner:before{
    content: '';
   /* background-image: url('../images/banner_bg-btm.png');
    position: absolute;
    width: 100%;
    height: 240px;
    bottom: -160px;
    left: 0px;
    background-size: cover;
    background-repeat: repeat;*/
}
.header_main_r p
{
    font-family: "Poppins", sans-serif;
    padding-bottom: 0;
    color: #333333;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
.banner_inner
{
    width: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.banner_inner_l
{
    flex: initial;
    text-align: center;
    width: 85%;
}
.banner_inner_r
{
    flex: 1;
    text-align: center;
    display: none;
}
.header_two
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0px;
}
.header_two_l ul 
{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}
.header_two_l ul li 
{
    position: relative;
}
.header_two_l ul li a 
{
    color: #EEF35D;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    position: relative;
    transition: transform .1s ease-in-out;
}
.header_two_l ul li a::before, 
.header_two_l ul li a::after{
  content: "";
  position: absolute;
  background-color: #EEF35D;
  transition: transform .5s;
}
.header_two_l ul li a::after{
  left: 0;
  width: 100%;
  height: 2px;
  bottom: -3px;
  transform: scaleX(0);
  transform-origin: left;
}
.header_two_l ul li a:hover::after{
    transform: scaleX(1);
}

.socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.socials p 
{
    padding-bottom: 0px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding-right: 10px;
}
.socials a
{
    margin-right: 15px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    display: block;
    height: 38px;
}
.socials a:hover
{
    opacity: 0.8;
}
.header_two_r {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn_yellow 
{
    gap: 5px;
    background-color: #FFCA4F;
    border-radius: 26px;
    width: 215px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #8C07CE;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border: 1px solid #FFCA4F;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
}
.btn_yellow:hover
{
    background-color: #fff;
    color: #8C07CE;
    border: 1px solid #fff;
}
.banner_inner_l h1 
{
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 76px;
    font-weight: bold;
    line-height: 0.95;
    max-width: 600px;
    margin: auto;
    margin-bottom: 25px;
}
.banner_inner_l p 
{
    font-family: "Poppins", sans-serif;
    color: #FFFFFF; 
    font-size: 16px;
    padding-bottom: 10px;
}
.banner_inner_l p:nth-child(3)
{
    max-width: 700px;
}
.btn_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.btn_white
{
    height: 47px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 270px;
    color: #1F1F82;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #fff;
    text-decoration: none;
    font-family: "Bubblegum Sans", sans-serif;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
}
.btn_white:hover
{
    background-color: #FFCA4F;
    color: #8C07CE;
}
.btn_banner .btn_white:last-child
{
    min-width: 204px;
}
.intro_sec_inside {
    display: flex;
    flex-wrap: wrap;
	gap: 20px 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.intro_sec_insidebox {
    align-items: center;
    flex: initial;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    background-image: none;
    position: relative;
	width: calc(25% - 20px);
}
.intro_sec_insidebox figure img {
    height: 80px;
    width: auto;
}
.intro_sec_insidebox h2
{
    color: #333333;
    font-family: "Bubblegum Sans", sans-serif;
    font-size: 22px;
    margin-bottom: 3px;
    text-align: center;
    font-weight: normal;
    padding: 2px 0px;
}
.intro_sec_insidebox p 
{
    color: #333333;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    line-height: 18px;
}
.intros {
    text-align: center;
    position: absolute;
    padding: 0px 15px;
}
section.intro_sec {
    padding-top: 120px;
    padding-bottom: 30px;
    position: relative;
}
.intro_sec:before
{
    content: '';
    background-image: url(../images/sketch.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 150px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 207px;
    height: 307px;
}
.header_main_l {
    z-index: 1;
    position: relative;
}
.best_sec
{
    width: 100%;
    height: auto;
    background-color: #fff;
    background-image: url(../images/aboutsectionbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.best_sec:before
{
    content: '';
    background-image: url(../images/toy1.png);
    width: 210px;
    height: 175px;
    position: absolute;
    bottom: -119px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}
.best_sec:after
{
    content: '';
    background-image: url(../images/toy2.png);
    width: 186px;
    height: 157px;
    position: absolute;
    bottom: -95px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}
.best_sec_inside
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 50px;
}
.best_sec_inside_1
{
    width: 45%;
}
.best_sec_inside_r
{
    flex: 1;
}
.best_sec_inside_r h2 
{
    color: #8C07CE;
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    max-width: 585px;
    margin-bottom: 30px;
}
.best_sec_inside_r p
{
    color: #333333;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 12px;
}
.btn_lavandor
{
    min-width: 167px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #8C07CE;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Bubblegum Sans", sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 20px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
}
.btn_lavandor:hover
{
    background-color: #FFCA4F;
    color: #8C07CE;
}
.admission
{
    width: 100%;
    height: 420px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 12%;
    position: relative;
}
.admission_inside
{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    top: 0px;
    margin-top: -340px;
}
.admission_inside_l
{
    width: 60%;
    text-align: center;
}
.admission_inside_l h2
{
    font-family: "Gorditas", serif;
    color: #FFE500;
    font-size: 50px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: normal;
}
.admission_inside_l p 
{
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 19px;
    padding-bottom: 25px;
}
.admission_inside_r
{
    flex: 1;
}
img.img_icon1 {
    position: absolute;
    left: -35px;
    width: 250px;
    top: 70px;
}
img.img_icon2 {
    position: absolute;
    bottom: 50px;
    height: 160px;
    width: auto;
    left: 30px;
}
img.img_icon3 {
    position: absolute;
    left: 150px;
    right: 0;
    width: 200px;
    margin: auto;
    top: 75px;
}
img.img_icon4 {
    position: absolute;
    left: -150px;
    right: 0;
    margin: auto;
    bottom: 90px;
    width: 100px;
}
img.img_icon5 {
    position: absolute;
    right: 0px;
    width: 175px;
    top: 150px;
}
img.img_icon6 {
    position: absolute;
    right: 30px;
    bottom: -16px;
    width: 150px;
}
.why_choose
{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/whychoosebg.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.why_choose:before {
    background-size: contain;
    content: '';
    background-image: url(../images/chooseicon1.png);
    position: absolute;
    left: 44px;
    top: -20px;
    width: 159px;
    height: 115px;
    background-repeat: no-repeat;
}
.why_choose:after {
    background-size: contain;
    content: '';
    background-image: url(../images/chooseicon2.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    width: 159px;
    height: 85px;
    background-repeat: no-repeat;
}
.why_choose_in
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
}
.why_choose_in:after {
    background-size: contain;
    content: '';
    background-image: url(../images/chooseicon3.png);
    position: absolute;
    right: -71px;
    bottom: -25px;
    width: 150px;
    height: 175px;
    background-repeat: no-repeat;
}
.why_choose_in_1
{
    flex: 1;
}
.why_choose_in_r
{
    flex: 1;
    padding-bottom: 30px;
}
.why_choose_in_r_box
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0px;
}
.why_choose_in_r_boxs
{
    width: 50%;
    text-align: center;
}
.why_choose_in_r h2 
{
    color: #8C07CE;
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    max-width: 585px;
    margin-bottom: 30px;
}
.why_choose_in_r_boxs img {
    height: 95px;
    width: auto;
    object-fit: contain;
}
.why_choose_in_r_boxs p
{
    color: #333333;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-bottom: 0;
    line-height: 1.2;
}
.why_choose_in_r_boxs:nth-child(1),
.why_choose_in_r_boxs:nth-child(3)
{
    padding-right: 16%;
}
.why_choose_in_r_boxs:nth-child(2),
.why_choose_in_r_boxs:nth-child(4)
{
    padding-right: 16%;
}
.gallery
{
    width: 100%;
    height: auto;
    background-image: url('../images/gallerybg.png');
    background-repeat: repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.gallery h2 
{
    color: #8C07CE;
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
}
.gallery ul
{
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 60px;
}
.gallery ul li
{
    width: calc(33.33% - 30px);
}
.btn_center
{
    width: 100%;
    text-align: center;
}
.btn_center a 
{
    margin-top: 0;
}
.gallery .btn_lavandor:hover
{
    background-color: #fff;
}
.development
{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    background-image: url('../images/child-care-development-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.development h2 
{
    color: #8C07CE;
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
}
.developmentbox
{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.developmentbox1
{
    flex: 1;
    text-align: center;
}
.developmentbox1 p 
{
    color: #333333;
    padding-bottom: 0;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-top: 20px;
    line-height: 1.2;
}
.testimonials
{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #8C07CE;
}
.imgc
{
    display: block;
}
.testimonials h2 
{
    color: #FFFFFF;
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}
.testimonials_box
{
    width: 100%;
    display: flex !important;
    align-items: center;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    flex-wrap: wrap !important;
}
.testimonials_box1
{
    width: 50%;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.testimonials_box1grid
{
    background-color: #FFFAEB;
    box-shadow: 19px 33px 0px #00000047;
    border-radius: 180px;
    text-align: center;
    padding: 0px 75px;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}
.testimonials_box1grid h2
{
    color: #333333;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}
.testimonials_box1grid h6
{
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}
.testimonials_box1grid p
{
    padding-bottom: 0;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #333333;
}
.bx1grid
{
    position: absolute;
    top: -37px;
    left: 15px;
    width: 100px;
}
.testimonials_box1grid .star 
{
    height: 50px;
    margin: auto;
}
.testimonials .btn_center 
{
    margin-top: 30px;
    padding-bottom: 20px;
}
.testimonials .btn_center .btn_white
{
    min-width: 167px;
}
.testimonials .slick-prev:before,
.testimonials .slick-next:before
{
    display: none !important;
}
.testimonials .slick-prev,
.testimonials .slick-next
{
    color: transparent;
}
.testimonials .slick-prev
{
    left: 0px;
    background-image: url(../images/sliderleft.svg) !important;
    width: 36px;
    height: 46px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left !important;
    opacity: 1 !important;
}
.testimonials .slick-next
{
    right: 0;
    background-image: url('../images/sliderright.svg') !important;
    width: 36px;
    height: 46px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
     background-position: right !important;
     opacity: 1 !important;
}
.testimonials .slick-prev:hover,
.testimonials .slick-next:hover
{
    filter: brightness(0) saturate(100%) invert(86%) sepia(33%) saturate(1567%) hue-rotate(359deg) brightness(104%) contrast(101%);
}
.subscribe_sec
{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/Youtubesectionbg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.subscribe_title h2
{
    color: #8C07CE;
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0px 50px;
    background-color: #fff;
    position: relative;
    top: 25px;
}
.subscribe_title {
    border-bottom: 3px solid #707070;
    width: 100%;
    position: relative;
    text-align: center;
    top: -40px;
}
.subscribe_youtube {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 30px;
}
.youtube_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}
.youtube_info h3
{
    color: #333333;
    margin-bottom: 12px;
    font-size: 34px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.youtube_info p 
{
    color: #636363;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 7px;
}
.youtube_info p:last-child
{
    padding-bottom: 0;
}
.youtube_info_l img 
{
    display: block;
}
.btn_red
{
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FF0000;
    border-radius: 44px;
    min-width: 177px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
}
.btn_red:hover
{
    color: #fff;
    background-color: #FFCA4F;
}
.subscribe_images {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 1155px;
    margin: auto;
    gap: 15px;
}
.subscribe_imagesbox {
    flex: 1;
    padding: 0px 5px;
}
.subscribe_images .slick-dots {
    bottom: -50px;
}
.subscribe_images .slick-dots li button
{
    display: none;
}
.subscribe_images .slick-dots li {
    width: 30px;
    height: 7px;
    margin: 0 2.5px;
    background-color: #8C07CE;
}
.subscribe_images .slick-dots li.slick-active,
.subscribe_images .slick-dots li:hover
{
    background-color: #FFE500;
}
.footer
{
    padding-top: 50px;
}
.footer_main {
    width: 100%;
    position: relative;
    z-index: 1;
}
.footer_main_form {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translateY(-50%);
}
.footer_main_form_l {
    width: 55%;
    padding-left: 7%;
}
.footer_main_form_r {
    flex: 1;
    padding-right: 8%;
}
.footerlink
{
    display: block;
    margin-bottom: 25px;
}
.footerlink img 
{
    height: 100px;
    width: auto;
}
.footer_main_form_l h2 
{
    color: #8C07CE;
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: normal;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.linkfo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}
.linkfo figure img
{
    display: block;
}
.linkfo span
{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
}
.linkfo:last-child
{
    margin-bottom: 0;
}
.footer_main_form_r h2 
{
    color: #8C07CE;
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: normal;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 30px;
}
.footer_main_form_r form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}
.formtext
{
    height: 48px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 11px;
    width: 100%;
    border: none;
    outline: none;
    color: #A9A9A9;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 0px 17px;
}

form .formsubmit
{
    border: none;
    outline: none;
    min-width: 142px;
    max-width: 142px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #8C07CE;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Bubblegum Sans", sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    cursor: pointer;
    margin-top: 10px;
}
form .formsubmit:hover {
    background-color: #FFCA4F;
    color: #8C07CE;
}

.footer_content
{
    width: 100%;
    height: auto;
    background-color: #8C07CE;
    padding-top: 360px;
    position: relative;
    margin-top: -310px;
}
.footer_content:before
{
    content: '';
    background-image: url('../images/footerbg2.png');
    position: absolute;
    width: 100%;
    top: -20px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}

.footer_content_in {
    width: 100%;
    padding: 0px 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
    padding-bottom: 100px;
    position: relative;
}
.footer_content1 {
    width: 25%;
}
.footer_content2 {
    width: 50%;
}
.footer_content1 ul
{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 12px;
}
.footer_content1 ul li
{

}
.footer_content1 ul li a
{
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.footer_content2 p 
{
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
}
.footer_content3 {
    text-align: right;
}
.footer_content3 .socials
{
    justify-content: flex-end;
    margin-top: 20px;
}
img.googlemap {
    display: block;
}

.footer_content3 .socials p {
    font-size: 18px;
}
.footer_content_in:before {
    content: '';
    position: absolute;
    left: -50px;
    background-image: url(../images/fooimg1.png);
    width: 232px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -67px;
}
.footer_content_in:after {
    content: '';
    position: absolute;
    right: -50px;
    background-image: url(../images/fooimg2.png);
    width: 125px;
    height: 165px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -120px;
}
.footer_copy
{
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: relative;
}
.footer_copy:before
{
    content: '';
    background-image: url(../images/footerbg1.png);
    position: absolute;
    width: 100%;
    left: 0;
    top: -80px;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.footer_copy:after
{
    content: '';
    background-image: url(../images/fooimg3.png);
    width: 160px;
    height: 81px;
    position: absolute;
    top: -100px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 5px;
}
.footer_copy p 
{
    text-align: center;
    color: #333333;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
.header_mobile {
    position: relative;
    z-index: 1;
    top: 35px;
}
.why_choose
{
    overflow: hidden;
}
.intros a 
{
    text-decoration: none;
}
.intros a:hover h2 
{
    color: #8C07CE;
}
.footer_content3 iframe
{
    border-radius: 12px;
    border: none;
    outline: none;
}
/* inner page style */

.inner_page_banner
{
    width: 100%;
    height: 500px;
    position: relative;
    /*top: -90px;*/
    margin-top: -70px;
    background-color: #fff;
    background-image: url(../images/innerbanner.svg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.inner_page_banner:before {
    content: '';
    background-image: url(../images/inner-banner-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 63px;
    background-position: top;
}
.inner_page_banner_inside
{
    width: 100%;
    height: auto;
    text-align: center;
    top: 55%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.inner_page_banner_inside h1 
{
    margin: 0px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 60px;
    line-height: 1;
}
.about_content
{
    width: 100%;
    height: auto;
    padding-top: 75px;
    padding-bottom: 90px;
}
.about_content_in
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}
.about_content_in_l
{
    width: 55%;
}
.about_content_in_r
{
    flex: 1;
}
.about_content_in_l h2 {
    color: #8C07CE;
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    max-width: 585px;
    margin-bottom: 30px;
}
.about_content_in_l p {
    color: #333333;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 15px;
}
.Curriculum
{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #8C07CE;
}
.Curriculum:before
{
    content: '';
    background-image: url('../images/about_top.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    height: 87px;
}
.Curriculum_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 30px;
    gap: 30px;
}
.Curriculum_in_l {
    width: 35%;
    text-align: center;
}
.Curriculum_in_l img 
{
    display: block;
    height: 445px;
    width: auto;
    margin: auto;
    position: relative;
}
.Curriculum_in_r
{
    flex: 1;
}
.Curriculum_in_r p 
{
    color: #fff;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-bottom: 30px;
}
.Curriculum_in_r h3 
{
    color: #fff;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.Curriculum_in_r ul  
{
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0;
    margin-bottom: 25px;
    gap: 10px 0px;
}
.Curriculum_in_r ul li 
{
    color: #fff;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    width: 50%;
    position: relative;
    padding-left: 33px;
}
.Curriculum_in_r ul li:before
{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50px;
    top: 12px;
    left: 4px;
}
.about_info
{
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}
.about_info_in p {
    color: #333333;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 15px;
}
.intro_sec_inside.intro_sec_inside_about {
    padding-top: 25px;
}
.our_mission
{
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background-image: url(../images/gallerybg.png);
    background-repeat: repeat;
    background-size: cover;
}
.our_mission_cont
{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 100px;
    position: relative;
}
.our_mission_cont_1
{
    flex: 1;
}
.our_mission_cont_1 h2
{
    color: #8C07CE;
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    text-align: left;
    margin-bottom: 25px;
}
.our_mission_cont_1 ul 
{
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 30px;
    flex-direction: column;
    padding-left: 15px;
}
.our_mission_cont_1 ul li
{
    position: relative;
    padding-left: 35px;
    color: #333333;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.35;
    width: 100%;
}
.our_mission_cont_1 ul li:before
{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #8C07CE;
    border-radius: 50px;
    top: 6px;
    left: 6px;
}
.our_mission_cont .our_mission_cont_1:last-child ul li:before
{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50px;
    top: 6px;
    left: 6px;
    border: 2px solid #707070;
}
.our_mission_cont:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #707070;
    margin: auto;
}
.more_about_info
{
    width: 100%;
    height: auto;
    padding: 70px 0px;
}
.more_about_info_i
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 60px;
    gap: 40px;
}
.more_about_info_text
{
    flex: 1;
}
.more_about_info_img
{
    flex: 1;
}
.more_about_info_text h2 
{
    color: #8C07CE;
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
}
.more_about_info_text ul 
{
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 30px;
    flex-direction: column;
    padding-left: 0px;
}
.more_about_info_text ul li
{
    position: relative;
    padding-left: 35px;
    color: #333333;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    width: 100%;
}
.more_about_info_text ul li:before
{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #8C07CE;
    border-radius: 50px;
    top: 6px;
    left: 6px;
}
.more_about_info_img img 
{
    padding: 30px;
}
.more_about_info_i:last-child
{
    padding-top: 50px;
}
.more_about_info_i:last-child .more_about_info_text ul
{
    gap: 15px;
}
.testimonials .wrapper
{
    position: relative;
}
.testimonials .wrapper:before
{
    content: '';
    position: absolute;
    background-image: url(../images/testiimg1.png);
    left: 50px;
    width: 145px;
    height: 99px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -80px;
}
.testimonials .wrapper:after
{
    content: '';
    position: absolute;
    background-image: url(../images/testiimg2.png);
    right: 50px;
    width: 145px;
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -40px;
}
.wpcf7-form p br
{
	display:none;
}
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
	margin-bottom: 20px;
}




@media screen and (min-width:1600px)
{

 .inner_page_banner {
    width: 100%;
    height: 600px;
    margin-top: -45px;
    }
.inner_page_banner:before
{
    background-size: cover;
    top: -2px;
}
    .wrapper, .fullmore_about > .wp-block-group__inner-container,
	.wp-wrapper > .wp-block-group__inner-container
	{
    max-width: 1550px;
    margin: auto;
    padding: 0px 0px;
}
.header_mobile {
    position: relative;
    z-index: 1;
    top: 75px;
}
.colr {
    width: 100%;
    height: auto;
    margin-top: -22px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 1020px;
}
.header_main_l a img {
    height: 110px;
    width: auto;
    padding-top: 0px;
}
.header_main {
    padding-top: 10px;
}
.header_main_r p {
    font-size: 20px;
}
.header_two_l ul {
    gap: 35px;
}
.header_two_l ul li a {
    font-size: 22px;
    line-height: 27px;   
}
.socials p {
    font-size: 20px;
    padding-right: 20px;
}
.socials a {
    margin-right: 20px;
}
.btn_yellow {
    width: 240px;
    font-size: 20px;
}
.banner_inner_l h1 {
    font-size: 100px;
    line-height: 1;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
}
.banner_inner_l {
    flex: initial;
    text-align: center;
    width: 100%;
}
.banner_inner_l p {
    font-size: 20px;
    padding-bottom: 15px;
}
.btn_white
{
    font-size: 20px;
}
img.img_icon1 {
    width: 335px;
}
img.img_icon2 {
    height: 235px;
}
img.img_icon3 {   
    width: 350px;
    top: 60px;
}
img.img_icon4 {
    left: -220px;
    right: 0;
    margin: auto;
    bottom: 87px;
    width: 165px;
}
img.img_icon5 {
    width: 290px;
    top: 150px;
}
img.img_icon6 {
    right: 60px;
    bottom: -50px;
    width: 265px;
}
.intro_sec_insidebox figure img {
    height: 95px;
    width: auto;
}
.intro_sec_insidebox h2 {
    font-size: 30px;
}
.intros {
    padding: 0px 25px;
}
.intro_sec:before {
    content: '';
    background-size: 205px;
}
.best_sec_inside_r h2 {
    font-size: 60px;
    max-width: 100%;
}
.best_sec_inside_r p {
    font-size: 18px;
    padding-bottom: 16px;
}
.btn_lavandor {
    min-width: 175px;
    height: 47px;
    font-size: 20px;
}
.admission_inside_l h2 {
    font-size: 60px;
    margin-bottom: 30px;
}
.admission_inside_l p {
    font-size: 22px;
    padding-bottom: 30px;
}
.admission_inside {
    width: 100%;
    margin-top: -454px;
}
.admission {
    width: 100%;
    height: auto;
    margin-bottom: 12%;
    position: relative;
}
.why_choose_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 85px;
}
.why_choose_in_r h2 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 35px;
}
.why_choose_in_r_boxs img {
    height: 100px;
    width: auto;
    object-fit: contain;
}
.why_choose_in_r_boxs p {
    font-size: 26px;
}
.gallery h2 {
    font-size: 60px;
}
.development h2 {
    font-size: 60px;
}
.developmentbox1 p {
    font-size: 30px;
    line-height: 1.5;
}
.testimonials h2 {
    font-size: 60px;
    margin-bottom: 15px;
}
.testimonials .slick-prev {
    left: -50px;
    width: 45px;
    height: 70px;
}
.testimonials .slick-next {
    right: -50px;
    width: 45px;
    height: 70px;
}
.testimonials_box1grid h2 {
    font-size: 39px;
    margin-bottom: 5px;
}
.testimonials_box1grid h6 {
    font-size: 20px;
}
.testimonials_box1grid p {
    padding-bottom: 0;
    font-size: 18px;
}
.subscribe_title h2 {
    font-size: 60px;
}
.subscribe_youtube {
    max-width: 1400px;
    margin: auto;
    padding-bottom: 30px;
}
.youtube_info h3 {    
    font-size: 40px;
}
.btn_red {
    height: 67px;
    min-width: 215px;
    font-size: 26px;
}
.subscribe_images {
    max-width: 1400px;
    margin: auto;
}
.footerlink img {
    height: 140px;
    width: auto;
}
.footer_main_form_l h2 {   
    font-size: 60px;
    margin-bottom: 35px;
}
.footerlink {
    display: block;
    margin-bottom: 35px;
}
.linkfo span {
    font-size: 22px;
}
.footer_main_form_r h2 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 40px;
}
.footer_main_form_r form {
    gap: 25px;
}
.footer_content_in {
    width: 100%;
    padding: 0px 200px;   
    padding-bottom: 125px;
}
.footer_content1 ul {
    gap: 17px;
}
.footer_content_in:before {
    content: '';
    position: absolute;
    left: -70px;
    width: 232px;
    height: 182px;
}
.footer_content_in:after {
    content: '';
    right: -50px;
    width: 175px;
    height: 229px;
    top: -120px;
}
.footer_copy:after {
    content: '';
    width: 225px;
    height: 120px;
    position: absolute;
    top: -114px;
    left: 5px;
}

.footer_copy:before {
    content: '';
    height: 160px;
}
.footer_copy {
    width: 100%;
    height: 50px;
    padding-top: 15px;
}
.inner_page_banner_inside h1 {
    font-size: 75px;
    line-height: 1;
}
.about_content_in_l h2 {
    font-size: 60px;
}
.about_content_in_l p {
    font-size: 18px;
    padding-bottom: 15px;
}
.Curriculum_in_l img {
    display: block;
    height: auto;
    width: auto;
    margin: auto;
    position: relative;
}
.Curriculum_in_l {
    width: 40%;
    text-align: center;
}
.Curriculum_in_r p {
    font-size: 30px;
    padding-bottom: 40px;
}
.Curriculum_in_r h3 {
    font-size: 45px;
    margin-bottom: 25px;
}
.Curriculum_in_r ul li {
    font-size: 36px;
    padding-left: 45px;
}
.Curriculum_in_r ul li:before {
    content: '';
    width: 18px;
    height: 18px;
    top: 18px;
    left: 8px;
}
.Curriculum_in_r ul {
    margin-bottom: 40px;
}
.Curriculum_in_r {
    flex: 1;
    padding-left: 40px;
}
.about_info_in p {
    font-size: 18px;
    padding-bottom: 20px;
}
.our_mission_cont_1 h2 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 35px;
}
.our_mission_cont_1 ul li {
    padding-left: 45px;
    font-size: 24px;
    width: 100%;
}
.our_mission_cont_1 ul li:before {
    content: '';
    width: 20px;
    height: 20px;
}
.our_mission_cont .our_mission_cont_1:last-child ul li:before {
    content: '';
    width: 18px;
    height: 18px;
}
.more_about_info_text h2 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 35px;
}
.more_about_info_text ul li {
    position: relative;
    padding-left: 45px;
    font-size: 20px;
    width: 100%;
}
.more_about_info_text ul li:before {
    content: '';
    width: 20px;
    height: 20px;
}
.more_about_info_text ul {
    gap: 45px;
}
.more_about_info_i:last-child .more_about_info_text ul {
    gap: 20px;
}
.testimonials .wrapper:before {
    content: '';
    width: 170px;
    height: 130px;
    top: -115px;
}
.testimonials .wrapper:after {
    content: '';
    right: 50px;
    width: 180px;
    height: 130px;
    bottom: -78px;
}

}


@media screen and (min-width:1600px) and (max-width:1700px)
{
    .testimonials .slick-prev {
        left: -20px;
    }
    .testimonials .slick-next {
        right: -20px;
    }
}

@media screen and (max-width:1300px)
{
    .inner_page_banner:before {
    content: '';
    top: -2px;
}
    .wrapper, .fullmore_about > .wp-block-group__inner-container,
	.wp-wrapper > .wp-block-group__inner-container
	{
    max-width: 100%;
    margin: auto;
    padding: 0px 30px;
}
}

@media screen and (max-width:1250px)
{
   .footer_content1 {
    width: 15%;
}
.footer_content2 {
    width: 50%;
}

}

@media screen and (max-width:1170px)
{
	.intro_sec_insidebox {
    width: calc(33.33% - 20px) !important;
}
    .header_two_l ul {
    gap: 12px;
}
.wrapper, .fullmore_about > .wp-block-group__inner-container,
.wp-wrapper > .wp-block-group__inner-container
	{
    max-width: 100%;
    margin: auto;
    padding: 0px 20px;
}
.socials a {
    margin-right: 10px;
}
.header_two_r {
    display: flex;
    align-items: center;
    gap: 5px;
}
.colr {
    min-height: 665px;
    position: relative;
}
.header_mobile {
    top: 25px;
}
.intro_sec_inside {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.intro_sec_insidebox {
    align-items: center;
    flex: initial;
    background-image: none !important;
}
.intro_sec_insidebox figure img {
    height: auto;
    width: auto;
}
.intro_sec_insidebox h2 {
    font-size: 32px;
    margin-bottom: 0;
    padding: 10px 0px;
}
.intros {
    padding: 0px 40px;
}
.admission {
    margin-top: 70px;
}
.admission_inside_l {
    width: 65%;
}
.admission_inside {
    width: 100%;
    top: 0px;
    margin-top: -312px;
}
.footer_content1 {
        width: 25%;
    }
    .footer_content2 {
        width: initial;
        flex: 1;
    }
    .footer_content3 {
    text-align: right;
    width: initial;
    flex: 1;
}
img.googlemap {
    display: block;
    margin-right: 0px;
    margin-left: auto;
}
.footer_content_in:before {
    background-position: left;
    content: '';
    left: 0;
}
.footer_content_in:after {
    content: '';
    position: absolute;
    right: -0px;
}

}

@media screen and (max-width:1099px)
{
    .header {
    width: 100%;
    height: 110px;
    padding-top: 12px;
}
    .colr {
        width: 100%;
        height: auto;
        margin-top: -10px;
    }
    .header_main_r p {
    padding-bottom: 0;
    max-width: 500px;
    text-align: right;
}
.header_main_r {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 1;
    justify-content: flex-end;
}
img.hamber-white {
    display: flex !important;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(16%) sepia(76%) saturate(7207%) hue-rotate(279deg) brightness(82%) contrast(110%);
}
.header_mobile
{
    position: absolute;
    width: 450px;
    height: 100vh;
    top: 0px;
    background-color: #8c08ce;
    padding: 40px 40px;
    padding-top: 100px;
    left: -450px;
    transition: left 0.4s ease-in-out;
    z-index: 99;
}
.header_mobile.active
{
    left: 0;
}
img.hamber-close {
    display: flex !important;
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
    cursor: pointer;
}
.header_two_l ul {
    gap: 15px;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 35px;
}
.header_two_l ul li a {
    font-size: 20px;   
}
.header_two_r {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
    }

.socials p {
    font-size: 18px;
    padding-right: 20px;
}
.menu-overlay
{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 99;
}

.menu-overlay.active
{
    opacity: 1;
    visibility: visible;
}
body.menu-open
{
    overflow: hidden;
}
.banner_inner_l {
    flex: initial;
    text-align: center;
    width: 80%;
}
.banner_inner {
    justify-content: flex-start;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}
img.img_icon3 {
    left: 230px;
    width: 200px;
    margin: auto;
    top: 0;
}
section.intro_sec {
    padding-top: 75px;
    padding-bottom: 30px;
    position: relative;
}
.admission_inside_l h2 {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 18px;
    font-weight: normal;
}
.admission_inside_l p {
    font-size: 18px;
    padding-bottom: 20px;
}
    .admission_inside {
        width: 100%;
        top: 0px;
        margin-top: -275px;
    }
.testimonials_box1grid p {
    font-size: 18px;
}
.footerlink img {
    height: 80px;
    width: auto;
}
.footerlink {
    display: block;
    margin-bottom: 20px;
}
.footer_main_form_l h2 {
    margin-bottom: 20px;
}
.linkfo {
    gap: 15px;
    margin-bottom: 15px;
}
.footer_main_form_r h2 {
    margin-bottom: 20px;
}
.footer {
    padding-top: 0px;
}
.inner_page_banner {
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 0px;
}
.inner_page_banner_inside {
    top: 50%;
    transform: translateY(-50%);
}
.header_two_l ul li > .sub-menu
	{
		position: static;
		background-color: transparent;
		box-shadow: none !important;
		margin-bottom: 0px;
		padding-bottom: 0px;
		color: #fff;
	}
	.control-label {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top:0px;
  }
  .control-label:after {
    font-size: 25px;
    content: "\f105";
    color: #EEF35D !important;
    font-family: "FontAwesome";
    transition-duration: 0.5s;
  }
  .menuselected > .control-label {
    transform: rotate(90deg);
    transition-duration: 0.5s;
  }
  .header_menu_main_left ul li.menuselected>ul.sub-menu {
    display: flex;
  }
	.header_two_l {
    width: 100%;
}
	.header_two_l > ul > li:hover > .sub-menu {
    display: none;
}
	.header_two_l > ul > li.menuselected > .sub-menu
	{
		position: static;
		background-color: transparent;
		box-shadow: none !important;
		margin-bottom: 0px;
		padding-bottom: 0px;
		color: #fff;
		display:flex;
		padding-top: 12px;
	}
 
}

@media screen and (min-width: 768px) and (max-width: 800px)
{
    .header_main_r {
        gap: 25px;
        flex: 1;
    }
    img.img_icon1 {
    position: absolute;
    left: -72px;
    width: 250px;
    top: -25px;
}
img.img_icon2 {
    position: absolute;
    bottom: 50px;
    height: 115px;
    width: auto;
    left: 30px;
}
    img.img_icon3 {
        left: initial;
        width: 174px;
        margin: initial;
        top: -17px;
        right: 0;
    }
img.img_icon4 {
    position: absolute;
    left: -0px;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 100px;
}
.banner_inner_l h1 {
    font-size: 55px;
}
.banner_inner {
        justify-content: flex-start;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
    }
    .btn_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px 25px;
}
.best_sec_inside {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 50px;
    flex-direction: column;
    padding-bottom: 65px;
}
.best_sec_inside_1 {
    width: 50%;
}
.admission_inside {
        width: 100%;
        top: 0px;
        margin-top: -295px;
    }
.admission img 
{
    height: 400px;
    object-fit: cover;
}
.best_sec:after {
    content: '';
    bottom: -45px;
}
.why_choose_in {
    flex-direction: column;
}
.why_choose_in_1 {
    flex: 1;
    width: 50%;
}
.gallery ul {
    gap: 15px;
    padding-bottom: 40px;
}
.developmentbox {
    gap: 30px;
    justify-content: center;
}
.developmentbox1:last-child
{
    width: 30%;
    flex: initial;
}
.development {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 50px;
}
.subscribe_title h2 
    {
        padding: 0px 30px;
    }
.subscribe_youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 30px;
    gap: 20px;
}
.footer_content {
    width: 100%;
    height: auto;
    padding-top: 0px;
    position: relative;
    margin-top: 0;
}
.footer_main {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.footer_content:before {
    content: '';
    top: -13px;
}
.footer_content_in {
    width: 100%;
    padding: 50px 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 150px;
    position: relative;
    flex-direction: column;
    gap: 30px;
}
.footer_content1 {
        width: 100%;
    }
img.formbg {
    height: 500px;
}
.linkfo span br 
{
    display: none;
}
.footer_content_in:before {
    content: '';
    top: 0px;
    right: 0;
    left: initial;
    width: 180px;
}
.footer_content_in:after {
    content: '';
    opacity: 0;
}
.footer_main_form_l h2 {
    font-size: 40px;
}
.footer_main_form_r h2 {
    font-size: 40px;
}
.banner_inner_l {
        flex: initial;
        text-align: center;
        width: 52%;
    }
    .why_choose_in_r {
    text-align: center;
}
.why_choose_in_r_boxs:nth-child(1), .why_choose_in_r_boxs:nth-child(3) {
    padding-right: 0;
}
.why_choose_in_r_boxs:nth-child(2), .why_choose_in_r_boxs:nth-child(4) {
    padding-right: 0;
}
    .inner_page_banner {
        width: 100%;
        height: 400px;
        position: relative;
        margin-top: 0px;
    }
    .about_content_in {
    gap: 30px;
    flex-direction: column;
}
.about_content_in_l {
    width: 100%;
}
.Curriculum:before {
    content: '';
    top: -32px;
    width: 100%;
    height: 87px;
}
.more_about_info_i {
    width: 100%;
    padding: 0px 0px;
    gap: 40px;
}


}


@media screen and (max-width: 767px)
{
    .header_main_l a img {
    height: 65px;
    width: auto;
    padding-top: 0;
}
    .header_main_r p {
        display: none;
    }
        .header_main_r {
        justify-content: end;
    }
    .header {
        width: 100%;
        height: 83px;
        padding-top: 12px;
    }
        .header_mobile {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: -100%;
        z-index: 99;
        padding: 40px 0px;
    }
    img.hamber-close {
        top: 15px;
        right: 15px;
        width: 40px;
    }
        .header_two_l ul li a {
        font-size: 18px;
    }
    .colr
    {
        background-image: url(../images/banner_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        margin-top: 0px;
    }
    .banner_inner {
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding-top: 10px;
        left: 0;
    }
    .banner_inner_l {
        flex: initial;
        text-align: center;
        width: 100%;
        padding: 0px 20px;
    }
    .banner_inner_l h1 {
    font-size: 46px;
    line-height: 1;
}
.banner_inner_l p:nth-child(3) {
    max-width: 100%;
}
.btn_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px 25px;
    flex-wrap: wrap;
    margin-top: 10px;
}
img.img_icon1 {
    position: absolute;
    left: -36px;
    width: 135px;
    top: 17px;
    object-position: center;
    height: 78px;
    object-fit: cover;
}
img.img_icon3 {
        object-fit: cover;
        left: initial;
        width: 115px;
        margin: auto;
        top: 0;
        right: 0;
    }
img.img_icon5 {
    display: none;
}
img.img_icon4 {
   display: none;
}
img.img_icon2 {
    position: absolute;
    bottom: 0px;
    height: 80px;
    width: auto;
    left: 30px;
}
img.img_icon6 {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 105px;
}
.banner:before {
    background-color: transparent;
    background-size: contain;
    content: '';
    background-image: url(../images/banner_bg-btm.png);
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.colr {
        min-height: 555px;
        position: relative;
    }
    section.intro_sec {
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
    }
    .best_sec_inside {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 10px;
    flex-direction: column-reverse;
}

.best_sec_inside_r h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.best_sec_inside_r .btn_lavandor
{
    margin-top: 10px;
}
.best_sec_inside_1 {
    width: 100%;
}
.best_sec:before {
    content: '';
    width: 145px;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0px;
}
.best_sec {
    width: 100%;
    padding-bottom: 100px;
}
.best_sec:after
{
    display: none;
}
.admission_inside_l {
        width: 85%;
    }
.admission_inside_l h2 {
        font-size: 26px;
        line-height: 1.1;
        margin-bottom: 15px;
    }
    .admission_inside_l h2 br 
    {
        display: none;
    }
    .admission_inside_l p {
        font-size: 15px;
        padding-bottom: 10px;
    }
.admission img 
{
    height: auto;
    object-fit: cover;
}
section.admission:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0px;
    background-color: #8c07ce;
    height: 225px;
    bottom: 25px;
}
.admission {
        margin-top: 0px;
    }
.admission_inside {
        width: 100%;
        top: -25px;
        margin-top: 0;
        height: 225px;
        align-items: center;
        justify-content: center;
    }
    .admission_inside_l {
        width: 100%;
    }
.why_choose {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 25px;
}
.why_choose_in {
    display: flex;
    gap: 30px;
    position: relative;
    flex-direction: column;
}
.admission {
    margin-bottom: 0;
    position: relative;
}
.why_choose:before,
.why_choose:after,
.why_choose_in:after
{
    display: none;
}
.why_choose_in_r h2 {
    font-size: 36px;
    line-height: 1;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.why_choose_in_r_boxs:nth-child(1), .why_choose_in_r_boxs:nth-child(3) {
    padding-right: 0;
}
.why_choose_in_r_boxs:nth-child(2), .why_choose_in_r_boxs:nth-child(4) {
    padding-right: 0;
}
.why_choose_in_r_boxs img {
    height: 95px;
    width: auto;
    object-fit: contain;
    margin-bottom: 10px;
}
.gallery {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.gallery h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
}
.gallery ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 20px;
}
.gallery ul li {
    width: calc(100% - 0px);
}
.development {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
    background-repeat: no-repeat;
}
.development h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 25px;
}
.developmentbox1 p {
    font-size: 24px;
    padding-top: 10px;
    line-height: 1.2;
    padding-bottom: 10px;
}
.developmentbox {
    width: 100%;
    flex-direction: column;
}
.testimonials h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}
.testimonials_box {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.testimonials_box1 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.testimonials_box1grid {
    background-color: #FFFAEB;
    border-radius: 60px;
    text-align: center;
    padding: 0px 30px;
    padding-top: 45px;
    padding-bottom: 40px;
    position: relative;
}
.bx1grid {
    position: absolute;
    top: -37px;
    left: -21px;
    width: 100px;
}
.testimonials .slick-prev {
    left: 0px;
    transform: translate(0, -0%);
    top: 12px;
}
.testimonials .slick-next {
    right: 0;
    transform: translate(0, -0%);
    top: 12px;
}
.testimonials_box {
    padding-top: 75px;
}
.subscribe_title {
    border-bottom: none;
    width: 100%;
    position: relative;
    text-align: center;
    top: 0;
}
.subscribe_sec {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.subscribe_title h2 {
    
    font-size: 36px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.subscribe_youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    flex-direction: column;
}
.youtube_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
}
.footer_content {
    width: 100%;
    height: auto;
    padding-top: 0px;
    position: relative;
    margin-top: 0;
}

.footer_main_form {
    position: static;
    top: 0%;
    transform: translateY(-0%);
}
img.formbg {
    display: none;
}
.subscribe_youtube_r {
    padding-top: 15px;
}
.footer {
        padding-top: 50px;
        background-color: #eedbfd;
    }
.footer_main_form_l {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
}
.footer_main_form_l h2 {
        margin-bottom: 20px;
        font-size: 36px;
    }
.footer_main_form_r h2 {
        margin-bottom: 20px;
        font-size: 36px;
    }
.footer_main {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}
.footer_content_in:before,
.footer_content_in:after,
.footer_content:before
{
    display: none;
}
.footer_content_in {
    flex-direction: column;
    width: 100%;
    padding: 45px 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 120px;
    position: relative;
    gap: 20px;
}
.footer_content1 {
        width: 100%;
    }
.footer_content3 {
        text-align: left;
        width: initial;
        flex: 1;
    }
.footer_content3 .socials {
    justify-content: flex-start;
    margin-top: 20px;
}
.footer_copy {
    width: 100%;
    height: 80px;
    position: relative;
}
.footer_copy p {
    padding: 0px 15px;
}
.inner_page_banner {
        width: 100%;
        height: 230px;
        position: relative;
        margin-top: 0px;
    }
    .inner_page_banner_inside h1 {
    font-size: 42px;
    line-height: 1;
}
.about_content {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.about_content_in_l h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.Curriculum:before {
    content: '';
    left: 0;
    top: -16px;
    width: 100%;
    height: 18px;
}
.Curriculum_in {
    display: flex;
    width: 100%;
    padding-top: 35px;
    gap: 20px;
    flex-direction: column-reverse;
}
.Curriculum_in_r p {
    font-size: 18px;
    padding-bottom: 20px;
}
.Curriculum_in_r h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.Curriculum_in_r ul li {
    font-size: 18px;
    width: 50%;
    padding-left: 26px;
}
.Curriculum_in_r ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    top: 9px;
    left: 4px;
}
.Curriculum_in_l {
    width: 50%;
    text-align: center;
}
.Curriculum_in_l img {
    display: block;
    height: auto;
    width: auto;
    margin: auto;
    position: relative;
}
.about_content_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column;
}
.about_content_in_l {
    width: 100%;
}
.about_info {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.our_mission {
    width: 100%;
    height: auto;
    padding: 40px 0px;
}
.our_mission_cont {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 0px;
    position: relative;
    flex-direction: column;
}
.our_mission_cont:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #707070;
    margin: auto;
    top: 53%;
    transform: translateY(-50%);
}
.our_mission_cont_1 h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}
.our_mission_cont_1 ul li {
    font-size: 18px;
}
.our_mission_cont_1 ul li:before {
    content: '';
    width: 12px;
    height: 12px;
}
.our_mission_cont_1 ul {
    gap: 20px;
    flex-direction: column;
    padding-left: 15px;
}
.our_mission_cont .our_mission_cont_1:last-child ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    top: 5px;
    left: 6px;
}
.more_about_info {
    width: 100%;
    height: auto;
    padding: 40px 0px;
}
.more_about_info_i {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 0px;
    gap: 30px;
    flex-direction: column;
}
.more_about_info_text h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}
.more_about_info_text ul li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
}
.more_about_info_text ul {
    gap: 20px;
}
.more_about_info_img img {
    padding: 0px 30px;
}
.more_about_info_i:last-child {
    padding-top: 40px;
    flex-direction: column-reverse;
}
.testimonials .wrapper:before,
.testimonials .wrapper:after
{
    display: none;
}


}