*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'poppins' ,sans-serif;
}

.contact
{
	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;
}

.contact .content{
	max-width: 100%;
	padding-top: 70px;
	text-align: center;
}

.contact .content h2{
	
	font-size: 30px;
	font-weight: 500px;
	color: #fff;
	align-items: center;
}

.contact .content p{
	font-weight: 00px;
	color: #fff;
}

.container
{
	
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
/*
.container .contactInfo
{
	padding-top: -30px;
	margin-left: 200px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.container .contactInfo .box-sizing{
	margin-left:200px;
	position: relative;
	padding: 20px 0;
	display: flex;
}

.container .contactInfo .box .icon{
	margin-left:px;
	margin-top: 30px;
	width: 30px;
	height: 30px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 22px;
}

.container .contactInfo .box .text
{
	display: flex;
	margin-left: 20px;
	font-size: 16px;
	color: #fff;
	flex-direction: column;
	font-weight: 300;
}

.container .contactInfo .box .text h3 
{
	font-weight: 500;
	color: #00bcd4;
}
*/
.contactform
{
	
	width: 60%;
	height: 400px;
	padding: 40px;
	background: #fff;
}
.contactform h2
{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #333;
	font-weight: 500;
}
.contactform .inputBox
{
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.contactform .inputBox input,
.contactform .inputBox textarea
{
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
	margin-top: 10px 0;
	border: none;
	border-bottom: 2px solid #333;
	outline: none;
	resize: none;

}

.contactform .inputBox span
{

	position: absolute;
	left: 0;
	padding: 0px 0;
	font-size: 16px;
	margin: 10px 10px;
	pointer-events: none;
	transition: 0.5s;
	color: #666;
}

.contactform .inputBox input:focus ~ span,
.contactform .inputBox input:valid ~ span,
.contactform .inputBox textarea:focus ~ span,
.contactform .inputBox textarea:valid ~ span
{
	color: #e91e63;
	font-size: 12px;
	transform: translatey(-20px);
}
.contactform .inputBox
{
	justify-content: center;
	display: flex;
	align-items: center;
}
.contactform .inputBox input[type="submit"]
{
	
	width: 100px;
	background: #00bcd4;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 10px;
	font-size: 18px;

}

.hero-btn
{
	align-content: center;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border: 1px solid #009688;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
}

.hero-btn:hover
{
	border: 1px solid #009688;
	background : #009688;
	transition: 1s;
}

.contact .button{
	max-width: 100%;
	padding-top: 30px;
	text-align: center;
}