.wp-block-audio :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio :where(figcaption) {
    color: #ffffffa6
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-code {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Consolas, monaco, monospace;
    padding: .8em 1em
}

.wp-block-embed :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed :where(figcaption) {
    color: #ffffffa6
}

.wp-block-embed {
    margin: 0 0 1em
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: #ffffffa6
}

:root :where(.wp-block-image figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
    color: #ffffffa6
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-pullquote {
    border-bottom: 4px solid;
    border-top: 4px solid;
    color: currentColor;
    margin-bottom: 1.75em
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    text-transform: uppercase
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    position: relative
}

.wp-block-quote:where(.has-text-align-right) {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote:where(.has-text-align-center) {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote:where(.is-style-plain) {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-search__button {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-separator.has-css-opacity {
    opacity: .4
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator.has-alpha-channel-opacity {
    opacity: 1
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    margin: 0 0 1em
}

.wp-block-table td,
.wp-block-table th {
    word-break: normal
}

.wp-block-table :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video {
    margin: 0 0 1em
}

:root :where(.wp-block-template-part.has-background) {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1.25em 2.375em
}


:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:root {
    --wp--style--global--content-size: 823px;
    --wp--style--global--wide-size: 1080px;
}

:where(body) {
    margin: 0;
}

.wp-site-blocks>.alignleft {
    float: left;
    margin-right: 2em;
}

.wp-site-blocks>.alignright {
    float: right;
    margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

.is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}


.et_monarch .et_social_left {
    background-color: #ffffff;
}


body,
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url,
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url,
body .et_pb_bg_layout_light .et_pb_post p,
body .et_pb_bg_layout_dark .et_pb_post p {
    font-size: 16px
}

.et_pb_slide_content,
.et_pb_best_value {
    font-size: 18px
}

body {
    color: #292727
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #292727
}

body {
    line-height: 1.8em
}

#et_search_icon:hover,
.mobile_menu_bar:before,
.mobile_menu_bar:after,
.et_toggle_slide_menu:after,
.et-social-icon a:hover,
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.entry-summary p.price ins,
.et_pb_member_social_links a:hover,
.et_pb_widget li a:hover,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.nav-single a,
.tagged_as a,
.posted_in a {
    color: #248095
}

.et_pb_contact_submit,
.et_password_protected_form .et_submit_button,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.comment-reply-link,
.form-submit .et_pb_button,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_contact p input[type="checkbox"]:checked+label i:before,
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
    color: #248095
}

.footer-widget h4 {
    color: #248095
}

.et-search-form,
.nav li ul,
.et_mobile_menu,
.footer-widget li:before,
.et_pb_pricing li:before,
blockquote {
    border-color: #248095
}

.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content,
.et_pb_post_slider.et_pb_bg_layout_dark,
.et_slide_in_menu_container,
.et_pb_contact p input[type="radio"]:checked+label i:before {
    background-color: #248095
}

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1440px
}

.et_boxed_layout #page-container,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #main-header,
.et_fixed_nav.et_boxed_layout #page-container #top-header,
.et_fixed_nav.et_boxed_layout #page-container #main-header,
.et_boxed_layout #page-container .container,
.et_boxed_layout #page-container .et_pb_row {
    max-width: 1600px
}

a {
    color: #248095
}

.et_secondary_nav_enabled #page-container #top-header {
    background-color: #248095 !important
}

#et-secondary-nav li ul {
    background-color: #248095
}

#main-footer .footer-widget h4,
#main-footer .widget_block h1,
#main-footer .widget_block h2,
#main-footer .widget_block h3,
#main-footer .widget_block h4,
#main-footer .widget_block h5,
#main-footer .widget_block h6 {
    color: #248095
}

.footer-widget li:before {
    border-color: #248095
}

#footer-widgets .footer-widget li:before {
    top: 10.6px
}

h1,
h2,
h3,
h4,
h5,
h6,
.et_quote_content blockquote p,
.et_pb_slide_description .et_pb_slide_title {
    line-height: 1.2em
}

@media only screen and (min-width:981px) {
    .et_fixed_nav #page-container .et-fixed-header#top-header {
        background-color: #248095 !important
    }

    .et_fixed_nav #page-container .et-fixed-header#top-header #et-secondary-nav li ul {
        background-color: #248095
    }
}

@media only screen and (min-width:1800px) {
    .et_pb_row {
        padding: 36px 0
    }

    .et_pb_section {
        padding: 72px 0
    }

    .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
        padding-top: 108px
    }

    .et_pb_fullwidth_section {
        padding: 0
    }
}

h1,
h1.et_pb_contact_main_title,
.et_pb_title_container h1 {
    font-size: 35px
}

h2,
.product .related h2,
.et_pb_column_1_2 .et_quote_content blockquote p {
    font-size: 30px
}

h3 {
    font-size: 25px
}

h4,
.et_pb_circle_counter h3,
.et_pb_number_counter h3,
.et_pb_column_1_3 .et_pb_post h2,
.et_pb_column_1_4 .et_pb_post h2,
.et_pb_blog_grid h2,
.et_pb_column_1_3 .et_quote_content blockquote p,
.et_pb_column_3_8 .et_quote_content blockquote p,
.et_pb_column_1_4 .et_quote_content blockquote p,
.et_pb_blog_grid .et_quote_content blockquote p,
.et_pb_column_1_3 .et_link_content h2,
.et_pb_column_3_8 .et_link_content h2,
.et_pb_column_1_4 .et_link_content h2,
.et_pb_blog_grid .et_link_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2,
.et_pb_column_3_8 .et_pb_audio_module_content h2,
.et_pb_column_1_3 .et_pb_audio_module_content h2,
.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
    font-size: 21px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.et_pb_slide_description .et_pb_slide_title {
    font-size: 53px
}

.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_1_4 .et_pb_audio_module_content h2 {
    font-size: 18px
}

@media only screen and (max-width:980px) {

    .et_header_style_centered .mobile_nav .select_page,
    .et_header_style_split .mobile_nav .select_page,
    .et_mobile_menu li a,
    .mobile_menu_bar:before,
    .et_nav_text_color_light #top-menu>li>a,
    .et_nav_text_color_dark #top-menu>li>a,
    #top-menu a,
    .et_mobile_menu li a,
    #et_search_icon:before,
    #et_top_search .et-search-form input,
    .et_search_form_container input,
    #et-top-navigation .et-cart-info {
        color: #292727
    }

    .et_close_search_field:after {
        color: #292727 !important
    }

    .et_search_form_container input::-moz-placeholder {
        color: #292727
    }

    .et_search_form_container input::-webkit-input-placeholder {
        color: #292727
    }

    .et_search_form_container input:-ms-input-placeholder {
        color: #292727
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif
}

body,
input,
textarea,
select {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif
}

.tagcloud a,
.wp-block-tag-cloud a,
#tag_cloud-2>div>a.tag-cloud-link {
    border: 1px solid #000;
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 14px;
    color: #000000;
    background-color: transparent
}

.tagcloud a:hover,
.wp-block-tag-cloud a:hover,
#tag_cloud-2>div>a.tag-cloud-link:hover {
    background-color: #248094 !important;
    color: #ffffff !important;
    border-color: #248094 !important
}

#tag_cloud-2>div>a.tag-cloud-link.tag-link-9 {
    background-color: #248094 !important;
    color: #ffffff !important
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #E8E7E7;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #353638;
    background-color: #E8E7E7;
    margin-right: 10px;
    margin-bottom: 14px
}

.DLcustomblog .wp-pagenavi a,
.DLcustomblog .wp-pagenavi span {
    border: 1px solid #E8E7E7;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 16px;
    color: #353638 !important;
    background-color: #E8E7E7 !important
}

.DLcustomblog .wp-pagenavi span.current {
    background-color: #248094 !important;
    color: #ffffff !important;
    border-color: #248094 !important
}

.DLcustomblog .wp-pagenavi a:hover {
    background-color: #248094 !important;
    color: #ffffff !important;
    border-color: #248094 !important
}

h1,
h2 {
    font-size: clamp(32px, 5vw, 55px);
    line-height: 1.2em;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal
}

@media only screen and (max-width:1200px) {

    h1,
    h2 {
        font-size: clamp(28px, 4vw, 50px);
        line-height: 1.2
    }
}

@media only screen and (max-width:992px) {

    h1,
    h2 {
        font-size: clamp(24px, 3.5vw, 45px);
        line-height: 1.3
    }
}

@media only screen and (max-width:414px) {

    h1,
    h2 {
        font-size: 20px !important;
        line-height: 1.4 !important
    }
}

.et_pb_text_0 h1,
.et_pb_text_0 h2 {
    font-size: clamp(28px, 5vw, 50px);
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word
}

@media only screen and (max-width:768px) {

    h1,
    h2,
    .et_pb_text_0 h1,
    .et_pb_text_0 h2 {
        font-size: 26px !important;
        line-height: 1.1em !important
    }
}

.slick-dots li.slick-active button:before {
    background-color: #248095 !important;
    transform: scale(1.2)
}

div .post-meta a {
    background-color: #007e9b !important
}

.comments-area {
    display: none
}



.dmp-100517>.tippy-tooltip>.tippy-svg-arrow {
    fill: #333 !important;
}

