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

#main_index a:hover {
    text-decoration: none;
}

body > br {
    display: none;
}

.delay1 {
    animation-delay: .2s;
}

.delay2 {
    animation-delay: .4s;
}

.delay3 {
    animation-delay: .6s;
}

.delay4 {
    animation-delay: .8s;
}


/*topspace*/
    .industry_topContact {
        background-color: #fe8000;
    }
    .industry_topContactContent a{
        color:#fff;
        text-decoration: none;
    }

    .industry_topContactContent {
        display: flex;
        justify-content: flex-start;
        padding: 1rem 0;
        padding-left: 7rem;
    }

    .industry_topContactText {
        font-size: 0.875rem;
        color: #fff;
        /*cursor: pointer;*/
    }

    .industry_topContactText a:hover {
        color: #333;
    }

    @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: #fe8000;
    font-size: 1.1vw;
    font-weight: 700;
    padding: 15px 1.5vw;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}




.navbar_type8 .nav_tab .nav_item a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px; /* adjust depending on spacing */
    width: 0;
    height: 2px;
    background-color: #f37022;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #000;
}

.navbar_type8 .nav_tab .nav_item a:hover::after {
    width: 60%; /* or 100% if you want full width */
}

@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}


/**/

.hp-title {
    color: #fe8000;
    font-size: 32px;
    font-weight: 700;
    
}

.hp-title.text-center {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.hp-title.text-center::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px; /* space below text */
    transform: translateX(-50%);
    width: 100px; /* adjust line length */
    height: 2px;
    background-color: #000;
}


.hp-content {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.6;
    margin-bottom:1rem;
}

.hp-button a {
    position: relative;
    display: inline-block;
    color: #000;
    background-color: #fe8000;
    padding: 10px 2.8rem;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    font-size: 18px;
    border-radius: 5px;
    transition: color 0.3s ease;
}

/* sliding background layer */
.hp-button a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

/* shine effect */
.hp-button a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}

/* hover */
.hp-button a:hover {
    color: #fff;
}

.hp-button a:hover::before {
    transform: scaleX(1);
}

.hp-button a:hover::after {
    left: 125%;
}

#main_index .slick-prev {
    left: -5px;
}

#main_index .slick-next {
    right: -5px;
}

#main_index .slick-prev::before, 
#main_index .slick-next::before {
    color: #fe8000;
    text-shadow: unset !important;
    background-color: #000;
    font-size: 40px;
    padding: 15px 25px !important;
    border-radius: 5px;
}


@media (max-width: 1200.5px) {
    
    .hp-title {
        font-size: 28px;
    }
    
    .hp-content {
        font-size: 14px;
    }
    
    
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}


/**/



.slider_banner .banner_content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}


.banner_content:before {
    /*position: absolute;*/
    /*content: "";*/
    /*background: linear-gradient(to right, transparent, rgba(0, 0, 0, .9));*/
    /*top: 0;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
}


.hp-banner {
    position: relative;
    z-index: 1;
    text-align: right;
    padding-right: 10rem;
}

.hp-banner-big {
    font-size: 3vw;
    color: #fe8000;
    font-weight: 700;
    padding-left: 40vw;
}

.hp-banner .hp-content {
    font-size: 1vw;
}




@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .slider_banner .item img {
        min-height: 350px !important;
        object-fit: cover;
        /*object-position: left;*/
    }
    
    .hp-banner {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    
    .hp-banner-big {
        /*font-size: 30px;*/
        font-size: 23px;
    }
    
    .hp-banner-big {
        padding-left: 0;
    }
    
    .hp-banner .hp-content {
        font-size: 14px;
    }
    
    
}



/**/

.hp-about {
    padding: 4rem 8rem;
    background-image: url('https://cdn1.npcdn.net/images/B_Background_4cayqu_1776839432.png?md5id=5f597ee5f14dee9340c148ac17e772d5&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.hp-about-top .hp-content {
    padding: 0 8rem;
    line-height: 1.8!important;
    font-size: 16px!important;
}

.hp-about-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0rem; /* increase gap */
}

