.footer {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .footer {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 80px 0;
  }
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer a {
  color: #fff;
}
@media (hover: hover) {
  .footer a:hover {
    text-decoration: none;
  }
}
.footer .about-detail {
  max-width: 80%;
}
.footer .about-detail h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.footer .social-links li {
  margin: 0 13px;
}
.footer .social-links li:first-child {
  margin-left: 0;
}
.footer .social-links li a {
  width: 100%;
  max-width: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
}
@media (min-width: 1200px) and (hover: hover) {
  .footer .social-links li a:hover {
    color: #d76947;
  }
}
.footer .social-links li a svg {
  width: 100%;
  height: 100%;
}
.footer .footer-links h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer .footer-links ul li {
  margin-bottom: 10px;
}
.footer .footer-links ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-links ul li a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.footer .footer-links ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #d76947;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (hover: hover) {
  .footer .footer-links ul li a:hover {
    color: #d76947;
  }
  .footer .footer-links ul li a:hover::after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.footer .scroll-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background-color: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-box-shadow: 0 0 1px 1px #Ccc;
          box-shadow: 0 0 1px 1px #Ccc;
  display: none;
}
.footer .scroll-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  background-color: #d76947;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
  border-radius: 50%;
}
@media (hover: hover) {
  .footer .scroll-top:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 1px 1px #d76947;
            box-shadow: 0 0 1px 1px #d76947;
  }
  .footer .scroll-top:hover svg {
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
    -webkit-animation: arrow linear 1s infinite;
            animation: arrow linear 1s infinite;
    will-change: transform;
  }
  .footer .scroll-top:hover::after {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  @-webkit-keyframes arrow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    30% {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
    70% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes arrow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    30% {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
    70% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.footer .scroll-top svg {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
}
.footer .footermobile-links .accordion {
  background-color: #000;
}
.footer .footermobile-links .accordion .card-header,
.footer .footermobile-links .accordion .card-body {
  background-color: hsl(0, 0%, 0%);
  padding-inline: 0;
}
.footer .footermobile-links .accordion .card-body {
  padding-top: 0;
}
.footer .footermobile-links .accordion .card {
  border: 0;
  border-bottom: 1px solid #fff;
}
.footer .footermobile-links .accordion .btn-link {
  color: #fff;
  padding-inline: 0;
  text-transform: uppercase;
  width: 100%;
  text-align: start;
  position: relative;
}
.footer .footermobile-links .accordion .btn-link::after, .footer .footermobile-links .accordion .btn-link::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1.5px;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.footer .footermobile-links .accordion .btn-link::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.footer .footermobile-links .accordion .btn-link:not(.collapsed) {
  color: #d76947;
  text-shadow: 0 0 0 #d76947;
}
.footer .footermobile-links .accordion .btn-link:not(.collapsed)::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.footer .footermobile-links .accordion .btn-link:not(.collapsed)::after, .footer .footermobile-links .accordion .btn-link:not(.collapsed)::before {
  background-color: #d76947;
}
@media (hover: hover) {
  .footer .footermobile-links .accordion .btn-link:hover {
    text-decoration: none;
  }
}
.footer .footermobile-links .accordion .btn-link:focus {
  text-decoration: none;
}