.iq-team-blog {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.iq-team-blog .iq-team-info {
    border-radius: var(--border-radius);
    background: var(--white-light-color);
    padding: 15px;
    z-index: 2;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    overflow: hidden;
}

.iq-team-blog .iq-team-info .designation-text {
    font-size: 16px;
}

.iq-team-blog .iq-team-info .member-text:hover {
    color: var(--primary-color);
}

.iq-team-blog .iq-team-img {
    position: relative;
}

.iq-team-blog .iq-team-img img {
    width: 100%;
}

.iq-team-blog .iq-team-social {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 9;
    right: -46px;
    position: absolute;
    top: 20px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.iq-team-blog .iq-team-social:hover .iconswrapper,
.iq-team.style-two .iq-team-blog .iq-team-social .iconswrapper {
    visibility: visible;
}

.iq-team-blog:hover .iq-team-social {
    right: 10px;
}

.iq-team-blog .iq-team-social:hover .iconswrapper ul li {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 4;
}

.iq-team-blog .iq-team-social:hover .iconswrapper {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.iq-team-blog .iq-team-social .mainlabel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: var(--color-theme-white);
    background: var(--primary-color);
    outline: none;
    z-index: 100000;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: var(--border-radius-90);
}

.iq-team-blog .iq-team-social .iconswrapper {
    position: absolute;
    margin: 0;
    top: 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.iq-team-blog .iq-team-social .iconswrapper ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: -1;
}

.iq-team-blog .iq-team-social .iconswrapper ul li {
    margin-bottom: 5px;
    position: relative;
    opacity: 0;
    width: 45px;
    height: 45px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.iq-team-blog .iq-team-social .iconswrapper ul li a {
    border-radius: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-theme-black);
    font-size: 16px;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: var(--white-color);
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.05);
}

.iq-team-blog .iq-team-social .iconswrapper ul li a:hover {
    background: var(--primary-color);
    color: var(--color-theme-white);
}

.iq-team-blog .iq-team-social input:checked~.mainlabel {
    background: var(--white-color);
    color: var(--primary-color);
}

.iq-team-blog .iq-team-social input:checked~.iconswrapper {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.iq-team-blog .iq-team-social input:checked~.iconswrapper ul li {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(360deg);
    transform: translateY(0) rotate(360deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.iq-team-blog .iq-team-social:hover .iconswrapper ul li:nth-of-type(1) {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    z-index: 4;
}

.iq-team-blog .iq-team-social:hover .iconswrapper ul li:nth-of-type(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    z-index: 3;
}

.iq-team-blog .iq-team-social:hover .iconswrapper ul li:nth-of-type(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 2;
}

.iq-team-blog .iq-team-social:hover .iconswrapper ul li:nth-of-type(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    z-index: 1;
}

/* team slider style-2 */
.iq-team.style-two .iq-team-blog .iq-team-info {
    padding: 30px;
}

.iq-team.style-two .iq-team-blog .iq-team-social .iconswrapper ul li a {
    border-radius: var(--border-radius);
    background: var(--primary-color);
    color: var(--white-color);
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-three);
}

.iq-team.style-two .iq-team-blog .iq-team-social .iconswrapper ul li a:hover {
    background-color: var(--secondary-color);
}

.iq-team.style-two .iq-team-blog .iq-team-info .designation-text {
    letter-spacing: var(--letter-spacing-three);
}

.iq-team.style-two .iq-team-blog .member-text {
    color: var(--title-color);
    margin: 0;
    margin-bottom: 5px;
}

.iq-team.style-two .iq-team-blog .iq-team-social {
    left: 0;
    right: 0;
    bottom: 0;
}

.iq-team.style-two .iq-team-blog:hover .iq-team-social .iconswrapper {
    bottom: 30px;
}

.iq-team.style-two .iq-team-blog .image-social-wrap {
    position: relative;
    overflow: hidden;
}

.iq-team.style-two .iq-team-blog .iq-team-social .iconswrapper ul li {
    display: inline-block;
    margin: 0;
    height: 50px;
    width: 65px;
}

.iq-team.style-two .iq-team-blog .iq-team-social .social-tool-tip {
    display: none;
}

.iq-team.style-two .iq-team-blog .iq-team-social {
    bottom: 0;
    top: auto;
}

.iq-team.style-two .iq-team-blog .iq-team-social .iconswrapper {
    bottom: -50px;
    top: auto;
    left: 0;
    right: 0;
    transition: all .5s ease-in-out;
}


.iq-team.style-two .iq-team-blog .iq-team-social .iconswrapper ul li {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 4;
    margin: 0 2px;
}

.iq-team.style-two .iq-team-blog .iq-team-social .iconswrapper {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.iq-team.style-two .iq-team-blog {
    margin: 50px 15px;
    box-shadow: 0 24px 84px rgba(23, 23, 23, 0.05);
}

.iq-team.style-two .iq-team-blog .iq-team-info {
    background: var(--white-color);
}

.iq-team.style-two .owl-stage-outer {
    overflow: visible;
}

.iq-team.style-two .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.iq-team.style-two .owl-item.active {
    opacity: 1;
}

/* Team grid */
.iq-team.iq-team-grid .iq-team-blog {
    margin-bottom: 30px;
}

/*---------------------------------------------------------------------
Leader team
-----------------------------------------------------------------------*/
.iq-team.iq-leader {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.55);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 26%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.55)), color-stop(26%, rgba(255, 255, 255, 0.55)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 26%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 26%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 26%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 26%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    margin-bottom: 30px;
}

.iq-team.iq-leader .iq-leader-info {
    position: absolute;
    bottom: -100px;
    padding: 30px 180px 30px 30px;
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.iq-team.iq-leader:hover .iq-leader-info {
    bottom: 0;
}

.iq-team.iq-leader .iq-leader-info p {
    color: var(--secondary-color);
}

.iq-team.iq-leader .iq-leader-info h6 {
    font-weight: 400;
    color: var(--body-text);
}

@media(max-width:1199px) {
    .iq-team.iq-leader .iq-leader-info {
        bottom: -124px;
    }
}

@media(max-width:979px) {
    .iq-team.iq-leader .iq-leader-info {
        padding: 30px;
    }

    .our-advisory-team .iq-team .iq-team-img img {
        width: auto;
    }
}

@media(max-width:767px) {

    .our-advisory-team .owl-carousel,
    .our-advisory-team .iq-team .iq-team-img img {
        width: 100%;
    }

    .iq-team.iq-leader .iq-leader-info {
        bottom: -94px;
    }
}

@media(max-width:479px) {
    .iq-team.iq-leader .iq-leader-info {
        bottom: -108px;
        padding: 15px;
    }
}