/**
*
* -----------------------------------------------------------------------------
*
* Template : CL Team WordPress Plugin
* Author : rs-theme
* Author URI : https://codecanyon.net/user/rs-theme/portfolio
*
* -----------------------------------------------------------------------------
*
**/
/* 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
---------------------------------------*/
#rs-header .menu-area .navbar ul li.buy_now a{
  background: #22b8f2;
  color: #fff !important;
  line-height: normal !important;
  padding: 5px 10px;
  display: block;
}
#rs-header .menu-area .navbar ul li.buy_now a:hover{
  color: #222 !important;
}
#rs-header .menu-area .navbar ul li.buy_now{
  height: auto;
}
.team-style .top-margin {
  margin-top: 173px;
}
.team-style .display-block {
  display: block !important;
}
.team-style .display-show {
  display: block !important;
  position: unset !important;
}

#clteam_main .flex-control-thumbs li{
  float: none
}


/*-----------------------------
          Popup Box
------------------------------*/
body .mfp-close-btn-in .mfp-close {
    top: -50px;
    right: 100px;
    text-align: right;
    padding-right: 0;
    display: inline-block;
    text-align: center;
    background: #22b8f2;
    width: 44px;
    border-radius: 50%;
    text-indent: 4px;
    font-size: 27px;
    color: #fff;
}
.clteam_popupbox .team-social .social-icon {
    display: inline-block;
    background-color: #22b8f2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-right: 6px;
}
.clteam_popupbox .team-social .social-icon:hover{
  color: #222
}

.rs-vertical-middle {
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}
.clteam_popupbox{
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  padding: 24px;
  padding-bottom: 0;

}

.clteam_popupbox .details-content {
  margin-top: 20px;
}

.clteam_popupbox .address_area .social-icon i {
    color: #22b8f2;
    padding-right: 10px;
}
.clteam_popupbox .clteam_content{
    padding-left: 30px;
}
.clteam_popupbox .clteam_content .team-name{
  margin-bottom: 10px;
}
.clteam_popupbox .clteam_content .team-name{
  margin-bottom: 8px;
}
.clteam_popupbox .clteam_content .team-title{
  margin-bottom: 15px;
  display: block;
}



/* ------------------------------------
	02. Team Grid Styles
---------------------------------------*/
.mb-20 {
  margin-bottom: 20px;
}
.pagination-area{
    width: 100%;
}
.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;
  font-size: 18px;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-img .normal-text .team-name a {
  color: #000;
  position: relative;
  margin-bottom: 6px;
  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: 16px;
  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;
}

.light_box .team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text{
  top: 50%;
  transform: translateY(-50%);
}
.light_box .team-grid-style .grid-style-3 .items .item-img .items-desc{
      bottom: -50px;
}

