.banner {
	background: url("../images/contact.jpg") no-repeat ;
	background-size:cover !important;
	background-position:center top;
	min-height: 536px;
	padding-top:215px;
	text-align: center;
	width: 100%;
}
.banner h1 {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 72px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.banner p {
	color: #fff;
	font-size: 22px;
	line-height: 33px;
	max-width: 1020px;
	margin: 0 auto 40px auto;
}
.contact {
	padding: 100px 0px;
	clear: both;
	display: block;
	width: 100%;
}
.contact h2 {
	color: #222222;
	font-size: 48px;
	font-weight: 900;
	margin: 0px 0px 10px;
	text-transform: capitalize;
}
.contact h4 {
	background-color: #25ccd4;
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	margin: 0px 0px;
	padding: 20px 10px;
	text-align: center;
	text-transform: uppercase;
}
.contact p {
	color: #666;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 25px;
}
.contact p strong {
	color: #222;
	font-weight: 900;
}
.contact p a {
	color: #27ccd4;
}
.contact .fa {
	background-color: #e4e4e4;
	border-radius: 100%;
	color: #4e6266;
	font-size: 22px;
	height: 43px;
	margin-right: 10px;
	line-height: 43px;
	text-align: center;
	width: 43px;
}
.contact .fa:hover {
	background-color: #27ccd4;
	color: #fff;
}
.formarea {
	background-color: #3a5055;
	clear: both;
	padding: 5%;
	width: 100%;
}
.formarea p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.formarea p strong {
	color: #fff;
	font-weight: 900;
}
.wpcf7-form-control {
	width: 100%;
	background-color: #4e6266;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 65px;
	padding: 6px 23px;
	line-height: 65px;
	text-transform: uppercase;
}
.wpcf7-form-control:focus {
	background-color: #fff;
	box-shadow: none;
	color: #4e6266;
	transition: all 0.5s ease-in;
}
.wpcf7-form-control::-moz-placeholder {
color: #fff;
opacity: 1;
}
.wpcf7-form-control:-ms-input-placeholder {
color: #fff;
}
.wpcf7-form-control::-webkit-input-placeholder {
color: #fff;
}
.wpcf7-form-control:focus::-moz-placeholder {
color: #4e6266;
opacity: 1;
}
.wpcf7-form-control:focus:-ms-input-placeholder {
color: #4e6266;
}
.wpcf7-form-control:focus::-webkit-input-placeholder {
color: #4e6266;
}
textarea.wpcf7-form-control {
	height: auto;
	line-height: normal;
	margin-bottom: 10px;
	padding: 23px;
}
.formarea .wpcf7-submit {
	line-height: initial;
	background-color: #27ccd4;
	border: none;
	border-radius: 30px;
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	max-width: 425px;
	padding: 12px;
	text-transform: capitalize;
	width: 100%;
	display: block;
	margin: auto;
}
.formarea .wpcf7-submit:hover, .formarea .wpcf7-submit:focus {
	background-color: #fff;
	color: #27ccd4;
}
.form-group {
	position: relative;
}
.icon {
	position: absolute;
	opacity: 0.7;
	top: 15px;
	right: 5%;
	z-index: 1;
}
.btn-get {
	background-color: #27ccd4;
	border: none;
	border-radius: 30px;
	color: #fff!important;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 30px;
	text-transform: capitalize;
}
.btn-get:hover, .btn-get:focus {
	color: #fff;
}
.map {
	margin: 30px 0px 0px;
	clear: both;
	width: 100%;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 16px !important;
	font-weight: normal;
	display: block;
}
div.wpcf7-validation-errors {
	border: none !important;
	color: #f00;
	font-size: 16px !important;
}
div.wpcf7-response-output {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	text-align: center;
}
.cct_recaptcha_color {
	background: none;
	padding: 0 0 0 0;
	margin-bottom: 15px;
	transform: scale(.83);
    transform-origin: 0 0;
    -webkit-transform: scale(.83);
    -webkit-transform-origin: 0 0;
}
div.wpcf7-spam-blocked {
	border: none !important;
	color: red;
	font-size: 16px;
}
div.wpcf7-mail-sent-ok {
	border: none !important;
	color: #398f14;
	font-size: 16px;
}




/*-------------------
	Media Query
---------------------------*/

@media only screen and (max-width: 400px) {
.banner p {
    font-size: 20px;
	line-height: 30px;
}
.banner {
	padding-top:275px !important;
}
.cct_recaptcha_color {
    transform: scale(.75);
    transform-origin: 0 0;
    -webkit-transform: scale(.75);
    -webkit-transform-origin: 0 0;
}
.formarea p {
    font-size: 17px;
}

}

@media only screen and (max-width: 767px) {
.banner {
	padding-top:300px;
}
.banner h1 {
	font-size: 50px;
}
.contact h2 {
	font-size: 38px;
	margin-top: 40px;
}
.contact h4 {
	font-size: 28px;
}
.formarea .wpcf7-submit {
	font-size: 18px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.banner h1 {
	font-size: 55px;
}
.contact h2 {
	margin-top: 40px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.banner h1 {
	font-size: 65px;
}
.contact .fa {
	margin: 0px 3px 0px 0px;
}
}
