.tools-cards .last-title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: rgba(77,77,77,0.9);
    display: table;
    margin: 60px auto 55px auto;
}
.tools-cards .last-title:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 33%;
    background-color: #8d8d8d;
    bottom: -13px;
    left: 31%;
}
.featured-tools{padding: 50px 0;}
.tools-cards #owl-demo .item{
  margin:3px 18px 0 5px;
}


.tools-cards  .card-list{
    float: left;
    width:100%;
    list-style: none;
    background: #fff;
    box-shadow:0px 1px 6px 0px rgba(170, 193, 199, 0.26), 1px 4px 21px 0px rgba(170, 193, 199, 0.21);
   /* margin: 0 2%;*/
    position: relative;
    transition: all .3s ease-in;
}
.tools-cards .tools-cards .card-list a {
    text-decoration: none;display:block;
}
.tools-cards .card-img {
    padding: 40px 0;
    text-align: center;
    display: block;
}
.tools-cards .card-caption {
    display: block;
    padding: 15px 0;
    background: #e4ebee;
    border-top: 0;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .3s ease-in;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

