.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
}
header.fl-builder-content {
    position: relative;
    z-index: 9;
}
.white-image img {
	filter: brightness(0) invert(1);
}
.velocity-menu-link > div > a, .velocity-menu-link > a {
    background-color: var(--fl-global-secondary);
    border-radius: 5px;
    color: #ffffff !important;
}
.velocity-menu-link > div > a:hover, .velocity-menu-link > a:hover {
    background-color: var(--bs-primary);
}
.velocity-layanan .fl-cta-inline {
    display: table;
}
.velocity-layanan .fl-cta-inline .fl-cta-text {
    width: 50%;
	display: table-cell;
}
.velocity-layanan .fl-cta-inline .fl-cta-button {
    padding-left: 0;
    width: 50%;
	display: table-cell;
	padding-top: 0px;
}
.velocity-layanan .fl-callout-content .fl-callout-title-text {
    display: block;
    position: relative;
    padding-bottom: 13px;
}
.velocity-layanan .fl-col-content .fl-callout-content .fl-callout-title-text::before {
	content: '';
	background-color: var(--bs-primary);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 20%;
	border-radius: 20px;
	transition: all 400ms ease-in;
}
.velocity-layanan .fl-col-content:hover .fl-callout-content .fl-callout-title-text::before {
	width: 100%;
	background-color: var(--fl-global-secondary);
	transition: all 400ms ease-in;
}
footer.fl-builder-content:not(.fl-builder-empty) {
	font-size: 13px;
}
.velocity-heading .fl-heading-text {
    display: block;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #3c3c3c;
}
.velocity-heading .fl-heading-text:before {
	content: '';
	height: 3px;
	width: 50px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: var(--bs-primary);
}

.fl-module-fl-post-content h1 {
    font-size: 26px;
	color: #121212;
}
.fl-module-fl-post-content h2 {
    font-size: 24px;
	color: #121212;
}
.fl-module-fl-post-content h3 {
    font-size: 22px;
	color: #121212;
}
.fl-module-fl-post-content h4 {
    font-size: 20px;
	color: #121212;
}
.fl-module-fl-post-content h5 {
    font-size: 18px;
	color: #121212;
}
.fl-module-fl-post-content h6 {
    font-size: 16px;
	color: #121212;
}



@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-post-feed-post.fl-post-feed-image-beside {
		max-width: 500px !important;
	}
}
