/*** 
====================================================================
	About One
====================================================================
***/
.about-one {
	position: relative;
	display: block;
	padding: 0 0 120px;
	z-index: 1;
}

.about-one__left {
	position: relative;
	display: block;
	margin-right: 300px;
}

.about-one__img-box {
	position: relative;
	display: block;
}

.about-one__img {
	position: relative;
	display: block;
	clip-path: polygon(56% 0, 100% 0, 100% 41%, 100% 81%, 100% 100%, 48% 93%, 0 100%, 0 74%, 0 33%, 0 0);
}

.about-one__img img {
	width: 100%;
}

.about-one__img-box-2 {
	position: absolute;
	top: 0;
	right: -345px;
}

.about-one__img-box-2::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	right: -9px;
	bottom: 25px;
	background-color: var(--thm-base);
	clip-path: polygon(0% 0%, 90% 0, 100% 50%, 93% 100%, 0% 100%);
}

.about-one__img-2 {
	position: relative;
	display: block;
	clip-path: polygon(0% 0%, 89% 0, 100% 50%, 93% 100%, 0% 100%);
}

.about-one__img-2 img {
	width: auto;
}

.about-one__iconic {
	position: absolute;
	bottom: -17px;
	right: -290px;
	width: 200px;
	height: 200px;
	background-color: var(--thm-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.about-one__count {
	position: relative;
	display: block;
}

.about-one__count .count-text {
	position: relative;
	display: inline-block;
	font-size: 45px;
	font-weight: 600;
	line-height: 55px;
	color: var(--thm-base);
}

.about-one__count span {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	color: var(--thm-black);
	font-family: var(--thm-font-two);
}

.about-one__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.about-one__right .section-title {
	margin-bottom: 22px;
}

.about-one__right .timer-box {
	position: relative;
	display: block;
	margin-top: 31px;
	margin-bottom: 50px;
}

.about-one__right .countdown-timer .default-coundown .box {
	position: relative;
	display: block;
}

.about-one__right .countdown-timer li {
	position: relative;
	display: inline-block;
	float: none;
	padding: 0;
	text-align: center;
	margin: 0px 8px 0px;
	border: 1px solid #e5e7e8;
}

.about-one__right .countdown-timer li:first-child {
	margin-left: 0;
	border-bottom: 1px solid var(--thm-base);
}

.about-one__right .countdown-timer li:nth-child(2) {
	border-top: 1px solid var(--thm-base);
}

.about-one__right .countdown-timer li:nth-child(3) {
	border-bottom: 1px solid var(--thm-base);
}

.about-one__right .countdown-timer li:last-child {
	margin-right: 0;
	border-top: 1px solid var(--thm-base);
}

.about-one__right .countdown-timer li span.days,
.about-one__right .countdown-timer li span.hours,
.about-one__right .countdown-timer li span.minutes,
.about-one__right .countdown-timer li span.seconds {
	padding-top: 12px;
	position: relative;
	display: block;
	width: 90px;
	height: 80px;
	color: var(--thm-base);
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	background-color: transparent;
	font-weight: 600;
	font-family: var(--thm-font-two);
}

.about-one__right .countdown-timer li span.timeRef {
	position: absolute;
	bottom: 18px;
	left: 50%;
	color: var(--thm-black);
	font-size: 16px;
	line-height: 12px;
	font-weight: 400;
	display: block;
	text-align: center;
	transform: translateX(-50%);
	font-family: var(--thm-font-two);
	text-transform: capitalize;
}

/*** 
====================================================================
	About Two
====================================================================
***/
.about-two {
	position: relative;
	display: block;
	padding: 120px 0 150px;
	z-index: 1;
}

.about-two .container {
	max-width: 1200px;
}

.about-two__left {
	position: relative;
	display: block;
	margin-left: 30px;
	margin-right: 55px;
	margin-top: 30px;
}

.about-two__img-box {
	position: relative;
	display: block;
}

.about-two__img {
	position: relative;
	display: block;
	border-radius: 50%;
}

.about-two__img>img {
	width: 100%;
	border-radius: 50%;
}

.about-two__shape-1 {
	position: absolute;
	top: -15px;
	left: -5px;
}

.about-two__shape-1>img {
	width: auto !important;
	max-width: none;
}

.about-two__iconic {
	position: absolute;
	top: 47px;
	right: 15px;
}

.about-two__count {
	position: relative;
	display: block;
}

.about-two__count .count-text {
	position: relative;
	display: inline-block;
	font-size: 45px;
	font-weight: 600;
	line-height: 55px;
	color: var(--thm-base);
}

.about-two__count span {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	color: var(--thm-black);
	font-family: var(--thm-font-two);
}

.about-two__iconic-shape {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.about-two__iconic-shape>img {
	width: auto;
	max-width: none;
	animation-name: border-round;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.about-two__iconic:hover .about-two__iconic-shape>img {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.about-two__right {
	position: relative;
	display: block;
	margin-left: 23px;
}

.about-two__right .section-title {
	margin-bottom: 28px;
}

.about-two__points {
	position: relative;
	display: block;
	margin-right: 110px;
	margin-top: 24px;
}

.about-two__points li {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 15px;
	padding: 11px 25px 14px;
}

.about-two__points li:first-child {
	border: 6px solid #fff3f3;
}

.about-two__points li+li {
	margin-top: 4px;
}

.about-two__points li .icon {
	position: relative;
	display: inline-block;
}

.about-two__points li .icon span,
.about-two__points li .icon i {
	position: relative;
	display: inline-block;
	font-size: 39px;
	color: var(--thm-base);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.about-two__points li:hover .icon span,
.about-two__points li:hover .icon i {
	transform: scale(0.9);
}

.about-two__points li .content {
	position: relative;
	display: block;
	margin-left: 20px;
}

.about-two__points li .content h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
}

.about-two__points li .content p {
	margin-top: 3px;
}

/*** 
====================================================================
	About Three
====================================================================
***/
.about-three {
	position: relative;
	display: block;
	padding: 0 0 120px;
	z-index: 1;
}

.about-three__shape-3 {
	position: absolute;
	bottom: 99px;
	right: 0;
	opacity: .12;
	z-index: -1;
}

.about-three__shape-3 img {
	width: auto;
}

.about-three .container {
	max-width: 1200px;
}

.about-three__left {
	position: relative;
	display: block;
	margin-right: 6px;
	margin-left: -375px;
	z-index: 2;
}

.about-three__main-tab-box {
	position: relative;
	display: block;
	z-index: 2;
}


.about-three__tab-button-box {
	position: absolute;
	bottom: 71px;
	right: -576px;
	max-width: 630px;
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	z-index: 20;
}

.about-three__main-tab-box .tab-buttons {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.about-three__main-tab-box .tab-buttons .tab-btn {
	position: relative;
	padding-left: 7.5px;
	padding-right: 7.5px;
	flex: 0 0 20%;
	max-width: 20%;
	width: 100%;
}

.about-three__main-tab-box .tab-buttons .tab-btn .about-three__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--thm-primary);
	padding: 19.5px 0;
	z-index: 1;
}

.about-three__main-tab-box .tab-buttons .tab-btn .about-three__icon span,
.about-three__main-tab-box .tab-buttons .tab-btn .about-three__icon i {
	position: relative;
	display: inline-block;
	font-size: 57px;
	color: #878c8f;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-three__main-tab-box .tab-buttons .tab-btn .about-three__icon::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thm-base);
	background-position: bottom left;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	z-index: -1;
}

.about-three__icon-list li:hover .about-three__icon::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.about-three__main-tab-box .tab-buttons .tab-btn.active-btn .about-three__icon::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.about-three__main-tab-box .tab-buttons .tab-btn.active-btn .about-three__icon span,
.about-three__main-tab-box .tab-buttons .tab-btn.active-btn .about-three__icon i {
	color: var(--thm-white);
}

.about-three__main-tab-box .tabs-content {
	position: relative;
	display: block;
	margin-top: 58px;
}

.about-three__main-tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}

.about-three__main-tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}



.about-three__img {
	position: relative;
	display: block;
	z-index: 1;
}

.about-three__img img {
	width: 100%;
}

.about-three__shape-1 {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: -1;
}

.about-three__shape-1 img {
	width: auto;
}

.about-three__right {
	position: relative;
	display: block;
	margin-left: 37px;
	margin-top: 52px;
}

.about-three__right .section-title {
	margin-bottom: 77px;
}

.about-three__shape-2 {
	position: absolute;
	bottom: -31px;
	left: 0;
}

.about-three__shape-2 img {
	width: auto;
}

.about-three__sub-title {
	position: relative;
	display: inline-block;
	margin-left: 40px;
	z-index: 1;
}

.about-three__sub-title p {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	font-family: var(--thm-font-two);
}

.about-three__sub-title-shape {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

.about-three__sub-title-shape img {
	width: auto;
	max-width: none;
}

.about-three__text {
	margin-top: 38px;
}


/*** 
====================================================================
	About Four
====================================================================
***/
.about-four {
	position: relative;
	display: block;
	padding: 110px 0 150px;
	z-index: 1;
}

.about-four .container {
	max-width: 1200px;
}

.about-four__left {
	position: relative;
	display: block;
	margin-top: 10px;
}

.about-four__left .section-title {
	margin-bottom: 22px;
}

.about-four__text-1 {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: var(--thm-base);
	font-family: var(--thm-font-two);
	margin-bottom: 20px;
}

.about-four__points-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
    margin-top: 30px;
}

.about-four__points-box li {
	position: relative;
	display: block;
    /* align-items: center; */
    text-align: center;
}

.about-four__points-box li+li {
	margin-left: 73px;
}

.about-four__points-box li .icon {
	position: relative;
	display: inline-block;
	top: 0;
    margin-bottom: 35px !important;

}

.about-four__points-box li .icon span,
.about-four__points-box li .icon i {
	position: relative;
	display: inline-block;
	font-size: 37px;
	color: var(--thm-base);
}

.about-four__points-box li h3 {
	margin-left: 0px;
	font-size: 18px;
	font-weight: 600;
}

.about-four__points-shape-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: .15;
}

.about-four__points-shape-1 img {
	width: auto;
	max-width: none;
}

.about-four__location-and-date-box {
	position: relative;
	display: block;
	border: 1px solid #e0e3e3;
	max-width: 530px;
	width: 100%;
	padding: 18px 22px 18px;
}

.about-four__location-and-date {
	position: relative;
	display: flex;
	align-items: center;
}

.about-four__location-and-date li {
	position: relative;
	display: block;
}

.about-four__location-and-date li::before {
	content: "";
	position: absolute;
	top: 19px;
	left: -38px;
	bottom: 18px;
	width: 2px;
	background-color: var(--thm-base);
}

.about-four__location-and-date li:first-child::before {
	display: none;
}

.about-four__location-and-date li+li {
	margin-left: 75px;
}

.about-four__location-and-date li h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.about-four__location-and-date li p {
	margin-top: 6px;
}

.about-four__location-and-date li p span {
	font-weight: 500;
	color: var(--thm-base);
}

.about-four__right {
	position: relative;
	display: block;
	margin-left: 23px;
	margin-right: 47px;
}

.about-four__img-box {
	position: relative;
	display: block;
}

.about-four__img {
	position: relative;
	display: block;
	z-index: 2;
}

.about-four__img img {
	width: 100%;
}

.about-four__shape-1 {
	position: absolute;
	top: 14px;
	left: 10px;
	z-index: 1;
}

.about-four__shape-1 img {
	width: auto;
}

.about-four__shape-2 {
	position: absolute;
	bottom: -75px;
	right: -50px;
	z-index: -1;
}

.about-four__shape-2 img {
	width: auto;
}





/*** 
====================================================================
	End
====================================================================
***/