footer.footer1 {
  background-color: #1d1d1b;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

footer.footer1 .footer-ust {
  display: flex;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.092);
  justify-content: center;
  align-items: center;
}

footer.footer1 .footer-ust li:first-child {
  margin-left: 0px;
}

footer.footer1 .footer-ust li {
  list-style: none;
  margin-left: 35px;
}

footer.footer1 .footer-ust li a {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  opacity: 70%;
  padding: 0;
  font-size: 12px;
}

footer.footer1 .footer-ust li a .icon{
  display: none;
}

footer.footer1 .footer-ust li a:hover {
  opacity: 100%;
}

footer.footer1 .footer-bilgi {
  width: 100%;
  height: auto;
  position: relative;
}

footer.footer1 .footer-logo {
  display: block;
  width: 100%;
  text-align: center;
}

footer.footer1 .footer-logo .svgIcon {
  fill: #fff;
  height: 130px;
}

footer.footer1 .footer-logo .svgIcon path {
  fill: #fff;
}

footer.footer1 .footer-logotext {
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

footer.footer1 .footer-logotext span {
  font-weight: 700;
}

footer.footer1 .footer-bilgi a.footerbuton {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  color: #f9f0ec;
}

footer.footer1 .footer-bilgi a.footerbuton:hover {
  color: #fff;
}

footer.footer1 .footer-bilgi a.footerbuton .icon {
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

footer.footer1 .footer-bilgi a.footerbuton .text {
  font-size: 14px;
  line-height: 1.2;
  padding-left: 20px;
}

footer.footer1 .footer-orta {
  display: block;
  padding: 50px 0px;
  position: relative;
  width: 100%;
}

footer.footer1 .footerListe {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 853px;
  margin: 0px auto 40px;
}

footer.footer1 .footerListe li {
  list-style: none;
  display: inline-flex;
  margin-left: 25px;
}

footer.footer1 .footerListe li a {
  color: #fff;
  font-size: 14px;
}

footer.footer1 .footer1-iletisim {
  display: block;
  padding: 30px 0px;
  width: 100%;
  text-align: center;
}

footer.footer1 .footer1-iletisim a.footer1-telefon {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.15385em;
  letter-spacing: -.02em;
  margin-bottom: 30px;
}

footer.footer1 .footer1-iletisim .adres {
  display: block;
  width: 100%;
}

footer.footer1 .footer1-iletisim .adres li {
  display: block;
  width: 100%;
  list-style: none;
  color: #fff;
  font-size: 16px;
  max-width: 382px;
  margin: 10px auto 0px;
}

footer.footer1 .footer1-iletisim .adres li:nth-child(1) {
  color: #fff;
}

footer.footer1 .footer1-iletisim .adres li:nth-child(2) {
  color: #fff;
  opacity: 60%;
}

footer.footer1 .footer-sosyal {
  width: 100%;
  display: flex;
  justify-content: center;
}

footer.footer1 .footer-sosyal li:first-child {
  margin-left: 0px;
}

footer.footer1 .footer-sosyal li {
  display: inline-block;
  margin-left: 35px;
}

footer.footer1 .footer-sosyal li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-size: 28px;
}

footer.footer1 .footer-sosyal li a .svgIcon {
  fill: #fff;
  opacity: 70%;
}

footer.footer1 .footer-sosyal li a .svgIcon path {
  fill: #fff;
  opacity: 70%;
}

footer.footer1 .footer-sosyal li a:hover .svgIcon {
  fill: #fff;
  opacity: 1;
}

footer.footer1 .footer-sosyal li a:hover .svgIcon path {
  fill: #fff;
  opacity: 1;
}

footer.footer1 .footer-firma {
  width: 100%;
  height: auto;
}

footer.footer1 .footer-firma .container {
  width: 100%;
  height: auto;
  padding: 25px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.092);
}

footer.footer1 .footer-firma .footer-text {
  font-size: 13px;
  opacity: 80%;
  color: #fff;
}

footer.footer1 .footer-firma .footer-logo {
  height: 15px;
  display: flex;
  margin-left: 15px;
  width: auto;
}

footer.footer1 .footer-firma .footer-logo img {
  height: 100%;
}