.txtcenter {
    text-align: center;
}
.card {
    position: relative;
    width: 33%;
    border: 0;
    /* float: left; */
    display: inline-block;
}
.card__link {
    display: block;
    height: 100%;
    color: #26292c;
}
.card__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
svg {
    width: 100%;
    height: 110px;
}
.card--features .card__inner {
    padding: 80px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.card__image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}
h5 {
    font-size: 21px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
}
.card--features .card__text {
    margin-top: 20px;
}

.card__text {
    font-size: 20px;
}
.grid-borders:not(.grid-borders--disabled) > * > :after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 5px;
    width: 1.3px;
    height: calc(100% - 10px);
    background-color: #e5e5e5;
}

.last:after {
    content: "";
    background: #fff !important;
}
.b:before {
    content: "";
    background: #fff !important;
}

.grid-borders:not(.grid-borders--disabled) > * > :before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -1px;
    width: calc(100% - 20px);
    height: 2px;
    background-color: #e5e5e5;
}

.card__wrapper--clickable-with-borders:hover {
    background-color: #f7f7f7;
}
.card__wrapper--clickable-with-borders:hover:before {
    content: "";
    display: block;
    width: calc(100% + 11px);
    height: calc(100% + 21px);
}
.card__wrapper--clickable-with-borders:hover {
    display: block;

    background-color: #f7f7f7;
}
.mt100 {
    margin-top: 100px;
}
.mb100 {
    margin-bottom: 100px;
}

.section--theme-white {
    background-color: #fff;
}
.testimonials__title--without-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.testimonials__content:not(.testimonials__content--single) {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px 40px;
}

.testimonials__title--without-button + .testimonials__content {
    margin-top: 80px;
}
.testimonials__content {
    display: grid;
    text-align: left;
}
.pb-quote {
    margin: 0;
    padding: 16px 0 0;
}
.pb-quote > .pb-quote__content {
    grid-area: quote;
    position: relative;
}
.pb-quote > .pb-quote__content:before {
    content: "";
    width: 41px;
    height: 32px;
    display: block;
    top: -16px;
    position: absolute;
    background-image: url(components/quote.f84adf48.svg);
    left: 40px;
}
p:not([class]):first-child {
    margin-top: 0;
}
.pb-quote--gray > .pb-quote__content > p {
    background-color: #f7f7f7;
}
.pb-quote > .pb-quote__content > p {
    padding: 40px;
    margin: 0;
    color: #26292c;

    font-size: 20px;
}

p {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 0;
    word-break: break-word;
}
.pb-quote > .pb-quote__author {
    grid-area: author;
    align-self: center;
    justify-self: right;
    text-align: right;
    font-size: 16px;
    line-height: 25px;
}
.pb-quote > .pb-quote__author > strong {
    display: block;
}
small {
    font-size: 16px;
    line-height: 1.5em;
    word-break: break-word;
}
.pb-quote > .pb-quote__image {
    grid-area: image;
    background-image: url(components/gallery-default-avatar.4a7f2518.svg);
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
}
.pb-quote > .pb-quote__image > img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}
.pb-quote > .pb-quote__content:before {
    content: "";
    width: 41px;
    height: 41px;
    display: block;
    top: -16px;
    position: absolute;
    background-image: url(images/quote.svg);
    left: 40px;
}
.tiles {
    text-align: center;
}
h2 {
    font-size: 48px;
    line-height: 53px;
}
.tiles__blocks--top-spacing {
    margin-top: 80px;
}
.tiles__blocks {
    color: #fff;

    display: inline-block;
    width: 100%;
}
.tiles__block {
    background: #26292c;
    padding: 40px 20px;
    width: 17%;
    float: left;
    margin: 0 4%;
}

p {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 0;
    word-break: break-word;
}

p1 {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0;
    word-break: break-word;
}

h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
    margin-top: 20px;
}
.tiles__blocks p {
    color: #ffffff;
}
.bpanel {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 100px;
    display: inline-block;
    width: 100%;
}
.bpanel2 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 100px;
    display: inline-block;
    width: 100%;
}

