.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;}}@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 *//* BLUR BUTTON*/
.blueButton {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
}

.blueButton .elementor-button-content-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.blueButton .elementor-button-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.blueButton .elementor-button-icon i,
.blueButton .elementor-button-icon svg {
    width: 40px !important;
    height: 40px !important;
    display: block !important;
    margin: 0 !important;
    transition: transform 0.8s ease !important;
}

.blueButton .elementor-button-text {
    display: flex !important;
    align-items: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* ICON ROTATES ON HOVER */
.blueButton:hover .elementor-button-icon i,
.blueButton:hover .elementor-button-icon svg {
    transform: rotate(360deg);
}

/* GREEN BUTTON */
.GreenButton {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
}

.GreenButton .elementor-button-content-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 8px !important;
}

.GreenButton .elementor-button-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.GreenButton .elementor-button-icon i,
.GreenButton .elementor-button-icon svg {
    width: 40px !important;
    height: 40px !important;
    display: block !important;
    margin: 0 !important;
    transform: translateX(0) rotate(0deg) !important;
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.GreenButton .elementor-button-text {
    display: flex !important;
    align-items: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(0) !important;
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) !important;
}


/* =========================
   HOVER
========================= */

.GreenButton:hover .elementor-button-icon i,
.GreenButton:hover .elementor-button-icon svg {
    transform: translateX(150px) rotate(360deg) !important;
}

.GreenButton:hover .elementor-button-text {
    transform: translateX(-35px) !important;
}

/* FlOATING IMAGE */
.FloatImage {
    animation: floatImage 2.5s ease-in-out infinite !important;
}

@keyframes floatImage {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}/* End custom CSS */