﻿html {
    font-size: 100%;
}

a, .page-title {
    color: #3b4fe4;
}

    a:hover, a:focus {
        color: #1a1a1a;
    }

body, button, input, select, textarea, .ast-button, .ast-custom-button {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
}

blockquote {
    color: #232635;
}

p, .entry-content p {
    margin-bottom: 1em;
}

h1, .entry-content h1, .entry-content h1 a, h2, .entry-content h2, .entry-content h2 a, h3, .entry-content h3, .entry-content h3 a, h4, .entry-content h4, .entry-content h4 a, h5, .entry-content h5, .entry-content h5 a, h6, .entry-content h6, .entry-content h6 a, .site-title, .site-title a {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.site-title {
    font-size: 35px;
    font-size: 2.1875rem;
}

header .custom-logo-link img {
    max-width: 140px;
}

.astra-logo-svg {
    width: 140px;
}

.ast-archive-description .ast-archive-title {
    font-size: 40px;
    font-size: 2.5rem;
}

.site-header .site-description {
    font-size: 15px;
    font-size: 0.9375rem;
}

.entry-title {
    font-size: 30px;
    font-size: 1.875rem;
}

h1, .entry-content h1, .entry-content h1 a {
    font-size: 64px;
    font-size: 4rem;
    font-family: 'Poppins',sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
}

h2, .entry-content h2, .entry-content h2 a {
    font-size: 40px;
    font-size: 2.5rem;
    font-family: 'Poppins',sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
}

h3, .entry-content h3, .entry-content h3 a {
    font-size: 32px;
    font-size: 2rem;
    font-family: 'Poppins',sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
}

h4, .entry-content h4, .entry-content h4 a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
}

h5, .entry-content h5, .entry-content h5 a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
}

h6, .entry-content h6, .entry-content h6 a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
}

.ast-single-post .entry-title, .page-title {
    font-size: 30px;
    font-size: 1.875rem;
}

::selection {
    background-color: #3b4fe4;
    color: #ffffff;
}

body, h1, .entry-title a, .entry-content h1, .entry-content h1 a, h2, .entry-content h2, .entry-content h2 a, h3, .entry-content h3, .entry-content h3 a, h4, .entry-content h4, .entry-content h4 a, h5, .entry-content h5, .entry-content h5 a, h6, .entry-content h6, .entry-content h6 a {
    color: #6e7180;
}

.tagcloud a:hover, .tagcloud a:focus, .tagcloud a.current-item {
    color: #ffffff;
    border-color: #3b4fe4;
    background-color: #3b4fe4;
}

input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, textarea:focus {
    border-color: #3b4fe4;
}

input[type="radio"]:checked, input[type=reset], input[type="checkbox"]:checked, input[type="checkbox"]:hover:checked, input[type="checkbox"]:focus:checked, input[type=range]::-webkit-slider-thumb {
    border-color: #3b4fe4;
    background-color: #3b4fe4;
    box-shadow: none;
}

.site-footer a:hover + .post-count, .site-footer a:focus + .post-count {
    background: #3b4fe4;
    border-color: #3b4fe4;
}

.single .nav-links .nav-previous, .single .nav-links .nav-next {
    color: #3b4fe4;
}

.entry-meta, .entry-meta * {
    line-height: 1.45;
    color: #3b4fe4;
}

    .entry-meta a:hover, .entry-meta a:hover *, .entry-meta a:focus, .entry-meta a:focus *, .page-links > .page-link, .page-links .page-link:hover, .post-navigation a:hover {
        color: #1a1a1a;
    }

.widget-title {
    font-size: 22px;
    font-size: 1.375rem;
    color: #6e7180;
}

#cat option, .secondary .calendar_wrap thead a, .secondary .calendar_wrap thead a:visited {
    color: #3b4fe4;
}

.secondary .calendar_wrap #today, .ast-progress-val span {
    background: #3b4fe4;
}

.secondary a:hover + .post-count, .secondary a:focus + .post-count {
    background: #3b4fe4;
    border-color: #3b4fe4;
}

.calendar_wrap #today > a {
    color: #ffffff;
}

.page-links .page-link, .single .post-navigation a {
    color: #3b4fe4;
}

.wp-block-buttons.aligncenter {
    justify-content: center;
}

