/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
.pp-testimonials-wrap .owl-nav.position-bottom{margin-left: 15px;}
ul.list-style{
	    margin: 15px 0;
    list-style: none;
    padding: 0;
}
ul.list-style li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
}
ul.list-style li:before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    text-align: center;
    font-size: 20px;
	line-height:1.4;
    position: absolute;
    left: 0;
    top: 0;
}