.footer-menu-item li a {
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.62;
  display: inline-block;
}
.footer-menu-item li a:hover {
  color: var(--white);
}

.consultant-marketing .footer-area.style-1 {
  background-color: #f5f5f3 !important;
  border-top: 1px solid rgba(9, 21, 66, 0.08);
  position: relative;
}
.consultant-marketing .footer-area.style-1:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(9, 21, 66, 0.08);
  top: 4px;
  inset-inline-start: 0;
}
@media only screen and (max-width: 767px) {
  .consultant-marketing .footer-area.style-1:after {
    display: none;
  }
}
.consultant-marketing .footer-area.style-1 .links-wrapper {
  border-color: rgba(9, 21, 66, 0.08);
  position: relative;
}
.consultant-marketing .footer-area.style-1 .links-wrapper:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(9, 21, 66, 0.08);
  inset-inline-start: 4px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .consultant-marketing .footer-area.style-1 .links-wrapper:after {
    display: none;
  }
}
.consultant-marketing .footer-area.style-1 .logo-wrapper {
  width: 255px;
  min-width: 255px;
}
.consultant-marketing .footer-area.style-1 .footer-menu-item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.27;
  margin-bottom: 17px;
  color: var(--primary);
}
.consultant-marketing .footer-area.style-1 .footer-menu-item li a {
  color: var(--secondary);
}
.consultant-marketing .footer-area.style-1 .footer-menu-item li a:hover {
  color: var(--primary);
}
.consultant-marketing .footer-area.style-1 .subscribe-form {
  background-color: rgba(9, 21, 66, 0.0117647059);
}
.consultant-marketing .footer-area.style-1 .subscribe-form input {
  background-color: rgba(9, 21, 66, 0.0117647059);
  color: var(--secondary);
}
.consultant-marketing .footer-area.style-1 .footer-copyright {
  border-color: rgba(9, 21, 66, 0.08);
}
.consultant-marketing .footer-area.style-1 .social-icons li a {
  color: var(--primary);
}
.consultant-marketing .footer-area.style-1 .social-icons li a:hover {
  color: #F24721;
}
.consultant-marketing .footer-area.style-1 .text-copy a {
  color: var(--primary);
}
.footer-area.style-1 {
  background-color: #121212;
}
.footer-area.style-1 .footer-inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-area.style-1 .footer-inner {
    flex-wrap: wrap;
  }
}
.footer-area.style-1 .logo-wrapper {
  width: 334px;
  min-width: 334px;
  padding-top: 95px;
}
@media only screen and (max-width: 1919px) {
  .footer-area.style-1 .logo-wrapper {
    width: 274px;
    min-width: 274px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.style-1 .logo-wrapper {
    padding-top: 30px;
    width: 184px;
    min-width: 184px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.style-1 .logo-wrapper {
    text-align: center;
    width: 100%;
    margin: 20px 0;
  }
}
.footer-area.style-1 .footer-menu-item.subscribe-form-item {
  width: 330px;
}
@media only screen and (max-width: 1919px) {
  .footer-area.style-1 .footer-menu-item.subscribe-form-item {
    width: 290px;
  }
}
.footer-area.style-1 .footer-menu-item.subscribe-form-item .title {
  margin-bottom: 27px;
}
.footer-area.style-1 .footer-menu-item .title {
  color: var(--white);
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-area.style-1 .footer-menu-item li a:hover {
  color: var(--white);
}
.footer-area.style-1 .social-icons li a:hover {
  color: var(--white);
}
.footer-area.style-1 .links-wrapper {
  flex-grow: 1;
  border-inline-start: 1px solid #282828;
  padding-inline-start: 80px;
  padding-top: 95px;
}
@media only screen and (max-width: 1199px) {
  .footer-area.style-1 .links-wrapper {
    padding-inline-start: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.style-1 .links-wrapper {
    padding-inline-start: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.style-1 .links-wrapper {
    border-left: 0;
    padding-left: 0;
  }
}
.footer-area.style-1 .footer-menu {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .footer-area.style-1 .footer-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
}
.footer-area.style-1 .footer-copyright {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 26px 0;
  border-top: 1px solid #282828;
  text-align: center;
}
@media (max-width: 575px) {
  .footer-area.style-1 .footer-copyright {
    flex-direction: column;
    align-items: center;
  }
}
.footer-area.style-1 .text-copy {
  color: #999;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.footer-area.style-1 .text-copy a {
  font-weight: 600;
  color: var(--white);
}
