header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  opacity: 0.95;
}

.navbar {
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 50px;
  font-size: 13px;
}
.inner-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title {
  color: #72a9a7;
  padding-right: 5rem;
}
.navbar-nav li a {
  text-decoration: none;
  color: #969696;
  padding: 0 13px;
}
.navbar-nav li:hover {
  color: #000;
  border-bottom: #72a9a7 1px solid;
}
.nav-current {
  color: #000;
  border-bottom: #72a9a7 1px solid;
}
button {
  background-color: #72a9a7;
  border: none;
  padding: 8px 10px;
  border-radius: 3px;
}
button a {
  text-decoration: none;
  color: #ffffff;
}

.collapse.navbar-collapse {
  flex-grow: 0;
}

.contact {
  background-color: #f8f8f8;
  padding: 7px 50px;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}
.contact > * {
  padding: 15px;
}
.contact a {
  text-decoration: none;
  color: #969696;
}

.page-title {
  margin: 0px auto;
  background-color: #f8f8f8;
  padding: 15px 75px;
  font-size: 16px;
  text-align: left;
  min-height: 56px;
}
.page_title span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
