header {
  min-height: 465px;
  background: url("../../assets/img/bg-image.jpg");
  background-size: cover;
  background-position: center center;
}
header .logo {
  margin-top: 35px;
}
header .header-txt {
  color: #fff;
  font-size: 23px;
}
header .tel {
  background: rgba(133, 26, 29, 0.8);
  border-radius: 50%;
  padding: 60px 20px;
  float: right;
  position: absolute;
  z-index: 2;
  top: 230px;
  margin-left: 60px;
}
header .welcome {
  background: rgba(133, 26, 29, 0.8);
  border-radius: 50%;
  padding: 110px 50px;
  float: right;
  top: 30px;
  width: 370px;
  margin-top: 35px;
}
header .welcome p {
  position: relative;
  z-index: 3;
}
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content .p span {
  font-size: 14px;
}
.content .line {
  width: 1px;
  height: 145px;
  background: #000;
}
footer {
  background: url("../../assets/img/bg-image.jpg");
  background-size: cover;
  background-position: center center;
}
footer .footer-wrap {
  background: rgba(133, 26, 29, 0.7);
  padding-bottom: 40px;
  padding-top: 40px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer-wrap .bottom-align-text {
  display: table-cell;
  vertical-align: bottom;
}
footer .footer-wrap a {
  color: #fff;
}
