.prelements-heading .title-inner {
  position: relative;
}
.prelements-heading .title-inner .title {
  margin-bottom: 11px;
}
.prelements-heading .title-inner .title span {
  color: #6728FF;
  position: relative;
  z-index: 2;
}
.prelements-heading .title-inner .title a {
  color: #333;
}
.prelements-heading .title-inner span.sub-text {
  display: inline-block;
  color: #6728FF;
  font-weight: 500;
  margin-bottom: 14px;
  position: relative;
}
.prelements-heading .title-inner span.sub-text.overlay-yes::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  z-index: -11;
}
.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.gradient-yes .title-inner .title:not(.rs-split-text-enable) span {
  background: linear-gradient(45deg, #6728FF 0%, #121315 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.prelements-heading.gradient-yes .title-inner .title.rs-split-text-enable span > div {
  background: linear-gradient(45deg, #6728FF 0%, #121315 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.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: #6728FF;
  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;
}