.elementor-kit-10{--e-global-color-primary:#002B5B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EA7524;--e-global-color-68df3c5:#FFFFFF;--e-global-color-7f92540:#121416;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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 *//* ---------------------------Site Footer------------------------ */
.site-footer{
	display: none;
}



/* ----------------------------Default scrollbar styles ------------------------ */

::-webkit-scrollbar {
    width: 0.6vw;
    background: #f3f3f4;
}

::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(transparent, #283583);
    background: linear-gradient(transparent, #283583);
    border-radius: 30px;
}

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

/* Mobile styles */
@media (max-width: 768px) {
    /* Adjust scrollbar width for mobile */
    ::-webkit-scrollbar {
        width: 0.6vw;
    }

    /* Provide a fallback style for scrollbars on mobile */
    ::-webkit-scrollbar-thumb {
        background: #283583; /* You can change this color */
        border-radius: 4px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #121416; /* You can change this color */
    }
}/* End custom CSS */