@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

/* desktop */

body {
    color: #000000;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #f9f9f9;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 5vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 1.65vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0 0.325vw;
    color: #212529;
    text-transform: uppercase;
    font-size: 1vw;
    position: relative;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #007e16;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2.5px;
    opacity: 0;
    transition: all 0.50s;
}

.nav_bottom .menu .nav_item:hover .dropdown a:after {
    width: 100%;
    opacity: 1;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_table:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/0/image/banner_word.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 100%;
    height: 8.25vw;
    z-index: -1;
}

.hp_banner_content {
    gap: 1.65vw;
    left: 100px;
}

.hp_banner_content h2 {
    font-size: 10vw;
    line-height: 0.65;
    font-family: "Dynalight", cursive;
}

.hp_banner_content h3 {
    font-size: 1.65vw;
    line-height: normal;
}

.hp_banner_content p {
    font-size: 1vw;
}

.hp_banner_button {
    cursor: pointer;
    width: fit-content;
}

.hp_banner_button div {
    top: 1.3vw;
    left: 0;
}

.hp_banner_button p {
    transition: all 0.50s;
}

.hp_banner_button:hover p {
    color: #007e16;
}

.hp_banner_button img {
    max-width: 15vw;
    transition: all 0.50s;
}

.hp_banner_button:hover img {
    margin-left: 15px;
}

.hp_banner_image {
    width: 70%;
    margin-top: 10vw;
}

/* category */

.index_wrapper_3 {
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 50px 50px 0 0;
    background-color: #ffffff;
    position: relative;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category {
    gap: 15px;
}

.hp_category_content {
    gap: 15px;
}

.hp_title {
    font-size: 150px;
    line-height: 0.20;
    font-family: "Dynalight", cursive;
    color: #d1d3d4;
}

.hp_sub {
    font-size: 30px;
    line-height: normal;
}

.hp_button {
    cursor: pointer;
    width: fit-content;
}

.hp_button div {
    top: 10px;
    left: 0;
}

.hp_button p {
    transition: all 0.50s;
}

.hp_button:hover p {
    color: #007e16;
}

.hp_button img {
    max-width: 175px;
    transition: all 0.50s;
}

.hp_button:hover img {
    margin-left: 15px;
}

.product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
    padding: 15px !important;
}

.product_cat-4 .cat_outter_box {
    padding: 0;
    transition: all 0.50s;
    overflow: hidden;
}

.product_cat-4 .cat_outter_box:hover {
    border-radius: 15px;
}

.product_cat-4 .cat_box {
    opacity: 1 !important;
    transform: none !important;
}

.product_cat-4 .cat_box a {
    display: flex;
    position: relative;
}

.product_cat-4 .cat_box img {
    transition: all 0.50s;
    height: 300px;
}

.product_cat-4 .cat_box:hover img {
    transform: scale(1.05);
    filter: brightness(0.75);
}

.product_cat-4 .cat_box .content {
    background-color: transparent;
    transition: all 0.50s;
}

.product_cat-4 .cat_box:hover .content {
    background-color: transparent;
}

.product_cat-4 .cat_box .content .content_box {
    padding: 15px;
    color: #ffffff;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent);
}

.product_cat-4 .cat_box .content .content_box h3 {
    display: none;
}

.product_cat-4 .cat_box .content .content_box h4 {
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    width: 40%;
    transition: all 0.50s;
}

