  .error {
      color: red;
  }

  .all-service-list li a {
      text-decoration: none;
      color: #000;
      transition: all 0.3s ease;
  }

  /* Style when active */
  .all-service-list li.active a {
      text-decoration: underline;
      color: #007BFF;
  }

  /* Change to the color you prefer */
  .head-margin {
      margin-top: 45px;
  }

  .main-img {
      margin-left: 15px;
      margin-top: 40px;
  }

  .our-services {
      height: 520px;
  }

  .sizing {
      height: 150px;
      width: 150px;
  }

  .e-Commerce-img {
      width: 450px;
  }

  .transform-management {
      transform: translate3d(-960px, 0px, 0px);
      transition: all 0.25s ease 0s;
      width: 2560px;
  }

  .borders {
      border: #000 solid;
      border-radius: 10px
  }

  .management-img {
      width: 290px;
      margin-right: 30px;
  }

  .team-border {
      border-radius: 60%;
  }

  .rainbow {
      border: double 0.3em transparent;
      border-radius: 5px;
      background-origin: border-box;
      background-clip: content-box, border-box;
  }

  .logo-nav {
      height: 70px;
      width: 210px;
  }