/* Home Testimonial block start */
#psttestimonialcmsblock .title-wrapper{text-align:center; margin:0;}
#psttestimonialcmsblock .product_inner_cms {
    padding: 30px 0 0 0;
}
#psttestimonialcmsblock {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 0;
}
#left-column #psttestimonialcmsblock .block_content,#right-column #psttestimonialcmsblock .block_content{width:100%;float:left;}
#psttestimonialcmsblock .name a {
    display: inline-block;
    font-weight: 500;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
}
#psttestimonialcmsblock .designation a {
    color: #999999;
}
#psttestimonialcmsblock .owl-page{
	background-color: #444444;
}
#psttestimonialcmsblock .owl-page.active,#psttestimonialcmsblock .owl-page:hover {
    background-color: #7a78a1;
    cursor: default;
}
#psttestimonialcmsblock .name a:hover{color:#7D7BA5;}
#psttestimonialcmsblock .testmonial-image{     
	display: inline-block;
    position: relative;
}
#psttestimonialcmsblock .testmonial-image:before{
	content: '';
    border: 1px solid #999999;
    height: 130px;
    width: 130px;
    left: -5px;
    top: -5px;
    display: inline-block;
    position: absolute;
    right: auto;
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;	
}
#psttestimonialcmsblock .testmonial-image img{
	max-width:100%;
	height:auto;
	border: 1px solid #999999;
	display: inline-block;
	height: 120px;	
	width: 120px;
	position: relative;	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow:hidden;
}
#psttestimonialcmsblock .desc {
    margin: 30px auto;
    width: 70%;
    color: #444444;
    border: 2px solid #dddddd;
    padding: 20px;
    position: relative;
    font-size: 13px;
    line-height: 23px;
}
#psttestimonialcmsblock .desc:before{
    content: '';
    position: absolute;
    width: 0;
    top: -12px;
    bottom: auto;
	left: 0;
    margin: 0 auto;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #dddddd transparent;
}
#psttestimonialcmsblock .desc:after{
	content: '';
    position: absolute;
    top: auto;
    bottom: -12px;
	left: 0;
    margin: 0 auto;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #dddddd transparent transparent transparent;
}
#psttestimonialcmsblock .designation{
	display: block;
	font-size: 14px;
	vertical-align: top;
	color: #aaaaaa;
	margin-bottom: 20px;
}
#psttestimonialcmsblock ul#psttestimonial-carousel {
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-color: #dddddd;
    padding: 0 0 22px 0;
}
@media (max-width: 991px) {
#psttestimonialcmsblock .container {
    margin: 0;
}
#psttestimonialcmsblock {
    padding: 0;
    margin-bottom: 40px;
}
}
@media (max-width: 767px) {
#psttestimonialcmsblock {
    margin-bottom: 50px;
}
}
/* Home Testimonial block end */