/**
*
* -----------------------------------------------------------------------------
*
* Template : HTML Team Elemet Template 
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
01. Team Styles
02. Team Grid Styles
03. Team Slider Styles
04. Team List Styles
05. Single Team Styles
06. Responsive CSS
--------------------------------------------------------*/
/* ------------------------------------
	01. Team Styles
---------------------------------------*/
.team-style .top-margin {
  margin-top: 173px;
}
.team-style .display-block {
  display: block !important;
}
.team-style .display-show {
  display: block !important;
  position: unset !important;
}
/* ------------------------------------
	02. Team Grid Styles
---------------------------------------*/
.team-grid-style {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.team-grid-style .grid-style-1 img {
  width: 100%;
}
.team-grid-style .grid-style-1 .team-item-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.team-grid-style .grid-style-1 .team-item-wrap a {
  text-decoration: none;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-img {
  position: relative;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-img img {
  width: 100%;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-img .normal-text {
  position: absolute;
  left: 0px;
  bottom: 10px;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-img .normal-text .team-name {
  background: #22b8f2;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-img .normal-text .team-name a {
  color: #000;
  position: relative;
  margin-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  z-index: 111;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-img .normal-text .team-name a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-img .normal-text .subtitle {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 10px 20px;
  display: block;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 11;
  padding: 30px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  transition: .5s;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-name {
  margin-bottom: 3px;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-name a {
  margin-bottom: 6px;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-name a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-title {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  border: none;
  color: #22b8f2;
  position: relative;
  z-index: 111;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  margin-top: 25px;
  transition: .5s;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social a {
  border: 1px solid #363636;
  color: #22b8f2;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon {
  display: inline-block;
  background-color: #22b8f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 6px;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover {
  background-color: #fff;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover i {
  color: #22b8f2;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon i {
  font-size: 14px;
  color: #000;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell p {
  margin: 0 0 25px;
}
.team-grid-style .grid-style-1 .team-item-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 32px;
  width: 32px;
  background: transparent;
  border-top: 3px solid;
  border-top-color: currentcolor;
  border-left: 3px solid;
  border-left-color: currentcolor;
  transition: all 0.2s;
  z-index: 11;
}
.team-grid-style .grid-style-1 .team-item-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 32px;
  width: 32px;
  background: transparent;
  border-right: 3px solid;
  border-right-color: currentcolor;
  border-bottom: 3px solid;
  border-bottom-color: currentcolor;
  transition: 0.5s;
}
.team-grid-style .grid-style-1 .team-item-wrap:before,
.team-grid-style .grid-style-1 .team-item-wrap:after {
  border-color: #22b8f2;
}
.team-grid-style .grid-style-1 .team-item-wrap:hover:before {
  width: 0px;
  height: 0px;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  border-right: none;
  z-index: 100;
  top: -3px;
}
.team-grid-style .grid-style-1 .team-item-wrap:hover:before {
  border-left: 52px solid #22b8f2;
}
.team-grid-style .grid-style-1 .team-item-wrap:hover:after {
  width: 0px;
  height: 0px;
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: none;
  z-index: 100;
}
.team-grid-style .grid-style-1 .team-item-wrap:hover:after {
  border-right: 50px solid #22b8f2;
}
.team-grid-style .grid-style-1 .team-item-wrap:hover .team-content {
  opacity: 1;
  top: 0;
}
.team-grid-style .grid-style-1 .team-item-wrap:hover .team-content .display-table .display-table-cell .team-social {
  opacity: 1;
}
.team-grid-style .grid-style-1 .team-item-wrap:hover .team-img .normal-text {
  opacity: 0;
  visibility: hidden;
}
.team-grid-style .grid-style-2 img {
  width: 100%;
}
.team-grid-style .grid-style-2 .team-item-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.team-grid-style .grid-style-2 .team-item-wrap a {
  text-decoration: none;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-img {
  position: relative;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-img img {
  width: 100%;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-img .normal-text {
  position: absolute;
  left: -50px;
  bottom: 48px;
  width: 200px;
  transform: rotate(-90deg);
}
.team-grid-style .grid-style-2 .team-item-wrap .team-img .normal-text .team-name {
  background: #22b8f2;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
  position: relative;
  z-index: 999;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-img .normal-text .team-name a {
  color: #000;
  position: relative;
  margin-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  z-index: 111;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-img .normal-text .team-name a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-img .normal-text .subtitle {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 10px 20px;
  display: block;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 11;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .overly-border:before,
.team-grid-style .grid-style-2 .team-item-wrap .team-content .overly-border:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
  z-index: 1;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .overly-border:before {
  border-top: 5px solid #22b8f2;
  border-bottom: 5px solid #22b8f2;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .overly-border:after {
  border-right: 5px solid #22b8f2;
  border-left: 5px solid #22b8f2;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-name {
  position: relative;
  z-index: 999;
  margin-bottom: 5px;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-name a {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-name a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-title {
  font-size: 14px;
  padding-bottom: 7px;
  border: none;
  display: inline-block;
  color: #22b8f2;
  position: relative;
  z-index: 111;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #22b8f2;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  margin-top: 25px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social a {
  border: 1px solid #363636;
  color: #22b8f2;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon {
  display: inline-block;
  background-color: #22b8f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 6px;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover {
  background-color: #fff;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon i {
  font-size: 14px;
  color: #000;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell p {
  margin: 15px 0 25px;
}
.team-grid-style .grid-style-2 .team-item-wrap:hover .team-content {
  opacity: 1;
  top: 0;
}
.team-grid-style .grid-style-2 .team-item-wrap:hover .display-table .display-table-cell .team-social {
  opacity: 1;
}
.team-grid-style .grid-style-2 .team-item-wrap:hover .team-img .normal-text {
  opacity: 0;
  visibility: hidden;
}
.team-grid-style .grid-style-2 .team-item-wrap:hover .overly-border:before,
.team-grid-style .grid-style-2 .team-item-wrap:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-grid-style .grid-style-3 img {
  width: 100%;
}
.team-grid-style .grid-style-3 .items {
  position: relative;
}
.team-grid-style .grid-style-3 .items a {
  text-decoration: none;
}
.team-grid-style .grid-style-3 .items .item-img {
  position: relative;
  margin: 0 auto;
  padding-bottom: 15px;
}
.team-grid-style .grid-style-3 .items .item-img:hover .items-desc {
  opacity: 0.9;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  background-color: #222;
  width: 80%;
  z-index: 999;
  padding: 25% 0;
  top: 8%;
  text-align: center;
  left: 10%;
  height: 80%;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .item-title {
  text-align: center;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .item-title h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .item-title h1 a {
  color: #fff;
  text-decoration: none;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .item-title h1 a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .item-title h2 {
  font-size: 15px;
  color: #22b8f2;
  margin: 0;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .item-title i {
  color: #22b8f2;
  font-size: 30px;
  line-height: 0px;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .item-title i:hover {
  cursor: pointer;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .social-icons {
  padding: 10px 0;
  text-align: center;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a i {
  padding: 7px 0 0;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-grid-style .grid-style-3 .items .item-text {
  display: none;
  position: absolute;
  width: 92%;
  background-color: #f2f2f2;
  border: 1px solid #22b8f2;
  margin: 0;
  padding: 10px;
  z-index: 999;
}
.team-grid-style .grid-style-3 .items .item-text .item-txt {
  position: relative;
}
.team-grid-style .grid-style-3 .items .item-text .item-txt:before {
  content: "";
  border-bottom: 15px solid #22b8f2;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: -25px;
  left: 45%;
}
.team-grid-style .grid-style-3 .items .item-text .item-contact ul {
  padding: 0;
}
.team-grid-style .grid-style-3 .items .item-text .item-contact ul li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  color: #000;
}
.team-grid-style .grid-style-3 .items .item-text .item-contact ul li span {
  font-weight: bold;
  font-size: 14px;
  color: #22b8f2;
}
.team-grid-style .grid-style-3 .items .item-text .item-contact ul li i {
  width: 20px;
  margin-right: 10px;
  text-align: center;
  color: #000;
}
.team-grid-style .grid-style-3 .items .item-text .item-contact ul li:last-child {
  border: none;
}
.team-grid-style .grid-style-4 img {
  width: 100%;
}
.team-grid-style .grid-style-4 .overlay-item {
  margin-bottom: 10px;
}
.team-grid-style .grid-style-4 .overlay-item a {
  text-decoration: none;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-image {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: .5s;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(0);
  height: 100%;
  left: 4%;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  width: 92%;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-title {
  transform: translate(50px, 0px) skewX(75deg) scale(0.8, 0.8);
  opacity: 0;
  transition: 0.5s;
  font-size: 18px;
  font-weight: bold;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-title a {
  color: #fff;
  text-decoration: none;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-title a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-designation {
  transform: translate(-50px, 0px) skewX(-75deg) scale(0.8, 0.8);
  opacity: 0;
  transition: 0.5s;
  color: #22b8f2;
  font-size: 16px;
  margin-bottom: 10px;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-txt {
  padding: 0 10%;
  color: #eee;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons {
  padding: 10px 0;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a i {
  padding: 7px 0 0;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-grid-style .grid-style-4 .overlay-item:hover .overlay-image {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.team-grid-style .grid-style-4 .overlay-item:hover .overlay-section {
  opacity: 1;
  transform: scale(1);
}
.team-grid-style .grid-style-4 .overlay-item:hover .overlay-section .overlay-text .overlay-title {
  transform: translate(0px, 0px) skewX(0deg) scale(1, 1);
  opacity: 1;
  transition: 0.5s;
}
.team-grid-style .grid-style-4 .overlay-item:hover .overlay-section .overlay-text .overlay-designation {
  transform: translate(0px, 0px) skewX(0deg) scale(1, 1);
  opacity: 1;
  transition: 0.5s;
}
.team-grid-style .grid-style-5 img {
  width: 100%;
}
.team-grid-style .grid-style-5 .single-member-area {
  margin-bottom: 10px;
}
.team-grid-style .grid-style-5 .single-member-area a {
  text-decoration: none;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member {
  position: relative;
  overflow: hidden;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member figure {
  overflow: hidden;
  margin: 0;
  line-height: 0;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member figure img {
  transform: scale(1.15);
  transition: opacity .35s ease 0s,transform .35s ease 0s;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member h3,
.team-grid-style .grid-style-5 .single-member-area .cl-single-member a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member h3:hover,
.team-grid-style .grid-style-5 .single-member-area .cl-single-member a:hover {
  color: #000;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay {
  background-color: rgba(8, 8, 8, 0.5);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  color: #fff;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #fff;
  text-align: center;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element p {
  margin: 0;
  line-height: 20px;
  color: #fff;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 19px;
  margin-top: 45%;
  z-index: 9999;
  background-color: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i:hover {
  background-color: #17a6dd;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons {
  padding: 20% 0;
  text-align: center;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a i {
  padding: 7px 0 0;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member:hover figure img {
  transform: scale(1);
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member:hover .overlay {
  opacity: 1!important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.team-grid-style .grid-style-5 .single-member-area article {
  display: block;
  color: #888;
}
.team-grid-style .grid-style-5 .single-member-area article .cl-content-layout1 {
  background: #22b8f2;
  padding: 15px;
}
.team-grid-style .grid-style-5 .single-member-area article .cl-content-layout1 h3 {
  font-size: 22px;
  margin: 0;
  text-align: center;
}
.team-grid-style .grid-style-5 .single-member-area article .cl-content-layout1 h3 a {
  color: #fff;
  text-decoration: none;
}
.team-grid-style .grid-style-5 .single-member-area article .cl-content-layout1 h3 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.team-grid-style .grid-style-5 .single-member-area article .cl-content-layout1 .member-title {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.team-grid-style .grid-style-5 .single-member-area article .short-bio p {
  margin: 10px 0;
}
.team-grid-style .grid-style-5 .single-member-area article .contact-info {
  padding: 0 0 10px;
}
.team-grid-style .grid-style-5 .single-member-area article .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.team-grid-style .grid-style-5 .single-member-area article .contact-info ul li {
  padding: 3px 0;
}
.team-grid-style .grid-style-5 .single-member-area article .contact-info ul li i {
  padding-right: 8px;
  color: #555;
}
.team-grid-style .grid-style-5 .single-member-area article .contact-info ul li a {
  text-decoration: none;
}
.team-grid-style .grid-style-5 .single-member-area:hover .overlay {
  opacity: 1;
  transform: scale(1);
}
.team-grid-style .grid-style-6 img {
  width: 100%;
}
.team-grid-style .grid-style-6 .single-member-area {
  position: relative;
  margin-bottom: 10px;
}
.team-grid-style .grid-style-6 .single-member-area a {
  text-decoration: none;
}
.team-grid-style .grid-style-6 .single-member-area .cl-single-member {
  position: relative;
  overflow: hidden;
}
.team-grid-style .grid-style-6 .single-member-area .cl-single-member figure {
  margin: 0;
  line-height: 0;
}
.team-grid-style .grid-style-6 .single-member-area h3,
.team-grid-style .grid-style-6 .single-member-area a {
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.team-grid-style .grid-style-6 .single-member-area h3:hover,
.team-grid-style .grid-style-6 .single-member-area a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-6 .single-member-area .overlay {
  background-color: rgba(8, 8, 8, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content {
  padding: 27% 10px 10px;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content .member-title {
  color: #22b8f2;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio {
  margin-top: 10px;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio p {
  margin: 0;
  line-height: 20px;
  color: #fff;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons {
  padding: 0;
  text-align: center;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a i {
  padding: 7px 0 0;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-grid-style .grid-style-6 .single-member-area:hover .overlay {
  opacity: 1!important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.team-grid-style .grid-style-7 img {
  width: 100%;
}
.team-grid-style .grid-style-7 .single-member-area {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.team-grid-style .grid-style-7 .single-member-area a {
  text-decoration: none;
}
.team-grid-style .grid-style-7 .single-member-area figure {
  overflow: hidden;
  margin: 0;
}
.team-grid-style .grid-style-7 .single-member-area figure img {
  transform: scale(1.15);
  transition: 0.5s;
}
.team-grid-style .grid-style-7 .single-member-area .overlay {
  background-color: rgba(8, 8, 8, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-grid-style .grid-style-7 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
}
.team-grid-style .grid-style-7 .single-member-area .overlay .overlay-element p {
  margin: 0;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.team-grid-style .grid-style-7 .single-member-area .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 26px;
  margin-top: 45%;
  padding: 4px 6px;
  z-index: 9999;
}
.team-grid-style .grid-style-7 .single-member-area .overlay .overlay-element .detail-link:hover i {
  background: #22b8f2;
  border-radius: 50%;
}
.team-grid-style .grid-style-7 .single-member-area .cl-content-layout1 {
  background: #22b8f2;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  padding: 15px;
  transition: 0.5s;
}
.team-grid-style .grid-style-7 .single-member-area .cl-content-layout1 h3 {
  color: #fff;
  font-size: 22px;
  margin: 0;
  text-align: center;
}
.team-grid-style .grid-style-7 .single-member-area .cl-content-layout1 h3 a {
  color: #fff;
  text-decoration: none;
}
.team-grid-style .grid-style-7 .single-member-area .cl-content-layout1 h3 a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-7 .single-member-area .cl-content-layout1 .member-title {
  font-size: 17px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.team-grid-style .grid-style-7 .single-member-area:hover figure img {
  transform: scale(1);
}
.team-grid-style .grid-style-7 .single-member-area:hover .overlay {
  opacity: 1;
  transform: scale(1);
}
.team-grid-style .grid-style-7 .single-member-area:hover .cl-content-layout1 {
  opacity: 0;
}
.team-grid-style .grid-style-7 .single-member-area .tlp-content {
  padding: 23% 10px 10px;
}
.team-grid-style .grid-style-7 .single-member-area .tlp-content h3 a {
  color: #fff;
}
.team-grid-style .grid-style-7 .single-member-area .tlp-content h3 a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-7 .single-member-area .tlp-content .member-title {
  padding: 0 0 10px;
  margin: 0 10px 10px;
  border-bottom: 1px solid #22b8f2;
  color: #22b8f2;
}
.team-grid-style .grid-style-7 .single-member-area .tlp-content .short-bio {
  padding: 10px;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons {
  padding: 0;
  text-align: center;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 0;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a i {
  padding: 7px 0 0;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 0;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-grid-style .grid-style-8 img {
  width: 100%;
}
.team-grid-style .grid-style-8 .single-member-area {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.team-grid-style .grid-style-8 .single-member-area a {
  text-decoration: none;
}
.team-grid-style .grid-style-8 .single-member-area figure {
  overflow: hidden;
  margin: 0;
  line-height: 0;
}
.team-grid-style .grid-style-8 .single-member-area figure img {
  border-radius: 50%;
}
.team-grid-style .grid-style-8 .single-member-area .overlay {
  background-color: rgba(8, 8, 8, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-grid-style .grid-style-8 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
}
.team-grid-style .grid-style-8 .single-member-area .overlay .overlay-element p {
  margin: 0;
  line-height: 20px;
  color: #fff;
}
.team-grid-style .grid-style-8 .single-member-area .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 26px;
  margin-top: 45%;
  padding: 4px 6px;
  z-index: 9999;
}
.team-grid-style .grid-style-8 .single-member-area .overlay .overlay-element .detail-link:hover i {
  background: #22b8f2;
  border-radius: 50%;
}
.team-grid-style .grid-style-8 .single-member-area:hover .overlay {
  opacity: 1!important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.team-grid-style .grid-style-8 .single-member-area .tlp-content {
  padding: 25% 10px 10px;
}
.team-grid-style .grid-style-8 .single-member-area .tlp-content h3 a {
  color: #fff;
}
.team-grid-style .grid-style-8 .single-member-area .tlp-content h3 a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-8 .single-member-area .tlp-content .member-title {
  padding: 0 0 10px;
  margin: 0 12px 10px;
  border-bottom: 1px solid #22b8f2;
  color: #22b8f2;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons {
  padding: 0;
  text-align: center;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons a i {
  padding: 7px 0 0;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-grid-style .grid-style-9 img {
  width: 100%;
}
.team-grid-style .grid-style-9 .single-member-area {
  margin-bottom: 10px;
}
.team-grid-style .grid-style-9 .single-member-area a {
  text-decoration: none;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member {
  position: relative;
  overflow: hidden;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member figure {
  margin: 0;
  transition: 0.5s;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member h3,
.team-grid-style .grid-style-9 .single-member-area .cl-single-member a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member h3:hover,
.team-grid-style .grid-style-9 .single-member-area .cl-single-member a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member .overlay {
  background-color: rgba(8, 8, 8, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #22b8f2;
  text-align: center;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 19px;
  background: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  margin-top: 40%;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i:hover {
  background-color: #17a6dd;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member .overlay .overlay-element .tlp-content {
  padding: 20px 0 0;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member:hover figure {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member:hover .overlay {
  opacity: 1!important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.team-grid-style .grid-style-9 .single-member-area article {
  display: block;
  padding: 25px 20px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  color: #888;
  line-height: 26px;
}
.team-grid-style .grid-style-9 .single-member-area article .cl-content-layout1 {
  background: #22b8f2;
}
.team-grid-style .grid-style-9 .single-member-area article .cl-content-layout1 h3 {
  color: #22b8f2;
  font-size: 22px;
  margin: 0;
  padding: 10px 10px 5px;
  text-align: center;
}
.team-grid-style .grid-style-9 .single-member-area article .cl-content-layout1 h3 a {
  color: #fff;
  text-decoration: none;
}
.team-grid-style .grid-style-9 .single-member-area article .cl-content-layout1 .member-title {
  font-size: 17px;
  text-align: center;
  color: #22b8f2;
  padding: 0 10px 10px;
}
.team-grid-style .grid-style-9 .single-member-area article .short-bio p {
  text-align: center;
  margin-bottom: 20px;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons {
  padding: 0;
  text-align: center;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons a i {
  padding: 7px 0 0;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-grid-style .grid-style-9 .single-member-area:hover article {
  box-shadow: 0 15px 30px rgba(34, 34, 34, 0.1);
}
.team-grid-style .grid-style-10 img {
  width: 100%;
}
.team-grid-style .grid-style-10 .single-member-area {
  margin-bottom: 10px;
}
.team-grid-style .grid-style-10 .single-member-area a {
  text-decoration: none;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member {
  position: relative;
  overflow: hidden;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member figure {
  overflow: hidden;
  margin: 0;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member figure img {
  transform: scale(1.15);
  transition: opacity .35s ease 0s,transform .35s ease 0s;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member h3 {
  font-size: 22px;
  padding: 0 0 4px;
  text-align: left;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member h3 a {
  color: #fff;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member h3 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member:hover img {
  opacity: .8;
  transform: scale(1);
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member:hover .cl-overlay {
  bottom: 0;
  opacity: 1;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member:hover .cl-content,
.team-grid-style .grid-style-10 .single-member-area .cl-single-member:hover .cl-title {
  opacity: 1;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member .social-icons {
  padding: 0;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member .cl-overlay {
  opacity: 0;
  backface-visibility: hidden;
  bottom: -100px;
  color: #fff;
  font-size: 14px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 25px;
  position: absolute;
  transition: all .5s ease 0s;
  width: 100%;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element {
  background-color: #22b8f2;
  backface-visibility: hidden;
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0;
  padding: 16px 20px;
  position: absolute;
  transition: transform 0.35s ease-in 0s;
  width: 100%;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element .cl-title h3 {
  margin: 0;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element .cl-title .cl-position {
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element .short-bio {
  padding: 0;
}
.team-grid-style .grid-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element .short-bio p {
  margin-bottom: 0;
}
.team-grid-style .grid-style-11 img {
  width: 100%;
}
.team-grid-style .grid-style-11 .single-member-area {
  margin-bottom: 10px;
}
.team-grid-style .grid-style-11 .single-member-area a {
  text-decoration: none;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member {
  position: relative;
  overflow: hidden;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member figure {
  transform: scale(1);
  transition: 0.5s;
  margin: 0;
  line-height: 0;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay {
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #22b8f2;
  text-align: center;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 19px;
  background: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  margin-top: 35%;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title {
  margin-top: 15px;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title a {
  color: #fff;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title .member-title {
  font-size: 14px;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons {
  padding: 5% 0;
  text-align: center;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a i {
  padding: 7px 0 0;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member:hover figure {
  transform: scale(0.9);
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member:hover .overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}
.team-grid-style .grid-style-11 .single-member-area article {
  display: block;
  padding: 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  color: #888;
}
.team-grid-style .grid-style-11 .single-member-area article .short-bio p {
  margin-bottom: 15px;
  line-height: 22px;
  color: #666;
}
.team-grid-style .grid-style-11 .single-member-area article .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.team-grid-style .grid-style-11 .single-member-area article .contact-info ul li {
  padding: 3px 0;
}
.team-grid-style .grid-style-11 .single-member-area article .contact-info ul li i {
  padding-right: 8px;
  color: #000;
}
.team-grid-style .grid-style-11 .single-member-area article .contact-info ul li a {
  text-decoration: none;
}
.team-grid-style .grid-style-12 {
  width: 100%;
}
.team-grid-style .grid-style-12 img {
  width: 100%;
}
.team-grid-style .grid-style-12 .single-team-member {
  width: 25%;
  float: left;
  padding: 10px;
}
.team-grid-style .grid-style-12 .single-team-member .image-section {
  position: relative;
  background-color: #000;
  opacity: 0.8;
}
.team-grid-style .grid-style-12 .single-team-member .image-section .overlay-section {
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-grid-style .grid-style-12 .single-team-member .image-section .overlay-section .detail-link {
  position: absolute;
  top: 45%;
  left: 46%;
}
.team-grid-style .grid-style-12 .single-team-member .image-section .overlay-section .detail-link i {
  color: #fff;
  font-size: 19px;
  background: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-grid-style .grid-style-12 .single-team-member .image-section .overlay-section .detail-link i:hover {
  background: #17a6dd;
}
.team-grid-style .grid-style-12 .single-team-member .image-section img {
  width: 100%;
  transform: scale(0.9);
  transition: 0.5s;
}
.team-grid-style .grid-style-12 .single-team-member .image-section:hover .overlay-section {
  opacity: 0.8;
}
.team-grid-style .grid-style-12 .single-team-member .text-section {
  text-align: center;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .team-title {
  margin: 0;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .team-title h1 {
  margin: 0;
  padding-top: 17px;
  font-size: 18px;
  font-weight: bold;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .team-title h1 a {
  text-decoration: none;
  color: #000;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .team-title h1 a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .team-title h2 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 14px;
  color: #888;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .team-text {
  margin: 0;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .team-text p {
  margin: 0;
  padding: 0 0 15px;
  color: #999;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .social-icons {
  padding: 0;
  text-align: center;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .social-icons a i {
  padding: 7px 0 0;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-grid-style .grid-style-12 .single-team-member:hover .image-section img {
  transform: scale(1);
}
.team-grid-style .grid-style-13 img {
  width: 100%;
}
.team-grid-style .grid-style-13 .single-team-member {
  width: 100%;
  margin: 10px 0;
}
.team-grid-style .grid-style-13 .single-team-member .image-section {
  width: 50%;
  float: left;
  position: relative;
  background-color: #000;
  opacity: 0.8;
}
.team-grid-style .grid-style-13 .single-team-member .image-section .overlay-section {
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-grid-style .grid-style-13 .single-team-member .image-section .overlay-section .detail-link {
  position: absolute;
  top: 45%;
  left: 46%;
}
.team-grid-style .grid-style-13 .single-team-member .image-section .overlay-section .detail-link i {
  color: #fff;
  font-size: 19px;
  background: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-grid-style .grid-style-13 .single-team-member .image-section .overlay-section .detail-link i:hover {
  background: #22b8f2;
}
.team-grid-style .grid-style-13 .single-team-member .image-section img {
  width: 100%;
  transform: scale(0.9);
  transition: 0.5s;
}
.team-grid-style .grid-style-13 .single-team-member .image-section:hover .overlay-section {
  opacity: 0.8;
}
.team-grid-style .grid-style-13 .single-team-member .box-section {
  width: 50%;
  float: left;
  position: relative;
  background-color: #f2f2f2;
  transition: 0.5s;
}
.team-grid-style .grid-style-13 .single-team-member .box-section:before {
  position: absolute;
  content: "";
  border-right: 15px solid #22b8f2;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  bottom: 15px;
  left: -15px;
  opacity: 0;
  transition: 0.5s;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text {
  text-align: center;
  padding: 33% 0;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .box-title {
  margin-bottom: 15px;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .box-title h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .box-title h1 a {
  text-decoration: none;
  transition: 0.5s;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .box-title h2 {
  font-size: 15px;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons {
  padding: 0;
  text-align: center;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
  transition: 0.5s;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a i {
  padding: 7px 0 0;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-grid-style .grid-style-13 .single-team-member:hover .image-section img {
  transform: scale(1);
}
.team-grid-style .grid-style-13 .single-team-member:hover .box-section {
  background-color: #22b8f2;
}
.team-grid-style .grid-style-13 .single-team-member:hover .box-section .box-text .box-title h1 a {
  color: #000;
}
.team-grid-style .grid-style-13 .single-team-member:hover .box-section .box-text .social-icons a {
  background: #fff;
  color: #000;
}
.team-grid-style .grid-style-13 .single-team-member:hover .box-section:before {
  opacity: 1;
}
/* ------------------------------------
	03. Team Slider Styles
---------------------------------------*/
.team-slider-style {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.team-slider-style .owl-carousel .owl-item {
  padding: 0 15px;
}
.team-slider-style .slider-style-1 img {
  width: 100%;
}
.team-slider-style .slider-style-1 .team-item-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.team-slider-style .slider-style-1 .team-item-wrap a {
  text-decoration: none;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-img {
  position: relative;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-img img {
  width: 100%;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-img .normal-text {
  position: absolute;
  left: 0px;
  bottom: 10px;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-img .normal-text .team-name {
  background: #22b8f2;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-img .normal-text .team-name a {
  color: #000;
  position: relative;
  margin-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  z-index: 111;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-img .normal-text .team-name a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-img .normal-text .subtitle {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 10px 20px;
  display: block;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 11;
  padding: 30px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  transition: .5s;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-name {
  margin-bottom: 3px;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-name a {
  margin-bottom: 6px;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-name a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-title {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  border: none;
  color: #22b8f2;
  position: relative;
  z-index: 111;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  margin-top: 25px;
  transition: .5s;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social a {
  border: 1px solid #363636;
  color: #22b8f2;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon {
  display: inline-block;
  background-color: #22b8f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 6px;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover {
  background-color: #fff;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover i {
  color: #22b8f2;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon i {
  font-size: 14px;
  color: #000;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell p {
  margin: 0 0 25px;
}
.team-slider-style .slider-style-1 .team-item-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 32px;
  width: 32px;
  background: transparent;
  border-top: 3px solid;
  border-top-color: currentcolor;
  border-left: 3px solid;
  border-left-color: currentcolor;
  transition: all 0.2s;
  z-index: 11;
}
.team-slider-style .slider-style-1 .team-item-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 32px;
  width: 32px;
  background: transparent;
  border-right: 3px solid;
  border-right-color: currentcolor;
  border-bottom: 3px solid;
  border-bottom-color: currentcolor;
  transition: 0.5s;
}
.team-slider-style .slider-style-1 .team-item-wrap:before,
.team-slider-style .slider-style-1 .team-item-wrap:after {
  border-color: #22b8f2;
}
.team-slider-style .slider-style-1 .team-item-wrap:hover:before {
  width: 0px;
  height: 0px;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  border-right: none;
  z-index: 100;
  top: -3px;
}
.team-slider-style .slider-style-1 .team-item-wrap:hover:before {
  border-left: 52px solid #22b8f2;
}
.team-slider-style .slider-style-1 .team-item-wrap:hover:after {
  width: 0px;
  height: 0px;
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: none;
  z-index: 100;
}
.team-slider-style .slider-style-1 .team-item-wrap:hover:after {
  border-right: 50px solid #22b8f2;
}
.team-slider-style .slider-style-1 .team-item-wrap:hover .team-content {
  opacity: 1;
  top: 0;
}
.team-slider-style .slider-style-1 .team-item-wrap:hover .team-content .display-table .display-table-cell .team-social {
  opacity: 1;
}
.team-slider-style .slider-style-1 .team-item-wrap:hover .team-img .normal-text {
  opacity: 0;
  visibility: hidden;
}
.team-slider-style .slider-style-2 img {
  width: 100%;
}
.team-slider-style .slider-style-2 .team-item-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.team-slider-style .slider-style-2 .team-item-wrap a {
  text-decoration: none;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-img {
  position: relative;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-img img {
  width: 100%;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-img .normal-text {
  position: absolute;
  left: -50px;
  bottom: 48px;
  width: 200px;
  transform: rotate(-90deg);
}
.team-slider-style .slider-style-2 .team-item-wrap .team-img .normal-text .team-name {
  background: #22b8f2;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
  position: relative;
  z-index: 999;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-img .normal-text .team-name a {
  color: #000;
  position: relative;
  margin-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  z-index: 111;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-img .normal-text .team-name a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-img .normal-text .subtitle {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 10px 20px;
  display: block;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 11;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .overly-border:before,
.team-slider-style .slider-style-2 .team-item-wrap .team-content .overly-border:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
  z-index: 1;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .overly-border:before {
  border-top: 5px solid #22b8f2;
  border-bottom: 5px solid #22b8f2;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .overly-border:after {
  border-right: 5px solid #22b8f2;
  border-left: 5px solid #22b8f2;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-name {
  position: relative;
  z-index: 999;
  margin-bottom: 5px;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-name a {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-name a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-title {
  font-size: 14px;
  padding-bottom: 7px;
  border: none;
  display: inline-block;
  color: #22b8f2;
  position: relative;
  z-index: 111;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #22b8f2;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  margin-top: 25px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social a {
  border: 1px solid #363636;
  color: #22b8f2;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon {
  display: inline-block;
  background-color: #22b8f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 6px;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover {
  background-color: #fff;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon i {
  font-size: 14px;
  color: #000;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell p {
  margin: 15px 0 25px;
}
.team-slider-style .slider-style-2 .team-item-wrap:hover .team-content {
  opacity: 1;
  top: 0;
}
.team-slider-style .slider-style-2 .team-item-wrap:hover .display-table .display-table-cell .team-social {
  opacity: 1;
}
.team-slider-style .slider-style-2 .team-item-wrap:hover .team-img .normal-text {
  opacity: 0;
  visibility: hidden;
}
.team-slider-style .slider-style-2 .team-item-wrap:hover .overly-border:before,
.team-slider-style .slider-style-2 .team-item-wrap:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-slider-style .slider-style-3 img {
  width: 100%;
}
.team-slider-style .slider-style-3 .items {
  position: relative;
}
.team-slider-style .slider-style-3 .items a {
  text-decoration: none;
}
.team-slider-style .slider-style-3 .items .item-img {
  position: relative;
  margin: 0 auto;
  padding-bottom: 15px;
}
.team-slider-style .slider-style-3 .items .item-img:hover .items-desc {
  opacity: 0.9;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  /* background-color: #200324; */
  width: 93%;
  z-index: 999;
  padding: 25% 0;
  top: 3.5%;
  text-align: center;
  left:3.5%;
  height: 90%;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title {
  text-align: center;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title h1 a {
  color: #fff;
  text-decoration: none;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title h1 a:hover {
  color: #ffffff;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title h2 {
  font-size: 15px;
  color: #b865bd;
  margin: 0;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title i {
  color: #800000;
  font-size: 45px;
  line-height: 0px;
  margin-top: 267px;
  float: right;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title i:hover {
  cursor: pointer;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .social-icons {
  padding: 10px 0;
  text-align: center;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .social-icons a i {
  padding: 7px 0 0;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-slider-style .slider-style-3 .items .item-text {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #171616;
  border: 3px solid #000;
  margin: 0;
  /*margin-top:10px;*/
  padding: 10px;
  z-index: 999;
  height:auto;
}
.team-slider-style .slider-style-3 .items .item-text .item-txt {
  position: relative;
}
.team-slider-style .slider-style-3 .items .item-text .item-txt:before {
  content: "";
  border-top: 15px solid #800000;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: -25px;
  left: 45%;
}
.team-slider-style .slider-style-3 .items .item-text .item-contact ul {
  padding: 0;
}
.team-slider-style .slider-style-3 .items .item-text .item-contact ul li {
  list-style: none;
  padding: 5px 0;
  color: #000;
}
.team-slider-style .slider-style-3 .items .item-text .item-contact ul li span {
  font-weight: bold;
  font-size: 14px;
  color: #22b8f2;
}
.team-slider-style .slider-style-3 .items .item-text .item-contact ul li i {
  width: 20px;
  margin-right: 10px;
  text-align: center;
  color: #000;
}
.team-slider-style .slider-style-3 .items .item-text .item-contact ul li:last-child {
  border: none;
}
.team-slider-style .slider-style-4 img {
  width: 100%;
}
.team-slider-style .slider-style-4 .overlay-item {
  margin-bottom: 10px;
}
.team-slider-style .slider-style-4 .overlay-item a {
  text-decoration: none;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-image {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: .5s;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(0);
  height: 100%;
  left: 4%;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  width: 92%;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .overlay-title {
  transform: translate(50px, 0px) skewX(75deg) scale(0.8, 0.8);
  opacity: 0;
  transition: 0.5s;
  font-size: 18px;
  font-weight: bold;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .overlay-title a {
  color: #fff;
  text-decoration: none;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .overlay-title a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .overlay-designation {
  transform: translate(-50px, 0px) skewX(-75deg) scale(0.8, 0.8);
  opacity: 0;
  transition: 0.5s;
  color: #22b8f2;
  font-size: 16px;
  margin-bottom: 10px;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .overlay-txt {
  padding: 0 10%;
  color: #eee;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons {
  padding: 10px 0;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons a i {
  padding: 7px 0 0;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-slider-style .slider-style-4 .overlay-item:hover .overlay-image {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.team-slider-style .slider-style-4 .overlay-item:hover .overlay-section {
  opacity: 1;
  transform: scale(1);
}
.team-slider-style .slider-style-4 .overlay-item:hover .overlay-section .overlay-text .overlay-title {
  transform: translate(0px, 0px) skewX(0deg) scale(1, 1);
  opacity: 1;
  transition: 0.5s;
}
.team-slider-style .slider-style-4 .overlay-item:hover .overlay-section .overlay-text .overlay-designation {
  transform: translate(0px, 0px) skewX(0deg) scale(1, 1);
  opacity: 1;
  transition: 0.5s;
}
.team-slider-style .slider-style-5 img {
  width: 100%;
}
.team-slider-style .slider-style-5 .single-member-area {
  margin-bottom: 10px;
}
.team-slider-style .slider-style-5 .single-member-area a {
  text-decoration: none;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member {
  position: relative;
  overflow: hidden;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member figure {
  overflow: hidden;
  margin: 0;
  line-height: 0;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member figure img {
  transform: scale(1.15);
  transition: opacity .35s ease 0s,transform .35s ease 0s;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member h3,
.team-slider-style .slider-style-5 .single-member-area .cl-single-member a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member h3:hover,
.team-slider-style .slider-style-5 .single-member-area .cl-single-member a:hover {
  color: #000;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay {
  background-color: rgba(8, 8, 8, 0.5);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  color: #fff;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #fff;
  text-align: center;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element p {
  margin: 0;
  line-height: 20px;
  color: #fff;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 19px;
  margin-top: 45%;
  z-index: 9999;
  background-color: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i:hover {
  background-color: #17a6dd;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons {
  padding: 20% 0;
  text-align: center;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a i {
  padding: 7px 0 0;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member:hover figure img {
  transform: scale(1);
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member:hover .overlay {
  opacity: 1!important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.team-slider-style .slider-style-5 .single-member-area article {
  display: block;
  color: #888;
}
.team-slider-style .slider-style-5 .single-member-area article .cl-content-layout1 {
  background: #22b8f2;
  padding: 15px;
}
.team-slider-style .slider-style-5 .single-member-area article .cl-content-layout1 h3 {
  font-size: 22px;
  margin: 0;
  text-align: center;
}
.team-slider-style .slider-style-5 .single-member-area article .cl-content-layout1 h3 a {
  color: #fff;
  text-decoration: none;
}
.team-slider-style .slider-style-5 .single-member-area article .cl-content-layout1 h3 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.team-slider-style .slider-style-5 .single-member-area article .cl-content-layout1 .member-title {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.team-slider-style .slider-style-5 .single-member-area article .short-bio p {
  margin: 10px 0;
}
.team-slider-style .slider-style-5 .single-member-area article .contact-info {
  padding: 0 0 10px;
}
.team-slider-style .slider-style-5 .single-member-area article .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.team-slider-style .slider-style-5 .single-member-area article .contact-info ul li {
  padding: 3px 0;
}
.team-slider-style .slider-style-5 .single-member-area article .contact-info ul li i {
  padding-right: 8px;
  color: #555;
}
.team-slider-style .slider-style-5 .single-member-area article .contact-info ul li a {
  text-decoration: none;
}
.team-slider-style .slider-style-5 .single-member-area:hover .overlay {
  opacity: 1;
  transform: scale(1);
}
.team-slider-style .slider-style-6 img {
  width: 100%;
}
.team-slider-style .slider-style-6 .single-member-area {
  position: relative;
  margin-bottom: 10px;
}
.team-slider-style .slider-style-6 .single-member-area a {
  text-decoration: none;
}
.team-slider-style .slider-style-6 .single-member-area .cl-single-member {
  position: relative;
  overflow: hidden;
}
.team-slider-style .slider-style-6 .single-member-area .cl-single-member figure {
  margin: 0;
  line-height: 0;
}
.team-slider-style .slider-style-6 .single-member-area h3,
.team-slider-style .slider-style-6 .single-member-area a {
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.team-slider-style .slider-style-6 .single-member-area h3:hover,
.team-slider-style .slider-style-6 .single-member-area a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-6 .single-member-area .overlay {
  background-color: rgba(8, 8, 8, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .tlp-content {
  padding: 27% 10px 10px;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .tlp-content .member-title {
  color: #22b8f2;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio {
  margin-top: 10px;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio p {
  margin: 0;
  line-height: 20px;
  color: #fff;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons {
  padding: 0;
  text-align: center;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons a i {
  padding: 7px 0 0;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-slider-style .slider-style-6 .single-member-area:hover .overlay {
  opacity: 1!important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.team-slider-style .slider-style-7 img {
  width: 100%;
}
.team-slider-style .slider-style-7 .single-member-area {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.team-slider-style .slider-style-7 .single-member-area a {
  text-decoration: none;
}
.team-slider-style .slider-style-7 .single-member-area figure {
  overflow: hidden;
  margin: 0;
}
.team-slider-style .slider-style-7 .single-member-area figure img {
  transform: scale(1.15);
  transition: 0.5s;
}
.team-slider-style .slider-style-7 .single-member-area .overlay {
  background-color: rgba(8, 8, 8, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-slider-style .slider-style-7 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
}
.team-slider-style .slider-style-7 .single-member-area .overlay .overlay-element p {
  margin: 0;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.team-slider-style .slider-style-7 .single-member-area .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 26px;
  margin-top: 45%;
  padding: 4px 6px;
  z-index: 9999;
}
.team-slider-style .slider-style-7 .single-member-area .overlay .overlay-element .detail-link:hover i {
  background: #22b8f2;
  border-radius: 50%;
}
.team-slider-style .slider-style-7 .single-member-area .cl-content-layout1 {
  background: #22b8f2;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  padding: 15px;
  transition: 0.5s;
}
.team-slider-style .slider-style-7 .single-member-area .cl-content-layout1 h3 {
  color: #fff;
  font-size: 22px;
  margin: 0;
  text-align: center;
}
.team-slider-style .slider-style-7 .single-member-area .cl-content-layout1 h3 a {
  color: #fff;
  text-decoration: none;
}
.team-slider-style .slider-style-7 .single-member-area .cl-content-layout1 h3 a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-7 .single-member-area .cl-content-layout1 .member-title {
  font-size: 17px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.team-slider-style .slider-style-7 .single-member-area:hover figure img {
  transform: scale(1);
}
.team-slider-style .slider-style-7 .single-member-area:hover .overlay {
  opacity: 1;
  transform: scale(1);
}
.team-slider-style .slider-style-7 .single-member-area:hover .cl-content-layout1 {
  opacity: 0;
}
.team-slider-style .slider-style-7 .single-member-area .tlp-content {
  padding: 23% 10px 10px;
}
.team-slider-style .slider-style-7 .single-member-area .tlp-content h3 a {
  color: #fff;
}
.team-slider-style .slider-style-7 .single-member-area .tlp-content h3 a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-7 .single-member-area .tlp-content .member-title {
  padding: 0 0 10px;
  margin: 0 10px 10px;
  border-bottom: 1px solid #22b8f2;
  color: #22b8f2;
}
.team-slider-style .slider-style-7 .single-member-area .tlp-content .short-bio {
  padding: 10px;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons {
  padding: 0;
  text-align: center;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 0;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a i {
  padding: 7px 0 0;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 0;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-slider-style .slider-style-8 img {
  width: 100%;
}
.team-slider-style .slider-style-8 .single-member-area {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.team-slider-style .slider-style-8 .single-member-area a {
  text-decoration: none;
}
.team-slider-style .slider-style-8 .single-member-area figure {
  overflow: hidden;
  margin: 0;
  line-height: 0;
}
.team-slider-style .slider-style-8 .single-member-area figure img {
  border-radius: 50%;
}
.team-slider-style .slider-style-8 .single-member-area .overlay {
  background-color: rgba(8, 8, 8, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-slider-style .slider-style-8 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
}
.team-slider-style .slider-style-8 .single-member-area .overlay .overlay-element p {
  margin: 0;
  line-height: 20px;
  color: #fff;
}
.team-slider-style .slider-style-8 .single-member-area .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 26px;
  margin-top: 45%;
  padding: 4px 6px;
  z-index: 9999;
}
.team-slider-style .slider-style-8 .single-member-area .overlay .overlay-element .detail-link:hover i {
  background: #22b8f2;
  border-radius: 50%;
}
.team-slider-style .slider-style-8 .single-member-area:hover .overlay {
  opacity: 1!important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.team-slider-style .slider-style-8 .single-member-area .tlp-content {
  padding: 25% 10px 10px;
}
.team-slider-style .slider-style-8 .single-member-area .tlp-content h3 a {
  color: #fff;
}
.team-slider-style .slider-style-8 .single-member-area .tlp-content h3 a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-8 .single-member-area .tlp-content .member-title {
  padding: 0 0 10px;
  margin: 0 12px 10px;
  border-bottom: 1px solid #22b8f2;
  color: #22b8f2;
}
.team-slider-style .slider-style-8 .single-member-area .social-icons {
  padding: 0;
  text-align: center;
}
.team-slider-style .slider-style-8 .single-member-area .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-8 .single-member-area .social-icons a i {
  padding: 7px 0 0;
}
.team-slider-style .slider-style-8 .single-member-area .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-8 .single-member-area .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-slider-style .slider-style-8 .single-member-area .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-slider-style .slider-style-8 .single-member-area .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-slider-style .slider-style-8 .single-member-area .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-slider-style .slider-style-9 .owl-wrapper-outer {
  padding-bottom: 15px;
}
.team-slider-style .slider-style-9 img {
  width: 100%;
}
.team-slider-style .slider-style-9 .single-member-area {
  margin-bottom: 10px;
}
.team-slider-style .slider-style-9 .single-member-area a {
  text-decoration: none;
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member {
  position: relative;
  overflow: hidden;
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member figure {
  margin: 0;
  transition: 0.5s;
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member h3,
.team-slider-style .slider-style-9 .single-member-area .cl-single-member a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member h3:hover,
.team-slider-style .slider-style-9 .single-member-area .cl-single-member a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member .overlay {
  background-color: rgba(8, 8, 8, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #22b8f2;
  text-align: center;
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 19px;
  background: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  margin-top: 40%;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i:hover {
  background-color: #17a6dd;
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member .overlay .overlay-element .tlp-content {
  padding: 20px 0 0;
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member:hover figure {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member:hover .overlay {
  opacity: 1!important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.team-slider-style .slider-style-9 .single-member-area article {
  display: block;
  padding: 25px 20px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  color: #888;
  line-height: 26px;
}
.team-slider-style .slider-style-9 .single-member-area article .cl-content-layout1 {
  background: #22b8f2;
}
.team-slider-style .slider-style-9 .single-member-area article .cl-content-layout1 h3 {
  color: #22b8f2;
  font-size: 22px;
  margin: 0;
  padding: 10px 10px 5px;
  text-align: center;
}
.team-slider-style .slider-style-9 .single-member-area article .cl-content-layout1 h3 a {
  color: #fff;
  text-decoration: none;
}
.team-slider-style .slider-style-9 .single-member-area article .cl-content-layout1 .member-title {
  font-size: 17px;
  text-align: center;
  color: #22b8f2;
  padding: 0 10px 10px;
}
.team-slider-style .slider-style-9 .single-member-area article .short-bio p {
  text-align: center;
  margin-bottom: 20px;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons {
  padding: 0;
  text-align: center;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons a i {
  padding: 7px 0 0;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-slider-style .slider-style-9 .single-member-area:hover article {
  box-shadow: 0 15px 30px rgba(34, 34, 34, 0.1);
}
.team-slider-style .slider-style-10 img {
  width: 100%;
}
.team-slider-style .slider-style-10 .single-member-area {
  margin-bottom: 10px;
}
.team-slider-style .slider-style-10 .single-member-area a {
  text-decoration: none;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member {
  position: relative;
  overflow: hidden;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member figure {
  overflow: hidden;
  margin: 0;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member figure img {
  transform: scale(1.15);
  transition: opacity .35s ease 0s,transform .35s ease 0s;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member h3 {
  font-size: 22px;
  padding: 0 0 4px;
  text-align: left;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member h3 a {
  color: #fff;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member h3 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member:hover img {
  opacity: .8;
  transform: scale(1);
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member:hover .cl-overlay {
  bottom: 0;
  opacity: 1;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member:hover .cl-content,
.team-slider-style .slider-style-10 .single-member-area .cl-single-member:hover .cl-title {
  opacity: 1;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member .social-icons {
  padding: 0;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member .cl-overlay {
  opacity: 0;
  backface-visibility: hidden;
  bottom: -100px;
  color: #fff;
  font-size: 14px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 25px;
  position: absolute;
  transition: all .5s ease 0s;
  width: 100%;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element {
  background-color: #22b8f2;
  backface-visibility: hidden;
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0;
  padding: 16px 20px;
  position: absolute;
  transition: transform 0.35s ease-in 0s;
  width: 100%;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element .cl-title h3 {
  margin: 0;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element .cl-title .cl-position {
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element .short-bio {
  padding: 0;
}
.team-slider-style .slider-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element .short-bio p {
  margin-bottom: 0;
}
.team-slider-style .slider-style-11 img {
  width: 100%;
}
.team-slider-style .slider-style-11 .single-member-area {
  margin-bottom: 10px;
}
.team-slider-style .slider-style-11 .single-member-area a {
  text-decoration: none;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member {
  position: relative;
  overflow: hidden;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member figure {
  transform: scale(1);
  transition: 0.5s;
  margin: 0;
  line-height: 0;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay {
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  opacity: 0;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #22b8f2;
  text-align: center;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 19px;
  background: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  margin-top: 35%;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title {
  margin-top: 15px;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title a {
  color: #fff;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title .member-title {
  font-size: 14px;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons {
  padding: 5% 0;
  text-align: center;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a i {
  padding: 7px 0 0;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member:hover figure {
  transform: scale(0.9);
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member:hover .overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}
.team-slider-style .slider-style-11 .single-member-area article {
  display: block;
  padding: 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  color: #888;
}
.team-slider-style .slider-style-11 .single-member-area article .short-bio p {
  margin-bottom: 15px;
  line-height: 22px;
  color: #666;
}
.team-slider-style .slider-style-11 .single-member-area article .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.team-slider-style .slider-style-11 .single-member-area article .contact-info ul li {
  padding: 3px 0;
}
.team-slider-style .slider-style-11 .single-member-area article .contact-info ul li i {
  padding-right: 8px;
  color: #000;
}
.team-slider-style .slider-style-11 .single-member-area article .contact-info ul li a {
  text-decoration: none;
}
.team-slider-style .slider-style-12 img {
  width: 100%;
}
.team-slider-style .slider-style-12 .single-team-member {
  float: left;
  padding: 10px;
}
.team-slider-style .slider-style-12 .single-team-member .image-section {
  position: relative;
  background-color: #000;
  opacity: 0.8;
}
.team-slider-style .slider-style-12 .single-team-member .image-section .overlay-section {
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-slider-style .slider-style-12 .single-team-member .image-section .overlay-section .detail-link {
  position: absolute;
  top: 45%;
  left: 46%;
}
.team-slider-style .slider-style-12 .single-team-member .image-section .overlay-section .detail-link i {
  color: #fff;
  font-size: 19px;
  background: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-slider-style .slider-style-12 .single-team-member .image-section .overlay-section .detail-link i:hover {
  background: #17a6dd;
}
.team-slider-style .slider-style-12 .single-team-member .image-section img {
  width: 100%;
  transform: scale(0.9);
  transition: 0.5s;
}
.team-slider-style .slider-style-12 .single-team-member .image-section:hover .overlay-section {
  opacity: 0.8;
}
.team-slider-style .slider-style-12 .single-team-member .text-section {
  text-align: center;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .team-title {
  margin: 0;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .team-title h1 {
  margin: 0;
  padding-top: 17px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .team-title h1 a {
  text-decoration: none;
  color: #000;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .team-title h1 a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .team-title h2 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 14px;
  color: #888;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .team-text {
  margin: 0;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .team-text p {
  margin: 0;
  padding: 0 0 15px;
  color: #999;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .social-icons {
  padding: 0;
  text-align: center;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .social-icons a i {
  padding: 7px 0 0;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-slider-style .slider-style-12 .single-team-member:hover .image-section img {
  transform: scale(1);
}
.team-slider-style .slider-style-13 img {
  width: 100%;
}
.team-slider-style .slider-style-13 .single-team-member {
  width: 100%;
  margin: 10px 0;
}
.team-slider-style .slider-style-13 .single-team-member .image-section {
  width: 50%;
  float: left;
  position: relative;
  background-color: #000;
  opacity: 0.8;
}
.team-slider-style .slider-style-13 .single-team-member .image-section .overlay-section {
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-slider-style .slider-style-13 .single-team-member .image-section .overlay-section .detail-link {
  position: absolute;
  top: 45%;
  left: 46%;
}
.team-slider-style .slider-style-13 .single-team-member .image-section .overlay-section .detail-link i {
  color: #fff;
  font-size: 19px;
  background: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-slider-style .slider-style-13 .single-team-member .image-section .overlay-section .detail-link i:hover {
  background: #22b8f2;
}
.team-slider-style .slider-style-13 .single-team-member .image-section img {
  width: 100%;
  transform: scale(0.9);
  transition: 0.5s;
}
.team-slider-style .slider-style-13 .single-team-member .image-section:hover .overlay-section {
  opacity: 0.8;
}
.team-slider-style .slider-style-13 .single-team-member .box-section {
  width: 50%;
  float: left;
  position: relative;
  background-color: #f2f2f2;
  transition: 0.5s;
}
.team-slider-style .slider-style-13 .single-team-member .box-section:before {
  position: absolute;
  content: "";
  border-right: 15px solid #22b8f2;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  bottom: 15px;
  left: -15px;
  opacity: 0;
  transition: 0.5s;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text {
  text-align: center;
  padding: 33% 0;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .box-title {
  margin-bottom: 15px;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .box-title h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .box-title h1 a {
  text-decoration: none;
  transition: 0.5s;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .box-title h2 {
  font-size: 15px;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .social-icons {
  padding: 0;
  text-align: center;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
  transition: 0.5s;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .social-icons a i {
  padding: 7px 0 0;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.team-slider-style .slider-style-13 .single-team-member:hover .image-section img {
  transform: scale(1);
}
.team-slider-style .slider-style-13 .single-team-member:hover .box-section {
  background-color: #22b8f2;
}
.team-slider-style .slider-style-13 .single-team-member:hover .box-section .box-text .box-title h1 a {
  color: #000;
}
.team-slider-style .slider-style-13 .single-team-member:hover .box-section .box-text .social-icons a {
  background: #fff;
  color: #000;
}
.team-slider-style .slider-style-13 .single-team-member:hover .box-section:before {
  opacity: 1;
}
/* ------------------------------------
	04. Team List Styles
---------------------------------------*/
.team-list-style {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.team-list-style .row {
  margin: 0;
}
.team-list-style .list-style-1 img {
  width: 100%;
}
.team-list-style .list-style-1 .team-item-wrap {
  margin-bottom: 10px;
  width: 50%;
}
.team-list-style .list-style-1 .team-item-wrap .team-img {
  position: relative;
  width: 50%;
  float: left;
}
.team-list-style .list-style-1 .team-item-wrap .team-img img {
  width: 100%;
}
.team-list-style .list-style-1 .team-item-wrap .team-img .normal-text {
  position: absolute;
  left: 0px;
  bottom: 10px;
  opacity: 1;
  transition: 0.5s;
}
.team-list-style .list-style-1 .team-item-wrap .team-img .normal-text .team-name {
  background: #22b8f2;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
}
.team-list-style .list-style-1 .team-item-wrap .team-img .normal-text .team-name a {
  color: #000;
  position: relative;
  margin-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  z-index: 111;
}
.team-list-style .list-style-1 .team-item-wrap .team-img .normal-text .subtitle {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 10px 20px;
  display: block;
}
.team-list-style .list-style-1 .team-item-wrap .team-img .detail-link {
  position: absolute;
  top: 45%;
  left: 46%;
  opacity: 0;
  transition: .5s;
}
.team-list-style .list-style-1 .team-item-wrap .team-img .detail-link i {
  color: #fff;
  font-size: 19px;
  z-index: 9999;
  background-color: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-list-style .list-style-1 .team-item-wrap .team-img .detail-link i:hover {
  background-color: #17a6dd;
}
.team-list-style .list-style-1 .team-item-wrap .team-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 32px;
  width: 32px;
  background: transparent;
  border-top: 3px solid;
  border-top-color: currentcolor;
  border-left: 3px solid;
  border-left-color: currentcolor;
  transition: 0.5s;
  z-index: 11;
}
.team-list-style .list-style-1 .team-item-wrap .team-img:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 32px;
  width: 32px;
  background: transparent;
  border-right: 3px solid;
  border-right-color: currentcolor;
  border-bottom: 3px solid;
  border-bottom-color: currentcolor;
  transition: 0.5s;
}
.team-list-style .list-style-1 .team-item-wrap .team-img:before,
.team-list-style .list-style-1 .team-item-wrap .team-img:after {
  border-color: #22b8f2;
}
.team-list-style .list-style-1 .team-item-wrap .team-img:hover .normal-text {
  opacity: 0;
}
.team-list-style .list-style-1 .team-item-wrap .team-img:hover .detail-link {
  opacity: 1;
}
.team-list-style .list-style-1 .team-item-wrap .team-img:hover:before {
  width: 0px;
  height: 0px;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  border-right: none;
  z-index: 100;
}
.team-list-style .list-style-1 .team-item-wrap .team-img:hover:before {
  border-left: 52px solid #22b8f2;
  border-top: unset;
}
.team-list-style .list-style-1 .team-item-wrap .team-img:hover:after {
  width: 0px;
  height: 0px;
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: none;
  z-index: 100;
}
.team-list-style .list-style-1 .team-item-wrap .team-img:hover:after {
  border-right: 50px solid #22b8f2;
}
.team-list-style .list-style-1 .team-item-wrap .team-content {
  width: 50%;
  float: left;
  height: 100%;
  color: #000;
  padding: 20px;
}
.team-list-style .list-style-1 .team-item-wrap .team-content .team-name a {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 700;
}
.team-list-style .list-style-1 .team-item-wrap .team-content .team-name a:hover {
  color: #22b8f2;
}
.team-list-style .list-style-1 .team-item-wrap .team-content .team-title {
  font-size: 15px;
  border: none;
  color: #22b8f2;
}
.team-list-style .list-style-1 .team-item-wrap .team-content p {
  margin: 25px 0 25px;
}
.team-list-style .list-style-1 .team-item-wrap .team-content .team-social a {
  border: 1px solid #363636;
  color: #22b8f2;
}
.team-list-style .list-style-1 .team-item-wrap .team-content .team-social .social-icon {
  display: inline-block;
  background-color: #22b8f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 6px;
}
.team-list-style .list-style-1 .team-item-wrap .team-content .team-social .social-icon:hover {
  background-color: #fff;
}
.team-list-style .list-style-1 .team-item-wrap .team-content .team-social .social-icon i {
  font-size: 14px;
  color: #000;
}
.team-list-style .list-style-2 img {
  width: 100%;
}
.team-list-style .list-style-2 .team-item-wrap {
  margin-bottom: 10px;
  width: 50%;
}
.team-list-style .list-style-2 .team-item-wrap a {
  text-decoration: none;
}
.team-list-style .list-style-2 .team-item-wrap .team-img {
  position: relative;
  width: 50%;
  float: right;
}
.team-list-style .list-style-2 .team-item-wrap .team-img img {
  width: 100%;
}
.team-list-style .list-style-2 .team-item-wrap .team-img .normal-text {
  position: absolute;
  right: 0px;
  bottom: 10px;
  opacity: 1;
  transition: 0.5s;
}
.team-list-style .list-style-2 .team-item-wrap .team-img .normal-text .team-name {
  background: #22b8f2;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
}
.team-list-style .list-style-2 .team-item-wrap .team-img .normal-text .team-name a {
  color: #000;
  position: relative;
  margin-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  z-index: 111;
}
.team-list-style .list-style-2 .team-item-wrap .team-img .normal-text .subtitle {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 10px 20px;
  display: block;
}
.team-list-style .list-style-2 .team-item-wrap .team-img .detail-link {
  position: absolute;
  top: 42%;
  left: 46%;
  opacity: 0;
  transition: .5s;
}
.team-list-style .list-style-2 .team-item-wrap .team-img .detail-link i {
  color: #fff;
  font-size: 19px;
  z-index: 9999;
  background-color: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-list-style .list-style-2 .team-item-wrap .team-img .detail-link i:hover {
  background-color: #17a6dd;
}
.team-list-style .list-style-2 .team-item-wrap .team-img:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 32px;
  width: 32px;
  background: transparent;
  border-top: 3px solid;
  border-top-color: currentcolor;
  border-right: 3px solid;
  border-right-color: currentcolor;
  transition: 0.5s;
  z-index: 11;
}
.team-list-style .list-style-2 .team-item-wrap .team-img:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 32px;
  width: 32px;
  background: transparent;
  border-left: 3px solid;
  border-left-color: currentcolor;
  border-bottom: 3px solid;
  border-bottom-color: currentcolor;
  transition: 0.5s;
}
.team-list-style .list-style-2 .team-item-wrap .team-img:before,
.team-list-style .list-style-2 .team-item-wrap .team-img:after {
  border-color: #22b8f2;
}
.team-list-style .list-style-2 .team-item-wrap .team-img:hover .normal-text {
  opacity: 0;
}
.team-list-style .list-style-2 .team-item-wrap .team-img:hover .detail-link {
  opacity: 1;
}
.team-list-style .list-style-2 .team-item-wrap .team-img:hover:before {
  width: 0px;
  height: 0px;
  border-bottom: 50px solid transparent;
  border-right: 50px solid transparent;
  border-right: none;
  z-index: 100;
}
.team-list-style .list-style-2 .team-item-wrap .team-img:hover:before {
  border-right: 52px solid #22b8f2;
  border-top: unset;
}
.team-list-style .list-style-2 .team-item-wrap .team-img:hover:after {
  width: 0px;
  height: 0px;
  border-top: 50px solid transparent;
  border-left: 50px solid transparent;
  border-bottom: none;
  z-index: 100;
}
.team-list-style .list-style-2 .team-item-wrap .team-img:hover:after {
  border-left: 50px solid #22b8f2;
}
.team-list-style .list-style-2 .team-item-wrap .team-content {
  width: 50%;
  float: left;
  height: 100%;
  color: #000;
  padding: 20px;
}
.team-list-style .list-style-2 .team-item-wrap .team-content .team-name a {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 700;
}
.team-list-style .list-style-2 .team-item-wrap .team-content .team-name a:hover {
  color: #22b8f2;
}
.team-list-style .list-style-2 .team-item-wrap .team-content .team-title {
  font-size: 15px;
  border: none;
  color: #22b8f2;
}
.team-list-style .list-style-2 .team-item-wrap .team-content p {
  margin: 25px 0 25px;
}
.team-list-style .list-style-2 .team-item-wrap .team-content .team-social a {
  border: 1px solid #363636;
  color: #22b8f2;
}
.team-list-style .list-style-2 .team-item-wrap .team-content .team-social .social-icon {
  display: inline-block;
  background-color: #22b8f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 6px;
}
.team-list-style .list-style-2 .team-item-wrap .team-content .team-social .social-icon:hover {
  background-color: #fff;
}
.team-list-style .list-style-2 .team-item-wrap .team-content .team-social .social-icon i {
  font-size: 14px;
  color: #000;
}
.team-list-style .list-style-3 img {
  width: 100%;
}
.team-list-style .list-style-3 .team-item-wrap {
  width: 50%;
  margin-bottom: 10px;
}
.team-list-style .list-style-3 .team-item-wrap a {
  text-decoration: none;
}
.team-list-style .list-style-3 .team-item-wrap .team-img {
  position: relative;
  width: 50%;
  float: left;
}
.team-list-style .list-style-3 .team-item-wrap .team-img img {
  width: 100%;
}
.team-list-style .list-style-3 .team-item-wrap .team-img .normal-text {
  position: absolute;
  left: -50px;
  bottom: 48px;
  width: 200px;
  opacity: 1;
  transform: rotate(-90deg);
}
.team-list-style .list-style-3 .team-item-wrap .team-img .normal-text .team-name {
  background: #22b8f2;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
}
.team-list-style .list-style-3 .team-item-wrap .team-img .normal-text .team-name a {
  color: #000;
  position: relative;
  margin-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  z-index: 111;
}
.team-list-style .list-style-3 .team-item-wrap .team-img .normal-text .subtitle {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 10px 20px;
  display: block;
}
.team-list-style .list-style-3 .team-item-wrap .team-img .team-social {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  top: 50%;
  transition: .5s all ease;
}
.team-list-style .list-style-3 .team-item-wrap .team-img .team-social a {
  border: 1px solid #363636;
  color: #22b8f2;
}
.team-list-style .list-style-3 .team-item-wrap .team-img .team-social .social-icon {
  display: inline-block;
  background-color: #22b8f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 6px;
}
.team-list-style .list-style-3 .team-item-wrap .team-img .team-social .social-icon:hover {
  background-color: #fff;
}
.team-list-style .list-style-3 .team-item-wrap .team-img .team-social .social-icon i {
  font-size: 14px;
  color: #000;
}
.team-list-style .list-style-3 .team-item-wrap .team-img .overly-border:before,
.team-list-style .list-style-3 .team-item-wrap .team-img .overly-border:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  transition: opacity .5s,transform .5s;
  z-index: 1;
}
.team-list-style .list-style-3 .team-item-wrap .team-img .overly-border:before {
  border-top: 5px solid #22b8f2;
  border-bottom: 5px solid #22b8f2;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.team-list-style .list-style-3 .team-item-wrap .team-img .overly-border:after {
  border-right: 5px solid #22b8f2;
  border-left: 5px solid #22b8f2;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.team-list-style .list-style-3 .team-item-wrap .team-img:hover .overly-border:before,
.team-list-style .list-style-3 .team-item-wrap .team-img:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-list-style .list-style-3 .team-item-wrap .team-img:hover .normal-text {
  opacity: 0;
}
.team-list-style .list-style-3 .team-item-wrap .team-img:hover .team-social {
  opacity: 1;
}
.team-list-style .list-style-3 .team-item-wrap .team-content {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
  color: #000;
  text-align: center;
  z-index: 11;
  padding: 20px;
  opacity: 1;
}
.team-list-style .list-style-3 .team-item-wrap .team-content .display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.team-list-style .list-style-3 .team-item-wrap .team-content .display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.team-list-style .list-style-3 .team-item-wrap .team-content .display-table .display-table-cell .team-name a {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  text-transform: none;
}
.team-list-style .list-style-3 .team-item-wrap .team-content .display-table .display-table-cell .team-name a:hover {
  color: #22b8f2;
}
.team-list-style .list-style-3 .team-item-wrap .team-content .display-table .display-table-cell .team-title {
  font-size: 14px;
  padding-bottom: 12px;
  border: none;
  color: #22b8f2;
  position: relative;
  z-index: 111;
}
.team-list-style .list-style-3 .team-item-wrap .team-content .display-table .display-table-cell .team-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #22b8f2;
}
.team-list-style .list-style-3 .team-item-wrap .team-content .display-table .display-table-cell p {
  margin: 15px 0 25px;
}
.team-list-style .list-style-4 img {
  width: 100%;
}
.team-list-style .list-style-4 .team-item-wrap {
  width: 50%;
  margin-bottom: 10px;
}
.team-list-style .list-style-4 .team-item-wrap .team-img {
  position: relative;
  width: 50%;
  float: right;
}
.team-list-style .list-style-4 .team-item-wrap .team-img img {
  width: 100%;
}
.team-list-style .list-style-4 .team-item-wrap .team-img .normal-text {
  position: absolute;
  right: -58px;
  bottom: 48px;
  width: 200px;
  opacity: 1;
  transform: rotate(-90deg);
}
.team-list-style .list-style-4 .team-item-wrap .team-img .normal-text .team-name {
  background: #22b8f2;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
}
.team-list-style .list-style-4 .team-item-wrap .team-img .normal-text .team-name a {
  color: #000;
  position: relative;
  margin-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  z-index: 111;
}
.team-list-style .list-style-4 .team-item-wrap .team-img .normal-text .subtitle {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 10px 20px;
  display: block;
}
.team-list-style .list-style-4 .team-item-wrap .team-img .team-social {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  top: 50%;
  -webkit-transition: .4s all ease;
  transition: .5s all ease;
}
.team-list-style .list-style-4 .team-item-wrap .team-img .team-social a {
  border: 1px solid #363636;
  color: #22b8f2;
}
.team-list-style .list-style-4 .team-item-wrap .team-img .team-social .social-icon {
  display: inline-block;
  background-color: #22b8f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 6px;
}
.team-list-style .list-style-4 .team-item-wrap .team-img .team-social .social-icon:hover {
  background-color: #fff;
}
.team-list-style .list-style-4 .team-item-wrap .team-img .team-social .social-icon i {
  font-size: 14px;
  color: #000;
}
.team-list-style .list-style-4 .team-item-wrap .team-img .overly-border:before,
.team-list-style .list-style-4 .team-item-wrap .team-img .overly-border:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
  z-index: 1;
}
.team-list-style .list-style-4 .team-item-wrap .team-img .overly-border:before {
  border-top: 5px solid #22b8f2;
  border-bottom: 5px solid #22b8f2;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.team-list-style .list-style-4 .team-item-wrap .team-img .overly-border:after {
  border-right: 5px solid #22b8f2;
  border-left: 5px solid #22b8f2;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.team-list-style .list-style-4 .team-item-wrap .team-img:hover .overly-border:before,
.team-list-style .list-style-4 .team-item-wrap .team-img:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-list-style .list-style-4 .team-item-wrap .team-img:hover .normal-text {
  opacity: 0;
}
.team-list-style .list-style-4 .team-item-wrap .team-img:hover .team-social {
  opacity: 1;
}
.team-list-style .list-style-4 .team-item-wrap .team-content {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
  color: #000;
  text-align: center;
  z-index: 11;
  padding: 20px;
  opacity: 1;
}
.team-list-style .list-style-4 .team-item-wrap .team-content .display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.team-list-style .list-style-4 .team-item-wrap .team-content .display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.team-list-style .list-style-4 .team-item-wrap .team-content .display-table .display-table-cell .team-name a {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 700;
}
.team-list-style .list-style-4 .team-item-wrap .team-content .display-table .display-table-cell .team-name a:hover {
  color: #22b8f2;
}
.team-list-style .list-style-4 .team-item-wrap .team-content .display-table .display-table-cell .team-title {
  font-size: 14px;
  padding-bottom: 12px;
  border: none;
  color: #22b8f2;
  position: relative;
  z-index: 111;
}
.team-list-style .list-style-4 .team-item-wrap .team-content .display-table .display-table-cell .team-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #22b8f2;
}
.team-list-style .list-style-4 .team-item-wrap .team-content .display-table .display-table-cell p {
  margin: 15px 0 25px;
}
.team-list-style .list-style-5 img {
  width: 100%;
}
.team-list-style .list-style-5 .list-item {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.team-list-style .list-style-5 .list-item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.team-list-style .list-style-5 .list-item h2 {
  font-size: 15px;
  font-weight: bold;
}
.team-list-style .list-style-5 .list-item:first-child {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 10px 0;
}
.team-list-style .list-style-5 .list-item:first-child .list-text {
  padding: 0;
}
.team-list-style .list-style-5 .list-item:hover .image img {
  transform: scale(1);
}
.team-list-style .list-style-5 .list-item:hover .list-text .name h1 a i {
  transform: scale(1);
}
.team-list-style .list-style-5 .list-item .image {
  width: 10%;
  float: left;
}
.team-list-style .list-style-5 .list-item .image img {
  transform: scale(0.9);
  transition: 0.3s;
}
.team-list-style .list-style-5 .list-item .list-text {
  width: 90%;
  float: left;
  padding: 40px 0 0;
}
.team-list-style .list-style-5 .list-item .list-text .name {
  width: 20%;
  float: left;
}
.team-list-style .list-style-5 .list-item .list-text .name h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.team-list-style .list-style-5 .list-item .list-text .name h1 a i {
  transform: scale(0.9);
  transition: 0.3s;
  color: #000;
}
.team-list-style .list-style-5 .list-item .list-text .designation {
  width: 15%;
  float: left;
  text-align: center;
}
.team-list-style .list-style-5 .list-item .list-text .email {
  width: 20%;
  float: left;
  text-align: center;
}
.team-list-style .list-style-5 .list-item .list-text .email a {
  color: #22b8f2;
  text-decoration: none;
}
.team-list-style .list-style-5 .list-item .list-text .mobile {
  width: 15%;
  float: left;
  text-align: center;
}
.team-list-style .list-style-5 .list-item .list-text .social-icon {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0;
}
.team-list-style .list-style-5 .list-item .list-text .social-icon a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.team-list-style .list-style-5 .list-item .list-text .social-icon a i {
  padding: 7px 0 0;
}
.team-list-style .list-style-5 .list-item .list-text .social-icon a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-list-style .list-style-5 .list-item .list-text .social-icon a:hover .fa-facebook {
  background: #3b5999;
}
.team-list-style .list-style-5 .list-item .list-text .social-icon a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-list-style .list-style-5 .list-item .list-text .social-icon a:hover .fa-google-plus {
  background: #d04333;
}
.team-list-style .list-style-5 .list-item .list-text .social-icon a:hover .fa-linkedin {
  background: #0080b1;
}
.team-list-style .list-style-6 img {
  width: 100%;
}
.team-list-style .list-style-6 .single-team-member {
  width: 100%;
  margin-bottom: 10px;
}
.team-list-style .list-style-6 .single-team-member .image-section {
  width: 25%;
  float: left;
  position: relative;
  background-color: #000;
  opacity: 0.8;
}
.team-list-style .list-style-6 .single-team-member .image-section .overlay-section {
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-list-style .list-style-6 .single-team-member .image-section .overlay-section .detail-link {
  position: absolute;
  top: 45%;
  left: 46%;
}
.team-list-style .list-style-6 .single-team-member .image-section .overlay-section .detail-link i {
  color: #fff;
  font-size: 19px;
  z-index: 9999;
  background-color: #22b8f2;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  transition: .3s all ease;
}
.team-list-style .list-style-6 .single-team-member .image-section .overlay-section .detail-link i:hover {
  background-color: #17a6dd;
}
.team-list-style .list-style-6 .single-team-member .image-section img {
  width: 100%;
  transform: scale(0.9);
  transition: 0.5s;
}
.team-list-style .list-style-6 .single-team-member .image-section:hover img {
  transform: scale(1);
}
.team-list-style .list-style-6 .single-team-member .image-section:hover .overlay-section {
  opacity: 0.8;
}
.team-list-style .list-style-6 .single-team-member .text-section {
  width: 75%;
  float: left;
  padding: 15px 25px;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .team-title h1 {
  font-size: 22px;
  font-weight: bold;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .team-title h1 a {
  text-decoration: none;
  transition: 0.5s;
  color: #000;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .team-title h1 a:hover {
  color: #22b8f2;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .team-title h2 {
  font-size: 16px;
  color: #22b8f2;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .social-icons {
  padding: 0;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
  transition: 0.5s;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .social-icons a i {
  padding: 7px 0 0;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
/* ------------------------------------
	05. Single Team Styles
---------------------------------------*/
.single-member .single-member-details .single-member-title h2 {
  margin: 0 0 6px;
}
.single-member .single-member-details .single-member-title h3 {
  color: #999;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.single-member .single-member-details .social-icons {
  padding: 10px 0;
  text-align: left;
}
.single-member .single-member-details .social-icons a {
  background: #22b8f2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
}
.single-member .single-member-details .social-icons a i {
  padding: 7px 0 0;
}
.single-member .single-member-details .social-icons a:hover i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.single-member .single-member-details .social-icons a:hover .fa-facebook {
  background: #3b5999;
}
.single-member .single-member-details .social-icons a:hover .fa-twitter {
  background: #3aa9e0;
}
.single-member .single-member-details .social-icons a:hover .fa-google-plus {
  background: #d04333;
}
.single-member .single-member-details .social-icons a:hover .fa-linkedin {
  background: #0080b1;
}
.single-member .single-member-details .contact-info {
  padding: 0 0 10px;
}
.single-member .single-member-details .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-member .single-member-details .contact-info ul li {
  padding: 3px 0;
}
.single-member .single-member-details .contact-info ul li i {
  padding-right: 8px;
  color: #22b8f2;
}
.single-member .single-member-details .contact-info ul li a {
  text-decoration: none;
}
/* ------------------------------------
	06. Responsive CSS
---------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-style {
    /* -----Team Member Grid Style Responsive CSS-----------*/
    /* -----Team Member Slider Style Responsive CSS-----------*/
  }
  .team-style .team-grid-style {
    /* -----Team Member Grid Style 13 Responsive CSS-----------*/
  }
  .team-style .team-grid-style .grid-style-13 .single-team-member .box-section .box-text {
    padding: 30% 0;
  }
  .team-style .team-slider-style {
    /* -----Team Member Slider Style 13 Responsive CSS-----------*/
  }
  .team-style .team-slider-style .slider-style-13 .single-team-member .box-section .box-text {
    padding: 30% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-style {
    /* -----Team Member List Style Responsive CSS-----------*/
    /* -----Team Member Grid Style Responsive CSS-----------*/
    /* -----Team Member Slider Style Responsive CSS-----------*/
  }
  .team-style .team-list-style {
    /* -----Team Member List Style 1 Responsive CSS-----------*/
    /* -----Team Member List Style 2 Responsive CSS-----------*/
    /* -----Team Member List Style 3 Responsive CSS-----------*/
    /* -----Team Member List Style 4 Responsive CSS-----------*/
    /* -----Team Member List Style 5 Responsive CSS -----------*/
    /* -----Team Member List Style 6 Responsive CSS-----------*/
  }
  .team-style .team-list-style .list-style-1 .team-item-wrap {
    width: 100%;
  }
  .team-style .team-list-style .list-style-1 .team-item-wrap .team-img {
    width: 50%;
    float: left;
  }
  .team-style .team-list-style .list-style-1 .team-item-wrap .team-content {
    width: 50%;
    float: left;
  }
  .team-style .team-list-style .list-style-2 .team-item-wrap {
    width: 100%;
  }
  .team-style .team-list-style .list-style-2 .team-item-wrap .team-img {
    width: 50%;
  }
  .team-style .team-list-style .list-style-2 .team-item-wrap .team-content {
    width: 50%;
  }
  .team-style .team-list-style .list-style-3 .team-item-wrap {
    width: 100%;
  }
  .team-style .team-list-style .list-style-3 .team-item-wrap .team-img {
    width: 50%;
    float: left;
  }
  .team-style .team-list-style .list-style-3 .team-item-wrap .team-content {
    width: 50%;
    float: left;
  }
  .team-style .team-list-style .list-style-4 .team-item-wrap {
    width: 100%;
  }
  .team-style .team-list-style .list-style-4 .team-item-wrap .team-img {
    width: 50%;
  }
  .team-style .team-list-style .list-style-4 .team-item-wrap .team-content {
    width: 50%;
  }
  .team-style .team-list-style .list-style-5 .list-item .image {
    width: 25%;
  }
  .team-style .team-list-style .list-style-5 .list-item:first-child {
    display: none;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text {
    width: 25%;
    float: right;
    padding: 20px 0 0;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .name {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .name h1 {
    text-align: center;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .designation {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .email {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .mobile {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .social-icon {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-style .team-list-style .list-style-6 .single-team-member .image-section {
    width: 50%;
  }
  .team-style .team-list-style .list-style-6 .single-team-member .text-section {
    width: 50%;
  }
  .team-style .team-grid-style {
    /* -----Team Member Grid Style 12 Responsive CSS-----------*/
    /* -----Team Member Grid Style 13 Responsive CSS-----------*/
  }
  .team-style .team-grid-style .grid-style-12 .single-team-member {
    width: 50%;
  }
  .team-style .team-grid-style .grid-style-13 .single-team-member .box-section .box-text {
    padding: 22% 0;
  }
  .team-style .team-slider-style {
    /* -----Team Member Slider Style 13 Responsive CSS-----------*/
  }
  .team-style .team-slider-style .slider-style-13 .single-team-member .box-section .box-text {
    padding: 22% 0;
  }
}
@media only screen and (max-width: 768px) {
  .team-style {
    /* -----Team Member Slider Style Responsive CSS-----------*/
  }
  .team-style .team-slider-style {
    /* -----Team Member Slider Style 13 Responsive CSS-----------*/
  }
  .team-style .team-slider-style .slider-style-13 .single-team-member .image-section {
    width: 100%;
    float: none;
  }
  .team-style .team-slider-style .slider-style-13 .single-team-member .box-section {
    width: 100%;
    float: none;
  }
  .team-style .team-slider-style .slider-style-13 .single-team-member .box-section:before {
    border-bottom: 15px solid #22b8f2;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: unset;
    left: 45%;
    top: -15px;
    bottom: unset;
  }
}
@media only screen and (max-width: 767px) {
  .team-style {
    /* -----Team Member Grid Style Responsive CSS-----------*/
    /* -----Team Member List Style Responsive CSS-----------*/
  }
  .team-style .team-grid-style {
    /* -----Team Member Grid Style 12 Responsive CSS-----------*/
  }
  .team-style .team-grid-style .grid-style-12 .single-team-member {
    width: 50%;
  }
  .team-style .team-list-style {
    /* -----Team Member List Style 1 Responsive CSS-----------*/
    /* -----Team Member List Style 2 Responsive CSS-----------*/
    /* -----Team Member List Style 3 Responsive CSS-----------*/
    /* -----Team Member List Style 4 Responsive CSS-----------*/
    /* -----Team Member List Style 5 Responsive CSS-----------*/
    /* -----Team Member List Style 6 Responsive CSS-----------*/
  }
  .team-style .team-list-style .list-style-1 .team-item-wrap {
    width: 100%;
  }
  .team-style .team-list-style .list-style-1 .team-item-wrap .team-img {
    width: 50%;
  }
  .team-style .team-list-style .list-style-1 .team-item-wrap .team-content {
    width: 50%;
  }
  .team-style .team-list-style .list-style-2 .team-item-wrap {
    width: 100%;
  }
  .team-style .team-list-style .list-style-2 .team-item-wrap .team-img {
    width: 50%;
  }
  .team-style .team-list-style .list-style-2 .team-item-wrap .team-content {
    width: 50%;
  }
  .team-style .team-list-style .list-style-3 .team-item-wrap {
    width: 100%;
  }
  .team-style .team-list-style .list-style-3 .team-item-wrap .team-img {
    width: 50%;
  }
  .team-style .team-list-style .list-style-3 .team-item-wrap .team-content {
    width: 50%;
  }
  .team-style .team-list-style .list-style-4 .team-item-wrap {
    width: 100%;
  }
  .team-style .team-list-style .list-style-4 .team-item-wrap .team-img {
    width: 50%;
  }
  .team-style .team-list-style .list-style-4 .team-item-wrap .team-content {
    width: 50%;
  }
  .team-style .team-list-style .list-style-5 .list-item .image {
    width: 50%;
  }
  .team-style .team-list-style .list-style-5 .list-item:first-child {
    display: none;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text {
    width: 50%;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .name {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .name h1 {
    text-align: center;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .designation {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .email {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .mobile {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text .social-icon {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-style .team-list-style .list-style-6 .single-team-member .image-section {
    width: 75%;
    float: none;
  }
  .team-style .team-list-style .list-style-6 .single-team-member .text-section {
    width: 75%;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .team-style {
    /* -----Team Member Grid Style Responsive CSS-----------*/
    /* -----Team Member List Style 13 Responsive CSS-----------*/
  }
  .team-style .team-grid-style {
    /* -----Team Member Grid Style 13 Responsive CSS-----------*/
    /* -----Team Member Grid Style 13 Responsive CSS-----------*/
  }
  .team-style .team-grid-style .grid-style-12 .single-team-member {
    width: 100%;
  }
  .team-style .team-grid-style .grid-style-13 .single-team-member .image-section {
    width: 100%;
    float: none;
  }
  .team-style .team-grid-style .grid-style-13 .single-team-member .box-section {
    width: 100%;
    float: none;
  }
  .team-style .team-grid-style .grid-style-13 .single-team-member .box-section:before {
    border-bottom: 15px solid #22b8f2;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: unset;
    left: 45%;
    top: -15px;
    bottom: unset;
  }
  .team-style .team-list-style {
    /* -----Team Member List Style 1 Responsive CSS-----------*/
    /* -----Team Member List Style 2 Responsive CSS-----------*/
    /* -----Team Member List Style 3 Responsive CSS-----------*/
    /* -----Team Member List Style 4 Responsive CSS-----------*/
    /* -----Team Member List Style 5 Responsive CSS-----------*/
    /* -----Team Member List Style 6 Responsive CSS-----------*/
  }
  .team-style .team-list-style .list-style-1 .team-item-wrap .team-img {
    width: 100%;
    float: none;
    height: auto;
  }
  .team-style .team-list-style .list-style-1 .team-item-wrap .team-content {
    width: 100%;
    float: none;
    height: auto;
  }
  .team-style .team-list-style .list-style-2 .team-item-wrap .team-img {
    width: 100%;
    float: none;
    height: auto;
  }
  .team-style .team-list-style .list-style-2 .team-item-wrap .team-content {
    width: 100%;
    float: none;
    height: auto;
    text-align: center;
  }
  .team-style .team-list-style .list-style-3 .team-item-wrap .team-img {
    width: 100%;
    float: none;
    height: auto;
  }
  .team-style .team-list-style .list-style-3 .team-item-wrap .team-content {
    width: 100%;
    float: none;
    height: auto;
    text-align: left;
  }
  .team-style .team-list-style .list-style-4 .team-item-wrap .team-img {
    width: 100%;
    float: none;
    height: auto;
  }
  .team-style .team-list-style .list-style-4 .team-item-wrap .team-content {
    width: 100%;
    float: none;
    height: auto;
  }
  .team-style .team-list-style .list-style-5 .list-item {
    padding: 20px 10%;
  }
  .team-style .team-list-style .list-style-5 .list-item .image {
    width: 100%;
    float: none;
  }
  .team-style .team-list-style .list-style-5 .list-item .list-text {
    width: 100%;
    padding: 20px 0 0;
    float: none;
  }
  .team-style .team-list-style .list-style-6 .single-team-member .image-section {
    width: 100%;
  }
  .team-style .team-list-style .list-style-6 .single-team-member .text-section {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .team-style {
    /* -----Team Member Slider Style Responsive CSS-----------*/
  }
  .team-style .team-slider-style .owl-carousel .owl-item {
    padding: 5px;
  }
}
@media only screen and (max-width: 350px) {
  .team-style {
    /* -----Team Member Slider Style Responsive CSS-----------*/
  }
  .team-style .team-slider-style {
    /* -----Team Member Slider Style 13 Responsive CSS-----------*/
  }
  .team-style .team-slider-style .slider-style-3 .items .item-img .items-desc {
    top: 5%;
  }
}
