
.nav-link{
    font-weight: bold;
}


.dropdown:hover>.dropdown-menu {
  display: block;
}
.navbar-custom {
    background-color: #FFECA7;
}
.bg-no1{
    background: transparent;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: black;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: red;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: red;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #cf700a;
    border-radius:0 ;
    font-size: 14px;
    /*line-height: 15px;*/
    /*padding: 5px 0;*/
    /*margin-top: 10px;*/
    line-height: 18px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    /*display: block;*/
}

.navbar-custom .dropdown-item {
    color: #ffffff;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #191919;
    background-color: #191919);
}



@media (max-width: 768px){
.navbar-custom {
    margin-top: 35px;
    background-color: transparent;
    text-align: right;
    }
}