.carousel .item {
	max-height: 500px;
}

.w3ls-inner-banner h2 {
	padding-top: 80px;
}

.w3ls-inner-banner h3 {
	color: #fff;
	font-size: 16pt;
	text-transform: uppercase;
	text-align: right;
}

p.your-para {
	color: #333;
	font-weight: 600;
	margin-top: 15px;
}

select.form-control {
	text-transform: initial;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	color: #333;
}

.profile p.your-para {
	margin-bottom: 0px;
}

.profile p.text {
	font-size: 11pt;
	margin: 0px;
}

.mt-4 {
	margin-top: 1.75em;
}

.mb-4 {
	margin-bottom: 1.75em;
}


#reset {
	all: initial;

	* {
		all: unset;
	}
}