.course,
.facilities,
.sub-header h1,
h3 {
	text-align: center
}

.sub-header {
	min-height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(88, 94, 204, .336), rgba(143, 148, 251, .336)), url(courses.avif);
	background-position: center;
	background-size: cover;
	position: relative;
	color: #fff;
	border: 2px solid #000
}

.fa-heart-o,
.icons .fa {
	color: #f44366
}

.sub-header nav {
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center
}

.sub-header nav img {
	width: 120px;
	transition: .3s;
	background: #ffffff7c;
	border-radius: 100%
}

.sub-header nav img:hover {
	opacity: .7;
	filter: brightness(.8);
	cursor: pointer
}

.sub-header .nav-links {
	flex: 1;
	text-align: right
}

.sub-header .nav-links ul {
	margin: 0;
	padding: 0
}

.sub-header .nav-links ul li {
	list-style: none;
	display: inline-block;
	padding: 8px 12px;
	position: relative;
	transition: transform .3s, color .3s
}

.sub-header .nav-links ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 500;
	transition: .5s ease-out
}

.sub-header .nav-links ul li:hover {
	transform: rotateX(30deg) scale(1.15)
}

.sub-header .nav-links ul li a:hover {
	color: #c6df3a
}

.sub-header h1 {
	margin-top: 100px;
	font-size: 2.5rem;
	font-family: sans-serif
}

.section-divider {
	border: none;
	height: 3px;
	background: linear-gradient(#fff, #000, #fff);
	margin: 0
}

.course {
	width: 80%;
	margin: auto;
	padding-top: 100px
}

h1 {
	font-size: 36px;
	font-weight: 600
}

p {
	color: #777;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px
}

.footer f4,
h3 {
	font-weight: 600
}

.row {
	margin-top: 5%;
	display: flex;
	justify-content: space-between
}

.course-col {
	width: 21.7%;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
	cursor: pointer;
	transition: transform .4s, box-shadow .4s
}

.course-col:hover {
	transform: scale(1.05) rotatez(-5deg);
	box-shadow: 0 0 60px rgba(255, 0, 0, .342)
}

h3 {
	margin: 10px 0
}

.facilities {
	width: 80%;
	margin: auto;
	padding: 100px 20px
}

.facilities-col {
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left
}

.facilities-col img {
	width: 100%;
	height: 250px;
	border-radius: 10px;
	object-fit: cover;
	display: block
}

.facilities-col p {
	padding: 0;
	color: #555;
	font-size: .95rem;
	line-height: 1.5;
	margin-bottom: 12px
}

.facilities-col h3 {
	margin-top: 16px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 1.25rem;
	color: #222
}

.footer {
	width: 100%;
	text-align: center;
	padding: 30px 0
}

.footer f4 {
	margin-bottom: 25px;
	margin-top: 20px
}

.icons .fa {
	margin: 0 13px;
	cursor: pointer;
	padding: 18px 0
}