@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
/*font-family: 'Libre Baskerville', serif;*/

body{
    font-family: 'Poppins', sans-serif;
}
.latest_new_type4 .news_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .5s ease;
}
.form-control {
    height: 36px;
    padding: 6px 12px;
}

/*Nav Bar*/
/*.navbar_type8 {*/
/*    background-image:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0));*/
/*}*/
.service_category .service_box{
    height:auto;
    padding-top:unset;
    aspect-ratio: 1;
}
.service_category .service_box span{
    background-color:unset;
    background:linear-gradient(to top, rgba(0,0,0,0.5),transparent);
}
.service{
    border: 2px solid #666;
}
.service img,
.legal img{
    transition: all ease-in-out 0.35s;
}
.legal{
    overflow: hidden;
}
.service:hover img,
.legal:hover img{
    transform: scale(1.1);
}
.servicesWrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    max-width: 1150px;
    margin: 0 auto;
}

.dark_nav {
    background-color: #533e24 !important;
    animation: .5s fadeInDown;
     /*height: 90px;*/
}

#main_index .navbar_type8 .logo img {
        position: absolute;
    left: 0;
    width: 210px;
    height: auto;
    object-fit: contain;
    top: 25px;
    padding: 0;
}
.navbar_type8 .logo img {
        position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0px;
    padding: 0;
}
#main_index .navbar_type8.dark_nav .logo {
    margin-left: 0;
}
.navbar_type8 .logo {
    flex: 0 1 20%;
    overflow: unset;
    position: relative;
        margin-left: 6vw;
}
/*.dark_nav .logo img {*/
/*    animation: 1s flip;*/
/*}*/
#main_index .navbar_type8.dark_nav .logo img{
        position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0px;
    padding: 0;
}
#main_index .navbar_type8.dark_nav .nav_tab .nav_item a{
    color: #fff;
}

#main_index .navbar_type8 .nav_tab .nav_item a {
        color: #533e24;
    font-size: 1.18vw;
    padding: 15px 1vw;
    line-height: 1.2rem;
    text-transform: uppercase;
    transition: .3s linear;
    font-weight: 800;
}
.navbar_type8 .nav_tab .nav_item a {
        color: #fff;
        font-size: 1.18vw;
    padding: 15px 1.35vw;
    line-height: 1.2rem;
    text-transform: uppercase;
    transition: .3s linear;
    font-weight: 800;
}
#main_index .navbar_type8 {
    background-color: transparent;
    height: 80px;
}
.navbar_type8 {
    background-color: #533e24;
    height: 90px;
}
.navbar_type8 .nav_tab .dropdown a:focus, .navbar_type8 .nav_tab .dropdown a:hover {
    color: #907a68;;
}

.navbar_type8 .nav_tab .nav_item::before {
    border:0px !important;
}

.navbar_type8 .nav_tab .active {
    font-weight: 700;
    position: relative;
    color: #c9b8a8 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(255,255,255,0.9);
}

/*Footer*/
.footer_type7 {
    background-color: #f8f3ef;
    color: #666;
    /*padding-top: 100px !important;*/
    /*padding-bottom: 1rem;*/
}

.footer_type7 a {
    color: #666;
    text-decoration: none;
}

/*.footer_type6 .title h6{*/
/*    font-size: .9rem;*/
/*    line-height: 1.2rem;*/
/*    letter-spacing: 2px;*/
/*    color: #8c7a68;*/
/*    text-transform: uppercase;*/
/*    margin-bottom:10px;*/
/*}*/

/*.footer_type6 .input-container input, .footer_type6 .input-container label {*/
/*    width: 100%;*/
/*    height: 2.5rem;*/
/*    color: #666;*/
/*    background: #f1eae4;*/
/*    padding-left: 10px;*/
/*}*/

