/* Global Colors */
/* Global Fonts */
section#innerHeader {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
}
section#innerHeader h1 {
  font-size: 54px;
  font-weight: 900;
  display: block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 50px;
}
@media (max-width: 500px) {
  section#innerHeader h1 {
    font-size: 47px;
  }
}
section#innerHeader .slider-navigator {
  display: none;
}
section#serviceContent {
  padding: 100px 0;
}
section#serviceContent .service-content {
  margin-bottom: 3rem;
}
section#serviceContent .service-content h3 {
  position: relative;
  font-weight: 100;
  margin-bottom: 50px;
}
section#serviceContent .service-content h3::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 5px;
  background-color: #058CF4;
  bottom: -15px;
  left: 0;
}
section#serviceContent .service-content ul {
  list-style: none;
  padding-left: 22px;
}
section#serviceContent .service-content ul li {
  position: relative;
  margin-bottom: 13px;
}
section#serviceContent .service-content ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #058CF4;
  border-radius: 50%;
  left: -19px;
  top: 7px;
}
section#serviceContent .service-content ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
section#serviceContent .services-menu h4 {
  font-weight: 100;
  position: relative;
  margin-bottom: 25px;
  padding: 0 10px;
}
section#serviceContent .services-menu h4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #058CF4;
  bottom: -10px;
  left: 0;
}
section#serviceContent .services-menu ul {
  list-style: none;
  padding: 0;
}
section#serviceContent .services-menu ul li {
  display: block;
  padding: 2px 10px;
  border-left: 2px solid #FFFFFF;
  margin-bottom: 10px;
}
section#serviceContent .services-menu ul li.current-menu-item {
  border-color: #058CF4;
}
section#serviceContent .services-menu ul li.current-menu-item a {
  color: #058CF4;
}
section#serviceContent .services-menu ul li a {
  color: #FFFFFF;
}
section#serviceImageGallery {
  margin-bottom: 120px;
}
section#serviceImageGallery h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
}
section#serviceImageGallery .gallery-container .gallery-item {
  height: 130px;
  margin-bottom: 20px;
  padding: 0 7px;
}
@media (max-width: 575px) {
  section#serviceImageGallery .gallery-container .gallery-item {
    height: 250px;
  }
}
section#serviceImageGallery .gallery-container .gallery-item div {
  width: 100%;
  background-size: cover;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
}