.dmp-100517 .tippy-arrow:before,
.dmp-100517 .tippy-svg-arrow {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.tippy-popper.dmp-100517[x-placement^=top]>.tippy-tooltip>.tippy-arrow:before {
    border-top-color: #333 !important;
}

.tippy-popper.dmp-100517[x-placement^=bottom]>.tippy-tooltip>.tippy-arrow:before {
    border-bottom-color: #333 !important;
}

.tippy-popper.dmp-100517[x-placement^=left]>.tippy-tooltip>.tippy-arrow:before {
    border-left-color: #333 !important;
}

.tippy-popper.dmp-100517[x-placement^=right]>.tippy-tooltip>.tippy-arrow:before {
    border-right-color: #333 !important;
}

.dmp-100379>.tippy-tooltip>.tippy-svg-arrow {
    fill: #248094 !important;
}

.dmp-100379 .tippy-arrow:before,
.dmp-100379 .tippy-svg-arrow {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.tippy-popper.dmp-100379[x-placement^=top]>.tippy-tooltip>.tippy-arrow:before {
    border-top-color: #248094 !important;
}

.tippy-popper.dmp-100379[x-placement^=bottom]>.tippy-tooltip>.tippy-arrow:before {
    border-bottom-color: #248094 !important;
}

.tippy-popper.dmp-100379[x-placement^=left]>.tippy-tooltip>.tippy-arrow:before {
    border-left-color: #248094 !important;
}

.tippy-popper.dmp-100379[x-placement^=right]>.tippy-tooltip>.tippy-arrow:before {
    border-right-color: #248094 !important;
}


.et_pb_section_0_tb_header {
    border-bottom-width: 1px;
    border-bottom-color: #ededed
}

.et_pb_section_0_tb_header.et_pb_section {
    padding-top: 0px;
    padding-bottom: 0px
}

.et_pb_row_0_tb_header,
body #page-container .et-db #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row {
    width: 94%;
    max-width: none
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-weight: 600;
    text-transform: uppercase;
    color: #1f2732 !important;
    letter-spacing: 0.03em;
    transition: color 300ms ease 0ms
}

.et_pb_menu_0_tb_header.et_pb_menu ul li:hover>a,
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item a,
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    color: #248095 !important
}

.et_pb_menu_0_tb_header.et_pb_menu {
    background-color: #ffffff
}

.et_pb_menu_0_tb_header {
    margin-bottom: 0px !important
}

.et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li a {
    padding: 0 2vw 0 0
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    background-color: #FFFFFF !important;
    border-color: #248095
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
    border-color: #248095
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a,
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a {
    color: #1f2732 !important
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
    background-color: #FFFFFF !important
}

.et_pb_menu_0_tb_header.et_pb_menu nav>ul>li>a:hover {
    opacity: 1
}

.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
.et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
    width: auto;
    max-width: 250px
}

.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo img,
.et_pb_menu_0_tb_header .et_pb_menu__logo-slot .et_pb_menu__logo-wrap img {
    height: auto;
    max-height: none
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
    color: #248095
}

.et_pb_row_0_tb_header.et_pb_row {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 20px;
    padding-bottom: 20px
}

@media only screen and (max-width:980px) {
    .et_pb_section_0_tb_header {
        border-bottom-width: 1px;
        border-bottom-color: #ededed
    }

    .et_pb_row_0_tb_header.et_pb_row {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
}

@media only screen and (max-width:767px) {
    .et_pb_section_0_tb_header {
        border-bottom-width: 1px;
        border-bottom-color: #ededed
    }

    .et_pb_row_0_tb_header.et_pb_row {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
    .et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
        max-width: 220px
    }
}

.et_pb_section_0_tb_footer.et_pb_section {
    padding-top: 70px;
    padding-bottom: 10px;
    background-color: #000000 !important
}

.et_pb_row_0_tb_footer.et_pb_row {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
    padding-top: 0px;
    padding-bottom: 20px
}

.et_pb_image_0_tb_footer {
    margin-bottom: 20px !important;
    max-width: 200px;
    text-align: left;
    margin-left: 0
}

.et_pb_text_0_tb_footer.et_pb_text {
    color: #FFFFFF !important
}

.et_pb_text_0_tb_footer {
    font-weight: 300;
    font-size: 15px
}

.et_pb_text_3_tb_footer h5,
.et_pb_text_1_tb_footer h5,
.et_pb_text_4_tb_footer h5 {
    font-weight: 700;
    font-size: 28px;
    color: #248095 !important
}

.et_pb_text_1_tb_footer {
    margin-bottom: 15px !important
}

.et_pb_blurb_2_tb_footer.et_pb_blurb .et_pb_blurb_description a,
.et_pb_blurb_1_tb_footer.et_pb_blurb .et_pb_blurb_description a,
.et_pb_text_2_tb_footer.et_pb_text a {
    color: #FFFFFF !important;
    transition: color 300ms ease 0ms
}

.et_pb_blurb_2_tb_footer.et_pb_blurb .et_pb_blurb_description a:hover,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h3:hover:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h4:hover:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h5:hover:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h6:hover:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h2:hover:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h1:hover:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area .widget-title:hover,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area .widgettitle:hover,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area:hover,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area li:hover,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area li:hover:before,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area a:hover,
.et_pb_blurb_1_tb_footer.et_pb_blurb .et_pb_blurb_description a:hover,
.et_pb_text_2_tb_footer.et_pb_text a:hover {
    color: #248095 !important
}

.et_pb_text_2_tb_footer a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 2.8em
}

.et_pb_text_3_tb_footer {
    margin-bottom: 22px !important
}

.et_pb_sidebar_0_tb_footer.et_pb_widget_area h3:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h4:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h5:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h6:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h2:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h1:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area .widget-title,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area .widgettitle {
    color: #000000 !important
}

.et_pb_sidebar_0_tb_footer.et_pb_widget_area,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area li,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area li:before,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area a,
.et_pb_blurb_2_tb_footer.et_pb_blurb {
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF !important
}

.et_pb_sidebar_0_tb_footer.et_pb_widget_area h3:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h4:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h5:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h6:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h2:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area h1:first-of-type,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area .widget-title,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area .widgettitle,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area li,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area li:before,
.et_pb_sidebar_0_tb_footer.et_pb_widget_area a {
    transition: color 300ms ease 0ms
}

.et_pb_sidebar_0_tb_footer.et_pb_widget_area .et_pb_widget {
    margin-bottom: 50px
}

.et_pb_text_4_tb_footer {
    margin-bottom: 20px !important
}

.et_pb_blurb_0_tb_footer.et_pb_blurb,
.et_pb_blurb_1_tb_footer.et_pb_blurb {
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF !important;
    margin-bottom: 20px !important
}

.et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_main_blurb_image,
.et_pb_blurb_1_tb_footer.et_pb_blurb .et_pb_main_blurb_image,
.et_pb_blurb_2_tb_footer.et_pb_blurb .et_pb_main_blurb_image {
    padding-top: 7px
}

.et_pb_blurb_0_tb_footer .et-pb-icon,
.et_pb_blurb_2_tb_footer .et-pb-icon {
    font-size: 16px;
    color: #248095;
    font-family: ETmodules !important;
    font-weight: 400 !important
}

.et_pb_blurb_1_tb_footer .et-pb-icon {
    font-size: 16px;
    color: #248095;
    font-family: FontAwesome !important;
    font-weight: 900 !important
}

.et_pb_row_1_tb_footer.et_pb_row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px
}

.et_pb_row_1_tb_footer,
body #page-container .et-db #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row {
    width: 100%;
    max-width: none
}

.et_pb_divider_0_tb_footer:before {
    border-top-color: #4a5361
}

.et_pb_row_2_tb_footer.et_pb_row {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    padding-top: 10px;
    padding-bottom: 0px
}

.et_pb_row_2_tb_footer {
    display: flex
}

.et_pb_text_6_tb_footer {
    font-size: 14px
}

ul.et_pb_social_media_follow_0_tb_footer li a.icon {
    margin-left: 10px
}

.et_pb_social_media_follow_network_0_tb_footer a.icon,
.et_pb_social_media_follow_network_1_tb_footer a.icon,
.et_pb_social_media_follow_network_2_tb_footer a.icon {
    background-color: #424952 !important;
    transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms
}

.et_pb_social_media_follow_network_0_tb_footer a.icon:hover,
.et_pb_social_media_follow_network_1_tb_footer a.icon:hover,
.et_pb_social_media_follow_network_2_tb_footer a.icon:hover {
    background-image: initial !important;
    background-color: #248095 !important
}

.et_pb_social_media_follow_network_0_tb_footer.et_pb_social_icon a.icon,
.et_pb_social_media_follow_network_1_tb_footer.et_pb_social_icon a.icon,
.et_pb_social_media_follow_network_2_tb_footer.et_pb_social_icon a.icon {
    border-radius: 30px 30px 30px 30px
}

@media only screen and (max-width:980px) {
    .et_pb_section_0_tb_footer.et_pb_section {
        padding-top: 70px;
        padding-bottom: 10px
    }

    .et_pb_row_0_tb_footer.et_pb_row {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
        padding-top: 0px !important;
        padding-bottom: 20px !important
    }

    .et_pb_image_0_tb_footer .et_pb_image_wrap img {
        width: auto
    }

    .et_pb_text_1_tb_footer h5,
    .et_pb_text_3_tb_footer h5,
    .et_pb_text_4_tb_footer h5 {
        font-size: 27px
    }

    .et_pb_text_3_tb_footer {
        margin-bottom: 24px !important
    }

    .et_pb_row_2_tb_footer,
    body #page-container .et-db #et-boc .et-l .et_pb_row_2_tb_footer.et_pb_row,
    body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_2_tb_footer.et_pb_row,
    body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_2_tb_footer.et_pb_row {
        width: 90%
    }

    .et_pb_column_0_tb_footer,
    .et_pb_column_1_tb_footer {
        padding-bottom: 25px
    }
}

