/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px; /* Margin bottom by footer height */
}
.footer {
    bottom: 0;
    width: 100%;
    min-height: 250px;
    z-index: 100;
    background-color: #000000;
    color: #fff;
}


/* Custom page CSS
 * Not required for template or sticky footer method.
 * -------------------------------------------------- */
.footer-container .text-muted {
    margin: 10px 0;
}

.footer-container {
    padding-right: 15px;
    padding-left: 15px;
    padding: 5px 15px 0;
    text-align: center;
}

code {
  font-size: 80%;
}
.footer-wid-title {
    font-family: Poppins,sans-serif;
    font-size: 25px;
    font-weight: 200;
    color: #fff;
    margin: 0 0 15px;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
    .footer-menu ul li {
        border-bottom: 1px dashed #fff;
        font-family: Poppins,sans-serif;
        font-weight: 300;
        padding: 5px 0;
        font-size: 12px;
        color: #fff;
    }