:root {
  --color-primary: #4AAB3D;
  --color-secondary: #1F1F25;
  --color-body: #6E777D;
  --color-heading-1: #1f1f25;
  --color-white:#fff;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Exo", sans-serif;
  --font-secondary: "Albert Sans", sans-serif;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 22px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

.team-grid-style1 .team-item {
  overflow: visible;
}
.team-grid-style1 .team-item .team-inner-wrap {
  border-radius: 8px;
  overflow: hidden;
}
.team-grid-style1 .team-item .social-icons1 {
  text-align: center;
  margin-top: 14px;
}
.team-grid-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;
}
.team-grid-style1 .team-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 50px;
  background: var(--color-primary);
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: 1.3s;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a {
  padding: 0;
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a i {
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a:hover i {
  color: #FD8F14;
  background: transparent;
}
.team-grid-style1 .team-item :hover .image-wrap .social-icons1 {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.team-grid-style1 .team-item .team-content {
  text-align: center;
  margin: 0;
  padding: 28px 28px 25px;
  background: var(--color-primary);
  margin-bottom: 20px;
  position: unset;
  opacity: 1;
}
.team-grid-style1 .team-item .team-content h3.team-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.team-grid-style1 .team-item .team-content h3.team-name a {
  text-decoration: none;
  color: #ffffff;
}
.team-grid-style1 .team-item .team-content h3.team-name a:hover {
  color: #c4c4c4;
}
.team-grid-style1 .team-item .team-content span.team-title {
  text-transform: uppercase;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.team-grid-style1 .team-item .social-icons {
  display: none;
}

.team-grid-style2 {
  padding-bottom: 110px !important;
}
.team-grid-style2 .team-inner-wrap {
  position: relative;
  margin-bottom: 35px;
  padding-top: 20px;
}
.team-grid-style2 .team-inner-wrap .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.team-grid-style2 .team-inner-wrap a {
  text-decoration: none;
}
.team-grid-style2 .team-inner-wrap .team-img-sec {
  position: relative;
}
.team-grid-style2 .team-inner-wrap .wrap-text {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  padding: 0 40px 12px;
  background: #fff;
}
.team-grid-style2 .team-inner-wrap .wrap-text .team-desc {
  margin-bottom: 0;
}
.team-grid-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, 0.0705882353);
  text-align: center;
}
.team-grid-style2 .team-content .header {
  padding: 30px 82px 22px 82px;
  border-bottom: 1px solid #F0F0F0;
}
.team-grid-style2 .team-content .header .team-name {
  margin-bottom: 3px;
}
.team-grid-style2 .team-content .header .team-name a {
  color: #1C2539;
}
.team-grid-style2 .team-content .header .team-title {
  color: #F64A00;
}
.team-grid-style2 .team-content .social-icons {
  padding: 27px 0 36px 0;
  display: flex;
  justify-content: center;
}
.team-grid-style2 .team-content .social-icons a {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: block;
  line-height: 40px;
  margin-right: 7px;
}
.team-grid-style2 .team-content .social-icons a:last-child {
  margin-right: 0;
}
.team-grid-style2 .team-content .social-icons a i {
  font-size: 14px;
  color: #1C2539;
  transition: 0.3s;
}
.team-grid-style2 .team-content .social-icons a:hover {
  background: #F64A00;
}
.team-grid-style2 .team-content .social-icons a:hover i {
  color: #fff;
}

.team-grid-style2 .team-inner-wrap {
  margin-bottom: 95px;
}

.team-grid-style3 .team-item {
  overflow: visible;
  margin-bottom: 25px;
}
.team-grid-style3 .team-item .team-inner-wrap {
  overflow: hidden;
  position: relative;
}
.team-grid-style3 .team-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style3 .team-item .image-wrap .social-icons1 {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 50px;
  background: var(--color-primary);
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: 1.3s;
}
.team-grid-style3 .team-item .image-wrap .social-icons1 a {
  padding: 0;
  background: transparent;
}
.team-grid-style3 .team-item .image-wrap .social-icons1 a i {
  background: transparent;
}
.team-grid-style3 .team-item .image-wrap .social-icons1 a:hover i {
  color: #FD8F14;
  background: transparent;
}
.team-grid-style3 .team-item .image-wrap img {
  transition: 0.6s;
}
.team-grid-style3 .team-item .image-wrap a:hover img {
  transform: scale(1.12);
}
.team-grid-style3 .team-item :hover .image-wrap .social-icons1 {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.team-grid-style3 .team-item .team-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #1F1F25 0%, rgba(0, 0, 0, 0) 100%);
}
.team-grid-style3 .team-item .team-content h3.team-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.team-grid-style3 .team-item .team-content h3.team-name a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.team-grid-style3 .team-item .team-content h3.team-name a:hover {
  color: var(--color-primary);
}
.team-grid-style3 .team-item .team-content span.team-title {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 19px;
}
.team-grid-style3 .team-item .share-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.team-grid-style3 .team-item .share-icon:hover {
  background: var(--color-primary);
}
.team-grid-style3 .team-item .share-icon i {
  color: #1F1F25;
  font-weight: 600;
  font-size: 19px;
  line-height: 19px;
  font-size: 18px;
}
.team-grid-style3 .team-item .share-icon .share-icons-wrapper {
  position: absolute;
  top: -225px;
}
.team-grid-style3 .team-item .share-icon .share-icons-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.team-grid-style3 .team-item .share-icon .share-icons-wrapper ul li {
  margin: 5px 0;
  padding: 0;
  transform: translateY(20px);
  opacity: 0;
  transition: 1.5s;
}
.team-grid-style3 .team-item .share-icon .share-icons-wrapper ul li a {
  height: 50px;
  width: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.team-grid-style3 .team-item .share-icon .share-icons-wrapper ul li a i {
  transition: 0.3s;
}
.team-grid-style3 .team-item .share-icon .share-icons-wrapper ul li a:hover {
  background: var(--color-primary);
  color: #ffffff;
}
.team-grid-style3 .team-item .share-icon .share-icons-wrapper ul li a:hover i {
  color: #ffffff;
}
.team-grid-style3 .team-item .share-icon:hover ul li {
  transform: translateY(0);
  opacity: 1;
}

.team-grid-style4 .owl-stage-outer {
  overflow-y: visible;
}
.team-grid-style4 .team-item {
  margin-bottom: 125px;
  position: relative;
  overflow: visible;
}
.team-grid-style4 .team-item:before {
  display: none;
}
.team-grid-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, 0.0705882353);
  left: 50%;
  border-radius: 15px;
  max-width: 310px;
  transform: translateX(-50%);
  width: 95%;
}
.team-grid-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-grid-style4 .team-item .team-content .team-name a {
  color: var(--color-primary);
}
.team-grid-style4 .team-item .team-content .team-name a:hover {
  color: #FD8F14;
}
.team-grid-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;
}
.team-grid-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 0.6s, max-height 0.5s;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
}
.team-grid-style4 .team-item .team-content .team-desc:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--color-primary);
  top: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
}
.team-grid-style4 .team-item .team-content .social-icons {
  text-align: center;
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.team-grid-style4 .team-item .team-content .social-icons a {
  margin-right: 7px;
}
.team-grid-style4 .team-item .team-content .social-icons a i {
  color: var(--color-primary);
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f6f6f6;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a i:hover {
  color: #fff;
  background: var(--color-primary);
}
.team-grid-style4 .team-item:before {
  background: transparent;
}
.team-grid-style4 .team-item:hover .team-content {
  opacity: 1;
  top: unset;
}
.team-grid-style4 .team-item:hover .team-content .team-desc {
  position: relative;
  max-height: 400px;
  opacity: 1;
  text-align: center;
  transform: scaleY(1);
  transition: all 0.4s, max-height 1.5s;
  padding-top: 18px;
  margin-top: 8px;
}

.team-grid-style5 .team-item {
  margin-bottom: 15px;
}
.team-grid-style5 .team-item .team-inner-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap img {
  transition: all 0.7s;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .main i {
  background: #fff;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  color: var(--color-primary);
  transition: 0.3s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .main i:before {
  font-weight: bold;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .main:after {
  color: #111111;
  content: "\e844";
  font-family: "rt-icons";
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #df0a0a;
  transition: 0.3s;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .team-social-one {
  display: flex;
  flex-direction: column;
  position: absolute;
  transform: translateY(-45px);
  transition: 1s;
  opacity: 0;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .team-social-one i {
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: var(--color-primary);
  transition: 0.3s;
  margin-bottom: -1px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .team-social-one i:hover {
  background: var(--color-primary);
  color: #fff;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social:hover .main i:before {
  opacity: 0;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social:hover .main:after {
  background: var(--color-primary);
  color: #ffffff;
  opacity: 1;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social:hover .team-social-one {
  transform: translateY(-126%);
  z-index: 2;
  opacity: 1;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content {
  width: 100%;
  padding: 32px 30px 27px 0px;
  color: #444;
  overflow: hidden;
  background: #fff;
  transition: 0.3s all ease;
  border-radius: 0 0 15px 15px;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .member-desc .team-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .member-desc .team-name a {
  color: #1F1F25;
}
.team-grid-style5 .team-item .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;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .team-desc {
  display: none;
}
.team-grid-style5 .team-item .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);
  transition: 0.4s all ease;
}
.team-grid-style5 .team-item .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;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .social-icons a i {
  transition: all 0.3s;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .social-icons a i:hover {
  color: #FD8F14;
}

.team-grid-style6 .single-team-three {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 1;
  margin-bottom: 70px;
}
.team-grid-style6 .single-team-three:hover .thumbnail .social-team-wrapper {
  right: 30px;
}
.team-grid-style6 .single-team-three .thumbnail {
  display: block;
  overflow: hidden;
  width: 97%;
  position: relative;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper {
  position: absolute;
  top: 0;
  right: -30px;
  top: 30px;
  transition: 0.3s;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li {
  margin-bottom: 20px;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li a {
  transition: all 0.3s;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li a:hover i {
  color: var(--color-primary);
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li a i {
  color: #171717;
  transition: all 0.3s;
}
.team-grid-style6 .single-team-three .thumbnail:hover img {
  transform: scale(1.15);
}
.team-grid-style6 .single-team-three .thumbnail img {
  width: 100%;
  transition: 1.3s;
}
.team-grid-style6 .single-team-three::after {
  position: absolute;
  content: "";
  top: 30px;
  left: 30px;
  height: 99%;
  width: 97%;
  border: 1px solid #E1E1E1;
  z-index: -1;
}
.team-grid-style6 .single-team-three .content-area {
  margin-left: 60px;
  margin-top: 30px;
}
.team-grid-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: "Exo", sans-serif;
  color: #ffffff;
}
.team-grid-style6 .single-team-three .content-area .name {
  background: #171717;
  padding: 11px 21px 11px 21px;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 30px;
  transition: 0.3s;
}
.team-grid-style6 .single-team-three .content-area .name:hover {
  color: var(--color-primary);
}/*# sourceMappingURL=team-grid.css.map */