.mfp-bg {
  z-index: 999999;
}

.mfp-wrap {
  z-index: 999999;
}

.mfp-bottom-bar {
  display: none;
}

.title--sm {
  color: #222;
}

.header__bar.header--fixed .logo {
  padding: 10px 0;
}

.header-nav-menu-mobile {
  background: #f8f8f8;
}

.media-statistic .media__icon {
  margin-left: 0;
  font-size: 65px;
}

.menu a {
  font-size: 14px;
}

.media-about-2 .title-1 {
  margin-bottom: 10px;
}
.media-about-2 .media__text {
  margin-bottom: 10px;
}

.clients .img-client img {
  width: 105px;
}

.contact-info__item .value a {
  color: #000;
}

.img-video {
  position: relative;
}
.img-video::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: "";
}
.img-video .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.specilization .section-title .title-sub {
  color: #fff;
}
.specilization .section-title .title-1 {
  color: #fff;
}
.specilization .media-service .media__title .title a {
  color: #fff;
}
.specilization .media-service .media__title .number {
  color: rgba(241, 89, 39, 0.5);
}
.specilization .media-service .media__text {
  color: rgba(255, 255, 255, 0.7);
}

.map-location {
  margin-bottom: 30px;
}
.map-location iframe {
  border: 10px solid #ccc;
  border-radius: 10px;
  margin-top: -4px;
}

.footer-2 {
  background: #f1f1f1;
}

.clients .row {
  row-gap: 30px;
}
.clients .img-clients img {
  padding: 10px;
  text-align: center;
  min-height: 150px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07);
}

@media (max-width: 575px) {
  .clients .col-md-6.col-lg-3 {
    max-width: 50%;
  }
}

/*# sourceMappingURL=style-new.css.map */
