.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-image-1x1 img {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.velocity-image-4x3 img {
	aspect-ratio: 4/3;
	object-fit: cover;
}
.velocity-cari-produk {
	background-color: rgba(255, 255, 255, 0.3);
}
.framed-slider .bx-pager {bottom: 30px !important;}
.framed-slider .bx-wrapper .bx-pager.bx-default-pager a {width: 40px;}

.framed-slider .bx-pager.bx-default-pager a.active {background: #ffffff !important;}
.framed-slider .fl-slide-text {
    animation: fadeInUp 1s ease forwards;
}
.framed-slider .fadeInUp {
    animation: fadeInUp 1s ease backwards;
}



@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;
    }
     .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-slide-content-wrap {
		padding: 0 25px;
	}
}

@media only screen and (max-width: 1000px) {
    footer.fl-builder-content .fl-row-bg-photo > .fl-row-content-wrap {
		background-image: none !important;
	}
    .text-md-white .fl-heading .fl-heading-text {
		color: #fff !important;
	}
}
