.footer3 {
  background-position: center;
  background-size: cover;
  position: relative;
}


.footer3 .footer-orta {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0px;
  color: #0F3C3C;
  position: relative;
  z-index: 999;
  background: #FFFFFF;
}

.footer3 .footer-orta .footer-liste {
  width: 100%;
  height: auto;
  position: relative;
}

.footer3 .footer-orta .footer-liste .footer-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 13px;
}

.footer3 .footer-orta .footer-liste .footer-logo img {
  height: 60px;
}

.footer3 .footer-orta .footer-liste .footer-baslik {
  font-size: 1.0rem;
  color: #0F3C3C;
  margin-bottom: 13px;
  font-weight: 700;
  padding-left:15px;
  position: relative;
}

.footer3 .footer-orta .footer-liste .footer-baslik:before {
  background: #009b4a;
  border-radius: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  margin: auto;
  position: relative;
  position: absolute;
  left: 0px;
  top: 0;
  width: 8px;
}

.footer3 .footer-orta .footer-liste .footer-title {
  font-size: 80rem;
  line-height: 1.5;
  font-weight: 500;
}

.footer3 .footer-orta .footer-liste .footer-text {
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 400;
}

.footer3 .footer-orta .footer-liste .footer-text span {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 6px;
}

.footer3 .footer-orta .footer-liste .footer-text span i {
  margin-right: 5px;
}

.footer3 .footer-orta .footer-sosyal {
  position: relative;
  display: block;
  width: auto;
  margin-top: 25px;
  padding: 0px;
}

.footer3 .footer-orta .footer-sosyal li:first-child {
  margin: none;
}

.footer3 .footer-orta .footer-sosyal li {
  display: inline-block;
  list-style: none;
  margin-right: 17px;
  padding-left: 0px;
  padding-right: 0px;
}

.footer3 .footer-orta .footer-sosyal li a {
  font-size: 23px;
  color: #0F3C3C;
}

.footer3 .footer-orta ul.footer-list {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.footer3 .footer-orta ul.footer-list li:first-child {
  border: none;
  padding-top: 0px;
}

.footer3 .footer-orta ul.footer-list li {
  width: 100%;
  height: auto;
  padding-top: 17px;
  padding-bottom: 0px;
  margin: 0px;
  list-style: none;
}

.footer3 .footer-orta ul.footer-list li a {
  color: #0F3C3C;
  width: 100%;
  height: auto;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
}

.footer3 .footer-alt {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #004823;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 50px;
}

.footer3 .footer-alt a {
  color: #fff;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  margin-left: 10px;
}