.cards h2 {
    text-align: center;
}
.cards p {
    text-align: center;
}
.pt80 {
    padding-top: 80px;
}
.pt100 {
    padding-top: 140px;
}

.mt20 {
    margin-top: 20px;
}
.m0auto {
    margin: 0 auto;
}

div.et_pb_section.et_pb_section_7 {
    background-image: linear-gradient(180deg, #414ba4 50%, #ffffff 50%) !important;
    padding-top: 25px;
}

.et_pb_row_8,
body #page-container .et-db #et-boc .et-l .et_pb_row_8.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_8.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_8.et_pb_row {
    width: 90%;
}
.et_pb_all_tabs,
.et_pb_column,
.et_pb_counters .et_pb_counter_container,
.et_pb_module,
.et_pb_portfolio_item,
.et_pb_posts_nav a,
.et_pb_pricing_table,
.et_pb_row,
.et_pb_row_inner,
.et_pb_slide,
.et_pb_tab,
.et_pb_with_background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.et_pb_gutters3 .et_pb_column_1_2,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 47.25%;
}
.et_pb_gutters3 .et_pb_column,
.et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5.5%;
}
.et_pb_column_single .et_pb_module.et-last-child,
.et_pb_column_single .et_pb_module:last-child,
.et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child,
.et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child,
.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child,
.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0;
}
.et_pb_blurb_7.et_pb_blurb.et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important;
}

.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 5.82%;
}
.et_pb_blurb_7.et_pb_blurb {
    border-bottom-width: 5px;
    border-bottom-color: #ffffff;
    padding-bottom: 25px !important;
    max-width: 350px;
}
.et_pb_module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
.et_pb_text_align_left {
    text-align: left;
}
.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
    color: #fff !important;
}

.et_pb_blurb_7 .et_pb_blurb_content {
    text-align: left;
}
.et_pb_blurb_content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.et_pb_main_blurb_image {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%;
}
.et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
}
.et_pb_blurb_7 .et-pb-icon {
    color: #ffffff;
}

.et-waypoint.et_pb_animation_off,
.et_pb_animation_off {
    opacity: 1;
}

.et-pb-icon {
    font-family: ETmodules;
    content: attr(data-icon);
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 96px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
}
.et_pb_blurb_7.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_7.et_pb_blurb .et_pb_module_header a {
    font-size: 30px;
    letter-spacing: 10px;
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
    color: #fff !important;
}
.et_pb_blurb_content p:last-of-type {
    padding-bottom: 0;
}

/*******************************************************************************************************/

@media (min-width: 981px) {
    .et_pb_section {
        padding: 4% 0;
    }
}
.et_pb_section {
    position: relative;
    background-color: #fff;
}
.et_pb_section,
.et_pb_slider .et_pb_slide {
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}
.et_pb_row_8,
body #page-container .et-db #et-boc .et-l .et_pb_row_8.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_8.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_8.et_pb_row {
    width: 90%;
}
@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_1_2,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
        width: 47.25%;
    }
}
@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column,
    .et_pb_gutters3.et_pb_row .et_pb_column {
        margin-right: 5.5%;
    }
}
.et_pb_column_18 {
    border-bottom-color: #ffffff;
}
.et_pb_blurb_7 .et_pb_blurb_content {
    text-align: left;
}
.et_pb_blurb_content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.et_pb_main_blurb_image {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%;
}
.et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
}
.et_pb_blurb_7 .et-pb-icon {
    color: #ffffff;
}
.et-waypoint.et_pb_animation_off,
.et_pb_animation_off {
    opacity: 1;
}

.et-pb-icon {
    font-family: ETmodules;
    content: attr(data-icon);
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 96px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
}

.et_pb_blurb_7.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_7.et_pb_blurb .et_pb_module_header a {
    font-size: 30px;
    letter-spacing: 10px;
}
.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
    color: #fff !important;
}

