/* ======================================================
   ELEMENTOR KIT CSS
====================================================== */

.elementor-kit-6499{

    /* GLOBAL COLORS */
    --e-global-color-primary: #083880;
    --e-global-color-secondary: #FF6600;
    --e-global-color-text: #000000;
    --e-global-color-accent: #FF6600;

    /* KADENCE COLORS */
    --e-global-color-kadence1: #2B6CB0;
    --e-global-color-kadence2: #215387;
    --e-global-color-kadence3: #1A202C;
    --e-global-color-kadence4: #2D3748;
    --e-global-color-kadence5: #4A5568;
    --e-global-color-kadence6: #718096;
    --e-global-color-kadence7: #EDF2F7;
    --e-global-color-kadence8: #F7FAFC;
    --e-global-color-kadence9: #ffffff;

    /* TYPOGRAPHY */
    --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;
}

/* ======================================================
   EDIT MODE COLORS
====================================================== */

.elementor-kit-6499.el-is-editing{

    --global-palette1: #2B6CB0;
    --global-palette2: #215387;
    --global-palette3: #1A202C;
    --global-palette4: #2D3748;
    --global-palette5: #4A5568;
    --global-palette6: #718096;
    --global-palette7: #EDF2F7;
    --global-palette8: #F7FAFC;
    --global-palette9: #ffffff;
}

/* ======================================================
   CONTAINER WIDTH
====================================================== */

.elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 1140px;
}

.e-con{
    --container-max-width: 1140px;
}

/* ======================================================
   WIDGET SPACING
====================================================== */

.elementor-widget:not(:last-child){
    margin-block-end: 20px;
}

.elementor-element{
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
}

/* ======================================================
   PAGE TITLE
====================================================== */

h1.entry-title{
    display: var(--page-title-display);
}

/* ======================================================
   TABLET RESPONSIVE
====================================================== */

@media (max-width: 1024px){

    .elementor-section.elementor-section-boxed > .elementor-container{
        max-width: 1024px;
    }

    .e-con{
        --container-max-width: 1024px;
    }
}

/* ======================================================
   MOBILE RESPONSIVE
====================================================== */

@media (max-width: 767px){

    .elementor-section.elementor-section-boxed > .elementor-container{
        max-width: 767px;
    }

    .e-con{
        --container-max-width: 767px;
    }
}