#content {
  padding-top: 0;
  padding-bottom: 70px;
}

a {
  color: inherit;
}

a:hover,
a:active {
  color: var(--entho-primary-color);
}

.cms-tabs.static-tabs-ready .cms-tab-title {
  cursor: pointer;
}

.cms-tabs.static-tabs-ready .cms-tab-content {
  display: none;
}

.cms-tabs.static-tabs-ready .cms-tab-content.active {
  display: block;
}

.static-hero-slider {
  position: relative;
  min-height: 940px;
  overflow: hidden;
  background: #101010;
  isolation: isolate;
}

.static-hero-viewport {
  position: absolute;
  inset: 0;
}

.static-hero-viewport,
.static-hero-viewport .slick-list,
.static-hero-viewport .slick-track,
.static-hero-viewport .slick-slide,
.static-hero-viewport .slick-slide > div {
  height: 100%;
}

.static-hero-slide {
  position: relative;
  display: block;
  min-height: 940px;
  height: 100%;
  overflow: hidden;
}

.static-hero-viewport .slick-slide {
  overflow: hidden;
}

.static-hero-viewport .slick-slide:not(.slick-current) .static-hero-slide {
  pointer-events: none;
}

.static-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 6500ms ease;
}

.static-hero-slide.static-hero-animate .static-hero-bg {
  transform: scale(1);
}

.static-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
  z-index: 1;
}

.static-hero-content {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 40px));
  min-height: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 120px 0 100px;
}

.static-hero-content h2 {
  max-width: 1080px;
  margin: 0;
  color: #fff;
  font-family: var(--entho-font-sans);
  font-size: 78px;
  font-weight: 800;
  line-height: .98;
  text-transform: uppercase;
}

.static-hero-content p {
  max-width: 1070px;
  margin: 34px auto 0;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  line-height: 1.55;
}

.static-hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  padding: 8px 17px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.static-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
}

.static-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 0;
  background: rgba(18, 18, 20, .24);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.static-hero-arrow:hover,
.static-hero-arrow:focus-visible {
  border-color: var(--entho-primary-color);
  background: var(--entho-primary-color);
  outline: none;
  transform: translateY(-50%) scale(1.04);
}

.static-hero-prev {
  left: 34px;
}

.static-hero-next {
  right: 34px;
}

.static-hero-arrow::before,
.static-hero-arrow::after {
  content: none;
  display: none;
}

.static-hero-arrow i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 1;
  transition: transform 220ms ease;
}

.static-hero-arrow:hover i,
.static-hero-arrow:focus-visible i {
  transform: translateX(2px);
}

.static-hero-prev:hover i,
.static-hero-prev:focus-visible i {
  transform: translateX(-2px);
}

