<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* testimonial element-eight */

.testimonial.element-eight{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.testimonial.element-eight .testimonial-item{
	padding:0px 15px 0px 15px;
}

.testimonial.element-eight:not(.owl-carousel) .testimonial-item{
	float:left;
	margin-bottom:40px;
}

.testimonial.element-eight .testimonial-item:after{
	display:block;
	content:" ";
	width:100%;
	height:32px;
	background:url(../images/Style-Eight-Bottom-Shadow.png) left top no-repeat;
}

.testimonial.element-eight .testimonial-item &gt; .holder{
	padding:20px 22px 27px 22px;
	background-color:#fff;
	border:1px #efefef solid;
	text-align:left;
}

.testimonial.element-eight .testimonial-item &gt; .holder &gt; .main-holder{
	position:relative;
	padding-left:125px;
}

.testimonial.element-eight .testimonial-item &gt; .holder &gt; .main-holder &gt; .testimonial-title-pic{
	position:absolute;
	top:4px;
	left:0;
	z-index:1;
	text-align:center;
}

.testimonial.element-eight .testimonial-item &gt; .holder &gt; .main-holder &gt; .testimonial-title-pic img{
    display:inline-block;
    vertical-align:top;
    width:auto;
    width:100px;
    border:5px #fff solid;
	border-radius:50%;
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.1);
}

.testimonial.element-eight .testimonial-item &gt; .holder &gt; .main-holder &gt; .testimonial-title-data{
}

.testimonial.element-eight .testimonial-item &gt; .holder &gt; .main-holder &gt; .testimonial-title-data &gt; *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-eight .testimonial-item &gt; .holder &gt; .main-holder &gt; .testimonial-title-data blockquote{
	margin-bottom:20px;
}

.testimonial.element-eight .testimonial-item &gt; .holder &gt; .main-holder &gt; .testimonial-title-data blockquote &gt; *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-eight .testimonial-item &gt; .holder &gt; .main-holder &gt; .testimonial-title-data cite{
	display:block;
    margin-bottom:7px;
    font-weight:400;
    font-size:14px;
    line-height:26px;
    font-style:normal;
}

.testimonial.element-eight .testimonial-item &gt; .holder &gt; .main-holder &gt; .testimonial-title-data cite strong{
	display:block;
	margin-bottom:3px;
    font-weight:500;
    font-size:17px;
    color:#193a5e;
    line-height:26px;
}

.testimonial.element-eight .testimonial-item &gt; .holder &gt; .main-holder &gt; .testimonial-title-data blockquote p{
	margin-bottom:20px;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

	.testimonial.element-eight:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.testimonial.element-eight:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

	.testimonial.element-eight .testimonial-item &gt; .holder{
	    padding-left:80px;
	}

	.testimonial.element-eight .testimonial-item &gt; .holder &gt; .testimonial-title-pic img{
	    max-width:60px;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.testimonial.element-eight:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

	.testimonial.element-eight .testimonial-item &gt; .holder{
	    padding-left:80px;
	}

	.testimonial.element-eight .testimonial-item &gt; .holder &gt; .testimonial-title-pic img{
	    max-width:60px;
	}

}</pre></body></html>