footer{
  padding: 26px 0px 0px 0px;
  overflow: hidden;
  margin-top: -80px;
  font-size: 16px;
  color: #FFF;
  position: absolute;
  width: 100%;
  z-index: 10;
}

footer .element-1-footer{
  position: relative;
  z-index: 1;
  background: #BE0506;
  transform: skewY(-2deg);
}

footer .element-1-footer:after{
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -20px;
  background: #6D0010;
}

footer .element-2-footer{
  position: absolute;
  z-index: -1;
  transform: skewY(2deg);
  width: 100%;
  height: 100%;
  background: red;
}

footer .element-1-footer .container{
  transform: skewY(2deg);
}

footer a{
  text-decoration: none;
  color: #FFF;
}

footer a:hover{
  color: #FFF;
}
  
footer .col-lg-3, footer .col-lg-6{
  padding: 31px;
}

footer h5{
  font-size: 17px;
  font-weight: bold;
}

footer #about-us img{
  width: 165px;
  margin-bottom: 35px;
}
    
footer #social{
  display: flex;
  justify-content: right;
  align-items: center;
  width: auto;
  height: 0px;
  position: absolute;
  right: 0;
  padding: 10px 15px 10px 20px;
  margin: 0;
}

footer #social #youtube{
  font-size: 30px;
}
    
footer #social .iconify{
  transition: 0.5s;
  font-size: 26px;
  margin: 0 15px 0 15px;
  color: #FFF;
}

footer .sub-footer{
  padding: 18px;
}

@media only screen and (max-width: 767px){ 
  footer{
    background-size: cover;
    padding-bottom: 60px;
  }
  
  .sub-footer{
    position: static;
    height: max-content;
  }
  
  footer #social{
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
    display: block;
  }
  
  footer #social a{ 

    left: 0;
    padding: 0;
    margin: 19px 0 60px -18px;
  }
}