body { color: #333333; }
.red-title { color: #ce4031 ; }
.title { line-height: 42px; }
.intro-para { font-size: 18px; }
.feature-section-3 {
	color: #1f2229;
	background-color: #ffffff;
}
.calltoaction-section-2 {
	color: #fff;
	background-color: #ce4031;
}
.calltoaction-section-2 .title {
	color: #fff;
	margin-bottom: 0;
}
.info-box2 .img i {
	color: #ce4031;
	font-size: inherit;
}
.info-box2 .info .hd {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.info-box2 .sub-txt {
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}
.content-section-11 .content .logo-img {
	margin-bottom: 30px;
	max-width: 300px;
	text-align: left;
	width: auto;
}
.content-section-11 .content p {
	text-align: left;
}
.footer-section-5 img {
	opacity: 0.8;
}

/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/
@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}


/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	.content-section-11 .content .logo-img {
		text-align: center;
	}
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	.display-none { display: none; }	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}