

.ts-footer ul,
.contact-section ul,
.ts-footer  ol,
.contact-section ol {
    padding: 0px;
    margin: 0;
    list-style: none;
} 
/*footer CSS*/
.ts-footer {
  background: #2c2c2c;
  padding: 50px 0 0px;
}
.ts-footer .Mr {
  gap: 7px;
  color: #ffffff;
}
.ts-footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.ts-footer h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #7a2924;
}
.ts-footer .event-info ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0px;
}

.ts-footer .event-info ul li a i {
  height: 35px;
  width: 35px;
  background-color: #121212;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  border-radius: 4px;
}



.ts-footer{
  position: relative;
}
.ts-footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg-liquid.png);
  background-position: center;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn; 
  z-index: -1;
  opacity: 0.25;
}

/* responsive */
@media (max-width: 767px) {
  /* ts-footer  */
    .ts-footer {
        padding: 20px 0 20px;
    }
    .ts-footer .pt-5 {
        padding-top: 1rem !important;
    }
    .ts-footer .copyright-text.text-center p {
        margin-bottom: 5px;
    }
    .ts-footer .copyright-text.text-center,
    .ts-footer .copyright-text {
        text-align: left !important;
    }
    .ts-footer .right-info {
      padding: 0px 15px;
  }
  .ts-footer .event-info ul li a { 
    align-items: start; 
    flex-direction: column;
  }
  .ts-footer .event-info ul li a b {
    display: none;
}
}
