.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:900;--e-global-typography-primary-letter-spacing:0.2px;--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-76ab3bf-font-family:"Lato";--e-global-typography-76ab3bf-font-weight:900;--e-global-typography-76ab3bf-letter-spacing:0.2px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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);}@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 */#headerMenu {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99999;
      transition: all 0.3s ease;
      height: auto;
    }
#headerMenu img{
    width: 100%;
    transition: all 0.3s ease;
}
#headerMenu.sticky img{
    width: 51%;
    transition: all 0.3s ease;
}
#headerMenu.sticky {
      background-color: rgba(38, 24, 147,1); 
      box-shadow: 0px -5px 15px -2px gray;
      height: 78px;
    }

#headerMenu.transparent {
      background-color: transparent; 
      box-shadow: none; 
    }
    
#headerMenu .elementor-item.elementor-item-active::after{
    z-index: -1;
}


.header-text-rgb{
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(90deg, rgb(255, 255, 255), rgb(219, 255, 94), rgb(38, 24, 147));
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradientAnimation 8s ease infinite;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 50% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    75% {
        background-position: 50% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */