@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
    
}

a:hover {
    text-decoration: none;
}

.index_wrapper_1 {
    height: 0;
}

@media screen and (max-width: 991.5px){


}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{

    min-height:100vw!important;
    object-fit:cover;
    
}

.index_wrapper_1 {
    height: 80px;
}

}


/*Menu*/

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    padding: 15px 1.5vw;
    font-size: 15px;
}

.navbar_type8 {
  
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
   
}

#main_index .navbar_type8 {
  
    top: 55px;
    right: 0;
    left: 0;
    width: 84%;
    margin: 0 auto;
    border-radius: 10px;
}

.dark_nav {
    background-color: rgba(255, 255, 255, 0.8) !important;
    top: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 100%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #1f4061;
     
}

.navbar_type8 .nav_tab .nav_item:hover::before {
   
    width: 60%;
 
     
}

.navbar_type8 .logo img {
   
    width: 140px;
 
    padding: 0;
}

.navbar_type8 .logo {
    flex: 0 1 20%;
  
    margin-left: 4%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
 
    padding-left: 0;
    padding-right: 2.5%;
   
}

/*Banner*/

.hp_banner {
    padding-top: 17.5%;
    padding-left: 7.5%;
    padding-right: 7.5%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hp_banner_box {
    display: flex;
    justify-content: space-between;
}

.hp_banner_title {
    color: #fff;
    font-size: 2.7vw;
    margin-bottom: 12%;
}

.hp_banner_desc {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.05vw;
    line-height: 1.5;
    font-family: inter;
    font-weight: 200;
    text-align: end;
}

.hp_banner_link {
    background: #fff;
    color: #1f4061;
    font-size: 0.9vw;
    font-weight: 400;
    border-radius: 30px;
    transition: 0.3s;
    padding: 0.75vw 1vw 0.75vw 3.25vw;
    position: relative;
}

.hp_banner_link::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    left: 3%;
    background-image: url(https://cdn1.npcdn.net/img/1771571425A_Button4.png);
    background-repeat: no-repeat;
    width: 2.25vw;
    height: 2.25vw;
    background-size: contain;
    margin: auto 0;
    transition: 0.3s;
}

.hp_banner_link:hover::before {
    transform: rotate(-45deg);
}

.hp_banner_link:hover {
    background: #000;
    color: #fff;
  
}

.hp_banner_gg {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.1vw;
    font-family: inter;
}

.hp_banner_ggbox {
    position: absolute;
    bottom: -143%;
    right: 25.5%;
    cursor: pointer;
}

.hp_banner_ggbox::before {
    position: absolute;
    content: "";
    bottom: -105%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(https://cdn1.npcdn.net/img/1771572139A_Button3.png);
    background-repeat: no-repeat;
    width: 1.5vw;
    height: 1.5vw;
    background-size: contain;
    transition: 0.3s;
}

.slider_banner .slick-prev:before {
 
    background-image: url('https://cdn1.npcdn.net/img/1771573126A_Button1.png');
    width: 2.5vw;
    height: 2.5vw;
    filter: unset;
    opacity: 1;
}

.slider_banner .slick-next:before {
 
    background-image: url('https://cdn1.npcdn.net/img/1771573116A_Button2.png');
    width: 2.5vw;
    height: 2.5vw;
    filter: unset;
    opacity: 1;
}

.slider_banner .slick-prev {
    z-index: 99;
    left: unset;
    right: 8.5%;
    width: unset;
    height: unset;
    top: 50%;
}

.slider_banner .slick-next {
    z-index: 99;
    left: unset;
    right: 8.5%;
    width: unset;
    height: unset;
    top: 55%;
}

@media screen and (max-width: 1200.5px){

.hp_banner_title {

    font-size: 3.2vw;
    margin-bottom: 12%;
}

.hp_banner_desc {
  
    font-size: 1.3vw;

}

.hp_banner_link {
 
    font-size: 1.15vw;
    padding: 0.9vw 1.5vw 0.9vw 3.75vw;

}

.hp_banner_link::before {

    left: 3%;
    
    width: 2.75vw;
    height: 2.75vw;
 
}

.hp_banner_gg {
 
    font-size: 1.35vw;
    
}

.hp_banner_ggbox::before {
 
    bottom: -105%;
   
    width: 2vw;
    height: 2vw;
 
}

.hp_banner_ggbox {
   
    bottom: -95%;
    right: 24%;
  
}

.slider_banner .slick-prev:before {
 
    width: 3vw;
    height: 3vw;
    
}

.slider_banner .slick-next:before {
 
    width: 3vw;
    height: 3vw;
}

.slider_banner .slick-next {
   
    top: 56%;
}

}

@media screen and (max-width: 767.5px){

.hp_banner_title {

    font-size: 7vw;
    margin-bottom: 10%;
}

.hp_banner_desc {
  
    font-size: 3.7vw;

}

.hp_banner_link {
    border-radius: 50px;
    font-size: 3.75vw;
    padding: 3vw 4vw 3vw 12.5vw;

}

.hp_banner_link::before {

    left: 3%;
    
    width: 9vw;
    height: 9vw;
 
}

.hp_banner_gg {
 
    font-size: 4vw;
    
}

.hp_banner_ggbox::before {
 
    bottom: -90%;
   
    width: 5vw;
    height: 5vw;
 
}

.hp_banner_ggbox {
    bottom: -31%;
    right: 3%;
}

.hp_banner {
    padding-top: 6%;
    padding-left: 3%;
    padding-right: 3%;
    
}

.hp_banner_box {
  
    flex-direction: column;
    gap: 9vw;
}

.slider_banner .slick-prev:before {
 
    width: 8vw;
    height: 8vw;
    
}

.slider_banner .slick-next:before {
 
    width: 8vw;
    height: 8vw;
}

.slider_banner .slick-prev {
   
    right: 7%;
  
    top: 37.5%;
}

.slider_banner .slick-next {
  
    right: 7%;
    
    top: 47%;
}

}

/*About*/

.hp_about {
    padding: 5% 4% 4% 4%;
}

.hp_about_image {
    width: 100%;
}

.hp_about_title {
    color: #000;
    font-size: 2vw;
    margin-bottom: 2.5%;
}

.hp_about_title span {
    font-style: italic;
    color: #1f4061;
    font-weight: 600;
}

.hp_about_desc {
    font-size: 1.03vw;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 6%;
    color: #000;
    font-family: inter;
}

.hp_about_desc:lang(zH-Hans) {

    width: 72%;
}

.hp_about_desc span {
   
    font-weight: 600;
   
}

.hp_about_link {
    background: #1f4061;
    color: #fff;
    font-size: 0.9vw;
    font-weight: 300;
    border-radius: 30px;
    padding: 0.75vw 1vw 0.75vw 3vw;
    transition: 0.3s;
    position: relative;
}

.hp_about_link::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    left: 4%;
    background-image: url(https://cdn1.npcdn.net/img/1771569515B_Button.png);
    background-repeat: no-repeat;
    width: 2.25vw;
    height: 2.25vw;
    background-size: contain;
    margin: auto 0;
    transition: 0.3s;
}

.hp_about_link:hover::before {
    transform: rotate(-45deg);
}

.hp_about_link:hover {
    background: #000;
    color: #fff;
  
}

.hp_about_image2 {
    width: 100%;
}

.hp_about_ibox2 {
    margin-top: 10%;
    margin-right: -13%;
}

.hp_about_ggbox {
    margin-left: 10%;
}

.hp_about_ibox {
    margin-right: -10%;
    margin-top: -7%;
    position: relative;
}

.hp_about_ibox::before {
    position: absolute;
    content: "ABOUT US";
    color: #1f4061;
    top: 9.5%;
    right: 9.5%;
    letter-spacing: 0.1vw;
    font-size: 1.05vw;
    font-weight: 500;
    border-bottom: 1px solid #1f4061;
}

.hp_about_ibox:lang(zH-Hans)::before {
  
    content: "关于我们";

}


@media screen and (max-width: 1200.5px){

.hp_about_title {
    
    font-size: 2.5vw;
    margin-bottom: 2.5%;
}

.hp_about_desc:lang(zH-Hans) {
    width: 87%;
}

.hp_about_desc {
    font-size: 1.28vw;
   
    margin-bottom: 6%;
    
}

.hp_about_desc br {
    display: none;
}

.hp_about_link {
   
    font-size: 1.15vw;
    border-radius: 30px;
    padding: 0.9vw 1.5vw 0.9vw 3.75vw;
   
}

.hp_about_link::before {
  
    left: 4%;
   
    width: 2.75vw;
    height: 2.75vw;
 
}

.hp_about_ibox::before {
   
    top: 9.5%;
    right: 6%;
    letter-spacing: 0.15vw;
    font-size: 1.3vw;
    
}

.hp_about_ggbox {
    margin-left: 5%;
}

.hp_about_ibox2 {
    margin-top: 10%;
    margin-right: -15%;
}

.hp_about_ibox {
    margin-right: -9%;
    margin-top: 0%;
    
}

}

@media screen and (max-width: 767.5px){

.hp_about_title {
    width: 95%;
    font-size: 7vw;
    margin-bottom: 4%;
}

.hp_about_desc:lang(zH-Hans) {
    width: 100%;
}

.hp_about_desc {
    font-size: 3.75vw;
   
    margin-bottom: 9%;
    
}

.hp_about_desc br {
    display: none;
}

.hp_about_link {
   
    font-size: 3.75vw;
    border-radius: 50px;
    padding: 3vw 4vw 3vw 12vw;
   
}

.hp_about_link::before {
  
    left: 4%;
   
    width: 8vw;
    height: 8vw;
 
}

.hp_about_ibox::before {
   
    top: 12%;
    right: -2%;
    letter-spacing: 0.5vw;
    font-size: 4vw;
    
}

.hp_about_ggbox {
    margin-left: 0%;
}

.hp_about_ibox2 {
    margin-top: 12%;
    margin-right: -9%;
}

.hp_about_ibox {
    margin-right: 0;
    margin-top: 0%;
    margin-bottom: 7%;
}

.hp_about {
    padding: 12% 3%;
}

}

/*Services*/

.hp_services {
    padding: 5% 7% 5%;
}

.hp_services_box {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 3%;
}

.hp_services_fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.25vw 0;
}

.hp_services_ggbox {
    flex: 0 0 24%;
    background-color: #f2f2f2;
    transition: 0.3s;
    position: relative;
    padding: 2% 2% 2% 2%;
    height: 18.5vw;
}

.hp_services_ggbox:hover {
   
    background-color: #1f4061;
  
}

.hp_services_ggbox:hover .hp_services_item {
   
    color: #fff;
    height: 3.5vw;
    margin-bottom: 3%;
}

.hp_services_ggbox:hover .hp_services_item2 {
   
    color: #fff;
    display: block;
}

.hp_services_shbox {
    position: absolute;
    right: 0;
    top: 0;
}

.hp_services_title1 {
    color: #1f4061;
    font-size: 1.05vw;
    border-bottom: 1px solid #1f4061;
    display: inline-block;
    letter-spacing: 0.1vw;
    margin-bottom: 2%;
    font-weight: 500;
}

.hp_services_title2 {
    color: #1f4061;
    font-size: 1.85vw;
    font-weight: 600;
    margin-bottom: 1%;
    font-style: italic;
}

.hp_services_desc {
    color: #000;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.hp_services_item {
    font-size: 1vw;
    color: #1f4061;
    width: 80%;
    height: 8vw;
    display: flex;
    align-items: end;
    margin-bottom: 6%;
    transition: 0.3s;
}

.hp_services_item2 {
    font-size: 0.9vw;
    margin-bottom: 4%;
    font-weight: 300;
    font-family: inter;
    display: none;
    transition: 0.3s;
    line-height: 1.5;
}

.hp_services_icon {
    width: 4vw;
    
}

.hp_services_ggbox:hover .hp_services_icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(21%) hue-rotate(17deg) brightness(105%) contrast(106%);
    
}


.hp_services_link {
    background: #1f4061;
    color: #fff;
    text-transform: uppercase;
    font-family: inter;
    display: flex;
    justify-content: center;
    padding: 3%;
    font-size: 0.9vw;
    font-weight: 300;
    transition: 0.3s;
}

.hp_services_ggbox:hover .hp_services_link {
    background: #fff;
    color: #1f4061;
  
}

.hp_services_sh {
    margin-bottom: 0;
    color: #fff;
    background: #1f4061;
    padding: 0.75vw 0.75vw;
    font-size: 1vw;
    font-weight: 600;
    transition: 0.3s;
}

.hp_services_ggbox:hover .hp_services_sh {
  
    color: #1f4061;
    background: #fff;
  
}

@media screen and (max-width: 1200.5px){

.hp_services_title1 {
    font-size: 1.3vw;

    letter-spacing: 0.15vw;
    margin-bottom: 2%;
   
}

.hp_services_title2 {
   
    font-size: 2.35vw;

    margin-bottom: 1%;

}

.hp_services_desc {

    font-size: 1.25vw;
   
}

.hp_services_desc br {

    display: none;
}

.hp_services_item {
    font-size: 1.2vw;
  
    width: 100%;
    height: 10vw;
 
    margin-bottom: 6%;
  
}

.hp_services_item2 {
    font-size: 1.1vw;
    margin-bottom: 4%;

}

.hp_services_icon {
    width: 4.5vw;
    
}

.hp_services_link {
   
    padding: 3%;
    font-size: 1.1vw;
   
}

.hp_services_sh {
  
    padding: 0.9vw 0.9vw;
    font-size: 1.25vw;
 
}

.hp_services_tbox {
    flex: 0 0 60%;
}

.hp_services_dbox {
    flex: 0 0 40%;
}

.hp_services_ggbox {
    flex: 0 0 24%;

    padding: 2% 2% 2% 2%;
    height: 21.5vw;
}

}

@media screen and (max-width: 767.5px){

.hp_services_title1 {
    font-size: 4vw;

    letter-spacing: 0.5vw;
    margin-bottom: 3%;
   
}

.hp_services_title2 {
   
    font-size: 7vw;

    margin-bottom: 2%;

}

.hp_services_desc {

    font-size: 3.75vw;
   
}

.hp_services_desc br {

    display: none;
}

.hp_services_item {
    font-size: 4vw;
  
    width: 100%;
    height: 20vw;
 
    margin-bottom: 4vw;
  
}

.hp_services_item2 {
    font-size: 3.75vw;
    margin-bottom: 4%;

}

.hp_services_icon {
    width: 18vw;
    
}

.hp_services_link {
   
    padding: 3%;
    font-size: 3.75vw;
   
}

.hp_services_sh {
  
    padding: 3vw 3.5vw;
    font-size: 4vw;
 
}

.hp_services_tbox {
    flex: 0 0 60%;
}

.hp_services_dbox {
    flex: 0 0 40%;
}

.hp_services_ggbox {
    flex: 0 0 24%;

    padding: 6vw 6vw 8vw 6vw;
    height: unset;
}

.hp_services {
    padding: 12% 3%;
}

.hp_services_box {
   
    align-items: start;
    margin-bottom: 7%;
    flex-direction: column;
    gap: 3vw;
}

.hp_services_fbox {
 
    gap: 6vw 0;
    flex-direction: column;
}

.hp_services_ggbox:hover .hp_services_item {
   
    height: 11vw;
  
}

}

