/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2024 | 04:44:23 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.elementor-7 div.disabled-btn.elementor-element-8330fb8 a.elementor-button {
    background-color: #434343;
    color: #000;
}
.rotate{
	 -webkit-animation: rotating 4s linear infinite;
}
@-webkit-keyframes rotating {
    0%{
        -webkit-transform: rotate(0deg);
    }
    
	50%{
        -webkit-transform: rotate(15deg);
    }
	
	100%{
        -webkit-transform: rotate(0deg);
    }
}
.rotate-block{
	-webkit-animation: rotatingblk 6s linear infinite;
}
.rotate-block1{
	-webkit-animation: rotatingblk 10s linear infinite;
}
@-webkit-keyframes rotatingblk {
    0%{
        -webkit-transform: rotate(0deg);
    }
    
	100%{
        -webkit-transform: rotate(360deg);
    }
}

