/*=== Testimonial style-3 ===*/
.tstk-testimonial-style-3 .themestek-testimonial-wrapper::after {
	position: absolute;
	content: '\e85e';
	font-size: 80px;
	line-height: 80px;
	top: 0;
	left:50%;
	margin-left: -40px;
	color: var(--tstk-industrey-global-color);
	font-family: "themestek-base-icons";
}
.tstk-testimonial-style-3 .tstk-featured-wrapper{
	width: 80px;
}
.tstk-testimonial-style-3 .themestek-box-author {
	padding-top: 35px;
	margin-top: 10px;
	width: 40%;
	border-top: 1px solid var(--tstk-industrey-global-color);
	text-align: center;
}
.tstk-testimonial-style-3 .themestek-testimonial-wrapper {
	position: relative;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 15px;
	color: var(--tstk-industrey-blackish-color);
	padding-top: 70px;
}
.tstk-testimonial-style-3 .themestek-box-title {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 0px;
	color: var(--tstk-industrey-global-color);
	font-weight: normal;
}
.tstk-testimonial-style-3 .themestek-testimonial-detail {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0px;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	font-weight: 400 !important;
}
.tstk-testimonial-style-3 .themestek-box-desc blockquote{
	font-size: 36px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: normal;
	color: var(--tstk-industrey-blackish-color);
	font-weight: 300;
}
.tstk-testimonial-style-3 .themestek-box-desc {
	margin: 38px 0 28px;
}
.tstk-element-testimonial-style-3.themestek-element-viewtype-carousel .owl-carousel .owl-nav{
	top: calc(50% - 45px);
}
.tstk-element-testimonial-style-3.themestek-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
	left: 0;
}
/*==== RTL ====*/
body.rtl .tstk-testimonial-style-3 .themestek-box-title{
	font-size: 22px;
}
body.rtl .tstk-testimonial-style-3 .themestek-testimonial-detail{
	font-size: 14px;
}