@media (max-width: 435px) {
.full-width {
	width: 100%;
}
.full-width img {
	margin: 0 auto 10px;
}
.hm-services ul {
	text-align: center;
}
.hm-services li {
	width: 100%;
}
.hm-services li img {
    margin: 0 auto;
}
}
@media (min-width: 436px) and (max-width: 667px) {
.hm-services li {
	width: 19%;
}
}
@media (max-width: 767px) {
.biz-logo img {
	margin: 0 auto;
}
.header-contact {
	padding: 10px 0;
	text-align: center;
}
.navbar-collapse {
    padding: 0 15px;
}
.navbar-default .navbar-brand {
    display: block;
}
.navbar-default .navbar-nav > li > a {
	border-right: none;
	padding: 12px 15px;
}
.banner {
	//background: url(../images/banner.jpg) no-repeat center center / cover;
	//margin-bottom: 10px;
}
.banner .img-100 {
   // display: none;
   // display: inline-block;
}
.banner .box {
	//position: static;
}
h2 {
    font-size: 25px;
    line-height: 30px;
}
.testimonial-title h2 {
    font-size: 30px;
}
.client-name > h4 {
    text-align: left;
}
.top-footer {
    padding-top: 25px;
}
.footer-nav {
    padding: 0;
}
}
@media (min-width: 768px) and (max-width: 980px) {
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding: 10px 12px;
    text-transform: capitalize;
}
.top-footer {
    padding-top: 25px;
}
.footer-nav {
    padding: 0;
}


}
@media (min-width: 981px) and (max-width: 1024px) {
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
}


}
@media (min-width: 768px) and (max-width: 1024px) {
h2 {
    font-size: 25px;
    line-height: 30px;
}
.testimonial-title h2 {
    font-size: 30px;
}

}

/*@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
*/
