hr.style-six::before {
  background: #F0F0F0;
  content: "";
  height: 1px;
  left: 25%;
  position: absolute;
  margin-top: -1px;
  width: 50%;
}
hr.style-six::after {
  background: #fff;
  color: #F0F0F0;
  content: '\f107';
  display: inline-block;
  font-family: "fontello";
  font-size: 30px;
  line-height: 35px;
  padding: 0 40px;
  position: relative;
  top: -15px;
}