
/*------------------------------------------------------------------------
# mod_ol_testimonials Extension
# ------------------------------------------------------------------------
# author    olwebdesign
# copyright Copyright (C) 2020 olwebdesign.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.olwebdesign.com
-------------------------------------------------------------------------*/

.single-testimonial-v4 {
	padding: 45px 45px 30px 45px;
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	margin: 5px;
	position:relative;
	z-index:2;
	overflow:hidden;
	border-bottom:3px solid #fff;
	transition: all 0.4s ease 0s;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.single-testimonial-v4:hover{
	border-bottom:3px solid #fc5508;
	transition: all 0.4s ease 0s;
}
.single-testimonial-v4::before {
	position: absolute;
	content: "";
	background: #fc5508;
	height: 92px;
	width: 92px;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.4s ease 0s;
}
.single-testimonial-v4:hover:before{
	height:100%;
	left:0;
	width:3px;
	transition: all 0.4s ease 0s;
}
.testimonial-v4-img {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-right: 14px;
	margin-top: -2px;
}
.single-testimonial-v4 .details span {
	text-transform: capitalize;
}
.single-testimonial-v4 .testimonial-v4-img img {
	border-radius: 100%;
}
.single-testimonial-v4 .details h2 {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 18px;
}
.single-testimonial-v4 .details {
	margin-bottom: 20px;
}
.single-testimonial-v4 .rating span{
  color: #fc5508;
}
