footer {
  margin-top: 25px;
}

footer .footer-ribbon {
  position: absolute;
  margin: -15px 0 25px 120px;
  padding: 10px 20px 6px;
  background: var(--footer-ribbon-background);
  color: #fff;
  font-family: "Shadows Into Light", cursive;
}

footer .footer-ribbon:after {
  border-right: 10px solid var(--theme-color);
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}

footer i {
  color: var(--theme-color);
}

footer .footer-title {
  font-size: 15px;
  margin-bottom: 30px;
  text-align: left;
}

footer .footer-subtitle {
  text-align: left;
}

footer .footer-flexrow-top {
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer-flexrow-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .widget-title:after {
  background-color: var(--theme-color);
}

footer .footer-flexrow,
footer .footer-flexrow-top,
footer .footer-flexrow-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer-main-wrapper {
  background: white;
  color: black;
  border-bottom: 1px solid black;
}

footer .footer-main-wrapper h4,
footer .footer-main-wrapper h2,
footer .footer-main-wrapper h3 {
  color: black;
}

footer .footer-main-wrapper .countup-amount {
  color: black;
}

footer .footer-main-wrapper .widget-counts .countup-info {
  color: black;
}

footer .footer-main-wrapper .widget_contact_list li {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-main-wrapper .widget_contact_list li i {
  font-size: 23px;
  color: var(--theme-color);
}

footer .footer-main-wrapper .widget i,
footer .footer-main-wrapper .widget a,
footer .footer-main-wrapper .widget p {
  color: black;
}

footer .footer-main-wrapper .widget i:hover,
footer .footer-main-wrapper .widget a:hover,
footer .footer-main-wrapper .widget p:hover {
  color: black;
}

footer .footer-main-wrapper .widget_contact_list address {
  color: #c3c3c3;
}

footer .footer-main-wrapper .widget_contact_list address a {
  color: #c3c3c3;
}

footer .footer-main-wrapper .widget_contact_list address strong {
  color: #c3c3c3;
}

footer .footer-main-wrapper .widget_contact_list address .footer__adrstitle {
  margin-bottom: 0px;
  font-size: 15px;
}

footer .footer-main-wrapper .widget_contact_list address li {
  border-bottom-color: #333;
  border-bottom: none;
  color: #ccc;
  margin-bottom: 0px;
  font-size: 16px;
}

footer .footer-main-wrapper .footer-subscriber-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer-main-wrapper .footer-subscriber-group .footer-subscriber-input {
  border: 1px solid #ccc;
  height: 36px;
  width: 230px;
  padding-left: 10px;
}

footer
  .footer-main-wrapper
  .footer-subscriber-group
  .footer-subscriber-input:focus {
  -webkit-box-shadow: inset 0 -2px 0 var(--theme-color);
  box-shadow: inset 0 -2px 0 var(--theme-color);
}

footer .footer-main-wrapper .footer-subscriber-group .footer-btnsubscribe {
  background: #fff;
  border: 1px solid var(--theme-color);
  font-size: 12px;
  padding: 0px 10px;
  height: 36px;
  margin-left: 10px;
}

footer .footer-main-wrapper .footer-socialnetwork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

footer .footer-main-wrapper .footer-socialnetwork .btn-circle {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ccc;
}

footer .footer-main-wrapper .footer-socialnetwork .btn-square {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 0%;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ccc;
  margin: 3px;
}

footer .footer-main-wrapper .footer-socialnetwork .btn-square:hover {
  background: #ccc;
  color: #000;
}

footer .footer-bottom-wrapper {
  background: var(--footer-bottom-wrapper-background);
  color: #fff;
  border-bottom: var(--footer-bottom-wrapper-border-bottom);
}

footer .footer-bottom-wrapper .copyrights,
footer .footer-bottom-wrapper a,
footer .footer-bottom-wrapper .navbar-brand {
  color: #fff;
}

footer .footer-verUl {
  -webkit-column-count: 3;
  column-count: 3;
}
