.elementor-kit-6{--e-global-color-primary:#432A7B;--e-global-color-secondary:#00A551;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-26cf789:#F1F1F1;--e-global-color-45d3da4:#111111;--e-global-color-91aaa84:#006738;--e-global-color-0804665:#FF723A;--e-global-color-a600332:#1B212F;--e-global-color-b3d7d5d:#FFFFFF;--e-global-color-dfcba6c:#FFF8F5;--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;--e-global-typography-c1e75d6-font-family:"Open Sans";--e-global-typography-c1e75d6-font-size:20px;--e-global-typography-c1e75d6-font-weight:500;--e-global-typography-67ee3e6-font-family:"Poppins";--e-global-typography-67ee3e6-font-size:32px;--e-global-typography-67ee3e6-font-weight:700;--e-global-typography-67ee3e6-line-height:36px;color:#000000;font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-6 a{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-6 h1{font-family:"Lato", Sans-serif;font-size:64px;font-weight:300;}.elementor-kit-6 h2{font-family:"Montserrat", Sans-serif;font-size:56px;font-weight:400;}.elementor-kit-6 h3{font-family:"Montserrat", Sans-serif;font-size:48px;font-weight:400;}.elementor-kit-6 h4{font-family:"Montserrat", Sans-serif;font-size:36px;font-weight:300;}.elementor-kit-6 h5{font-family:"Montserrat", Sans-serif;font-size:28px;font-weight:500;}.elementor-kit-6 h6{font-family:"Montserrat", Sans-serif;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 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-kit-6{font-size:18px;}.elementor-kit-6 a{font-size:16px;}.elementor-kit-6 h1{font-size:48px;}.elementor-kit-6 h2{font-size:40px;}.elementor-kit-6 h3{font-size:36px;}.elementor-kit-6 h4{font-size:28px;}.elementor-kit-6 h5{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:16px;}.elementor-kit-6 a{font-size:14px;}.elementor-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:28px;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 h5{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
    --first-color: #ef32d9;
    --second-color: #89fffd;
    --size: 100px;
    --speed: 4s;
}
.bg-animation{
     overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-animation:before{
       content: '';
    position: absolute;
    width: var(--size);
    height: 130%;
    background: linear-gradient(var(--first-color), var(--second-color)) !important;
    animation: animate var(--speed) linear infinite;
    left: 100px;
    top: -40px;
}
@keyframes animate{
     0% {
        transform: rotate(0deg);
    }
 
    100% {
        transform: rotate(360deg);
    }
}/* End custom CSS */