/*---------------------------------------
    ## Testimonial Style 01
---------------------------------------*/

.testimonial-wrapper .style-01 {
	width: 100%;
	position: relative;
	z-index: 0;
	text-align: center;
	padding: 50px 40px 40px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(251, 251, 251, 0.2), 0 2px 8px 0 rgba(80, 80, 80, 0.2);
	box-shadow: 0 2px 6px 0 rgba(251, 251, 251, 0.2), 0 2px 8px 0 rgba(80, 80, 80, 0.2);
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in; }
.testimonial-wrapper .style-01 .thumb {
	position: relative;
	width: 138px;
    height: 138px;
    margin: 0 auto;
	}
.testimonial-wrapper .style-01 .thumb:after {
	content: "\f10e";
	position: absolute;
	width: 50px;
	height: 50px;
	font-family: FontAwesome;
	line-height: 50px;
	border-radius: 50%;
	bottom: -5px;
    right: 0px;
	background-color:#F15E18;
	font-size: 20px;
	color:#ffffff; }
.testimonial-wrapper .style-01 .thumb img {
	border-radius: 50%;
	width: 138px;
    height: 138px;
	object-fit: cover;
}
.testimonial-wrapper .style-01 .testimonial-info .comments {
	padding: 30px 0 20px;
	position: relative;
	color:#000; 
	font-size: 14px;
	line-height: 24px;
}
.testimonial-wrapper .style-01 .testimonial-info .comments:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 1px;
	bottom: 0px;
	transform: translate(-50%, -50%);
	border-top: 1px solid #F15E18; }
.testimonial-wrapper .style-01 .testimonial-info .member-info {
	margin-top: 30px; }
.testimonial-wrapper .style-01 .testimonial-info .member-info .title {
	color:#000;
	margin: 0; }
.testimonial-wrapper .style-01 .testimonial-info .member-info .designation {
	color:#000; 
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
}
.testimonial-wrapper .style-01 .social-link ul {
	margin: 0;
	padding: 0; }
.testimonial-wrapper .style-01 .social-link ul li {
	display: inline-block;
	margin: 0 3px; }
.testimonial-wrapper .style-01 .social-link ul li:first-child {
	margin-left: 0; }
.testimonial-wrapper .style-01 .social-link ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color:#000;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in; }
.testimonial-wrapper .style-01 .social-link ul li a:hover {
	background-color:#F15E18; }
.testimonial-wrapper .style-01 .social-link ul li a:hover i {
	color:#ffffff; }