@media only screen and (min-width: 320px) and (max-width: 991px) {
  .header .site-title {
    margin-top: 5px;
  }
  .header .site-menu-icon {
    margin-top: 0;
  }
  .header .site-menu-icon a {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .header .header-menu {
    display: none;
    top: 28px;
  }
  .header .header-menu ul {
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
  }
  .header .header-menu ul li {
    width: 100%;
  }
  .header .header-menu ul li a {
    float: left;
    width: 100%;
    padding: 5px 15px 5px 15px;
    margin: 0px;
  }
  .header .header-menu ul li ul, .header .header-menu ul li .sub-menu {
    top: 0px;
    width: 100%;
    position: relative;
    display: block;
    border: 1px solid #fff;
    padding: 10px 4px 10px 13px;
  }
  .header .header-menu ul li ul li ul, .header .header-menu ul li ul li .sub-menu, .header .header-menu ul li .sub-menu li ul, .header .header-menu ul li .sub-menu li .sub-menu {
    position: relative;
    display: block !important;
    left: 0px;
    border: 1px solid #fff;
    padding: 0px 4px 10px 13px;
  }
  .header .header-menu ul .menu-item-has-children a {
    padding: 5px 5px 5px 5px;
  }
  .header .header-menu ul .menu-item-has-children a:after {
    right: 0px !important;
    content: "\f078" !important;
    font-family: 'FontAwesome';
  }
  .shrink .site-menu-icon a {
    bottom: 10px;
  }
  .shrink .header-menu {
    top: 14px !important;
  }
  .colony-nav {
    display: none;
  }
  .testimo {
    text-align: center;
  }
  .testimo .testi-img {
    float: none;
    display: inline-block;
    margin-bottom: 30px;
  }
  .testimo .testi-content {
    float: none;
    display: inline-block;
    padding-left: 0;
  }
  .testimo .testi-content .quote {
    background-position: 50% 100%;
  }
  .testi-wrap .owl-nav, .testi-wrap .owl-dots {
    display: none;
  }
  .client-logo img {
    margin-bottom: 20px;
  }
  .blog-row {
    float: left;
    display: inline-block;
  }
  .blog-row .short-code-blog {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (width: 812px) and (height: 375px) {
	.h-link .h-link-br{
		margin-bottom:35px !important;
	}
}

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