﻿/*footer-tab-footer-section*/
.footer-tab-footer-section {
    background-color: #001921;
    padding: 0px;
}

.footer-menu-section {
    margin: 0px auto;
    padding: 10px 0px;
}

    .footer-menu-section ul {
        list-style-type: none;
        padding: 0px;
        margin-bottom: 0px;
    }

        .footer-menu-section ul li {
            display: inline-block;
            margin-left: 20px;
        }

            .footer-menu-section ul li a {
                text-decoration: none;
                position: relative;
                color: #fff;
                font-size: 14px;
            }

                .footer-menu-section ul li a::after {
                    content: "";
                    background: #fff;
                    height: 1px;
                    bottom: -2px;
                    width: 0;
                    left: 50%;
                    right: 50%;
                    position: absolute;
                    transition: all .2s linear;
                }

                .footer-menu-section ul li a:hover::after {
                    left: 0;
                    width:100%;
                    right: 0;
                }

.footer-tab-content-section p a {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    transition: all .2s linear;
    color: #333;
    background-color: transparent;
}

    .footer-tab-content-section p a:hover {
        color: #666;
        text-decoration: none;
    }

        .footer-tab-content-section p a:after,
        .footer-tab-content-section p a:hover:after {
            color: #666;
            left: 50%;
            right: 50%;
        }

    .footer-tab-content-section p a:after {
        content: "";
        background: #666;
        height: 1px;
        bottom: 1px;
        left: 0;
        position: absolute;
        right: 0;
        transition: all .2s linear;
    }

/*footer-tab-footer-section*/

/*footer-section-social-media*/

.footer-section-social-media ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 16px;
}

    .footer-section-social-media ul li {
        display: inline-block;
        border: 1px solid #fff;
        width: 35px;
        line-height: 40px;
        font-size: 22px;
        text-align: center;
        margin: 0px 2px;
        height: 35px;
        border-radius: 50%;
    }

        .footer-section-social-media ul li a {
            text-decoration: none;
            color: #fff;
        }

            .footer-section-social-media ul li a span {
                color: #fff;
                position: relative;
                top: 5px;
            }

.footer-facebook:hover {
    background-color: #3b5998;
    cursor: pointer;
}

.footer-twitter:hover {
    background-color: #38A1F3;
    cursor: pointer;
}

.footer-google-plus:hover {
    background-color: #d34836;
    cursor: pointer;
}

.footer-linkedin:hover {
    background-color: #0077B5;
    cursor: pointer;
}

.footer-instagram:hover {
    background-color: #e95950;
    cursor: pointer;
}

#footerMobTrigger {
    display: none;
}
/*footer-section-social-media*/

/*footer-section-last-text*/

.footer-section-last-text p {
    padding-bottom: 10px;
    color: #ccc;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footerlogos {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}

    .footerlogos img {
        margin-right: 10px;
        height: 35px;
        text-align: center;
    }
@media(max-width:767px) {
    .footer-menu-section ul li {
        margin: 2px 0px;
        float: left;
        width: 50%;
        text-align: left;
    }
    .footer-tab-footer-section .clearfix {
        clear: both;
    }

    .footer-section-last-text {
        padding-bottom: 10px;
    }
}