#myDIV {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: lightblue;
    margin-top: 20px;
    display:none;
}
#coprate:hover > .coprates{
  display: none !important;
}
#whyS:hover >.coprates{
   display: none !important;
}
#ComProject:hover > #SubCoProject{
    display: none !important;
 }
 #RSProject:hover > #SubRProject{
    display: none !important;
 }
 #SLocations:hover > #SLocation{
    display: none !important;
 }
 #SContact:hover > #SaContact{
    display: none !important;
 }
.jdropdown-menu > .firstLevel:hover > .jdropdown-menu1{
  display: none;
}
.active{
  display: block !important;
}
ul li {
	display: inline-block;
}
.subnav:hover > .submenu{
  display: none !important;
}
.jnav-container {
	z-index: 9;
	position: absolute;
	right: 210px;
	margin-top: 10px;
}
.jdropdown-menu li a {
	background: #fff;
	line-height: 20px !important;
    height: 60px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	outline: none !important;
	font-weight:500;
}
.jnav {
	width: 100%; /* MIMICS bootstrap's div.container */
	margin: auto; /* centers the ul.jnav */
	text-align: right; /* centers the children */
	height: 50px; /* CRITICAL defines height explicitly */
	position: relative; /* CRITICAL gives ul.jbrand & ul.jmenu-right absolute base */
}
.jnav ul li {
	font-size: 14px;
	position: relative;
}
.jnav li a {
	display: block;
	color: #fff;
	background-color: rgba(34, 34, 34, 0.5);
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	line-height: 50px;
	    outline: 1px solid rgba(255, 255, 255, 0.17);
	outline-offset: -5px;
}

.jbrand {
	position: absolute;
	left: 0;
}
.jmenu-right {
	position: absolute;
	right: 0;
}
.jdropdown-menu {
	position: absolute; /* CRITICAL for positioning */
    width: 360px; /* if you want same width for all li */
	display: none; /* hides the dropdown */
}
.jdropdown-menu li {
	display: block; /* CRITICAL fills up the whole space inside parent ul */
	text-align: left;
}
.jnav li:hover .jdropdown-menu {
	display: block; /* shows the dropdown */
}
.jdropdown-menu li a {
    padding: 8px 20px;
}
.jnav ul li .location1 {
    font-size: 13px;
    display: block;
    text-align: right;
    letter-spacing: 0.3px;
	font-weight:normal;
}
.jdropdown-menu1 {
    display: none;
}
.jdropdown-menu li:hover ul {
    display: block;
}