.Imaj1:hover
{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash
{
    0% { opacity: .4; }
	 100% { opacity:  1; }
}
@keyframes flash
{
	   0% { opacity: .4; }
	 100% { opacity:  1; }
}
.Imaj2:hover
{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash
{
    0% { opacity: .4; }
	 100% { opacity:  1; }
}
@keyframes flash
{
	   0% { opacity: .4; }
	 100% { opacity:  1; }
}
.lblHakkimizda
{
  display: table-cell;
  line-height: normal;
  width: 98px;
  height: 24px;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background-color: none;
  line-height: 110%;
  outline: none;
  padding: 0px;
  transition: all 300ms ease-in 0s;
}.lblHakkimizda:hover
{
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #666666;
  border: none;
  background-color: none;
}
.lblSertifikalar
{
  display: table-cell;
  line-height: normal;
  width: 98px;
  height: 24px;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background-color: none;
  line-height: 110%;
  outline: none;
  padding: 0px;
  transition: all 300ms ease-in 0s;
}.lblSertifikalar:hover
{
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #666666;
  border: none;
  background-color: none;
}

