/*----------  SC testimonial   ----------*/
	.slz-testimonial-02.layout-05 .item {
		padding: 30px;
		padding-bottom: 80px;
		border: 1px solid #4b3d34;
		border-bottom: 0;
		margin-bottom: 60px;
		margin-left: 15px;
		margin-right: 15px;
		position: relative;
	}
	.slz-testimonial-02.layout-05 .slick-list {
		margin: 0 -15px;
	}
	.slz-testimonial-02.layout-05 .description {
		padding-left: 80px;
		color: #636363;
		font-weight: 400;
		font-size: 14px;
		position: relative;
	}
	.slz-testimonial-02.layout-05 .description:before {
	    color: #a7753a;
	    font-size: 4rem;
	    font-family: 'FontAwesome';
	    content: "\f10d";
	    position: absolute;
	    top: 0;
	    left: 0;
	}

	
	.slz-testimonial .name {
		color: #2f2f2f;
		font-size: 17px;
		font-weight: 500;
		text-transform: uppercase;
		display: block;
	}
	.slz-testimonial-02.layout-05 .position {
		color: #636363;
		font-weight: 400;
		font-size: 14px;
		display: block;
	}
	

	.slz-testimonial-02 .client-item {
	    position: relative;
	    width: 85px;
	    height: 100px;
	    display: inline-block;
	}
	.slz-testimonial-02 .client-item:before {
		content: '';
		position: absolute;
		height: 1px;
		width: 1000px;
		top: calc(50% + 9px);
		background-color: #4b3d34;
		left: calc(-1000px - 30px);
	}
	.slz-testimonial-02.layout-05 .info-wrapper {
	    width: auto;
	    margin-top: 0;
	    display: inline-block;
	    vertical-align: top;
	    text-align: left;
	    height: 100px;
	    padding: 20px 15px;
	    position: relative;
	}
	.slz-testimonial-02.layout-05 .info-wrapper:before {
		content: '';
		position: absolute;
		height: 1px;
		width: 1000px;
		top: calc(50% + 9px);
		background-color: #4b3d34;
		right: -1000px;
	}

	
	.slz-testimonial-02.layout-05 .content-item {
	    position: absolute;
	    width: 100%;
	    left: 0;
	    padding: 0px 15px;
	    bottom: -40px;
	    height: 100px;
	    text-align: center;
	    overflow: hidden;
	}
	.slz-testimonial-02 .img-border {
		overflow: initial;
		margin-top: 7px;
	    display: block;
	    position: relative;
	}
	.slz-testimonial-02 .img-border:after {
		position: absolute;
		content: '';
		top: -7px;
		left: -14px;
		bottom: -7px;
		right: 7px;
		height: 100px;
		border: 2px solid #a7753a;
	}
	.slz-testimonial-02 .img-border .img-wrapper {
	    width: 85px;
	    height: 85px;
	    position: absolute;
		transform: none;
		z-index: 1;
		overflow: hidden;
	}
	.slz-testimonial-02 .img-border .img-wrapper img {
		height: 100%;
		max-width: initial;
		width: auto;
	}

