/*Home slider */

.far-single-slider {
    background-size: cover;
    background-position: center;
    height: 70rem;

}

.far-home-slider {
    position: relative;
}

.far-home-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 6rem;
}
.far-dots-container {
    position: absolute;
    bottom: 75px;
    right: 40px;
}
.far-dots-container li {
    height: 1.5rem;
    width: 1.5rem;
    margin-left: .7rem;
}

.far-dots-container li button {
    display: block;
    line-height: 100%;
    height: 100%;
    width: 100%;
    font-size: 0;
    color: transparent;
    background: #c1c1c1;
    border-radius: 50%;
    border: .4rem solid #c1c1c1;
    cursor: pointer;
}

.far-dots-container ul.slick-dots {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.far-home-slide-content > .slide-action {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 5rem;
}

.far-home-slide-content > .slide-action a {
    color: #fff;
    font-weight: 300;
}

.far-slide-content {
    margin-right: 1.5rem;
}

.far-dots-container li.slick-active button {
    background: #333;
}

.far-dots-container li button:focus {
    outline: none;
}

.far-slide-content {
    font-size: 2.8rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.far-slide-content i {
    margin-right: 1.5rem;
    transition: .4s;
}

.far-home-slide-content > .slide-action:hover i {
    margin-right: 1rem;
}

/*Large pricing box style*/
a.far-default-btn:hover {
    background: #000;
    color: #f1f1f1;
}

a.far-default-btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    display: block;
    width: 100%;
    color: rgb(255, 255, 255);
    line-height: 6rem;
    font-family: futura_hv_btheavy;
   background: #9d9d9d;
}

.far_large_pricing_table_wrapper {
    position: relative;
    box-shadow: 0 0 3rem rgba(0, 0, 0, .1);
    padding: 7rem 2rem;
    text-align: center;
    height: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.far_large_single_pricing_table span {
    display: block;
}

.far_large_pricing_title {
    font-size: 3rem;
    color: #695554;
    font-family: futura_hv_btheavy;
    margin-bottom: .5rem;
}

.far_large_pricing_subtitle {
    font-family: poppins;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 3rem;
}

.far_large_single_pricing_table {
    color: #716f6f;
    margin-bottom: 2rem;
}

.far_large_pricing {
    font-size: 5.7rem;
    color: #1c1c2d;
    font-family: futura_hv_btheavy;
}

/*active large pricing box*/

.far_large_pricing_box_active .far_large_pricing_title {
    color: #6c6c6c;
}
.far_large_pricing_box_active a {
    background: #797979;
}

/*KC Accordion Custom Addon */

.far-custom-accordion .kc_accordion_header {
    border: 0 !important;
    box-shadow: 0 0 3rem rgba(0, 0, 0, .1);
    margin-bottom: 1rem !important;
}

.far-custom-accordion .kc_accordion_content {
    border: 0;
    padding: 0 3rem;
}

.far-custom-accordion .ui-accordion-header-icon:before {
    color: #000;
    font-size: 1.8rem;
    font-weight: 800;
    padding-right: 3rem;
}

/**
****** Responsive Style
 */

/*mobile screen for responsive*/


@media only screen and (max-width: 992px) {
    .far-single-slider {
        height: 40rem;
    }

    .far-home-slide-content {
        left: 6rem;
        padding: 2rem;
        top: calc(100% - 60%);
    }

    .far-slide-content a {
        font-size: 24px;
        line-height: 30px;
        display: inline-block;
    }

    .far-home-slide-content > .slide-action {
        flex-direction: column;
        text-align: center;
    }

    .far-slide-content {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .far-home-slide-content {
        left: 12%;
        padding: 2rem;
        top: calc(100% - 60%);
    }
}