.img-responsive {
  width: 100%;
}

.benner {
  background-image: url(../resorce/images/benner-main.jpg);
  height: 285px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inno-hover-image-padding {
  padding: 20px;
}

.service-item {
  margin: 20px;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #eee;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #00340c;
  cursor: pointer;
  transition: background 0.1s linear;
}

.service-item:hover {
  background-color: #00340c;
  color: white;
}
.service-item-image-auditAndAssurance {
  background-image: url(../resorce/images/benner-audit-and-assurance.jpg);
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-item-image-accounting {
  background-image: url(../resorce/images/benner-accounting.jpg);
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-item-image-taxAdvisory {
  background-image: url(../resorce/images/benner-taxAdvisory.jpg);
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-item-image-companyIncorporation {
  background-image: url(../resorce/images/benner-companyIncorporation.jpg);
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-item-image-companySecretarialServices {
  background-image: url(../resorce/images/benner-companySecretarialServices.jpg);
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-icon {
  font-size: 60px;
  padding-top: 10px;
}

.service-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
}

.aboutus-img {
  width: 100%;
}

.contact-title {
  color: #00340c;
}

.bennertext-title {
  color: white;
  text-shadow: 1px 1px #00340c;
  opacity: 0;
  text-align: center;
}

.padding-0 {
  padding-left: 0px;
  padding-right: 0px;
}
