.center-white-bg{
    background-color: rgba(242, 245, 249, 1);
}
.footer-flex-div{
    padding-top: 60px;
    padding-bottom: 10px;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    width:70vw;
    margin-left: 15vw;
    min-height: 200px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.footer-div-1{
    min-height: 200px;
}
.footer-div-2{
    min-height: 200px;
    text-align: left;
}
.footer-div-3{
    min-height: 200px;
    text-align: left;
}
.footer-logo-info{
    display: flex;
    align-items: center;
}
.footer-logo-img img{
    width: 35px;
    height: 35px;
}
.footer-logo-name{
    color: white;
    margin-left: 7px;
    font-size: 16px;
}
.footer-logo-content{
    width: 25vw;
    text-align: left;
    margin-top: 20px;
    line-height: 20px;
}
.foot-link-title{
    font-size: 16px;
    margin-bottom: 20px;
    color: white;
}
.foot-link-name{
    color: rgba(255,255,255,.6);
    margin-top: 10px;
}
.foot-contact-title{
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
}
.foot-contact-flex{
    display: flex;
    align-items: self-start;
}
.foot-contact-img img{
    height: auto;
    width: 20px;
    margin-right: 10px;
}
.header-logo-info{
    display: flex;
    align-items: center;
    margin-top: -10px;
}
.header-logo-info-img img{
    width: 35px;
    height: auto;
    margin-right: 10px;
}
.new-title-padding-top{
    padding-top: 70px;
    margin-bottom: 18px;
    font-size: 25px;
    font-weight: 600;
    color: rgba(0, 11, 51, 1);
    text-align: center;
}
.new-title{
    margin-bottom: 18px;
    font-size: 25px;
    font-weight: 600;
    color: rgba(0, 11, 51, 1);
    text-align: center;
}
.new-title-s{
    text-align: center;
    color: rgba(72, 82, 109, 1);
}
.simplify-flex{
    width: 70vw;
    margin-left: 15vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.simplify-flex-list{
    background-color: white;
    border-radius: 10px;
    width: 22vw;
    min-height: 310px;
    padding:2vw;

}
.simplify-flex-list:hover{
    transform: scale(1.1);
    border-radius: 8px;
    box-shadow: 0 -1px 10px rgba(0,0,0,.5);
}
.simplify-flex-list-img img{
    width: 5vw;
    height: auto;
}
.simplify-flex-list-title{
    color: rgba(0, 11, 51, 1);
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
}
.simplify-flex-list-content{
    margin-top: 10px;
    color: rgba(72, 82, 109, 1);
    line-height: 27px;
}
.simplify-docs-img{
    text-align: right;
    margin-right: 9.2vw;
    margin-bottom: -5vw;
}
.simplify-docs-img img{
    width: 10vw;
    height: auto;
}
.simplify-flex-no-bg{
    width: 70vw;
    margin-left: 15vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.simplify-flex-list-no-bg{
    width: 22vw;
    min-height:180px;
}
.simplify-flex-list-img-no-bg{
    text-align: center;
}
.simplify-flex-list-img-no-bg img{
    width: 3vw;
    height: auto;
}
.simplify-flex-list-title-no-bg{
    text-align: center;
    color: rgba(0, 11, 51, 1);
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}
.simplify-flex-list-content-no-bg{
    margin-top: 10px;
    color: rgba(72, 82, 109, 1);
    line-height: 27px;
}
.who-main{
    background-color: white;
}
.who-main-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70vw;
    margin-left: 15vw;
}
.who-main-img img{
    width: 20vw;
    height: auto;
    z-index: 77;
    position: relative;
}
.who-main-info{
    margin-left: 5vw;
    width: 35vw;
}
.who-main-info-title{
    color: rgba(0, 11, 51, 1);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.who-main-info-content{
    color:rgba(72, 82, 109, 1);
    line-height: 25px;
}
.who-docs{
    margin-left: 15vw;
    margin-top: -6.5vw;
}
.who-docs img{
    width: 10vw;
    height: auto;
}
.what-main{
    min-height: 500px;
}
.blue-title-s{
    padding-top: 70px;
    color: rgba(16, 80, 244, 1);
    margin-bottom: 10px;
    text-align: center;
}
.what-main-flex{
    width: 70vw;
    margin-left: 15vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.what-main-flex-list{
    width: 22vw;
    background-color: rgba(1, 37, 79, 0.05);
    border-radius: 5px;
    padding: 1.5vw;
    box-shadow: 0 -1px 15px rgba(0,0,0,.3);
}
.what-main-say{
    background-color: white;
    padding: 15px 10px;
    border-radius: 5px;
    color: rgba(72, 82, 109, 1);
    line-height: 23px;
}
.what-main-name,.what-main-job{
    font-weight: 600;
    color: rgba(0, 11, 51, 1);
    margin-top: 3px;
}
.what-main-say:hover{
    transform: scale(1.1);
    background-color: rgba(16, 80, 244, 1);
    box-shadow: 0 -1px 3px #337ab7;
    color: white;
    margin-bottom: 20px;
}


/*about page css*/
.about-page-main-list{
    background-color: white;
    width: 70vw;
    margin-left: 15vw;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5vw 0;
    box-shadow: 0 -1px 3px lightyellow;
}
.about-page-main-list:hover{
    transform: scale(1.1);
    box-shadow: 0 -1px 5px #337ab7;
}
.about-page-main-img img{
    width: 20vw;
    height: auto;
    position: relative;
    z-index: 77;
}
.about-page-main-img-right{
    margin-left: 5vw;
}
.about-page-main-img-left{
    margin-right: 5vw;
    margin-left: -8.5vw;
}
.about-page-min-height{
    min-height: 40px;
}
.about-page-main-list-content{
    width: 35vw;
}
.about-page-main-list-title{
    font-weight: 600;
    color: rgba(0, 11, 51, 1);
    margin-bottom: 15px;
    font-size: 16px;
}
.about-page-main-list-content{
    line-height: 23px;
    color: rgba(0, 11, 51, .7);
}
.about-page-main-content-left{
    margin-left: 2vw;
}
.about-page-d img{
    width: 10vw;
    height: auto;
}
.about-page-d1{
    margin-left: -8.5vw;
    margin-top: -7vw;
}
.about-page-d2{
    margin-top: -7vw;
}
.about-page-d3{
    margin-left: -8.5vw;
    margin-top: 7vw;
}
/*partner page css*/
.partner-page-main{
    background:url(../images/bg-partner.png) center no-repeat;
    background-size: 80vw 100%;
    margin-left: 10vw;
    min-height: 42.5vw;
    width: 80vw;
    text-align: center;
}
.partner-page-logo img{
    padding-top: 7vw;
    width: 6vw;
    height: auto;
}
.partner-page-title{
    margin-top: 2vw;
    color: rgba(0, 11, 51, 1);
    font-size: 30px;
    font-weight: 800;
}
.partner-page-content{
    margin-top: 3.5vw;
    width: 60vw;
    margin-left: 10vw;
    color: rgba(0, 11, 51, 1);
    line-height: 25px;
    font-weight: 550;
}
.page-info-all{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.5vw;
}
.page-ingo-title-info{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-ingo-title-img img{
    width: 20px;
    height: auto;
}
.page-ingo-title-text{
    font-weight: 600;
    margin-left: 5px;
    color: rgba(0, 11, 51, 1);
}
.page-info-x{
    margin-top: 15px;
    color: rgba(0, 11, 51, .7);
}

.contact-page-form{
    background-color: rgba(242, 245, 249, 1);
    width: 70vw;
    margin-left: 15vw;
}
.contact-page-info-main{
    text-align: center;
    padding-top: 20px;
}
.contact-page-info-title{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
}
.contact-page-info-content{
    margin-top: 15px;
    color: rgba(72, 82, 109, .9);
}
.contact-page-info-title-img{
    width: 30px;
    height: auto;
    margin-right: 5px;
}
.contact-input-div{
    background-color: white;
    width: 27.5vw;
    border: none;
}
.contact-page-list-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60vw;
    margin-left: 5vw;
}
.contact-input-title{
    color: rgba(0, 11, 51, 1);
    font-size: 16px;
}
.contact-error-yellow{
    color: red;
    display: none;
}


