/* Extra extra large Layout*/
@media only screen and (min-width: 1201px) and (max-width: 1400px) {}

/* Extra Large Layout */
@media only screen and (min-width: 992px) and (max-width: 1200px) {}

@media (max-width: 1199px) {}

/* Tablet Layout*/
@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* Wide Mobile Layout*/
@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 991px) {}

/* Mobile Layout*/
@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 80px;
  }

  .navbar-nav {
    padding: 12px 0px;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 12px 20px;
  }

  .client-logo {

    max-width: 65%;

  }

  .hero .hero-text .title {
    font-size: 35px;
  }


}

@media only screen and (max-width: 575.98px) {
  .navbar-nav .nav-item .nav-link {
    padding: 12px 20px;
  }

  .navbar-nav {
    padding: 12px 0px;
  }

  .client-logo {

    max-width: 65%;

  }
}

/*# sourceMappingURL=responsive.css.map */