#header,
#header.header-scrolled {
    padding: 0;
}

.clients img {
    max-width: 80%;
}

.nav-link {
    padding: .5rem .5rem;
    text-transform: uppercase;
    color: #444444;
    font-size: 0.75rem;
}

.section-title p {
    font-size: 26px;
}

/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/
.features {
    position: relative;
}

.features .container {
    position: relative;
    z-index: 10;
}

.features .member {
    margin-bottom: 80px;
    position: relative;
}

.features .member .pic {
    overflow: hidden;
}

.features .member .member-info {
    position: absolute;
    bottom: -50px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px 15px;
    color: #15222b;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.5s;
}

.features .member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #15222b;
    position: relative;
    padding-bottom: 10px;
}

.features .member h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #7fa5c0;
    bottom: 0;
    left: 0;
}

.features .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.features .member .social {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.features .member .social a {
    transition: color 0.3s;
    color: #477392;
}

.features .member .social a:hover {
    color: #ff4a17;
}

.features .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

@media (max-width: 992px) {
    .features .member {
        margin-bottom: 110px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    padding: 0 0 20px 0;
}

#footer a {
    color: #FFFFFF;
}

#footer .footer-top {
    padding: 30px 0 20px 0;
}

#footer .footer-top h4 {
    padding-bottom: 0;
}

#footer .footer-top .footer-links ul li {
    padding-top: 3px !important;
    padding-bottom: 0;
}

#footer .copyright {
    padding-top: 20px;
}