/*----------  Testimonial 03  ----------*/
.slz-testimonial-03 .col-left {
	width: 65px;
	padding: 0;
}
.slz-testimonial-03 .quote-wrapper{
	padding-left: 0px;
}
.slz-testimonial-03 .col-right {
	padding-left: 90px;
}
.slz-testimonial-03 .client-wrapper{
	width:65px;
	padding-right: 0px;
}
.slz-testimonial-03 .client-wrapper .img-wrapper {
	overflow: visible;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
}
.slz-testimonial-03 .client-wrapper .slick-current .img-wrapper{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.slz-testimonial-03 .client-wrapper .img-wrapper:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: -1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.slz-testimonial-03 .quote-wrapper .description:before{
	color: #7a7a7a;
	font-style: normal;
	font-size: 4rem;
	top: 8px;
    left: 18px;
}
.slz-testimonial-03 .client-wrapper.slick-vertical .slick-slide {
	padding: 5px 0;
}

.slz-testimonial-03 .client-wrapper .img-wrapper img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	opacity: 0.8;
	z-index: 1;
	transform: translateX(-50%)  translateZ(0);
	-moz-transform:translateX(-50%) translateZ(0);
	-webkit-transform: translateX(-50%) translateZ(0);
}
.slz-testimonial-03 .client-wrapper .slick-current .img-wrapper img {
	opacity: 1;
}
.slz-testimonial-03 .description h1,
.slz-testimonial-03 .description h2,
.slz-testimonial-03 .description h3,
.slz-testimonial-03 .description h4,
.slz-testimonial-03 .description h5,
.slz-testimonial-03 .description h6 {
	margin: 0;
	margin-bottom: 20px;
}
.slz-testimonial-03 .quote-wrapper .info-wrapper {
	padding-left: 60px;
	margin-top: 25px;
}
.slz-testimonial-03 .info-wrapper .position {
	font-weight: 400;
}

/*----------  Testimonial 04  ----------*/
.slz-testimonial-01.layout-04  .avatar-wrapper .ratings {
	margin-top: 30px;
}
.slz-testimonial-01.layout-04 .client-item .thumbnail-img-wrapper{
	width:130px;
	overflow: visible;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-bottom: 30px;
}
.slz-testimonial-01.layout-04  .slick-center .client-item .thumbnail-img-wrapper img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: box-shadow 0.4s ease;
	-moz-transition: box-shadow  0.4s ease;
	-ms-transition: box-shadow  0.4s ease;
	-o-transition: box-shadow  0.4s ease;
	transition: box-shadow  0.4s ease;
}
.slz-testimonial-01.layout-04  .slick-center .client-item .thumbnail-img-wrapper img {
	-webkit-box-shadow: 10px 10px 30px 0px rgba(61,61,62,0.1);
	-moz-box-shadow: 10px 10px 30px 0px rgba(61,61,62,0.1);
	box-shadow: 10px 10px 30px 0px rgba(61,61,62,0.1);
}

