.n_SubHeader:after {
    background: #3fa9f5;
    line-height: 27px;
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    height: 2px;
    width: 30px;
}
.n_SubHeader {
    padding-left: 40px;
    position: relative;
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 14px;
    color: #3fa9f5!important;
    text-transform: capitalize;
    margin-bottom: 15px!important;
     letter-spacing: 1.2px;
}

.n_Header {
    font-size: 2vw;
    font-weight: 700;
    color: #0b5fae!important;
    text-transform: uppercase;
   
}
@media all and (max-width: 768.5px) {
     .n_SubHeader{
     font-size: 14px;
             line-height: 18px;
     }
     .n_Header{
       font-size:25px
     }
}
/*.small_all{*/
/*    background-color: #ffc300;*/
/*    width: max-content;*/
/*    padding: 6px 20px;*/
/*    text-align: center;*/
    /* margin: 38%; */
/*    color: #fff;*/
/*    border-radius: 25px;*/
/*    font-size: 1.2vw;*/
/*    font-weight: 300;*/
/*    margin: 0 auto 10px;*/
/*}*/
/*.title_all {*/
/*    font-size: 2.2vw;*/
/*    text-align: center;*/
/*    width: 40%;*/
/*    margin: 20px auto;*/
/*    line-height: 1.3;*/
/*    font-weight: 500;*/
/*    color: #0b1f3a;*/
/*}*/
/*topspace*/
    .industry_topContact {
        background-color: #0b5fae;
    }
    .industry_topContactContent a{
        color:#fff;
        text-decoration: none;
    }

    .industry_topContactContent {
        display: flex;
        justify-content: flex-start;
        padding: 0.25rem 0;
        padding-left: 5rem;
    }

    .industry_topContactText {
        font-size: 0.875rem;
        color: #fff;
        /*cursor: pointer;*/
    }

    .industry_topContactText a:hover {
        color: #333;
    }
    .industry_topContactText .list-unstyled{
        margin-bottom: 0;
    }
    @media all and (max-width: 992px) { 
        .industry_topContact {
            display: none;
        }
    }
/*/navigation bar/*/
.navbar_type8 {
    height: 100px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 25%;
}

.navbar_type8 .nav_tab {
    padding-right: 0;
    flex: 0 1 75%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px 0;
    object-position: left;
    transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    font-size: .95vw;
    padding: 15px 1.1vw;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    border-bottom: none;
    transition: all 0.35s ease-in-out;
    opacity: 1;
    height: 100%;
    border-radius: 30px;
    background-color: #0b5fae;
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

/*/mobile navigation bar & side menu/*/
.side_menu {
    background-color: #0a4d68;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {

}

@media (max-width: 767.5px) {

}

/*banner*/
/*.slider_banner .item {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.slider_banner .item > img {*/
/*    animation: zoomAnimation 40s infinite alternate;*/
/*}*/

/*@keyframes zoomAnimation {*/
/*    from {*/
/*        transform: scale(1);*/
/*    }*/
/*    to {*/
/*        transform: scale(1.15);*/
/*    }*/
/*}*/
/*#main_index .index_wrapper_2{*/
/*    background-color:#eaf5ff;*/
/*}*/
.index_wrapper_2 .item>img{
        /*min-height:100vw!important;*/
        object-fit:cover;
    }
.slider_banner .banner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.banner_content{
    overflow: hidden;
}
.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-20%, -50%);
    width: 40%;
}

.n_bannerGroup_2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 45%;
}

.n_bannerInnerGroup {
    position: relative;
    width: 100%;
}

/*.n_bannerTitle {*/
/*    font-size: 5rem;*/
/*    font-weight: 500;*/
    /*font-family: 'Montserrat', sans-serif;*/
/*    line-height: 1.1;*/
/*    color: #fff;*/
/*}*/

/*.n_bannerSubTitle {*/
/*    font-size: 5rem;*/
/*    font-weight: 400;*/
    /*font-family: 'Montserrat', sans-serif;*/
