/***contact page ***/
.contact{
	padding: 0.6em 0;
	text-align: center;
}
.google-map iframe {
	width: 100%;
	min-height: 400px;
	border: none;
	margin-bottom: 1em;
}
.contact-grids {
    text-align: left;
}
.contact-left p {
	color: #333;
	font-size: 1em;
	line-height: 0.6em;
}
.contact-left p a {
    text-decoration: none;
    color: #dc0000;
}
address {
   margin: 0.5em 0 0;
 }
.contact-right h5{
	font-size:12px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 1px 0;
	color: #222;
		
}
.contact-right input[type="text"] {
	width: 100%;
	padding: 6px 6px;
	font-size: 1em;
	outline: none;
	border: 1px solid #b2b2b2;
}
.contact-right textarea {
	width: 100%;
	padding: 6px 6px;
	font-size: 1em;
	height: 7em;
	resize: none;
	outline: none;
	border: 1px solid #b2b2b2;
	
}
.contact-right input[type="submit"] {
	width: 20%;
	font-size: 1em;
	text-transform: uppercase;
	background: #222;
	border: none;
	outline: none;
	margin-top: 0.5em;
	color: #fff;
	font-weight: 500;
	padding: 10px 0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.contact-right input[type="submit"]:hover {
	background: #dc0000;
}