/*Why*/

.hp_why {
    margin: 3% 7% 3%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1771568478D_Pic.jpg');
    padding: 8.5% 2% 5.5% 2%;
}

.hp_why_fbox {
    display: flex;
    justify-content: space-between;
}

.hp_why_tbox {
    text-align: center;
}

.hp_why_title1 {
    color: #fff;
    font-size: 1.05vw;
    border-bottom: 1px solid #fff;
    display: inline-block;
    letter-spacing: 0.1vw;
    margin-bottom: 1.5%;
    font-weight: 500;
}

.hp_why_title2 {
    color: #fff;
    font-size: 1.85vw;
    font-weight: 500;
    margin-bottom: 3.5%;
}

.hp_why_title2 span {
    font-style: italic;
    font-weight: 600;
}

.hp_why_item1 {
    font-size: 1.2vw;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3%;
}

.hp_why_item2 {
    color: #fff;
    font-size: 1vw;
    font-weight: 300;
    font-family: inter;
    line-height: 1.5;
    margin-bottom: 0;
    
}

.hp_why_itbox {
    background: rgba(255, 255, 255, 0.2);
    padding: 2.5% 2.25% 2.5%;
    border-top: 4px solid #fff;
    transition: 0.3s;
    flex: 0 0 24%;
}

