a.navbar-brand img {
    max-width: 200px;
}
ul#menu a.active {
    color: #2aa9e1;
}
.services-list-box ul li.active a {
    color: #2aa9e1;
}
a.btn-view {
    background: #2e2e2d;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}
a.btn-download {
    background: #2aa9e1;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}