.custom-contact-widget {
    color: #fff;
    font-family: inherit;
    max-width: 400px;
}

.custom-contact-widget .widget-title {
    margin-top: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.custom-contact-widget .widget-address {
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

.custom-contact-widget .widget-detail {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.custom-contact-widget .widget-detail strong {
    margin-right: 5px;
    font-weight: 700;
}

.custom-contact-widget .text-grey {
    color: inherit;
    text-decoration: none;
    transition: color .3s ease;
}

#tt-footer {
    width: 100%;
    margin: 0;
    color: #d7d9df;
    background: #303441;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

#tt-footer .footer-wrapper { padding: 36px 0 20px; }

#tt-footer .container {
    width: min(1370px, calc(100% - 40px));
    max-width: 1370px;
    margin: 0 auto;
    padding: 0;
}

#tt-footer .f-holder {
    align-items: flex-start;
    margin-right: -15px;
    margin-left: -15px;
}

#tt-footer a {
    color: #d7d9df;
    text-decoration: none;
}

#tt-footer a:hover { color: #fff; }

#tt-footer .f-logo { margin-bottom: 12px; }

#tt-footer .f-logo img {
    width: 205px;
    max-width: 100%;
}

#tt-footer .f-info-text {
    max-width: 530px;
    padding-right: 35px;
    color: #d7d9df;
    font-size: 16px;
    line-height: 1.95;
}

#tt-footer .custom-contact-widget {
    max-width: 100%;
    color: #fff;
}

#tt-footer .custom-contact-widget .widget-title {
    margin: 0 0 25px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

#tt-footer .custom-contact-widget .widget-address {
    margin: 0 0 9px;
    color: #fff;
    font-size: 16px;
    line-height: 2;
}

#tt-footer .custom-contact-widget .widget-detail {
    margin: 0 0 7px;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
}

#tt-footer .custom-contact-widget .widget-detail strong {
    margin-right: 6px;
    color: #fff;
}

#tt-footer .border-top {
    border-top: 1px solid rgba(255,255,255,.12);
}

#tt-footer .f-copyright {
    margin-top: 38px !important;
    padding-top: 23px !important;
    padding-bottom: 0;
    color: #d7d9df;
}

@media (max-width: 991px) {
    #tt-footer .col-lg-6 { margin-bottom: 30px; }
    #tt-footer .custom-contact-widget .widget-title { margin-bottom: 16px; }
}

@media (max-width: 575px) {
    #tt-footer .footer-wrapper { padding: 38px 0 22px; }

    #tt-footer .container {
        width: min(100% - 28px, 1370px);
    }

    #tt-footer .f-holder { text-align: left; }
    #tt-footer .f-info-text { padding-right: 0; }
    #tt-footer .col-sm-6 + .col-sm-6 { margin-top: 30px !important; }

    #tt-footer .f-copyright,
    #tt-footer .f-copyright > * {
        text-align: left;
    }
}
