/*all page*/
.page_title{
    margin-top:30px;
}
body > br{
    display: none;
}
.page_title::after{
    content:'';
    display: inline-block;
    background:#71bf44;
    height:2px;
    width:50px;
}

/*slider*/
.slider_banner{
    margin-top:-110px;
}

.slider_banner .banner_content {
    display: flex;
    align-items: center;
}

.slider_banner .banner_content .b_content{
    width: 50% !important;
    margin:0 auto 0 10%;
}

.slider_banner .banner_content .b_content h2{
    font-weight:600;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    text-shadow:2px 2px 10px rgba(0,0,0,0.3);
}

.slider_banner .banner_content .b_content h2 span{
    display:block;
}

.slider_banner .banner_content .b_content h3{
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}


.slider_banner .banner_content .b_content p{
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}

.banner-box {
    position: absolute;
    left: 8%;
    top: 27%;
}

.banner-box .btn_more {
    margin-top: 0px;
    margin-left: 8px;
    background: #000;
}

.banner-box .btn_more:hover {
    background: #fff;
    color: #000;
}

.banner-big {
    width: 50%;
}

.banner-small {
        color: #fff;
    font-size: 1rem;
    width: 35%;
    margin-left: .5rem;
    line-height: 1.6;
    margin-top: .5rem;
}

@media (max-width: 1200.5px) {
    .banner-box {
    top: 27%;
    }
    
    .banner-small {
        font-size: 14px;
        width: 55%;
    }
}

@media (max-width: 991.5px) {
    .banner-small {
        font-size: 14px;
        width: 55%;
    }
    
        .banner-box {
        top: 24%;
    }
}

@media (max-width: 767.5px) {
    
    .banner_content:before {
        position: absolute;
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    
        .banner-box {
        top: 3vw;
    }
    
    .banner-big{
        width: 90%;
    }
    
    .banner-small {
        width: 100%;
        margin-left: 0;
    }
    
    .banner-box .btn_more {
        margin-left: 0;
    }
}

@media (max-width: 600.5px) {
    
        .banner-box {
        top: 20vw;
    }
}

/*nav*/
.topspacex1{
    padding:5px 10px;
    background:transparent;
    color:#ffffff;
    font-size:.9rem;
    text-align:center;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.topspacex1 a{
    color:#ffffff;
    display:flex;
    justify-content: center;
    align-items:center;
    height:33px;
    width:33px;
    font-size:1rem;
    margin-right:5px;
    border-radius:25px;
}

.topspacex1 a:hover{
    text-decoration:none;
}

.topspacex1 .col-lg-6{
    justify-content: center;
    align-items: center;
    display:flex;
}

.topSocial{
    justify-content: end;
    padding-right:50px;
    display:flex;
}

/*Nav*/
.navbar_type8 {
    background:#fff;
    border-bottom:1px solid rgba(255,255,255,0.3);
    padding: 10px 0;
    height:100px;
    border-bottom: 1px solid #eaeaea;
}

#main_index .navbar_type8 {
    /*background:transparent;*/
}

.navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: 65px;
}

.navbar_type8 .logo img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px 0;
    object-position: left;
    /*filter:brightness(0) invert(1);*/
}

.dark_nav {
    background-color: rgba(255, 255, 255, 0.8) !important;
    animation: 1s fadeInDown;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: capitalize;
    padding: 10px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.1vw;
    color: #000;
    padding: 0 10px;
    font-weight: 500;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}

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

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 2px solid #71bf44;
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
    gap: 1.2vw;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #96CDFF;
    padding: 0.5rem 1.5rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #666 !important;
    background: #96CDFF;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item span {
    display: none;
}

.navbar_type8 .nav_tab .active {
    color: #666 !important;
}

.dark_nav .nav_tab .active {
    color: #666 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    box-shadow: 0 0 5px #333;
}

.navbar_type8 .nav_tab .nav_item::before {
    width: 70%;
    right: 0;
    margin: auto;
    top: 88%;
}

