.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
}
.gt_selector {
    border: 1px solid #c3c3c3;
    padding: 5px 10px;
}
.uabb-row-particles-background{
	z-index: 999;
}
.slider-portofolio img {
    height: 250px !important;
    object-fit: cover;
}
.velocity-gallery .uabb-photo-gallery img {
    height: 180px !important;
	object-fit: cover;
}
.uabb-image-carousel-caption,
.uabb-photo-gallery-caption {
    text-overflow: unset !important;
    white-space: normal !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;
    }
}