.hp_why_itbox:hover {
    background: #1f4061;
  
    border-top: 4px solid #1f4061;
 
}

@media screen and (max-width: 1200.5px){

.hp_why_title1 {
    
    font-size: 1.3vw;

    letter-spacing: 0.15vw;
    margin-bottom: 1.5%;
   
}

.hp_why_title2 {
   
    font-size: 2.35vw;
  
    margin-bottom: 3.5%;
}



.hp_why_item1 {
    font-size: 1.45vw;
 
    margin-bottom: 3%;
}

.hp_why_item2 {
    
    font-size: 1.25vw;
  
}

.hp_why_item2 br {
    
    display: none;
}

.hp_why_fbox {
 
    gap: 0.75vw;
}

}

@media screen and (max-width: 767.5px){

.hp_why_title1 {
    
    font-size: 4vw;

    letter-spacing: 0.5vw;
    margin-bottom: 3%;
   
}

.hp_why_title2 {
   
    font-size: 7vw;
  
    margin-bottom: 6%;
}



.hp_why_item1 {
    font-size: 4vw;
 
    margin-bottom: 3%;
}

.hp_why_item2 {
    
    font-size: 3.75vw;
    height: 17vw;
}

.hp_why_item2 br {
    
    display: none;
}

.hp_why_fbox {
    flex-direction: column;
    gap: 4vw;
}

.hp_why {
    margin: 12% 6%;
    padding: 6% 3% 6% 3%;
    background-position: 55.5%;
}

.hp_why_itbox {
    
    padding: 7% 7% 7%;
  
}

}

/*Testimonials*/

.index_wrapper_6 {
    padding: 4% 7% 3%;
}

.index_wrapper_6 .row {
    align-items: center;
}

.hp_testimonials .testimonials_box .testimonials_card {
    margin: 0 0.75vw;
    background: #f2f2f2;
    padding: 15px 4vw;
}

.hp_testimonials .testimonials_box .testimonials_card h5 {
    font-size: 14px;
    font-weight: 300;
    font-family: inter;
    line-height: 1.6;
}

.hp_testimonials .testimonials_box .testimonials_card:lang(zH-Hans) h5 {

    height: 4.5rem;
}

.hp_testimonials .testimonials_box .testimonials_card .icon .img_frame img {
    height: 80px;
   
}

.hp_testimonials .testimonials_box {
    width: 100%;
    padding: 15px 0;
}

.hp_testimonials .testimonials_box .testimonials_card .icon {
 
    padding-bottom: 90px;
   
}

.hp_testimonials .testimonials_box .testimonials_card h6 {
    color: #000;
}

.hp_testimonials .testimonials_box .name.mt-3 {
    margin-top: 5px !important;
}

.hp_testimonials .testimonial_star {
    color: #1f4061;
    font-size: 14px;
    margin-right: 0.3rem !important;
}

.hp_testimonials .slick-arrow {
    z-index: 10;
}

.hp_test_title1 {
    color: #1f4061;
    font-size: 1.05vw;
    border-bottom: 1px solid #1f4061;
    display: inline-block;
    letter-spacing: 0.1vw;
    margin-bottom: 4%;
    font-weight: 500;
}

.hp_test_title2 {
    color: #1f4061;
    font-size: 1.85vw;
    font-weight: 600;
    margin-bottom: 5%;
    font-style: italic;
}

.hp_test_desc {
    color: #000;
    font-size: 1.1vw;
    font-weight: 400;
    font-family: inter;
    line-height: 1.5;
    margin-bottom: 9%;
}

.hp_test_desc:lang(zH-Hans) {
    
    width: 80%;
}

.hp_test_link {
    background: #1f4061;
    color: #fff;
    font-size: 1vw;
    font-weight: 300;
    border-radius: 30px;
    padding: 0.75vw 1.5vw 0.75vw 3.25vw;
    position: relative;
}