@media (max-width:782px) {
    .entry-content .wp-block-columns .wp-block-column {
        margin-left: 0px;
    }
}

@media (max-width:768px) {
    .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
        padding: 1.5em 2.14em;
    }

    .ast-separate-container #primary, .ast-separate-container #secondary {
        padding: 1.5em 0;
    }

    #primary, #secondary {
        padding: 1.5em 0;
        margin: 0;
    }

    .ast-left-sidebar #content > .ast-container {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .ast-author-box img.avatar {
        margin: 20px 0 0 0;
    }
}

@media (max-width:768px) {
    .ast-right-sidebar #primary {
        padding-right: 0;
    }
}

@media (min-width:769px) {
    .ast-separate-container.ast-right-sidebar #primary, .ast-separate-container.ast-left-sidebar #primary {
        border: 0;
    }

    .search-no-results.ast-separate-container #primary {
        margin-bottom: 4em;
    }
}

@media (min-width:769px) {
    .ast-right-sidebar #primary {
        border-right: 1px solid #eee;
    }

    .ast-left-sidebar #primary {
        border-left: 1px solid #eee;
    }
}

.elementor-button-wrapper .elementor-button {
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}

body .elementor-button.elementor-size-sm, body .elementor-button.elementor-size-xs, body .elementor-button.elementor-size-md, body .elementor-button.elementor-size-lg, body .elementor-button.elementor-size-xl, body .elementor-button {
    border-radius: 6px;
    padding-top: 18px;
    padding-right: 22px;
    padding-bottom: 18px;
    padding-left: 22px;
}

.elementor-button-wrapper .elementor-button {
    border-color: #3b4fe4;
    background-color: #3b4fe4;
}

    .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus {
        color: #ffffff;
        background-color: #2238e2;
        border-color: #2238e2;
    }

    .wp-block-button .wp-block-button__link, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .elementor-button:visited {
        color: #ffffff;
    }

.elementor-button-wrapper .elementor-button {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

body .elementor-button.elementor-size-sm, body .elementor-button.elementor-size-xs, body .elementor-button.elementor-size-md, body .elementor-button.elementor-size-lg, body .elementor-button.elementor-size-xl, body .elementor-button {
    font-size: 14px;
    font-size: 0.875rem;
}

.wp-block-button .wp-block-button__link {
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-color: #3b4fe4;
    background-color: #3b4fe4;
    color: #ffffff;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 6px;
    padding-top: 18px;
    padding-right: 22px;
    padding-bottom: 18px;
    padding-left: 22px;
}

    .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
        color: #ffffff;
        background-color: #2238e2;
        border-color: #2238e2;
    }

.elementor-widget-heading h1.elementor-heading-title {
    line-height: 1.2;
}

.elementor-widget-heading h2.elementor-heading-title {
    line-height: 1.2;
}

.elementor-widget-heading h3.elementor-heading-title {
    line-height: 1.2;
}

.elementor-widget-heading h4.elementor-heading-title {
    line-height: 1.2;
}

.elementor-widget-heading h5.elementor-heading-title {
    line-height: 1.2;
}

.elementor-widget-heading h6.elementor-heading-title {
    line-height: 1.2;
}

.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    color: #ffffff;
    border-color: #3b4fe4;
    background-color: #3b4fe4;
    border-radius: 6px;
    padding-top: 18px;
    padding-right: 22px;
    padding-bottom: 18px;
    padding-left: 22px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

    button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
        color: #ffffff;
        background-color: #2238e2;
        border-color: #2238e2;
    }

@media (min-width:768px) {
    .ast-container {
        max-width: 100%;
    }
}

@media (min-width:544px) {
    .ast-container {
        max-width: 100%;
    }
}

@media (max-width:544px) {
    .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
        padding: 1.5em 1em;
    }

    .ast-separate-container #content .ast-container {
        padding-left: 0.54em;
        padding-right: 0.54em;
    }

    .ast-separate-container .ast-archive-description {
        padding: 1.5em 1em;
    }

    .ast-search-menu-icon.ast-dropdown-active .search-field {
        width: 170px;
    }
}

@media (max-width:768px) {
    .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon {
        display: inline-block;
    }

    .ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon {
        margin: 0;
    }
}

