/* footer start  */
footer {
  padding: 20px 0;
  background: rgb(73, 192, 240);
  background: -moz-linear-gradient(
    top,
    rgba(73, 192, 240, 1) 0%,
    rgba(44, 175, 227, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(73, 192, 240, 1) 0%,
    rgba(44, 175, 227, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(73, 192, 240, 1) 0%,
    rgb(33, 96, 121) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 );
}
.footer-text {
  color: #fff;
}
.footer-link a {
  margin: 0 0 5px 0;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.footer-link a:hover {
  color: #000000;
}
/* footer end  */
