.footer-dark {
  color: #fff;
  background-color: #33414a;
  font-size:16px; 
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
 font-family:Ozel_b;
  font-size: 16px; color:#fff
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 0; color:#fff; 
}

.footer-dark ul a {
  color: #fff;
  text-decoration: none;
 
}

.footer-dark ul a:hover {
  opacity: 0.8; color:#fff
}


.footer-dark li {
  color: #fff;
  text-decoration: none;
}
.footer-dark li a {
  color: #fff;
  text-decoration: none;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: left;
  padding-top:7px;
  opacity: 0.3;
  font-size: 13px;
  margin:24px 0 0 0;
  background:#1b90c5; 
  height:35px; 
  color: #fffdfc;
}

.footer-dark .copyright a {
  opacity: 0.3;
  font-size: 13px;  
  color: #fff;
}

