/**
 * Element Name: Team
 */

.eplus-team-img img {
    vertical-align: bottom;
}

.eplus-team-social {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}
.eplus-team-social > li,
#content .eplus-team-social > li {
    display: inline-block;
    margin-bottom: 0;
}

.eplus-team-social > li > a {
    display: inline-block;
    padding: 5px;
    line-height: 1;
}


/**
* Style 1
*/

.eplus-team-1 {
    text-align: center;
    margin-bottom: 30px;
}

.eplus-team-1 .eplus-team-info {
    padding: 20px 20px 0;
}

.eplus-team-1 .eplus-team-title {
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 0;
}

.eplus-team-1 .eplus-team-designation {
    font-size: 14px;
    color: #999;
}


/**
* Style 2
*/

.eplus-team-2 {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    border-radius: 6px;
    overflow: hidden;
}

.eplus-team-2 .eplus-team-img {
    position: relative;
}

.eplus-team-2 .eplus-team-img:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.3s;
}

.eplus-team-2 .eplus-team-title-wrap {
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 12px;
}

.eplus-team-2 .eplus-team-title-wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #D2D2D2;
    transition: 0.3s;
}

.eplus-team-2 .eplus-team-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
}

.eplus-team-2 .eplus-team-contact {
    margin-bottom: 15px;
}

.eplus-team-2 .eplus-team-contact > a {
    font-weight: 500;
    color: #222;
}

.eplus-team-2 .eplus-team-designation {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
}

.eplus-team-2 .eplus-team-info {
    padding: 25px;
}

.eplus-team-2 .eplus-team-info .eplus-team-short-desc {
    margin-bottom: 0 !important;
}

.eplus-team-2 .eplus-team-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.eplus-team-2 .eplus-team-social > li > a {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    margin-bottom: 15px;
    line-height: 32px !important;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: opacity 0.4s ease, 0.5s transform ease, background 0.2s;
    transform: translateY(20px);
    opacity: 0;
}

.eplus-team-2 .eplus-team-social > li:last-child > a {
    margin-right: 0;
}

.eplus-team-2 .eplus-team-social > li:first-child > a {
    transition-delay: 0.05s;
}

.eplus-team-2 .eplus-team-social > li:nth-child(n + 2) > a {
    transition-delay: 0.1s;
}

.eplus-team-2 .eplus-team-social > li:nth-child(n + 3) > a {
    transition-delay: 0.15s;
}

.eplus-team-2 .eplus-team-social > li:nth-child(n + 4) > a {
    transition-delay: 0.2s;
}

.eplus-team-2 .eplus-team-social > li:nth-child(n + 5) > a {
    transition-delay: 0.25s;
}

.eplus-team-2 .eplus-team-social > li:nth-child(n + 6) > a {
    transition-delay: 0.3s;
}

.eplus-team-2 .eplus-team-social > li:nth-child(n + 7) > a {
    transition-delay: 0.35s;
}


.eplus-team-2:hover .eplus-team-social > li > a {
    transform: translateY(0);
    opacity: 1;
}

.eplus-team-2:hover .eplus-team-title-wrap:before {
    width: 70px;
}

.eplus-team-2:hover .eplus-team-img:before {
    opacity: 1;
}

.eplus-team-2 .eplus-team-social > li > a:hover {
    background: #fff;
    color: #999;
}

.eplus-team-2:hover {
    box-shadow: 0 20px 60px -5px rgba(9, 30, 66, .3);
    transform: translateY(-4px);
}


/**
* Style 3
*/

.eplus-team-3 {
    position: relative;
    margin-bottom: 30px;
    transition: 0.3s;
    border-radius: 8px;
    overflow: hidden;
}

.eplus-team-3 .eplus-team-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    padding: 10px 20px;
    align-items: center;
}

.eplus-team-3 .eplus-team-title {
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.1;
    color: #fff;
}

.eplus-team-3 .eplus-team-designation {
    font-size: 13px;
    color: #fff;
}

.eplus-team-3 .eplus-shape {
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: -1;
    width: 100%;
}

.eplus-team-3 .eplus-team-social > li > a {
    color: #fff;
}

.eplus-team-3:hover {
    box-shadow: 0 20px 60px -5px rgba(9, 30, 66, .3);
    transform: translateY(-4px);
}


/**
* Style 4
*/

