.footer {
  color: #fff;
  background-color: var(--black);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.25;
  padding-top: 5.6rem;
  padding-bottom: 1.6rem;
}

/* Fix for edge - Works just on microsoft edge */
@supports (-ms-ime-align: auto) {
  .footer {
    box-shadow: 0 1px 0 0 #454547;
  }
}

@media screen and (min-width: 1440px) {
  .footer .container-fluid {
    padding-left: 283px;
  }
}

.footer .widget {
  margin-bottom: 4rem;
}

.footer .widget-title,
.widget-links a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.25;
  text-transform: uppercase;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}

.footer .widget-title a {
  color: inherit;
}

.footer .widget-title:after,
.widget-links a:after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #727274;
}

.widget-links a {
  margin-bottom: 3.8rem;
}

.footer .widget-title a:hover,
.footer .widget-title a:focus,
.widget-links a:hover,
.widget-links a:focus {
  color: var(--light-blue);
}

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

.footer-list li {
  margin-bottom: 0.5rem;
}

.footer-list a {
  color: #969698;
}

.footer-list a:hover,
.footer-list a:focus {
  color: var(--light-blue);
}
.widget-about a {
  color: #fff;
}

.widget-about a:hover,
.widget-about a:focus {
  color: var(--light-blue);
}

.footer .widget-about {
  position: relative;
  font-size: 1.2rem;
  padding-left: 6rem;
}

.footer .widget-about:before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  top: -1.6rem;
  bottom: -2rem;
  width: 0.1rem;
  background-color: #727274;
}

.footer .widget-about .widget-title {
  padding-bottom: 0;
  color: #36ace2;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: -0.2rem;
  text-transform: capitalize;
}

.footer .widget-about .widget-title:after {
  display: none;
}

.footer .widget-about address {
  font-style: normal;
  line-height: 1.75;
  bottom: 0;
}

.copyright {
  margin-bottom: 0.6rem;
}

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

  display: flex;

  align-items: center;
}

.footer-menu li + li:before {
  content: "|";
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.footer .social-icons {
  margin-top: 1.4rem;
  margin-bottom: 1.6rem;
}

.footer .social-icon {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}

.footer .social-icon + .social-icon {
  margin-left: 2.2rem;
}

.footer .social-icon .icon-facebook {
  font-size: 1.5rem;
}

.footer .social-icon .icon-twitter {
  font-size: 1.3rem;
}

.footer .social-icon .icon-youtube {
  font-size: 1.8rem;
}

.footer .social-icon:hover,
.footer .social-icon:focus {
  color: #36ace2;
}

/* Scroller - To Top */
#scroller {
  position: fixed;
  bottom: 5rem;
  right: 3.5rem;

  display: flex;

  align-items: center;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  cursor: pointer;
  z-index: 999;
  width: 6.4rem;
  height: 5rem;
  padding-top: 2.5rem;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.1;
  text-align: center;
  opacity: 0;
  text-transform: uppercase;
  transition: all 0.35s ease;
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  color: #515151;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8' %3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27' height='14'%3E%3Cpath fill='none' stroke='rgb(72,183,229)' stroke-width='1' stroke-linecap='square' stroke-miterlimit='4' transform='matrix(0.96 0 0 0.96 0.399902 1)' d='M0 13L13 0L26.5 13.5' /%3E%3C/svg%3E");
  background-position: center 11px;
  background-repeat: no-repeat;
}

#scroller i {
  margin-top: -0.2rem;
}

#scroller.js-scroller-show {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroller:hover,
#scroller:focus {
  color: #fff;
  background-color: var(--light-blue);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8' %3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27' height='14'%3E%3Cpath fill='none' stroke='rgb(255,255,255)' stroke-width='1' stroke-linecap='square' stroke-miterlimit='4' transform='matrix(0.96 0 0 0.96 0.399902 1)' d='M0 13L13 0L26.5 13.5' /%3E%3C/svg%3E");
}

@media screen and (max-width: 1199px) {
  .footer {
    padding-left: 0;
  }

  .footer .widget-about {
    padding-left: 4rem;
  }
}

@media screen and (max-width: 1040px) {
  .footer .widget-about {
    padding-left: 0;
  }

  .footer .widget-about:before {
    display: none;
  }

  .footer .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media screen and (min-width: 1600px) {
  .footer .widget-about:before {
    left: 0;
  }
}
