body{
    --main-color:rgb(23, 146, 155);
}
.main-navbar .nav-item>a.active{
    color:var(--main-color) !important;
}
.main-navbar .nav-item:hover>a{
    color:var(--main-color) !important;
}

/* 设置selectpicker 的下拉样式 */
.selectpicker .list li[data-display]{
    display: none;
}
.need-help-faq-accordion .selectpicker .list{
    width: 100%;
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.let-contact-form .selectpicker .list,.need-help-faq-accordion .selectpicker .list{
    border: 1px solid var(--main-color);
    border-top: none;
    width: 100%;
    left:-1px;
    box-sizing: content-box !important;
}
.let-contact-form .open,.need-help-faq-accordion .open{
    border:1px solid var(--main-color);
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
}
.sign-up{
    background: rgb(23, 146, 155) !important;
}
/* 设置selectpicker 的下拉样式 STOP */

.sign-up:before{
    background-color: #15838c !important;
}
.submit-btn3:before{
    background-color: #15838c;
}

.who-we-are {
    width: 100%;
    overflow: hidden;
    background:rgb(13, 24, 32);
}
.who-we-are .container-fluid{
    position: relative;
    min-height: 10vh;
    color:#fff;
}
.sub-title{
    font-size:3rem;
    color:unset;
    font-weight: bold;
    padding-bottom:4rem;
}
.who-we-are-content > *{
    padding-left:6rem;
    max-width: 90%;
}
.who-we-are-text p{
    line-height: 30px;
    margin-top:15px;
    font-size:1rem;
    display: inline-block;
}
.who-we-are-roundBG{
    position: relative;
    align-self: flex-end;
}

.who-we-are-roundBG img{
    position: absolute;
    bottom:-18rem;
    right: 0px;
    margin: 0;
}
.specialised{
    min-height: 10vh;
    background: linear-gradient(130.1deg, rgba(23, 190, 202, 0.1) 26.56%, rgba(119, 106, 255, 0.1) 60.42%, rgba(40, 199, 111, 0.1) 92.19%);
}
.spcialised_item{
    padding:1rem;
    margin:10px;
    background:rgb(210, 231, 250);
    border-radius: 10px;
    padding:2rem;
    box-sizing: border-box;
    cursor: pointer;
}
.spcialised_item:hover{
    transition: all 0.3s;
    transform: scale(1.05,1.05);
}
.spcialised_item_headerTitle{
    width:100%;
    display: flex;
    align-items: flex-end;
    margin-bottom:10px;
    height: 70px;
    overflow: hidden;
}
.spcialised_item_headerTitle h3{
    margin: 0;
    margin-left:1rem;
    font-weight: bold;
    line-height: 2rem;
}
.spcialised_item_headerTitle img{
    height: 70px;
    width: auto;
}

.spcialised_tip{
    margin-top:1.2rem;
    font-size:0.8rem;
    padding-right: 20%;
}
.let-contact-area{
    background-color: #fff;
    background:url('/assets3/img/financial/contactUsBg.png') no-repeat;
    background-size: auto 102%;
    background-position: 100% -50%;
    margin: 0 auto;
    max-width: 1980px;
}
.Scenario_content .container-fluid{
    overflow: hidden;
}
.Scenario_textContent{
    padding-left:8rem;
}
.Scenario_textContent h1,.Scenario_textContent h3{
    font-weight: bold;
}
.Scenario_textContent h1{
    font-size:2.3rem;
}
.Scenario_textContent h3{
    font-size:3rem;
}
.Scenario_textContent > *{
    margin-bottom:2rem;
}
.scenario_tip{
    width:100%;
    color:#000;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}
.scenario_tip p {
    line-height: 2.5rem;
}
.Scenario_textContent h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.Scenario_content .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    justify-content: center;
    margin-top: 0;
}
.Scenario_content .owl-theme .owl-nav .owl-prev {
    margin-right: 2rem;
}
.Scenario_content .owl-theme .owl-nav .owl-next {
    margin-left: 2rem;
}
.Scenario_content .owl-theme .owl-nav span {
    font-size: 3rem;
}
.scenario_button{
    margin:0px;
    display: flex;
    width: 100%;
}
.scenario_button_item{
    background: rgb(189, 232, 233);
    color:#000;
    border-radius:10px;
    width:50%;
    margin-left:15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    padding-top: 20px;
    cursor: pointer;
    flex-shrink: 1;
}
.scenario_button_item:nth-child(1){
    margin: 0px;
}
.scenario_button_item h1{
    font-size: 4rem;
    margin:6px 0px;
}
.scenario_button_item:hover{
    transform: scale(1.06,1.06);
    transition: all 0.3s;
}

.scenario_button_item:hover h1{
    transform: scale(1.06,1.06);
    transition: all 0.3s;
}
.Scenario_bg_round{
    position: relative;
    height: 100%;
    align-self: flex-start;
}
.Scenario_bg_round img{
    position: absolute;
    right:-40%;
    top:-5rem;
    max-width: none !important;
    height: 65vh;
    max-height: 700px;
    width: auto;
}
@media screen and (min-width:1600px){
    .who-we-are .row>*{
        padding:0px;
    }
    .Scenario_content .row > *{
        padding:0;
    }
}
@media screen and (max-width:1100px){
    .let-contact-area{
        background:rgba(0,0,0,0.8) !important;
    }
    .let-contact-area .container-fluid{
        max-width: none;
    }
    .who-we-are img:nth-child(1){
        width:auto;
        height: 60vw;
        margin: auto;
        display: block;
        margin-bottom:15px;
    }
    .Scenario_content{
        padding-top:10px;
    }
    .Scenario_content .scenario_button{
        flex-wrap: wrap;
    }
    .Scenario_content .scenario_button_item{
        margin: auto;
        flex-shrink: 0;
        margin-top:10px;
        width: 100%;
    }
    .Scenario_content .Scenario_textContent{
        margin:auto;
        padding-left: 0px;

    }
    .Scenario_content .row{
        align-items: center;
        justify-content: center;
    }
    .scenario_tip{
        width: 98%;
    }
    .who-we-are-text{
        padding-left: 0 !important;
        max-height: none !important;
    }
    .who-we-are .row{
        justify-content: center;
        align-items: center;
    }
    .who-we-are-content > *{
        padding:0px;
        max-width: 100%;
    }
}
@media screen and (max-width:1400px){
    .whoWeAre_banner{
        width:95% !important;
        margin: 0 auto;
        height: auto !important;
    }
}