﻿

body {
    margin: 0;
/*    background: #07111f;
    color: #fff;*/
    font-family: Arial,Helvetica,sans-serif;
}

footer {
    background: #081423;
    padding-top: 60px;
    color: #fff;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}

    .footer-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 60px;
        height: 3px;
        background: #ff5b2d;
    }

.footer-logo {
    width: 220px;
    margin-bottom: 15px;
}

.footer-text {
    color: #d2d2d2;
    line-height: 30px;
}

.footer-contact {
    margin-top: 20px;
}

    .footer-contact div {
        margin-bottom: 15px;
    }

    .footer-contact i {
        color: #ff5b2d;
        margin-right: 10px;
        font-size: 20px;
    }

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        padding: 8px 0;
    }

        .footer-links li a {
            color: #ddd;
            text-decoration: none;
        }

            .footer-links li a:hover {
                color: #ff5b2d;
            }

    .footer-links i {
        color: #ff5b2d;
        margin-right: 10px;
    }

.social a {
    width: 45px;
    height: 45px;
    border: 1px solid #ff5b2d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    transition: .3s;
}

    .social a:hover {
        background: #ff5b2d;
    }

.call-box {
    border: 1px solid rgba(255,255,255,.2);
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
}

    .call-box h4 {
        color: #ff5b2d;
        font-size: 36px;
        font-weight: bold;
    }

.quote-btn {
    background: #ff5b2d;
    color: #fff;
    border: none;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
}

    .quote-btn:hover {
        background: #ff744d;
    }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 50px;
    padding: 30px 0;
}

.feature {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

    .feature i {
        font-size: 40px;
        color: #ff5b2d;
        margin-right: 15px;
    }

.copyright {
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
    padding: 20px;
    color: #bbb;
}


