@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
h1, h2, h3, h4, h5, h6 {
    font-family: "Adesso Bold" !important;
}
p, section ul li {
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	font-family: "AdessoW00-Regular";
	letter-spacing: 1px;	
}
* { 
	box-sizing: border-box;
	margin: 0;
	padding: 0;
 }
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
/*Fonts*/
.adesso-bold {
	font-family: "Adesso Bold" !important;
}
.adesso-font {
	font-family: "AdessoW00-Regular";
}
.font18 {
	font-size: 18px;
    line-height: 20px;
}
.font20 {
	font-size: 20px; line-height: 1.4;
}
.font-weight-700 { font-weight: 700; }

/*Colors*/
.orange-bg {
	background-color: #F08300;
}
.yellow-bg {
	background-color: #FFDF30;
}
.light_green_bg {
	background-color: #DCDB00;
}
.purple-bg-dark {
	background-color: #5D388E !important;
}
.text-purple {
	color: #5D388E !important;
}
.text-blue {
	color: #7580BE !important;
}

.text-purple a {
	color: #5D388E !important;
	display: inline-block;
    border-bottom: 1px solid;
    transition: all 0.3s;
}
.text-purple a:hover { color:#000 !important }
.text-purple-light {
	color: #A752A9 !important;
}
.purple-bg {
	background-color: #A752A9 !important;
}
.blue-bg {
	background-color: #586AB2 !important;
}
.light-blue-bg {
	background-color: #989FD0 !important;
}

/*Sizes*/
.section_title_md {
	font-size: 35px;
	line-height: 40px;
	letter-spacing: -0.04em;
}


/*welcome section*/
.white_cloud {
	position: relative;
}
.white_cloud:before {
	content: '';
	background-image: url(../images/cloud-left.svg);
	width: 200px;
	height: 150px;
	display: inline-block;
    position: absolute;
    top: 20px;
    left: -90px;
    background-repeat: no-repeat;
    background-size: contain;
}
.text-italic {
	font-style: italic;
}
/* section#tuition_TDSection_135 .bab-sub-title {
    text-transform: uppercase;
} */
section#tuition_TDSection_135 .schedule_flower_left:before {
    background-image: url(https://www.bubblesacademy.com/wp-content/uploads/2023/03/schedule-left.svg);
    width: 700px;
    height: 700px;
    bottom: -150px;
    left: -350px;
}
section#tuition_ADSection_135 .container {
    padding: 100px 0;
}
section#tuition_TDSection_135 .schedule_flower_left:after {
    background-image: url(https://www.bubblesacademy.com/wp-content/uploads/2023/03/schedule-right.svg);
    width: 650px;
    height: 650px;
    bottom: -150px;
    right: -350px;
}
.white_cloud.tuition_yellow:before {
    background-image: url(../images/yellow-cloud-left.svg);
    left: -100px;
    top: unset;
    bottom: 20px;
    width: 300px;
    height: 200px;
}
.white_cloud.tuition_yellow:after {
	background-image: url(../images/yellow-cloud-right.svg);
	top: -90px;
    right: -15px;
	z-index:-1;
}
.outer-border-radius-30 {
	border-radius: 30px;
}
.schedule_time {
    min-height: 80px;
}
.white_cloud:after {
	content: '';
	background-image: url(../images/cloud-right.svg);
	width: 260px;
	height: 160px;
	display: inline-block;
    position: absolute;
    top: 50px;
    right: -120px;
    background-repeat: no-repeat;
    background-size: contain;
}
.section_i_tuition .white_cloud.tuition_yellow.move_bottom:after {
	display: none;
}
.section_x_preschool {
	position: relative;
}
.section_x_preschool:before {
	top: unset;
    bottom: 50px;
    left: -60px;
    width: 235px;
}
.section_border_bottom {
	border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}


/* Section 2 */
.yellow_flower {
	position: relative;
}
.yellow_flower:before {
	content: '';
	background-image: url(../images/yellow-flower.svg);
	width: 200px;
	height: 300px;
	display: inline-block;
	position: absolute;
	bottom: 36px;
	left: -130px;
	background-repeat: no-repeat;
	background-size: contain;
}


