/* Team Style 1 */
.team-style-1 .sigma-teammember-image-container:after,
.team-style-1 .sigma-teammember-image-container:before,
.team-style-1 .sigma-teammember-content-cover:before,
.team-style-1 .sigma-teammember-content-cover {
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.team-style-1 .teammember-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 6px;
    z-index: 9;
    position: relative;
    font-weight: 700;
}
.team-style-1 .sigma-teammember-slide{
  margin-bottom: 30px;
}
.team-style-1 .sigma-teammember-slide .sigma-teammember-image-container{
    position: relative;
    overflow: hidden;
}
.team-style-1 .sigma-teammember-slide .sigma-teammember-image-container img{
    width: 100%;
}
.team-style-1 .sigma-teammember-wrapper .teammember-title a {
    color: #ffffff;
}
.team-style-1 .sigma-teammember-content-cover {
    background: rgba(240, 240, 240, 1.0);
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #0C2278;
    position: relative;
    padding: 20px 0;
    text-align: center;
}
.team-style-1 .sigma-teammember-wrapper .sigma-teammember-content-cover {
    background: rgba(240, 240, 240, 0);
}
.team-style-1 .sigma-teammember-content-cover:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #111111;
    z-index: -1;
}
.team-style-1 .sigma-teammember-wrapper .sigma-teammember-content-cover:before {
    height: 100%;
}
.team-style-1 h5.sigma-teammember-designation {
    margin-bottom: 0;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.team-style-1 .sigma-teammember-social-profiles {
    position: absolute;
    top: 50%;
    right: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}
.team-style-1 .sigma-teammember-social-profiles li {
    position: relative;
    right: -70px;
    margin-bottom: 10px;
    transition: all 900ms ease;
}
.team-style-1 .sigma-teammember-social-profiles li:last-child{
    margin-bottom: 0;
}
.team-style-1 .sigma-teammember-social-profiles li a {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 1;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
}

.team-style-1.team-layout-grid .sigma-teammember-slide {
    margin-bottom: 30px;
}

.team-style-1 .sigma-teammember-slide:hover .sigma-teammember-social-profiles li,
.team-style-1 .sigma-teammember-slide:hover .sigma-teammember-social-profiles li:nth-child(2),
.team-style-1 .sigma-teammember-slide:hover .sigma-teammember-social-profiles li:nth-child(3),
.team-style-1 .sigma-teammember-slide:hover .sigma-teammember-social-profiles li:nth-child(4) {
    right: 0px;
}
.team-style-1 .sigma-teammember-slide:hover .sigma-teammember-social-profiles li:nth-child(2) {
    transition-delay: 500ms;
}
.team-style-1 .sigma-teammember-slide:hover .sigma-teammember-social-profiles li:nth-child(3) {
    transition-delay: 750ms;
}
.team-style-1 .sigma-teammember-slide:hover .sigma-teammember-social-profiles li:nth-child(4) {
    transition-delay: 1000ms;
}
.team-style-1 .sigma-teammember-social-profiles li:hover a{
    background-color: #0C2278;
    color: #fff;
}
/*-- team style 2 ---*/

.team-style-2 .team-image-part {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 7px solid #f9fafc;
}

.team-style-2 .team-image-part img {
    width: 100%;
}

.team-style-2 .plus-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 26px;
    text-align: center;
    top: 10px;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    font-size: 29px;
    z-index: 5;
}

.team-style-2 .plus-btn:hover {
    color: #fff;
}

.team-style-2 .each-teams {
    position: relative;
    max-width: 235px;
    margin: auto;
    margin-bottom: 75px;
}
.team-style-2 .team-style-2 .each-teams {
    margin-bottom: 60px;
}

.team-style-2 .owl-carousel .each-teams {
 margin-bottom: 0px;
}
.team-style-2 .each-teams .team-text h4 {
    margin-bottom: 5px;
    font-size: 24px;
}

.team-style-2 .team-image-part .social-icons {
  width: 100%;
text-align: center;
opacity: 0;
-webkit-transition: all .3s;
transition: .3s;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
left: 50%;
padding-left: 0;
margin-bottom: 0;
}

.team-style-2 .team-image-part .social-icons li a {
    color: #fff;
}

.team-style-2 .team-image-part .social-icons li a:hover i {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.team-style-2 .team-image-part:before {
    position: absolute;
    content: close-quote;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: .3s;
    background: #0C2278;
}

.team-style-2 .each-teams:hover .team-image-part:before {
    opacity: .8;
    -webkit-transition: all .3s;
    transition: .3s;
}

.team-style-2 .each-teams:hover .team-image-part .social-icons {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: .3s;
}
.team-style-2 .team-image-part .social-icons li {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
}
.team-style-2 .team-image-part .social-icons li:last-child {
    margin-right: 0;
}
.team-style-2 .each-teams a.plus-btn {
    box-shadow: 0 0px 13px 2px rgba(255, 225, 134, 0.48);
    right: 8px;
    background: #0C2278;
}
.team-style-2 .each-teams a.plus-btn:hover {
    background: #111111;
}
.team-style-2 .each-teams:hover .plus-btn {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.team-style-2 .each-teams:hover .team-image-part {
    box-shadow: 0 5px 10px 2px rgba(19, 27, 35, 0.10);
}

.team-style-2 .team-bg-icon2 {
    position: absolute;
    top: -36px;
    left: 53%;
    max-width: 200px;
    opacity: .04;
}
.team-style-2 .each-teams .team-text h4 {
    margin: 20px 0 10px;
}
.team-style-2 .each-teams .team-text h4 a {
    color: #0c2278;
}
/*---- style -3 ----*/
.team-style-3 .each-teams-2 {
    padding-top: 30px;
    margin-bottom: 50px;
}
.team-style-3 .team-img-2-outer.relative {
    position: relative;
}
.team-style-3 .te-img-outer {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    max-width: 198px;
    margin: auto;
}
.team-style-3 .te-img-outer .plus-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #111111;
}
.team-style-3 .plus-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 26px;
    text-align: center;
    top: 10px;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    font-size: 29px;
    z-index: 5;
}
.team-style-3 .te-img-outer:after {
    position: absolute;
    content: close-quote;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #0C2278;
}
.team-style-3 .team-img-2-outer .bg-team-img {
    position: absolute;
    top: -25px;
    z-index: -1;
    opacity: .15;
    max-width: 90%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
.team-style-3 .each-teams-2 .team-text h4 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 24px;
}
.team-style-3 .each-teams-2:hover .te-img-outer:after {
    opacity: .9;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.team-style-3 .each-teams-2:hover .te-img-outer .plus-btn {
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.team-style-3 ul.social-icons li {
    display: inline-block;
    margin-right: 20px;
}
.team-style-3 .team-style-3 ul.social-icons {
    padding-left: 0;
    margin-bottom: 0;
}
.team-style-3 .each-teams-2 .team-text h4 a {
    color: #0C2278;
}
.team-style-3 .each-teams-2 .social-icons a{
  color:#111;
}
.team-style-3 .each-teams-2 .social-icons a:hover {
    color: #f15933;
}
