.dropdown-toggle::after
{
	content:none;
}

header
{
	padding:0 50px;
	height:95px;
	width:100%;
	margin:auto;	
	position:fixed;
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;	
	background:rgba(0,0,0,0.7);
	background:none;
	z-index:9687456;
}
header .logo
{
	height:100%;
	width:150px;
	position:absolute;
	background:white;
	padding:10px;
	background:url('../imgs/logo_n.png') no-repeat;
	background-size:90% 90%;
	background-position:center;
	z-index:9998855;
}
header ul.menu
{
	margin-top:0;
	margin-right:10%;
	float:right;
	width:50%;
	display:flex;
	padding:25px;
	list-style:none;
}
header ul.menu > li
{
	text-align:center;
	width:25%;
	font-size:13px;
	line-height:3.5;

}
header ul.menu > li.wb
{
	border-left:1px solid rgba(255, 255, 255, 0.5);
}
header ul.menu > li a
{
	color:white !important;
	font-weight:700;
	text-decoration:none !important;
}
header ul.menu > li a:hover,header ul.menu > li a.active
{
	color:rgba(255, 255, 255, 0.5) !important;
	text-decoration:none;
	cursor:pointer;
}
header .g-a-q
{
	line-height:5.5;
	height:100%;
	padding:10px 20px;
	float:right;
	background:rgb(209,170,103);
	color:white;
	font-size:12px;
	font-weight:bold;
}


footer
{
	overflow:auto;
	padding:50px 100px;
	font-family: "Montserrat", sans-serif;
	background:black;

}
footer .cont
{
	overflow:auto;
}
footer ul
{
	margin:25px;
	color:rgba(255,255,255,0.8);
	list-style:none;
}
footer ul.brand
{
	float:left;
	width:40%;	
}
footer ul.links
{
	float:left;	
	width:20%;	
}
footer ul.contact
{
	float:right;	
	width:20%;	
}
footer ul.brand .logo img
{
	width:100px;
}
footer ul.brand .address
{
	padding-top:15px;
	width:80%;
}
footer ul.links li
{
	font-size:15px;
	padding:5px;
}
footer ul.links li a
{
    text-decoration:none;
    color:rgba(255,255,255,0.8);
    
}
footer .copyright
{
	padding-top:50px;
	text-align:center;
	color:white;
}

footer .socials
{

}
footer .socials .item
{
	float:left;
	cursor:pointer;
	margin-right:10px;
	color:white;
	border-radius:50%;
	background:rgb(54,54,54);
	width:40px;
	height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
footer .socials .item:hover
{
	box-shadow:0 0 10px 0 rgb(255 255 255 / 30%);
}
footer .socials .item i
{
	color:white;
	margin:0 auto;
}