/* Section 3 */
.padding_top_bottom {
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 2;
	position: relative;
}
.outer-border-radius { border-radius: 30px; }
.yellow_flower_right:before {
	content: '';
	background-image: url(../images/yellow-flower-2.svg);
	width: 200px;
	height: 300px;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: -105px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.yellow_flower_right.white_flower_right:before {
	background-image: url(https://www.bubblesacademy.com/wp-content/uploads/2023/04/white-flower-1.svg);
	background-position: bottom;
	bottom: -15px;
	right: -50px;
	height: 100%;
}
.older-twos-sec3 p a, .section_ii_tuition .padding_top_bottom a {
	color: #5D388E;
	display: inline-block;
    border-bottom: 1px solid;
    transition: all 0.3s;
}
.section_ii_tuition .padding_top_bottom a { 
	color: #fff 
}
.older-twos-sec3 p a:hover, .section_ii_tuition .padding_top_bottom a:hover { color: #000; }



/* Section 4 */
.schedule_flower_left:before,
.schedule_flower_left:after {
	content: '';
	display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 1;
    opacity: 0.5;
}
.schedule_flower_left:before {	
	background-image: url(../images/schedule-left.svg);
	width: 600px;
	height: 600px;    
    bottom: -150px;
    left: -350px;
    
}
.schedule_flower_left:after {	
	background-image: url(../images/schedule-right.svg);
	width: 500px;
	height: 500px;    
    bottom: -150px;
    right: -350px;
    
}

.white_cloud.yello_cloud:before {
	background-image: url(../images/yellow-cloud-left.svg);
	z-index: -1;
    left: -160px;
}
.white_cloud.yello_cloud:after {
	background-image: url(../images/yellow-cloud-right.svg);
	z-index: -1;
    right: -210px;
    top: 50%;
}
.row, .row .div {
	position: relative; z-index: 9;
}

/*Tition*/
.section_ii_tuition table tr, .section_ii_tuition table td {
	vertical-align: middle;
	font-size: 18px;
}
.signle_flower_left {
	position: absolute;
	z-index: -1;
    left: -200px;
    top: 80px;
    width: 300px;
    height: 770px;
    object-fit: contain;
    opacity: 0.3;
}
.yellow_flower.move_vector_right:before {
	left: unset;
	right: -130px;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph; /*IE*/
	filter: fliph; /*IE*/
}
.section_iv_tuition:before {
	content: '';
	position: absolute; top:50%; left: -110px;
	background-image: url(../images/tiution-yellow-flower.svg);
	display: inline-block;	
	transform: translateY(-50%);
	width: 280px; height: 400px;
	background-repeat: no-repeat; background-size: contain; background-position: bottom;
}
/*ART*/
.section_i_art .white_cloud.tuition_yellow:after {
	display: none;
}
.section_ii_art .milestones-img {
	width: 120px;
}
.section_ii_art strong {
	font-family: "Adesso Bold";
}
.section_ii_art .signle_flower_left { filter: brightness(0) invert(1); }
.section_ii_art .schedule_flower_left:before { display:none; }
.section_ii_art .schedule_flower_left:after {
	background-image: url(../images/schedule-right-purple.svg);
	right: -230px;
}
.section_ii_art .ba-btn {
	width: 100%;
    max-width: 700px;
}
.yellow_flower.yellow_flower_art:before {
	background-image: url(../images/yellow-flower-art.svg);
	left: -80px;
    right: unset;
}
.section_v_art .yellow_flower.move_vector_right:before {
	background-image: url(../images/Process.svg);
	transform: scale(1);
	right: -100px;
}



/*Preschool*/
.ba_slider_outer.white_cloud.tuition_yellow:after {
	display: none;
}
.section_ii_preschool .yellow_flower_right.white_flower_right:before {
	background-image: url(../images/Preschool.svg);
	height: 100%; width: 220px; right: -130px; bottom: 12px;
}
.section_iv_preschool .yellow_flower.blue_flower3:before {
	background-image: url(../images/blue-3.svg);
	width: 230px; height: 100%;
	top: 80px; 	left: -150px;
}
.inline_section_bottom_left {
	position: absolute;
	bottom: -70px;
	left: -50px;
	z-index: -1;
	width: 300px;
}
.section_vi_preschool .inline_section_bottom_left {
	width: 150px;
	left: 0;
	bottom: 0;
}
.inline_section_bottom_right {
	position: absolute;
    width: 300px;
    right: 0;
    bottom: -40px;
}
.section_v_preschool .white_cloud.tuition_yellow:before {
	bottom: 0;
    top: unset;
}
.slider_flower_right {
	position: absolute;
	width: 200px;
	right: -60px;
	bottom: 30px;
}
.slider_flower_right_2 {
	position: absolute;
	width: 200px;
	right: -140px;
	bottom: 30px;
}
.schedule_time_box {
	height: auto;
    min-height: 150px;
}
.flower_flip_images {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

/*section_xii_preschool*/
.reviews_quote:before, .reviews_quote:after {
	content: '';
	position: absolute; top:15%; left: -40px;	
	background-image: url(../images/quote_left.svg);
	display: inline-block;
	width: 80px; height: 80px;
	background-repeat: no-repeat; background-size: contain; background-position: center;	
}
.reviews_quote:after {
	top: unset;	
	left: unset;
	bottom: 15%;
	right: -40px;
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.section_xii_preschool.section_ii_preschool .yellow_flower_right.white_flower_right:before {
	right: -50px; bottom: 0;
}
.reviews_quote .owl-nav {
	display: flex;
    justify-content: space-between;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
}
.reviews_quote .owl-nav i { font-weight: 900; font-size: 60px; color: #5D388E; }
.section_xiii_preschool .white_cloud.tuition_yellow:after {
	bottom: 200px; right: -180px; top: unset;
}
.flower_left_on_container {
	position: absolute; bottom: 50px; left: -157px; width: 230px;
}
.section_xv_preschool .col-lg-4 > div {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.section_xv_preschool .purple-bg p {
	font-family: "Adesso Bold" !important;
	color: #fff;
	margin-bottom: 18px;
	font-size: 22px;
    line-height: 142.8%;
    letter-spacing: 0.03em;
}
.left_cloud_container, .right_cloud_container {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	width: 250px !important;
	left: -170px;
	z-index: -1;
}
.right_cloud_container {
	left: unset;
	right: -170px;
}
.section_ix_preschool {
    position: relative;
    top: -10px;
    z-index: 1;
}
#tuition_EDSection_162 p strong,
#preschoolThreesProgram_section1_162 p strong,
#preschoolThreesProgram_section_162 p strong { display: inline-block; margin-bottom: 10px; }


/*Modal Box*/
#readletter { z-index:9999999; }
#readletter .modal-dialog {
	max-width: 1000px !important;
}
#readletter .btn-close {
	background-color: transparent !important;
}

/* Custom Adjustment*/
.owl-carousel.ba-bs-content .item img {
	height: 580px !important; 
	object-fit: cover;
    object-position: center;
}
.page-template-ba-front-page-php .ba-banner-section .ba-btn,
#ba_banner_section_28 .ba-btn {
	max-width: 340px;
    display: block;
	padding: 19px 20px 18px;
}
.banner_section_anchor_list {
	padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.banner_section_anchor_list li a {
    font-weight: bold;
    color: #fff;
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
}
.banner_section_anchor_list li a:hover { color: #ffdf30; }
#back-top-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
}
#back-top-btn:active, #back-top-btn:hover {
  background-color: #555;
}
#back-top-btn.show {
  opacity: 1;
  visibility: visible;
}
.art-registration-container {
  height: 500px;
  width: 100%;
  background: #F5F5F5;
  overflow-y: scroll;
}
.art-registration-container .art-registration-container-scroll {
  min-height: 650px;
}
.art-registration-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  background-color: #F7F7F7;
  border-radius: 8px;
}
.art-registration-container::-webkit-scrollbar {
  width: 8px;
  background-color: #F7F7F7;
}
.art-registration-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
                     left bottom,
                     left top,
                     color-stop(0.44, rgb(132,80,201)),
                     color-stop(0.72, rgb(132,80,201)),
                     color-stop(0.86, rgb(177,120,254)));
}
.awardsandrecognition.bba-accordion-section .accordion-container .accordion-item button:after {
	color: #5D388E !important;
}
.awardsandrecognition ul.list-unstyled li {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px !important;
}
.awardsandrecognition ul li h4 {
	width: 250px;
}
.awardsandrecognition .accordion-container a { text-decoration: underline !important; }
.awardsandrecognition ul li h4, .awardsandrecognition ul li p { margin:0px !important; }
.awardsandrecognition .white_cloud.yello_cloud:after {
	width: 200px; height: 150px;
    right: -150px; top: 15%;
}
.awardsandrecognition .accordion-container.white_cloud.yello_cloud:after {
	display: none;     
}
.awardsandrecognition .accordion-container.white_cloud.yello_cloud:before {
	top: 50%;
}
#v-recognitionSection_1210 .recog-bi-3 {
	right: 0; left: unset;
    top: 35%; bottom: unset;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    opacity: 0.2;
}


