/* Secondary Button Style */
.site-btn {
    background: #C49A6C;
    color: #fbf3f0 !important;
    padding-right:70px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display:inline-block;
    font-family: "CPCompany", Sans-serif !important;
    font-weight: 700;
    transition:0.5s all ease;
}
.site-btn span{
    display: block; 
    background:#4D4D4F;
    padding:10px 20px;
    padding-right:70px;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
    transition:0.5s all ease;
}
.site-btn:hover{
    background:#4D4D4F;
}
.site-btn:hover span{
    background: #C49A6C;
}
/* Secondary Button Style */

/* Slick Slider Style Start */

.testimonial-box:not(:first-child,.slick-slide){
    display: none;
}
.testimonial-box h2 {
    font-size: 36px;
    line-height: 48px;
    margin: 0;
}
.testimonial-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}
.testimonial-content p strong {
    opacity:0.7;
    font-weight:400;
}
.testimonial-box {
    display: flex !important;
    align-items: start !important;
    gap: 40px !important;
}
.testimonial-content {
    margin-top: 8px;
}
.testimonial-title {
    flex: 0 0 450px;
}
.slick-arrow {
    background: #BDB3B1;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    margin-right: 20px;
}
.slick-arrow:hover,
.slick-arrow:focus  {
    background: #8F7E7A;
}
.testimonial-wrapper {
    position: relative;
}
.testimonial-controls-wrp {
    position: absolute;
    bottom: 0;
}
.testimonial-content p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width:991px) {
 
    .testimonial-box {
        display: block !important;
    }
    .testimonial-controls-wrp {
        position: unset;
        margin-top: 40px;
    }

}

@media only screen and (max-width:767px) {

    .testimonial-box h2 {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 15px;
    }

}
/* Slick Slider Style End */