/* CSS File 
	===================
	Template Name: Startup - Coming soon templete
	Author: ashishmaraviya
	Version: 1.0
	Copyright 2020
===================*/
/*------------------------------------------------------------------
	[ Layout 2 css file ]
*/
.main-block {
	background: url(../img/layout-bg-2.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(11, 13, 19, 0.8);
}
#particles-js{
	width: 100%;
	height: 100vh;
	margin: auto;
	position: fixed;
	left: 0;
	display: flex;
	display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
	z-index: 2;
	text-align: center;
	background: url(../img/layout-bg-2.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(11, 13, 19, 0.8);
}