.navbar-default .navbar-nav > li > a {
  color: #fff !important;
}
.navtitle {
  background-color: #000;
  width: 100%;
}
.navtitle nav {
  width: 75%;
  margin: 0 auto;
  background-color: #000;
  border: 0;
}
.navtitle nav .navbar-brand {
  padding: 5px;
}
.navtitle nav li {
  padding: 0px 5px;
}
.usBigImg {
  width: 100%;
  position: relative;
}
.usBigImg .us-img {
  width: 100%;
  height: 100%;
}
.usBigImg .usLocation {
  width: 100%;
  position: absolute;
  top: 43%;
  left: 10px;
}
.usBigImg .usLocation h1 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  display: block;
}
.usBigImg .usLocation p {
  margin-top: 25px;
  text-align: center;
  color: #fff;
  height: 20px;
  line-height: 24px;
  display: block;
  letter-spacing: 1px;
}
.usBigImg .usLocation p i {
  font-style: normal;
  color: #79be70;
}
.contact {
  width: 100%;
  position: relative;
}
.contact .c-img {
  width: 100%;
}
.contact .phoneus {
  width: 70%;
  position: absolute;
  left: 64%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact .phoneus li {
  float: left;
  width: 27%;
  display: block;
  background-color: #162028;
  color: #fff;
  text-align: center;
  margin-right: 17px;
}
.contact .phoneus li img {
  margin-bottom: 6%;
  margin-top: 16%;
  width: 80px;
}
.contact .phoneus li h5 {
  margin-bottom: 3%;
}
.contact .phoneus li p {
  margin-bottom: 15%;
}
.foot {
  width: 100%;
  height: 100px;
  background-color: #e1e2e5;
  position: relative;
}
.foot ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.foot ul li {
  text-align: center;
  float: left;
}
.foot ul li a {
  text-decoration: none;
  color: #9a9999;
}
.foot span {
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translate(-50%, -50%);
  color: #9a9999;
  margin-bottom: 20px;
}
