.elementor-kit-7{--e-global-color-primary:#171F8D;--e-global-color-secondary:#ADD6C6;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;--e-page-transition-entrance-animation:e-page-transition-fade-out-right;--e-page-transition-exit-animation:e-page-transition-fade-in-right;--e-page-transition-animation-duration:500ms;--e-preloader-animation-duration:100ms;--e-preloader-delay:0ms;--e-preloader-width:11%;}.elementor-kit-7 e-page-transition{background-color:#171F8D6B;}.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);}.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;}.elementor-kit-7{--e-preloader-width:33%;}}/* Start custom CSS */html {
    overflow-x: hidden;
}
::-webkit-scrollbar{
    width: 0vw;
    background: #ffff;
}
::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(transparent,#000000);
    background: linear-gradient(transparent,#000000);
    border-radius: 20px;
}


::-webkit-scrollbar-thumb:hover{
   background: -webkit-linear-gradient(transparent,##000000);
   background: linear-gradient(transparent,##000000); 
}

/*Firefox Support*/
html{
    scrollbar-width: thin;
    scrollbar-color: white #171F8D;
}/* End custom CSS */