.testimonials-v5 {
	border-bottom: 164px solid #f9f9f9;	
}
.testimonials-v5 .section-header{
  -webkit-text-stroke: 1px #2a3a64;
}
.testimonials-v5 .testimonials-slider-v5{
	position: relative;
	margin-bottom: -164px;
	background: transparent;
}
.testimonials-v5 .testimonials-slider-v5 .slick-slide {
	position: relative;
}
.testimonials-v5 .testimonials-slider-v5 .slick-slide > div{
	padding-top: 15px;
	position: relative;
	transition: transform 0.5s ease; 
  	transform: translateY(100%);
}
.testimonials-v5 .testimonials-slider-v5 .slick-slide.slick-active > div {
	transform: translateY(0);
}
.testimonials-v5 .testimonials-slider-v5 .testimonials-widget-each {
	background: #ffffff;
  	padding: 70px 30px 40px;
}
@media (min-width: 768px) {
	.testimonials-v5 .testimonials-slider-v5 .testimonials-widget-each {
		background: #ffffff;
	  	padding: 70px 95px 40px;
	}	
}
.testimonials-v5 .testimonials-slider-v5 .testimonials-widget-each .client-info {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #e2ddda;
  padding-top: 35px;
  margin-top: 25px;
}
.testimonials-v5 .testimonials-slider-v5 .testimonials-widget-each .client-info .img-box {
  position: relative;
  display: block;
  width: 80px;
  overflow: hidden;
}
.testimonials-v5 .testimonials-slider-v5 .testimonials-widget-each .client-info .img-box img {
  width: 100%;
}
.testimonials-v5 .testimonials-slider-v5 .testimonials-widget-each .client-info .text {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
  text-align: left;
}
.testimonials-v5 .testimonials-slider-v5 .testimonials-widget-each .client-info .text h4 {
  color: #000;
  font-size: 20px;
  margin: 0;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonials-v5 .testimonials-slider-v5 .testimonials-widget-each .client-info .text p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonials-v5 .testimonials-slider-v5 .testimonials-widget-each .icon-box{
	position: absolute;
	top: 0;
	left: 95px;
}
.icon-box-holder {
	position: relative;
	width: 60px;
	height: 60px;
	background: #ffffff;
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.03);
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	color: #cb2b2e;
}
.testimonials-v5 .testimonials-slider-v5 .slick-arrow {
	display: none!important;
}
