/*=============================
	Why Choose One
===============================*/
.why-choose-one {
	position: relative;
	display: block;
	padding: 150px 0 140px;
	z-index: 1;
}

.why-choose-one .sec-title-three {
	padding-bottom: 90px;
}

.why-choose-one .container {
	max-width: 1560px;
}

.why-choose-one__left {
	position: relative;
	display: block;
	margin-right: 51px;
}

.why-choose-one__img {
	position: relative;
	display: block;
}

.why-choose-one__img::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -1px;
	width: 164px;
	height: 151px;
	background: #16232C;
}

.why-choose-one__img::after {
	content: "";
	position: absolute;
	bottom: 151px;
	right: 165px;
	width: 60px;
	height: 55px;
	background: #ffffff;
}

.why-choose-one__img img {
	width: 100%;
}

.why-choose-one__right {
	position: relative;
	display: block;
}

.why-choose-one__list {
	position: relative;
	display: block;
}

.why-choose-one__list li {
	position: relative;
	display: block;
	clip-path: polygon(0 0, 93% 0, 100% 19%, 100% 100%, 0 100%, 0% 50%);
}

.why-choose-one__single {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: linear-gradient(145deg, #1E353D 0.65%, #16252E 98.41%);
	padding: 39px 49px 38px;
	margin-bottom: 30px;
}

.why-choose-one__single::before {
	content: "";
	position: absolute;
	top: 21px;
	right: -30px;
	width: 102px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.10);
	transform: rotate(33deg);
	z-index: 1;
}

.why-choose-one__icon {
	position: relative;
	display: block;
}

.why-choose-one__icon img {
	width: auto;
	max-width: none;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.why-choose-one__list li:hover .why-choose-one__icon img {
	transform: scale(.9);
}

.why-choose-one__content {
	position: relative;
	display: block;
	margin-left: 40px;
}

.why-choose-one__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
}

.why-choose-one__title a {
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-one__title a:hover {
	color: var(--thm-primary-2);
}

.why-choose-one__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgba(var(--thm-white-rgb), .8);
	margin-top: 11px;
}

/* =============================================
	Why Choose Two
============================================== */
.why-choose-two {
	background-color: #F5F6FF;
	padding: 120px 0 120px;
	z-index: 1;
}

.why-choose-two .sec-count-box {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 157px;
	bottom: 0px;
	width: 150px;
	height: 305px;
	overflow: hidden;
	background-color: var(--thm-secondary);
	clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
}

.why-choose-two .sec-count-box h1 {
	position: relative;
	top: 10px;
	color: var(--thm-white);
	font-size: 216px;
	line-height: 180px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	letter-spacing: 2.16px;
}

.why-choose-two__inner {
	position: relative;
	display: block;
	margin-right: 130px;
	z-index: 1;
}

.why-choose-two__inner .sec-title-one {
	padding-bottom: 139px;
}

.why-choose-two__top-img {
	position: absolute;
	bottom: 1px;
	right: -267px;
	max-width: 720px;
	width: 100%;
	border-radius: 40px;
	z-index: -1;
}

.why-choose-two__top-img img {
	width: 100%;
	border-radius: 40px;
}

.why-choose-two__bottom {
	position: relative;
	display: block;
}

.why-choose-two__main-tab {
	position: relative;
	display: block;
}

.why-choose-two__main-tab-btn-box {
	position: relative;
	display: block;
	margin-right: -30px;
}

.why-choose-two__main-tab .tab-buttons {
	position: relative;
	display: block;
}

.why-choose-two__main-tab .tab-buttons .tab-btn {
	position: relative;
	display: block;
	padding: 41.5px 30px 41.5px;
	background-color: var(--thm-black);
	cursor: pointer;
	border-bottom: 1px solid rgba(var(--thm-white-rgb), .10);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.why-choose-two__main-tab .tab-buttons .tab-btn:last-child {
	border-bottom: 0;
}

.why-choose-two__main-tab .tab-buttons .tab-btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 3px;
	background-color: var(--thm-primary);
	transform: scaleX(0.7) rotateX(20deg);
	opacity: 0;
	transition: all 0.4s linear;
	z-index: -1;
}

