/* Tablet Layout: 768px. */
@media only screen and (min-width: 992px) and (max-width: 1110px) {


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-content-header {
    width: 100%;
    text-align: center;
  }
  .right-content-header {
    width: 100%;
    text-align: center;
  }
  .header-middle-area .logo-area {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-top-area .header-top-left ul li {
    margin-right: 5px;
    font-size: 12px;
  }
  .main-logo {
    padding: 0;
  }
  .right-banner {
    margin-left: 0;
  }
  .counter-wrapper .counter-column {
    width: 49.50%;
  }
  .counter-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter-wrapper .counter-column {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .about-us-section {
    padding: 20px 40px 5px;
  }
  .text-copy-text {
    text-align: center;
  }
  .link-text-text {
    text-align: center;
  }
  .footer-social-icon {
    width: 50%;
  }
  .about-image-box {
    display: none;
  }



}



/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .client-log-section {
    padding: 20px 15px 40px;
  }
  .logo-area img {
    width: 70%;
  }
  .left-content-header {
    width: 100%;
  }
  .right-content-header {
    width: 100%;
  }
  .header-middle-area .logo-area {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-logo {
    padding: 0;
  }
  .right-banner {
    margin-left: 0;
    padding-top: 5px;
  }
  .right-banner h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .right-banner h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .right-banner h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .logo-area {
    text-align: center;
    padding: 0 60px;
  }
  .top-text-left a {
    padding-right: 0;
  }
  .top-text-left a:last-child {
    padding-left: 10px;
  }
  .top-text-left {
    text-align: center;
  }
  .social-top-icon {
    width: 100%;
    justify-content: center;
  }
  .counter-wrapper .col-md-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.client-log-section .section-title h2 {
  margin-bottom: 15px;
}
.counter-wrapper .counter-column {
  width: 100%;
}
.counter-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.counter-wrapper .counter-column {
    padding-top: 20px;
    padding-bottom: 20px;
}
.owl-theme .owl-nav {
    margin-top: -219px;
}
.theme-default .nivoSlider img {
  height: 220px;
  width: 100% !important;
}
.nivo-caption {
  font-size: 16px;
  line-height: 1;
  padding: 5px;
}
.about-us-section {
  padding: 10px 20px 0px;
}
.business-area-section {
  padding: 30px 20px 30px;
}
.text-copy-text {
  text-align: center;
}
.link-text-text {
  text-align: center;
}
.contact-page {
  padding: 25px 20px;
}
.gallery-page {
    padding: 25px 40px 40px;
}
.image-box-three {
    display: none;
}
.image-box-one {
    display: none;
}
.section-title-2 h2 {
    font-size: 30px;
}
.section-title-about h6 {
  margin-top: 25px;
}
.section-title-about h2 {
    font-size: 30px;
}
.section-title-about {
    margin-bottom: 10px;
}




}


/* Wide Mobile Layout: */

@media only screen and (min-width: 480px) and (max-width: 767px) {



}
