.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-25ec6c2:#624E88;--e-global-color-fe5bdc0:#0098FF;--e-global-color-4cc1e4e:#E8D3C3;--e-global-color-3926421:#424242;--e-global-color-674743c:#9BA59C;--e-global-color-a521f5a:#9B8338;--e-global-color-9b5f975:#14311D;--e-global-color-6bf4701:#8B7019;--e-global-color-1cb0c0a:#E7D8A5;--e-global-color-02d42ce:#14311D;--e-global-color-5df759d:#986A52;--e-global-color-0eb77c2:#9D583D;--e-global-color-704debc:#F9ECE3;--e-global-color-f2aa58b:#9BA59C;--e-global-color-7b469e2:#9B8578;--e-global-color-dc7d294:#5B8F68;--e-global-color-92076a7:#15311C;--e-global-color-456d90d:#9B8338;--e-global-color-1aee44d:#AE8F7A;--e-global-color-ecf65b9:#FF00BD;--e-global-color-e8fd73f:#AB027F;--e-global-color-1258540:#D25DEC;--e-global-color-6476101:#8850E9;--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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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 *//* FADE IN DOWN */
#fadeInDownNew {
    opacity: 0;
}

.fadeInDownNew {
    animation: fadeInDownAnimation 1s ease-in both;
}

@keyframes fadeInDownAnimation {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to{
        opacity:1;
        transform:none
    }
}


/* FADE IN RIGHT */
#fadeInRightNew {
    opacity: 0;
}

.fadeInRightNew{
    animation:fadeInRightAnimation 1s ease-in both;
}

@keyframes fadeInRightAnimation{
    from{
        opacity:0;
        transform:translate3d(100%,0,0)
    }
    to{
        opacity:1;
        transform:none
    }
}


/* FADE IN UP */
#fadeInUpNew {
    opacity: 0;
}

.fadeInUpNew{
    animation:fadeInUpAnimation 1.2s ease-in both;
}
@keyframes fadeInUpAnimation{
    from{
        opacity:0;
        transform:translate3d(0,100%,0)
    }
    to{
        opacity:1;
        transform:none
    }
}


/* ZOOM IN */
#zoomInNew {
    opacity: 0;
}
.zoomInNew{
    animation:zoomInAnimation 1s ease-out both;
}
@keyframes zoomInAnimation{
    from{
        opacity:0;
        transform:scale3d(.3,.3,.3)
    }
    50%{
        opacity:1
    }
    100%{
        opacity:1
    }
}/* End custom CSS */