/*footer*/
.footer_type6{
    background:#f0f9eb;
    color:#666666;
    border-top:1px solid #eaeaea;
    padding-top:2.5rem !important;
}

.footer_type6 .container .col-md-3:first-child {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 40px !important;
}

.footer_type6 .container .col-md-3:nth-child(2),
.footer_type6 .container .col-md-3:nth-child(3){
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.footer_type6 .logo{
    padding-top: 70px;
}

.footer_type6 .logo img {
    max-height: 70px;
}

.footer_type6 .input-container input{
    width: 100%;
    height: 2.5rem;
    color: #666666;
    background: rgba(0,0,0,0.2);
    padding: 0 5px;
    border-radius:25px;
}

.footer_type6 .title {
    min-height: 70px;
}

.footer_type6 .line {
    width: 100%;
    padding: 0 15px;
    background-color: rgba(255,255,255,0.5);
}

.footer_type6 .title h6{
    text-transform: uppercase;
}

.footer_type6 a{
    color:#4d4d4d;
}

.footer_type6 a:hover {
    color: #71bf44!important;
}

.footer_type6 #subscribeEmailLabel{
      visibility: hidden;
}

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

.title_big{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    margin-bottom:10px;
}

.title_big span{
    display:unset;
}

.title_small{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;   
    color:#333333;
    margin-bottom:10px;
}

.content_text{
    font-size:1rem;
    line-height:1.6;
    color:#4d4d4d;
    margin-bottom:0;
}

