/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

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

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

#footer .footer-top .col-xl-11 {
  padding-left: 15px;
  padding-right: 15px;
}

#footer .footer-top .footer-info h3 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid var(--primery-color-light);
  color: white;
}

#footer .footer-top .footer-info .logo {
  padding-bottom: 10px;
}

#footer .footer-top .footer-info .logo img {
  width: 100px;
  height: auto;
  /* border-bottom: 2px solid var(--primery-color-light); */
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.644);
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: var(--primery-color-light);
  color: #fff;
}

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

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

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

#footer .footer-top h4::after {
  background: var(--primery-color-light);
  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: var(--primery-color-light);
}

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

#footer .footer-top .footer-contact p {
  line-height: 26px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.644);
}

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

#footer .footer-top .footer-newsletter p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.644);
}

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

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

#footer .credits a {
  color: rgb(220, 4, 163);
}

.micro_form {
  width: 100%;
}

.micro_form form .inputs {
  display: flex;
  height: 35px;
}

.micro_form form .inputs .email {
  width: 100%;
  display: flex;
  outline: none;
}

.micro_form form .inputs .submit {
  width: 150px !important;
  display: flex;
}

.micro_form form .inputs input {
  height: 35px;
  width: 100% !important;
  outline: none !important;
}

.micro_form form .inputs input[type="email"] {
  background-color: white;
  color: black !important;
  border: none;
  border-radius: 0;
  padding-left: 10px;
  width: 100% !important;
  outline: none !important;
}

.micro_form form .inputs input[type="submit"] {
  background-color: var(--primery-color);
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  width: 100% !important;
  color: white;
}


input::placeholder {
  color: #000000b8 !important;
  opacity: 0.9;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000b8 !important;
  opacity: 0.9;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000b8 !important;
  opacity: 0.9;
}

input::-webkit-input-placeholder {
  /* Chrome, Safari, Opera */
  color: #000000b8 !important;
  opacity: 0.9;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000b8 !important;
  opacity: 0.9;
}

input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #000000b8 !important;
  opacity: 0.9;
}