.elementor-kit-166{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2e64c33:#0A2C4C;--e-global-color-5a490cb:#D61919;--e-global-typography-primary-font-family:"PT Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"PT Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"PT Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"PT Sans";--e-global-typography-accent-font-weight:500;background-color:#0A2C4CEB;font-family:"Poppins", Sans-serif;}.elementor-kit-166 e-page-transition{background-color:#FFBC7D;}.elementor-kit-166 a{font-family:"Poppins", Sans-serif;}.elementor-kit-166 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-166 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-166 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-166 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-166 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-166 h6{font-family:"Poppins", Sans-serif;}.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);}@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 
}

::-webkit-scrollbar{
    width: 0.8vw;
    background: #1a1b1c;
}
::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(transparent,#00b900);
    background: linear-gradient(transparent,#d61919);
    border-radius: 2px;
}

::-webkit-scrollbar:hover{
    width: 0.8vw;
    background: #1a1b1c;
}
::-webkit-scrollbar-thumb:hover{
    background: white;
    border-radius: 0px;
}

/*Firefox Support*/
html{
    scrollbar-width: #1a1b1c;
    scrollbar-color: #00b900;
}/* End custom CSS */