/*.footer_type6 .input-container .submit {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: inherit;*/
/*    background-color: #907a68;*/
/*    border: none;*/
/*    color: #fff;*/
/*    z-index: 10;*/
/*    padding: 9px 15px;*/
/*    top: 0;*/
/*}*/

.footer_type7 .logo {
    min-height: 80px;
}

.footer_type7 .logo img{
    max-height:80px;
}

/*Banner*/
.slider_banner{
    margin-top:-120px;
}

.slider_banner .slick-prev::before,
.slider_banner .slick-next::before {
    width:30px;
    height:30px;
}

.bannerGroup {
    height:100%;
}

.bannerContent {
    position: relative;
    width: 100%;
    display: flex;
    top: 0%;
    left: 0%;
    overflow:hidden;
    text-align:center;
}

.bannerCenterImg{
    margin-left: 0;
    width: 50%;
    padding-top: 14%;
}

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

.small_title{
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    color: #8c7a68;
    text-transform: uppercase;
    margin-bottom:10px;
}

.big_title{
    font-size: 2rem;
    line-height: 2.2rem;
    color: #333;
    font-family: 'Libre Baskerville', serif;
    margin-bottom:15px;
}

.content_text{
    font-size: .85rem;
    line-height: 1.6rem;
    color: #666;
}

/*hp_category*/
#main_index .index_wrapper_3{
    padding-top:100px;
    padding-bottom:200px;
    background:#fff;
}

.product_cat-8{
    max-width:75%;
}

.product_cat-8 .side_background {
    background-image: url("https://cdn1.npcdn.net/userfiles/23411/image/img3.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.product_cat-8  .col-lg-4 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin:5px;
}

.product_cat-8  .col-lg-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.product_cat-8 .cat_box .content .content_box p{
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    color: #8c7a68;
    text-transform: uppercase;
}

/*hp_about*/
.hp_about{
    padding-bottom:100px;
    background:#E5E3DF;
    padding-left:7.5%;
    padding-right:7.5%;
}

.about_content{
    padding: 10% 12% 5% 12%;
    bottom: 0;
    position: absolute;
}

.imgx1{
    position:relative;
    z-index:2;
    margin-top:-100px;
}

/*hp_product*/
.hp_product{
    padding-top:100px;
    background:#fff;
    padding-left:7.5%;
    padding-right:7.5%;
}

.productSlider-3{
    width: 85%;
    margin: 0 auto;
}

.productSlider-3 .product_img .product_box {
    padding: 10px;
    margin: 10px;
}

.productSlider-3 .product_img .product_box .product_img_frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
}

.productSlider-3 .product_img .product_box .content h6{
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 1px;
    color: #8c7a68;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*hp_hello*/
#main_index .index_wrapper_6{
    padding-top: 30px;
    padding-bottom:100px;
}

#main_index .index_wrapper_6 .page_title b{
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #333;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 15px;
    padding-left:.5rem;
}

.imgx2{
    padding: 0 10% 0 0 !important;
}

#main_index .btn-primary {
    background-color: #c0a48f !important;
    border-color: #c0a48f !important;
    padding: 8px 40px !important;
    border-radius: 0 !important;
    color: #fff;
}
#main_index .btn-primary:hover {
    color: #c0a48f !important;
    background-color: #fff !important;
    border-color: #c0a48f !important;
    padding: 8px 40px !important;
    border-radius: 0 !important;
}
#main_index .btn-primary i{
    display: none;
}
/*homepage contact form*/
#main_index .ws_contact .contact_map,
#main_index .ws_contact .page_title,
#main_index .ws_contact #v-pills-tabContent{
    display:none;
}
#main_index  .form-group.float-label-control{
    display: none;
}

#main_index .col-md-4.ws_contact{
    margin-bottom: 10px;
    -ms-flex: 0 !important;
    flex: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
}

#main_index .ws_contact .col-12 .flex-md-row-reverse .col-md-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

#main_index .ws_contact .contact_form{
    max-width:80%;
    margin-right:auto;
    margin-left:5%;
}

