.page-home-section {
    position: relative;
}

.page-home-section:not(.page-home_hero) {
    padding: 50px 32px 40px;
}

.page-home-section:not(.page-home_hero):not(:last-of-type):after {
    content: '';

    display: block;
    margin: auto;

    position: absolute;
    bottom: 0;
    left: calc(50% - 175px);

    width: 350px;
    height: 6px;

    background-color: var(--blue);
    opacity: 0.82;
}

.sub-menu {
    margin-bottom: 1vw !important;
}

#menu-sub-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#menu-sub-menu .menu-item{
    list-style: none;
    margin: 1vw 2vw;
    padding: 1vw;
    background-color: #cfb778;
    min-width: 10vw;
    text-align: center;
    color: #182243;
}

.page-home-section h2 {
    margin-top: 0;
    margin-bottom: 90px;

    font-size: 70px;
    font-weight: 900;
    color: var(--secondary);
    text-align: center;
    line-height: 1;
}

.page-home_hero--slider {
    position: relative;
    padding: 0;
    background: var(--blue);
}

.page-home_hero--slider.slick-slider {
    border-radius: initial;
}

.page-home_hero--slider .slick-slide {
    border-radius: initial;
}



.page-home_hero--slide {
    height: 720px;

    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-home_hero--slide strong {
    display: block;
    margin-bottom: 12px;

    font-size: 90px;
    font-weight: 700;
    color: var(--primary);
}

.page-home_hero--slide span {
    display: block;
    margin-bottom: 70px;

    font-size: 32px;
    line-height: 32px;
    color: var(--primary);
}

.page-home_hero--slide a {
    display: block;
}

.page-home_hero--slide a img {
    box-shadow: 6px -6px 12px 3px #000;
}




.page-home_hero--slider .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;

    padding: 0;
    font-size: 0;
    z-index: 99;
}

.page-home_hero--slider .slick-arrow.slick-prev {
    right: 24px;
    top: calc(50% - 15px);

    background: url(../img/slide-arrow-right.svg) center center no-repeat;
    background-size: contain;
}

.page-home_hero--slider .slick-arrow.slick-next {
    left: 24px;
    top: calc(50% - 15px);

    background: url(../img/slide-arrow-left.svg) center center no-repeat;
    background-size: contain;
}

.page-home_hero--slider .slick-dots {
    margin: 0;
    padding: 0;

    list-style-type: none;

    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
}

.page-home_hero--slider .slick-dots li {
    margin: 0 8px;
}

.page-home_hero--slider .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;

    border-radius: 50%;

    font-size: 0;
    background-color: #fff;
    opacity: 0.7;
}

.page-home_hero--slider .slick-dots li.slick-active button {
    opacity: 1;
}

.page-home_services--items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.page-home_services--item {
    flex: 0 0 297px;
    padding: 28px 28px 35px;
    margin: 16px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;
    background-color: var(--service-bg);
    box-shadow: 3px -3px 4px 0px rgba(0,0,0,0.3);


}

.page-home_services--item figure {
    height: 137px;
    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: center;


}

.page-home_services--item strong {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: var(--secondary);
}

.page-home_tax-return--slider {
    position: relative;
    box-shadow: 0px 0px 10px 1px #000000;
}

.page-home_tax-return--slider .slick-arrow {
    position: absolute;
    width: 24px;
    height: 24px;

    padding: 0;
    font-size: 0;
    z-index: 99;
}

.page-home_tax-return--slider .slick-arrow.slick-prev {
    right: 15px;
    top: calc(50% - 12px);

    background: url(../img/slide-arrow-right-dark.svg) center center no-repeat;
    background-size: contain;
}

.page-home_tax-return--slider .slick-arrow.slick-next {
    left: 15px;
    top: calc(50% - 12px);

    background: url(../img/slide-arrow-left-dark.svg) center center no-repeat;
    background-size: contain;
}

.page-home_tax-return--slider.slider--mobile {
    display: none;
}

.page-home_tax-return--slide {
    padding: 0 16px 16px;
    background-color: var(--primary);
}

.page-home_about .page-home-section--inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 100px;
}

.page-home_about .page-home-section--inner h2 {
    width: 100%;
    margin-bottom: 65px;
}

.page-home_about .page-home_about--right {
    width: 60%;
    padding: 0 30px 0 50px;
}

.page-home_about .page-home_about--right p {
    max-width: 640px;
    margin: 0;

    font-size: 30px;
    font-weight: 600;
    line-height: 70px;
    color: var(--text);
}

.page-home_about .page-home_about--right p a {
    margin-right: 20px;
    padding: 2px 35px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    background: var(--secondary);
    transition: 0.2s all;
    line-height: 2;
}

.page-home_about .page-home_about--right p a:hover {
    opacity: 0.7;
}

.page-home_about .page-home_about--left {
    width: 40%;
}

.page-home_about .page-home_about--left img {
    width: 100%;
    height: auto;
}

.page-home_testimonials--items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.page-home_testimonials--item {
    width: 32%;
    padding: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;
    background-color: var(--primary);
    box-shadow: 3px -3px 4px 0px rgba(0,0,0,0.3);

    border-radius: var(--radius);
}

.page-home_testimonials--item figure {
    margin: 0 auto 20px;
}

.page-home_testimonials--item p {
    margin: 0 0 24px;
    font-size: 27px;
    line-height: 28px;
    font-weight: 600;
    color: var(--text);
}

.page-home_testimonials--item p:before {
    content: '"';
}

.page-home_testimonials--item p:after {
    content: '"';
}