@media (max-width:768px) {
    .ast-archive-description .ast-archive-title {
        font-size: 40px;
    }

    .entry-title {
        font-size: 30px;
    }

    h1, .entry-content h1, .entry-content h1 a {
        font-size: 56px;
    }

    h2, .entry-content h2, .entry-content h2 a {
        font-size: 32px;
    }

    h3, .entry-content h3, .entry-content h3 a {
        font-size: 28px;
    }

    h4, .entry-content h4, .entry-content h4 a {
        font-size: 24px;
        font-size: 1.5rem;
    }

    h5, .entry-content h5, .entry-content h5 a {
        font-size: 20px;
        font-size: 1.25rem;
    }

    h6, .entry-content h6, .entry-content h6 a {
        font-size: 16px;
        font-size: 1rem;
    }

    .ast-single-post .entry-title, .page-title {
        font-size: 30px;
    }
}

@media (max-width:544px) {
    .ast-archive-description .ast-archive-title {
        font-size: 40px;
    }

    .entry-title {
        font-size: 30px;
    }

    h1, .entry-content h1, .entry-content h1 a {
        font-size: 32px;
    }

    h2, .entry-content h2, .entry-content h2 a {
        font-size: 24px;
    }

    h3, .entry-content h3, .entry-content h3 a {
        font-size: 22px;
    }

    h4, .entry-content h4, .entry-content h4 a {
        font-size: 20px;
        font-size: 1.25rem;
    }

    h5, .entry-content h5, .entry-content h5 a {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h6, .entry-content h6, .entry-content h6 a {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .ast-single-post .entry-title, .page-title {
        font-size: 30px;
    }
}

@media (max-width:768px) {
    html {
        font-size: 91.2%;
    }
}

@media (max-width:544px) {
    html {
        font-size: 91.2%;
    }
}

@media (min-width:769px) {
    .ast-container {
        max-width: 1240px;
    }
}

@font-face {
    font-family: "Astra";
    src: url(https://dpdesignplayground.com/atreeyo/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://dpdesignplayground.com/atreeyo/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://dpdesignplayground.com/atreeyo/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@media (min-width:769px) {
    .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu, .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu {
        margin-left: -2px;
    }
}

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #ffffff;
}

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
    color: #ffffff;
}

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
    background: #3b4fe4;
}

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill, .ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    color: #ffffff;
    border: none;
}

.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
    width: 140px;
}

.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
    max-width: 140px;
}

@media (min-width:768px) {
    .ast-theme-transparent-header #masthead {
        position: absolute;
        left: 0;
        right: 0;
    }

    .ast-theme-transparent-header .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .main-header-bar {
        background: none;
    }

    body.elementor-editor-active.ast-theme-transparent-header #masthead, .fl-builder-edit .ast-theme-transparent-header #masthead, body.vc_editor.ast-theme-transparent-header #masthead, body.brz-ed.ast-theme-transparent-header #masthead {
        z-index: 0;
    }

    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link {
        display: none;
    }

    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
        display: inline-block;
    }

    .ast-theme-transparent-header .ast-above-header, .ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
        background-image: none;
        background-color: transparent;
    }

    .ast-theme-transparent-header .ast-below-header {
        background-image: none;
        background-color: transparent;
    }
}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link, .ast-theme-transparent-header .ast-masthead-custom-menu-items, .ast-theme-transparent-header .ast-masthead-custom-menu-items a, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle, .ast-theme-transparent-header .ast-above-header-navigation a, .ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation a, .ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation > ul.ast-above-header-menu > .menu-item-has-children:not(.current-menu-item) > .ast-menu-toggle, .ast-theme-transparent-header .ast-below-header-menu, .ast-theme-transparent-header .ast-below-header-menu a, .ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu a, .ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu, .ast-theme-transparent-header .main-header-menu .menu-link {
    color: rgba(255,255,255,0.72);
}

    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .ast-menu-toggle, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .menu-link, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .ast-menu-toggle, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .menu-link, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .ast-menu-toggle, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .ast-menu-toggle, .ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link, .ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link, .ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link {
        color: #ffffff;
    }

