@media (max-width: 1600px) {
  .container {
    max-width: 1140px;
  }
  body section.header .container .row .head-right .menu ul li {
    padding: 0 10px;
  }
}

@media (max-width: 1366px) {
  .container {
    max-width: 1140px;
  }
  body section.header .container .row .head-right .menu ul li {
    padding: 0 10px;
  }
  body section.services .container .row .owl-service .srv-box h5 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  body section.header .container {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  body section.header .container .row .head-right .menu ul li {
    padding: 0 5px;
  }
  body section.about .container .row .about-out .about-in {
    padding-left: 150px;
  }
  body section.about .container .row .about-out .about-in h2 {
    width: 70%;
  }
  body section.project .container .row .project-out .owl-nav {
    position: absolute;
    bottom: -80px;
  }
  body section.project .container .row .project-out .item .project-left h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  body section.team .container .row .team-out .team-in {
    padding-left: 150px;
  }
  body section.team .container .row .team-slider-out .team-slider .team-cont .singl-img {
    top: 60px;
    width: 30%;
  }
  body section.team .container .row .team-slider-out .team-slider .team-cont .team-right .team-det {
    top: 50px;
    width: 50%;
  }
  body section.team .container .row .team-slider-out .team-slider .team-cont .team-right .team-det h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .sky-tab-content-1, .sky-tab-content-2 {
    overflow-x: scroll !important;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  body section.header .container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  body section.about .container .row.about-wraper .about-right {
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .sky-tab-content-1, .sky-tab-content-2 {
    overflow-x: hidden !important;
  }
}
/*# sourceMappingURL=mediaquery.css.map */