.navmenu li a:after {
	display: block;
	position: absolute;
	bottom: -3px;
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.navmenu li a.active:after {
	width: 100%;
	background-color: var(--nav-hover-color)
}

.navmenu li {
	margin: 10px 15px;
}

.navmenu a {
	padding: 0 !important;
}

.about .about-content ul li:first-child {
	margin-top: 10px !important;
}

.about .about-content ul li {
	margin-bottom: 15px;
}

.btn-getstarted {
	justify-content: start !important;
	width: fit-content !important;
}

.btn-getstarted i {
	margin-right: 5px;
}

.bottom-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1rem 2rem;
	z-index: 9999;
}

.btn-circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	font-size: 1.5rem;
	line-height: 60px;
}