.elementor-kit-6 {
    --e-global-color-primary: #145DA0;
    --e-global-color-secondary: #2E8BC0;
    --e-global-color-text: #0C2D48;
    --e-global-color-accent: #FF8300;
    --e-global-typography-primary-font-family: "Lato";
    --e-global-typography-primary-font-weight: 900;
    --e-global-typography-secondary-font-family: "Hind Vadodara";
    --e-global-typography-secondary-font-weight: normal;
    --e-global-typography-text-font-family: "Hind Siliguri";
    --e-global-typography-text-font-weight: normal;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
    color: var(--e-global-color-text);
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.elementor-kit-6 p {
    margin-bottom: 20px;
}

.elementor-kit-6 h1 {
    color: var(--e-global-color-primary);
    font-family: "Lato", Sans-serif;
    font-size: 38px;
    font-weight: 900;
}

.elementor-kit-6 h2 {
    color: var(--e-global-color-text);
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 32px;
    font-weight: normal;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}

.e-con {
    --container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

.elementor-element {
    --widgets-spacing: 0px;
}

    {}

h1.entry-title {
    display: var(--page-title-display);
}

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

.site-header {
    padding-right: 0px;
    padding-left: 0px;
}

@media(max-width:1024px) {
    .elementor-kit-6 {
        font-size: 18px;
    }

    .elementor-kit-6 h1 {
        font-size: 32px;
    }

    .elementor-kit-6 h2 {
        font-size: 28px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-kit-6 {
        font-size: 18px;
    }

    .elementor-kit-6 h1 {
        font-size: 30px;
    }

    .elementor-kit-6 h2 {
        font-size: 23px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}