/*** 
====================================================================
	Registerd One
====================================================================
***/
.registerd-one {
	position: relative;
	display: block;
	padding: 205px 0 120px;
	clip-path: polygon(50% 0%, 100% 23%, 100% 100%, 0 100%, 0 23%);
	background-color: var(--thm-white);
	margin-top: -205px;
	z-index: 1;
}

.registerd-one__left {
	position: relative;
	display: block;
}

.registerd-one__left .timer-box {
	position: relative;
	display: block;
}

.registerd-one__left .countdown-timer .default-coundown .box {
	position: relative;
	display: block;
}

.registerd-one__left .countdown-timer .default-coundown .time-countdown-two {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.registerd-one__left .countdown-timer li {
	position: relative;
	display: inline-block;
	float: none;
	padding: 0;
	text-align: center;
	margin: 0px 10px 30px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	z-index: 2;
}

.registerd-one__left .countdown-timer li::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
	border: 2px dashed #dadcdd;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}

.registerd-one__left .countdown-timer li:hover:before {
	border: 2px dashed var(--thm-black);
}

.registerd-one__left .countdown-timer li:first-child {
	margin-left: 0;
	top: 40px;
}

.registerd-one__left .countdown-timer li:nth-child(3) {
	top: 40px;
}

.registerd-one__left .countdown-timer li:last-child {
	margin-right: 0;
}

.registerd-one__left .countdown-timer li span.days,
.registerd-one__left .countdown-timer li span.hours,
.registerd-one__left .countdown-timer li span.minutes,
.registerd-one__left .countdown-timer li span.seconds {
	padding-top: 107px;
	position: relative;
	display: block;
	width: 240px;
	height: 300px;
	color: var(--thm-base);
	font-size: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: 700;
	font-family: var(--thm-font-two);
	margin: 0 auto;
}

.registerd-one__left .countdown-timer li span.timeRef {
	position: absolute;
	bottom: 77px;
	left: 50%;
	color: var(--thm-black);
	font-size: 24px;
	line-height: 0px;
	font-weight: 600;
	display: block;
	text-align: center;
	transform: translateX(-50%);
	font-family: var(--thm-font-two);
	text-transform: capitalize;
}

.registerd-one__left .countdown-timer li span.days::before,
.registerd-one__left .countdown-timer li span.hours::before,
.registerd-one__left .countdown-timer li span.minutes::before,
.registerd-one__left .countdown-timer li span.seconds::before {
	content: "";
	position: absolute;
	top: 44%;
	left: 50%;
	width: 125px;
	height: 121px;
	background-image: urL(../shape/registerd-one-shape-1.png);
	background-repeat: no-repeat;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

.registerd-one__right {
	position: relative;
	display: block;
	margin-top: 94px;
	margin-left: -25px;
}

.registerd-one__title {
	font-size: 45px;
	font-weight: 700;
	line-height: 54px;
}

.registerd-one__btn {
	position: relative;
	display: inline-block;
	margin-top: 13px;
}

.registerd-one__btn a {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	position: relative;
	display: flex;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.registerd-one__btn a:hover {
	color: var(--thm-black);
}

.registerd-one__btn a span {
	position: relative;
	margin-left: 14px;
}




















/*** 
====================================================================
	Feature One
====================================================================
***/