footer.footer1 {
  background-color: #1A1A18;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

footer.footer1 .footer-orta {
  display: block;
  padding: 50px 0px;
}

footer.footer1 .footer-liste {
  width: 100%;
  height: auto;
  text-align: center;
}

footer.footer1 .footer-liste span.baslikk {
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
  font-size: 0.90rem;
}

footer.footer1 .footer-liste small.text {
  color: #fff;
  font-weight: 400;
  display: block;
  color: #aaa;
  font-size: 0.93rem;
}

footer.footer1 .footer-liste small.text a.tel {
  font-size: 0.93rem;
  color: #CC8E3C;
  display: block;
  font-weight: 700;
}

footer.footer1 .footer-bilgi {
  width: 100%;
  height: auto;
  background: rgb(255 255 255 / 5%);
  padding: 20px 0px;
  color: #fff;
}

footer.footer1 .footer-bilgi .listee {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

footer.footer1 .footer-bilgi .listee li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}

footer.footer1 .footer-bilgi .listee li a {
  color: #aaa;
  font-size:0.80rem;
  line-height: 24px;
}

footer.footer1 .footer-bilgi .listee li a:hover {
  color: #CC8E3C;
}

footer.footer1 .sosyal {
  width: 100%;
  display: flex;
  justify-content: center;
}

footer.footer1 .sosyal li {
  display: inline-block;
  margin-left: 5px;
}

footer.footer1 .sosyal li a {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2B2A29;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

footer.footer1 .sosyal li a:hover {
  background: #CC8E3C;
  color: #fff;
}

footer.footer1 .footer-bilgi .bilgi-baslik {
  margin-right: 16px;
  color: #aaa;
}

footer.footer1 .footer-firma {
  width: 100%;
  height: auto;
}

footer.footer1 .footer-firma {
  width: 100%;
  height: auto;
  padding: 12px 0px;
  background-image: url(../../images/abstraction.jpg);
  background-position: 50% 85% !important;
}

footer.footer1 .footer-firma .footer-text {
  font-size: 0.70rem;
  opacity: 80%;
  color: #fff;
}

footer.footer1 .footer-firma .footer-logo {
  height: 15px;
  display: flex;
  margin-left: 15px;
}

footer.footer1 .footer-firma .footer-logo img {
  height: 100%;
}
