
/* Home Case Results */
.home-case-results-wrap .container {
    max-width: 1364px;
    margin: 0 auto;
    width: calc(100% - 160px);
}

.home-case-results-slider-wrap {
    max-width: 1353px;
    margin: 0 auto;
    margin-top: -214px;
}

.home-case-results-slider-wrap .slick-track {
    display: flex;
}


.case-results-headings {
    padding: 116px 0 277px;
    background: #F2F2F2;
}

.hcr-copy {
    max-width: 808px;
    font-family: Poppins;
    font-weight: normal;
    font-size: 32px;
    line-height: 50px;
    text-align: left;
    color: #0B271C;
}

.hcr-heading {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0;
    text-align: left;
    color: #2F5B4A;
    margin-bottom: 15px;
}

.hcr-button a {
    width: 290px;
    height: 70px;
}

.hcr-button {
    margin-top: 21px;
}

/* .hcr-button a:hover {
    background: linear-gradient(to right,#0B271C 0%, #0B271C 100%);
} */

.case-result-item {
    height: 531px !important;
    /* height: inherit !important; */
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex!important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px 35px 35px 36px;
    margin: 8px;
    transition: .35s ease-in-out;
}

.case-result-item:hover {
    background: #154734;
}

.case-result-item:hover .cai-worth, .case-result-item:hover .cai-title {
    color: #fff;
}

.case-result-item:hover .cai-descirption {
    color: #fff;
}

.cai-worth {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 80px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #154734;
    min-height: 96px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    transform: translateY(5px);
}

.cai-title:before {
    content: '';
    width: 65px;
    height: 4px;
    background: linear-gradient(to right, #FFB81C, #DB9716);;
    display: block;
    margin: 26px auto 40px
}

.cai-title {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.075em;
    text-align: center;
    color: #2F5B4A;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 15px;
}

.cai-descirption {
    max-width: 364px;
    min-height: 121px;
    font-family: Poppins;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #0B271C;
}

.cr-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-15%);
    cursor: pointer;
    font-size: 30px;
}

.cr-slider .icon-arrow-left.slick-arrow {
    left: -60px;
}

.cr-slider .icon-arrow-right.slick-arrow {
    right: -60px;
}

.cr-slider {
    transform: translateX(-13px);
}

@media all and (max-width: 1800px){

}

@media all and (max-width: 1600px){
    .case-results-headings {
        padding-top: 122px;
        padding-left: 15px;
        padding-bottom: 254px;
    }

    .hcr-copy {
        font-size: 24px;
        line-height: 42px;
        min-height: 63px;
    }

    .hcr-heading {
        margin-bottom: 18px;
    }

    .hcr-button {
        margin-top: 23px;
    }

    .home-case-results-slider-wrap {
        width: calc(100% - 170px);
        transform: translateX(15px);
        margin-top: -200px;
    }

    .cai-title:before {
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .cai-worth {
        transform: translateY(0);
        font-size: 70px;
    }

    .cai-title {
        transform: translateY(0px);
    }

    .cai-descirption {
        width: 100%;
        height: auto;
    }

    .case-result-item {
        margin: 8px 10px;
    }

    .cr-slider .slick-arrow {
        font-size: 25px;
    }

    .cr-slider .icon-arrow-left.slick-arrow {
        left: -45px;
        transform: translateY(-50%);
    }
}

@media all and (max-width: 1300px){
    .case-results-headings {
        padding-top: 99px;
        padding-left: 0;
        padding-bottom: 232px;
    }

    .hcr-copy {
        font-size: 18px;
        line-height: 32px;
        max-width: 735px;
    }

    .home-case-results-wrap .container {
        max-width: 954px;
        width: calc(100% - 120px);
    }

    .hcr-button a {
        width: 236.57px;
        height: 57px;
        font-size: 14px;
    }

    .hcr-button {
        margin-top: 20px;
    }

    .home-case-results-slider-wrap {
        max-width: 1038px;
        width: calc(100% - 120px);
        margin-top: -180px;
    }

    .case-result-item {
        height: 453px;
        padding: 30px 20px;
        margin: 8px 9px;
    }

    .cai-worth {
        font-size: 65px;
        transform: translateY(-22px);
    }

    .cai-title {
        font-size: 18px;
        line-height: 24px;
    }

    .cai-descirption {
        font-size: 17px;
        min-height: 125px;
        line-height: 30px;
        margin: 0 auto;
    }

    .cai-title:before {
        width: 57px;
    }

    .cr-slider {
        transform: translateX(-13px);
        margin: 0 -9px;
    }

    .cai-title:before {
        margin-bottom: 20px;
        margin-top: 40px;
        position: relative;
        top: -21px;
    }

    .cr-slider .slick-arrow {
        font-size: 18px;
        transform: translateY(-85%);
    }

    .cr-slider .icon-arrow-right.slick-arrow {
        right: -35px;
    }

    .cr-slider .icon-arrow-left.slick-arrow {
        left: -38px;
        transform: translateY(-55%);
    }
}

@media all and (max-width: 1150px){
}

@media all and (max-width: 1000px){
    .hcr-heading {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 5px;
    }

    .cai-worth {
        min-height: 71px;
        height: auto;
        font-size: 65px;
        transform: translateY(15px);
    }

    .cai-descirption {
        font-size: 17px;
        line-height: 30px;
        max-width: 250px;
    }

    .slick-slide.case-result-item {
        /* height: 392px !important; */
        margin: 8px 7px;
    }

    .home-case-results-wrap ul.slick-dots li {
        background: rgba(47,91,74, .3);
    }

    .home-case-results-wrap ul.slick-dots li.slick-active {
        background: #2F5B4A;
    }

    .case-results-headings {
        padding-top: 85px;
        padding-bottom: 152px;
    }

    .home-case-results-slider-wrap {
        margin-top: -113px;
        width: calc(100% - 124px);
        transform: none;
    }

    .cr-slider {
        transform: none;
    }

    .cr-slider .slick-arrow {
        transform: translateY(-25%);
    }

    .cai-title:before {
        top: -13px;
        left: 2px;
    }

    .cai-title {
        padding-top: 20px;
    }

    .cr-slider ul.slick-dots {
        bottom: -33px;
    }
}

@media all and (max-width: 700px){
    .home-case-results-wrap .container {
        width: calc(100% - 50px);
    }

    .hcr-heading {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
   
    .case-results-headings {
        padding-top: 65px;
        padding-top: 65px;
        padding-bottom: 160px;
    }

    .case-result-item {
        height: 392px;
    }

    .home-case-results-slider-wrap {
        width: calc(100% - 50px);
    }

     .cai-worth {
        transform: translateY(-10px);
    }

    .cai-title:before {
        margin-top: 0;
        margin-bottom: 24px;
        width: 55px;
        left: 0;
    }

    .cai-title {
        padding-top: 25px;
        margin-bottom: -2px;
        transform: translateY(-5px);
    }
}
