
.zoom {
  padding: 50px;
  transition: transform .5s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.7); /* IE 9 */
  -webkit-transform: scale(1.7); /* Safari 3-8 */
  transform: scale(1.7); 
}

.cltm1{
   background-color: #546e7a;
}
.font{
  color:black;
  text-transform: uppercase;
  font-size: smaller;
}
.font2{
  color:white;
  text-transform: uppercase;
  font-size: larger;
}    
.fontn{
  color:black;
  text-transform: uppercase; 
  font-size: larger;
}
.modal1{
  width: 100%;
}
.zisebaner{
  background-color:black !important;
  height: 50px!important;
  line-height: 50px;
  float:right!important;
}
.link:hover{
  color:red!important;
  background-color:white;
}
.btnblk{
  width: 100%;
  color:white;
  background-color: black;
}
.btn:hover{
  background-color:red;
}

.btnwte{
  width: 100%;
  color:black;
  background-color: white;
}
.btnwte:hover{
  background-color:red;
}
.txtblk{
  color: black;
}