.elementor-kit-7 {
    --e-global-color-primary: #1B283F;
    --e-global-color-secondary: #62C6F2;
    --e-global-color-text: #6D7175;
    --e-global-color-accent: #F7EFE4;
    --e-global-color-2c91b5e: #FFFFFF;
    --e-global-color-f713f6c: #F9FAFB;
    --e-global-typography-primary-font-family: "DIN Pro";
    --e-global-typography-primary-font-weight: 700;
    --e-global-typography-secondary-font-family: "DIN Pro";
    --e-global-typography-secondary-font-weight: 500;
    --e-global-typography-text-font-family: "DIN Pro";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "DIN Pro";
    --e-global-typography-accent-font-weight: 900;
    color: var(--e-global-color-text);
    font-family: "DIN Pro", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

.elementor-kit-7 h1 {
    color: var(--e-global-color-primary);
    font-family: "DIN Pro", Sans-serif;
    font-weight: bold;
}

.elementor-kit-7 button,
.elementor-kit-7 input[type="button"],
.elementor-kit-7 input[type="submit"],
.elementor-kit-7 .elementor-button {
    color: #FFFFFF;
    background-color: var(--e-global-color-secondary);
    border-radius: 6px 6px 6px 6px;
}

.elementor-kit-7 img {
    border-radius: 3px 3px 3px 3px;
}

.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-7 e-page-transition {
    background-color: #FFFFFFC7;
}

@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 Fonts CSS */
@font-face {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('DINPro-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('DINPro-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('AnyConv.com__DINPro-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'DIN Pro';
    font-style: italic;
    font-weight: normal;
    font-display: auto;
    src: url('DINPro-Light1.woff2') format('woff2');
}

@font-face {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 200;
    font-display: auto;
    src: url('DINPro-Light1.woff2') format('woff2'),
        url('DINPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('AnyConv.com__DINPro-Medium.woff2') format('woff2');
}

/* End Custom Fonts CSS */