
a {
    color: #a278c3 !important;
    text-decoration: none !important;
}
.footer_wrapper {
  background-color: #000;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
.footer_icon{
  margin: 10px 0;
  list-style: none;
  font-size: 20px;
}
.footer_icon li{
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}
.footer_top {
  /* border-bottom: 1px solid #cccccc47; */
  padding-bottom: 0px;
}
.footer_wrapper .footer_logo img {
  width: 200px;
  height: auto;
}
.footer_connect h3 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  font-family: 'Arvo', sans-serif;
  margin: 0 0 10px;
}
.footer_connect h2 {
  font-family: 'Arvo', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.footer_connect a {
  color: #fff;
}
.footer_connect .footer_btn {
  margin: 10px 0;
}
.footer_btn img {
  width: 24px;
  height: auto;
  background: #23d6d0;
  padding: 3px;
  border-radius: 50px;
}
.footer_connect .footer_btn a {
  color: #fff !important;
  padding: 0px 0 0 7px;
  font-size: 16px!important;
  font-weight: 500;
  font-family: "Arvo", serif;
}
.footer_btm_section {
  padding: 30px 0 0;
}
.footer_btm_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_btm_section a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  display: block;
}
.footer_btm_section a:hover {
  text-decoration: underline !important;
}


.footer_copy{
  text-align: center;
  background: #000;
  padding: 10px 0;
  border-top: 1px solid #9c79b54d;
}
.footer_copy .copyright a{
    color: antiquewhite !important;
    font-weight: 600;
}
.copyright p{
  color: #fff;
}
#btn-back-to-top {
    position: fixed;
    bottom: 24px;
    right: 0px;
    z-index: 11111;
    display: none;
    border-radius: 100%;
    background: #9c79b5;
    border: 1px solid #9c79b5;
  }
