/* General Mobile CSS - Start */
footer {
  width: 100%;
  background: #25282f;
}

footer .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 10px 20px 10px;
  margin: 0 auto;
}

footer .wrapper .footer_boxone {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 20px auto;
}

footer .wrapper .footer_boxone .footer_boxone_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .wrapper .footer_boxone .footer_boxone_c h2 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto 20px auto;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) {
  margin-bottom: 30px;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul li {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul li i {
  font-size: 16px;
  color: #bcbfc6;
  text-align: left;
  margin: auto 5px auto 0;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul li p {
  font-size: 13px;
  font-weight: 400;
  color: #bcbfc6;
  text-align: left;
  margin: auto 0;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) {
  margin-bottom: 30px;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li a i {
  font-size: 16px;
  color: #bcbfc6;
  text-align: left;
  margin: auto 5px auto 0;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li a span {
  font-size: 13px;
  font-weight: 400;
  color: #bcbfc6;
  text-align: left;
  margin: auto 0;
}

footer .wrapper .footer_boxone .footer_boxone_c:nth-child(3) img {
  width: 201px;
  min-width: 201px;
  max-width: 201px;
  height: 63px;
  min-height: 63px;
  max-height: 63px;
  margin: 0 auto;
}

footer .wrapper .footer_boxtwo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .wrapper .footer_boxtwo p {
  font-size: 13px;
  font-weight: 400;
  color: #bcbfc6;
  text-align: center;
  margin-bottom: 15px;
}

footer .wrapper .footer_boxtwo p:last-child {
  margin-bottom: 0;
}

/* General Mobile CSS - End */
/* General Tablet CSS - Start */
@media (min-width: 768px) and (max-width: 1023px) {
  footer .wrapper {
    padding: 30px 20px 20px 20px;
  }
  footer .wrapper .footer_boxone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c h2 {
    font-size: 22px;
    text-align: left;
    margin: 0 0 20px 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) {
    margin-bottom: 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul {
    margin: 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 15px 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul li i {
    font-size: 18px;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul li p {
    font-size: 16px;
    text-align: left;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) {
    margin-bottom: 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul {
    margin: 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li {
    margin: 0 0 15px 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li a {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li a i {
    font-size: 18px;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li a span {
    font-size: 16px;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(3) img {
    margin: 0;
  }
  footer .wrapper .footer_boxtwo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .wrapper .footer_boxtwo p:first-child {
    margin: 0 5px 0 0;
  }
  footer .wrapper .footer_boxtwo p:last-child {
    margin: 0;
  }
}

/* General Tablet CSS - End */
/* General Desktop CSS - Start */
@media (min-width: 1024px) {
  footer .wrapper {
    width: 1024px;
    padding: 40px 20px 30px 20px;
  }
  footer .wrapper .footer_boxone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c h2 {
    font-size: 28px;
    text-align: left;
    margin: 0 0 20px 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) {
    margin-bottom: 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul {
    margin: 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 15px 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul li i {
    font-size: 20px;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(1) ul li p {
    font-size: 18px;
    text-align: left;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) {
    margin-bottom: 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul {
    margin: 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li {
    margin: 0 0 15px 0;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li a {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li a i {
    font-size: 20px;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(2) ul li a span {
    font-size: 18px;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  footer .wrapper .footer_boxone .footer_boxone_c:nth-child(3) img {
    margin: 0;
  }
  footer .wrapper .footer_boxtwo {
    padding-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .wrapper .footer_boxtwo p:first-child {
    margin: 0 5px 0 0;
  }
  footer .wrapper .footer_boxtwo p:last-child {
    margin: 0;
  }
}

/* General Desktop CSS - End */
