body {
	background-color: rgba(6, 64, 112, 0.8);
    line-height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
body:after {
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/cloud.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}
.page_wrapper{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
}
.page_wrapper .company-name{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 65px;
    color: #fff;
    display: block;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 30px;
    padding-bottom: 35px;
}
.page_wrapper h1{
    font-weight: 600;
    font-size:40px;
    line-height: 100%;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0;
}
.page_wrapper h2{
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    line-height: 120%;
    letter-spacing: 2.5px;
    margin: 0 0 10px;
    padding: 0;
}
.left-content{
	display: inline-block;
	width: 300px;
	vertical-align: middle;
	margin-bottom:50px;
}
.left-content img{
	width: 100%;
}
.right-content{
	display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 40px;
}
.right-content p{
	color: #d3d3d4;
	line-height: 150%;
	font-size:18px;
}
.right-content span{
	color: #fff;
    line-height: 120%;
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
    display: block;
}
.right-content .design-by{
    color: #fff;
    margin:140px 0 0 0;
    font-size: 12px;
}
.right-content .design-by .netclues {
	width: 56px;
	height: 14px;
	background: url(../images/netclues.png);
	background-repeat: no-repeat;
	display: inline-block;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	opacity: 1
}
@media(max-width: 1024px){
	
	.page_wrapper{width: calc(100% - 200px);}
	.left-content{display:block;}
	.right-content{display:block;margin-left:0;}
}
@media(max-width: 767px){	
	.page_wrapper{left:0; right: 0;position: relative;transform: translate(0, 0);-webkit-transform: translate(0, 0); width: 100%;}
	.page_wrapper{ padding: 50px 15px }
	.page_wrapper .company-name{ width: 100%; font-size: 50px; margin: 0 auto 10px; padding-bottom: 15px; }	
	.page_wrapper h1 { font-size: 35px; margin-bottom: 10px; }
	.page_wrapper h2 { letter-spacing: 1px; font-size: 20px;}
	.left-content{
		display: block;
		margin: auto;
		width: 250px;
	}
	.right-content{
		display: block;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
	}
	.right-content .design-by{margin-top:100px;}
}
@media(max-width: 480px){	
	.page_wrapper{left:0; right: 0;position: relative;transform: translate(0, 0);-webkit-transform: translate(0, 0); width: 100%;}
	.page_wrapper .company-name { font-size: 38px }
	.page_wrapper h1 { font-size: 30px }
	
}	