.elementor-kit-6 {
    --e-global-color-primary: #7C9C84;
    --e-global-color-secondary: #9CB49C;
    --e-global-color-text: #7C9C84;
    --e-global-color-accent: #C4D4C4;
    --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-weight: 500;
    background-color: #FFFFFF;
}

.elementor-kit-6 button,
.elementor-kit-6 input[type="button"],
.elementor-kit-6 input[type="submit"],
.elementor-kit-6 .elementor-button {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    background-color: #303030;
}

.elementor-kit-6 button:hover,
.elementor-kit-6 button:focus,
.elementor-kit-6 input[type="button"]:hover,
.elementor-kit-6 input[type="button"]:focus,
.elementor-kit-6 input[type="submit"]:hover,
.elementor-kit-6 input[type="submit"]:focus,
.elementor-kit-6 .elementor-button:hover,
.elementor-kit-6 .elementor-button:focus {
    background-color: #005b77;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1250px;
}

.e-container {
    --container-max-width: 1250px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

.elementor-element {
    --widgets-spacing: 20px;
}

h1.entry-title {
    display: var(--page-title-display);
}

.site-header {
    background-image: url("");
}

.site-header .site-branding .site-logo img {
    width: 145px;
    max-width: 145px;
}

.site-header .site-navigation ul.menu li a {
    color: #7C9C84;
}

.site-header .site-navigation-toggle i {
    color: #FFFFFF;
}

.site-header .site-navigation .menu li {
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.3px;
    word-spacing: 0px;
}

.site-footer {
    background-color: var(--e-global-color-accent);
}

.site-footer .site-description {
    color: var(--e-global-color-primary);
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }

    .e-container {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-container {
        --container-max-width: 767px;
    }
}