/* ==============================
	About One
================================= */
.about-one {
	position: relative;
	display: block;
	background-color: #f8f8f8;
	padding: 140px 0px 592px;
	z-index: 1;
}

.teb-countbox.sec-count-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 305px;
	overflow: hidden;
	background-color: var(--thm-secondary);
	clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
}

.teb-countbox.sec-count-box h1 {
	position: relative;
	top: 10px;
	left: -17px;
	color: var(--thm-white);
	font-size: 216px;
	line-height: 180px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	letter-spacing: 2.16px;
}

.about-one__content {
	position: relative;
	display: block;
	margin-right: 63px;
}

.about-one__content .sec-title-one {
	padding-bottom: 40px;
}

.about-one__content .sec-title-one .big-title h2 {
	font-size: 48px;
	font-weight: 400;
}

.about-one__content .sec-title-one .big-title p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

.about-one__content .btn-box {
	position: relative;
	display: inline-block;
	line-height: 0;
	margin-left: 70px;
}

.about-one__btn {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #E65418;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
}

.about-one__btn span {
	font-size: 16px;
	padding-left: 5px;
}

.about-one__btn:hover {
	color: var(--thm-secondary);
}

.about-one__fact-counter {
	position: relative;
	display: block;
	padding-left: 145px;
	z-index: 4;
}

.about-one__fact-counter li+li {
	margin-top: 60px;
}

.about-one__fact-odometer {
	position: relative;
	display: block;
}

.about-one__fact-odometer-title {
	position: relative;
	display: flex;
	align-items: center;
}

.about-one__fact-odometer-title h3 {
	color: #FD4A36;
	font-size: 56px;
	line-height: 64px;
	font-weight: 600;
}

.about-one__fact-odometer-title span {
	color: #FD4A36;
	font-size: 56px;
	line-height: 64px;
	font-weight: 600;
	top: -1px;
}

.about-one__fact-odometer-title i {
	position: relative;
	display: inline-block;
	color: #FD4A36;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
}

.about-one__fact-odometer p {
	color: #1F2034;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}







/*==============================
	About Two	
==============================*/
.about-two {
	position: relative;
	display: block;
	background-color: var(--thm-black-bg3);
	padding: 100px 0px 70px;
	z-index: 10;
}

.about-two__shape-1 {
	position: absolute;
	top: -90px;
	right: 0;
	opacity: .10;
}

.about-two__shape-1 img {
	width: auto;
}

.about-two__top {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 100px;
}

.about-two__top .sec-title-one {
	padding-bottom: 0;
	max-width: 530px;
}

.about-two__top .sec-title-one .sub-title p {
	color: var(--thm-secondary);
}

.about-two__top .sec-title-one .sub-title .border-line {
	background: rgba(255, 255, 255, 0.20);
}

.about-two__top .sec-title-one .big-title h2 {
	color: var(--thm-white);
}

.about-two__top .text-box {
	position: relative;
	display: block;
	max-width: 500px;
}

.about-two__top .text-box p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

.about-two__top .text-box p+p {
	margin-top: 20px;
}

.about-two__btn-box {
	position: relative;
	display: block;
	padding-top: 62px;
}

.about-two__btn {
	color: var(--thm-primary-2);
}


.about-two__single {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	background-color: var(--thm-white);
	padding: 48px 45px 31px;
	padding-right: 30px;
	margin-bottom: 30px;
	z-index: 1;
}

.about-two__single::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	background-color: var(--thm-primary-2);
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	transform-origin: top right;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	z-index: -1;
}

.about-two__single:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transform-origin: bottom center;
}

.about-two__fact-counter {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 152px;
}

.about-two__fact-odometer {
	position: relative;
	display: flex;
	align-items: center;
}

.about-two__fact-odometer h3 {
	font-size: 86px;
	line-height: 64px;
	font-weight: 600;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-two__fact-odometer .plus {
	color: var(--thm-black);
	font-size: 86px;
	line-height: 64px;
	font-weight: 600;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-two__fact-odometer i {
	position: relative;
	color: var(--thm-black);
	font-size: 60px;
	line-height: 0px;
	font-weight: 900;
	top: 8px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-two__fact-counter .icon-box {
	position: relative;
	display: block;
	line-height: 0;
}

.about-two__fact-counter .icon-box i {
	color: var(--thm-black);
	font-size: 64px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-two__single p {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}




/*==============================
	About Four	
==============================*/
.about-four {
	position: relative;
	display: block;
}

.about-four .container {
	max-width: 1560px;
}

.about-four__inner {
	position: relative;
	display: block;
	padding: 140px 0 140px;
	z-index: 1;
}

.about-four__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thm-black-bg4);
	clip-path: polygon(9% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 10%);
	z-index: -1;
}

.about-four__inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 99%;
	right: -1000000px;
	bottom: 0;
	background-color: var(--thm-black-bg4);
	z-index: -1;
}

.about-four__inner .sec-title-three {
	margin-left: 220px;
}

.about-four__left {
	position: relative;
	display: block;
	margin-left: 129px;
}

.about-four__img {
	position: relative;
	display: block;
}

.about-four__img img {
	width: 100%;
}

.about-four__video-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}

.about-four__video-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	font-size: 30px;
	color: var(--thm-primary-2);
	border-radius: 50%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 1;
}

.about-four__video-icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: rgba(var(--thm-white-rgb), 0.4);
	backdrop-filter: blur(17px);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: -1;
}

.about-four__video-icon:hover:before {
	background-color: rgba(var(--thm-white-rgb), 1);
}

.about-four__video-icon:hover {
	color: var(--thm-black);
}

