/* ==================================
Team One
==================================== */
.team-one {
	position: relative;
	display: block;
	background-color: var(--thm-gray-bg);
	padding: 140px 0px 140px;
	z-index: 10;
}

.team-one__top-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 61px;
}

.team-one__top-box .sec-title-one {
	max-width: 700px;
	padding-bottom: 0;
}

.team-one__top-box .btn-box {
	position: relative;
	display: inline-block;
	line-height: 0;
}

.team-one__inner {
	position: relative;
	display: block;
}

.team-one__inner .swiper-container {
	margin-right: -315px;
}

.single-team-one {
	position: relative;
	display: block;
}

.single-team-one__shape1 {
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 3;
}

.single-team-one .img-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 30px;
}

.single-team-one .img-box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.9;
	background: linear-gradient(0deg, #FD4A36 -1.22%, rgba(253, 74, 54, 0.00) 75.99%);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: 1;
}

.single-team-one:hover .img-box::before {
	transform: scaleY(1.0);
}

.single-team-one .img-box img {
	width: 100%;
	transform: scale(1.0);
	transition: all 400ms linear;
	transition-delay: 0.1s;
}

.single-team-one:hover .img-box img {
	transform: scale(1.05) rotate(0deg);
}

.single-team-one .img-box .overlay-content-box {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	left: 15px;
	bottom: 15px;
	right: 15px;
	border-radius: 20px;
	background-color: var(--thm-white);
	padding: 17px 30px 19px;
	z-index: 3;
}

.single-team-one .img-box .overlay-content-box .title {
	position: relative;
	display: block;
}

.single-team-one .img-box .overlay-content-box .title h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 6px;
}

.single-team-one .img-box .overlay-content-box .title h3 a {
	color: var(--thm-body-font-color);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-team-one .img-box .overlay-content-box .title h3 a:hover {
	color: var(--thm-primary);
}

.single-team-one .img-box .overlay-content-box .title p {
	color: #1F2034;
	font-size: 14px;
	line-height: 22px;
	font-family: var(--thm-font);
	font-weight: 400;
}

.single-team-one .img-box .overlay-content-box .social-share-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	z-index: 3;
}

.single-team-one .img-box .overlay-content-box .social-share-box span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: var(--thm-primary);
	border-radius: 50%;
	color: var(--thm-white);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 1;
}

.single-team-one .img-box .overlay-content-box .social-share-box:hover span {
	color: var(--thm-white);
	background-color: var(--thm-secondary);
}

.single-team-one .img-box .overlay-content-box .social-share-box ul {
	position: absolute;
	top: -175px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	white-space: nowrap;
	visibility: hidden;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scaleY(0) translateZ(100px);
	transform: scaleY(0) translateZ(100px);
	-webkit-transition: opacity 500ms ease, visibility 700ms ease, -webkit-transform 900ms ease;
	transition: opacity 600ms ease, visibility 700ms ease, -webkit-transform 900ms ease;
	transition: opacity 600ms ease, visibility 700ms ease, transform 900ms ease;
	transition: opacity 600ms ease, visibility 700ms ease, transform 900ms ease, -webkit-transform 700ms ease;
	z-index: 1;
}

.single-team-one .img-box .overlay-content-box .social-share-box:hover ul {
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

.single-team-one .img-box .overlay-content-box .social-share-box ul li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.single-team-one .img-box .overlay-content-box .social-share-box ul li:last-child {
	margin-bottom: 0;
}

.single-team-one .img-box .overlay-content-box .social-share-box ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	background: var(--thm-primary);
	border-radius: 50%;
	color: var(--thm-white);
	font-size: 15px;
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}

.single-team-one .img-box .overlay-content-box .social-share-box ul li a:hover {
	color: var(--thm-white);
}

.single-team-one .img-box .overlay-content-box .social-share-box ul li a:before {
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	background-color: var(--thm-secondary);
	content: "";
	opacity: 0;
	transform: scale(0.5);
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}

.single-team-one .img-box .overlay-content-box .social-share-box ul li:hover a:before {
	opacity: 1;
	transform: scale(1);
	border-radius: 50%;
}



