/* ==================== innerpages-header style ============================== */
.innerpages-header {
  /* background-image: url(https://d1bxu7lzmlpwm1.cloudfront.net/images/inner-header.jpg); */
  background-size: cover;
  position: relative;
}

.innerpages-header:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://d1bxu7lzmlpwm1.cloudfront.net/images/inner-header-after.png);
  background-size: cover;
  opacity: 0.7;
}

.innerpages-header h2 {
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 5;
  font-size: 38px;
  line-height: 1.5;
}

.innerpages-header .pages-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  font-size: 11px;
  color: #fff;
  background-color: #333333be;
  font-weight: 300;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  z-index: 22;
}

/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
}

/* ======== */

@media screen and (max-width: 787px) {
}

/* ======= */

@media screen and (max-width: 480px) {
}
