@charset "utf-8";
/* CSS Document */



/*custom footer css*/
.pro-socmedia{
    font-size: 24px;
padding-right: 10px;
}

.footer-pro {
    margin-top: 20px;
    color: #ffffff!important;
    background-color: #355997;
}
.footer-pro h6 {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #ffffff!important;
}

.footer-pro ul {
    padding-left: 0;
}
.footer-pro li {
    list-style: none;
}

.footer-pro a {
    color: #FFFFFF!important;
    text-decoration: none;
    transition: all .25s ease;
}

.footer-pro a:hover {
    color: none;
    text-decoration: underline;
}
#footer {
    background-color: #F5F5F5;
    color: black;
    padding: 17px 0;
    text-align: center;
    border-top: solid 1px #555;
}
#footer p {
    margin-bottom: 15px;
    line-height: 1.5;
}
#footer img {
    width: 50px;
    height: auto;
}

/*custom footer css*/
