.g-q
{
	position:absolute;
	right:10%;
	top:40px;
	font-family: "Montserrat", sans-serif;
	font-size:13px;
	font-weight:600;	
}
.d-circle
{
	position:absolute;
	width:30px;
	height:30px;
	right:13%;
	top:35px;	
	border-radius:50%;
	background:rgb(222,222,222);
}
.ghost-text
{
	margin:10%;
	position:absolute;
	font-family: "Montserrat", sans-serif;
	font-size:200px;
	font-weight:bold;
	color:rgba(0,0,0,0.03);
	z-index:69789797;
}
header
{
	width:75%;
	margin:auto;	
	position:absolute;
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;	
	background:rgba(0,0,0,0.7);
	background:white;
	z-index:9687456;
}
header .logo
{
	margin-left:35px;
	height:100%;
	width:120px;
	position:absolute;
	background:white;
	padding:10px;
	background:url('../imgs/int/logo.jpg') no-repeat;
	background-size:100%;
	background-position:center;
	z-index:9998855;
}
header ul.menu
{
	margin-top:0;
	float:right;
	width:70%;
	display:flex;
	list-style:none;
}
header ul.menu > li
{
	text-align:center;
	width:25%;
	font-size:13px;
	padding:40px;

}
header ul.menu > li.wb
{
	border-left:1px solid rgba(255, 255, 255, 0.5);
}
header ul.menu > li a
{
	color:#222 !important;
	font-weight:600;
}
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:3.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:rgb(249,249,249);

}
footer .cont
{
	overflow:auto;
}
footer ul
{
	margin:25px;
	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-weight:500;
	font-size:14px;
	padding:5px;
	color:#0009;
}
footer ul.links li a
{
	text-decoration:none;
	color:#0009;
}
footer .copyright
{
	padding-top:20px;
	text-align:center;
	border-top:1px solid rgb(229,229,229);
}

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;
}