body {
	background: #2c2a25;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #fff;
	letter-spacing: 0.01rem;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;	
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
b, strong {
	font-weight: 700;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
p {
	line-height: 1.6rem;
}

section {
	display: block;
	position: relative;
}
.v-center {
	align-items: center;
}
.container{
	max-width: 1200px;
}
.scrollup {
	width: 50px;
	height: 50px;
	opacity: 1;
	position: fixed;
	bottom: 8px;
	right: 15px;
	display: none;
	text-indent: -9999px;
	background: url(../images/icons/circle-arrow.svg) no-repeat;
	z-index: 20;
	background-size: 100% auto;
}
.header{
	display:block;
	position:relative;
	padding:36px 0 50px;
}
.services-box-content{
	padding:15px 0 20px;
}
.services-box-content h4{
	font-size:20px;
	letter-spacing:0.01rem;
	text-transform:uppercase;
	font-weight:800;
	color:#fff;
}
.service-box-images img{
	width:auto;
	height:150px;
}
.footer{
	position:relative;
	display:block;
	padding:80px 0 60px;
}
.country-list-in-footer{
	font-size:57px;
	color:#dfe61e;
	font-weight:800;
	text-transform:uppercase;
}
.country-list-in-footer span{
	color:#fff;
	padding:0 10px;
	position:relative;
}
.country-list-in-footer span:after{
	background-color:#dfe61e;
	border-radius:50%;
	width:14px;
	height:14px;
	content:"";
	position:absolute;
	left:-14px;
	top:50%;
	margin-top:-7px;
}
.country-list-in-footer span:first-child:after{
	display:none !important;
}
.footer-website-url{
	letter-spacing:0.02rem;
	margin-top:15px;
}
.coming_soon_text h3{
	font-size:34px;
	text-transform:uppercase;
	letter-spacing:0.08rem;
	font-weight:800;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 10px;
}
.coming_soon_text a{
	font-size:20px;
	color:#fff !important;
	text-decoration:none !important;
}
.bg-text{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:3;
	font-size:140px;
	text-transform:uppercase;
	letter-spacing:0.04rem;
	font-weight:600;
	text-align:center;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#000;
	opacity:0.5
}


