.site-footer {
  background-color: #171717;
  color: #9C9C9C;
  padding-top: 38px;
}

.site-footer p + p {
      margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-align: justify;
}
footer p {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-align: justify;
}

@media (min-width: 992px) {
  .fixed-footer .site-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding-top: 58px;
  }
}

.site-footer > .container {
  padding-bottom: 36px;
}

@media (min-width: 992px) {
  .site-footer > .container {
    padding-bottom: 66px;
  }
}

.site-footer .widget-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  margin: 0;
  margin-bottom: 24px;
  padding-bottom: 16px;
  position: relative;
}

.site-footer .widget-title:after {
  background-color: #DCB53B;
  bottom: -1px;
  content: "";
  left: 0;
  height: 1px;
  position: absolute;
  width: 73px;
}

@media (min-width: 992px) {
  .site-footer .widget-title {
    margin-bottom: 34px;
  }
}

.site-footer .widget + .widget {
  margin-top: 16px;
}

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

.site-footer .menu li {
  float: left;
  margin-bottom: 17px;
  width: 50%;
}

.site-footer .menu li.current-page a {
  color: #fff;
  cursor: default;
}

.site-footer .menu a { font-family: "Montserrat", sans-serif; font-size: 12px;
  padding-left: 14px;
  position: relative;
  
}

.site-footer .menu a:before {
  content: "\f105";
  left: 0;
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
}

.site-footer .working-hours td {
  color: #fff;
}

@media (max-width: 991px) {
  .site-footer [class*="col-md"] + [class*="col-md"] {
    margin-top: 25px;
  }
}

.site-footer .widget-title {
  color: #fff;
}

.site-footer a {
  color: inherit;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #D77292;
}

/* Copyright Footer
 * -------------------------------------- */

.copyright-footer {
  background-color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 7px;
  padding-bottom: 12px;
}

.copyright-footer .widget-text {
  margin-top: 7px;
}

.copyright-footer a {
  color: #fff;
}

.copyright-footer p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .copyright-footer [class*="col-md"] {
    text-align: left;
  }

  .copyright-footer [class*="col-md"] + [class*="col-md"] {
    margin-top: 15px;
  }
}/* CSS Document */
