/* Home Testimonial block start */


#psttestimonialcmsblock {
	clear: both;
	overflow: hidden;
}

#left-column #psttestimonialcmsblock .block_content,
#right-column #psttestimonialcmsblock .block_content {
	width: 100%;
	float: left;
	padding: 30px 20px;
}

#psttestimonialcmsblock .name a {
display: inline-block;
    font-weight: 400;
    margin-top: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 13px;
    color: #444444;
}

#psttestimonialcmsblock .name a:hover {
	color: #2CBDA5;
}

#psttestimonialcmsblock .testmonial-image {
	    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    height: 90px;
    overflow: hidden;
    width: 90px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

}

#psttestimonialcmsblock .testmonial-image img {
	max-width: 100%;
	height: auto;
		border-radius: 50%;
}

#psttestimonialcmsblock .testmonial-image:hover {
	border-color: #2CBDA5;
	transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;

}

#psttestimonialcmsblock .desc {
		color:#444444;
		line-height: 25px;
		margin: 20px auto 0;
}

#psttestimonialcmsblock .designation {
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}

#psttestimonialcmsblock .owl-buttons {
	position: absolute;
	top: -75px !important;
	right: -10px !important;
	left: auto;
}

#psttestimonialcmsblock .owl-buttons div {
	float: left;
	height: 23px;
	width: 23px;
	line-height: 23px;
	border: none;
	margin: 0 3px;
	cursor: pointer;
}

#psttestimonialcmsblock .owl-buttons div:hover:before {
	color: #000000;
}

#psttestimonialcmsblock .owl-buttons div:before {
	font-size: 20px;
	color: #ffffff;
}

#psttestimonialcmsblock .owl-buttons .owl-prev {
	left: 0;
	right: auto;
	background-color: transparent;
}

#psttestimonialcmsblock .owl-buttons .owl-next {
	left: auto;
	right: 0;
	background-color: transparent;
}

#psttestimonialcmsblock .owl-pagination {
    clear: both;
    display: none;
}
@media (max-width: 991px){ 
#psttestimonialcmsblock .owl-pagination {
    clear: both;
    display: block;
}
#psttestimonialcmsblock .owl-buttons{display:none;}
}
/* Home Testimonial block end */