.modern-nav .nav-links>li>.nav-link {
	font-family: 'Work Sans', serif;
	font-size: 1.25em !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: 400 !important;
	letter-spacing: auto !important;
	line-height: 1.0em !important;
	text-decoration: none !important;
	text-transform: none !important;
	word-spacing: normal !important;
	color: white !important;
}

.modern-nav .nav-links>li>.nav-link:hover {
	font-weight: 700 !important;
}

.modern-nav .nav-links>li>.nav-link.active {
	font-weight: 700 !important;
}


/* SLICK SLIDER */
.slick-dots {
	width: 100%;
	left: 0;
	height: auto;
	margin: 30px 0 30;
	position: absolute;
	top: 100%;
	text-align: center;
	pointer-events: none;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-transition: all .5s;
	transition: all .5s;
/* 	background-color: #ffffff !important; */
}

.dots-circle .slick-dots li {
	width: 50px;
}

.dots-circle .slick-dots li:before {
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	box-shadow: inset 0 0 0 0.5px transparent;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.dots-circle .slick-dots li.slick-active:before {
	box-shadow: inset 0 0 0 0.5px white;
	background-color: transparent !important;
	-webkit-transform: scale(3);
	transform: scale(3);
}