#header .logo h1 {
    text-transform: none; 
    
}

.nav-menu .get-new a {
    background: #213b52;
    color: #fff;
    border-radius: 50px;
    margin: 2px 0 0 15px;
    padding: 4px 25px 6px 25px;
    border: 2px solid #28a745;
}

.nav-menu .get-new a:hover {
    background: #28a745;
    color: #213b52;
}
#footer {
    background: #000000;
}

#hero h1 {
    color: #ffffff;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    
    background-color: #fdc134;
    border-color: #dee2e6 #dee2e6 #fff;
    
    color: #fff;
}
.nav-tabs{
    background-color: #213b52;
}

.underline::after{
    content: '';
    margin-top:10px;
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #fdc134;
    bottom: 0;
    left: calc(50% - 20px);
}

.underline::before{
    content: '';
    position: absolute;
    margin-top:10px;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.fa-star {
    color: red;
}
#hero {
    background: #fff !important;
}