.slz-testimonial-01.layout-04  .slick-center .client-item{
	padding-bottom: 30px;
}
.slz-testimonial-01.layout-04  .content-wrapper {
	margin-top: 0px;
}
.slz-testimonial-01.layout-04  .description{
	font-style: normal;
	margin-bottom: 35px;
}
.slz-testimonial-01.layout-04   .name {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 5px;
}
.slz-testimonial-01.layout-04   .position{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
}
.slz-testimonial-01.layout-04   .position:before{
	content: "-";
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 700;
}
.slz-testimonial-01.layout-04 .content-wrapper .slick-prev,
.slz-testimonial-01.layout-04 .content-wrapper .slick-next {
	width: 20px;

}
.slz-testimonial-01.layout-04 .content-wrapper .slick-prev:before,
.slz-testimonial-01.layout-04  .content-wrapper .slick-next:before {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.slz-testimonial-01.layout-04 .content-wrapper .slick-prev:hover:before,
.slz-testimonial-01.layout-04  .content-wrapper .slick-next:hover:before {
  color: rgb(255, 200, 10);
}
.slz-testimonial-01.layout-04 .ratings{
	margin-bottom: 35px;
}
.slz-testimonial-01.layout-04 .star-rating {
	width: 130px;
	height: 25px;
	font-size: 20px;
}
.slz-testimonial-01.layout-04  .star-rating:before,
.slz-testimonial-01.layout-04  .star-rating span:before {
	letter-spacing: 8px;
}
.slz-testimonial-01.layout-04  .testimonial-content {
	font-size: 16px;
	color: #7a7a7a;
}
.slz-testimonial-01.layout-04 .client-wrapper{
	margin-bottom: 0px;
}

.slz-testimonial-01.layout-04 .client-wrapper .slick-dots {
	display: none !important;
}

/*----------  Responsive  ----------*/
@media screen and (min-width:992px) {
	
	.slz-testimonial-01.layout-04 .slick-arrow{
		z-index: 10;
	}
	.slz-testimonial-01.layout-04 .slick-arrow,
	.slz-testimonial-01.layout-04 .slick-arrow i{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.slz-testimonial-01.layout-04 .btn-prev.slick-arrow:hover{
		-moz-transform: translate(-10px, -50%);
		-webkit-transform: translate(-10px, -50%);
		-o-transform: translate(-10px, -50%);
		-ms-transform: translate(-10px, -50%);
		transform: translate(-10px, -50%);
	}
	.slz-testimonial-01.layout-04 .btn-next.slick-arrow:hover{
		-moz-transform: translate(10px, -50%);
		-webkit-transform: translate(10px, -50%);
		-o-transform: translate(10px, -50%);
		-ms-transform: translate(10px, -50%);
		transform: translate(10px, -50%);
	}
	.slz-testimonial-01.layout-04 .slick-arrow:hover i{
		color:#FFC80A;
	}
}
@media screen and (max-width: 768px) {
	.slz-testimonial-03 .client-wrapper{
		width:100px;
	}
	.slz-testimonial-04 .avatar-wrapper {
		width: 65%;
	}
	.slz-testimonial-04 .content-wrapper {
		width: 100%;
		padding: 0 10%;
	}
	.slz-testimonial-04 .content-wrapper .slick-prev {
		left: -1%;
	}
	.slz-testimonial-04 .content-wrapper .slick-next {
		right: -1%;
	}
}
@media screen and (max-width: 767px) {
	.slz-testimonial-04 .avatar-wrapper {
		width: 80%;
	}
	.slz-testimonial-01.layout-04 .slick-arrow{
		display: none!important;
	}
}
@media screen and (max-width:600px) {
	
}
@media screen and (max-width: 480px) {
	.slz-testimonial-03 .col-left {
		float: none;
	    padding: 0 0 20px;
	    margin: 0 auto;
	    width: auto;
	}
	.slz-testimonial-03 .col-right {
		padding: 0;
	}
	.slz-testimonial-03 .quote-wrapper .quote-item .block-quote:before {
		content: none;
	}
	.slz-testimonial-03 .quote-wrapper .quote-item .description {
		padding: 0 10px;
	}
	.slz-testimonial-03 .quote-wrapper .quote-item + .info-wrapper {
		padding: 0;
		text-align: center;
		margin-top: 20px;
	}
	.slz-testimonial-04 .avatar-wrapper {
		width: 100%;
		padding-bottom: 20px;
	}
	.slz-testimonial-04 .testimonial-img {
		display: block;
		margin: 0 auto;
	}
	.slz-testimonial-03 .client-wrapper{
		width:100%;
	}
	.slz-testimonial .thumbnail-img-wrapper,
	.slz-testimonial-01.layout-04 .client-item .thumbnail-img-wrapper{
		width:100px;
	}
	.slz-testimonial-03 .quote-wrapper .description{
		text-align: center;
	}
	.slz-testimonial-03 .quote-wrapper .info-wrapper{
		padding-left: 0px;
		text-align: center;
	}

	.slz-testimonial-03 .quote-wrapper .description {
		padding-left: 0;
	}

	.slz-testimonial-03 .quote-wrapper .description:before {
		content: none;
	}

	.slz-testimonial-01.layout-04  .slick-center .client-item{
		padding-bottom: 15px;
	}
	.slz-testimonial-01.layout-04  .description,
	.slz-testimonial-01.layout-04 .ratings {
		margin-bottom: 20px;
	}
}
