/*section heading right*/
.section-header-right {
    max-width: 550px;
    padding-bottom: 30px;
    text-align: right;
}

.section-header-right .section-heading {
    position: relative;
}

.section-header-right .section-heading:after {
    content: "";
    height: 5px;
    width: 80px;
    background-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%);
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 0 0 auto;
}

.section-header-right .section-heading:before {
    right: 0;
    left: auto;
    animation: move-right 9s ease infinite;
}

.section-header-right .section-heading h5 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-header-right .section-heading h3 {
    padding-bottom: 20px;
}

.section-header-right .section-description {
    margin-bottom: 20px;
    position: relative;
}
.testimonials-box {
    height: 100%;
    background-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%);
}

.testimonials-box, .clients-box {
    padding-top: 80px;
    padding-bottom: 80px;
}

.faqs-box .section-header, .testimonials-box .section-header {
    text-align: left;
    margin: 0;
}

.testimonials-box .section-header .section-heading:after {
    margin: 0 auto 0 0;
    background-image: linear-gradient(45deg, black, #ed6d3f);
}

.testimonials-box .testimonials-wrapper .testimonials-author {
    width: 120px;
    height: 120px;
    box-shadow: 0 0 0 4px #111111 inset;
    padding: 4px;
    margin: 0 auto;
}

.testimonials-box .testimonials-wrapper .testimonial-nav .slick-track {
    padding: 20px 0;
}

.testimonials-box .testimonials-wrapper .testimonial-nav .slick-current {
    transform: scale(1.35);
    transition: all 260ms;
}

.testimonials-box .testimonials-wrapper .testimonial-nav .slick-current .testimonials-author {
    box-shadow: 0 0 0 4px #fff inset;
    transform: scale3d(1, 1, 1);
    transition: all 260ms;
}

.testimonials-box .testimonials-wrapper .testimonials-inner {
    position: relative;
    padding: 0 0 0 100px;
}

.testimonials-box .testimonials-wrapper .testimonials-inner:before {
    display: block;
    position: absolute;
    margin: 0px;
    left: 0;
    top: 0;
    color: #e8e8e8;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    content: "\f099";
    line-height: 1;
    font-size: 76px;
}

.testimonials-box .testimonials-wrapper .testimonials-inner .testimonial-content {
    max-width: 550px;
}

.testimonials-box .testimonials-wrapper .testimonials-inner .testimonial-content strong, .testimonials-box .testimonials-wrapper .testimonials-inner .testimonial-content h4 {
    font-weight: 600;
}

.custom-accordion .card {
    background: #ffffff;
    border-color: #fff;
    border-radius: 0;
}

.custom-accordion .card .card-header {
    padding: 0;
    background: #ededed;
    border-color: #ededed;
    border-radius: 0;
}

.custom-accordion .card .card-header .collapsebtn {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    align-items: center;
    padding: 10px 15px;
    width: 100%;
    background-image: linear-gradient(147deg, #B31E23 0%, #B31E23 74%);
    color: #fff;
    cursor: pointer;
}

.custom-accordion .card .card-header .collapsebtn.collapsed {
    background: #ededed;
    border-color: #ededed;
    color: #111111;
}

.custom-accordion .card .card-header .collapsebtn:before {
    content: '-';
    background: #fff;
    color: #ed673c;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
    line-height: 16px;
    justify-content: center;
}

.custom-accordion .card .card-header .collapsebtn.collapsed:before {
    content: '+';
    background: #111111;
    color: #fff;
}

.custom-accordion .card .card-body {
    padding: 15px 0;
}

.testimonial-box .testimonials-inner {
    height: 335px;
    overflow: hidden;
}
.section-header .section-heading h3 {
    padding-bottom: 20px;
    font-weight: 700;
}

.section-header .section-heading h5 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-header .section-heading:after {
    content: "";
    height: 5px;
    width: 80px;
    background-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%);
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto 0 0;
}