/* Equiserve style */ 
body {
  color: black;
  margin: 0;
  padding: 0;
  background: #0017ab;
}

.equi-outer {
  height: 98vh;
}

.equi-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
/*   background: linear-gradient(to top right, #051b67, #091da4); */
}

.equi-banner {
  position: relative;
  max-width: 1200px;
  max-height: 675px;
  min-width: 1000px;
  min-height: 563px;
  background: url(../img/home-banner.jpg) center no-repeat;
  background-size: contain;
}

.equi-logo {
  position: absolute;
  width: 141px;
  height: 38px;
  top: 65px;
  left: 88px;
/*   border: 1px solid #f0f; */
}

.equi-link {
  position: absolute;
  width: 146px;
  height: 21px;
  top: 356px;
  left: 339px;
}
