.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}
.fl-module-adv-testimonials .bx-wrapper {
    margin: 0 auto;
}
a {
	text-decoration: none !important
}
.white-image img {
	filter: brightness(0) invert(1);
}
.velocity-button > div > a, .velocity-button > a {
    background-color: #3262A0 !important;
    border-radius: 30px;
    color: #ffffff !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
	text-align: center;
}
.velocity-button > div > a:hover, .velocity-button > a:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}


@media only screen and (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }
	.fl-module-content-slider .fl-slide .fl-slide-content {
        padding: 0 !important;
    }
    .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 1000px !important;
    }
}