.hp-about-no {
    font-weight: 700;
    font-size: 2vw;
    text-align: center;
}

.hp-about .hp-content {
    text-align: center;
    line-height: 1.5;
    font-size: 0.8vw;
    margin-left: 1vw;
}

.hp-about-box {
    background-image: url('https://cdn1.npcdn.net/images/B_SHAPE_k1c476_1776846330.png?md5id=5f597ee5f14dee9340c148ac17e772d5&type=4');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2vw;
}

.hp-about .hp-button {
    text-align: center;
}




@media (max-width: 1200.5px) {
    
    .hp-about {
        padding: 4rem 1rem;
    }
    
    .hp-about-top .hp-content {
        padding: 0;
    }

}

@media (max-width: 991.5px) {
    .hp-about-container {
        grid-template-columns: repeat(3, 1fr);
    }
    .hp-about .hp-content{
        font-size: 12px;
        margin-left: 3vw;
    }
    
    .hp-about-box {
        margin-bottom: 1rem;
    }
    .hp-about-no{
        font-size:30px;
    }
}

@media (max-width: 767.5px) {
    .hp-about-container {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .hp-about-no {
        text-align: center;
    }
    
    .hp-about-box {
        padding: 2rem 4rem;
    }
    .hp-about .hp-content{
        font-size: 14px;
    }
}



/**/

.hp-why {
    padding: 0 7rem 5rem;
    background-image: url('https://cdn1.npcdn.net/images/C_Background_zs2rn6_1776839432.png?md5id=5f597ee5f14dee9340c148ac17e772d5&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.hp-why-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 3rem;
}

.hp-why-box {
    display: flex;
    align-items: center;
    /*gap: 2rem;*/
}

.hp-why-box:hover .hp-why-icon {
    animation: tada 1s;
}


.hp-why-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .7);
    padding: 1rem;
    background-color: #fff;
    position: relative;
}

.hp-why-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hp-why-content {
    background-color: #e6e6e6;
    padding: 1.2rem 2rem 1.3rem 7rem;
    margin-left: -5rem;
}


.hp-why-title {
    color: #fe8000;
    font-size: 20px;
    font-weight: 700;
}





@media (max-width: 1200.5px) {
    .hp-why {
        padding: 0 1rem 5rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-why-left {
        padding-right: 1rem;
    }
    
    .hp-why-box {
        margin-bottom: 1rem;
    }
}



/**/

.index_wrapper_4 {
    background-color: #e6e6e6;
    padding: 5rem 0;
}

#main_index .productSlider-1 {
    padding: 0 10rem;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 1rem 0;
    border-radius: 0;
    box-shadow: unset;
    transition: ease .5s;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    background-color:  #323232;
    
    transform: scale(1.05);
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 20px 10px;
    background-color: transparent;
}

#main_index .productSlider-1 .product_img .product_box:hover {
    /*margin: 30px 10px;*/
}


#main_index .productSlider-1 .product_img .product_box .content {
    text-align: center !important;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #000;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover h6,
#main_index .productSlider-1 .slick-track .slick-slide:hover p {
    color:  #fff;
}

#main_index .productSlider-1 .product_img .product_box h6 a {
    color: #000;
    background-color: #fe8000;
    padding: 6px 2rem;
    font-weight: 700;
    border-radius: 5px;
}

#main_index .productSlider-1 .product_img .product_box h6 a:hover {
    background-color:  #cccccc;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}





@media (max-width: 1200.5px) {
    #main_index .productSlider-1 {
        padding: 0 1rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}



/**/

.hp-showcase {
    background-color: #e6e6e6;
    padding-bottom: 5rem;
    position: relative;
}

.hp-showcase::before {
    content: "";
    position: absolute;
    right: 0%;
    top: 9%;
    width: 12%;
    height: 60%;
    background-color: #fff;
    z-index: 1;
}


.hp-showcase-left {
    background-color: #fff;
    padding: 4rem 2rem 4rem 8rem;
    margin-right: -2rem;
    position: relative;
    z-index: 1;
}



