/* Css for testimonial cms strat */

#psttestimonialcmsblock {
    overflow: hidden;
    background-image: url(../img/test-bg.jpg);
    padding: 75px 0;
    margin-bottom: 80px;
}

#psttestimonialcmsblock #psttestimonial-carousel {
    display: block;
    margin: 0;
    position: static;
    background-color: #ffffff;
    padding: 45px 0;
}

#psttestimonialcmsblock #psttestimonial-carousel .item {
	position: relative;
}

#psttestimonialcmsblock .testmonial-image {
	width: 100px;
	margin: 0 auto 20px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	-moz-border-radius:50%;
	overflow: hidden;
}

#psttestimonialcmsblock .testmonial-image img {
	max-width: 100%;
}

#psttestimonialcmsblock .testimonial-desc {
	margin-bottom: 20px;
}

#psttestimonialcmsblock .testimonial-desc .name {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
}

#psttestimonialcmsblock .testimonial-desc .designation a {
	color:#808080;
}
#psttestimonialcmsblock .testimonial-desc .designation a:hover {
    color: #111111;
}
#psttestimonialcmsblock .testimonial-detail {
display: block;
    clear: both;
    text-align: center;
    width: 80%;
    margin: 0 auto 50px;
}

#psttestimonialcmsblock .owl-pagination {
	clear: both;
}

@media (max-width: 991px) {

	#psttestimonialcmsblock .testimonial-detail {
		width: 90%;
	}
	#psttestimonialcmsblock {
		padding: 50px 0;
		    margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#psttestimonialcmsblock .testimonial-detail {
    	width: 100%;
	}
}
@media (max-width: 479px) {
	#psttestimonialcmsblock .testmonial-image {
		float: none;
		margin: 0 auto;
	}
	#psttestimonialcmsblock .testimonial-desc {
		padding: 10px 0;
		text-align: center;
	}
	#psttestimonialcmsblock .testimonial-detail {
		text-align: center;
	}
	#psttestimonialcmsblock #psttestimonial-carousel .item:before {
		width: 50px;
		height: 50px;
		background-size: 50px;
	}
}


/* Css for testimonial cms end */