@media only screen and (min-width:768px) and (max-width:980px) {
    .et_pb_sidebar_0_tb_footer.et_pb_widget_area .et_pb_widget {
        margin-bottom: 50px
    }

    .et_pb_row_2_tb_footer {
        display: flex
    }

    ul.et_pb_social_media_follow_0_tb_footer li a.icon {
        margin-left: 10px
    }
}

@media only screen and (max-width:767px) {
    .et_pb_section_0_tb_footer.et_pb_section {
        padding-top: 60px;
        padding-bottom: 15px
    }

    .et_pb_row_0_tb_footer.et_pb_row {
        padding-bottom: 25px !important;
        padding-bottom: 25px !important
    }

    .et_pb_image_0_tb_footer .et_pb_image_wrap img {
        width: auto
    }

    .et_pb_text_1_tb_footer h5,
    .et_pb_text_3_tb_footer h5,
    .et_pb_text_4_tb_footer h5 {
        font-size: 26px
    }

    .et_pb_text_3_tb_footer {
        margin-bottom: 25px !important
    }

    .et_pb_sidebar_0_tb_footer.et_pb_widget_area .et_pb_widget {
        margin-bottom: 0px !important
    }

    .et_pb_row_2_tb_footer {
        display: block
    }

    ul.et_pb_social_media_follow_0_tb_footer li a.icon {
        margin: 0 10px
    }

    .et_pb_column_0_tb_footer,
    .et_pb_column_1_tb_footer {
        padding-bottom: 20px
    }
}

time.srpw-time.published {
    color: #248095
}

time.srpw-time.published {
    color: #248095
}

.et_pb_section_0,
.et_pb_section_1 {
    border-color: #248095
}

.et_pb_section_0.et_pb_section {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: RGBA(255, 255, 255, 0) !important
}

.et_pb_row_0 {
    background-color: #FFFFFF;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-color: #248095;
    border-right-color: #248095;
    border-left-color: #248095
}

.et_pb_row_0.et_pb_row {
    padding-right: 40px !important;
    padding-left: 40px !important;
    padding-right: 40px;
    padding-left: 40px
}

.et_pb_blurb_3.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_3.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_6.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_6.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_1.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_1.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_5.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_5.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_0.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_4.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_4.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_2.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_2.et_pb_blurb .et_pb_module_header a {
    font-weight: 600;
    color: #248095 !important;
    text-align: center
}

.et_pb_blurb_6.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_5.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_3.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_4.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_2.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_0.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_1.et_pb_blurb .et_pb_blurb_description {
    text-align: center
}

.et_pb_blurb_2 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_2 .et_pb_main_blurb_image .et-pb-icon,
.et_pb_blurb_1 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_1 .et_pb_main_blurb_image .et-pb-icon,
.et_pb_post_slider_0,
.et_pb_post_slider_0 .et_pb_slide,
.et_pb_post_slider_0 .et_pb_slide_overlay_container,
.et_pb_blurb_6 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_6 .et_pb_main_blurb_image .et-pb-icon,
.et_pb_blurb_0 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_0 .et_pb_main_blurb_image .et-pb-icon,
.et_pb_blurb_4 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_4 .et_pb_main_blurb_image .et-pb-icon,
.et_pb_blurb_5 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_5 .et_pb_main_blurb_image .et-pb-icon,
.et_pb_blurb_3 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_3 .et_pb_main_blurb_image .et-pb-icon {
    border-radius: 15px 15px 15px 15px;
    overflow: hidden
}

.et_pb_blurb_2.et_pb_blurb,
.et_pb_blurb_6.et_pb_blurb,
.et_pb_blurb_3.et_pb_blurb,
.et_pb_blurb_0.et_pb_blurb,
.et_pb_blurb_5.et_pb_blurb,
.et_pb_blurb_1.et_pb_blurb,
.et_pb_blurb_4.et_pb_blurb {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important
}

.et_pb_blurb_0 .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_blurb_2 .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_blurb_5 .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_blurb_4 .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_blog_0 .et_pb_post .entry-featured-image-url,
.et_pb_blog_0 .et_pb_post img,
.et_pb_blog_0 .et_pb_post .et_pb_slides,
.et_pb_blog_0 .et_pb_post .et_pb_video_overlay,
.et_pb_blurb_6 .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_blurb_1 .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_blurb_3 .et_pb_main_blurb_image .et_pb_image_wrap {
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3)
}

.et_pb_row_1 {
    background-color: #FFFFFF;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-color: #248095;
    border-bottom-color: #248095;
    border-left-color: #248095;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3)
}

.et_pb_row_1.et_pb_row {
    padding-top: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 40px !important;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px
}

.et_pb_section_1.et_pb_section {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: RGBA(255, 255, 255, 0) !important
}

.et_pb_row_2 {
    background-color: #248095;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    max-height: 600px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.5)
}

.et_pb_row_2.et_pb_row {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}

.et_pb_post_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title,
.et_pb_post_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title a {
    font-weight: 600;
    font-size: 30px !important;
    text-shadow: 0.08em 0.08em 0.08em #000000
}

.et_pb_post_slider_0.et_pb_slider,
.et_pb_post_slider_0.et_pb_slider.et_pb_bg_layout_dark {
    background-color: #248095
}

.et_pb_post_slider_0.et_pb_slider {
    border-width: 4px;
    border-color: #FFFFFF
}

.et_pb_post_slider_0,
.et_pb_post_slider_0 .et_pb_slide {
    max-height: 560px
}

.et_pb_post_slider_0 .et_pb_slide_description,
.et_pb_slider_fullwidth_off.et_pb_post_slider_0 .et_pb_slide_description {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px
}

.et_pb_post_slider_0 {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important
}

.et_pb_post_slider_0 .et_pb_slide .et_pb_slide_overlay_container {
    background-color: rgba(0, 0, 0, 0.46)
}

.et_pb_post_slider_0 .et_pb_post_slide-100620 {
    background-image:url({$theme_path}/static/picture/Visual-Identity-Web-Design-Strategy-Graphic-1.png);
    background-color: #248095
}

.et_pb_post_slider_0 .et_pb_post_slide-100627 {
    background-image:url({$theme_path}/static/picture/NAP-Citations-Infographic-for-Small-Business-SEO-Strategy-1.png);
    background-color: #248095
}

.et_pb_post_slider_0 .et_pb_post_slide-100615 {
    background-image:url({$theme_path}/static/picture/ROI-of-Paid-Social-Ads-for-Web-Designers-1.png);
    background-color: #248095
}

.et_pb_post_slider_0 .et_pb_post_slide-100597 {
    background-image:url({$theme_path}/static/picture/Modern-Small-Business-Website-Design-on-Laptop-.png);
    background-color: #248095
}

.et_pb_post_slider_0 .et_pb_post_slide-100550 {
    background-image:url({$theme_path}/static/picture/Local-SEO.png);
    background-color: #248095
}

.et_pb_post_slider_0 .et_pb_post_slide-93817 {
    background-image:url({$theme_path}/static/picture/Maximize-Your-Business-Potential-with-a-Professional-Website.png);
    background-color: #248095
}

.et_pb_post_slider_0 .et_pb_post_slide-92944 {
    background-image:url({$theme_path}/static/picture/digital-marketing-theme.webp.png);
    background-color: #248095
}

.et_pb_post_slider_0 .et_pb_post_slide-95251 {
    background-image:url({$theme_path}/static/picture/seo-optimization-featured-image-ssdesignmedia-1.png);
    background-color: #248095
}

.et_pb_section_6.et_pb_section,
.et_pb_section_2.et_pb_section {
    padding-top: 0px;
    padding-bottom: 0px
}

.et_pb_row_3.et_pb_row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px
}

.et_pb_row_3,
body #page-container .et-db #et-boc .et-l .et_pb_row_3.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_3.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_3.et_pb_row,
.et_pb_section_6.et_section_specialty>.et_pb_row,
.et_pb_section_6>.et_pb_row {
    width: 100%;
    max-width: none
}

.et_pb_text_12.et_pb_text,
.et_pb_blog_0 .wp-pagenavi a,
.et_pb_blog_0 .wp-pagenavi span,
.et_pb_text_7.et_pb_text a,
.et_pb_text_12.et_pb_text a,
.et_pb_text_7.et_pb_text,
.et_pb_text_0.et_pb_text,
.et_pb_team_member_1 .et_pb_member_social_links a,
.et_pb_team_member_0 .et_pb_member_social_links a,
.et_pb_team_member_2 .et_pb_member_social_links a:hover {
    color: #248095 !important
}

.et_pb_text_0 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 8px;
    border-left-width: 1px;
    border-left-color: #7f7f7f;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    margin-bottom: 35px !important
}

.et_pb_text_0 h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 75px;
    color: #1f2732 !important;
    letter-spacing: 0em;
    line-height: 1.2em
}

.et_pb_text_1.et_pb_text {
    color: #1f2732 !important
}

.et_pb_text_1 {
    line-height: 1.6em;
    font-weight: 300;
    font-size: 23px;
    line-height: 1.6em;
    margin-bottom: 40px !important
}

.et_pb_button_2_wrapper .et_pb_button_2,
.et_pb_button_2_wrapper .et_pb_button_2:hover,
.et_pb_button_0_wrapper .et_pb_button_0,
.et_pb_button_0_wrapper .et_pb_button_0:hover,
.et_pb_button_3_wrapper .et_pb_button_3,
.et_pb_button_3_wrapper .et_pb_button_3:hover {
    padding-top: 18px !important;
    padding-right: 40px !important;
    padding-bottom: 18px !important;
    padding-left: 40px !important
}

