@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------------------------------------*/

/* عداد الارقام الجامعة بالارقام */

.universitenumber{
	position: absolute;
	display: block;
	width: 300px;
	height: 90px;
	border: 3px solid #bea139;
	background: #285D93;
	text-align: center;
	z-index: 2;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 30%;
}
.universitenumber h1{
	top: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	width: 100%;
	color:#bea139;
}
.counters{
	margin-top: 60px;
	border-top: 3px solid #bea139;
	position: relative;
	width: 100%;
	height: auto;
	background: #285D93;
	color: #bea139;
	padding: 40px 0;
	border-bottom: 3px solid #bea139;
	text-align: center;
}
.counters .box{
	margin-top: 20px;
	position: relative;
	text-align: center;
	width: 240px;
	display: inline-block;
	height: auto;
}
.counters i{
	font-size: 40px;
	color: #bea139;
	margin-bottom: 5px;
}
.counters .counter{
	font-size: 45px;
	margin: 10px 0;
}