/*# sourceMappingURL=team-slider.css.map */

.team-slider-style1 .team-item {
	overflow: visible;
}

.team-slider-style1 .team-item .team-inner-wrap {
	border-radius: 8px;
	overflow: hidden;
}

.team-slider-style1 .team-item .social-icons1 {
	text-align: center;
	margin-top: 14px;
}

.team-slider-style1 .team-item .social-icons1 a i {
	color: #fff;
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition: .3s all ease;
	border-radius: 50%;
	margin: 0;
}

.team-slider-style1 .team-item .image-wrap {
	position: relative;
	overflow: hidden;
}

.team-slider-style1 .team-item .image-wrap .social-icons1 {
	position: absolute;
	right: -50px;
	bottom: 0;
	width: 50px;
	background: var(--primaryColor);
	padding: 12px 0;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease 0s;
}

.team-slider-style1 .team-item .image-wrap .social-icons1 a {
	padding: 0;
	background: transparent;
}

.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
	background: transparent;
}

.team-slider-style1 .team-item .image-wrap .social-icons1 a:hover i {
	color: #bb0b0b;
	background: transparent;
}

.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
	right: 0;
	width: 50px;
	opacity: 1;
	visibility: visible;
}

.team-slider-style1 .team-item .team-content {
	text-align: center;
	margin: 0;
	padding: 28px 28px 25px;
	background: var(--primaryColor);
	margin-bottom: 20px;
	position: unset;
	opacity: 1;
}

.team-slider-style1 .team-item .team-content h3.team-name {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.team-slider-style1 .team-item .team-content h3.team-name a {
	text-decoration: none;
	color: #fff;
}

.team-slider-style1 .team-item .team-content h3.team-name a:hover {
	color: #c4c4c4;
}

.team-slider-style1 .team-item .team-content span.team-title {
	text-transform: uppercase;
	font-family: var(--primaryColor);
	font-size: 14px;
	color: #fff;
}

.team-slider-style1 .team-item .social-icons {
	display: none;
}

.team-slider-style1 .team-item .team-content {
	margin: 0;
}

#team-slider-img-shadow .team-item {
	padding-bottom: 30px;
}

#team-slider-img-shadow .team-inner-wrap {
	box-shadow: 0px 2px 20px rgba(24, 16, 16, .09);
}

.team-slider-style2 {
	padding-bottom: 110px !important;
}

.team-slider-style2 .team-inner-wrap {
	position: relative;
	margin-bottom: 35px;
	padding-top: 20px;
}

.team-slider-style2 .team-inner-wrap .image-wrap {
	border-radius: 15px;
	overflow: hidden;
}

.team-slider-style2 .team-inner-wrap a {
	text-decoration: none;
}

.team-slider-style2 .team-inner-wrap .team-img-sec {
	position: relative;
}

.team-slider-style2 .team-inner-wrap .wrap-text {
	box-shadow: 0 5px 20px rgba(34, 34, 34, .1);
	padding: 0 40px 12px;
	background: #fff;
}

.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
	margin-bottom: 0;
}

.team-slider-style2 .team-content {
	position: absolute;
	left: 0;
	bottom: -20%;
	background: #fff;
	border-radius: 0 15px 15px 15px;
	box-shadow: 0px 4px 27px rgba(0, 0, 0, .0705882353);
	text-align: center;
}

.team-slider-style2 .team-content .header {
	padding: 30px 82px 22px 82px;
	border-bottom: 1px solid #f0f0f0;
}

.team-slider-style2 .team-content .header .team-name {
	margin-bottom: 3px;
}

.team-slider-style2 .team-content .header .team-name a {
	color: #1c2539;
}

.team-slider-style2 .team-content .header .team-title {
	color: var(--primaryColor);
}

.team-slider-style2 .team-content .social-icons {
	padding: 27px 0 36px 0;
	display: flex;
	justify-content: center;
}

.team-slider-style2 .team-content .social-icons a {
	position: relative;
	z-index: 1;
	transition: .3s;
	width: 40px;
	height: 40px;
	background-color: #f6f6f6;
	border-radius: 50%;
	display: block;
	line-height: 40px;
	margin-right: 7px;
}

.team-slider-style2 .team-content .social-icons a:last-child {
	margin-right: 0;
}

.team-slider-style2 .team-content .social-icons a i {
	font-size: 14px;
	color: #1c2539;
	transition: .3s;
}

.team-slider-style2 .team-content .social-icons a:hover {
	background: var(--primaryColor);
}

.team-slider-style2 .team-content .social-icons a:hover i {
	color: #fff;
}