/*Blog Page*/
.bb_blog_outer .blog_box_outer img {
	border: 8px solid #A752A9;
    border-radius: 25px;
    height: 185px;
    object-fit: cover;
}
.blog_box_outer  {
	transition: all 0.3s;
}
.blog_box_outer:hover {
	transform: translateY(-10px);
}
.bb_blog_outer .white_cloud.yello_cloud:after {
	top: 200px;
}
/*Wall Of Love*/
.masonry_outer_box .outer-border-radius {
	border: 15px solid transparent;
	margin-bottom: 35px; ;
}
.masonry_outer i.fa-star{
	color: #F7A600;	
	font-size: 18px;
	margin-right: 5px;
}
.masonry_outer {
	margin-top: 80px !important;
}
.masonry_outer img.developmental-milestones2-img1 {
	position: absolute;
    top: unset; bottom: 50px;
    left: -45px; width: 250px;
    opacity: 0.2; z-index: 0;
}
.masonry_outer .developmental-milestones2-img1.make-right {
	position: absolute;
    top: 150px; left: unset;
    right: -45px; width: 250px;
    opacity: 0.2; z-index: 0;
    transform: scaleX(-1);
}
.masonry_outer .developmental-milestones2-img1.make-right2 {
	right: -150px; left: unset;
	width: 530px; height: auto;
	top: unset; bottom: 50px;
	opacity: 0.5;
}




