/*=== Testimonial style 2 ===*/
.tstk-testimonial-style-2 .themestek-post-item{
	padding-top: 30px;
}
.tstk-testimonial-style-2 .themestek-author-wrapper {
	align-items: center;
}
.tstk-testimonial-style-2 .tstk-featured-wrapper{
	width: 80px;
	height: 80px;
	margin-top: 20px;
	border-radius: 50%;
	box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 6%);
	border: 6px solid #fff;
}
.tstk-testimonial-style-2 .tstk-featured-wrapper img{
	border-radius: 50%;
}
.tstk-testimonial-style-2 .themestek-box-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--tstk-industrey-global-color);
}
.tstk-testimonial-style-2 .themestek-box-desc blockquote{
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	color: #666666;
	font-weight: 300;
}
.tstk-testimonial-style-2 .themestek-box-desc{
	margin-bottom: 35px;
}
.tstk-testimonial-style-2 .themestek-box-content{
	position: relative;
	padding-left: 35px;
}
.tstk-testimonial-style-2 .themestek-testimonial-wrapper{
	position: relative;
	background-color: #fff;
	padding: 45px 40px 30px;
	box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 6%);
	margin-bottom: 16px;
}
.tstk-testimonial-style-2 .themestek-box-content::after {
	position: absolute;
	content: '\e85e';
	font-size: 70px;
	line-height:70px;
	bottom: 30px;
	right: 50px;
	color: var(--tstk-industrey-global-color);
	font-family: "themestek-base-icons";
	font-weight: normal;
}
.tstk-testimonial-style-2 .themestek-testimonial-wrapper::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 20px 20px 12px 0;
	border-style: solid;
	border-color: transparent #fff transparent #fff;
	z-index: 1;
	left: -20px;
	top: 40px; 
}
.tstk-testimonial-style-2 .themestek-box-author {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	padding-left: 0; 
	font-size: 14px;
}
.tstk-testimonial-style-2 .themestek-box-author::after {
	position: absolute;
	content: "";
	top: 10px;
	width: 50px;
	height: 3px;
	left: -60px;
	background-color: var(--tstk-industrey-global-color);
}
.tstk-testimonial-style-2 .themestek-box-title{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--tstk-industrey-secondary-color);
}
.tstk-testimonial-style-2 .themestek-testimonial-detail{
	font-size: 16px;
	line-height: 16px;
	color: var(--tstk-industrey-global-color);
	text-transform: uppercase;
	font-weight: 400 !important;
	letter-spacing: 0.5px;
}
.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .owl-carousel .owl-nav{
	top: calc(0% - 32%);
	width: auto;
	right: 0;
}
.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
	right: 0;
	left: auto;
}
.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next{
	margin-top: 53px;
}
.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .themestek-testimonial-expand-right > .container{
	margin: unset;
}
.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .tstk-heading-subheading.tstk-reverse-heading-yes{
	display: flex;
	width: 70%;
}
.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .tstk-heading-subheading.tstk-reverse-heading-yes .tstk-element-subtitle{
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	margin-top: 15px;
}
.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .tstk-heading-subheading.tstk-reverse-heading-yes .tstk-element-title{
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}
.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .owl-carousel .owl-nav{
	display: none;
}
.tstk-element-testimonial-style-2-bg .tstk-col-stretched-left .tstk-stretched-div {
	right: 330px;
	left: 330px;
}
.elementor-section:not(.elementor-section-full_width.elementor-section-stretched):not(.tstk-col-stretched-left.tstk-left-col-stretched-content-yes) .tstk-element-testimonial-style-2 .themestek-testimonial-expand-right,
.tstk-element-testimonial-style-2.themestek-element-viewtype-row-column .themestek-testimonial-expand-right {
	padding-left: 0!important;
}
/*=== Responsive ===*/
@media (max-width: 1200px){
	.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .tstk-heading-subheading.tstk-reverse-heading-yes{
		display: block;
	}
	.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .tstk-heading-subheading.tstk-reverse-heading-yes .tstk-element-title,
	.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .tstk-heading-subheading.tstk-reverse-heading-yes .tstk-element-subtitle{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 15px;
	}
	.tstk-element-testimonial-style-2 .tstk-carousel-navs{
		right: 50px;
	}
	.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .tstk-ele.tstk-ele-testimonial{
		margin: 0 30px;
	}
}
@media (max-width: 991px){
	.tstk-testimonial-style-2 .themestek-post-item{
		display: block!important;
	}
	.tstk-testimonial-style-2 .themestek-box-content{
		padding-left: 0;
		padding-top: 35px;
	}
	.tstk-testimonial-style-2 .tstk-featured-wrapper{
		margin: 0 auto;
	}
	.tstk-testimonial-style-2 .themestek-testimonial-wrapper::before{
		top: -22px;
		left: calc(50% - 25px);
		border-width: 0px 20px 22px 20px;
		border-color: #fff transparent #fff transparent;
	}
	.tstk-testimonial-style-2 .themestek-box-content::after {
		bottom: 20px;
		right: 30px;
	}
}
@media (max-width: 767px){
	.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .owl-carousel .owl-nav{
		display: none;
	}
	.tstk-element-testimonial-style-2 .tstk-carousel-navs {
		right: 30px;
	}
	.tstk-element-testimonial-style-2.themestek-element-viewtype-carousel .tstk-ele.tstk-ele-testimonial {
		margin: 0 15px;
	}
	.tstk-testimonial-style-2 .themestek-box-content::after {
		font-size: 50px;
		line-height: 50px;
		bottom: 30px;
		right: 15px;
	}
}
/*===== RTL =====*/
body.rtl .tstk-element-testimonial-style-2-bg .tstk-col-stretched-right .tstk-stretched-div {
	right: 330px;
	left: 330px;
}
body.rtl .tstk-testimonial-style-2 .themestek-box-content{
	padding-left: 0px;
	padding-right: 35px;
}
body.rtl .tstk-testimonial-style-2 .themestek-box-content::after{
	left: 50px;
	right: inherit;
}
body.rtl .tstk-testimonial-style-2 .themestek-testimonial-wrapper::before{
	border-width: 20px 0px 12px 20px ;
	left: inherit;
	right: -20px;
}
body.rtl .tstk-testimonial-style-2 .themestek-box-author::after{
	left: inherit;
	right: -60px;
}
body.rtl .tstk-element-testimonial-style-2 .tstk-carousel-navs{
	left: 0;
	right:inherit;
}
body.rtl .tstk-testimonial-style-2 .themestek-box-desc blockquote{
	font-size: 22px;
}
body.rtl .tstk-testimonial-style-2 .themestek-box-title{
	font-size: 20px;
}
body.rtl .tstk-testimonial-style-2 .themestek-testimonial-detail{
	font-size: 14px;
}
@media (max-width: 1200px){
	body.rtl .tstk-element-testimonial-style-2 .tstk-carousel-navs{
		left: 50px;
	}
}
@media (max-width: 991px){
	body.rtl .tstk-testimonial-style-2 .themestek-box-content{
		padding-right: 0px;
	}
	body.rtl .tstk-testimonial-style-2 .themestek-testimonial-wrapper::before{
		right: calc(50% - 25px);
		border-width: 0px 20px 22px 20px;
	}
	body.rtl .tstk-testimonial-style-2 .themestek-box-content::after {
	left: 30px;
	}
}
@media (max-width: 767px){
	body.rtl .tstk-testimonial-style-2 .themestek-box-content::after {
	left: 15px;
	}
}