#ace-logo-holder {
	position: absolute;
}
.section-wrapper {
	margin: 0;
}
.interfaces-holder {
	padding-bottom: 0;
}
.section-bar {
	/*background-color: #F39C12;*/
	background-color: #f5f5f5;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	color: #333;
}
.breadcrumb{
	max-width: 1200px;
	background-color: transparent;
	padding: 0;
	margin: 0 auto;
	line-height: 1.5;
}
.padding-bottom-60{
	padding-bottom: 60px;
}
.sTestimonial-img-holder {
	padding-top: 0;
}
.sTestimonial-txt-holder p a:hover {
	text-decoration: none;
}
#contact-no{
	font-size: 42px;
	text-align: center;
	color: #333;
}
.margin-top-20{
	margin-top: 20px;
}
.bg-color-light-blue-lighten-5 {
	background-color: #E9F7EF;
}
.title.orange{
	color: #ff6600;
}
.sub-title.orange {
	text-align: left;
	font-size: 28px;
}
.duration{
	font-size: 16px;
	color: #666;
	text-align: center;
}
.content{
	color: #333;
}
.content-title{
	font-weight: bold;
	color: #337ab7;
}
.section-gap{
	height: 15px;
}
.content ul{
	margin-top: 10px;
	padding-left: 20px;
	line-height: 1.8;
}
.content ul .ace-button.btn-link{
	font-size: 18px;
	padding: 0;
}
.tuition-enrichment-txt-holder{
	padding: 40px;
}
.tuition-enrichment-txt-holder .title {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #ff6600;
	padding: 10px 0;
}
.tuition-enrichment-txt-holder .content{
	padding: 10px 0;
}
.content-img-holder{
	width: 60%;
	height: 320px;
}
.content-txt-holder{
	width: auto;
}
.icon-box{
	background-color: #ff6600;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 5px;
	margin-right: 10px;
}
.icon-box img{
	width: 24px;
}
.sample-content-txt-holder {
	/* font-family: "Open Sans",Arial,sans-serif; */
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	line-height: normal;
	color: #10c45c;
	padding: 50px 40px;
}
.content-txt-holder .sub-title {
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
    padding-bottom: 40px;
    text-align: left;
    line-height: normal;
    font-size: 24px;
    color: #5D6D7E;
}

@media screen and (max-width: 767px){
	.sample-content-txt-holder {
		padding: 40px 40px 30px;
	}
	.content-img-holder{
		width: 100%
	}
	.content-txt-holder {
		padding: 40px;
		padding-top: 30px;
		margin-bottom: 10px;
	}
	.reorder-container{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.reorder-container .first-div {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.reorder-container .second-div {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	.content-txt-holder .sub-title {
		padding-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.padding-bottom-60{
		padding-bottom: 50px;
	}
	.tuition-enrichment-txt-holder {
		padding: 40px 20px;
	}
	.content-txt-holder {
		padding: 20px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.description{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.content-txt-holder .sub-title {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.content-txt-holder .title {
		font-size: 24px;
	}
	.tuition-enrichment-txt-holder .title{
		font-size: 22px;
	}
	.icon-box img {
		width: 22px;
	}
	.sample-content-txt-holder{
		font-size: 24px;
	}
	.secondary-content-txt-holder .title{
		font-size: 24px;
	}
	#contact-no {
		font-size: 36px;
	}
}