/* Home Testimonial block start */
#psttestimonialcmsblock {
	clear: both;
	overflow: hidden;
	padding: 70px 0 50px;
	margin-bottom: 80px;
	background-attachment: fixed;
}
#psttestimonialcmsblock .test-wrapper {
    overflow: hidden;
    float: right;
    width: 40%;
}
#psttestimonialcmsblock .product-selection-title {
    text-transform: capitalize;
    line-height: 35px;
}
#psttestimonialcmsblock .title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    display: block;
}
#psttestimonialcmsblock .title-desc {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
#psttestimonialcmsblock .product-selection-title:before {
	content: '';
    display: block;
    background-color: #FFC000;
    position: absolute;
    width: 2px;
    height: 20px;
    bottom: 10px;
    left: 20px;
}
#left-column #psttestimonialcmsblock .block_content,#right-column #psttestimonialcmsblock .block_content{width:100%;float:left;}
#psttestimonialcmsblock .owl-page{
	background-color: #ffffff;
}
#psttestimonialcmsblock .owl-page.active,#psttestimonialcmsblock .owl-page:hover {
    background-color: #FFC000;
    cursor: default;
}
#psttestimonialcmsblock .name a:hover{color:#FFC000;}
#psttestimonialcmsblock .testmonial-image{     
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	border: 3px solid #ffc000;
	border-radius: 50%;
}
#psttestimonialcmsblock .testmonial-image img{
	max-width:100%;
	height:auto;
    border-radius: 50%;
}
#psttestimonialcmsblock .item.cms_face {
    width: 100%;
    text-align: left;
}
#psttestimonialcmsblock .product_inner_cms {
    background: #ffffff;
	margin-bottom: 45px;
	position:relative;
}
#psttestimonialcmsblock .product_inner_cms:after {
	border-color: #ffffff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
	border-style: solid;
	border-width: 25px;
	bottom: -50px;
	content: "";
	display: block;
	height: 0;
	left: 30px;
	margin: 0 auto;
	position: absolute;
	right: auto;
	top: auto;
	width: 0;
}
#psttestimonialcmsblock .desc-wrapper {
    text-transform: capitalize;
    padding: 20px 20px 0;
    text-align: right;
	position:relative;
}
#psttestimonialcmsblock .desc-wrapper:before {
	content:"";
	background:url("../img/left-quote.svg");
	background-size:30px;
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	left: 30px;
    top: 20px;
    height: 30px;
    width: 30px;
}
#psttestimonialcmsblock .name  {
	font-weight: 700;
	font-size: 24px;
	color: #242424;
}
#psttestimonialcmsblock .designation{
	font-size: 14px;
	font-weight:400;
}
#psttestimonialcmsblock .designation a{color: #aaaaaa;}
#psttestimonialcmsblock .designation a:hover{color: #FFC000;}
#psttestimonialcmsblock .desc {
	padding: 30px 20px 10px;
	line-height: 25px;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

@media (max-width: 767px) {
	#psttestimonialcmsblock .desc{width:100%;}
	#psttestimonialcmsblock .test-wrapper {
		width: 100%;
	}
}
/* Home Testimonial block end */