.rs-team-slider.team-slider-style1 .team-content {
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: center;
}
.rs-team-slider.team-slider-style1 .team-content .plus_team .social-icons1 {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 50px;
  background: #010d14;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  z-index: -1;
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.rs-team-slider.team-slider-style1 .team-content .plus_team .social-icons1 a {
  padding: 0;
  background: transparent;
}
.rs-team-slider.team-slider-style1 .team-content .plus_team .social-icons1 a i {
  background: transparent;
}
.rs-team-slider.team-slider-style1 .team-content .plus_team .social-icons1 a:hover i {
  color: #EB003D;
  background: transparent;
}
.rs-team-slider.team-slider-style1 .team-content .plus_team:hover .social-icons1 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transform: scaleY(1);
}
.rs-team-slider.team-slider-style1 .team-content .plus_team .share-icon i {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 35px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: 500ms ease;
  background: #EB003D;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  line-height: 50px;
  text-align: center;
}
.rs-team-slider.team-slider-style1 .team-inner-wrap {
  border-radius: 0 0 5px 5px;
}
.rs-team-slider.team-slider-style1 .team-item {
  overflow: visible;
}
.rs-team-slider.team-slider-style1 .team-item .social-icons1 {
  text-align: center;
  margin-top: 14px;
}
.rs-team-slider.team-slider-style1 .team-item .social-icons1 a i {
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.rs-team-slider.team-slider-style1 .team-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-team-slider.team-slider-style1 .team-item .image-wrap img {
  border-radius: 5px 5px 0 0;
}
.rs-team-slider.team-slider-style1 .team-item .image-wrap .social-icons1 {
  position: absolute;
  right: 0;
  bottom: -180px;
  width: 50px;
  background: #013aa8;
  padding: 12px 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 0s;
}
.rs-team-slider.team-slider-style1 .team-item .image-wrap .social-icons1 a {
  padding: 0;
  background: transparent;
}
.rs-team-slider.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
  background: transparent;
}
.rs-team-slider.team-slider-style1 .team-item .image-wrap .social-icons1 a:hover i {
  color: #EB003D;
  background: transparent;
}
.rs-team-slider.team-slider-style1 .team-item:hover .image-wrap .social-icons1 {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.rs-team-slider.team-slider-style1 .team-item .team-content {
  text-align: left;
  margin: 0;
  padding: 20px 35px 17px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  background: #010d14;
  margin-bottom: 30px;
  position: unset;
  opacity: 1;
  position: relative;
  margin: 0;
}
.rs-team-slider.team-slider-style1 .team-item .team-content h3.team-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.rs-team-slider.team-slider-style1 .team-item .team-content h3.team-name a {
  text-decoration: none;
  color: #ffffff;
}
.rs-team-slider.team-slider-style1 .team-item .team-content h3.team-name a:hover {
  color: #c4c4c4;
}
.rs-team-slider.team-slider-style1 .team-item .team-content span.team-title {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
}
.rs-team-slider.team-slider-style1 .team-item .social-icons {
  display: none;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap {
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap a {
  text-decoration: none;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-img-sec {
  position: relative;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .wrap-text {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  padding: 0 40px 12px;
  background: #fff;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
  margin-bottom: 0;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-content {
  width: 100%;
  transition: all 0.5s ease 0s;
  position: relative;
  padding-bottom: 0;
  z-index: 1;
  margin-bottom: 0;
  background: #010d14;
  border-radius: 3px 3px 0 0;
  padding: 8px 0 14px;
  margin-top: -35px;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  transition: 0.4s;
  text-align: center;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-content .team-name {
  margin-top: 0 !important;
  line-height: 28px !important;
  color: #ffffff;
  margin: 18px 0 0;
  font-weight: 500;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-content .team-name a {
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
  z-index: 111;
  text-decoration: none;
  color: #ffffff;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-content .social-icons {
  color: #ffffff;
  padding-top: 2px;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-content .social-icons a {
  text-decoration: none;
  color: #ffffff;
  padding: 0 3px;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-content .social-icons a i {
  height: 25px;
  width: 25px;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-content .team-title {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  margin: 10px 0 5px;
  color: #eee;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  display: block;
  text-transform: uppercase;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-content .team-title a {
  color: #eee;
  pointer-events: none;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-content .nolink {
  pointer-events: none;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-content .cat-doctor {
  font-size: 14px;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap .team-content .cat-doctor a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap:hover .team-content {
  bottom: 0;
}
.rs-team-slider.team-slider-style2 .team-inner-wrap:hover .team-img-sec:before {
  height: 100%;
}
.rs-team-slider.team-slider-style3 .team-item .team-img-sec {
  position: relative;
}
.rs-team-slider.team-slider-style3 .team-item .team-img-sec:before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  border-radius: 5px;
}
.rs-team-slider.team-slider-style3 .team-item img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.rs-team-slider.team-slider-style3 .team-item .team-content {
  display: block;
  z-index: 11;
  color: #fff;
  padding: 15px;
  transition: all 0.4s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  text-align: center;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .author-text {
  position: absolute;
  left: 0;
  top: 39%;
  transition: 0.4s;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .team-title {
  color: #fff;
  position: relative;
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
  font-size: 14px;
  padding: 3px 10px;
  opacity: 0;
  top: -15px;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .team-name {
  position: relative;
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
  margin-bottom: 0;
  font-size: 20px;
  padding: 0 10px;
  display: block;
  top: -10px;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .team-name a {
  color: #fff;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .social-icons {
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .social-icons li {
  display: inline-block;
  position: relative;
  transition: 0.4s;
  margin: 0 8px;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .social-icons .facebook {
  bottom: -20px;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .social-icons .google {
  bottom: -20px;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .social-icons .twitter {
  bottom: -15px;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .social-icons a {
  color: #2b59ff;
  font-size: 16px;
  display: block;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .social-icons a i {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff;
  line-height: 30px;
}
.rs-team-slider.team-slider-style3 .team-item .team-content .social-icons a:hover {
  opacity: 0.8;
}
.rs-team-slider.team-slider-style3 .team-item:hover .team-img-sec:before {
  opacity: 1;
  visibility: visible;
}
.rs-team-slider.team-slider-style3 .team-item:hover .team-content .author-text {
  opacity: 1;
  visibility: visible;
}
.rs-team-slider.team-slider-style3 .team-item:hover .team-content .social-icons {
  opacity: 1;
  visibility: visible;
}
.rs-team-slider.team-slider-style3 .team-item:hover .team-content .social-icons li {
  bottom: 0;
}
.rs-team-slider.team-slider-style3 .team-item:hover .team-content .team-title {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition-delay: 0.33s;
}
.rs-team-slider.team-slider-style3 .team-item:hover .team-content .team-name {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition-delay: 0.33s;
}
.rs-team-slider.team-slider-style4 .owl-stage-outer {
  overflow-y: visible;
}
.rs-team-slider.team-slider-style4 .team-item {
  margin-bottom: 125px;
  position: relative;
  overflow: visible;
}
.rs-team-slider.team-slider-style4 .team-item:before {
  display: none;
  background: transparent;
}
.rs-team-slider.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;
  -webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
  left: 50%;
  max-width: 310px;
  transform: translateX(-50%);
  width: 95%;
}
.rs-team-slider.team-slider-style4 .team-item .team-content .team-name {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: 600;
}
.rs-team-slider.team-slider-style4 .team-item .team-content .team-name a {
  color: #010d14;
}
.rs-team-slider.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: #0a0a0a;
}
.rs-team-slider.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;
  -webkit-transition: all 0.6s, max-height 0.5s;
  -o-transition: all 0.6s, max-height 0.5s;
  -moz-transition: all 0.6s, max-height 0.5s;
  transition: all 0.6s, max-height 0.5s;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.rs-team-slider.team-slider-style4 .team-item .team-content .team-desc:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #010d14;
  top: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
}
.rs-team-slider.team-slider-style4 .team-item .team-content .social-icons {
  text-align: center;
  margin-top: 12px;
}
.rs-team-slider.team-slider-style4 .team-item .team-content .social-icons a {
  display: inline-block;
}
.rs-team-slider.team-slider-style4 .team-item .team-content .social-icons a i {
  color: #010d14;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: transparent;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.rs-team-slider.team-slider-style4 .team-item:hover .team-content {
  opacity: 1;
  top: unset;
}
.rs-team-slider.team-slider-style4 .team-item:hover .team-content .team-desc {
  position: relative;
  max-height: 400px;
  opacity: 1;
  text-align: center;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.4s, max-height 1.5s;
  -o-transition: all 0.4s, max-height 1.5s;
  -moz-transition: all 0.4s, max-height 1.5s;
  transition: all 0.4s, max-height 1.5s;
  padding-top: 18px;
  margin-top: 8px;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  background: #fff;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .image-wrap img {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .team-content {
  height: 100px;
  width: 100%;
  top: unset;
  bottom: 0;
  opacity: 1;
  position: absolute;
  padding: 15px 20px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .team-content .member-desc {
  margin: 10px 0;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
  color: #222;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a:hover {
  opacity: 0.8;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
  font-size: 15px;
  text-transform: capitalize;
  color: #222;
  float: none;
  text-align: center;
  font-weight: 400;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .team-content .team-desc {
  display: none;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .team-content .social-icons {
  bottom: -100px !important;
  transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(0.5);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.rs-team-slider.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 0.3s ease 0s;
  background: 0 0 !important;
  margin-right: 8px;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .team-content .social-icons a i {
  transition: all 0.3s ease 0s;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .team-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #010d14;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  transition: 0.4s all ease;
  left: 0;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap .team-content:hover {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #010d14;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  transition: 0.4s all ease;
  left: 0;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap:hover .image-wrap img {
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.rs-team-slider.team-slider-style5 .team-inner-wrap:hover .team-content {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transform: translate(0, 0);
  top: unset;
  bottom: 0;
  height: 140px;
  background: #222;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap:hover .team-content:before {
  background: #222;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a {
  color: #fff;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-title {
  color: #fff;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc:before {
  background: #222;
}
.rs-team-slider.team-slider-style5 .team-inner-wrap:hover .team-content .social-icons {
  bottom: 25px !important;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.rs-team-slider.team-slider-style6 img {
  border-radius: 5px 5px 0 0;
}
.rs-team-slider.team-slider-style6 .team-content {
  text-align: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
}
.rs-team-slider.team-slider-style6 .team-content .team-name {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
}
.rs-team-slider.team-slider-style6 .team-content .team-name a {
  color: #121933;
}
.rs-team-slider.team-slider-style6 .team-content .team-name a:hover {
  color: #1273eb;
}
.rs-team-slider.team-slider-style6 .team-content .team-title {
  font-size: 16px;
  font-weight: 400;
}
.rs-team-slider.team-slider-style7 .image-wrap {
  text-align: center;
  border-radius: 0;
}
.rs-team-slider.team-slider-style7 .image-wrap .image-inner {
  position: relative;
  display: inline-block;
  border-radius: 0;
}
.rs-team-slider.team-slider-style7 .image-wrap .image-inner a {
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 47% 53% 60% 40%/41% 49% 51% 59%;
}
.rs-team-slider.team-slider-style7 .image-wrap .image-inner a img {
  border-radius: unset;
}
.rs-team-slider.team-slider-style7 .image-wrap .image-inner:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #f9f9f9;
  animation: team-shape-circle 55s linear infinite;
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap {
  padding: 37px;
  background: linear-gradient(-45deg, transparent 17.98%, var(--primaryColor) 99.52%);
  border-radius: 50%;
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap .img-inner-wrap {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 4px 13px 10px 0px rgba(0, 0, 0, 0.5);
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap .img-inner-wrap .team-social {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap .img-inner-wrap .team-social a {
  display: inline-block;
  margin-right: 3px;
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap .img-inner-wrap .team-social a:last-child {
  margin: 0 !important;
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap .img-inner-wrap:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: var(--transition);
  background: linear-gradient(180deg, transparent 17.98%, var(--primaryColor) 99.52%);
  transform: translateY(50px) scale(1.2);
  opacity: 0;
  visibility: hidden;
}
.rs-team-slider.team-slider-style8 .team-item .team-item-wrap:hover .image-wrap .img-inner-wrap .team-social {
  opacity: 1;
  visibility: visible;
}
.rs-team-slider.team-slider-style8 .team-item .team-item-wrap:hover .image-wrap .img-inner-wrap:after {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.rs-team-slider.team-slider-style9 .plus_team {
  position: absolute;
  right: 20px;
  bottom: -20px;
}
.rs-team-slider.team-slider-style9 .plus_team .social-icons1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
  transform: translateY(-20px);
  transition: var(--transition);
  opacity: 0;
}
.rs-team-slider.team-slider-style9 .plus_team .social-icons1 a {
  margin: 1px 0;
}
.rs-team-slider.team-slider-style9 .plus_team .social-icons1 a:first-child {
  top-bottom: 0;
}
.rs-team-slider.team-slider-style9 .plus_team .social-icons1 a:last-child {
  margin-bottom: 0;
}
.rs-team-slider.team-slider-style9 .plus_team i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--titleColor);
  width: 40px;
  height: 40px;
  background: var(--grayBgColor);
  transition: var(--titleColorAlt);
}
.rs-team-slider.team-slider-style9 .plus_team i:hover {
  background: var(--primaryColor);
  color: var(--blackColor);
}
.rs-team-slider.team-slider-style9 .plus_team i.ri-share-line {
  background: var(--primaryColor);
  color: var(--blackColor);
}
.rs-team-slider.team-slider-style9 .plus_team i.ri-share-line:hover {
  background: var(--primaryColor);
  color: var(--blackColor);
}
.rs-team-slider.team-slider-style9 .team-inner-wrap {
  position: relative;
  border-radius: 10px;
  margin: 20px 0;
  padding: 10px;
  background: var(--grayBgColor);
  box-shadow: 0px 2px 18px 0px rgba(12, 4, 66, 0.06);
  border-color: var(--borderColor);
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .image-wrap {
  position: relative;
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .image-wrap img {
  border-radius: 10px 10px 0 0;
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .team-content {
  padding: 20px 10px 15px;
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .team-content .team-name {
  margin: 0 0 3px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-transform: capitalize;
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .team-content .team-name a {
  color: var(--titleColor);
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .team-content .team-name a:hover {
  color: var(--primaryColor);
}
.rs-team-slider.team-slider-style9 .team-inner-wrap:hover .plus_team .social-icons1 {
  opacity: 1;
  transform: translateY(0);
}
.rs-team-slider.team-slider-style9.color_gradient_scheme .plus_team i.ri-share-line {
  background-image: linear-gradient(90deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
}
.rs-team-slider.team-slider-style9.color_gradient_scheme .plus_team .social-icons1 i {
  color: #fff;
  background-image: linear-gradient(90deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
}
.rs-team-slider.team-slider-style9.color_gradient_scheme .plus_team .social-icons1 i:hover {
  background-image: linear-gradient(90deg, var(--secondaryColor) 0%, var(--primaryColor) 100%);
}
.rs-team-slider.team-slider-style10 .team-content-inner {
  margin-right: 30px;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content {
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -60px;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team {
  border-left: 1px solid #e7e7e7;
  line-height: 35px;
  padding-left: 30px;
  display: flex;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team .social-icons1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 50px;
  background: #010d14;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  z-index: -1;
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team .social-icons1 a {
  padding: 0;
  background: transparent;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team .social-icons1 a i {
  background: transparent;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team .social-icons1 a:hover i {
  color: var(--primaryColor);
  background: transparent;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team:hover .social-icons1 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transform: scaleY(1);
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team .share-icon i {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 35px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: 500ms ease;
  background: #EB003D;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  line-height: 50px;
  text-align: center;
}
.rs-team-slider.team-slider-style10 .team-item {
  padding: 0 30px !important;
  overflow: hidden;
}
.rs-team-slider.team-slider-style10 .team-item .social-icons1 {
  text-align: center;
  margin-top: 14px;
}
.rs-team-slider.team-slider-style10 .team-item .social-icons1 a i {
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap {
  border-radius: 0 0 5px 5px;
  position: relative;
  padding-top: 30px;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap {
  position: relative;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap:before {
  content: "";
  position: absolute;
  background: #fff;
  left: 30px;
  bottom: 30px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap .pointer-events {
  overflow: hidden;
  display: block;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap img {
  border-radius: 0;
  transition: var(--transition);
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap:hover img {
  transform: scale(1.05);
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap .social-icons1 {
  position: absolute;
  right: 0;
  bottom: -180px;
  width: 50px;
  background: #013aa8;
  padding: 12px 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 0s;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap .social-icons1 a {
  padding: 0;
  background: transparent;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap .social-icons1 a i {
  background: transparent;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap .social-icons1 a:hover i {
  color: var(--primaryColor);
  background: transparent;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap:hover .image-wrap .social-icons1 {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .team-content {
  text-align: left;
  padding: 20px 35px 17px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  background: #010d14;
  margin-bottom: 30px;
  position: unset;
  opacity: 1;
  position: relative;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .team-content h3.team-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .team-content h3.team-name a {
  text-decoration: none;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .team-content span.team-title {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .social-icons {
  display: none;
}
.rs-team-slider.team-slider-style10 .rs-addon-slider .slick-arrow {
  opacity: 1 !important;
}
.rs-team-slider.team-slider-style11 .team-item .image-wrap {
  overflow: hidden;
}
.rs-team-slider.team-slider-style11 .team-item .image-wrap img {
  transition: var(--transition);
  width: 100%;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner {
  margin-right: 60px;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content {
  border-radius: 0 4px 4px 4px;
  overflow: hidden;
  margin-top: -60px;
  background: #f9f9f9;
  padding: 25px 28px;
  position: relative;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: #D2C007;
  transition: var(--transition);
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .inner-ctn {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .inner-ctn .team-name {
  margin: 0;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .inner-ctn .team-name a {
  color: #363C3C;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .inner-ctn .team-name a:hover {
  color: #D2C007;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .inner-ctn .team-title {
  margin-left: 15px;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 {
  display: flex;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 a {
  margin-right: 10px;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 a i::before {
  color: rgba(54, 60, 60, 0.3490196078);
  transition: var(--transition);
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 a:hover i::before {
  color: #D2C007;
}
.rs-team-slider.team-slider-style11 .team-item .rs-addon-slider .slick-arrow {
  opacity: 1 !important;
}
.rs-team-slider.team-slider-style11 .team-item:hover .image-wrap img {
  transform: scale(1.06);
}
.rs-team-slider.team-slider-style11 .team-item:hover .team-content-inner .team-content::after {
  width: 100%;
}
.rs-team-slider.team-slider-style11 .slick-arrow::before {
  content: unset !important;
}
.rs-team-slider.team-slider-style11 .slick-center .image-wrap img {
  transform: scale(1.06);
}
.rs-team-slider.team-slider-style11 .slick-center .team-content-inner .team-content::after {
  width: 100%;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap {
  overflow: hidden;
  position: relative;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap .social-trigger-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondaryColor);
  transition: var(--transition);
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  z-index: 11;
  left: 20px;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap .social-trigger-btn > * {
  transform: rotate(0deg);
  transition: var(--transition);
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap .social-trigger-btn svg {
  width: 14px;
  height: 14px;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap .social-trigger-btn svg path {
  fill: var(--primaryColor);
  transition: var(--transition);
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap .social-trigger-btn i {
  font-size: 14px;
  color: var(--primaryColor);
  transition: var(--transition);
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap .social-trigger-btn:hover {
  background: var(--primaryColor);
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap .social-trigger-btn:hover i {
  color: #fff;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap .social-trigger-btn:hover svg path {
  fill: #fff;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap .social-icons {
  position: absolute;
  left: 85px;
  bottom: 30px;
  opacity: 0;
  transition: var(--transition);
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap .social-icons a {
  margin: 0 2px;
  background: var(--secondaryColor);
  width: 60px;
  height: 60px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
  transform: translateX(-30px);
  -webkit-transition: 0.3s all ease;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap .image-wrap .social-icons a:hover {
  color: #fff;
  background-color: var(--primaryColor);
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-trigger-btn > * {
  transform: rotate(45deg);
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons {
  transform: scaleX(1);
  opacity: 1;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons a {
  transform: translateX(0);
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons a:nth-child(1) {
  transition-delay: 0s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons a:nth-child(2) {
  transition-delay: 0.1s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons a:nth-child(3) {
  transition-delay: 0.2s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons a:nth-child(4) {
  transition-delay: 0.3s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons a:nth-child(5) {
  transition-delay: 0.4s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons a:nth-child(6) {
  transition-delay: 0.5s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons a:nth-child(7) {
  transition-delay: 0.6s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons a:nth-child(8) {
  transition-delay: 0.7s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons a:nth-child(9) {
  transition-delay: 0.8s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style12 .team-item .team-inner-wrap.active .social-icons a:nth-child(10) {
  transition-delay: 0.9s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style12.clip-path-enable .team-item .image-wrap .social-trigger-btn {
  clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
}
.rs-team-slider.team-slider-style12.clip-path-enable .team-item .image-wrap .social-icons a {
  clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
}
.rs-team-slider.team-slider-style13 .team-inner-wrap {
  display: flex;
  gap: 30px;
  padding: 12px;
  background: #fff;
  border-radius: 30px;
  transition: var(--transition);
}
.rs-team-slider.team-slider-style13 .team-inner-wrap > * {
  width: 100%;
  max-width: 50%;
}
.rs-team-slider.team-slider-style13 .image-wrap {
  background: #eeedfc;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.rs-team-slider.team-slider-style13 .image-wrap img {
  position: relative;
  z-index: 1;
}
.rs-team-slider.team-slider-style13 .image-wrap.img-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--primaryColorRGB), 0.3);
  z-index: 2;
}
.rs-team-slider.team-slider-style13 .image-wrap.img-overlay.dynamicColor::after {
  background: var(--team-major-color);
}
.rs-team-slider.team-slider-style13 .team-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px 20px 0;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  --icon-size-measure: 36px;
  --icon-font-size: 14px;
  --icon-radius: 50%;
  --icon-bg-color: #fff;
  --icon-color-primary: #6728ff;
  --icon-color-secondary: #121315;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part {
  position: relative;
  flex-shrink: 0;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part .icon-wrapper {
  width: var(--icon-size-measure);
  height: var(--icon-size-measure);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--icon-radius);
  background: var(--icon-bg-color);
  z-index: 1;
  position: relative;
  border: 1px solid #D9E0FD;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part .icon-wrapper svg {
  width: var(--icon-font-size);
  height: var(--icon-font-size);
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part .icon-wrapper svg path {
  fill: var(--icon-color-primary);
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part .icon-wrapper i {
  font-size: var(--icon-font-size);
  color: var(--icon-color-primary);
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part a {
  display: inline-block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  color: var(--titleColor);
  transition-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  line-height: 1.36;
  min-width: max-content;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part a:hover {
  color: var(--primaryColor);
}
@media (min-width: 1367px) {
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-right a {
    left: calc(var(--icon-size-measure) - 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-right:hover a {
    left: calc(var(--icon-size-measure) + 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-left a {
    right: calc(var(--icon-size-measure) - 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-left:hover a {
    right: calc(var(--icon-size-measure) + 15px);
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-lg-right a {
    left: calc(var(--icon-size-measure) - 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-lg-right:hover a {
    left: calc(var(--icon-size-measure) + 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-lg-left a {
    right: calc(var(--icon-size-measure) - 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-lg-left:hover a {
    right: calc(var(--icon-size-measure) + 15px);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-md-right a {
    left: calc(var(--icon-size-measure) - 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-md-right:hover a {
    left: calc(var(--icon-size-measure) + 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-md-left a {
    right: calc(var(--icon-size-measure) - 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-md-left:hover a {
    right: calc(var(--icon-size-measure) + 15px);
  }
}
@media (max-width: 767px) {
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-sm-right a {
    left: calc(var(--icon-size-measure) - 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-sm-right:hover a {
    left: calc(var(--icon-size-measure) + 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-sm-left a {
    right: calc(var(--icon-size-measure) - 15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part.numdir-sm-left:hover a {
    right: calc(var(--icon-size-measure) + 15px);
  }
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .phone-part:hover a {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part {
  --social-icon-gap-measure: 8px;
  flex-shrink: 0;
  position: relative;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part .social-trigger-btn {
  width: var(--icon-size-measure);
  height: var(--icon-size-measure);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--icon-radius);
  background: var(--icon-bg-color);
  z-index: 1;
  position: relative;
  border: 1px solid #D9E0FD;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part .social-trigger-btn svg {
  width: var(--icon-font-size);
  height: var(--icon-font-size);
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part .social-trigger-btn svg path {
  fill: var(--icon-color-primary);
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part .social-trigger-btn i {
  font-size: var(--icon-font-size);
  color: var(--icon-color-primary);
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part .social-icons {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: var(--social-icon-gap-measure);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part .social-icons a {
  width: var(--icon-size-measure);
  height: var(--icon-size-measure);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--icon-radius);
  background: var(--icon-bg-color);
  z-index: 1;
  position: relative;
  border: 1px solid #D9E0FD;
  opacity: 0;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part .social-icons a svg {
  width: var(--icon-font-size);
  height: var(--icon-font-size);
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part .social-icons a svg path {
  fill: var(--icon-color-secondary);
  transition: var(--transition);
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part .social-icons a i {
  font-size: var(--icon-font-size);
  color: var(--icon-color-secondary);
  transition: var(--transition);
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part .social-icons a:hover svg path {
  fill: var(--icon-color-primary);
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part .social-icons a:hover i {
  color: var(--icon-color-primary);
}
@media (min-width: 1367px) {
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-top .social-icons {
    bottom: var(--icon-size-measure);
    padding-bottom: var(--social-icon-gap-measure);
    flex-direction: column-reverse;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-top .social-icons a {
    transform: translateY(15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-bottom .social-icons {
    top: var(--icon-size-measure);
    padding-top: var(--social-icon-gap-measure);
    flex-direction: column;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-bottom .social-icons a {
    transform: translateY(-15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-right .social-icons {
    left: var(--icon-size-measure);
    padding-left: var(--social-icon-gap-measure);
    flex-direction: row;
    top: 0;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-right .social-icons a {
    transform: translateX(15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-left .social-icons {
    right: var(--icon-size-measure);
    padding-right: var(--social-icon-gap-measure);
    flex-direction: row-reverse;
    top: 0;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-left .social-icons a {
    transform: translateX(15px);
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-lg-top .social-icons {
    bottom: var(--icon-size-measure);
    padding-bottom: var(--social-icon-gap-measure);
    flex-direction: column-reverse;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-lg-top .social-icons a {
    transform: translateY(15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-lg-bottom .social-icons {
    top: var(--icon-size-measure);
    padding-top: var(--social-icon-gap-measure);
    flex-direction: column;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-lg-bottom .social-icons a {
    transform: translateY(-15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-lg-right .social-icons {
    left: var(--icon-size-measure);
    padding-left: var(--social-icon-gap-measure);
    flex-direction: row;
    top: 0;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-lg-right .social-icons a {
    transform: translateX(15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-lg-left .social-icons {
    right: var(--icon-size-measure);
    padding-right: var(--social-icon-gap-measure);
    flex-direction: row-reverse;
    top: 0;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-lg-left .social-icons a {
    transform: translateX(15px);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-md-top .social-icons {
    bottom: var(--icon-size-measure);
    padding-bottom: var(--social-icon-gap-measure);
    flex-direction: column-reverse;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-md-top .social-icons a {
    transform: translateY(15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-md-bottom .social-icons {
    top: var(--icon-size-measure);
    padding-top: var(--social-icon-gap-measure);
    flex-direction: column;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-md-bottom .social-icons a {
    transform: translateY(-15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-md-right .social-icons {
    left: var(--icon-size-measure);
    padding-left: var(--social-icon-gap-measure);
    flex-direction: row;
    top: 0;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-md-right .social-icons a {
    transform: translateX(15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-md-left .social-icons {
    right: var(--icon-size-measure);
    padding-right: var(--social-icon-gap-measure);
    flex-direction: row-reverse;
    top: 0;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-md-left .social-icons a {
    transform: translateX(15px);
  }
}
@media (max-width: 767px) {
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-sm-top .social-icons {
    bottom: var(--icon-size-measure);
    padding-bottom: var(--social-icon-gap-measure);
    flex-direction: column-reverse;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-sm-top .social-icons a {
    transform: translateY(15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-sm-bottom .social-icons {
    top: var(--icon-size-measure);
    padding-top: var(--social-icon-gap-measure);
    flex-direction: column;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-sm-bottom .social-icons a {
    transform: translateY(-15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-sm-right .social-icons {
    left: var(--icon-size-measure);
    padding-left: var(--social-icon-gap-measure);
    flex-direction: row;
    top: 0;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-sm-right .social-icons a {
    transform: translateX(15px);
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-sm-left .social-icons {
    right: var(--icon-size-measure);
    padding-right: var(--social-icon-gap-measure);
    flex-direction: row-reverse;
    top: 0;
  }
  .rs-team-slider.team-slider-style13 .team-content .contact-part .social-part.icondir-sm-left .social-icons a {
    transform: translateX(15px);
  }
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part:hover .social-icons {
  opacity: 1;
  visibility: visible;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part:hover .social-icons a {
  transform: translateY(0) translateX(0);
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part:hover .social-icons a:nth-child(1) {
  transition-delay: 0s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part:hover .social-icons a:nth-child(2) {
  transition-delay: 0.1s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part:hover .social-icons a:nth-child(3) {
  transition-delay: 0.2s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part:hover .social-icons a:nth-child(4) {
  transition-delay: 0.3s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style13 .team-content .contact-part .social-part:hover .social-icons a:nth-child(5) {
  transition-delay: 0.4s;
  opacity: 1;
  opacity: 0s;
}
.rs-team-slider.team-slider-style13 .team-content .team-name {
  margin: 0 0 3px 0;
}
.rs-team-slider.team-slider-style13 .team-content .team-name a {
  color: var(--titleColor);
}
.rs-team-slider.team-slider-style13 .team-content .team-name a:hover {
  color: var(--primaryColor);
}
.rs-team-slider.team-slider-style13 .team-content .team-title {
  font-size: 16px;
  line-height: 1.36;
}

.rs-team-thumb-slider {
  position: relative;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 100px;
  justify-content: space-between;
}
.rs-team-thumb-slider .rsaddon-slider-conf {
  display: none;
}
.rs-team-thumb-slider .team-item {
  padding: 0;
}
.rs-team-thumb-slider .team-slider-default {
  width: 100%;
  max-width: 40%;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap {
  margin-bottom: 0 !important;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .image-wrap {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .image-wrap a {
  border-radius: inherit;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .image-wrap img {
  width: 100%;
  border-radius: inherit;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .image-wrap .social-icons {
  display: flex;
  flex-direction: column;
  padding: 15px 30px 0 0;
  gap: 5px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: scaleY(0);
  transition: var(--transition);
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .image-wrap .social-icons a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  background: var(--secondaryColor);
  height: 35px;
  border-radius: 3px;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .image-wrap .social-icons a:hover {
  color: var(--primaryColor);
  background: #fff;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .team-content {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border-radius: 5px;
  background: rgba(3, 51, 51, 0.9);
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .team-content .team-member-info .team-name {
  margin-bottom: 0;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .team-content .team-member-info .team-name a {
  color: #fff;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .team-content .team-member-info .team-name a:hover {
  color: var(--primaryColor);
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .team-content .team-member-info .team-title {
  color: #fff;
  display: block;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .team-content .social-trigger-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primaryColor);
  transition: var(--transition);
  cursor: pointer;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap .team-content .social-trigger-btn i {
  line-height: 1;
  top: 0;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap.active .social-icons {
  transform: scaleY(1);
  opacity: 1;
}
.rs-team-thumb-slider .team-slider-default .team-inner-wrap.active .social-trigger-btn {
  transform: rotate(45deg);
}
.rs-team-thumb-slider .thumb-sl-nav {
  max-width: 100%;
  background: inherit;
  overflow: hidden;
  margin-right: 66px;
}
.rs-team-thumb-slider .thumb-sl-nav .image-list {
  border-radius: 5px;
  overflow: hidden;
  border: none !important;
}
.rs-team-thumb-slider .thumb-sl-nav .image-list img {
  cursor: pointer;
  border-radius: inherit;
}
.rs-team-thumb-slider .thumb-sl-nav.swiper-vertical {
  height: 200px;
}

@keyframes team-shape-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}