@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.site-container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0px 20px;
}

.slider-section {
    padding-top: 80px;
    margin-bottom: 80px;
}

.slider-section__wrapper-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
}

.slider-section__block {
    width: 145px;
}

.slider-section__block img {
    width: 100%;
}

.img1 {
    padding-top: 15px;
}

.slider-section__title {
    text-align: center;
    color: #2b313d;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 66px;
    font-weight: 700;
    line-height: 120%;
}

.slider-section__slide {
    position: relative;
    width: 50%;
    padding: 0px 10px;
}

.slider-section__hide-text {
    color: rgba(230, 232, 239, .5);
    text-transform: uppercase;
    margin-top: 8px;
    font-family: Oswald, sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    text-align: center;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.slider-section__review-rating {
    position: absolute;
    display: flex;
    top: 32px;
    right: 32px;
    z-index: 5;
}

.slider-section__decor {
    position: absolute;
    top: 56px;
    left: 48px;
    z-index: 5;
}

.slider-section__decor img {
    width: 40px;
    height: 40px;
}

.slider-section__main-content {
    min-height: 347px;
    margin-bottom: 120px;
    padding: 64px 64px 64px 120px;
    position: relative;
    box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
    background-color: #FFF;
    display: flex;
    flex-direction: column;
}

.slider-section__text {
    color: #303643;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}

.slider-section__desc {
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 25px;
    flex: 1;
}

.slider-section__user {
    color: #000;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 700;
}

.swiper {
    margin-top: -45px;
}

.slider-section__pagination-wrapper {
    display: flex;
    justify-content: center;
    gap: 150px;
    padding-bottom: 20px;
}

.slider-section__left {
    width: 64px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 16px rgba(82, 91, 115, .16);
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.slider-section__right {
    width: 64px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 16px rgba(82, 91, 115, .16);
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px;
    width: max-content;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0px 3px;
}

.slider-section__link {
    display: flex;
    width: 100%;
    justify-content: center;
    color: #81b340 !important;
    font-size: 21px;
    font-style: italic;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline !important;
}

.swiper-slide {
    display: flex;
    gap: 20px;
}

.slider-section__wrapper-slide {
    display: flex;
}


@media (max-width:991px) {
    .slider-section__title {
        font-size: 50px;
    }

    .slider-section__main-content {
        padding: 53px 24px 36px 40px;
    }

    .slider-section__decor {
        position: absolute;
        top: 20px;
        left: 41px;
        z-index: 5;
    }

    .slider-section__main-content {
        min-height: 300px;
    }

    .slider-section__slide {
        width: 100%;
    }


    .slider-section__decor img {
        width: 40px;
        height: 40px;
    }

    .swiper {
        margin-top: -30px;
    }
}

@media (max-width:767px) {
    .slider-section__title {
        font-size: 34px;
        line-height: 120%;
    }

    .slider-section__hide-text {
        font-size: 56px;
        line-height: 120%;
    }

    .swiper-slide {
        flex-direction: column !important;
    }

    .swiper {
        margin-top: -20px;
    }

    .slider-section__main-content {
        margin-bottom: 20px;
    }

}

@media (max-width:500px) {
    .slider-section__main-content {
        padding: 88px 24px 36px 40px;
    }


}

.wpcf7-form-control-wrap {
    width: 100%;
}

/* form */
.section-form {
    width: 100% !important;
    max-width: 100% !important;
    /* background-image: url("https://assets-global.website-files.com/5bec6f2c9a01db7f3242363e/5d432010d5bffd97be236f23_Jake-%20Business%20(16)-min.jpg"); */
    background-position: 0 0;
    background-size: cover;

}

.section-form__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;

}

.section-form__strapline {
    color: #b8d433;
    font-size: 18px;
    text-transform: uppercase;
}

.section-form__line {
    width: 130px;
    height: 2px;
    color: #FFF;
    background-color: #FFF;
    margin-bottom: 15px;
}

.section-form__title {
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Oswald, sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 120%;
    max-width: 458px;
    width: 100%;
}

.section-form__input-inner {
    display: flex;
}

.section-form__input-inner-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 40px;
    height: 50px;
}

.footer-form__input-inner-img {
    height: 43px;
}

.section-form__input-inner-img img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.section-form__subtitle {
    max-width: 458px;
    width: 100%;
    font-size: 18px;
    color: #FFF;
    line-height: 140%;
}

.section-form__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-form__form-block {
    width: 100%;
    max-width: 365px;
}

.section-form__inner-form {
    background: #FFF;
}

.section-form__inner-form1 {
    background: #FFF;
}

.section-form__title-wrapper {
    background-color: #81b340;
    padding: 25px 20px;
    overflow: hidden;

}

.section-form__title-wrapper h4 {
    color: #FFf;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}


.section-form__form-text-p {
    padding: 20px 28px 10px;
}

.section-form__form-text {
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 11px;
    line-height: 120%
}

.section-form__input {
    color: #333;
    background-color: #fff;
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-left: none !important;
    width: 100%;
    height: 50px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
    border-radius: 0px !important;
    margin-bottom: 10px !important;
}

.footer-form__input {
    height: 43px;
}

.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}


.section-form__input:focus {
    outline: 0;
}

.section-form__input::placeholder {
    color: #333;

}

.section_form__form-rules {
    padding: 21px 2px;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #c4cbd7;
    border-bottom: 1px solid #c4cbd7;


}

.section_form__form-rules span {
    font-size: 13px;
    font-style: italic;
    line-height: 120%;
}

.section-form__form-text-bold {
    padding-left: 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
    display: flex;


}

.section-form__form-text-bold span {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 5px;
}

.section-form__form-text-bold1 {
    width: 100%;
    padding-left: 20px;
    font-size: 11px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.section-form__form-checkbox-inner {
    padding-left: 20px;
    padding-right: 20px;
    gap: 5px;
    margin-bottom: 10px;
    display: none;
}

.section-form__textarea {
    height: 100px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.section-form__textarea:focus {
    border-color: #3898ec;
    outline: 0;
}


.section-form__textarea::placeholder {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.section-form__wrapper-textarea {
    width: 100%;
}

.section-form__new-form-flex {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
}

.section-form__form-checkbox-inner1 {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    gap: 5px;
    margin-bottom: 10px;
    width: 50%;
}

.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 5px;
}

.section-form__form-text-bold-mini {
    padding-left: 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 5px;
}

.section-form__form-refferal {
    border: none !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 38px;
}



.section-form__form-refferal:focus {
    outline: none;
    border-color: #3898ec !important;
}

.section-form__input-submit {
    background-color: #81b340;
    color: #fff;
    text-align: center;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    width: 100%;
    height: 58px;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    border: none;

}

.section-form__input-submit1 {
    background-color: #81b340;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 160px;
    height: 58px;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    border: none;
    margin-top: 10px;
    padding: 12px 25px;
}



.section-form__input-submit:hover {
    background-color: #8fc746;
    border: none;
}

@media (max-width:991px) {
    .section-form__wrapper {
        flex-direction: column;
    }

    .section-form__form-block {
        width: 100%;
        max-width: 100%;
        padding-bottom: 62px;
    }

    .section-form__strapline {
        max-width: 100%;
    }

    .section-form__title {
        max-width: 100%;
        font-size: 58px;
    }

    .section-form__subtitle {
        max-width: 100%;
    }

    .section-form__input-submit1 {
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .section-form__wrapper-textarea {
        padding: 0px 20px;

    }
}

@media (max-width:767px) {
    .section-form__content {
        padding-top: 45px;
    }

    .section-form__input-inner {
        padding: 0px 20px;
    }
}

@media (max-width:500px) {

    .section-form__strapline {
        text-align: center;
    }

    .section-form__title {
        text-align: center;
    }

    .section-form__line {
        display: none;
    }

    .section-form__subtitle {
        display: none;
    }

    .section-form__title {
        font-size: 40px;
    }
}


/* footer-form */
.select {
    border: 1px solid #ccc !important;
    padding-left: 40px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.footer-form__submit {
    margin-top: 24px;
    border-radius: 0px;
}


.footer-form {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #101010;
    position: relative;
}



.footer-form__wrapper h3 {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.footer-form__form-flex {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.white {
    background: #FFF;

}

.footer-form__wrapper-input {
    width: 100%;
    max-width: 210px;
}

.footer-form__wrapper-input label {
    color: #677583;
    font-size: 11px;
    line-height: 120%;
    margin-bottom: 5px;
    padding-left: 15px;
}


.footer-form__submit {
    background: #8fc746;
    color: #FFF;
    height: 43px;
    border: none;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.footer-form__submit:hover {
    background: #8fc746;
}


.footer-form__submit:focus {
    background: #8fc746;
    outline: none;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-response-output {
    color: #FFF;
    border: none !important;
    text-align: center;
}

.footer-form__up {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 32px;
    height: 30px;
    background: #8fc746;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;


}

.footer-form__up img {
    width: 14px;
    height: 14px;
}


.footer-form__up:hover {
    background: #81b340;
}

@media (max-width:991px) {

    .footer-form__form-flex {
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .footer-form__wrapper-input {
        width: 100%;
        max-width: 350px;
    }

    .footer-form__submit {
        width: 100%;
        max-width: 350px;

    }

    .footer-form__up {
        right: 0px;

    }
}

@media (max-width:500px) {
    .footer-form__wrapper-input {
        width: 100%;
        max-width: 100%;
    }

    .footer-form__submit {
        width: 100%;
        max-width: 100%;

    }

}

.padding {
    padding: 0px;
}

/* Blog */


.blog__wrapper {
    width: 100%;
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.blog__post {
    width: calc(33% - 16px);
}

.blog__info {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    width: 100%;
}

.blog__post-title {
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    line-height: 120%;
    margin: 0px 0px 10px 0px;
    border-left: 5px solid #8fc746;
    padding-left: 9px;
}

.blog__post-img {
    width: 100%;
}

.blog__post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog__post-text {
    color: #677583;
}

.blog__post-link {
    color: #81b340;
    font-weight: 500;
    text-decoration: underline;
}


@media (max-width:991px) {
    .blog__post {
        width: calc(50% - 11px);
    }
}


@media (max-width:767px) {
    .blog__post {
        width: 100%;
    }

    .blog__info {
        min-height: 420px;
    }
}

.header__btn a {
    background-color: #b8d433;
    color: #000 !important;
    align-items: center;
    height: 60px;
    margin-top: 8px;
    margin: 0 !important;
    display: flex;
    padding: 28px 20px 27px !important;
    font-weight: 700;
}

/* Refferal */

.referral__form-inner {
    background: #FFF;
}

.referral__form-spacing {
    padding: 20px 28px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.referral__form-title {
    background-color: #81b340;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
    display: flex;
    position: static;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
}

.referral__form-input {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
    outline: none;
    font-family: Roboto, sans-serif;
}

.referral__form-input:focus {
    border-color: #3898ec !important;

}

.referral__form-text {
    text-align: center;
}

.referral__form-submit {
    width: 100%;
    max-width: 156px;
    margin: 0 auto;
    background-color: #81b340;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 25px;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    outline: none;
    border: none;
    color: #FFF;
}


/* contact form */

.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.section-form__inner-form1 .wpcf7-list-item {
    width: 45%;
}

.section-form__input-submit1 {
    margin-bottom: 20px;
}

.section-form__input-submit1:hover {
    background-color: #81b340;
}

.footer-form__up{
    display: none;
}