/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2025 | 20:34:43 */
.grayscale_img img {
	filter: grayscale(100%);
}
.img_quote_row{
	display: flex;
	align-items: center;
}
.img_quote_row > div:first-child {
	margin: 0;
}
.img_quote_row > div:last-child {
	width: 355px;
}
.img_quote_row > div {
	width: unset ! IMPORTANT;
}
ul.trusted_company_slider img {
	object-fit: contain;
	object-position: 50% 50%;
	width: -webkit-fill-available;
	height: 3rem;
	filter: grayscale(100%);
}
.company_logos img {
	object-fit: contain;
	object-position: 50% 50%;
	width: 160px;
	height: 36px;
	filter: grayscale(100%);
}
.company_logos_wrapper h4 {
    text-align: center;
    font-size: 16px;
    color: #787474;
    line-height: 20px;
    padding-bottom: 20px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #101828 !important;
    line-height: 55px;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.company_logos_wrapper h4 span {
	font-weight: bold;
}
.company_logos_wrapper h3 {
    text-align: center;
	font-size: 22px;
	    padding-bottom: 40px;
}
.company_logos_wrapper h3 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 40px;
    color: #787474;
		font-weight: normal !Important;

}
.company_logos_wrapper h3 span {

}
section.company_logos.sdo_logos {
	display: flex;
	justify-content: center;
}
.logo_block {
	display: flex ! IMPORTANT;
	justify-content: center;
	padding: 0px 5px !Important;
}
/*CSS Preformat JS*/
section.company_logos.logo_slick {
	display: flex;
	justify-content: space-between;
}
section.company_logos.logo_slick > div.logo_block:nth-child(n+7) {
    display: none ! IMPORTANT;
}
@media only screen and (max-width: 767px) {
	body section.company_logos.logo_slick.slick-initialized.slick-slider{
		margin-top: 20px;
	}
}
