.logo img {
  width: 90%;
}

.is-sticky .logo img {
  width: 80%;
}

#offcanvas-toggler > i {
   display: none;
}

#sp-contact {
  margin: 50px 0 0;
}

.about-us h4 {
  margin-top: 0 !important;
  color: #218d59;
}

#sp-home-intro {
  background: #222;
  padding: 30px;
}

#sp-home-post1 {
  width: 100%;
  max-width: 1170px;
  padding: 30px;
  margin: 0 auto;
}

#sp-home-cat {
  padding: 50px 50px 0 50px;
}

.hp-cat {
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.hp-cat img {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.hp-cat img:hover {
  opacity: 0.3;
}

.hp-cat-desc {
  background: #2bb673;
  color: #fff;
  padding: 30px;
  min-height: 110px;
}

.hp-cat-desc h4 {
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}

.hp-cat-more {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.hp-cat-more a {
  background: #222;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: 600;
}

.hp-cat-more a:hover {
  background: #444;
  color: #fff;
}

.cert-list img {
  border: 2px solid #2bb673;
}

.cert-list img:hover {
  border: 2px solid #000;
  opacity: 1;
}

.is-sticky .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: rgba(0, 0, 0, 0.95);
}

.is-sticky .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #fff;
}

#sp-bottom .sp-module ul > li {
  padding-left: 30px;
}








@media (max-width: 767px) {
  .sp-default-logo.visible-xs {
    width:100%;
    max-width:110px;
  }

  #offcanvas-toggler {
    float: right;
    line-height: 90px;
  }

  #offcanvas-toggler > i {
    color: #222;
    margin-right: 30px;
    font-size: 24px;
    display: block;
  }

  .sp-page-title {
    display: none;
  }

  .djslider-loader-default {
    overflow: unset !important;
  }
}