 .banner1{
       height:100px;  
                        
         }
.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 img{
    width:120px;
    height: 80px;
    margin: 5px;
}
.abc{
    clear: both;
    text-align: center;
}
.gico{
    height:160px;
    text-align: center;
       
/*    border: 1px solid red;*/
    padding: 10px;
    clear: both;
}
.gico a img{
    height: 40px;                      
    width: 160px;                     
    border: 1px solid green;
    text-align: justify;
    margin-bottom: 10px;
     }



.loico{

    align-content: center;
    text-align: center;
}
                       


/*.addmain{

   
   margin-left:auto;
}*/
.add{
    height: 110px;
    width:380px;
    border: 1px solid burlywood;
    margin: 3px;
   padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;

}



/*footer section*/
footer {
    position: fixed;
    margin: 0 auto !important;
    text-align: center !important;
    height:35px;
    background-color:#283989;
    color: white;
    padding-top: 5px;
    bottom: 10px;
    margin-top: 20px;
}