.hp_test_link::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    left: 4%;
    background-image: url(https://cdn1.npcdn.net/img/1771569515B_Button.png);
    background-repeat: no-repeat;
    width: 2.25vw;
    height: 2.25vw;
    background-size: contain;
    margin: auto 0;
    transition: 0.3s;
}

.hp_test_link:hover::before {
    transform: rotate(-45deg);
}

.hp_test_link:hover {
    background: #000;
    color: #fff;
  
}

.hp_testimonials .testimonials_box .testimonials_card .content q::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1771569720E_Element1.png);
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
    background-size: contain;
    transform: translateX(-30px);
}

.hp_testimonials .testimonials_box .testimonials_card .content q::after {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1771569807E_Element2.png);
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
    background-size: contain;
    transform: translateX(30px);
}

@media screen and (max-width: 1200.5px){
.hp_test_title1 {
 
    font-size: 1.3vw;
  
    letter-spacing: 0.15vw;
    margin-bottom: 4%;
 
}

.hp_test_desc:lang(zH-Hans) {
    width: 85%;
}

.hp_test_title2 {
   
    font-size: 2.15vw;

    margin-bottom: 5%;
  
}

.hp_test_desc {
   
    font-size: 1.35vw;

    margin-bottom: 9%;
}

.hp_test_desc br {
   
    display: none;
}

.hp_test_link {

    font-size: 1.25vw;
    border-radius: 30px;
    padding: 0.9vw 2vw 0.9vw 4vw;

}

.hp_test_link::before {
 
    left: 4%;
    
    width: 2.75vw;
    height: 2.75vw;
   
}

.hp_testimonials .testimonials_box .testimonials_card .content q::before {
    
    width: 1.5vw;
    height: 1.5vw;
    transform: translateX(-25px);
}

.hp_testimonials .testimonials_box .testimonials_card .content q::after {
    width: 1.5vw;
    height: 1.5vw;
    transform: translateX(25px);
}

.hp_testimonials .testimonials_box .testimonials_card:lang(zH-Hans) h5 {
    height: 5rem;
}

}

@media screen and (max-width: 991.5px){
.hp_testimonials .testimonials_box .testimonials_card:lang(zH-Hans) h5 {
    height: 6rem;
}
}

@media screen and (max-width: 767.5px){
.hp_test_title1 {
 
    font-size: 4vw;
  
    letter-spacing: 0.5vw;
    margin-bottom: 4%;
 
}

.hp_test_desc:lang(zH-Hans) {
    width: 100%;
}

.hp_test_title2 {
   
    font-size: 7vw;

    margin-bottom: 6%;
  
}

.hp_test_desc {
   
    font-size: 3.75vw;

    margin-bottom: 9%;
}

.hp_test_desc br {
   
    display: none;
}

.hp_test_link {

    font-size: 3.75vw;
    border-radius: 50px;
    padding: 3vw 4vw 3vw 12vw;

}

.hp_test_link::before {
 
    left: 4%;
    
    width: 8vw;
    height: 8vw;
   
}

.hp_testimonials .testimonials_box .testimonials_card .content q::before {
    
    width: 15px;
    height: 15px;
    transform: translateX(-20px);
}

.hp_testimonials .testimonials_box .testimonials_card .content q::after {
    width: 15px;
    height: 15px;
    transform: translateX(3px);
}

.index_wrapper_6 {
    padding: 6% 3%;
}

.hp_testimonials {
    color: white;
    margin-top: 7%;
}

.hp_testimonials .testimonials_box .testimonials_card {
    margin: 0 15px;
    padding: 15px 12vw;
}

.hp_testimonials .testimonials_box .testimonials_card:lang(zH-Hans) h5 {
    height: 4.75rem;
}

}

/*Process*/

.hp_process {
    padding: 3% 7% 5%;
}

.hp_process_tbox {
    text-align: center;
}

.hp_process_dbox {
    text-align: center;
}

.hp_process_title1 {
    color: #1f4061;
    font-size: 1.05vw;
    border-bottom: 1px solid #1f4061;
    display: inline-block;
    letter-spacing: 0.1vw;
    margin-bottom: 1%;
    font-weight: 500;
}

