*{
	padding: 0;
	font-family: "Inter", sans-serif; 
	margin: 0;
	box-sizing: border-box;
}
*::selection{
	background-color: #ee2f27;
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.877);
}
header .header-menus nav > ul > li:not(:last-of-type) {
	margin-right: 13px;
}
header .elementor-element.header-menus .elementor-element nav > ul {
	flex-wrap: nowrap;
}
header .header-menus nav {
	background: hsla(0,0%,85%,.2);
	border: .1vw solid rgba(0,0,0,.1);
	box-shadow: -.5208333333vw .5208333333vw 3.6458333333vw 1.0416666667vw rgba(0,0,0,.1);
	backdrop-filter: blur(.78125vw);
	padding: 10px 12px 10px 20px;
	border-radius: 50px;
	width: 100% !important;
}
body .elementor-widget-button .elementor-button, 
#neve_body .elementor-button {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background: #fff;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}
body .elementor-widget-button .elementor-button:hover span, 
#neve_body .elementor-button:hover span {
	z-index: 2;
}
body#neve_body .elementor-widget-button .elementor-button::after {
	content: "";
	position: absolute;
	bottom: -50%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #484846;
	transform-origin: bottom center;
	transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
	transform: skewY(9.3deg) scaleY(0);
}
#neve_body .head-lastdiv .elementor-button {
	background: #000;
}
body#neve_body .elementor-widget-button .elementor-button:hover::after {
	transform-origin: bottom center;
	transform: skewY(9.3deg) scaleY(2);
}
#neve_body .header-menus.elementor-element .elementor-element nav .hfe-button-wrapper a.elementor-button {
	background: #ee2f27;
	color: #fff;
	border-color: transparent;
}
#neve_body .header-menus.elementor-element .elementor-element nav .hfe-button-wrapper a.elementor-button:hover {
	background: #484846;
}
header .header-menus nav ul {
	align-items: center;
}
header .header-menus.elementor-element .elementor-element nav .hfe-button-wrapper a.elementor-button {
	padding: 5px 10px;
	border-radius: 30px;
}
header .head-logo a {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .elementor-element.header-logo {
	max-width: 300px;
}
body a, 
body a:hover {
	opacity: 1;
	transition: .3s ease-in-out;
}
img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
#neve_body .header-menus.elementor-element .elementor-element nav .hfe-button-wrapper a.elementor-button::after {
	display: none;
}
header .head-lastdiv .common-button {
	display: flex;
}
header .head-lastdiv .common-button a::before {
	position: absolute;
	left: auto;
	right: 11px;
	top: 0;
	bottom: 0;
	content: "\f007";
	font-family: fontawesome;
	transition: .3s ease-in-out;
	z-index: 1;
}
header .head-lastdiv .common-button a:hover::before {
	color: #fff;
}
header.header {
	width: 100%;
	max-width: 100%;
	transition: .3s ease-in-out;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 999;
}
.elementor-heading-title strong {
	position: relative;
	font-weight: inherit;
	font-family: inherit;
	z-index: 2;
  	display: inline-block;
}
.bg-design-text1::before {
	content: "";
	position: absolute;
	background: url("https://fldbcc.com/wp-content/uploads/2026/03/bg-color-fill.png");
	height: 100%;
	width: 100%;
	background-size: 100% 100%;
	z-index: -1;
	top: 2px;
	left: 0;
}
#neve_body .head-lastdiv .elementor-button:hover {
	border-color: #484846;
}
body .elementor-social-icon:hover {
	opacity: 1;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
	margin-bottom: 0;
}
body .common-heading-container {
	margin-left: auto;
	margin-right: auto;
}
.elementor-element.common-image.elementor-widget-image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.elementor-element.common-image.elementor-widget-image img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.elementor-element.common-image.florida-map-image.elementor-widget-image {
	height: 400px;
}
.stats-grid-wrap .elementor-heading-title strong {
	font-size: 25px;
	text-transform: capitalize;
	font-family: "Caveat", Sans-serif;
	color: #fff;
	padding: 5px;
}
.owl-drag.owl-loaded.owl-carousel .owl-dots,
body .owl-drag.owl-carousel .owl-nav {
	display: block;
}
body .owl-carousel .owl-stage-outer {
	overflow: visible;
}
body .owl-carousel .owl-stage-outer .owl-item {
	opacity: 0;
	pointer-events: none;
}
body .owl-carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
	pointer-events: all;
}
body .project-box-wrap {
	border-radius: 30px 30px 30px 30px;
	box-shadow: 0px 10px 30px 0px rgba(119.99999999999999, 90, 59.99999999999999, 0.12);
	background: #fff;
	overflow: hidden;
}
.project-box-wrap .project-thumbnail-image a {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.project-box-wrap .project-thumbnail-image a img {
	height: 100%;
	width: 100%;
	transition: .3s ease-in-out;
}
.project-box-wrap .project-thumbnail-image a:hover img {
	transform: scale(1.2);
}
.project-box-wrap .project-bottom-wrap {
  padding: 20px;
}
.project-box-wrap .project-bottom-wrap .project-main-title a {
	font-weight: 600;
	font-size: 23px;
	line-height: 30px;
	display: block;
}
.project-box-wrap .project-bottom-wrap .project-main-title a:hover {
	color: #484848;
}
.project-box-wrap .project-bottom-wrap .project-main-title {
	margin-bottom: 5px;
}
.project-box-wrap .project-bottom-wrap p:empty {
	display: none;
}
.project-box-wrap .project-bottom-wrap p {
	font-size: 16px;
	line-height: 22px;
}
.project-box-wrap .project-bottom-wrap .project-rating {
	font-size: 27px;
	color: #ffd700;
}
body .common-textlink {
  position: relative;
  padding-right: 29px;
  font-size: 18px;
}
body .common-textlink:after {
  content: "";
  position: absolute;
  background: url("https://fldbcc.com/wp-content/uploads/2026/03/right_arrow.png");
  width: 21px;
  height: 14px;
  background-size: 100% 100%;
  top: 3px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: auto;
  transition: .3s ease-in-out;
  transform: rotate(5deg);
}
body .common-textlink:hover:after {
  filter: invert(26%) sepia(35%) saturate(0%) hue-rotate(117deg) brightness(93%) contrast(253%);
  transform: rotate(-30deg);
}
.project-box-wrap .project-bottom-wrap .project-bottom-rating-button-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#neve_body .owl-carousel.owl-loaded .owl-nav {
	position: absolute;
	top: 46.7%;
	left: 0;
	right: auto;
	bottom: auto;
	margin: auto;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	width: 100%;
	transform: translateY(-46.7%);
}
#neve_body .owl-loaded .owl-nav button {
	pointer-events: all;
	margin: 0;
	width: 50px;
	height: 50px;
	border-radius: 0 30px 30px 0;
	background: #ee2f27;
	left: 0;
	color: #fff;
	border: 1px solid transparent;
	transition: .3s ease-in-out;
	position: relative;
}
#neve_body .owl-loaded .owl-nav button span {
    font-size: 0;
    pointer-events: none;
}
#neve_body .owl-loaded .owl-nav button.owl-next {
    right: 0;
    left: auto;
	border-radius: 30px 0px 0px 30px;
}
#neve_body .owl-loaded .owl-nav button::after {
	content: "";
	position: absolute;
	background: url("https://fldbcc.com/wp-content/uploads/2026/03/right_arrow.png");
	width: 28px;
	height: 17px;
	background-size: 100% 100%;
	top: 0px;
	bottom: 0;
	margin: auto;
	right: 5px;
	left: auto;
	transition: .3s ease-in-out;
	filter: brightness(0) invert(1);
}
#neve_body .owl-loaded .owl-nav button:hover::after {
	width: 50px;
	height: 24px;
	right: 10px;
}
#neve_body .owl-loaded .owl-nav button.owl-prev::after {
	transform: rotate(185deg);
	right: 10px;
}
#neve_body .owl-loaded .owl-nav button:hover {
	box-shadow: 0px 10px 10px 0px rgba(119.99999999999999, 90, 59.99999999999999, 0.2);
	width: 80px;
}
#neve_body .owl-carousel.owl-loaded .owl-dots {
	padding-top: 30px;
	text-align: center;
}
#neve_body .owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #484846;
	margin: 0 3px;
	transition: .3s ease-in-out;
}	
#neve_body .owl-carousel .owl-dots .owl-dot.active {
	width: 30px;
	background: #ee2f27;
}
.certificate-grid .elementor-element img:hover {
	filter: grayscale(100%);
}
body .bg-design-text1 {
	color: #fff;
	padding: 10px;
}
.form-tabs .e-n-tabs .e-n-tabs-heading button,
.form-tabs .e-n-tabs .e-n-tabs-heading button:focus {
	border-radius: 30px;
}
.form-tabs .e-n-tabs-heading {
	width: fit-content;
	margin: 0 auto;
	border: 2px solid #000;
	border-radius: 30px;
	padding: 2px;
}
header.header.sticky .top-header {
	margin-top: -64px;
}
header.header, header.header * {
	transition: .3s ease-in-out;
}
footer .footer-logo a{
	height: 70px;
}
footer .footer-menu.elementor-element nav > ul > li:not(:last-of-type) {
	margin-right: 40px;
}
footer .footer-contactdetails-wrap .elementor-widget-text-editor strong {
	display: block;
	color: #000;
	font-size: 19px;
	margin-bottom: 5px;
	font-weight: 600;
}
footer .footer-contactdetails-wrap .elementor-widget-text-editor strong a {
	text-align: left;
}
footer .elementor-element .footer-contactdetails-wrap .elementor-element.elementor-widget-text-editor {
	position: relative;
	padding-top: 70px;
}
footer .footer-contactdetails-wrap .elementor-widget-text-editor::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	margin: auto;
	height: 50px;
	width: 50px;
	background: #ee2f27;
	font-family: fontawesome;
	content: "\f003";
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	outline: 15px solid #faf7f2;
}
footer .footer-contactdetails-wrap .footer-contactdetails-phone.elementor-widget-text-editor::after {
	content: "\f095";
}
footer .footer-contactdetails-wrap .footer-contactdetails-address.elementor-widget-text-editor::after {
	content: "\f041";
}
footer .footer-contactdetails-wrap .elementor-widget-text-editor::before {
	content: "";
	position: absolute;
	height: 3px;
	width: 70%;
	top: 23px;
	bottom: auto;
	left: 0;
	right: 0;
	background: #e1dfda;
	margin: auto;
	border-radius: 10px;
}
body .owl-carousel.testimonial-carousel .owl-stage-outer .owl-item,
.testimonial-shortcode .testimonial-list .testimonial-item{
	display: flex;
	height: auto;
	border-radius: 30px 30px 30px 30px;
	box-shadow: 0px 10px 30px 0px rgba(119.99999999999999, 90, 59.99999999999999, 0.12);
	background: #fff;
	overflow: hidden;
	padding: 40px 60px;
}
body .testimonial-shortcode .testimonial-list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 40px;
}
.testimonial-carousel .testimonial-item .testimonial-message {
	font-size: 16px;
	line-height: 140%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.testimonial-carousel .testimonial-item .testimonial-client-name {
	font-family: "Caveat", cursive;
	text-align: right;
	margin-top: 40px;
	font-size: 33px;
	line-height: 130%;
}
body .owl-carousel.testimonial-carousel .owl-stage-outer .owl-item {
	height: 100%;
	background: #fff;
}
.testimonial .testimonial-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.form-tabs .e-n-tabs-heading > button:not(:last-of-type) {
	margin-right: 5px;
}
body .fldbcc-banner .fldbcc-banner-image-gallery .swiper-slide::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
	background-color: #181818;
	opacity: 0.3;
	z-index: 1;
	pointer-events: none;
}
body .elementor .elementor-element.fldbcc-banner .elementor-element.fldbcc-banner-content {
	top: 9%;
	margin: auto;
	bottom: 0;
	display: flex;
	justify-content: center;
	pointer-events: none;
}
.elementor-element.fldbcc-banner .fldbcc-banner-content > div > .elementor-element {
	pointer-events: all;
}
.fldbcc-banner-image-gallery .elementor-image-carousel .swiper-slide-inner {
	height: 890px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fldbcc-banner-image-gallery .elementor-image-carousel .swiper-slide-inner img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}