.et_pb_button_0_wrapper,
.et_pb_button_3_wrapper,
.et_pb_button_2_wrapper {
    margin-right: 2vw !important
}

body #page-container .et_pb_section .et_pb_button_2,
body #page-container .et_pb_section .et_pb_button_0,
body #page-container .et_pb_section .et_pb_button_3 {
    color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #000000;
    border-radius: 30px;
    letter-spacing: 0.08em;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #248095
}

body #page-container .et_pb_section .et_pb_button_0:hover,
body #page-container .et_pb_section .et_pb_button_3:hover,
body #page-container .et_pb_section .et_pb_button_2:hover {
    color: #248095 !important;
    background-image: initial;
    background-color: #FFFFFF
}

body #page-container .et_pb_section .et_pb_button_1:hover:after,
body #page-container .et_pb_section .et_pb_button_0:hover:after,
body #page-container .et_pb_section .et_pb_button_4:hover:after {
    margin-left: .3em;
    left: auto;
    margin-left: .3em;
    opacity: 1
}

body #page-container .et_pb_section .et_pb_button_0:after {
    color: #248095;
    line-height: inherit;
    font-size: inherit !important;
    margin-left: -1em;
    left: auto;
    font-family: ETmodules !important;
    font-weight: 400 !important
}

.et_pb_button_0,
.et_pb_button_2,
.et_pb_button_3 {
    transition: color 300ms ease 0ms, background-color 300ms ease 0ms;
    min-width: 185px
}

.et_pb_button_2,
.et_pb_button_2:after,
.et_pb_button_3,
.et_pb_button_3:after,
.et_pb_button_1,
.et_pb_button_1:after,
.et_pb_button_4,
.et_pb_button_4:after,
.et_pb_button_0,
.et_pb_button_0:after {
    transition: all 300ms ease 0ms
}

.et_pb_social_media_follow_network_6 a.icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_6 .icon:before,
.et_pb_social_media_follow_network_10 a.icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_10 .icon:before,
.et_pb_social_media_follow_network_4 a.icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_4 .icon:before,
.et_pb_social_media_follow_network_3 a.icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_3 .icon:before,
.et_pb_social_media_follow_network_7 a.icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_7 .icon:before,
.et_pb_social_media_follow_network_0 a.icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_0 .icon:before,
.et_pb_social_media_follow_network_8 a.icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_8 .icon:before,
.et_pb_social_media_follow_network_1 a.icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_1 .icon:before,
.et_pb_social_media_follow_network_9 a.icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_9 .icon:before,
.et_pb_social_media_follow_network_2 a.icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_2 .icon:before,
.et_pb_social_media_follow_network_5 a.icon,
.et_pb_social_media_follow .et_pb_social_media_follow_network_5 .icon:before {
    transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms, color 300ms ease 0ms
}

.et_pb_social_media_follow .et_pb_social_media_follow_network_2.et_pb_social_icon .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_1.et_pb_social_icon .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_0.et_pb_social_icon .icon:before {
    color: #1f2732
}

.et_pb_social_media_follow .et_pb_social_media_follow_network_2.et_pb_social_icon:hover .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_1.et_pb_social_icon:hover .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_0.et_pb_social_icon:hover .icon:before {
    color: #FFFFFF
}

ul.et_pb_social_media_follow_0 {
    margin-top: 60px !important
}

ul.et_pb_social_media_follow_0 li a.icon {
    margin-right: 20px
}

.et_pb_social_media_follow_0 li a.icon:before {
    font-size: 22px;
    line-height: 44px;
    height: 44px;
    width: 44px
}

.et_pb_social_media_follow_0 li a.icon {
    height: 44px;
    width: 44px
}

.et_pb_text_20 h2,
.et_pb_text_21 h2,
.et_pb_text_2 h2,
.et_pb_text_16 h2,
.et_pb_text_18 h2 {
    text-transform: uppercase;
    font-size: 45px;
    color: #248095 !important;
    text-align: center
}

.et_pb_text_21,
.et_pb_text_2,
.et_pb_text_20,
.et_pb_text_18,
.et_pb_text_16,
.et_pb_text_14 {
    margin-bottom: 10px !important
}

.et_pb_text_3.et_pb_text,
.et_pb_text_17.et_pb_text,
.et_pb_text_22.et_pb_text,
.et_pb_text_19.et_pb_text,
.et_pb_signup_1 .et_pb_newsletter_form p input[type="text"],
.et_pb_signup_1 .et_pb_newsletter_form p textarea,
.et_pb_signup_1 .et_pb_newsletter_form p select,
.et_pb_signup_1 .et_pb_newsletter_form p .input[type="checkbox"]+label i:before,
.et_pb_signup_1 .et_pb_newsletter_form p .input::placeholder,
.et_pb_signup_0 .et_pb_newsletter_form p input[type="text"],
.et_pb_signup_0 .et_pb_newsletter_form p textarea,
.et_pb_signup_0 .et_pb_newsletter_form p select,
.et_pb_signup_0 .et_pb_newsletter_form p .input[type="checkbox"]+label i:before,
.et_pb_signup_0 .et_pb_newsletter_form p .input::placeholder {
    color: #7f7f7f !important
}

.et_pb_blog_1 .et_pb_post .post-content,
.et_pb_blog_1.et_pb_bg_layout_light .et_pb_post .post-content p,
.et_pb_blog_1.et_pb_bg_layout_dark .et_pb_post .post-content p,
.et_pb_text_7,
.et_pb_text_11,
.et_pb_text_12,
.et_pb_text_3,
.et_pb_text_22,
.et_pb_text_6 {
    font-weight: 300
}

.et_pb_blurb_13.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_13.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_12.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_12.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_14.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_14.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_15.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_15.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_11.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_11.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_10.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_10.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_8.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_8.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_9.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_9.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb_7.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_7.et_pb_blurb .et_pb_module_header a {
    text-transform: uppercase;
    font-size: 25px;
    color: #1f2732 !important
}

.et_pb_blurb_14.et_pb_blurb,
.et_pb_blurb_8.et_pb_blurb,
.et_pb_blurb_9.et_pb_blurb,
.et_pb_blurb_13.et_pb_blurb,
.et_pb_blurb_7.et_pb_blurb,
.et_pb_blurb_11.et_pb_blurb,
.et_pb_blurb_10.et_pb_blurb,
.et_pb_blurb_15.et_pb_blurb,
.et_pb_blurb_12.et_pb_blurb {
    font-weight: 300;
    color: #7f7f7f !important
}

.et_pb_blurb_9 .et_pb_blurb_content,
.et_pb_blurb_15 .et_pb_blurb_content,
.et_pb_blurb_7 .et_pb_blurb_content,
.et_pb_blurb_14 .et_pb_blurb_content,
.et_pb_blurb_12 .et_pb_blurb_content,
.et_pb_blurb_8 .et_pb_blurb_content,
.et_pb_blurb_11 .et_pb_blurb_content,
.et_pb_blurb_13 .et_pb_blurb_content,
.et_pb_blurb_10 .et_pb_blurb_content {
    text-align: left
}

.et_pb_blurb_7.et_pb_blurb .et_pb_image_wrap,
.et_pb_blurb_12.et_pb_blurb .et_pb_image_wrap,
.et_pb_blurb_13.et_pb_blurb .et_pb_image_wrap,
.et_pb_blurb_9.et_pb_blurb .et_pb_image_wrap,
.et_pb_blurb_8.et_pb_blurb .et_pb_image_wrap,
.et_pb_blurb_15.et_pb_blurb .et_pb_image_wrap,
.et_pb_blurb_11.et_pb_blurb .et_pb_image_wrap,
.et_pb_blurb_14.et_pb_blurb .et_pb_image_wrap,
.et_pb_blurb_10.et_pb_blurb .et_pb_image_wrap {
    margin: auto auto auto 0
}

.et_pb_blurb_12 .et_pb_main_blurb_image,
.et_pb_blurb_14 .et_pb_main_blurb_image,
.et_pb_blurb_10 .et_pb_main_blurb_image,
.et_pb_blurb_11 .et_pb_main_blurb_image,
.et_pb_blurb_13 .et_pb_main_blurb_image,
.et_pb_blurb_7 .et_pb_main_blurb_image,
.et_pb_blurb_15 .et_pb_main_blurb_image,
.et_pb_blurb_8 .et_pb_main_blurb_image,
.et_pb_blurb_9 .et_pb_main_blurb_image {
    width: 80px
}

.et_pb_button_4_wrapper .et_pb_button_4,
.et_pb_button_4_wrapper .et_pb_button_4:hover,
.et_pb_button_1_wrapper .et_pb_button_1,
.et_pb_button_1_wrapper .et_pb_button_1:hover {
    padding-right: 40px !important;
    padding-left: 40px !important
}

body #page-container .et_pb_section .et_pb_button_1,
body #page-container .et_pb_section .et_pb_button_4 {
    color: #FFFFFF !important;
    border-width: 18px !important;
    border-color: #248095;
    border-radius: 50px;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-transform: uppercase !important;
    background-color: #248095
}

body #page-container .et_pb_section .et_pb_button_1:after,
body #page-container .et_pb_section .et_pb_button_4:after {
    line-height: inherit;
    font-size: inherit !important;
    margin-left: -1em;
    left: auto;
    font-family: ETmodules !important;
    font-weight: 400 !important
}

