/* Widgets */
footer .footer-widgets {
  position:relative;
  clear:both;
  background:#222;
  padding-top:60px;
  padding-bottom:60px;
  background-image:url("../../images/dotted-map.png");
  background-size:contain;
}

footer .footer-widgets h5 {
  color:#fff;
  margin-bottom:20px;
}

footer .footer-widgets a {
  color:#b0b0b0;
}

footer .footer-widgets .footer-menu {
  list-style:none;
  margin:0;
  padding:0;
}

footer .footer-widgets .tags {
  margin-top:16px;
}

footer .footer-widgets .tags .tag {
  border:1px solid #b0b0b0;
}

/* To top */
footer .to-top {
  position:absolute;
  display:block;
  z-index:10;
  left:0;
  right:0;
  top:-25px;
  width:50px;
  height:50px;
  margin:0 auto;
  border-radius:50%;
  color:#fff;
  font-size:18px;
  line-height:46px;
  text-align:center;
  cursor:pointer !important;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

footer .to-top:hover {
  color:#fff;
}

footer .to-top i {
  color:#fff;
}

/* Social */
.footer-social {
  cursor:default;
  line-height:1;
}

.footer-social a {
  margin:0 10px;
}

.footer-social a > i {
  font-size:16px;
  line-height:16px;
  color:#fff;
  width:1.2em;
  text-align:center;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

/* Copyright */
footer .footer-copyright {
  position:relative;
  clear:both;
  background:#1a1a1a;
  padding-top:30px;
  padding-bottom:30px;
}

footer .copyright {
  clear:both;
  margin:0;
  line-height:16px;
  letter-spacing:.5px;

}

footer .copyright a {
  color:#fff;
  font-family:"Poppins", sans-serif;
  font-weight:600;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}
