/* Testimonial Slider*/
.shapla-testimonial {
	position: relative;
	margin-top: 20px;

	.client-pic {
		width: 64px;
		height: 64px;
		margin: auto;
		position: relative;
		margin-bottom: -24px;
		z-index: 999;
		border: 3px solid #ffffff;
		box-shadow: 0px 0px 0px 3px #f7f8fa;
	}
	.client-pic img {
		max-width: 100%;
	}
	.box {
		margin-right: 15px;
		margin-left: 15px;
		border-radius: 3px;
		position: relative;
		background: #f7f8fa;
		padding-top: 20px;
		-webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
		-moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
		box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
		.message {
			padding: 25px;
			font-style: italic;
		}
		&:after,
		&:before {
			top: 100%;
			left: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}
		&:after {
			border-color: rgba(247, 248, 250, 0);
			border-top-color: #f7f8fa;
			border-width: 15px;
			margin-left: -15px;
		}
		&:before {
			border-color: rgba(229, 229, 229, 0);
			border-top-color: #e5e5e5;
			border-width: 16px;
			margin-left: -16px;
		}
	}
	.client-info {
		margin-top: 30px;
		text-align: center;
		
		.client-name {
			line-height: 20px;
		}
		.company {
			font-size: 13px;
		}
	}
}