/* Footer
---------------------------------*/

.footer_wrapper {
	background: #232323;
}
.footer_wrapper .container{
	width: 90%
}

.footer_bottom {
	border-top: 1px solid #3C3A3A;
	padding: 25px 0;
}

.footer_bottom span {
	display: block;
	font-size: 14px;
	color: #cccccc;
	text-align: center;
}

.footer_bottom span a {
	display: inline-block;
	color: #9f9f9f;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
	color: #fff;
}

.form {
	margin: 0 66px 0 30px;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.form{
		margin: 0;
	}
}
.input-text {
	background: transparent;
}

.input-text {
	padding: 15px 16px;
	border: 1px solid #ccc;
	width: 100%;
	height: 50px;
	display: block;
	border-radius: 4px;
	font-size: 15px;
	color: #aaa;
	margin: 0 0 15px 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	textarea.form-control{
		height: 140px;
	}
}
.input-text:focus {
	border: 1px solid #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
	height: 230px;
	resize: none;
	overflow: auto;
}

.input-btn {
	width: 175px;
	height: 50px;
	letter-spacing: 0px;
	background: #232323;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	border: 0px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
	background: #fff;
	color: #222;
}


/* Contact
---------------------------------*/

.page_section.contact {
	padding: 90px 0 100px;
}

.contact_section {
	margin: 0 0 60px 0;
}

.contact_section h2 {
	font-size: 40px;
	color: #ffffff;
	margin: 0 0 50px 0;
	text-transform: uppercase;
	text-align: center;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.contact_section{
		margin-bottom: 0;
	}
	.contact_section h2{
		margin-bottom: 20px;
	}
	.page_section.contact{
		padding: 30px 0 40px;
	}
}
.contact_block {
	text-align: center;
}

.contact_block_icon {
	border-radius: 50%;
	height: 85px;
	width: 85px;
	margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
	border-color: #232323;
}

.contact_block_icon.icon3 {
	border-color: #49b5e7;
}

.contact_block_icon span {
	background: none repeat scroll 0 0 #f56eab;
	border: 5px solid #fff;
	border-radius: 50%;
	display: block;
	height: 100%;
	width: 100%;
}

.contact_block_icon.icon2 {
	border-color: #232323;
}

.contact_block_icon.icon2 span {
	background: #232323;
}

.contact_block_icon.icon3 {
	border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
	background: #49b5e7;
}

.contact_block_icon i {
	color: #fff;
	font-size: 36px;
	margin-top: 0;
	position: relative;
	top: 26px;
	z-index: 20;
}

.contact_block span {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
}

.contact_block span a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
}

.contact_info {
	font-size: 15px;
	margin: 0 0 0 20px;
	padding-left: 0;
}

.contact_info h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 30px;
	color: #fff;
}

.contact_info p {
	line-height: 28px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 30px;
}

#font-1 {
	background-color: #232323;
	color: #fff;
	border: 1px solid #fff;
}

#font-1:hover {
	background-color: #fff;
	color: #232323;
	border: 1px solid #fff;
}

#footerMap {
	width: 90%;
	margin: 0 auto;
	height: 300px;
}

.con_text {
	padding-top: 20px;
}

.con_text p {
	width: 90%;
	margin: 10px auto;
	display: flex;
	color: #fff
}

.con_text p span {
	width: 60px;
}

.con_text p a,
.con_text p i {
	flex: 1;
	color: #fff;
	display: block;
	font-style: normal;
}
.mf-h2 {
	font-size: 28px!important;
}