a, .back-to-top{
 transition: 0.1s all linear; 
}
.custom-header-class a{
  border-bottom:none!important;
}
.custom-header-class a:hover{
  background: rgba(0,0,0,0)!important;
}
.actual-main-content{
  margin: 0px 20px 0px 20px!important;
}
h3{
  padding: 80px 0px 48px 0px!important;
  font-size:24px!important;
}
/*.custom-feature-class{
  margin-bottom:24px;
}*/
.back-to-top{
  text-decoration:none;
  color:white;
  position: fixed;
  bottom: 5em;
  right: 3.0em;
  width: 3.70em;
  height: 3.70em;
  border-radius: 50%;
  background: #a68d76;
  -webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
  -moz-box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
  box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
  border: 1px #a68d76 solid;
  line-height:0px;
  cursor: pointer;
}
.back-to-top svg{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.back-to-top:hover{
 background: #c5b3A2;
 border: 1px #c5b3A2 solid;
}