#header {
    top: 0
}
#header .header-body {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #5c5d61 !important;
    border-top: 1px solid #5c5d61;
    min-height: 0;
}
#header .header-nav-main nav > ul > li.active > a::before {
    border-bottom: 3px solid #4dbb6d;
}
#header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li.active > a {
    color: #4dbb6d !IMPORTANT;
}

.custom-position-1 {
    margin-top: -177px;
    position: relative;
}
.custom-md-border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
html.sticky-header-active #header .header-body {
    background: rgba(0,0,0,0.6) !important;
}