#sp-header {
	height: 100px;
	width: 100%;
	position: relative;
	z-index: 99;
	box-shadow: 0 0 2px 0 rgba(226, 230, 227, 0.0);
	animation: spFadeIn 1.5s;
}

#sp-footer .container-inner {
	padding: 30px 0;
	border-top: 1px solid rgba(226, 230, 227, 0.0);
}

#sp-main-body{padding:25px 0}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
	color: #df5958;
}

#sp-top-content {
	color: #9eada0;
}

.breadcrumb {
	padding: 0.75rem 1rem;
	background-color: #9eada0;
	border-radius: 0.25rem;
}