.banner {
  height: 300px;
  background: url('/export/sites/dia/images/home.jpg') 50% 50%;
  background-size: cover;
}
.page-pulse .banner {
  background: url('/export/sites/dia/images/banner.jpg') 50% 50%;
  background-size: cover;
}
.page-contact-us .banner {
  background: url('/export/sites/dia/images/banner-contact-us.jpg') 50% 50%;
  background-size: cover;
}
.page-custom-solutions .banner {
  background: url('/export/sites/dia/images/banner-custom-solutions.jpg') 50% 50%;
  background-size: cover;
}
.page-business-solutions .banner {
  background: url('/export/sites/dia/images/banner-business-solutions.jpg') 50% 50%;
  background-size: cover;
}
/* Logo */
.header-v6 .navbar-brand {
  height: 130px;
  max-height: 130px;
  line-height: 100px;
}
.header-v6 .navbar-nav > li > a {
  padding-top: 40px;
}
.header-v6.header-fixed-shrink .navbar-nav > li > a {
  padding-top: 20px;
}



body.header-fixed-space {
  padding-top: 130px;
}

@media (max-width: 991px) {
  body.header-fixed-space, body.header-fixed-space-v2 {
    padding-top: 0;
  }
  .header-v6 .navbar-nav > li > a {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .header-v6 .navbar-nav > li > a {
    padding-left: 18px;padding-right: 18px;
  }
}

/* Footer */
.footer address i {
  min-width: 20px;
  margin-right: 5px;
  text-align: center;
}

/* Sections */
.section-padding {
  padding-top: 30px;
  padding-bottom: 30px
}
.section-margin {
  margin-top: 30px;
  margin-bottom: 30px
}
.home-services img {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.home-services .caption {min-height: 125px}
@media (max-width: 991px) {
  .home-services .caption {min-height: 162px}
}
@media (max-width: 767px) {
  .home-services .caption {min-height: auto;text-align: center}
  .home-services .buttons {text-align: center;margin-bottom: 40px}
}

.home-services .caption h2 {text-align: center}
.color-white h1, .color-white h2, .color-white h3, .color-white p, .color-white li, .color-white li a, .color-white label {
  color: #FFF;
}
h1 {
  font-size: 36px;
  font-weight: 300;
}
a:hover {text-decoration: none}
.side-nav {
  margin-top: 10px;
  max-width: 180px;
}
.side-nav ul {
  position: fixed;
  top: 130px;
  width: 180px;
}
.side-nav li a {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  outline: 0;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
.side-nav .active a, .side-nav a:hover {
  color: #3498db;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #fff;
}
.separator {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 40px
}
.narrow-content {
  max-width:800px;margin-left:auto;margin-right: auto
}