/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2022 | 22:34:37 */
.serv-box:after {
    content: "";
    height: 4px;
    width: 86px;
    background-color: #F11E13;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-in-out;
    margin: auto;

}
.serv-box:hover:after {
    width: 100%!important;
    left: 0;
}
.serv-box img, .serv-box .elementor-button span{
	transition: all .3s ease-in-out !important;
}
.serv-box:hover img {
    box-shadow: 0px 8px 15px 3px #f11e133d !important;
}

.serv-box:hover .elementor-button span{
	color: #F11E13;
}

.custom-services-box:hover img {
    box-shadow: 0px 5px 16px 0px #ff000070;
    border-radius: 50%;
}

.custom-services-box:hover .elementor-widget-container{
	background: #cd2722de !important;
}