.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);
}

@media only screen and (max-width: 767px) {
    .banner-area.banner-2 {
        padding-bottom: 50px;
    }
}

/* bannner-2 area style start */
.banner-2 .banner-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

@media only screen and (max-width: 991px) {
    .banner-2 .banner-content {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .banner-2 .banner-content {
        gap: 20px;
    }
}

.banner-2 .banner-content .text {
    max-width: 415px;
    margin-bottom: 53px;
    margin-top: 11px;
}

@media only screen and (max-width: 767px) {
    .banner-2 .banner-content .text {
        margin-bottom: 33px;
    }
}

.banner-2 .banner-content .text p {
    font-size: 18px;
    line-height: 1.44;
}

.banner-2 .banner-content .text p span {
    text-decoration: underline;
    color: var(--primary);
    text-underline-offset: 2px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

@media only screen and (max-width: 991px) {
    .banner-2 .title-wrapper {
        flex-basis: 100%;
    }
}

.banner-2 .title-wrapper .title {
    max-width: 658px;
}

@media only screen and (max-width: 1199px) {
    .banner-2 .title-wrapper .title {
        max-width: 460px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-2 .title-wrapper .title {
        max-width: 540px;
    }
}

.banner-2 .title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.125;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 5px;
    text-underline-offset: 10px;
}

@media only screen and (max-width: 1919px) {
    .banner-2 .title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-2 .title {
        font-size: 54px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-2 .title {
        font-size: 40px;
        text-decoration-thickness: 3px;
        text-underline-offset: 5px;
    }
}

@media (max-width: 575px) {
    .banner-2 .title {
        font-size: 38px;
    }
}

.banner-2 .arrow-curved {
    width: 163px;
    margin-top: 65px;
    margin-inline-start: 65px;
}

@media only screen and (max-width: 1400px) {
    .banner-2 .arrow-curved {
        width: 120px;
        margin-top: 65px;
        margin-inline-start: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-2 .arrow-curved {
        margin-inline-start: 0;
        width: 123px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-2 .arrow-curved {
        display: none;
    }
}

.dir-rtl .banner-2 .arrow-curved {
    transform: rotateY(180deg);
}

.banner-2 .title-shape-image {
    width: 45px;
    position: absolute;
    inset-inline-start: -39px;
    top: -36px;
}

.banner-2 .banner-inner {
    margin-top: 213px;
    margin-bottom: 133px;
}

@media only screen and (max-width: 1919px) {
    .banner-2 .banner-inner {
        margin-top: 183px;
        margin-bottom: 103px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-2 .banner-inner {
        margin-top: 163px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-2 .banner-inner {
        margin-top: 143px;
    }
}

.banner-2 .wc-btn-primary {
    padding: 23px 33px;
    font-size: 13px;
}

.banner-2 .banner-img-wrapper .button-bottom-shape {
    position: absolute;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
}

@media only screen and (max-width: 991px) {
    .banner-2 .banner-img-wrapper .button-bottom-shape {
        width: 260px;
    }
}

.banner-2 .banner-img-wrapper .btn-wrapper {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
}

.main-menu.menu-light>ul>li>a {
    color: var(--black);
}

.sticky .main-menu.menu-light>ul>li>a {
    color: var(--white);
}

/* Section Below Image */

.body-wrapper.consultant-agency .service-area.style-1 .service-list-item li:hover .title:hover {
    color: var(--hover-color);
}

.service-area.style-1 {
    background-color: #BFCED9;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .service-area.style-1 {
        padding-top: 50px;
    }
}

.service-area.style-1 .service-area-inner {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .service-area.style-1 .service-area-inner {
        display: block;
    }
}

.service-area.style-1 .section-title-wrapper {
    padding-top: 80px;
    flex: 0.5;
}

@media only screen and (max-width: 1199px) {
    .service-area.style-1 .section-title-wrapper {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .service-area.style-1 .section-title-wrapper {
        padding-top: 0;
    }
}

.service-area.style-1 .title-wrapper {
    max-width: 268px;
}

.service-area.style-1 .service-content {
    display: flex;
    gap: 80px;
    flex: 1;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .service-area.style-1 .service-content {
        gap: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .service-area.style-1 .service-content {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 20px;
        gap: 30px;
    }
}

.service-area.style-1 .service-list li {
    color: var(--secondary);
    font-family: var(--font_hkgrotesk);
    padding: 50px 35px;
    border-bottom: 1px solid #AFBECA;
    border-left: 1px solid #AFBECA;
    border-right: 1px solid #AFBECA;
}

@media only screen and (max-width: 1400px) {
    .service-area.style-1 .service-list li {
        padding: 30px 35px;
    }
}

@media only screen and (max-width: 1199px) {
    .service-area.style-1 .service-list li {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .service-area.style-1 .service-list li {
        border-top: 1px solid #AFBECA;
        padding: 20px;
    }
}

.service-area.style-1 .service-list li span {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.5;
}

.service-area.style-1 .service-list li .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.13;
    max-width: 90%;
    color: var(--secondary);
}

@media only screen and (max-width: 1199px) {
    .service-area.style-1 .service-list li .title {
        font-size: 18px;
    }
}

.service-area.style-1 .service-title-wrap {
    display: flex;
    gap: 30px;
}

.service-area.style-1 .service-list-item {
    flex-basis: 440px;
}

.service-area.style-1 .service-list-item li .title {
    transition: 0.3s;
}

.service-area.style-1 .service-list li.active span,
.service-area.style-1 .service-list-item li.active .title,
.service-area.style-1 .service-list-item li:hover .title {
    color: var(--primary);
}

.service-area.style-1 .service-text {
    max-width: 430px;
    transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
    .service-area.style-1 .service-text {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1400px) {
    .service-area.style-1 .service-text .text-wrapper p {
        font-size: 16px;
    }
}

.service-area.style-1 .text-wrapper {
    margin-top: 23px;
}

.service-area.style-1 .btn-wrapper {
    margin-top: 43px;
}

@media only screen and (max-width: 767px) {
    .service-area.style-1 .btn-wrapper {
        margin-top: 25px;
    }
}

.service-area.style-1 .wc-btn-primary {
    background-color: transparent;
    color: var(--primary);
    font-size: 16px;
    font-weight: 475;
    line-height: 1.5;
    border-bottom: 1px solid var(--primary);
    padding: 0;
    padding-bottom: 2px;
}

.service-area.style-1 .triangle {
    position: absolute;
    -webkit-clip-path: polygon(0 0, 55% 0, 100% 100%, 45% 100%);
    clip-path: polygon(0 0, 55% 0, 100% 100%, 45% 100%);
    width: 94px;
    height: 60px;
    background-color: #fecc00;
    top: -30px;
}

.dir-rtl .service-area.style-1 .triangle {
    transform: rotateY(156deg);
}

/* Flag Section */

.brand-area {
    background-color: #F0F7F3;
    padding-top: 90px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
    .brand-area {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .brand-area {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .brand-area {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

.brand-area .section-heading {
    text-align: center;
    max-width: 70%;
    margin: auto;
}

.brand-area .brand-logos {
    max-width: 100%;
    margin: auto;
    margin-top: 63px;
}

.brand-area .brand-logos .brand-logo {
    padding: 10px 0;
}
.brand-area .brand-logos .brand-logo img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.brand-area .brand-logos .brand-logo p {
    font-size: 15px;
}

@media (max-width: 767px) {
    .brand-area .section-heading {
        max-width: 100%;
    }
    .brand-area .brand-logos {
        margin-top: 33px;
    }
}