/* start sass */
/* end sass */
/* start footer */
footer {
  background-color: #1e1e1e;
  padding: 30px 0; }
  footer img {
    width: 200px;
    margin: 20px 0; }
  footer h3 {
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase; }
    footer h3:after {
      left: 0 !important;
      background-color: #c7081b !important; }
  footer ul {
    list-style: none;
    padding: 0; }
  footer .imp-links ul li {
    margin: 10px 0; }
    footer .imp-links ul li a {
      color: #cdcdcd !important;
      text-transform: capitalize;
      font-size: 20px; }
      footer .imp-links ul li a i {
        color: #c7081b;
        margin-right: 5px;
        transition: all 0.3s ease-out; }
      footer .imp-links ul li a:hover i {
        margin-right: 10px; }
  footer aside:last-of-type ul {
    display: flex;
    justify-content: flex-start; }
    footer aside:last-of-type ul li {
      font-size: 20px;
      margin-right: 20px;
      color: #e14255;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      line-height: 37px;
      border: 2px solid #c7081b; }
      footer aside:last-of-type ul li a {
        color: #646464 !important; }
        footer aside:last-of-type ul li a i {
          width: 34px;
          height: 34px;
          border-radius: 50%;
          line-height: 34px;
          transition: all .3s linear; }
          footer aside:last-of-type ul li a i:hover {
            color: #c7081b;
            border-color: #fff; }

/* end footer */

/*# sourceMappingURL=footer.css.map */
