/*
Theme Name : Dvarka - Startup Business One Page Template
Author : Logshiv
Description : Startup Business Theme, Creative, Awesome , Clean
Version : 1.0
*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: calibri;
	scroll-behavior: smooth;
	text-decoration: none !important;
	transition: 1s !important;
}
.m-10{
	margin-top: 10px !important;
}
.m-20{
	margin-top: 20px !important;
}
.m-30{
	margin-top: 30px !important;
}
.m-40{
	margin-top: 40px !important;
}
.m-50{
	margin-top: 50px !important;
}
.wrapper{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.header{
	float: left;
	clear: both;
	width: 100%;
	min-height: 100vh;
	padding: 80px 0px;
	background: url("../images/header/bg.jpg");
	background-size: cover;
	background-position: center bottom;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.9;
	z-index: -1;
}
.details{
	float: left;
	clear: both;
	width: 100%;
	padding: 50px 0px;
}
.demos{
	float: left;
	clear: both;
	width: 100%;
	padding: 50px 0px;
	background: linear-gradient(to bottom, white,#F4F5F9);
}
.demo-box{
	width: 100%;
	height: 350px;
	background-size: 100% auto !important;
	background-position: top;
	transition: 0.3s !important;
}
.demo-box:hover{
	margin-top: -5px;
}
.footer{
	width: 100%;
	float: left;
	clear: both;
	padding: 30px 0px;
}