﻿#footer-area {
    background: #2c2c2c;
    padding: 35px 0 55px;
    background: #0c0c0c url(../images/banner/img-11.jpg) no-repeat center;
}

section#footer-area::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000db;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-logo {
    margin-bottom: 25px;
}

.link h3 {
    margin-bottom: 7px !important;
}

#footer-area h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    font-family: 'Titillium Web',sans-serif;
    margin-bottom: 10px !important;
}

.footer-content {
    margin-bottom: 30px;
}

    .footer-content .list {
        list-style: none;
        margin-bottom: 25px !important;
        font-size: 13px;
        margin-left: 27px !important;
    }

        .footer-content .list li {
            color: #888 !important;
            line-height: 26px;
            margin-bottom: 5px !important;
            text-indent: -14px;
        }

            .footer-content .list li a {
                display: block;
                color: #fff !important;
                font-size: 14px;
            }

                .footer-content .list li a .fa {
                    color: #287230;
                    margin-right: 8px;
                    font-size: 18px;
                    vertical-align: middle;
                }

                .footer-content .list li a:hover {
                    color: #fff !important;
                }

    .footer-content p {
        font-weight: 300;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }

.social-icons li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

    .social-icons li:last-child {
        margin-right: 0;
    }

    .social-icons li i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        color: #fff;
        border: 1px solid #287230;
        text-align: center;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

.social-icons {
    margin: 25px 0 0 -43px;
}

    .social-icons li:hover i {
        background: #287230;
        color: #ffffff;
    }

.usefull-link li {
    list-style: none;
    position: relative;
}

.usefull-link {
    padding: 0px;
}

    .usefull-link li a {
        font-weight: 300;
        color: #999;
        display: inline-block;
        line-height: 32px;
        position: relative;
        font-size: 14px;
        padding: 0 0 0 15px;
        color: #fff !important;
    }

        .usefull-link li a::before {
            content: "\f054";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            font-size: 13px;
            position: absolute;
            top: 0px;
            left: 0;
        }

        .usefull-link li a:hover {
            color: #eb701e !important;
        }

.footer-content.link {
}

.recent-widget {
    margin-top: 23px;
}

.recent-items {
    margin-bottom: 20px;
}

.recent-img-contianer {
    display: inline-block;
    width: 81px;
}

.recent-items a {
    color: #ffffff;
    display: block;
}

    .recent-items a:hover {
        color: #00aed3;
    }

.recent-items p {
    display: inline-block;
    margin-left: 10px;
    width: 72%;
    vertical-align: top;
    line-height: 1.8em;
}

.recent-items:last-child {
    margin-bottom: 0;
    line-height: 0;
}

.recent-img-contianer {
    position: relative;
    overflow: hidden;
}

    .recent-img-contianer .b-overly {
        position: absolute;
        top: 0;
        right: -100%;
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .recent-img-contianer i {
        position: absolute;
        bottom: -40%;
        left: 0;
        right: 0;
        margin: auto;
        background: #00aed3;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        color: #ffffff;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        text-align: center;
        visibility: hidden;
        opacity: 0;
    }

.recent-items:hover .b-overly {
    visibility: visible;
    right: 0;
    opacity: 1;
}

.recent-items:hover .recent-img-contianer i {
    visibility: visible;
    opacity: 1;
    bottom: 30%;
}

#footer-area {
    border-bottom: 2px solid #fff;
}

#footer-copyright {
    background: #000;
    padding: 20px 0 10px;
}

.copyright-text {
    color: #ffffff;
    text-align: center;
}

.semi-bold {
    font-weight: 600;
}

.footer-3 {
    text-align: left;
}
