


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
 height: 100%;
 font-family: 'Poppins', sans-serif;
 scroll-behavior: smooth;
 } 

body > #wrapper {height: auto; min-height: 100%; background:#fff ;
	}
body
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  /*padding-top: 80px;*/
	}
*{
	padding:0;
	margin:0;
	}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}
span{
	display: inline-block;
}
p{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #000;
	padding: 0 0 10px 0;
	font-weight: 500;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
/*	position: fixed;*/
	top:0px;
	left: 0;
	z-index: 999;
	padding: 20px 0;
	background:#ee275c;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	z-index: 999;
    position: relative;
}
header .inner_container{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
header .logo {
	width: 287px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
    margin: 0;
    
}
header .inner_container .right_text{
	font-size: 35px;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}

header .left_img{
	position: absolute;
    left: 0;
    bottom: 0;
}
header .right_img{
	position: absolute;
    right: 0;
    top: 0;
}
/*#enquiry_form {
    position: relative;
    top: -100px;
}*/
.form-group {
    margin-bottom: 15px;
}
.form_error span{
	font-size: 12px;
/*    padding: 0 0 5px 0;*/
    margin: 0 0 5px 15px;
    color: #ff4c4c;
    font-weight: 600;
}
.form-control {
    display: block;
    width: 100%;
/*    height: 34px;*/
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: none;
    background-image: none;
    border: 1px solid #c3bfbf;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.width_33{
	width: 33%;
}
.width_27{
	width: 27%;
}
.width_30{
	width: 30%;
}
.width_35{
	width: 35%;
}
.width_40{
	width: 40%;
}
.width_45{
	width: 45%;
}
.width_55{
	width: 55%;
}
.width_65{
	width: 65%;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}

/*premier_offerings*/
.premier_offerings .inner_container img{
	width: 100%;
}



.premier_offerings{
	background: #fff;
	padding: 25px 0 50px 0;
}
.premier_offerings .inner_container .inner_box {
    margin: 0 50px;
    background: #808e8f;
    padding: 20px 0 1px;
    border-radius: 20px;
}
.premier_offerings .inner_container .form_heading{
	text-align: center;
}
.premier_offerings .inner_container .form_heading span {
    font-size: 24px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.premier_offerings .inner_container .form_box{
    background: #fff;
/*    padding: 10px 30px 5px 30px;*/
    border-radius: 20px;
/*    box-shadow: 5px 6px 10px 0 #8b0ccf21;*/
    margin: 5px;
/*    border: 1px solid #8b0ccf21;*/
}
.premier_offerings .inner_container .form_box .form_heading{
    font-size: 24px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 700;
    padding: 10px 0 20px 0;
}
.premier_offerings .inner_container .form_box .form-group{
	margin: 0 0 15px 0;
}
.premier_offerings .inner_container .form_box .form-control{
	border-radius: 50px;
	color: #000;
}
.premier_offerings .inner_container .form_box .form-control::placeholder{
	color: #000;
}
.premier_offerings .inner_container .form_box .btn_2{
	font-size: 20px;
    text-transform: uppercase;
    border: none;
    outline: none;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    color: #fff;
    width: 50%;
    margin: auto 25%;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 50px;
    box-shadow: inset 0 0 30px 30px #ee275c, inset 0 0 1px 1px #000;
	background: transparent;
	transition: all 0.5s ease;
}
.premier_offerings .inner_container .form_box .btn_2:hover{
	box-shadow: inset 0 0 0px 2px #ee275c, inset 0 0 30px 30px #fff;
    background: transparent;
    color: #ee275c;
}
.premier_offerings .inner_container .form_box .form-group.mobile_wrapper{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.premier_offerings .inner_container .form_box .form-group.mobile_wrapper .number_box{
/*	width: calc(100% - 120px);*/
	width: 100%;
}
.premier_offerings .inner_container .form_box .form-group.mobile_wrapper .get_otp_btn_wrapper button{
	width: 100px;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.4em;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #8b0ccf;
}
.premier_offerings .inner_container .form_box .form-group.otp_wrapper_container{
	display: none;
}
.premier_offerings .inner_container .form_box .form-group .otp_wrapper{
	/*display: flex;
    justify-content: space-between;
    align-items: flex-end;*/
    display: block;
}
.premier_offerings .inner_container .form_box .form-group .otp_wrapper .number_box{
	width: 100%;
}
.premier_offerings .inner_container .form_box .form-group .otp_wrapper .get_otp_btn_wrapper{
	width: 100%;
	margin: 7px 0 0 0;
}
.premier_offerings .inner_container .form_box .form-group .otp_wrapper .get_otp_btn_wrapper button{
	width: 100%;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.4em;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #025ec5;
}

.captcha_numbers{
	font-size: 15px;
    font-weight: 600;
    font-style: italic;
    color: #000;
}
.submit_btn_wrapper{
/*	display: none;*/
}
.checkbox_input{
	display: flex;
	align-items: center;
	padding: 0 0 0 15px;
}
label{
    font-size: 14px;
    color: #000;
    padding: 0 10px 0 5px;
    display: inline-block;
}
#terms_n_conditions_label{
/*	position: relative;*/
	cursor: pointer;
}
#terms_n_conditions_label span.blue{
	color: #0000ff;
}
#terms_n_conditions_label .tool_tip_text{
	position: absolute;
    width: 100%;
    right: 0;
    top: 17px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    visibility: hidden;
    transition: all 0.3s;
    box-shadow: 0 0 10px -5px #444;
    margin: 10px 0 0 0;
}
#terms_n_conditions_label:hover .tool_tip_text{
	visibility: visible;
}
.premier_offerings .inner_container .heading span {
    font-size: 24px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 700;
    padding: 0 0 25px 10px;
}

