/*!
* North South Investments
* Copyright 2019, (North South Investments)
* Author:  North South Investments
==================================================================
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #dfddde;
	font: 20px/35px 'Montserrat', sans-serif;
	background: #0b1018;
	font-weight: 500
}
a {
	text-decoration: none;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	color: #dfddde;
	text-decoration: underline;
}
a img {
	border: none;
}
b {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #dfddde;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight:700
}
h1 {
	font-size:32px;
	line-height:45px;
}
h4 {
	font-size:24px;
	line-height:35px;
}
.logo {
	padding-bottom: 25px;
}
/*#landing-page {
	background:url(images/bg.jpg) no-repeat 50% 50%;
	background-size: cover;
}*/
.under-construction {
	/*background:url(images/overlay-bg.png);*/
	margin:2% auto;
	width:85%;
	text-align:center;
	color:#dfddde;
	padding:20px;
}
.under-construction h1 {
	text-transform:uppercase;
}
.under-construction h4 {
	border-top:3px solid #dfddde;
	border-bottom:3px solid #dfddde;
	padding:10px 0px;
	display:inline-block;
}
.under-construction p {
	text-align:center
}
.contactus ul {
	list-style:none;
	margin:15px 0px 0px
}
.contactus ul li {
	font-size:22px;
	line-height:30px;
	font-weight:700;
	padding:5px 0px
}
.contactus ul li.fb {
	font-size:45px !important;
}
 @media all and (max-width:1400px) {
.under-construction {
	width: 100%;
	margin: 0% auto;
}
body {
	font-size: 18px;
}
}
 @media all and (max-width:992px) {
.under-construction h4 {
	font-size: 22px;
}
}
 @media all and (max-width:767px) {
.under-construction h4 {
	font-size: 20px;
}
}
 @media all and (max-width:665px) {
.under-construction h4 {
	font-size: 24px;
}
}
 @media all and (max-width:550px) {
.under-construction h1 {
	margin-bottom: 10px;
}
body {
	font-size: 16px;
	line-height: 28px;
}
}