.why-choose-two__main-tab .tab-buttons .tab-btn:hover:before,
.why-choose-two__main-tab .tab-buttons .tab-btn.active-btn:before {
	transform: scaleX(1.0) rotateX(0deg);
	transition: all 0.4s linear;
	opacity: 1;
}

.why-choose-two__tab-btn-title-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.why-choose-two__tab-btn-title-box h4 {
	font-size: 22px;
	font-weight: 700;
	color: var(--thm-white);
	line-height: 34px;
}

.why-choose-two__tab-btn-title-box span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--thm-white);
	font-size: 14px;
}


.why-choose-two__main-tab .tabs-content {
	position: relative;
	display: block;
}

.why-choose-two__main-tab .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;
}

.why-choose-two__main-tab .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.why-choose-two__main-tab-inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.why-choose-two__main-tab-img {
	position: relative;
	display: block;
	max-width: 410px;
	width: 100%;
}

.why-choose-two__main-tab-img img {
	width: 100%;
}

.why-choose-two__main-tab-inner-content {
	position: relative;
	display: block;
	max-width: 452px;
	width: 100%;
	background-color: var(--thm-white);
	padding: 45px 30px 40px;
	border-top-right-radius: 40px;
}

.why-choose-two__main-tab-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
}

.why-choose-two__main-tab-text {
	font-size: 18px;
	line-height: 28px;
	color: #1F2034;
	margin-top: 19px;
	margin-bottom: 15px;
}

.why-choose-two__main-tab-points {
	position: relative;
	display: block;
}

.why-choose-two__main-tab-points li {
	font-size: 18px;
	font-weight: 600;
	color: #1F2034;
	line-height: 28px;
	position: relative;
	display: block;
	padding-left: 15px;
}

.why-choose-two__main-tab-points li+li {
	margin-top: 15px;
}

.why-choose-two__main-tab-points li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 6px;
	width: 6px;
	background-color: #1F2034;
	transform: translateY(-50%);
}

.why-choose-two__main-tab-call {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 62px;
}

.why-choose-two__main-tab-call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 40px;
	background-color: var(--thm-primary);
	color: var(--thm-white);
	font-size: 17px;
	border-bottom-left-radius: 8px;
}

.why-choose-two__main-tab-call-content {
	position: relative;
	display: block;
}

.why-choose-two__main-tab-call-content p {
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	font-family: var(--thm-font-2);
	margin-bottom: 10px;
}

.why-choose-two__main-tab-call-content h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
}

.why-choose-two__main-tab-call-content h5 a {
	color: var(--thm-black);
}

.why-choose-two__main-tab-call-content h5 a:hover {
	color: var(--thm-primary);
}

/* =============================================
	Why Choose Three
============================================== */
.why-choose-three {
	position: relative;
	display: block;
	background-color: #F3FFF5;
	overflow: hidden;
	padding: 120px 0 120px;
	z-index: 1;
}

.why-choose-three .section-title-two {
	margin-bottom: 58px;
}

.why-choose-three .section-title-two__title {
	color: var(--thm-black);
}

.why-choose-three__bottom {
	position: relative;
	display: block;
}

.why-choose-three__bottom .swiper-container {
	margin-right: -315px;
}

.why-choose-three__single {
	position: relative;
	display: block;
	border-radius: 20px;
	border: 1px solid #1E353D;
	text-align: center;
	padding: 68px 30px 58px;
}

.why-choose-three__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	background-color: #1A2B35;
	border: 2px solid #283A47;
	border-radius: 50%;
	margin: 0 auto;
}

.why-choose-three__icon::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border: 2px dashed #1E353D;
	border-radius: 50%;
}

.why-choose-three__icon img {
	width: auto;
}

.why-choose-three__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 31px;
	margin-bottom: 11px;
}

.why-choose-three__title a {
	color: var(--thm-black);
}

.why-choose-three__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.why-choose-three__bottom .swiper-nav-style-one:before {
	display: none;
}

.why-choose-three__bottom .swiper-nav-style-one:after {
	display: none;
}

.why-choose-three__bottom .swiper-nav-style-one {
	margin-top: 47px;
	justify-content: center;
}

.why-choose-three__bottom .swiper-dot-style1 .swiper-pagination-bullet {
	background: #D9D9D9;
}

.why-choose-three__bottom .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #F4C45E;
}

.why-choose-three__bottom .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid #F4C45E;
}















/* =============================================
	End
============================================== */