.header-icons li:hover a,
.header-icons li:hover svg,
.header-icons li:hover svg path {
    color: #14177e !important;
    fill: currentColor !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .header-nav a {
        font-size: 2rem !important;
    }
	.header-nav svg {
		font-size:2rem !important;
	}
}
.current-menu-item>a {
    color: #14177e !important;
}
.current-menu-item>a:after{
	border-color: #14177e !important;
}
.nav-wrapper .root-item>a:hover {
    color: #14177e !important;
}
.nav-wrapper .root-item:hover>a:after{
	border-color: #14177e !important;
}