:root {
  --bodyFont: "DM Sans", sans-serif;
  --titleFont: "Poppins", sans-serif;
  --transition: all 0.3s ease;
  --body_bg: #ffffff;
  --globalColor: #f4f3f1;
  --borderColor: #dfe0e4;
  --bodyColor: #404a60;
  --titleColor: #222e48;
  --primaryColor: #022e2d;
  --secondaryColor: #b07e50;
  --whiteColor: #ffffff;
  --blackColor: #171717;
  --linkColor: #022e2d;
  --hoverColor: var(--secondaryColor);
  --boxBorderRadius: 12px;
  --imageBorderRadius: 4px;
  --btnBorderRadius: 8px;
  --btnBgColor: #022e2d;
  --btnHoverBgColor: #b07e50;
  --btnColor: #ffffff;
  --btnHoverColor: #ffffff;
  --btnBgColor2: transparent;
  --btnHoverBgColor2: #022e2d;
  --btnColor2: #222e48;
  --btnHoverColor2: #ffffff;
}

.swiper.team-slider-style1 {
  position: inherit;
}
.swiper.team-slider-style1 .team-item {
  overflow: visible;
}
.swiper.team-slider-style1 .team-item .team-inner-wrap {
  overflow: hidden;
}
.swiper.team-slider-style1 .team-item .social-icons1 {
  text-align: center;
  margin-top: 14px;
}
.swiper.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: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.swiper.team-slider-style1 .team-item .image-wrap {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%, 0 50%);
}
.swiper.team-slider-style1 .team-item .image-wrap .social-icons1 {
  position: absolute;
  right: -100%;
  left: 99%;
  top: 40px;
  background: var(--primaryColor);
  padding: 12px 0;
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
  display: flex;
}
.swiper.team-slider-style1 .team-item .image-wrap .social-icons1 a {
  padding: 0;
  background: transparent;
}
.swiper.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
  background: transparent;
}
.swiper.team-slider-style1 .team-item .image-wrap .social-icons1 a:hover i {
  color: var(--btnColor);
  background: transparent;
}
.swiper.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
  left: unset;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.swiper.team-slider-style1 .team-item .team-content {
  text-align: left;
  margin: 0;
  padding: 30px 30px;
  background: var(--primaryColor);
  position: unset;
  opacity: 1;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.04);
}
.swiper.team-slider-style1 .team-item .team-content .team-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.swiper.team-slider-style1 .team-item .team-content .team-name a {
  text-decoration: none;
  color: #ffffff;
}
.swiper.team-slider-style1 .team-item .team-content .team-name a:hover {
  color: #c4c4c4;
}
.swiper.team-slider-style1 .team-item .team-content .team-title {
  font-size: 14px;
  color: var(--whiteColor);
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
}
.swiper.team-slider-style1 .team-item .social-icons {
  display: none;
}
.swiper.team-slider-style1 .tp-slider-navigation.team {
  position: absolute;
  right: 0;
  top: -172px;
  z-index: 2;
}

.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, 0.09);
}

