/*Footer-part starts here*/

.footer-part{
    width:100%;
    background-color: #226092;
    padding-top:4rem;
}

.footer-part .inner{
    width:90%;
    margin:0 auto;
}

.footer-part img{
    width:32%;
    border-radius: 0.5rem;
}

.footer-part .top{
    margin-bottom:0.5rem;
}

.footer-part .social i{
     width: 40px;
     height: 40px;
     line-height: 40px;
     background-color: #fff;
     border-radius: 100%;
     text-align: center;
     color: #EEA02C;
}

.footer-part .social i:hover{
    background-color: #EEA02C;
    color:#fff;
}

.footer-part button{
    background-color: #EEA02C;
}

.footer-part h3{
    font-size:2rem;
    color:#fff;
    margin-bottom:1.5rem;
    text-align: center;
    color: #EEA02C;
}

    
.footer-part p{
    color:#fff;
    font-size:1rem;
}

.footer-part hr{
    background-color:#ffff;
    width:100%;
    height:1px;
    margin-top:4rem;
    margin-bottom:1.5rem;
}

.footer-part .footer-content ul li{
    list-style-type: none;
    color:#fff;
    font-size:1rem;
    margin-top:1rem;
    transition:0.2s ease;
}

.footer-part .footer-content ul li:hover a{
    color:#EEA02C;
    font-weight: 700;
}

.footer-part .footer-content ul{
     position: relative;
     right: -.7rem;
}
 
.footer-part .footer-content ul li a{
    text-decoration: none;
    color:#fff;
}

.footer-part .img-content{
    width: 100%;
    position: relative;
    left:0.8rem
}

.footer-part .footer-content ul li:hover{
    transform:translateX(1rem);
    cursor: pointer;
}

.inquiry i{
    font-size: 0.8rem;
}

.fbutton{
    margin-bottom:1rem;
}

.inquiry:hover{
    background: none;
    color:#fff;
}

.footer-part a{
    text-decoration: none;
    color: white;
}


@media only screen and (max-width:992px){
    .footer-part .footer-content ul {
    position: relative;
     right: 0rem; 
     padding-left:0;
}
.footer-part h3 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #EEA02C;
    text-align: left;
    margin-top: 3rem;
}
.footer-part {
    width: 100%;
    background-color: #423F8D;
     padding-top: 0; 
}
}


@media only screen and (max-width:576px){
    .footer-part img {
    width: 31%;
    border-radius: 0.5rem;
}
.footer-part p {
    color: #fff;
    font-size: 0.95rem;
}
}
