/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Template: wp-bootstrap-starter
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tags: blog,custom-menu,featured-images,threaded-comments,translation-ready,right-sidebar,custom-background,e-commerce,theme-options,sticky-post,full-width-template
Version: 3.3.6.1726551085
Updated: 2024-09-17 05:31:25

*/
 @import url('https://fonts.cdnfonts.com/css/kindness-teacher');
 
@import url("style-2.css");

 

@font-face {
    font-family: 'Euclid Circular A';
    src: url('font/EuclidCircularA-Medium.woff2') format('woff2'),
        url('font/EuclidCircularA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('font/EuclidCircularA-Regular.woff2') format('woff2'),
        url('font/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body{
	background-color: #ffffff;
	font-family: 'Euclid Circular A';
	overflow-x: hidden;
}

body p{
		     font-family: 'Euclid Circular A';
		  font-size: 14px;
		  line-height: 26px;
		  color: #222222;
		  font-weight: 400;
}

body a{
	text-decoration:none !important;
}

h1,h2,h3,h4,h5,h6 {
 font-family: 'Kindness Teacher', sans-serif;
	font-weight: 400;
}

.mobshow{
	display:none !important;
}


/**************** Tab responsive Start *********************/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%!important;}
.deskshow {display:none!important ;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}

	.ipad-50 {
    width: 50% !important;
    margin-bottom: 30px;
}
	/************** header responsive start	 *************/

.navbar-brand img {
    max-width: 176px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: -12px;
    top: -52px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background: #00000000;
    border-radius: 35px;
    line-height: 40px;
    height: 40px;
    text-align: -webkit-right;
    user-select: none;
    -webkit-tap-highlight-color: #0000;
    outline: none;
    white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
		width: 33px;
		height: 2px;
		background-color: #0a3b7f;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
			width: 33px;
			height: 2px;
			background-color: #0a3b80;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
			width: 33px;
			height: 2px;
			background-color: #0a3b7e;
}
	
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #0a3b7e;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff57;
        padding: 7px 0;
    }
	
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
       font-family: 'Euclid Circular A';
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
		display:none !important;
}
	
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

	
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

	
/************** header responsive End	 *************/	
	
	header#masthead {
    margin-bottom: 0;
    background-color: #24267100 !important;
    box-shadow: none;
    padding: 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
    padding-bottom: 30px !important;
    background-size: cover !important;
}
	
.home div#content {
    margin-top: 0px !important;
}
	
.home .entry-content{
	margin:0;
}
	
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}
	
/* Home Page start */

body .web-banner {
    margin-top: -63px;
}

body .title.choose-title {
    padding-top: 0;
}

body .title h2 {
    font-size: 24px;
}

body .thums-up {
    flex-direction: row;
    padding-top: 0;
}

body .about-school {
    background-size: cover;
    margin-top: 0 !important;
}

body .our-program {
    margin-top: 50px;
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 15px;
}

body .inner-news ul {
    flex-direction: column;
}

body .inner-news ul li {
    width: 100%;
}

body .latest-news {
    padding-bottom: 40px;
}

body .galary {
    background-size: contain;
    padding-bottom: 180px;
}

body .inner-news:after {
    width: 80%;
    height: 275px;
    border-radius: 24px;
}

body .footer-links ul {
    flex-direction: column;
    align-items: start;
    row-gap: 25px;
}


body .footer-form p {
    margin-bottom: 0;
}

body .f-form-title {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 25px;
}

body footer#colophon {
    background-size: contain;
    background-color: #ffaa3c !important;
    padding-top: 50px;
}
body footer:before {
    top: 116px;
    right: 24px;
}

body footer:after {
    width: 100px;
    background-size: contain;
    top: 274px;
    left: calc(50% - 50px);
}

body .school-massage:after {
    top: 135px;
    left: calc(50% - 60px);
    width: 120px;
}

body p.inner-massage {
    padding-top: 94px;
}

body .school-massage {
    margin-top: 0;
}

body .main-massage {
    padding-top: 50px;
}

body .news:after {
    width: 100px;
    background-size: contain;
    left: 3px;
    z-index: -1;
}

body .news:before {
    width: 100px;
    background-size: contain;
    right: 11px;
}

body .our-program:after {
    width: 50px;
    top: 132px;
}