.team-slider-style2 .team-item .team-inner-wrap {
  position: relative;
}
.team-slider-style2 .team-item .team-inner-wrap .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.team-slider-style2 .team-item .team-inner-wrap a {
  text-decoration: none;
}
.team-slider-style2 .team-item .team-inner-wrap .team-img-sec {
  position: relative;
}
.team-slider-style2 .team-item .team-inner-wrap .wrap-text {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  padding: 0 40px 12px;
  background: #fff;
}
.team-slider-style2 .team-item .team-inner-wrap .wrap-text .team-desc {
  margin-bottom: 0;
}
.team-slider-style2 .team-item .team-content {
  position: absolute;
  left: 50%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.0705882353);
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.team-slider-style2 .team-item .team-content .header {
  margin-bottom: 16px;
}
.team-slider-style2 .team-item .team-content .header .team-name {
  margin-bottom: 4px;
}
.team-slider-style2 .team-item .team-content .header .team-name a {
  color: #1c2539;
}
.team-slider-style2 .team-item .team-content .header .team-title {
  color: var(--titleColor);
}
.team-slider-style2 .team-item .team-content .social-icons {
  display: flex;
  justify-content: center;
}
.team-slider-style2 .team-item .team-content .social-icons a {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-slider-style2 .team-item .team-content .social-icons a:last-child {
  margin-right: 0;
}
.team-slider-style2 .team-item .team-content .social-icons a i {
  font-size: 14px;
  color: #1c2539;
  transition: 0.3s;
}
.team-slider-style2 .team-item .team-content .social-icons a:hover i {
  color: var(--whiteColor);
}
.team-slider-style2 .team-item.even .team-inner-wrap {
  margin-top: 120px;
}
.team-slider-style2 .team-item.even .team-inner-wrap .team-content {
  top: 0;
  transform: translate(-50%, -50%) scale(0);
}
.team-slider-style2 .team-item.odd .team-inner-wrap {
  margin-bottom: 120px;
}
.team-slider-style2 .team-item.odd .team-inner-wrap .team-content {
  bottom: 0;
  transform: translate(-50%, 50%) scale(0);
}
.team-slider-style2 .team-item:hover.even .team-inner-wrap .team-content {
  transform: translate(-50%, -50%) scale(1);
}
.team-slider-style2 .team-item:hover.odd .team-inner-wrap .team-content {
  transform: translate(-50%, 50%) scale(1);
}

.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 var(--secondaryColor);
  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 var(--secondaryColor);
  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: var(--secondaryColor);
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  transition: var(--transition);
}
.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: var(--transition);
}
.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: 0.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: 0.8;
}

.team-slider-style4 .team-item {
  position: relative;
}
.team-slider-style4 .team-item .image-wrap {
  overflow: hidden;
}
.team-slider-style4 .team-item .image-wrap img {
  width: 100%;
  transition: 1.3s;
}
.team-slider-style4 .team-item .image-wrap:hover img {
  transform: scale(1.1);
}
.team-slider-style4 .team-item .team-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90%;
  margin: auto;
  padding: 24px;
  text-align: center;
  background: var(--whiteColor);
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-slider-style4 .team-item .team-content .team-name {
  font-size: 24px;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 0;
  font-family: var(--bodyFont);
  color: var(--titleColor);
}
.team-slider-style4 .team-item .team-content .team-name a {
  color: var(--titleColor);
}
.team-slider-style4 .team-item .team-content .team-name a:hover {
  color: var(--primaryColor);
}
.team-slider-style4 .team-item .team-content .team-title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  color: var(--bodyColor);
}
.team-slider-style4 .team-item .team-content .social-icons {
  margin-top: 16px;
}
.team-slider-style4 .team-item .team-content .social-icons a {
  margin-right: 10px;
  color: var(--bodyColor);
  font-size: 16px;
  transition: 0.3s;
}
.team-slider-style4 .team-item .team-content .social-icons a:hover {
  color: var(--primaryColor);
}
.team-slider-style4 .team-item .team-content .social-icons a:last-child {
  margin-right: 0;
}
.team-slider-style4 .team-item:hover .team-content {
  bottom: 24px;
  opacity: 1;
  visibility: visible;
}

