 fas fas fas fas/*mail */

#top-img {
  background: url("../images/company.jpg") no-repeat center;
	background-size: cover;
	height: 70px;
}
#h1-box {
	background-color: transparent;
	bottom: 10%;
}
.container{padding-bottom: 0 !important}

.formTable {
  width: 100%;
	border: none;
}
.formTable th{
  width: 30%;
	border-bottom: 3px solid #7b4d28;
	padding: 1em 0;

}
.formTable td{
  width: 70%;
	border-bottom: 3px solid #DCDCDC;
	padding: 1em 0;
}

input[type="text"],
textarea {
  width: 100%;
  padding: .5em;
}

.cont-btn {
  text-align: center;
	margin: 2em auto 0;
}

.btn-contact {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#7b4d28), to(#f6b26b));
  background-image: -webkit-linear-gradient(left, #7b4d28 0%, #f6b26b 100%);
  background-image: linear-gradient(to right, #7b4d28 0%, #f6b26b 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.btn-contact:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

.btn-back {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#CCCCCC), to(#B7B7B7));
  background-image: -webkit-linear-gradient(left, #CCCCCC 0%, #B7B7B7 100%);
  background-image: linear-gradient(to right, #CCCCCC 0%, #B7B7B7 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.btn-back:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

.btn-home-flat { 
  color: #484848;
  display: inline-block;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  background: #eaeef1;
  text-decoration: none;
  margin: 1em;
}

.btn-home-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
}
.btn-home-icon i {
   font-size: 25px;
  line-height: 50px;
  transition: .3s;
}
.btn-home-text {
  display: inline-block;
  width: 160px;
  text-align: center;
}

.btn-home {
  background:#FF8A00;
}
.btn-home-flat:hover .btn-home-icon i {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.btn-home-flat:hover .btn-home-text{color: #FF8A00;}

.comment {
  font-weight: bold;
	color: orangered;
	font-size: 1em;
	text-align: right;
}

@media (min-width: 576px) {
  #top-img {
  	height: 200px;
  }
}

@media (min-width: 768px) {
  #top-img {
  	height: 250px;
  }
}

@media (min-width: 992px) {
  #h1-box {
	  position: absolute;
		line-height: 1;
		top: 30px;
		right: 0;
  }
  #h1-box h1{
    font-size: 3em;		
		margin-bottom: 0;
  }
  #h1-box p{
    font-size: 2em;
		margin-bottom: 0;
  }
  /* *****top img***** */
  #top-img {
    background: url("../img/bg-green.png") no-repeat bottom;
  	background-size: cover;
  	height: 120px;
  }

} /* min 1200px */

@media (max-width: 575.98px) {
  .formTable th,
  .formTable td {
	  width: 100%;
		display: block;
	}

}
#sub_header{
	height: 200px;
	background: url("../images/company1.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 0;
}

#sub_header h1.h1 {
	color: dimgray;
	padding-top: 1em;
}

#sub_header p {
	color: dimgray;
	font-weight: 1rem;
}	