.team-slider-style3 .style3 {
	margin-bottom: 60px;
}

.team-slider-style3 .team-item {
	padding: 25px;
	position: relative;
}

.team-slider-style3 .team-item:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 200px solid #040404;
	border-right: 200px solid transparent;
	left: 0px;
	top: -10px;
}

.team-slider-style3 .team-item:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 200px solid #040404;
	border-left: 200px solid transparent;
	right: 0px;
	bottom: -10px;
}

.team-slider-style3 .team-item img {
	position: relative;
	z-index: 99;
}

.team-slider-style3 .team-item .team-inner-wrap {
	position: relative;
}

.team-slider-style3 .team-item .team-inner-wrap:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #040404;
	opacity: .8;
	left: 0;
	top: 0;
	z-index: 100;
	opacity: 0;
	transition: all .4s ease 0s;
}

.team-slider-style3 .team-item .team-content {
	position: absolute;
	display: block;
	left: 50%;
	width: 100%;
	top: 30%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 110;
	color: #fff;
	padding: 15px;
	opacity: 0;
	transition: all .4s ease 0s;
}

.team-slider-style3 .team-item .team-content .team-name {
	margin-bottom: 0;
	font-size: 20px;
}

.team-slider-style3 .team-item .team-content .team-name a {
	color: #fff;
}

.team-slider-style3 .team-item .team-content .team-title {
	color: #fff;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 14px;
	display: block;
}

.team-slider-style3 .team-item .team-content .social-icons a {
	color: #fff;
	margin-right: 12px;
	font-size: 16px;
}

.team-slider-style3 .team-item .team-content .social-icons a:last-child {
	margin-right: 0;
}

.team-slider-style3 .team-item .team-content .social-icons a:hover {
	opacity: .8;
}

.team-slider-style3 .team-item:hover .team-content {
	opacity: 1;
	width: 100%;
	top: 50%;
}

.team-slider-style3 .team-item:hover .team-inner-wrap:before {
	opacity: .8;
}

.team-slider-style4 .owl-stage-outer {
	overflow-y: visible;
}

.team-slider-style4 .team-item {
	margin-bottom: 125px;
	position: relative;
	overflow: visible;
}

.team-slider-style4 .team-item:before {
	display: none;
}

.team-slider-style4 .team-item .team-content {
	color: #f8560c;
	background: #fff;
	padding: 20px;
	text-align: center;
	z-index: 9;
	position: absolute;
	z-index: 1;
	opacity: 1;
	width: unset;
	height: unset;
	display: inline-block;
	top: unset;
	bottom: -85px;
	padding: 20px 20px 25px;
	box-shadow: 0px 4px 27px rgba(0, 0, 0, .0705882353);
	left: 50%;
	border-radius: 15px;
	max-width: 310px;
	transform: translateX(-50%);
	width: 95%;
}

.team-slider-style4 .team-item .team-content .team-name {
	display: block;
	font-size: 22px;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 27px;
}

.team-slider-style4 .team-item .team-content .team-name a {
	color: var(--primaryColor);
}

.team-slider-style4 .team-item .team-content .team-name a:hover {
	color: #bb0b0b;
}

.team-slider-style4 .team-item .team-content .team-title {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 5px;
	display: block;
	font-family: "Poppins", sans-serif;
	color: var(--primaryColor);
}

.team-slider-style4 .team-item .team-content .team-desc {
	font-size: 14px;
	margin-bottom: 0;
	color: #777;
	position: relative;
	z-index: 1;
	max-height: 0;
	opacity: 0;
	line-height: 24px;
	transition: all .6s, max-height .5s;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: bottom;
}

.team-slider-style4 .team-item .team-content .team-desc:before {
	content: "";
	position: absolute;
	z-index: 1;
	background: var(--primaryColor);
	top: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	margin-left: -25px;
}

.team-slider-style4 .team-item .team-content .social-icons {
	text-align: center;
	margin-top: 12px;
	display: flex;
	justify-content: center;
}

.team-slider-style4 .team-item .team-content .social-icons a {
	margin-right: 7px;
}

.team-slider-style4 .team-item .team-content .social-icons a i {
	color: var(--primaryColor);
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #f6f6f6;
	text-align: center;
	transition: .3s all ease;
	border-radius: 50%;
	overflow: hidden;
	margin: 0;
}

.team-slider-style4 .team-item .team-content .social-icons a i:hover {
	color: #fff;
	background: var(--primaryColor);
}

.team-slider-style4 .team-item:before {
	background: transparent;
}

.team-slider-style4 .team-item:hover .team-content {
	opacity: 1;
	top: unset;
}

