/*-- Use For Custom Styling --*/

#rev_slider_8_1 ul li{
    background:url('../../img/1.jpg') !important;
    background-size:cover !important;
}

.cursor-light .scroll.nav-link{
    color:#fff !important;
}

.cursor-light.header-appear .scroll.nav-link{
    color:#589be5 !important;
}

/* ===================================
   Team
====================================== */

.team-item{
    cursor: pointer;
    position: relative;
}

.team-item .team-image{
    max-width: 250px;
    display: inline-block;
    margin-bottom: 40px;
}

.team-item:hover .team-image{
    -webkit-animation: 1s pulse;
    -o-animation: 1s pulse;
    animation: 1s pulse;
}

.team-item .name{
    position: relative;
}

.team-item .designation{
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-item:hover .designation{
    transform: translateY(5px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-item .name > h6{
    font-size: 23px;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    font-weight: 400;
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-item .name > img{
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-item:hover .name > img{
    opacity: 1;
}

.team-item:hover .name > h6{
    color: #fff;
}

.team-item .team-social a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    font-size: 17px;
    margin-right: 1px;
    color: #3b3b3b;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.team-item .team-social a i:hover{
    color: #fff;
}
