.elementor-kit-6{--e-global-color-primary:#00C230;--e-global-color-secondary:#00E500;--e-global-color-text:#000000;--e-global-color-accent:#003F00;--e-global-typography-primary-font-family:"Mukta Malar";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Mukta Vaani";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Mukta Malar";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Mukta Malar";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;--e-global-typography-e8cd188-font-family:"Mukta Malar";--e-global-typography-e8cd188-font-size:14px;--e-global-typography-e8cd188-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 .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 *//*personalizar barra de rolagem*/
body::-webkit-scrollbar{
    width: 10px;
}

body::-webkit-scrollbar-track{
    background: #fff;
}

body::-webkit-scrollbar-thumb{
    background-color: #003F00 ;
    border-radius: 10px;
	border: 2px solid #003F00;
}

/*remover scroll horizonta*/
html,body{
    width: 100%;
    overflow-x: hidden;
	    
}/* End custom CSS */