.elementor-3811 .elementor-element.elementor-element-d829f31 .hfe-site-logo-container, .elementor-3811 .elementor-element.elementor-element-d829f31 .hfe-caption-width figcaption{text-align:center;}.elementor-3811 .elementor-element.elementor-element-d829f31 .hfe-site-logo .hfe-site-logo-container img{width:146px;}.elementor-3811 .elementor-element.elementor-element-d829f31 .hfe-site-logo-container .hfe-site-logo-img{border-style:none;}.elementor-3811 .elementor-element.elementor-element-d829f31 .widget-image-caption{margin-top:0px;margin-bottom:0px;}/* Start custom CSS for site-logo, class: .elementor-element-d829f31 *//* Start custom CSS for image, class: .elementor-element-71878f66 */
.floating {
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0px;
    margin-top: 0px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 5px);
    }

    to {
        transform: translate(0, -0px);
    }
}

/* End custom CSS *//* End custom CSS */