.elementor-kit-55{--e-global-color-primary:#E6354F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-62a6fcb:#E6354F;--e-global-color-88108cd:#2B4975;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-55 h1{color:#2B4975;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-55 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.service-card {
    --card-icon-color: #e6354f;
    background-color: white;
    border-top: 20px solid #e6354f;
    border-bottom: 10px solid white;
    margin: 5px;
    border-radius: 10px;
    transition: border-top-color .15s ease-in-out;
}

.service-card:hover {
    --card-icon-color: #ff3755;
    border-top-color: #ff3755;
}

.service-card i {
    transition: color .15s ease-in-out;
    color: var(--card-icon-color);
}

#home-carousel .elementor-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100%;
}/* End custom CSS */