
#wdcmstestimonial {
    width: 100%;
    float: left;
    background: #111;
    margin: 0 0 80px;
}
#wdtestimonial {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 80px ;
}
#wdcmstestimonial .wdtestimonial-main {
    float: left;
    width: 100%;
    padding: 0;
}
#wdcmstestimonial .wd-titletab {
    display: none;
}
.wdtestimonial-inner .wd-subtitle {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
    float: left;
    width: 100%;
	display: block;
}
.wdtestimonial-inner .wd-title{
	color: #fff;
}
.testi-img {
    float: left;
    width: 100%;
    padding: 7px 0 50px;
}
.wdtestimonial-image-left.col-sm-6 {
    padding: 0;
	cursor: pointer;
}
.wdtestimonial-content {
    display: flex;
    align-items: center;
}
.wdtestimonial-image-left:before,
.wdtestimonial-image-left:after{
	content: "";
	bottom: 15px;
	left: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: rgba(228, 218, 218, 0.07);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 1;
}

.wdtestimonial-image-left:before{
border-bottom: 1px solid var(--secondary-bg-color);
border-top: 1px solid var(--secondary-bg-color);
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
}
.wdtestimonial-image-left:after {
	border-left: 1px solid var(--secondary-bg-color);
	border-right: 1px solid var(--secondary-bg-color);
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}
.wdtestimonial-image-left:hover:before,
.wdtestimonial-image-left:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-user-title h4 {
	color: var(--primary-bg-color);
	font: 700 15px/16px var(--primary-font);
	text-transform: uppercase;
	margin: 0;
}
span.wdtestimonial-subtitle {
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    float: left;
    width: 100%;
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-user-title h4 {
    color: #fff;
    font: 600 14px/22px var(--secondary-font);
    text-transform: uppercase;
    margin: 0;
    float: left;
    width: 100%;
    margin: 0 0 6px;
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-content .testimonial-desc p {
    font: 400 13px/30px var(--primary-font);
    color: #fff;
    margin: 0;
    text-align: center;
}
#wdcmstestimonial .wdtestimonial-content .tttestimonial-title {
	font: 700 30px/44px var(--primary-font);
	color: #111;
}
#wdcmstestimonial .testimonial-content .testimonial-desc {
    margin: 20px 0 40px;
}
#wdcmstestimonial .testimonial-content {
    width: 80%;
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 40px 0 0;
}
#wdcmstestimonial .testimonial-content::before {
    background-image: url(../img/quote.svg);
    background-color: transparent;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 90px;
    width: 65px;
    content: "";
    display: block;
    margin: auto;
    padding: 0 0 0;
    background-size: 50px;
}
#wdcmstestimonial .wdtestimonial-main #wdtestimonial-carousel {
	margin: 0;
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-image {
	float: left;
	width: 112px;
	height: 112px;
	border: 6px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	-ms-box-shadow: 0 0 4px 1px rgba(0,0,0,.05);
	-o-box-shadow: 0 0 4px 1px rgba(0,0,0,.05);
	box-shadow: 0 0 4px 1px rgba(0,0,0,.05);
}

#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-image img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	float: left;
	width: 100%;
	height: 100%;
}
#wdcmstestimonial .testimonial-user-title {
	margin: 0 0 40px;
	display: inline-block;
	vertical-align: top;
}
#wdcmstestimonial .owl-carousel .owl-dots button.active {
    background: var(--secondary-bg-color);
    height: 10px;
    width: 10px;
}
#wdcmstestimonial .owl-carousel .owl-dots button:hover{
	background: var(--secondary-bg-color);
}
#wdcmstestimonial .owl-carousel .owl-dots button {
	height: 5px;
	width: 5px;
	background: #f1f1f1;
	border-radius: 8px;
	display: inline-block;
	margin: 0 5px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
