/**
*
* -----------------------------------------------------------------------------
*
* Template : CL Team WordPress Plugin
* Author : rs-theme
* Author URI : https://codecanyon.net/user/rs-theme/portfolio
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
00. Global Style
01. Team Styles
02. Team Grid Styles
03. Team Slider Styles
04. Team List Styles
05. Single Team Styles
06. Responsive CSS
--------------------------------------------------------*/
/* ------------------------------------
	00. Global Style
---------------------------------------*/
.uteam_popupbox .address_area .social-icon{
  list-style: none;
  margin: 0 0 1.5em 0em;
}
.team-social a i::before,
.social-area ul li a i::before{
  font-family: "Font Awesome 6 Brands";
}
/* ------------------------------------
	01. Team Styles
---------------------------------------*/
#rs-header .menu-area .navbar ul li.buy_now a{
  background: #0052da;
  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;
}

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

.entry-content > h3{
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}
.entry-content > h3 em,
.entry-content > h3 strong{
  font-style: normal;
}

/*-----------------------------
          Popup Box
------------------------------*/
body .mfp-close-btn-in .mfp-close {
    top: -15px;
    right: -15px;
    text-align: right;
    padding-right: 0;
    display: inline-flex;
    text-align: center;
    background: #fff;
    border: 1px solid #0052da;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 22px;
    color: #0052da;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all linear 0.3s;
}
body .mfp-close-btn-in .mfp-close:hover{
  background: #0052da;
  color: #fff;
}
.uteam_popupbox .team-social .social-icon {
    display: inline-block;
    background-color: #0052da;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-right: 6px;
}
.uteam_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;
}
.uteam_popupbox{
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: 24px;

}

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

.uteam_popupbox .address_area .social-icon i {
    color: #0052da;
    padding-right: 10px;
}
.uteam_popupbox .uteam_content{
    padding-left: 30px;
}
.uteam_popupbox .uteam_content .team-name{
  margin-bottom: 10px;
}
.uteam_popupbox .uteam_content .team-name{
  margin-bottom: 8px;
}
.uteam_popupbox .uteam_content .team-title{
  margin-bottom: 15px;
  display: block;
}



/* ------------------------------------
	02. Team Grid Styles
---------------------------------------*/
.mb-20 {
  margin-bottom: 20px;
}
.pagination-area{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.pagination-area .nav-links span,
.pagination-area .nav-links a{
  height: 40px;
  width: 40px;
  border: 1px solid #eee;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
  margin: 0 2px;
}
.pagination-area .nav-links span{
  cursor: context-menu;
}
.pagination-area .nav-links span.current{
  background: #0052da;
  color: #fff;
  border-color: #0052da;
}
.pagination-area .nav-links a:hover{
  background: #0052da;
  color: #fff;
  border-color: #0052da;
}
.pagination-area .nav-links a.prev,
.pagination-area .nav-links a.next{
  width: auto;
  padding: 0 20px;
}
.team-grid-style {
  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%;
  vertical-align: middle;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-img .normal-text {
  position: absolute;
  left: 0px;
  bottom: 30px;
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-img .normal-text .team-name {
  background: #0052da;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
  font-size: 18px;
  min-width: 200px;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-img .normal-text .team-name a {
  color: #fff;
  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: #0052da;
}
.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);
  opacity: .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: 25px;
  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: #0052da;
}
.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: 15px;
  border: none;
  color: #ffffffad;
  position: relative;
  z-index: 111;
  font-weight: 600;
}
.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: #0052da;
}
.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: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 6px;
  position: relative;
  z-index: 10;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover::before{
  transform: translate(-50%, -50%) scale(0);
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover {
  background-color: #0052da;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover i {
  color: #fff;
}
.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;
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell p {
  margin: 0 0 25px;
  font-size: 16px;
}
.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;
  opacity: 0;
}
.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;
  opacity: 0;
}
.team-grid-style .grid-style-1 .team-item-wrap:before,
.team-grid-style .grid-style-1 .team-item-wrap:after {
  border-color: #0052da;
}
.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;
  opacity: 1;
}
.team-grid-style .grid-style-1 .team-item-wrap:hover:before {
  border-left: 52px solid #0052da;
}
.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;
  opacity: 1;
}
.team-grid-style .grid-style-1 .team-item-wrap:hover:after {
  border-right: 50px solid #0052da;
}
.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: -51px;
  bottom: 41px;
  width: 200px;
  transform: rotate(-90deg);
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-img .normal-text .team-name {
  background: #0052da;
  margin-bottom: 0;
  padding: 10px 20px;
  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: #fff;
  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: #0052da;
}
.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);
  opacity: .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 #0052da;
  border-bottom: 5px solid #0052da;
  -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 #0052da;
  border-left: 5px solid #0052da;
  -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: 25px;
}
.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: #0052da;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 7px;
  border: none;
  display: inline-block;
  color: #ffffffad;
  position: relative;
  z-index: 111;
}

.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: #0052da;
}
.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: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 2px;
  position: relative;
  z-index: 10;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover::before{
  transform: translate(-50%, -50%) scale(0);
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover {
  background-color: #0052da;
}
.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;
  -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 .social-icon:hover i{
  color: #fff;
}
.team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell p {
  margin: 15px 15px 25px;
  font-size: 16px;
}
.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 15px 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: 16px;
  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;
  text-align: center;
}
.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: 1px;
}

.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: 25px;
  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: #0052da;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .item-title .member-title {
  font-size: 16px;
  font-weight: 600;
  color: #0052da;
  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: #f2f2f2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover{
  background: #0052da;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
  color: #333;
}
.team-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover i {
  color: #fff;
}

