
		/*.navbar-toggler{*/
		/*    background-color:#010101;*/
		/*}*/
		/*    .navbar-nav a{*/
		/*        color:#000;*/
		/*    }*/
		/*    .navbar-nav .nav-link.active{*/
		/*        color:#000;*/
		/*    }*/
		/*    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {*/
		/*        color:#15a299;*/
		/*    }*/
		/*    .nav-link:hover{*/
		/*        color:#15a299;  */
		/*    }*/
		/*     .dropdown .dropdown-menu{*/
		/*         display:none;*/
		/*     }*/
		/*     ..dropdown-menu{*/
		/*         width:250px;*/
		/*         margin-top:-10px;*/
		/*         padding:10px;*/
		/*     }*/
		/*     .dropend a{*/
		         /*margin-left: 5px;*/
		/*          font-size:18px;*/
		/*           font-weight:600;*/
		/*           padding-left:5px;*/
		/*     }*/
		/*     .dropdown-item{*/
		/*         font-weight:600;*/
		/*         font-size:18px;*/
		         /*margin:6px 5px;*/
		/*         padding:5px;*/
		/*     }*/
		/*     .dropdown-item:focus{*/
		/*         background-color:#ffffff00;*/
		/*     }*/
		/*     .dropdown-item:active{*/
		/*         background-color:#ffffff00;*/
		/*         color:#010101;*/
		/*     } */
		     
		     
		/*   .dropdown:hover > .dropdown-menu,{*/
		/*       display:block!important;*/
		/*     width:300px;*/
		/*   }*/
		   
		/*   .dropend:hover > .dropdown-menu{*/
		/*       display:block!important;*/
		/*     width:300px;*/
		/*     left:100%;*/
		/*     margin-top:-30px;*/
		/*     background-color: #e9e8e8;*/
  /*           padding: 10px;*/
		/*   } */
		/*   @media screen and (max-width:767px){*/
		/*         .dropend:hover >.dropdown-menu.{*/
		/*       position:absolute;*/
		/*       top:0;*/
		/*       left:100%; */
		/*       margin-left:1.25rem;*/
		/*       margin-top:10;*/
		/*   } */
		/*   } */




.navbar-toggler {
			background-color: #010101;
		}
		.navbar-nav a {
			color: #000;
		}
		.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
			color: #15a299;
		}
		.nav-link:hover {
			color: #15a299;
		}
		.dropdown-menu {
			display: none;
		}
		.dropdown-menu.show {
			display: block;
		}
		.dropdown-menu {
			width: 250px;
			margin-top: 0;
			padding: 10px;
		}
		.dropdown-item {
			font-weight: 600;
			font-size: 18px;
			padding: 5px;
		}
		.dropdown-item:focus, .dropdown-item:active {
			background-color: #ffffff00;
			color: #010101;
		}
.dropdown .dropdown-menu{
    display:none;
}
   
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #ddd;
    width: 250px;
    margin-top: 0;
    padding: 10px;
    z-index: 1000; /* Ensure dropdown is above other content */
   
}




/* Show the dropdown menu on hover */
.dropdown:hover > .dropdown-menu,
.dropdown-menu.show {
    display: block; 
   
}

/* Nested dropdown positioning */
.dropdown-submenu {
    position: relative;
     
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 100%; /* Position to the right of the parent */
    margin-top: -1px; /* Align with parent */
    /*transition:all linear 2s;*/
}

@media screen and (max-width: 767px) {
    .dropdown-menu {
        position: static; /* Make dropdowns flow with the document on small screens */
        width: 100%;
        margin: 0;
    }
    .dropdown-item{
        border-bottom: 0.5px solid #b8b8b8;
    } 

    .dropdown-submenu:hover > .dropdown-menu {
        position: static; /* Reset positioning for nested menus */
        margin-left: 0;
        left: 0%; 
        top: 0;
    }
}

.navbar-nav .nav-item{
    
    margin-left:5px;
} 
.imgrad{
    border-radius:35px;
}
.bgcol{
    background-color:#ebf3ee; 
    border-radius:0px 0px 50px 50px;
}
