/*
Theme Name: Ubertas Controls LLC
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* @keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0); 
  }
} */

/* .SLIDINGIMAGES:before {
    background: url(https://ubertas-controls.designsfunnelserver.com/wp-content/uploads/2025/05/Group-53-min-scaled.png) repeat-x;
    animation: slide 30s linear infinite;
    height: 100%;
    width: 72761px;
    content: '';
    background-size: contain;
}


.SLIDINGIMAGES {
  position:relative;
	overflow:hidden
} */
.uploadform .elementor-field-type-upload input#form-field-message {
    width: 100%;
    padding: 20px 40px;
    border-radius: 50px;
}
.iconwithheading li.elementor-icon-list-item {
    display: block;
}

.iconwithheading li.elementor-icon-list-item span.elementor-icon-list-icon {
    align-items: center;
    justify-content: center;
}
.iconwithheading li.elementor-icon-list-item span.elementor-icon-list-text {position: absolute;bottom: -30px;width: 150px;z-index: 999;display: none;text-align: center;left: -57px;background: linear-gradient(180deg, var( --e-global-color-primary ) 0%, #660000 100%);border-radius: 20px;margin: auto;text-align: center;height: 25px;transition:all 0.3s ease-in-out}
.iconwithheading li.elementor-icon-list-item:hover span.elementor-icon-list-text {
    display: block;
    transition:all 0.3s ease-in-out
}
.iconwithheading li.elementor-icon-list-item:hover{
    transition:all 0.3s ease-in-out
}
.iconwithheading .elementor-widget-container {
    overflow: unset !important;
}
@media only screen and (max-width:1024px){
	.iconwithheading li.elementor-icon-list-item:hover span.elementor-icon-list-text {
    display: none;
    transition:all 0.3s ease-in-out
}
}