@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

#footer {
    background: url('../img/838.png');
    background-attachment: fixed;
    background-size: auto auto;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
    background-size: cover;
     font-family: 'Roboto', sans-serif;
}


#footer-widgets .widget {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    color: #b7b7b7;
}
#footer-widgets .widget .widget-title {
    margin-bottom: 36px;
    color: #fff;
}
#footer-widgets .widget .widget-title > span {
    display: block;
    position: relative;
    padding-bottom: 12px;
    color: #fff;
}
#footer-widgets .widget .widget-title > span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
    width: 60px;
    height: 3px;
    background-color: #ffbc13;
}
.footer-logo {
    width: 115px;
    margin-bottom: 20px;
}
#footer-widgets .widget {
    color: #b7b7b7;
}
#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
#footer-widgets .widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
    padding: 0 0 12px;
    transition: ease all 1s;
}
#footer-widgets .widget.widget_links ul.col2 li:hover,
#footer-widgets .widget.widget_links ul.col2 li:focus {
    padding-left: 10px;
}
#footer-widgets .widget.widget_links ul.col2 li:hover a,
#footer-widgets .widget.widget_links ul.col2 li:focus a {
    color: #ffbc13;
}
#footer-widgets .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 1px;
    color: #b7b7b7;
    text-decoration: none;
    font-size: 17px;
}


#footer-widgets .widget.widget.widget_information ul .hl {
    font-weight: bold;
    width: 20%;
    float: left;
}
#footer-widgets .widget.widget.widget_information ul .text {
    width: 80%;
    float: left;
}
#footer-widgets .widget {
    position: relative;
    z-index: 1;
    margin-top: 0;
    color: #b7b7b7;
    float: left;
}
#footer-widgets .widget.widget_socials .socials a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #333;
    line-height: 38px;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 10px;
    z-index: 1;
    background: #fff;
    border-radius: 100%;
    font-size: 17px;
}
#footer-widgets .widget.widget_socials .socials a:hover,
#footer-widgets .widget.widget_socials .socials a:focus {
    color: #fff;
    background: #e8a900;
}
#bottom {
    font-size: 0.857em;
    background-color: #111;
    padding: 19px 0;
    color: #b7b7b7;
    margin-top: 60px;
}
#bottom .bottom-bar-content {

    text-align: center;
    font-size: 15px;
}

#footer .navbar-brand img {
    height: 100%;
    float: left;
    margin-right: 10px;
}
#footer .navbar-brand {
    padding: 0;
    float: left;
    width: auto;
}
#footer-widgets .widget p {
    float: left;
    margin-top: 25px;
    text-align: justify;
    font-size: 15px;
}

#footer-widgets .widget a {
    margin-top: 25px;
    text-align: justify;
    font-size: 15px;
}

#footer .navbar-brand span {
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    float: left;
    font-size: 22px;

}

footer#footer h2::after {
    display: none;
}




@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    
    
    .footer {
        margin: 0;
    }
    .socials {
        margin-top: 10px;
        padding-left: 30px;
    }
   
}

@media (min-width: 1001px) and (max-width: 1199px) {
    .container {
        width: 1000px;
    }
    .socials {
        margin-top: 20px;
    }
}