body .our-program:before {
    width: 65px;
    background-size: contain;
    top: 130px;
}

body .home-boxces:before {
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: -464px !important;
}
	
body .g-three:after {display: none;}

 body .top-header {
    padding: 0;
    border: none;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}

	
body .about-object:before {
    background-size: cover;
    height: 100px;
    bottom: -49px;
}
body #content.site-content {
    padding: 0;
}
	
	
	body	.contact-box {
    background-color: #fff6e8;
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #ffaa3c;
    gap: 0;
    margin-top: 40px;
}
	
	
}
/**************** Tab responsive End *********************/



/**************** Mobile responsive Start *********************/

@media only screen and (min-width: 320px) and (max-width: 767px){
.deskshow {display:none!important;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}

/************** header responsive start	 *************/
	
.navbar-brand img {
    max-width: 176px !important;
    margin-left: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: -12px;
    top: -52px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background: #00000000;
    border-radius: 35px;
    line-height: 40px;
    height: 40px;
    text-align: -webkit-right;
    user-select: none;
    -webkit-tap-highlight-color: #0000;
    outline: none;
    white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
		width: 33px;
		height: 2px;
		background-color: #093a7e;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
			width: 33px;
			height: 2px;
			background-color: #0a3a81;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
			width: 33px;
			height: 2px;
			background-color: #0a3a7c;
}
	
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #0a3a7a;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff75;
        padding: 7px 0;
    }
	
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
       font-family: 'Euclid Circular A';
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
		display:none !important;
}
	
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

	
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

	
/************** header responsive End	 *************/	
	
	header#masthead {
    margin-bottom: 0;
    background-color: #24267100 !important;
    box-shadow: none;
    padding: 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
    padding-bottom: 10px !important;
    background-size: cover !important;
}
	
.home div#content {
    margin-top: 0px !important;
}
	
.home .entry-content{
	margin:0;
}
	
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}
	
/* Home Page start */

body .web-banner {
    margin-top: -30px;
}

body .title.choose-title {
    padding-top: 0;
}

body .title h2 {
    font-size: 24px;
}

body .thums-up {
    flex-direction: column;
}

body .about-school {
    background-size: cover;
    margin-top: 0 !important;
}

body .our-program {
    margin-top: 50px;
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 15px;
}

body .inner-news ul {
    flex-direction: column;
}

body .inner-news ul li {
    width: 100%;
}

body .latest-news {
    padding-bottom: 40px;
}

body .galary {
    background-size: cover;
    padding-bottom: 0;
}

body .inner-news:after {
    width: 80%;
    height: 275px;
    border-radius: 24px;
}

body .footer-links ul {
    flex-direction: column;
    align-items: start;
    row-gap: 25px;
}


body .footer-form p {
    margin-bottom: 0;
}

body .f-form-title {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 25px;
}

body footer#colophon {
    background-size: contain;
    background-color: #ffaa3c !important;
    padding-top: 50px;
}
body footer:before {
    top: 116px;
    right: 24px;
}

body footer:after {
    width: 100px;
    background-size: contain;
    top: 274px;
    left: calc(50% - 50px);
}

body .school-massage:after {
    top: 135px;
    left: calc(50% - 60px);
    width: 120px;
}

body p.inner-massage {
    padding-top: 94px;
}

body .school-massage {
    margin-top: 0;
}

body .main-massage {
    padding-top: 50px;
}

body .news:after {
    width: 100px;
    background-size: contain;
    left: 3px;
    z-index: -1;
}

body .news:before {
    width: 100px;
    background-size: contain;
    right: 11px;
}

body .our-program:after {
    width: 50px;
    top: 132px;
}

body .our-program:before {
    width: 65px;
    background-size: contain;
    top: 130px;
}

body .home-boxces:before {
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: -464px !important;
}
	
body .g-three:after {display: none;}

 body .top-header {
    padding: 0;
    border: none;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}
body .thum-img img {
    width: 100%;
}
#content.site-content {
    padding: 0;
}

section.main-tittle h1 {
    font-size: 30px !important;
}

body .inner-title {
    font-size: 24px;
}

body .about-object:before {
    background-size: cover;
    bottom: -30px;
    height: 100px;
}

body .about-object {
    margin-bottom: 70px;
}
	
