﻿body {
  margin: 0;
  font-family: "manrope-regular";
  background: #ffffff;
}

.footer {
  background-image: url("/assets/images/bg-ft.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 45px;
  font-size: 13pt;
  padding-top: 45px;
}
.footer .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.footer .container-custom {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
.footer a {
  transition: 0.3s;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
  outline: none;
  text-decoration: none;
}
.footer .footer {
  position: relative;
  padding-top: 45px;
  background: #fff;
}
.footer .footer-about,
.footer .footer-contact,
.footer .footer-links,
.footer .footer-project {
  position: relative;
  margin-bottom: 45px;
  color: #fff;
}
.footer .footer-about h3,
.footer .footer-contact h3,
.footer .footer-links h3,
.footer .footer-project h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.footer .footer-about h3::after,
.footer .footer-contact h3::after,
.footer .footer-links h3::after,
.footer .footer-project h3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #fff;
}
.footer .footer-social {
  position: relative;
  margin-top: 20px;
}
.footer .footer-social p {
  color: #fff;
}
.footer .footer-social i {
  color: #fff;
}
.footer .footer-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 35px;
}
.footer .footer-social a:hover {
  color: #ffffff;
  background: #0085ff;
  border-color: #0085ff;
}
.footer .footer-social a:hover i {
  color: #fff;
}
.footer .footer-contact p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}
.footer .footer-contact i {
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
}
.footer .footer-contact a:last-child i {
  margin: 0;
}
.footer .footer-contact a:hover i {
  color: #0085ff;
}
.footer .footer-links a {
  display: block;
  margin-bottom: 6px;
  padding-left: 15px;
  color: #fff;
}
.footer .footer-links a:last-child {
  margin: 0;
}
.footer .footer-links a:hover {
  color: #e51010;
  letter-spacing: 1px;
  box-shadow: none;
  filter: brightness(1.5);
}
.footer .footer-links a i {
  margin-right: 8px;
  font-size: 12pt;
}
.footer .footer-project {
  float: left;
  font-size: 0;
}
.footer .footer-project a {
  padding: 0 8px 8px 0;
  display: block;
  width: 33.33%;
  float: left;
}
.footer .footer-project a img {
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
  height: 70px;
}
.footer .footer-newsletter {
  margin-bottom: 35px;
  max-width: 700px;
  text-align: center;
  color: #fff;
}
.footer .footer-newsletter form .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.footer .footer-newsletter form .form-control::placeholder {
  font-size: 14px;
}
.footer .footer-newsletter form .form-control {
  height: 50px;
  border-radius: 10px;
}
.footer .footer-newsletter form .btn {
  border-radius: 10px !important;
}
.footer .footer-newsletter form .btn.btn-primary {
  background: #3b5d50;
  border-color: #3b5d50;
  height: 100%;
}
.footer .copyright {
  position: relative;
  padding: 25px 0;
  background: #999;
}
.footer .copyright .copy-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer .copyright .copy-text p a {
  color: #fff;
  text-decoration: underline;
}
.footer .copyright .copy-text p a:hover {
  color: #333;
}
.footer .copyright .copy-menu {
  position: relative;
  font-size: 0;
  text-align: right;
}
.footer .copyright .copy-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .copyright .copy-menu a:hover {
  color: #333;
}
.footer .copyright .copy-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media (max-width: 767.98px) {
  .footer .copyright .copy-text,
  .footer .copyright .copy-menu {
    text-align: center;
  }
  .footer .copyright .copy-text p {
    margin-bottom: 5px;
  }
}
