.elementor-kit-9{--e-global-color-primary:#2B3990;--e-global-color-secondary:#000000;--e-global-color-text:#313131;--e-global-color-accent:#FBB040;--e-global-color-e3cad53:#2B3990;--e-global-color-2f8465e:#FBB040;--e-global-color-35b7fd6:#130D30;--e-global-color-5f7ddb6:#3BC5FF;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--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;background-color:var( --e-global-color-5f7ddb6 );overscroll-behavior:none;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){margin-block-end: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:1140px){.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 */body {
    background-color: #130D30;
}

/** HOME HOVER SLIDE **/
.animate-on-hover>.animate-slide {
    transform: translateX(0) translateY(0);
}
.animate-on-hover:hover>.animate-slide {
    transform: translateY(-100vh);
}
.animate-slide-replace-1 {
    visibility: hidden;
    transform:translateX(-300%);
    transition: 1s;
}
.animate-on-hover:hover>.animate-slide-replace-1 {
    visibility: visible;
    transform: translateX(0) translateY(0);
    transition: 1s;
}
.animate-slide-replace-2 {
    visibility: hidden;
    transform:translateY(300%);
    transition: 1s;
}
.animate-on-hover:hover>.animate-slide-replace-2 {
    visibility: visible;
    transform: translateX(0) translateY(0);
    transition: 1s;
}
.animate-slide-replace-3 {
    visibility: hidden;
    transform:translateX(300%);
    transition: 1s;
}
.animate-on-hover:hover>.animate-slide-replace-3 {
    visibility: visible;
    transform: translateX(0) translateY(0);
    transition: 1s;
}
.elementor-shape-bottom {
    z-index: 50;
}
.mobile-contact-menu-button {
    background-color: #fbb040;
}
.mobile-contact-menu-button a {
    background-color: #fbb040!important;
    color: #130d30!important;
}
/**FOOTER STYLES**/
.footer-menu a {
    justify-content: flex-end!important;
}/* End custom CSS */