*{
	margin:0px;
	padding:0px;
}

body{
	font-size:16px;
	color:#333;
}
body h2{
	font-family: 'Roboto Slab', serif;
	color:#333;
	font-weight:600;
}
p{
	font-size:16px;
	color:#000;
}
.pull-top{
	margin:50px 0 0;
}
.wrapper{
	width:100%;
	float:left;
}

.header-ues{
	background:#091324;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	float:left;
	text-align:center;
	
}

.logo-ues img{
	max-width:100%;
}

.navigation-ues{
	width:100%;
	float:left;
	background:#04235d ;
	padding:0;
	margin:0;

}

.navbar-inverse {
	background-color: transparent !important;
	border-color: transparent !important;
	border:none;
}
.navigation-ues .navbar {
	border-radius: 0;
}

.navbar-inverse .navbar-nav li a {
	
	text-transform: uppercase;
	font-weight:600;
	font-size: 12px;
}

.navigation-ues .navbar {
	
	min-height: 5px;
	margin-bottom: 0;

}
body .navbar-inverse .navbar-nav > .active > a, body .navbar-inverse .navbar-nav > .active > a:focus, body .navbar-inverse .navbar-nav > .active > a:hover {
	
	background-color: #04235d ;
}

body .navbar-inverse .navbar-nav > .open > a, body .navbar-inverse .navbar-nav > .open > a:focus, body .navbar-inverse .navbar-nav > .open > a:hover {

	background-color: #04235d ;
}

.banner{
	width:100%;
	float:left;
}

.banner img{
	width:100%;
	
}

.intro-ues{
	width:100%;
	float:left;
}

.annual-report{
	width:100%;
	float:left;
	text-align:center;
}

.box-annual-1{
	background: #3e769a;
	padding:5px;
	
}

.box-annual-2{
	background: #8a9045;
	padding:5px;
	
}
.box-annual-3{
	background: #c16622;
	padding:5px;
	
}

.annual-report a{
	padding:20px 0;
	font-size:20px;
	font-weight:600;
	text-align:center;
	color:#fff;
	display:inline-block
}

.img-intro img{
	max-width:100%;
}

.our-institution .item {
	padding: 0 10px;
	text-align:center;
}

.our-institution {
	width: 100%;
	float: left;
	background: #f1f1f1;
	padding: 10px 0 20px;
}

.our-institution h2
{
	text-align:center;
}

.latest-evnt h3{
	color:#fff;
	background:#b385aa;
	width:100%;
	float:left;
	padding:4px;
}

.latest-evnt .evnt-1 h3{
	background:#3e769a;
}

.latest-evnt .evnt-2 h3{
	background:#8a9045;
}

.latest-evnt .evnt-3 h3{
	background:#c16622;
}

.latest-evnt{
	width:100%;
	float:left;
}

.our-inst-box-right li a{
	padding:8px 0 0;

}

.box-ent.evnt-1 li{
	padding:0 0 5px;
}

.our-inst-box-right li a:nth-child(3n){
	color:#4ed911;

}

.our-inst-box-right li:nth-child(even) a {color:#4ed911;}
.our-inst-box-right li:nth-child(odd) a {color: #b385aa}


.intro-ues {
	width: 100%;
	float: left;
	background: #e9f8fb;
}
.about-ues{
	width:100%;
	float:left;
	text-align:center;
	background:#f1f1f1;
	padding:40px 0;
}

.footer-ues{
	width:100%;
	float:left;
	background:#333;
	padding:40px 0;
}

.footer-ues img{
	max-width:100%;
}

.footer-ues li {
	color: #ccc;
	display: block;
	padding: 5px 0;
	font-size: 16px;
}

.footer-ues h3{
	font-family: 'Roboto Slab', serif;
	color:#fff;
}

.footer-ues a{
	color:#ccc;
}

.president-msg
{
	text-align:center;
	width: 100%;
	float: left;
	background:#fff;
}

.president-msg img
{
	/*width:700px;*/
	
	max-width:100%;
}

.president-msg p
{
	text-align:justify;
}

.board-members
{
	width:100%;
	float:left;
	text-align:center;
}

.certificates
{
	width:100%;
	float:left;
	text-align:center;
}

.certificates img
{
	margin:30px;
	width:100%;
}


.certificates div {
    font-weight: bold;
    padding: 10px;
}

.board-members img
{
	max-width:100%;
}

.gallery
{
	text-align:center;
	float:left;
	width:100%;
}

.gallery img
{
	max-width:100%;
	margin:30px 0px;
}

.reg-open-blink
{
	margin-top:20px;
}

.reg-open-blink a
{
	color: #fff;
	font-size:20px;
	font-weight:bold;	
}

@media screen and (max-width:768px){
	.pull-top{
		margin-top:20px;
}
body h2 {
	font-family: 'Roboto Slab', serif;
	color: #333;
	font-weight: 600;
	margin: 0 0 8px 0;
	font-size: 20px;
}
	
	body h2 {
	font-family: 'Roboto Slab', serif;
	color: #333;
	font-weight: 600;
	margin: 0 0 8px 0;
	font-size: 20px;
}
}

@media screen and (max-width:480px)
{
  .owl-item{
	width:50% !important;
  }
}