.short-link {
  color: #727274;
}

.about-us {
  padding: 30px 0;
}

.short-link {
  padding: 5px 0 30px;
}

.short-intro article h2 {
  background-image: linear-gradient(#231F20, #89797D);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}

.short-intro article p {
  color: #999999;
}

.parralex-banner {
  /* The image used */
  background-image: url("../images/parralex.png");
  /* Set a specific height */
  min-height: 700px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}

.inner-box {
  text-align: center;
}

.funfacts {
  color: #333333;
  background: #fff;
}

.product-section.style-two:before {
  top: 0px;
}

.title-heading h2 {
  font-size: 42px;
  color: #5D686F;
  font-weight: 700;
}

.title-heading h2 span {
  font-weight: 400;
}

.price {
  font-size: 14px;
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.project-block .inner-box img {
  width: 100%;
}

.title-heading h5 {
  color: #5D686F;
}

.feature-content article h4 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.feature-content article p {
  margin-top: 15px;
  color: #fff;
  line-height: 25px;
}

.main-footer .widget .widget-title {
  font-weight: 500;

}

.news-letter-widget p {
  color: #fff;
}

.links-widget ul li {
  list-style-type: disc;
  color: #fff;
}

.links-widget ul li a {
  color: #fff;
}

.newsletter-form.style-two button.theme-btn {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 540px) {
  .parralex-banner {
    background-image: url(../images/parralex.png);
    min-height: 150px;
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
  }
  .title-heading h2 {
    font-size: 20px;
  }
  .sec-title h2 {
    font-size: 18px;
  }
  .social-links li img {
    width: 30px;
  }
  .footer-logo {
    width: 100px;
    display: flex;
    margin: 0 auto;
    text-align: center;
  }
  .flexbox_3 {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.navigation li a {
  position: relative;
  transition: all 500ms ease;
  padding: 10px 5px !important;
}

.navigation li a:hover {
  color: #fff !important;
  transition: all 500ms ease;
}

.navigation li a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
  padding: 10px 15px;
}

.navigation li a:hover:before {
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 500ms ease;
}


.department-main-wrapper {
  padding: 30px 0;
}
.department-main-wrapper .department {
  padding: 25px 0;
  text-align: center;
}
.department-main-wrapper .department h3 {
  text-align: center;
  font-size: 40px;
  color: #333333;
}
.department-main-wrapper .department p {
  color: #000;
  font-size: 28px;
  margin-bottom: 25px;
  text-align: center;
}

.process-main-wrapper .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 25px;
  outline: 1px solid #333333;
  margin: 5px 15px;
  color:#333333;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #333333;
  color: #fff;
}

.nav-pills {
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pixelstrap li a {
  color: #fff;
}

.pixelstrap .link-section ul li a {
  color: #000;
}

.nav-link img {
  -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(32%) saturate(4943%) hue-rotate(160deg) brightness(98%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(67%) sepia(32%) saturate(4943%) hue-rotate(160deg) brightness(98%) contrast(84%);
}
