/*All*/
body{
    font-family: "Manrope";
}
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.breakspan{
    display:block;
}
.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:1rem;
    color:#000;
}
.title_all{
    font-family: "Figtree";
    font-size:35px;
    font-weight: 600;
    margin-bottom:1rem;
    line-height:1.3;
    color: #885500;
}
.subtitle_all{
    font-family: "Figtree";
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000;
}
.content_all{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
    color: #333;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
    object-fit:contain;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:1.5rem 0 0;
}
.button_all{
    border:1px solid #000;
    border-radius:0px;
    background-color:#fff;
    width:180px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    font-weight:400;
    text-align:center;
    color:#000;
    transition:0.25s all linear;
}
.button_all:hover{
    text-decoration: none;
    color:#000;
    transform:scale(0.98);
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}

@media screen and (max-width: 767.5px){
    .title_all{
        font-size:25px;
        font-weight: 600;
    }
}


/*category page*/
.category_list_type4 .category_box .img_frame img{
    /*object-fit: contain;*/
}

/*Product page*/
.product_list_5 .product_box .img_frame img{
    /*object-fit: contain;*/
    background-color:#fff;
}

/*tag page*/
.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

@media screen and (max-width:767.5px){
    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }
    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }
    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }
    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content: flex-start;
    }
    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }
    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }
    .product_list_horizontal .product_box .img_frame{
        padding-top:unset!important;
        height:auto;
        aspect-ratio: 1;
        border-radius: 5px;
    }
    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color: #333;
        font-size: 10px !important;
        font-weight: 500;
    }
}

/*photo page*/
.gallerycategory .img_frame img{
    object-fit: contain;
}
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}

/*news page*/
.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.latest_new_type4 .news_box .img_frame img{
    object-fit: contain;
}

#top_spacing{
    height:calc(40px + 100px)!important;
}

@media screen and (max-width:991.5px){
    #top_spacing{
        height:calc(0px + 80px)!important;
    }    
}

/*hp_top*/
.hp_top{
    position: fixed;
    z-index:500;
    display: flex;
    justify-content: center;
    align-items: center;
    height:40px;
    background-color:#006600;
    width: 100%;
    padding:0 9%;
}
.hp_top_icon{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 0.5rem;
}
.hp_top_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width:100%;
}
.hp_top_box ul{
    margin: 0;
    padding: 0 0 0 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
}
.hp_top_box ul i{
    color:#fff;
    margin-right: 0.5rem;
}
.hp_top_box ul li{
    display: none;
}
.hp_top_box ul li:nth-child(2){
    display: flex;
}
.hp_top_box ul li a{
    font-size:1vw;
    font-weight:600;
    color:#fff;
}

/*navbar*/
.navbar_type8{
    height:100px;
    margin-top:40px;
}
.navbar_type8 .logo{
    margin-left:9%;
}
.navbar_type8 .logo img{
    width: 9vw;
    padding: 0;
    transform: scale(1);
}
.navbar_type8 .nav_tab{
    padding-right: 9%;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size: .95vw;
    font-weight: 600;
    padding: 15px .85vw;
    color:#000;
    text-transform: capitalize;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color:#006600;
}
.navbar_type8 .nav_tab .nav_item::before{
    display: none;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.dark_nav{
    background-color:#fff!important;
}

.navbar_mobile .logo_img{
    transform:scale(1.2);
}
.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light:hover{
    border-color: #000;
    color: #000;
}
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color: #000;
    background-color: transparent;
    border-color: #000;
}



/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
    position: relative;
    left: 8%;
    top: 0;
    transform: translate(0, 0%);
    width: calc(100% - 8%);
}
.hp_banner_box{
    position: relative;
    left: 0%;
    top: 70%;
    transform: translate(0, -50%);
    width: calc(100% - 0%);  
    overflow:hidden;
}
.hp_banner_title{
    font-family: "Figtree";
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom:1vw;
    color: #885500;
}
.hp_banner_content{
    font-size:1vw;
    font-weight:400;
    line-height:1.5;
    margin-bottom:1vw;
    color:#000;
}
.hp_banner .hp_banner_image{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 58% !important;
}
.hp_banner_imagebox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 23%;
    margin-top: 4.3vw;
}
.hp_banner_imagebox img{
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    transform:scale(0.95) translate(-0.5rem,0);
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:4%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 135px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #000;
    transition:0.25s all linear;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}

.slider_banner_bullet .slick-dots {
    position: absolute;
    bottom: 0;
    width: 10%;
    top: 6.5vw;
    left: 3%;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.slider_banner_bullet .slick-dots li{
    width: 0px;
    height: 95px;
    margin:0;
}
.slider_banner_bullet .slick-dots li button{
    position: relative;
    color:#000;
}
.slider_banner_bullet .slick-dots li button::before{
    color:#000;
}
.slider_banner_bullet .slick-dots li button::after{
    background-color:#000;
    height: 64px;
    width: 1px;
    right: 0;
    left: 10px;
    top: 24px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, 0);
}

