.footer-dark {
  padding: 80px 0 72px 0;
  color: #696687;
  margin-top: 95px;
  background: url('../../assets/img/footer-bg-left-1.png');
  background-repeat: no-repeat;
  position: relative;
  font-weight: 800;
  /*flex-shrink: 0;*/
}

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

.footer-dark ul li {
  font-family: 'Nunito';
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  font-weight: initial;
}

.footer-dark ul span {
  font-weight: initial;
}

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

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

.footer-dark .item {
  /*margin: 45px 0;*/
}

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

.footer-dark .item img:not(.facebook_logo) {
  width: 220px;
  display: block;
}

.footer-dark .item .facebook_logo {
  width: 100px;
}

.footer-dark .item.text p {
  /*opacity: 0.6;*/
  margin-bottom: 0;
  font-family: 'Nunito';
}

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

.footer-dark .copyright a {
  color: inherit;
}

.footer-dark .copyright i {
  margin: 0 10px;
  font-weight: normal;
  font-size: 20px;
}

.footer-dark .dubai_silhouette {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('dubai_silhouette.png') center;
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  z-index: -1;
  opacity: 0.15;
}

@media (min-width: 768px) {
  .footer-dark .dubai_silhouette {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .footer-dark .dubai_silhouette {
    height: 400px;
  }
}