.et_pb_button_4,
.et_pb_button_1 {
    box-shadow: 0px 0px 25px -6px #248095;
    transition: box-shadow 300ms ease 0ms
}

.et_pb_button_4:hover,
.et_pb_button_1:hover {
    box-shadow: 0px 12px 25px -6px #248095
}

div.et_pb_section.et_pb_section_4 {
    background-image:url({$theme_path}/static/picture/Responsive-web-design-4.png) !important
}

.et_pb_section_5.et_pb_section,
.et_pb_section_4.et_pb_section {
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #f3f3f5 !important
}

.et_pb_text_9 h3,
.et_pb_text_4 h3 {
    text-transform: uppercase;
    font-size: 45px;
    color: #248095 !important
}

.et_pb_text_9,
.et_pb_text_4 {
    margin-bottom: 25px !important
}

.et_pb_text_10,
.et_pb_text_5 {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 30px !important
}

body #page-container .et_pb_section .et_pb_button_3:after,
body #page-container .et_pb_section .et_pb_button_2:after {
    display: none
}

body #page-container .et_pb_section .et_pb_button_2:before,
body #page-container .et_pb_section .et_pb_button_3:before {
    content: attr(data-icon);
    font-family: FontAwesome !important;
    font-weight: 900 !important;
    color: #FFFFFF;
    line-height: inherit;
    font-size: inherit !important;
    opacity: 1;
    margin-left: -1.3em;
    right: auto;
    display: inline-block;
    font-family: FontAwesome !important;
    font-weight: 900 !important
}

body #page-container .et_pb_section .et_pb_button_3:hover:before,
body #page-container .et_pb_section .et_pb_button_2:hover:before {
    margin-left: .3em;
    right: auto;
    margin-left: -1.3em;
    color: #248095
}

.et_pb_signup_0.et_pb_contact_field .et_pb_contact_field_options_title,
.et_pb_signup_1.et_pb_contact_field .et_pb_contact_field_options_title,
.et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_form .input,
.et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_form .input[type=radio]+label,
.et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_form .input[type=checkbox]+label,
.et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_form .input,
.et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_form .input[type=checkbox]+label,
.et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_form .input[type=radio]+label {
    text-transform: uppercase;
    letter-spacing: 2px
}

.et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_form .input::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 2px
}

.et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_form .input:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 2px
}

.et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_form .input::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 2px
}

.et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_form .input::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 2px
}

.et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_form .input::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 2px
}

.et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_form .input:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 2px
}

.et_pb_signup_0.et_pb_subscribe,
.et_pb_signup_1.et_pb_subscribe {
    background-color: #FFFFFF;
    padding: 0;
    border: 1px solid #ccc
}

.et_pb_signup_1 .et_pb_newsletter_form p input[type="text"],
.et_pb_signup_1 .et_pb_newsletter_form p textarea,
.et_pb_signup_1 .et_pb_newsletter_form p select,
.et_pb_signup_1 .et_pb_newsletter_form p .input[type="radio"]+label i,
.et_pb_signup_1 .et_pb_newsletter_form p .input[type="checkbox"]+label i,
.et_pb_signup_0 .et_pb_newsletter_form p input[type="text"],
.et_pb_signup_0 .et_pb_newsletter_form p textarea,
.et_pb_signup_0 .et_pb_newsletter_form p select,
.et_pb_signup_0 .et_pb_newsletter_form p .input[type="radio"]+label i,
.et_pb_signup_0 .et_pb_newsletter_form p .input[type="checkbox"]+label i {
    border-radius: 0px 0px 0px 0px;
    overflow: hidden
}

body #page-container .et_pb_section .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button,
body #page-container .et_pb_section .et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_button.et_pb_button {
    color: RGBA(0, 0, 0, 0) !important;
    border-width: 0px !important;
    border-radius: 0px;
    font-size: 24px;
    padding-right: 2em;
    padding-left: 0.7em;
    background-color: #FFFFFF
}

body #page-container .et_pb_section .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:hover:after,
body #page-container .et_pb_section .et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:hover:after {
    margin-left: .3em;
    left: auto;
    margin-left: .3em
}

body #page-container .et_pb_section .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after,
body #page-container .et_pb_section .et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after {
    color: #248095;
    line-height: inherit;
    font-size: inherit !important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    font-family: ETmodules !important;
    font-weight: 400 !important
}

.et_pb_signup_1 .et_pb_newsletter_form p .input::-moz-placeholder {
    color: #7f7f7f !important
}

.et_pb_signup_0 .et_pb_newsletter_form p .input::-webkit-input-placeholder {
    color: #7f7f7f !important
}

.et_pb_signup_1 .et_pb_newsletter_form p .input::-webkit-input-placeholder {
    color: #7f7f7f !important
}

.et_pb_signup_1 .et_pb_newsletter_form p .input::-ms-input-placeholder {
    color: #7f7f7f !important
}

.et_pb_signup_0 .et_pb_newsletter_form p .input::-moz-placeholder {
    color: #7f7f7f !important
}

.et_pb_signup_0 .et_pb_newsletter_form p .input::-ms-input-placeholder {
    color: #7f7f7f !important
}

.et_pb_signup_0 .et_pb_newsletter_form p .input[type="radio"]+label i:before,
.et_pb_signup_1 .et_pb_newsletter_form p .input[type="radio"]+label i:before {
    background-color: #7f7f7f
}

.et_pb_text_8,
.et_pb_text_13 {
    line-height: 1.6em;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.6em
}

.et_pb_image_0 {
    text-align: left;
    margin-left: 0
}

.et_pb_column_19 {
    background-position: right 0px center;
    background-image:url({$theme_path}/static/picture/Responsive-Web-Design-SS-Design-Media.png);
    border-bottom-right-radius: 50px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-right: 2px solid #248094;
    border-bottom: 2px solid #248094
}

.et_pb_column_20 {
    padding-top: 40px;
    padding-right: 200px
}

.et_pb_text_14 h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    color: #2c343d !important
}

.et_pb_text_15 {
    font-weight: 300;
    font-size: 20px
}

.et_pb_row_inner_1.et_pb_row_inner {
    padding-bottom: 30px !important
}

.et_pb_column .et_pb_row_inner_1 {
    padding-bottom: 30px
}

.et_pb_image_4,
.et_pb_image_3,
.et_pb_image_2,
.et_pb_image_1 {
    margin-bottom: 30px !important;
    text-align: left;
    margin-left: 0
}

.et_pb_circle_counter_0.et_pb_circle_counter h3,
.et_pb_circle_counter_0.et_pb_circle_counter h1.et_pb_module_header,
.et_pb_circle_counter_0.et_pb_circle_counter h2.et_pb_module_header,
.et_pb_circle_counter_0.et_pb_circle_counter h4.et_pb_module_header,
.et_pb_circle_counter_0.et_pb_circle_counter h5.et_pb_module_header,
.et_pb_circle_counter_0.et_pb_circle_counter h6.et_pb_module_header,
.et_pb_circle_counter_0.et_pb_circle_counter h3 a,
.et_pb_circle_counter_0.et_pb_circle_counter h1.et_pb_module_header a,
.et_pb_circle_counter_0.et_pb_circle_counter h2.et_pb_module_header a,
.et_pb_circle_counter_0.et_pb_circle_counter h4.et_pb_module_header a,
.et_pb_circle_counter_0.et_pb_circle_counter h5.et_pb_module_header a,
.et_pb_circle_counter_0.et_pb_circle_counter h6.et_pb_module_header a,
.et_pb_circle_counter_3.et_pb_circle_counter h3,
.et_pb_circle_counter_3.et_pb_circle_counter h1.et_pb_module_header,
.et_pb_circle_counter_3.et_pb_circle_counter h2.et_pb_module_header,
.et_pb_circle_counter_3.et_pb_circle_counter h4.et_pb_module_header,
.et_pb_circle_counter_3.et_pb_circle_counter h5.et_pb_module_header,
.et_pb_circle_counter_3.et_pb_circle_counter h6.et_pb_module_header,
.et_pb_circle_counter_3.et_pb_circle_counter h3 a,
.et_pb_circle_counter_3.et_pb_circle_counter h1.et_pb_module_header a,
.et_pb_circle_counter_3.et_pb_circle_counter h2.et_pb_module_header a,
.et_pb_circle_counter_3.et_pb_circle_counter h4.et_pb_module_header a,
.et_pb_circle_counter_3.et_pb_circle_counter h5.et_pb_module_header a,
.et_pb_circle_counter_3.et_pb_circle_counter h6.et_pb_module_header a,
.et_pb_circle_counter_1.et_pb_circle_counter h3,
.et_pb_circle_counter_1.et_pb_circle_counter h1.et_pb_module_header,
.et_pb_circle_counter_1.et_pb_circle_counter h2.et_pb_module_header,
.et_pb_circle_counter_1.et_pb_circle_counter h4.et_pb_module_header,
.et_pb_circle_counter_1.et_pb_circle_counter h5.et_pb_module_header,
.et_pb_circle_counter_1.et_pb_circle_counter h6.et_pb_module_header,
.et_pb_circle_counter_1.et_pb_circle_counter h3 a,
.et_pb_circle_counter_1.et_pb_circle_counter h1.et_pb_module_header a,
.et_pb_circle_counter_1.et_pb_circle_counter h2.et_pb_module_header a,
.et_pb_circle_counter_1.et_pb_circle_counter h4.et_pb_module_header a,
.et_pb_circle_counter_1.et_pb_circle_counter h5.et_pb_module_header a,
.et_pb_circle_counter_1.et_pb_circle_counter h6.et_pb_module_header a,
.et_pb_circle_counter_2.et_pb_circle_counter h3,
.et_pb_circle_counter_2.et_pb_circle_counter h1.et_pb_module_header,
.et_pb_circle_counter_2.et_pb_circle_counter h2.et_pb_module_header,
.et_pb_circle_counter_2.et_pb_circle_counter h4.et_pb_module_header,
.et_pb_circle_counter_2.et_pb_circle_counter h5.et_pb_module_header,
.et_pb_circle_counter_2.et_pb_circle_counter h6.et_pb_module_header,
.et_pb_circle_counter_2.et_pb_circle_counter h3 a,
.et_pb_circle_counter_2.et_pb_circle_counter h1.et_pb_module_header a,
.et_pb_circle_counter_2.et_pb_circle_counter h2.et_pb_module_header a,
.et_pb_circle_counter_2.et_pb_circle_counter h4.et_pb_module_header a,
.et_pb_circle_counter_2.et_pb_circle_counter h5.et_pb_module_header a,
.et_pb_circle_counter_2.et_pb_circle_counter h6.et_pb_module_header a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #7f7f7f !important;
    text-align: left
}