.hp-showcase-right {
    padding: 0 7rem 0 0;
    position: relative;
    z-index: 1;
}



.hp_video_box {
  position: relative;
  height: 100%;
  transition: all 0.4s ease-in-out;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  
  aspect-ratio: 16 / 9; /* or 4/3 depending on your design */
}

.hp_video_box:hover {
    transform: translateY(-10px);
}

.swiper-slide {
  width: auto;
}

.hp_video_box video {
  width: 100%;
  height: 100%;
    object-fit: cover;
}

.hp_video_box .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.hp_video_box .play-button:focus {
    outline: none;
}

.swiper-button-prev {
    z-index: 100!important;
}

.swiper-button-next {
    z-index: 100;
    right: 130px!important;
    z-index: 100!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px!important;
    color: #fff;
    background-color: #000;
    padding: .5rem .7rem;
    border-radius: 40px;
}

.swiper-button-prev,
.swiper-button-next {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999 !important;
}

.swiper-button-disabled {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}

.index_wrapper_7 .swiper-button-prev::after{
    display: none!important;
}


.index_wrapper_7 .swiper-button-next::after {
    display: none!important;
}


@media (max-width: 1200.5px) {
    .hp-showcase-left {
        padding: 2rem 2rem;
    }
    
    .hp-showcase-right {
        padding: 0 2rem 0 0;
    }
    
    .hp-showcase::before {
        width: 8%;
        height: 54%;
    }
    
    .swiper-button-next {
        right: 40px!important;
    }
}

@media (max-width: 991.5px) {
    
}



@media screen and (max-width: 767.5px) {
    .hp_video_ebox {
        padding-bottom: 2rem;
    }
    
    .hp-showcase-left {
        padding: 1rem 1rem 2rem;
        text-align: center;
        margin: 0 2rem -2rem;
        z-index: 0;
    }
    
    .hp-showcase::before {
        width: 85%;
        height: 10%;
        top: unset;
        bottom: 20%;
        right: 8%;
        
        display: none;
    }
    
    .hp-showcase-right {
        padding: 1rem 1rem 1rem 1rem;
    }
    
    .swiper-button-next {
        right: 10px!important;
    }
    
    .index_wrapper_7 .swiper-button-next.swiper-button-disabled, 
    .index_wrapper_7 .swiper-button-prev.swiper-button-disabled {
        display: unset!important;
    }
    
    
.index_wrapper_7 .swiper-button-prev::after{
    display: unset!important;
}


.index_wrapper_7 .swiper-button-next::after {
    display: unset!important;
}
}


/**/

.hp-service {
    padding: 5rem 1rem 0;
}


#main_index .template_modern_clean .container {
    max-width: 100%;
    padding: 1rem 10rem 5rem!important;
}

#main_index .template_modern_clean .service-card {
    border: none;
    margin-bottom: 0;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .3);
    border-radius: 5px;
}

#main_index .template_modern_clean .service-title {
    text-align: center;
    font-weight: 700;
    color: #fe8000;
    font-size: 21px;
    margin-bottom: 0;
}

#main_index .template_modern_clean h1,
#main_index .template_modern_clean .btn-readmore,
#main_index .template_modern_clean .service-rating,
#main_index .template_modern_clean .service-description,
#main_index .template_modern_clean .service-button,
#main_index .template_modern_clean .service-footer {
    display: none!important;
}




@media (max-width: 1200.5px) {
    #main_index .template_modern_clean .container {
        padding: 1rem 1rem 5rem !important;
    }
    
    #main_index .template_modern_clean .service-title {
        font-size: 18px;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
    #main_index .template_modern_clean .container {
        padding: 1rem 1rem 3rem !important;
    }
    
    #main_index .template_modern_clean .service-card {
        margin-bottom: 2rem;
    }
}



/**/

