/*
---------------------------
TESTIMONIALS
---------------------------
*/

.testimonial {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0);
	min-height: 220px;
	position: relative;
	z-index: 98 !important;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

a.testimonial:hover {
	background: rgba(255, 255, 255, 1);
	z-index: 99 !important;
/*
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
*/
}



.testimonial .testimonial-content {
	position: relative;
	text-align: left;
	margin: 0 0 0rem;
	padding: 3rem 3rem 1.5rem 3rem;
	border: 0;
	border-radius: var(--radius-large);
	background: rgba(var(--color-color6-rgb), 0.2);
}
.testimonial .testimonial-content:after {
	position: absolute;
	bottom: -16px;
	left: 3rem;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: rgba(var(--color-color6-rgb), 0.2)  transparent transparent transparent;
	
}

.testimonial .testimonial-content:before {
	position: absolute;
	top:1rem;
	left: 1rem;
	content:'';
	opacity: 0.08;
	z-index: 2;
	width: 70px;
	height:70px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyBpZD0iTGFhZ18xIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNzYuMDUgNTYuNDYiPiA8cGF0aCBkPSJNMjkuNCwyLjI5bC44OCwxLjk5Yy44OCwxLjk5LjQ0LDMuNzYtMS43Nyw0LjY0LTEwLjE3LDUuMDgtMTMuOTMsMTMuNzEtMTMuOTMsMjEuNDQsMS41NS0uNDQsMi44Ny0uNjYsMy45OC0uODgsOC40LS40NCwxMi44Miw1Ljc1LDEzLjA0LDEyLjM4LjIyLDcuNzQtNS4wOCwxNC41OS0xNS45MiwxNC41OUMzLjA5LDU2LjQ2LDAsNDQuMDgsMCwzNy44OSwwLDIwLjY0LDguODQsNi43MiwyNC41NC41M2MxLjk5LTEuMTEsMy43Ni0uNDQsNC44NiwxLjc3Wk03My44NCwyLjI5bC44OCwxLjk5Yy44OCwxLjk5LjQ0LDMuNzYtMS43Nyw0LjY0LTEwLjE3LDUuMDgtMTMuOTMsMTMuNzEtMTMuOTMsMjEuNDQsMS41NS0uNDQsMi44Ny0uNjYsMy45OC0uODgsOC40LS40NCwxMi44Miw1Ljc1LDEzLjA0LDEyLjM4LjIyLDcuNzQtNS4wOCwxNC41OS0xNS45MiwxNC41OS0xMi42LDAtMTUuNy0xMi4zOC0xNS43LTE4LjU3LDAtMTcuMjQsOC44NC0zMS4xNywyNC41NC0zNy4zNiwyLjIxLTEuMTEsMy43Ni0uNDQsNC44NiwxLjc3WiIvPiA8L3N2Zz4=");

}
.testimonial .testimonial-content .testimonial-title {
	font-size: 24px;
color: var(--color-color6-dark);
}
.testimonial .testimonial-content p {
	
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--color-color6-dark);

}

.testimonial .testimonial-author {
	
	width: 100%;
	padding: 1.5rem 0rem 1.5rem 1.66rem;
	border-radius: 0 0 0px 0px;
	border-top: 0px solid #eee;
	display: flex;
	align-items: center;
	justify-content: flex-start;

}
.testimonial .testimonial-author-image {
	width: 64px;
	height: 64px;
	border-radius: 30px 30px 30px 30px;
	margin-right: 1rem;
}
.testimonial-author-section {

}
.testimonial .testimonial-author-name {
	font-weight: 500;
	font-size: 22px;
	color: var(--color-color6-dark);
	margin:0;
}
.testimonial .testimonial-author-function {
	font-size: 16px;
	color: var(--color-color6);
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) .testimonial .testimonial-content p,
[class*=" bg-"]:not(.bg-white):not(.bg-light) .testimonial .testimonial-author-name {
	color: rgba(255, 255, 255, 1) !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .testimonial .testimonial-author-function {
	color: rgba(255, 255, 255, 0.4) !important;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) .testimonial .testimonial-content {
	background: rgba(255, 255, 255, 0.08);
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .testimonial .testimonial-content:after {
	border-color: rgba(255, 255, 255, 0.08)  transparent transparent transparent;
	
}