.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: #0052da;
}
.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: 28px;
}
.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-image img{
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-4:hover .overlay-item .overlay-image img{
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(10px);
}

.team-grid-style .grid-style-4 .overlay-item:hover .overlay-image img{
  filter: brightness(1) saturate(1) contrast(1) blur(0px);
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section {
  opacity: 0;
  transform: scale(1);
  height: 100%;
  left: 4%;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  width: 92%;
  z-index: 10;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  transition: all ease 0.3s;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text {
  position: absolute;
  top: 0%;
  bottom: 10%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: 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: 25px;
  font-weight: 700;
  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: #0052da;
}
.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: #ffffffad;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-txt {
  padding: 0 10%;
  color: #eee;
  font-size: 16px;
}
.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: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover {
  color: #0052da;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a i {
  font-size: 14px;
  color: #333;
  transition: all ease 0.3s;
}
.team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover i {
  color: #0052da;
  transform: scale(1.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::before{
  transform: translate(-50%, -50%) 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.05);
  transition: all linear 0.4s;
}
.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 {
  opacity: 1;
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  color: #fff;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all linear 0.4s;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000065;
  z-index: -2;
  opacity: 0;
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-5 .single-member-area:hover .cl-single-member .overlay::before{
  opacity: 1;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay::after{
  content: '';
  z-index: 10;
  width: 200%;
  height: 100%;
  top: -90%;
  left: -20px;
  opacity: 0.1;
  transform: rotate(45deg);
  background: linear-gradient(to top, transparent, #fff 15%, rgba(255,255,255,0.5));
  transition: all ease 0.3s;
  position: absolute;
  z-index: -1;
}
.team-grid-style .grid-style-5 .single-member-area:hover .cl-single-member .overlay::after{
  transform: rotate(25deg);
  top: -40%;
  opacity: 0.1;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-5 .single-member-area:hover .cl-single-member .overlay .overlay-element{
  opacity: 1;
}
.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: #333;
  font-size: 19px;
  margin-top: 45%;
  z-index: 9999;
  background-color: #fff;
  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: #0052da;
  color: #fff;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons {
  padding: 15% 0 0%;
  text-align: center;
  transition: .3s all ease;
}
.team-grid-style .grid-style-5 .single-member-area:hover .cl-single-member .overlay .overlay-element .social-icons{
  padding: 5% 0 0%;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a {
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}

.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a i {
  font-size: 14px;
  color: #333;
  transition: .3s all ease;
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover i {
  color: #0052da;
  transform: scale(1.9);
}
.team-grid-style .grid-style-5 .single-member-area:hover .cl-single-member figure img {
  transform: scale(1);
}
.team-grid-style .grid-style-5 .single-member-area .cl-single-member:hover .overlay {
  opacity: 1;
  -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-color: #0052da;
  padding: 15px;
}
.team-grid-style .grid-style-5 .single-member-area article .cl-content-layout1 h3 {
  font-size: 22px;
  margin: 0;
  text-align: left;
}
.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;
  font-weight: 600;
  text-align: left;
  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: 12px 0 2px 0;
  font-size: 16px;
}
.team-grid-style .grid-style-5 .single-member-area article .contact-info {
  padding: 0 10px 10px;
  margin-top: 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: 0px 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);
  opacity: 1;
}
.team-grid-style .grid-style-6 img {
  width: 100%;
}
.team-grid-style .grid-style-6 .single-member-area {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.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;
  position: relative;
}
.team-grid-style .grid-style-6 .single-member-area .cl-single-member figure::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.9) 100%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.team-grid-style .grid-style-6 .single-member-area:hover .cl-single-member figure::before{
  opacity: 1;
  visibility: visible;
}
.team-grid-style .grid-style-6 .single-member-area .cl-single-member figure img{
  transform: scale(1);
  transition: all ease 0.5s;
}
.team-grid-style .grid-style-6 .single-member-area:hover .cl-single-member figure img{
  transform: scale(1.05);
}
.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: 25px;
}
.team-grid-style .grid-style-6 .single-member-area h3:hover,
.team-grid-style .grid-style-6 .single-member-area a:hover {
  color: #0052da;
}
.team-grid-style .grid-style-6 .single-member-area .overlay {
  -webkit-transform: scale(1) translateY(100%);
  transform: scale(1) translateY(100%);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  color: #fff;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 700ms;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.team-grid-style .grid-style-6 .single-member-area:hover .overlay {
  -webkit-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
}

.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content {
  padding: 0% 10px 10px;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content h3 {
  margin-bottom: 5px;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content .member-title {
  color: #ffffffad;
  font-size: 16px;
  font-weight: 600;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio {
  margin-top: 15px;
  padding: 0 15px;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons {
  padding: 10px 0 0;
  text-align: center;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a {
  background: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}

.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover i {
  color: #0052da;
  transform: scale(1.9);
}

.team-grid-style .grid-style-6 .single-member-area:hover .overlay {
  opacity: 1;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  visibility: visible;
}
.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.1);
  transition: 0.5s;
}
.team-grid-style .grid-style-7 .single-member-area .overlay {
  background-color: rgba(8, 8, 8, 0.7);
  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;
  width: 100%;
  opacity: 0;
}
.team-grid-style .grid-style-7 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.team-grid-style .grid-style-7 .single-member-area .overlay .overlay-element p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.team-grid-style .grid-style-7 .single-member-area .overlay .overlay-element h3 {
  margin: 0;
  font-size: 25px;
  padding: 0 0 0px;
}
.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: #0052da;
  border-radius: 50%;
}
.team-grid-style .grid-style-7 .single-member-area .cl-content-layout1 {
  background: #0052da;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  padding: 15px;
  transition: all linear 0.3s;
}
.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: #0052da;
}
.team-grid-style .grid-style-7 .single-member-area .cl-content-layout1 .member-title {
  font-size: 16px;
  font-weight: 600;
  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: 1;
  visibility: visible;
  bottom: -100px;
}
.team-grid-style .grid-style-7 .single-member-area .tlp-content {
  padding: 0% 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: #0052da;
}
.team-grid-style .grid-style-7 .single-member-area .tlp-content .member-title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 10px;
  color: #ffffffad;
}
.team-grid-style .grid-style-7 .single-member-area .tlp-content .short-bio {
  padding: 0px 10px 10px 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: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 0;
  position: relative;
  z-index: 10;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a:hover {
  background: #0052da;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a i {
  font-size: 14px;
  color: #333;
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-7 .single-member-area .social-icons a:hover i {
  color: #fff;
}
.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 {

  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;
  width: 100%;
  opacity: 0;
  z-index: 10;
}
.team-grid-style .grid-style-8 .single-member-area .overlay::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  background-color: rgba(8, 8, 8, 0.7);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.team-grid-style .grid-style-8 .single-member-area:hover .overlay::before{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.team-grid-style .grid-style-8 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.team-grid-style .grid-style-8 .single-member-area .overlay .overlay-element p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  padding: 0 25px;
}
.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: #0052da;
  border-radius: 50%;
}
.team-grid-style .grid-style-8 .single-member-area:hover .overlay {
  opacity: 1;
  -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: 0% 10px 10px;
}
.team-grid-style .grid-style-8 .single-member-area .tlp-content h3 {
  margin: 0 0 0px;
  font-size: 25px;
}
.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: #0052da;
}
.team-grid-style .grid-style-8 .single-member-area .tlp-content .member-title {
  padding: 0 0 15px;
  margin: 0 12px 0px;
  color: #ffffffad;
  font-size: 16px;
  font-weight: 600;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons {
  padding: 0;
  margin-top: 0px;
  text-align: center;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons a {
  background: transparent;
  color: #333;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}

.team-grid-style .grid-style-8 .single-member-area .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-8 .single-member-area .social-icons a:hover i {
  color: #0052da;
  transform: scale(1.9);
}
.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: #0052da;
}
.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;
  display: none;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #0052da;
  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: #0052da;
  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);
  position: relative;
  z-index: 10;
  overflow: hidden;
  
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member figure::before{
  content: '';
  width: 200%;
  height: 100%;
  top: -90%;
  left: -20px;
  opacity: 0.1;
  transform: rotate(45deg);
  background: linear-gradient(to top, transparent, #fff 15%, rgba(255,255,255,0.5));
  transition: all ease 0.3s;
  position: absolute;
  z-index: 1;
}
.team-grid-style .grid-style-9 .single-member-area:hover .cl-single-member figure::before{
  transform: rotate(25deg);
  top: -40%;
  opacity: 0.1;
}
.team-grid-style .grid-style-9 .single-member-area .cl-single-member:hover .overlay {
  opacity: .8;
  -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: 0px 20px 15px;
  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: #0052da;
}
.team-grid-style .grid-style-9 .single-member-area article .cl-content-layout1 h3 {
  color: #0052da;
  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: #0052da;
  padding: 0 10px 10px;
}
.team-grid-style .grid-style-9 .single-member-area article .team-title {
  text-align: left;
}
.team-grid-style .grid-style-9 .single-member-area article .team-title h3 {
  margin: 0;
  padding-top: 17px;
  font-size: 25px;
}
.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: #0052da;
}
.team-grid-style .grid-style-9 .single-member-area article .team-title .member-title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #888;
}
.team-grid-style .grid-style-9 .single-member-area article .short-bio p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons {
  padding: 0;
  text-align: left;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons a {
  background: #f2f2f2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons a:hover{
  background: #0052da;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons a i {
  font-size: 14px;
  color: #333;
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-9 .single-member-area article .social-icons a:hover i {
  color: #fff;
}

.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;
  transition: all ease 0.3s;
}
.team-grid-style .grid-style-10 .single-member-area:hover .cl-single-member{
  box-shadow: 0 10px 30px 0 #00000017;
}
.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: 25px;
  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: 1;
  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: #0052da;
  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;
  font-weight: 600;
  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;
  font-size: 16px;
}
.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.3s ease;
  width: 100%;
  opacity: 0;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #0052da;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: scale(0.7);
  transition: all ease 0.5s;
}
.team-grid-style .grid-style-11 .single-member-area:hover .cl-single-member .overlay .overlay-element {
  transform: scale(1);
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 19px;
  background: #0052da;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  margin-top: 0;
  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: 25px;
}
.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: #0052da;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title .member-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffffad;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons {
  padding: 5% 0 0;
  text-align: center;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a {
  background: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}

.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover i {
  color: #0052da;
  transform: scale(1.9);
}
.team-grid-style .grid-style-11 .single-member-area .cl-single-member:hover figure {
  transform: scale(1);
}
.team-grid-style .grid-style-11 .single-member-area:hover .cl-single-member .overlay {
  opacity: .8;
  background: rgba(0, 0, 0, 0.8);
}
.team-grid-style .grid-style-11 .single-member-area article {
  display: block;
  padding: 0px 20px 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  color: #888;
  position: relative;
}
.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: #0052da;
}
.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;
  color: #666;
  font-size: 16px;
}
.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: 0px 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: #f1f1f1;
  opacity: 1;
}
.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: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.team-grid-style .grid-style-12 .single-team-member .image-section .overlay-section .detail-link i {
  color: #0052da;
  font-size: 19px;
  background: #fff;
  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: #0052da;
  color: #fff;
}
.team-grid-style .grid-style-12 .single-team-member .image-section img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.team-grid-style .grid-style-12 .single-team-member:hover .image-section .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: 22px;
  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: #0052da;
}
.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;
  font-size: 16px;
}
.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: #f2f2f2;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover{
  background: #0052da;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover i {
  color: #fff;
}
.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;
  opacity: 1;
}
.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;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.team-grid-style .grid-style-13 .single-team-member .image-section .overlay-section .detail-link i {
  color: #333;
  font-size: 19px;
  background-color: #fff;
  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: #0052da;
  color: #fff;
}
.team-grid-style .grid-style-13 .single-team-member .image-section img {
  width: 100%;
  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 #0052da;
  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: left;
  padding: 31% 30px;
}
.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: 22px;
  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;
  color: #0052da;
}
.team-grid-style .grid-style-13 .single-team-member:hover .box-section .box-text .box-title h3 a{
  color: #fff;
}
.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;
  transition: all linear 0.3s;
}
.team-grid-style .grid-style-13 .single-team-member:hover .box-section .box-text .box-title .member-title{
  color: #fff;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons {
  padding: 0;
  text-align: left;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a {
  background-color: #0052da;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
  transition: 0.5s;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a i {
  font-size: 14px;
}
.team-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a:hover i {
  color: #0052da;
}

.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: #0052da;
}
.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-color: #fff;
  color: #0052da;
}
.team-grid-style .grid-style-13 .single-team-member:hover .box-section:before {
  opacity: 1;
}
.team-grid-style .grid-style-14 .single-member-area {
  text-align: center;
}
.team-grid-style .grid-style-14 .single-member-area .image-part {
  margin-bottom: 10px;
}
.team-grid-style .grid-style-14 .single-member-area .image-part a {
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
.team-grid-style .grid-style-14 .single-member-area .image-part a img {
  transition: all 0.3s ease;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .name a {
  color: #ffffff;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .designation {
  color: #ffffff;
  display: block;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .social-links {
  margin-top: 13px;
  padding: 0;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .social-links li {
  display: inline;
  padding: 0 7px;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .social-links li a i {
  color: #ffffff;
  transition: all 0.3s ease;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .social-links li a:hover i {
  color: #ffffff;
}
.team-grid-style .grid-style-14 .single-member-area:hover .image-part a img {
  transform: scale(1.2);
}
.team-grid-style .grid-style-14 .single-member-area .content-part .name {
  font-weight: 600;
  font-size: 25px;
  margin: 15px 0 0px;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .name a {
  color: #1c1b1b;
  border-radius: 0;
  text-decoration: none;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .name a:hover {
  color: #106eea;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .designation {
  color: #363636;
  font-size: 16px;
  float: none;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .social-links {
  margin: 13px 0 0 0;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .social-links li a i {
  color: #106eea;
  font-size: 15px;
}
.team-grid-style .grid-style-14 .single-member-area .content-part .social-links li a:hover i {
  color: #1c1b1b;
}
.team-grid-style .grid-style-15 .single-member-area .team-img {
  position: relative;
  overflow: hidden;
}
.team-grid-style .grid-style-15 .single-member-area .team-img a img {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.team-grid-style .grid-style-15 .single-member-area .team-img .team-social {
  position: absolute;
  bottom: 0;
  right: -50px;
  opacity: 0;
  padding: 4px 0;
  background: #106eea;
  width: 50px;
  z-index: 2;
  text-align: center;
  transition: all 0.3s;
}
.team-grid-style .grid-style-15 .single-member-area .team-img .team-social a {
  color: #fff;
  display: block;
  padding: 6px 8px;
  transition: all 0.3s;
  font-size: 15px;
}
.team-grid-style .grid-style-15 .single-member-area .team-img .team-social a:hover {
  color: #cccccc;
}
.team-grid-style .grid-style-15 .single-member-area .team-img .team-social a:last-child {
  margin-right: 0;
}
.team-grid-style .grid-style-15 .single-member-area .team-item-text .team-details {
  padding: 20px 20px 25px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.team-grid-style .grid-style-15 .single-member-area .team-item-text .team-details .team-name {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
}
.team-grid-style .grid-style-15 .single-member-area .team-item-text .team-details .team-name a {
  color: #0c121d;
  text-decoration: none;
}
.team-grid-style .grid-style-15 .single-member-area .team-item-text .team-details .team-name a:hover {
  color: #106eea;
}
.team-grid-style .grid-style-15 .single-member-area .team-item-text .team-details .team-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #777;
}
.team-grid-style .grid-style-15 .single-member-area:hover .team-img .team-social {
  right: 0;
  opacity: 1;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .image-wrap a img {
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .team-content {
  background-color: #F7F9FD;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .image-wrap a img{
  transition: 0.3s ease-in-out;
  opacity: 1;
  border-radius: 5px 5px 0 0;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap:hover .image-wrap a img{
  opacity: 0.7;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .team-content .team-name {
  color: #0c121d;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .team-content .team-name a{
  text-decoration: none;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .team-content .team-title {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #777;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .team-content .plus-team .social-cion {
  background: #013aa8;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .image-inner {
  overflow: hidden;
  border-radius: 50%;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .image-wrap a img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .team-content {
  padding: 20px 20px 20px;
}

.team-grid-style .grid-style-16 .single-member-area .team-wrap .team-content {
  padding: 23px 30px 5px;
  opacity: 1;
  position: relative;
}

.team-grid-style .grid-style-16 .single-member-area .team-wrap .team-content .plus-team .social-cion {
  background-color: #0052da;
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 50px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  z-index: -1;
  text-align: center;
  margin-top: 14px;
}

.team-grid-style .grid-style-16 .single-member-area .team-wrap .team-content .plus-team.active_social .social-cion a i {
  background: transparent;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}

.team-grid-style .grid-style-16 .single-member-area .team-wrap .team-content .plus-team i.fa-plus:before {
  margin: 0;
  position: absolute;
  top: 32px;
  right: 28px;
  font-weight: 700;
  font-size: 10px;
  cursor: pointer;
  transition: 500ms ease;
  color: #fff;
  padding: 15px;
  border-radius: 30px;
  background-color: #f47c5f;
}
.team-grid-style .grid-style-16 .single-member-area .team-wrap .team-content .plus-team.active_social .social-cion {
  bottom: 115px;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap{
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px #f4f4f4;
  padding: 45px;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .image-wrap{
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .image-wrap .image-inner{
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,5%);
  border: 6px solid #fff;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .image-wrap:before{
  content: "";
  position: absolute;
  background: #0052da;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  border-radius: 50%;
  z-index: 1;
  margin: 6px;
  transition: all .5s ease;
  transform: scale(0);
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap.current-share .image-wrap:before{
  opacity: 0.8;
  transform: scale(1);
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap.current-share .image-inner{
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  border: 6px solid #fff;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .image-inner img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap:hover .image-inner img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .share-i{
  width: 50px;
  height: 50px;
  background: #ffd600;
  color: #01539f;
  position: absolute;
  bottom: 25px;
  right: 20px;
  line-height: 46px;
  border-radius: 50%;
  z-index: 11;
  cursor: pointer;
  transition: all .5s ease;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .share-i svg{
  width: 20px;
  margin: 13px 0;
  fill: #01539f;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .team-content .team-name{
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .team-content .team-name{
  color: #0a0a0a;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .team-content .team-name a{
  text-decoration: none;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .team-content .team-title{
  font-size: 15px;
  color: #666;
  font-weight: 600;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .team-content{
  text-align: center;
  padding: 22px 0 0;
  margin-bottom: 0;
  position: unset;
  opacity: 1;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .image-wrap .social-area{
  display: inline-block;
  position: absolute;
  left: 0;
  top: 45%;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all .5s ease;
  transform: scale(0);
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap.current-share .image-wrap .social-area{
  opacity: 1;
  transform: scale(1);
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .image-wrap .social-area .social-icon i{
  background: #fff;
  color: #333;
  width: 37px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border-radius: 50%;
  margin: 0 3px;
}
.team-grid-style .grid-style-17 .single-member-area .team-wrap .image-wrap .social-area .social-icon i:hover{
  background: #ffd600;
  color: #01539f;
}

/* ------------------------------------
	18. Team Grid Styles
---------------------------------------*/
.team-grid-style .grid-style-18 .single-member-area .team-wrap{
    background: #EDF5F7;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .image-wrap{
    overflow: hidden;
    position: relative;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .image-wrap img{
    transition: all linear 0.3s;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap:hover .image-wrap img{
    transform: scale(1.1);
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .image-wrap .social-area ul{
  position: absolute;
  right: -100px;
  bottom: 0px;
  transition: all ease 0.3s;
  background: #0052da;
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .image-wrap .social-area ul .social-item{
  width: 50px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .image-wrap .social-area ul .social-item .social-icon{
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap:hover .image-wrap .social-area ul {
  right: 0;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .team-content{
    background: #F7F9FD;
    padding: 14px 20px 14px 20px;
    position: relative;
    z-index: 10;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .team-content .team-name {
  margin-bottom: 0;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .team-content .team-name a{
    display: block;
    color: #0052da;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none !important;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .team-content .team-name a:hover{
    color: #0052da;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .team-content .team-title{
    color: #777;
    font-size: 14px;
    text-decoration: none;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .team-content .social-area > i{
    top: 0;
}
.team-grid-style .grid-style-18 .single-member-area .team-wrap .team-content .social-meta-icon{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0052da;
    color: #ffffff;
    cursor: pointer;
}

/* ------------------------------------
	18. Team Grid Styles
---------------------------------------*/

/* ------------------------------------
	19. Team Grid Styles
---------------------------------------*/
.team-grid-style .grid-style-19 .single-member-area .team-wrap{
    position: relative;
    padding-right: 50px;
    margin-bottom: 30px;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .image-wrap{
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 10;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .image-wrap img{
    transition: all ease 0.3s;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap:hover .image-wrap img{
    transform: scale(1.1);
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .image-wrap::before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #fff;
    border-left: 60px solid transparent;
    z-index: 5;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .team-content {
    padding-top: 20px;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .team-content .team-name{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .team-content .team-name a{
    color: #454545;
    text-decoration: none !important;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .team-content .team-name a:hover{
    color: #0052da;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .team-content .team-title{
    font-size: 15px;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .social-area{
    position: absolute;
    right: 15px;
    top: 60px;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .social-area ul{
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .social-area ul::before{
    position: absolute;
    content: '';
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: 3px;
    background: transparent;
    border-left: 3px dotted #454545;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .social-area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .social-area ul .social-item {
    margin-bottom: 10px;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .social-area ul .social-item a{
    font-size: 18px;
    color: #454545;
    text-decoration: none;
}
.team-grid-style .grid-style-19 .single-member-area .team-wrap .social-area ul .social-item a:hover{
    color: #0052da;
}
/* ------------------------------------
	19. Team Grid Styles
---------------------------------------*/

/* ------------------------------------
	20. Team Grid Styles
---------------------------------------*/
.team-grid-style .grid-style-20 .single-member-area .team-wrap {
    margin: 0px 0px 30px;
    position: relative;
    z-index: 10;
  }
  @media only screen and (max-width: 767px) {
    .team-grid-style .grid-style-20 .single-member-area .team-wrap {
      margin: 0px 0 40px;
    }
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap .image-wrap {
    background-color: #f6f5f6;
    padding-top: 0px;
    border-radius: 6px;
    overflow: hidden;
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap:hover .image-wrap {
    background-color: #F6F5F6;
/*    background-image: url("../images/team-image-shape.png");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    background: #ffffff;
/*    background-image: url("../images/team-content-shape.png");*/
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    overflow: hidden;
    width: 270px;
    box-shadow: 0 6px 34px rgba(26, 0, 27, 0.06);
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  @media only screen and (max-width: 1599px) {
    .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content {
      width: 230px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content {
      width: 190px;
    }
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content .team-title {
    font-size: 14px;
    color: #656567;
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content .team-name {
      font-size: 22px;
      line-height: 32px;
      margin-top: 4px;
      margin-bottom: 10px;
    }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content .team-name {
      font-size: 18px;
    }
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content .team-name a {
    transition: all ease 0.3s;
    color: #00214D;
    text-decoration: none !important;
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content .team-name a:hover {
    color: #0052da;
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content .contact-info ul {
    padding-top: 10px;
    border-top: 1px solid #EDEBED;
    list-style: none;
    margin: 0;
    list-style-type: none;
    padding-left: 0;
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content .contact-info ul li {
    font-size: 14px;
    line-height: 1.75;
    color: #00214D;
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content .contact-info ul li a {
    transition: all ease 0.3s;
    color: #00214D;
    text-decoration: none;
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap .team-content .contact-info ul li a:hover {
    color: #0052da;
  }
  .team-grid-style .grid-style-20 .single-member-area .team-wrap:hover .team-content {
    opacity: 1;
    visibility: visible;
    bottom: -30px;
  }
/* ------------------------------------
	20. Team Grid Styles
---------------------------------------*/

/* ------------------------------------
	21. Team Grid Styles
---------------------------------------*/
.team-grid-style .grid-style-21 .single-member-area .team-wrap{
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    box-shadow: 0 10px 30px 0 #00000021;
    overflow: hidden;
    padding-bottom: 120px;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap .image-wrap img{
    width: 100%;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap .team-content{
    z-index: 10;
    text-align: center;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    transition: all ease 0.3s;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap .team-content::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap .team-content .team-name{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap .team-content .team-name a{
    color: #00214D;
    text-decoration: none !important;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap .team-content .team-name a:hover {
    color: #0052da;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap .team-content .team-title{
    font-size: 16px;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}

.team-grid-style .grid-style-21 .single-member-area .team-wrap .team-content ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: -100px;
    transition: all ease 0.3s;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap:hover .team-content{
    padding-bottom: 70px;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap .team-content .social-area ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap:hover .team-content .social-area ul {
    bottom: 30px;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap .team-content .social-area ul .social-item{
    display: inline-block;
    margin: 0 5px;
}
.team-grid-style .grid-style-21 .single-member-area .team-wrap .team-content .social-area ul .social-item .social-icon{
  height: 40px;
  width: 40px;
  border-radius: 5px;
  border: 1px solid #00000021;
  display: inline-flex;
  align-items: center;
  justify-content: center;
    color: #00214D;
    font-size: 16px;
    text-decoration: none;
  }
  .team-grid-style .grid-style-21 .single-member-area .team-wrap .team-content .social-area ul .social-item .social-icon:hover{
    background: #0052da;
    border-color: #0052da;
    color: #fff;
  }
/* ------------------------------------
	21. Team Grid Styles
---------------------------------------*/

/* ------------------------------------
	22. Team Grid Styles
---------------------------------------*/
.team-grid-style .grid-style-22 .single-member-area .team-wrap{
    position: relative;
    margin-bottom: 60px;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap img{
  padding: 1px;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section{
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0 40px;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .team-name{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .team-name a{
  color: #00214D;
  text-decoration: none !important;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .team-name a:hover{
  color: #0093E9;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .team-title{
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    
}

.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item{
    display: inline-block;
    margin: 0 5px;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a{
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    color: #00214D;
    border: 1px solid #00000010;
    text-decoration: none;
}

.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #0093E9;
/*    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);*/
    z-index: -1;
    transition: all linear 0.3s;
    opacity: 0;
    visibility: hidden;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a:hover,
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a.active{
    color: #fff;
    
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a:hover::before,
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a.active::before{
    opacity: 1;
    visibility: visible;
    
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .image-wrap img{
    border-radius: 50%;
    max-width: 100%;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .team-content{
    text-align: center;
    padding-top: 0px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    transition: all ease 0.3s;
}

.team-grid-style .grid-style-22 .single-member-area .team-wrap .team-content .team-name{
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap .team-content .team-name a{
    color: #00214D;
    text-decoration: none !important;
    white-space: nowrap;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap:hover .image-wrap .overlay-section{
    opacity: 1;
    visibility: visible;
}
.team-grid-style .grid-style-22 .single-member-area .team-wrap:hover .team-content{
    bottom: -22px;
    opacity: 0;
    visibility: hidden;
}
/* ------------------------------------
	22. Team Grid Styles
---------------------------------------*/

/* ------------------------------------
	23. Team Grid Styles
---------------------------------------*/
.team-grid-style .grid-style-23 .single-member-area .team-wrap{
    position: relative;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 #00000021;
    margin-bottom: 30px;
}
.team-grid-style .grid-style-23 .single-member-area .team-wrap .image-wrap{
    border-radius: 10px;
    overflow: hidden;
}
.team-grid-style .grid-style-23 .single-member-area .team-wrap .image-wrap img{
  max-width: 100%;
}
.team-grid-style .grid-style-23 .single-member-area .team-wrap .team-content{
    text-align: center;
    padding: 25px 0 5px;
}
.team-grid-style .grid-style-23 .single-member-area .team-wrap .team-content .team-title{
    display: inline-block;
    margin-bottom: 10px;
}
.team-grid-style .grid-style-23 .single-member-area .team-wrap .team-content .team-name{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.team-grid-style .grid-style-23 .single-member-area .team-wrap .team-content .team-name a{
    color: #00214D;
    text-decoration: none !important;
}
.team-grid-style .grid-style-23 .single-member-area .team-wrap .team-content .team-name a:hover{
    color: #0093E9;
}
.team-grid-style .grid-style-23 .single-member-area .team-wrap .team-content .social-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.team-grid-style .grid-style-23 .single-member-area .team-wrap .team-content .social-area ul .social-item{
    display: inline-block;
}
.team-grid-style .grid-style-23 .single-member-area .team-wrap .team-content .social-area ul .social-item .social-icon{
    color: #00214dda;
    font-size: 18px;
    margin: 0 5px;
}
.team-grid-style .grid-style-23 .single-member-area .team-wrap .team-content .social-area ul .social-item .social-icon:hover{
    color: #0093E9;
}
/* ------------------------------------
	23. Team Grid Styles
---------------------------------------*/

/* ------------------------------------
	24. Team Grid Styles
---------------------------------------*/
.team-grid-style .grid-style-23.grid-style-24 .single-member-area .team-wrap {
    border-radius: 240px;
}
.team-grid-style .grid-style-23.grid-style-24 .single-member-area .team-wrap  .image-wrap{
    border-radius: 50%;
}
/* ------------------------------------
	24. Team Grid Styles
---------------------------------------*/

/* ------------------------------------
  25. Team Grid Styles
---------------------------------------*/


  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap {
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
    margin-bottom: 30px;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap {
    background-color: #ECF4FF;
    border-radius: 30px 30px 30px 0px;
    transition: all .3s ease 0s;
    position: relative;
    text-align: center;
    transform: translateX(0);
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap a {
    position: relative;
    z-index: 1;
    border-radius: inherit;
    display: block;
    overflow: hidden;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap a img {
/*    max-width: calc(80%);*/
    opacity: 1;
    transition: all .3s ease 0s;
    transform: scale(1) !important;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap .team-social-collaps {
    margin: 0;
    position: absolute;
    z-index: 2;
    right: 17px;
    bottom: 17px;
    font-size: 15px;
    cursor: pointer;
    transition: all .3s ease 0s;
    background: #fff;
    color: #1a73e9;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 7px 30px 0px rgba(0, 28, 47, 0.2);
    border-radius: 50% 50% 50% 50%;
    z-index: 10;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap .team-social-collaps:before {
    background: #fff;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    transition: all .3s ease 0s;
    -webkit-animation: pulse-border 1100ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    transition: all .3s ease 0s;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team .share-excerpt {
    font-size: 14px;
    line-height: 24px;
    color: #3A3A3A;
    writing-mode: vertical-rl;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team .social-icons1 {
    background: 0 0;
    padding: 12px 10px;
    transition: all .3s ease 0s;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team .social-icons1 a {
    margin-bottom: 4px;
    display: inline-block;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team .social-icons1 a i {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #3A3A3A80 ;
    background: #02010100 ;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #1837604D;
    text-align: center;
    transition: .3s all ease;
    border-radius: 50%;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team .social-icons1 a i:hover {
    color: #FFFFFF ;
    background: #1A73E9 ;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #1A73E9;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .image-wrap:after {
    background-image: url(../images/team-bg-shape-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 186px auto;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotate(0);
    transition: transform .8s;
    pointer-events: none;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .team-content {
    position: relative;
    opacity: 1;
    background-color: #FFFFFF;
    box-shadow: 30px 30px 60px 0px rgba(0, 0, 1, 0.05);
    padding: 20px 0px 25px 0px;
    border-radius: 0px 0px 30px 30px;
    text-align: center;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .team-content .team-name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .team-content .team-name a {
    color: #080d41;
    text-decoration: none;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .team-content .team-name a:hover {
    color: #1a73e9;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap .team-content .team-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #3a3a3a;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap:hover .image-wrap .team-social-collaps:before {
    opacity: 1;
    visibility: visible;
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap:hover .image-wrap:after {
    transform: rotate(5deg);
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap.is-open .image-wrap {
    transform: translateX(-40px);
  }
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap.is-open  .image-wrap .team-social-collaps:before,
  .team-grid-style .grid-style-25 .single-member-area .team-inner-wrap.is-open .image-wrap .share-icon::before {
    opacity: 1;
    visibility: visible;
  }
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  @-webkit-keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

/* ------------------------------------
  25. Team Grid Styles
---------------------------------------*/

/* ------------------------------------
	03. Team Slider Styles
---------------------------------------*/
.team-slider-style {
  font-size: 14px;
}

.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;
  box-shadow: 0 5px 30px 0 #0000001f;
}
/* .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: #0052da;
  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: -14px;
  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: #0052da;
}
.isotope .team-filter button.active {
  color: #0052da;
}
.isotope .team-filter button.active:after {
  color: #0052da;
}


.isotope.isotope-2 .team-filter button{
  background: transparent;
  color: #777;
  border: 1px solid #eee;
  padding: 10px 30px 12px;
  display: inline-block;
  border-radius: 30px;
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.isotope.isotope-2 .team-filter button.active{
  background: #0052da;
  color: #fff;
  border-color: #0052da;
}

.isotope.isotope-2 .team-filter button::after{
  display: none;
}



.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;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-img .normal-text .team-name {
  background-color: #0052da;
  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: #fff;
  position: relative;
  margin-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
  z-index: 111;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-img .normal-text .team-name a:hover {
  color: #0052da;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-img .normal-text .subtitle {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  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: 0px;
  font-size: 25px;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-name a {
  margin-bottom: 6px;
  color: #fff;
  text-transform: capitalize;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-name a:hover {
  color: #0052da;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-title {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  border: none;
  color: #ffffffad;
  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: #0052da;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon {
  display: inline-flex;
  background-color: transparent;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  position: relative;
  z-index: 10;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover::before{
  transform: translate(-50%, -50%) scale(0);
}

.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover{
  background: #0052da;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover i {
  color: #fff;
}
.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: #333;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-1 .team-item-wrap .team-content .display-table .display-table-cell p {
  margin: 0 0 30px;
  font-size: 16px;
}
.team-slider-style .slider-style-1 .team-item-wrap:before {
  content: '';
  position: absolute;
  left: -3px;
  top: -3px;
  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: -3px;
  bottom: -3px;
  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: #0052da;
}
.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 #0052da;
}
.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 #0052da;
}
.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: 45px;
  width: 200px;
  transform: rotate(-90deg);
}
.team-slider-style .slider-style-2 .team-item-wrap .team-img .normal-text .team-name {
  background: #0052da;
  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: #fff;
  position: relative;
  margin-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
  z-index: 111;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-img .normal-text .team-name a:hover {
  color: #0052da;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-img .normal-text .subtitle {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  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 #0052da;
  border-bottom: 5px solid #0052da;
  -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 #0052da;
  border-left: 5px solid #0052da;
  -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: 25px;
  color: #fff;
  text-transform: capitalize;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-name a:hover {
  color: #0052da;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 7px;
  border: none;
  display: inline-block;
  color: #ffffffab;
  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: #ffffffab;
}
.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: #0052da;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  position: relative;
  z-index: 10;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover::before{
  transform: translate(-50%, -50%) scale(0);
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover {
  background-color: #0052da;
}
.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: #333;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover i {
  color: #fff;
}
.team-slider-style .slider-style-2 .team-item-wrap .team-content .display-table .display-table-cell p {
  margin: 15px 0 25px;
  padding: 0 20px;
  font-size: 16px;
}
.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: 16px;
  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;
  text-align: center;
}
.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 .items-desc .item-title {
  text-align: center;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title h3 {
  font-size: 25px;
  margin: 0 0 5px;
  font-weight: 700;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title h3 a {
  color: #333;
  text-decoration: none;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title h3 a:hover {
  color: #0052da;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title .member-title {
  font-size: 16px;
  font-weight: 600;
  color: #0052da;
  margin: 0;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .item-title i {
  color: #0052da;
  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-color: #f2f2f2;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .social-icons a:hover{
  background: #0052da;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-3 .items .item-img .items-desc .social-icons a:hover i {
  color: #fff;
}
.team-slider-style .slider-style-3 .items .item-text {
  display: none;
  position: absolute;
  width: 92%;
  background-color: #f2f2f2;
  border: 1px solid #0052da;
  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 #0052da;
  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: #0052da;
}
.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: 0px;
}
.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-image img{
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-4:hover .overlay-item .overlay-image img{
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(10px);
}

.team-slider-style .slider-style-4 .overlay-item:hover .overlay-image img{
  filter: brightness(1) saturate(1) contrast(1) blur(0px);
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section {
  opacity: 0;
  transform: scale(1);
  height: 100%;
  left: 0%;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  z-index: 10;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.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: 25px;
  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: #0052da;
}
.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: #ffffffab;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .overlay-txt {
  padding: 0 20px;
  color: #eee;
  font-size: 16px;
}
.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-color: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}

.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons a i {
  padding: 0px 0 0;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover i {
  color: #0052da;
  transform: scale(1.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::before{
  transform: translate(-50%, -50%) 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.05);
  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 {
  opacity: 1;
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  color: #fff;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all linear 0.4s;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000065;
  z-index: -2;
  opacity: 0;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-5 .single-member-area:hover .cl-single-member .overlay::before{
  opacity: 1;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay::after{
  content: '';
  z-index: 10;
  width: 200%;
  height: 100%;
  top: -90%;
  left: -20px;
  opacity: 0.1;
  transform: rotate(45deg);
  background: linear-gradient(to top, transparent, #fff 15%, rgba(255,255,255,0.5));
  transition: all ease 0.3s;
  position: absolute;
  z-index: -1;
}
.team-slider-style .slider-style-5 .single-member-area:hover .cl-single-member .overlay::after{
  transform: rotate(25deg);
  top: -40%;
  opacity: 0.1;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-5 .single-member-area:hover .cl-single-member .overlay .overlay-element{
  opacity: 1;
}
.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: #333;
  font-size: 19px;
  margin-top: 45%;
  z-index: 9999;
  background-color: #fff;
  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: #0052da;
  color: #fff;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons {
  padding: 15% 0 0;
  text-align: center;
  transition: .3s all ease;
}
.team-slider-style .slider-style-5 .single-member-area:hover .cl-single-member .overlay .overlay-element .social-icons {
  padding: 5% 0 0;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a {
  background-color: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}

.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
  transition: .3s all ease;
}
.team-slider-style .slider-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover i {
  color: #0052da;
  transform: scale(1.9);
}
.team-slider-style .slider-style-5 .single-member-area:hover .cl-single-member 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-color: #0052da;
  padding: 15px;
}
.team-slider-style .slider-style-5 .single-member-area article .cl-content-layout1 h3 {
  font-size: 22px;
  margin: 0;
  text-align: left;
}
.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;
  font-weight: 600;
  text-align: left;
  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;
  font-size: 16px;
}
.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: 0px 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;
  position: relative;
}
.team-slider-style .slider-style-6 .single-member-area .cl-single-member figure::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.9) 100%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.team-slider-style .slider-style-6 .single-member-area:hover .cl-single-member figure::before{
  opacity: 1;
  visibility: visible;
}
.team-slider-style .slider-style-6 .single-member-area .cl-single-member figure img{
  transform: scale(1);
  transition: all ease 0.5s;
}
.team-slider-style .slider-style-6 .single-member-area:hover .cl-single-member figure img{
  transform: scale(1.05);
}
.team-slider-style .slider-style-6 .single-member-area h3 {
  margin: 0 0 0px;
  font-size: 25px;
}
.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: #0052da;
}
.team-slider-style .slider-style-6 .single-member-area .overlay {
  -webkit-transform: scale(1) translateY(100%);
  transform: scale(1) translateY(100%);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  color: #fff;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 700ms;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.team-slider-style .slider-style-6 .single-member-area:hover .overlay {
  -webkit-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
}


.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .tlp-content {
  padding: 0% 10px 10px;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .tlp-content .member-title {
  color: #ffffffab;
  font-size: 16px;
  font-weight: 600;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio {
  margin: 10px 0 15px;
  padding: 0 20px;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio p {
  margin: 0;
  font-size: 16px;
  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-color: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}

.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons a i {
  padding: 0px 0 0;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover i {
  color: #0052da;
  transform: scale(1.9);
}
.team-slider-style .slider-style-6 .single-member-area:hover .overlay {
  opacity: 1;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  visibility: visible;
}

.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.1);
  transition: 0.5s;
}
.team-slider-style .slider-style-7 .single-member-area .overlay {
  background-color: rgba(8, 8, 8, 0.7);
  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;
  width: 100%;
  opacity: 0;
}
.team-slider-style .slider-style-7 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team-slider-style .slider-style-7 .single-member-area .overlay .overlay-element p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.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: #0052da;
  border-radius: 50%;
}
.team-slider-style .slider-style-7 .single-member-area .cl-content-layout1 {
  background: #0052da;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  padding: 15px;
  transition: all linear 0.3s;
}
.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: #0052da;
}
.team-slider-style .slider-style-7 .single-member-area .cl-content-layout1 .member-title {
  font-size: 16px;
  font-weight: 600;
  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:hover .cl-content-layout1 {
  opacity: 1;
  visibility: visible;
  bottom: -100px;
}
.team-slider-style .slider-style-7 .single-member-area .tlp-content {
  padding: 0% 10px 10px;
}
.team-slider-style .slider-style-7 .single-member-area .tlp-content h3 {
  margin: 0 0 0px;
  font-size: 25px;
}
.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: #0052da;
}
.team-slider-style .slider-style-7 .single-member-area .tlp-content .member-title {
  padding: 0 0 0px;
  margin: 0 0px 0px;
  color: #ffffffab;
  font-size: 16px;
  font-weight: 600;
}
.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-color: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 0;
  position: relative;
  z-index: 10;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a:hover{
  background: #0052da;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-7 .single-member-area .social-icons a:hover i {
  color: #fff;
}
.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 {

  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;
  width: 100%;
  opacity: 0;
  z-index: 10;
}
.team-slider-style .slider-style-8 .single-member-area .overlay::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  background-color: rgba(8, 8, 8, 0.7);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.team-slider-style .slider-style-8 .single-member-area:hover .overlay::before{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.team-slider-style .slider-style-8 .single-member-area .overlay .overlay-element {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team-slider-style .slider-style-8 .single-member-area .overlay .overlay-element p {
  margin: 0 20px;
  color: #fff;
}
.team-slider-style .slider-style-8 .single-member-area .overlay .overlay-element .short-bio{
  margin-bottom: 15px;
}
.team-slider-style .slider-style-8 .single-member-area .overlay .overlay-element .short-bio p{
  margin: 0 20px;
  font-size: 16px;
  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: #0052da;
  border-radius: 50%;
}
.team-slider-style .slider-style-8 .single-member-area:hover .overlay {
  opacity: 1;
  -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: 0% 10px 10px;
}
.team-slider-style .slider-style-8 .single-member-area .tlp-content h3 {
  margin: 0 0 0px;
  font-size: 25px;
}
.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: #0052da;
}
.team-slider-style .slider-style-8 .single-member-area .tlp-content .member-title {
  padding: 0 0 0px;
  margin: 0 12px 10px;
  color: #ffffffab;
  font-size: 16px;
  font-weight: 600;
}
.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-color: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.team-slider-style .slider-style-8 .single-member-area .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-8 .single-member-area .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}


.team-slider-style .slider-style-8 .single-member-area .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-8 .single-member-area .social-icons a:hover i {
  color: #0052da;
  transform: scale(1.9);
}
.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: 30px;
}
.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;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.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: #0052da;
}
.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;
  display: none;
}
.team-slider-style .slider-style-9 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #0052da;
  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: #0052da;
  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 figure::before{
  content: '';
  width: 200%;
  height: 100%;
  top: -90%;
  left: -20px;
  opacity: 0.1;
  transform: rotate(45deg);
  background: linear-gradient(to top, transparent, #fff 15%, rgba(255,255,255,0.5));
  transition: all ease 0.3s;
  position: absolute;
  z-index: 1;
}
.team-slider-style .slider-style-9 .single-member-area:hover .cl-single-member figure::before{
  transform: rotate(25deg);
  top: -40%;
  opacity: 0.1;
}
.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: #0052da;
}
.team-slider-style .slider-style-9 .single-member-area article .cl-content-layout1 h3 {
  color: #0052da;
  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: #0052da;
  padding: 0 10px 10px;
}
.team-slider-style .slider-style-9 .single-member-area article .team-title {
  text-align: left;
}
.team-slider-style .slider-style-9 .single-member-area article .team-title h3 {
  margin: 0;
  padding-top: 0px;
  font-size: 25px;
}
.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: #0052da;
}
.team-slider-style .slider-style-9 .single-member-area article .team-title .member-title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #888;
}
.team-slider-style .slider-style-9 .single-member-area article .short-bio p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons {
  padding: 0;
  text-align: left;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons a {
  background-color: #f2f2f2;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons a:hover{
  background: #0052da;
  color: #fff;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-9 .single-member-area article .social-icons a:hover i {
  color: #fff;
}
.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;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-10 .single-member-area:hover .cl-single-member{
  box-shadow: 0 10px 30px 0 #00000017;
}
.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: 25px;
  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: 1;
  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: #0052da;
  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%;
  opacity: 1;
}
.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;
  font-weight: 600;
  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;
  font-size: 16px;
}
.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.3s ease;
  width: 100%;
  opacity: 0;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element {
  color: #0052da;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: scale(0.7);
  transition: all ease 0.5s;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i {
  color: #fff;
  font-size: 19px;
  background: #0052da;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 47px;
  margin-top: 0;
  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: 25px;
}
.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: #0052da;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title .member-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffffab;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons {
  padding: 0% 0 0;
  text-align: center;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a {
  background: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a::before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover::before{
  transform: translate(-50%, -50%) scale(0);
}

.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover i {
  color: #0052da;
  transform: scale(1.9);
}
.team-slider-style .slider-style-11 .single-member-area:hover .cl-single-member figure {
  transform: scale(1);
}
.team-slider-style .slider-style-11 .single-member-area:hover .cl-single-member .overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}
.team-slider-style .slider-style-11 .single-member-area:hover .cl-single-member .overlay .overlay-element{
  transform: scale(1);
}
.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: 0px;
  font-size: 22px;
  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: #0052da;
}
.team-slider-style .slider-style-11 .single-member-area article .team-title .member-title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #888;
}
.team-slider-style .slider-style-11 .single-member-area article .short-bio p {
  margin-bottom: 15px;
  font-size: 16px;
  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: 0px 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: 1;
}
.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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-slider-style .slider-style-12 .single-team-member .image-section .overlay-section .detail-link i {
  color: #333;
  font-size: 19px;
  background: #fff;
  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: #0052da;
  color: #fff;
}
.team-slider-style .slider-style-12 .single-team-member .image-section img {
  width: 100%;
  transform: scale(1);
  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: 22px;
  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: #0052da;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .team-title .member-title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  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;
  font-size: 16px;
}
.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-color: #f2f2f2;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .social-icons a:hover{
  background-color: #0052da;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .social-icons a i {
  font-size: 14px;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-12 .single-team-member .text-section .social-icons a:hover i {
  color: #fff;
}
.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;
  opacity: 1;
}
.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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-slider-style .slider-style-13 .single-team-member .image-section .overlay-section .detail-link i {
  color: #333;
  font-size: 19px;
  background: #fff;
  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: #0052da;
  color: #fff;
}
.team-slider-style .slider-style-13 .single-team-member .image-section img {
  width: 100%;
  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 #0052da;
  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: left;
  padding: 31% 30px;
}
.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: 22px;
  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:hover .box-section .box-text .box-title h3 a{
  color: #fff;
}
.team-slider-style .slider-style-13 .single-team-member:hover .box-section .box-text .box-title .member-title{
  color: #fff;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .box-title .member-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .social-icons {
  padding: 0;
  text-align: left;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .social-icons a {
  background-color: #0052da;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  text-decoration: none;
  width: 40px;
  border-radius: 50%;
  transition: 0.5s;
}
.team-slider-style .slider-style-13 .single-team-member .box-section .box-text .social-icons a i {
  font-size: 14px;
}

.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: #0052da;
}
.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: #0052da;
}
.team-slider-style .slider-style-13 .single-team-member:hover .box-section:before {
  opacity: 1;
}
.team-slider-style .slider-style-14 .single-member-area {
  text-align: center;
}
.team-slider-style .grid-style-14 .single-member-area .image-part {
  margin-bottom: 10px;
}
.team-slider-style .slider-style-14 .single-member-area .image-part a {
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
.team-slider-style .slider-style-14 .single-member-area .image-part a img {
  transition: all 0.3s ease;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .name a {
  color: #ffffff;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .designation {
  color: #ffffff;
  display: block;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .social-links {
  margin-top: 13px;
  padding: 0;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .social-links li {
  display: inline;
  padding: 0 7px;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .social-links li a i {
  color: #ffffff;
  transition: all 0.3s ease;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .social-links li a:hover i {
  color: #ffffff;
}
.team-slider-style .slider-style-14 .single-member-area:hover .image-part a img {
  transform: scale(1.2);
}
.team-slider-style .slider-style-14 .single-member-area .content-part .name {
  font-weight: 600;
  font-size: 25px;
  line-height: 20px;
  margin: 15px 0 5px;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .name a {
  color: #1c1b1b;
  border-radius: 0;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .name a:hover {
  color: #106eea;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .designation {
  color: #363636;
  font-size: 16px;
  float: none;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .social-links {
  margin: 13px 0 0 0;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .social-links li a i {
  color: #106eea;
}
.team-slider-style .slider-style-14 .single-member-area .content-part .social-links li a:hover i {
  color: #1c1b1b;
}
.team-slider-style .slider-style-15 .single-member-area{
  padding: 10px 0px 20px;
}
.team-slider-style .slider-style-15 .single-member-area .team-img {
  position: relative;
  overflow: hidden;
}
.team-slider-style .slider-style-15 .single-member-area .team-img a img {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.team-slider-style .slider-style-15 .single-member-area .team-img .team-social {
  position: absolute;
  bottom: 0;
  right: -50px;
  opacity: 0;
  padding: 4px 0;
  background: #106eea;
  width: 50px;
  z-index: 2;
  text-align: center;
  transition: all 0.3s;
}
.team-slider-style .slider-style-15 .single-member-area .team-img .team-social a {
  color: #fff;
  display: block;
  padding: 6px 8px;
  transition: all 0.3s;
  font-size: 15px;
}
.slider-styleteam-slider-style .slider-style-15 .single-member-area .team-img .team-social a:hover {
  color: #cccccc;
}
.team-slider-style .slider-style-15 .single-member-area .team-img .team-social a:last-child {
  margin-right: 0;
}
.team-slider-style .slider-style-15 .single-member-area .team-item-text .team-details {
  padding: 20px 20px 25px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.team-slider-style .slider-style-15 .single-member-area .team-item-text .team-details .team-name {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
}
.team-slider-style .slider-style-15 .single-member-area .team-item-text .team-details .team-name a {
  color: #0c121d;
  text-decoration: none;
}
.team-slider-style .slider-style-15 .single-member-area .team-item-text .team-details .team-name a:hover {
  color: #106eea;
}
.team-slider-style .slider-style-15 .single-member-area .team-item-text .team-details .team-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #777;
}
.team-slider-style .slider-style-15 .single-member-area:hover .team-img .team-social {
  right: 0;
  opacity: 1;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .image-wrap a img {
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .team-content {
  background-color: #F7F9FD;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .image-wrap a img{
  transition: 0.3s ease-in-out;
  opacity: 1;
  border-radius: 5px 5px 0 0;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap:hover .image-wrap a img{
  opacity: 0.7;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .team-content .team-name {
  color: #0c121d;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .team-content .team-name a{
  text-decoration: none;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .team-content .team-title {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #333333;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .team-content .plus-team .social-cion {
  background: #013aa8;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .image-inner {
  overflow: hidden;
  border-radius: 50%;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .image-wrap a img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .team-content {
  padding: 20px 20px 20px;
}

.team-slider-style .slider-style-16 .single-member-area .team-wrap .team-content {
  padding: 23px 30px 5px;
  opacity: 1;
  position: relative;
}

.team-slider-style .slider-style-16 .single-member-area .team-wrap .team-content .plus-team .social-cion {
  background-color: #0052da;
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 50px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  z-index: -1;
  text-align: center;
  margin-top: 14px;
}

.team-slider-style .slider-style-16 .single-member-area .team-wrap .team-content .plus-team.active_social .social-cion a i {
  background: transparent;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}

.team-slider-style .slider-style-16 .single-member-area .team-wrap .team-content .plus-team i.fa-plus:before {
  margin: 0;
  position: absolute;
  top: 32px;
  right: 28px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: 500ms ease;
  color: #fff;
  padding: 14px 15px;
  border-radius: 30px;
  background-color: #0052da;
}
.team-slider-style .slider-style-16 .single-member-area .team-wrap .team-content .plus-team.active_social .social-cion {
  bottom: 114px;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.team-slider-style .slider-style-17 .single-member-area{
  padding: 10px;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap{
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px #f4f4f4;
  padding: 45px;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .image-wrap{
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .image-wrap .image-inner{
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,5%);
  border: 6px solid #fff;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .image-wrap:before{
  content: "";
  position: absolute;
  background-color: #0052da;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  border-radius: 50%;
  z-index: 1;
  margin: 6px;
  transition: all .5s ease;
  transform: scale(0);
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap.current-share .image-wrap:before{
  opacity: 0.8;
  transform: scale(1);
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap.current-share .image-inner{
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  border: 6px solid #fff;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .image-inner img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap:hover .image-inner img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .share-i{
  width: 50px;
  height: 50px;
  background-color: #0052da;
  color: #fff;
  position: absolute;
  bottom: 25px;
  right: 20px;
  line-height: 46px;
  border-radius: 50%;
  z-index: 11;
  cursor: pointer;
  transition: all .5s ease;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .share-i svg{
  width: 20px;
  margin: 13px 0;
  fill: #fff;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .team-content .team-name{
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .team-content .team-name a{
  text-decoration: none;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .team-content .team-name{
  color: #0a0a0a;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .team-content .team-title{
  font-size: 15px;
  color: #666;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .team-content{
  text-align: center;
  padding: 22px 0 0;
  margin-bottom: 0;
  position: unset;
  opacity: 1;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .image-wrap .social-area{
  display: inline-block;
  position: absolute;
  left: 0;
  top: 45%;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all .5s ease;
  transform: scale(0);
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap.current-share .image-wrap .social-area{
  opacity: 1;
  transform: scale(1);
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .image-wrap .social-area .social-icon i{
  background: #fff;
  color: #333;
  width: 37px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border-radius: 50%;
  margin: 0 3px;
}
.team-slider-style .slider-style-17 .single-member-area .team-wrap .image-wrap .social-area .social-icon i:hover{
  color: #0052da;
}


/* ------------------------------------
	18. Team Slider Styles
---------------------------------------*/
.team-slider-style .slider-style-18 .single-member-area .team-wrap{
  background: #EDF5F7;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .image-wrap{
  overflow: hidden;
  position: relative;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .image-wrap img{
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap:hover .image-wrap img{
  transform: scale(1.1);
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .image-wrap .social-area ul{
position: absolute;
right: -100px;
bottom: 0px;
transition: all ease 0.3s;
background: #0052da;
padding: 10px 0;
margin: 0;
list-style-type: none;
text-decoration: none;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .image-wrap .social-area ul .social-item{
width: 50px;
height: 30px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .image-wrap .social-area ul .social-item .social-icon{
display: block;
color: #ffffff;
font-size: 14px;
line-height: 30px;
font-weight: 400;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap:hover .image-wrap .social-area ul {
right: 0;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .team-content{
  background: #F7F9FD;
  padding: 14px 20px 14px 20px;
  position: relative;
  z-index: 10;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .team-content .team-name {
margin-bottom: 0;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .team-content .team-name a{
  display: block;
  color: #0052da;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none !important;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .team-content .team-name a:hover{
  color: #0052da;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .team-content .team-title{
  color: #003A37C7;
  font-size: 14px;
  text-decoration: none;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .team-content .social-area > i{
  top: 0;
}
.team-slider-style .slider-style-18 .single-member-area .team-wrap .team-content .social-meta-icon{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0052da;
  color: #ffffff;
  cursor: pointer;
}

/* ------------------------------------
18. Team Slider Styles
---------------------------------------*/

/* ------------------------------------
19. Team Slider Styles
---------------------------------------*/
.team-slider-style .slider-style-19 .single-member-area .team-wrap{
  position: relative;
  padding-right: 50px;
  margin-bottom: 30px;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .image-wrap{
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 10;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .image-wrap img{
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap:hover .image-wrap img{
  transform: scale(1.1);
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .image-wrap::before{
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #fff;
  border-left: 60px solid transparent;
  z-index: 5;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .team-content {
  padding-top: 20px;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .team-content .team-name{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .team-content .team-name a{
  color: #454545;
  text-decoration: none !important;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .team-content .team-name a:hover{
  color: #0052da;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .team-content .team-title{
  font-size: 15px;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .social-area{
  position: absolute;
  right: 15px;
  top: 60px;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .social-area ul{
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .social-area ul::before{
  position: absolute;
  content: '';
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: 3px;
  background: transparent;
  border-left: 3px dotted #454545;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .social-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .social-area ul .social-item {
  margin-bottom: 10px;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .social-area ul .social-item a{
  font-size: 18px;
  color: #454545;
  text-decoration: none;
}
.team-slider-style .slider-style-19 .single-member-area .team-wrap .social-area ul .social-item a:hover{
  color: #0052da;
}
/* ------------------------------------
19. Team Slider Styles
---------------------------------------*/

/* ------------------------------------
20. Team Slider Styles
---------------------------------------*/
.team-slider-style .slider-style-20 .single-member-area .team-wrap {
  margin: 0px 0px 30px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .team-slider-style .slider-style-20 .single-member-area .team-wrap {
    margin: 40px 0 0;
  }
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap .image-wrap {
  background-color: #f6f5f6;
  padding-top: 0px;
  border-radius: 6px;
  overflow: hidden;
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap:hover .image-wrap {
  background-color: #F6F5F6;
/*    background-image: url("../images/team-image-shape.png");*/
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  background: #ffffff;
/*    background-image: url("../images/team-content-shape.png");*/
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  overflow: hidden;
  width: 270px;
  box-shadow: 0 6px 34px rgba(26, 0, 27, 0.06);
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1599px) {
  .team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content {
    width: 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content {
    width: 190px;
  }
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content .team-title {
  font-size: 14px;
  color: #656567;
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content .team-name {
    font-size: 22px;
    line-height: 32px;
    margin-top: 4px;
    margin-bottom: 10px;
  }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content .team-name {
    font-size: 18px;
  }
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content .team-name a {
  transition: all ease 0.3s;
  color: #00214D;
  text-decoration: none !important;
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content .team-name a:hover {
  color: #0052da;
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content .contact-info ul {
  padding-top: 10px;
  border-top: 1px solid #EDEBED;
  list-style: none;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content .contact-info ul li {
  font-size: 14px;
  line-height: 1.75;
  color: #00214D;
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content .contact-info ul li a {
  transition: all ease 0.3s;
  color: #00214D;
  text-decoration: none;
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap .team-content .contact-info ul li a:hover {
  color: #0052da;
}
.team-slider-style .slider-style-20 .single-member-area .team-wrap:hover .team-content {
  opacity: 1;
  visibility: visible;
  bottom: -30px;
}
/* ------------------------------------
20. Team Slider Styles
---------------------------------------*/

/* ------------------------------------
21. Team Slider Styles
---------------------------------------*/
.team-slider-style .slider-style-21 .single-member-area .team-wrap{
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  box-shadow: 0 10px 30px 0 #00000021;
  overflow: hidden;
  padding-bottom: 120px;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap .image-wrap img{
  width: 100%;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap .team-content{
  z-index: 10;
  text-align: center;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap .team-content::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap .team-content .team-name{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap .team-content .team-name a{
  color: #00214D;
  text-decoration: none !important;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap .team-content .team-name a:hover {
  color: #0052da;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap .team-content .team-title{
  font-size: 16px;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
}

.team-slider-style .slider-style-21 .single-member-area .team-wrap .team-content ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: -100px;
  transition: all ease 0.3s;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap:hover .team-content{
  padding-bottom: 70px;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap .team-content .social-area ul {
padding-left: 0;
margin: 0;
list-style-type: none;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap:hover .team-content .social-area ul {
  bottom: 30px;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap .team-content .social-area ul .social-item{
  display: inline-block;
  margin: 0 5px;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap .team-content .social-area ul .social-item .social-icon{
  height: 40px;
  width: 40px;
  border-radius: 5px;
  border: 1px solid #00000021;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00214D;
  font-size: 16px;
  text-decoration: none;
}
.team-slider-style .slider-style-21 .single-member-area .team-wrap .team-content .social-area ul .social-item .social-icon:hover{
  background: #0052da;
  border-color: #0052da;
  color: #fff;
}
/* ------------------------------------
21. Team Slider Styles
---------------------------------------*/

/* ------------------------------------
22. Team Slider Styles
---------------------------------------*/
.team-slider-style .slider-style-22 .single-member-area .team-wrap{
  position: relative;
  margin-bottom: 60px;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap {
  border-radius: 50%;
  position: relative;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section{
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .team-name{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .team-name a{
color: #00214D;
text-decoration: none !important;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .team-name a:hover{
color: #0052da;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .team-title{
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  
}

.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item{
  display: inline-block;
  margin: 0 5px;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a{
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  color: #00214D;
  border: 1px solid #00000010;
  text-decoration: none;
}

.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  z-index: -1;
  transition: all linear 0.3s;
  opacity: 0;
  visibility: hidden;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a:hover,
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a.active{
  color: #fff;
  
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a:hover::before,
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap .overlay-section .social-area ul .social-item a.active::before{
  opacity: 1;
  visibility: visible;
  
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .image-wrap img{
  border-radius: 50%;
  max-width: 100%;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .team-content{
  text-align: center;
  padding-top: 0px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}

.team-slider-style .slider-style-22 .single-member-area .team-wrap .team-content .team-name{
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap .team-content .team-name a{
  color: #00214D;
  text-decoration: none !important;
  white-space: nowrap;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap:hover .image-wrap .overlay-section{
  opacity: 1;
  visibility: visible;
}
.team-slider-style .slider-style-22 .single-member-area .team-wrap:hover .team-content{
  bottom: -22px;
  opacity: 0;
  visibility: hidden;
}
/* ------------------------------------
22. Team Slider Styles
---------------------------------------*/

/* ------------------------------------
23. Team Slider Styles
---------------------------------------*/
.team-slider-style .slider-style-23 .single-member-area .team-wrap{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 40px 0 #00000021;
  margin-top: 30px;
  margin-bottom: 30px;
}
.team-slider-style .slider-style-23 .single-member-area .team-wrap .image-wrap{
  border-radius: 10px;
  overflow: hidden;
}
.team-slider-style .slider-style-23 .single-member-area .team-wrap .image-wrap img{
max-width: 100%;
}
.team-slider-style .slider-style-23 .single-member-area .team-wrap .team-content{
  text-align: center;
  padding: 25px 0 5px;
}
.team-slider-style .slider-style-23 .single-member-area .team-wrap .team-content .team-title{
  display: inline-block;
  margin-bottom: 10px;
}
.team-slider-style .slider-style-23 .single-member-area .team-wrap .team-content .team-name{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.team-slider-style .slider-style-23 .single-member-area .team-wrap .team-content .team-name a{
  color: #00214D;
  text-decoration: none !important;
}
.team-slider-style .slider-style-23 .single-member-area .team-wrap .team-content .team-name a:hover{
  color: #E11631;
}
.team-slider-style .slider-style-23 .single-member-area .team-wrap .team-content .social-area ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.team-slider-style .slider-style-23 .single-member-area .team-wrap .team-content .social-area ul .social-item{
  display: inline-block;
}
.team-slider-style .slider-style-23 .single-member-area .team-wrap .team-content .social-area ul .social-item .social-icon{
  color: #00214dda;
  font-size: 18px;
  margin: 0 5px;
}
.team-slider-style .slider-style-23 .single-member-area .team-wrap .team-content .social-area ul .social-item .social-icon:hover{
  color: #E11631;
}
/* ------------------------------------
23. Team Slider Styles
---------------------------------------*/

/* ------------------------------------
24. Team Slider Styles
---------------------------------------*/
.team-slider-style .slider-style-23.slider-style-24 .single-member-area .team-wrap {
  border-radius: 240px;
}
.team-slider-style .slider-style-23.slider-style-24 .single-member-area .team-wrap  .image-wrap{
  border-radius: 50%;
}
/* ------------------------------------
24. Team Slider Styles
---------------------------------------*/

/* ------------------------------------
  25. Team Slider Styles
---------------------------------------*/


.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  margin: 30px 0px;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap {
/*  background-color: #ECF4FF;*/
  border-radius: 30px 30px 30px 0px;
  transition: all .3s ease 0s;
  position: relative;
  text-align: center;
  transform: translateX(0);
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap a {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  display: block;
  overflow: hidden;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap a img {
/*    max-width: calc(80%);*/
  opacity: 1;
  transition: all .3s ease 0s;
  transform: scale(1) !important;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap .team-social-collaps {
  margin: 0;
  position: absolute;
  z-index: 2;
  right: 17px;
  bottom: 17px;
  font-size: 15px;
  cursor: pointer;
  transition: all .3s ease 0s;
  background: #fff;
  color: #1a73e9;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 30px 0px rgba(0, 28, 47, 0.2);
  border-radius: 50% 50% 50% 50%;
  z-index: 10;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap .team-social-collaps:before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  transition: all .3s ease 0s;
  -webkit-animation: pulse-border 1100ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  transition: all .3s ease 0s;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team .share-excerpt {
  font-size: 14px;
  line-height: 24px;
  color: #3A3A3A;
  writing-mode: vertical-rl;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team .social-icons1 {
  background: 0 0;
  padding: 12px 10px;
  transition: all .3s ease 0s;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team .social-icons1 a {
  margin-bottom: 4px;
  display: inline-block;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team .social-icons1 a i {
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #3A3A3A80;
  background: #02010100;
  margin: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0.5px 0.5px 0.5px 0.5px;
  border-color: #1837604D;
  text-align: center;
  transition: .3s all ease;
  border-radius: 50%;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap .plus-team .social-icons1 a i:hover {
  color: #FFFFFF;
  background: #1A73E9;
  border-style: solid;
  border-width: 0.5px 0.5px 0.5px 0.5px;
  border-color: #1A73E9;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .image-wrap:after {
  background-image: url(../images/team-bg-shape-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 186px auto;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(0);
  transition: transform .8s;
  pointer-events: none;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .team-content {
  position: relative;
  opacity: 1;
  background-color: #FFFFFF;
  box-shadow: 30px 30px 60px 0px rgba(0, 0, 1, 0.05);
  padding: 20px 0px 25px 0px;
  border-radius: 0px 0px 30px 30px;
  text-align: center;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .team-content .team-name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 0px;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .team-content .team-name a {
  color: #080d41;
  text-decoration: none;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .team-content .team-name a:hover {
  color: #1a73e9;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap .team-content .team-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #3a3a3a;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap:hover .image-wrap .team-social-collaps:before {
  opacity: 1;
  visibility: visible;
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap:hover .image-wrap:after {
  transform: rotate(5deg);
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap.is-open .image-wrap {
  transform: translateX(-40px);
}
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap.is-open  .image-wrap .team-social-collaps:before,
.team-slider-style .slider-style-25 .single-member-area .team-inner-wrap.is-open .image-wrap .share-icon::before {
  opacity: 1;
  visibility: visible;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* ------------------------------------
25. Team Slider Styles
---------------------------------------*/

/* team list layout 1 */

.team-list-style .list-style-1 .single-member-area .team-wrap{
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all linear 0.3s;
}
.team-list-style .list-style-1 .single-member-area:hover .team-wrap{
    border-color: #E11631;
}
.team-list-style .list-style-1 .single-member-area .team-wrap .image-wrap{
    max-width: 200px;
    min-width: 200px;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.team-list-style .list-style-1 .single-member-area .team-wrap .image-wrap img{
    width: 100%;
    transition: all ease 0.3s;
}
.team-list-style .list-style-1 .single-member-area:hover .team-wrap .image-wrap img{
    transform: scale(1.1);
}
.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .team-name{
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    
}
.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .team-name a{
    color: #00214D;
    text-decoration: none;
}
.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .team-name a:hover{
    color: #E11631;
}
.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .team-title{
    color: #808080;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .short-bio{
    color: #808080;
    margin-bottom: 15px;
}
.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .short-bio p{
  margin: 0;
  font-size: 16px;
}
.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .short-bio p a{
    color: #808080;
    text-decoration: underline;
}
.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .short-bio p a:hover{
    color: #E11631;
}

.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .social-area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .social-area ul li{
    display: inline-block;
    margin-right: 3px;
}
.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .social-area ul li a{
    height: 40px;
    width: 40px;
    background: #ededf2;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #00214D;
    text-decoration: none;
}
.team-list-style .list-style-1 .single-member-area .team-wrap .team-content .social-area ul li a:hover{
    background: #E11631;
    color: #fff;
    border-radius: 50%;
}


/* team list layout 1 */

/* team list layout 2 */

.team-list-style .list-style-2 .single-member-area .team-wrap{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid #eee;
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
    transition: all linear 0.3s;
}
.team-list-style .list-style-2 .single-member-area:hover .team-wrap{
    border-color: #E11631;
}
.team-list-style .list-style-2 .single-member-area .team-wrap .image-wrap{
    max-width: 200px;
    min-width: 200px;
    margin-left: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.team-list-style .list-style-2 .single-member-area .team-wrap .image-wrap img{
    width: 100%;
    transition: all ease 0.3s;
}
.team-list-style .list-style-2 .single-member-area:hover .team-wrap .image-wrap img{
    transform: scale(1.1);
}
.team-list-style .list-style-2 .single-member-area .team-wrap .team-content .team-name{
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    
}
.team-list-style .list-style-2 .single-member-area .team-wrap .team-content .team-name a{
    color: #00214D;
    text-decoration: none;
}
.team-list-style .list-style-2 .single-member-area .team-wrap .team-content .team-name a:hover{
    color: #E11631;
}
.team-list-style .list-style-2 .single-member-area .team-wrap .team-content .team-title{
    color: #808080;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.team-list-style .list-style-2 .single-member-area .team-wrap .team-content .short-bio{
    color: #808080;
    margin-bottom: 15px;
}
.team-list-style .list-style-2 .single-member-area .team-wrap .team-content .short-bio p{
  margin-bottom: 0;
  font-size: 16px;
}
.team-list-style .list-style-2 .single-member-area .team-wrap .team-content .short-bio p a{
    color: #808080;
    text-decoration: underline;
}
.team-list-style .list-style-2 .single-member-area .team-wrap .team-content .short-bio p a:hover{
    color: #E11631;
}

.team-list-style .list-style-2 .single-member-area .team-wrap .team-content .contact-info a{
    color: #00214D;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.team-list-style .list-style-2 .single-member-area .team-wrap .team-content .contact-info a i{
    color: #E11631;
    font-size: 18px;
    margin-right: 3px;
}
/* team list layout 2 */

/* team list layout 3 */

  .team-list-style .list-style-3 .single-member-area .team-wrap{
      display: flex;
      align-items: center;
      padding: 0px;
      border-radius: 0px;
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #eee;
    }
    .team-list-style .list-style-3 .single-member-area:last-child .team-wrap{
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
  .team-list-style .list-style-3 .single-member-area .team-wrap .image-wrap{
      max-width: 260px;
      min-width: 260px;
      margin-right: 30px;
      border-radius: 10px;
      overflow: hidden;
  }
  .team-list-style .list-style-3 .single-member-area .team-wrap .image-wrap img{
      width: 100%;
  }
  .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .team-name{
      font-size: 24px;
      line-height: 34px;
      margin: 0;
      
  }
  .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .team-name a{
      color: #00214D;
      text-decoration: none;
  }
  .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .team-name a:hover{
      color: #E11631;
  }
  .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .team-title{
      color: #808080;
      display: block;
      margin-bottom: 15px;
      text-transform: capitalize;
  }
  .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .short-bio{
      color: #808080;
      margin-bottom: 15px;
  }
  .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .short-bio p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .short-bio p a{
      color: #808080;
      text-decoration: underline;
  }
  .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .short-bio p a:hover{
      color: #E11631;
  }
  
  .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .contact-info ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }    
    .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .contact-info ul li {
        color: #00214D;
        display: inline-block;
        font-size: 16px;
    }
    .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .contact-info ul li:nth-child(1){
        padding-right: 18px;
        margin-right: 15px;
        position: relative;
    }
    .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .contact-info ul li:nth-child(1)::before{
        position: absolute;
        content: '';
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: #e4e0e0;
    }
    .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .contact-info ul li a{
        color: #00214D;
        display: inline-block;
        font-size: 16px;
        text-decoration: none;
    }

    .team-list-style .list-style-3 .single-member-area .team-wrap .team-content .contact-info i{
        color: #E11631;
        font-size: 18px;
        margin-right: 3px;
    }

  
  /* team list layout 3 */



/* all responsive css */

@media only screen and (max-width: 1599px) {

}

@media only screen and (max-width: 1199px) {
    .team-grid-style .grid-style-23 .single-member-area .team-wrap .team-content .team-title{
        font-size: 14px;
    }
    .team-list-style .list-style-1 .single-member-area .team-wrap{
        padding: 20px;
    }
    .team-list-style .list-style-3 .single-member-area .team-wrap{
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
  .team-list-style .list-style-3 .single-member-area .team-wrap{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 10px 30px;
    margin: 0 0 30px;
  }
  .team-list-style .list-style-3 .single-member-area .team-wrap .image-wrap{
    max-width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
    .team-list-style .list-style-1 .single-member-area .team-wrap{
        flex-direction: column;
        margin: 30px 15px 0;
    }
    .team-list-style .list-style-1 .single-member-area .team-wrap .image-wrap{
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .team-list-style .list-style-2 .single-member-area .team-wrap{
        flex-direction: column;
        margin: 30px 15px 0;
    }
    .team-list-style .list-style-2 .single-member-area .team-wrap .image-wrap{
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .team-list-style .list-style-3 .single-member-area .team-wrap{
        flex-direction: column;
    }
    .team-list-style .list-style-3 .single-member-area .team-wrap .image-wrap{
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* ------------------------------------
	04. Team List Styles
---------------------------------------*/
.team-list-style {
  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: #0052da;
  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: #0052da;
  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: #0052da;
}
.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 #0052da;
  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 #0052da;
}
.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: #0052da;
}
.team-list-style .list-style-1 .team-item-wrap .team-content .team-title {
  font-size: 15px;
  border: none;
  color: #0052da;
}
.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: #0052da;
}
.team-list-style .list-style-1 .team-item-wrap .team-content .team-social .social-icon {
  display: inline-block;
  background-color: #0052da;
  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: #0052da;
  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: #0052da;
  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: #0052da;
}
.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 #0052da;
  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 #0052da;
}
.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: #0052da;
}
.team-list-style .list-style-2 .team-item-wrap .team-content .team-title {
  font-size: 15px;
  border: none;
  color: #0052da;
}
.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: #0052da;
}
.team-list-style .list-style-2 .team-item-wrap .team-content .team-social .social-icon {
  display: inline-block;
  background-color: #0052da;
  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: #0052da;
  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: #0052da;
}
.team-list-style .list-style-3 .team-item-wrap .team-img .team-social .social-icon {
  display: inline-block;
  background-color: #0052da;
  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 #0052da;
  border-bottom: 5px solid #0052da;
  -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 #0052da;
  border-left: 5px solid #0052da;
  -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: #0052da;
}
.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: #0052da;
  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: #0052da;
}
.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: #0052da;
  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: #0052da;
}
.team-list-style .list-style-4 .team-item-wrap .team-img .team-social .social-icon {
  display: inline-block;
  background-color: #0052da;
  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 #0052da;
  border-bottom: 5px solid #0052da;
  -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 #0052da;
  border-left: 5px solid #0052da;
  -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: #0052da;
}
.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: #0052da;
  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: #0052da;
}
.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: 0px;
  padding: 10px;
  text-align: center;
  border-radius: 0px;
  display: flex;
  align-items: 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: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: 10px;
}
.team-list-style .list-style-5 .list-item .list-text {
  width: 100%;
  float: left;
  padding: 0px 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: left;
  margin-bottom: 0;
  line-height: 30px;
}
.team-list-style .list-style-5 .list-item .list-text .name h3 a{
  text-decoration: none;
  color: #333;
}
.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;
  font-size: 16px;
  font-weight: 600;
}
.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: #0052da;
  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 .mobile p{
  margin-bottom: 0;
}
.team-list-style .list-style-5 .list-item .list-text .social-icon-title {
  width: 30%;
  display: inline;
  text-align: center;
  padding: 0;
  float: left;
}
.team-list-style .list-style-5 .list-item .list-text .social-icon a {
  background: #0052da;
  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-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: #0052da;
  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: #0052da;
}
.team-list-style .list-style-6 .single-team-member .text-section .team-text .team-title h2 {
  font-size: 16px;
  color: #0052da;
}
.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: #0052da;
  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 layout 4 */
  .team-list-style .list-style-4  {

    width: 100%;
  }
  .team-list-style .list-style-4 .list-item.top-header{
    margin-bottom: 3px;
  }
  .team-list-style .list-style-4 .list-item{
    display: flex;
    align-items: center;
    background: #f3f3ff;
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 1px;
  }
  .team-list-style .list-style-4 .list-item .image{
      max-width: 80px;
      min-width: 80px;
      margin-right: 30px;
    }
    .team-list-style .list-style-4 .list-item .image h4{
      margin-bottom: 0;
    }
    .team-list-style .list-style-4 .list-item .image img{
        border-radius: 50%;
    }
    .team-list-style .list-style-4 .list-item .list-text h4{
      margin-bottom: 0;
    }
    .team-list-style .list-style-4 .list-item .list-text{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .team-list-style .list-style-4 .list-item .list-text .name{
        font-size: 22px;
        line-height: 32px;
    }
    .team-list-style .list-style-4 .list-item .list-text .name a{
        color: #00214D;
        text-decoration: none;
    }
    .team-list-style .list-style-4 .list-item .list-text .contact-info {
      width: 25%;
    }
    .team-list-style .list-style-4 .list-item .list-text .contact-info ul{
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .team-list-style .list-style-4 .list-item .list-text .contact-info ul li{
        margin: 3px 0;
    }

    .team-list-style .list-style-4 .list-item .list-text .contact-info ul li,
    .team-list-style .list-style-4 .list-item .list-text .contact-info ul li a{
        color: #00214D;
        text-decoration: none;
        font-size: 16px;
    }
    .team-list-style .list-style-4 .list-item .list-text .contact-info ul li a:hover{
        color: #E11631;
    }
    .team-list-style .list-style-4 .list-item .list-text .contact-info ul li i{
        color: #E11631;
        margin-right: 5px;
        font-size: 18px;
    }
    .team-list-style .list-style-4 .list-item .list-text .social-area {
      width: 18%;
    }
    .team-list-style .list-style-4 .list-item .list-text .social-area ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .team-list-style .list-style-4 .list-item .list-text .social-area ul li{
        display: inline-block;
        margin: 0 2px;
    }
    .team-list-style .list-style-4 .list-item .list-text .social-area ul li a{
        height: 35px;
        width: 35px;
        border-radius: 50%;
        border: 1px solid #ddd;
        color: #00214D;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .team-list-style .list-style-4 .list-item .list-text .social-area ul li a:hover{
        background: #E11631;
        color: #fff;
        border-color: #E11631;
    }
    .team-list-style .list-style-4 .list-item .list-text .team-release .release-date{
        font-size: 18px;
        color: #00214D;
    }
    .team-list-style .list-style-4 .list-item .list-text .team-release .date-text{
        font-size: 14px;
    }
    .team-list-style .list-style-4 .list-item .list-text .team-user{
      width: 25%;
    }

  
  /* team list layout 4 */
      .team-style.light_box .team-grid-style .grid-style-3 .items .item-img .items-desc{
        padding: 20px 15px 20px;
      }

      /* ------------------------------------
      05. Single Team Styles
      ---------------------------------------*/
      
      #uteam_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;
      }
#uteam_main .flexslider .slides img {
    width: 100%;
    display: block;
}

#uteam_main .flexslider .slides {
    zoom: 1;
}
#uteam_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 #uteam_main {
  overflow: visible;
}

.single-member .single-member-details #uteam_main img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.single-member .single-member-details #uteam_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%;
  padding: 5% 0;
}
.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: left;
  display: block;
  padding: 15px 0 0;
  box-sizing: inherit;
  width: 100%;

}
.single-member .single-member-details .social-icons {
  padding: 10px 0;
  text-align: left;
}
.single-member .single-member-details .social-icons a {
  background: #0052da;
  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 .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: #0052da;
}
.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;
}

/* team list layout 5 */
    .team-list-style .list-style-5 .list-item{
        background: #f7f7f7;
        border-bottom: 1px solid #e7e7e7;
        padding: 30px 30px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 10;
        text-align: left;
    }
    .team-list-style .list-style-5 .list-item:hover{
      z-index: 20;
    }
    .team-list-style .list-style-5 .list-item .team-user{
        min-width: 180px;
    }
    .team-list-style .list-style-5 .list-item .team-user .name{
        font-size: 20px;
        margin-bottom: 0;
    }
    .team-list-style .list-style-5 .list-item .team-user .name a{
        color: #00214D;
        text-decoration: none;
    }
    .team-list-style .list-style-5 .list-item .team-user .name a:hover{
        color: #0052da;
    }
    .team-list-style .list-style-5 .list-item .short-bio p{
      margin-bottom: 0;
      font-size: 16px;
    }
    .team-list-style .list-style-5 .list-item .team-btn a{
        height: 40px;
        width: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ddd;
        border-radius: 50%;
        color: #00214D;
        margin-left: 30px;
        text-decoration: none;
    }
    .team-list-style .list-style-5 .list-item:hover .team-btn a{
        background: #0052da;
        border-color: #0052da;
        color: #fff;
    }
    .team-list-style .list-style-5 .list-item .feature-img{
        position: absolute;
        right: 100px;
        bottom: 0px;
        width: 200px;
        opacity: 0;
        visibility: hidden;
        transition: all linear 0.3s;
    }
    .team-list-style .list-style-5 .list-item:hover .feature-img{
        opacity: 1;
        visibility: visible;
    }
    .team-list-style .list-style-5 .cl-lg-6{
        padding-left: 1px;
        padding-right: 1px;
    }



/*Table 1*/
/* team list layout 6 */
  .team-list-style .list-style-6  {

    width: 100%;
  }
  .team-list-style .list-style-6 .list-item.top-header{
    margin-bottom: 3px;
  }
  .team-list-style .list-style-6 .list-item{
    display: flex;
    align-items: center;
    background: #f3f3ff;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 1px;
  }
  .team-list-style .list-style-6 .list-item .image{
      max-width: 80px;
      min-width: 80px;
      margin-right: 30px;
      text-align: center;
    }
    .team-list-style .list-style-6 .list-item .image h2,
    .team-list-style .list-style-6 .list-item .image h4{
      margin-bottom: 0;
      font-size: 16px;
    }
    .team-list-style .list-style-6 .list-item .image img{
        border-radius: 50%;
    }
    .team-list-style .list-style-6 .list-item .list-text{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .team-list-style .list-style-6 .list-item .list-text .team-user{
      width: 20%;
    }
    .team-list-style .list-style-6 .list-item .list-text h2,
    .team-list-style .list-style-6 .list-item .list-text h4{
      margin-bottom: 0;
      font-size: 16px;
    }
    .team-list-style .list-style-6 .list-item .list-text .name{
        width: 16%;
    }
    .team-list-style .list-style-6 .list-item .list-text .name h3{
      margin-bottom: 0;
    }
    .team-list-style .list-style-6 .list-item .list-text .name a{
      color: #00214D;
      text-decoration: none;
    }
    .team-list-style .list-style-6 .list-item .list-text .name a:hover{
      color: #0052da;
    }
    .team-list-style .list-style-6 .list-item .list-text .designation{
      width: 12%;
    }
    .team-list-style .list-style-6 .list-item .list-text .mobile{
      width: 20%;
    }
    .team-list-style .list-style-6 .list-item .list-text .mobile p{
      margin-bottom: 0;
    }
    .team-list-style .list-style-6 .list-item .list-text .social-icon-title,
    .team-list-style .list-style-6 .list-item .list-text .social-icon{
      width: 20%;
    }
    .team-list-style .list-style-6 .list-item .list-text .email{
      width: 25%;
      display: flex;
      align-items: center;
    }
    .team-list-style .list-style-6 .list-item .list-text .email i{
      font-size: 18px;
      margin-right: 8px;
    }
    .team-list-style .list-style-6 .list-item .list-text .email a{
      color: #00214D;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
    }
    .team-list-style .list-style-6 .list-item .list-text .email a:hover{
      color: #0052da;
    }

    .team-list-style .list-style-6 .list-item .list-text .social-area {
      width: 20%;
    }


    .team-list-style .list-style-6 .list-item .list-text .social-area .social-icon{
        height: 35px;
        width: 35px;
        border-radius: 50%;
        border: 1px solid #ddd;
        color: #00214D;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-right: 5px;
    }
    .team-list-style .list-style-6 .list-item .list-text .social-area .social-icon:hover{
        background: #0052da;
        color: #fff;
        border-color: #0052da;
    }
    .team-list-style .list-style-6 .list-item .list-text .team-release{
      width: 14%;
    }
    .team-list-style .list-style-6 .list-item .list-text .team-release .release-date{
        font-size: 18px;
        color: #00214D;
    }


  
  /* team list layout 6 */


  /* ------------------------------------
	06. Responsive CSS
---------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-style .team-grid-style .grid-style-13 .single-team-member .box-section .box-text {
    padding: 26% 0;
  }
  .team-style .team-slider-style .slider-style-13 .single-team-member .box-section .box-text {
    padding: 26% 0;
  }
  .team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell p{
    font-size: 14px;
    line-height: 20px;
  }
  .team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell p{
    font-size: 14px;
    line-height: 20px;
  }
  .team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-txt{
    font-size: 14px;
    line-height: 20px;
  }
  .team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio p{
    font-size: 14px;
    line-height: 20px;
  }
  .team-grid-style .grid-style-7 .single-member-area .overlay .overlay-element p{
    font-size: 14px;
    line-height: 20px;
  }
  .team-grid-style .grid-style-8 .single-member-area .overlay .overlay-element p{
    font-size: 14px;
    line-height: 20px;
  }
  .team-grid-style .grid-style-17 .single-member-area .team-wrap .share-i{
    bottom: 20px;
    right: 0px;
  }
  .team-list-style .list-style-5 .list-item{
    padding: 20px;
  }
  .team-list-style .list-style-4 .list-item .list-text .social-area{
    width: 22%;
  }
  .team-list-style .list-style-6 .list-item .list-text .name h3{
    font-size: 17px;
  }
  .team-list-style .list-style-6 .list-item .list-text .name{
    width: 12%;
  }
  .team-list-style .list-style-6 .list-item .list-text .email{
    width: 27%;
  }
}
@media only screen and (max-width: 991px) {
  .uteam_popupbox .address_area{
    margin-top: 25px;
  }
  .uteam_popupbox .uteam_img{
   padding-top: 30px;
   padding-left: 30px;
  }
  .team-list-style .list-style-5 .list-item{
    padding: 20px;
  }
  .team-list-style .list-style-6 .list-item{
    flex-direction: column;
    padding: 40px 0;
  }
  .team-list-style .list-style-6 .list-item .list-text{
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .team-list-style .list-style-6 .list-item.top-header{
    display: none;
  }
  .team-list-style .list-style-6 .list-item .image{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .team-list-style .list-style-6 .list-item .list-text .team-user{
    width: 100%;
  }
  .team-list-style .list-style-6 .list-item .list-text .contact-info{
    width: 100%;
  }
  .team-list-style .list-style-6 .list-item .list-text .social-area{
    width: 100%;
    text-align: center;
  }
  .team-list-style .list-style-6 .list-item .list-text .contact-info ul li, .team-list-style .list-style-6 .list-item .list-text .contact-info ul li a{
    display: inline-flex;
    margin: 0 5px;
    flex-wrap: wrap;
  }
  .team-list-style .list-style-4 .list-item .list-text .contact-info{
    width: 31%;
  }
  .team-list-style .list-style-4 .list-item .list-text .social-area{
    width: 28%;
  }
  .team-list-style .list-style-4 .list-item .list-text .team-user{
    width: 23%;
  }
  .team-list-style .list-style-6 .list-item .list-text .name{
    width: 100%;
  }
  .team-list-style .list-style-6 .list-item .list-text .designation{
    width: 100%;
  }
  .team-list-style .list-style-6 .list-item .list-text .email{
    width: 100%;
    justify-content: center;
  }
  .team-list-style .list-style-6 .list-item .list-text .mobile{
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .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 .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 .grid-style-13 .single-team-member .box-section .box-text {
    padding: 26% 0;
  }
  .team-style .team-slider-style .slider-style-13 .single-team-member .box-section .box-text {
    padding: 22% 0;
  }
  .team-grid-style .grid-style-17 .single-member-area .team-wrap .share-i{
    bottom: 35px;
    right: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .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 #0052da;
    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-grid-style .grid-style-13 .single-team-member .box-section{
    float: none;
    width: 100%;
  }
  .team-grid-style .grid-style-13 .single-team-member .image-section{
    float: none;
    width: 100%;
  }
  .team-style .team-grid-style .grid-style-13 .single-team-member .box-section::before {
    border-bottom: 15px solid #0052da;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: unset;
    left: 45%;
    top: -15px;
    bottom: unset;
  }
  .team-grid-style .grid-style-13 .single-team-member .box-section .box-text{
    padding: 10% 0;
  }

  .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 .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;
  }
  .team-grid-style .grid-style-1 .team-item-wrap .team-content .display-table .display-table-cell p{
    display: none;
  }
  .team-grid-style .grid-style-2 .team-item-wrap .team-content .display-table .display-table-cell p{
    display: none;
  }
  .team-grid-style .grid-style-3 .items .item-img .items-desc .team-text{
    display: none;
  }
  .team-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-txt{
    display: none;
  }
  .team-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio p{
    display: none;
  }
  .team-grid-style .grid-style-7 .single-member-area .overlay .overlay-element p{
    display: none;
  }
  .team-grid-style .grid-style-8 .single-member-area .overlay .overlay-element p{
    display: none;
  }
  .team-list-style .list-style-4 .list-item.top-header{
    display: none;
  }
  .team-list-style .list-style-4 .list-item{
    flex-direction: column;
  }
  .team-list-style .list-style-4 .list-item .list-text{
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .team-list-style .list-style-4 .list-item .image{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .team-list-style .list-style-4 .list-item{
    padding: 30px 10px;
  }
  .team-list-style .list-style-4 .list-item .list-text .team-user{
    width: 100%;
  }
  .team-list-style .list-style-4 .list-item .list-text .contact-info{
    width: 100%;
  }
  .team-list-style .list-style-4 .list-item .list-text .social-area{
    width: 100%;
  }
}
@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 #0052da;
    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 .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%;
  }
  .team-list-style .list-style-5 .list-item{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .team-list-style .list-style-5 .list-item .team-btn a{
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .team-list-style .list-style-2 .single-member-area .team-wrap{
    padding: 20px;
    flex-direction: column;
    margin: 0 0 30px;
  }
  .team-list-style .list-style-1 .single-member-area .team-wrap{
    flex-direction: column;
    gap: 20px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .team-style .team-slider-style .owl-carousel .owl-item {
    padding: 5px;
  }
}
@media only screen and (max-width: 350px) {
  .team-style .team-slider-style .slider-style-3 .items .item-img .items-desc {
    top: 5%;
  }
}

/* team Flip layout 1 */
  .team-flip-style {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap{
    overflow: visible;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    margin-top: 30px;
  }
  .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .image-wrap-front{
      border-radius: 0 30px 0 30px;
      overflow: hidden;
      backface-visibility: hidden;
      overflow: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transition: transform .7s cubic-bezier(.6,.2,.4,.8),visibility .7s cubic-bezier(.6,.2,.4,.8),opacity .55s cubic-bezier(.6,.2,.4,.8),-webkit-transform .7s cubic-bezier(.6,.2,.4,.8);
      visibility: visible;
      opacity: 1;
      -webkit-transform: rotateY(0deg) translateZ(60px) scale(.94);
      transform: rotateY(0deg) translateZ(60px) scale(.94);
      z-index: 4;
    }
    .team-flip-style .flip-style-1 .single-member-area:hover .team-inner-wrap .image-wrap-front{
        opacity: 0;
        -webkit-transform: rotateY(-180deg) translateZ(60px) scale(.94);
        transform: rotateY(-180deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .image-wrap-front img{
        width: 100%;
    }

  .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .image-wrap-back{
      border-radius: 0 30px 0 30px;
      overflow: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transition: transform .7s cubic-bezier(.6,.2,.4,.8),visibility .7s cubic-bezier(.6,.2,.4,.8),opacity .55s cubic-bezier(.6,.2,.4,.8),-webkit-transform .7s cubic-bezier(.6,.2,.4,.8);
      visibility: visible;
      width: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      -webkit-transform: rotateY(180deg) translateZ(60px) scale(.94);
      transform: rotateY(180deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-1 .single-member-area:hover .team-inner-wrap .image-wrap-back{
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(60px) scale(.94);
        transform: rotateY(0deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .image-wrap-back img{
        width: 100%;
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #00214d9c;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 30px 30px;
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .short-bio p{
        color: #fff;
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul {
        margin: 10px 0 0;
        padding: 0;
        list-style-type: none;
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li{
        display: inline-block;
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li a{
        height: 40px;
        width: 40px;
        
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        margin: 0 5px;
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li a:hover{
        color: #fff;
        
        background: #0052da;
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .team-content{
        text-align: center;
        padding-top: 20px;
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .team-content .team-name{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .team-content .team-name a{
        color: #00214D;
        text-decoration: none;
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .team-content .team-name a:hover{
        color: #0052da;
    }
    .team-flip-style .flip-style-1 .single-member-area .team-inner-wrap .team-content .team-title{

    }

  /* team Flip layout 1 */

  /* team Flip layout 2 */
  .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap{
    overflow: visible;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    margin-top: 30px;
  }
  .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .image-wrap-front{
      border-radius: 50%;
      overflow: hidden;
      backface-visibility: hidden;
      overflow: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transition: transform .7s cubic-bezier(.6,.2,.4,.8),visibility .7s cubic-bezier(.6,.2,.4,.8),opacity .55s cubic-bezier(.6,.2,.4,.8),-webkit-transform .7s cubic-bezier(.6,.2,.4,.8);
      visibility: visible;
      opacity: 1;
      -webkit-transform: rotateY(0deg) translateZ(60px) scale(.94);
      transform: rotateY(0deg) translateZ(60px) scale(.94);
      z-index: 4;
    }
    .team-flip-style .flip-style-2 .single-member-area:hover .team-inner-wrap .image-wrap-front{
        opacity: 0;
        -webkit-transform: rotateY(-180deg) translateZ(60px) scale(.94);
        transform: rotateY(-180deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .image-wrap-front img{
        width: 100%;
    }

  .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .image-wrap-back{      
      border-radius: 50%;
      overflow: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transition: transform .7s cubic-bezier(.6,.2,.4,.8),visibility .7s cubic-bezier(.6,.2,.4,.8),opacity .55s cubic-bezier(.6,.2,.4,.8),-webkit-transform .7s cubic-bezier(.6,.2,.4,.8);
      visibility: visible;
      width: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      -webkit-transform: rotateY(180deg) translateZ(60px) scale(.94);
      transform: rotateY(180deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-2 .single-member-area:hover .team-inner-wrap .image-wrap-back{
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(60px) scale(.94);
        transform: rotateY(0deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .image-wrap-back img{
        width: 100%;
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-image: linear-gradient(147deg, #ffe53bc7 0%, #ff2525b0 74%);        
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 30px 30px;
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .short-bio p{
        color: #fff;
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul {
        margin: 10px 0 0;
        padding: 0;
        list-style-type: none;
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li{
        display: inline-block;
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li a{
        height: 40px;
        width: 40px;
        
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        margin: 0 5px;
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li a:hover{
        color: #0052da;
        
        background: #fff;
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .team-content{
        text-align: center;
        padding-top: 20px;
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .team-content .team-name{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .team-content .team-name a{
        color: #00214D;
        text-decoration: none;
    }
    .team-flip-style .flip-style-2 .single-member-area .team-inner-wrap .team-content .team-name a:hover{
        color: #0052da;
    }

  /* team Flip layout 2 */

  /* team Flip layout 3 */
  .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap{
    overflow: visible;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    margin-top: 30px;
  }
  .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-front{
      border-radius: 150px;
      overflow: hidden;
      backface-visibility: hidden;
      overflow: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transition: transform .7s cubic-bezier(.6,.2,.4,.8),visibility .7s cubic-bezier(.6,.2,.4,.8),opacity .55s cubic-bezier(.6,.2,.4,.8),-webkit-transform .7s cubic-bezier(.6,.2,.4,.8);
      visibility: visible;
      opacity: 1;
      -webkit-transform: rotateY(0deg) translateZ(60px) scale(.94);
      transform: rotateY(0deg) translateZ(60px) scale(.94);
      z-index: 4;
    }
    .team-flip-style .flip-style-3 .single-member-area:hover .team-inner-wrap .image-wrap-front{
        opacity: 0;
        -webkit-transform: rotateY(-180deg) translateZ(60px) scale(.94);
        transform: rotateY(-180deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-front img{
        width: 100%;
    }

  .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-back{      
      border-radius: 150px;
      overflow: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transition: transform .7s cubic-bezier(.6,.2,.4,.8),visibility .7s cubic-bezier(.6,.2,.4,.8),opacity .55s cubic-bezier(.6,.2,.4,.8),-webkit-transform .7s cubic-bezier(.6,.2,.4,.8);
      visibility: visible;
      width: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      -webkit-transform: rotateY(180deg) translateZ(60px) scale(.94);
      transform: rotateY(180deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-3 .single-member-area:hover .team-inner-wrap .image-wrap-back{
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(60px) scale(.94);
        transform: rotateY(0deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-back img{
        width: 100%;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #0093E9;
        background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 30px 30px;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .team-name{
        font-size: 22px;
        margin: 0;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .team-name a{
        color: #fff;
        text-decoration: none;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .team-title{
        color: #ffffffb9;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .short-bio p{
        color: #fff;
        margin: 10px 0;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul {
        margin: 10px 0 0;
        padding: 0;
        list-style-type: none;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li{
        display: inline-block;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li a{
        height: 40px;
        width: 40px;
        
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        margin: 0 5px;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li a:hover{
        color: #0052da;
        
        background: #fff;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .team-content{
        text-align: center;
        padding-top: 20px;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .team-content .team-name{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .team-content .team-name a{
        color: #00214D;
        text-decoration: none;
    }
    .team-flip-style .flip-style-3 .single-member-area .team-inner-wrap .team-content .team-name a:hover{
        color: #0052da;
    }

  /* team Flip layout 3 */

  /* team Flip layout 4 */
  .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap{
    overflow: visible;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    margin-top: 30px;
  }
  .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-front{
      border-radius: 150px;
      overflow: hidden;
      backface-visibility: hidden;
      overflow: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transition: transform .7s cubic-bezier(.6,.2,.4,.8),visibility .7s cubic-bezier(.6,.2,.4,.8),opacity .55s cubic-bezier(.6,.2,.4,.8),-webkit-transform .7s cubic-bezier(.6,.2,.4,.8);
      visibility: visible;
      opacity: 1;
      -webkit-transform: rotateY(0deg) translateZ(60px) scale(.94);
      transform: rotateY(0deg) translateZ(60px) scale(.94);
      z-index: 4;
      -webkit-animation: radius 10s linear infinite alternate forwards;
      animation: radius 10s linear infinite alternate forwards;
      animation-duration: 10s;
    }
    .team-flip-style .flip-style-4 .single-member-area:hover .team-inner-wrap .image-wrap-front{
        opacity: 0;
        -webkit-transform: rotateY(-180deg) translateZ(60px) scale(.94);
        transform: rotateY(-180deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-front img{
        width: 100%;
    }

  .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-back{      
      border-radius: 150px;
      overflow: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transition: transform .7s cubic-bezier(.6,.2,.4,.8),visibility .7s cubic-bezier(.6,.2,.4,.8),opacity .55s cubic-bezier(.6,.2,.4,.8),-webkit-transform .7s cubic-bezier(.6,.2,.4,.8);
      visibility: visible;
      width: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      -webkit-transform: rotateY(180deg) translateZ(60px) scale(.94);
      transform: rotateY(180deg) translateZ(60px) scale(.94);
      -webkit-animation: radius 10s linear infinite alternate forwards;
      animation: radius 10s linear infinite alternate forwards;
      animation-duration: 10s;
    }
    .team-flip-style .flip-style-4 .single-member-area:hover .team-inner-wrap .image-wrap-back{
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(60px) scale(.94);
        transform: rotateY(0deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-back img{
        width: 100%;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #0093E9;
        background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 30px 30px;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .team-name{
        font-size: 22px;
        margin: 0;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .team-name a{
        color: #fff;
        text-decoration: none;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .team-title{
        color: #ffffffb9;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .short-bio p{
        color: #fff;
        margin: 10px 0;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul {
        margin: 10px 0 0;
        padding: 0;
        list-style-type: none;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li{
        display: inline-block;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li a{
        height: 40px;
        width: 40px;
        
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        margin: 0 5px;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li a:hover{
        color: #0052da;
        
        background: #fff;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .team-content{
        text-align: center;
        padding-top: 20px;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .team-content .team-name{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .team-content .team-name a{
        color: #00214D;
        text-decoration: none;
    }
    .team-flip-style .flip-style-4 .single-member-area .team-inner-wrap .team-content .team-name a:hover{
        color: #0052da;
    }
    @-webkit-keyframes radius {
        0%,
        to {
          border-radius:30% 70% 70% 30%/30% 30% 70% 70%
        }
        25% {
          border-radius:58% 42% 75% 25%/76% 46% 54% 24%
        }
        50% {
          border-radius:50% 50% 33% 67%/55% 27% 73% 45%
        }
        75% {
          border-radius:33% 67% 58% 42%/63% 68% 32% 37%
        }
      }
      @keyframes radius {
        0%,
        to {
          border-radius:30% 70% 70% 30%/30% 30% 70% 70%
        }
        25% {
          border-radius:58% 42% 75% 25%/76% 46% 54% 24%
        }
        50% {
          border-radius:50% 50% 33% 67%/55% 27% 73% 45%
        }
        75% {
          border-radius:33% 67% 58% 42%/63% 68% 32% 37%
        }
      }
  /* team Flip layout 4 */
  /* team Flip layout 5 */
  .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap{
    overflow: visible;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    margin-top: 30px;
  }
  .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .image-wrap-front{
      border-radius: 50%;
      overflow: hidden;
      backface-visibility: hidden;
      overflow: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transition: transform .7s cubic-bezier(.6,.2,.4,.8),visibility .7s cubic-bezier(.6,.2,.4,.8),opacity .55s cubic-bezier(.6,.2,.4,.8),-webkit-transform .7s cubic-bezier(.6,.2,.4,.8);
      visibility: visible;
      opacity: 1;
      -webkit-transform: rotateX(0deg) translateZ(60px) scale(.94);
      transform: rotateX(0deg) translateZ(60px) scale(.94);
      z-index: 4;
    }
    .team-flip-style .flip-style-5 .single-member-area:hover .team-inner-wrap .image-wrap-front{
        opacity: 0;
        -webkit-transform: rotateX(-180deg) translateZ(60px) scale(.94);
        transform: rotateX(-180deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .image-wrap-front img{
        width: 100%;
    }

  .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .image-wrap-back{      
      border-radius: 50%;
      overflow: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transition: transform .7s cubic-bezier(.6,.2,.4,.8),visibility .7s cubic-bezier(.6,.2,.4,.8),opacity .55s cubic-bezier(.6,.2,.4,.8),-webkit-transform .7s cubic-bezier(.6,.2,.4,.8);
      visibility: visible;
      width: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      -webkit-transform: rotateX(180deg) translateZ(60px) scale(.94);
      transform: rotateX(180deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-5 .single-member-area:hover .team-inner-wrap .image-wrap-back{
        opacity: 1;
        -webkit-transform: rotateX(0deg) translateZ(60px) scale(.94);
        transform: rotateX(0deg) translateZ(60px) scale(.94);
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .image-wrap-back img{
        width: 100%;
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-image: linear-gradient(147deg, #ffe53bc7 0%, #ff2525b0 74%);        
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 30px 30px;
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .short-bio p{
        color: #fff;
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul {
        margin: 10px 0 0;
        padding: 0;
        list-style-type: none;
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li{
        display: inline-block;
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li a{
        height: 40px;
        width: 40px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        margin: 0 5px;
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .image-wrap-back .team-info-content .social-area ul li a:hover{
        color: #0052da;
        background: #fff;
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .team-content{
        text-align: center;
        padding-top: 20px;
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .team-content .team-name{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .team-content .team-name a{
        color: #00214D;
        text-decoration: none;
    }
    .team-flip-style .flip-style-5 .single-member-area .team-inner-wrap .team-content .team-name a:hover{
        color: #0052da;
    }

  /* team Flip layout 5 */