/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
section#about-sec .ekit_heading_separetor_wraper.ekit_heading_ekit_border_custom img {
    filter: brightness(0) invert(0);
}
.setMarquee span {
    font-family: "Urbanist", Sans-serif;
    color: #fff;
    font-size: 24px !important;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 0px;
    justify-content: space-evenly;
    font-size: 1.6em;
}
.setMarquee label {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #fcd21c;
    margin: 0px 0%;
}
.setMarquee {
    height: 72px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
/* nested div inside the container */
.setMarquee div {
    display: flex;
    width: 224%;
    position: absolute;
    overflow: hidden;
    animation: marquee 12s linear infinite;
    top: 20px;
    left: 0px;
    bottom: 0;
}
/* span with text */
.setMarquee span {
    float: left;
    width: 40%;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
section#services-inner .elementor-widget-wrap.elementor-element-populated:hover {
    background: #612956d6;
}
section#services-inner .elementor-widget-wrap.elementor-element-populated:hover h3 {
    color: #fff !important;!i;!;
}
section#services-inner .elementor-widget-wrap.elementor-element-populated:hover .elementor-image-box-content {
    color: #fff !important;
}
section#services-inner .elementor-widget-wrap.elementor-element-populated:hover .elementor-image-box-content h3 {
    color: #fff !important;!i;!;
}
section#services-inner .elementor-widget-wrap.elementor-element-populated:hover a {
    color: #fff !important;!i;!;
}
section#services-inner .elementor-widget-wrap.elementor-element-populated:hover  span.elementor-button-icon {
    fill: #fff;
}

@media only screen and (max-width: 1000px){
	.setMarquee div {
		width: 500%;
		top: 0;
	}
	.setMarquee {
		height: 30px !important;
	}
	.setMarquee span {
		font-size: 16px !important;
	}	
}