<style>
.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-custom {
    background-color: #ffffff;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(0,0,0,1);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: black;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #FF5733;
}




	/* Multilevel menu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  /*font-family: "Font Awesome 5 Pro"; content: "\f1ea";*/
  content: "\2BC8";
  font-family: "Roboto";
  float: right;
  border: none;
  
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

</style>