
.template-info .ft-67 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.template-info .ft-67 img {
  max-width: 100%;
}

.template-info .ft-67 a {
  text-decoration: none;
}

.template-info .ft-67 li {
  list-style-type: none;
}

.template-info .ft-67 .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.template-info .ft-67 .ds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template-info .ft-67 .jb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.template-info .ft-67 .al {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .ft-67 .inside {
  max-width: 1600px;
  width: 100%;
}

.template-info .ft-67 footer {
  background: var(--text_color);
  min-height: 150px;
  height: auto;
  padding-bottom: 15px;
}

.template-info .ft-67 .footerCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template-info .ft-67 .cap {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .ft-67 .cap a {
  color: var(--white-color);
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .ft-67 .cap a:hover {
  text-decoration: underline;
}

.template-info .ft-67 .social-list {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .ft-67 .social-list li a {
  display: block;
  padding: 1px 6px;
  font-size: 14px;
  color: var(--white-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.template-info .ft-67 .social-list li a:hover {
  text-decoration: underline;
}

.template-info .ft-67 .ccIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .ft-67 .ccIcons a {
  display: inline-block;
  color: var(--white-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.template-info .ft-67 .ccIcons a i {
  font-size: 37px;
}

.template-info .ft-67 .ccIcons a:hover {
  color: var(--blue-color);
}

.template-info .ft-67 .icons {
  max-width: 283px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .ft-67 .footer-bottom {
  margin: 0 4%;
}

.template-info .ft-67 .navSuppWrapper {
  text-align: center;
}

.template-info .ft-67 .navSupp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.template-info .ft-67 .navSupp ul li {
  line-height: 1.5;
}

.template-info .ft-67 .navSupp ul li a {
  font-size: 15px;
  color: var(--white-color);
  padding: 0 5px;
  line-height: 1.4;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.template-info .ft-67 .navSupp ul li a:hover {
  color: var(--blue-color);
  text-decoration: underline;
}

.template-info .ft-67 .legalCopyright {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  color: var(--white-color);
}

.template-info .ft-67 .legalCopyright a {
  color: var(--white-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.template-info .ft-67 .legalCopyright a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .template-info .ft-67 .cap a {
    padding: 6px 6px;
  }
  .template-info .ft-67 .social-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .ft-67 .inside {
    padding: 5px 5px;
  }
  .template-info .ft-67 .pd {
    padding-bottom: 5px;
  }
  .template-info .ft-67 .footerCol {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .template-info .ft-67 .cap a {
    padding: 6px;
  }
  .template-info .ft-67 .ccIcons {
    padding-top: 6px;
  }
  .template-info .ft-67 .secondList {
    padding-top: 15px;
  }
  .template-info .ft-67 .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .template-info .ft-67 .social-list li a {
    line-height: 1.8;
  }
  .template-info .ft-67 .navSupp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .template-info .ft-67 .navSupp ul li {
    padding: 0 10px;
  }
  .template-info .ft-67 .legalCopyright {
    padding-top: 5px;
  }
}

@media (min-width: 1024px) {
  .template-info .ft-67 .inside {
    padding: 20px 35px;
  }
  .template-info .ft-67 .footerCol {
    width: 33.3%;
  }
  .template-info .ft-67 .ccIcons {
    width: 33.3%;
  }
  .template-info .ft-67 .upper-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .template-info .ft-67 .navSuppWrapper {
    padding: 10px;
  }
  .template-info .ft-67 .legalCopyright {
    padding-top: .5%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .template-info .ft-67 .footerCol {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .template-info .ft-67 .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
  }
  .template-info .ft-67 .inside {
    padding: 10px 0 0;
  }
  .template-info .ft-67 .navSuppWrapper {
    padding: 5px 0;
  }
  .template-info .ft-67 .pd {
    padding-bottom: 5px;
  }
}
/*# sourceMappingURL=ft-67.css.map */