.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);
}

.fl-module-content-slider .fl-content-slider-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 0;
    top: auto;
}
.fl-content-slider-navigation .slider-prev {
    left: 5px;
    bottom: 5px;
}
.fl-content-slider-navigation .slider-next {
    right: auto;
	left: 63px;
    bottom: 5px;
}
.fl-module-content-slider .slider-prev, .fl-module-content-slider .slider-next {
    padding: 10px;
    background: var(--bs-primary);
}
.velocity-uabb-photo-gallery .uabb-photo-gallery img {
	padding: 10px;
}

.fl-module-content-slider .fl-slide-content .fl-slide-text * {
	color: #000000 !important;
}
.fl-module-content-slider .fl-slide .fl-slide-title {
    line-height: 1.2;
}
.velocity-row {
	overflow: hidden;
}
.velocity-row .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
    font-size: 29px !important;
    line-height: 29px !important;
}

@media only screen and (min-width: 768px) {
	.fl-module-content-slider .slider-prev, .fl-module-content-slider .slider-next {
		padding: 20px;
	}
	.fl-content-slider-navigation .slider-next {
		left: 82px;
	}
	.velocity-row .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
		font-size: 86px !important;
		line-height: 90px !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-content-slider .fl-slide-bg-photo {
		height: 450px;
   }
   .fl-slide-mobile-photo {
		display: none;
   }
	.fl-content-slider .fl-slide .fl-slide-content {
		background-color: transparent;
   }
   .fl-content-slider .fl-slide .fl-slide-foreground {
	   position: absolute;
	   top: 0;
	   display: flex;
	   justify-content: center;
	   align-items: center;
	   width: 100%;
	   height: 100%;
   }
   .fl-module-content-slider .fl-slide .fl-slide-title {
		color: var(--fl-global-dark) !important;
   }
}