.product_cat-4 .cat_box:hover .content .content_box h4 {
    color: #007e16;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    display: none;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

/* collect */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_collect_content {
    gap: 15px;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 0;
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    color: #000000;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #007e16;
}

.productSlider-1 .product_img .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 0;
    box-shadow: none;
    min-height: auto;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

.productSlider-1 .product_img .product_box .content {
    text-align: center !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .content a:first-child {
    display: none;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: 500 !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
    color: #000000;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #007e16;
}

.productSlider-1 .product_img .product_box .content p {
    display: none;
}

.productSlider-1 .product_img .product_box .content .align-top {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    color: #000000;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #000000;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #007e16;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* about */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_about_content .hp_title {
    line-height: 0;
}

.hp_about_content .hp_sub {
    line-height: 0.75;
}

.hp_about_content p.mb-0.mx-auto {
    max-width: 80%;
}

.hp_about_content .hp_button img {
    max-width: 275px;
}

.hp_about_why {
    gap: 75px;
}

.hp_about_why_gap {
    gap: 15px;
}

.hp_about_why_gap_icon {
    max-width: 50px;
}

.hp_about_why_gap_content {
    gap: 5px;
}

.hp_about_why_gap_content h3 {
    font-size: 17.5px;
    line-height: normal;
}

.hp_about_why_gap_content h3 strong {
    font-weight: 500;
}

.hp_about_why_gap_content p {
    font-size: 13px;
}

.hp_about_why_center img {
    filter: drop-shadow(-25px 25px 25px rgba(0, 0, 0, 0.50));
}

/* product */

.index_wrapper_6 {
    padding-bottom: 100px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 15px;
}

/* service */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/userfiles/28362/image/F_Background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_content {
    gap: 25px;
}

.hp_service_content .hp_title {
    font-size: 100px;
    line-height: 0.50;
}

.hp_service_content .hp_sub {
    font-size: 25px;
}

.hp_service_content .hp_button img {
    max-width: 265px;
    filter: invert(1);
}

/* event */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_event_content {
    gap: 15px;
}

.service_cat_slider .container {
    padding-right: 0;
    padding-left: 0;
}

.service_cat_slider #custom_category {
    margin-bottom: 0;
}

.service_cat_slider .cust_ser_box {
    padding: 0;
    min-height: auto;
    margin: 15px;
}

.service_cat_slider .cust_ser_box a {
    display: flex;
    flex-direction: column;
}

.service_cat_slider .cust_ser_imagebox img {
    height: 100%;
}

.service_cat_slider .cust_ser_box:hover img {
    transform: scale(1);
}

.service_cat_slider .cust_ser_contentbox {
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    transition: 0.50s all linear;
}

.service_cat_slider .cust_ser_box:hover .cust_ser_contentbox {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.50));
    opacity: 1;
    z-index: auto;
}

.service_cat_slider .cust_ser_innerbox {
    left: 0;
    bottom: -50px;
    width: 100%;
    padding: 25px;
    gap: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 50%;
    transition: all 0.50s;
}

.service_cat_slider .cust_ser_box:hover .cust_ser_innerbox {
    bottom: 0;
}

.service_cat_slider .cust_ser_content {
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
}

.service_cat_slider .cust_ser_button {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
    transition: all 0.50s;
}

.service_cat_slider .cust_ser_button:hover {
    color: #007e16;
}

.service_cat_slider #custom_category .slick-dots {
    bottom: 0;
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 15px;
}

.service_cat_slider #custom_category .slick-dots li {
    width: 100%;
    height: auto;
    margin: auto;
}

.service_cat_slider #custom_category .slick-dots li button {
    padding: 0;
    background-color: #808285;
    opacity: 0.20;
    width: 100%;
    height: 5px;
}

.service_cat_slider #custom_category .slick-dots li.slick-active button {
    background-color: #000000;
    opacity: 1;
}

.service_cat_slider #custom_category .slick-dots li button:before {
    display: none;
}

/* footer */

.footer_type10 {
    color: #000000;
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/userfiles/28362/image/footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100px !important;
    border-radius: 50px 50px 0 0;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
    padding: 15px !important;
}

.footer_type10 .sub_title {
    border-color: #000000;
}

.footer_type10 .sub_title p {
    font-weight: bold !important;
}

.footer_type10 .logo {
    padding-top: 0;
    height: 75px;
    min-height: auto;
}

.footer_type10 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type10 .text {
    color: #000000 !important;
}

.footer_type10 .d-inline-flex {
    align-items: center;
}

.footer_type10 .icon {
    padding: 0;
}

.footer_type10 .icon i {
    color: #000000;
}

.footer_type10 .social_media {
    padding: 0 !important;
    align-items: center;
    gap: 15px;
}

.footer_type10 .social_media a {
    display: flex;
    margin-right: 0;
}

.footer_type10 .social_media a .icon_s {
    padding: 0;
    width: auto;
    height: auto;
}

