body {
  font-weight: 300;
  letter-spacing: 0.3px;
}
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #4caf50;
}
a:focus {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.customers-border {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.btn {
  padding: 10px 24px;
  font-size: 14px;
}
.qx-btn {
  padding: 14px 35px;
  font-size: 14px;
}
.btn,
.qx-btn {
  border-radius: 50px;
  color: #4caf50;
  box-shadow: 0px 0px 12px 0px rgba(108, 108, 108, 0.17);
  background: transparent;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover,
.qx-btn:hover,
.btn.active,
.qx-btn.active {
  background: #67bd6a;
  border-color: #4caf50 !important;
  color: #fff;
}
.btn:focus,
.qx-btn:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.btn.btn-primary,
.qx-btn.btn-primary,
.btn.qx-btn-primary,
.qx-btn.qx-btn-primary {
  background: #4caf50;
  color: #fff;
}
.btn.btn-primary:hover,
.qx-btn.btn-primary:hover,
.btn.qx-btn-primary:hover,
.qx-btn.qx-btn-primary:hover {
  background: #67bd6a;
}
.t3-header {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 5px 0 #ddd;
}
.header1-logo-left #logo {
  float: left;
  position: relative;
  z-index: 1;
}
.header1-logo-left .t3-navbar-collapse.navbar-collapse {
  width: 100%;
}
.logo-image {
  line-height: 60px;
}
.header1-logo-left .navbar-default .navbar-nav > .active:before {
  content: "";
  position: absolute;
  background: #4caf50;
  height: 2px;
  width: 100%;
  top: -1px;
}
.header1-logo-left .navbar-default .off-canvas-toggle {
  color: #787f88;
  float: right;
}
article.item h2 {
  font-size: 38px;
}
.view-article article.item {
  margin-bottom: 20px;
}
.view-article .pagenav {
  margin-top: 40px;
}
.view-article .pagenav li > a {
  border-radius: 40px;
  padding: 10px 24px;
}
.view-article .pagenav li > a:hover,
.view-article .pagenav li > a:focus {
  color: #fff;
}
.view-article .pagenav li.next {
  float: right;
}
.layout-blog .readmore {
  margin-top: 30px;
}
.layout-blog .pagination > li.disabled > a {
  color: #4caf50;
  border-color: #4caf50;
}
.layout-blog .pagination > li > a:hover,
.layout-blog .pagination > li > span:hover,
.layout-blog .pagination > li > a:focus,
.layout-blog .pagination > li > span:focus {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.entry-header h2 a:hover {
  color: #4caf50;
}
.t3-sidebar {
  padding-top: 0;
}
.t3-sidebar .search input.form-control {
  border-radius: 0;
  width: 100%;
}
.t3-sidebar .module-title {
  color: #303842;
}
.t3-sidebar a:hover {
  text-decoration: none;
}
.t3-sidebar ul {
  padding-left: 0;
  margin-left: 0;
}
.t3-sidebar .latestnews li,
.t3-sidebar .mostread li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.t3-sidebar .latestnews li a,
.t3-sidebar .mostread li a {
  color: #666666;
}
.t3-sidebar .latestnews li a:hover,
.t3-sidebar .mostread li a:hover {
  color: #4caf50;
}
.google-home-color {
  background-position-y: 142% !important;
}