.et_pb_circle_counter_2.et_pb_circle_counter .percent p,
.et_pb_circle_counter_1.et_pb_circle_counter .percent p,
.et_pb_circle_counter_3.et_pb_circle_counter .percent p,
.et_pb_circle_counter_0.et_pb_circle_counter .percent p {
    font-weight: 600;
    font-size: 50px;
    color: #2c343e !important;
    text-align: left
}

.et_pb_circle_counter_2.et_pb_circle_counter,
.et_pb_circle_counter_3.et_pb_circle_counter,
.et_pb_circle_counter_1.et_pb_circle_counter,
.et_pb_circle_counter_0.et_pb_circle_counter {
    margin-top: 0px !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
    margin-left: 0px !important
}

.et_pb_text_17,
.et_pb_text_19 {
    font-weight: 300;
    width: 70%
}

.et_pb_row_11.et_pb_row {
    padding-top: 10px !important;
    padding-top: 10px
}

.et_pb_row_13.et_pb_row {
    padding-bottom: 10px !important;
    padding-bottom: 10px
}

.et_pb_team_member_0.et_pb_team_member h4,
.et_pb_team_member_0.et_pb_team_member h1.et_pb_module_header,
.et_pb_team_member_0.et_pb_team_member h2.et_pb_module_header,
.et_pb_team_member_0.et_pb_team_member h3.et_pb_module_header,
.et_pb_team_member_0.et_pb_team_member h5.et_pb_module_header,
.et_pb_team_member_0.et_pb_team_member h6.et_pb_module_header,
.et_pb_team_member_1.et_pb_team_member h4,
.et_pb_team_member_1.et_pb_team_member h1.et_pb_module_header,
.et_pb_team_member_1.et_pb_team_member h2.et_pb_module_header,
.et_pb_team_member_1.et_pb_team_member h3.et_pb_module_header,
.et_pb_team_member_1.et_pb_team_member h5.et_pb_module_header,
.et_pb_team_member_1.et_pb_team_member h6.et_pb_module_header,
.et_pb_team_member_3.et_pb_team_member h4,
.et_pb_team_member_3.et_pb_team_member h1.et_pb_module_header,
.et_pb_team_member_3.et_pb_team_member h2.et_pb_module_header,
.et_pb_team_member_3.et_pb_team_member h3.et_pb_module_header,
.et_pb_team_member_3.et_pb_team_member h5.et_pb_module_header,
.et_pb_team_member_3.et_pb_team_member h6.et_pb_module_header,
.et_pb_team_member_2.et_pb_team_member h4,
.et_pb_team_member_2.et_pb_team_member h1.et_pb_module_header,
.et_pb_team_member_2.et_pb_team_member h2.et_pb_module_header,
.et_pb_team_member_2.et_pb_team_member h3.et_pb_module_header,
.et_pb_team_member_2.et_pb_team_member h5.et_pb_module_header,
.et_pb_team_member_2.et_pb_team_member h6.et_pb_module_header {
    text-transform: uppercase;
    font-size: 21px;
    color: #1f2732 !important;
    text-align: center
}

.et_pb_team_member_3.et_pb_team_member .et_pb_member_position,
.et_pb_team_member_1.et_pb_team_member .et_pb_member_position,
.et_pb_team_member_0.et_pb_team_member .et_pb_member_position,
.et_pb_team_member_2.et_pb_team_member .et_pb_member_position {
    text-transform: uppercase;
    font-size: 14px;
    color: #7f7f7f !important;
    letter-spacing: 3px;
    text-align: center
}

.et_pb_team_member_1.et_pb_team_member .et_pb_team_member_image,
.et_pb_team_member_2.et_pb_team_member .et_pb_team_member_image,
.et_pb_team_member_3.et_pb_team_member .et_pb_team_member_image,
.et_pb_team_member_0.et_pb_team_member .et_pb_team_member_image {
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    max-width: 340px
}

.et_pb_team_member_2.et_pb_team_member .et_pb_team_member_description h4,
.et_pb_team_member_0.et_pb_team_member .et_pb_team_member_description h4,
.et_pb_team_member_1.et_pb_team_member .et_pb_team_member_description h4,
.et_pb_team_member_3.et_pb_team_member .et_pb_team_member_description h4 {
    padding-bottom: 0px
}

.et_pb_social_media_follow_2 li.et_pb_social_icon a.icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_5.et_pb_social_icon:hover .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_5.et_pb_social_icon .icon:before,
.et_pb_social_media_follow_1 li.et_pb_social_icon a.icon:hover:before,
.et_pb_social_media_follow_1 li.et_pb_social_icon a.icon:before,
.et_pb_social_media_follow_2 li.et_pb_social_icon a.icon:hover:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_10.et_pb_social_icon .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_10.et_pb_social_icon:hover .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_7.et_pb_social_icon:hover .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_9.et_pb_social_icon:hover .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_9.et_pb_social_icon .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_6.et_pb_social_icon .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_8.et_pb_social_icon .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_8.et_pb_social_icon:hover .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_3.et_pb_social_icon .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_3.et_pb_social_icon:hover .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_7.et_pb_social_icon .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_4.et_pb_social_icon .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_4.et_pb_social_icon:hover .icon:before,
.et_pb_social_media_follow .et_pb_social_media_follow_network_6.et_pb_social_icon:hover .icon:before {
    color: #248095
}

.et_pb_social_media_follow_1,
.et_pb_social_media_follow_3,
.et_pb_social_media_follow_2,
.et_pb_social_media_follow_4 {
    width: 35px;
    position: absolute !important;
    top: 50%;
    bottom: auto;
    right: 6%;
    left: auto;
    transform: translateY(-50%)
}

body #page-container .et_pb_section ul.et_pb_social_media_follow_2 .follow_button:before,
body #page-container .et_pb_section ul.et_pb_social_media_follow_2 .follow_button:after,
body #page-container .et_pb_section ul.et_pb_social_media_follow_1 .follow_button:before,
body #page-container .et_pb_section ul.et_pb_social_media_follow_1 .follow_button:after {
    display: none !important
}

.et_pb_social_media_follow_1 li a.icon:before,
.et_pb_social_media_follow_2 li a.icon:before {
    transition: color 300ms ease 0ms
}

ul.et_pb_social_media_follow_3,
ul.et_pb_social_media_follow_4,
ul.et_pb_social_media_follow_2,
ul.et_pb_social_media_follow_1 {
    top: 44%
}

.et_pb_team_member_2 .et_pb_member_social_links a {
    transition: color 300ms ease 0ms;
    color: #248095 !important
}

.et_pb_team_member_3 .et_pb_member_social_links a {
    color: #ff497c !important
}

.et_pb_section_9.et_pb_section {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4 !important
}

.et_pb_row_14,
body #page-container .et-db #et-boc .et-l .et_pb_row_14.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_14.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_14.et_pb_row {
    width: 100%;
    max-width: 100%
}

.et_pb_blog_0 .et_pb_post .entry-title a,
.et_pb_blog_0 .not-found-title {
    font-weight: 600 !important;
    color: RGBA(255, 255, 255, 0) !important
}

.et_pb_blog_0 .et_pb_post .entry-title,
.et_pb_blog_0 .not-found-title {
    font-size: 30px !important
}

.et_pb_blog_0 .et_pb_post .post-meta,
.et_pb_blog_0 .et_pb_post .post-meta a,
#left-area .et_pb_blog_0 .et_pb_post .post-meta,
#left-area .et_pb_blog_0 .et_pb_post .post-meta a {
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF !important;
    letter-spacing: 1px
}

.et_pb_blog_0:hover {
    background-image: initial;
    background-color: transparent
}

.et_pb_blog_0 {
    slick-dots li.slick-active button: beforebackground-color:#248095
}

.et_pb_blog_1 .et_pb_post .entry-title a,
.et_pb_blog_1 .not-found-title {
    text-transform: uppercase !important
}

.et_pb_blog_1 .et_pb_post .entry-title,
.et_pb_blog_1 .not-found-title {
    font-size: 35px !important
}

.et_pb_blog_1 .et_pb_post .post-meta,
.et_pb_blog_1 .et_pb_post .post-meta a,
#left-area .et_pb_blog_1 .et_pb_post .post-meta,
#left-area .et_pb_blog_1 .et_pb_post .post-meta a {
    text-transform: uppercase;
    color: #248095 !important;
    letter-spacing: 1px
}

