@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2v5mn3');
  src:  url('fonts/icomoon.eot?2v5mn3#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2v5mn3') format('truetype'),
    url('fonts/icomoon.woff?2v5mn3') format('woff'),
    url('fonts/icomoon.svg?2v5mn3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}

.contact_info{
	width: 20%;
	float: left;
	overflow: hidden;
}
.contact_info a{
	text-decoration:none;
	color:#000;
}
.contact_info a:hover{
	color:#9F824A;
}
.contact_form{
	width: 80%;
	float: left;
	overflow: hidden;
}
.page-subheading{

    border-bottom: 1px solid #e5e5e5;
    color: #666;
    text-transform: uppercase;
	font-family: "Tienne";
	font-size: 20px;
	
}
.page-subheading h3 {
	text-align:left;
}
.contact_page {
	padding:20px;
}
@media all and (max-width: 1000px) 
{
	.contact_form{width: 100%;}
	.contact_info{width: 100%; padding-left:20px;padding-right:20px;}
}