.consulting-rev-title{
  font-size: 60px;
  line-height: 60px;
  color: $stm_base_color;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.009em;

  mark {
    color: $stm_secondary_color;
  }
}

.consulting-rev-title-2{
  font-size: 36px;
  line-height: 42px;
  color: $stm_base_color;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.consulting-rev-title-3{
  font-size: 45px;
  line-height: 45px;
  color: $stm_base_color;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.06em;

  &:after {
    content: "";
    display: block;
    width: 36px;
    height: 6px;
    background-color: $stm_third_color;
    margin-top: 14px;
    border-radius: 3px;
  }

  &.no_stripe {
    &:after {
      content: none;
    }
  }
}

.consulting-rev-title-icon{
  font-size: 72px;
  color: $stm_secondary_color;
  padding-left: 1px;
}

.consulting-rev-text{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: $stm_base_color;
  line-height: 30px;
  font-size: 20px;
}

.consulting-rev-text-2{
  color: $stm_base_color;
  line-height: 22px;
  font-size: 14px;
}

.tp-caption{
  .button{
    transition: all .3s ease !important;
    margin-right: 16px;
  }
}

body .tparrows{
  width: 45px;
  height: 45px;
  background: none;
  border: 3px solid #bac1c6;
  @include transition();
  &:hover{
    background: $stm_base_color;
    border-color: $stm_base_color;
    &:before{
      color: #fff;
    }
  }
  &.tp-leftarrow{
    &:before{
      content: "\f053";
      padding: 0 3px 0 0;
    }
  }
  &.tp-rightarrow{
    &:before{
      content: "\f054";
      padding: 0 0 0 3px;
    }
  }
  &:before{
    @include fa();
    font-size: 19px;
    line-height: 40px;
    color: #bac1c6;
  }
}

body{
  .tp-bullets{
    .tp-bullet{
      width: 4px;
      height: 4px;
      background: $stm_secondary_color;
      box-sizing: content-box;
      margin: 2px;
      padding: 0;
      @include border-radius(50%);
      &.selected{
        background: $stm_base_color;
        padding: 2px;
        margin: 0;
      }
    }
  }
}