h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

#academic_calender {
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.sidebar-box {
	margin-bottom: 30px;
	padding: 0 25px;
	width: 100%;
}

.category_nav .nav-link {
	padding: 10px 0;
	color: #333;
	text-decoration: none;
	transition: .3s all ease;
	border-bottom: 1px solid #dee2e6;
}

.nav-pills .nav-link {
	border-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #333;
	background-color: #fff;
}

.heading_five {
    font-size: 15px;
	text-transform: capitalize;
	line-height: 1.2;
	font-weight: 500;
    
}

.mb_24 {
    margin-bottom: 24px;
}

.semester_nav {
	background-color: #fafafa;
    margin-bottom: 60px;
}

.semester_nav .nav-link {
	padding: 12px 24px;
	color: #333;
	border-radius: 0;
	transition: .3s all ease;
}

.semester_nav .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #2E3094;
}

.heading_three {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 42px;
}

.text_orange {
    color: #ffbc42;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.semester_table {
    margin-bottom: 60px;
}

.semester_table > :not(caption) > * > * {
	padding: 16px 8px;
	font-size: 15px;
	font-weight: 400;
    color: #333;
}

.semester_table thead tr th {
    font-weight: 600;
    font-size: 16px;
}

.semester_table thead th {
    border-top: none;
	border-bottom: 1px solid #000;
}

.download_document .container {
    padding: 0;
}

.btn_part, .count_part {
    display: flex;
    align-items: center;
}

.btn_part p {
    margin-right: 20px;
}

.count_part {
    justify-content: flex-end;
}

.count_part p {
    margin-left: 30px;
}

.download_document i {
    font-size: 18px;
    color: rgba(51, 51, 51, .3);
    margin-right: 10px;
}

.regular_btn {
    background: #2E3094;
    border: 1px solid #2E3094;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.regular_btn:hover {
    border-color: #FFBC42;
    color: #FFBC42;
    background-color: #fff;
}

/* Policy guideline start */

#policy_guideline {
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.policy_title {
    width: 60%;
}

.policy_date {
    width: 20%;
}

.policy_download {
    width: 20%;
}

.policy_table {
    margin-bottom: 60px;
}

.policy_table > :not(caption) > * > * {
	padding: 16px 8px;
	font-size: 15px;
	font-weight: 400;
    color: #333;
    vertical-align: baseline;
}

.policy_table thead tr th {
    font-weight: 600;
    font-size: 16px;
}

.policy_table thead th {
    border-top: none;
	border-bottom: 1px solid #000;
}