
.footer{
    margin-top: 50px;
    background: url(../images/footerbg.jpg);
    background-size: cover;
}

.footer a:hover{
    color: #112653;
    text-transform: none;
    text-decoration: none;
}
.footer-section {
    margin: 50px 0px;
    width: -webkit-fill-available;
}
.footer-heading {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 15px;
}

.footer-heading:after {
    content: '';
    border-top: 2px solid #000;
    margin: 0 20px 0 11px;
    flex: 1 0 20px;
}

.social-menu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    display: flex;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fa {
    color: #000000;
    font-size: 25px;
    line-height: 50px;
    transition: .5s;
}
.social-menu ul li .fa:hover {
    color: #ffffff;
}
.social-menu ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
    background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover {
    background-color: #55acee;
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: #e4405f;
}
.social-menu ul li:nth-child(4) a:hover {
    background-color: #cd201f;
}
.social-menu ul li:nth-child(5) a:hover {
    background-color: #0077B5;
}

.footer-copyright{
    background: #112653;
    padding: 2%;
}
.footer-copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
    color: #7e7b7b;
}

.styleshout{
    color: #7e7b7b;
}

.styleshout:hover{
    outline: none;
    color: #fffbec;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    line-height: inherit;
}
.footer-link {
    list-style: none;
}



/* footer a, footer a:visited { 
    color: #525252;
}

footer a, a:hover {
    outline: none;
    color: #fffbec;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer a {
    text-decoration: none;
    line-height: inherit;
    background: transparent;
}
*/