.main-menu.menu-light>ul>li>a {
    color: var(--black);
}

.sticky .main-menu.menu-light>ul>li>a {
    color: var(--white);
}

.header-area.style-2 .open-offcanvas span{
    color:var(--black);
}

.sticky.header-area.style-2 .open-offcanvas span{
    color:var(--white);
}

.team-area .counts {
    display: flex;
}

@media only screen and (max-width: 991px) {
    .team-area .counts {
        display: none;
    }
}

.team-area .counts .item {
    width: 90px;
    height: 90px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .team-area .counts .item {
        width: 60px;
        height: 60px;
    }
}

.team-area .counts .item:not(:first-child) {
    margin-inline-start: -20px;
}

@media only screen and (max-width: 767px) {
    .team-area .counts .item:not(:first-child) {
        margin-inline-start: -10px;
    }
}

.team-area .counts .item:first-child {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    font-size: 18px;
}

.team-area .section-title-wrapper {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    flex: 0 1 1075px;
}

@media only screen and (max-width: 767px) {
    .team-area .section-title-wrapper {
        flex: auto;
        flex-direction: column;
        gap: 20px;
    }
}

.team-area .section-title-wrapper .text {
    max-width: 393px;
}

.team-area .section-title-wrapper .text span {
    font-weight: 500;
    color: var(--primary);
    text-decoration: underline;
}


.team-area .section-header {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    margin-bottom: 53px;
}

@media only screen and (max-width: 991px) {
    .team-area .section-header {
        margin-bottom: 33px;
    }
}

/* Certificate Section */

.work-area .work-wrapper {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 150px;
}

@media only screen and (max-width: 1919px) {
    .work-area .work-wrapper {
        gap: 50px;
        grid-template-columns: 500px 1fr;
    }
}

@media only screen and (max-width: 1199px) {
    .work-area .work-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 1199px) {
    .work-area .work-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 991px) {
    .work-area .work-wrapper {
        grid-template-columns: 1fr;
    }
}

.work-area .btn-wrapper {
    padding-left: 10px;
}

.work-area .section-title-wrapper {
    padding-bottom: 40px;
}

.work-area .work-items {
    display: grid;
    grid-template-columns: 360px 360px;
    gap: 20px;
}

@media only screen and (max-width: 1199px) {
    .work-area .work-items {
        max-width: 740px;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .work-area .work-items {
        grid-template-columns: 1fr;
    }
}

.work-area .work-item {
    max-width: 360px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 63px 40px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .work-area .work-item {
        padding: 40px 20px;
        border-radius: 0;
    }
}

.work-area .work-item .shape-1 {
    position: absolute;
    right: -22px;
    width: 22px;
    height: 45px;
    z-index: 2;
    top: 70px;
}

@media only screen and (max-width: 767px) {
    .work-area .work-item .shape-1 {
        display: none;
    }
}

.work-area .work-item .shape-2 {
    position: absolute;
    bottom: -24px;
    z-index: 2;
    right: 70px;
}

@media only screen and (max-width: 767px) {
    .work-area .work-item .shape-2 {
        display: none;
    }
}

.work-area .work-item .shape-3 {
    position: absolute;
    right: -22px;
    width: 22px;
    height: 45px;
    z-index: 2;
    bottom: 70px;
}

@media only screen and (max-width: 767px) {
    .work-area .work-item .shape-3 {
        display: none;
    }
}

.work-area .work-item .counter-title-wrapper {
    padding-bottom: 103px;
}

@media only screen and (max-width: 1199px) {
    .work-area .work-item .counter-title-wrapper {
        padding-bottom: 30px;
    }
}

.work-area .work-item .counter-title {
    display: inline-block;
    position: relative;
    font-size: 60px;
    font-weight: 700;
}

.work-area .work-item .counter-title .step {
    font-weight: 700;
    font-size: 11px;
    color: var(--primary);
    padding: 3px 0;
    background-color: var(--white);
    position: absolute;
    top: 14px;
    left: 0;
    padding: 5px 5px 2px;
    font-family: var(--font_primary);
}

.work-area .work-item .title-wrapper {
    padding-bottom: 33px;
}

@media only screen and (max-width: 767px) {
    .work-area .work-item .title-wrapper {
        max-width: 200px;
        padding-bottom: 18px;
    }
}

.work-area .work-item .title {
    font-size: 30px;
}

.work-area .work-item .text {
    font-size: 18px;
}

@media only screen and (max-width:1400px) {
    .work-area .work-wrapper {
        gap: 30px;
        grid-template-columns: 455px 1fr;
    }
}