*body{margin:0;
padding:0;
}
.photo img{float:left;
			margin-right:20px;}
.text h4{
 			color:#F00;}
.img-rounded{			
	    border-radius: 32px;
    border-color: red;
	margin-top:20px;
}		
.text{margin-top:220px;
color:#F00;}			
	.text span{font-size:18px}	
	.pic {margin-top:30px;}
	
		.pic img{float:left;
			margin-right:20px;}
			.text2{margin-top:220px;
color:#F00;}

.admis i{margin-top:50px;
			margin-bottom:30px;
			color:#F00;
			font-size:24px;
			text-transform:uppercase;}
.admis span{background:#F00;
			color:#fff;
			margin-right:15px;
			padding: 8px 25px;
			text-align: center;}
.admis a{background:#006;
			color:#fff;
			margin-right:15px;
			padding: 8px 33px;
   		 text-decoration: none;
		 line-height:80px;}	
			
	.text2 span{font-size:18px}	
.feature i{margin-top:50px;
			margin-bottom:30px;
			color:#F00;
			font-size:24px;
			text-transform:uppercase;}
.abouts i{margin-top:70px;
			margin-bottom:30px;
			color:#F00;
			font-size:26px;
			text-transform:uppercase;}
			
.feature li{padding:5px 35px;
font-size:18px;}

.found h2{ color:#C00; margin-top:80px}
.found p{line-height:30px;}
.academy i{
			margin-bottom:30px;
			color:#F00;
			font-size:24px;
			text-transform:uppercase;}
.faculty i{margin-top:50px;
			margin-bottom:30px;
			color:#F00;
			font-size:24px;
			text-transform:uppercase;}
.naming span{color:#F00;
			font-weight:500}
			
	
.voice h2{color:#fff;
			background:#C00;
			border-radius:50px;
			text-align:center;
			padding:5px;
			margin-left: 245px;
			margin-top: 80px;
			width: 630px;
			margin-bottom:30px;}
.voice-2 h2{color:#fff;
			background:#C00;
			border-radius:50px;
			text-align:center;
			padding:5px;
			margin-left: 245px;
			margin-top: 80px;
			width: 630px;
			margin-bottom:30px;}
	.voice img{float:left;
	margin-right:15px;
	}
	.voice-text {font-style:italic; font-size:18px;
	color:#009;}
	.voice h3{color:#006;}
	.voice span{font-size:12px;}
		.Scheme i{margin-top:50px;
		margin-bottom:30px;
		color:#F00;
		font-size:24px;
		text-transform:uppercase;
		}
		.solomon{margin-bottom:20px;}

.aim{margin-top:70px;
		margin-bottom:80px;}
.aim h3{margin-bottom:15px; color:#F00;}

.app{margin-top:100px;
		margin-bottom:80px;}
.app h3{margin-bottom:30px}
.app p{margin-bottom:40px;}
	.mdm h3{color:#000; margin-bottom:15px;
	text-align:justify;
	color:#06C;
	padding:5px;
	}
	.about{margin-top:50px}
.about-ij h3{color:#06C; margin-bottom:15px;
	text-align:center;
	padding:5px;
	}
	
	.about-ij p{padding:30px 20px;}
	.news-ij h3{color:#000; margin-bottom:15px;
	text-align:center;
	padding:5px;
	}
	.news-ij p{margin-left:30px;
	line-height:35px;}
	
	

.mdm img{float:left;
margin-right:15px;}




.icon-bar {
  color: black;
  border-color: black;
  background-color: white;
}
.social{
	list-style:none;
	margin-top:5px;
}

.social ul li{list-style:none;
float:left;
display:inline;
	background-color:#FFF;

}
.social ul li a{float:left;
padding:10px;
font-size:18px;}
.name{margin-top:5px;
margin-bottom:5px;}

	.navbar{background-color:#09F;
	width:100%; margin-bottom:2px;}
	.navbar ul li a{color:#FFF;}
	.active {background-color:#0C3;
	}




.footer{background-color:#06C;
		float:left;
		height:50px;
		width:100%;
		color:#FFF;
		margin-bottom:10px;
		margin-top:10px;
		text-align:center;}
.footer h5{margin-top:20px;}		
 ul{
        padding: 0;
        list-style: none;
        background:#09F;
		width:100%;
    }
    ul li{
        display: inline-block;
        position: relative;
        line-height: 15px;
        text-align: left;
		
    }
    ul li a{
        display: block;
        padding: 8px 15px;
        color: #333;
        text-decoration: none;
		
    }
    ul li a:hover{
        color:#006;
		
    }
    ul li ul.dropdown{
        min-width: 250px; /* Set width of the dropdown */
        background:#900;
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
    }
    ul li:hover ul.dropdown{
        display: block;	/* Display the dropdown */
		
    }
    ul li ul.dropdown li{
        display: block;
		
    }

