.footer {
    background: white;
    padding: 2em 0 0;
}

.footer .contact-section {
    border-bottom: 1px solid #f9be1f;
    padding-bottom: 1em;
}

.footer h2 {
    font-family: 'quarkBold';
    padding: 10px 0px;
    color: #444444;
    font-size: 1.5em;
    margin: 0;
}

.footer .line {
    width: 100px;
    border-bottom: 4px solid #f9be1f;
}

.footer .address {
    margin: 10px 0;
}

.footer .address p {
    color: #444444;
    margin-bottom: 0;
}

.footer .social {
    margin: 20px 0;
}

.footer .social a {
    color: white;
    text-decoration: none;
    font-size: 2em;
    margin: 0 6px;
}

.footer .facebook {
    padding: 10px 19px;
    border-radius: 50%;
    background: #3a5897;
}

.footer .twitter {
    padding: 10px 14px;
    border-radius: 50%;
    background: #25a6d1;
}

.footer .google {
    padding: 10px 10px;
    border-radius: 50%;
    background: #e34524;
}

.footer .youtube {
    padding: 10px 13px;
    border-radius: 50%;
    background: #d32328;
}


/*sitemap css*/

.sitemap-section {
    margin: 1em 0 2em;
}

.sitemap-section ul {
    margin: 0;
    padding: 0;
}

.sitemap-section ul li {
    margin-right: 10px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 13%;
}

.sitemap-section ul li a {
    text-decoration: none;
    color: #444444;
}

.sitemap-section .sub-menu li {
    float: none;
    display: block;
    width: auto;
    list-style: none;
}

.sitemap-section .sub-menu li::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #d6d6d6;
    margin-right: 5px;
    content: "";
    font: 10px/1 FontAwesome;
}

.sitemap-section .sub-menu li i {
    color: #d6d6d6;
    font-size: 10px;
    margin-right: 5px;
}


/*copy right*/

.copy-right {
    background: #28286e;
    padding: 0.7em;
}

.copy-right p {
    color: white;
    margin-bottom: 0;
    text-align: center;
}


/*mobile site*/

@media (max-width: 767px) and (min-width: 320px) {
    .footer .contact-section {
        border-bottom: none;
    }
    .sitemap-section {
        display: none;
    }
    .copy-right p {
        font-size: 0.7em;
    }
}

/* --- modified --- */

.footer-section .title {
    font-family: 'quarkBold';
    padding: 10px 0px;
    color: #444444;
    font-size: 1.5em;
    margin: 0;
}

.footer-section .line {
    border-bottom: 4px solid #b79042;
}

.footer-section .contact-section {
    border-bottom: 1px solid #b79042;
}

.copy-right {
    background: #505052;
}


/*include css*/

@media(max-width: 1199px) and (min-width: 1025px) {
    .footer-section .sitemap-section ul li {
        margin-right: 8px;
    }
}