/*    line-height: 1.1;*/
/*    color: #fff;*/
/*}*/


.n_bannerViewMore {
    padding: 0.75rem 1.8rem;
    font-size: 1vw !important;
    font-weight: 500;

    color: #ffffff !important;
    text-decoration: none;

    display: inline-block;

    background: #3fa9f5;
    border: 1px solid #3fa9f5;
    border-radius: 14px;

    cursor: pointer;

    transition: all 0.3s ease;

    box-shadow: 0 6px 18px rgba(63, 169, 245, 0.25);

    /* 🔑 关键：避免被任何层影响 */
    position: relative;
    z-index: 1;
    overflow: visible;
}

/* hover 只做颜色变化，不做 overlay */
.n_bannerViewMore:hover {
    background: #1e7fd6;
    border-color: #1e7fd6;

    color: #ffffff !important; /* 🔑 强制文字不变 */

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(63, 169, 245, 0.35);
        text-decoration: none;
}

.n_bannerContainer .bounceInRight,
.n_bannerContainer .bounceInLeft {
    animation-duration: 1.2s;
}

.slider_banner .item::after{
    content: " ";
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0,0.4);*/
}
.n_bannertag{
  font-size: 1.1vw;
    color: #3fa9f5;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    font-weight: 400;
}
.n_bannertag{
  position: relative;
  padding-left: 50px; /* 给短横留空间 */
}

.n_bannertag::before{
  content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 35px;
    height: 2px;
    background: #3fa9f5;
    border-radius: 1px;
}
.n_bannerTitle{
      font-size: 3vw;
    font-weight: 800;
    color: #0b5fae;
    line-height: 1.2;
    margin-bottom: 15px;
}
.n_bannerSubtitle{
  font-size: 1.4vw;
    color: #3fa9f5;
    margin-bottom: 10px;
    font-weight: 500;
    padding: 12px 0;
}

.n_bannertext{
  font-size: 1.1vw;
    color: #123456;
    max-width: 500px;
    /* margin-bottom: 25px; */
    font-weight: 300;
    font-family: inter!important;
}
@media screen and (max-width: 1024.5px){
.n_bannertag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
}
}
@media all and (max-width: 768.5px) {
.n_bannertag{
    font-size: 14px;
}
.n_bannerTitle{
    font-size: 25px;
}
.n_bannerGroup{
    width: 45%;
}
.n_bannerSubtitle{
    font-size: 14px;
        padding: 12px 0 0;
}
.n_bannerViewMore{
    font-size: 12px!important;
}
.n_bannertext{
    font-size: 13px;
    width: 95%;
}
.slider_banner {
    background-color: #d2ebfd;
}
}
@media screen and (max-width: 576.5px){
    .index_wrapper_2 .item>img{
        min-height:500px!important;
        object-fit:100%;
    }
        .n_bannerGroup{
    top: 32%;
        left: 25%;
    width: 94%;
    }
    .n_bannertext {
        /*font-size: 13px;*/
        width: 65%;
    }
    .slider_banner .item{
        overflow: hidden;
    }
    .slider_banner .item>img{
    object-fit: contain;
    object-position: bottom;
    min-width: 175%;
    transform: translate(-23%, 0%);
    }
}
    @media screen and (max-width: 425.5px){
         .slider_banner .item>img{
    object-fit: contain;
    object-position: bottom;
    min-width: 175%;
    transform: translate(-35%, 0%);
    }
    .n_bannerGroup{
    top: 32%;
        left: 25%;
    width: 94%;
    }
.n_bannerTitle{
    font-size: 24px;
}
.n_bannertext {
        /*font-size: 13px;*/
        width: 95%;
    }
}
/*#main_index .index_wrapper_2{*/
/*    background-color:#eaf5ff;*/
/*}*/
/*hp_feature*/
#main_index .index_wrapper_3{
    margin-top: 5%;
}
    #n_feature {
        max-width: 1240px;
        margin: 2rem auto 1rem;
    }


