.text-darkblue {
    color: #0D2C51 !important
}

.chinese-home .banner_section::before {
    background-image: url(../images/banner.webp)
}

@media (min-width:991.5px) {
    .chinese-home .industry_section .col-lg-2 {
        flex: 0 0 auto;
        width: 24.666667%
    }
}

@media (min-width:1200px) {
    .chinese-home .industry_section .col-lg-2 {
        flex: 0 0 auto;
        width: 19.666667%
    }
}

.chinese-home .industry_section .industry-card {
    display: flex;
    align-items: center;
    background: #FFF;
    border: 1px solid rgb(13 44 81 / .48);
    border-radius: 10px;
    gap: 16px;
    text-align: left
}

.chinese-home .industry_section .industry-card .industry-icon {
    margin: 0
}

.chinese-home .industry_section.category_section .industry-card {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    background: linear-gradient(184.04deg, #FFFFFF 51.97%, rgb(205 225 255 / .820477) 99.03%, rgb(20 114 255 / .5) 183.03%);
    border: 1px solid rgb(13 44 81 / .48);
    border-radius: 10px
}

.chinese-home .industry_section.category_section {
    position: relative;
    z-index: 1
}

.chinese-home .industry_section .industry-card .card-title {
    flex: 1;
    /* font-size: 22px */
}

.chinese-home .research-criteria-sec .research-criteria-img img {
    border-radius: 50%
}

.chinese-home .industry_section.category_section .industry-card .card-title {
    color: #0D2C51
}

.chinese-home .industry_section.category_section .sub-banner-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2
}