.et_pb_blurb_8.et_pb_blurb.et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important;
}
.et_pb_blurb_8 .et_pb_blurb_content {
    text-align: left;
}
.et_pb_blurb_content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.et_pb_main_blurb_image {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%;
}
.et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
}
.et_pb_column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
}
.m0 {
    margin: 0 !important;
}
.et_pb_blurb_8.et_pb_blurb {
    border-bottom-width: 5px;
    border-bottom-color: #000000;
    padding-bottom: 25px !important;
    max-width: 350px;
}
.et_pb_blurb_8 .et_pb_blurb_content {
    text-align: left;
}
.et_pb_blurb_content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.et_pb_column_18 {
    border-bottom-color: #ffffff;
}
.et_pb_column_18 {
    border-bottom-color: #ffffff;
}
.et_pb_fullwidth_post_content.et_pb_with_border img,
.et_pb_post_content.et_pb_with_border img,
.et_pb_with_border,
.et_pb_with_border .et_pb_audio_cover_art,
.et_pb_with_border.et_pb_comments_module .commentlist li img.avatar,
.et_pb_with_border.et_pb_comments_module input,
.et_pb_with_border.et_pb_comments_module textarea,
.et_pb_with_border.et_pb_contact_field .input[type="checkbox"] + label i,
.et_pb_with_border.et_pb_contact_field .input[type="radio"] + label i,
.et_pb_with_border.et_pb_contact_field input,
.et_pb_with_border.et_pb_contact_field select,
.et_pb_with_border.et_pb_contact_field textarea,
.et_pb_with_border .et_pb_contact_form .input[type="checkbox"] + label i,
.et_pb_with_border .et_pb_contact_form .input[type="radio"] + label i,
.et_pb_with_border .et_pb_contact_form input,
.et_pb_with_border .et_pb_contact_form select,
.et_pb_with_border .et_pb_contact_form textarea,
.et_pb_with_border .et_pb_counter_container,
.et_pb_with_border.et_pb_fullwidth_header .header-image-container img,
.et_pb_with_border.et_pb_fullwidth_header .header-logo,
.et_pb_with_border.et_pb_fullwidth_menu .et_pb_menu__logo img,
.et_pb_with_border .et_pb_gallery_image,
.et_pb_with_border .et_pb_gallery_item,
.et_pb_with_border .et_pb_image_wrap,
.et_pb_with_border .et_pb_main_blurb_image,
.et_pb_with_border.et_pb_menu .et_pb_menu__logo img,
.et_pb_with_border .et_pb_newsletter_form .input[type="checkbox"] + label i,
.et_pb_with_border .et_pb_newsletter_form .input[type="radio"] + label i,
.et_pb_with_border .et_pb_newsletter_form input,
.et_pb_with_border .et_pb_newsletter_form select,
.et_pb_with_border .et_pb_newsletter_form textarea,
.et_pb_with_border .et_pb_portfolio_image,
.et_pb_with_border .et_pb_portfolio_item,
.et_pb_with_border .et_pb_post .et_pb_slides,
.et_pb_with_border .et_pb_post .et_pb_video_overlay,
.et_pb_with_border .et_pb_post img:not(.woocommerce-placeholder),
.et_pb_with_border.et_pb_posts .et_pb_post,
.et_pb_with_border.et_pb_posts_nav span.nav-next a,
.et_pb_with_border.et_pb_posts_nav span.nav-previous a,
.et_pb_with_border.et_pb_shop .et_shop_image > img,
.et_pb_with_border.et_pb_shop .products li,
.et_pb_with_border .et_pb_slide_image img,
.et_pb_with_border .et_pb_team_member_image,
.et_pb_with_border .et_pb_testimonial_portrait,
.et_pb_with_border.et_pb_video_slider .et_pb_carousel_item,
.et_pb_with_border.et_pb_video_slider .et_pb_slider,
.et_pb_with_border.et_pb_wc_images .woocommerce-product-gallery__image,
.et_pb_with_border.et_pb_wc_related_products .et_shop_image,
.et_pb_with_border .et_pb_wc_related_products .et_shop_image > img:not(.woocommerce-placeholder),
.et_pb_with_border.et_pb_wc_related_products .product,
.et_pb_with_border.et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar,
.et_pb_with_border.et_pb_wc_upsells .et_shop_image,
.et_pb_with_border.et_pb_wc_upsells .product,
.et_pb_with_border .et_portfolio_image,
.et_pb_with_border .woocommerce-breadcrumb,
.et_pb_with_focus_border .et_pb_newsletter_form input:focus {
    border: 0 solid #333;
}