.et_pb_blog_1:not(.et_pb_blog_grid_wrapper) .et_pb_post {
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    border-width: 1px;
    border-color: #cccccc
}

.et_pb_blog_1 {
    margin-bottom: 0px !important
}

.et_pb_button_4_wrapper {
    margin-top: 2vh !important
}

.et_pb_column_9 {
    padding-top: 14vh;
    padding-right: 2vw;
    padding-bottom: 14vh;
    padding-left: 11vw
}

.et_pb_social_media_follow_network_1 a.icon,
.et_pb_social_media_follow_network_2 a.icon,
.et_pb_social_media_follow_network_0 a.icon {
    background-color: #e8e9ea !important
}

.et_pb_social_media_follow_network_0 a.icon:hover,
.et_pb_social_media_follow_network_1 a.icon:hover,
.et_pb_social_media_follow_network_2 a.icon:hover {
    background-image: initial !important;
    background-color: #248095 !important
}

.et_pb_social_media_follow_network_1.et_pb_social_icon a.icon,
.et_pb_social_media_follow_network_2.et_pb_social_icon a.icon,
.et_pb_social_media_follow_network_0.et_pb_social_icon a.icon {
    border-radius: 30px 30px 30px 30px
}

.et_pb_column_10 {
    background-image:url({$theme_path}/static/picture/Web-Development-3.png);
    border-radius: 0 0 0 50px;
    overflow: hidden;
    border-color: #248095;
    border-bottom-width: 2px;
    border-left-width: 2px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    flex-direction: column
}

.et_pb_column_27,
.et_pb_column_14,
.et_pb_column_26,
.et_pb_column_25,
.et_pb_column_13,
.et_pb_column_22,
.et_pb_column_23,
.et_pb_column_12,
.et_pb_column_24 {
    background-color: #FFFFFF;
    border-radius: 35px 35px 35px 35px;
    overflow: hidden;
    border-width: 1px;
    border-color: #ebebeb;
    padding-top: 50px;
    padding-right: 45px;
    padding-bottom: 50px;
    padding-left: 45px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0);
    transition: border 300ms ease 0ms, box-shadow 300ms ease 0ms, background-color 300ms ease 0ms, background-image 300ms ease 0ms
}

.et_pb_column_13:hover,
.et_pb_column_14:hover,
.et_pb_column_12:hover,
.et_pb_column_22:hover,
.et_pb_column_23:hover,
.et_pb_column_24:hover,
.et_pb_column_25:hover,
.et_pb_column_26:hover,
.et_pb_column_27:hover {
    background-image: initial;
    background-color: #248095;
    border-color: #000000;
    box-shadow: 0px 12px 32px -6px #248095
}

.et_pb_social_media_follow_network_6 a.icon,
.et_pb_social_media_follow_network_5 a.icon,
.et_pb_social_media_follow_network_10 a.icon,
.et_pb_social_media_follow_network_9 a.icon,
.et_pb_social_media_follow_network_8 a.icon,
.et_pb_social_media_follow_network_3 a.icon,
.et_pb_social_media_follow_network_7 a.icon,
.et_pb_social_media_follow_network_4 a.icon {
    background-color: RGBA(0, 0, 0, 0) !important
}

.et_pb_social_media_follow_network_3 a.icon:hover,
.et_pb_social_media_follow_network_4 a.icon:hover,
.et_pb_social_media_follow_network_5 a.icon:hover,
.et_pb_social_media_follow_network_10 a.icon:hover,
.et_pb_social_media_follow_network_6 a.icon:hover,
.et_pb_social_media_follow_network_7 a.icon:hover,
.et_pb_social_media_follow_network_8 a.icon:hover,
.et_pb_social_media_follow_network_9 a.icon:hover {
    background-image: initial !important;
    background-color: #FFFFFF !important
}

.et_pb_social_media_follow_network_4.et_pb_social_icon a.icon,
.et_pb_social_media_follow_network_5.et_pb_social_icon a.icon,
.et_pb_social_media_follow_network_3.et_pb_social_icon a.icon,
.et_pb_social_media_follow_network_6.et_pb_social_icon a.icon,
.et_pb_social_media_follow_network_7.et_pb_social_icon a.icon,
.et_pb_social_media_follow_network_8.et_pb_social_icon a.icon,
.et_pb_social_media_follow_network_9.et_pb_social_icon a.icon,
.et_pb_social_media_follow_network_10.et_pb_social_icon a.icon {
    border-radius: 30px 30px 30px 30px;
    border-width: 1px;
    border-color: #248095
}

.et_pb_text_19.et_pb_module,
.et_pb_text_17.et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important
}

@media only screen and (min-width:981px) {
    .et_pb_section_5 {
        display: none !important
    }

    .et_pb_team_member_0.et_pb_team_member .et_pb_team_member_description,
    .et_pb_team_member_1.et_pb_team_member .et_pb_team_member_description,
    .et_pb_team_member_2.et_pb_team_member .et_pb_team_member_description,
    .et_pb_team_member_3.et_pb_team_member .et_pb_team_member_description {
        background-color: #f4f4f4;
        border-radius: 20px;
        padding: 18px 8px;
        position: absolute;
        bottom: 15px;
        width: 100%
    }

    .et_pb_blog_1 {
        column-count: 2;
        column-gap: 60px
    }

    .et_pb_blog_1 .entry-title {
        padding: 0 40px;
        min-height: 30px
    }

    .et_pb_blog_1 .post-content {
        padding: 20px 40px 50px
    }

    .et_pb_blog_1 .post-meta {
        position: absolute;
        bottom: 30px;
        padding: 10px 40px
    }
}

@media only screen and (max-width:980px) {

    .et_pb_section_0,
    .et_pb_section_1 {
        border-color: #248095
    }

    .et_pb_row_0 {
        border-top-width: 2px;
        border-right-width: 2px;
        border-left-width: 2px;
        border-top-color: #248095;
        border-right-color: #248095;
        border-left-color: #248095
    }

    .et_pb_row_1 {
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-right-color: #248095;
        border-bottom-color: #248095;
        border-left-color: #248095
    }

    .et_pb_section_2.et_pb_section {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .et_pb_text_0 h1 {
        font-size: 62px
    }

    .et_pb_text_0 {
        border-left-width: 1px;
        border-left-color: #7f7f7f;
        margin-bottom: 50px !important
    }

    .et_pb_text_1 {
        font-size: 21px
    }

    .et_pb_button_2_wrapper,
    .et_pb_button_3_wrapper,
    .et_pb_button_0_wrapper {
        margin-right: 2vw !important
    }

    body #page-container .et_pb_section .et_pb_button_0:after,
    body #page-container .et_pb_section .et_pb_button_4:after,
    body #page-container .et_pb_section .et_pb_button_1:after {
        line-height: inherit;
        font-size: inherit !important;
        margin-left: -1em;
        left: auto;
        display: inline-block;
        opacity: 0;
        content: attr(data-icon);
        font-family: ETmodules !important;
        font-weight: 400 !important
    }

    body #page-container .et_pb_section .et_pb_button_4:before,
    body #page-container .et_pb_section .et_pb_button_0:before,
    body #page-container .et_pb_section .et_pb_button_3:after,
    body #page-container .et_pb_section .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:before,
    body #page-container .et_pb_section .et_pb_button_2:after,
    body #page-container .et_pb_section .et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:before,
    body #page-container .et_pb_section .et_pb_button_1:before {
        display: none
    }

    body #page-container .et_pb_section .et_pb_button_4:hover:after,
    body #page-container .et_pb_section .et_pb_button_0:hover:after,
    body #page-container .et_pb_section .et_pb_button_1:hover:after {
        margin-left: .3em;
        left: auto;
        margin-left: .3em;
        opacity: 1
    }

    .et_pb_section_3.et_pb_section {
        padding-bottom: 40px
    }

    .et_pb_text_2 h2,
    .et_pb_text_21 h2,
    .et_pb_text_20 h2,
    .et_pb_text_18 h2,
    .et_pb_text_16 h2,
    .et_pb_text_4 h3,
    .et_pb_text_9 h3,
    .et_pb_text_14 h3 {
        font-size: 42px
    }

    .et_pb_section_5.et_pb_section,
    .et_pb_section_4.et_pb_section {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .et_pb_text_10,
    .et_pb_text_5 {
        font-size: 20px
    }

    body #page-container .et_pb_section .et_pb_button_3:before,
    body #page-container .et_pb_section .et_pb_button_2:before {
        line-height: inherit;
        font-size: inherit !important;
        margin-left: -1.3em;
        right: auto;
        display: inline-block;
        opacity: 1;
        content: attr(data-icon);
        font-family: FontAwesome !important;
        font-weight: 900 !important
    }

    body #page-container .et_pb_section .et_pb_button_3:hover:before,
    body #page-container .et_pb_section .et_pb_button_2:hover:before {
        margin-left: .3em;
        right: auto;
        margin-left: -1.3em
    }

    body #page-container .et_pb_section .et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after,
    body #page-container .et_pb_section .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after {
        line-height: inherit;
        font-size: inherit !important;
        margin-left: .3em;
        left: auto;
        display: inline-block;
        opacity: 1;
        content: attr(data-icon);
        font-family: ETmodules !important;
        font-weight: 400 !important
    }

    body #page-container .et_pb_section .et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:hover:after,
    body #page-container .et_pb_section .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:hover:after {
        margin-left: .3em;
        left: auto;
        margin-left: .3em
    }

    .et_pb_text_8,
    .et_pb_text_13 {
        font-size: 25px
    }

    .et_pb_image_0 .et_pb_image_wrap img,
    .et_pb_image_4 .et_pb_image_wrap img,
    .et_pb_image_3 .et_pb_image_wrap img,
    .et_pb_image_2 .et_pb_image_wrap img,
    .et_pb_image_1 .et_pb_image_wrap img {
        width: auto
    }

    .et_pb_row>.et_pb_column.et_pb_column_19 {
        padding-top: 28vh;
        padding-bottom: 28vh
    }

    .et_pb_row>.et_pb_column.et_pb_column_20 {
        padding-right: 80px;
        padding-left: 80px
    }

    .et_pb_row_inner_2.et_pb_row_inner,
    .et_pb_column .et_pb_row_inner_2 {
        padding-bottom: 0px !important
    }

    .et_pb_section_7.et_pb_section {
        padding-top: 30px
    }

    .et_pb_row_10.et_pb_row {
        padding-bottom: 0px !important;
        padding-bottom: 0px !important
    }

    .et_pb_row_11.et_pb_row {
        padding-top: 30px !important;
        padding-top: 30px !important
    }

    .et_pb_section_8.et_pb_section {
        padding-top: 40px
    }

    .et_pb_team_member_0.et_pb_team_member .et_pb_team_member_description,
    .et_pb_team_member_2.et_pb_team_member .et_pb_team_member_description,
    .et_pb_team_member_3.et_pb_team_member .et_pb_team_member_description,
    .et_pb_team_member_1.et_pb_team_member .et_pb_team_member_description {
        background-color: #f4f4f4;
        border-radius: 20px;
        padding: 18px 8px;
        position: absolute;
        bottom: 20px;
        width: 100%
    }

    .et_pb_blog_1 .et_pb_post .entry-title,
    .et_pb_blog_1 .not-found-title {
        font-size: 32px !important
    }

    .et_pb_button_4_wrapper {
        margin-top: 2vh !important
    }

    .et_pb_column_9 {
        padding-top: 16vh;
        padding-right: 4vw;
        padding-bottom: 16vh;
        padding-left: 11vw
    }

    .et_pb_column_10 {
        background-color: initial;
        border-bottom-width: 2px;
        border-left-width: 2px;
        padding-top: 26vh;
        padding-bottom: 26vh;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}

