.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);
}
.gtranslate_wrapper img {
	width: 30px !important;
}
  html, body {
      overflow-x: hidden;
  }
.fl-module-fl-post-content h1 {
    font-size: 30px;
}
.fl-module-fl-post-content h2 {
    font-size: 28px;
}
.fl-module-fl-post-content h3 {
    font-size: 26px;
}
.fl-module-fl-post-content h4 {
    font-size: 24px;
}
.fl-module-fl-post-content h5 {
    font-size: 22px;
}
.fl-module-fl-post-content h6 {
    font-size: 20px;
}



.v-thumbnail img {
    height: 260px !important;
    object-fit: cover;
}
.v-post {
    position: relative;
}
.v-konten a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.90);
	color: #000000 !important;
    margin: 0 auto;
    text-align: center;
    padding-top: 18%;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.v-post:hover .v-konten a {
    opacity: 1;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.v-icon {
    color: #aeaeae !important;
}
.v-title {
    font-size: 21px;
    color: #000;
    line-height: 30px;
}
.v-time {
    color: #717171 !important;
    font-size: 14px;
}
.uabb-blog-posts-carousel .slick-prev, [dir='rtl'] .uabb-blog-posts-carousel .slick-next {
    left: 15px !important;
}
.uabb-blog-posts-carousel .slick-next, [dir='rtl'] .uabb-blog-posts-carousel .slick-prev {
    right: 15px !important;
}

@media only screen and (max-width: 768px) {
	.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%;
    }
}