:root{--page-title-display:none;}/* Start custom CSS *//* Industries Page */
body:not(.elementor-editor-active) .industries-item-hover-bottom,
body:not(.elementor-editor-active) .industries-item-hover-top {
  position: absolute;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: all .3s ease-in-out;
  z-index: 3;
}

.industries-item-hover-bottom {
  bottom: 0;
}

body:not(.elementor-editor-active) .industries-item-container:hover .industries-item-hover-bottom,
body:not(.elementor-editor-active) .industries-item-container:hover .industries-item-hover-top {
  transform: translate(0);
  opacity: 1;
}

body:not(.elementor-editor-active) .industries-item-hover-container {
  position: absolute;
/*   transform: translate(-50%, 100%); */
  opacity: 0;
  transition: all .3s ease-in-out;
  
}

body:not(.elementor-editor-active) .industries-item-container:hover .industries-item-hover-container {
/*   transform: translate(0); */
  opacity: 1;
}

body:not(.elementor-editor-active) .industries-item-title-container {
  transition: all .3s ease-in-out;
}

body:not(.elementor-editor-active) .industries-item-container:hover .industries-item-title-container {
  transform: translate(0%, -100%);
  opacity: 0;
}




#hero-mobile-bg, #hero-mobile-bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#hero-mobile-bg img {
    object-fit: cover;
}

.industries-item-hover-container {
    position: relative;
}

.industries-item-image, .industries-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.industries-item-image img {
    object-fit: cover;
}

.industries-item-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 66%, rgba(0,0,0,1) 100%);
    z-index: 2;
}

.section-head {
    position: relative;
    overflow: hidden;
}

.section-head .section-head-bg, .section-head .section-head-bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}/* End custom CSS */