/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.0
Text Domain: hello-elementor-child
*/
.caseih-gradient {
	background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(109,15,24,1) 8.4%, rgba(172,32,45,1) 46.2%, rgba(139,26,36,1) 98.9% );
}

.elementor-icon svg {
	transition: all .2s ease-in;
}
.elementor-icon svg:hover {
	transform: scale(1.1) !important;
}