.arrow_button h5{
  color: #157dc3;"
}


.arrow_button h5>span {
  position: relative;
  text-decoration: inherit;
  speak: none;
}

.arrow_button h5 a {
  padding-right: 36px;
  position: relative;
  display: inline-block;
}

.arrow_button h5 a span {
  letter-spacing: 0;
}

.arrow_button h5 a span:before {
  font-family: 'Fontawesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  color: #000;
  line-height: 30px;
  font-size: 14px;
  position: absolute;
  right: 0;
  width: 26px;
  text-align: center;
  height: 30px;
  top: 50%;
  margin-top: -16px;
  -ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  color: inherit;
  border-color: inherit;
}

.arrow_button h5 a span:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #000;
  height: 1px;
  width: 22px;
  right: 12px;
  top: 50%;
  margin-top: -2px;
  -ms-transform: scale(0,1) translateX(0px);
  -ms-transform-origin: left;
  transform: scale(0,1) translateX(0px);
  transform-origin: left;
  -webkit-transform: scale(0,1) translateX(0px);
  -webkit-transform-origin: left;
  pointer-events: none;
  transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  color: inherit;
  border-color: inherit;
  z-index: 1;
}

.arrow_button h5 a:after {
  border-radius: 100px;
  border: 1px solid rgba(0,0,0,0.3);
  height: 27px;
  width: 27px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  content: ' ';
  display: block;
  pointer-events: none;
  -ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  border-color: inherit!important;
}

.arrow_button h5>span:hover a:after {
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.arrow_button h5>span a:after {}

.arrow_button h5>span:hover a span:before {
  -ms-transform: scale(1,1) translateX(9px);
  -webkit-transform: scale(1,1) translateX(9px);
  transform: scale(1,1) translateX(9px);
}

.arrow_button h5>span:hover a span:after {
  -ms-transform: scale(1,1) translateX(9px);
  -webkit-transform: scale(1,1) translateX(9px);
  transform: scale(1,1) translateX(9px);
}