.eplus-team-4 {
    position: relative;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.eplus-team-4 .eplus-team-img {
    position: relative;
}

.eplus-team-4 .eplus-team-title-wrap {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 10;
    padding: 22px 35px;
    text-align: center;
}

.eplus-team-4 .eplus-team-title {
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.1;
    color: #fff;
}

.eplus-team-4 .eplus-team-designation {
    font-size: 13px;
    color: #fff;
}

.eplus-team-4 .eplus-shape {
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: -1;
    width: 100%;
}

.eplus-team-4 .eplus-team-social {
    margin-top: 0;
    text-align: center;
    padding: 15px 20px;
}

.eplus-team-4:hover {
    box-shadow: 0 20px 60px -5px rgba(9, 30, 66, .3);
    transform: translateY(-4px);
}

/**
* Style 5
*/

.eplus-team-5 {
    text-align: center;
    margin-bottom: 30px;
}

.eplus-team-5 .eplus-team-info {
    padding: 20px 20px 0;
}

.eplus-team-5 .eplus-team-img {
    position: relative;
    line-height: 0;
}

.eplus-team-5 .eplus-team-img > svg {
    transition: 0.3s;
}

.eplus-team-5 .eplus-team-title {
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 0;
}

.eplus-team-5 .eplus-team-designation {
    font-size: 14px;
    color: #999;
}

.eplus-team-5:hover .eplus-team-img > svg {
    transform: translateY(-8px) scale(1.03);
}


/**
* Style 6
*/

.eplus-team-6 {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 10px 30px -5px rgba(9, 30, 66, .1);
    padding: 40px;
    border-radius: 6px;
    transition: 0.3s;
}

.eplus-team-6 .eplus-team-info {
    padding: 20px 20px 0;
}

.eplus-team-6 .eplus-team-img {
    position: relative;
    line-height: 0;
}

.eplus-team-6 .eplus-team-img img {
    vertical-align: bottom;
    border-radius: 50%;
    max-width: 150px;
}

.eplus-team-6 .eplus-team-img > svg {
    transition: 0.3s;
}

.eplus-team-6 .eplus-team-title {
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 0;
}

.eplus-team-6 .eplus-team-designation {
    font-size: 14px;
    color: #999;
}

.eplus-team-6:hover {
    box-shadow: 0 20px 60px -5px rgba(9, 30, 66, .3);
    transform: translateY(-4px);
}

/**
* Style 7
*/

.eplus-team-7 {
    position: relative;
    margin-bottom: 70px;
}

.eplus-team-7 .eplus-team-img {
    border-radius: 10px;
    overflow: hidden;
}

.eplus-team-7 .eplus-team-img img {
    transition: 0.3s;
}

.eplus-team-7 .eplus-team-info {
    position: absolute;
    bottom: -40px;
    background: #fff;
    width: calc(100% - 60px);
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 15px;
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    padding: 20px;
}

.eplus-team-7 .eplus-team-info .eplus-team-title {
    margin-bottom: 0;
    font-size: 20px;
}

.eplus-team-7:hover .eplus-team-img img {
    transform: scale(1.06) translateY(6px);
}



/**
* Style 8
*/
.eplus-team-8 {
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
    text-align: center;
}
.eplus-team-8 .eplus-team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px 0;
}
.eplus-team-8 .eplus-team-img {
    transition: all 0.5s ease-in-out 0s;
}
.eplus-team-8:hover .eplus-team-img {
    transform: scale(1.1);
}
.eplus-team-8 ul.eplus-team-social {
    position: absolute;
    top: 0;
    left: -50%;
    margin: 0;
    background: #0facf3;
    padding: 30px 10px;
    transition: all 0.4s ease-in-out 0s;
    border-bottom-right-radius: 50px;
    opacity: 0;
    visibility: hidden;
}
.eplus-team-8:hover ul.eplus-team-social {
    left:0;
    opacity: 1;
    visibility: visible;
}
.eplus-team-8 .eplus-team-social > li > a:hover {
    color: #000;
}
.eplus-team-8 ul.eplus-team-social li {
    display: block !important;
}
.eplus-team-8 .eplus-team-social > li > a {
    display: block;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0s;
}
.eplus-team-8 .eplus-team-title {
    margin-bottom: 3px;
    color: #0FACF3;
}


/**
* Style 9
*/

.eplus-team-9 {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px -5px rgba(9, 30, 66, .1);
    padding: 30px 15px;
}

.eplus-team-9 .eplus-team-img img {
    width: auto;
}
.eplus-team-9 .eplus-team-img {
    transition: all 0.5s ease 0s;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.eplus-team-9:hover .eplus-team-img {
    background: #17BEBB;
    border-radius: 50%;
}
.eplus-team-9 .eplus-team-img img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
}
.eplus-team-9 h3.eplus-team-title {
    margin-bottom: 0;
}
.eplus-team-9 ul.eplus-team-social {
    margin-top: 15px;
}
.eplus-team-9 .eplus-team-social > li {
    margin: 0 1px;
}
.eplus-team-9 .eplus-team-social > li > a {
    color: #17BEBB;
    line-height: 24px;
    border: 1px solid #17BEBB;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.eplus-team-9 .eplus-team-social > li > a:hover {
    background: #17BEBB;
    color: #fff;
}


