@font-face {
  font-family: "Ditec";
  font-weight: bold;
  src: url('../fonts/Ditec-Bold.otf');
}
.page-footer {
  background-color: rgb(5, 5, 5);
}
.footer-title {
  font-family: 'Ditec', sans-serif; 
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  
}
.link-list>li {
  font-size: 11px;
  font-weight: 400;
  padding-top: 1px;
  color:aliceblue !important;
}
.link-list>li>a{
  color:aliceblue !important;
  font-size: 11px;
  font-weight: 400;
  padding-top: 1px;
}
.link-list>li>a:hover {
  color: aliceblue !important;
}
.footer-copyright {
  background-color: #1B1B1B;
  
}
.footer-copyright>a {
  color: rgb(171, 171, 171);
}

.social-section {
  position: fixed;
  top: 198px;
  right: 7px;
  z-index: 99998;
  
}

.icon-wrapper {
  background-color: #D3D4D6;
  height: 40px;
  width: 40px;
  text-align: center;
  margin-bottom: 12px;
}
.single-icon {
  font-size: 23px;
  color: #4C4C4D;
  line-height: 40px;
  vertical-align: middle;
}