body .whoose-box {
    min-height: auto;
    padding: 40px 10px;
}
	
body	.contact-page-sction {
    padding-top: 20px;
}
	
body	.contact-box {
    background-color: #fff6e8;
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #ffaa3c;
    gap: 0;
    margin-top: 40px;
}
 
	
body .elements-1:after {
    right: 0;
}
	
}
/**************** Mobile responsive End *********************/





/**************** Start Header menu  ********************/

header#masthead {
    margin-bottom: 0;
    background-color: #00000000;
    box-shadow: none;
    padding: 0px 0px;
    position: relative;
    z-index: 99;
    /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 12%), inset 0 -1px 0 rgba(0, 0, 0, .1); */
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/header-top-shape.png);
    background-position: center;
    background-size: contain;
    padding-bottom: 48px;
    background-repeat: no-repeat;
}

header#masthead.sticky {
    background-color: #2e3180;
}


.navbar-brand img {
    max-width: 100%;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    padding-bottom: 7px;
    padding-top: 7px;
}


div#mega-menu-wrap-primary {
    background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #000000 !important;
    font-weight: 400;
    font-family: 'Euclid Circular A';
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding-right: 14px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 400;
    color: #000000;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
	background-color: transparent;
	color: #221845;
	font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: transparent !important;
        color: #ffffff;
          font-family: 'Euclid Circular A';
        font-weight: 400;
        text-decoration: none;
        border-color: #fff;
    }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        background: transparent;
        font-weight: 400;
        font-family: 'Euclid Circular A';
        text-decoration: none;
        border-color: #fff;
        color: #000000;
    }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background-color: transparent;
    color: #ffffff;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 286px;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #ffaa3c;
    border-radius: 0;
    top: 34px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #eeee;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
   	   font-family: 'Euclid Circular A';
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align:top;
    display: block;
    border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #87477a;
    border: 0;
    position: absolute;
    min-width: 735px;
    padding: 15px;
    left: 0px;
    box-shadow: 0 0px 5px 2px rgba(64, 60, 67, .16);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: transparent;
    color: #fff;
       font-family: 'Euclid Circular A';
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    transition: 0.6s ease all;
    border-bottom: 1px solid #ffffff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
    border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
      transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
	
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
        width: 49%;
        margin-left: 5px;
    }

    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:hover li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link {
	color: #fff;
	font-weight: 400;
/* 	background-color:#190f17; */
	     font-family: 'Euclid Circular A';
	transition: all .5s ease-in-out;
	
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background: #0a3a7a;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
a {
    color: #ff1276;
}

nav.navbar.navbar-expand-xl.p-0 {
    justify-content: center;
}
.logos {
    text-align: center;
}



.header-location {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.header-location img {
    width: 44px;
}

 
.inner-location span {
    display: block;
    font-size: 14px;
}

.inner-location a {
    font-size: 14px;
    color: #000;
}

a.locate {
    max-width: 222px !important;
    display: inline-block;
}

.header-location.numbers {
    justify-content: right;
}

.header-location.numbers .inner-number {
    text-align: right !important;
}

.header-location.numbers span {
    text-align: right;
}
.top-header {
    padding: 10px 0px;
    border-bottom: 1px solid #ffaa3c;
    margin-bottom: 10px;
}

.top-header .row {
    align-items: center;
}

/*************** End Header menu  ************/


/* sticky header css start */

.sticky {
  position: sticky!important;
  top: 0;
  width: 100%;
  z-index: 99!important;
  transition:all 0.6s ease-in-out;
  animation:smothScroll 1s forwards;
}
@keyframes smothScroll{
	0%{
		transform:translateY(-40px);
	}
	100%{
		transform:translateY(0px);
	}
}
.sticky + .site-content {
  padding-top: 102px;
}

/* sticky header css End */


/* 	Main Header start */
	
.navbar-brand {
    max-width: 220px;
}


	
	
/* mian header end */	
	
	

/* ++++++++++
===================== 
Home page Start 
===================== 
++++++++++++  */
 

a.banner img {
    width: 100% !important;
}
.web-banner {
    margin-top: -105px;
}
 
.choose-title h2 {
    max-width: 673px !important;
    margin: auto;
    padding-bottom: 0;
}

.title.choose-title {
    text-align: center;
    padding-top: 80px;
}
  .box-img img {
    transition: 0.4s;
}

.box-one:hover img {
    transform: scale(1.1);
}

.box-one {
    text-align: center;
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/box-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 10px 70px;
	transition:0.4s;
}
.box-two{
	    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/box-2.png) !important;
}
.box-three{
	background-image:url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/box-3.png)!important;
}
.box-for{
background-image:url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/box-4.png)!important;	
}
.box-five{
background-image:url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/box-5.png)!important;	
}
.box-one h3 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.home-boxces {
 position:relative;
 padding-bottom: 50px;
}