.team-slider-style4 .team-item:hover .team-content .team-desc {
	position: relative;
	max-height: 400px;
	opacity: 1;
	text-align: center;
	transform: scaleY(1);
	transition: all .4s, max-height 1.5s;
	padding-top: 18px;
	margin-top: 8px;
}

.team-slider-style5 .team-item {
	padding-top: 22px;
}

.team-slider-style5 .team-inner-wrap {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	transition: .3s;
}

.team-slider-style5 .team-inner-wrap .image-wrap {
	position: relative;
	overflow: hidden;
}

.team-slider-style5 .team-inner-wrap .image-wrap img {
	transition: all .7s;
}

.team-slider-style5 .team-inner-wrap .image-wrap .team-social {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.team-slider-style5 .team-inner-wrap .image-wrap .team-social .main i {
	background: #fff;
	border-radius: 50%;
	font-size: 16px;
	line-height: 12px;
	font-weight: 500;
	color: var(--primaryColor);
	transition: .3s;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
}

.team-slider-style5 .team-inner-wrap .image-wrap .team-social .main i:before {
	font-weight: bold;
}

.team-slider-style5 .team-inner-wrap .image-wrap .team-social .team-social-one {
	display: flex;
	flex-direction: column;
	position: absolute;
	transform: translateY(50px);
	transition: 1s;
	opacity: 0;
}

.team-slider-style5 .team-inner-wrap .image-wrap .team-social .team-social-one i {
	background: #fff;
	border-radius: 60%;
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	color: var(--primaryColor);
	transition: .3s;
	margin-bottom: 10px;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-slider-style5 .team-inner-wrap .image-wrap .team-social .team-social-one i:hover {
	background: var(--primaryColor);
	color: #fff;
}

.team-slider-style5 .team-inner-wrap .image-wrap .team-social:hover .main {
	opacity: 0;
}

.team-slider-style5 .team-inner-wrap .image-wrap .team-social:hover .team-social-one {
	transform: translateY(-96%);
	z-index: 2;
	opacity: 1;
}

.team-slider-style5 .team-inner-wrap .team-content {
	width: 100%;
	padding: 28px 30px 27px 30px;
	color: #444;
	overflow: hidden;
	background: #fff;
	transition: .3s all ease;
	border-radius: 0 0 15px 15px;
}

.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 0;
}

.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
	color: #1c2539;
}

.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
	font-size: 15px;
	text-transform: capitalize;
	color: var(--primaryColor);
	float: none;
	text-align: center;
	font-weight: 400;
}

.team-slider-style5 .team-inner-wrap .team-content .team-desc {
	display: none;
}

.team-slider-style5 .team-inner-wrap .team-content .social-icons {
	bottom: -100px !important;
	transition: all .3s ease 0s;
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
	z-index: 100;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%) scale(.5);
	transition: .4s all ease;
}

.team-slider-style5 .team-inner-wrap .team-content .social-icons a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	border: none;
	text-align: center;
	color: #fff;
	display: inline-block;
	transition: all .3s ease 0s;
	background: 0 0 !important;
	margin-right: 8px;
}

.team-slider-style5 .team-inner-wrap .team-content .social-icons a i {
	transition: all .3s ease 0s;
}

.team-slider-style5 .team-inner-wrap .team-content .social-icons a i:hover {
	color: #bb0b0b;
}

.team-slider-style5 .team-inner-wrap:hover {
	transform: translateY(-20px);
}

.team-slider-style6 .team-item {
	overflow: visible;
}

.team-slider-style6 .team-item .team-inner-wrap {
	overflow: hidden;
}

.team-slider-style6 .team-item .social-icons1 {
	text-align: center;
	margin-top: 14px;
}

.team-slider-style6 .team-item .social-icons1 a i {
	color: var(--primaryColor);
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition: .3s all ease;
	border-radius: 50%;
	margin: 0;
}

.team-slider-style6 .team-item .image-wrap {
	position: relative;
	overflow: hidden;
}

.team-slider-style6 .team-item .image-wrap img {
	transition: all .5s ease;
}

