ul#countdown li{
	border-radius: 50%;
}

.text-center{
	text-align: center;
}

.hidden{
	display: none;
}

.logo-ahiba{
	max-width: 300px;
}

.logo-felaban{
	max-width: 200px;
}

.services_item h3 {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#speakers .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#speakers .row .threecol {
    width: 21.2%;
	text-align: center;
	height: 430px;
}

.agenda-box{
	max-width: 820px;
	margin: auto;
}

.agenda-box .features_item{
	margin-bottom: 0;
}

.table-dark{
	width: 90%;
	margin: auto;
	margin-bottom: 80px;
	box-shadow: rgba(50, 50, 93, 0.15) 0px 50px 50px -20px, 
				rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, 
				rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

table thead tr th {
    font-size: clamp(14px, 2vw, 20px);
    padding: 10px;
}

table tbody tr td, table tbody tr th{
    padding: 10px;
}

table tr.alt{
	background: #F1F1F1;
}

.agenda-box .features_item {
	background: #F1F1F1;
	padding: 10px 0;
}

.agenda-box span.circle_icons i {
	margin: 0;
	height: 50px;
	line-height: 50px;
}

.agenda-box span {
	font-weight: bold;
	color: var(--color--one) !important;
	font-size: 14px;
}

.agenda-box p {
	margin-bottom: 0;
}

#toggle-view2 {
	list-style: none;
	margin-bottom: 45px;
	width: 100%;
}

#toggle-view2 li {
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
}

#toggle-view2 h3 {
	font-size: 16px;
	color: var(--color--one);
	margin-bottom: 5px;
	line-height: 16px;
	font-weight: 400;
	padding: 15px 0 15px 20px;
	background-color: #eee;
	font-family: 'Lato', sans-serif;
}

#toggle-view2 span.icon {
	right: 0;
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #656565;
	padding: 14px 20px;
}

#toggle-view2 div.details {
	margin-bottom: 20px;
	padding-top: 10px;
	display: none;
}

.autor_pic i {
	font-size: 40px;
	padding-top: 20px;
	color: #FFF;
}

.testimonials_box{
	min-height: 104px;
}

.testimonials_box a{
	margin-bottom: 0;
	color: #00CAD8;
}

.modal__container {
	max-height: 70vh;
}

.team_name i{
	font-style: normal;
}

.agenda-box .features_item.section-title{
	background: #113268;
    color: #FFF;
    text-align: center;
    display: block;
}