.et_pb_with_border {
    position: relative;
}
.et_pb_all_tabs,
.et_pb_column,
.et_pb_counters .et_pb_counter_container,
.et_pb_module,
.et_pb_portfolio_item,
.et_pb_posts_nav a,
.et_pb_pricing_table,
.et_pb_row,
.et_pb_row_inner,
.et_pb_slide,
.et_pb_tab,
.et_pb_with_background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.et_pb_css_mix_blend_mode_passthrough {
    mix-blend-mode: unset !important;
}
.et_pb_column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
    padding-bottom: 20px;
}
.et_pb_blurb_8.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_8.et_pb_blurb .et_pb_module_header a {
    font-size: 30px;
    letter-spacing: 10px;
}
.et_pb_blurb_description p {
    font-size: 17px;
}
.bcont p {
    color: #fff !important;
}
.tangileR {
    text-align: center;
    padding: 100px 0;
}

div.et_pb_section.et_pb_section_9 {
    background-image: linear-gradient(90deg, #ffffff 50%, #414ba4 50%) !important;
}
.et_pb_row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
.et_pb_column_20 {
    border-bottom-color: #ffffff;
}
.et_pb_blurb_9.et_pb_blurb {
    border-bottom-width: 5px;
    border-bottom-color: #000000;
    padding-bottom: 25px !important;
    max-width: 350px;
}
.et_pb_blurb_9 .et_pb_blurb_content {
    text-align: left;
}
.et_pb_blurb_content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.et_pb_main_blurb_image {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%;
}

.et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
}
.et_pb_blurb_9 .et-pb-icon {
    color: #000000;
}
.et-waypoint.et_pb_animation_off,
.et_pb_animation_off {
    opacity: 1;
}

.et-pb-icon {
    font-family: ETmodules;
    content: attr(data-icon);
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 96px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
}
.et_pb_blurb_9.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_9.et_pb_blurb .et_pb_module_header a {
    font-size: 30px;
    letter-spacing: 10px;
}
.et_pb_blurb_10.et_pb_blurb {
    border-bottom-width: 5px;
    border-bottom-color: #ffffff;
    padding-bottom: 25px !important;
    max-width: 350px;
}

.et_pb_module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
.et_pb_text_align_left {
    text-align: left;
}
.et_pb_blurb_10 .et_pb_blurb_content {
    text-align: left;
}
.et_pb_blurb_content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.et_pb_main_blurb_image {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%;
}
.et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
}
.et_pb_blurb_10.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_10.et_pb_blurb .et_pb_module_header a {
    font-size: 30px;
    letter-spacing: 10px;
}
.et_pb_blurb_10.et_pb_blurb.et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important;
}
.et_pb_blurb_9.et_pb_blurb.et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important;
}

.et_pb_blurb_9.et_pb_blurb {
    border-bottom-width: 5px;
    border-bottom-color: #ffffff;
    padding-bottom: 25px !important;
    max-width: 350px;
}
.et_pb_blurb_9.et_pb_blurb {
    border-bottom-width: 5px;
    border-bottom-color: #000000;
    padding-bottom: 25px !important;
    max-width: 350px;
}
div.et_pb_section.et_pb_section_11 {
    background-image: linear-gradient(90deg, #000000 50%, #ffffff 50%) !important;
}
.et_pb_column_22 {
    border-bottom-color: #ffffff;
}
.et_pb_blurb_11.et_pb_blurb.et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important;
}