#main_index .ws_contact .contact_form label{
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    color: #8c7a68;
    text-transform: uppercase;
}

#main_index .ws_contact .contact_form .float-label-control:nth-child(4){
    display:none;
}

#main_index .ws_contact button{
    line-height: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 0px !important;
}

/*subscribe*/
.subscribe_new {
    padding: 3% 12%;
}

.subscribe_new h6{
    font-size: 2rem !important;
    line-height: 2.2rem;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 15px;
    padding-left:0rem;
}

.subscribe_new label{
    font-size: .85rem;
}

.subscribe_new #subscribeEmail{
    border-radius: 0;
    background-color: #fff;
    border: none;
    border: 1px solid white;
    color: #666;
    caret-color: #999;
    padding-right: 100px;
    margin-top: 30px !important;
}

.subscribe_new .search{
    background-color: #606060;
    color: #fff;
    border: 2px solid #606060;
    margin-top: 30px !important;
    top:0px !important;
    height: 36px;
}
#main_index .navbar_type8 .nav_tab {
    flex: 0 1 80%;
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 45px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.navbar_type8 .nav_tab {
    margin-top: 0;
}
#main_index .navbar_type8.dark_nav .nav_tab {
    margin-top:0px;
}

.subscribe_new .search:hover {
    background-color: #f1eae4;
    color: #907a68;
    border: 2px solid #f1eae4;
}
.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}
.navbar_mobile{
    background: #533e24;
}

.bigTitle{
    font-size: 35px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
    text-transform: capitalize;
    color: #755d51;
}
.aboutWrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
}
.aboutRight{
        display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 6%;
}
.unifyContent {
    font-size: 16px;
    line-height: 1.8;
    color: #6f777f;
    font-weight: 500;
}
.smallTitle.bigTitle{
    font-size: 21px;
}
#about{
    position: relative;
    padding-bottom: 5rem;
}
#about:after{
    content: "";
    bottom: 0;
    left: 0;
    height: 92%;
width: 100%;
background: #f8f3ef;
z-index: -1;
    position: absolute;
}
.legal{
    margin: 10px;
}
.index_wrapper_5 .slick-prev::before,
.index_wrapper_5 .slick-next::before {
    text-shadow: unset;
}
.index_wrapper_5 .slick-next:before,
.index_wrapper_5 .slick-prev:before {
    font-size: 20px;
    opacity: 1;
    color: #000;
}
.index_wrapper_5 .slick-next {
    right: -25px;
}
.index_wrapper_5 .slick-prev {
    left: -25px;
}
.index_wrapper_5 .slick-arrow {
    z-index: 10;
}
.titleImg{
        max-width: 200px;
    margin: 0 auto 2rem;
}
#legal{
    padding-top: 80px;
    padding-bottom: 80px;
}
.button a{
    display: inline-block;
    padding: 8px 40px;
    border: 1px solid #c0a48f;
    background: #c0a48f;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.35s;
    margin-top: 2rem;
}
.button a:hover{
    background: #fff;
    color: #c0a48f;
    
}
#contact{
    background-color: #533e24 ;

}
.contactWrapper{
    display: flex;
    gap: 25px;
    align-items: center;
    color: #fff;
        padding: 2rem 0;
        justify-content: center;
}
.contactIcon{
    max-width: 50px;
}
.contactWrapper .button a{
    margin-top: 0;
}
.contactTitle{
    font-size: 25px;
}
@media screen and (min-width:992px){
    #top_spacing{
        height: 100px !important;
    }
}

@media screen and (max-width:1200px){
    .navbar_type8 .logo img {
    width: 150px;
}
.navbar_type8.dark_nav .logo img {
    padding: 5px;
}
.navbar_type8.dark_nav .logo {
    margin-left: 45px;
}
}

@media all and (max-width: 992.59px){
    .aboutWrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
    .servicesWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 1150px;
    margin: 0 auto;
}
    
    /*Nav Bar*/
    .side_menu {
        background-color: #907a68;
        color: #fff;
    }
    
    .side_menu input {
        background-color: rgba(255, 255, 255, 0.5);
        color: #666;
        width: 100%;
        border: 0px;
    }
    
    .side_menu .list-group .list-group-item a {
        color: #fff;
    }
    
    .navbar_mobile .btn-outline-light:hover {
        border-color: #8C7A68;
        color: #8C7A68;
    }
    
    /*Banner*/
    .slider_banner {
        margin-top: 0;
    }
    
    .bannerCenterImg {
        margin-left: 0;
        width: 58%;
        padding-top: 15%;
    }

    .slider_banner .slick-slide img {
        width: 100% !important;
        height: 70vh !important;
        object-position: left;
        object-fit: cover;
    }
    
    .slider_banner .slick-slide .bannerCenterImg img{
        width:100% !important;
        height:auto !important;
    }
    
    /*Homepage*/
    .small_title {
        font-size: .8rem;
        line-height: 1.2rem;
        }
    
    .big_title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    
    /*hp_category*/
    #main_index .index_wrapper_3{
        padding-top: 100px;
        padding-bottom: 100px;
        background: #fff;
    }

    .cat-title {
        position: absolute;
        top: 0;
        width: 100%;
        font-size: 1rem;
        line-height: 1.2rem;
    }
    
    .product_cat-8  .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin:5px 10px;
    }
    
    .product_cat-8  .col-lg-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
        
    /*hp_about*/
    .hp_about {
        padding-left: 8%;
        padding-right: 8%;
    }
    
    .imgx1{
        margin-top:-35px;
    }
    
    .hp_about {
        padding-bottom: 80px;
    }

    .about_content {
        padding: 10% 0;
        bottom: 0;
        position: relative;
    }
    
    /*hp_product*/
    .productSlider-3 {
        width: 100%;
        margin: 0 auto;
    }

    .productSlider-3 .product_img .product_box .content h6{
        font-size: .8rem;
    }
    
    /*hp_hello*/
    
    #main_index #index_6_2,
    #main_index #index_6_3{
      -ms-flex: 0 0 50%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    
    #main_index .index_wrapper_6 .page_title{
        text-align: center !important;
    }
    
    #main_index .index_wrapper_6 .page_title b {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    
    .ex_customForm {
        width: 80%;
        margin: 0 auto;
    }
    
    .ex_customForm .form-group label {
        font-size: .8rem;
        letter-spacing: 2px;
    }
    
    /*subscribe*/
    .subscribe_new {
        padding: 12%;
    }
    
    .subscribe_new h6 {
        font-size: 1.4rem !important;
        line-height: 1.8rem;
    }

}

@media screen and (max-width:767.59px){
    #main_index .index_wrapper_3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
    #about {
    position: relative;
    padding-bottom: 80px;
}
    #main_index .index_wrapper_6 {
    padding-top: 0;
    padding-bottom: 50px;
}
/*    #main_index .index_wrapper_6 {*/
/*    padding-top: 30px;*/
/*    padding-bottom: 50px;*/
/*}*/
    .contactWrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
    justify-content: center;
    flex-direction: column;
}
    .imgx2 {
    padding: 0 !important;
}
    .footer_type7 .social_media {
    text-align: center;
}
.bigTitle {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
    text-transform: capitalize;
    color: #755d51;
}
.smallTitle.bigTitle {
    font-size: 18px;
}
}

@media all and (max-width: 450px){
    
    /*Banner*/
    .slider_banner .slick-slide img {
        width: 100% !important;
        height: 210px !important;
        /*object-position: 65% 50%;*/
        object-fit: cover;
    }
    
    .bannerCenterImg {
        margin-left: 0;
        width: 58%;
        padding-top: 30%;
    }
}