.elementor-kit-12{--e-global-color-primary:#0D1B2A;--e-global-color-secondary:#1B263B;--e-global-color-text:#415A77;--e-global-color-accent:#778DA9;--e-global-color-3a3088f:#E0E1DD;--e-global-color-3f875a4:#FFFFFF;--e-global-color-0dc600c:#FAFAFA;--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-global-typography-496e119-font-family:"Nunito Sans";--e-global-typography-496e119-font-size:48px;--e-global-typography-496e119-font-weight:600;--e-global-typography-496e119-line-height:1.4em;--e-global-typography-e798d26-font-family:"Nunito Sans";--e-global-typography-e798d26-font-size:16px;--e-global-typography-e798d26-font-weight:400;--e-global-typography-e798d26-line-height:1.4em;}.elementor-kit-12 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){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 *//* Adjust as necessary */
.as-slider {
    background: #fff;
    --background-speed: 0.5s;
}

.as-slider .elementor-background-slideshow {
    display: none;
}

.as-slider .as-slider-background,
.as-slider .as-slider-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
}

.as-slider .as-slider-background img {
    object-fit: cover;
    opacity: 0;
    transform: scale(1.1);
}

.as-slider .as-slider-background img.prev,
.as-slider .as-slider-background img.currentBackward,
.as-slider .as-slider-background img.currentForward {
    opacity: 1;
    transform: scale(1.1);
}

.as-slider .as-slider-background img.currentBackward,
.as-slider .as-slider-background img.currentForward {
    z-index: 1;
    opacity: 1;
    animation: bgNext var(--background-speed) linear;
    transition: all 1s ease-in-out;
    transform: scale(1);
}

.as-slider:before {
    z-index: 2;
}

.as-slider > .elementor-element {
    z-index: 3;
}

.as-slider .as-bar,
.as-slider .as-slider-left,
.as-slider .as-slider-right {
    opacity: 0;
    transition: all 0.8s ease-in-out;
}

.as-slider.loaded .as-bar,
.as-slider.loaded .as-slider-left,
.as-slider.loaded .as-slider-right {
    opacity: 1;
}

@keyframes bgNext {
    0% { opacity: 0; transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1); }
}

@media (min-width: 768px) {
    .as-slider .as-bar,
    .as-slider .as-slider-left,
    .as-slider .as-slider-right {
        position: relative;
    }
}

@media (max-width: 1380px) and (min-width: 768px) {
    .as-slider {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media (max-width: 767px) {
    .as-slider .as-slider-left {
        left: calc(50% - 300px / 2) !important;
    }

    .as-slider .as-slider-right {
        right: calc(50% - 300px / 2) !important;
    }
}/* End custom CSS */