/* Home Testimonial block start */
#psttestimonialcmsblock {
    clear: both;
	background: url(../img/testimonial-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
    margin-top: 0;
    padding: 100px 0 80px;
    margin-bottom: 100px;
    position: relative;
}
#psttestimonialcmsblock:before {
	content: '';
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	height: 14px;
	width: 100%;
	background: url(../img/pattern1.png);
}
#psttestimonialcmsblock:after {
	content: '';
	display: block;
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	height: 14px;
	width: 100%;
	background: url(../img/pattern2.png);
}
#psttestimonialcmsblock .psttest-wrap{
	width: 85%;
	margin: 0 auto;
}
#left-column #psttestimonialcmsblock .block_content,#right-column #psttestimonialcmsblock .block_content{width:100%;float:left;}
#psttestimonialcmsblock .name a {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}
#psttestimonialcmsblock .owl-wrapper .owl-item.active .name a{
	color: #79C2ED;
}
#psttestimonialcmsblock .name a:hover {
    color: #79C2ED;
}
#psttestimonialcmsblock .designation a {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}
#psttestimonialcmsblock .owl-page{
	background-color: #ffffff;
    height: 13px;
    width: 13px;
	
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;

}
#psttestimonialcmsblock .owl-page.active,#psttestimonialcmsblock .owl-page:hover {
	background-color: #79C2ED;
	cursor: default;
	
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#psttestimonialcmsblock .testmonial-image{     
	display: inline-block;
	position: relative;
	margin-right: 17px;
}
#psttestimonialcmsblock .testmonial-text{
	display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 25px 0 0;
    position: relative;
}
#psttestimonialcmsblock .item.cms_face {
    padding: 0;
}
#psttestimonialcmsblock .testmonial-image img{
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 100px;
	width: 100px;
	border-style: solid;
	border-width: 3px;
	border-color: transparent;
}
#psttestimonialcmsblock .owl-wrapper .owl-item.active .testmonial-image img{
	border-color: #79C2ED;
}
#psttestimonialcmsblock .product_inner_cms {
	margin:0 0 50px;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
#psttestimonialcmsblock .owl-wrapper .owl-item.active .product_inner_cms {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
}
#psttestimonialcmsblock .desc {
	line-height: 22px;
	color: #777777;
	font-size: 14px;
	font-weight:400;
	position: relative;
	margin: 0 auto;
    width: 100%;
    padding: 30px;
    background: #ffffff;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -khtml-border-radius: 99px;
    -moz-border-radius: 99px;
}
#psttestimonialcmsblock .desc:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: 0 0 15px;
	height: 30px;
	width: 30px;
	background: url(../img/quote.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 0;
}
#psttestimonialcmsblock .desc p {
    position: relative;
    z-index: 1;
}
#psttestimonialcmsblock .owl-carousel .owl-wrapper-outer {
    margin-bottom: 40px;
}
#psttestimonialcmsblock .owl-carousel {
	z-index: 99;
}
@media (max-width: 1199px) {
	#psttestimonialcmsblock{
	    padding: 70px 0 50px;
	}
}
@media (max-width: 991px) {
#psttestimonialcmsblock .testmonial-text{
    display: block;
    text-align: center;
}
#psttestimonialcmsblock .psttest-wrap{
    width: 100%;
}
#psttestimonialcmsblock .desc{
    padding: 22px 15px;
}
#psttestimonialcmsblock {
    padding: 60px 0 30px;
	margin-bottom: 60px;
}
}
@media (max-width: 767px) {
	#psttestimonialcmsblock .product_inner_cms{
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
}
/* Home Testimonial block end */