
.clearout {
height:20px;
clear:both;
}
#flexiselDemo1{height: 170px;}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}
#flexiselDemo1 li{min-height:150px; line-height: 18px; text-align: left; }
#flexiselDemo1 li span{display: block;}
.testimonials-name{font-size: 16px;}
.testimonials-lead{color: #555; margin-bottom: 10px;}
#flexiselDemo1 img{border: 5px solid #fff; border-radius: 5px; box-shadow: 0px 0px 10px rgba(0,0,0,0.5);}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%; 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:0;    
    position: absolute;
    cursor: pointer;
    z-index: 4;
    bottom: 0;
    transform: translateY(-50%);  
    font-size: 30px; 
       
}

.nbs-flexisel-nav-left {
    right: 40px;
}

/*.nbs-flexisel-nav-left:before {
    content: "<"
}*/

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

/*.nbs-flexisel-nav-right:before {
    content: ">"
}
*/
.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

.recentClient-bg .nbs-flexisel-nav-left,
.recentClient-bg .nbs-flexisel-nav-right{display: none;}