@media (max-width:768px) {
    .ast-theme-transparent-header #masthead {
        position: absolute;
        left: 0;
        right: 0;
    }

    .ast-theme-transparent-header .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .main-header-bar {
        background: none;
    }

    body.elementor-editor-active.ast-theme-transparent-header #masthead, .fl-builder-edit .ast-theme-transparent-header #masthead, body.vc_editor.ast-theme-transparent-header #masthead, body.brz-ed.ast-theme-transparent-header #masthead {
        z-index: 0;
    }

    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link {
        display: none;
    }

    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
        display: inline-block;
    }

    .ast-theme-transparent-header .ast-above-header, .ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
        background-image: none;
        background-color: transparent;
    }

    .ast-theme-transparent-header .ast-below-header {
        background-image: none;
        background-color: transparent;
    }
}

@media (max-width:768px) {
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link, .ast-theme-transparent-header .ast-masthead-custom-menu-items, .ast-theme-transparent-header .ast-masthead-custom-menu-items a, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle, .ast-theme-transparent-header .main-header-menu .menu-link {
        color: #1a1a1a;
    }

        .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .ast-menu-toggle, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .menu-link, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .ast-menu-toggle, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .menu-link, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .ast-menu-toggle, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .ast-menu-toggle, .ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link, .ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link, .ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link {
            color: #3b4fe4;
        }
}

.ast-theme-transparent-header #ast-desktop-header > [CLASS*="-header-wrap"]:last-child > [CLASS*="-header-bar"], .ast-theme-transparent-header.ast-header-break-point #ast-mobile-header > [CLASS*="-header-wrap"]:nth-last-child(2) > [CLASS*="-header-bar"] {
    border-bottom-width: 0;
    border-bottom-style: solid;
}

.ast-breadcrumbs .trail-browse, .ast-breadcrumbs .trail-items, .ast-breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: inherit;
    text-indent: 0;
}

.ast-breadcrumbs .trail-browse {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}

.ast-breadcrumbs .trail-items {
    list-style: none;
}

.trail-items li::after {
    padding: 0 0.3em;
    content: "\00bb";
}

.trail-items li:last-of-type::after {
    display: none;
}

h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
    color: #1a1a1a;
}

@media (max-width:768px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-6-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 6,1fr );
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-5-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 5,1fr );
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 4,1fr );
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-lheavy .ast-builder-grid-row {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-rheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr 1fr 2fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 3,1fr );
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lheavy .ast-builder-grid-row {
        grid-template-columns: 2fr 1fr 1fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-rheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr 2fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-cheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 2fr 1fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-cwide .ast-builder-grid-row {
        grid-template-columns: 1fr 3fr 1fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr;
    }

        .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child {
            grid-column: 1 / -1;
        }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr;
    }

        .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child {
            grid-column: 1 / -1;
        }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 2,1fr );
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-lheavy .ast-builder-grid-row {
        grid-template-columns: 2fr 1fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-rheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 2fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width:544px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-6-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 6,1fr );
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-5-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 5,1fr );
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-4-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 4,1fr );
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-4-lheavy .ast-builder-grid-row {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-4-rheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr 1fr 2fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 3,1fr );
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lheavy .ast-builder-grid-row {
        grid-template-columns: 2fr 1fr 1fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-rheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr 2fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-cheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 2fr 1fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-cwide .ast-builder-grid-row {
        grid-template-columns: 1fr 3fr 1fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr;
    }

        .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child {
            grid-column: 1 / -1;
        }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr;
    }

        .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child {
            grid-column: 1 / -1;
        }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-2-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 2,1fr );
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-2-lheavy .ast-builder-grid-row {
        grid-template-columns: 2fr 1fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-2-rheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 2fr;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
        grid-template-columns: 1fr;
    }
}

.ast-builder-layout-element[data-section="title_tagline"] {
    display: flex;
}

@media (max-width:768px) {
    .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
        display: flex;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
        display: flex;
    }
}

.ast-builder-menu-1 {
    font-family: inherit;
    font-weight: inherit;
}

    .ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: #eaeaea;
        border-style: solid;
        border-radius: 0;
    }

    .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
        margin-top: 0;
    }

.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before, .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before {
    height: calc( 0px + 5px );
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
    border-style: none;
}

@media (max-width:768px) {
    .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0;
    }

    .ast-builder-menu-1 .menu-item-has-children > .menu-link:after {
        content: unset;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0;
    }
}

.ast-builder-menu-1 {
    display: flex;
}

@media (max-width:768px) {
    .ast-header-break-point .ast-builder-menu-1 {
        display: flex;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-builder-menu-1 {
        display: flex;
    }
}

.header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
        display: block;
    }
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: #282c4e;
    ;
    background-image: none;
    ;
    min-height: 80px;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: #53577b;
}

    .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, .site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
        align-items: flex-start;
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

