﻿
#footer {
    background: #587187;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}
#footer .footer-top {
    background: #5c768d;
    border-top: 1px solid #768fa6;
    border-bottom: 1px solid #67839c;
    padding: 60px 0 30px 0;
}
    #footer .footer-top h4 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    #footer .footer-top .footer-info h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 700;
    }
    #footer .footer-top .footer-info {
        margin-bottom: 30px;
    }
    #footer .footer-top .footer-links {
        margin-bottom: 30px;
    }
    #footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Raleway", sans-serif;
        color: #fff;
    }
        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
            #footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }
            #footer .footer-top .footer-links ul li {
                padding: 10px 0;
                display: flex;
                align-items: center;
            }
            #footer .footer-top .footer-links ul i {
                padding-right: 2px;
                color: #9eccf4;
                font-size: 18px;
                line-height: 1;
            }
            #footer .footer-top .footer-links ul a {
                color: #fff;
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
            }
                #footer .footer-top .footer-links ul a:hover {
                    color: #9eccf4;
                }

    #footer .footer-top .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #768fa6;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }
        #footer .footer-top .social-links a:hover {
            background: #428bca;
            color: #fff;
            text-decoration: none;
        }

    #footer .copyright {
        /*text-align: center;*/
        padding-top: 30px;
    }
        #footer .copyright a {
            color: #fff;
        }
    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }
        #footer .credits a {
            color: #9eccf4;
        }

.social-font-footer{
    font-size:18px;
}


#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #428bca;
    color: #fff;
    transition: 0.3s;
    border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #5295ce;
}
#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}



/*BACK stop TOP*/
#backtop {
    position: fixed;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px;
    outline: none;
    overflow: hidden;
    text-align: center;
    /*background-color: #525252;*/
    background: var(--bs-background);
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    /*border-radius: 2px;*/
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s linear;
    z-index: 999999;
    opacity: 1;
    display: none;
    font-size:20px;
}

    #backtop:hover {
        /*background-color: #525252;*/
        background: var(--bs-nav-background);
    }

    #backtop.mcOut {
        opacity: 0;
    }