.page-home_testimonials--item strong {
    width: 100%;
    margin-top: auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    font-size: 27px;
    font-weight: 600;
    color: var(--text);
}

.page-home_contact .page-home-section--inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-home_contact .page-home-section--inner h2 {
    width: 100%;
}

.page-home_contact .page-home_contact--right {
    width: 49.25%;
    padding: 20px;
    background-color: var(--blue);
}

.page-home_contact .page-home_contact--right .wpcf7-form label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.page-home_contact .page-home_contact--right .wpcf7-form br {
    display: none !important;
}

.page-home_contact .page-home_contact--right .wpcf7-form p {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.page-home_contact .page-home_contact--right .wpcf7-form input:not([type="submit"]),
.page-home_contact .page-home_contact--right .wpcf7-form select,
.page-home_contact .page-home_contact--right .wpcf7-form textarea {
    width: 100%;
    direction: rtl;
    text-align: right;
    padding: 10px;

    font-family: 'Assistant', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--secondary);

    appearance: none;
    border: none;
    border-radius: 0;

    background: var(--input-bg);
}

.page-home_contact .page-home_contact--right .wpcf7-form select {
    background: url(../img/contact-dropdown-toggle.svg) center left 20px no-repeat, var(--input-bg);
    background-size: 24px, cover;
}

.page-home_contact .page-home_contact--right .wpcf7-form textarea {
    height: 150px;
}

.page-home_contact .page-home_contact--right .wpcf7-form p input[type="submit"] {
    margin-right: auto;
    padding: 10px 80px;

    font-family: 'Assistant', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    color: var(--primary);

    background-color: var(--blue);
    box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.4);
}

.page-home_contact .page-home_contact--right .wpcf7-form .ajax-loader {
    display: none !important;
}

.page-home_contact .page-home_contact--right .wpcf7-response-output {
    padding: 0;
    margin: 24px 0 0;
    border: none;

    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.page-home_contact .page-home_contact--left {
    width: 49.25%;
    padding: 68px 40px;
}

.page-home_contact .page-home_contact--left p {
    text-align: center;

    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
}

@media only screen and (max-width: 1380px) {

    .page-home_about .page-home_about--right p {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
    }

    .page-home_about .page-home_about--right p a {
        margin: 16px auto;
    }
}

@media only screen and (max-width: 1200px) {

    .page-home-section h2 {
        margin-bottom: 48px;
        font-size: 40px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 1024px) {

    .page-home_contact .page-home_contact--left {
        width: 49.25%;
        padding: 30px 15px;
    }

    .page-home_about .page-home_about--right p {
        font-size: 20px;
        line-height: 42px;
    }

    .page-home_hero--slide {
        height: 420px;
        padding: 0 24px;
        text-align: center;
    }

    .page-home_hero--slide strong {
        font-size: 32px;
        line-height: 36px;
    }

    .page-home_hero--slide span {
        font-size: 20px;
        line-height: 20px;
    }

    .page-home_hero--slide a img {
        max-height: 40px;
    }

    .page-home_hero--slider .slick-arrow {
        width: 24px;
        height: 24px;
    }

    .page-home_hero--slider .slick-arrow.slick-prev {
        right: 10px;
    }

    .page-home_hero--slider .slick-arrow.slick-next {
        left: 10px;
    }

    .page-home_services--items {
        flex-direction: column;
        max-width: 748px;
        width: 100%;
        margin: 0 auto;
    }

    .page-home_services--item {
        width: 100%;
        padding: 28px;
        margin: 10px auto;
        flex: 1;
    }

    .page-home-section:not(.page-home_hero) {
        padding: 50px 20px 60px;
    }

    .page-home_services--item figure {
        height: 60px;
    }

    .page-home_services--item figure img {
        height: 100%;
    }

    .page-home_services--item strong {
        font-size: 24px;
        line-height: 30px;
    }

    .page-home_tax-return--slider.slider--desktop {
        display: none;
    }

    .page-home_tax-return--slider.slider--mobile {
        display: block;
        max-width: 480px;
        margin: auto;
    }

    .page-home-section:not(.page-home_hero):not(:last-of-type):after {
        width: 150px;
        left: calc(50% - 75px);
    }


    .page-home_testimonials--items {
        flex-direction: column;
    }

    .page-home_testimonials--item {
        width: 100%;
        margin: 12px 0;
    }

    .page-home_testimonials--item strong,
    .page-home_testimonials--item p {
        font-size: 22px;
        line-height: 26px;
    }

    .page-home-section:not(.page-home_hero).page-home_contact {
        padding-bottom: 10px;
    }

    .page-home_contact .page-home_contact--right,
    .page-home_contact .page-home_contact--left {
        width: 100%;
        margin: 12px auto;
    }

    .page-home_contact .page-home_contact--right .wpcf7-form input:not([type="submit"]),
    .page-home_contact .page-home_contact--right .wpcf7-form select,
    .page-home_contact .page-home_contact--right .wpcf7-form textarea {
        font-size: 16px;
        line-height: 18px;
    }

    .page-home_contact .page-home_contact--right .wpcf7-form p input[type="submit"] {
        width: 100%;
        font-size: 18px;
        text-align: center;
    }

    .page-home_contact .page-home_contact--left p {
        font-size: 22px;
        line-height: 26px;
    }


    .page-home_about .page-home-section--inner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .page-home_about .page-home_about--right {
        width: 100%;
        padding: 0;
    }
    .page-home_about .page-home_about--left {
        width: 100%;
        margin-top: 30px;
    }

}