.home-boxces:after{
	position:absolute;
	content:'';
	background-image:url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/box-arrow.png);
	width: 100px;
	height: 112px;
	left: -40px;
	top: -60px;
	background-repeat: no-repeat;
	z-index: 9;
}

.home-boxces:before{
	position:absolute;
	content:'';
	background-image:url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/box-cricle.png);
	width: 100px;
	height: 86px;
	right: -70px;
	bottom: -335px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
 

.title h2 {
    font-size: 54px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 440px;
    color: #ffaa3c;
}

.title p {
    margin-bottom: 0;
    font-size: 24px;
    color: #0a3a7a;
    font-family: 'Kindness Teacher', sans-serif;
}
 .highlight {
    color: #ffaa3c;
    font-weight: 500;
    font-size: 14px;
}

.about-school {
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/about-img.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 360px !important;
}
.thums-up {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 30px;
    border-top: 1px solid #fff6e8;
    padding-top: 30px;
}
 

.thum-img img {
    width: 231px;
}
.thums-up p.highlight {
    font-weight: 400;
    font-family: 'Kindness Teacher', sans-serif;
    font-size: 18px;
}
 
.read-btn a {
    font-size: 20px;
    font-family: 'Kindness Teacher', sans-serif;
    color: #ffaa3c;
    border: 2px solid #ffaa3c;
    display: inline-block;
    border-radius: 30px;
    padding: 8px 50px;
	transition:0.4s;
}
 .read-btn a:hover {
    background: #fff6e8;
}

.right-about .wpb_text_column.wpb_content_element {
    margin-bottom: 30px;
}

.program-title h2 {
    max-width: 100%;
}

.program-title {
    text-align: center;
}

.our-program {
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/program-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 100px;
    margin-top: 100px;
    padding-bottom: 100px;
}
.class-name {
    text-align: center;
    z-index: 9;
    position: relative;
}

.class-name h3 {
    margin-top: 0;
    text-align: center;
    background: #cda2d0;
    font-size: 24px;
    border-radius: 24px;
    padding: 11px 72px;
    color: #fff;
    max-width: 220px;
    margin: auto;
}

.class-img {
    margin-top: -26px;
}

.readmore-btn {
    text-align: right;
    margin-top: -15px;
    padding: 0px 10px;
}

.readmore-btn a {
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Kindness Teacher', sans-serif;
    color: #cda2d0;
}

.class-img img {
    width: 100%;
}

p.about-class {
    text-align: center;
    margin-top: 20px;
    padding: 0px 10px;
}

.readmore-btn img {top: -7px;animation: mymove 1s infinite;position: relative;animation-timing-function: linear;animation-direction: alternate;}

.lkg h3 {
    background: #fc5375;
}


.ukg h3 {
    background: #6eb2fb;
}

.lkg .readmore-btn a {
    color: #fd5b7b;
}

.ukg .readmore-btn a {
    color: #6fb3fb;
}

.our-program:after {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/boy-1.png);
    width: 120px;
    height: 170px;
    background-repeat: no-repeat;
    left: 35px;
    top: 144px;
    background-size: contain;
}
.our-program:before {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/boy-2.png);
    width: 120px;
    height: 170px;
    background-repeat: no-repeat;
    right: 20px;
    top: 151px;
    background-position: right top;
}
 

.inner-news ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    row-gap: 20px;
    column-gap: 30px;
}

.inner-news img {
    width: 25px;
}

.inner-news ul li {
    width: calc(50% - 15px);
    border: 1px solid #ffaa3c;
    border-radius: 24px;
    padding: 11px 10px 11px 20px;
    background: #fff;
	transition:0.4s;
}
 
.inner-news ul li:hover {
    background: #fff7ea;
}

