@media only screen and (max-width: 7000px) {
  .page-wrapper {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1499px) {

  .main-header .header-upper .inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1199px) {

  .main-header .other-links .link-box {
    display: none;
  }

  .main-menu .navigation>li {
    margin-right: 30px;
  }

  .main-header .nav-outer .main-menu {
    display: none !important;
  }

  .main-header .nav-outer {
    float: right;
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
  }

  .nav-outer .mobile-nav-toggler {
    display: block;
  }

  .sec-title h2 {
    font-size: 60px;
    line-height: 1em;
  }

  .parallax-section .content-box h2 {
    font-size: 60px;
  }

  .agency-section .left-col .inner {
    padding-right: 0;
  }

  .page-banner h1 {
    font-size: 70px;
    line-height: 1em;
  }
}

@media only screen and (min-width: 768px) {

  .main-menu .navigation>li>ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {

  .discover-section,
  .sponsors-section-two {
    padding: 90px 0px 60px;
  }

  .we-do-section {
    padding: 210px 0px 60px;
  }

  .page-banner .inner-container {
    padding: 220px 0px 100px;
  }

  .parallax-section {
    padding: 80px 0px;
  }

  .agency-section {
    padding: 90px 0px 50px;
  }

  .parallax-section .content-box h2 {
    font-size: 48px;
  }

  .sec-title h2 {
    font-size: 50px;
    line-height: 1.05em;
  }

  .facts-section,
  .facts-section.alternate {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .fact-counter .column .inner {
    padding-top: 0;
  }

  .fact-counter .column .inner:before {
    display: none;
  }

  .page-banner h1 {
    font-size: 60px;
    line-height: 1.05em;
  }

  .page-banner .shape-1,
  .page-banner .shape-2 {
    display: none;
  }

  .page-banner .inner-container {
    padding: 180px 0px 50px;
  }
}

@media only screen and (max-width: 767px) {

  .sec-title h2 {
    font-size: 42px;
    line-height: 1.15em;
  }

  .fact-counter .column .inner .count-outer {
    font-size: 64px;
    line-height: 1em;
  }

  .parallax-section .content-box h2 {
    font-size: 42px;
  }

  .page-banner h1 {
    font-size: 48px;
  }
  img#thm-logo {
    width: 100%;
}
}

@media only screen and (max-width: 599px) {

  .sec-title h2 {
    font-size: 36px;
    line-height: 1.15em;
  }

  .parallax-section .content-box h2 {
    font-size: 32px;
    line-height: 1.1em;
  }

  .default-tabs .tab-buttons .tab-btn {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }

  .default-tabs .tabs-content {
    padding-top: 10px;
  }

  .discover-block .inner-box {
    padding-left: 0;
  }

  .discover-block .cap-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    max-width: 100%;
    width: auto;
  }

  .discover-block .cap-inner {
    padding: 30px 80px 30px 20px;
  }

  .sponsors-section-two {
    text-align: center;
  }

  .page-banner h1 {
    font-size: 48px;
    line-height: 1.1em;
  }

  .discover-block .cap-inner h5 {
    font-size: 24px;
  }

  .page-banner .bread-crumb li:before {
    display: none;
  }

  .page-banner .bread-crumb li {
    padding: 0;
    margin: 0 7px !important;
  }
}

@media only screen and (max-width: 479px) {

  .page-banner h1 {
    font-size: 42px;
  }

  .main-header .nav-outer {
    order: 1;
  }

  .main-header .header-upper .inner-container {
    display: flex;
  }
}
