.elementor-kit-5{--e-global-color-primary:#2E2E2E;--e-global-color-secondary:#2E2E2E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#003E51;--e-global-color-7d6d796:#B99B83;--e-global-color-22de2e9:#B59D63;--e-global-typography-primary-font-family:"Bacasime Antique";--e-global-typography-primary-font-size:52px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:56px;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:27px;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:26px;--e-global-typography-d0b64c5-font-family:"Bacasime Antique";--e-global-typography-d0b64c5-font-size:40px;--e-global-typography-d0b64c5-line-height:44px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:50px;--e-global-typography-primary-line-height:53px;--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-line-height:27px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:26px;--e-global-typography-d0b64c5-font-size:35px;--e-global-typography-d0b64c5-line-height:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:46px;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-line-height:27px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:26px;--e-global-typography-d0b64c5-font-size:32px;--e-global-typography-d0b64c5-line-height:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.float-img {
    display: inline-block;
    animation: floatImg 4s ease-in-out infinite;
}

/* Floating animation */
@keyframes floatImg {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}/* End custom CSS */