footer {
    background-color: #082277 ;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
    width: 100%;
    height:60vh;
    background:#082277;
    padding-left: 10px;
}


#footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content:left;
    padding: 10px;
    background-attachment: fixed;
}

.footer-section {
    background: #082277 ;
    flex: 1;
    min-width: 120px;
    padding: 20px;
    
}

.footer-section h2 {
    color: #fbb370;
    font-size: 20px;
    margin-bottom: 10px;
    text-decoration-line: underline;
}

.footer-section ul {
    list-style-type: style type circle;
    padding: 1vh;
}

.footer-section ul li {
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-section ul li a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    text-decoration:underline;
    color: #ffd1b8;
    text-decoration-line: underline;
    
}

footer .socail-icon {
    background: #082277 ;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

footer .socail-icon a {
    color: rgb(0, 0, 0);
    font-size: 804px;
    transition: color 0.3s;
}

footer .socail-icon a:hover {
    color: #f3f3f3;
}

footer #contactus ul li {
    margin-bottom: 5px;
}

