.header-area.style-2 .open-offcanvas span{
    color:var(--black);
}

.sticky.header-area.style-2 .open-offcanvas span{
    color:var(--white);
}

/* catalogue intro area style */
.main_banner {
    padding-top: 210px;
    background-color: #f2f2f2;
    position: relative;
}

@media only screen and (max-width: 1919px) {
    .main_banner {
        padding-top: 180px;
    }
}

@media only screen and (max-width: 991px) {
    .main_banner {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .main_banner {
        padding-top: 130px;
    }
}

.main_banner:before {
    position: absolute;
    content: "";
    width: 51%;
    height: calc(100% - 210px);
    background-color: var(--white);
    inset-inline-end: 50px;
    bottom: 0;
}

@media only screen and (max-width: 991px) {
    .main_banner:before {
        display: none;
    }
}

.main_banner .section-symbol {
    font-size: 560px;
    font-weight: 800;
    font-family: var(--font_hkgrotesk);
    color: var(--primary);
    opacity: 0.07;
    position: absolute;
    top: -20px;
    inset-inline-start: 0;
    line-height: 0.7;
    z-index: -1;
}

@media only screen and (max-width: 1919px) {
    .main_banner .section-symbol {
        font-size: 460px;
    }
}

@media only screen and (max-width: 1199px) {
    .main_banner .section-symbol {
        font-size: 350px;
    }
}

@media only screen and (max-width: 991px) {
    .main_banner .section-symbol {
        font-size: 330px;
    }
}

.main_banner .about-area-inner {
    position: relative;
    z-index: 1;
}

.main_banner .section-heading {
    max-width: 1070px;
    margin-inline-start: 215px;
    padding-top: 57px;
    padding-bottom: 48px;
}

@media only screen and (max-width: 1919px) {
    .main_banner .section-heading {
        margin-inline-start: 165px;
    }
}

@media only screen and (max-width: 1199px) {
    .main_banner .section-heading {
        margin-inline-start: 125px;
        padding-top: 17px;
        padding-bottom: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .main_banner .section-heading {
        margin-inline-start: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .main_banner .section-heading {
        margin-inline-start: 0;
    }
}

.main_banner .section-title {
    max-width: 1070px;
}

@media only screen and (max-width: 1919px) {
    .main_banner .section-title {
        max-width: 730px;
    }
}

@media only screen and (max-width: 1199px) {
    .main_banner .section-title {
        max-width: 670px;
    }
}

.main_banner .subtitle-wrapper {
    margin-bottom: 33px;
}

.main_banner .section-title-wrapper .banner-subtitle {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #06aaa8;
}

@media only screen and (max-width: 1919px) {
    .main_banner .subtitle-wrapper {
        margin-bottom: 23px;
    }
}

.main_banner .area-shape-1 {
    position: absolute;
    inset-inline-start: 43%;
    top: calc(100% - 24px);
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .main_banner .area-shape-1 {
        top: calc(100% - 0px);
    }
}

.main-menu.menu-dark>ul>li>a {
    color: var(--black);
}

.main-menu.menu-light>ul>li>a {
    color: var(--black);
}

.sticky .main-menu.menu-light>ul>li>a {
    color: var(--white);
}

/* Catalogue Section */

.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 .team-wrapper {
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 992px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.team:hover .team-thumb img {
    transform: scale(1.02);
}

.team .name {
    font-size: 30px;
}

@media only screen and (max-width: 1199px) {
    .team .name {
        font-size: 26px;
    }
}

.team .post {
    font-size: 14px;
    margin-top: 13px;
    padding-bottom: 5px;
    position: relative;
}

@media only screen and (max-width: 1919px) {
    .team .post {
        margin-top: 8px;
        padding-bottom: 10px;
    }
}

.team .post:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #D9D9D9;
    bottom: 0;
    inset-inline-start: 0;
}

.team .team-thumb img {
    transition: all 0.5s;
}

.team .team-content {
    margin-top: 20px;
}

@media only screen and (max-width: 1919px) {
    .team .team-content {
        margin-top: 20px;
    }
}

.team-area .btn-hover {
    display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.team-area .team .btn-hover a {
    background-color: #06aaa8;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
}

.team-area .team:hover .btn-hover {
    display: block;
    transition: 0.5s;
}