.header{
                                font-size: 30px;
                                justify-content: center;
/*                                background-color:green; */
                                height:50px;
                                width: 160px;
                            }
.hovereffect {
position:relative;
text-align:center;
cursor:default;
}
.hovereffect img {
display:block;
position:relative;
-webkit-transition:all 0.4s ease-out;
transition:all 0.4s ease-out;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}		 
							
							
.logo a img{
    height: 100px;
    width: 150px;
}

#top{
                    height: 100px;
                    
                }
                .lban{
                   
                    height: 70%;
                }
                .rban{
                     
                    height: 70%;
                }
                #bottom{
                     height: 100px;
                    
                }


.main div{
    margin: auto;


}

.bankstyle{
                                height: 60px;
                                width: 120px;
                                border: 2px solid gray;
                                
                                border-radius: 3px;
                                
                            }


#bottom {
    margin: 0px auto;
    width: 70%;
}

/*footer section

*/
footer{
    margin: 0 auto !important;
    text-align: center !important;
    height:35px;
    background-color:#283989;
    color: white;
    padding-top: 5px;
    bottom: 10px;
    margin-top: 20px;
}
 ul li a {
margin:5px;
display:inline-block;
color:#0C1862;
}
