ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: none;
}

.footer-section {
    background-color: #3070cf;
    position: relative;
    padding: 0;
}

/* Logo */
.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

/* P text below logo */
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}

/* Social Icons */
.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    /* height: 45px; */
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
}

.facebook-bg {
    background-color: #1877F2;
}

.instagram-bg {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);

}

.twitter-bg {
    background: #14171A;
}

.linkedin-bg {
    background: #004182;
}

/* Corporate Office */
.cta-text {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    text-decoration: none;
}

.cta-text span {
    color: #ffffff;
    font-size: 18px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

ul.getint {
    padding: 0 0 0 15px !important;
}

/* UL LI */
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    padding: 0 0 0 15px !important;
}


/* .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 15;
    bottom: -8px;
    height: 3px;
    width: 50%;
    max-width: 70px;
    background: black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 0 0 15px !important;
} */

.footer-widget ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a {
    color: #ffffff;
    text-transform: capitalize;
    text-overflow: hidden;
    text-decoration: none;
    font-weight: 600;
}

.footer-widget ul li a:hover {
    color: #05294d;
    font-weight: 900;
}

/* Bottom */
.copyright-area {
    background-color: #A6D3F2;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.copyright-text p a {
    color: #366cb9;
    text-decoration: none;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #366cb9;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
    text-decoration: none;
    text-overflow: hidden;
}

@media (min-width: 992px) {
    .footer-content .col-xl-4:not(:last-child) {
        border-right: 2px solid rgba(255, 255, 255, 0.5);
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .footer-logo {
        padding: 0 0 0 15px !important;
    }

    .footer-social-icon {
        padding: 0 0 0 15px !important;
    }
}