.elementor-kit-1196 {
    --e-global-color-primary: #FF9500;
    --e-global-color-secondary: #000C38;
    --e-global-color-text: #333D60;
    --e-global-color-accent: #FF9500;
    --e-global-color-1c23814: #FFFFFF;
    --e-global-typography-primary-font-family: "Poppins";
    --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: "Poppins";
    --e-global-typography-accent-font-size: 13px;
    --e-global-typography-accent-font-weight: 600;
    --e-global-typography-accent-text-transform: capitalize;
}

.elementor-kit-1196 button,
.elementor-kit-1196 input[type="button"],
.elementor-kit-1196 input[type="submit"],
.elementor-kit-1196 .elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: var( --e-global-color-1c23814);
    background-color: var( --e-global-color-accent);
    border-radius: 50px 50px 50px 50px;
    padding: 10px 20px 10px 20px;
}

.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);
}

.elementor-kit-1196 e-page-transition {
    background-color: #FFBC7D;
}

@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;
    }
}