.footer{
background: #1a1a1a !important;
}

.footer-logo-link img{
    width: 100% !important;
    max-width: 200px !important;
}
.footer-top-block{
  border-bottom: 0px !important;
}

.footer-heading{
    color: #fafafa !important;
    padding-bottom: 13px;
    border-bottom: 2px solid #fafafa;
}

.footer-flex-container ul li a, 
.footer-bottom-links{
  color: #fafafa !important;
  font-size: 12px;
  position: relative;
}


/* .footer-flex-container ul li a:before,
.footer-bottom-links:before{
   content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
} */

.footer-flex-container ul li a:hover{
  color: rgba(250,250,250,0.5)!important;
}

/* .footer-flex-container ul li a:hover:before,
.footer-bottom-links:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
} */

@media(max-width: 1100px){
  .footer-heading{
    margin-top: 30px;
  }
}


