.footer {
  width: 100%;
  position: relative;
  z-index: 1;
}
.footer.footer-style-01 {
  padding-top: 0px;
  background: #141414 !important;
}
.footer.footer-style-01 .footer-top ul.social-info-list {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 0px;
  border: none;
}
.footer.footer-style-01 .footer-top ul.social-info-list li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer.footer-style-01 .footer-top ul.social-info-list li a {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer.footer-style-01 .footer-top ul.social-info-list li a:hover {
  color: #fff;
}
.footer.footer-style-01 .min-footer {
  padding: 0px;
}
.footer.footer-style-01 .min-footer .footer-left {
  padding-top: 120px;
  padding-right: 60px;
  padding-left: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer.footer-style-01 .min-footer .footer-right {
  padding-top: 80px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.footer.footer-style-01 .min-footer .footer-right .title {
  font-weight: normal;
  margin-bottom: 80px;
  text-align: center;
  font-size: 18px;
}
.footer.footer-style-01 .min-footer .footer-right .footer-right-top {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
.footer.footer-style-01 .min-footer .footer-right .footer-right-top .widget .widget-title {
  margin-bottom: 10px;
  text-align: center;
}
.footer.footer-style-01 .min-footer .footer-right .widget-logo {
  gap: 40px;
  display: flex;
}
.footer.footer-style-01 .min-footer .footer-right .widget-logo img {
  max-width: 260px;
}
.footer.footer-style-01 .min-footer .footer-right .footer-right-bottom ul {
  margin-bottom: 0px;
}
.footer.footer-style-01 .min-footer .footer-right .footer-right-bottom ul li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer.footer-style-01 .min-footer .footer-right .footer-right-bottom ul li a:hover {
  color: #95B485;
}
.footer.footer-style-01 .min-footer .footer-right .footer-right-bottom .copyright {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.footer .copyright p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
  font-weight: 300;
  display: flex;
}
.footer .copyright a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #532024;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}
.footer .copyright a:hover {
  color: #fff;
}
.widget .widget-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 8px;
}
.widget p {
  color: rgba(255, 255, 255, 0.8);
}
.widget-menu ul li {
  color: #ffffff;
  margin: 5px 0;
  font-weight: 300;
}
.widget-menu ul li a {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.widget-menu ul li a:hover {
  color: #95B485;
}
.widget-address ul li {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
}
.widget-address ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.widget-address ul li a:hover {
  color: #532024;
}
.widget-address ul li:last-child {
  margin-bottom: 0px;
  text-align: center;
}
.widget-newsletter p {
  margin-bottom: 30px;
}
.widget-newsletter .newsletter-form {
  position: relative;
}
.widget-newsletter .newsletter-form .form-control {
  width: 100%;
  background: #141414;
  border-radius: 0px;
  border: 1px solid #141414;
  color: #ffffff;
  padding: 17px 50px 17px 20px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
.widget-newsletter .newsletter-form .form-control:focus {
  box-shadow: none;
}
.widget-newsletter .newsletter-form .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.widget-newsletter .newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.widget-newsletter .newsletter-form .subscribe-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #95B485;
  padding: 14px 20px;
}
.widget-social .social-icon.social-icon-style-02 ul li a {
}
.widget-social .social-icon.social-icon-style-02 ul li a:before {
  background-color: #ffffff;
}
.widget-social .social-icon.social-icon-style-02 ul li a:after {
  background-color: #ffffff;
}
.widget-social .social-icon.social-icon-style-02 ul li a:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.widget-social .social-icon.social-icon-style-02 ul li a:hover:before {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  width: 0px;
}
.widget-social .social-icon.social-icon-style-02 ul li a:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}

/*----------------------------------*/
/* Social Horizontal */
/*----------------------------------*/
.social-horizontal-wrapper {
  /* Social Dark */
  background: #202020 !important;
}
.social-horizontal-wrapper .social-info-list {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  border: 1px solid #eeeeee;
}
.social-horizontal-wrapper .social-info-list li {
  flex: 2;
  text-align: center;
  border-bottom: none;
  border-right: 1px solid #eeeeee;
}
.social-horizontal-wrapper .social-info-list li a {
  display: block;
  width: 100%;
  padding: 40px 0;
  color: #000000;
  position: relative;
  text-transform: uppercase;
}
.social-horizontal-wrapper .social-info-list li a i {
  position: absolute;
  font-size: 55px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: flex;
  color: #000;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.social-horizontal-wrapper .social-info-list li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease-in-out;
  background-color: #532024;
}
.social-horizontal-wrapper .social-info-list li a:hover i {
  opacity: 1;
  visibility: visible;
  color: white;
}
.social-horizontal-wrapper .social-info-list li a:hover:before {
  height: 100%;
}
.social-horizontal-wrapper .social-info-list li:last-child {
  border-right: none;
}
.social-horizontal-wrapper.social-horizontal-dark .social-info-list {
  border-color: rgba(255, 255, 255, 0.12);
}
.social-horizontal-wrapper.social-horizontal-dark .social-info-list li {
  border-right-color: rgba(255, 255, 255, 0.12);
}
.social-horizontal-wrapper.social-horizontal-dark .social-info-list li a {
  color: #ffffff;
}

@media (max-width: 1599px) {
  .footer.footer-style-02 .min-footer {
    padding: 0px 80px;
    padding-bottom: 80px;
  }
  .footer.footer-style-02 .min-footer .footer-right {
    padding-left: 70px;
  }
  .footer.footer-style-02 .min-footer .footer-right .footer-right-top .widget-address {
    padding-right: 50px;
  }
  .footer.footer-style-02 .footer-bottom {
    padding: 20px 80px;
  }
}
@media (max-width: 1399px) {
  .footer.footer-style-01 .min-footer .footer-left {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 100px;
  }
  .footer.footer-style-01 .min-footer .footer-right {
    padding-left: 60px;
    padding-top: 100px;
  }
}
@media (max-width: 1299px) {
  .footer.footer-style-02 .min-footer {
    padding: 0px 30px;
    padding-bottom: 80px;
  }
  .footer.footer-style-02 .min-footer .footer-right {
    padding-left: 70px;
  }
  .footer.footer-style-02 .min-footer .footer-right .footer-right-top .widget-address {
    padding-right: 50px;
  }
  .footer.footer-style-02 .footer-bottom {
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .footer.footer-style-01 .footer-top ul.widget-menu {
    gap: 40px;
  }
  .footer.footer-style-01 .footer-top .widget-address ul {
    gap: 40px;
  }
  .footer.footer-style-01 .min-footer .footer-left {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 60px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
  }
  .footer.footer-style-01 .min-footer .footer-right {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
  }
  .footer.footer-style-02 .min-footer .footer-left {
    padding-bottom: 60px;
    padding-right: 12px;
  }
  .footer.footer-style-02 .min-footer .footer-right {
    padding-left: 12px;
  }
  .footer.footer-style-02 .min-footer .footer-right .footer-right-top .widget-address {
    padding-right: 0px;
  }
  .footer.footer-style-02 .footer-bottom {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .footer.footer-style-01 .footer-top {
    padding: 0px;
  }
  .footer.footer-style-01 .footer-top ul.widget-menu {
    gap: 20px;
    justify-content: center;
  }
  .footer.footer-style-01 .footer-top .widget-address ul {
    gap: 20px;
    justify-content: center;
  }
  .footer.footer-style-01 .min-footer {
    padding: 0px 30px;
  }
  .footer.footer-style-01 .min-footer .footer-left {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .footer.footer-style-01 .min-footer .footer-right {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 60px;
  }
  .footer.footer-style-01 .min-footer .footer-right .footer-right-top {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer.footer-style-01 .footer-top {
    padding: 0px;
  }
  .footer.footer-style-01 .footer-top ul.widget-menu {
    gap: 20px;
    justify-content: center;
  }
  .footer.footer-style-01 .footer-top .widget-address ul {
    gap: 20px;
    justify-content: center;
  }
  .footer.footer-style-01 .footer-top ul.social-info-list li a {
    font-size: 16px;
    padding: 25px 0;
  }
  .footer.footer-style-01 .footer-top ul.social-info-list li a i {
    opacity: 1;
    line-height: 1;
    font-size: 30px;
    visibility: visible;
    position: inherit;
  }
  .footer.footer-style-01 .footer-top ul.social-info-list li a span {
    display: none;
  }
  .footer.footer-style-01 .min-footer {
    padding: 0;
  }
  .footer.footer-style-01 .min-footer .footer-left {
    padding: 50px 15px;
  }
  .footer.footer-style-01 .min-footer .footer-left .widget-newsletter .newsletter-form .form-control {
    margin-bottom: 0px;
  }
  .footer.footer-style-01 .min-footer .footer-right {
    padding: 50px 15px;
  }
  .footer.footer-style-01 .min-footer .footer-right .title {
    font-size: 20px;
    line-height: 30px;
  }
  .footer.footer-style-02 {
    padding-top: 50px;
  }
  .footer.footer-style-02 .min-footer {
    padding: 0 0 50px 0;
  }
  .footer.footer-style-02 .min-footer .footer-left {
    padding-bottom: 50px;
  }
  .footer.footer-style-02 .min-footer .footer-right .widget.widget-menu ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer.footer-style-02 .footer-bottom {
    padding: 20px 0;
  }
  .footer.footer-style-02 .footer-bottom ul.widget-menu {
    justify-content: center;
  }
  .footer .copyright p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .footer.footer-style-01 .min-footer .footer-right {
    padding-bottom: 25px;
  }
  .footer.footer-style-01 .min-footer .footer-right .footer-right-top {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .footer.footer-style-01 .min-footer .footer-right .footer-right-bottom ul.widget-menu {
    text-align: left;
  }
  .footer.footer-style-01 .min-footer .footer-right .footer-right-bottom .copyright {
    margin-top: 10px;
    text-align: left;
  }
  .footer .copyright {
    flex-direction: column-reverse;
    gap: 5px;
  }
}
@media (max-width: 479px) {
  .footer.footer-style-01 .footer-top ul.widget-menu {
    gap: 10px;
  }
  .footer.footer-style-01 .footer-top ul.widget-menu li a {
    font-size: 16px;
    line-height: 30px;
  }
  .footer.footer-style-01 .footer-top .widget-address ul {
    flex-direction: column;
  }
  .footer.footer-style-01 .min-footer .footer-right .widget-logo {
    flex-direction: column;
    display: none;
  }
}

.header-top-sosyal {
    display: flex;
    margin-left: 17px;
    min-width: 95px;
}

.header-top-sosyal li {
    list-style: none;
    margin-top: 0;
    margin-left: 12px;
}

.header-top-sosyal li:first-child {
    margin-left: 0;
}

.header-top-sosyal li a {
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid #532024;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #532024;
}

.header-top-sosyal li a:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

