*{
    font-family: Arial, Helvetica, sans-serif;
}

footer{
    width: 100%;
    height: auto;
    background: #282635;
    padding-bottom: 20px;
    color: #fcfcfc;
}

.square{
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0px !important;
    padding-bottom: 20px;
}

.contact{
    margin-top: 20px;
    font-size: 38px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align:center;
}

.fa-envelope{
    font-size: 17px;
    border-radius: 50%;
    line-height: 23px;
}

.fa-envelope a{
    color: #fcfcfc;
    text-decoration: none;
}

.fa-phone{
    font-size: 17px;
    border-radius: 50%;
    line-height: 23px;  
}

.fa-phone a{
    color: #fcfcfc;
    text-decoration: none;
}

.fa-map{
    font-size: 17px;
    border-radius: 50%;
    line-height: 23px;  
}

.fa-map a{
    color: #fcfcfc;
    text-decoration: none;
}

.c-list{
    padding: 0;
}

.c-list li{
    display: block;
    text-align: center;
    margin: 5px opx;
    color: white;
}

.heading{
    margin-top: 20px;
    font-size: 38px;
    color: azure;
    font-weight: bold;
    text-align: center;
}

.footer-right{
    text-align: center;
    
}

.footer-right img{
    justify-content: center;
    text-align: center;
    width: 65px;
    margin: 5px;
    vertical-align: middle;
}

.p-list{
    padding: 0;
}

.p-list li{
    display: block;
    text-align: center;
    font-size: 17px;
    margin: 5px 0px;
    color: #fcfcfc;
}

.l-list{
    padding: 0;
}

.l-list li{
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    margin: 5px 0px;
    color: #ffff;
    text-decoration: none;
}

.l-list li a{
    color: #fcfcfc;
    text-decoration: none;
}

.socialIcons{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    
}

.socialIcons a{
    text-decoration: none;
    cursor: pointer;  
   
}

.socialIcons a i{
    justify-content: center;
    text-align: center;
    margin-top: 5px;
    margin: 5px;
    padding: 5px;
    font-size: 30px;
    width: 40px;
    opacity: 0.9;
    color: black;
    background-color: white;
    border-radius: 50%;
    
}
/*hover effect on social media*/
.socialIcons a:hover{
    transition: 0.5s;
}

.socialIcons a i:hover{
    background-color: orange;
    color: white;
    transition: 0.5s;
}


.bottom-bar{
        background: #221d1d46;
        text-align: center;
        padding: 10px 0;
        margin-top: 8px;
    }

.bottom-bar p{
        color: #fcfcfc;
        margin: 0;
        font-size: 14px;
        padding: 2px;
    }