
.top-navbar {
    background: #1c1c1c;
}

.top-navbar ul.inline-links > li, .top-navbar ul.inline-links > li > a {
    color: black;
}

footer#footer {
    background-color: #f2f2f2;
    color: #000;
}

.footer .heading {
    color: black;
}
.footer .footer-links > li > a {
    color: black;
}

.footer-bottom {
    background-color: #f2ecea !important;
}

@media (max-width: 991px){
    .sm-fixed-top {
        top: -74px !important;
    }
}


.new-navbar{
    border-radius: 0.25rem 0.25rem 0 0;
    height:70px;
    background-color:#ee7600;
}

.new-navbar  .nav-link {
    color: black !important;
    font-size:14px;

}

@media (max-width: 1200px) {
.new-navbar  .nav-link {
    color: black !important;
    font-size:13px;
}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left:0;
    }
}
.new-navbar  .nav-link:hover {
    color: #ed6f01 !important;

}

.new-navbar  .dropdown-menu.dropdown-content {
    margin-top: -1.1rem !important;
    border-radius: 0 0 0.25rem 0.25rem;
}