/**
* Style 10
*/
.eplus-team-10 {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.eplus-team-10 .eplus-team-info-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e91e63;
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}
.eplus-team-10:hover .eplus-team-info-wrap {
    opacity: 0.80;
    visibility: visible;
}
.eplus-team-10 .eplus-team-img {
    transition: all 0.7s ease-in-out 0s;
}
.eplus-team-10:hover .eplus-team-img {
    transform: scale(1.2);
}
.eplus-team-10 .eplus-team-info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.eplus-team-10 h3.eplus-team-title {
    color: #fff;
    margin-bottom: 0;
}
.eplus-team-10 ul.eplus-team-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 18px;
}
.eplus-team-10 ul.eplus-team-social li {
    border: 1px solid #fff;
}
.eplus-team-10 ul.eplus-team-social {
    margin-top: 6px;
}


/**
* Style 11
*/
.eplus-team-11 {
    box-shadow: 0 10px 30px -5px rgba(9, 30, 66, .1);
    border-radius: 10px;
    transition: all 0.4s ease-in-out 0s;
    padding: 10px 10px 30px;
}
.eplus-team-11:hover {
    box-shadow: 0 20px 60px -5px rgba(9, 30, 66, .3);
    transform: translateY(-5px);
}
.eplus-team-11 .eplus-team-img img {
    width: 100%;
    height: auto;
}
.eplus-team-11 h3.eplus-team-title {
    margin: 15px 0 0;
}
.eplus-team-11 p.eplus-team-short-desc {
    margin: 10px 0 5px;
}
.eplus-team-11 span.eplus-team-designation {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
}

.eplus-team-11 .eplus-team-social {
    margin: 15px 0 0;
}

.eplus-team-11 ul.eplus-team-social li a {
    display: inline-block;
    background: #e44509;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #e44509;
    color: #fff;
    line-height: 17px;
    text-align: center;
}



/**
* Style 12
*/
.eplus-team-12 {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
    z-index: 1;
}
.eplus-team-12 .eplus-team-img {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.eplus-team-12 .eplus-team-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 0;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.eplus-team-12:hover .eplus-team-img:before {
    opacity: 0.7;
    visibility: visible;
}
.eplus-team-12 .eplus-team-img img {
    width: 100%;
    height: auto;
}
.eplus-team-12 ul.eplus-team-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    width: 100%;
    margin: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}
.eplus-team-12:hover ul.eplus-team-social {
    transform: translate(-50%,-50%) scale(1);
    visibility: visible;
}
.eplus-team-12 .eplus-team-social > li > a {
    color: #ffff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 24px;
}
.eplus-team-12 .eplus-team-social > li > a:hover {
    background: #fff;
    color: #000;
}
.eplus-team-12 .eplus-team-social > li {
    margin: 0 2px;
}
.eplus-team-12 .eplus-team-info-wrap {
    position: absolute;
    left: 0;
    bottom: -85px;
    width: 100%;
    z-index: -1;
    height: 100%;
    border: 2px dotted #ddd;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
}
.eplus-team-12:hover .eplus-team-info-wrap{
    border-color: #f1430f;
}
.eplus-team-12 .eplus-team-info {
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;
}
.eplus-team-12 h3.eplus-team-title {
    margin: 0;
    font-weight: 500;
    transition: all 0.5s ease 0s;
}
.eplus-team-12:hover h3.eplus-team-title{
    color: #f1430f;
}


/**
* Style 13
*/
.eplus-team-13 {
    text-align: center;
    background: #fff;
    position: relative;
    padding: 30px 0 40px;
    overflow: hidden;
    box-shadow: 0 10px 30px -5px rgba(9, 30, 66, 0.3);
    border-radius: 5px;
}
.eplus-team-13 .eplus-team-img {
    width: 130px;
    height: 130px;
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.eplus-team-13 .eplus-team-img:before {
    content: "";
    width: 100%;
    height: 0;
    background: #ee4266;
    position: absolute;
    bottom: 240%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(5);
    transition: all 0.5s linear 0s;
    border-radius: 50%;
}
.eplus-team-13:hover .eplus-team-img:before {
    height: 100%;
}
.eplus-team-13 .eplus-team-img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ee4266;
    top: 0;
    left: 0;
    z-index: -1;
}
.eplus-team-13 .eplus-team-img img {
    width: 100%;
    height: 130px;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.eplus-team-13:hover .eplus-team-img img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.eplus-team-13 .eplus-team-info {
    margin-bottom: 30px;
}
.eplus-team-13 h3.eplus-team-title {
    margin-bottom: 2px;
    font-weight: 500;
}
.eplus-team-13 ul.eplus-team-social {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: -100px;
    left: 0;
    background: #eb1768;
    transition: all 0.5s ease 0s;
}
.eplus-team-13:hover ul.eplus-team-social {
    bottom: 0;
}
.eplus-team-13 .eplus-team-social > li > a {
    padding: 10px;
    color: #fff;
    width: 35px;
    height: auto;
}
.eplus-team-13 .eplus-team-social > li > a:hover {
    color: #EB1768;
    background: #F7F5EC;
=======
>>>>>>> a03e287204fa338b2da827034c60b3c90e6323ef
}