
body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: Black;
}

#header .header-nav-main nav > ul > li > a {
	font-size: 15px;
}

.active-link {
	font-weight: 600 !important;
}

#footer ul li,
#footer p,
#footer a:not(.btn):not(.no-footer-css),
#footer a,
#footer .footer-copyright p {
    font-size: 15px !important;
    line-height: 24px;
    font-weight: 400;
	color: Silver;
}

#footer .footer-ribbon span {
    color: #ffffff;
    font-size: 24px;
    /*font-family: cursive;*/
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 575px) {
	#header .header-column .header-extra-info li .header-extra-info-text label {
		font-size: 12px;
	}
	#header .header-column .header-extra-info li .header-extra-info-text strong {
		font-size: 12px;
	}
}
.content-setup ul.dropdown-menu li a div {
	color: #787581;
}