/*Registration Section*/
.registration .h2 {
	position: relative;
	color: #00305B;
	display: flex;
	justify-content: center;
}
.registration .h2::before {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 100px;
	height: 5px;
	background-color: #DAA106;
}
.registration p {
	text-align: justify;
}
.registration .h3 {
	color: #00305B;
}
.registration .table tr * {
	padding: 12px 10px;
}
.registration .table .table-active.text-primary th {
	--bs-table-bg-state: white;
	color: #00305B;
	border-color: white;
}
.registration .table .table-active th {
	background-color: #00305B;
	color: white;
}