/* ------------------------------------------------------------------------------------------------------------- */
/* Code for footer has been started  */
/* ----------------------------------------------------------------------------------------------------------------- */
body {
    font-family: 'Barlow Semi Condensed', regular;
    background-color: #efeded;
}
.footer {
    background-color: black;
    padding: 50px 0px;
    padding-bottom: 10px;
    font-weight: 100;
}
.min_logo img {
    height: auto;
    width: 100%;
    margin-top: -19px;
}
.footer_lists {
    text-transform: uppercase;
}
.footer_lists li {
    list-style: none;
    color: white;
    line-height: 20px;
    font-weight: 100;
}
.footer_lists li a {
    color: white;
}
a {
    text-decoration: none;
}
.product_lists {
    margin-top: 20px;
}

.footer_contact li {
    margin-bottom: 20px;
}
.all_p_lists li a{
    color: #d7d7d7 !important ;
}
.icons_and_text {
    margin-top: 25px;
    text-transform: capitalize;
}
.icons_and_text i {
    margin-top: 0px;
}
.icons_text {
    margin-left: 8px;
    color: white;
    font-weight: 100;
}
.icons_text p {
    line-height: 15px;
}
.footer_lists p {
    color: #d7d7d7;
}
.ee_uu {
    margin-top: 20px;
}
.footer_lists {
    text-transform: uppercase;
}
.footer_lists p a {
    color: #d7d7d7 !important;
}
.onlyIcons {
    margin-top: 20px;
}
.onlyIcons .col-xs-3 {
    width: 14%;
}
.onlyIcons i {
    font-size: 20px;
}

.footer_lists i {
    color: #2453a1;
    margin-right: 5px;
}
.bottom-footer p {
    color: white;
    margin-top: 50px;
    font-size: 11px;
}
.notFound h3.text-danger {
    display: none;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* Code for footer has been ended  */
/* ----------------------------------------------------------------------------------------------------------------- */