.Connectwith
{
	background: #000;
	padding: 150px 0px 50px 0px;
	text-align: center;
}
.Connectwith h1
{
	font-size: 2em;
	font-weight: 400;
	color: #fff;
}
.Connectwith p
{
	font-size: 1em;
	color: #fff;
}

.contactPage
{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #000;
}
.contactPage::before
{
	content: '';
	position: absolute;
	top: 150;
	left: 0;
	width: 50%;
	height: 100%;
	background: #f00;
}

.contactPage::after
{
	content: '';
	position: absolute;
	top: 150;
	right: 0;
	width: 50%;
	height: 100%;
	background: #333;
}
.containerSection
{
	position: relative;
	min-width: 1100px;
	min-height: 550px;
	display: flex;
	z-index: 1;
	/*background: #fff;*/
}

.containerSection .contactInfo
{
	position: absolute;
	top: 40px;
	width: 350px;
	height: calc(100% - 80px);
	background: #333;
	z-index: 1;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}


.containerSection .contactInfo h2
{
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
}

.containerSection .contactInfo ul.info
{
	position: relative;
	marging: 20px 0px;
}
.containerSection .contactInfo ul.info li
{
	position: relative;
	list-style: none;
	display: flex;
	margin: 20px 0px;
	cursor: pointer;
	align-items: flex-start;
	
}
.containerSection .contactInfo ul.info li span:nth-child(1)
{
	width: 30px;
	min-width: 30px;
	color: #fff;
}

.containerSection .contactInfo ul.info li span:nth-child(2)
{
	color: #fff;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 1px;
}

.containerSection .contactInfo ul.sci
{
	position: relative;
	display: flex;
}
.containerSection .contactInfo ul.sci li
{
	list-style: none;
	margin-right: 15px;
}
.containerSection .contactInfo ul.sci li a
{
	text-decoration: none;
	color: #999;
	font-size: 1.25em;
}
.containerSection .contactInfo ul.sci li a:hover
{
	color: #fff;
}

.containerSection .contactForm
{
	position: absolute;
	padding: 70px 50px;
	padding-left: 250px;
	margin-left: 150px;
	width: calc(100% - 150px);
	height: 100%;
	background: #f2f2f2;
}

.containerSection .contactForm h2
{
	color: #333;
	font-size: 1.5em;
	font-weight: 500;

}

.containerSection .contactForm .formBox
{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}
.containerSection .contactForm .formBox .inputBox
{
	position: relative;
	margin-bottom: 35px;
}
.containerSection .contactForm .formBox .inputBox.w50
{
	width: 47%;
}
.containerSection .contactForm .formBox .inputBox.w100
{
	width: 100%;
}
.containerSection .contactForm .formBox .inputBox input,
.containerSection .contactForm .formBox .inputBox textarea
{
	width: 100%;
	resize: none;
	padding: 5px 0px;
	font-size: 1em;
	font-weight: 300;
	color: #333;
	border: none;
	outline: none;
	border-bottom: 1px solid #999;
}

.containerSection .contactForm .formBox .inputBox textarea
{
	height: 120px;
}
.containerSection .contactForm .formBox .inputBox span
{
	position: absolute;
	left: 5px;
	padding: 5px 0;
	pointer-events: none;
	font-size: 1em;
	font-weight: 300;
	transition: 0.3s;
}

.containerSection .contactForm .formBox .inputBox input:focus ~ span,
.containerSection .contactForm .formBox .inputBox input:valid ~ span,
.containerSection .contactForm .formBox .inputBox textarea:focus ~ span,
.containerSection .contactForm .formBox .inputBox textarea:valid ~ span
{
	transform: translateY(-20px);
	font-size: 0.7em;
	font-weight: 500;
	letter-spacing: 1px;
	color: #999;
}
.containerSection .contactForm .formBox .inputBox input[type="submit"]
{
	position: relative;
	cursor: pointer;
	background: #f00;
	color: #fff;
	border: none;
	max-width: 150px;
	padding: 12px;
	transition: 0.5s;
}
.containerSection .contactForm .formBox .inputBox input[type="submit"]:hover
{
	background: #333;
}




.map_box
{
	width: 100%;
	height: 60vh;
	position: relative;
	background: black;
	padding: 0px;
	margin: 0px;
}

.map_box iframe
{
	width: 100%;
	height: 100%;
}




@media (max-width: 768px)
{
	.Connectwith
	{
		background: #000;
		padding: 50px 0px 50px 0px;
		text-align: center;
	}
	.Connectwith h1
	{
		font-size: 1.5em;
		font-weight: 400;
		color: #fff;
	}



.contactPage
{
	display: flex;
	flex-direction: column;	
	min-height: 150vh;
	background: #f00;
}




	.contactPage::before,
	.contactPage::after
	{
		display: none;
	}
		
	.containerSection
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		position: relative;
		min-width:100%;
		min-height:auto;
		z-index: 1;
	}

.containerSection .contactInfo
{
	position: relative;
	top: 0;
	width: 300px;
	height: 100%;
	background: #333;
	z-index: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow:none;
	margin: auto;
}

.containerSection .contactForm
{
	position: relative;
	top: 25px;
	padding: 20px;
	width: 300px;
	height: auto;
	background: #f2f2f2;
	margin: auto;
	display: flex;
	flex-direction: column;
}


.containerSection .contactForm .formBox
{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
	padding-top: 30px;
}
.containerSection .contactForm .formBox .inputBox
{
	position: relative;
	margin-bottom: 15px;
}
.containerSection .contactForm .formBox .inputBox.w50
{
	width: 100%;
}
.containerSection .contactForm .formBox .inputBox.w100
{
	width: 100%;
}



}