
.mainnav .active {
	color: red !important;
}

.mainnav .active::after {
	content: '';
	background-color: red;
	height: 2px;
	display: block;
	margin-top: 5px;
}

.hero-area{
	background-image: url('../images/hero-bg.jpg');
	min-height:800px;
	background-size: cover;
	background-repeat: no-repeat;
}