
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.team-wrp .filter-button li {
    margin: 0;
    line-height: unset;
    list-style: none;
}
.team-banner-wrp img{
    width: 100%;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

button,
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}


/* **** Team Css **** */
.team-wrp {
    padding: 80px 0;
}
.team-wrp .container {
    max-width: 1000px;
    margin: 0 auto;
}
.team-wrp .main-title {
    margin: 0 0 30px;
}
.team-wrp .main-title h2 {
    font-size: 54px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.team-wrp .filter-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0 0 40px;
}
.team-wrp .filter-button li button {
    position: relative;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #0086aa;
    background-color: transparent;
    border: 1px solid #0086aa;
    text-decoration: none !important;
    border-radius: 50px;
    text-transform: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}
.team-wrp .filter-button li button.active,
.team-wrp .filter-button li button:hover {
    background-color: #0086aa;
    color: #fff;
}

.team-wrp .team-block .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 60px;
}
.team-wrp .team-block .team-item {
    padding: 0 15px;
    width: 33.33%;
}
.team-wrp .team-block .team-item.show {
    animation: fadeIn 0.5s ease;
}
.team-wrp .team-block .team-item.hide {
    display: none;
}

.team-wrp .team-block .team-box {
    box-shadow: 2px 1px 6px 3px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    padding: 40px 20px;
}
.team-wrp .team-block .team-box .box-img {
    display: table;
    margin: 0 auto 30px;
}
.team-wrp .team-block .team-box .box-img img {
    height: 135px;
    width: 135px;
    border-radius: 100%;
    object-fit: cover;
}
.team-wrp .team-block .team-box .member-name h3 {
    font-size: 22px;
    color: #014554;
    font-weight: 600;
    margin: 0 0 5px;
}
.team-wrp .team-block .team-box .member-name p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.team-wrp .team-block .team-box .readmored p {
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    margin: 20px 0 0;
}
.team-wrp .team-block .team-box .readmored {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.team-wrp .team-block .team-box .readmored.active {
    max-height: 700px;
}
.team-wrp .team-block .team-box .box-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0;
}
.team-wrp .team-block .team-box .box-footer .linkedin-btn {
    display: block;
}
.team-wrp .team-block .team-box .box-footer .linkedin-btn img {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.team-wrp .team-block .team-box .box-footer .more-btn {
    font-family: "Basis Grotesque Pro" !important;
    cursor: pointer;
    font-size: 15px;
    color: #879ca9;
    display: flex;
    align-items: center;
    gap: 10px;
}
.team-wrp .team-block .team-box .box-footer .more-btn span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #eee;
    color: #4893bd;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .team-wrp .container{max-width: 960px;padding: 0 15px;}
    .team-wrp .filter-button{flex-wrap: wrap;justify-content: center;gap: 8px;margin: 0 0 20px;}
    .team-wrp .filter-button li button{font-size: 14px;line-height: 18px;padding: 10px 25px;}
    .team-wrp .team-block .team-box .member-name h3{font-size: 18px;}
    .team-wrp .team-block .row{row-gap: 30px;}
    .team-wrp .team-block .team-box .member-name p{font-size: 14px;}
    .team-wrp .team-block .team-box .box-footer .linkedin-btn img{height: 30px;width: 30px;}
    .team-wrp .team-block .team-box .readmored p{font-size: 14px;line-height: 20px;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .team-wrp .container{max-width: 740px;padding: 0 15px;}
    .team-wrp .filter-button{flex-wrap: wrap;justify-content: center;gap: 8px;margin: 0 0 20px;}
    .team-wrp .filter-button li button{font-size: 12px;line-height: 16px;padding: 8px 13px;}
    .team-wrp .team-block .row{row-gap: 30px;}
    .team-wrp .team-block .team-item{width: 50%;}
    .team-wrp .team-block .team-box{padding: 30px;}
    .team-wrp .team-block .team-box .box-img {margin: 0 auto 20px;}
    .team-wrp .team-block .team-box .member-name{text-align: center;}
    .team-wrp .team-block .team-box .member-name h3{font-size: 18px;}
    .team-wrp .team-block .team-box .member-name p{font-size: 14px;}
    .team-wrp .team-block .team-box .box-footer{padding: 24px 0 0;}
    .team-wrp .team-block .team-box .box-footer .linkedin-btn img{height: 30px;width: 30px;}
    .team-wrp .team-block .team-box .readmored p{font-size: 14px;line-height: 20px;text-align: center;}
}

@media (max-width: 767px) {
    .team-wrp .container{max-width: 540px;padding: 0 15px;}
    .team-wrp .filter-button{flex-wrap: wrap;justify-content: center;gap: 8px;margin: 0 0 20px;}
    .team-wrp .filter-button li button{font-size: 13px;line-height: 16px;padding: 8px 16px;}
    .team-wrp .team-block .team-item{width: 100%;}
    .team-wrp .team-block .row{row-gap: 16px;}
    .team-wrp .team-block .team-box{padding: 30px;}
    .team-wrp .team-block .team-box .box-img {margin: 0 auto 20px;}
    .team-wrp .team-block .team-box .member-name{text-align: center;}
    .team-wrp .team-block .team-box .member-name h3{font-size: 18px;}
    .team-wrp .team-block .team-box .member-name p{font-size: 14px;}
    .team-wrp .team-block .team-box .box-footer{padding: 24px 0 0;}
    .team-wrp .team-block .team-box .box-footer .linkedin-btn img{height: 30px;width: 30px;}
    .team-wrp .team-block .team-box .readmored p{font-size: 14px;line-height: 20px;text-align: center;}
}
/* **** End Team Css **** */