
a:link, a:visited{
    color:#7748A9;
    text-decoration: none;
}

a:hover{
    color:#7748A9;
    text-decoration: none;
}


.footer {
  background: #222;
  color: white;
}

.services {
    text-decoration: none;
    ul {
        
      list-style-type: none;
    }
    li a {
      color: white;
      transition: color 0.2s;
      &:hover {
        text-decoration: none;
        color: #7748A9;
      }
    }
  }
  
  .link-text{
      color: #7748A9;
  }

  .footer-under{
    background: #4180cb;
    color: #7748A9;

  }

  .about-company {
    i {
      font-size: 18px;
    }
    a {
      color: white;
      transition: color 0.2s;
      &:hover {
        color: #4180cb;
    
      }
    }
    social-pet{
      
    }

  }
  .location {
    i {
      font-size: 18px;
    }
  }
  .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