.team-slider-style6 .team-item .image-wrap .social-icons1 {
	position: absolute;
	right: 0;
	bottom: -70px;
	opacity: 0;
	padding: 12px 0;
	transition: all .4s ease 0s;
	left: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.team-slider-style6 .team-item .image-wrap .social-icons1 a {
	padding: 0;
	background: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 4px;
}

.team-slider-style6 .team-item .image-wrap .social-icons1 a i {
	background: transparent;
}

.team-slider-style6 .team-item .image-wrap .social-icons1 a:hover i {
	color: #bb0b0b;
	background: transparent;
}

.team-slider-style6 .team-item :hover .image-wrap img {
	transform: scale(1.1);
}

.team-slider-style6 .team-item :hover .image-wrap .social-icons1 {
	opacity: 1;
	bottom: 20px;
}

.team-slider-style6 .team-item .team-content {
	margin: 0;
	padding: 28px 0 0;
	margin-bottom: 0;
	position: unset;
	opacity: 1;
}

.team-slider-style6 .team-item .team-content h3.team-name {
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.team-slider-style6 .team-item .team-content h3.team-name a {
	text-decoration: none;
	color: #0a0a0a;
}

.team-slider-style6 .team-item .team-content h3.team-name a:hover {
	color: var(--primaryColor);
}

.team-slider-style6 .team-item .team-content span.team-title {
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	text-transform: capitalize;
	padding: 2px 14px;
	color: #0a0a0a;
	margin-top: 10px;
	display: inline-block;
}

.team-slider-style6 .team-item .social-icons {
	display: none;
}

.team-slider-style7 .team-item {
	overflow: visible;
}

.team-slider-style7 .team-item .team-inner-wrap {
	overflow: hidden;
	padding: 30px;
	border: 1px solid var(--primaryColor);
	border-radius: 15px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
}

.team-slider-style7 .team-item .social-icons1 {
	text-align: center;
	margin-top: 14px;
}

.team-slider-style7 .team-item .social-icons1 a i {
	color: var(--primaryColor);
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition: .3s all ease;
	border-radius: 50%;
	margin: 0;
}

.team-slider-style7 .team-item .image-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.team-slider-style7 .team-item .image-wrap img {
	transition: all .5s ease;
	border-radius: 20px;
}

.team-slider-style7 .team-item .image-wrap .social-icons1 {
	position: absolute;
	right: 0;
	bottom: -70px;
	opacity: 0;
	padding: 12px 0;
	transition: all .4s ease 0s;
	left: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.team-slider-style7 .team-item .image-wrap .social-icons1 a {
	padding: 0;
	background: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 4px;
	border-radius: 50%;
}

.team-slider-style7 .team-item .image-wrap .social-icons1 a i {
	background: transparent;
}

.team-slider-style7 .team-item .image-wrap .social-icons1 a:hover i {
	color: #bb0b0b;
	background: transparent;
}

.team-slider-style7 .team-item :hover .image-wrap img {
	transform: scale(1.1);
}

.team-slider-style7 .team-item :hover .image-wrap .social-icons1 {
	opacity: 1;
	bottom: 0;
	padding: 25px 0;
	background: var(--primaryColor);
}

.team-slider-style7 .team-item .team-content {
	margin: 0;
	padding: 28px 0 0;
	margin-bottom: 0;
	position: unset;
	opacity: 1;
	text-align: center;
}

.team-slider-style7 .team-item .team-content h3.team-name {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.team-slider-style7 .team-item .team-content h3.team-name a {
	text-decoration: none;
	color: #0a0a0a;
}

.team-slider-style7 .team-item .team-content h3.team-name a:hover {
	color: var(--primaryColor);
}

.team-slider-style7 .team-item .team-content span.team-title {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--primaryColor);
	margin-top: 0;
	display: inline-block;
}

.team-slider-style7 .team-item .social-icons {
	display: none;
}

.rt__team_arrow-top .swiper-button-prev {
	position: absolute;
	top: -75px;
	right: 52px;
	border-radius: 100%;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px;
	display: block;
	left: auto;
	transform: rotate(-40deg);
	background: none !important;
	border: 1px solid var(--primaryColor);
}

.rt__team_arrow-top .swiper-button-prev::before {
	margin: 0;
	padding: 0;
	top: 12px;
	color: var(--primaryColor);
}

.rt__team_arrow-top .swiper-button-prev:hover {
	background: var(--primaryColor) !important;
}

.rt__team_arrow-top .swiper-button-prev:hover::before {
	color: #fff;
}

.rt__team_arrow-top .swiper-button-next {
	position: absolute;
	top: -75px;
	right: 0;
	border-radius: 100%;
	width: 40px !important;
	height: 40px !important;
	left: auto;
	line-height: 40px;
	transform: rotate(-40deg);
	background: none !important;
	border: 1px solid var(--primaryColor);
}

.rt__team_arrow-top .swiper-button-next::before {
	margin: 0;
	padding: 0;
	top: 12px;
	color: var(--primaryColor);
}

.rt__team_arrow-top .swiper-button-next:hover {
	background: var(--primaryColor) !important;
}

.rt__team_arrow-top .swiper-button-next:hover::before {
	color: #fff;
}
