.elementor-kit-6{--e-global-color-primary:#0074D9;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FF4136;--e-global-color-d84fb01:#FFFFFF;--e-global-color-085b049:#000000;--e-global-color-f894d53:#0A3861;--e-global-color-a2ea620:#085DA0;--e-global-color-468d10d:#D4F6FF;--e-global-color-a3a8afa:#4B0804;--e-global-color-f12e8a8:#A5170F;--e-global-color-5f84844:#FFE1DF;--e-global-color-7abaa6c:#00A1FF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:72px;}.elementor-kit-6 h2{font-size:60px;}.elementor-kit-6 h3{font-size:48px;}.elementor-kit-6 h4{font-size:36px;}.elementor-kit-6 h5{font-size:24px;}.elementor-kit-6 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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: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 *//* Hide horizontal scrollbar on the body*/
body, html {
    overflow-x: hidden;
}

/**Animation Styling**/
@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0,50px,0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
  animation-name: fadeInUp2 !important;
}
@keyframes fadeInDown2 {
    from {
        opacity: 0;
        transform: translate3d(0,-50px,0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
  animation-name: fadeInDown2 !important;
}
@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        transform: translate3d(-50px,0,0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft2 !important;
}
@keyframes fadeInRight2 {
    from {
        opacity: 0;
        transform: translate3d(50px,0,0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight2 !important;
}

#gform_submit_button_1 {
    background-color: #FF4136;
    color: #ffffff;
}

#gform_submit_button_1:hover {
    background-color: #e03e29; 
}/* End custom CSS */