footer {
    background: #161616;
}

footer .footer-section {
    border-right: #2B2B2B 10px solid;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 3%;
}

footer .footer-title {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
}

footer .footer-title span {
    vertical-align: middle;
}


footer .footer-title img {
    height: 30px;
    vertical-align: middle;
}

footer .houres2{
    display: none;
}

footer .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 20px;
}

footer .footer-links li a {
    color: #868686;
    text-decoration: none;
    padding: 6px 0;
    display: block;
    font-size: 14px;
}

footer .footer-links li a span {
    color: #2081A4;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

footer .footer-links li a:hover span{
    margin-right: 5px;
}

footer .footer-info-item {
    border-left: #868686 1px solid;
    padding-left: 17%;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 25px;
    margin-left: 15%;
    position: relative;
    line-height: 1.7;
    color: #868686;
}

footer .footer-info-item::after {
    content: '';
    width: 45px;
    height: 1px;
    background: #868686;
    position: absolute;
    top: 17px;
    left: -18px;
}

footer .footer-info-item::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #2081A4;
    border-radius: 60px;
    position: absolute;
    top: 14px;
    left: -21px;
    z-index: 1;
}

footer form input {
    margin-bottom: 12px;
}

footer form textarea {
    height: 100px;
    width: 100%;
    margin-bottom: 8px;
}


footer .copyright {
    background: #1A1A1A;
    text-align: center;
    padding: 15px 2%;
    color: #4D494A;
}

footer .sc-parent{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px;
}

footer .sc-parent a{
    color: #fff;
    text-decoration: none;
}

footer .sc-parent i{
    width: 25px;
    height: 25px;
    background: #2081A4;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    padding-top: 5px;
}

footer a,
footer div,
footer p,
footer li,
footer input,
footer button,
footer textarea,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    font-family: 'Open Sans' !important;
}