body,
button,
input,
select,
textarea,
body *:not(i):not(svg):not(path):not([class*="flaticon"]):not([class*="eicon"]):not([class*="static-icon"]):not([class*="dashicons"]):not(.ab-icon),
.site-content,
.site-header,
.site-footer-custom,
.cms-heading,
.cms-fancy-box,
.cms-tabs,
.cms-counter,
.cms-post-carousel,
.cms-team-carousel,
.cms-testimonial-carousel,
.cms-navigation-menu {
  font-family: var(--entho-font-sans) !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: var(--entho-weight-regular) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.custom-heading,
.static-hero-content h2,
.entry-title,
.title-display,
.cms-fancy-box-title,
.cms-counter-number-wrapper,
.cms-counter-title,
.item-title,
.widget-title,
.static-icon-box-title {
  font-family: var(--entho-font-sans) !important;
  letter-spacing: 0 !important;
}

h1,
.h1 {
  font-size: 56px !important;
  line-height: 1.12 !important;
  font-weight: var(--entho-weight-heavy) !important;
}

h2,
.h2,
.cms-heading .custom-heading {
  font-size: 40px !important;
  line-height: 1.22 !important;
  font-weight: var(--entho-weight-bold) !important;
}



h4,
.h4,
.widget-title {
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: var(--entho-weight-bold) !important;
}

h5,
.h5,
h6,
.h6 {
  font-weight: var(--entho-weight-semibold) !important;
}

.cms-counter.layout1 .top-counter .cms-counter-number-wrapper {
  font-size: 50px !important;
  line-height: 1 !important;
  font-weight: var(--entho-weight-bold) !important;
}

.site-footer-custom .ama-footer-heading .custom-heading {
  font-size: 20px !important;
  line-height: 1.35 !important;
}

p,
li,
.cms-heading .custom-description,
.cms-fancy-box-description,
.static-image-box-description,
.static-icon-box-description,
.item-content,
.entry-excerpt,
.client-said p {
  line-height: 1.72 !important;
  font-weight: var(--entho-weight-regular) !important;
}

.site-contact .ct-item,
.btn,
button,
.button,
input[type="submit"],
.cms-tab-title,
.filter-item,
.btn-more {
  font-weight: var(--entho-weight-semibold) !important;
}

.btn,
.button,
input[type="submit"],
.menu-right-item {
  font-size: 14px !important;
  line-height: 1.35 !important;
  min-height: 50px;
}

.static-hero-content h2 {
  font-size: clamp(48px, 5vw, 74px) !important;
  line-height: 1.06 !important;
  font-weight: var(--entho-weight-heavy) !important;
}

.static-hero-content p {
  font-size: 18px !important;
  line-height: 1.68 !important;
}

.static-hero-kicker {
  font-size: 15px !important;
  font-weight: var(--entho-weight-semibold) !important;
}

.cms-heading .custom-subheading {
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: var(--entho-weight-semibold) !important;
}

[class^="flaticon-"]::before,
[class*=" flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::after {
  font-family: Flaticon !important;
}

.flaticon-close-icon::before,
.flaticon-dot-icon::before {
  content: "" !important;
}

.flaticon-close-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.flaticon-close-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1em;
  height: 1em;
  border: solid currentColor;
  border-width: 2px 0 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.flaticon-close-icon {
  background:
    linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
  transform: rotate(-45deg);
}

.flaticon-dot-icon {
  display: inline-block;
  width: .36em;
  height: .36em;
  border-radius: 50%;
  background: currentColor;
  vertical-align: middle;
}

.flaticon-icon-up {
  display: inline-block;
  transform: rotate(-90deg);
}

.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle::after,
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle::after,
.cms-breadcrumb li::after,
.cms-accordion.style1 .cms-ac-title::before,
.cms-accordion.style3 .cms-ac-title::before,
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart a:not(.loading)::after,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next::before,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev::before,
.single-product #primary div.product .entry-summary .single_add_to_cart_button::before,
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date::before,
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span::after,
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a::before,
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

.fas {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.far {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400 !important;
}

.dashicons,
.dashicons-before::before,
#wpadminbar .ab-icon,
#wpadminbar .ab-icon::before,
#wpadminbar .ab-item::before,
#wpadminbar #adminbarsearch::before {
  font-family: dashicons !important;
}

#wpadminbar,
#wpadminbar *:not(.ab-icon) {
  font-family: var(--entho-font-sans) !important;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

.static-section.static-section-stretched,
.static-section.static-section-full_width {
  left: 50% !important;
  right: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translateX(-50%) !important;
}

.site-content,
.content-inner,
.entry-content,
.static,
.static-section,
.static-container,
.static-widget-wrap,
.cms-slick-slider,
.cms-slick-carousel {
  max-width: 100%;
}

.static-hero-content h2,
.cms-heading .custom-heading,
.entry-title,
.cms-fancy-box-title {
  overflow-wrap: anywhere;
}

.static-hero-bg {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

.cms-slick-carousel.static-slick-ready {
  display: block;
  max-width: 100%;
}

.cms-slick-carousel.static-slick-ready .slick-list {
  box-sizing: border-box;
  overflow: hidden;
  padding: 18px 0 38px;
  margin: -18px 0 -38px;
}

.cms-slick-slider .wrap-shadow.static-slick-wrap-ready {
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
}

.cms-slick-slider .wrap-shadow.static-slick-wrap-ready .cms-carousel-inner.static-slick-inner-ready {
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
}

.cms-post-carousel .cms-slick-slider .wrap-shadow.static-slick-wrap-ready .cms-slick-carousel.static-slick-ready .slick-list {
  padding: 28px 28px 48px !important;
  margin: -28px -28px -48px;
}

.cms-slick-carousel.static-slick-ready .slick-track {
  display: flex;
  align-items: stretch;
}

.cms-slick-carousel.static-slick-ready .slick-slide {
  position: relative;
  z-index: 1;
  display: flex !important;
  height: auto;
  min-width: 0;
}

.cms-slick-carousel.static-slick-ready .slick-slide.slick-active {
  z-index: 2;
}

.cms-slick-carousel.static-slick-ready .slick-slide > div,
.cms-slick-carousel.static-slick-ready .slick-slide > * {
  width: 100%;
}

.cms-slick-carousel.static-slick-ready .carousel-item {
  position: relative;
  display: block !important;
  float: none !important;
  margin-right: 0 !important;
  transform: none !important;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready {
  position: relative;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .slick-list {
  margin: 0 -15px;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .carousel-item {
  padding: 0 15px;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .carousel-item-inner {
  height: 100%;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .entry-featured img {
  width: 100%;
  aspect-ratio: 420 / 507;
  object-fit: cover;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 54px;
  height: 54px;
  border: 1px solid var(--entho-primary-color);
  background: var(--entho-primary-color);
  color: #fff;
  transform: translateY(-50%);
  transition: background 220ms ease, border-color 220ms ease;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .slick-prev {
  left: 0;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .slick-next {
  right: 0;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .slick-arrow:hover,
.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .slick-arrow:focus-visible {
  border-color: #1a191d;
  background: #1a191d;
  outline: none;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .slick-dots button {
  position: relative;
  width: 18px;
  height: 18px;
  min-height: 0;
  padding: 0;
  border: 2px solid transparent;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 1;
}

.cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .slick-dots .slick-active button {
  border-color: #1a191d;
  background: #fff;
}

.cms-slick-carousel.static-slick-ready .slick-arrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.cms-slick-carousel.static-slick-ready .slick-arrow::before,
.cms-slick-carousel.static-slick-ready .slick-arrow::after {
  content: none !important;
  display: none !important;
}

.cms-slick-carousel.static-slick-ready .slick-arrow i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  line-height: 1;
}

.cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid var(--entho-primary-color);
  background: var(--entho-primary-color);
  color: #fff;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-prev {
  left: 0px !important;
}

.cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-next {
  right: 0px !important;
}

.cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-arrow:hover,
.cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-arrow:focus-visible {
  border-color: #1a191d;
  background: #1a191d;
  color: #fff;
  outline: none;
}

@media (max-width: 1024px) {
  .cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-arrow {
    width: 48px;
    height: 48px;
  }

  .cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-prev {
    left: -14px;
  }

  .cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-next {
    right: -14px;
  }
}

@media (max-width: 767px) {
  .cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-prev {
    left: 8px;
  }

  .cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-next {
    right: 8px;
  }

  .cms-post-carousel .cms-slick-carousel.static-slick-ready .slick-arrow i {
    width: 16px;
    height: 16px;
  }
}

.cms-tabs-content-clean {
  padding-top: 6px;
}

.cms-tabs-content-clean .clean-tab {
  color: #696969;
}

.cms-tabs-content-clean .tab-intro {
  margin: 0;
}

.tab-feature-grid,
.tab-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.tab-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 18px;
  border: 1px solid #dedede;
  background: #fff;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.tab-feature:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, .1);
  transform: translateY(-2px);
}

.tab-feature-icon {
  flex: 0 0 38px;
  color: var(--entho-primary-color);
  font-size: 34px;
  line-height: 1;
}

.tab-feature h3,
.tab-card h3,
.tab-timeline h3 {
  margin: 0 0 8px;
  color: #1a191d;
  font-family: var(--entho-font-sans);
  font-size: 22px;
  line-height: 1.18;
}

.tab-feature p,
.tab-card p,
.tab-timeline p {
  margin: 0;
}

.tab-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  margin-bottom: 18px;
}

.tab-eyebrow {
  position: relative;
  padding-left: 18px;
  text-transform: uppercase;
}

.tab-eyebrow::before {
  position: absolute;
  left: 0;
  top: .45em;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--entho-primary-color);
}

.tab-timeline {
  display: grid;
  gap: 18px;
}

.tab-timeline article {
  padding-left: 20px;
  border-left: 3px solid var(--entho-primary-color);
}

.tab-chart {
  width: 100%;
  margin-top: 22px;
}

@media (max-width: 1024px) {
  .static-hero-slider,
  .static-hero-content {
    min-height: 720px !important;
  }

  .static-hero-content {
    width: min(100% - 48px, 760px) !important;
    padding-top: 96px;
    padding-bottom: 88px;
  }

  .static-hero-content h2 {
    font-size: 56px !important;
    line-height: 1.02 !important;
  }

  .static-hero-content p {
    max-width: 680px;
    font-size: 17px;
  }

  .static-hero-arrow {
    width: 46px;
    height: 46px;
  }

  .static-hero-arrow i {
    width: 18px;
    height: 18px;
  }

  .static-column.static-col-25 {
    width: 50% !important;
  }

}

@media (max-width: 767px) {
  body {
    font-size: 15px !important;
    line-height: 1.66 !important;
  }

  h1,
  .h1 {
    font-size: 36px !important;
    line-height: 1.16 !important;
  }

  h2,
  .h2,
  .cms-heading .custom-heading {
    font-size: 30px !important;
    line-height: 1.24 !important;
    font-weight: var(--entho-weight-bold) !important;
  }

  h3,
  .h3,
  .cms-fancy-box-title,
  .item-title,
  .static-icon-box-title {
    font-size: 21px !important;
    line-height: 1.34 !important;
  }

  .cms-counter.layout1 .top-counter .cms-counter-number-wrapper {
    font-size: 35px !important;
  }

  p,
  li,
  .cms-heading .custom-description,
  .cms-fancy-box-description,
  .static-image-box-description,
  .static-icon-box-description,
  .item-content,
  .entry-excerpt,
  .client-said p {
    line-height: 1.68 !important;
  }

  .container,
  .content-container,
  .static-section > .static-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .content-container,
  .content-row,
  #primary {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .static-column,
  .static-column.static-col-25,
  .static-column.static-col-33,
  .static-column.static-col-50,
  .static-column.static-col-66,
  .static-column.static-col-100 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .static-hero-slider,
  .static-hero-content {
    min-height: 640px !important;
  }

  .static-hero-content {
    width: calc(100% - 28px) !important;
    padding-top: 88px !important;
    padding-bottom: 86px !important;
  }

  .static-hero-content h2 {
    font-size: 32px !important;
    line-height: 1.14 !important;
    font-weight: var(--entho-weight-heavy) !important;
  }

  .static-hero-content p {
    margin-top: 22px !important;
    font-size: 15px !important;
    line-height: 1.66 !important;
  }

  .static-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px !important;
    width: 100%;
    margin-top: 28px !important;
  }

  .static-hero-actions .btn {
    width: min(230px, 100%);
    min-height: 48px;
    padding-left: 14px;
    padding-right: 14px;
    white-space: nowrap;
  }

  .static-hero-arrow {
    top: auto !important;
    bottom: 24px;
    width: 40px;
    height: 40px;
    transform: none !important;
  }

  .static-hero-arrow i {
    width: 16px;
    height: 16px;
  }

  .static-hero-prev {
    left: 14px !important;
  }

  .static-hero-next {
    right: 14px !important;
  }

  .cms-heading .custom-heading {
    font-size: 30px !important;
    line-height: 1.24 !important;
  }

  .cms-heading .custom-description br,
  .cms-heading .custom-heading br {
    display: none;
  }

  .grid-filter-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    text-align: left !important;
  }

  .grid-filter-wrap .filter-item {
    display: flex !important;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin: 0 !important;
    padding: 8px 6px !important;
    font-size: 13px;
    line-height: 1.25;
  }

  .grid-filter-wrap .filter-item img {
    flex: 0 0 auto;
    width: 26px !important;
    height: 32px !important;
    object-fit: contain;
  }

  .cms-lq-project-carousel.layout1 .carousel-item-inner .entry-body {
    opacity: 1 !important;
    background: linear-gradient(180deg, rgba(26, 25, 29, 0) 36%, rgba(26, 25, 29, 0.84) 100%) !important;
  }

  .cms-lq-project-carousel.layout1 .carousel-item-inner .entry-body .entry-body-inner {
    padding: 0 18px 24px !important;
  }

  .cms-lq-project-carousel.layout1 .carousel-item-inner .entry-body .entry-title {
    margin: 0 !important;
    font-size: 19px !important;
    line-height: 1.34 !important;
  }

  .cms-lq-project-carousel.layout1 .carousel-item-inner .entry-body .entry-content,
  .cms-lq-project-carousel.layout1 .carousel-item-inner .entry-body .action-buttons {
    display: none !important;
  }

  .cms-lq-project-carousel.static-project-slider-ready .cms-slick-carousel.static-slick-ready .slick-dots {
    display: none !important;
  }

  .cms-fancy-box.layout3,
  .cms-fancy-box.layout1,
  .cms-tabs,
  .cms-counter,
  .cms-testimonial-carousel,
  .cms-team-carousel,
  .cms-post-carousel,
  .cms-client-list {
    max-width: 100%;
  }

  .cms-fancy-box.layout3 {
    margin-left: auto;
    margin-right: auto;
  }

  .cms-tabs .cms-tab-title {
    width: 100%;
  }

  .cms-tabs-content-clean {
    padding-top: 2px;
  }

  .tab-feature-grid,
  .tab-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }

  .tab-feature {
    gap: 12px;
    padding: 16px 14px;
  }

  .tab-feature-icon {
    flex-basis: 32px;
    font-size: 29px;
  }

  .tab-feature h3,
  .tab-card h3,
  .tab-timeline h3 {
    font-size: 20px;
  }

  .tab-card img {
    margin-bottom: 12px;
  }

  .tab-timeline {
    gap: 14px;
  }

  .tab-chart {
    margin-top: 16px;
  }

  .footer-top .row > [class*="col-"],
  .site-footer .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .static-hero-slider,
  .static-hero-content {
    min-height: 590px !important;
  }

  .static-hero-content {
    padding-top: 74px !important;
    padding-bottom: 66px !important;
  }

  .static-hero-content p {
    margin-top: 16px !important;
  }

  .static-hero-actions {
    margin-top: 22px !important;
  }

  .static-2130 .static-element.static-element-7fe3791 {
    margin-top: -24px !important;
  }

  .static-2130 .static-element.static-element-57c8cd86,
  .static-2130 .static-element.static-element-679fc3cb,
  .static-2130 .static-element.static-element-20a819c8,
  .static-2130 .static-element.static-element-67415fd7,
  .static-2130 .static-element.static-element-9da7e43,
  .static-2130 .static-element.static-element-5afe4ae8,
  .static-2130 .static-element.static-element-0c80739 {
    margin-top: 44px !important;
  }

  .static-2130 .static-element.static-element-679fc3cb {
    padding: 54px 10px 60px !important;
  }

  .static-2130 .static-element.static-element-83fcdbe {
    padding: 52px 0 104px !important;
  }

  .static-2130 .static-element.static-element-c6e3806 {
    margin-top: -104px !important;
  }

  .static-2130 .static-element.static-element-18a962c {
    padding: 22px 0 !important;
  }

  .static-2130 .static-element.static-element-4c7f95b5 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .static-2130 .static-element.static-element-783464d > .static-widget-container {
    margin-top: 34px !important;
  }

  .static-2130 .static-element.static-element-a96b6c0 > .static-widget-container,
  .static-2130 .static-element.static-element-a83bea5,
  .static-2130 .static-element.static-element-2cf25bfb {
    margin-top: 26px !important;
  }

  .static-2130 .static-element.static-element-56a36761 > .static-widget-container,
  .static-2130 .static-element.static-element-4a0c9f0a,
  .static-2130 .static-element.static-element-5de0a555 > .static-widget-container {
    margin-top: 22px !important;
  }

  .static-2130 .static-element.static-element-71bade79 > .static-widget-container,
  .static-2130 .static-element.static-element-2287738c > .static-widget-container,
  .static-2130 .static-element.static-element-73438ae0 > .static-widget-container {
    margin-top: 12px !important;
  }

  .static-2130 .static-element.static-element-67415fd7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .static-2130 .static-element.static-element-4c296eb7 > .static-element-populated {
    padding: 12px !important;
  }

  .static-2130 .static-element.static-element-8db6713 {
    background-image: none !important;
  }

  .static-2130 .static-spacer-inner,
  .static-2130 .static-spacer {
    max-height: 32px !important;
  }

  .cms-heading .custom-description {
    margin-top: 10px !important;
  }

}

@media (max-width: 420px) {
  .static-hero-content h2 {
    font-size: 30px !important;
  }

  .static-hero-content p {
    font-size: 14px !important;
  }

  .grid-filter-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .site-content .static-container.static-column-gap-default,
  .site-content .static-container.static-column-gap-extended,
  .site-footer-custom .static-container.static-column-gap-default,
  .site-footer-custom .static-container.static-column-gap-extended {
    margin: 0 !important;
  }

  .site-content .static-column-gap-default > .static-column > .static-element-populated,
  .site-content .static-column-gap-extended > .static-column > .static-element-populated,
  .site-footer-custom .static-column-gap-default > .static-column > .static-element-populated,
  .site-footer-custom .static-column-gap-extended > .static-column > .static-element-populated {
    padding: 0 !important;
  }

  .site-content .static-2130 .static-element.static-element-18a962c > .static-container.static-column-gap-extended {
    gap: 12px 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .site-content .static-2130 .static-element.static-element-18a962c .static-column > .static-element-populated {
    padding: 8px 0 !important;
  }

  .site-content .static-2130 .static-container .static-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .static-2130 .static-element.static-element-679fc3cb {
    padding: 54px 0 60px !important;
  }

  .static-2130 .static-element.static-element-67415fd7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .static-2130 .static-element.static-element-7fe3791 {
    margin-top: 0 !important;
    padding: 20px 12px !important;
    background: #f6f6f6 !important;
    box-shadow: none !important;
  }

  .static-2130 .static-element.static-element-7fe3791 > .static-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .static-2130 .static-element.static-element-7fe3791 .static-column {
    width: 100% !important;
  }

  .static-2130 .static-element.static-element-7fe3791 .static-widget-container {
    height: 100%;
  }

  .static-2130 .static-element.static-element-7fe3791 .cms-fancy-box.layout3 {
    min-height: auto !important;
    padding: 28px 22px 24px !important;
    background: #fff !important;
    border: 1px solid #ededed;
    box-shadow: 0 12px 34px rgba(26, 25, 29, 0.08);
  }

  .static-2130 .static-element.static-element-7fe3791 .cms-fancy-box.layout3 .cms-fancy-box-icon {
    min-height: 48px;
    margin-bottom: 12px;
  }

  .static-2130 .static-element.static-element-7fe3791 .cms-fancy-box.layout3 .cms-fancy-box-icon .static-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: var(--entho-primary-color) !important;
    font-size: 44px;
  }

  .static-2130 .static-element.static-element-7fe3791 .cms-fancy-box.layout3 .cms-fancy-box-title {
    margin-bottom: 8px !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
  }

  .static-2130 .static-element.static-element-7fe3791 .cms-fancy-box.layout3 .cms-fancy-box-description {
    max-width: 560px;
    margin: 0 auto !important;
    padding-top: 0 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .static-2130 .static-element.static-element-7fe3791 .cms-fancy-box.layout3 .item-overlay {
    display: none !important;
  }
}
