.footer-main{
  width: 100%;
  height: auto;
  margin: auto;
  background: linear-gradient(to right, rgba(214, 74, 74,.6), rgba(255, 194, 96,.6)), center no-repeat;
  position: relative;
  padding: 20px 0px;
  overflow-x: hidden;
  transition: .5s;
}

.footer-social{
  width: 100%;
  height: auto;
  margin: auto;
  transition: .5s;
}

.footer-social ul{
  margin: 0px;
  padding: 0px;
  text-align: center;
  transition: .5s;
}

.footer-social ul li{
  display: inline-block;
  width: 50px;
  height: 70px;
  margin: 0px 10px;
  transition: .5s;
}

.footer-social ul li a{
  color: #3e3e3e;
  font-size: 25px;
  transition: .5s;
}

.footer-social ul li a i{
  font-size: 25px;
  line-height: 50px;
  transition: .5s;
}

.FAfooter{
  cursor: pointer;
  font-size: 25px;
  color: #a83a3a;
  transition: .5s;
}

.footer-copyright{
  width: 100%;
  height: auto;
  margin: auto;
  transition: .5s;
}

.footer-copyright p{
  text-align: center;
  font-size: 12px;
  color: #ce6574;
  transition: .5s;
}

/* === SCROLL ON TOP === */

.gotopbtn{
  position: fixed;
  width: 50px;
  height: 50px;
  background: #a04040;
  opacity: .7;
  bottom: 40px;
  right: 50px;

  text-decoration: none;
  text-align: center;
  line-height: 45px;
  color: white;
  font-size: 22px;

  border-radius: 6px;
  border: 2px solid #555;
  transition: .5s
}

.gotopbtn:hover{
  color: white;
  text-decoration: none;
  background: #a04040;
  opacity: 1;
}
