.footer {
    background-color: #414141;
    width: 100%;
    text-align: left;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.footerwidth{
    position: relative;
    max-width: 80%;
    left: 10%;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
    display: inline-block;
    vertical-align: top;
}


/* footer left*/

.footer .footer-left {
    width: 33%;
    padding-right: 15px;
    padding-left: 50px;
}

.footer .about {
    line-height: 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer .about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .icons {
    margin-top: 25px;
}

.footer .icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}


/* footer center*/

.footer .footer-center {
    width: 30%;
}

.footer .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
    font-size: 18px;
    line-height: 38px;
}

.footer .icons i.fa-facebook-f{
    font-size: 18px;
}

.footer .footer-center i.fa-map-marker,
.footer .footer-center i.fa-phone,
.footer .footer-center i.fa-mobile-alt{
    font-size: 18px;
    line-height: 38px;
}

.footer .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer .footer-center p a {
    color: #0099ff;
    text-decoration: none;
}


/* footer right*/

.footer .footer-right {
    width: 21%;
}

.footer h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}

.footer h2 span {
    color: #0099ff;
}

.footer .menu {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer .menu a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer .menu a:hover {
    color: #0099ff;
}

.footer .name {
    color: #0099ff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
@media (min-width: 1000px) {
    .m-footer {
        display: none;
    }
    .footer-apps-canvas {
        display: none;
    }
    .footer-contact{
        display: none;
    }
    .footer-apps {
        display: none;
    }
    .footer-apps a {
        display: none;
    }
    .footer-apps-inner {
        display: none;
    }
    .m-text{
        display: none;
    }
    .footer{
        display: block;
    }
}

@media (max-width: 1000px) {
    .footer{
        display: none;
    }

    .m-footer {
        display: block;
        width: 100%;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.9);
        color: white;
    }

    .footer-apps-canvas {
        display: block;
        width: 100%;
        height: 100px;
        background-color: #33383b;
        border-top: 1px solid black;
        color: white;
    }
    .footer-contact{
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        margin-top: 8px;
        font-size: 23px;
    }
    .footer-apps {
        display: block;
        width: 33.3%;
        float: left;
        position: relative;
        top: 45px;
    }
    .footer-apps a {
        display: block;
        color: white;
        font-size: 28px;
        text-align: center;
    }
    .footer-apps-inner {
        position: relative;
        width: 60%;
        left: 20%;
    }
    .m-text{
        position: relative;
        top: 11px;
        text-align: center;
    }

    .mobilefooter{

    }
}