@charset "utf-8";
*{
	margin: 0;
}
.nav-ul{
	margin-left: auto;
	margin-right: auto
}
li{
	list-style: none;
}
.social-logo-container-ul{
	
	display: flex;
}
.social-logo-container{
	margin-top: 12px;
	align-content: center;
	justify-content: center
}
.sociallogo{
    height: 35px;
    width: auto;
    margin-right: 10px;
    fill: #4d4c4d;
    cursor: pointer;
    transition: 0.3s ease;
}
.sociallogo:hover{
    fill: white;
}
.nav-link{
	color: white !important;
	transition: 0.3s; 
}
.nav-link:hover{
	color: #f0007b !important;
}
.dropdown-menu{
	background-color: #f4f4f4 !important;
}
.header-fixed{
	position: fixed !important;
	top:0;
	width: 100%;
	z-index: 50;
	box-shadow: 0px 0px 10px;
}







@media (max-width: 992px) {
	.social-logo-container-ul{
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
}

