.footer{

    height: 240px;
    background-color: #2e3139;
    position: relative;
}
.footer hr{
    margin: 0;
    border: 1px solid #0dad51;
}
.footer p{
    display: block;
}
.footerTitle{
    color: #0dad51;
    border-bottom: 1px solid #4d4d4d;
    margin-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 2px;
}
.footerTitle:after {
    content: "";
    width: 90px;
    height: 2px;
    background: #0dad51;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.footerBox p {
    color: white;
}
.botInfo {
    width: 100%;
    background-color: #23252b;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #4d4d4d;
}
.footerBot {
    height: 70px;
    line-height: 70px;
    color: white;
}
.footer h4{
    display: block;
}
