/*======================================
	Footer CSS
========================================*/
.footer {
  position: relative;
  padding-bottom: 50px;
  background-image: url("../images/footer/footer-bg.png");
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}

.footer .single-footer.f-about .logo {
  margin-bottom: 20px;
}

.footer .single-footer.f-about .logo img {
  width: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer.f-about .logo img {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .logo img {
    width: 180px;
  }
}

.footer .single-footer.f-about p {
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
}

.footer .single-footer.f-about .call {
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}

.footer .single-footer.f-about .call i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
}

.footer .single-footer.f-about .payments {
  margin-top: 30px;
}

.footer .single-footer.f-about .payments img {
  width: 70%;
}

.footer .single-footer.f-about .social-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.footer .single-footer.f-about .social {
  margin-top: 30px;
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 18px;
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li a {
  color: #fff;
  font-size: 16px;
}

.footer .single-footer.f-about .social li a:hover {
  color: #000000;
}

.footer .single-footer.f-about .copyright-text {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
}

.footer .single-footer.f-about .copyright-text span {
  display: block;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .copyright-text {
    margin-top: 20px;
  }
}

.footer .single-footer.f-about .copyright-text a {
  color: #fff;
  text-decoration: underline;
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 15px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.footer .single-footer.f-link li a:hover {
  color: #000000;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .footer .single-footer.latest-news {
    padding-left: 30px;
  }
}

.footer .single-footer.latest-news .single-head {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.089);
  border-radius: 7px;
}

.footer .single-footer.latest-news .single-news {
  margin-bottom: 20px;
}

.footer .single-footer.latest-news .single-news:last-child {
  margin: 0;
}

.footer .single-footer.latest-news .single-news .date {
  display: block;
  margin-bottom: 10px;
}

.footer .single-footer.latest-news .single-news .date a {
  font-size: 12px;
  color: #fff;
}

.footer .single-footer.latest-news .single-news .date a:hover {
  color: #000000;
}

.footer .single-footer.latest-news .single-news .post-title {
  line-height: 22px;
}

.footer .single-footer.latest-news .single-news .post-title a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.footer .single-footer.latest-news .single-news .post-title a:hover {
  color: #000000;
}

.footer .single-footer h3 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

.footer .footer-bottom-area .inner-content {
  border-top: 1px solid rgba(238, 238, 238, 0.288);
  padding: 35px 0;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .footer .footer-bottom-area .inner-content {
    margin-top: 50px;
    text-align: center;
  }
}

.footer .footer-bottom-area p {
  color: #fff;
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer .footer-bottom-area p {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .footer .footer-bottom-area p {
    margin-bottom: 20px;
  }
}

.footer .footer-bottom-area p a {
  text-decoration: underline;
  color: #fff;
}

.footer .footer-bottom-area p a:hover {
  color: #000000;
}
