
.cta-section{
    background:
        radial-gradient(
            circle at top center,
            rgba(42,157,143,.15),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #285061 0%,
            #346879 100%
        );
}


.footer-custom {
    background:
        radial-gradient(
            circle at top left,
            rgba(42,157,143,0.15),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #193642 0%,
            #214654 50%,
            #17303a 100%
        );
    color: #c7d0df;
}

.footer-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-text {
    line-height: 1.8;
    font-size: 15px;
}

.footer-list,
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 18px;
    line-height: 1.8;
}

.footer-list i {
    color: #2a9d8f;
    width: 22px;
    margin-right: 10px;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #c7d0df;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.footer-divider {
    border-color: rgba(255,255,255,.1);
    margin-top: 40px;
    margin-bottom: 25px;
}

.footer-copyright {
    color: #8c97ab;
    font-size: 14px;
}

.social-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: .3s;
}

.social-link:hover {
    background: #2a9d8f;
    color: white;
}
