.nav-menu::after {
	position: absolute;
	bottom: -15px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #13126f;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

.nav-menu:hover {
	opacity: 1;
}

.nav-menu:hover::after {
	transform: scale(1, 1);
}

#g-nav.panelactive {
	opacity: 1;
	width: 100%;
	z-index:999;
}

#g-nav.panelactive #g-nav-list {
	z-index: 999;
	width: 100%;
	background: rgba(238,242,246,0.95);
}

#g-nav-list li {
	list-style: none;
}

#g-nav-list li a, #g-nav-list li > div {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid dimgray;
}

@media (min-width: 1200px) {
	.menu-text{
		font-size: 1.1rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.menu-text{
		font-size: 0.9rem;
	}
}

@media (min-width: 992px) {
	.navbar-brand{
		width: 300px;
	}

	.menu-contact-mail-icon {
		position: absolute;
		width: 35px;
		top: 12px;
		font-size: 30px;
		left: 13px;
	}
}

@media (min-width: 576px) and (max-width: 992px) {

	#g-nav {
		position: fixed;
		opacity: 0;
		top: 70px;
		z-index: 100;
	}
	.menu-btn {
		position:absolute;
		top: 0px;
		right: 0px;
		cursor: pointer;
		height: 100%;
		width: 70px;
	}
	.menu-btn span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 20px;
		height: 4px;
		border-radius: 2px;
		background-color: #005d29;
		width: 45%;
	}
	.menu-btn span:nth-of-type(1) {
		top:24px;
	}
	.menu-btn span:nth-of-type(2) {
		top:34px;
	}
	.menu-btn span:nth-of-type(3) {
		top:44px;
	}
	.menu-btn.active span:nth-of-type(1) {
		top: 28px;
		left: 20px;
		transform: translateY(6px) rotate(-135deg);
		width: 32px;
	}
	.menu-btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-btn.active span:nth-of-type(3) {
		top: 40px;
		left: 20px;
		transform: translateY(-6px) rotate(135deg);
		width: 32px;
	}
	.menu-contact-mail-icon {
		position: absolute;
		width: 45px;
		top: 13px;
		left: 11px;
	}
	.menu-contact-layout{
		right: 70px;
		width: 71px;
		height: 100%;
	}
	.h-header{
		height: 70px;
	}
}

@media (max-width: 576px) {

	#g-nav {
		position: fixed;
		opacity: 0;
		top: 51px;
		z-index: 100;
	}
	.menu-btn {
		position:absolute;
		top: 0px;
		right: 0px;
		cursor: pointer;
		height: 100%;
		width: 50px;
	}
	.menu-btn span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background-color: #005d29;
		width: 45%;
	}
	.menu-btn span:nth-of-type(1) {
		top:18px;
	}
	.menu-btn span:nth-of-type(2) {
		top:26px;
	}
	.menu-btn span:nth-of-type(3) {
		top:34px;
	}
	.menu-btn.active span:nth-of-type(1) {
		top: 21px;
		left: 10px;
		transform: translateY(6px) rotate(-135deg);
		width: 30px;
	}
	.menu-btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-btn.active span:nth-of-type(3) {
		top: 33px;
		left: 10px;
		transform: translateY(-6px) rotate(135deg);
		width: 30px;
	}
	.menu-contact-mail-icon {
		position: absolute;
		width: 35px;
		top: 10px;
		left: 7px;
	}
	.menu-contact-layout{
		right: 51px;
		width: 50px;
		height: 100%;
	}
	.h-header{
		height: 55px;
	}
}

.menu-contact-text {
	position: absolute;
	top: 25px;
	left: 58px;
}

.cursor-pointer{
	cursor: pointer;
}

.accodion-item{
	background: rgba(190,194,198,0.95);
}

.dropdown-menu{
	position: absolute;
	width: 220px !important;
	display: none;
	top: 74px;
	margin: 0 !important;
	border: 1px solid #dee2e6;
	padding: 0 !important;
}

.dropdown:hover > .dropdown-menu {
	display: block;
}

.dropdown-item{
	background-color: rgb(238,242,246);
	padding: 0.5rem 1rem !important;
}

.dropdown-item:hover{
	background-color: white;
	border-bottom: 1px solid lightgray;
}
