.black-bg {
    background-color: var(--tp-common-black);
  }

  footer {
    color: #fff;
  }

  footer a {
    color: #fff;
    text-decoration: none;
  }

  .container {
    transition: all 1s;
  }

  @media (min-width: 1400px) {
    .container-1300 {
      max-width: 1300px;
    }
  }

  .tp-footer-6-widget-wrap {
    margin-bottom: 0px;
  }

  .tp-footer-6-logo {
    margin-bottom: 25px;
  }

  .tp-footer-6-logo img {
    width: 85px;
    height: 100%;
  }

  .tp-footer-6-talk {
    margin-bottom: 25px;
  }

  .tp-footer-6-talk span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-marcellus);
  }

  .tp-footer-6-talk h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-marcellus);
  }

  .tp-footer-6-contact-item {
    margin-bottom: 10px;
  }

  .tp-footer-6-contact-icon span {
    margin-right: 10px;
    transform: translateY(-2px);
    display: inline-block;
  }

  .tp-footer-6-contact-content a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--tp-ff-marcellus);
  }

  .tp-footer-6-widget.footer-col-6-2 {
    padding-left: 40px;
  }

  .tp-footer-6-input-box {
    margin-bottom: 25px;
  }

  .tp-footer-6-widget-title {
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 22px;
    color: #bbb;
    font-family: var(--tp-ff-marcellus);
  }

  .tp-footer-6-list ul li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 9px;
  }

  .tp-footer-6-list ul li::after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    content: "";
    border-radius: 50%;
    background-color: #bbbbbb;
  }

  .tp-footer-6-list ul li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--tp-ff-marcellus);
  }

  .tp-footer-6-input-box label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--tp-ff-marcellus);
    margin-bottom: 20px;
  }

  .tp-footer-6-input input {
    color: #7d7f82;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    font-family: var(--tp-ff-marcellus);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
    padding-right: 140px;
    outline: none;
    height: 56px;
    width: 100%;
    padding-left: 26px;
  }

  .tp-footer-6-widget.footer-col-6-4 {
    padding-left: 70px;
  }

  .tp-footer-6-input .tp-btn-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }

  .tp-btn-subscribe {
    font-size: 16px;
    font-weight: 400;
    height: 54px;
    line-height: 54px;
    padding: 0px 27px;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-marcellus);
    background-color: #fff;
  }

  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    -webkit-appearance: button;
  }

  .tp-footer-6-social-title {
    color: #bbb;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    font-family: var(--tp-ff-marcellus);
  }

  .tp-footer-6-social a {
    color: #bbb;
    height: 38px;
    width: 38px;
    margin-right: 4px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
  }