.about-four__video-link .ripple,
.about-four__video-icon .ripple:before,
.about-four__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), 0.6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.about-four__video-icon .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}

.about-four__video-icon .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}

.about-four__shape-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 165px;
	height: 150px;
	background-color: var(--thm-black-bg4);
}

.about-four__shape-2 {
	position: absolute;
	bottom: 150px;
	right: 165px;
	width: 60px;
	height: 55px;
	background-color: var(--thm-white);
}

.about-four__right {
	position: relative;
	display: block;
	margin-left: 50px;
}

.about-four__text-1 {
	font-size: 18px;
	color: var(--thm-white);
	line-height: 28px;
}

.about-four__text-2 {
	font-size: 18px;
	color: var(--thm-white);
	line-height: 28px;
	margin-top: 32px;
}

.about-four__counter-box {
	position: relative;
	display: block;
	margin-top: 38px;
}

.about-four__counter {
	position: relative;
	display: block;
}

.about-four__counter li {
	position: relative;
	display: block;
}

.about-four__counter li+li {
	margin-top: 38px;
}

.about-four__count {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 11px;
}

.about-four__count h3 {
	font-size: 56px;
	color: #F4C45E;
	line-height: 64px;
	font-weight: 600;
}

.about-four__counter__k {
	font-size: 56px;
	color: #F4C45E;
	line-height: 64px;
	font-weight: 600;
}

.about-four__counter__plus {
	font-size: 56px;
	color: #F4C45E;
	line-height: 64px;
	font-weight: 600;
}

.about-four__count-text {
	font-size: 20px;
	color: var(--thm-white);
}

.about-four__btn-box {
	position: relative;
	display: block;
	margin-top: 62px;
}

/*==============================
	About Three	
==============================*/
.about-three {
	position: relative;
	display: block;
	padding: 210px 0 100px;
	overflow: hidden;
	z-index: 1;
}

.about-three__shape-1 {
	position: absolute;
	top: -69px;
	right: 110px;
	opacity: .20;
	z-index: -1;
}

.about-three__shape-1 img {
	width: auto;
}

.about-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.about-three__left {
	position: relative;
	display: block;
	margin-left: -70px;
	margin-right: 290px;
}

.about-three__img-box {
	position: relative;
	display: block;
}

.about-three__img {
	position: relative;
	display: block;
}

.about-three__img img {
	width: 100%;
	border-radius: 10px;
}

.about-three__img-2 {
	position: absolute;
	top: -111px;
	right: -220px;
}

.about-three__img-2 img {
	width: auto;
	border-radius: 10px;
}

.about-three__right {
	position: relative;
	display: block;
}

.about-three__sub-title {
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: var(--thm-black);
}

.about-three__title {
	font-size: 56px;
	font-weight: 600;
	line-height: 64px;
	margin-top: 21px;
	margin-bottom: 20px;
}

.about-three__text-1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.about-three__text-2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
	margin-top: 20px;
	margin-bottom: 39px;
}

.about-three__btn-box {
	position: relative;
	display: block;
}

.about-three__btn {
	color: var(--thm-black);
	background-color: var(--thm-white);
}

.about-three__btn:hover {
	color: var(--thm-white);
}

.about-three__btn::before {
	background-color: var(--thm-black);
}


/*==============================
	About Five	
==============================*/
.about-five {
	background-color: var(--thm-black-bg3);
	padding: 120px 0 90px;
	z-index: 1;
}

.about-five__top {
	position: relative;
	display: block;
	margin-bottom: 78px;
}

.about-five__top-left {
	position: relative;
	display: block;
}

.about-five__top-left .section-title-two {
	margin-bottom: 0;
}

.about-five__top-right {
	position: relative;
	display: block;
	margin-right: 118px;
}

.about-five__top-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgba(var(--thm-white-rgb), .80);
}

.about-five__top-text-2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgba(var(--thm-white-rgb), .80);
	margin-top: 20px;
}

/*==============================
	About Six
==============================*/
.about-six {
	padding: 120px 0 120px;
	z-index: 1;
}

.about-six .section-title-two {
	margin-bottom: 58px;
}

.about-six .section-title-two__title {
	color: var(--thm-black);
}

.about-six__left {
	position: relative;
	display: block;
	margin-left: -90px;
	margin-right: 200px;
	margin-top: 111px;
}

.about-six__img-box {
	position: relative;
	display: block;
}

.about-six__img {
	position: relative;
	display: block;
}

.about-six__img img {
	width: 100%;
	border-radius: 10px;
}

.about-six__img-2 {
	position: absolute;
	top: -111px;
	right: -220px;
}

.about-six__img-2 img {
	width: auto;
	max-width: none;
	border-radius: 10px;
}

.about-six__shape-1 {
	position: absolute;
	top: -75px;
	right: 103px;
	opacity: .20;
}

.about-six__shape-1 img {
	width: auto;
}

.about-six__shape-2 {
	position: absolute;
	bottom: 47px;
	right: -214px;
	opacity: .10;
}

.about-six__shape-2 img {
	width: auto;
}

.about-six__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.about-six__single {
	position: relative;
	display: flex;
	border-radius: 10px;
	background-color: #1E353D;
	padding: 40px 40px 40px;
	margin-bottom: 30px;
}

.about-six__icon {
	position: relative;
	display: block;
	max-width: 120px;
	width: 100%;
}

.about-six__icon img {
	width: 100%;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.about-six__single:hover .about-six__icon img {
	transform: scale(.9);
}

.about-six__content {
	position: relative;
	display: block;
	margin-left: 40px;
}

.about-six__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
	color: var(--thm-white);
}

.about-six__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(var(--thm-white-rgb), .80);
	margin-top: 15px;
}



















/* The End */