.trusted_by{
/*	padding: 100px 0 0 0;*/
	background: #f06389;
}
.trusted_by .inner_container .item_box{
    text-align: center;
    padding: 20px 0;
}
.trusted_by .inner_container .heading{
	text-align: center;
}
.trusted_by .inner_container .heading span{
	font-size: 32px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 25px 0;
}
.trusted_by .inner_container .client{
	background: #fff;
}
.trusted_by .inner_container .client .info_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    padding: 40px 40px 0;
}
.trusted_by .inner_container .client .info_box .item_box{
	width: 25%;
    padding: 0 20px;
}
.trusted_by .inner_container .client .info_box .item_box img{
	width: 100%;
}


.introduction_dreamtime{
	padding: 80px 0 40px 0;
	position: relative;
}
.introduction_dreamtime .inner_container .heading{
	text-align: center;
}
.introduction_dreamtime .inner_container .heading span{
	font-size: 32px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #ed265b;
    font-weight: 700;
    padding: 0 0 10px 0;
}
.introduction_dreamtime .inner_container .title{
	text-align: center;
}
.introduction_dreamtime .inner_container .title span{
	font-size: 24px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #ed265b;
    font-weight: 700;
}
.introduction_dreamtime .inner_container .lina_text{
	padding: 60px 0 0 0;
}
.introduction_dreamtime .inner_container .lina_text span::before {
    position: absolute;
    content: url(../images/1.png);
    left: 0;
    top: 9%;
}
.introduction_dreamtime .inner_container .lina_text span::after {
    position: absolute;
    content: url(../images/2.png);
    right: 45%;
    
}
.introduction_dreamtime .inner_container .lina_text span{
	font-size: 16px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
}
.introduction_dreamtime .inner_container .lina_name{
    position: relative;
}
.introduction_dreamtime .inner_container .lina_name span{
	font-size: 21px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #ed265b;
    font-weight: 700;
    padding: 15px 0;
}
.introduction_dreamtime .inner_container .lina_name::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: calc(100% + 150px);
    height: 5px;
    background: #d9dada;
}
.introduction_dreamtime .inner_container .sub_title span {
    font-size: 21px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 700;
    padding: 15px 0;
}
.introduction_dreamtime .inner_container .item_box img{
	width: 100%;
}

.social_emotional{
	background: #fbf3f8;
	padding: 50px 0;
}
.social_emotional .inner_container .row_boxes .inner_box{
	padding: 0 50px;
}
.social_emotional .inner_container .heading span{
	font-size: 32px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #ed265b;
    font-weight: 700;
    text-transform: none;
}

.social_emotional .inner_container .title span{
	font-size: 24px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 700;
    padding: 0 0 30px 0;
}
.social_emotional .inner_container .text_box p{
	text-align: justify;
	padding: 0 0 20px 0;
}


