header .main-nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4000;
}
header .main-nav-scrolled{
	background-color: green;
}
.navbar-light .navbar-nav .nav-link{
	color: #fff;
}
.navbar-light .navbar-nav .active .nav-link{
	color: #00e0d0;
}
.banner{
	margin-top:75px;
}
.content{
	text-align: center;
	color: red;
	font-weight: 700;
	font-family: helevitica;
}
.footer{
		width: 100%;
		background-color:#545b62;
		border-top-left-radius: 20px;
    border-top-right-radius: 20px;
		position: fixed;
		bottom: 0;
		margin-top: 10%;

	}
	.home{
		text-align: center;
	}
	.img img{
		width: 23px;
    height: 22px;

    align-items: center;
    justify-content: center;
    margin-top: 6px;
    color: #B7B7B7;
	}
	.sticky{
		display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-size: 11px;
    font-weight: 500;
    color: #B7B7B7;
	}
	.notif{
		position: absolute;
    top: -8px;
    background-image: linear-gradient(to right, #ff83ac, #ff5089);
    padding: 0px 6px;
    font-size: 10px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
	}