#wdcmstestimonial .owl-carousel .owl-dots {
	position: static;
}
@media (max-width:1400px) {
	#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-content .testimonial-desc p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	#wdcmstestimonial .testimonial-content {
		margin: 10px 0 0;
	}
	#wdcmstestimonial .testimonial-content .testimonial-desc {
		margin: 10px 0 30px;
	}
	#wdcmstestimonial .testimonial-content::before {
		height: 70px;
		width: 45px;
		background-size: 40px;
	}
	#wdcmstestimonial .testimonial-user-title {
		margin: 0 0 10px;
	}
}
@media (max-width:1199px){
	#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-content .testimonial-desc p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#wdcmstestimonial .testimonial-content::before {
		height: 40px;
		width: 45px;
		background-size: 30px;
	}
	#wdcmstestimonial .testimonial-content .testimonial-desc {
		margin: 10px 0 20px;
	}
}

@media (max-width:991px){
	.testi-img {
		float: left;
		width: 100%;
		padding: 7px 0 30px;
	}
	
}
@media (max-width:991px) and (min-width:768px){
	.wdtestimonial-inner .wd-title {
		color: #fff;
		font-size: 22px;
	}
	.wdtestimonial-inner .wd-subtitle {
		margin: 0 0 0px;
	}

	#wdcmstestimonial .testimonial-content::before {
		height: 20px;
		background-size: 20px;
	}
	#wdcmstestimonial .testimonial-content .testimonial-desc {
		margin: 15px 0 15px;
	}
	#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-content .testimonial-desc p{
		font-size: 13px;
		line-height: 22px;
	}
	#wdcmstestimonial .testimonial-user-title {
		margin: 0 0 0px;
	}
	#wdcmstestimonial .testimonial-content {
		width:80%;
	}
	#wdcmstestimonial .testimonial-content::before{
		height: 30px;
	}
	#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-user-title h4{
		font-size: 13px;
	}
	span.wdtestimonial-subtitle {
		font-size: 11px;
	}
	#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-user-title h4 {
		margin: 0 0 0;
	}
}

@media (max-width:767px) {
	#wdcmstestimonial {
		margin: 0 0 50px;
	}
	.wdtestimonial-content {
		display: block;
	}
	.wdtestimonial-inner.col-sm-6 {
		width: 100%;
		padding: 30px 0;
	}
	.wdtestimonial-image-left.col-sm-6 {
		width: 100%;
	}

	#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-content .testimonial-desc p{
		font-size: 13px;
		line-height: 24px;
	}
#wdcmstestimonial .testimonial-content {
	width: 94%;
}
#wdtestimonial {
	padding: 0 0 40px;
}

#wdcmstestimonial .testimonial-content .testimonial-desc {
    margin: 25px 0 30px;
    display: inline-block;
    width: 80%;
}
#wdcmstestimonial .testimonial-user-title{
	margin: 0 0 20px;
}
#wdtestimonial {
    padding: 0 0 40px;
}
#wdcmstestimonial .testimonial-content::before{
	height: 30px;
}

}	

@media (max-width:730px) {

.testi-img img {
	max-width: 8%;
}
#wdcmstestimonial .testimonial-content {
	width: 80%;
}
#wdcmstestimonial .testimonial-content .testimonial-desc {
	margin: 15px 0 20px;
}
#wdcmstestimonial .testimonial-user-title {
	margin: 0 0 20px;
}
}
@media (max-width:543px) {
	#wdcmstestimonial {
		margin: 0 0 40px;
	}
	.testi-img {
		padding: 7px 0 20px;
	}

	#wdcmstestimonial .wdtestimonial-main #wdtestimonial-carousel {
		padding: 30px 0;
	}
	.testi-img img {
		max-width: 100px !important;
	}
	#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-content .testimonial-desc p {
		font-size: 13px;
		line-height: 22px;
	}
	#wdcmstestimonial .testimonial-content {
		width: 90%;
	}
	#wdcmstestimonial .testimonial-user-title {
		margin: 0 0 15px;
	}
	
	#wdcmstestimonial .wdtestimonial-main {
		padding: 00;
	}
}