.et_pb_blurb_11.et_pb_blurb {
    border-bottom-width: 5px;
    border-bottom-color: #ffffff;
    padding-bottom: 25px !important;
    max-width: 350px;
}
.et_pb_module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
.et_pb_blurb_11 .et_pb_blurb_content {
    text-align: left;
}
.et_pb_blurb_content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.et_pb_main_blurb_image {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%;
}
.et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
}
.et_pb_blurb_11.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_11.et_pb_blurb .et_pb_module_header a {
    font-size: 30px;
    letter-spacing: 10px;
}
.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
    color: #fff !important;
}
.et_pb_blurb_11.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_11.et_pb_blurb .et_pb_module_header a {
    font-size: 30px;
    letter-spacing: 10px;
}
.et_pb_image_11 {
    width: 100%;
    max-width: 80px;
    position: absolute !important;
    top: 50%;
    bottom: auto;
    right: 70px;
    left: auto;
    transform: translateY(-50%);
    text-align: left;
    margin-left: 0;
}
body[data-scroll-step="283"] .et_pb_image_11 {
    transform: rotate3d(0, 0, 1, 31.325deg);
    transition: transform 200ms linear;
}
.et_pb_image_11 .et_pb_image_wrap {
    display: block;
}
.et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
}
body[data-scroll-step="289"] .et_pb_image_12 {
    transform: rotate3d(0, 0, 1, 47.483deg);
    transition: transform 200ms linear;
}
.et_pb_image_12 {
    width: 100%;
    max-width: 80px;
    position: absolute !important;
    bottom: -290px;
    top: auto;
    right: 235px;
    left: auto;
    text-align: left;
    margin-left: 0;
}

.et_had_animation {
    position: relative;
}
.et_pb_image_12 .et_pb_image_wrap {
    display: block;
}
.et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
}
.et-pb-icon {
    font-family: ETmodules;
    content: attr(data-icon);
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 96px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 300px) and (max-width: 1200px) {
    .lSSlideWrapper {
        margin-top: 60px;
    }
}
@media (min-width: 700px) and (max-width: 990px) {
    .tiles__block {
        padding: 40px 20px;
        width: 40%;
        float: left;
        margin: 0 5%;
        margin-bottom: 0px;
        margin-bottom: 20px;
        height: 300px;
    }
    .testimonials__content:not(.testimonials__content--single) {
        grid-template-columns: none;
        grid-gap: 48px 40px;
    }
    et_pb_row {
        width: 100%;
    }
    .card {
        width: 100%;
        text-align: center;
    }
    .grid-borders:not(.grid-borders--disabled) > * > :after {
        display: none;
    }

    .grid-borders:not(.grid-borders--disabled) > * > :before {
        display: none;
    }
}
@media (min-width: 500px) and (max-width: 700px) {
    .tiles__block {
        padding: 40px 20px;
        width: 40%;
        float: left;
        margin: 0 5%;
        margin-bottom: 0px;
        margin-bottom: 20px;
        height: 300px;
    }
    .pb-quote {
        width: 100%;
    }
    .testimonials__content:not(.testimonials__content--single) {
        grid-template-columns: none;
        grid-gap: 48px 40px;
    }
    .tabs__image_wrapper-title {
        padding-right: 0%;
    }
    ul.gallery li {
        padding: 0;
        position: relative;
    }
    .card {
        width: 100%;
        text-align: center;
    }
    .grid-borders:not(.grid-borders--disabled) > * > :after {
        display: none;
    }

    .grid-borders:not(.grid-borders--disabled) > * > :before {
        display: none;
    }
}
@media (min-width: 350px) and (max-width: 500px) {
    .tiles__block {
        padding: 40px 20px;
        width: 80%;
        float: left;
        margin: 0 10%;
        margin-bottom: 0px;
        margin-bottom: 20px;
        height: 300px;
    }
    .testimonials__content:not(.testimonials__content--single) {
        grid-template-columns: none;
        grid-gap: 48px 40px;
    }
    .card {
        width: 100%;
        text-align: center;
    }
    .tabs__image_wrapper-title {
        padding-right: 0%;
    }
    ul.gallery li {
        padding: 0;
        position: relative;
    }
    .testimonials__content:not(.testimonials__content--single) {
        grid-template-columns: none;
        grid-gap: 48px 40px;
    }
    .grid-borders:not(.grid-borders--disabled) > * > :after {
        display: none;
    }

    .grid-borders:not(.grid-borders--disabled) > * > :before {
        display: none;
    }
}
@media (min-width: 350px) and (max-width: 768px) {
    .grid-borders:not(.grid-borders--disabled) > * > :after {
        display: none;
    }

    .grid-borders:not(.grid-borders--disabled) > * > :before {
        display: none;
    }
    div.et_pb_section.et_pb_section_7 {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,ffffff+50,ffffff+100,ffffff+101 */
        background: rgb(0, 0, 0); /* Old browsers */
        /* background: -moz-linear-gradient(
            top,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 50%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 1) 100%,
            rgba(255, 255, 255, 1) 101%
        ) !important; FF3.6-15 */
        /* background: -webkit-linear-gradient(
            top,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 50%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 1) 100%,
            rgba(255, 255, 255, 1) 101%
        ) !important; */
        /* background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 50%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 1) 100%,
            rgba(255, 255, 255, 1) 101%
        ) !important; W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    div.et_pb_section.et_pb_section_9 {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,000000+50,000000+50,000000+74,000000+100 */
        background: rgb(255, 255, 255); /* Old browsers */
        background: -moz-linear-gradient(
            top,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 1) 74%,
            rgba(0, 0, 0, 1) 100%
        ) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(
            top,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 1) 74%,
            rgba(0, 0, 0, 1) 100%
        ) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 1) 74%,
            rgba(0, 0, 0, 1) 100%
        ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
    }
}