@media (max-width:768px) {
    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width:544px) {
    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
    }
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width:768px) {
    .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    display: grid;
}

@media (max-width:768px) {
    .ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        display: grid;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        display: grid;
    }
}

.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    color: #dee1f8;
    font-size: 14px;
    font-size: 0.875rem;
}

.footer-widget-area[data-section="section-fb-html-1"] {
    font-size: 14px;
    font-size: 0.875rem;
}

.footer-widget-area[data-section="section-fb-html-1"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"] {
        display: block;
    }
}

.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    text-align: right;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
        text-align: right;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
        text-align: center;
    }
}

.ast-footer-copyright {
    text-align: left;
}

.ast-footer-copyright {
    color: #dee1f8;
}

@media (max-width:768px) {
    .ast-footer-copyright {
        text-align: left;
    }
}

@media (max-width:544px) {
    .ast-footer-copyright {
        text-align: center;
    }
}

.ast-footer-copyright {
    font-size: 14px;
    font-size: 0.875rem;
}

    .ast-footer-copyright.ast-builder-layout-element {
        display: flex;
    }

@media (max-width:768px) {
    .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
        display: flex;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
        display: flex;
    }
}

.ast-footer-social-1-wrap .ast-builder-social-element {
    margin-left: 7px;
    margin-right: 7px;
    padding: 8px;
    border-radius: 50px;
    background: #3b4fe4;
}

    .ast-footer-social-1-wrap .ast-builder-social-element svg {
        width: 18px;
        height: 18px;
    }

.ast-footer-social-1-wrap .ast-social-icon-image-wrap {
    margin: 8px;
}

.ast-footer-social-1-wrap .ast-social-color-type-custom svg {
    fill: #ffffff;
}

.ast-footer-social-1-wrap .ast-social-color-type-custom .social-item-label {
    color: #ffffff;
}

[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: left;
}

@media (max-width:768px) {
    .ast-footer-social-1-wrap {
        margin-left: 67px;
    }

    [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
        text-align: left;
    }
}

@media (max-width:544px) {
    .ast-footer-social-1-wrap {
        margin-left: 0px;
    }

    [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
        text-align: left;
    }
}

.ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
    display: flex;
}

@media (max-width:768px) {
    .ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
        display: flex;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
        display: flex;
    }
}

.ast-social-color-type-official .ast-builder-social-element, .ast-social-color-type-official .social-item-label {
    color: var(--color);
    background-color: var(--background-color);
}

.header-social-inner-wrap.ast-social-color-type-official .ast-builder-social-element svg, .footer-social-inner-wrap.ast-social-color-type-official .ast-builder-social-element svg {
    fill: currentColor;
}

.site-footer {
    background-color: #4f96ce;
    ;
    background-image: none;
    ;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    background-color: #282c4e;
    ;
    background-image: none;
    ;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
}

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
        align-items: flex-start;
    }

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

@media (max-width:768px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width:544px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
    }
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width:768px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 60px;
    }
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    display: grid;
}

