.site-navigation {
    border-bottom: none;
}

.navbar-brand img {
    width: 160px !important;
}

#service {
    padding-bottom: 20px;
}

.service-wrap {
    margin-bottom: 50px !important;
}

.btn-primary {
    background-color: #629ccb !important;
}

.btn-primary:hover {
    background-color: #0062cc !important;
}

.nav-link.active {
    border-bottom: white 1px solid;
}

@media (max-width: 478px) and (min-width: 320px) {
    .navbar-collapse.collapse.show {
        background: transparent !important;
        padding-bottom: 30px;
    }

}