/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.team-one:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 505px;
  background-color: var(--notech-extra);
  z-index: -1;
  background-image: url(../images/shapes/team-bg-1-1.png);
  background-size: cover;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--notech-black);
}

.team-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}



.team-one__single:hover .team-one__social {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.team-one__content-box {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.team-one__content {
  position: relative;
  display: block;
  padding: 0px;
  overflow: hidden;
  z-index: 1;
}

.team-one-shape {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.team-one-shape img {
  width: auto;
}

.team-one__single:hover .team-one-shape {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.team-one__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 2px;
}

.team-one__name a {
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__name a:hover {
  color: var(--notech-base);
}

.team-one__single:hover .team-one__name {
  color: var(--notech-base);
}

.team-one__title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}


/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.team-page--carousel {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__top {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
}

.team-details__top-img img {
  width: 100%;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -9px;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--notech-base);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}

.team-details__social a {
  position: relative;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--notech-extra);
  color: var(--notech-black);
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__social a:hover {
  background-color: var(--notech-base);
  color: var(--notech-white);
}

.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--notech-primary);
  font-weight: 700;
  line-height: 46px;
}

.team-details__top-text-2 {
  font-size: 18px;
  line-height: 34px;
  padding-top: 33px;
  padding-bottom: 35px;
}

.team-details__top-text-3 {
  font-size: 18px;
  line-height: 34px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid var(--notech-bdr-color);
  padding-top: 111px;
  padding-bottom: 110px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  font-size: 16px;
  line-height: 30px;
  padding-top: 31px;
  padding-bottom: 33px;
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--notech-black);
  margin-bottom: 7px;
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: var(--notech-extra);
  border-radius: 7px;
  margin-bottom: 22px;
}

.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--notech-primary);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--notech-gray);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__bottom-right {
  position: relative;
  display: block;
}

.team-details__bottom-right-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__education-awards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
}

.team-details__education-awards li {
  position: relative;
  display: block;
}

.team-details__education-awards li + li {
  margin-left: 85px;
}

.team-details__education-awards li h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 13px;
}

.team-details__education-awards li p {
  font-size: 16px;
  line-height: 30px;
}

.team-details__education-awards li p span {
  color: var(--notech-base);
  font-weight: 700;
}

.team-details__education-awards-bottom {
  position: relative;
  display: block;
  border-top: 1px solid var(--notech-bdr-color);
  padding-top: 40px;
  margin-top: 41px;
}

.team-details__education-awards-bottom li {
  font-size: 16px;
}

.team-details__education-awards-bottom li + li {
  margin-top: 8px;
}

.team-details__education-awards-bottom li span {
  color: var(--notech-base);
  font-weight: 700;
}
.social_widgets .list li a i {
    height: 24px;
    width: 24px;
    background: #12a650;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    margin-right: 20px;
    position: relative;
}

