.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-cad2484:#C52D28;--e-global-color-5cc728c:#D60816;--e-global-color-387b4bf:#FFFFFF;--e-global-color-5713045:#549EC2;--e-global-color-65fc89e:#000000;--e-global-color-b31819d:#2C2121;--e-global-color-f4e9551:#332B2B;--e-global-color-084fed5:#F9F9F9;--e-global-color-2a2f55f:#E2FFFD;--e-global-color-3c165de:#111111;--e-global-color-b2f27fe:#4C4C4C;--e-global-color-9a2482c:#101616;--e-global-color-f5758d2:#28EBA7;--e-global-color-78b433c:#EBFEF8;--e-global-color-fd68cf8:#1A3234;--e-global-color-5487088:#014E44;--e-global-color-9ddbce5:#101616;--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;}.elementor-kit-6 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){--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);}.elementor-lightbox{--lightbox-ui-color:var( --e-global-color-387b4bf );--lightbox-ui-color-hover:var( --e-global-color-5cc728c );}.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 */html, body {
    overflow-x: hidden!important;
    scroll-behavior: smooth;
}


body {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #332b2b;
  --sb-size: 10px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
  
}

@supports not .elementor-kit-6(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

#ultimate-cursor {
    z-index:99999!important;

}/* End custom CSS */