.hp_process_title2 {
    color: #1f4061;
    font-size: 1.85vw;
    font-weight: 500;
    margin-bottom: 1%;
}

.hp_process_title2 span {
    font-style: italic;
    font-weight: 600;
}

.hp_process_desc {
    color: #000;
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 3%;
    font-family: inter;
}

.hp_process_item1 {
    color: #1f4061;
    font-size: 1.15vw;
    font-weight: 300;
    font-family: inter;
    margin-bottom: 5%;
    transition: 0.3s;
}

.hp_process_item2 {
    color: #1f4061;
    font-size: 1.25vw;
    font-weight: 600;
    height: 7.3vw;
    transition: 0.3s;
}

.hp_process_item3 {
    margin-bottom: 0;
    color: #1f4061;
    font-size: 0.9vw;
    font-weight: 400;
    font-family: inter;
    line-height: 1.5;
    transition: 0.3s;
}

.hp_process_ggbox {
    background-color: #f2f2f2;
    padding: 12% 3% 12% 9%;
    height: 100%;
    transition: 0.3s;
}

.hp_process_ggbox:hover {
    background-color: #1f4061;
   
}

.hp_process_ggbox:hover .hp_process_item1 {
    color: #fff;
   
}

.hp_process_ggbox:hover .hp_process_item2 {
    color: #fff;
   
}

.hp_process_ggbox:hover .hp_process_item3 {
    color: #fff;
   
}

.hp_process_image {
    width: 100%;
}

.hp_process .col-12.col-md-3 {
    padding: 0 0.75vw 1.5vw;
}


@media screen and (max-width: 1200.5px){
    
.hp_process_title1 {
 
    font-size: 1.3vw;

    letter-spacing: 0.15vw;
    margin-bottom: 1%;
  
}

.hp_process_title2 {
   
    font-size: 2.35vw;

    margin-bottom: 1%;
}

.hp_process_desc {
  
    font-size: 1.35vw;
 
    margin-bottom: 3%;
  
}

.hp_process_item1 {
   
    font-size: 1.4vw;

    margin-bottom: 5%;

}

.hp_process_item2 {
 
    font-size: 1.5vw;
   
    height: 3.75vw;

}

.hp_process_item3 {
  
    font-size: 1.15vw;
   
}

.hp_process_item3 br {
  
    display: none;
}

}

@media screen and (max-width: 767.5px){
    
.hp_process_title1 {
 
    font-size: 4vw;

    letter-spacing: 0.5vw;
    margin-bottom: 3%;
  
}

.hp_process_title2 {
   
    font-size: 6.5vw;

    margin-bottom: 2%;
}

.hp_process_desc {
  
    font-size: 3.75vw;
 
    margin-bottom: 6%;
  
}

.hp_process_item1 {
   
    font-size: 4.5vw;

    margin-bottom: 5%;

}

.hp_process_item2 {
 
    font-size: 5.25vw;
    margin-bottom: 24%;
    height: unset;

}

.hp_process_item3 {
  
    font-size: 3.75vw;
   
}

.hp_process_item3 br {
  
    display: none;
}

.hp_process {
    padding: 12% 3%;
}

.hp_process .col-12.col-md-3 {
    padding: 0 15px;
}

.hp_process_ggbox {
    
    padding: 12% 9% 12% 9%;
   
}

}

/*Contact*/

.index_wrapper_9 {
    background-color: #1f4061;
    padding: 5% 7% 5%;
}

.index_wrapper_9 .row {
    align-items: center;
}

.hp_contact_gbox {
    display: flex;
    align-items: center;
    gap: 1vw;
}

.hp_contact_icon {
    width: 2vw;
}

.hp_contact_gbox {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 3%;
}

.hp_contact_title1 {
    color: #fff;
    font-size: 1.05vw;
    border-bottom: 1px solid #fff;
    display: inline-block;
    letter-spacing: 0.1vw;
    margin-bottom: 2%;
    font-weight: 400;
}

.hp_contact_title2 {
    color: #fff;
    font-size: 1.85vw;
    font-weight: 600;
    margin-bottom: 2%;
}

.hp_contact_desc {
    color: #fff;
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 4%;
    font-family: inter;
}

