﻿ /*--------------------------------------------------------------------------------for footer---------------------------------------------------------------------------*/

/*For Footer*/
    .footer1
{
    width:100%;
    position:fixed;
    bottom:0px; 
    margin-top:10%;
     font-weight:bolder;
     padding-right:2%;
}
.footertext
{
    font-family:Calibri;
    font-size:14px;
    color:#555555; 
}

.footerpadd
{
    padding:5px 0px;
}

