.contact_area_two a {
  text-decoration: none;
}

.contact_area_two p {
  margin: 10px 0 0;
}

.contact_area_two .get_info {
  padding-right: 100px;
}

.contact_area_two .section_title {
  margin-bottom: 30px;
}

.contact_area_two .section_title h5 {
  font-size: 20px;
  line-height: 26px;
  color: #ffbb03;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact_area_two .section_title h2 {
  margin-top: 0;
}

.contact_area_two .info_item.phone P {
  line-height: 18px;
}

.contact_area_two .info_item {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}

.contact_area_two .info_item i {
  position: absolute;
  left: 0;
  font-size: 30px;
  color: #ffbb03;
  top: 0px;
  left: 0;
}

.contact_area_two .info_item h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.contact_area_two .form-group {
  position: relative;
}

.contact_area_two .form-group .form-control {
  background: #fff6cc;
  border: 0px;
  font-size: 15px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  color: #000;
  padding: 0 15px;
  position: relative;
  border-bottom: 2px solid #fffdb1;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
}

.contact_area_two .form-group textarea {
  height: 120px !important;
  resize: none;
}

.contact_area_two .form-group .form-control:focus {
  outline: none;
}

.contact_area_two .form-group .border_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #ffbb03;
  height: 2px;
  border: 0px;
  margin-bottom: 0px;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.contact_area_two .form-group .form-control:focus + .border_line {
  width: 100%;
  z-index: 3;
}

.contact_area_two .company_img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
/*# sourceMappingURL=contactus.css.map */