.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-5edba6b:#2D2C2A;--e-global-color-856c4c8:#EFE3D7;--e-global-color-120ad19:#F6F5F0;--e-global-typography-primary-font-family:"Montserrat";--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:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-size:17px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-animation:pulse;--e-preloader-animation-duration:2500ms;--e-preloader-delay:0ms;--e-preloader-width:101px;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h2{font-size:23px;font-weight:400;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFFFFF;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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-kit-6{font-size:14px;}.elementor-kit-6 h2{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body::-webkit-scrollbar {
  width: 0px;               /* width of the entire scrollbar */

}
body::-webkit-scrollbar-track {
  background: white;        /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #000;    /* color of the scroll thumb */
  border-radius: 0px;       /* roundness of the scroll thumb */
  border: 3px solid black;  /* creates padding around scroll thumb */
  
}

@media (max-width:767px){
html body {
scroll-snap-type: none;
}
}

@media (max-height:600px){
html body {
scroll-snap-type: none;
}
}


/*
body:not(.elementor-editor-active) .elementor-location-header,body:not(.elementor-editor-active) .elem.elementor-location-footer, body:not(.elementor-editor-active) .page-header, body:not(.elementor-editor-active) .site-header {
scroll-snap-align: none;
scroll-snap-stop: unset;
}


body {
scroll-behavior:smooth;
}
*//* End custom CSS */