.fldbcc-banner .stats-grid-wrap .elementor-heading-title strong {
	font-size: 19px;
}
.fldbcc-banner .fldbcc-banner-content .stats-grid-wrap {
	max-width: 1200px;
}
.fldbcc-banner .fldbcc-banner-image-gallery .elementor-image-carousel-wrapper {
	padding-bottom: 0;
}
.fldbcc-banner .fldbcc-banner-image-gallery .swiper-pagination-bullets span {
	background: #fff;
}
.fldbcc-banner .fldbcc-banner-image-gallery .elementor-swiper-button svg {
	fill: #fff;
}
.project-list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 40px;
}
.consulation-section .consulation-contentbox {
	max-width: 759px;
	margin-right: auto;
}
.consulation-section .consulation-image-wrap > div {
	height: 550px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.consulation-section.elementor-element .consulation-image-wrap img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
.consulation-contentbox .consultation-btn-wrap .consulation-section-arrow,
.consulation-contentbox .consultation-btn-wrap .consulation-section-arrow img {
	transition: .3s ease-in-out;
}
.consulation-contentbox .consultation-btn-wrap .consultation-btn:hover + .consulation-section-arrow {
	padding-left: 40px;
}
.consulation-contentbox .consultation-btn-wrap .consultation-btn:hover + .consulation-section-arrow img {
	filter: invert(1) brightness(0);
}
#neve_body .consulation-contentbox .elementor-button,
#neve_body .hover-btn-arrow-parent-common .elementor-button {
	background: #ee2f27;
	border-color: transparent;
	color: #fff;
}
#neve_body .consulation-contentbox .elementor-button:hover,
#neve_body .hover-btn-arrow-parent-common .elementor-button:hover {
	color: #ee2f27;
}
body#neve_body .consulation-contentbox .elementor-button::after,
body#neve_body .hover-btn-arrow-parent-common .elementor-button::after {
	background: #fff;
}
#neve_body header .header-menus ul li.parent-has-child .sub-menu li a:hover {
	background: #ee2f27;
	color: #fff;
}
header .header-menus ul li.parent-has-child .sub-menu {
	top: 40px;
	border-top: 4px solid #ee2f27;
	border-radius: 20px;
	overflow: hidden;
}
header .header-menus ul li.parent-has-child::after {
	content: "";
	position: absolute;
	height: 24px;
	width: 115%;
	top: auto;
	background: transparent;
	bottom: -19px;
	pointer-events: none;
}
body.page-id-423#neve_body .top-header *,
body.page-id-425#neve_body .top-header *,
body.single-project#neve_body .top-header *,
body.page-id-419#neve_body .top-header *,
body.privacy-policy#neve_body .top-header *,
body.page-id-916#neve_body .top-header *{
	color: #000;
	fill: #000;
	border-color: #000;
}
body.page-id-423#neve_body .top-header a:hover,
body.page-id-425#neve_body .top-header a:hover,
body.single-project#neve_body .top-header a:hover,
body.page-id-419#neve_body .top-header a:hover,
body.privacy-policy#neve_body .top-header a:hover,
body.page-id-916#neve_body .top-header a:hover {
	color: #ee2f27;
	fill: #fff;
	border-color: transparent;
}
body.page-id-423#neve_body .top-header .elementor-social-icons-wrapper a:hover,
body.page-id-425#neve_body .top-header .elementor-social-icons-wrapper a:hover,
body.single-project#neve_body .top-header .elementor-social-icons-wrapper a:hover,
body.page-id-419#neve_body .top-header .elementor-social-icons-wrapper a:hover,
body.privacy-policy#neve_body .top-header .elementor-social-icons-wrapper a:hover,
body.page-id-916#neve_body .top-header .elementor-social-icons-wrapper a:hover {
	background: #ee2f27;
}
body.page-id-423#neve_body .top-header .elementor-social-icons-wrapper a:hover path,
body.page-id-425#neve_body .top-header .elementor-social-icons-wrapper a:hover path,
body.single-project#neve_body .top-header .elementor-social-icons-wrapper a:hover path,
body.page-id-419#neve_body .top-header .elementor-social-icons-wrapper a:hover path,
body.privacy-policy#neve_body .top-header .elementor-social-icons-wrapper a:hover path,
body.page-id-916#neve_body .top-header .elementor-social-icons-wrapper a:hover path {
	fill: #fff;
	color: #fff;
}
.testimonial-shortcode .testimonial-list .testimonial-item {
	flex-direction: column;
	padding: 40px 30px;
}
.testimonial-shortcode .testimonial-list .testimonial-item .testimonial-message {
	flex: 1;
	font-size: 16px;
	line-height: 140%;
}
.testimonial-shortcode .testimonial-list .testimonial-item .testimonial-client-name {
	font-family: "Caveat", cursive;
	text-align: right;
	margin-top: 40px;
	font-size: 33px;
	line-height: 130%;
}
.common-contact-info {
	list-style-type: none;
	padding: 0;
}
.common-contact-info li::before {
	content: "\f003";
	position: absolute;
	font-family: fontawesome;
	left: 0;
	right: auto;
	top: -1px;
	bottom: auto;
	color: #000;
	text-align: center;
	font-size: 21px;
}
.common-contact-info li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.common-contact-info li a {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: underline;
}
.common-contact-info li a:hover {
  color: #ee2f27;
  padding-left: 10px;
}
.common-contact-info li.common-contact-phone::before{
	content: "\f095";
}
.common-contact-info li.common-contact-address::before{
	content: "\f041";
}
.contactus-design-box .contact-us-box-lt .contact-box-lt-socialmedia {
  margin-top: auto;
}
.project-detailpage .container {
  max-width: 1400px;
  padding: 0;
}
.single-project .project-detailpage {
  padding-top: 290px;
  padding-left: 15px;
  padding-right: 15px;
}
.project-detailpage .project-gallery-descripition .gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  padding: 60px 0 120px;
}
.project-detailpage .project-gallery-descripition .gallery .gallery-item {
  width: 100%;
  max-width: 100%;
  display: block;
}
.project-detailpage .project-gallery-descripition .gallery-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  overflow: hidden;
  padding: 10px;
  background: #fffdf8;
  box-shadow: 0px 10px 30px 0px rgba(119.99999999999999, 90, 59.99999999999999, 0.12);
}
.project-detailpage .project-gallery-descripition .gallery-item a img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  transition: .3s ease-in-out;
}
.project-detailpage .project-gallery-descripition .gallery-item a:hover {
  transform: translateY(-8px);
  box-shadow: 0px 10px 10px 0px rgba(119.99999999999999, 90, 59.99999999999999, 0.12);
}
.project-detailpage .project-detail-title {
  position: relative;
  font-size: 60px;
  padding: 15px;
  line-height: 110%;
}
.project-detailpage .project-detail-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-detail-banner .projectdetail-metatags > p {
  position: relative;
  padding-left: 25px;
}
.project-detail-banner .projectdetail-metatags {
  margin: 40px 0;
}
.project-detail-banner .projectdetail-metatags .project-detail-location::after {
  content: "\f041";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  font-family: fontawesome;
  font-size: 26px;
  color: #e03222;
}
.project-detail-banner .projectdetail-metatags p strong {
  color: #e03222;
}
.project-detailpage .project-detail-banner .elementor-widget-button .project-detail-arrow {
  position: absolute;
  left: auto;
  right: -60px;
  top: auto;
  bottom: -25px;
  transition: .3s ease-in-out;
}
.project-detailpage .project-detail-banner .elementor-widget-button:hover .project-detail-arrow {
  bottom: -35px;
}
.project-detailpage .project-detail-banner .elementor-widget-button {
  position: relative;
}
#neve_body .project-detailpage .project-detail-banner .common-btn:hover {
  color: #ee2f27;
}
#neve_body .project-detailpage .project-detail-banner .common-btn::after {
  background: #fff;
  z-index: -1;
}
#neve_body .project-detailpage .project-detail-banner .common-btn {
  background: #ee2f27;
  color: #fff;
  border-color: #ee2f27;
  z-index: 1;
}
.elementor-element.hover-btn-arrow-parent-common > .elementor-widget-image {
  transition: .3s ease-in-out;
}
.elementor-element.hover-btn-arrow-parent-common:hover > .elementor-widget-image {
  top: 10px;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion details {
  box-shadow: 0px 10px 30px 0px rgba(119.99999999999999, 90, 59.99999999999999, 0.12);
  overflow: hidden;
  border-radius: 20px;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion .elementor-widget-text-editor p:not(:last-of-type) {
  margin-bottom: 10px;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion details summary {
  position: relative;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion details summary::after {
  content: "";
  position: absolute;
  background: url("https://fldbcc.com/wp-content/uploads/2026/03/right_arrow.png");
  height: 15px;
  width: 28px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 30px;
  top: -6px;
  bottom: 0;
  margin: auto;
  transform: rotate(93deg);
  transition: .3s ease-in-out;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion details summary[aria-expanded="true"]::after {
  transform: rotate(-86deg);
  filter: brightness(0) invert(1);
  top: 0;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion details .elementor-element {
  border: 0;
}
.how-we-work-visual-representation .how-we-work-visual-representation-rt::after, 
.how-we-work-visual-representation .how-we-work-visual-representation-lt::after {
	content: "";
	position: absolute;
	height: 10px;
	width: 185px;
	right: -7px;
	bottom: -30px;
	z-index: 2;
	background: #fff;
	border-radius: 30px 0 0 30px;
}
.how-we-work-visual-representation .how-we-work-visual-representation-lt::after {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	width: 185px;
	border-radius: 0;
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div {
	padding-top: 75px;
	position: relative;
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div::after {
	content: "";
	position: absolute;
	bottom: auto;
	left: 0;
	right: 0;
	top: -55px;
	height: 110px;
	width: 110px;
	border: 2px solid #ee2f27;
	border-radius: 50%;
	margin: auto;
	transition: .3s ease-in-out;
	background: url("https://fldbcc.com/wp-content/uploads/2026/03/projectplanning.webp");
	background-color: #fff;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
}
.elementor-element .elementor-element.how-we-work-visual-representation .how-we-work-visual-representation-lt::before {
	content: "";
	position: absolute;
	border: 0;
	width: 20%;
	height: 100%;
	border-radius: 44% 0;
	border-top: 5px solid #ee2f27;
	opacity: 1;
	z-index: 3;
	left: 1px;
	pointer-events: none;
	opacity: 0;
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div:hover::after {
	box-shadow: 0px 10px 30px 0px rgba(119.99999999999999, 90, 59.99999999999999, 0.12);
}
.how-we-work-visual-representation .how-we-work-visual-representation-rt > div:first-of-type::before, 
.how-we-work-visual-representation .how-we-work-visual-representation-3 > div:last-of-type::before {
	content: "";
	position: absolute;
	width: 44.5%;
	left: -32px;
	top: -5px;
	bottom: auto;
	background: #fffdf8;
	height: 5px;
	z-index: 2;
}
.elementor-element  .elementor-element.how-we-work-visual-representation .how-we-work-visual-representation-rt {
	border-radius: 0 150px 150px 0;
}
.elementor-element  .elementor-element.how-we-work-visual-representation .how-we-work-visual-representation-lt {
	border-radius: 150px 0% 0% 150px;
}
.how-we-work-visual-representation .how-we-work-visual-representation-3 > div:last-of-type::before {
	content: "";
	position: absolute;
	left: auto;
	right: -30px;
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div.elevation-design::after{
	background-image: url("https://fldbcc.com/wp-content/uploads/2026/03/ElevationDesign-e1774876737521.webp");
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div.architecturalPlans::after{
	background-image: url("https://fldbcc.com/wp-content/uploads/2026/03/architectural.webp");
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div.structuralEngineering::after{
	background-image: url("https://fldbcc.com/wp-content/uploads/2026/03/StructuralEngineering-e1774876779351.webp");
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div.MEPPlanning::after{
	background-image: url("https://fldbcc.com/wp-content/uploads/2026/03/MEPplanning.webp");
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div.projectEstimation::after{
	background-image: url("https://fldbcc.com/wp-content/uploads/2026/03/Projectestimate.webp");
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div.permitSetApproval::after{
	background-image: url("https://fldbcc.com/wp-content/uploads/2026/03/Permitsetandapproval-e1774876766799.webp");
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div.materialSelections::after{
	background-image: url("https://fldbcc.com/wp-content/uploads/2026/03/MaterialSelections-e1774876715175.webp");
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div.ConstructionBegins::after{
	background-image: url("https://fldbcc.com/wp-content/uploads/2026/03/Constructionbegins-e1774876750554.webp");
}
.privacy-policy-text .elementor-widget-text-editor strong {
	font-size: 19px;
	text-align: left;
	margin-bottom: 5px;
}
.privacy-policy-text .elementor-widget-text-editor em {
	font-size: 16px;
	margin: 2px 0 0px;
}
body .privacy-policy-text .elementor-widget-text-editor .common-list li {
	text-align: left;
}
.privacy-policy-text .elementor-widget-text-editor strong {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 27px;
	font-weight: 700;
	line-height: 140%;
	color: #EE2F27;
	margin-top: 30px;
}
.privacy-policy-text .elementor-widget-text-editor em {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 140%;
	margin: 10px 0 1px;
	font-style: normal;
	color: #000;
}
.privacy-policy-text .elementor-widget-text-editor ul {
	margin: 10px;
}
.privacy-policy-text .elementor-widget-text-editor p b {
	margin-top: 10px;
	display: inline-block;
	color: #000;
	font-size: 16px;
}
.all-sections-common-colorbg-image{
	pointer-events: none;
}
#scroll-to-top {
	display: none;
}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button img {
	filter: brightness(0) invert(1);
	transform: rotate(-90deg);
	width: 30px;
	position: relative;
	transition: .3s ease-in-out;
	top: 0;
	pointer-events: none;
}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button:hover img {
	top: -5px;
}
body .common-list {
	padding: 0;
	list-style-type: none;
}
body .common-list li::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: 7px;
	bottom: auto;
	height: 10px;
	width: 10px;
	background: #ee2f27;
}
body .common-list li {
	position: relative;
	padding-left: 20px;
	font-size: 17px;
    line-height: 150%;
}
body .common-list li:not(:last-of-type) {
	margin-bottom: 1px;
	margin-top: 5px;
}
body .common-list li:last-of-type {
	margin-top: 5px;
}
.container.single-page-container {
	max-width: 1400px;
	padding: 0;
}
.container.single-page-container .nv-single-page-wrap {
	padding: 0;
}
.container.single-page-container .nv-page-title-wrap.nv-big-title {
	display: none;
}
.container.single-page-container .row {
	margin: 0;
}
#neve_body,
body.elementor-page .wrapper,
html {
	overflow-x: hidden;
}
.message-from-founders .message-from-founders-photo-con .message-from-founders-image {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 450px;
	box-shadow: 0 10px 30px rgba(119.99999999999999, 90, 59.99999999999999, 0.12);
	padding-top: 20px;
}
.message-from-founders .message-from-founders-photo-con {
	max-width: 525px;
	margin-left: auto;
	margin-right: 0;
}
.message-from-founders .message-from-founders-content-side .message-from-founders-content-wrap {
	max-width: 823px;
	margin-left: 0;
	margin-right: auto;
}
.message-from-founders .founder2 .message-from-founders-photo-con {
	margin-left: 0;
	margin-right: auto;
}
.message-from-founders .founder2 .message-from-founders-content-side .message-from-founders-content-wrap {
	margin-left: auto;
	margin-right: 0;
}
.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title::before {
	content: "";
	position: absolute;
	background: url("https://fldbcc.com/wp-content/uploads/2026/04/step-arrow-icon.png");
	height: 100px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	left: 0;
	right: auto;
	top: 0;
	bottom: auto;
	z-index: -1;
	filter: brightness(0);
}
.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title[aria-selected="true"]::before {
	filter: unset;
}
.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title, 
.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title::before {
	max-width: 350px;
	max-height: 100px;
	min-width: 350px;
	min-height: 100px;
}
.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title {
	z-index: 2;
	margin: 0 -25px;
}
.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title span {
	max-width: 70%;
	color: #fff;
	word-break: break-word;
}
@media only screen and (min-width: 1200px) and (max-width: 1530px){
	
}
@media only screen and (max-width: 1199px){
	.project-detailpage .project-detail-title {
	font-size: 50px;
}
.project-detail-banner .projectdetail-metatags > p {
	font-size: 18px;
}
.project-detail-banner .projectdetail-metatags {
	margin: 20px 0;
}
.project-detailpage .project-detail-banner .elementor-widget-button .project-detail-arrow {
	height: 50px;
}
.project-detailpage .project-gallery-descripition .gallery {
	grid-gap: 18px;
	padding: 60px 0 80px;
}
.project-detailpage .project-gallery-descripition .gallery-item a {
	padding: 5px;
}
	.privacy-policy-text .elementor-widget-text-editor em {
		font-size: 18px;
		margin: 5px 0 0px;
	}
	.privacy-policy-text .elementor-widget-text-editor strong {
		font-size: 22px;
		margin-top: 20px;
	}
	.privacy-policy-text .elementor-widget-text-editor ul {
		margin: 10px 0;
	}
	.privacy-policy-text .elementor-widget-text-editor p b {
		margin-top: 5px;
	}
.stats-grid-wrap .elementor-heading-title strong {
	font-size: 20px;
}
.project-box-wrap .project-bottom-wrap .project-main-title a {
	font-size: 20px;
	line-height: 25px;
}
body .common-textlink {
	padding-right: 24px;
	font-size: 15px;
}
body .common-textlink::after {
	width: 19px;
	height: 9px;
}
body .project-box-wrap {
	border-radius: 15px;
}
#neve_body .owl-loaded .owl-nav button {
	width: 40px;
}
#neve_body .owl-loaded .owl-nav button::after {
	width: 22px;
	height: 13px;
}
#neve_body .owl-loaded .owl-nav button:hover::after {
	width: 35px;
	height: 20px;
}
#neve_body .owl-loaded .owl-nav button:hover {
	width: 60px;
}
.elementor-element.common-image.florida-map-image.elementor-widget-image {
	height: 310px;
}
.testimonial-carousel .testimonial-item .testimonial-message {
	font-size: 15px;
}
.testimonial-carousel .testimonial-item .testimonial-client-name {
	margin-top: 20px;
	font-size: 28px;
}
body .owl-carousel.testimonial-carousel .owl-stage-outer .owl-item, 
.testimonial-shortcode .testimonial-list .testimonial-item {
	border-radius: 20px;
	padding: 30px 50px;
}
footer .footer-logo a {
	height: 59px;
}
footer .footer .footer-logo.elementor-element {
	max-width: 300px;
}
footer .footer-menu.elementor-element nav > ul > li:not(:last-of-type) {
	margin-right: 10px;
}
footer .footer-contactdetails-wrap .elementor-widget-text-editor strong {
	font-size: 16px;
	margin-bottom: 2px;
}
footer .footer-contactdetails-wrap .elementor-widget-text-editor::after {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 16px;
	outline: 10px solid #faf7f2;
}
footer .footer-contactdetails-wrap .elementor-widget-text-editor::before {
	width: 75%;
	top: 20px;
}
footer .elementor-element .footer-contactdetails-wrap .elementor-element.elementor-widget-text-editor {
	padding-top: 60px;
}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button {
	bottom: 77px;
	right: 15px;
}
.elementor-element.footer-copyright > div {
	width: 33.33%;
}
.elementor-element.footer-copyright nav ul {
	margin-left: auto;
	margin-right: 0;
}
.elementor-element.footer-copyright > div {
	width: 28.5%;
}
.elementor-element.footer-copyright > div.elementor-widget-text-editor {
	width: 43%;
}
footer .footer .elementor-element.footer-contactdetails-wrap {
	align-items: flex-start;
}
.fldbcc-banner-image-gallery .elementor-image-carousel .swiper-slide-inner {
	height: 680px;
}
.elementor-element.fldbcc-banner .fldbcc-banner-content > div > .elementor-element {
	padding: 0 15px;
}
.elementor-element .elementor-element.how-we-work-visual-representation .how-we-work-visual-representation-lt::before {
	width: 15%;
	height: 56%;
	border-radius: 65% 0px;
	left: 18px;
	transform: rotate(11deg);
}
.fldbcc-banner .fldbcc-banner-content .stats-grid-wrap {
	max-width: unset;
}
.project-list {
	grid-gap: 20px;
}
.consulation-section .consulation-image-wrap > div {
	height: 470px;
}
body .testimonial-shortcode .testimonial-list {
	grid-gap: 20px;
}
body .testimonial-shortcode .testimonial-list .testimonial-item {
	padding: 20px;
}
.testimonial-shortcode .testimonial-list .testimonial-item .testimonial-message {
	font-size: 15px;
}
.testimonial-shortcode .testimonial-list .testimonial-item .testimonial-client-name {
	margin-top: 20px;
	font-size: 28px;
}
.common-contact-info li a {
	font-size: 15px;
	line-height: 18px;
}
body .common-list li {
	font-size: 16px;
}
body .common-list li::before {
	top: 4px;
}
.why-choose-fsftm-box-wrap .why-choose-fsftm-logo a {
	height: 70px;
}
body .common-list li:not(:last-of-type) {
	margin-bottom: 2px;
}
.message-from-founders .message-from-founders-photo-con .message-from-founders-image {
	height: 390px;
}
}
@media only screen  and (min-width: 1024px) and (max-width: 1199px) {
	.header .bottom-header .elementor-element.head-lastdiv {
	width: 60%;
}
}
@media only screen and (max-width: 1024px){
	header .bottom-header .header-menus {
		order: 3;
	}
	.bottom-header .header-menus .hfe-nav-menu__toggle .hfe-nav-menu-icon {
	padding: 0;
}
header.header.sticky .top-header {
	margin-top: -61px;
}
 #neve_body header .header-menus nav {
    overflow: hidden;
    -webkit-transform: translate(280px,0);
    transform: translate(100%,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    left: 0 !important;
    height: 100vh;
    top: 0;
    /* width: 100vw !important; */
    visibility: unset;
    opacity: unset;
    height: 100vh;
    background: #fff;
    bottom: 0 !important;
    padding-top: 150px;
	border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #neve_body header .header-menus .hfe-active-menu-full-width + nav {
	bottom: 0;
	align-items: flex-start;
	padding-top: 120px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
#neve_body header .header-menus nav > ul {
	flex-direction: column;
}
header.header.sticky .bottom-header {
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(119.99999999999999, 90, 59.99999999999999, 0.12);
	padding-top: 15px;
	padding-bottom: 15px;
}
header.header .bottom-header .hfe-nav-menu__toggle {
	z-index: 99999;
}
 body#neve_body.menu-open {
    overflow: hidden;
  }
  header .header-menus nav > ul > li:not(:last-of-type) {
	margin-right: 0;
}
header.header .elementor-element .elementor-element.bottom-header .header-menus nav > ul a {
	padding-left: 15px;
	padding-right: 15px;
}
header.header .elementor-element .elementor-element.bottom-header .header-menus nav > ul a:hover,
header.header .elementor-element .elementor-element.bottom-header .header-menus nav > ul li.current_page_item > a ,
header.header .elementor-element .elementor-element.bottom-header .header-menus nav > ul li.current-menu-parent > div > a {
	background: #EE2F27;
	color: #fff;
}
header .header-menus ul li.parent-has-child .sub-menu {
	transform: unset !important;
	position: static !important;
	padding-left: 30px;
	border-radius: 0;
	box-shadow: unset;
	overflow: unset;
	border-top: 0;
}
}
@media only screen and (max-width: 1023px){
	.how-we-work-visual-representation .how-we-work-visual-representation-lt::after {
	top: -8px;
	width: 97px;
}
	.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title,
	.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title::before {
	max-width: 250px;
	max-height: 80px;
	min-width: 260px;
	min-height: 80px;
}
.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title {
	margin: 0 -20px;
}
	.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title span {
	font-size: 15px;
}
	.project-detailpage .project-detail-title {
	font-size: 38px;
}
.single-project .project-detailpage {
	padding-top: 200px;
}
	.privacy-policy-text .elementor-widget-text-editor p b {
	font-size: 15px;
}
.project-detail-banner .projectdetail-metatags > p {
	font-size: 16px;
	padding-left: 19px;
}
.project-detail-banner .projectdetail-metatags .project-detail-location::after {
	font-size: 21px;
}
.project-detailpage .project-gallery-descripition .gallery-item a {
	height: 290px;
}
.project-detailpage .project-gallery-descripition .gallery {
	grid-gap: 10px;
	padding: 50px 0 60px;
}
	header .head-logo a {
		height: 50px;
	}
	header.header.sticky .top-header {
		margin-top: -57px;
	}
	footer .footer .footer-logo.elementor-element{
		order: 1;
	}
	footer .footer .elementor-element .footer-menu1 {
	order: 2;
	}
	footer .footer .elementor-element .footer-menu2 {
	order: 3;
	}
	.footer .footer-top-wrap .footer-menu ul {
		flex-direction: column;
	}
	footer .footer-menu.elementor-element nav > ul > li:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button {
	height: 40px;
	width: 40px;
}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button img {
	width: 21px;
}
.elementor-element.footer-copyright > div {
	width: 50%;
}
.elementor-element.footer-copyright > div.elementor-widget-text-editor {
	width: 100%;
	text-align: center;
}
  .elementor-element.footer-copyright nav ul {
    margin-left: 0;
    margin-right: auto;
  }
  .elementor-element.common-image.florida-map-image.elementor-widget-image {
	height: 270px;
}
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image, 
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
	height: 100%;
}
.fldbcc-banner-image-gallery .elementor-image-carousel .swiper-slide-inner {
	height: 630px;
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div::after {
	top: -45px;
	height: 80px;
	width: 80px;
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div {
	padding-top: 45px;
}
.elementor-element .elementor-element.how-we-work-visual-representation .how-we-work-visual-representation-lt::before {
	width: 31%;
	height: 69%;
	border-radius: 55% 0px;
	left: 5px;
	transform: rotate(0deg);
	top: -5px;
}
.how-we-work-visual-representation .how-we-work-visual-representation-rt > div:first-of-type::before, 
.how-we-work-visual-representation .how-we-work-visual-representation-3 > div:last-of-type::before {
	width: 50.5%;
	left: -41px;
}
.how-we-work-visual-representation .how-we-work-visual-representation-3 > div:last-of-type::before {
	right: -40px;
	left: auto;
}
.project-list {
	grid-template-columns: repeat(2,1fr);
}
.consulation-section .consulation-image-wrap > div {
	height: 390px;
}
body .common-list li {
	font-size: 15px;
}
.message-from-founders .message-from-founders-photo-con .message-from-founders-image {
	height: 360px;
}
}
@media only screen and (min-width: 768px){
	#neve_body .form-tabs .e-n-tabs-heading > button {
		border-color: transparent;
	}
.fldbcc-banner .fldbcc-banner-content .stats-grid-wrap > div:last-of-type {
	border: 0;
}
}
@media only screen and (max-width: 767px){
	.how-we-work-visual-representation .how-we-work-visual-representation-lt {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
	.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title span {
	font-size: 14px;
}
	.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title {
	margin: 0px 0px;
}
	.project-detailpage .project-detail-title {
	font-size: 32px;
	text-align: center;
	padding: 10px;
}
.project-detail-banner .projectdetail-metatags .project-detail-location::after {
	font-size: 18px;
}
.project-detail-banner .projectdetail-metatags > p {
	font-size: 15px;
}
.project-detailpage .project-detail-banner .elementor-widget-button .project-detail-arrow {
	height: 40px;
	right: -50px;
	bottom: -15px;
}
.project-detailpage .project-gallery-descripition .gallery {
	grid-gap: 10px;
	padding: 40px 0 40px;
	grid-template-columns: repeat(1,1fr);
}
.project-detailpage .project-gallery-descripition .gallery-item a {
	height: 330px;
}
.project-detail-banner .projectdetail-metatags {
	margin: 10px 0;
}
.single-project .project-detailpage {
	padding-top: 140px;
}
	.privacy-policy-text .elementor-widget-text-editor strong {
		font-size: 19px;
		text-align: left;
		margin-bottom: 5px;
	}
	.privacy-policy-text .elementor-widget-text-editor em {
		font-size: 16px;
		margin: 2px 0 0px;
	}
	body .privacy-policy-text .elementor-widget-text-editor .common-list li {
		text-align: left;
	}
header .elementor-element.header-logo {
	max-width: 210px;
}
header .head-lastdiv .common-button a::before {
	right: 6px;
}
#neve_body header .header-menus .hfe-active-menu-full-width + nav {
	padding-top: 80px;
}

footer .footer .footer-menu.elementor-element nav > ul > li {
	margin-bottom: 5px;
}
.elementor-element.footer-copyright .footer-menu nav > ul > li:not(:last-of-type) {
	margin-bottom: 0;
	margin-right: 10px;
}
.elementor-element.footer-copyright nav ul {
	margin-left: auto;
	margin-right: auto;
}
  footer .footer-contactdetails-wrap .elementor-widget-text-editor::after {
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 15px;
	outline: 10px solid #faf7f2;
	right: auto;
}
footer .footer-contactdetails-wrap .elementor-widget-text-editor strong {
	font-size: 15px;
	margin-bottom: 0px;
}
footer .elementor-element .footer-contactdetails-wrap .elementor-element.elementor-widget-text-editor {
	padding-top: 41px;
}
footer .footer-contactdetails-wrap .elementor-widget-text-editor::before {
	width: 60%;
	top: 20px;
	right: auto;
}
.elementor-element.footer-copyright > div {
	width: 100%;
}
body .bg-design-text1 {
	padding: 5px;
}
.stats-grid-wrap .elementor-heading-title strong {
	font-size: 18px;
}
.elementor-element.common-image.florida-map-image.elementor-widget-image {
	height: 215px;
}
.project-box-wrap .project-thumbnail-image a {
	height: 250px;
}
.project-box-wrap .project-bottom-wrap .project-main-title a {
	font-size: 18px;
	line-height: 22px;
}
#neve_body .project-carousel.owl-carousel.owl-loaded .owl-nav {
	top: 35.7%;
}
#neve_body .owl-loaded .owl-nav button::after {
	width: 20px;
	height: 12px;
}
#neve_body .owl-loaded .owl-nav button {
	width: 30px;
	height: 40px;
}
#neve_body .owl-loaded .owl-nav button.owl-prev::after {
	right: 3px;
}
#neve_body .owl-loaded .owl-nav button:hover::after {
	width: 24px;
	height: 14px;
}
#neve_body .owl-loaded .owl-nav button:hover {
	width: 40px;
}
#neve_body .owl-carousel.owl-loaded .owl-dots {
	padding-top: 20px;
	text-align: center;
}
body .owl-carousel.testimonial-carousel .owl-stage-outer .owl-item, 
.testimonial-shortcode .testimonial-list .testimonial-item {
	padding: 20px 40px;
}
.testimonial-carousel .testimonial-item .testimonial-message {
	font-size: 14px;
}
.testimonial-carousel .testimonial-item .testimonial-client-name {
	font-size: 25px;
}
#neve_body .owl-carousel .owl-dots .owl-dot {
	width: 7px;
	margin: 0 2px;
	height: 7px;
}
#neve_body .owl-carousel .owl-dots .owl-dot.active {
	width: 20px;
}
.fldbcc-banner .stats-grid-wrap .elementor-heading-title strong {
	font-size: 15px;
	padding: 0;
	margin: 0 5px;
	line-height: 20px;
}
.elementor-element .elementor-element.how-we-work-visual-representation > div.e-grid {
	border: 0;
}
.elementor-element .elementor-element.how-we-work-visual-representation .how-we-work-visual-representation-lt::before {
	width: 0;
	height: 0;
	border-radius: 0;
	left: 0;
	transform: unset;
	top: 0;
	border: unset;
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div {
	padding-top: 0;
	padding-left: 85px;
}
.how-we-work-visual-representation .e-n-tabs-content .e-grid > div::after {
	top: 0;
	height: 70px;
	width: 70px;
	right: auto;
}
.how-we-work-visual-representation .how-we-work-visual-representation-rt > div:first-of-type::before, 
.how-we-work-visual-representation .how-we-work-visual-representation-3 > div:last-of-type::before {
	width: unset;
	left: unset;
	top: unset;
	bottom: unset;
	background: unset;
	height: unset;
	z-index: unset;
}
.how-we-work-visual-representation .how-we-work-visual-representation-rt::after, 
.how-we-work-visual-representation .how-we-work-visual-representation-lt::after {
	content: "";
	position: absolute;
	height: unset;
	width: unset;
	right: unset;
	bottom: unset;
	z-index: unset;
	background: unset;
	border-radius: unset;
}
.elementor-element .elementor-element.how-we-work-visual-representation > div.e-grid > div::before {
	content: "";
	position: absolute;
	background: url("https://fldbcc.com/wp-content/uploads/2026/03/right_arrow.png");
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	transform: rotate(93deg);
	top: 65px;
	width: 21px;
	height: 20px;
	left: -13px;
	bottom: auto;
}
.elementor-element .elementor-element.how-we-work-visual-representation > div.e-grid:last-of-type > div:first-of-type::before{
	display: none;
}
.project-list {
	grid-template-columns: repeat(1,1fr);
}
.consulation-contentbox .consultation-btn-wrap .consultation-btn:hover + .consulation-section-arrow {
	padding-left: 20px;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion details summary::after {
	height: 11px;
	width: 18px;
	right: 15px;
}
.testimonial-shortcode .testimonial-list .testimonial-item .testimonial-message {
	font-size: 14px;
}
.testimonial-shortcode .testimonial-list .testimonial-item .testimonial-client-name {
	font-size: 25px;
}
body .testimonial-shortcode .testimonial-list {
	grid-template-columns: repeat(1,1fr);
	grid-gap: 15px;
}
.common-contact-info li {
	margin-bottom: 15px;
}
.common-contact-info li::before {
	font-size: 19px;
}
.common-contact-info li a {
	font-size: 14px;
}
body .common-list li {
	font-size: 14px;
}
body .common-list li::before {
	top: 4px;
}
.privacy-policy-text .elementor-widget-text-editor p b {
	font-size: 14px;
}
.message-from-founders .message-from-founders-photo-con .message-from-founders-image {
	border-radius: 20px 20px 0 0;
}
.message-from-founders .message-from-founders-photo-con {
	max-width: unset;
	margin-left: 0;
	margin-right: 0;
}
.message-from-founders .message-from-founders-photo-con .message-from-founders-image {
	height: 320px;
}
.message-from-founders .founder2 .message-from-founders-photo-con .message-from-founders-image{
box-shadow: 0px -10px 30px rgba(119.99999999999999, 90, 59.99999999999999, 0.12);
}
}
@media only screen and (min-width: 580px) and (max-width: 767px){
	.how-we-work-visual-representation .e-n-tabs button.e-n-tab-title {
	margin: 0px -20px;
}
.header .elementor-element .bottom-header .head-lastdiv {
	width: 63%;
}
.elementor-element.footer-copyright > div {
	width: 50%;
}
.elementor-element.footer-copyright nav ul {
	margin-left: 0;
}
.footer-copyright .elementor-widget-social-icons .elementor-social-icons-wrapper {
	text-align: right;
}
.elementor-element .elementor-element .elementor-element.stats-grid-wrap,
.elementor-element .elementor-element .elementor-element.what-we-do-grid,
.project-list,
body .testimonial-shortcode .testimonial-list,
.project-detailpage .project-gallery-descripition .gallery {
	grid-template-columns: repeat(2, 1fr);
}
.elementor-element .elementor-element .elementor-element.certificate-grid{
	grid-template-columns: repeat(4, 1fr);
}
}
/* font-family: "Caveat", cursive;
font-family: "Inter", sans-serif; */