@charset "UTF-8";
/*
Default Multiporpose Coming Soon Template
-----------------------------------------

Theme Name:		Multiporpose Coming Soon Template
Version:		3.0
Author:			Vishmax.com
Date Created:	28 June 2017
Last Modified: 	28 June 2017

		                       Copyright (c) 2017 Vishmax.com
------------------------------------------------------------------- */


/* =-------------------------------------------------------------------------------

							Default Frameworks - No need to edit
							
-----------------------------------------------------------------------------------*/
body {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	background: #3dac86;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}
.left {
	float:left;
	width: 75%;
}
.right {
	float:right;
	width: 10%;
}
.full {
	float:left;
	width: 80%;
}
.comming-soon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background: -webkit-linear-gradient(left,#3dac86,#337aee);
	display: flex;
	align-items: center;
}
.contents {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 3;
}
.logo{
	text-align: center;
}
.logo h1{
	color: #fff;
	font-size: 52px;
	font-weight: 600;
}
.logo p{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 300;
	padding: 10px 0 0 0;
}
.coming-text{
	padding: 50px 0;
}
.coming-text h2{
	font-size: 100px;
	color: #fff;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer {
	width: 80%;
	margin: 0 auto;
}
.footer p {
	background: rgba(255,255,255,0.09);
	padding:20px 0;
}
.footer a {
	color: #ddd;
	text-decoration:none;
}
.footer a:hover {
	color: #fff;
}
.white {
	color: #fff;
}
.ash {
	color: #ddd;
}
.global-branding {
	float : right;
	width : 150px;
	height : 50px;
	background:url(../images/logo-jeevasoft-semi-trans-white.png) no-repeat;
	opacity: 0.5;
}



#particles-js, #parallax, .layer, .some-space {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#particles-js {
	opacity : 1;
}
#particles-js2 {
	opacity : 0.4000000059604644775390625;
}
#particles-js3 {
	opacity : 0.300000011920928955078125;
}




@media only screen and (max-width: 767px) {
	.footer {
		width: 80%;
		margin: 0 auto;
	}
	.left {
		float:left;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.right {
		float:right;
		width: 100%;
	}
	.full {
		float:right;
		width: 100%;
	}
	.coming-text h2{
		font-size: 70px;
		color: #fff;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}
	.global-branding {
	    float:right;
		margin: 1% 0 0 0;
		width : 150px;
		height : 50px;
		background:url(../images/logo-jeevasoft-semi-trans-white.png) no-repeat;
		opacity: 0.5;
	}

}