.swiper-nav-style-one__style2 {
	max-width: 1290px;
}


.team-one__inner .swiper-button-prev1 {
	transform: rotate(180deg);
}





/* ==================================
Team Two
==================================== */
.team-two {
	position: relative;
	display: block;
	background-color: var(--thm-black-bg3);
}

.team-two__inner {
	position: relative;
	display: block;
	padding: 170px 0px 190px;
	background-color: #fcfbff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.team-two__top-bg-left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.team-two__top-bg-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.team-two__bottom-bg1 {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	max-width: 1320px;
	width: 100%;
	z-index: 2;
}

.team-two__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 120px;
}

.team-two__top .sec-title-one {
	padding-bottom: 0;
}

.team-two__top-btn {
	position: relative;
	display: block;
	max-width: 200px;
	width: 100%;
}

.team-two__inner-content {
	position: relative;
	display: block;
	margin-left: 70px;
}

.team-two__inner-content .swiper-container {
	margin-right: -315px;
}

.team-two__single {
	position: relative;
	display: block;
}

.team-two__single-box1 {
	position: absolute;
	bottom: 90px;
	right: -1px;
	width: 40px;
	height: 40px;
	background-color: #fbfaff;
	clip-path: polygon(90% 44%, 95% 25%, 100% 0, 100% 100%, 0 100%, 28% 93%, 45% 87%, 62% 80%, 73% 71%, 83% 57%);
	z-index: 2;
}

.team-two__single-box2 {
	position: absolute;
	bottom: -1px;
	left: 26px;
	width: 15px;
	height: 15px;
	background-color: #fbfaff;
	clip-path: polygon(90% 44%, 95% 25%, 100% 0, 100% 100%, 0 100%, 28% 93%, 45% 87%, 62% 80%, 73% 71%, 83% 57%);
	z-index: 2;
}

.team-two__single .img-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 40px 40px 0px 20px;
}

.team-two__single .img-box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.9;
	background: linear-gradient(0deg, #FD4A36 -1.22%, rgba(253, 74, 54, 0.00) 75.99%);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: 1;
}

.team-two__single:hover .img-box::before {
	transform: scaleY(1.0);
}

.team-two__single .img-box img {
	width: 100%;
	transform: scale(1.0);
	transition: all 0.5s ease;
}

.team-two__single:hover .img-box img {
	transform: scale(1.05) rotate(0deg);
}

.team-two__single .overlay-content-box {
	position: absolute;
	left: 40px;
	bottom: 0px;
	right: 0;
	background-color: #fbfaff;
	border-top-left-radius: 20px;
	padding: 30px 30px 0px;
	padding-right: 0px;
	z-index: 3;
}

.team-two__single .overlay-content-box__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	background: var(--thm-white);
	padding: 0px 5px 0px;
}

.team-two__single .overlay-content-box__inner .title {
	position: relative;
	display: block;
}

.team-two__single .overlay-content-box__inner .title h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 5px;
}

.team-two__single .overlay-content-box__inner .title h3 a {
	color: var(--thm-black);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.team-two__single .overlay-content-box__inner .title h3 a:hover {
	color: var(--thm-primary);
}

.team-two__single .overlay-content-box__inner .title p {
	color: #1F2034;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.team-two__single .img-box .overlay-content-box__inner .social-share-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	z-index: 3;
}

.team-two__single .img-box .overlay-content-box__inner .social-share-box span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: var(--thm-primary-2);
	border-radius: 50%;
	color: var(--thm-black);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 1;
}

.team-two__single .img-box .overlay-content-box__inner .social-share-box:hover span {
	color: var(--thm-white);
	background-color: var(--thm-primary);
}

.team-two__single .img-box .overlay-content-box__inner .social-share-box ul {
	position: absolute;
	top: -220px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	white-space: nowrap;
	visibility: hidden;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scaleY(0) translateZ(100px);
	transform: scaleY(0) translateZ(100px);
	-webkit-transition: opacity 500ms ease, visibility 700ms ease, -webkit-transform 900ms ease;
	transition: opacity 600ms ease, visibility 700ms ease, -webkit-transform 900ms ease;
	transition: opacity 600ms ease, visibility 700ms ease, transform 900ms ease;
	transition: opacity 600ms ease, visibility 700ms ease, transform 900ms ease, -webkit-transform 700ms ease;
	z-index: 1;
}

