fo/* desktop */

body {
    color: #000000;
    line-height: 1.5;
    position: relative;
    height: 100%;
}

.index_wrapper_2 {
    position: relative;
    overflow: hidden;
}

.hp_leaf {
    position: absolute;
    background: url(https://cdn1.npcdn.net/userfiles/28610/image/leaf-floating1.png) no-repeat center,
                url(https://cdn1.npcdn.net/userfiles/28610/image/leaf-floating2.png) no-repeat center;
    background-size: contain;
    animation: hp-leaf linear infinite;
    opacity: 0;
    pointer-events: none;
}

@keyframes hp-leaf {
    0% {
        transform: translate(0, -10vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    25% {
        transform: translate(8vw, 25vh) rotate(120deg);
    }

    50% {
        transform: translate(-6vw, 50vh) rotate(240deg);
    }

    75% {
        transform: translate(10vw, 75vh) rotate(360deg);
    }

    100% {
        transform: translate(-8vw, 110vh) rotate(720deg);
        opacity: 0;
    }
}

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 {
    border-color: transparent;
}

.navbar_ecommerceDropdown {
    padding: 0;
    border-bottom: 2.5px solid #428c44;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    max-width: 80vw;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom .container.p-0 {
    max-width: 100%;
}

.nav_bottom .menu {
    gap: 2.5vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0.325vw;
    color: #0b3d0d;
    text-transform: uppercase;
    font-size: 1.25vw;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #428c44;
}

.nav_bottom .menu .nav_item:last-child .dropdown a {
    background-color: #428c44;
    color: #ffffff;
    padding: 0.325vw 1.65vw;
    border-radius: 100px;
}

.nav_bottom .menu .nav_item:hover:last-child .dropdown .title {
    background-color: #0b3d0d;
    color: #428c44;
    border-radius: 0;
}

/* banner */

.index_wrapper_2 .row.innerRow_2 {
    position: relative;
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 15px;
}

.hp_banner_content div {
    gap: 15px;
}

.hp_banner_content h3 {
    font-size: 25px;
    line-height: normal;
}

.hp_banner_content h3 strong {
    font-weight: 900;
}

.hp_banner_line {
    background-color: #000000;
    width: 50px;
    height: 2.5px;
}

.hp_banner_content h2 {
    font-size: 50px;
    line-height: 1;
    color: #0b3d0d;
}

.hp_banner_content h2 strong {
    font-weight: 900;
}

.hp_banner_content h2 strong span {
    color: #428c44;
}

.hp_banner_content p {
    max-width: calc(100% - 30%);
}

.hp_banner_button div a button {
    transition: all 0.50s;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button div:first-child a button {
    background-color: #0b3d0d;
}

.hp_banner_button div:first-child a:hover button {
    background-color: #428c44;
}

.hp_banner_button div:last-child a button {
    background-color: #428c44;
}

.hp_banner_button div:last-child a:hover button {
    background-color: #0b3d0d;
}

.hp_banner_button div a button img {
    max-width: 25px;
}

.hp_banner_button div a:hover button img {
    transform: scaleX(-1);
}

.index_wrapper_2 #index_2_2 section {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.hp_banner_why {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    padding: 1.65vw 1vw;
    border-radius: 15px 0 0 0;
}

.hp_banner_why:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: -9.25vw;
    width: 10vw;
    height: 100%;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.hp_banner_why_box {
    gap: 15px;
}

.hp_banner_why_box img {
    max-width: 5vw;
    max-height: 5vw;
    margin: auto;
}

.hp_banner_why_box h3 {
    font-size: 1vw;
    line-height: normal;
    color: #0b3d0d;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
    background-image: url(https://cdn1.npcdn.net/userfiles/28610/image/b-about-gradient.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.index_wrapper_3:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28610/image/b-about-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_3:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28610/image/b-Leaf.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -15px;
    width: 100%;
    height: 65%;
    z-index: 0;
    pointer-events: none;
    animation: 15s linear headShake infinite;
}

.index_wrapper_3 .row.outerRow_3 {
    align-items: center;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 15px;
}

.hp_subtitle {
    gap: 15px;
}

.hp_subtitle img {
    max-width: 25px;
    animation: 1s linear swing infinite;
}

.hp_subtitle h3 {
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #428c44;
}

.hp_subtitle h3 strong {
    font-weight: 900;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    color: #0b3d0d;
}

.hp_title strong {
    font-weight: 900;
}

.hp_title strong span {
    color: #428c44;
}

.hp_line {
    background-color: #428c44;
    width: 75px;
    height: 2.5px;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #428c44;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    background-color: #0b3d0d;
}

.hp_button a button img {
    max-width: 25px;
}

.hp_button a:hover button img {
    transform: scaleX(-1);
}

.index_wrapper_3 #index_4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* service */

.index_wrapper_5 {
    position: relative;
}

.index_wrapper_5:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28610/image/c-leaf.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    top: -11.5vw;
    left: -15px;
    width: 100%;
    height: calc(100% - 65%);
    z-index: 1;
    pointer-events: none;
    animation: 15s linear headShake infinite;
}

.index_wrapper_5 .row.innerRow_5 {
    background-color: #edf8fe;
    padding: 50px;
    border-radius: 50px;
    position: relative;
    margin: auto -100px;
}

.index_wrapper_5 .row.innerRow_5:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28610/image/c-leaf-floating.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 150px;
    width: 100%;
    height: calc(100% - 95%);
    animation: 15s linear swing infinite;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_content {
    gap: 15px;
}

.service_type4 .col-6.col-md-3 {
    padding: 15px;
}

.service_type4 .service_box_type4 {
    margin-bottom: 0;
    border-radius: 15px;
    overflow: hidden;
}

.service_type4 .service_box_type4 .img_frame {
    height: 250px;
    padding-bottom: 0;
}

.service_type4 .service_box_type4 .img_frame img {
    position: static;
    transform: none;
}

.service_type4 .service_box_type4 .img_frame:hover img {
    width: 100%;
    height: 100%;
}

.service_type4 .service_box_type4 .img_frame .overlay {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    transition: all 0.50s;
}

.service_type4 .service_box_type4 .img_frame:hover .overlay {
    background-color: rgba(11, 61, 13, 0.75);
}

.service_type4 .service_box_type4 .img_frame .box {
    width: 100%;
    height: 75px;
    border: 0;
    padding: 15px;
    top: auto;
    bottom: 0;
    left: 0;
    transition: all 0.50s;
}

.service_type4 .service_box_type4 .img_frame:hover .box {
    top: auto;
    left: 0;
    transform: none;
    height: 150px;
}

.service_type4 .service_box_type4 .img_frame .box p {
    overflow: inherit;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    text-align: left !important;
    margin-bottom: 0;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    font-size: 1vw;
}

.service_type4 .service_box_type4 .img_frame .box p:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: -15px;
    left: 0;
    width: 50px;
    height: 2.5px;
}

.service_type4 .service_box_type4 .img_frame .box p span {
    width: calc(100% - 70px);
}

.service_type4 .service_box_type4 .img_frame .box p br {
    display: none;
}

.service_type4 .service_box_type4 .img_frame .box p .general_btn {
    border: 0;
    color: #ffffff;
    font-size: 1vw !important;
    text-align: left;
    padding: 0;
}

.service_type4 .service_box_type4 .img_frame .box p .general_btn:hover {
    color: #428c44;
    background-color: transparent;
}

/* buy */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.index_wrapper_6:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28610/image/d-what-we-buy-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: 15s linear bounce infinite;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_buy_content {
    gap: 15px;
}

.hp_buy {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.hp_buy_box {
    gap: 15px;
}

.hp_buy_box img {
    border-radius: 15px;
}

.hp_buy_box h3 {
    font-size: 16px;
    line-height: normal;
    color: #0b3d0d;
}

/* why */

.index_wrapper_7 {
    margin-top: -350px;
    padding-top: 350px;
    position: relative;
    z-index: 0;
}

.index_wrapper_7:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28610/image/e-wcu-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: 1s linear fadeIn infinite alternate;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 15px;
}

.hp_why_box {
    border-radius: 15px;
    padding: 25px;
    gap: 15px;
    transition: all 0.50s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.hp_why_box:hover {
    box-shadow: none;
}

.hp_why_box img {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
}

.hp_why_box h3 {
    font-size: 16px;
    line-height: normal;
    color: #0b3d0d;
    height: 50px;
}

/* project */

.index_wrapper_8 {
    padding-top: 100px;
    position: relative;
    z-index: 0;
}

.index_wrapper_8:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28610/image/project_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: 15s linear pulse infinite;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_project_content {
    gap: 15px;
}

.gallerycategory {
    margin-bottom: 0;
}

.gallerycategory .container-fluid:first-child {
    display: none;
}

.gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    padding: 15px !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gallerycategory .img_frame {
    height: 250px;
    margin-bottom: 0;
    border-radius: 15px;
}

.gallerycategory p.text-center.px-3 {
    padding: 0 !important;
    margin-bottom: 0;
}

/* contact */

.index_wrapper_9 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.index_wrapper_9:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28610/image/g-leaf.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 50%);
    pointer-events: none;
    animation: 15s linear slideInUp infinite alternate;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact {
    background-image: url(https://cdn1.npcdn.net/userfiles/28610/image/g-contact-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px;
    border-radius: 15px;
    margin: auto -100px;
    gap: 15px;
}

.hp_contact:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28610/image/f-leaf.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: calc(100% - 75%);
    animation: 15s linear swing infinite;
}

.hp_contact_content {
    gap: 15px;
    width: 35%;
}

.hp_contact_content div {
    gap: 15px;
}

/* footer */

.footerListServices {
    background-color: #0b3d0d;
    padding-top: 100px;
    padding-bottom: 100px !important;
    overflow: hidden;
}

.footerListServices .logo {
    padding-top: 0;
    height: 3.25vw;
}

.footerListServices .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footerListServices p {
    margin-bottom: 0;
}

.footerListServices .title {
    min-height: 0;
}

.footerListServices .title h5 {
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.footerListServices ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footerListServices a:hover {
    color: #428c44;
}

.footerListServices ul li a p {
    margin-bottom: 0 !important;
}

.footerListServices .input-container {
    height: auto;
    display: flex;
    align-items: center;
}

.footerListServices .input-container input, .footer_type6 .input-container label {
    height: auto;
}

.footerListServices .input-container input {
    border-color: #ffffff;
    position: static;
    padding: 15px 0;
    border-radius: 0;
}

.footerListServices .input-container label {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin-bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.footerListServices .input-container label:hover {
    font-size: 0;
}

.footerListServices .input-container .moveUp {
    display: none;
}

.footerListServices .input-container .submit {
    position: static;
    border-radius: 0;
    transition: all 0.50s;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
}

.footerListServices .input-container .submit:hover {
    color: #428c44;
}

.footerListServices .col-12:nth-child(5) {
    padding: 15px;
}

.footerListServices .line {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    height: 0;
}

.footerListServices .col-12.col-md-7 {
    padding: 15px;
}

.footerListServices .copy_right.text-left .d-flex {
    gap: 15px;
}

.footerListServices .copy_right.text-left .d-flex p {
    margin-right: 0 !important;
}

.footerListServices .col-12.col-md-5.py-3.pb-md-0 {
    padding: 15px !important;
}

.footerListServices .social_media {
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.footerListServices .social_media a {
    margin-left: 0;
}

.footerListServices .social_media a:hover {
    color: #428c44;
}

.footerListServices .social_media a i {
    line-height: normal;
    font-size: 16px;
}

.footerListServices .social_media a .icon_s {
    bottom: 0;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #0b3d0d;
    font-weight: 900;
}

.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;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content h2 {
    font-size: 45px;
}

/* service */

.index_wrapper_5 .row.innerRow_5 {
    margin: auto;
}

.service_type4 .service_box_type4 .img_frame .box p span {
    width: calc(100% - 0px);
}

/* contact */

.hp_contact {
    margin: auto;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 2.5px solid #428c44;
    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;
    color: #428c44;
}

.navbar_mobile .btn-outline-light:hover {
    color: #0b3d0d;
    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: 35px;
}
*/

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #0b3d0d;
}

.side_menu input {
    border-radius: 5px;
    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: #428c44 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #0b3d0d !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;
    font-weight: bold;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #428c44;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #428c44;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #428c44;
}

/* banner */

.slider_banner .item img {
    height: 450px !important;
    object-fit: cover;
    object-position: 35%;
}

.hp_table {
    flex-direction: column;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content h3 {
    font-size: 16px;
}

.hp_banner_content h2 {
    font-size: 35px;
}

.index_wrapper_2 #index_2_2 section {
    position: static;
}

.hp_banner_why {
    padding: 50px 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.hp_banner_why:before {
    display: none;
}

.hp_banner_why_box img {
    max-width: 75px;
    max-height: 75px;
}

.hp_banner_why_box h3 {
    font-size: 16px;
    width: 75%;
    margin: auto;
}

/* about */

.index_wrapper_3:after {
    height: 25%;
}

/* service */

.index_wrapper_5:before {
    height: calc(100% - 95%);
}

.index_wrapper_5 .row.innerRow_5 {
    padding: 50px 0;
    margin: auto;
}

.index_wrapper_5 .row.innerRow_5:after {
    left: -100px;
}

.service_type4 .col-6.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.service_type4 .service_box_type4 .img_frame .box p {
    font-size: 16px;
}

.service_type4 .service_box_type4 .img_frame .box p span {
    width: calc(100% - 0px);
}

.service_type4 .service_box_type4 .img_frame .box p .general_btn {
    font-size: 16px !important;
}

/* buy */

.hp_buy {
    grid-template-columns: repeat(2, 1fr);
}

/* why */

.hp_why_box {
    padding: 25px 15px;
}

/* project */

.hp_photoGallerySliderWithTitle {
    margin: auto 25px;
}

/* contact */

.hp_contact {
    margin: auto;
    flex-direction: column;
    padding: 50px 15px;
}

.hp_contact:after {
    background-position: left;
    height: calc(100% - 85%);
}

.hp_contact_content {
    width: 100%;
}

/* footer */

.footerListServices .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

.footerListServices .logo {
    height: 50px;
}

}

/* */