.n_featureBox {
    margin-top: 1rem;
    padding: 1.5rem;
    background: #eaf5ff;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .5s ease;
}

.n_featureBox::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b5fae;
    transition: all .5s ease;
    z-index: -1;
    border-radius: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.n_featureBox:hover::after {
    opacity: 1;
    visibility: visible;
}

.n_featureBox:hover .n_featureContent,
.n_featureBox:hover .n_featureTitle,
.n_featureBox:hover .n_featureIcon i {
    color: #fff;
}

.n_featureBox:hover .n_featureIcon {
    background: transparent;
    /*border: 3px solid #fff;*/
}
.n_featureBox .n_featureIcon2 {
    display: none;
}
.n_featureBox:hover .n_featureIcon2 {
    display: block;
}
.n_featureBox .n_featureIcon1 {
    display: block;
}
.n_featureBox:hover .n_featureIcon1 {
    display: none;
}
.n_featureIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background: #fff;
    margin-right: 0;
    margin-bottom: 1rem;
}

/*.n_featureIcon i {*/
/*    font-size: 1.75rem;*/
/*    color: #ff6700;*/
/*}*/

.n_featureTitle {
    font-size: 1.4vw;
    font-weight: 600;
    color: #0b5fae;
   
}

.n_featureText {
    font-size: 0.875rem;
  
}
@media all and (max-width: 992px) {
      .n_featureBox {
        margin-bottom: 1rem;
    }

    .n_featureIcon {
        height: 4.5rem;
        width: 4.5rem;
    }

    .n_featureIcon i {
        font-size: 1.875rem;
    }

    .n_featureTitle {
    font-size: 16px;
    }

    .n_featureText {
        font-size: 0.875rem;
    }
}
@media all and (max-width: 768.5px) {
    .n_featureBox{
    display: flex;
    flex-direction: column;
    height: 90%;
}
}
@media all and (max-width: 762px) {
     .n_featureIcon i {
        font-size: 1.875rem;
    }

    .n_featureTitle {
    font-size: 18px;
    }

    .n_featureText {
        font-size: 0.875rem;
    }
    
}

/*hp_aboutUs*/
#main_index .index_wrapper_4{
    margin-top: 5%;
}
.n_aboutTextContent a{
    text-decoration: none;
}
.n_aboutText{
    color:#000;
}
#n_about {
    overflow-x: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 4rem 0;
    background-color: #eaf5ff;
}

.n_aboutTextContainer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.n_aboutSubHeader {
    padding-left: 40px;
    position: relative;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 14px;
    color: #4D4D4D;
    text-transform: uppercase;
}

.n_aboutSubHeader:after {
    background: #ff6700;
    line-height: 27px;
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    height: 2px;
    width: 30px;
}

.n_aboutHeader {
    font-size: 2rem;
    font-weight: 700;
    color: #ff6700;
    text-transform: capitalize;
}

.n_aboutImg img {
    width: 100%;
    height: auto;
}

.n_aboutTextHeader {
    font-size: 1.5rem;
    font-weight: 500;
    color: #7E7E7E;
}

.n_aboutText {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    color: #123456;
}

.n_aboutReadMore {
    font-size: 1rem;
    font-weight: 500;
    color: #123456;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.n_aboutReadMore i {
    padding-left: 5px;
    position: relative;
    transition: transform 0.5s ease;
    transform: translateX(0px);
}

.n_aboutReadMore:hover i {
    transform: translateX(10px);
}

