﻿ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #fff;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #A5A1AA;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.disclaimer-bg {
    background-color: #e4e5e4;
}

.cta-text {
    display: inline-block;
}

    .cta-text h4 {
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text p {
        font-size: 10px;
        text-align: center;
    }

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 200px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #A5A1AA;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #2d4383;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #799bff;
    }

.footer-widget ul li {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    column-gap: 2px;
    color: #2d4383;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

    .footer-widget ul li a:hover {
        color: #799bff;
    }

    .footer-widget ul li a {
        color: #A5A1AA;
        text-transform: capitalize;
        font-size: 14px;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #ff5e14;
        padding: 13px 20px;
        border: 1px solid #ff5e14;
        top: 0;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    background: #2d4383;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

    .copyright-text p a {
        color: #799bff;
    }

.footer-menu {
    display: flex;
    flex-direction: row-reverse;
}

    .footer-menu li {
        display: inline-block;
    }

        .footer-menu li:hover a {
            color: #799bff;
        }

        .footer-menu li a {
            font-size: 14px;
            color: #fff;
        }