.btn_more{
    border: none;
    background:linear-gradient(to right, #f0eb54, #6dbd4a);
    color:#fff;
    font-size:.9rem;
    font-weight:700;
    transition: linear .3s;
    margin-top:20px;
    padding:12px 35px;
}

.btn_more:hover{
    background: #000;
    /*color:#000000;*/
}

.green-wording {
    /*color: #71bf44;*/
    background:linear-gradient(to right, #f0eb54, #6dbd4a); /* Customize your gradient colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    display: unset;
}

/*hp_about*/
.hp_about{
    padding-top:5rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.hp_about::before {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    width: 220px;
    height: 193px;
    background-image: url('https://cdn1.npcdn.net/images/ELEMENT_z1kvag_1750749310.png?md5id=0ad4995acabe081da73ef9481ab5d170&new_width=261&new_height=248&type=4');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    animation: swayLeaf1 5s linear infinite;
    transform-origin: top center;
    z-index: -1;
}

@keyframes swayLeaf1 {
    0% {
        transform: translateX(-150px) translateY(-200px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    25% {
        transform: translateX(0) translateY(-10px) rotate(5deg);
    }
    50% {
        transform: translateX(100px) translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateX(200px) translateY(-5px) rotate(3deg);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(400px) translateY(0) rotate(0deg);
        opacity: 0;
    }
}

.about_content {
    margin: 35px 0;
    column-count: 2;
    column-gap: 40px;
}

.about-img-box {
    position: relative;
}

.about-img-box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%;
    height: 50%;
        background:linear-gradient(to right, #f0eb54, #6dbd4a);
    background-position: 100% 0;
    z-index: -1;
}


.about_imgGroup{
    display:flex;
    flex-wrap: wrap;
    justify-content: right;
    width:90%;
    /*margin-left:auto;*/
    margin: 0 auto;
}

.about_img{
    width:50%;
}

.about_img.left img{
        border-radius: 20px 0 0 20px;
}

.about_img.right img{
        border-radius: 0 20px 20px 0;
}

.about_title .title_small::after{
    content:'';
    display: inline-block;
    background:#71bf44;
    height:1px;
    width:50px;
    margin-left: 10px;
}

@media (max-width:767.5px) {
    .about_img.left img {
            border-radius: 20px 20px 0 0;
    }
    
    .about_img.right img {
    border-radius: 0 0 20px 20px;
}


.hp_about::before {
    width: 120px;
}
}

/*hp_products*/
.hp_products{
    padding-top:5rem;
    padding-bottom:5rem;
}

.product_title .title_small::after{
    content:'';
    display: inline-block;
    background:#71bf44;
    height:1px;
    width:50px;
    margin-left: 10px;
}

.products_content{
    margin:35px 0;
}

.products_box{
    position:relative;
    overflow:hidden;
}

.products_boxText{
    position:absolute;
    z-index: 2;
    bottom:0;
    left:0;
    padding:25px;
}

.products_boxText h3{
    color:#fff;
    font-size: 22px;
    font-weight: 600;
    transition: linear .3s;
    text-transform: uppercase;
}

.products_boxImg{
    transition: linear .3s;
    filter:brightness(0.8);
}

.products_box:hover .products_boxImg{
    transform:scale(1.05);
    cursor:pointer;
    filter:brightness(1);
}

.products_box .btn_more{
    border:none;
    background:transparent;
    color:#ffffff;
    font-size:.9rem;
    font-weight:400;
    transition: linear .3s;
    margin-top:20px;
    padding:0 0 5px 0;
    border-bottom:1px solid #71bf44;
}

.products_box .btn_more:hover{
    margin-left:20px;
    color:#71bf44;
}


.box_mt{
    margin-top:25px;
}

/*hp_why*/
.hp_why{
    background-image:url(https://cdn1.npcdn.net/images/D_BG_54ntw2_1750735186.jpg?md5id=0ad4995acabe081da73ef9481ab5d170&new_width=1600&new_height=1100&type=4);
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top:5rem;
    padding-bottom:5rem;
    position: relative;
}

.hp_why::before {
    content: "";
    position: absolute;
    left: 3vw;
    top: 0;
    width: 210px;
    height: 224px;
    background-image: url('https://cdn1.npcdn.net/images/ELEMENT_2_fc7ah9_1750749653.png?md5id=0ad4995acabe081da73ef9481ab5d170&new_width=261&new_height=248&type=4');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
    animation: swayLeaf3 5s linear infinite;
    transform-origin: center;
}

.hp_why::after {
    content: "";
    position: absolute;
        right: 3vw;
    top: 30vw;
    width: 210px;
    height: 224px;
    background-image: url('https://cdn1.npcdn.net/images/ELEMENT_z1kvag_1750749310.png?md5id=0ad4995acabe081da73ef9481ab5d170&new_width=261&new_height=248&type=4');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
    animation: swayLeaf3 5s linear infinite;
    transform-origin: center;
}

@keyframes swayLeaf3 {
    0% {
        transform: translateX(0) translateY(-500px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    25% {
        transform: translateX(-10px) translateY(-50px) rotate(15deg);
    }
    50% {
        transform: translateX(20px) translateY(50px) rotate(-15deg);
    }
    75% {
        transform: translateX(-15px) translateY(150px) rotate(10deg);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(0px) translateY(250px) rotate(0deg);
        opacity: 0;
    }
}

.hp_why .title_big, .hp_why .title_small{
    color:#fff;
}

.why_box{
    padding:20px;
    margin-top:30px;
}

.why_box h3{
    color:#fff;
    font-size:20px;
    font-weight:600;
    border-bottom:1px solid #71bf44;
    padding-bottom:10px;
}

.why_box p{
    color:#cccccc;
    font-size:14px;
    line-height:1.2;
    font-weight:400;
    margin-bottom:0;
}

@media (max-width:767.5px) {
    .hp_why::before {
    width: 120px;
}

.hp_why::after {
    width: 120px;
}
}


/*hp_news*/
#main_index .index_wrapper_6{
    background:#f0f9eb;
}

.hp_news{
    padding-top:5rem;
    padding-bottom:2rem;
}

#main_index .hp_latest_new_8{
    max-width:80%;
    margin:0 auto 5rem auto;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 10px 0;
}

#main_index .hp_latest_new_8 .news_box{
    background: #fff;
    padding: 15px;
    transition: linear .3s;
}

#main_index .hp_latest_new_8 .news_box:hover{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.hp_latest_new_8 .news_box .title{
    margin-top:1rem;
}

.hp_latest_new_8 .news_box .read_more {
    /*border-bottom: 1px solid #efbe36;*/
    /*width: max-content;*/
}

/*hp_contact*/
.hp_contact{
    padding-top:5rem;
}

.contact_title .title_small::after{
    content:'';
    display: inline-block;
    background:#71bf44;
    height:1px;
    width:50px;
    margin-left: 10px;
}

/*hp_gallery*/
.hp_photoGallerySlider_type4 .flix-parents {
    padding-bottom: 0 !important;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 0;
}

.hp_photoGallerySlider_type3 .container {
    /*max-width: 100%;*/
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
}

/*product page*/
#main_showproducts{
    padding-top:30px;
}

@media screen and (max-width: 1200px) {
    .navbar_type8 .logo {
      margin-left: 15px;
    }
    
    .navbar_type8 .nav_tab{
        padding-right:15px;
    }
    
    /*banner slider*/
    .slider_banner .banner_content .b_content h2 {
      font-size: 45px;
    }
    
    /*homepage*/
    .title_big{
        font-size: 30px;
    }

    /*hp_about*/
    .about_imgGroup {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    /*.about_img {*/
    /*    margin: .5rem;*/
    /*}*/
    
}

@media only screen and (max-width: 992px) {
    .slider_banner{
        margin-top:0;
    }
    
    .slider_banner .slick-prev::before,
    .slider_banner .slick-next::before {
        width:25px;
        height:25px;
    }
    
    .slider_banner .banner_content .b_content h2 {
      font-size: 30px;
    }
    
    .slider_banner .banner_content .b_content h3{
        font-size:12px;
    }
    
    /*footer*/
    .footer_type6 .container .col-md-3,
    .footer_type6 .container .col-md-3:first-child,
    .footer_type6 .container .col-md-3:nth-child(2),
    .footer_type6 .container .col-md-3:nth-child(3){
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .footer_type6 .title {
      min-height: max-content;
    }

    /*hp_about*/
    .about_content {
        column-count: 1;
        column-gap: 0;
    }
    
    .about_img {
        margin: 0;
        width: 50%;
    }
    
    /*hp_news*/
    #main_index .index_wrapper_7 #index_7_2,
    #main_index .index_wrapper_7 #index_7_3{
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    
}

@media only screen and (max-width: 768px) {
    .slider_banner .banner_content .b_content {
      width: 80% !important;
    }

    .slider_banner .banner_content .b_content h2 {
      font-size: 30px;
    }
    
    .slider_banner .banner_content .b_content p {
      font-size: 12px;
      margin-bottom: 0;
    }
    
    .box_mt {
      margin-top: 0;
    }
    .products_box {
      margin-bottom:20px;
    }
    
    .why_box {
      margin-top: 0;
    }
    .index_wrapper_2 .item.slick-slide > img{
        height: 400px!important;
    object-fit: cover;

    }
        
}

@media only screen and (max-width: 480px) {
    .slider_banner .banner_content .b_content h2 {
      font-size: 22px;
    }
    
    .slider_banner .slick-prev {
      left: 0;
    }
    
    .slider_banner .slick-next {
      right: 0;
    }
    
    .title_big {
      font-size: 25px;
    }
    
    .title_small {
        font-size: 12px;
    }
    
    .btn_more {
      font-size: .7rem;
      margin-top: 10px;
      padding: 8px 25px;
    }
    
    .about_img {
      width: 100%;
    }
    
    .products_content {
      margin: 10px 0 35px 0;
    }
    
    .why_box h3 {
      font-size: 16px;
    }
    
    .hp_latest_new_8 {
      max-width: 100%;
    }
    
    #main_index .hp_latest_new_8 {
      max-width: 95%;
    }
}