@media (max-width:768px) {
    .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        display: grid;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        display: grid;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
    text-align: left;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
        text-align: left;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
        text-align: left;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
    color: #dee1f8;
    font-size: 14px;
    font-size: 0.875rem;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a:hover {
        color: #0a0a0a;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a {
    color: #dee1f8;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a:hover {
        color: #ffffff;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title {
    color: #ffffff;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    margin-left: 65px;
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        margin-top: 20px;
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner a {
    color: #dee1f8;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner a:hover {
        color: #ffffff;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-title {
    color: #ffffff;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    margin-left: 24px;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
    color: #dee1f8;
    font-size: 14px;
    font-size: 0.875rem;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-title {
    color: #ffffff;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        margin-top: 30px;
        margin-left: 67px;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner {
    text-align: left;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner {
        text-align: left;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner {
        text-align: left;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
    color: #dee1f8;
    font-size: 14px;
    font-size: 0.875rem;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a:hover {
        color: #0a0a0a;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a {
    color: #dee1f8;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a:hover {
        color: #ffffff;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title {
    color: #ffffff;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    margin-left: 65px;
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        margin-top: 20px;
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner a {
    color: #dee1f8;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner a:hover {
        color: #ffffff;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-title {
    color: #ffffff;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    margin-left: 24px;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
    color: #dee1f8;
    font-size: 14px;
    font-size: 0.875rem;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-title {
    color: #ffffff;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        margin-top: 30px;
        margin-left: 67px;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner {
    text-align: left;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner {
        text-align: left;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner {
        text-align: left;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
    color: #dee1f8;
    font-size: 14px;
    font-size: 0.875rem;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a:hover {
        color: #0a0a0a;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a {
    color: #dee1f8;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a:hover {
        color: #ffffff;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title {
    color: #ffffff;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    margin-left: 65px;
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        margin-top: 20px;
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner a {
    color: #dee1f8;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner a:hover {
        color: #ffffff;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-title {
    color: #ffffff;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    margin-left: 24px;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
    color: #dee1f8;
    font-size: 14px;
    font-size: 0.875rem;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-title {
    color: #ffffff;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        margin-top: 30px;
        margin-left: 67px;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
    text-align: left;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
        text-align: left;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
        text-align: left;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
    color: #dee1f8;
    font-size: 14px;
    font-size: 0.875rem;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a:hover {
        color: #0a0a0a;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a {
    color: #dee1f8;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a:hover {
        color: #ffffff;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title {
    color: #ffffff;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    margin-left: 65px;
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        margin-top: 20px;
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner a {
    color: #dee1f8;
}

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner a:hover {
        color: #ffffff;
    }

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-title {
    color: #ffffff;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    margin-left: 24px;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        display: block;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
    color: #dee1f8;
    font-size: 14px;
    font-size: 0.875rem;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-title {
    color: #ffffff;
}

@media (max-width:768px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        margin-top: 30px;
        margin-left: 67px;
    }
}

@media (max-width:544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        margin-left: 0px;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        display: block;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
        display: block;
    }
}

.elementor-widget-heading .elementor-heading-title {
    margin: 0;
}

.elementor-post.elementor-grid-item.hentry {
    margin-bottom: 0;
}

.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product, .elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product {
    width: auto;
    margin: 0;
    float: none;
}

.ast-left-sidebar .elementor-section.elementor-section-stretched, .ast-right-sidebar .elementor-section.elementor-section-stretched {
    max-width: 100%;
    left: 0 !important;
}

.ast-header-break-point .main-header-bar {
    border-bottom-width: 0;
}

@media (min-width:769px) {
    .main-header-bar {
        border-bottom-width: 0;
    }
}

.ast-flex {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header-bar {
    padding: 1em 0;
}

.ast-site-identity {
    padding: 0;
}

.header-main-layout-1 .ast-flex.main-header-container, .header-main-layout-3 .ast-flex.main-header-container {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main-layout-1 .ast-flex.main-header-container, .header-main-layout-3 .ast-flex.main-header-container {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    background-color: #ffffff;
    ;
    color: #3a3a3a;
}

.ast-mobile-header-wrap .ast-mobile-header-content {
    background-color: #ffffff;
    ;
}

.ast-mobile-popup-content > *, .ast-mobile-header-content > * {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width:768px) {
    .content-align-flex-start .ast-builder-layout-element {
        justify-content: flex-start;
    }

    .content-align-flex-start .main-header-menu {
        text-align: left;
    }
}

.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 70px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 70px;
}

@media (max-width:768px) {
    #masthead .ast-mobile-header-wrap .ast-above-header-bar, #masthead .ast-mobile-header-wrap .ast-primary-header-bar, #masthead .ast-mobile-header-wrap .ast-below-header-bar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ast-header-break-point .ast-primary-header-bar {
    border-bottom-width: 0;
    border-bottom-style: solid;
}

@media (min-width:769px) {
    .ast-primary-header-bar {
        border-bottom-width: 0;
        border-bottom-style: solid;
    }
}

.ast-primary-header-bar {
    display: block;
}

@media (max-width:768px) {
    .ast-header-break-point .ast-primary-header-bar {
        display: grid;
    }
}

@media (max-width:544px) {
    .ast-header-break-point .ast-primary-header-bar {
        display: grid;
    }
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
    color: #ffffff;
    border: none;
    background: #3b4fe4;
    border-radius: 2px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
    color: #ffffff;
}
