.logo span {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 991px) {
  .hero {
    height: auto;
  }
  .hero .container {
    padding-top: 30px;
  }
}
.hero-img-container {
  display: flex;
  flex-wrap: wrap;
}
.hero-img-container span {
  margin: 10px;
  width: 295px;
  height: 165px;
  border-radius: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .hero-img-container span {
    width: calc(50% - 20px);
  }
}
.portfolio #portfolio-flters {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .portfolio #portfolio-flters li {
    padding: 2px 14px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 13px;
  }
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.sport-icon-svg {
  filter: invert(63%) sepia(80%) saturate(701%) hue-rotate(169deg) brightness(93%) contrast(92%);
  height: 36px;
  transition: 0.3s;
}
.clients {
  background-color: #F8EB13;
}
.clients img {
  width: 40px;
}
.clients img:hover {
  filter: invert(29%) sepia(7%) saturate(4397%) hue-rotate(180deg) brightness(93%) contrast(84%);
  transform: scale(1.4);
}
.services .icon-box {
  width: 100%;
}
.services .icon-box:hover h4 {
  color: #47b2e4;
}
.services .sliding-container {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .services .sliding-container {
    justify-content: unset;
    flex-wrap: nowrap;
    overflow: scroll;
  }
}
@media screen and (max-width: 991px) {
  .pricing .sliding-container {
    flex-wrap: nowrap;
    overflow: scroll;
  }
}
.pricing .box {
  padding: 20px 20px;
}
.pricing .box img {
  width: 100%;
  margin-bottom: 20px;
}
.pricing .box h3 {
  margin-bottom: 6px;
}
.pricing .box h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.pricing .box h4 sup {
  font-size: 14px;
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: none;
  }
}
.faq .faq-list .answer ul {
  list-style: square;
  padding: 10px 25px;
}
.faq .faq-list .answer li {
  padding: 0;
  margin-top: 0;
}
#footer .footer-newsletter form input[type=text] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("/storage/app/media/paralax.jpg") fixed center center;
}