.swiper.team-slider-style5 .tps-team-one-start {
  background: linear-gradient(180deg, #ffffff 0%, #f2f3f5 100%);
  padding: 30px;
  padding-bottom: 180px;
}
.swiper.team-slider-style5 .tps-team-one-start:hover .wrapper .thumbnail img {
  transform: scale(1.15);
}
.swiper.team-slider-style5 .tps-team-one-start .wrapper {
  position: relative;
}
.swiper.team-slider-style5 .tps-team-one-start .wrapper .thumbnail {
  overflow: hidden;
  display: block;
}
.swiper.team-slider-style5 .tps-team-one-start .wrapper .thumbnail img {
  width: 100%;
  transition: 1.3s;
}
.swiper.team-slider-style5 .tps-team-one-start .inner {
  text-align: center;
  padding: 43px 20px 53px;
  background: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -144px;
  width: 100.5%;
  transition: 1s;
}
.swiper.team-slider-style5 .tps-team-one-start .inner a.name:hover .title {
  color: var(--primaryColor);
}
.swiper.team-slider-style5 .tps-team-one-start .inner .title {
  margin-bottom: 7px;
  font-size: 30px;
  transition: 0.3s;
}
.swiper.team-slider-style5 .tps-team-one-start .inner span {
  font-family: var(--titleFont);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6e777d;
}
.swiper.team-slider-style5 .tps-team-one-start .inner .info-wrapper {
  margin-top: 0px;
  margin-bottom: -15px;
  max-height: 0;
  transition: 1s;
  height: 0;
  overflow: hidden;
}
.swiper.team-slider-style5 .tps-team-one-start .inner .info-wrapper .single {
  position: relative;
  margin-bottom: 15px;
}
.swiper.team-slider-style5 .tps-team-one-start .inner .info-wrapper .single a {
  padding: 12px 25px 12px 55px;
  border-radius: 100px;
  display: block;
  background: #f2f3f5;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  color: #6e777d;
}
.swiper.team-slider-style5 .tps-team-one-start .inner .info-wrapper .single a:hover {
  color: var(--primaryColor);
}
.swiper.team-slider-style5 .tps-team-one-start .inner .info-wrapper .single i {
  position: absolute;
  width: 46px;
  height: 46px;
  background: #ff6600;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  left: 55px;
  top: 2px;
}
.swiper.team-slider-style5 .tps-team-one-start:hover .inner .info-wrapper {
  margin-top: 25px;
  max-height: 400px;
  display: block;
  visibility: visible;
  height: 130px;
}
.swiper.team-slider-style5 .tp-slider-navigation.team {
  position: absolute;
  right: -50%;
  transform: translateX(50%);
  bottom: 45px;
  z-index: 2;
}

.swiper.team-slider-style6 .single-team-three {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 1;
}
.swiper.team-slider-style6 .single-team-three:hover .thumbnail .social-team-wrapper {
  right: 30px;
}
.swiper.team-slider-style6 .single-team-three .thumbnail {
  display: block;
  overflow: hidden;
  width: 97%;
  position: relative;
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper {
  position: absolute;
  top: 0;
  right: -30px;
  top: 30px;
  transition: 0.3s;
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper ul li {
  margin-bottom: 20px;
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper ul li a {
  transition: all 0.3s;
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper ul li a:hover i {
  color: var(--primaryColor);
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper ul li a i {
  color: #171717;
  transition: all 0.3s;
}
.swiper.team-slider-style6 .single-team-three .thumbnail:hover img {
  transform: scale(1.15);
}
.swiper.team-slider-style6 .single-team-three .thumbnail img {
  width: 100%;
  transition: 1.3s;
}
.swiper.team-slider-style6 .single-team-three::after {
  position: absolute;
  content: "";
  top: 30px;
  left: 30px;
  height: 99%;
  width: 97%;
  border: 1px solid #e1e1e1;
  z-index: -1;
}
.swiper.team-slider-style6 .single-team-three .content-area {
  margin-left: 60px;
  margin-top: 30px;
}
.swiper.team-slider-style6 .single-team-three .content-area span.designation {
  background: #171717;
  padding: 9px 34px 7px 21px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: var(--titleFont);
  color: var(--whiteColor);
}
.swiper.team-slider-style6 .single-team-three .content-area .name {
  background: #171717;
  padding: 11px 21px 11px 21px;
  max-width: -moz-max-content;
  max-width: max-content;
  color: var(--whiteColor);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 30px;
  transition: 0.3s;
}
.swiper.team-slider-style6 .single-team-three .content-area .name:hover {
  color: var(--primaryColor);
}

.team-slider-main-wrapper {
  position: relative;
}
.team-slider-main-wrapper .tp-slider-navigation.team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 47%;
  width: 100%;
  transform: translateY(-47%);
}
.team-slider-main-wrapper .tp-slider-navigation.team .testimonial-cat-prev {
  font-size: 22px;
  color: var(--titleColor);
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: var(--whiteColor);
  transition: 0.3s;
  margin-left: -130px;
}
.team-slider-main-wrapper .tp-slider-navigation.team .testimonial-cat-prev:hover {
  background: var(--primaryColor);
  color: #ffffff;
}
.team-slider-main-wrapper .tp-slider-navigation.team .testimonial-cat-next {
  font-size: 22px;
  color: #0c0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
  margin-right: -130px;
}
.team-slider-main-wrapper .tp-slider-navigation.team .testimonial-cat-next:hover {
  background: var(--primaryColor);
  color: #ffffff;
}/*# sourceMappingURL=team-slider.css.map */