.elementor-kit-7{--e-global-color-primary:#0C290A;--e-global-color-secondary:#204B1C;--e-global-color-text:#275B20;--e-global-color-accent:#2C7223;--e-global-color-1422500:#359128;--e-global-color-4fc958b:#47B238;--e-global-color-c5113f3:#6BCB5D;--e-global-color-70f15ff:#9EE194;--e-global-color-49c5bff:#CAEFC3;--e-global-color-7f3b928:#E4F8E0;--e-global-color-c7292d9:#F4FFF1;--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-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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */svg {
 height: unset !important;
}
p {
    margin-bottom: 0
}

html, body{
    overflow-x: hidden !important;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-c5113f3);
    transition: all 1s ease-in;
}


:hover::-webkit-scrollbar-thumb{
     background: var(--e-global-color-70f15ff);
}

body::-webkit-scrollbar-track {
    background:  white;
}/* End custom CSS */