/*********************************
8. Testimonials
*********************************/

.testimonials
{
	padding-top: 316px;
	padding-bottom: 100px;
}
.testimonials .section_title
{
	color: #fff;
}
.test:not(:last-child)
{
	margin-bottom: 82px;
}
.test_image
{
	width: 53px;
	height: 53px;
	border-radius: 50%;
	overflow: hidden;
}
.test_content
{
	padding-left: 40px;
}
.test_1
{
	margin-top: 137px;
}
.test_name
{
	margin-top: 3px;
}
.test_name a
{
	font-size: 18px;
	font-weight: 300;
	color: #ff9711;
}
.test_name a:hover
{
	color: #a8a8a8;
}
.test_title
{
	font-size: 12px;
	font-weight: 600;
	color: #ff9711;
	line-height: 0.75;
	text-transform: uppercase;
	margin-top: 9px;
}
.test_text
{
	margin-top: 0px;
}
.test_text p
{
	font-style: italic;
	color: #ff9711;
}
.test_text a:hover
{
	text-decoration: underline;
	color: #a8a8a8;
}
.test_rating
{
	margin-top: 14px;
}
.rating i::before
{
	font-size: 10px;
	margin-right: 4px;
}
.test_button_row
{
	margin-top: 72px;
}
.test_button
{
	display: inline-block;
	box-shadow: 0 0 1px 0 #f98c00 inset, 0 0 1px 0 #f98c00;
}

