/* ======================
team
============================*/

.team-style-one.owl-carousel .markino-team-blog {
    margin-bottom: 0;
}

.team-style-one .markino-team-blog {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 32px;
}

.team-style-one .markino-team-blog .markino-team-img {
    position: relative;
}

.team-style-one .markino-team-blog .markino-team-img::before {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-theme-white);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.team-style-one .markino-team-blog:hover .markino-team-img::before {
    opacity: 0.9;
}

.team-style-one .markino-team-blog .markino-team-info {
    text-align: center;
}

.team-style-one .markino-team-blog .markino-team-img img {
    width: 100%;
}

.team-style-one .markino-team-blog .markino-team-info {
    margin-top: 26px;
}

.team-style-one .markino-team-blog .markino-team-info .designation {
    font-size: var(--font-size-normal);
    font-style: italic;
    line-height: 24px;
    letter-spacing: var(--letter-spacing-two);
    font-weight: var(--font-weight-semi-bold);
    text-transform: uppercase;
    color: var(--global-font-color);
}

.team-style-one .markino-team-blog .markino-team-info .markino-heading-title {
    color: var(--color-theme-primary);
    margin-top: 0;
    margin-bottom: 4px;
}

.team-style-one .markino-team-blog .markino-team-social {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: scale(0) translateX(-50%) translateY(-50%);
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
    -o-transform: scale(0) translateX(-50%) translateY(-50%);
    -ms-transform: scale(0) translateX(-50%) translateY(-50%);
    transform: scale(0) translateX(-50%) translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.team-style-one .markino-team-blog:hover .markino-team-social {
    -moz-transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    -o-transform: scale(1) translateX(-50%) translateY(-50%);
    -ms-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
}

.team-style-one .markino-team-blog .markino-team-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.team-style-one .markino-team-blog .markino-team-social ul li {
    margin-right: 8px;
}

.team-style-one .markino-team-blog .markino-team-social ul li:last-child {
    margin-right: 0;
}

.team-style-one .markino-team-blog .markino-team-social .markino-social-icon a {
    height: 30px;
    width: 30px;
    font-size: 10px;
}