.clear {
    clear: both;
}

.sc-left {
    float: left;
    box-sizing: border-box;
}

.width25,
.width50,
.width75 {
    width: 100%;
    padding: 20px 20px 20px 20px;
}

.sc_team_member .sc_team_member_name a {
    text-decoration: none;
}

.sc_team_single_disabled {
    cursor: default;
}
.sc-team-member-posts a {
    font-size: 18px;
}


#sc_our_team .sc_team_member .icons a {
    margin: 0 auto 5px auto;
    text-decoration: none;
    box-shadow: none;
    border: none;
}

#sc_our_team .sc_team_member .icons img {
    display: inline-block;
    box-shadow: none;
    border: none;
    margin: 0 2px 0 2px;
}

#sc_our_team .sc_team_member_inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#sc_our_team .sc_team_member .sc_team_more img {
    width: 50px;
    height: 50px;
    margin: 0 auto 0 auto;
}

#sc_our_team .sc_team_member .sc_team_more a,
#sc_our_team .sc_team_member .sc_team_more img {
    box-shadow: none;
    border: none;
}


@media (min-width: 768px){


    #sc_our_team.sc-col3 .sc_team_member {
        width: 33.3%;
    }

    #sc_our_team.sc-col4 .sc_team_member {
        width: 25%;
    }

    #sc_our_team.sc-col2 .sc_team_member {
        width: 50%;
    }

    #sc_our_team.sc-col5 .sc_team_member {
        width: 20%;
    }

    #sc_our_team.sc-col10 .sc_team_member {
        width: 10%;
    }

    #sc_our_team.sc-col5 .sc_team_member {
        width: 17%;
        margin: 1%;
    }

    #sc_our_team.sc-col10 .sc_team_member {
        width: 10%;
    }

    .width25 {
        width: 24%;
        padding: 0 15px 0 15px;
    }

    .width50 {
        width: 49%;
        padding: 0 15px 0 15px;
    }

    .width75 {
        width: 73%;
        padding: 0 15px 0 15px;
    }

}

.sc-hidden-member {
    opacity: 0;
    width: 0;
    transform: translate(-50px,0);
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.sc-reveal-member {
    
    transform: translate( -50px, 0 );
    -moz-transform: translate( -50px, 0 );
    -webkit-transform: translate( -50px, 0 );
}

.tx-a {
	max-height: 100px!important;
}

 .prev{
    background:#000;
    width:50px;
    height:50px;
    position:absolute;
    left:0;
    top:50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
     z-index:1000;
    }
.next{
    background:#000;
    width:50px;
    height:50px;
    position:absolute;
    right:0;
    top:50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
     z-index:1000;
    }
    
    
    
.popup-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 300;
  display: inline-block;
/*   width: 60px;
height: 60px; */
}

.popup-icon button {
/* background-color: transparent; */
outline: none;
border: none; 
}

.modal-btn img {
  width: 60px;
  height: 60px;
}

/* Modal */
.modal {
  background-color: rgba(0,0,0,.95);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: all 0.6s;
  overflow: scroll;
}

.modal::-webkit-scrollbar {
  display: none;
}

/* Modal Content */
/* .modal-content {
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
.modal-animated-in {
  animation: totop-in .6s ease;
}
.modal-animated-out {
  animation: totop-out .6s ease forwards;
}
.modal-header {
  border-bottom: none;
}
.modal-header h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 64px;
  margin-top: 5%;
  border-bottom: none;
  margin-bottom: 20px;
}

.modal-header em {
  font-style: normal;
  font-weight: 200;
}

.modal-content .close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 38px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.modal-body {
  text-align: center;
  margin: 0 auto;
}

.modal-body input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.modal-body textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 25px;
}

.modal-body button {
  border-radius: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  transition: all 0.5s;
  border-top: none;
  border-right: none;
  border-left: none;
}

.modal-body button:hover {
  color: rgba(250,250,250,0.5);
  border-color: rgba(250,250,250,0.5);
  outline: none;
} */