/* Testimonial block start */
#testimonial-carousel{margin:0;}
.psttestimonialcmsblock-wrapper{direction: ltr !important;    width: 80%;
    margin: 0 auto;    background: #A6BF25;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-khtml-border-radius: 200px;
	-moz-border-radius: 200px;
}
#psttestimonialcmsblock{
	padding: 55px 0 50px;   
    background-image: url("../img/tc-testimonail-bg.jpg");
    background-repeat: no-repeat;
    background-position: left;
	background-size: cover;
	margin-bottom: 80px;
}

#psttestimonialcmsblock .name a{
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 16px;
    color: #ffffff;
}
#psttestimonialcmsblock .designation a{color:#ffffff;}
#psttestimonialcmsblock .designation a:hover{color:#000000;}
#psttestimonialcmsblock .testmonial-image{
	background-color: #ffffff;	
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
	overflow: hidden;
	margin:0 15px;
}
#psttestimonialcmsblock .name a:hover {
	color:#000000;
}
#psttestimonialcmsblock .testmonial-detail {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
	text-align:left;
}
.product_inner_cms {
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 20px;
    width: 85%;
}
#testimonial-carousel .item.cms_face{
    padding: 40px 20px;	
}
#psttestimonialcmsblock .desc{
	color: #ffffff;	
}
#psttestimonialcmsblock .desc:before{
	font-family: 'FontAwesome';
    content: '\f10d';
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
#psttestimonialcmsblock .owl-pagination {
    bottom: 30px;
    margin-top: 20px;
}

#psttestimonialcmsblock .owl-page {
    background-color: #ffffff;
}
#psttestimonialcmsblock .owl-page.active, #psttestimonialcmsblock .owl-page:hover {
    background-color: #e77817;
}
@media (max-width: 1249px) {
	.psttestimonialcmsblock-wrapper{
	    width: 90%;
	}
	#psttestimonialcmsblock .owl-pagination {
		opacity: 1;	
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity:1;	
	}
}
@media (max-width: 767px) {
	.psttestimonialcmsblock-wrapper {
		width: 100%;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-khtml-border-radius: 100px;
		-moz-border-radius: 100px;
	}
	.product_inner_cms{
	    width: 100%;
	}
	#psttestimonialcmsblock .testmonial-image{
		margin:0;	
	}	
	#psttestimonialcmsblock .testmonial-detail{
		margin: 12px 0 0 15px;
		text-align: center;
	}

}
@media (max-width: 479px) {
.psttestimonialcmsblock-wrapper {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
}
}

/* Testimonial block end */