.elementor-kit-7{--e-global-color-primary:#FE5000;--e-global-color-secondary:#0066FF;--e-global-color-text:#989898;--e-global-color-accent:#FE5000;--e-global-color-cecfe63:#FFFFFF;--e-global-color-6c3a170:#000000;--e-global-color-6971c1b:#1A1B1B;--e-global-color-268275d:#FAFBFB;--e-global-typography-primary-font-family:"Roboto Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Anton";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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-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 */.mb-0 p{
    margin-bottom: 0;
}
@keyframes floatImage {
    0%  { 
        transform: translateY(0px); 
    }
    50%  { 
        transform: translateY(-20px); 
    }
    100% { 
        transform: translateY(0px); 
    }
}
.floating {
    animation: floatImage 4s ease-in-out infinite;
}/* End custom CSS */