.rs-team-grid .owl-stage-outer {
  overflow-y: visible;
}
.rs-team-grid .team-item {
  margin-bottom: 125px;
  position: relative;
  overflow: visible;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-team-grid .team-item:before {
  display: none;
  background: transparent;
}
.rs-team-grid .team-item .image-wrap {
  overflow: hidden;
  position: relative;
}
.rs-team-grid .team-item .image-wrap .social-icons .social-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.rs-team-grid .team-item .image-wrap .social-icons a {
  display: inline-block;
  margin: 0 8px;
}
.rs-team-grid .team-item .image-wrap .social-icons a i {
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-team-grid .team-item .image-wrap img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.rs-team-grid .team-item .team-content {
  background: #fff;
  padding: 20px;
  text-align: center;
  z-index: 9;
  position: absolute;
  z-index: 1;
  opacity: 1;
  width: unset;
  height: unset;
  display: inline-block;
  border-radius: 2px;
  top: unset;
  bottom: -80px;
  padding: 20px 20px 25px;
  left: 50%;
  max-width: 300px;
  transform: translateX(-50%);
  width: 100%;
}
.rs-team-grid .team-item .team-content .team-name {
  display: block;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: 700;
}
.rs-team-grid .team-item .team-content .team-name a {
  color: #0E0E0E;
}
.rs-team-grid .team-item .team-content .team-title {
  font-size: 16px;
  font-weight: 400;
  padding-top: 5px;
  display: block;
  color: #555555;
}
.rs-team-grid .team-item .team-content .team-desc {
  font-size: 14px;
  margin-bottom: 0;
  color: #555555;
  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-grid .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-grid .team-item .team-content:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #FB5B11;
  height: 2px;
  width: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-team-grid .team-item:hover .team-content {
  opacity: 1;
  top: unset;
}
.rs-team-grid .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-grid .team-item:hover .team-content:after {
  width: 100%;
}

.team-grid-style1 .team-item .image-wrap .social-icons {
  position: absolute;
  height: 39px;
  background-color: #FB5B11;
  border-radius: 2px 0px 0px 2px;
  right: -108px;
  top: 65px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.team-grid-style1 .team-item .image-wrap img {
  width: 100%;
}
.team-grid-style1 .team-item:hover .image-wrap .social-icons {
  right: 0;
}
.team-grid-style1.clip-path-enable .team-item .image-wrap {
  clip-path: polygon(0% 0%, 88% 0, 100% 10%, 100% 100%, 0% 100%) !important;
}

.team-grid-style2 .team-item .image-wrap .social-icons {
  position: absolute;
  height: 39px;
  background-color: #EA5501;
  border-radius: 2px 0px 0px 2px;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 0px);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.team-grid-style2 .team-item:hover .image-wrap .social-icons {
  bottom: 31px;
}
.team-grid-style2 .team-item:hover .image-wrap img {
  transform: scale(1.1);
}

.team-grid-style3 .team-item .team-content {
  transition: all 0.5s ease;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
}
.team-grid-style3 .team-item .team-content:after {
  display: none;
}
.team-grid-style3 .team-item .image-wrap {
  overflow: hidden;
}
.team-grid-style3 .team-item .image-wrap img {
  transform: scale(1.01);
  transition: all 0.4s ease;
}
.team-grid-style3 .team-item .social-icons {
  display: none;
  align-items: center;
  justify-content: center;
}
.team-grid-style3 .team-item .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 5px;
  transition: all 0.5s ease;
}
.team-grid-style3 .team-item .social-icons .social-icon svg {
  width: 18px;
  height: 18px;
}
.team-grid-style3 .team-item .social-icons.social-enable {
  display: flex;
}
.team-grid-style3 .team-item:hover .image-wrap .social-icons {
  bottom: 31px;
}
.team-grid-style3 .team-item:hover .image-wrap img {
  transform: scale(1.1);
}
.team-grid-style3 .team-item:hover .team-content {
  transform: translate(-50%, -35px);
  opacity: 1;
  visibility: visible;
}

.team-grid-style4 .team-both-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
.team-grid-style4 .team-both-wrap .team_acc_feature_image {
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 500px;
}
.team-grid-style4 .team-both-wrap .team_acc_feature_image img {
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.team-grid-style4 .team-both-wrap .team_acc_feature_image img.active {
  pointer-events: unset;
  opacity: 1;
  visibility: visible;
}
.team-grid-style4 .team-both-wrap .team-accordion {
  position: relative;
  z-index: 1;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 0px;
  background: transparent;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-header .team-acc-btn {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-header .team-acc-btn:not(.collapsed) {
  pointer-events: none;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-body {
  padding: 5px 0 0 0;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-body .desig {
  color: #0E0E0E;
  margin-bottom: 10px;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-body .desc {
  margin-bottom: 15px;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-body .rs_btn a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0E0E0E;
  transition: all 0.3s ease 0s;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-body .rs_btn a svg {
  width: 17px;
  height: 17px;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-body .rs_btn a svg path {
  transition: all 0.3s ease 0s;
  fill: #0E0E0E;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-body .rs_btn a i {
  font-size: 17px;
  color: #0E0E0E;
  transition: all 0.3s ease 0s;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-body .rs_btn a:hover {
  color: #FB5B11;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-body .rs_btn a:hover i {
  color: #FB5B11;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item .accordion-body .rs_btn a:hover svg path {
  fill: #FB5B11;
}
.team-grid-style4 .team-both-wrap .team-accordion .accordion-item:last-child {
  margin-bottom: 0 !important;
}

.team-grid-style5 .team-item .team-inner-wrap .image-wrap .social-trigger-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0E0E0E;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  z-index: 11;
  left: 20px;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .social-trigger-btn > * {
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .social-trigger-btn svg {
  width: 14px;
  height: 14px;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .social-trigger-btn svg path {
  fill: #FB5B11;
  transition: all 0.3s ease 0s;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .social-trigger-btn i {
  font-size: 14px;
  color: #FB5B11;
  transition: all 0.3s ease 0s;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .social-trigger-btn:hover {
  background: #FB5B11;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .social-trigger-btn:hover i {
  color: #fff;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .social-trigger-btn:hover svg path {
  fill: #fff;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .social-icons {
  position: absolute;
  left: 85px;
  bottom: 30px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .social-icons a {
  margin: 0 2px;
  background: #0E0E0E;
  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;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .social-icons a:hover {
  color: #fff;
  background-color: #FB5B11;
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-trigger-btn > * {
  transform: rotate(45deg);
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons {
  transform: scaleX(1);
  opacity: 1;
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons a {
  transform: translateX(0);
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons a:nth-child(1) {
  transition-delay: 0s;
  opacity: 1;
  opacity: 0s;
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons a:nth-child(2) {
  transition-delay: 0.1s;
  opacity: 1;
  opacity: 0s;
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons a:nth-child(3) {
  transition-delay: 0.2s;
  opacity: 1;
  opacity: 0s;
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons a:nth-child(4) {
  transition-delay: 0.3s;
  opacity: 1;
  opacity: 0s;
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons a:nth-child(5) {
  transition-delay: 0.4s;
  opacity: 1;
  opacity: 0s;
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons a:nth-child(6) {
  transition-delay: 0.5s;
  opacity: 1;
  opacity: 0s;
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons a:nth-child(7) {
  transition-delay: 0.6s;
  opacity: 1;
  opacity: 0s;
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons a:nth-child(8) {
  transition-delay: 0.7s;
  opacity: 1;
  opacity: 0s;
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons a:nth-child(9) {
  transition-delay: 0.8s;
  opacity: 1;
  opacity: 0s;
}
.team-grid-style5 .team-item .team-inner-wrap.active .social-icons a:nth-child(10) {
  transition-delay: 0.9s;
  opacity: 1;
  opacity: 0s;
}
.team-grid-style5.clip-path-enable .team-item .image-wrap .social-trigger-btn {
  clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
}
.team-grid-style5.clip-path-enable .team-item .image-wrap .social-icons a {
  clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
}

.rspopup_style1 .rs-social-icons .social-icons1 {
  display: flex;
}
.rspopup_style1 .rs-social-icons .social-icons1 .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}