.infoTable
{
	border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    /*margin: 10px 10px;*/
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    color: #333;
}
.infoTable thead tr th
{
	text-align: center !important;
	font-size: 18px;
	padding: 20px 10px;
	background-color: #db440f;
	border-bottom: 1px solid #d0d0d0;
	color: #fff;
}
#aboutSection
{
	margin-right: 0px;
	margin-left: 0px;
}
.testimonial_para, .user h4 strong
{
	color: #fff !important;
}