.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4340 .elementor-element.elementor-element-e5187f7{text-align:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-418db60 *//*====================================
FOOTER FUMINATOR
====================================*/

.fumi-footer{
    background:#17354a;
    color:#ffffff;
    padding:80px 40px 30px;
}

.fumi-container{
    max-width:1100px;
    margin:auto;
}

.fumi-footer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:40px;
    margin-bottom:50px;
}

.footer-box h3{
    color:#00A86B;
    margin-bottom:18px;
    font-size:20px;
}

.footer-box p{
    color:#c9d6df;
    line-height:1.8;
    margin-bottom:10px;
}

.footer-box a{
    color:#ffffff;
    text-decoration:none;
    transition:.3s;
}

.footer-box a:hover{
    color:#00A86B;
}

.fumi-footer-bottom{
    text-align:center;
    border-top:1px solid rgba(255,255,255,0.1);
    padding-top:25px;
}

.fumi-footer-bottom p{
    color:#a9b7c1;
    font-size:14px;
}

@media(max-width:768px){

.fumi-footer{
    padding:60px 25px 25px;
}

}/* End custom CSS */