.services-style-one-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 35px;
}

.services-style-one-item .icon i {
    display: inline-block;
    font-size: 60px;
    color: #000;
    line-height: 1;
}
.footer-item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-brand>img {
    height: 60px;
}

.footer-item .top img {
    height: 60px;
}

@media (min-width: 1024px) {
    nav.navbar.validnavs.navbar-fixed.nav-full-width .navbar-header {
        padding: 15px;
    }
}