/* ==================== SCROLL TO TOP ==================== */
.scrolltop {
  display:none;
  width:100%;
  margin:0 auto;
  position:fixed;
  bottom:20px;
  right:10px; 
}

.scroll {
  position:absolute;
  right:20px;
  bottom:20px;
  background:#b2b2b2;
  background:rgba(178,178,178,0.7);
  padding:7px;
  text-align: center;
  margin: 0 0 0 0;
  cursor:pointer;
  transition: 0.5s;
  border-radius: 6px;   
}

.scroll:hover {
  background:rgba(178,178,178,1.0);
}

.scroll .fas {
  font-size:25px;
  margin-top:-5px;
  margin-left:1px;
}