.testimonial_carousel .owl-nav > button {background: <?php echo $navbg_default; ?> !important; color: <?php echo $navarrow_default; ?> !important;}
    .testimonial_carousel .owl-nav > button:hover {background: <?php echo $navbg_hover; ?> !important; color: <?php echo $navarrow_hover; ?> !important;}
    .testimonial_carousel .owl-dots > button.owl-dot span {background: <?php echo $pagedot_default; ?>;}
    .testimonial_carousel .owl-dots > button.owl-dot span:hover {background: <?php echo $pagedot_hover; ?>;}

    .testimonial_carousel .owl-dots > .owl-dot.active span {background: <?php echo $pagedot; ?> !important;}