.mt70{
	margin-top: 70px;
}
.ss19{
	width: 100%;
	height: 680px;
	background-image: url(/img/testimonials/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}
.ss19 .ss19content{
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 74px 0;
}
.ss19 h2{
	font-family: "Myriad Pro";
	font-size: 52px;
	line-height: 52px;
	color: #fff;
	margin: 0;
}
.ss19 .sliders{
	margin-top: 80px;
}
.ss19 .slider{
	width: 1200px;
}
.ss19 .slider_left{
	margin-left: 2px;
	width: 640px;
	float: left;
}
.ss19 .slider_right{
	width: 465px;
	float: left;
	padding-left: 85px;
	margin-top: 74px;
}
.ss19 .client_video{
	width: 620px;
	height: 350px;
	border-radius: 12px;
	border: 1px solid #f39c12;
}
.ss19 .client_img{
	width: 620px;
	height: 350px;
	border-radius: 12px;
	overflow: hidden;
	background-size: 620px 350px;
}
.ss19 .leftz{
	width: 64px;
	height: 54px;
	background-image: url(/img/testimonials/right-quotation-mark.png);
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}
.ss19 .client_name{
	font-family: "Myriad Pro";
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	color: #f39c12;
	margin-left: 85px;
}
.ss19 .client_work{
	font-family: "Raleway";
	margin-top: 2px;
	font-size: 20px;
	line-height: 24px;
	color: #f39c12;
	margin-left: 85px;
}
.ss19 .client_work a{
	color: #fff;
}
.ss19 .client_text{
	margin-top: 30px;
	font-family: "MyriadPro Light";
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1px;
	text-align: justify;
}
.ss19 .play-video{
	width: 113px;
	height: 78px;
	background-image: url(/img/testimonials/play-video-b.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	margin-left: 262px;
	margin-top: 148px;
	cursor: pointer;
}
.ss19 .play-video:active{
	margin-left: 263px;
	margin-top: 149px;
	opacity: 0.8;

}

.clear{
	clear: both;
}
.owl-prev{
	width: 50px;
	height: 50px;
	background-image: url(/img/testimonials/arrow-left.png)!important;
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
	left: -102px;
}
.owl-next{
	width: 50px;
	height: 50px;
	background-image: url(/img/testimonials/arrow-r.png)!important;
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
	left: 1252px;
}
.owl-prev span, .owl-next span{
	display: none;
}

.owl-prev:active, .owl-next:active{
	opacity: 0.6;
}

@media (max-width: 1420px){
	.owl-prev{
		top: 384px;
		left: 2px;
	}
	.owl-next{
		top: 384px;
		left: 1142px;
	}
}



















@media(min-width: 1920px){
	.ss19{
		background-size: cover;
	}

}