.chat-wrapper .chatScreen ul li {
  font-weight: 400;
  font-size: 1em;
  color: #090808;
}
#agenda .event-item .time {
	margin-top: 5px;
}
@media (max-width: 767px) {
#agenda .accordion-button {
  font-size: 13px;
}
.logo2 {
	margin-bottom: 10px;
}
}
@media (min-width: 767px) {
#agenda .event-item .time {
//  margin-top: 18px;
}
}
section h4 {
  text-align: center;
//  margin-top: 20px;
}
.list {
 font-size: 16px;
}
.color-title {
	margin-top: 60px;
	color: #0189C3;
	font-weight: 600;
}
.footer-links{
  margin-top: 20px;
  margin-top: 10px;
}
footer .footer-links a {
  color: #FFFFFF;
  text-decoration: none;
}
.sponsor {
	display: flex;
	justify-content: center;
}
footer .footer-menu_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: space-between;
  color: #FFFFFF;
}
footer .footer-menu_2 p {
  margin: 0;
}
footer .footer-menu_2 a {
  color: #FFFFFF;

}
.sub-text {
  text-align: center;
  margin-top: 18px;
  font-size: 16px;
}
.sub-text_2 {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #656666;
}
.details {
 margin-top: 4px;
}
.margin {
	margin-top: 16px;
}
.event-timer_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  background-color: #0189C3;
  color: #FFFFFF;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width:  300px;
  border-radius: 5px;
}
.event-timer_2 .button .btn {
//  background-color: #FFFFFF;
  color: #fff;
  border-radius: 0;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 32px;
}
.centr{
	display: grid;
	justify-content: center;
	margin: 40px;
}