.slider_banner_bullet .slick-dots li.slick-active button{
    color:#006600;
}
.slider_banner_bullet .slick-dots li.slick-active button::before{
    color:#006600;
}
.slider_banner_bullet .slick-dots li.slick-active button::after{
    background-color:#006600;
}

.hp_banner_content.janimate{
    animation-delay: 0.25s;
}
.hp_banner_imagebox.janimate{
    animation-delay: 0.5s;
}

@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .hp_banner_content{
        font-size:1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:140vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        left: 3%;
        width: calc(100% - 3%);
    }
    .hp_banner_box{
        top:59%;
    }
    .hp_banner_title{
        font-size: 8vw;
    }
    .hp_banner_subtitle{
        font-size:4vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
    .hp_banner_imagebox{
        width:48%;
    }
    .hp_banner .hp_banner_image{
        top: 81vw;
        width: 75% !important;
    }
}

.slider_banner_bullet .slick-prev{
    background-image:url("https://cdn1.npcdn.net/images/a_arrow_left_d12c9f_1776733271.png?md5id=09ce3c5fe952c1b21211e3f0ae3bb757&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    top: 40vw;
    left: 9vw;
    right: unset;
    width: 3vw;
    height: 3vw;
    z-index:1;
}

.slider_banner_bullet .slick-next{
    background-image:url("https://cdn1.npcdn.net/images/a_arrow_right_jzdowt_1776733271.png?md5id=09ce3c5fe952c1b21211e3f0ae3bb757&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    top: 40vw;
    left: 13vw;
    right: unset;
    width: 3vw;
    height: 3vw;
    z-index:1;
}
.slider_banner_bullet .slick-prev:before{
    display: none;
}
.slider_banner_bullet .slick-next:before{
    display: none;

}

@media screen and (max-width: 767.5px){
    .slider_banner_bullet .slick-prev{
        top: 130vw;
        left: 16vw;
        width: 9vw;
        height: 9vw;
    }
    .slider_banner_bullet .slick-next{
        top: 130vw;
        left: 29vw;
        width: 9vw;
        height: 9vw;
    }
    .slider_banner_bullet .slick-dots li{
        height: 53px;
    }
    .slider_banner_bullet .slick-dots{
        transform: scale(0.8);
        top: 74.5vw;
        left: 17%;
    }
    .slider_banner_bullet .slick-dots li button::after{
        height:25px;
    }
}

/*hp_about*/
.hp_about{
    padding:90px 9% 90px 0;
}
.hp_about .col-lg-6:first-child{
    padding-left:0;
}
.hp_about .col-lg-6:last-child{
    padding-left:calc(1rem + 3%);
}
.hp_about .row{
    align-items: center;
}
.hp_about .content_all{
    line-height: 1.8;
}
.hp_about img{
    transition:0.25s all linear;
}
.hp_about img:hover{
    transform:scale(1.025) translate(0.25rem,0);
}
.hp_about_grid{
    display: grid;
    grid-template-columns: 27.33% 35.33% 27.33%;
    column-gap: 0px;
    row-gap: 0px;
    width: 100%;
    margin-top: 2rem;
}
.hp_about_grid h3{
    font-family: "Figtree";
    font-size: 1vw;
    font-weight: 600;
    color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.hp_about_gridbox{
    position: relative;
}
.hp_about_gridbox:before{
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    height:100%;
    right:0;
    width:1px;
    background-color:#999;
}
.hp_about_gridbox:last-child:before{
    background-color:transparent;
}
.hp_about_grid h3 span:first-child{
    font-size: 3.5vw;
    color: #006600;
    line-height: 1;
    margin-bottom:0.5rem;
}

@media screen and (max-width: 110.5px){
    .hp_about .title_all br{
        display: none;
    }
}
@media screen and (max-width: 991.5px){
    .hp_about .title_all br{
        display: block;
    }
    .hp_about img{
        width:60%;
        margin-bottom:2rem;
        margin-left: 0;
    }
    .hp_about_grid h3{
        font-size:14px;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about{
       padding:60px 0 10px; 
       margin-top: -52px;
    }
    .alter_about{
        transform:translate(10px,0);
    }
    .hp_about .title_all{
        text-align: center;
    }
    .hp_about .content_all{
        text-align: center;
    }
    .hp_about .title_all br{
        display: none;
    }
    .hp_about img{
        width:100%;
    }
    .hp_about .col-lg-6:last-child{
        padding-left:1rem;
    }
    .hp_about_grid{
        grid-template-columns: 1fr;
        margin-top:8px;
    }
    .hp_about_gridbox {
        margin: 1.5rem 0;
    }
    .hp_about_gridbox:before {
        background-color: rgba(0,0,0,0.1);
        bottom: -23px;
        margin: 0 auto;
        left: 0;
        width: 100%;
        height: 1px;
        top: unset;
    }
    .hp_about_grid h3{
        font-size:18px;
    }
    .hp_about_grid h3 span:first-child{
        font-size:55px;
    }
}

/*hp_ser*/
.hp_ser{
    padding:90px 9%;
    position: relative;
}
.hp_ser .title_all{
    width:65%;
}
.hp_ser .title_all br{
    display: none;
}
.hp_ser:before{
    position: absolute;
    content:"";
    background-image:url("https://cdn1.npcdn.net/images/c_img_z4qxnw_1776733270.png?md5id=09ce3c5fe952c1b21211e3f0ae3bb757&type=4");
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.hp_ser .container-fluid{
    width: 60%;
    margin-left: 0;
}
.hp_ser_icon{
    width: 57px;
    height: 57px;
    object-fit: contain;
    margin: 0 0 1rem auto;
    display: flex;
}
.hp_ser_box{
    background-color: #f2f2f2;
    margin: 1rem 0;
    padding: 1.5rem;
    transition:0.25s all linear;
}
.hp_ser_box:hover{
    transform:scale(0.98);
    box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}
.hp_ser_box:hover .hp_ser_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 767.5px){
    .hp_ser{
        overflow:hidden;
        padding:60px 0;
    }
    .hp_ser .title_all{
        color:#fff;
        width:100%;
        text-align: center;
    }
    .hp_ser .container-fluid{
        width:100%;
    }
    .hp_ser:before{
        width: 100%;
        filter: blur(3px);
    }
    .hp_ser_box{
        margin:0.5rem 0;
    }
    .hp_ser_box .subtitle_all,
    .hp_ser_box p{
        text-align: center;
    }
}


/*hp_pro*/
.index_wrapper_5{
    padding:90px 1% 0;
}
.hp_pro .title_all{
    margin-bottom:2rem;
}
.product_cat-10 .wrapper_product_category .product_img{
    padding-top:unset;
    aspect-ratio: 3/4;
    border-radius: 0px;
}
.product_cat-10 .wrapper_product_category .product_img img{
    object-fit: cover;
}
.product_cat-10 .wrapper_product_category h3{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.product_cat-10 .wrapper_product_category a .mt-3:last-child{
    display: none;
}

.product_cat-10 .col-12.col-md-3.col-lg-3{
    padding:0 0.5rem;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_5{
        padding:60px 0 0;
    }
    .hp_pro .title_all{
        margin-bottom:1rem;
    }
    .product_cat-10 .col-12.col-md-3.col-lg-3{
        padding:0 0.5rem;
    }
    .product_cat-10 .wrapper_product_category{
        margin-bottom:1.5rem;
    }
    .product_cat-10 .wrapper_product_category h3{
        font-size:18px;
        font-weight:600;
    }
}

/*hp_brand*/
.hp_brand{
    padding:90px 9% 0;
}
.hp_brand_box{
    display: flex;
    align-items: center;
}
.hp_brand_box img{
    padding: 7.5px;
    aspect-ratio: 2 / 1;
}

@media screen and (max-width: 767.5px){
    .hp_brand{
        padding:60px 0 0;
    }
}

/*hp_photo*/
.index_wrapper_7{
    padding:90px 0% 0;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_7{
        padding:60px 0 0;
    }
}

/*templated - Photoalbum*/
#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    margin-top: 30px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

#main_index .hp_photoGallerpySliderWithTitle .photo-gallery .slick-slide {
    padding: 0px 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 0 7.5px;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p{
    margin-top:0.5rem;
    font-weight:600;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-current.slick-center .outline_box {
    transform: scaleY(1);
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    border-radius: 0px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
    z-index: 1;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.1), transparent);
    width: 100px;
    left: -16px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
    z-index: 1;
    height: 100%;
    background: linear-gradient(to left, rgba(0,0,0,0.1), transparent);
    width: 100px;
    right: -16px;
}
.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
    display: none;
} 
.hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
    display: none;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
    display: none!important;
}


@media (max-width: 991.5px) {
    .hp_photoGallerySliderWithTitle  .container-fluid .row .col-12 > .container{
        max-width:100%;
    }    
}
@media (max-width: 767.5px) {
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
        left:-20px;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
        right:-12px;
    }
}

/*hp_google*/
.index_wrapper_8{
    padding:90px 9% 0;
    min-height:300px;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_8{
        padding:60px 0 0;
        min-height:200px;
    }
}

/*hp_value*/
.hp_value{
    padding:90px 9%;
}

@media screen and (max-width: 767.5px){
    .hp_value{
        padding:60px 0;
    }
}

.imageMarquee {
    height: 9vw;
    background-image: url("https://cdn1.npcdn.net/images/g_client_rbnus4_1776733275.png?md5id=09ce3c5fe952c1b21211e3f0ae3bb757&type=4");
    background-size:cover;
    animation: imageMovement 100s linear infinite;
}

@keyframes imageMovement {
    100% {
        background-position-x: -7000px;
    }
}
@media screen and (max-width: 767.5px){
    .imageMarquee {
        height:25vw;
    }
}

/*footer*/
.footer_type6{
    background-color: #006600;
}
.footer_type6 .logo{
    min-height:90px;
}
.footer_type6 .logo img{
    max-height:90px;
}
.footer_type6 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type6 .privacy_policy:hover,
.footer_type6 .mb-1{
    color:#fff!important;
}
.footer_type6 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type6 .social_media a:hover .icon_s i {
    color: #fff;
}
.footer_langbar_item{
    color:#fff!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}
