#about-page {
  padding-top: 5%;
  padding-bottom: 5%;
}

#about-page p {
  /*padding: 10px;*/
  font-size: 16px;
  text-align: justify;
  line-height: 2;
}

#about-page img {
  width: 100%;
  padding: 5px;
  background: #eeeeee;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#about-page a, h5 {
  color: #333333 !important;
  font-weight: bold !important;
}

#blog-d {
}

#blog-d p {
  padding: 10px;
  font-size: 16px;
  text-align: justify;
  line-height: 2.2;
}

#blog-d h3 {
  padding: 10px;
}

#blog-d img {
  width: 100%;
  background: #f3f3f2;
  padding: 20px;
}

#contact-p i {
  /*background: #0b9be2 !important;*/
  padding: 10px;
  font-size: 20px;
  color: #4b4b4b;
}

#contact-p .main-c i {
  background: #0b9be2 !important;
  padding: 10px;
  font-size: 20px;
  color: #ffffff;
}

.cont {
  border: 2px solid #e6e6e699;
  padding: 10px;
}

#contact-p h3 {
  padding: 12px;
  font-weight: 300;
  color: #0b9be2;
}

#contact-p .btn {
  background: #0b9be2;
  font-weight: 700;
}

#service-p img {
  width: 100%;
  padding: 20px;
  background: #fcfcfc;
}

.servis-p-text {
  /*max-width: 450px;*/
  padding: 20px;
}

#hata-p {
  padding-top: 5%;
  padding-bottom: 15% !important;
}

#hata-p a {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.hata-img img {
  width: 40%;
  padding: 5%;
  /*animation: jump-shaking 0.83s infinite;*/
}

.hata-text img {
  width: 20%;
  margin-bottom: -15%;
  animation: jump-shaking 0.83s infinite;
}

@keyframes jump-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(-9%);
  }
  35% {
    /*transform: translateY(-9px) rotate(17deg);*/
  }
  55% {
    transform: translateY(-49px) rotate(-17deg);
  }
  65% {
    /*transform: translateY(-9px) rotate(17deg);*/
  }
  75% {
    /*transform: translateY(-9px) rotate(-17deg);*/
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

#makale .tarih {
  background-color: rgba(255,255,255,0.31);
  font-weight: 400;
  margin-top: -10%;
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #333333;
}

#haber .tarih {
  background-color: rgba(11,155,226,0.41);
  font-weight: 400;
  /*margin-top: -10%;*/
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #333333;
}

.baslik-b {
  background-color: rgb(0,0,0);
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #ffffff;
  font-weight: bold;
}

.baslik-d {
  background-color: rgb(227,6,20);
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #ffffff;
  font-weight: bold;
}

.baslik-bildiri {
  background-color: rgb(0,184,253);
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #ffffff;
  font-weight: bold;
}

.baslik-dergi {
  background-color: rgb(154,154,154);
  font-weight: 400;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #ffffff;
  font-weight: bold;
}

/* bildiri */

#bildiri {
  padding-top: 5%;
  padding-bottom: 5%;
}

#galeri-card {
  /*padding-top: 5%;*/
  padding-bottom: 5%;
}

