.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-52ec04b:#F43877;--e-global-color-011f11a:#000000;--e-global-color-33d3c43:#37C4F0;--e-global-typography-primary-font-family:"Unbounded";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Unbounded";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Unbounded";--e-global-typography-text-font-size:clamp(1rem, 1.5vw, 1.5rem);--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-011f11a );font-family:"Unbounded", Sans-serif;font-size:clamp(1rem, 1.5vw, 1.5rem);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-52ec04b );font-family:"Unbounded", Sans-serif;font-weight:900;}.elementor-kit-6 h2{font-family:"Unbounded", Sans-serif;font-weight:900;}.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);}.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: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 */.menu-item{
    font-family: "unbounded";
    color:#000;
    font-size: 1rem;
    font-weight:500;
}


@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}



@keyframes slideUp{
   from {
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity:1;
}

to{
    transform: none
}
}

.elementor-element.slideInUp {
    animation-name: slideUp
}




@keyframes slideLeft{
   from {
    transform: translate3d(-100px, 0, 0);
    visibility: visible;
    opacity:1;
}

to{
    transform: none
}
}

.elementor-element.slideInLeft {
    animation-name: slideLeft;
}


@keyframes slideRight{
   from {
    transform: translate3d(100px, 0, 0);
    visibility: visible;
    opacity:1;
}

to{
    transform: none
}
}

.elementor-element.slideInRight {
    animation-name: slideRight;
}/* End custom CSS */