/*==============================
 *    Section Heading - new
 *    ================================ */
.section-title .sm-title-new {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #ffffff;
  z-index: 9; }
.section-title h2 {
  position: relative;
  z-index: 9; }
.section-title .sm-title:before {
  content: "";
  height: 5px;
  width: 2px;
  position: absolute;
  background: #fff;
  top: 8px;
  left: 0;
  z-index: 1;
  transition: all .4s ease; }
.section-title .sm-title:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0;
  top: 0px;
  background: #3a7e0c; }
.section-title.white .sm-title:after {
  background: #fff; }
.section-title.white .sm-title:before {
  background: #3a7e0c; }

.section-title02 {
  position: relative;
  z-index: 99; }
  .section-title02 span {
    display: inline-block;
    padding: 0 0 0 0.2em;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.333333333;
    letter-spacing: 0.3em;
    background-color: #3a7e0c;
    text-transform: uppercase;
    margin-bottom: 15px; }

.section-title03 span {
  position: relative;
  color: #3a7e0c;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  z-index: 2;
  display: inline-block; }
  .section-title03 span.white:before {
    background-color: rgba(255, 255, 255, 0.15); }
  .section-title03 span:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    left: -7px;
    top: -5px;
    z-index: -1;
    background-color: rgba(254, 124, 0, 0.15); }