/**
 * Footer 01 stylesheet  
 * */
.footer-01 {
  position: relative;
  background: black;
}
.footer-01 .contact-details {
  padding-top: 150px;
  padding-bottom: 150px;
}
.footer-01 .contact-details .content {
  padding-left: 120px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .footer-01 .contact-details .content {
    padding-left: 0;
  }
}
.footer-01 .contact-details .content h1 {
  color: #ffffff;
}
.footer-01 .contact-details .content p {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.footer-01 .contact-details h1 {
  margin-top: 0px;
}
.footer-01 .contact-details .btn-hallow {
  padding: 10px 30px 10px 30px;
  border: 1px solid #ffffff;
}
.footer-01 .contact-social .social-icon {
  padding: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer-01 .contact-social .social-icon a {
  -moz-transition: all 0.85s ease;
  -o-transition: all 0.85s ease;
  -webkit-transition: all 0.85s ease;
  transition: all 0.85s ease;
}
.footer-01 .contact-social .social-icon:nth-child(1) a:hover {
  color: #3b5998;
}
.footer-01 .contact-social .social-icon:nth-child(2) a:hover {
  color: #db4a39;
}
.footer-01 .contact-social .social-icon:nth-child(3) a:hover {
  color: #00a0d1;
}
.footer-01 .contact-social .social-icon:nth-child(4) a:hover {
  color: #0079ff;
}
.footer-01 .contact-social .social-icon:nth-child(1) {
  background: rgba(0, 74, 89, 0.95);
}
.footer-01 .contact-social .social-icon:nth-child(2) {
  background: rgba(0, 74, 89, 0.9);
}
.footer-01 .contact-social .social-icon:nth-child(3) {
  background: rgba(0, 74, 89, 0.85);
}
.footer-01 .contact-social .social-icon:nth-child(4) {
  background: rgba(0, 74, 89, 0.8);
}
.footer-01 .sub-footer {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}