/* Filter - Controls
---------------------------------------------------------------------- */
.controls {
    padding: 30px 0;
    text-align: center;
}

.controls button {
    padding: 5px 20px;
    display: inline-block;
    border: 2px solid #4C4B4A;
    border-radius: 40px;
    color: #4C4B4A;
    font-size: 16px;
    margin: 5px;
    background-color: #fff;
}

.controls button:hover,
.controls button:focus,
.controls .mixitup-control-active {
    color: #fff;
    background-color: #21aaff;
    border-color: #21aaff;
} 

.toggle-hide {
    display: none;
    pointer-events: none;;
} 
 
.controls button:focus {
	outline: none;
}

/* Grid
---------------------------------------------------------------------- */
.profile-image img {
    border-radius: 5px;
}

.meet-the-team {
    padding: 5em 0;
}

.team-members .mix:hover {
    cursor: pointer;
}

.expertise {
    display: block;
    margin-bottom: 15px;
    padding: 0;
    list-style-type: none;
}

.expertise li {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    color: #4C4B4A;
    border: 1px solid #4C4B4A;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.expertise li:hover {
    color: #007bff;
    border-color: #007bff;
}

.team-members .card-img-overlay {
    top: auto;
    padding: 0 .75rem;
    opacity: 0;
    transition: .33s all linear;
}

.card-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin: 15px 0 10px;
}

.card-title span {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
}

.team-members .card {
    margin-bottom: 25px;
}

.team-members .card:hover .card-img-overlay {
    opacity: 1;
}

.team-members .modal-body {
    padding: 30px;
}

.team-members .modal-body img {
    border-radius: 4px;
}

.team-members .modal-body img:hover {
    border-radius: 4px;
	background-color: rgba(33, 170, 255, .7);
}

.team-members h4 {
    color: #21AAFF !important;
    margin-bottom: 5px;
}

.team-members h5 {
    margin: 0;
    font-size: 15px;
    color: #212529 !important;
}

.team-members h5 span {
    font-weight: 400;
    font-size: 13px;
    display: block;
    margin-top: 4px;
}

.team-cta-btn {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 7px 12px;
    margin-right: 5px;
    font-size: 12px;
    border-radius: 30px;
    transition: .33s all linear;
}

.team-cta-btn:hover {
    text-decoration: none;    
    color: #fff;
    background-color: #21AAFF;
}