@media only screen and (min-width:768px) and (max-width:980px) {

    .et_pb_section_0,
    .et_pb_section_1,
    .et_pb_section_5 {
        display: none !important
    }

    .et_pb_blog_1 {
        column-count: 2;
        column-gap: 40px
    }

    .et_pb_blog_1 .entry-title {
        padding: 0 30px
    }

    .et_pb_blog_1 .post-content {
        padding: 20px 30px 0px
    }

    .et_pb_blog_1 .post-meta {
        position: absolute;
        bottom: 10px;
        padding: 10px 30px
    }
}

@media only screen and (max-width:767px) {

    .et_pb_section_0,
    .et_pb_section_1 {
        border-color: #248095;
        display: none !important
    }

    .et_pb_row_0 {
        border-top-width: 2px;
        border-right-width: 2px;
        border-left-width: 2px;
        border-top-color: #248095;
        border-right-color: #248095;
        border-left-color: #248095
    }

    .et_pb_row_1 {
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-right-color: #248095;
        border-bottom-color: #248095;
        border-left-color: #248095
    }

    .et_pb_section_2.et_pb_section {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .et_pb_text_0 h1 {
        font-size: 50px
    }

    .et_pb_text_0 {
        border-left-width: 1px;
        border-left-color: #7f7f7f;
        margin-bottom: 40px !important
    }

    .et_pb_text_1 {
        font-size: 20px
    }

    .et_pb_button_3_wrapper,
    .et_pb_button_0_wrapper,
    .et_pb_button_2_wrapper {
        margin-right: 2vw !important;
        margin-bottom: 30px !important
    }

    body #page-container .et_pb_section .et_pb_button_1:after,
    body #page-container .et_pb_section .et_pb_button_0:after,
    body #page-container .et_pb_section .et_pb_button_4:after {
        line-height: inherit;
        font-size: inherit !important;
        margin-left: -1em;
        left: auto;
        display: inline-block;
        opacity: 0;
        content: attr(data-icon);
        font-family: ETmodules !important;
        font-weight: 400 !important
    }

    body #page-container .et_pb_section .et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:before,
    body #page-container .et_pb_section .et_pb_button_3:after,
    body #page-container .et_pb_section .et_pb_button_0:before,
    body #page-container .et_pb_section .et_pb_button_1:before,
    body #page-container .et_pb_section .et_pb_button_4:before,
    body #page-container .et_pb_section .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:before,
    body #page-container .et_pb_section .et_pb_button_2:after {
        display: none
    }

    body #page-container .et_pb_section .et_pb_button_4:hover:after,
    body #page-container .et_pb_section .et_pb_button_0:hover:after,
    body #page-container .et_pb_section .et_pb_button_1:hover:after {
        margin-left: .3em;
        left: auto;
        margin-left: .3em;
        opacity: 1
    }

    .et_pb_section_3.et_pb_section {
        padding-bottom: 30px
    }

    .et_pb_text_14 h3,
    .et_pb_text_21 h2,
    .et_pb_text_20 h2,
    .et_pb_text_18 h2,
    .et_pb_text_16 h2,
    .et_pb_text_9 h3,
    .et_pb_text_4 h3,
    .et_pb_text_2 h2 {
        font-size: 38px
    }

    .et_pb_section_4.et_pb_section,
    .et_pb_section_5.et_pb_section {
        padding-top: 60px;
        padding-bottom: 0px
    }

    .et_pb_section_4 {
        display: none !important
    }

    .et_pb_text_5,
    .et_pb_text_10 {
        font-size: 19px
    }

    body #page-container .et_pb_section .et_pb_button_3:before,
    body #page-container .et_pb_section .et_pb_button_2:before {
        line-height: inherit;
        font-size: inherit !important;
        margin-left: -1.3em;
        right: auto;
        display: inline-block;
        opacity: 1;
        content: attr(data-icon);
        font-family: FontAwesome !important;
        font-weight: 900 !important
    }

    body #page-container .et_pb_section .et_pb_button_2:hover:before,
    body #page-container .et_pb_section .et_pb_button_3:hover:before {
        margin-left: .3em;
        right: auto;
        margin-left: -1.3em
    }

    body #page-container .et_pb_section .et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after,
    body #page-container .et_pb_section .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after {
        line-height: inherit;
        font-size: inherit !important;
        margin-left: .3em;
        left: auto;
        display: inline-block;
        opacity: 1;
        content: attr(data-icon);
        font-family: ETmodules !important;
        font-weight: 400 !important
    }

    body #page-container .et_pb_section .et_pb_signup_1.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:hover:after,
    body #page-container .et_pb_section .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:hover:after {
        margin-left: .3em;
        left: auto;
        margin-left: .3em
    }

    .et_pb_text_13,
    .et_pb_text_8 {
        font-size: 23px
    }

    .et_pb_image_4 .et_pb_image_wrap img,
    .et_pb_image_2 .et_pb_image_wrap img,
    .et_pb_image_3 .et_pb_image_wrap img,
    .et_pb_image_0 .et_pb_image_wrap img,
    .et_pb_image_1 .et_pb_image_wrap img {
        width: auto
    }

    .et_pb_row>.et_pb_column.et_pb_column_19 {
        padding-top: 25vh;
        padding-bottom: 25vh
    }

    .et_pb_row>.et_pb_column.et_pb_column_20 {
        padding-top: 20px;
        padding-right: 40px;
        padding-bottom: 20px;
        padding-left: 40px
    }

    .et_pb_row_inner_2.et_pb_row_inner,
    .et_pb_column .et_pb_row_inner_2 {
        padding-bottom: 0px !important
    }

    .et_pb_section_8.et_pb_section,
    .et_pb_section_7.et_pb_section {
        padding-top: 30px
    }

    .et_pb_row_10.et_pb_row {
        padding-bottom: 0px !important;
        padding-bottom: 0px !important
    }

    .et_pb_row_11.et_pb_row {
        padding-top: 30px !important;
        padding-top: 30px !important
    }

    .et_pb_team_member_0.et_pb_team_member .et_pb_team_member_description,
    .et_pb_team_member_1.et_pb_team_member .et_pb_team_member_description,
    .et_pb_team_member_2.et_pb_team_member .et_pb_team_member_description,
    .et_pb_team_member_3.et_pb_team_member .et_pb_team_member_description {
        background-color: #f4f4f4;
        border-radius: 20px;
        padding: 18px 8px;
        position: absolute;
        bottom: 20px;
        width: 100%
    }

    .et_pb_blog_1 .et_pb_post .entry-title,
    .et_pb_blog_1 .not-found-title {
        font-size: 30px !important
    }

    .et_pb_blog_1 {
        column-count: 1
    }

    .et_pb_blog_1 .entry-title {
        padding: 0 20px
    }

    .et_pb_blog_1 .post-content {
        padding: 20px 20px 50px
    }

    .et_pb_blog_1 .post-meta {
        position: absolute;
        bottom: 10px;
        padding: 10px 20px
    }

    .et_pb_button_4_wrapper {
        margin-top: 1vh !important
    }

    .et_pb_column_9 {
        padding-top: 10vh;
        padding-right: 8vw;
        padding-bottom: 10vh
    }

    .et_pb_column_10 {
        border-bottom-width: 2px;
        border-left-width: 2px;
        padding-top: 20vh;
        padding-bottom: 20vh;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}