.footer {
  width: 100%;
  /* background: #00121b; */
  display: block;
  background-image: url(../Assets/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-footer {
  width: 95%;
  margin: auto;
  padding: 30px 10px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}

.footer-items {
  width: 25%;
  padding: 10px 20px;
  box-sizing: border-box;
}

.footer-items p {
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
}

.border1 {
  height: 3px;
  width: 40px;
  /* background: #2581DC; */
  /* color: #2581DC; */
  background-color: blue;
  border: 0px;
}

ul {
  list-style: none;
  font-size: 15px;
  letter-spacing: 0.5px;
}

ul a {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  color: black;
}

ul a:hover {
  color: #2581dc;
}

ul li {
  margin: 10px 0;
  height: 25px;
}

li i {
  margin-right: 20px;
}

.social-media {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.social-media a {
  text-decoration: none;
}

.social-media i {
  height: 25px;
  width: 25px;
  margin: 20px 10px;
  padding: 4px;
  color: #00aaff;
  transition: 0.5s;
}

.social-media i:hover {
  transform: scale(1.5);
}

.footer-bottom {
  padding: 10px;
  /* background: #00121b; */
  font-size: 12px;
  text-align: center;
}

/* for tablet mode view */

@media only screen and (max-width: 1275px) and (min-width:701px) {
  .footer-items {
    width: 30%;
  }
}

/* for mobile screen view */

@media screen and (max-width: 700px) {
  .footer-items {
    width: 100%;
  }
}
