 body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0;
	 }
 .bg-default{
	background-color: #eeedce !important;
 }
 .nav-link {
	font-size: 16px;
	font-weight: 600;
	color: #E91E63;
 }
 .bg-custom{
	background-color:#f44336; 
	color:#000;
 }
 #hero-slider{
	margin-top: -1%;
 }
 .carousel-caption {
    bottom: 30%;
}