.footer_type10 .social_media a .icon_s i {
    transition: all 0.50s;
    color: #000000;
}

.footer_type10 .social_media a:hover .icon_s i {
    color: #007e16;
}

/*
.footer_type10 .social_media a .icon_s img {
    height: 25px;
    transition: all 0.50s;
}
*/

.footer_type10 .list-unstyled {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer_type10 .list-unstyled li a {
    color: #000000;
}

.footer_type10 .list-unstyled li a:hover {
    color: #007e16;
}

.footer_type10 .list-unstyled li a p {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .d-inline-flex {
    margin-top: 15px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p {
    margin-left: -5px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p a i {
    display: none;
}

.footer_type10 .footer_map_class {
    display: flex;
}

.footer_type10 .text-light {
    color: #000000 !important;
}

.footer_type10 .text-light .line_top {
    border-color: #000000;
}

.footer_type10 .text-light .line_top .col-12.d-flex p {
    margin-bottom: 0 !important;
}

.footer_type10 .text-light .line_top .col-12.d-flex p small {
    font-weight: normal;
}

.footer_type10 .text-light .line_top .text-left {
    margin-bottom: 0 !important;
}

.footer_type10 .privacy_policy, .footer_type10 .footer_terms, .footer_type10 .footer_returns {
    padding: 0 !important;
}

.footer_type10 .col-12.col-md-12 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type10 a:hover {
    color: #007e16 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 50px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content {
    left: 50px;
}

/* category */

.hp_button img {
    max-width: 215px;
}

.product_cat-4 .cat_box .content .content_box h4 {
    font-size: 13px;
    width: 40%;
}

/* about */

.hp_about_why_gap_icon {
    max-width: 40px;
}

.hp_about_why_gap_content h3 {
    font-size: 13px;
}

/* event */

.service_cat_slider .cust_ser_innerbox {
    bottom: -25px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #f9f9f9;
    border-bottom: 0;
    height: auto;
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #000000;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

/*
.navbar_mobile .logo_img {
    max-height: 75px;
}
*/

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #000000;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #007e16 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #007e16;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #007e16;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #007e16;
}

/* banner */

.slider_banner .item img {
    height: 850px !important;
    object-fit: cover;
}

.hp_table {
    flex-direction: column;
}

.hp_table:before {
    height: 100%;
}

.hp_banner_content {
    left: 0;
    width: 100% !important;
    gap: 25px;
}

.hp_banner_content h2 {
    font-size: 75px;
}

.hp_banner_content h3 {
    font-size: 25px;
}

.hp_banner_content p {
    font-size: 16px;
}

.hp_banner_content p br {
    display: none;
}

.hp_banner_button div {
    top: 20px;
}

.hp_banner_button img {
    max-width: 250px;
}

.hp_banner_image {
    width: 100%;
    margin-top: 0;
}

/* category */

.hp_category {
    flex-direction: column;
}

.hp_title {
    font-size: 100px;
}

.hp_category .hp_button {
    margin-right: auto;
}

.product_cat-4 .cat_box .content .content_box h4 {
    font-size: 16px;
    width: 100%;
}

/* collect */

.productSlider-1 {
    padding: 0 20px;
}

/* about */

.hp_about_content .hp_sub {
    line-height: normal;
    margin-top: -25px;
}

.hp_about_content p.mb-0.mx-auto {
    max-width: 100%;
}

.index_wrapper_5 section .row.align-items-center .col-12.col-sm-4.p-3:nth-child(2) {
    order: -1;
}

.hp_about_why {
    gap: 15px;
}

.hp_about_why_gap {
    flex-direction: column;
}

.index_wrapper_5 section .row.align-items-center .col-12.col-sm-4.p-3:nth-child(3) .hp_about_why_gap {
    flex-direction: column-reverse;
}

.hp_about_why_gap .hp_about_why_gap_content.text-right {
    text-align: left !important;
}

/* service */

.index_wrapper_7 {
    background-attachment: inherit;
}

/* event */

.service_cat_slider #custom_category .slick-dots {
    grid-template-columns: repeat(7, auto);
}

/* footer */

.footer_type10 {
    padding-bottom: 50px !important;
}

}

/* */