body.home.overflow-body .wrapper{
	-webkit-filter: unset !important;
    filter: unset !important;
}
/*** read more testimonials button ***/
.section-testimonials .link_center a#-cta-button{
	background: #308091;
    color: #fff;
    padding: 15px 20px;
    border-radius: 100px;
    text-decoration: none;
    display: block;
    max-width: 394px;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
}
.section-testimonials .link_center a#-cta-button:hover{
	background: #1b6777;
}

.section-testimonials .item ul li:before{
	top:5px !important;
}


header .link_page a{
	padding: 1.15em 1.6em;
	
}

@media(min-width:767px){
	header .link_page a{
		min-width: 14rem;
	}
}

.po-form .input-item textarea{
	font-family: 'Arial' !important;
}
@media (max-width:568px){
	.section-testimonials .link_center a#-cta-button{
		font-size:2.0rem;
	}
}

body.home {
	background:#ffffff !important;
}