.elementor-kit-3904{--e-global-color-primary:#1EA9BC;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#098472;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-d556760-font-family:"Roboto";--e-global-typography-d556760-font-size:30px;--e-global-typography-d556760-font-weight:300;--e-global-typography-d556760-text-transform:uppercase;}.elementor-kit-3904 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Reserve space for each card BEFORE images load */
.fix-portfolio .elementor-portfolio-item .elementor-portfolio__thumbnail,
.fix-portfolio .elementor-portfolio-item .elementor-portfolio-item__image,
.fix-portfolio .elementor-portfolio-item a {
  /* Your item ratio is ~0.66 (h/w), which is ~3:2 (w/h = 1.5) */
  aspect-ratio: 3 / 2;
  display: block;
  overflow: hidden;
}

/* Make the image fill that reserved box */
.fix-portfolio .elementor-portfolio-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Guard against any inline heights coming from scripts */
.fix-portfolio .elementor-portfolio-item .elementor-portfolio__thumbnail,
.fix-portfolio .elementor-portfolio-item .elementor-portfolio-item__image {
  height: auto !important;
}/* End custom CSS */