.elementor-11 .elementor-element.elementor-element-1e5ceb8{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f66d6cb */.fh-header {
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.fh-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* TOP BAR */
.fh-topbar {
  background: #0e1f2f;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.fh-top-right span {
  margin-left: 20px;
}

.fh-phone {
  color: #f7931e;
  font-weight: 600;
}

/* MAIN HEADER */
.fh-main {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

/* LOGO */
.fh-logo img {
  height: 45px;
}

/* NAV */
.fh-nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #0e1f2f;
  font-weight: 500;
  position: relative;
}

.fh-nav a:hover {
  color: #f7931e;
}

/* CTA BUTTON */
.fh-btn {
  background: #0e1f2f;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.fh-btn:hover {
  background: #f7931e;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .fh-container {
    flex-direction: column;
  }

  .fh-nav {
    margin: 15px 0;
  }
}/* End custom CSS */