.gallery-slider-buttons button.slider-button, 
.auto-slider button.slider-button, 
.staff-testimonial-controls button.slider-button,
.client-testimonial-slider button.slider-button {
    text-decoration: none;
    background-color: transparent;
    outline: none !important;
    border: none !important;
    width: 34px;
    height: 34px;
    color: var(--CBN-Red);
    display: block;
    padding: 0;
}


#masthead_outer_wrapper {
    /* black gradient, solid at top, fading to transparent at the bottom */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.solution-thumbs a {
    background-color: #000;
}

.banner-content h2 {
	color : var(--CBN-Red);
	font-size : 32px;
	line-height : 42px;
    font-weight: 400;
}

.with_frm_style .frm_required {
    color: var(--CBN-Red);
    background-color: #fff !important;
}

.carrousel-thumb-wrap {
    background: #000;
    border-radius: 25px;
}