/*** themestek-testimonialbox-style-1 ***/
.themestek-testimonialbox-style-1{
    padding-left: 65px;
}
.themestek-testimonialbox-style-1 blockquote{
    background-color: transparent;
    padding: 0;
    margin: 0px;
    font-style: normal; 
}
.themestek-bgcolor-darkgrey .themestek-testimonialbox-style-1 blockquote,
.themestek-bgcolor-skincolor .themestek-testimonialbox-style-1 blockquote,
.themestek-bgcolor-skincolor .themestek-testimonialbox-style-1 blockquote:after,
.themestek-bgcolor-skincolor .themestek-testimonialbox-style-1 .themestek-box-footer{
	color: #fff;
}
.themestek-bgcolor-skincolor .themestek-testimonialbox-style-1 .themestek-author-name{
	color: #000;
}
.themestek-testimonialbox-style-1 blockquote:after {
    top: 0;
    left: -60px;
}
.themestek-testimonialbox-style-1 .themestek-author-name{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.themestek-bgcolor-darkgrey .themestek-testimonialbox-style-1 .themestek-author-name{
	color: #fff;
}
.themestek-testimonialbox-style-1-colum.themestek-column .vc_column-inner{
    width: 550px;
}
.themestek-testimonialbox-style-1-colum .slick-dots{
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: auto;
}
.themestek-testimonialbox-style-1 blockquote:after,
.themestek-testimonialbox-style-1 .themestek-box-footer {
	color: var(--themestek-moversco-skincolor);
}

@media (max-width: 991px){
	.themestek-testimonialbox-style-1-colum.themestek-column .vc_column-inner {
		width: 490px;
	}
}

@media(max-width:767px) {	
	.themestek-testimonialbox-style-1-colum.themestek-column .vc_column-inner{
		width: auto;
	}
}