html .slide-overlay-primary .slotholder:after {
    background-color: initial;
    background: linear-gradient(to right, #AB208E, #FF7F00) !important;
}

html .featured-box-5 .icon-featured {
    background-color: #623f99;
}

html .featured-box-5 h4 {
    color: #623f99;
}

html .featured-box-5 .box-content {
    border-top-color: #623f99;
}

html .featured-box-effect-2.featured-box-5 .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #623f99;
    box-shadow: 0 0 0 3px #623f99;
}

html .featured-box-6 .icon-featured {
    background-color: #ed135a;
}

html .featured-box-6 h4 {
    color: #ed135a;
}

html .featured-box-6 .box-content {
    border-top-color: #ed135a;
}

html .featured-box-effect-2.featured-box-6 .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #ed135a;
    box-shadow: 0 0 0 3px #ed135a;
}

html .featured-box-7 .icon-featured {
    background-color: #ff7f00;
}

html .featured-box-7 h4 {
    color: #ff7f00;
}

html .featured-box-7 .box-content {
    border-top-color: #ff7f00;
}

html .featured-box-effect-2.featured-box-7 .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #ff7f00;
    box-shadow: 0 0 0 3px #ff7f00;
}

html .featured-box-8 .icon-featured {
    background-color: #00bc5b;
}

html .featured-box-8 h4 {
    color: #00bc5b;
}

html .featured-box-8 .box-content {
    border-top-color: #00bc5b;
}

html .featured-box-effect-2.featured-box-8 .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #00bc5b;
    box-shadow: 0 0 0 3px #00bc5b;
}

.testimonial blockquote {
    padding: 2.5rem 2rem 2.5rem 2.5rem;
}
.testimonial blockquote:before{
    left: 15px;
    top: 15px;
    font-size: 55px;
}