.button_text_color_hover {
  color: #fff;
}
.single-services-inner .fotorama__arr {
  background-color: rgba(0, 0, 0, 0.8);
  width: 40px;
  height: 40px;
  text-align: center;
}
.single-services-inner .fotorama__arr--prev {
  left: 0;
}
.single-services-inner .fotorama__arr--next {
  right: 0;
}
.single-services-inner .fotorama__arr--next:before {
  content: "\f054";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}
.single-services-inner .fotorama__arr--prev:before {
  content: "\f053";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}
