.clr::after{
	content: "";
	clear: both;
	display: table;
	overflow: hidden;
}
.contact-l{
	width: 50%;
	float: left;
}
.contact-r{
	width: 50%;
	float: right;
}
.wrap{
	width: 75%;
	margin: auto;
}
.help-block.with-errors {
    color: #CA3535;
    margin-top: 5px;
    font-size: 0.90em;
}
/*============================

==============================*/
.header-section{
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	padding: 10px 0px;
	position: fixed;
	background-color: #fff;
}
.header-section nav{
	padding: 0px !important;
}
.btn-custom{
	color: #fff!important;
	padding: 15px 20px;
	background-color: #54790F!important;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none!important;
}
.header-section,
.header-section .navbar{
	margin: 0px!important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
	color: #FFD700 !important;
	font-weight: 600;
	background-color: transparent !important;
}
/* Social CTA Section - Yellow Background */
.social-cta-section {
	background-color: #FFD700 !important;
	color: #000 !important;
}
.social-cta-section .btn-outline-light {
	color: #fff !important;
	border-color: #fff !important;
}
.social-cta-section .btn-outline-light:hover {
	background-color: #fff !important;
	color: #FFD700 !important;
	border-color: #fff !important;
}
.social-cta-section i {
	color: #fff !important;
}
/* Services Section Icons - Yellow Color */
.services-section .text-primary {
	color: #FFD700 !important;
}
/*============================

==============================*/
.home-banner{
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #eee;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-image: url(../images/physicallearning.jpg);
}
.home-banner .banner-overlay{
	width: 100%;
	height: 90vh;
	padding-top: 100px;
	background: rgba(0,0,0,0.6);
}
.home-banner h1{
	color: #fff;
	font-size: 3rem;
	letter-spacing: -2px;
	font-weight: 600;
	text-transform: uppercase;
}
.home-banner h4{
	color: #eee;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.home-banner a{
	width: 40%;
	padding: 15px 0px;
	font-size: 1.2rem;
}
/*============================
Carousel Banner (same sizing as home-banner but no background image)
==============================*/
.carousel-banner{
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #eee;
}
.carousel-banner .banner-overlay{
	width: 100%;
	height: 90vh;
	padding-top: 0;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.carousel-banner h1{
	color: #fff;
	font-size: 3rem;
	letter-spacing: -2px;
	font-weight: 600;
	text-transform: uppercase;
}
.carousel-banner h4{
	color: #eee;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.carousel-banner a{
	width: 40%;
	padding: 15px 0px;
	font-size: 1.2rem;
}
.carousel-banner .carousel-item {
	position: relative;
}
.carousel-banner .carousel-indicators {
	bottom: 20px;
}
.carousel-banner .carousel-img {
	height: 90vh;
	object-fit: cover;
}
/* Responsive styles for carousel banner */
@media (max-width: 768px) {
	.carousel-banner .banner-overlay {
		height: 70vh;
		padding: 20px;
	}
	.carousel-banner h1 {
		font-size: 2rem;
		letter-spacing: -1px;
	}
	.carousel-banner h4 {
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
	.carousel-banner a {
		width: 80%;
		padding: 12px 0px;
		font-size: 1rem;
	}
	.carousel-banner .carousel-indicators {
		bottom: 10px;
	}
	.carousel-banner .carousel-img {
		height: 70vh;
	}
}
@media (max-width: 480px) {
	.carousel-banner .banner-overlay {
		height: 60vh;
		padding: 15px;
	}
	.carousel-banner h1 {
		font-size: 1.8rem;
		letter-spacing: -1px;
	}
	.carousel-banner h4 {
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.carousel-banner a {
		width: 90%;
		padding: 10px 0px;
		font-size: 0.9rem;
	}
	.carousel-banner .carousel-img {
		height: 60vh;
	}
}
/* Testimonials Section Styles */
.testimonials-section .carousel {
	position: relative;
	width: 100%;
}
.testimonials-section .carousel-item {
	min-height: 200px;
}
.testimonials-section .carousel-control-prev,
.testimonials-section .carousel-control-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	z-index: 10;
}
.testimonials-section .carousel-control-prev {
	left: 0;
}
.testimonials-section .carousel-control-next {
	right: 0;
}
.testimonials-section .carousel-inner {
	padding: 60px 70px;
}
.testimonials-section .testimonial-content {
	padding: 30px;
	background: #f8f9fa;
	border-radius: 10px;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.testimonials-section .blockquote {
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 0;
}
.testimonials-section .blockquote-footer {
	font-size: 0.9rem;
	color: #6c757d;
	margin-top: 15px;
}
/* Responsive styles for testimonials */
@media (max-width: 768px) {
	.testimonials-section .carousel-control-prev,
	.testimonials-section .carousel-control-next {
		width: 40px;
		height: 40px;
	}
		.testimonials-section .carousel-control-prev {
		left: 0;
	}
	.testimonials-section .carousel-control-next {
		right: 0;
	}
	.testimonials-section .carousel-inner {
		padding: 50px 60px;
	}
	.testimonials-section .testimonial-content {
		padding: 20px;
		min-height: 130px;
	}
	.testimonials-section .blockquote {
		font-size: 1rem;
	}
}
@media (max-width: 480px) {
	.testimonials-section .carousel-control-prev,
	.testimonials-section .carousel-control-next {
		width: 35px;
		height: 35px;
	}
	.testimonials-section .carousel-control-prev {
		left: 0;
	}
	.testimonials-section .carousel-control-next {
		right: 0;
	}
	.testimonials-section .carousel-inner {
		padding: 40px 55px;
	}
	.testimonials-section .testimonial-content {
		padding: 15px;
		min-height: 120px;
	}
	.testimonials-section .blockquote {
		font-size: 0.9rem;
	}
}
/*============================

==============================*/
.home-intro{
	background-color: #eee;
}
.home-intro h2{
	font-size: 2.5rem;
	color: #111;
	font-weight: 600;
	letter-spacing: -2px;
}
.home-intro h5{
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #222;
	font-weight: 600;
	text-align: justify;
}
.home-intro p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #444;
	font-weight: 300;
	text-align: justify;
}
.home-intro p a{
	color: #54790F;
	font-weight: 600;
	text-decoration: underline;
}


/*============================

==============================*/
.home-services{	
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-image: url(../images/learning.jpeg);
}
.home-services .service-overlay{
	padding: 80px 0px;
	background: rgba(0,0,0,0.6);
}
.home-services h3{
	font-size: 2.7rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: -2px;
}
.home-services article{
	margin: 0px;
	margin-top: 40px;
	text-align: justify;
}
.home-services article h4{
	display: inline-block;
	padding: 15px 20px;
	font-weight: 600;
	color: #fff;
}
.home-services article p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #fff;
	margin: 0px;
	font-weight: 300;
}
.home-services article.p1 h4{background-color: #54790F;}
.home-services article.p2 h4{background-color: #FFA200;}
.home-services article.p3 h4{background-color: #CA3535;}
.home-services article.p4 h4{background-color: #3D1159;}
.home-services article.p5 h4{background-color: #0D5595;}



/*============================

==============================*/
.home-contact{
	padding: 0px;
	margin: 0px;
	background-color: #3D1159;
}
.home-contact .wrapper{
	padding: 100px;
}
.home-contact .contact-l h3{
	font-size: 2rem;
	color: #eee;
	margin-top: 20px;
}
.home-contact .contact-l{
	background-color: #3D1159;
}
.home-contact .contact-l h2{
	font-size: 2.7rem;
	font-weight: 700;
	color: #fff;
}

.home-contact .contact-l p{
	font-size: 1.7rem;
	color: #eee;
	line-height: 1.2;
}
.home-contact .contact-l p a{
	color: #fff!important;
	text-decoration: underline!important;
}

.home-contact .contact-r{
	background-color: #54790F;
}
.home-contact .contact-r h3{
	font-size: 1.5rem;
	color: #eee;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.home-contact form{}
.home-contact form label{
	display: block;
	font-size: .90rem;
	color: #fff;
	margin-top: 10px;
}
.home-contact form input{
	border-radius: 0px;
	border: 0px!important;
	background-color: transparent !important;
	border-bottom: 2px solid #fff!important;
}
.home-contact form textarea{
	border-radius: 0px;
	border: 0px!important;
	background-color: transparent !important;
	border-bottom: 2px solid #fff!important;
}
.home-contact form button{
	width: 50%;
	display: block;
	color: #fff;
	margin: 0px;
	margin-top: 20px;
	padding: 12px 30px;
	font-size: 1.2rem;
	font-weight: 600;
	background-color: transparent;
	border: 2px solid #fff;
}

/*============================

==============================*/

.footer-section{
	width: 100%;
	padding: 40px 0px;
	background-color: #111;
	text-align: center;
}
.footer-section span{
	display: block;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.footer-section small{
	display: block;
	font-size: .90rem;
}
.footer-section small a{
	color: #54790F!important;
	text-decoration: underline;
	display: inline-block;
}
/*============================

==============================*/
@media all and (max-width : 768px){
.wrap{
	width: 100%;
}
.home-banner h1{
	font-size: 2.5rem;
}
.home-banner h4{
	font-size: 1.3rem;
}
.home-banner a{
	width: 70%;
}
.home-intro h2,
.home-services h3,
.home-contact .contact-l h2{
	font-size: 2rem;
}
.home-intro h5,
.home-contact .contact-l p,
.home-contact .contact-r h3{
	font-size: 1.2rem;
	text-align: left;
}
.home-intro p,
.home-services article p{
	font-size: 1.1rem;
	text-align: left;
}
.home-services article{
	margin-top: 30px;
	text-align: left;
}
.contact-l,
.contact-r{
	width: 100%;
	float: none;
}
.home-contact .wrapper{
	padding: 50px 20px;
}
.home-contact form button{
	width: 100%;
	padding: 10px 30px;
	font-size: 1.1rem;
}

}