
/*topspace*/
.hp_topbar {
    background: #e5e5e5;
    position: absolute;
    right: 0;
    z-index:999;
    padding:2px 0;
    border-radius:0 0 0 25px;
    min-width: 800px;
    width: 53%;
}

.hp_topbar .container-fluid {
    padding: 0 28px;
}

.hp_topbar_inner {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 35px;
}

.hp_topbar_contact {
    display: flex;
    align-items: center;
    gap: 45px;
}

.hp_topbar_link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hp_topbar_link:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background: #bdbdbd;
}

.hp_topbar_link i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #72d900;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.hp_topbar_link a {
    color: #111;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
}

.hp_topbar_link a:hover {
    color: #72d900;
    text-decoration: none;
}

.hp_topbar_search{
    padding:5px 0;
}

.hp_topbar_search form {
    width: 150px;
    height: 28px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hp_topbar_search .textbox {
    width: calc(100% - 35px);
    height: 100%;
    border: 0;
    outline: none;
    padding: 0 15px 0 22px;
    font-size: 13.5px;
    color: #111;
    background: transparent;
}

.hp_topbar_search .textbox::placeholder {
    color: #b5b5b5;
}

.hp_topbar_search .buttonx1 {
    width: 35px;
    height: 80%;
    border: 0;
    background: transparent;
    color: #c5c5c5;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hp_topbar_search .buttonx1:hover {
    color: #72d900;
}

@media screen and (max-width: 991.5px) {
    .hp_topbar_inner {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .hp_topbar_contact {
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }

    .hp_topbar_link:not(:last-child)::after {
        display: none;
    }
}

@media screen and (max-width: 767.5px) {
    .hp_topbar {
        display: none;
    }
}

/*navbar*/
.navbar_type8{
    height:110px;
    transition: linear .3s;
    background:#fff;
}

.navbar_type8 .logo {
  flex: 0 1 30%;
  margin-left:8vw;
}

.navbar_type8 .logo img {
    width: 100%;
    max-width:100%;
    object-position: bottom;
}

.navbar_type8 .nav_tab {
    flex: 0 1 70%;
    padding-right:8vw;
    gap:2.2vw;
}

.navbar_type8 .nav_tab .nav_item{
    padding-bottom:20px;
    transition: linear .3s;
    align-self: flex-end;
}

.navbar_type8 .nav_tab .nav_item a{
    font-size:15px;
    font-weight:700;
    padding:0;
    color:#000000;
}

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

.dropdown-toggle::after{
    content:'\f078';
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    font-size:9px;
    border:none;
}

.dark_nav{
    height:80px !important;
    background:rgba(255,255,255,0.9) !important;
}

.navbar_type8.dark_nav .nav_tab .nav_item{
    align-self: center;
    padding-bottom:0;
}

.dark_nav .nav_tab .dropdown .dropdown-menu{
    top:20px;
}

.navbar_mobile .logo_img{
    max-height:40px;
}

@media screen and (max-width:1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1vw;
        font-weight:500;
        padding:0;
    }
}


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

.c_color1{color:#fff;}
.c_color2{color:#111;}
.c_color3{color:#69d900;}

.n_small{
    font-size:1.25vw;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.05em;
    color:#65d800;
    margin-bottom:12px;
}

.n_title{
    font-size:2.5vw;
    line-height:1.1;
    font-weight:900;
    text-transform:uppercase;
    color:#111;
    margin-bottom:18px;
}

.n_title span{
    color:#65d800;
}

.n_content{
    font-size:1vw;
    line-height:1.8;
    color:#000;
}

.n_button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    height:42px;
    padding:0 18px 0 24px;
    background:#7BE000;
    color:#fff;
    font-size:1vw;
    font-weight:700;
    text-decoration:none;
    transition:.35s ease;
}

.n_button span{
    line-height:1;
}

.n_button::after{
    content:"";
    width:20px;
    height:20px;
    flex-shrink:0;
    background:url("https://cdn1.npcdn.net/images/button_white_3fhlez_1783578906.png?md5id=610ceeb94cb57c1d8f401397ebf7d67f&new_width=100&new_height=100&type=4") center center/contain no-repeat;
    transition:.35s ease;
}

.n_button:hover{
    background:#5fc600;
    color:#fff;
    text-decoration:none;
}

.n_button:hover::after{
    transform:translateX(4px);
}

@media screen and (max-width:991.5px){
    .n_content{
        font-size:14px;
    }
}

@media screen and (max-width:767.5px){
    .n_button{
        font-size:14px;
    }
    .n_small{
        font-size:13px;
    }
    .n_title{
        font-size:28px;
    }
}

/*hp_banner*/

.hp_banner{
    position:relative;
    padding:120px 9%;
    overflow:hidden;
}

.hp_banner .container-fluid{
    position:relative;
    z-index:2;
}

.hp_banner_title{
    font-size: 3.4vw;
    line-height:1;
    font-weight:900;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:20px;
}

.hp_banner_title span{
    color:#65d800;
}

.hp_banner_content{
    color:#f1f1f1;
    font-size:1vw;
    margin-bottom:25px;
}

.hp_banner_imgbox{
    overflow:hidden;
    clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);
}

.hp_banner_imgbox img{
    width:100%;
    transition:.6s ease;
}

.hp_banner:hover .hp_banner_imgbox img{
    transform:scale(1.06);
}

@media screen and (max-width:991.5px){
    .hp_banner{
        padding:50px 5%;
    }

    .hp_banner:before{
        background:#111;
    }

    .hp_banner_title{
        font-size:36px;
    }

    .hp_banner_imgbox{
        margin-top:35px;
        clip-path:none;
    }
    
    .hp_banner_content{
        font-size:14px;
    }
    
    .hp_banner_box{
        max-width:380px;
    }
}

@media screen and (max-width:767.5px){
    .slider_banner .item{
        min-height:480px;
        background: linear-gradient(90deg,#394f1c,#242424);
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .slider_banner .banner_content {
      height: auto !important;
      position: relative !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      transform: none !important;
      order:1;
    }
    
    .slider_banner .item>img{
        order:2;
    }
    
    .hp_banner{
        padding:35px 0;
    }

    .hp_banner_title{
        font-size:30px;
    }
}

/*hp_product*/
.index_wrapper_3{
    background-image:url(https://cdn1.npcdn.net/images/b_product_bg_wevry8_1783579410.jpg?md5id=610ceeb94cb57c1d8f401397ebf7d67f&new_width=1600&new_height=718&type=4);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:top;
}

.hp_product{
    padding:90px 9% 0;
}

.hp_product_item{
    background:#eefbe7;
    overflow:hidden;
    transition:.3s ease;
}

.product_cat-4{
    max-width: 82%;
    margin: 0 auto 90px auto;
}

.product_cat-4 .cat_outter_box{
    padding: 10px 12px;
}

.product_cat-4 .cat_box{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f2f8ec;
}

.product_cat-4 .cat_box a{
    display: block;
    text-decoration: none;
}

.product_cat-4 .cat_box img{
    width: 100%;
    height: 240px;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(135deg, #f7f7f7 0%, #eff9e7 100%);
    padding: 0;
    transition: .45s ease;
}

.product_cat-4 .cat_box:hover img{
    transform: scale(1.06);
}

.product_cat-4 .cat_box .content{
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg,#394f1c,#242424);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_cat-4 .cat_box .content .content_box{
    width: 100%;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.product_cat-4 .cat_box .content .content_box h3,
.product_cat-4 .cat_box .content .content_box .btn{
    display: none;
}

.product_cat-4 .cat_box .content .content_box h4{
    margin: 0 !important;
    color: #fff;
    font-size: 1vw;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
}

.product_cat-4 .cat_box .content .content_box:after{
    content: "";
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    background: url("https://cdn1.npcdn.net/images/button_green_ct68f0_1783578906.png?md5id=610ceeb94cb57c1d8f401397ebf7d67f&new_width=100&new_height=100&type=4") center center/contain no-repeat;
    transition: .35s ease;
}

.product_cat-4 .cat_box:hover .content .content_box:after{
    transform: translateX(4px);
}

.product_cat-4 .cat_box .content .line{
    display: none;
}

@media screen and (max-width: 1200.5px){
    .product_cat-4 .cat_box img{
        height: 260px;
    }

}

@media screen and (max-width: 767.5px){
    .product_cat-4 .cat_outter_box{
        padding: 8px;
    }

    .product_cat-4 .cat_box img{
        height: 230px;
    }
    
    .product_cat-4 .cat_box .content .content_box h4{
        font-size: 16px;
    }
}


@media screen and (max-width:991.5px){
    .hp_product{
        padding:70px 5%;
    }
}

@media screen and (max-width:767.5px){
    .hp_product{
        padding:60px 0;
    }
}

/*hp_about*/
.index_wrapper_4{
    background-image:url(https://cdn1.npcdn.net/images/c_about_bg_jovyir_1783580489.jpg?md5id=610ceeb94cb57c1d8f401397ebf7d67f&new_width=1600&new_height=1027&type=4);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:top;
}

.hp_about{
    position:relative;
    padding:100px 9% 50px 9%;
    overflow:hidden;
}

.hp_about:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:24%;
    height:100%;
    background:#84dc0c;
}

.hp_about .container-fluid{
    position:relative;
    z-index:2;
}

.hp_about_imgbox{
    position:relative;
    width: 90%;
    max-width: 600px;
    margin: 10% 0 0;
}

.hp_about_imgbox:before{
    content:"ABOUT";
    position:absolute;
    top:-30%;
    left:9%;
    font-size:10vw;
    font-weight:900;
    color:transparent;
    -webkit-text-stroke:1px rgba(255,255,255,.7);
}

.hp_about_img1{
    position:relative;
    z-index:2;
}

.hp_about .n_title,
.hp_about .n_content{
    color:#ffffff;
}


@media screen and (max-width:991.5px){
    .hp_about{
        padding:80px 5%;
    }

    .hp_about_textbox{
        margin-top:80px;
    }
    .hp_about:after{
        height:50%;
    }
}

@media screen and (max-width:767.5px){
    .hp_about{
        padding:70px 0;
    }

    .hp_about_imgbox:before{
        font-size:15vw;
    }
    
    .hp_about:after{
        height:35%;
    }
    .hp_about_imgbox {
      width: 85%;
      margin: 10% auto 0;
    }
    .hp_about_textbox{
      width: 85%;
      margin: 10% auto 0;
    }
}


/*hp_supply*/

.hp_supply{
    padding:50px 9% 100px 9%;
}

.hp_supply .n_title{
    color:#ffffff;
}

.hp_supply_item{
    text-align:center;
    color:#fff;
    padding:20px 10px;
    transition:.3s ease;
}

.hp_supply_item_icon{
    width:90px;
    margin:0 auto 18px auto;
}

.hp_supply_item p{
    text-transform:uppercase;
    font-size:1.275vw;
    font-weight:600;
    margin:0;
}

.hp_supply_item:after{
    content:"";
    display:block;
    width:65px;
    height:2px;
    background:#65d800;
    margin:15px auto 0;
}

.hp_supply_item:hover{
    color:#65d800;
    transform:translateY(-8px);
}

@media screen and (max-width:767.5px){
    .hp_supply_item p{
        text-transform:uppercase;
        font-size:12px;
    }
}

@media screen and (max-width:991.5px){
    .hp_supply .col-md{
        max-width: 20%;
    }
}

@media screen and (max-width:768.5px){
    .hp_supply .col-md{
        max-width: 33%;
    }
}

/*hp_brand*/
.hp_brands{
    padding:80px 9%;
    background:#fff;
    overflow:hidden;
}

.hp_brand_marquee{
    width:100%;
    overflow:hidden;
    position:relative;
    margin-top:40px;
}

.hp_brand_track{
    display:flex;
    width:max-content;
    animation:brandMarquee 30s linear infinite;
}

.hp_brand_track img{
    width:1500px;
    padding-right:20px;
    height:auto;
    flex-shrink:0;
    display:block;
}

/* Pause when hover */
.hp_brand_marquee:hover .hp_brand_track{
    animation-play-state:paused;
}

@keyframes brandMarquee{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

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

    .hp_brands{
        padding:60px 0;
    }

    .hp_brand_track img{
        width:1200px;
    }

}

/*hp_service*/
.hp_service{
    padding:0 9% 90px;
    background-image:url(https://cdn1.npcdn.net/images/e_cta_bg_4y2goj_1783584049.jpg?md5id=610ceeb94cb57c1d8f401397ebf7d67f&new_width=1600&new_height=718&type=4);
    background-size:cover;
    background-repeat:no-repeat;
}

.hp_service_box{
    overflow:hidden;
    padding:0;
    position:relative;
    z-index:2;
}

.hp_service_box::after{
    content:'';
    background-image:url(https://cdn1.npcdn.net/images/e_background_zhd45q_1783583532.jpg?md5id=610ceeb94cb57c1d8f401397ebf7d67f&new_width=1692&new_height=624&type=4);
    background-size:cover;
    background-repeat:no-repeat;
    height:80%;
    width:100%;
    position:absolute;
    bottom:0;
    z-index:-1;
}

.hp_service .n_title{
    color:#fff;
}

.hp_service_img{
    width:95%;
    max-width:600px;
    margin:0 auto;
}

.hp_service_box img{
    width:100%;
    transition:.5s ease;
}

.hp_service_box:hover img{
    transform:scale(1.06);
}

.hp_service_box .col-lg-7{
    padding:60px;
}

@media screen and (max-width:991.5px){
    .hp_service{
        padding:40px 5%;
    }

    .hp_service_box .col-lg-7{
        padding:40px;
    }
    
    .hp_service_img {
      width: 80%;
      max-width: 400px;
      margin: 0 auto;
    }
    
    .service_textbox{
      max-width: 400px;
      margin: 5% auto 70px auto;
    }
}

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

    .hp_service_box .col-lg-7{
        padding:30px 20px;
    }
    
     .service_textbox {
        margin: 10% 10% 70px;
      }
}

/*hp_why*/

.hp_why{
    position:relative;
    padding:150px 9% 50px 9%;
    background-image:url(https://cdn1.npcdn.net/images/f_wxu_bg_ocvplf_1783584063.png?md5id=610ceeb94cb57c1d8f401397ebf7d67f&new_width=1600&new_height=685&type=4);
    background-size:cover;
    background-repeat:no-repeat; 
    background-position: 50% 50%;
}

.hp_why .container-fluid{
    position:relative;
    z-index:2;
}

.hp_why_item{
    text-align:center;
    background:transparent;
    padding:35px 18px;
    min-height:210px;
    transition:.3s ease;
}

.hp_why_item_icon{
    width:130px;
    height:130px;
    margin:0 auto 20px;
    transition:.3s ease;
}

.hp_why_item h3{
    font-size:1.2vw;
    font-weight:900;
    text-transform:uppercase;
    color:#111;
}

.hp_why_item p{
    font-size:1vw;
    margin:0;
}

.hp_why_item:hover{
    background:#111;
    transform:translateY(-10px);
}

.hp_why_item:hover h3,
.hp_why_item:hover p{
    color:#fff;
}

.hp_why_item:hover i{
    background:#65d800;
    color:#111;
}

@media screen and (max-width:991.5px){
    .hp_why{
        padding:150px 5% 80px 5%;
    }
    .hp_why_item h3{
        font-size:16px;
    }
    
    .hp_why_item p{
        font-size:15px;
    }
}

@media screen and (max-width:767.5px){
    .hp_why{
        padding:60px 0;
        background-color:#f2f2f2;
    }

}

/*hp_contact*/
.index_wrapper_8{
    padding:90px 9%;
    background-image:url(https://cdn1.npcdn.net/images/g_contact_bg_eg87rs_1783584857.jpg?md5id=610ceeb94cb57c1d8f401397ebf7d67f&new_width=1600&new_height=718&type=4);
    background-size:cover;
    background-repeat:no-repeat; 
}

.index_wrapper_8 .outerRow_8{
    position:relative;
    z-index:2;
    overflow:hidden;
    padding:5% 0 5% 10%;
    align-items:center;
}

.index_wrapper_8 .outerRow_8::after{
    content:'';
    position:absolute;
    z-index:-1;
    background-image:url("https://cdn1.npcdn.net/images/g_contact_img_2z7jn9_1783584857.jpg?md5id=610ceeb94cb57c1d8f401397ebf7d67f&new_width=1605&new_height=692&type=4");
    background-size:cover;
    background-position:center;
    width:85%;
    height:100%;
    left:0;
}

.hp_contact .n_title,
.hp_contact .n_content{
    color:#ffffff;
}

.ex_hpcontact_formonly{
    padding:8% 10%;
    background-image:linear-gradient(to right,#68b900, #84dc0c);
    width:90%;
    margin:0 auto;
    color:#fff;
}
 
.hp_contactform_header{
    display:none;
}

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

.ex_hpcontact_formonly .btn-primary{
    background-color:#000 !important;
    padding:10px 20px !important;
}

.ex_hpcontact_formonly .btn-primary:hover{
    background-color:#1d3319 !important;
}

.ex_hpcontact_formonly .btn-primary i{
    display:none;
}

@media screen and (max-width:991.5px){
    .hp_contact{
        padding:80px 5%;
    }
    
    .index_wrapper_8 .outerRow_8{
        padding:5% 5% 10% 5%;
    }
    
    .index_wrapper_8 .outerRow_8::after{
        width:100%;
    }
}

@media screen and (max-width:767.5px){
    .hp_contact{
        padding:60px 0;
    }

    .hp_contact_box{
        padding:0;
    }
}

/*footer*/
.footer_type10{
  color: #f1f1f1;
  background-color: #1d3319;
}

.footer_type10 .container .col-md-6:first-child .sub_title{
    display:none;
}

.footer_type10 .logo{
    min-height: 60px;
    padding-top:60px;
    background:#fff;
    padding:5px;
}

.footer_type10 .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

.footer_type10 .text,
.footer_type10 a{
  color: #f1f1f1 !important;
  font-size:.9vw;
}

.footer_type10 .sub_title p{
    text-transform: uppercase;
    font-size:1rem;
    padding-bottom:10px;
}

.footer_type10 a:hover{
    color:#84dc0c;
}

@media screen and (max-width:991.5px){
    .footer_type10 .text,
    .footer_type10 a{
        font-size:13px;
    }
}
