.img-news {
	width: 100%;
}
.text-light .title {
	color: #002147;
	text-transform: uppercase;
	font-weight: 400;
}
.default-padding.top-20 {
	padding-top: 20px;
	padding-bottom: 80px;
  }
.blog-area {
	background-color: #e7e7e7;
}
.blog-area .blog-items .info h4 a {
	text-transform: uppercase;
	font-size: 16px;
}
.blog-content {
	background-color: #f5f5f5;
	margin-top: 20px;
	margin-bottom: 15px;
}
.blog-area .blog-items .info ul {
	padding-left: 15px;
	color: #666666;
}
.single-blog .blog-items .item img {
	padding: 4px;
	width: 100%;
	border: 1px solid #e7e7e7;
	background-color: #eee;
}

.course-details-area .advisor-list-items .item .info h4 a {
	text-transform: uppercase;
	font-size: 16px;
}

.pagging {
	text-align: center;
}

.pagination>li>a,
.pagination>li>span {
	padding: 15px 24px;
}

/*heading seperator*/


.heading-wrap {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.heading-line {
	height: 2px;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.heading-line span {
	height: 0px;
	border-top: 1px solid rgba(52, 52, 52, 0.1);
	display: block;
	position: relative;
	top: 0px;
	width: 100%;
}

.heading-content {
	display: table-cell;
	vertical-align: middle;
	border-width: 1px;
	padding: 15px 28px;
	font-size: 20px;
	font-weight: 400;
	color: #5d5d5d;
}

.heading .btn,
.btn.back-to-top {
	border-radius: 2px;
	border: 2px solid rgba(52, 52, 52, 0.1);
}

span.heading-content.btn {
	cursor: default;
	pointer-events: none;
}

ol li ul {
	margin-left: 20px;
}

.course-details-area .tab-info .nav-pills li a {
	min-width: 220px;
	padding: 20px 34px;
    font-size: 24px;
}

.course-list-items li .info span {
	font-size: 12px;
	color: #767879;
	font-weight: 300;
}
table {
    border: 1px solid #d7d7d7;
    width: 100%;
}
table tbody tr td, 
table thead tr th {
    padding: 10px 8px;
    border: 1px solid #d7d7d7;
}

table tbody tr td p, 
table thead tr th p {
    margin: 0;
}
.table>tbody>tr>td {
    border: 1px solid #d7d7d7;
}