.chinese-home .industry_section.category_section .sub-banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.chinese-home .industry_section.category_section::before {
    content: '';
    position: absolute;
    background-color: rgba(13, 44, 81, 68%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.chinese-home .industry_section.category_section .industry-card .industry-icon {
    height: 101px;
    width: 101px;
    margin-bottom: 8px
}

/* .chinese-home .industry_section.category_section .industry-card .card-title {
    font-size: 24px
} */

.chinese-home .featured-pills.nav-pills .nav-link {
    min-width: auto;
    border: 1px solid rgb(0 0 0 / .38);
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 400;
    /* font-size: 24px; */
    font-size: 16px;
    color: rgb(34 34 34 / .6)
}

.chinese-home .featured-pills.nav-pills .nav-link.active {
    background-color: #0D2C51;
    color: #fff
}

.chinese-home .featured-pills {
    gap: 15px
}

.chinese-home .banner_section .title {
    font-size: 89.3193px
}

.chinese-home .banner_section {
    height: calc(100vh - 80px);
    margin-bottom: 24px
}

.chinese-home .testimonials_slider .testmonial_card {
    padding: 0px;
    /* border: 1px solid rgb(13 44 81 / .31); */
    border-radius: 15px
}

.chinese-home .testmonial_card .testimonial_detail {
    padding: 15px;
    padding-top: 15px
}

.chinese-home .research_card {
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    padding: 184px 0 150px
}

.chinese-home .building-img {
    height: 623px;
    width: 623px;
    border-radius: 50%;
    position: absolute;
    bottom: -40px;
    left: -64px
}

.chinese-home .building-img img {
    height: 100%;
    width: 100%;
    border-radius: 50% 50% 50% 0
}

.chinese-home .research_card .research_detail {
    padding: 0 160px 100px;
    padding-left: 0
}

.chinese-home .building-img::before {
    position: absolute;
    content: "";
    background-color: #1472FF;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    top: 2%;
    right: -6%;
    z-index: -1
}

.chinese-home .contact-us-sec {
    border-radius: 200px 200px 0 0
}

.chinese-home .contact-us-sec .contact-info {
    padding-left: 100px
}

.bg-darkblue {
    background-color: #0D2C51 !important
}

.chinese-home .logos {
    margin-bottom: 25px
}

.chinese-home .research-criteria-img {
    position: absolute;
    right: 0;
    left: inherit
}

.chinese-home .research-criteria-sec {
    position: relative;
    overflow: hidden;
    padding: 220px 0
}

.chinese-home .research-criteria-sec::before {
    position: absolute;
    content: "";
    background-image: url(../images/vector-rect.png);
    height: 100%;
    width: 56%;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.chinese-home .testimonials_slider .testmonial_card .testimonial_img {
    height: 400px
}

.chinese-home .research-criteria-sec .research-criteria-img {
    height: 785px;
    width: 792px;
    border: none;
    position: relative;
    z-index: 1;
    top: 0
}

.chinese-home .research-criteria-sec .research-criteria-img::before {
    content: "";
    position: absolute;
    background-color: #1472FF;
    height: 100%;
    width: 100%;
    top: 0;
    left: -6%;
    border-radius: 50%;
    z-index: -1
}

.chinese-home .research-criteria-group {
    position: relative;
    position: absolute;
    right: -4%;
    left: inherit;
    border: none;
    height: 780px;
    width: 780px;
    bottom: -15%;
    top: inherit;
    border: none
}

@media (min-width:2000px) {
    .chinese-home .banner_section::before {
        height: calc(100vh - 75px)
    }
}

@media (max-width:1700px) {
    .chinese-home .research-criteria-group {
        height: 680px;
        width: 680px
    }

    .chinese-home .research-criteria-sec .research-criteria-img {
        height: 680px;
        width: 680px
    }
}

@media (max-width:1600px) {
    .chinese-home .industry_section.category_section .industry-card .industry-icon {
        height: 80px;
        width: 80px
    }

    .chinese-home .industry_section.category_section .industry-card .card-title {
        font-size: 19px
    }

    .chinese-home .building-img {
        height: 580px;
        width: 580px
    }

    .chinese-home .research_card .research_detail {
        padding: 0 90px 40px;
        padding-left: 22px
    }

    .chinese-home .industry_section.category_section .industry-card .industry-icon {
        height: 72px;
        width: 72px
    }

    .chinese-home .testimonials_slider .testmonial_card .testimonial_img {
        height: 400px
    }
}

@media (max-width:1500px) {
    .chinese-home .research-criteria-sec::before {
        width: 64%
    }

    .chinese-home .industry_section .industry-card .card-title {
        font-size: 18px
    }
}

@media (max-width:1400px) {
    .chinese-home .building-img {
        height: 540px;
        width: 540px
    }

    .chinese-home .research_card {
        padding: 130px 0 130px
    }

    .chinese-home .research-criteria-sec {
        padding: 180px 0
    }

    .chinese-home .research-criteria-group {
        height: 580px;
        width: 580px
    }

    .chinese-home .research-criteria-sec .research-criteria-img {
        height: 580px;
        width: 580px
    }

    .chinese-home .contact-us-sec .avatar-img {
        height: 400px;
        width: 400px
    }

    .chinese-home .banner_section .title {
        font-size: 52px
    }

    .chinese-home .testimonials_slider .testmonial_card .testimonial_img {
        height: 430px
    }
}

@media (max-width:1300px) {
    .chinese-home .testimonials_slider .testmonial_card .testimonial_img {
        height: 440px
    }
}

@media (max-width:1200px) {
    .chinese-home .banner_section {
        height: 630px;
        margin-bottom: 0
    }

    .chinese-home .banner_section::before {
        height: 630px
    }

    .chinese-home .banner_section .title {
        font-size: 36px
    }

    .chinese-home .industry_section .industry-card {
        gap: 10px
    }

    .chinese-home .industry_section .industry-card .industry-icon {
        height: 30px;
        width: 30px
    }

    .chinese-home .industry_section.category_section .industry-card .industry-icon {
        height: 60px;
        width: 60px
    }

    .chinese-home .featured-pills.nav-pills .nav-link {
        font-size: 16px;
        padding: 8px 19px
    }

    .chinese-home .research_card {
        padding: 83px 0 110px
    }

    .chinese-home .building-img {
        height: 480px;
        width: 480px
    }

    .chinese-home .research_card .research_detail {
        padding: 0 60px 26px;
        padding-left: 20px
    }

    .chinese-home .research-criteria-sec {
        padding: 140px 0
    }

    .chinese-home .research-criteria-group {
        height: 520px;
        width: 520px
    }

    .chinese-home .research-criteria-sec .research-criteria-img {
        height: 520px;
        width: 520px
    }

    .chinese-home .industry_section .industry-card .card-title {
        font-size: 16px
    }

    .chinese-home .testimonials_slider .testmonial_card .testimonial_img {
        height: 400px
    }
}

@media (max-width:991.5px) {
    .chinese-home .building-img img {
        border-radius: 50%
    }

    .chinese-home .building-img {
        position: relative
    }

    .chinese-home .banner_section::before {
        height: 560px
    }

    .chinese-home .banner_section {
        height: 560px
    }

    .chinese-home .banner_section .title {
        font-size: 30px
    }

    .chinese-home .industry_section.category_section .industry-card .industry-icon {
        height: 46px;
        width: 46px
    }

    .chinese-home .industry_section.category_section .industry-card .card-title {
        font-size: 16px
    }

    .chinese-home .research-criteria-sec {
        padding: 150px 0
    }

    .chinese-home .research-criteria-sec .research-criteria-img {
        height: 425px;
        width: 422px
    }

    .chinese-home .research-criteria-group {
        height: 420px;
        width: 420px
    }

    .chinese-home .research-criteria-sec::before {
        width: 65%
    }

    .logos:after,
    .logos:before {
        width: 170px
    }

    .chinese-home .contact-us-sec {
        border-radius: 100px 100px 0 0
    }

    .chinese-home .contact-us-sec .contact-info {
        padding-left: 60px
    }

    .chinese-home .contact-us-sec .avatar-img {
        height: 250px;
        width: 250px;
        bottom: -56px
    }

    .chinese-home .contact-us-sec .title {
        font-weight: 700;
        font-size: 20px;
        line-height: normal
    }

    .chinese-home .research-criteria-sec {
        padding: 100px 0
    }

    .chinese-home .research_card .research_detail {
        padding: 0 60px 26px
    }

    .chinese-home .building-img {
        height: 420px;
        width: 420px;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        margin-bottom: 30px
    }

    .chinese-home .research_card {
        padding: 70px 0 55px
    }
}

@media (max-width:767px) {
    .chinese-home .research-criteria-group {
        position: relative
    }

    .chinese-home .banner_section::before {
        height: calc(100vh - 350px)
    }

    .chinese-home .banner_section {
        height: calc(100vh - 350px)
    }

    .chinese-home .banner_section .title {
        font-size: 16px
    }

    .banner_section .banner_text {
        font-size: 12px;
        padding-bottom: 10px
    }

    .chinese-home .research-criteria-sec {
        padding: 70px 0
    }

    .chinese-home .research-criteria-sec .research-criteria-img {
        height: 300px;
        width: 300px
    }

    .chinese-home .research-criteria-group {
        height: 300px;
        width: 300px;
        margin: 0 auto
    }

    .chinese-home .building-img {
        height: 300px;
        width: 300px
    }

    .chinese-home .research_card {
        padding: 40px 0 30px
    }

    .chinese-home .contact-us-sec .avatar-img {
        height: 120px;
        width: 150px;
        bottom: -36px
    }

    .chinese-home .contact-us-sec .contact-info {
        padding-left: 38px;
        font-size: 12px;
        padding-right: 16px
    }

    .chinese-home .contact-us-sec {
        border-radius: 60px 60px 0 0
    }

    .chinese-home .contact-us-sec .title {
        font-size: 16px
    }
}

@media (max-width:576px) {
    .chinese-home .building-img {
        height: 260px;
        width: 260px
    }

    .chinese-home .research-criteria-sec {
        padding: 45px 0
    }

    .chinese-home .research-criteria-sec .research-criteria-img {
        height: 260px;
        width: 260px
    }

    .chinese-home .research-criteria-group {
        height: 260px;
        width: 260px;
        margin-top: 44px
    }

    .logos:after,
    .logos:before {
        width: 80px
    }

    .chinese-home .featured-pills.nav-pills .nav-link {
        font-size: 14px;
        padding: 6px 15px
    }

    .chinese-home .featured-pills {
        gap: 10px
    }

    .chinese-home .contact-us-sec .contact-info {
        padding-left: 26px;
        font-size: 12px;
        padding-right: 16px
    }

    .chinese-home .testimonials_slider .testmonial_card {
        /* padding: 12px */
    }

    .chinese-home .research_card .research_detail {
        padding: 0 28px 26px;
        font-size: 14px;
        line-height: normal
    }

    .chinese-home .research_card .card-title {
        font-size: 16px
    }

    .chinese-home .industry_section .industry-card .card-title {
        font-size: 14px;
        word-break: break-all
    }

    .chinese-home .industry_section.category_section .industry-card .card-title {
        word-break: keep-all
    }

    .chinese-home .industry_section .industry-card {
        gap: 7px
    }

    .chinese-home .banner_section::before {
        height: 360px
    }

    .chinese-home .banner_section {
        height: 360px
    }
}

@media (max-width:400px) {
    .chinese-home .banner_section::before {
        height: 330px
    }

    .chinese-home .banner_section {
        height: 330px
    }
}