*{
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
} 
.box
{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(bg4.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
nav
{
	width: 85%;

	padding: 2% 6%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
nav img
{
	width: 120px;
	cursor: pointer;
}
.nav-links
{
	flex: 1;
	text-align: right;
}
.nav-links ul li 
{
	list-style: none;
	display: inline-block;
	padding: 8px 12px;
	margin: 0 20px;
	position: relative;
}
.nav-links ul li a
{
	text-decoration: none;
 	color: #fff;
	text-transform: uppercase;
}
.nav-links ul li::after
{
	content: '';
	height: 3px;
	width: 0;
	background: #009688;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s;
}
.nav-links ul li:hover::after
{
	width: 100%;
}
/*.content
{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.content h2
{
	font-size: 40px;
	margin-top: 10px;
	color: #fff;
*/}
.content p
{
	color: black;
	margin: 20px;
	font-weight: 100;
	line-height: 25px;
}
.contactform{
	
	color: black;
	width: 40%;
	height: 350px;
	padding: 40px;
	background: white;
}
.contactform h4{
	display: flex;
	font-weight: 100px;
	justify-content: center;
}
.Hero{
	display: flex;
	justify-content: center;
	margin-top:10px ;
}

.iconDiv{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.icon{
	margin-right: 10px;
	color: #009688;
}

h1{
	top: 0;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.butto{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	color: #00bcd4;	
}
.para{
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;

}
.tech{
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.iconDiv1{
	display: flex;
	margin-left: 90px;
	font-size: 13px;
	margin-top: 10px;
}
.icon1{
	margin-right: 10px;
	color: #009688;
}