.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: 5px;
  font-size: 18px;
}
.team-grid-style .grid-style-1 .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-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: 16px;
  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 {
  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 15px;
  display: block;
  position: relative;
  z-index: 999;
  font-size: 18px;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-img .normal-text .team-name a {
  color: #000;
  position: relative;
  margin-bottom: 6px;
  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: 16px;
  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;
  font-size: 18px;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-name a {
  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: 16px;
  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 {
  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;
  transition: all .5s;
  background: #fff;
  margin-bottom: 105px;
  z-index: 1;
}

.team-grid-style .grid-style-3 .items .item-img .items-img {
  transition: all .4s;
  z-index: -1;
  position: relative
}
.team-grid-style .grid-style-3 .items .item-img .items-desc {
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: -85px;
  background: #fff;
  width: calc(100% - 80px);
  padding: 30px 30px 15px;
  -webkit-box-shadow: 10px 17px 38px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 10px 17px 38px 0 rgba(0,0,0,0.1);
  box-shadow: 10px 17px 38px 0 rgba(0,0,0,0.1);
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .team-text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.71;
  color: #8a8a8a;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all .6s,max-height .5s;
  -o-transition: all .6s,max-height .5s;
  -moz-transition: all .6s,max-height .5s;
  transition: all .6s,max-height .5s;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.team-grid-style .grid-style-3 .items:hover .item-img .team-text {
  position: relative;
  max-height: 400px;
  opacity: 1;
  text-align: center;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all .4s,max-height 1.5s;
  -o-transition: all .4s,max-height 1.5s;
  -moz-transition: all .4s,max-height 1.5s;
  transition: all .4s,max-height 1.5s;
  padding: 10px 0;
  margin-top: 10px;
}
.team-grid-style .grid-style-3 .items .item-img .team-text:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #22b8f2;
  top: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  margin-left: -25px;
}

.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 h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .item-title h3 a {
  color: #333;
  text-decoration: none;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .item-title h3 a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .item-title .member-title {
  font-size: 16px;
  color: #22b8f2;
  margin: 0;
}
.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 .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: 10%;
  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;
  margin: 0 0 5px;
}
.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: 18px;
  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: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.team-grid-style .grid-style-5 .single-member-area article .short-bio {
  padding: 0 10px;
}
.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 10px 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;
  font-size: 18px;
}
.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: 20% 10px 10px;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content h3 {
  margin: 0;
}
.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 h3 {
  margin: 0;
  font-size: 18px;
}
.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: 18px;
  margin: 0 !important;
  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: 16px;
  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;
  visibility: hidden;
}
.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 {
  font-size: 16px;
  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 {
  margin: 0;
  font-size: 18px;
}
.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;
  font-size: 16px;
}
.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;
  margin: 0 0 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.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: 18px;
  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: 16px;
  text-align: center;
  color: #22b8f2;
  padding: 0 10px 10px;
}
.team-grid-style .grid-style-9 .single-member-area article .team-title {
  text-align: center;
}
.team-grid-style .grid-style-9 .single-member-area article .team-title h3 {
  margin: 0;
  padding-top: 17px;
  font-size: 18px;
  font-weight: bold;
}
.team-grid-style .grid-style-9 .single-member-area article .team-title h3 a {
  text-decoration: none;
  color: #000;
}
.team-grid-style .grid-style-9 .single-member-area article .team-title h3 a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-9 .single-member-area article .team-title .member-title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  color: #888;
}
.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: 18px;
  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: 16px;
  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: 18px;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title h3 {
  margin: 0 0 5px;
}
.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: 16px;
}
.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 .team-title {
  text-align: left;
}
.team-grid-style .grid-style-11 .single-member-area article .team-title h3 {
  margin: 0;
  padding-top: 17px;
  font-size: 18px;
  font-weight: bold;
}
.team-grid-style .grid-style-11 .single-member-area article .team-title h3 a {
  text-decoration: none;
  color: #000;
}
.team-grid-style .grid-style-11 .single-member-area article .team-title h3 a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-11 .single-member-area article .team-title .member-title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  color: #888;
}
.team-grid-style .grid-style-11 .single-member-area article .short-bio p {
  margin-bottom: 14px;
  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 img {
  width: 100%;
}
.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 h3 {
  margin: 0;
  padding-top: 17px;
  font-size: 18px;
  font-weight: bold;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .team-title h3 a {
  text-decoration: none;
  color: #000;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .team-title h3 a:hover {
  color: #22b8f2;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .team-title .member-title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  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: 32% 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 h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .box-title h3 a {
  text-decoration: none;
  transition: 0.5s;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .box-title .member-title {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
}
.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-size: 14px;
}

/*giac
.owl-carousel {
  padding-top: 0;
}
.owl-carousel .owl-nav {
  right: 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
  font-size: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #4d6de6;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease all;
  opacity: 0;
  visibility: hidden;
}
.owl-carousel .owl-nav [class*="owl-"]:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev {
  left: 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
  content: "\f104";
}
.owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-next:before {
  content: "\f105";
  margin-left: 2px;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #22b8f2;
  color: #fff;
}
.owl-carousel:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-nav [class*="owl-"].owl-prev {
  left: -60px;
}
.owl-carousel:hover .owl-nav [class*="owl-"].owl-next {
  right: -60px;
}

.owl-carousel .owl-dots {
  text-align: center;
  line-height: 1;
  margin: 20px 0 0;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 3px;
  padding: 3px 0;
  border-radius: 50%;
  border: 1px solid #4d6de6;
}
.owl-carousel .owl-dots .owl-dot:hover {
  background: #4d6de6;
}
.owl-carousel .owl-dots .active {
  background: #4d6de6;
}
*/
.isotope .team-filter {
  margin-bottom: 30px;
}
.isotope .team-filter.left {
  text-align: left;
}
.isotope .team-filter.center {
  text-align: center;
}
.isotope .team-filter.right {
  text-align: right;
}
.isotope .team-filter button {
  position: relative;
  background: unset;
  border: none;
  padding: 0;
  outline: none;
  font-size: 16px;
  color: #333;
  margin-right: 23px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.isotope .team-filter button:after {
  position: absolute;
  content: '/';
  color: #333;
  right: -10px;
  top: 0;
}
.isotope .team-filter button:last-child {
  margin-right: 0;
}
.isotope .team-filter button:last-child:after {
  display: none;
}
.isotope .team-filter button:hover {
  color: #22b8f2;
}
.isotope .team-filter button.active {
  color: #22b8f2;
}
.isotope .team-filter button.active:after {
  color: #22b8f2;
}



.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 .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;
  font-size: 18px;
}
.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: 16px;
  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: 18px;
  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: 16px;
  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 {
  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 .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;
  font-size: 18px;
}
.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: 16px;
  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;
  font-size: 18px;
}
.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: 16px;
  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 {
  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;
  transition: all .5s;
  background: #fff;
  margin-bottom: 105px;
  z-index: 1;
}

.team-slider-style .slider-style-3 .items .item-img .items-img {
  transition: all .4s;
  z-index: -1;
  position: relative
}
.team-slider-style .slider-style-3 .items .item-img .items-desc {
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: -85px;
  background: #fff;
  width: calc(100% - 80px);
  padding: 30px 30px 15px;
  -webkit-box-shadow: 10px 17px 38px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 10px 17px 38px 0 rgba(0,0,0,0.1);
  box-shadow: 10px 17px 38px 0 rgba(0,0,0,0.1);
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .team-text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.71;
  color: #8a8a8a;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all .6s,max-height .5s;
  -o-transition: all .6s,max-height .5s;
  -moz-transition: all .6s,max-height .5s;
  transition: all .6s,max-height .5s;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.team-slider-style .slider-style-3 .items:hover .item-img .team-text {
  position: relative;
  max-height: 400px;
  opacity: 1;
  text-align: center;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all .4s,max-height 1.5s;
  -o-transition: all .4s,max-height 1.5s;
  -moz-transition: all .4s,max-height 1.5s;
  transition: all .4s,max-height 1.5s;
  padding: 10px 0;
  margin-top: 10px;
}
.team-slider-style .slider-style-3 .items .item-img .team-text:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #22b8f2;
  top: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  margin-left: -25px;
}

.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 h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title h3 a {
  color: #fff;
  text-decoration: none;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title h3 a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title .member-title {
  font-size: 16px;
  color: #22b8f2;
  margin: 0;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title i {
  color: #22b8f2;
  font-size: 30px;
  line-height: 0px;
}
.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: 92%;
  background-color: #f2f2f2;
  border: 1px solid #22b8f2;
  margin: 0;
  padding: 10px;
  z-index: 999;
}
.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-bottom: 15px solid #22b8f2;
  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;
  border-bottom: 1px solid #fff;
  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: 10%;
  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;
  margin: 0 0 5px;
}
.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;
  font-size: 18px;
}
.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: 18px;
  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: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.team-slider-style .slider-style-5 .single-member-area article .short-bio {
  padding: 0 10px;
}
.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 10px 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 {
  margin: 0 0 5px;
  font-size: 18px;
}
.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;
  font-size: 16px;
}
.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: 18px;
  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: 16px;
  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;
  visibility: hidden;
}
.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 {
  margin: 0 0 5px;
  font-size: 18px;
}
.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;
  font-size: 16px;
}
.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 {
  margin: 0 0 5px;
  font-size: 18px;
}
.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;
  font-size: 16px;
}
.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 {
  margin: 0 0 5px;
  font-size: 18px;
}
.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 .member-title {
  font-size: 16px;
}
.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: 18px;
  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: 16px;
  text-align: center;
  color: #22b8f2;
  padding: 0 10px 10px;
}
.team-slider-style .slider-style-9 .single-member-area article .team-title {
  text-align: center;
}
.team-slider-style .slider-style-9 .single-member-area article .team-title h3 {
  margin: 0;
  padding-top: 17px;
  font-size: 18px;
  font-weight: bold;
}
.team-slider-style .slider-style-9 .single-member-area article .team-title h3 a {
  text-decoration: none;
  color: #000;
}
.team-slider-style .slider-style-9 .single-member-area article .team-title h3 a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-9 .single-member-area article .team-title .member-title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  color: #888;
}
.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: 18px;
  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: 16px;
  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: 18px;
}
.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: 16px;
}
.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 .team-title {
  text-align: left;
}
.team-slider-style .slider-style-11 .single-member-area article .team-title h3 {
  margin: 0;
  padding-top: 17px;
  font-size: 18px;
  font-weight: bold;
}
.team-slider-style .slider-style-11 .single-member-area article .team-title h3 a {
  text-decoration: none;
  color: #000;
}
.team-slider-style .slider-style-11 .single-member-area article .team-title h3 a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-11 .single-member-area article .team-title .member-title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  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 h3 {
  margin: 0;
  padding-top: 18px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .team-title h3 a {
  text-decoration: none;
  color: #000;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .team-title h3 a:hover {
  color: #22b8f2;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .team-title .member-title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  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: 32% 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 h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .box-title h3 a {
  text-decoration: none;
  transition: 0.5s;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .box-title .member-title {
  font-size: 16px;
  line-height: 1;
}
.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 {
  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 {
  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 {
  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 {
  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;
  padding: 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;
  margin-bottom: 0;
}
.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: 8%;
  float: left;
}
.team-list-style .list-style-5 .list-item .image img {
  transform: scale(0.9);
  transition: 0.3s;
  border-radius: 50%;
}
.team-list-style .list-style-5 .list-item .list-text {
  width: 92%;
  float: left;
  padding: 35px 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 h3 {
  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  i{
  padding-right: 7px;
}
.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: 30%;
  display: inline;
  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
---------------------------------------*/

#clteam_main .flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
}
#clteam_main .flexslider .slides img {
    width: 100%;
    display: block;
}

#clteam_main .flexslider .slides {
    zoom: 1;
}
#clteam_main .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.single-member .single-member-details #clteam_main {
  overflow: visible;
}
.single-member .single-member-details #clteam_main .slider-single .flexslider {
  margin: 0 0 15px;
  box-shadow: none;
}
.single-member .single-member-details .single-member-title h2 {
  margin: 0 0 6px;
}
.single-member .single-member-details .single-member-title span {
  color: #999;
  display: block;
  font-size: 18px;
}
.single-member .single-member-details .description {
  width: 100%;
}
.single-member .single-member-details .description .left-part {
  float: left;
  padding: 0 15px 0 0;
}
.single-member .single-member-details .description .right-part {
  float: left;
  padding: 0 15px;
}
.single-member .single-member-details .description .single-member-bio  {
  float: none;
  display: inline-block;
  padding: 15px 0 0;
}
.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 30px;
  position: relative;
}
.single-member .single-member-details .contact-info:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: #f2f2f2;
}
.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;
}

.slider_nav_show .owl-nav.disabled, 
.slider_dot_show .owl-dots.disabled
{
  display: block !important;
}



/* ------------------------------------
	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 (max-width: 991px) {
  .clteam_popupbox .address_area{
    margin-top: 25px;
  }
  .clteam_popupbox .clteam_img{
   padding-top: 30px;
   padding-left: 30px;
  }
}
@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 {  
    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-grid-style .grid-style-12 .single-team-member {
    width: 50%;
  }
 
  .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 {
   
    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-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 .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%;
  }
}
