body {
  font-family: "Cairo", sans-serif;
}

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

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

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

.rev-text-1, .rev-text-2, .rev-text-3, .rev-text-4, body, h1, h2, h3, h4, h5, h6, html {
  font-family: "Cairo", sans-serif;
}

.media-about .title-sub {
  font-size: 17px;
}
.media-about .media__text {
  font-size: 16px;
  margin-bottom: 40px;
}

.header-1 .header-nav-menu {
  margin-left: 47px;
  margin-right: 0;
}

.header__bar {
  transition: 0.25s all ease-in-out;
}
.header__bar .container-fluid {
  padding: 0 80px;
}
.header__bar .menu-item a {
  font-size: 18px;
  transition: 0.25s all ease-in-out;
}
.header__bar .logo img {
  transition: 0.25s all ease-in-out;
}
.header__bar .list-social__item a {
  font-size: 17px;
}
.header__bar.header--fixed .menu-item a {
  font-size: 15px;
}
.header__bar.header--fixed .logo img {
  width: 180px;
}
.header__bar.header--fixed .list-social__item a {
  font-size: 15px;
}

.sub-menu {
  left: auto;
  right: 0;
  z-index: 999999;
}

.menu-mobile .menu-item a {
  padding: 10px 15px 10px 25px;
  font-size: 14px;
}
.menu-mobile .menu-item.menu-item-has-children a::after {
  right: auto;
  left: 0;
}
.menu-mobile .menu-item .sub-menu {
  border-bottom: 2px solid;
}
.menu-mobile .menu-item .sub-menu .menu-item a {
  padding-right: 30px;
}

.header-mobile .header-mobile__bar {
  padding: 0;
}

.widget-address ul li {
  font-size: 15px;
}

.widget_pages ul li a {
  font-size: 15px;
}

.clients {
  padding-bottom: 50px;
  z-index: 10;
  background-color: transparent;
  position: relative;
}
.clients .row {
  gap: 30px;
}
.clients .content-client .img-client {
  margin-bottom: 0;
}
.clients .content-client .img-client img {
  max-width: 200px;
}

.media-testi .media__text {
  font-size: 16px;
  line-height: 1.65;
}
.media-testi .job {
  font-size: 14px;
}

.list-social-2 .list-social__item a {
  font-size: 18px;
}
.list-social-2 .list-social__item:first-child a {
  padding-left: 8px;
}

.banner-inner-page {
  position: relative;
}
.banner-inner-page .img-inner {
  position: relative;
  z-index: 10;
}
.banner-inner-page .img-inner img {
  width: 100%;
  height: auto;
}
.banner-inner-page .content-inner {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-inner-page .content-inner .text-inner {
  text-align: center;
}
.banner-inner-page .content-inner .text-inner h3 {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.banner-inner-page .content-inner .text-inner .breadcrumb {
  justify-content: center;
  gap: 20px;
  background: none;
  margin: 0;
  padding: 0;
}
.banner-inner-page .content-inner .text-inner .breadcrumb li:first-child {
  position: relative;
}
.banner-inner-page .content-inner .text-inner .breadcrumb li:first-child::after {
  content: "/";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.banner-inner-page .content-inner .text-inner .breadcrumb li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  transition: 0.25s all ease;
  font-weight: 600;
}
.banner-inner-page .content-inner .text-inner .breadcrumb li a.active {
  color: #fff;
}
.banner-inner-page .content-inner .text-inner .breadcrumb li a.active:hover {
  color: #9A7C3C;
}

.gallery .media-project {
  margin-bottom: 30px;
}
.gallery .media-project .line {
  transform: rotateY(180deg);
}
.gallery .media-project .line.line--bottom {
  transform: rotateY(0deg) rotateX(180deg);
}

.contact-info__item p {
  font-size: 18px;
}

.menu-item-has-children:hover > .sub-menu {
  top: 80%;
}

.sticky-social {
  position: fixed;
  left: 40px;
  bottom: 40px;
  width: 60px;
  height: auto;
  z-index: 99999999999;
}
.sticky-social ul {
  display: grid;
  row-gap: 10px;
  margin-bottom: 0;
}
.sticky-social ul li a {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  border: 2px solid var(--color);
  transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
  position: relative;
  left: calc(-3 * 40px);
}
.sticky-social ul li a:hover {
  color: var(--color);
  background-color: #fff;
}
.sticky-social ul li a.active {
  left: 0;
  transition: left 0.25s ease-in-out var(--delay), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

.video {
  padding: 100px 0;
  background: url(../images/bg-footer-01.jpg) fixed no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.video .video-content {
  position: relative;
  z-index: 11;
  text-align: center;
}

.services .row {
  row-gap: 30px;
}
.services .media-service {
  margin: 0;
  padding: 20px;
}
.services .media-service .media__title .title {
  font-size: 18px;
  color: #222;
}

.activities .row {
  row-gap: 30px;
}
.activities .media-service {
  padding: 20px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  margin: 0;
}
.activities .media-service .media__img {
  margin-bottom: 0;
}
.activities .media-service .media__title {
  margin: 0;
}
.activities .media-service .media__title .title {
  font-size: 18px;
  color: #222;
}
.activities .media-service:hover .media__img {
  transform: none;
}

@media (min-width: 1790px) {
  .wrap--w1790 {
    max-width: 100%;
  }
  .header__bar .container-fluid {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .wrap--w1790 {
    max-width: 100%;
  }
  .header__bar .container-fluid {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .clients {
    padding: 0 15px 50px;
  }
  .clients .row {
    gap: 30px 10px;
  }
  .clients .content-client .img-client img {
    max-width: 130px;
  }
  .media-about .media__img {
    max-width: 320px;
    margin: 50px auto 0;
  }
  .media-about .media__img img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .clients {
    padding: 0 15px 50px;
  }
  .clients .row {
    gap: 30px 10px;
  }
  .clients .content-client {
    width: calc(50% - 10px);
  }
  .clients .content-client .img-client img {
    max-width: 100%;
  }
  .media-about .media__img {
    max-width: 100%;
  }
  .rev_slider .tp-parallax-wrap {
    left: 50% !important;
    transform: translateX(-50%) !important;
    transform-origin: center !important;
    width: 100%;
  }
  .rev_slider .tp-parallax-wrap * {
    width: 100%;
    left: 50% !important;
    transform-origin: center !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .banner-inner-page {
    background: url(../images/slider/banner.jpg);
  }
  .banner-inner-page .img-inner {
    display: none;
  }
  .banner-inner-page .content-inner {
    padding: 100px 0;
    position: initial;
  }
}

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