.contact_body_section {
  text-align: center;
  background-color: #f2f2f2;
}

.contact_body_section .heading_container {
  margin-bottom: 45px;
}

.contact_body_section .heading_container h2::before {
  background-color: #85310c;
}

.contact_body_section p {
  margin-top: 25px;
  margin-bottom: 30px;
}

.contact_body_section .contact_body_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_body_section .contact_body_container .img-box {
  margin: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact_body_section .contact_body_container .img-box img {
  width: 100%;
  height: 100%;
}

.contact_body_section .contact_body_container .img-box .btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_body_section .contact_body_container .img-box .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 100%;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #000000;
  font-size: 20px;
}

.contact_body_section .contact_body_container .img-box .btn-box a:hover {
  background-color: rgba(228, 234, 234, 0.9);
}

.contact_body_section .contact_body_container .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(152, 64, 25, 0.9);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact_body_section .contact_body_container .img-box:hover a {
  visibility: visible;
  opacity: 1;
}

.contact_body_section .contact_body_container .img-box:hover::before {
  visibility: visible;
  opacity: 1;
}

.contact_body_section .contact_body_container .box-1,
.contact_body_section .contact_body_container .box-2,
.contact_body_section .contact_body_container .box-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact_body_section .contact_body_container .box-2-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact_body_section .contact_body_container .box-2-btm .box-2-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_body_section .contact_body_container .box-2-btm .box-2-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact_body_section .read_btn {
  display: inline-block;
  background-color: #85310c;
  color: #ffffff;
  padding: 7px 30px;
  border: 1px solid #85310c;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 75px;
	margin-left: 7px;
	margin-right: 7px;
}

.contact_body_section .read_btn:hover {
  background-color: transparent;
	background-image: none;
  color: #85310c;
}

form
{
	margin: auto;
}

.form-table
{
	display: table;
}
.form-row
{
	display: table-row;
}
.cell-1st
{
	display: table-cell;
	border: none;
	border-width: thin;
	line-height: 12px;
	padding: 10px;
	text-align: right;
	vertical-align: top;
}
.cell-2nd
{
	display: table-cell;
	border: none;
	line-height: 12px;
	padding: 10px;
	text-align: left;
}
.cell-submit
{
	display: table-cell;
	border: none;
	line-height: 24px;
	padding: 10px;
	text-align: right;
}
.cell-social-1st
{
	display: table-cell;
	border: none;
	border-width: thin;
	line-height: 12px;
	padding: 10px;
	text-align: right;
	vertical-align: middle;
}
.cell-social-2nd
{
	display: table-cell;
	border: none;
	line-height: 24px;
	padding: 10px;
	text-align: left;
}
.cell-social-2nd a
{
	color: #000000;
	font-size: 36px;
}