.nobottomspacing p:last-child, .nobottomspacing20 p:last-child, .nobottomspacing20 ul, .nobottomspacing20 ul li:last-child, .nobottomspacing ul, .nobottomspacing ul li:last-child {
    margin-bottom: 0px !important;
}
.teams-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.team-item {
    width: calc(25% - 22.5px);
    cursor: pointer;
}

.bio-wrap {
    position: relative;
    border-radius: 15px;
    background: #D0E1EC;
    overflow: hidden;
}

.bio-wrap img {
    width: 100%;
    height: auto;
}

.info-wrap {
    position: absolute;
    bottom: 16px;
    left: 14px;
    right: 14px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
}

.info-left h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.264px;
    margin: 0;
}

.info-left p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.312px;
    margin: 0;
}

.plus-icon {
    display: flex;
    width: 39px;
    height: 39px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #0072AE;
    background: #0071AD;
}

.plus-icon svg path {
    fill: #fff;
}

.team-item:hover .plus-icon {
    background: #fff;
    border-color: #000;
}

.team-item:hover .plus-icon svg path {
    fill: #000;
}

/* popup */

.popup-content {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
}
.info-wrap {align-items: center;}
/*body.popup-open .popup-content {display:flex;}*/
.popup-inner {
    display: flex;
    gap: 59px;
    padding: 83px 59px;
    border-radius: 20px;
    background: #F6FCFF;
    box-shadow: 0 4px 25px rgba(0,39,60,0.1);
    max-width: 1200px;
    margin: auto;
    position: relative;
	    align-items: flex-start;
}

.popup-close {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.popup-left h4 {
    font-size: 30px;
    font-weight: 600;
}

.popup-left .meta {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
}

.bio-box {
    margin-top: 34px;
    background: #ECF6FC;
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 140px rgba(0,39,60,0.05);
}

.bio-box span {
    font-weight: 600;
}

.bio-box .content {
    margin-top: 10px;
    font-size: 15px;
    line-height: 28px;
}

.linkedin-icon {
    display: flex;
    width: 39px;
    height: 39px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #0072AE;
    background: #0071AD;
    margin-top: 19px;
}

.linkedin-icon:hover {
    background: #000;
}

.popup-right img {
    border-radius: 15px !important;
    background: #D0E1EC;
}
.popup-right {
    min-width: 327px;
    border-radius: 15px;
    background: #D0E1EC;
}
/* responsive */

@media(max-width:1024px){
    .team-item {
        width: calc(50% - 15px);
    }
}

@media(max-width:600px){
	.popup-inner {flex-direction:column}
    .team-item {
        width: 100%;
    }
	
}


/* wrapper */
.expertise-slider-main{
    display:flex;
    gap:24px;
    overflow:hidden;
    align-items:stretch;
}
/* cards */
.expertise-card{
    position:relative;
    overflow:hidden;
    border-radius:32px;
    flex:0 0 22%;
    transition:
    flex-basis .65s cubic-bezier(.22,.61,.36,1),
    opacity .35s ease;
will-change:flex-basis, opacity;
    opacity:.7;
}

/* active */
.expertise-card.active{
    flex:0 0 50%;
    opacity:1;
}
.expertise-card {
    background: #ffffff;
    padding: 10px;
}
/* image */
.expertise-image{
    height:100%;
	padding: 10px;
}

.expertise-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    border-radius: 20px !important;
}
/* content */
.expertise-content{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:#fff;
    padding:32px;
    transform:translateY(120%);
   opacity:0;
    transition:
        transform .35s ease .18s,
        opacity .35s ease .18s;
}

.expertise-card.active .expertise-content{
    transform:translateY(0);
    transition-delay:.18s;
	opacity:1;
}

/* inactive fade */
.expertise-card:not(.active) .expertise-content{
    opacity:0;
}

/* arrows */
.expertise-nav-wrap{
    display:flex;
    gap:16px;
    margin-top:40px;
}

.expertise-nav-wrap img{
    width:50px;
    height:50px;
    cursor:pointer;
}

.expertise-nav-wrap img.disabled{
    pointer-events:none;
}
.expertise-content h3{font-size:20px}

/* @media only screen and (max-width:767px) {
.expertise-card,.expertise-card.active {flex: 0 0 100%;}
} */

@media only screen and (max-width:1084px) {
	.widget .serviceright  {width:100%; border-radius: 10px;}
}
@media (max-width:767px){

    .expertise-slider-main{
        display:block;
        overflow:visible;
        height:auto !important;
    }

    .expertise-card{
        display:none;
        width:100%;
        flex:none;
        opacity:1;
        margin-bottom:20px;
        transition:none;
    }

    .expertise-card.active{
        display:block;
        width:100%;
    }

    .expertise-content{
        position:relative;
        transform:none;
        opacity:1;
        left:auto;
        bottom:auto;
        width:auto;
        transition:none;
    }

    .expertise-image{
        height:auto;
    }

}