.elementor-kit-7 {
    --e-global-color-primary: #a9b5c9;
    --e-global-color-secondary: #1f2531;
    --e-global-color-text: #797e89;
    --e-global-color-accent: #00bbee;
    --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-7 button,
.elementor-kit-7 input[type="button"],
.elementor-kit-7 input[type="submit"],
.elementor-kit-7 .elementor-button {
    background-color: #FFFFFF;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1170px;
}

.e-con {
    --container-max-width: 1170px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 30px;
}

.elementor-element {
    --widgets-spacing: 30px;
}

    {}

h1.entry-title {
    display: var(--page-title-display);
}

@media(max-width:991px) {
    .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;
    }
}

