
/** footer section start  **/

.ac-mod-footer.ft-sec-1 {
    width: 15%;
}

.ac-mod-footer.ft-sec-2 {
    width: 28.333%;
    padding-right: 1%;
}

.ac-mod-footer.ft-sec-3 {
    width: 28.333%;
    padding-right: 1%;
}

.ac-mod-footer.ft-sec-4 {
    width: 28.333%;
    padding-right: 1%;
}

@media only screen and (max-width: 767px) {
    .ac-mod-footer {
        width: 100% !important;
        padding: 0px 5px 0px 10px;
    }
}

.footer-section {
    background-color: #f2f2f2;
    color: #202020;
}

.footer-h6 {
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .footer-ul li {
        padding-bottom: 3px;
    }

        .footer-ul li a:link,
        .footer-ul li a:visited {
            color: #555;
            font-size: 13px;
        }

        .footer-ul li a:hover,
        .footer-ul li a:active {
            color: #555;
            text-decoration: underline;
        }

.logo-footer-section p {
    color: #555;
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 24px;
}

.logo-footer-section .logo-footer {
    margin-right: 0;
    width: 170px;
    height: 45px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.copr-right-se {
    text-align: center;
    height: 55px;
    background: #100f0f;
    padding-top: 15px;
}

    .copr-right-se a {
        font-size: 13px;
        color: #cecece;
    }

.logo-footer-section p {
    font-size: 13px;
    margin-top: 5px;
    line-height: 26px;
    margin-bottom: 10px;
}

.ft-sec-3 p {
    font-size: 12px;
    line-height: 20px;
    color: #383373;
}

.logo-footer-section .logo-footer {
    width: 134px;
    height: 35px;
}
/** footer section end  **/



.clear {
    clear: both;
}

@media only screen and (max-width: 768px) {

    .logo-footer-section {
        width: 100%;
        margin-top: 0px;
        text-align: left;
    }
}

@media only screen and (max-width: 512px) {
    /** footer start **/
    .footer-h6 {
        font-size: 17px;
        margin-top: 10px;
    }

    .footer-ul li a:link,
    .footer-ul li a:visited {
        font-size: 14px;
    }

    .footer-ul li {
        padding-bottom: 2px;
    }

        .footer-ul li a {
            font-size: 13px;
        }

    .copr-right-se a {
        font-size: 11px;
        line-height: 15px;
        color: #cecece;
    }
    /** footer start **/
}