.team-two__single .img-box .overlay-content-box__inner .social-share-box:hover ul {
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

.team-two__single .img-box .overlay-content-box__inner .social-share-box ul li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.team-two__single .img-box .overlay-content-box__inner .social-share-box ul li:last-child {
	margin-bottom: 0;
}

.team-two__single .img-box .overlay-content-box__inner .social-share-box ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background: var(--thm-primary-2);
	border-radius: 50%;
	color: var(--thm-black);
	font-size: 15px;
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}

.team-two__single .img-box .overlay-content-box__inner .social-share-box ul li a:hover {
	color: var(--thm-white);
}

.team-two__single .img-box .overlay-content-box__inner .social-share-box ul li a:before {
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	background-color: var(--thm-primary);
	content: "";
	opacity: 0;
	transform: scale(0.5);
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}

.team-two__single .img-box .overlay-content-box__inner .social-share-box ul li:hover a:before {
	opacity: 1;
	transform: scale(1);
	border-radius: 50%;
}

.team-two .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid var(--thm-secondary);
}

.team-two .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--thm-secondary);
	opacity: 1.0;
}

.team-two .swiper-nav-style-one:after {
	background-color: var(--thm-secondary);
}

.team-two .swiper-button-prev1,
.team-two .swiper-button-next1 {
	border: 1px solid rgba(var(--thm-black-rgb), .20);
	color: var(--thm-black);
}

.team-two .swiper-button-prev1 {
	transform: rotate(180deg);
}

.team-two .swiper-button-prev1:hover,
.team-two .swiper-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}

/* ==================================
Team Three
==================================== */
.team-three {
	position: relative;
	display: block;
	padding: 120px 0 70px;
	margin: 0 40px 0;
	z-index: 1;
}

.team-three__shape-1 {
	position: absolute;
	right: 170px;
	bottom: 113px;
	opacity: .20;
}

.team-three__shape-1 img {
	width: auto;
}

.team-three .section-title-two__title {
	color: var(--thm-black);
}

.team-three__single {
	position: relative;
	display: block;
	background-color: var(--thm-white);
	border-radius: 20px;
	margin-bottom: 30px;
}

.team-three__title-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 15px 0 20px;
}

.team-three__name {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}

.team-three__name a {
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-three__name a:hover {
	color: var(--thm-secondary);
}

.team-three__sub-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #1F2034;
	margin-top: 5px;
}

.team-three__img-box {
	position: relative;
	display: block;
}

.team-three__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.team-three__img::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--thm-black-rgb), .40);
	visibility: hidden;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0) translateZ(100px);
	transform: scaleY(0) translateZ(100px);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
	z-index: 1;
}

.team-three__single:hover .team-three__img::before {
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

.team-three__img img {
	width: 100%;
	transform: scale3d(1, 1, 1);
	transition: transform 1s ease-in-out;
}

.team-three__single:hover .team-three__img img {
	transform: scale(1.06) rotate(0deg);
}

.team-three__social {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 20px 10px;
}

.team-three__social a {
	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: 38px;
	height: 38px;
	color: var(--thm-black);
	font-size: 18px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.10);
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.team-three__social a:hover {
	color: var(--thm-white);
	background-color: var(--thm-black);
	border: 1px solid var(--thm-black);
}

.team-three__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--thm-black);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.team-three__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.team-three__social a+a {
	margin-left: 20px;
}

/* ==================================
   Team Four
==================================== */
.team-four {
	padding: 120px 0 53px;
	z-index: 1;
}

.team-four .section-title-two {
	margin-bottom: 58px;
}

.team-four .section-title-two__title {
	color: var(--thm-black);
}

.team-four .team-two__single {
	margin-bottom: 67px;
}







/* ==================================
End
==================================== */