.hp_contact_item {
    color: #fff;
    font-size: 1vw;
    font-family: inter;
    font-weight: 300;
    margin-bottom: 0;
}

.hp_contact_item .contactRecordBtn {
    color: #fff;
    transition: 0.3s;
}

.ex_hpcontact_formonly .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #1f4061;
    border-radius: 0;
    padding: 7.5px 10px !important;
    font-weight: 500;
    transition: 0.3s;
}

.ex_hpcontact_formonly .btn-primary:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff;
    
}

.ex_hpcontact_formonly {
    margin: 0;
}

.ex_hpcontact_formonly textarea.form-control {
    height: 35px;
}

.ex_hpcontact_formonly .fa.fa-paper-plane {
    display: none;
}

.ex_hpcontact_formonly .hp_contactform_header {
    display: none;
}

.ex_hpcontact_formonly .form-control-file, .ex_hpcontact_formonly .form-control-range {
   
    color: #fff;
}

.ex_hpcontact_formonly label {
    
    color: #fff;
}

@media screen and (max-width: 1200.5px){
.hp_contact_title1 {
   
    font-size: 1.3vw;

    letter-spacing: 0.15vw;
    margin-bottom: 2%;
   
}

.hp_contact_title2 {
  
    font-size: 2.35vw;

    margin-bottom: 2%;
}

.hp_contact_desc {
  
    font-size: 1.25vw;

    margin-bottom: 4%;
  
}

.hp_contact_desc br {
  
    display: none;
  
}

.hp_contact_item {
  
    font-size: 1.25vw;
  
}

.hp_contact_icon {
    width: 2.5vw;
}

}

@media screen and (max-width: 767.5px){
.hp_contact_title1 {
   
    font-size: 4vw;

    letter-spacing: 0.5vw;
    margin-bottom: 3%;
   
}

.hp_contact_title2 {
  
    font-size: 7vw;

    margin-bottom: 3%;
}

.hp_contact_desc {
  
    font-size: 3.75vw;

    margin-bottom: 6%;
  
}

.hp_contact_desc br {
  
    display: none;
  
}

.hp_contact_item {
  
    font-size: 3.75vw;
  
}

.hp_contact_icon {
    width: 7.5vw;
}

.index_wrapper_9 {

    padding: 12% 3%;
}

.hp_contact_gbox {

    gap: 4vw;
    margin-bottom: 6%;
}

.ex_hpcontact_formonly {
    margin: 3% 0 0;
    padding: 0 30px;
}

}

/*Footer*/

.footerListServices {
    background-color: #fff;
    color: #000;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    overflow: hidden;
    font-family: inter;
}

.footerListServices a {
    color: #000;
    text-decoration: none;
}

.footerListServices .input-container input, .footerListServices .input-container label {
    
    color: #000;
}

.footerListServices .input-container input {
 
    border-bottom: 1px solid rgba(0, 0, 0, 1);

    caret-color: #000;
   
}

.footerListServices .line {
    
    background-color: transparent;
    position: relative;
}

.footerListServices .line::before {
    position: absolute;
    content: "";
    top: 0;
    left: -41%;
    background-color: #000;
    opacity: 1;
    width: 182%;
    height: 1.5px;
   
}

.footerListServices .input-container .submit {
 
    color: #000;
    
    padding: 13px;
}

.footerListServices .logo img {
   
    max-height: 67px;
}

.footerListServices .logo.title {
   
    min-height: 67px;
}

.footerListServices .title {
    min-height: 55px;
  
}

.footerListServices .title h5 {
    font-weight: 700;
    font-family: poppins;
    color: #1f4061;
    text-transform: uppercase;
}

.footerListServices .fab.fa-facebook-f.fa-lg {
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 8px 10px;
}

@media screen and (max-width: 991.5px){
.footerListServices .title h5 {
  
    font-size: 17px;
}

.footerListServices .logo img {
   
    max-height: 65px;
}

.footerListServices .logo.title {
   
    min-height: 65px;
}

}

@media screen and (max-width: 767.5px){
.footerListServices .title {
    min-height: 40px;
}

.footerListServices .title h5 {
  
    font-size: 20px;
}

}
