.app-team-about-area .container {
    max-width: 1260px;
}
.app-team-item .thumb {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.app-team-item .thumb img {
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.app-team-item .thumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 9;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.app-team-item .thumb ul {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}
.app-team-item .thumb ul li {
    display: inline-block;
    margin: 0 3px;
}
.app-team-item .thumb ul li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    color: #fff;
}
.app-team-item .thumb ul li a:hover {
    background: #fff;
    color: #3ec1c9;
    border-color: #fff;
}
.app-team-item .content {
    padding-top: 10px;
}
.app-team-item .content .title {
    font-size: 18px;
    font-weight: 700;
    /* padding-bottom: 8px; */
}
.app-team-item .content span {
    font-size: 14px;
    color: #81818d;
}
.app-team-item:hover .thumb::before {
    opacity: 0.5;
}
.app-team-item:hover .thumb ul {
    opacity: 1;
    visibility: visible;
}
.app-team-item:hover .thumb img {
    transform: scale(1.1);
}
.app-team-item.app-team-item-about .thumb {
    border-radius: 6px;
    overflow: hidden;
}
.app-team-item.app-team-item-about .thumb::before {
    background-color: rgba(62, 194, 201, 0.836);
}
.app-team-item.app-team-item-about .thumb ul {
    left: 30px;
    transform: translateX(0);
}
.app-team-item.app-team-item-about .thumb ul li a {
    border-radius: 6px;
}
.app-team-item.app-team-item-about:hover .thumb::before {
    opacity: 0.9;
}
.app-team-item.app-team-item-about.app-team-item-8 .thumb::before {
    background: #db0f30;
}
.app-team-item.app-team-item-about.app-team-item-8 .thumb ul li a:hover {
    color: #db0f30;
}

.team-btn a {
    background: transparent;
    color: #0e1133;
    border: 2px solid #e7eaef;
}
.team-btn a i {
    padding-left: 6px;
}
.team-btn a:hover {
    background: #3ec1c9;
    color: #fff;
}

.app-team-about-area .team-btn a {
    border-color: #3ec1c9;
    color: #3ec1c9;
}
.app-team-about-area .team-btn a:hover {
    color: #fff;
}
.app-team-about-area.app-team-8-area .team-btn a {
    border-color: #db0f30;
    color: #db0f30;
}
.app-team-about-area.app-team-8-area .team-btn a:hover {
    background: #db0f30;
    color: #fff;
}

.app-team-9-area {
    background: url("../images/home-9-team-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 120px;
    padding-bottom: 130px;
}
.app-team-9-area .app-section-title .app-title {
    color: #fff;
}
.app-team-9-area .app-section-title p {
    color: #fff;
}
.app-team-9-area .app-team-item .thumb::before {
    background: #ff4245;
}
.app-team-9-area .app-team-item .thumb ul li a:hover {
    color: #ff4245;
}
.app-team-9-area .app-team-item .content .title {
    color: #fff;
}
.app-team-9-area .app-team-item .content span {
    color: #fff;
}
.app-team-9-area .team-btn .main-btn {
    color: #fff;
}
.app-team-9-area .team-btn .main-btn:hover {
    background: #ff4245;
    border-color: #ff4245;
}

.app-team-10-area {
    background: #eaf1fb;
    padding-top: 110px;
    padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .app-team-10-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .app-team-10-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}
.app-team-10-area .app-team-10-item {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 20px;
}
.app-team-10-area .app-team-10-item .thumb::before {
    height: 70px;
    bottom: 0px;
    top: auto;
    background: linear-gradient(90deg, #1580ff 0%, #05beff 100%);
}
.app-team-10-area .app-team-10-item .thumb ul {
    width: 100%;
    text-align: center;
    top: auto;
    bottom: 15px;
}
.app-team-10-area .app-team-10-item .thumb ul li a {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    border-color: transparent;
}
.app-team-10-area .team-btn a {
    border-color: #2b70fa;
    color: #2b70fa;
}
.app-team-10-area .team-btn a:hover {
    color: #fff;
}
