.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 12px;
	line-height: 90px;
	font-size: 17px;
	text-transform: none;
	letter-spacing: 1.4px;
	color: #194949;
	margin: 0;
	font-weight: 600;
}
.sp-megamenu-parent > li > a:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 30px;
	left: 0;
	background-color: #194949;
	transform-origin: bottom right;
	transition: transform 0.40s ease-out;
}
.sp-megamenu-parent > li > a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	color: #3bafbb;
}
.sp-mega-group {
	display: none;
}
.sp-module {
	margin-top: 0px;
}
#offcanvas-toggler {
	float: right;
	line-height: 87px;
	margin-right: 25px;
	font-size: 27px;
}
.sp-module.zoom :hover {

	transition: transform .3s ease;
	transform: scale(1.02);
}
.offcanvas-menu {
	width: 320px;
	height: 100%;
	background-color: #1d575d;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(320px);
	visibility: hidden;
	overflow: inherit;
	transition: 0.5s;
	z-index: 10000;
}