.box {
	position: relative;
}

.hori-timeline .events {
	border-top: 3px solid #e9ecef;
}

.hori-timeline .events .event-list {
	display: block;
	position: relative;
	text-align: center;
	padding-top: 70px;
	margin-right: 0;
}

.hori-timeline .events .event-list:before {
	content: "";
	position: absolute;
	height: 36px;
	border-right: 2px dashed #dee2e6;
	top: 0;
}

.hori-timeline .events .event-list .event-date {
	position: absolute;
	top: 38px;
	left: 0;
	right: 0;
	width: 75px;
	margin: 0 auto;
	border-radius: 4px;
	padding: 2px 4px;
}

 
@media ( min-width : 1140px) {
	.hori-timeline .events .event-list {
		display: inline-block;
		width: 24%;
		padding-top: 45px;
	}
	.hori-timeline .events .event-list .event-date {
		top: -12px;
	}
}

.event-date{
	color: #ffffff !important;
}

.bg-soft-primary {
	background-color: rgb(64, 144, 203) !important;
}

.bg-soft-success {
	background-color: rgb(71, 189, 154) !important;
}

.bg-soft-danger {
	background-color: rgb(231, 76, 94) !important;
}

.bg-soft-warning {
	background-color: rgb(249, 213, 112) !important;
}

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

.map {
	height: 180px;
	width: 100%;
}

.modal-body img {
	width: 100%;
}

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

.login-box, .register-box {
	z-index: 1000;
	/* 	margin: 10% auto !important; */
}

.active-component {
	display: flex !important;
	justify-content: center;
	flex-direction: row;
}

.component {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
	display: none;
	justify-content: center;
}

.slider {
	width: 100%;
	height: 150px;
	position: relative;
	overflow: hidden;
}

.clock_digital {
	/* 	height: 30px; */
	width: 100%;
	font-family: 'Michroma', sans-serif;
	padding: 5px;
	justify-content: center;
	-webkit-box-shadow: inset 0px 1px 7px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 7px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 7px 3px rgba(0, 0, 0, 0.2);
	font-family: 'Michroma', sans-serif;
	/* 	display: block; */
}

.clock {
	font-family: 'Michroma', sans-serif;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	margin-right: 0;
	align-items: center;
	background: url('/assets/public/images/clock.png');
	background-size: cover;
	border: 4px solid #808080;
	border-radius: 50%;
	box-shadow: inset 0 -15px 15px rgba(255, 255, 255, 0.05), inset 0 15px
		15px rgba(0, 0, 0, 0.3);
	z-index: 50;
}

.clock::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #000000;
	border-radius: 50%;
	z-index: 50;
}

.clock .hour, .clock .min, .clock .sec {
	position: absolute;
}

.clock .hour, .hr {
	width: 80px;
	height: 80px;
}

.clock .min, .mn {
	width: 95px;
	height: 95px;
}

.clock .sec, .sc {
	width: 100px;
	height: 100px;
}

.hr, .mn, .sc {
	display: flex;
	justify-content: center;
	position: absolute;
	border-radius: 50%;
}

.hr:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 50px;
	background: #ff105e;
	z-index: 10;
	border-radius: 6px 6px 0 0;
}

.mn:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 60px;
	background: #0080ff;
	z-index: 11;
	border-radius: 6px 6px 0 0;
}

.sc:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 60px;
	background: #808080;
	z-index: 12;
	border-radius: 6px 6px 0 0;
}