
#wdcmstestimonial {
    width: 100%;
    float: left;
    background-image: url('../img/testimonial-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 90px 0;
    margin: 0 0 200px;
}
#wdtestimonial {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 80px ;
}
#wdcmstestimonial .wdtestimonial-main {
    float: left;
    width: 100%;
}
#wdcmstestimonial .wd-titletab .wd-title{
    color: #fff;
}
.testi-img {
    float: left;
    width: 100%;
    padding: 7px 0 50px;
}

#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%;
    letter-spacing: 0.4px;
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-user-title h4 {
    color: #fff;
    font: 600 22px/22px var(--secondary-font);
    text-transform: uppercase;
    margin: 0;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-content .testimonial-desc p {
    font: 400 14px/26px var(--primary-font);
    color: #fff;
    margin: 0;
    text-align: center;
    letter-spacing: 0.4px;
}
#wdcmstestimonial .wdtestimonial-content .tttestimonial-title {
	font: 700 30px/44px var(--primary-font);
	color: #111;
}
#wdcmstestimonial .testimonial-content .testimonial-desc {
    margin: 10px 0 40px;
    width: 100%;
    display: inline-block;
    float: none;
}
#wdcmstestimonial .testimonial-content {
	width: 60%;
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#wdcmstestimonial .testimonial-content::before{
	background-image: url(../img/quote.png);
    background-color: transparent;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 100px;
    width: 65px;
    content: "";
    display: block;
    margin: auto;
    padding: 10px 0;
    background-size: 64px;
}
#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;
    float: left;
    width: 100%;
}
#wdcmstestimonial .owl-carousel .owl-dots button.active {
    background:#fff;
    height: 10px;
    width: 10px;
}
#wdcmstestimonial .owl-carousel .owl-dots button:hover{
	background: #fff;
}
#wdcmstestimonial .owl-carousel .owl-dots button {
    height: 10px;
    width: 10px;
    background: rgba(255,255,255,.3);
    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 .testimonial-content {
	width: 53%;
}
#wdcmstestimonial {
    margin: 0 0 120px;
}

}
@media (max-width:1199px) and (min-width:992px){
#wdcmstestimonial .testimonial-content {
	width: 72%;
}
#wdcmstestimonial {
    padding: 70px 0;
}
}
@media (max-width:991px){
	.testi-img {
		float: left;
		width: 100%;
		padding: 7px 0 30px;
	}
	#wdcmstestimonial {
		margin: 0 0 200px;
	}
	
}
@media (max-width:991px) and (min-width:768px){

	
	#wdcmstestimonial .testimonial-content .testimonial-desc {
		margin: 25px 0 30px;
	}
	#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 20px;
	}
	#wdcmstestimonial .testimonial-content {
		width:80%;
	}
	#wdcmstestimonial .testimonial-content::before{
		height: 50px;
	}

}

@media (max-width:767px) {
	#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;
}
#wdcmstestimonial .testimonial-user-title{
	margin: 0 0 20px;
}
#wdtestimonial {
    padding: 0 0 40px;
}
#wdcmstestimonial .testimonial-content::before {
    height: 40px;
    background-size: 50px;
}
#wdcmstestimonial {
    padding: 50px 0;
    margin: 0 0 60px;
}
}	

@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) {
	.testi-img {
		padding: 7px 0 20px;
	}
	#wdcmstestimonial {
		padding: 40px 0;
		margin: 0 0 40px;
	}
	.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;
	}
}