/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #000;
  padding: 0 0 10px 0;
  color: #eee;
  font-size: 14px;
  font-family: 'Montserrat';  
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 20px 0;
}

/*#footer .footer-top .footer-info {*/
/*  margin-bottom: 30px;*/
/*}*/

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #0F75BC;
  color: #0F75BC;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 20%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0F75BC;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 26px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 15px;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #0F75BC;
  width: 60px;
}

/*#footer .footer-top .footer-links {*/
/*  margin-bottom: 30px;*/
/*}*/

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #0F75BC;
}

/*#footer .footer-top .footer-contact {*/
  /*margin-bottom: 30px;*/
/*}*/

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer-contact p,
.footer-newsletter p {
  font-size: 14px;
}

.footer-contact strong a {
  color: #fff;
}

.footer-contact strong a:hover {
  color: #0F75BC;
}

/*#footer .footer-top .footer-newsletter {*/
/*  margin-bottom: 30px;*/
/*}*/

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  margin-right: 5px;
  width: 60%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #0F75BC;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0F75BC;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}


.footer-copywritelink {
  color: white;
}

.footer-copywritelink:hover {
  color: #007bff;
}

@media screen and (max-width: 992px) {
.review-top{
  margin-top: 18px;
}
}

@media screen and (max-width: 992px) {

}
