.about-one {
	position: relative;
	display: block;
	z-index: 1;
}

.about-one__right {
	position: relative;
	display: block;
}

.about-one__right .section-title {
	margin-bottom: 27px;
}

.about-one__standard-and-img-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: -75px;
}

.about-one__standard-box {
	position: relative;
	display: block;
	max-width: 338px;
	width: 100%;
	margin-top: 20px;
}

.about-one__standard-box h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -.96px;
	margin-bottom: 21px;
}

.about-one__bottom {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid #bcbcbc;
	margin-top: 116px;
	padding: 33px 0 41px;
}

.about-one__bottom p {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -.72px;
	color: var(--thm-gray);
	position: relative;
	display: inline-block;
}

.about-one__bottom p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 120px;
	height: 1px;
	background-color: var(--thm-gray);
}

.about-one__bottom p>span {
	color: var(--thm-base);
}

.about-one__bottom p>a {
	color: var(--thm-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-one__bottom p>a:hover {
	color: var(--thm-base);
}

.about-two {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.about-two__left {
	position: relative;
	display: block;
}

.about-two__left .section-title {
	margin-bottom: 31px;
}

.about-two__text-1 {
	font-size: 24px;
	color: var(--thm-base);
	font-weight: 700;
	line-height: 34px;
}

.about-two__text-2 {
	margin-top: 27px;
	margin-bottom: 41px;
}

.about-two__progress {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.about-two__progress-icon {
	position: relative;
	display: block;
}

.about-two__progress-icon img {
	width: auto;
}

.progress-levels {
	position: relative;
	display: block;
	max-width: 450px;
	width: 100%;
	margin-left: 35px;
}

.progress-levels .progress-box {
	position: relative;
	display: block;
	margin-bottom: 8px;
}

.progress-levels .progress-box .inner {
	position: relative;
	display: block;
}

.progress-levels .progress-box .bar {
	position: relative;
	display: block;
}

.progress-levels .progress-box .bar .bar-innner {
	position: relative;
	width: 100%;
	height: 8px;
	background: #d9d9d9;
	border-radius: 0;
}

.progress-levels .progress-box .bar .bar-fill {
	position: absolute;
	top: 0%;
	left: 0px;
	bottom: 0%;
	width: 0px;
	height: 8px;
	border-radius: 0px;
	background: var(--thm-black);
	transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
	position: absolute;
	top: -43px;
	right: 0;
	width: 45px;
	height: 25px;
	display: block;
	text-align: center;
	padding: 0;
	z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
	position: relative;
	color: var(--thm-base);
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	display: inline-block;
	float: none;
	letter-spacing: -.8px;
}

.progress-levels .progress-box .inner .percent {
	position: relative;
	color: var(--thm-base);
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	display: inline-block;
	float: none;
	letter-spacing: -.8px;
	margin-left: -2px;
}

.progress-levels .progress-box .inner .text {
	position: relative;
	color: var(--thm-base);
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	padding-bottom: 15px;
}

.about-two__user-and-btn-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 45px;
}

.about-two__user-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.about-two__user-img-box {
	position: relative;
	display: block;
	z-index: 1;
}

.about-two__user-img-shape-1 {
	position: absolute;
	top: 7px;
	left: 7px;
	height: 104px;
	width: 104px;
	background-color: var(--thm-base);
	border-radius: 50%;
	z-index: -1;
}

.about-two__user-img {
	position: relative;
	display: block;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	z-index: 1;
}

.about-two__user-img img {
	width: 100%;
	border-radius: 50%;
}

.about-two__user-content {
	position: relative;
	display: block;
	margin-left: 30px;
}

.about-two__user-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: -.96px;
}

.about-two__user-sub-title {
	line-height: 26px;
}

.about-two__user-btn-box {
	position: relative;
	display: block;
}

.about-two__user-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	width: 120px;
	background-color: var(--thm-base);
	font-size: 16px;
	color: var(--thm-white);
	font-weight: 500;
	letter-spacing: -.64px;
	border-radius: 50%;
	line-height: 20px;
	border-top-right-radius: 0;
}

.about-two__user-btn span {
	position: absolute;
	top: 30px;
	right: 25px;
	font-size: 25px;
}

.about-two__user-btn:hover {
	color: var(--thm-black);
}

.about-two__right {
	position: relative;
	display: block;
	margin-left: 47px;
	margin-right: 223px;
}

.about-two__img-box {
	position: relative;
	display: block;
}

.about-two__img {
	position: relative;
	display: block;
}

.about-two__img img {
	width: 100%;
}

.about-two__img-two {
	position: absolute;
	bottom: -130px;
	right: -235px;
	z-index: 2;
}

.about-two__img-two img {
	width: auto;
	max-width: none;
	border-left: 8px solid var(--thm-white);
	border-top: 8px solid var(--thm-white);
}

.about-two__experience {
	position: absolute;
	bottom: -80px;
	left: 95px;
	height: 120px;
	width: 186px;
	background-color: var(--thm-base);
	display: flex;
	align-items: center;
	padding-left: 25px;
	border-bottom-right-radius: 30px;
	z-index: 3;
}

.about-two__experience:before {
	content: "";
	position: absolute;
	top: -23px;
	left: 0;
	border-bottom: 23px solid var(--thm-base);
	border-right: 30px solid transparent;
}

.about-two__experience h3 {
	font-size: 96px;
	font-weight: 600;
	color: var(--thm-white);
	letter-spacing: -3.84px;
	line-height: 96px;
}

.about-two__experience-text {
	position: absolute;
	display: inline-block;
	color: var(--thm-white);
	font-weight: 600;
	letter-spacing: -.64px;
	line-height: 20px;
	text-transform: capitalize;
	transform: rotate(-90deg);
	top: 40px;
	right: -2px;
}

.about-two__experience-text span {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -.56px;
}

.about-three {
	position: relative;
	display: block;
	padding: 410px 0 120px;
	margin-top: -290px;
	z-index: 1;
}

.about-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.about-three__left {
	position: relative;
	display: block;
	margin-left: 198px;
	margin-right: 26px;
}

.about-three__img-box {
	position: relative;
	display: block;
}

.about-three__img {
	position: relative;
	display: block;
	border-radius: 173px !important;
	z-index: 1;
}

.about-three__img img {
	width: 100%;
	border-radius: 173px !important;
}

.about-three__img-2 {
	position: absolute;
	left: -198px;
	top: 213px;
	z-index: 2;
}

.about-three__img-2 img {
	width: auto;
	border-radius: 173px !important;
}

.about-three__shape-1 {
	position: absolute;
	top: 88px;
	left: -178px;
	width: 515px;
	height: 515px;
	border-radius: 50% !important;
	background: linear-gradient(180deg, #d9d9d9 0%, rgba(221, 221, 221, .37) 100%);
	z-index: -1;
}

.about-three__video-link {
	position: absolute;
	bottom: -96px;
	left: 40px;
	z-index: 2;
}

.about-three__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: 230px;
	height: 136px;
	text-align: center;
	font-size: 36px;
	color: var(--thm-white);
	background-color: var(--thm-base);
	border-radius: 68px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.about-three__video-icon:hover {
	background-color: var(--thm-black);
	color: var(--thm-white);
}

.about-three__video-link .ripple, .about-three__video-icon .ripple:before, .about-three__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 230px;
	height: 136px;
	border-radius: 68px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), .6);
	-o-box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), .6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), .6);
	box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.about-three__video-icon .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.about-three__video-icon .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.about-three__right {
	position: relative;
	display: block;
}

.about-three__right .section-title {
	margin-bottom: 40px;
}

.about-three__text-2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	text-transform: capitalize;
	color: var(--thm-base);
	margin-top: 37px;
	margin-bottom: 19px;
}

.about-three__counter-box {
	position: relative;
	display: block;
}

.about-three__counter-list {
	position: relative;
	display: flex;
	align-items: center;
	border-top: 1px solid #d7d7d7;
	padding-top: 38px;
	margin-top: 36px;
}

.about-three__counter-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.about-three__counter-list li+li {
	margin-left: 60px;
}

.about-three__count {
	position: relative;
	display: flex;
	align-items: center;
}

.about-three__count h3 {
	font-size: 64px;
	font-weight: 700;
	line-height: 30px;
	color: var(--thm-base);
}

.about-three__count span {
	font-size: 64px;
	font-weight: 700;
	line-height: 30px;
	color: var(--thm-base);
}

.about-three__counter-list li p {
	position: relative;
	margin-left: 16px;
	font-weight: 700;
	line-height: 24px;
}