.p-3 {
  padding: 1rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.rounded {
  border-radius: .25rem !important;
}
.bg-white {
  background-color: #fff !important;
}
.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: #ffffff;
	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;
}

.blog-area .blog-items .thumb iframe, .blog-area .blog-items .thumb object, .blog-area .blog-items .thumb video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.blog-area .blog-items .blog-vidio {
	min-height: 0;
	border-color: #ffc107;
}
.blog-area .blog-items .info-detail {
	padding-top: 40px;
	margin-bottom: 15px;
}
.blog-area.full-blog.single-blog .blog-items .blog-content .item .meta {
	top: 0;
	bottom : auto;
    right: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.blog-area.full-blog.single-blog .meta > ul {
	padding-top: 20px;
}