.inner-news ul a {
    display: flex;
    column-gap: 10px;
    align-items: center;
    color: #000;
}

.latest-news {
    padding: 40px 0px 70px;
}
.inner-news{
	position:relative;
}
.inner-news:after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: -1;
    width: 793px;
    height: 265px;
    border-radius: 133px;
    background-color: #fff6e8;
}
.news {
    position: relative;
}

.news:before {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/love.png);
    background-position: right top;
    width: 220px;
    height: 150px;
    background-repeat: no-repeat;
    right: -93px;
    top: 74px;
}

.news:after {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/line-1.png);
    left: -71px;
    top: 62px;
    height: 161px;
    width: 150px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.galary {
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/galary-bg-e1747300754857.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 300px;
}
 
.g-one {
    position: relative;
}

.g-one:after {
    position: absolute;
    content: '';
    top: -10px;
    left: -95px;
    width: 78px;
    height: 150px;
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/g-icon-1.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
}

.g-for {
    position: relative;
}

.g-for:after {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/g-icon-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -121px;
    width: 148px;
    height: 190px;
    top: -36px;
}

.g-three {
    position: relative;
}

.g-three:after {position: absolute;content: '';background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/g-icon-5.png);background-repeat: no-repeat;background-size: contain;top: -102px;width: 266px;height: 156px;background-position: right;left: 204px;z-index: -1;}

.g-two {
    position: relative;
}

.g-two:after {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/g-icon-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -58px;
    width: 84px;
    height: 87px;
    bottom: -58px;
}

.g-two:before {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/g-icon-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -64px;
    width: 86px;
    height: 68px;
    right: -44px;
}
.g-six {
    position: relative;
}

.g-six:after {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/g-icon-6.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -123px;
    width: 116px;
    height: 282px;
    top: -81px;
}
 .g-title {
    margin-bottom: 30px !important;
}
 

.teacher-name p {
    margin-bottom: 10px;
    font-size: 19px;
}

.teacher-name h3 {
    margin-top: 0;
    font-size: 30px;
}

.school-massage {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background: #fff6e8;
    border-radius: 50px;
    padding: 25px 30px;
    margin-top: 170px;
    position: relative;
}

p.inner-massage {
    font-size: 12px;
}

.school-massage:after {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/left-arrow.png);
    right: 0;
    top: -95px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 121px;
    height: 135px;
}
.main-massage {
    padding: 80px  0px 0px;
}
 
/* ======== About Us Page strat here ========== */

.home section.main-tittle {
    display: none;
}

section.main-tittle {
    background: #1c3f82;
    padding: 60px 0px 20px;
    margin-top: -40px;
	margin-bottom:50px;
}

section.main-tittle h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    font-size: 54px;
    color: #fff;
    text-transform: capitalize;
}

.inner-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
	line-height:normal;
}

ul.objective {
    list-style: none;
}

ul.objective li {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}

ul.objective li:after {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/graduation-hat.png);
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    left: -40px;
    top: -5px;
}

 

body table#tablepress-1 tr.row-1 {
    background: #1c3f82 !important;
}

body .tablepress>:where(thead,tfoot)>tr>* {
    background: transparent;
    color: #fff;
}

body .tablepress thead .dt-orderable-asc:hover, .tablepress thead .dt-orderable-desc:hover, .tablepress thead .dt-ordering-asc, .tablepress thead .dt-ordering-desc {
    background: transparent;
    color: #fff;
}

body .tablepress td {
    font-family: 'Euclid Circular A';
}

.about-object {
    margin: 20px 0px 110px;
    background: #fff6e8;
    padding: 60px 10px 0px;
    overflow: visible !IMPORTANT;
    background: linear-gradient(180deg, white, #fff6e8 80%);
}
 .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{
	 background-color:#fff6e8 !important;
}

.about-object:before {
    position: absolute;
    content: '';
    bottom: -165px;
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/header-top-shape.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    left: 0;
}
 
/* ================= why Choose Pages Strat Here ================ */

.whoose-box {
    text-align: center;
    padding: 20px 10px;
    border-radius: 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    min-height: 341px;
    transition: 0.4s;
}

.whoose-box h3 {
    font-size: 22px;
}

.choose-img {
    max-width: 80px;
    margin: auto;
    transition: 0.4s;
}


.whoose-box:hover {
    margin-top: -10px;
}

.inner-activities h3 {
    padding: 10px 10px;
    background: #1c3f82;
}

 .inner-activities  img {
    border-radius: 50px;
}

.round-img img {
    border-radius: 30px;
}

.top-space {margin-top: 20px;margin-bottom: 50px !important;text-transform: capitalize;}

.bottom-space {
    margin-bottom: 50px;
}


.nursery h3 {
    padding: 10px;
}

.elements-1 {
    position: relative;
}

.elements-1:after {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/g-icon-5.png);
    background-size: contain;
    width: 200px;
    height: 200px;
    right: -105px;
    z-index: -1;
    top: -109px;
    background-repeat: no-repeat;
}

