/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1746418498
Updated: 2025-05-05 04:14:58

*/

.header-icon .elementor-icon-wrapper{
	position:absolute;
	right:-10px;
	top:50%;
	transform:translatey(-50%);
}
.header-icon a.elementor-icon, footer .elementor-icon-box-icon a.elementor-icon, .icon-links a.elementor-icon, .contact-info a.elementor-icon{
	background: linear-gradient(90deg, #EA0202 0%, #840101 100%);
	border: 2px solid #FFFFFF;
}
 a.elementor-icon svg{
animation: tada 2s linear infinite;
	 
}

@keyframes tada{
	0%, 100% {
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
}
.home .page-title, .testi .elementor-testimonial__footer{display:none;}

.icon-list .elementor-icon-list-icon{
	background: linear-gradient(90deg, #EA0202 0%, #840101 100%);
	border: 2px solid #FFFFFF;
	padding:8px;
	border-radius:50px;
	height:40px !important;
	width:40px !important;
	display:flex !important;
	justify-content:center;
	align-items:center !important;
}
.counter{
	text-align:center !important;
}
.solution .d-none{
	display:none;
}
.solution .cont:hover .d-none{
	display:block;
	transition:.8s
}
.serv-card img{
	height:300px !important;
	object-fit:cover;
}

.serv-card .button, .read-more {
    color: #DF970F  !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 600;
	display:inline-block;
}



p.elementor-image-box-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.rotate img{
animation: rotate 15s infinite ease-in;
}

@keyframes rotate {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}


 a.icon-box-white {
    color: #fff !important;
}
