
footer {
  background-color: #f8f8f8;
  padding-top: 50px;
  color: #bbbbbb;
  font-size: 14px;
  letter-spacing: 1.5px;
}

.copyright a{
  text-decoration: none;
  color: white;
}
.container-fluid {
  width: 100vw !important;
  padding: 0 40px !important;
  margin-right: auto;
  margin-left: auto;
}


.footer-bttm-text img{
  width: 80%;
}

.footer-bttm-text p {
  font-size: 18px;
  color: #000;
  font-weight: 300;
}

.footer-content {
  color: #000000;
  font-weight: 400;
  margin-top: 20px;
}

.footer-content h4 {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: bold;
  width: 100%;
}

footer ul li {
  margin-bottom: 5px;
}

.footer-content a {
  text-decoration: none !important;
  color: #000000;
  font-weight: 400;
}

.footer-content ul li a:hover {
  color: #ffc107 !important;
}
.footer-social-icon li:hover {
  background-color: #ffc107 !important;
}
.footer-social-icon {
  display: flex;
  padding: 0;
}

.footer-social-icon li {
  list-style: none;
  margin-right: 5px;
  background: #000;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  line-height: normal;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

.copyright {
  text-align: center;
  background: linear-gradient(136deg, #33a2ab 0%, #9ef1f7 100%);
  color: #ffffff;
  padding: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.copyright p {
  margin: 0;
  color: #ffffff;
}
