body{ margin: 0; }
#ds-wrapper{ overflow: hidden; }
#ds-wrapper .ds-banner{
	margin: 0 0 15px;
	overflow: hidden;
}
#ds-wrapper .ds-banner img{
	display: block;
	width: 100%;
}
#ds-main{
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
}
#ds-main h2{
	color: #700f1a;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	
}
#ds-main p{
	text-align: justify;
	margin: 0 0 15px;
	padding: 5px;
}
#ds-main .profile-photo{
	float: left;
	margin: 0 10px 10px 0;
}
#ds-main .ds-row{
	overflow: hidden;
	margin: 0 0 20px;
}
#ds-main .ds-two-columns{ overflow: hidden; }
#ds-main .ds-two-columns .ds-column:first-child{ margin: 0; }
#ds-main .ds-two-columns .ds-column{
	width: 48%;
	float: left;
	margin: 0 0 0 4%;
	transition: 0.5s;
}
#ds-main .ds-two-columns .dal:hover{
	transition: 0.5s;
	background: #4b82c2;
	color: #fff;
}
#ds-main .ds-two-columns .dof:hover{
	transition: 0.5s;
	background: #ed4a6d;
	color: #fff;
}
#ds-main .ds-two-columns .dom:hover{
	transition: 0.5s;
	background: #ee2e29;
	color: #fff
}
#ds-main .ds-two-columns .domar:hover{
	transition: 0.5s;
	background: #73519f;
	color: #fff
}
#ds-main .ds-two-columns .ds-column:hover a{ color: #000; }
#ds-wrapper .section1{
	overflow: hidden;
	background: #d2eef9;
	padding: 20px 0;
	margin: 0 0 20px;
}
#ds-wrapper .section2{ background: #f3f3fa;}
#ds-main .ds-category{ overflow: hidden; }
#ds-main .ds-category h3{
	color: #e02e2a;
	font-size: 39px;
	line-height: 45px;
	margin: 0 0 10px;
}
#ds-main .ds-category strong{
	color: #58595b;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	margin: 0 0 15px;
	display: block;
}
#ds-main h1{
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #e02e2a;
	margin: 0 0 15px;
}
#ds-main h1.admissions-open{
	background: #4979bc;
	margin: 0;
}
#ds-main .accounting{
	background: #4b82c2;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-weight: bold;
}
#ds-main .finance{ background: #ed4a6d; }
#ds-main .management{ background: #ee2e29; }
#ds-main .marketing{ background: #73519f; }
#ds-main .ds-details{
	padding: 10px;
	background: #dbdcdc;
	height: 100px;
	margin: 0 0 5px;
}
#ds-main .ds-details2{ min-height: 230px; }
#ds-main .program-table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
#ds-main .program-table th{
	background: #700f1a;
	color: #fff;
	padding: 10px;
}
#ds-main .program-table td{
	border: 2px solid #ccc;
	padding: 5px;
}
#ds-main .ds-btn-apply{
	color: #fff;
	background: #424243;
	font-weight: bold;
	padding: 20px 30px;
	display: inline-block;
}
#ds-main .ds-column-center-text{
	text-align: center;
	background: #f3f3fa;
	padding: 35px 0;
}
.bolck-chart{
	width: 600px;
	height: 340px;
	display: block;
	margin-top: 20px;
}
.bolck-chart2{ margin-top: 30px; }
.numbers{
	color: #000;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 100%;
	display: inline-block;
	 float: left
}
.numbers li{
	list-style: none;
	height: 60px;
	position: relative;
	bottom: 22px;
}
.numbers2 li{ height: 29px; }
.numbers span{
	font-size: 12px;
	font-weight: 600px;
	position: absolute;
	top: 0;
	right: 10px;
	border-bottom: 2px solid #ccc;
	width: 525px;
	left: 0;
	font-weight: bold;
}
.bars{
	color: #fff;
	font-size: 12px;
	font-weight: 600px;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 500px;
	height: 300px;
}
.bars2{ margin-top: -10px; }
.bars li{
	display: table-cell;
	width: 100px;
	height: 300px;
	position: relative;
}

.bars span{
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;;
	color: #000;
	font-weight: bold;
}
.bars .bar{
	display: block;
	background: #644e9f;
	width: 50px;
	position: absolute;
	bottom: 0;
	margin-left: 25px;
	text-align: center;
	transition: 0.5s;
}
.bars2 .bar{
	margin-left: 0;
	width: 40px;
}
.bars .mfj-2016{
	background: #644e9f;
	background-image: linear-gradient(to bottom, #f5a61d, #f03124) !important;
}
.bars .mfj-2018{
	background: #644e9f;
	background-image: linear-gradient(to bottom, #55c7ef, #4979bc) !important;
}
.bars .mfj-2020{
	background: #644e9f;
	background-image: linear-gradient(to bottom, #5263a9, #ec496a) !important;
}
.bars .bar:hover{
	background: #ccc;
	transition: 0.5s;
}
.bars .bar:before{
	color: #000;
	content: attr(data-mfj);
	position: relative;
	bottom: 20px;
	font-weight: bold;
}
@media screen and (max-width: 900px) {
	#ds-main .ds-details{ height: auto; }
}
@media screen and (max-width: 600px) {
	#ds-main .ds-two-columns .ds-column{
		float: none;
		width: 100%;
		margin: 0;
	}
}