.hp-how {
    background: linear-gradient(to bottom, #fff 5%, #e6e6e6 5%, #e6e6e6 90%, #fff 90%);
}

.hp-how-left {
    padding-left: 10rem;
}

.hp-how-right {
    padding: 0 1rem;
}



@media (max-width: 1200.5px) {
    .hp-how-left {
        padding-left: 1rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-how {
        background: linear-gradient(to bottom, #fff 25%, #e6e6e6 25%, #e6e6e6 95%, #fff 95%);
    }
}




/**/

#main_index .contact_us_type3 {
    padding: 5rem 8rem 0;
    
    background-image: url('https://cdn1.npcdn.net/images/F_Background_4xrhkd_1776839433.png?md5id=5f597ee5f14dee9340c148ac17e772d5&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#main_index .contact_us_type3 .hpform .form-group .form-control {
    border-radius: 0;
}

#main_index .contact_us_type3 .hpform .form-group .btn {
    border-radius: 0;
}

#main_index .contact_us_type3 .hpform .form-group .btn-success {
    color: #000;
    font-weight: 700;
    padding: 10px 2.8rem;
    font-size: 18px !important;
    border: 0;
    border-radius: 5px;
    
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

/* sliding background layer */
#main_index .contact_us_type3 .hpform .form-group .btn-success::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

/* shine effect */
#main_index .contact_us_type3 .hpform .form-group .btn-success::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}

/* hover */
#main_index .contact_us_type3 .hpform .form-group .btn-success:hover {
    color: #fff;
}

#main_index .contact_us_type3 .hpform .form-group .btn-success:hover::before {
    transform: scaleX(1);
}

#main_index .contact_us_type3 .hpform .form-group .btn-success:hover::after {
    left: 125%;
}

#main_index .contact_us_type3 .hpform .form-group h3 {
    font-weight: 700;
    color: #fe8000;
}



#main_index .contact_us_type3 .hpform .contactus-fa-icon .text-center {
    display: flex;
    text-align: left !important;
    gap: 1rem;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon .text-center:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon .text-center a {
    color: #000;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon .text-center a:hover {
    color: #fe8000;
}


@media (max-width: 1200.5px) {
    #main_index .contact_us_type3 {
        padding: 5rem 2rem 0;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
    #main_index .contact_us_type3 .hpform {
        padding: 0;
    }
    
    #main_index .contact_us_type3 .hpform .contactus-fa-icon .text-center {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/**/

#main_index .index_wrapper_9 {
    padding: 5rem 8rem 0;
    
    background-image: url('https://cdn1.npcdn.net/images/G_Background_a0cdl6_1776839433.png?md5id=5f597ee5f14dee9340c148ac17e772d5&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#main_index .latest_new_threePerRow .news_box {
    border: unset;
    background-color: #e6e6e6;
}

#main_index .latest_new_threePerRow .news_span {
    background-color: #323232;
}


@media (max-width: 1200.5px) {
    #main_index .index_wrapper_9 {
        padding: 5rem 1rem 0;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    #main_index .index_wrapper_9 {
        padding: 5rem 1rem;
    }
}


/**/

.hp-contact-cta {
    background-image: url('https://cdn1.npcdn.net/images/H_Background_i7lhvm_1776839432.jpg?md5id=5f597ee5f14dee9340c148ac17e772d5&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    
    position: relative;
    padding: 5rem 10rem;
    /*background-attachment: fixed;*/
}

.hp-contact-cta:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 1200.5px) {
    .hp-contact-cta {
        padding: 5rem 1rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-contact-cta-left {
        padding-bottom: 1rem;
    }
}



/**/


.footer_type10 {
    background-color: #323232;
    padding: 4rem 8rem!important;
}

.footer_type10 a:hover,
.footer_type10 .social_media a .icon_s i:hover {
    color: #fe8000!important;
}

.footer_type10 .container {
    max-width: 100%;
}

.footer_type10 .sub_title {
    border-bottom: 2px solid #fe8000;
}

.footer_type10 .line_top {
    border-top: 2px solid #fe8000;
}

.footer_type10 .logo {
    min-height: 100px;
}

.footer_type10 .logo img {
    max-height: 90px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgb(255, 255, 255), rgba(255, 255, 255, .2));
}


@media (max-width: 1200.5px) {
    .footer_type10 {
        padding: 4rem 1rem!important;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}




