/*======  Footer ========*/

footer {
    background-color: #4b2855;
    color: #f2f1f1;
    width: 100%;
}
footer .container {
    max-width: 890px;
}
footer .footer-contact{
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer-banner{
    background-color: #a29886;
    color: #8b816e;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 25px 0;
}
footer .footer-line {
    height: 5px;
    width: 100%;
    float: left;
    background-color: #424a5d;
}

/*======  general style ========*/
footer h4,
footer a,
footer p{
    margin: 0;
    color: inherit;
    line-height: normal;
    text-decoration: none;
}
footer h5,
footer h4,
footer a{
  text-transform: uppercase;
}
footer h4{
  font-size: 20px;
  transition: all 0.2s;
}
footer h5{
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
}
footer a{
  text-decoration: none;
  transition: all 0.2s;
}
footer a:hover,
footer h4:hover{
  color: #424a5d;
  transition: all 0.2s;
}
footer ul{
  list-style: none;
  padding: 0;
}


/*======  Social Icons ========*/

footer .social-icons a .fa {
    font-size: 1em;
    color: #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
}
footer .social-icons a .fa-twitter {
    transition: all 0.2s;
}
footer .social-icons a .fa-twitter:hover {
    transition: all 0.2s;
    color: #4099FF !important;
}
footer .social-icons a .fa-facebook {
    transition: all 0.2s;
}
footer .social-icons a .fa-facebook:hover {
    transition: all 0.2s;
    color: #3B5998 !important;
}
footer .social-icons a .fa-google-plus {
    transition: all 0.2s;
}
footer .social-icons a .fa-google-plus:hover {
    transition: all 0.2s;
    color: #d34836 !important;
}