.our_founder .item_box img{
	width: 100%;
}


.lina_ashar .inner_container .row_boxes .left_info{
	margin: -140px 0 0 0;
    background: #fff;
    padding: 30px 40px;;
}
.lina_ashar .inner_container .heading{
	text-align: center;
}
.lina_ashar .inner_container .heading span{
	font-size: 50px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #ed265b;
    font-weight: 700;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
.lina_ashar .inner_container .title{
	text-align: center;
}
.lina_ashar .inner_container .title span{
	font-size: 18px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 500;
}
.lina_ashar .inner_container .sub_title{
	text-align: center;
}
.lina_ashar .inner_container .sub_title span{
	font-size: 18px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 500;
    padding: 10px 0 0 0;
}
.lina_ashar .inner_container .text_box{
	padding: 30px 0 0 0;
}
.lina_ashar .inner_container .text_box p{
	text-align: justify;
}

.lina_ashar .inner_container .row_boxes .right_info{
	padding: 85px 0 0 0;

}
.lina_ashar .inner_container .row_boxes .row{
	border: 2px solid #939598;
    padding: 30px 5px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.lina_ashar .inner_container .row_boxes .col-sm-4{
	padding: 0;
}
.lina_ashar .inner_container .row_boxes .inner_box{
	border-right: 2px solid #939598;
}
.lina_ashar .inner_container .row_boxes .col-sm-4:nth-child(3) .inner_box {
    border: none;
}
.lina_ashar .inner_container .inner_box .title span{
	font-size: 16px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 500;
}


.our_team{
	padding: 60px 0;
	background: #ee275c;
}
.our_team .inner_container .heading{
	text-align: center;
}
.our_team .inner_container .heading span{
	font-size: 32px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-weight: 700;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
.our_team .inner_container .inner_box{
	text-align: center;
}
.our_team .inner_container .inner_box img{
	border: 3px solid #fff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}
.our_team .inner_container .inner_box .title span{
	font-size: 24px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-weight: 600;
    padding: 10px 0 5px 0;
}
.our_team .inner_container .inner_box .sub_title span{
	font-size: 18px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #fff;
}


.journey_power{
	background: #fbf3f8;
	padding: 40px 0 80px 0;
}
.journey_power .inner_container .inner_box .title{
	text-align: center;
}
.journey_power .inner_container .inner_box .title span {
    font-size: 24px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 600;
}
.journey_power .inner_container .inner_box .two_btns {
    padding: 25px 0 0 0;
}
.journey_power .inner_container .inner_box .two_btns a {
    font-size: 16px;
    color: #fff;
    padding: 10px 25px;
    background: #ee275c;
    border-radius: 50px;
    margin: 0 20px 0 0;
}
.journey_power .inner_container .inner_box .two_btns a:last-child {
    margin: 0;
}
/* hub_rendered*/
.hub_rendered img{
	width: 100%;
}
/*approach*/
.approach{
/*	background: #f3f3e5;*/
/*	background: url(../images/bg/approach-bg.webp) no-repeat;*/
	/*background-size: cover;
	padding: 80px 0;*/
}
.approach img{
	width: 100%;
}


/*section founder*/
.founder{
/*	margin: 0 0 30px 0;*/
/*	padding: 50px 0 0 0;*/
/*	background: #f3f1ea;*/
	position: relative;
}
.founder img{
	width: 100%;
}
.founder .info_box{
	padding: 40px 0 0 0;
}
.founder .heading{
	font-size: 45px;
	line-height: 1.2em;
	font-family: 'Roboto Slab', serif;
	color: #000;
	font-weight: 700;
	padding: 0 0 25px;
	text-align: center;
}
.founder .heading span.purple{
	color: #8b0ccf;
}
.founder .text_box p{
	font-size: 22px;
    line-height: 1.8em;
    padding: 0 0 15px;
    text-align: center;
}


/*input_and_output*/
.input_and_output{
	padding: 60px 0;
	text-align: center;
	background: #f8ecff;
}
.input_and_output .inner_container{
	width: 80%;
	margin: auto;
}

/*blue_band*/
.blue_band{
	background: #8b0ccf;
    padding: 0 0 30px 0;
    z-index: 2;
    position: relative;
}
.blue_band .inner_container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.blue_band .left_info{
	text-align: center;
}
.blue_band .left_text{
	color: #fff;
    font-size: 36px;
    line-height: 53px;
    font-style: italic;
    padding: 25px 0 34px 0;
}
.blue_band .right_btn{
	text-align: center;
	padding: 60px 0 0 0;
}
.blue_band .right_btn a{
	background: #fff;
    color: #000;
    font-size: 30px;
	font-family: 'Roboto Slab', serif;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 50px;
}
.blue_band .right_btn .below_txt{
	font-size: 15px;
/*    font-weight: 700;*/
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
    font-family: 'Roboto Slab', serif;
}
.blue_band .right_btn .below_txt a.enroll_now{
	background: unset;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
    font-family: 'Roboto Slab', serif;
    text-decoration: underline;
    margin: 0 0 0 20px;
}
.blue_band .right_btn a.enrol_txt{
	text-transform: uppercase;
    background: transparent;
    color: #fff;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

/*three_boxes*/
.three_boxes{
	padding: 80px 0;
/*	background: #f3f1ea;*/
}
.three_boxes .inner_container{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.three_boxes .inner_container .col-sm-4{
/*	width: ;*/
}
/*.three_boxes .inner_container::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 100px);
	background: #fff;
	border-radius: 30px;
    box-shadow: 0px 5px 0 0 #c3c3c1;
}*/
.three_boxes .info_box{
/*	padding: 0 25px 20px 25px;*/
	text-align: center;
}
.three_boxes .info_box .title{
	font-size: 31px;
    line-height: 1em;
    font-weight: 600;
    color: #8b0ccf;
    padding: 20px 0 5px;
}
.three_boxes .info_box .age_group{
	font-size: 20px;
    line-height: 1em;
	font-weight: 600;
	color: #000;
	padding: 0 0 15px;
	position: relative;
	margin: 0 0 12px 0;
}
.three_boxes .info_box .age_group::before{
	position: absolute;
    content: '';
    left: calc(50% - 20px);
    bottom: 0;
    width: 40px;
    height: 5px;
    background: #d9dada;
}
.three_boxes .info_box .text_box{
	padding: 0 25px;
}
.three_boxes .info_box .text_box p{
	font-size: 20px;
    line-height: 1.4em;
    padding: 0;
    text-align: center;
}

/*our_affiliations*/
.our_affiliations{
	padding: 40px 0 50px 0;
}
.our_affiliations .heading{
	font-size: 28px;
	line-height: 1em;
/*	font-weight: 700;*/
	color: #000;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 30px;
	width: 75%;
}
.our_affiliations .associations_boxes{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
/*	padding: 50px 0 0 0;*/
}
.our_affiliations .associations_boxes .two_boxes{
	border-right: 3px solid #c5c6c6;
	padding: 0;
	width: 80%;
    margin: auto;
    text-align: center;
}
.our_affiliations .associations_boxes .img_box{
/*	padding: 0 80px;*/
}
.our_affiliations .associations_boxes .text_box{
	text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

/*footer_line*/
.footer_line{
	background: #f06389;
	padding: 30px 0;
	position: relative;
}
.footer_line .text{
	font-size: 25px;
/*	font-weight: 500;*/
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
.footer_line .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.footer_line .inner_container .left_info{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer_line .inner_container .left_info .line_1{
	font-size: 30px;
	color: #fff;
	font-family: 'Roboto Slab', serif;
}
.footer_line .inner_container .left_info .line_2{
	font-size: 14px;
    font-weight: 400;
	color: #fff;
	font-family: 'Roboto Slab', serif;
/*	padding: 0 20px;*/
}
.footer_line .inner_container .left_info .line_2 .line{
	color: #fecc00;
}
.footer_line .inner_container .middle_info .enrol_btn{
	padding: 0 50px;
}
.footer_line .inner_container .middle_info .enrol_btn a{
	font-size: 22px;
	line-height: 1em;
	font-weight: 700;
	color: #ed265b;
	background: #fff;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 50px;
/*	margin: 0 20px;*/
}
.footer_line .inner_container .right_info ul li{
	display: inline-block;
}
.footer_line .inner_container .right_info ul li a{
	margin: 0 0 0 5px;
}
.footer_line .inner_container .right_info ul li a img{
	width: 30px;
}
.footer_line .inner_container .last_info .inner_box{
	padding: 0 25px;
}
.footer_line .inner_container .last_info .inner_box span{
	font-size: 16px;
/*	color: #fff;*/
}
.footer_line .inner_container .last_info .inner_box span a{
    color: #fff;
}
.footer_line .left_img{
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer_line .right_img{
	position: absolute;
	right: 0;
	top: 0;
}

.overlay_buttons{
	position: fixed;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateZ(270deg) translateY(-41px);
    transform-origin: right top;
    z-index: 999;
    width: 100vh;
}
.overlay_buttons .call_now a{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #8b0ccf;
	padding: 10px 30px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-family: 'Roboto Slab', serif;
	margin: 0 20px 0 0;
	border: 1px solid #ffffff47;
    border-bottom: none;
}
.overlay_buttons .whatsapp a{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #8b0ccf;
	padding: 10px 30px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-family: 'Roboto Slab', serif;
	border: 1px solid #ffffff47;
    border-bottom: none;
}



/*Thank You Page*/
.thankyou_page{
	text-align: center;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.thankyou_page .logo{
	width: 100%;
    background: #ee275c;
}
.thankyou_page .logo a{
	display: inline-block;
}
.thankyou_page .logo img{
	width: 220px;
    padding: 20px 0;
}
.thankyou_page .line1{
	font-size: 40px;
    color: #ee275c;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    padding: 15px 0 15px 0;
}
.thankyou_page .line2{
	font-size: 22px;
	line-height: 28px;
	padding:0 10% 20px 10%;
}
.thankyou_page .line3{
	font-size: 22px;
	padding: 0 0 20px 0;
}
.thankyou_page .line3 a{
/*	padding: 0 10%;*/
    color: #ee275c;
	word-break: break-word;
}
.thankyou_page .social_links{
	display: flex;
	align-items: center;
	justify-content: center;
/*	padding: 15px 0 0 0;*/
}
.thankyou_page .social_links li{
	display: inline-block;
	padding: 0 10px;
}
.thankyou_page .social_links li img{
	filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(2774%) hue-rotate(328deg) brightness(93%) contrast(100%);
}

@keyframes flipInYmyStyle {
  from {
    transform: perspective(400px) rotateY(-1440deg) scale(0);
    animation-timing-function: ease-in;
    /*opacity: 0;*/
  }

  50% {
    transform: perspective(400px) rotateY(-720deg) scale(0.5);
  }

  to {
    transform: perspective(400px) rotateY(00deg) scale(1);
  }
}

.flipInYmyStyle {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInYmyStyle;
  animation: flipInYmyStyle 1s;
}

/*.main section.advantages .boxes .adv_box .img_box::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-top-left-radius: 15px;
	background: linear-gradient(180deg, #00000029 5%, transparent 75%);
	transform: skewX(-15deg);
	animation: bg_slide_down 1s ease 1s forwards;
}*/
@keyframes bg_slide_down{
	from{
		top: 0;
	}
	to{
		top: 50%;
	}
}


[type=submit][disabled]{
	position: relative;
}
[type=submit][disabled]::before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8b0ccf;
	color: #fff;
	z-index: 10;
	border-radius: 50px;
}
[type=submit][disabled]::after{
	position: absolute;
    content: '';
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 11;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*.whatsapp_btn{
	text-align: center;
}
.whatsapp_btn .or{
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    padding: 10px 0 15px 0;
}*/



/*six_boxes*/
.six_boxes{
	padding: 80px 0;
/*	background: #f3f1ea;*/
}
.six_boxes .heading {
    font-size: 45px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 700;
    padding: 0 0 50px;
    text-align: center;
}
.six_boxes .inner_container{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.six_boxes .inner_container .col-sm-4{
/*	width: ;*/
}
.six_boxes .info_box{
	padding: 0 0 50px 0;
	text-align: center;
}
.six_boxes .info_box .title{
	font-size: 31px;
    line-height: 1em;
    font-weight: 600;
    color: #8b0ccf;
	position: relative;
    padding: 20px 0 5px;
	padding: 0 0 15px;
	margin: 0 0 12px 0;
}
.six_boxes .info_box .title::before{
	position: absolute;
    content: '';
    left: calc(50% - 20px);
    bottom: 0;
    width: 40px;
    height: 5px;
    background: #d9dada;
}
.six_boxes .info_box .text_box{
	padding: 0 25px;
}
.six_boxes .info_box .text_box p{
	font-size: 20px;
    line-height: 1.4em;
    padding: 0;
    text-align: center;
}

.curriculum_band{
	background: #8b0ccf;
	padding: 60px 0;
	position: relative;
}
.curriculum_band .text{
	text-align: center;
	font-size: 25px;
	color: #fff;
}
.curriculum_band .right_img{
	position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}

/*multiple_intellegence*/
.multiple_intellegence{
	padding: 60px 0;
    margin: 0  0 80px 0;
}
.multiple_intellegence .heading{
	font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    text-decoration: underline;
    font-family: 'Roboto Slab';
    padding: 0 0 25px 0;
}

.multiple_intellegence .titles{
	text-align: center;
}
.multiple_intellegence .titles span {
    font-size: 18px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #000;
    padding: 0 0 40px 0;
    margin: 0 0 70px 0;
}
.multiple_intellegence .title span {
    font-size: 18px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #000;
    
}
.multiple_intellegence .intelli_wrapper{
	position: relative;
	padding: 15px 0;
}
/*.multiple_intellegence .intelli_wrapper .bg_img_wrapper{
	width: 66%;
	margin: auto;
}*/
.multiple_intellegence .intelli_wrapper .main_img_wrapper{
/*	position: absolute;*/
	width: 100%;
	height: 100%;
/*	top: 0;*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.multiple_intellegence .intelli_wrapper .main_img_wrapper .main_img{
	width: 56%;
/*	margin: ;*/
}
.multiple_intellegence .intelli_wrapper .middle_brain_wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.multiple_intellegence .intelli_wrapper .middle_brain_wrapper .middle_brain{
	width: 200px;
/*	animation: anticlockwise 50s linear forwards infinite;*/
}
.multiple_intellegence .intelli_wrapper .circlr_small_wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.multiple_intellegence .intelli_wrapper .circlr_small_wrapper .small_circle{
	width: 310px;
	animation: anticlockwise 50s linear forwards infinite;
}
.multiple_intellegence .intelli_wrapper .circlr_big_wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.multiple_intellegence .intelli_wrapper .circlr_big_wrapper .big_circle{
	width:51%;
	animation: clockwise 50s linear forwards infinite;
}
.multiple_intellegence .intelli_wrapper .circlr_big_wrapper .big_circle img{
	filter: brightness(0);
}
@keyframes clockwise{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
@keyframes anticlockwise{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(-360deg);
	}
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper .text_box{
	position: absolute;
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper .text_box.text_1{
	top: -80px;
	left: calc(50% - 160px);
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper .text_box.text_2{
	top: 21%;
    right: -1%;
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper .text_box.text_3{
	top: 48%;
    right: 3%;
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper .text_box.text_4{
	bottom: 15%;
    right: -2%;
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper .text_box.text_5{
	bottom: -12%;
    right: 39%;
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper .text_box.text_6{
	bottom: 15%;
    left: 5%;
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper .text_box.text_7{
	top: 48%;
    left: 1%;
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper .text_box.text_8{
	top: 21%;
    left: 5%;
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper .text_box .title{
	font-size: 28px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
}
.multiple_intellegence .intelli_wrapper .overlay_text_wrapper .text_box .text{
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

/*paino_boys*/
.paino_boys img{
	width: 100%;
}

/*features_boxes*/
.features_boxes .six_features{
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0 0 0;
}
.features_boxes .six_features .col-sm-4{
	margin: 0 0 60px;
}
.features_boxes .six_features .col-sm-4.border_left_right{
	border-left: 2px solid #e3e3e3;
	border-right: 2px solid #e3e3e3;
}
.features_boxes .six_features .feature_box{
	text-align: center;
	padding: 0 20px;
}
.features_boxes .six_features .feature_box .icon_box{
	width: 151px;
    height: 132px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.features_boxes .six_features .feature_box .title{
	font-size: 25px;
	font-weight: 500;
	color: #000;
	padding: 10px 0 5px;
}
.features_boxes .six_features .feature_box .text{
	font-size: 16px;
	font-weight: 500;
	color: #000;
}


#myBtn {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    width: 60px;
    height: 60px;
}