      .bg-colorz {
      background-color: #BF0000;;
      }
      .text-orange {
          text-color: #fd7e14;
          color: #fd7e14;
      }
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}