/*=== Testimonial style 1 ===*/
.dsvy-testimonial-style-1 .designervily-author-wrapper {
	align-items: center;
}
.dsvy-testimonial-style-1 .dsvy-featured-wrapper{
	width: 80px;
	height: 80px;
}
.dsvy-testimonial-style-1 .designervily-box-author{
	padding-left: 65px;
}
.dsvy-testimonial-style-1 .designervily-box-img{
	display: none;
}
.dsvy-testimonial-style-1 .designervily-testimonial-detail{
	font-size: 13px;
	line-height: 24px;
}
.dsvy-testimonial-style-1 .designervily-box-title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0; 
	color: var(--dsvy-politicia-global-color);
}
.dsvy-elementor-bg-color-gradient .dsvy-testimonial-style-1 .designervily-box-title,
.dsvy-elementor-bg-color-globalcolor .dsvy-testimonial-style-1 .designervily-box-title{
	color: var(--dsvy-politicia-secondary-color);
}
.dsvy-testimonial-style-1 .designervily-box-desc blockquote{
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: italic;
	font-weight: 500;
}
.dsvy-testimonial-style-1 .designervily-box-desc{
	margin-bottom: 25px;
}
.dsvy-testimonial-style-1 .designervily-author-wrapper,
.dsvy-testimonial-style-1 .designervily-box-content{
	position: relative;
}
.dsvy-quote-style-1:before {
	position: absolute;
	content: '\e868';
	bottom: 25px;
	right: 100px;
	font-size: 200px;
	opacity: .10;
	font-family: "designervily-base-icons";
	color: var(--dsvy-politicia-white-color);
}
.dsvy-testimonial-style-1 .designervily-author-wrapper::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 50px;
	background:  var(--dsvy-politicia-global-color);
	left: 0;
	margin-top: -25px;
}
.dsvy-elementor-bg-color-gradient .dsvy-testimonial-style-1 .designervily-author-wrapper::before,
.dsvy-elementor-bg-color-globalcolor .dsvy-testimonial-style-1 .designervily-author-wrapper::before{
	background-color: var(--dsvy-politicia-secondary-color);
}