﻿:is(body.page-contact, body.page-about) .strip-1 {
    background: #f7f7f7;
    clear: both;
    display: block;
    margin: 30px 0 -50px;
    padding: 72px 0 122px;
    position: relative;
    width: 100%;
}

:is(body.page-contact, body.page-about) .strip-1::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffffff;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 20px;
}

:is(body.page-contact, body.page-about) .strip-1 .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

:is(body.page-contact, body.page-about) .strip-1 .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

:is(body.page-contact, body.page-about) .strip-1 .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

:is(body.page-contact, body.page-about) .strip-1 .col-md-9,
:is(body.page-contact, body.page-about) .strip-1 .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

:is(body.page-contact, body.page-about) .strip-1 .col-md-3,
:is(body.page-contact, body.page-about) .strip-1 .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

:is(body.page-contact, body.page-about) .strip-1 .call-to-action-content {
    text-align: center;
    width: 100%;
}

:is(body.page-contact, body.page-about) .strip-1 .call-to-action-content h2 {
    color: #000000;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 25.2px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

:is(body.page-contact, body.page-about) .strip-1 .call-to-action-content h2 strong {
    font-weight: 800;
}

:is(body.page-contact, body.page-about) .strip-1 .call-to-action-content p {
    color: #000000;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16.8px;
    font-weight: 400;
    line-height: 1.5;
    margin: 8px 0 0;
}

:is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn {
    left: -80px;
    position: relative;
    text-align: center;
    width: 100%;
}

:is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn .btn,
:is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn .btn:link,
:is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn .btn:visited {
    align-items: center;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #ffffff;
    display: inline-flex;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    justify-content: center;
    line-height: 1.334;
    min-height: 54px;
    padding: 12px 24px;
    text-decoration: none;
    white-space: nowrap;
}

:is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn .btn:hover,
:is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn .btn:focus {
    background: #32383e;
    border-color: #383f45;
    color: #ffffff;
}

:is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn .arrow.hlb {
    background: transparent url("../../img/arrows.png") no-repeat -209px -101px;
    display: block !important;
    height: 47px;
    left: 70%;
    position: absolute;
    top: -40px;
    width: 120px;
}

@media (max-width: 991px) {
    :is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn {
        left: 0;
    }

    :is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn .arrow.hlb {
        display: none;
    }

    .strip-1 .call-to-action-btn .arrow.hlb {
        display: none !important;
    }
}

@media (max-width: 767px) {
    :is(body.page-contact, body.page-about) .strip-1 {
        margin-top: 20px;
        padding: 40px 0 90px;
    }

    :is(body.page-contact, body.page-about) .strip-1 .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    :is(body.page-contact, body.page-about) .strip-1 .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    :is(body.page-contact, body.page-about) .strip-1 .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    :is(body.page-contact, body.page-about) .strip-1 .call-to-action-content,
    :is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn {
        padding: 20px 0;
    }

    :is(body.page-contact, body.page-about) .strip-1 .call-to-action-content h2 {
        font-size: 23px;
    }

    :is(body.page-contact, body.page-about) .strip-1 .call-to-action-content p {
        font-size: 16px;
    }
}

html.dark :is(body.page-contact, body.page-about) .strip-1,
html[data-theme-mode="dark"] :is(body.page-contact, body.page-about) .strip-1 {
    background: #4b525b;
}

html.dark :is(body.page-contact, body.page-about) .strip-1::before,
html[data-theme-mode="dark"] :is(body.page-contact, body.page-about) .strip-1::before {
    border-top-color: #4b525b;
}

html.dark :is(body.page-contact, body.page-about) .strip-1 .call-to-action-content h2,
html.dark :is(body.page-contact, body.page-about) .strip-1 .call-to-action-content p,
html[data-theme-mode="dark"] :is(body.page-contact, body.page-about) .strip-1 .call-to-action-content h2,
html[data-theme-mode="dark"] :is(body.page-contact, body.page-about) .strip-1 .call-to-action-content p {
    color: #ffffff;
}

html.dark :is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn .arrow.hlb,
html[data-theme-mode="dark"] :is(body.page-contact, body.page-about) .strip-1 .call-to-action-btn .arrow.hlb {
    background-image: url("../../img/arrows-dark.png");
}

body.page-about .strip-1 {
    margin: 30px 0 0;
    padding: 70px 0 88px;
}

body.page-contact .strip-1 {
    margin: 30px 0 0;
    padding: 70px 0 88px;
}

body.page-about .strip-1 .call-to-action-content h2 {
    font-size: 25.2px;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1.25;
    transform: translateY(14px);
}

body.page-contact .strip-1 .call-to-action-content h2 {
    font-size: 25.2px;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1.25;
    transform: translateY(14px);
}

body.page-about .strip-1 .call-to-action-content h2 strong {
    font-weight: 800;
}

body.page-contact .strip-1 .call-to-action-content h2 strong {
    font-weight: 800;
}

body.page-about .strip-1 .call-to-action-content p {
    font-size: 16.8px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.5;
    margin-top: 8px;
    transform: translateY(14px);
}

body.page-contact .strip-1 .call-to-action-content p {
    font-size: 16.8px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.5;
    margin-top: 8px;
    transform: translateY(14px);
}

body.page-about .strip-1 .call-to-action-btn {
    left: -86px;
    top: 10px;
}

body.page-contact .strip-1 .call-to-action-btn {
    left: -86px;
    top: 10px;
}

body.page-about .strip-1 .col-md-9,
body.page-about .strip-1 .col-lg-9 {
    flex-basis: 78%;
    max-width: 78%;
}

body.page-contact .strip-1 .col-md-9,
body.page-contact .strip-1 .col-lg-9 {
    flex-basis: 78%;
    max-width: 78%;
}

body.page-about .strip-1 .col-md-3,
body.page-about .strip-1 .col-lg-3 {
    flex-basis: 22%;
    max-width: 22%;
}

body.page-contact .strip-1 .col-md-3,
body.page-contact .strip-1 .col-lg-3 {
    flex-basis: 22%;
    max-width: 22%;
}

body.page-about .strip-1 .call-to-action-btn .btn,
body.page-about .strip-1 .call-to-action-btn .btn:link,
body.page-about .strip-1 .call-to-action-btn .btn:visited {
    font-size: 15px !important;
    line-height: 1.334;
    min-height: 48px;
    padding: 10px 20px;
}

body.page-contact .strip-1 .call-to-action-btn .btn,
body.page-contact .strip-1 .call-to-action-btn .btn:link,
body.page-contact .strip-1 .call-to-action-btn .btn:visited {
    font-size: 15px !important;
    line-height: 1.334;
    min-height: 48px;
    padding: 10px 20px;
}

@media (max-width: 991px) {
    body.page-about .strip-1 .call-to-action-btn {
        left: 0;
        margin-top: 12px;
        top: 0;
    }

    body.page-contact .strip-1 .call-to-action-btn {
        left: 0;
        margin-top: 12px;
        top: 0;
    }

    body.page-about .strip-1 .col-md-9,
    body.page-about .strip-1 .col-lg-9,
    body.page-about .strip-1 .col-md-3,
    body.page-about .strip-1 .col-lg-3 {
        flex-basis: 100%;
        max-width: 100%;
    }

    body.page-contact .strip-1 .col-md-9,
    body.page-contact .strip-1 .col-lg-9,
    body.page-contact .strip-1 .col-md-3,
    body.page-contact .strip-1 .col-lg-3 {
        flex-basis: 100%;
        max-width: 100%;
    }

    body.page-about .strip-1 .call-to-action-btn .arrow.hlb,
    body.page-contact .strip-1 .call-to-action-btn .arrow.hlb {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body.page-about .strip-1 {
        margin-top: 24px;
        padding: 46px 0 64px;
    }

    body.page-contact .strip-1 {
        margin-top: 24px;
        padding: 46px 0 64px;
    }

    body.page-about .strip-1 .call-to-action-content,
    body.page-about .strip-1 .call-to-action-btn {
        padding: 14px 0;
    }

    body.page-contact .strip-1 .call-to-action-content,
    body.page-contact .strip-1 .call-to-action-btn {
        padding: 14px 0;
    }

    body.page-about .strip-1 .call-to-action-content h2 {
        font-size: 23px;
        letter-spacing: -0.055em;
        line-height: 1.25;
        transform: translateY(10px);
    }

    body.page-contact .strip-1 .call-to-action-content h2 {
        font-size: 23px;
        letter-spacing: -0.055em;
        line-height: 1.25;
        transform: translateY(10px);
    }

    body.page-about .strip-1 .call-to-action-content p {
        font-size: 16px;
        letter-spacing: -0.025em;
        line-height: 1.5;
        transform: translateY(10px);
    }

    body.page-contact .strip-1 .call-to-action-content p {
        font-size: 16px;
        letter-spacing: -0.025em;
        line-height: 1.5;
        transform: translateY(10px);
    }
}

