#contact{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(246,247,249,1) 100%);
	min-height: 500px;
	padding:40px 0 0 0;
}
#contact .row{
	display: flex;
	flex-direction: row;
}
#contact .info,#contact .form{
	width:50%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
#contact .info{padding: 65px 0 30px 20px;}
#contact .info h1{
	font-size: 28px;
	font-weight: 600;
	color:#2D3C41;
	margin: 0;
	padding: 0;
}
#contact .info p{
	font-size: 17px;
	font-weight: 300;
	color:#757575;
}
#contact .info p a{color:#757575;}
#contact .clist{
	margin: 10px 0;
	padding-left: 45px;
	position: relative;
}
#contact .clist::before{
	position: absolute;
	content: '\e900';
	font-size: 15px;
	font-family: 'icomoon';
	border-radius: 50%;
	background: rgb(0,193,137,0.35);
	height: 27px;
	line-height: 25px;
	width: 27px;
	top:50%;
	left: 0;
	transform:translateY(-50%);
	text-align: center;
	color:#f6f7f9;
}
#contact .clist.c1::before{content:'\e900';}
#contact .clist.c2::before{content:'\e92c';}
#contact .clist.c3::before{content:'\e93a';}
#contact .clist h3{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#contact .clist p{
	font-weight: 300;
	font-size: 15px;
	padding: 4px 0;
	margin: 0;
}
#contact .form{
	padding: 0 30px;
	box-sizing: border-box;
	padding: 2.6111rem 1.33rem 0 1.33rem;
	display: flex;
	justify-content: center;
	margin-bottom: -50px;
	z-index: 100;
	position: relative;
}
#contact .form .cnt{
	width: 100%;
	display: block;
	border-radius: 8px;
	background: #fff;
	padding:40px;
	box-sizing: border-box;
	min-height: 400px;
	box-shadow: 0 1rem 3rem 0 rgba(5,22,70,0.15);
	max-width: 500px;
}
#contact .form .cnt h2{
	color:#2D3C41;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 45px 0;
	padding: 0;
}
#contact .form .cnt input[type=text]{
	display: block;
	height: 50px;
  width: 100%;
	margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #E5E9F0;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 22px;
  color: #4E5A6D;
  font-weight: 300;
  transition: border-color 0.3s;
	box-sizing: border-box;
}
#contact .form .cnt textarea{
	display: block;
	height: 150px;
	width: 100%;
	margin-bottom: 20px;
	background: #FFFFFF;
	border: 1px solid #E5E9F0;
	border-radius: 4px;
	font-size: 14px;
	padding: 10px 22px;
	color: #4E5A6D;
	font-weight: 300;
	transition: border-color 0.3s;
	box-sizing: border-box;
}
#contact .form .cnt .sbtn{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#contact .form .cnt input[type=submit]{
	display: flex;
	border: 1px solid #2D3C41;
	background: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	font-weight: 500;
	text-align: center;
	margin: 0;
	cursor: pointer;
	padding: 14px 31px;
	padding: 0.86rem 2.85rem;
	transition: all 300ms ease-in-out;
	border: 1px solid inherit;
	border-radius: 4em;
	text-decoration: none;
	outline: none;
	font-size: 18px;
	color:#2D3C41;
	transition: ease 0.25s;
}
#contact .form .cnt input[type=submit]:hover{
	background: #2D3C41;
	color:#fff;
}
#contact .form label{
	padding: 15px 0 15px 20px;
	font-size: 13px;
	position: relative;
}
#contact .form label input{
	position: absolute;
	top:12px;
	left: -2px;
}
#cmap{
	width: 100%;
	padding-bottom: 25%;
	background: #000;
	position: relative;
}
#cmap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}

@media only screen and (max-width: 750px){
	#contact .info{
		width: 100%;
		padding: 0px 0 40px 0;
	}
	#contact .form{
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	#contact .form .cnt{margin: 0 auto;}
	#cmap{padding-bottom: 100%;}
}