.et_pb_row {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}

.et_pb_column {
    padding-top: 50px;
}

.et_pb_module_header {
    font-size: 20px !important;
}

div.et_pb_section.et_pb_section_9 {
    background-image: linear-gradient(180deg, #ffffff 50%, #414ba4 50%) !important;
}

@media screen and (min-width: 992px) {
    div.et_pb_section.et_pb_section_7 {
        background-image: linear-gradient(90deg, #414ba4 50%, #ffffff 50%) !important;
    }

    .et_pb_row {
        width: 80%;
    }

    .et_pb_module_header {
        font-size: 30px;
    }

    .et_pb_column {
        padding-top: 0;
    }

    .et_pb_blurb_7.et_pb_blurb .et_pb_module_header {
        font-size: 30px !important;
    }

    .et_pb_module_header {
        font-size: 30px !important;
    }

    .et_pb_column {
        padding-top: 50px;
    }
}

/* Search Filter Form Styles */
.search-filter-form form {
    max-width: 750px;
    margin: 0 auto;
    height: 78px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 30px 50px rgba(7,21,36,0.06);
    border: 2px solid #111111;
}

.search-filter-form input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 200px 0 35px;
    font-size: 16px;
    border-radius: 5px;
}

.search-filter-form button.create-btn {
    min-width: 160px;
    padding: 0 25px;
    right: 7px;
    bottom: 7px;
    top: 7px;
    background: #000000 !important;
    position: absolute;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    border: none;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.search-filter-form button.create-btn:hover {
    background: #333333 !important;
}

/* Responsive styles for search filter form */
@media (max-width: 991px) {
    .search-filter-form form { 
        height: 65px; 
    }
    .search-filter-form button.create-btn { 
        min-width: 140px;
        font-size: 14px;
        padding: 0 15px;
    }
    .search-filter-form input { 
        padding: 0 160px 0 15px; 
    }
}

@media (max-width: 575px) {
    .search-filter-form form { 
        height: 55px; 
    }
    .search-filter-form button.create-btn { 
        min-width: 120px;
        font-size: 12px;
        padding: 0 10px;
    }
    .search-filter-form input { 
        padding: 0 135px 0 15px; 
    }
}