/*
	Template Name 	: Under Maintenance
	Author 			: B.M.Ohedul Islam
*/

body{
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}

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;
}

.comming-soon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background: url(../images/bg.jpg) no-repeat bottom center;
	background-size: cover;
	display: flex;
	align-items: center;
	
}

.comming-soon:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
}

.coming-soon-box{
	width: 100%;
	text-align: center;
	color: #aeaeae;
}

.coming-text p{
	color: #fff;
	font-size: 20px;
}

.coming-text h2{
	color: #e3c600;
	font-size: 54px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0;
}

.typing-title{
	display: none;
}

.countdown-timer-wrapper{
	margin: 60px 0 20px;
}



