.dropdown:nth-last-child(-n +3) .dropdown-menu{
  right: 0 ;
  left: auto ;
}
.dropdown:nth-last-child(-n +3) .dropdown-submenu>.dropdown-menu{
  right: 94% ;
  left: auto;
}

.nav-item:hover .dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 17rem;
  width: max-content;
  /*height: 280px;*/
}

.nav-item:hover .nav-link {
  color: #cf0003 !important;
}

 .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 0 2px !important;
}

.navbar {
  background: white;
  padding: 0 !important;
  border-bottom: 1px solid #720f11;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.navbar.sticky {
  background: #fef3f2;
}

.nav-link {
  color: #720f11 !important;
  /* padding: 0.5rem 1rem !important; */
}
.nav-item{
  /* width: 100%; */
  text-align: center;
}
/* .nav-item img{
  width: 15%;
} */
/* .home-icon::after{
content: "";
background-image: url(https://projects.allindiaonline.in/gmuniversitynew/web/assets/icons/home.png);

} */
.icon-home {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../icons/home.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dropdown-menu {
  background-color: #fef3f2 !important;
  background-image: url(../icons/4.png);
  padding: 0 !important;
  background-size: 60%;
  margin: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 !important;
  border-style: solid !important;
  border-width: 0 !important;
  border-bottom-width: 15px !important;
  border-image: url(../icons/2.jpg) repeat !important;
  border-image-slice: 26 !important;
  position: relative;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background-image: url(../icons/3.jpg);
  background-repeat: repeat-y;
  background-size: 15px !important;
  transform-origin: left top;
}
.dropdown-menu::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  background-image: url(../icons/3.jpg);
  background-repeat: repeat-y;
  background-size: 15px !important;
  transform-origin: right top;
}



.dropdown-menu li {
  border-bottom: 1px dotted #a2a2a2;

} 

/* .dropdown-menu li:first-child {
  border-top: 1px solid  #a2a2a2 ;

} */

.dropdown-item {
  color: white !important;

}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #a71f22 !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  position: absolute;
  display: none !important;
  top: 0;
  background-image: none !important;
  left: 94%;
  min-width: fit-content !important;
  border: none !important;
}
.dropdown-submenu>.dropdown-menu::after{
  content: "";
  display: none;
}
.dropdown-submenu>.dropdown-menu::before{
  content: "";
  display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
  position: absolute;
  display: block !important;
}
.dropdown-item {
  display: flex !important;
  color: rgb(0, 0, 0) !important;
  font-weight: bold !important;
  /* justify-content: space-between; */
  align-items: center;
  font-size: .9rem !important;
  justify-content: space-between;
}

.dropdown-item i{
  margin-right: 10px;
}




