.prelements-heading .title-inner {
  position: relative;
}
.prelements-heading .title-inner .title {
  margin-bottom: 11px;
}
.prelements-heading .title-inner .title span {
  color: #FB5B11;
  position: relative;
  z-index: 2;
}
.prelements-heading .title-inner .title a {
  color: #333;
}
.prelements-heading .title-inner span.sub-text {
  display: inline-block;
  color: #FB5B11;
  font-weight: 500;
  margin-bottom: 14px;
}
.prelements-heading .title-inner span.sub-text img {
  width: 24px;
  height: 24px;
  margin-right: -2px;
}
.prelements-heading .title-inner span.sub-text svg {
  width: 13px;
  height: 15px;
  margin: 0 3px 2px 0;
}
.prelements-heading .description p {
  margin-bottom: 10px;
}
.prelements-heading.draw-line.animate-height .title-inner .title {
  position: relative;
  padding-left: 18px;
}
.prelements-heading.draw-line.animate-height .title-inner .title:after {
  position: absolute;
  content: "";
  left: 0;
  background: #FB5B11;
  transition: all 0.3s ease 0s;
  top: 50%;
  height: 0;
  transform: translateY(-50%);
  width: 8px;
}
.prelements-heading.draw-line.animate-height.start-draw .title-inner .title:after {
  height: 100%;
}
.prelements-heading.draw-line.animate-width .title-inner {
  padding: 18px 0 18px 18px;
  position: relative;
}
.prelements-heading.draw-line.animate-width .title-inner > * {
  position: relative;
  z-index: 1;
}
.prelements-heading.draw-line.animate-width .title-inner:after {
  position: absolute;
  content: "";
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  top: 0;
  bottom: 0;
  width: 0;
}
.prelements-heading.draw-line.animate-width.start-draw .title-inner:after {
  width: 150px;
}