.bayleyssvg1 {
  display: block;
  margin: 80px auto;
  width: 800px;
  margin-bottom: 15px;
}

#bayleys1 {
  fill: transparent;
  stroke: #0069B4;
}

#bayleys1:hover {
  stroke-width: 1;
  animation: logo 7s linear infinite;
  
}

@keyframes logo {
  0% {
    stroke-width: 0;
    stroke-dashoffset: 1200;
    fill-opacity: 100;
  }
  0% {
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 100;
    fill-opacity: 100;
    stroke-width: 0;
  }
}

.bayleyssvg {
  display: block;
  margin: 80px auto;
  width: 800px;
  margin-bottom: 15px;
}

#bayleys {
  fill:transparent;
  stroke: #0069b4;
}

#bayleys {
  stroke-width: 1;
  animation: logo 7s linear;
}

@keyframes logo {
  0% {
    stroke-width: 1;
    stroke-dashoffset: 1200;
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 10;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
    stroke-width:1pt;
  }
}


.whatsapp {
    position: fixed;
    z-index: 10001;
    right: 1px;
    bottom: 57px;
    background: #25d366;
    padding: 16px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    width: 160px;

    transition: all 0.3s ease-in-out;
}
.whatsapp .baslik span {
    display:none;
}        
.whatsapp .baslik p {
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 18pt;
    margin-top: 0px;
    float: left;
    padding-right: 2px;
    display:block;
}        

.whatsapp:hover {
    bottom: 10px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 1px;
}
.whatsapp i {
    font-size: 23pt;
    text-align: center;
    color: #fff;
	float:left;
}
.whatsapp .baslik {
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 18pt;
    margin-top: 0px;
    float: left;
    padding-left: 10px;
}
.whatsapp .altbaslik {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12pt;
    margin-top: 5px;
	float:left;
}
.whatsapp .numara {
    width: 100%;
    text-align: center;
    font-size: 16pt;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
	float:left;
}



