@charset "utf-8";
*
{
	margin:0px;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body
{
	  margin: 0;
	padding: 0;
	width:100%;
	direction:ltr;
	font-family: 'Helvetica Neue', sans-serif !important;
	 -webkit-font-feature-settings: 'lnum';
    font-feature-settings: 'lnum';
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    text-rendering: optimizelegibility;
	outline: none;
	background: #000 url("../Images/bg.png") no-repeat center;
	background-size: cover;
	font-size: 16px;
	color: #fff;
	height: 100vh;
	position: relative;
}
img
{
	border:0px;
	display:block;
}
img::before {
  display: block;
  content: '';
}
ul
{
	list-style:none;
}
a
{
	text-decoration:none;
	display: block;
	color: #000;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Helvetica Neue', sans-serif !important;
}
p
{
	font-family: 'Helvetica Neue', sans-serif !important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="button"],
select,
input[type="submit"] {
     -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
	 box-shadow: none !important;
	font-family: 'Helvetica Neue', sans-serif !important;
}
#toTop 
{
    display:none;
	text-decoration:none;
	position:fixed;
	bottom: 17px;
    right: 17px;
    overflow: hidden;
    width: 50px;
	padding: 0px 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    background:url("../Images/up-chevron-svgrepo-com.png") #958063 no-repeat center;
	background-size: 18px;
    z-index: 9;
    color: #fff;
    font-weight: 100;
	font-weight: 400;
	font-size: 14px;
	border-radius:100%;
	opacity: 0.7;
}
.center
{
	width: 90%;
	margin: 0px auto;
}
.flex
{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.center-flex
{
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.flex-start
{
	justify-content: flex-start;
}
.flex-end
{
	justify-content: flex-end;
}
.space-between
{
	justify-content: space-between;
}
.flex-center
{
	justify-content: center;
}
.time
{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
/**/
.m-5
{
	margin: 5px;
}
.m-10
{
	margin: 10px;
}
.m-15
{
	margin: 15px;
}
.m-20
{
	margin: 20px;
}
.m-30
{
	margin: 30px;
}
.m-50
{
	margin-bottom: 50px;
}
/**/
.m-r-5
{
	margin-left: 5px;
}
.m-r-10
{
	margin-left: 10px;
}
.m-r-15
{
	margin-left: 15px;
}
.m-r-20
{
	margin-left: 20px;
}
.m-r-30
{
	margin-left: 30px;
}
.m-r-50
{
	margin-left: 50px;
}

/**/
.m-l-5
{
	margin-right: 5px;
}
.m-l-10
{
	margin-right: 10px;
}
.m-l-15
{
	margin-right: 15px;
}
.m-l-20
{
	margin-right: 20px;
}
.m-l-30
{
	margin-right: 30px;
}
.m-l-50
{
	margin-right: 50px;
}
/**/
.m-t-5
{
	margin-top: 5px;
}
.m-t-10
{
	margin-top: 10px;
}
.m-t-15
{
	margin-top: 15px;
}
.m-t-20
{
	margin-top: 20px;
}
.m-t-30
{
	margin-top: 30px;
}
.m-t-50
{
	margin-top: 50px;
}
/**/
.m-b-5
{
	margin-bottom: 5px;
}
.m-b-10
{
	margin-bottom: 10px;
}
.m-b-15
{
	margin-bottom: 15px;
}
.m-b-20
{
	margin-bottom: 20px;
}
.m-b-30
{
	margin-bottom: 30px;
}
.m-b-50
{
	margin-bottom: 50px;
}
/**/
.p-5
{
	padding: 5px;
}
.p-10
{
	padding: 10px;
}
.p-15
{
	padding: 15px;
}
.p-20
{
	padding: 20px;
}
.p-30
{
	padding: 30px;
}

/**/
.p-r-5
{
	padding-right: 5px;
}
.p-r-10
{
	padding-right: 10px;
}
.p-r-15
{
	padding-right: 15px;
}
.p-r-20
{
	padding-right: 20px;
}
.p-r-30
{
	padding-right: 30px;
}

/**/
.p-l-5
{
	padding-left: 5px;
}
.p-l-10
{
	padding-left: 10px;
}
.p-l-15
{
	padding-left: 15px;
}
.p-l-20
{
	padding-left: 20px;
}
.p-l-30
{
	padding-left: 30px;
}

/**/
.p-t-5
{
	padding-top: 5px;
}
.p-t-10
{
	padding-top: 10px;
}
.p-t-15
{
	padding-top: 15px;
}
.p-t-20
{
	padding-top: 20px;
}
.p-t-30
{
	padding-top: 30px;
}
.p-t-50
{
	padding-top: 50px;
}

/**/
.p-b-5
{
	padding-bottom: 5px;
}
.p-b-10
{
	padding-bottom: 10px;
}
.p-b-15
{
	padding-bottom: 15px;
}
.p-b-20
{
	padding-bottom: 20px;
}
.p-b-30
{
	padding-bottom: 30px;
}
.p-b-50
{
	padding-bottom: 50px;
}
/**/
.font-12
{
	font-size: 12px;
}
.font-14
{
	font-size: 14px;
}
.font-16
{
	font-size: 16px;
}
.font-18
{
	font-size: 18px;
}
.font-20
{
	font-size: 20px;
}
.font-22
{
	font-size: 22px;
}
.font-24
{
	font-size: 24px;
}
.font-26
{
	font-size: 26px;
}
/**/
.weight-500
{
	font-weight: 500;
}
.weight-600
{
	font-weight: 600;
}
.weight-700
{
	font-weight: 700;
}
.weight-800
{
	font-weight: 800;
}
.weight-900
{
	font-weight: 900;
}
/**/
.raduis-5
{
	border-radius: 5px;
}
.raduis-10
{
	border-radius: 10px;
}
.raduis-15
{
	border-radius: 15px;
}
.raduis-20
{
	border-radius: 20px;
}
.raduis-30
{
	border-radius: 30px;
}
/**/
.time
{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.white-color
{
	color: #fff;
}
.gold-color
{
	color: #958063;
}
.black-color
{
	color: #000;
}
.grey-color
{
	color: #EFEEED;
}
.white-bg
{
	background-color: #fff;
}
.gold-bg
{
	background-color: #958063;
}
.black-bg
{
	background-color: #000;
}
.grey-bg
{
	background-color: #EFEEED;
}
.menu ul li a
{
	text-transform: uppercase;
	pointer-events: none;
	color: #989898
}
.social ul li a svg
{
	fill:#fff;
	height: 20px !important;
}
.social ul li a img
{
	height: 20px;
}
.header
{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
}
.all-footer
{
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 100%;
}
.footer-down .center
{
	flex-direction: column;
}
.left-logo img
{
	height: 70px;
}
.right-logo img
{
	height: 70px;
}