.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3365 .elementor-element.elementor-element-3a275d3{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3365 .elementor-element.elementor-element-3a275d3:not(.elementor-motion-effects-element-type-background), .elementor-3365 .elementor-element.elementor-element-3a275d3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;}.elementor-widget-image .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3365 .elementor-element.elementor-element-9934da1.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3365 .elementor-element.elementor-element-f692192.xpro-widget-bg-overlay:before{transition:background 0.3s;}.jet-listing-item.single-jet-engine.elementor-page-3365 > .elementor{width:180px;margin-left:auto;margin-right:auto;}/* Start custom CSS for container, class: .elementor-element-3a275d3 */.client-carousel__one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  max-width: 206px;
  height: 58px;
  margin: 80px auto; /* center for demo */
}

.client-carousel__one__item img {
  transition: all 500ms ease;
  max-width: 122px;
  width: auto;
  display: block;
}

.client-carousel__one__item__normal {
  position: relative;
  z-index: 1;
}

.client-carousel__one__item__hover {
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 70%);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.client-carousel__one__item:hover {
  background-color: #ecf2fc;
  border-color: #3d72fc;
}

.client-carousel__one__item:hover .client-carousel__one__item__normal {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
}

.client-carousel__one__item:hover .client-carousel__one__item__hover {
  visibility: visible;
  opacity: 1;
}/* End custom CSS */