/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*for elementor pro*/
.icon_height .elementor-image-box-img .size-full{
    height: 65px;
}
section[data-id="38b5dd81"] .elementor-image-box-img img{
  filter: invert(28%) sepia(97%) saturate(7411%) hue-rotate(351deg) brightness(92%) contrast(93%);
}
.wpcf7-form .form-flat .wpcf7-email {
    background-color: white;
}
    

/*solution page arrow and circle color*/
.current.arrow::after{
     content: " ";
    display: inline-block;
    border: 10px solid transparent;
    border-bottom-color: #E31B23;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    z-index: 9;
}

.elementor-row div.current .elementor-image-box-img {
    background-color: #E31B23;
}
.font h3{
    color: white;
}

/*underline deco*/
.deco{
    width: 100px;
    height: 3px;
    background-color: #E31B23;
    margin-bottom: 40px;
    margin-top:10px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.processing:before, .loading-spin.centered {
	display: none !important;
}