/**
 * Muthelo Responsive CSS
*/
@media screen and (min-width:1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (min-width:1270px) {
  .container {
    padding: 0;
  }
}

@media screen and (max-width:1199px) {
  .muthelo-banner {
    height: 700px;
  }
  .muthelo-banner h2 {
    font-size: 70px;
    line-height: 80px;
  }
  .about-info {
    padding-right: 0;
  }
  .muthelo-logo {
    width: 80px;
  }
}

@media screen and (max-width:992px) {
  .muthelo-navigation {
    padding-left: 45px;
  }
  .muthelo-banner {
    height: 500px;
  }
  .muthelo-banner h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .muthelo-about, .muthelo-work, .muthelo-testimonial, .muthelo-address, .muthelo-contact {
    padding: 70px 0;
  }
  .section-title {
    font-size: 42px;
  }
  .about-info {
    padding-bottom: 20px;
  }
  .work-info {
    padding: 25px 0 0;
  }
  .muthelo-address h3 {
    font-size: 24px;
  }
}

@media screen and (max-width:767px) {
  p {
    font-size: 15px;
    line-height: 24px;
  }
  .muthelo-toggle, .muthelo-close {
    display: inline-block;
  }
  .muthelo-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #ffffff;
    padding: 20px;
    transition: all ease .4s;
    transform: translateX(-100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }
  .muthelo-navigation.open {
    transform: none;
  }
  .muthelo-navigation ul li {
    display: block;
    padding: 10px 0;
  }
  .muthelo-navigation ul li a {
    color: #000000;
  }
  .muthelo-about, .muthelo-work, .muthelo-testimonial, .muthelo-address, .muthelo-contact {
    padding: 50px 0;
  }
  .muthelo-banner {
    height: 400px;
  }
  .muthelo-banner h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .section-title {
    padding-bottom: 10px;
    font-size: 36px;
  }
  .about-info p {
    padding-bottom: 10px;
  }
  .muthelo-work .section-title {
    padding-bottom: 30px;
  }
  .nav-tabs .nav-item {
    margin: 0 6px;
  }
  .tab-content {
    padding-top: 10px;
  }
  .work-info h2 {
    font-size: 30px;
  }
  .nav-tabs .nav-link {
    margin-bottom: 15px;
    min-width: 150px;
    font-size: 16px;
  }
  .work-info h3 {
    font-size: 24px;
  }
  .work-info h4 {
    font-size: 18px;
  }
  .owl-carousel .owl-dots {
    padding-top: 25px;
  }
  .muthelo-address iframe {
    height: 250px;
  }
  .muthelo-contact .section-title {
    padding-bottom: 25px;
  }
  .contact-form {
    padding: 40px 30px;
  }
  footer ul {
    padding: 35px 0;
    font-size: 16px;
  }
  footer ul li {
    padding: 0 15px;
  }
  .muthelo-social {
    padding-bottom: 25px;
  }
  .muthelo-clients .owl-carousel .owl-dots {
    display: none;
  }
  .muthelo-logo {
    width: 70px;
  }
}

@media screen and (max-width:479px) {
  .section-title {
    font-size: 32px;
  }
  .work-info h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .contact-form {
    padding: 30px 20px;
  }
  .nav-tabs .nav-item {
    display: block;
  }
  .work-info, [class*="order-"] .work-info {
    padding: 30px 0 0;
  }
  footer ul li {
    padding: 7px 0;
    display: block;
  }
}