/*More Media Slider*/
.media-slider {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.media-slider .owl-carousel {
	width: 82%;
}
.media-slider .owl-thumbs {
	width: 12%;
	overflow: hidden;
}
.media-slider .owl-thumbs {
	width: 100px;
	position: relative;
	z-index: 99;
}
.media-slider .owl-thumb-item {
	display: block;
	background: transparent !important;
    padding: 0;
	opacity: 0.5;
	margin: 0 auto 15px;
	border: none !important;
}
.media-slider .owl-thumb-item.active {
	opacity: 1;
}
.media-slider .owl-thumbs {
  white-space: nowrap;
  overflow: auto;
}
.media-slider .owl-thumbs button>img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	object-position: center;
	border-radius: 25px;
}
.media-slider .owl-nav {
	position: absolute;
	right: -16.5%;
	height: 100%;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.media-slider .owl-nav button {
	color: #fff !important;
	font-size: 20px !important;
}
.media-slider iframe { 
	border-radius:50px; 
	width: 100% !important;
	height: 500px !important;
}


/*Responsive*/ .media-slider .owl-nav
@media (max-width: 1400px) {
	section { overflow:hidden; }
}
@media (min-width: 1500px) {
	.media-slider .owl-nav { right: -17.5% }
}
@media (min-width: 1800px) {
	.media-slider .owl-nav { right: -18.5% }
}
@media (max-width: 1199px) {
	.media-slider .owl-nav { right: -16%; }
}
@media (max-width: 1024px) {
	.section_title_md { font-size: 30px; line-height: 35px; }
    .ba-header .ba-site-logo img { max-width: 56px !important; }
    .media-slider .owl-carousel { width:100%; }
}
@media (max-width: 991px) {
	.older-twos-sec2 .ba-banner-title { padding-left: 30px !important; }
	.font18 { font-size: 16px; line-height: 18px; }
	.yellow_flower:before { bottom: unset; top:0 }
	.bb_blog_outer .blog_box_outer img { height:150px; }
	.blog_box_row br { display:none; }
}
@media (max-width: 767px) {
	.white_cloud:before, .white_cloud.tuition_yellow:before { width: 100px; height: 80px; left: -25px; }
	.white_cloud.yello_cloud:before, { left:-100px; }
	.white_cloud:after { width: 160px; height: 80px; right: -90px; }
	.yellow_flower:before { width: 150px; height: 250px; left: -100px; }
	.yellow_flower_right:before, .yellow_flower_right.white_flower_right:before { width: 150px; height: 250px; right: -100px; }
	.schedule_flower_left:before { width: 400px; height: 400px; bottom: -80px; left: -250px; }
	.schedule_flower_left:after { width: 400px; height: 400px; bottom: -80px; right: -250px; }
	.white_cloud.yello_cloud:after { right:-170px; }
	.bab-title br { display:none; }
	.padding_top_bottom { padding-top:40px; padding-bottom: 40px; }
	.reviews_quote:before, .reviews_quote:after { width:50px; height:50px; left:-25px; }
	.reviews_quote:after { right:-25px; left:unset; }
	.section_xii_preschool.section_ii_preschool .yellow_flower_right.white_flower_right:before { opacity:0.6; }
	.reviews_quote .owl-nav i { font-size:40px; }
    .section_xv_preschool .col-lg-4 > div { display: block; }
    
    .section_x_preschool .slider_flower_right_2, .flower_left_on_container { width: 80px; }
    .section_x_preschool .slider_flower_right_2 { right: -25px; }
    .section_xiv_preschool .flower_left_on_container { right: -60px; }
    .ba_our_location iframe { height: 300px !important; }
    .owl-carousel.ba-bs-content .item img { height: 400px !important; }
    .page-template-ba-front-page-php .ba-banner-section .ba-btn { margin: 0 auto; }

    .media-slider .owl-carousel { width: 100%; }
    .media-slider .owl-thumbs { width: auto; margin: 0 auto; display:inline-block; }
    .media-slider .owl-thumb-item { margin:10px 10px 0; display:inline-block; }
    .media-slider .owl-thumbs button>img { width: 70px; height: 70px; }
    .media-slider .owl-nav { position:relative; top:60px; left: 0; flex-direction: row; }
    .media-slider .owl-nav button { width:50px; }
    .media-slider .owl-nav .owl-prev i { transform:rotate(-90deg); }
    .media-slider .owl-nav .owl-next i { transform:rotate(-90deg); }
    .media-slider iframe { height:400px !important; }

	/*Blog*/
	.bb_blog_outer .blog_box_outer img { height:110px; border:5px solid #A752A9; border-radius:20px; }
	.font20 { font-size:18px; }
	.bb_blog_outer .blog_box_outer p { font-size:15px; }
}

@media (max-width: 575px) {
	.section_ix_preschool .bab-sub-title { font-size:16px !important; }
	.section_xv_preschool .purple-bg p { font-size:18px !important; }
	.white_cloud:before, .white_cloud.tuition_yellow:before { top: 0; }
	.white_cloud:after, .white_cloud.tuition_yellow:after { top: unset; bottom:0px; right:-60px; }
	.white_cloud.yello_cloud:before { top:-60px; left:0 }
	.white_cloud.yello_cloud:after { right: 0; bottom: -25px; top: unset; }
	.older-twos-sec2 .ba-banner-title { padding-left:0px !important; }
	.section_ii_tuition table tr, .section_ii_tuition table td { font-size:14px; }
	.section_ii_tuition table th { width:180px; }
	.section_iv_tuition:before { top: 28% }
	.inline_section_bottom_left, .inline_section_bottom_right, .section_ii_preschool .yellow_flower_right.white_flower_right:before,
	.section_ii_preschool .yellow_flower_right.white_flower_right:before { width:200px; }
	.text-center-mobile { text-align: center !important; }
	.reviews_quote:before, .reviews_quote:after { width:25px; height:25px; left:0px; top:25%; }
	.reviews_quote:after { top: unset; right: 0px; left:unset; }
    .owl-carousel.ba-bs-content .item img { height: 300px !important; }

    .media-slider .owl-thumbs button>img { width: 40px; height: 40px; border-radius:10px; }
    .media-slider .owl-thumb-item { margin:5px 5px 0; }
    .media-slider .owl-nav { top: 40px; }
    .media-slider iframe { height: 300px !important; }
    .recog-cont { padding:40px 5px !important; }


    .bb_blog_outer .blog_box_outer img { height:auto; }
}
