
/*Logo*/
.logo {
    width: 180px;
    height: auto;
    padding: 6px 0px;
}
.img-card{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}
.img-socmed{
    width: 10%;
    margin-right: 10px;
    height: 10%;
}
.img-large{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}.img-md-logos{
    width: 100%;
    object-fit: contain;
}




/**********Images height Controllers***************/
.img-height-s{
    height: 100px;
}
.img-height-m{
    height: 400px;
}
/**********Images height Controllers***************/


/**********Footer Icon***************/
.footer-icon{
    font-size: 22px;
    margin-right: 16px;
}
/**********Footer Icon***************/





