#form input,
#form textarea {
  width: 100%;
  margin: 5px;
  padding: 5px;
  border: 2px inset #ddd;
  background-color: blue;
}
.antispam {
  display: none;
}
#i8-copyright {
  font-family: inherit;
}
.testimonials #customers-testimonials .item span.ti-star {
  background: url("../images/start.svg") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 3px;
  background-size: contain;
}
.testimonials #customers-testimonials .item .shadow-effect {
  position: relative;
  text-align: center;
}
.testimonials #customers-testimonials .item .shadow-effect::after {
  background: url("../images/google-icon.svg");
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 0;
  right: 0;
}
.testimonials #customers-testimonials .item .test-desc {
  overflow: auto !important;
  padding-right: 10px;
  margin: 20px 0;
  text-align: center;
}
section.testimonials .owl-stage-outer .owl-item .item {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  box-sizing: border-box;
}
section.testimonials .owl-stage-outer .owl-item {
  padding: 10px;
}
section.testimonials
  .owl-stage-outer
  .owl-item
  .item
  .shadow-effect
  .test-desc {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
section.testimonials .owl-stage-outer .owl-item .item .testimonial-name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  color: #000;
}