.elements-2 {
    position: relative;
}

.elements-2:after {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/boy-1.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}

.elements-2:before {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/boy-2.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
}

.elements-3{
	position:relative;
}

.elements-3:before {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/g-icon-3.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
}

.elements-3:after {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/g-icon-6.png);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -71px;
    top: 0;
    z-index: -1;
}























/* ================== Footer start here ========= */
 footer#colophon {
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
    position:relative;
    margin-top: 60px;
}
 
footer:after {
    position: absolute;
    content: '';
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/frame-2.png);
    left: 14px;
    top: 142px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
}

footer:before {
    position: absolute;
    content: '';
    right: 60px;
    top: 173px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url(https://afschoolhqwacunit.com/wp-content/uploads/2025/05/shape-1.png);
}
.footer-links ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-links ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
 
.f-inner-links span {
    display: block;
    font-size: 12px;
}
 
.footer-number a {
    font-size: 18px;
}

a.mail {
    font-size: 16px;
}

a.add {
    font-size: 15px;
}
 .f-inner-links a {
    color: #fff !important;
    font-family: 'Kindness Teacher', sans-serif;
}

.f-inner-links {
    color: #fff;
}
.inner-f-menu ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
 

.f-menu h3 {
    font-size: 32px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}

.inner-f-menu li a {
    font-size: 16px;
    color: #fff !important;
}
.inner-f-menu img {
    width: 40px;
    animation: mymove 1s infinite;
    position: relative;
    animation-timing-function: linear;
    animation-direction: alternate;
    display: inline-block;
    margin-right: 10px;
}

.inner-f-menu li {
    width: 50%;
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: relative;
    z-index: 1;
} 

.f-form-title h3 {
    font-size: 32px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

.f-form-title p {
    font-size: 14px;
    color: #fff;
}

.home-input {
    border-radius: 30px;
    height: 45px;
    display: inline-block;
    font-size: 12px;
    color: #000;
    padding: 10px 15px;
    margin-bottom: 10px !important;
}

 
.contact-now {
    border-radius: 30px;
    width: 100%;
    height: 45px;
    border: 2px solid #fff;
    background: transparent;
    font-size: 12px;
    text-transform: uppercase;
}
 iframe.footer-map {
    border-radius: 30px;
}

.copy-right p {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.copy-right {
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

@keyframes mymove {
  0% {left:0;}
  
  100% {left: 10px;}
}
body .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
    border: 1px solid #fff;
}

::placeholder{
	color:#000!important;
}

/* Contact Page Start */

.contact-box {
    background-color: #fff6e8;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #ffaa3c;
    gap: 0;
}

.contact-box p {
    margin-bottom: 7px;
    font-size: 24px;
    color: rgb(10, 58, 122);
    font-family: "Kindness Teacher", sans-serif;
}


.cpntact-form {
    background-color: #ffaa3c;
    padding: 30px 10px;
    text-align: center;
    border-radius: 30px;
}

iframe.cpage-map {
    border-radius: 30px;
    border: 2px solid #eee;
}

.contact-box a.icon {
    margin-top: -62px;
	    display: block;
}

a.cpagemail {
    font-family: 'Euclid Circular A';
    font-size: 15px;
    color: #222;
}

a.cpage-location-text {
    font-family: 'Euclid Circular A';
    font-size: 15px;
    color: #222;
    text-align: center;
    display: block;
}

a.number {font-family: 'Euclid Circular A';font-size: 21px;color: #222;}

.cpntact-form .f-form-title {
    padding-bottom: 20px;
}

.contact-page-sction {
    padding-top: 80px;
}