#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #30a7df;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 30px;
  display: none;
  transition: all 0.2s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 7px;
  top: 0px;
  font-size: 26px;
  transition: all 0.2s ease;
}

#return-to-top:hover {
  background-color: rgba(15, 116, 163, 0.8);
}

#return-to-top:hover i {
  color: #fff;
  top: -5px;
}
/*# sourceMappingURL=scrolltotop.css.map */