.n_aboutReadMore:hover {
    color: #0b5fae;
}
.page_title{
    display: none;
}
@media all and (max-width: 768.5px) {
.n_aboutReadMore{
     margin-bottom: 1.5rem;
}
}
@media all and (max-width: 426px) {
    .n_aboutTextContainer{
    margin-left: 0!important; 
     margin-right: 0!important;
    }
     .n_aboutReadMore{
         margin-bottom: 1.5rem;
     }
}
/*services*/
    #main_index .index_wrapper_5{
    margin-top: 3%;
}
.template_modern_clean .py-5{
    padding-top: 0!important;
}
.service-rating{
    display: none!important;
}
.service-button{
    justify-content: flex-start;
}
.service-title{
    color: #0b5fae;
}
.template_modern_clean .btn-readmore{
    background-color:#0b5fae;
    margin: 0 auto;
}
.template_modern_clean .service-card{
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.00);
    border: 0
}
.template_modern_clean .service-footer{
    display: none;
}
.template_modern_clean .service-title{
    text-align: center;
    color: #123456;
    font-size: 1rem;
}
.btn-readmore{
    text-align: center;
}
/*products*/
/*   #main_index .index_wrapper_6{*/
/*    margin-top: 5%;*/
/*}*/
.productSlider-1{
    padding-top: 2.5%;
}
    /*hp_projects*/
      #main_index .index_wrapper_7{
    margin-top: 5%;
    background-color:#eaf5ff ;
    
}
    #n_project {
        margin-top: 4rem;
    }

    .n_projectSubHeader {
        padding-left: 40px;
        font-size: 1rem;
        line-height: 14px;
    }

    .n_projectSubHeader:after {
        line-height: 27px;
        height: 2px;
        width: 30px;
    }

    .n_projectHeader {
        font-size: 2.25rem;
    }
    .hp_photoGallerySliderWithTitle{
        background-color:#eaf5ff ;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .outline_box{
        padding: 0 10px;
    }
    /*.slick-track{*/
    /*    margin-bottom: 5%;*/
    /*}*/
    .n_bannerSubtitle .slick-initialized .slick-slide p{
        margin-top: 0;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery{
        margin-top: 1rem;
    }
    @media all and (max-width: 992px) {
         #n_project {
        margin-top: 2rem;
        padding: 0 0.25rem;
    }
    
    .index_wrapper_8 .slick-slide p {
        font-size: 1rem;
        font-weight: 500;
        margin-top: 1rem;
    }
    }
    @media all and (max-width: 762px) {
        #n_project {
        margin-bottom: 1rem;
    }
    
    .index_wrapper_8 .slick-slide p {
        font-size: 1rem;
        margin-top: 1rem;
    }
    }
/*hp_latestNew*/
 #main_index .index_wrapper_8{
    margin-top: 3%;
}
#n_latest {
    overflow-x: hidden;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.n_latestSubHeader {
    padding-left: 40px;
    position: relative;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 14px;
    color: #4D4D4D;
    text-transform: uppercase;
}

.n_latestSubHeader:after {
    background: #ff6700;
    line-height: 27px;
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    height: 2px;
    width: 30px;
}

.n_latestHeader {
    font-size: 2rem;
    font-weight: 700;
    color: #ff6700;
    text-transform: capitalize;
}
.latest_new_type6 .news_box .news_box_content{
    background-color: #eaf5ff!important;
}
.latest_new_type6 .news_box .title{
    color: #123456;
    font-weight: 500;
}
.latest_new_type6{
    padding-top: 0;
}
@media all and (max-width: 992px) {
      #n_latest {
        margin-top: 2rem;
        margin-bottom: 1rem;
        padding: 0 0.25rem;
    }
}
@media all and (max-width: 762px) {
     #n_latest {
        margin-top: 2rem;
        margin-bottom: 1rem;
        padding: 0 0.25rem;
    }
}
.footer_type7{
    width:100%;
    height:100%;

    background-image:
    linear-gradient(
    rgba(11,95,174,0.3),
    rgba(63,169,245,0.6)
    ),
    url("https://cdn1.npcdn.net/images/footer_7xwin3_1779950985.jpg?md5id=0a7428310ebcbb3b8d6760fe98b7158e&new_width=1902&new_height=1057&type=4");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.footer_type7 .title{
    min-height: 20%;
}
.footer_type7 .logo img{
    max-height: 100%;
    
}