.elementor-kit-13{--e-global-color-primary:#1662A2;--e-global-color-secondary:#3779AC;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--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-13 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){--kit-widget-spacing: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 */::-webkit-scrollbar-track
{
	border-radius: 0px;
	background-color: #fff;
}

::-webkit-scrollbar
{
	width: 8px;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	background-color: #377aaa;
}

.sub-menu-toggle{
  display: none !important;
}
 
.elementor-slideshow__footer {
 display: none !important;   
}


/* Override specific fade-in animations */
.animated.fadeInLeft {
    animation-name: custom-fade-in-left !important;
}

.animated.fadeInRight {
    animation-name: custom-fade-in-right !important;
}

.animated.fadeInUp {
    animation-name: custom-fade-in-up !important;
}

.animated.fadeInDown {
    animation-name: custom-fade-in-down !important;
}

/* Custom keyframes for each direction */
@keyframes custom-fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-50px); /* Starts from the left */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes custom-fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(50px); /* Starts from the right */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes custom-fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(-50px); /* Starts from above */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes custom-fade-in-down {
    0% {
        opacity: 0;
        transform: translateY(50px); /* Starts from below */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */