.elementor-kit-177{--e-global-color-primary:#002549;--e-global-color-secondary:#1A4F9E;--e-global-color-text:#002549;--e-global-color-accent:#002549;--e-global-color-1f755ab:#FFFFFF;--e-global-color-94a325c:#000000;--e-global-color-57904db:#FFD700;--e-global-color-95eae8a:#FF0000;--e-global-color-f951618:#7CA3E4;--e-global-color-9abad13:#F2F4FA;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:22px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:700;}.elementor-kit-177 e-page-transition{background-color:#FFBC7D;}.elementor-kit-177 button,.elementor-kit-177 input[type="button"],.elementor-kit-177 input[type="submit"],.elementor-kit-177 .elementor-button{font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;line-height:2.2em;border-radius:100px 100px 100px 100px;padding:6px 30px 6px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 */@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
            }
            
            
.elementor-button{
    transition: opacity .3s ease-out;
}
.elementor-button:hover{
        opacity: .75;
}
@media only screen and (min-width: 960px) {
.bg_animat{
    animation: zoomLoop 50s ease-in-out infinite;
}


}

@keyframes zoomLoop {
    0%   { background-size: 100%; }
    50%  { background-size: 112%; }
    100% { background-size: 100%; }
}/* End custom CSS */