@charset "UTF-8";
/* IMPORTS */
/* VARIABLES */
/*
 * Cityu Template Theme
 */
/* MIXINS */
.t-back-to-top {
  display: none;
  position: fixed;
  z-index: 50;
  right: 10px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  opacity: 0.75;
  background-color: #717171;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.4s; }
  .t-back-to-top::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #FFF;
    font-size: 27px;
    font-weight: 900; }
  .t-back-to-top:hover {
    opacity: 0.9; }
