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

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

#main_index a:hover {
    text-decoration: none;
}

body > br {
    display: none;
}


@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}




/*navigation bar*/
.navbar_type8 {
    height: 130px;
    background-color: #fdf9f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
}


#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 25%;
}

.navbar_type8 .nav_tab {
    padding-right: 0;
    flex: 0 1 75%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px 0;
    object-position: left;
    transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    font-size: 1.2vw;
    padding: 15px 1.4vw;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 4px solid #000;
}

.navbar_mobile {
    background-color: #000;
}

.navbar_mobile .row_1 {
    padding-top: 0 !important;
}

.navbar_mobile .logo_img {
    max-height: 80px;
}

@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}


/**/

.hp-title {
    color: #000;
    font-size: 33px;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
}

.hp-content {
    color: #4d4d4d;
    font-size: 17px;
    line-height: 1.8;
}

.hp-button a {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #000;
    padding: 12px 7rem 12px 1.5rem;
    font-weight: 600;
    /*border-radius: 500px;*/
    overflow: hidden;
    z-index: 1;
    border: 1px solid #000;
    font-size: 16px;
    font-family: "Libre Baskerville", serif;
}

.hp-button a::before {
    content: ">";
    position: absolute;
    top: 50%;
    right: 20px;
    /*width: 20px;*/
    /*height: 20px;*/
    /*background: url("https://cdn1.npcdn.net/images/b_arrow_cibe0a_1772675940.png?md5id=660b8ee3ee61ba666dd389fa64766b2d&type=4") center/contain no-repeat;*/
    transform: translateY(-50%);
    z-index: 0;
    transition: 0.3s ease;
}

/* Hover */
.hp-button a:hover {
    /*padding-right: 3.5rem;*/
    background-color: #ffc81a;
    border: 1px solid #ffc81a;
    color: #000;
}

.hp-button a:hover::before {
    right: 25px;
}

.delay1 {
    animation-delay: .2s;
}

.delay2 {
    animation-delay: .4s;
}

@media (max-width: 1200.5px) {
    .hp-button a {
        padding: 12px 5rem 12px 1.5rem;
    }
}

@media (max-width: 991.5px) {
    .hp-button a {
        font-size: 14px;
    }
}

@media (max-width: 767.5px) {
    
}


/**/

.slider_banner .banner_content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.hp-banner-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hp-banner-title {
    color: #000;
    font-size: 23px;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
}

.hp-banner-big {
    font-size: 50px;
    font-weight: 700;
    display: block;
    margin: .5rem 0 .5rem;
}

.hp-banner-pic {
    width: 90%;
    margin: 0 auto;
}



@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
    .index_wrapper_2 .item>img{
    	min-height:60vw!important;
    	object-fit:cover;
    }
    
    .hp-banner-title {
        font-size: 16px;
    }
    
    .hp-banner-big {
        font-size: 40px;
    }
    
    
}

@media (max-width: 767.5px) {
    .index_wrapper_2 .item>img{
    	min-height:110vw!important;
    	object-fit:cover;
    }
    
    .hp-banner-pic {
        width: 100%;
    }
    
    .hp-banner-content {
        top: unset;
        bottom: 0%;
        transform: translate(-50%, -40%);
    }
}

@media (max-width: 455.5px) {
    .index_wrapper_2 .item>img{
    	min-height:140vw!important;
    	object-fit:cover;
    }
    
    .hp-banner-pic {
        width: 100%;
    }
    
    .hp-banner-content {
        top: unset;
        bottom: 0%;
        transform: translate(-50%, -40%);
    }
}


/**/

.hp-banner-scroll {
    position: relative;
    margin-top: -12.2rem;
}

.hp-scroll-icon {
    padding-right: 2rem;
    text-align: right;
}

.hp-scroll-icon img {
    width: 1.5%;
}

@keyframes scrollMove {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(12px); }
    100% { transform: translateY(0); }
}


@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-scroll-icon img {
        width: 3%;
    }
    
    .hp-scroll-icon {
        padding-right: 0rem;
    }
}

@media (max-width: 455.5px) {
    .hp-scroll-icon img {
        width: 5.5%;
    }
    
    .hp-scroll-icon {
        padding-right: 0rem;
    }
}


/**/

.hp-cat {
    padding: 7rem 8rem 1rem;
    background-color: #fdf9f0;
}

.hp-cat-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main_index .product_cat-11 {
    padding: 0 8rem 7rem;
    background-color: #fdf9f0;
}

#main_index .product_cat-11 .hp_product_cat_slider .card {
    box-shadow: unset;
    border-radius: 0;
    background-color: transparent;
    border: unset;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    transform: scale(1.1);
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title p:first-child {
    display: none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    color: #6d6d6d;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
    display: none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item::after {
    display: none;
}

#main_index .product_cat-11 .slick-arrow {
    z-index: 1;
    top: unset;
    bottom: -20%;
    display: inline-block;
}

#main_index .product_cat-11 .slick-arrow::before {
    color: #000;
    text-shadow: unset;
    font-weight: 400;
    font-size: 20px;
}

#main_index .product_cat-11 .slick-prev {
    left: 45%;
}

#main_index .product_cat-11 .slick-prev::before {
    content:"PREV";
    color: #000;
}

#main_index .product_cat-11 .slick-next {
    right: 49%;
}

#main_index .product_cat-11 .slick-next::before {
    content:"— NEXT";
    color: #000;
    white-space: nowrap;
}



@media (max-width: 1200.5px) {
    .hp-cat {
        padding: 5rem 1rem 1rem;
    }
    
    #main_index .product_cat-11 {
        padding: 0 1rem 5rem;
    }
    
    #main_index .product_cat-11 .slick-prev {
        left: 43%;
    }
}

@media (max-width: 991.5px) {
    .hp-cat-left {
        width: 70%;
    }
    
}

@media (max-width: 860.5px) {
    #main_index .product_cat-11 .slick-prev {
        left: 41%;
    }
}

@media (max-width: 767.5px) {
    .hp-cat-box {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hp-cat-left {
        margin-bottom: 1rem;
        width: 100%;
    }
    
    #main_index .product_cat-11 .slick-prev {
        left: 37%;
    }
    
    
    
    #main_index .product_cat-11 .slick-arrow {
        bottom: -10%;
    }
}

@media (max-width: 455.5px) {
    #main_index .product_cat-11 .slick-prev {
        left: 32%;
    }
}

@media (max-width: 410.5px) {
    #main_index .product_cat-11 .slick-prev {
        left: 27%;
    }
}



/**/

.hp-catalogue {
  padding: 7rem 8rem 5rem;
  
  background: linear-gradient(
    to right, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.1) 1px, 
    transparent 1px, 
    transparent calc(16.6667% - 1px), 
    rgba(0, 0, 0, 0.1) calc(16.6667% - 1px), 
    rgba(0, 0, 0, 0.1) 16.6667%, 
    transparent 16.6667%, 
    transparent calc(33.3333% - 1px), 
    rgba(0, 0, 0, 0.1) calc(33.3333% - 1px), 
    rgba(0, 0, 0, 0.1) 33.3333%, 
    transparent 33.3333%, 
    transparent calc(50% - 1px), 
    rgba(0, 0, 0, 0.1) calc(50% - 1px), 
    rgba(0, 0, 0, 0.1) 50%, 
    transparent 50%, 
    transparent calc(66.6667% - 1px), 
    rgba(0, 0, 0, 0.1) calc(66.6667% - 1px), 
    rgba(0, 0, 0, 0.1) 66.6667%, 
    transparent 66.6667%, 
    transparent calc(83.3333% - 1px), 
    rgba(0, 0, 0, 0.1) calc(83.3333% - 1px), 
    rgba(0, 0, 0, 0.1) 83.3333%, 
    transparent 83.3333%, 
    transparent calc(100% - 1px), 
    rgba(0, 0, 0, 0.1) calc(100% - 1px), 
    rgba(0, 0, 0, 0.1) 100%
);
}

.hp-catalogue-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.row.catalogue-row {
    display: flex;
    align-items: stretch;
}




.hp-catalogue-left,
.hp-catalogue-right {
    /*height: 100%;*/
}


.hp-catalogue-title {
    color: #fff;
    font-size: 22px;
    position: relative;
    
    color: #fff;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #000;
    /*border: 1px solid #fff;*/
    padding: 13px 7px;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.hp-catalogue-title span{
    border: 1px solid #fff;
    padding: 5px 30px;
}

.hp-catalogue-button a {
    background-color: #ffc81a;
    color: #000;
    padding: 5px 15px;
    margin-top: 4rem;
    text-transform: uppercase;
}

.hp-catalogue-button a:hover {
    background-color: #000;
    color: #fff;
}

.hp-catalogue-top .hp-catalogue-left {
    padding-bottom: 2rem;
}


.hp-catalogue-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 boxes per row */
    grid-template-rows: repeat(2, 1fr);    /* 2 rows */
    gap: 2rem;
    /*height: 100%;*/
}

.hp-catalogue-box {
    width: 100%;
    /*height: 100%;*/
    height: 32.8vh;
}

.hp-catalogue-box {
    /*display: block;*/
    /*padding: 40px;*/
    /*color: white;*/
    
    background-color: #000;
    /*height: 27.8vh;*/
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    position: relative;
    
    transition: ease .5s;
}


.hp-catalogue-box:hover {
    transform: scale(1.05);
}


.hp-catalogue-box::before {
    content: "";
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .55);
    transition: ease .5s;
}

.hp-catalogue-box:hover::before {
    background-color: rgba(0, 0, 0, .8);
}


.hp-catalogue-box.box-one {
    /*height: 60vh;*/
    flex: 1; /* fill full height */
    height: 70vh;
    
    background-image: url('https://cdn1.npcdn.net/images/c_pic_jg54dp_1774401903.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}

.hp-catalogue-box.box-two {
    background-image: url('https://cdn1.npcdn.net/images/c_pic_2_2jero3_1774401903.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}

.hp-catalogue-box.box-three {
    background-image: url('https://cdn1.npcdn.net/images/c_pic_3jpg_7hqp3x_1774405108.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}

.hp-catalogue-box.box-four {
    background-image: url('https://cdn1.npcdn.net/images/c_pic_4_n4p0jc_1774405108.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}

.hp-catalogue-box.box-five {
    background-image: url('https://cdn1.npcdn.net/images/c_pic_5_z35uas_1774401903.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}

.hp-catalogue-box.box-six {
    background-image: url('https://cdn1.npcdn.net/images/c_pic_6_1kqxs7_1774401903.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}

.hp-catalogue-box.box-seven {
    background-image: url('https://cdn1.npcdn.net/images/c_pic_7_k8pz62_1774401903.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}





.hp-catalogue-box-new {
    position: relative;
    overflow: hidden;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.hp-catalogue-box-new::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
    z-index: 0;
}



/* Zoom only image */
.hp-catalogue-box-new:hover::before {
    transform: scale(1.1);
}

/* Keep content above image */
.hp-catalogue-box-new * {
    position: relative;
    z-index: 1;
}




.hp-catalogue-box-new.box-new-one::before {
    background-image: url('https://cdn1.npcdn.net/images/NEW_CAT_1_8bixkt_1780473211.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}

.hp-catalogue-box-new.box-new-two::before {
    background-image: url('https://cdn1.npcdn.net/images/NEW_CAT_2_fiqhng_1780473211.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}

.hp-catalogue-box-new.box-new-three::before {
    background-image: url('https://cdn1.npcdn.net/images/NEW_CAT_3_rk2wgo_1780473211.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}

.hp-catalogue-box-new.box-new-four::before {
    background-image: url('https://cdn1.npcdn.net/images/NEW_CAT_4_bid3qn_1780473211.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}

.hp-catalogue-box-new.box-new-five::before {
    background-image: url('https://cdn1.npcdn.net/images/NEW_CAT_5_mszcqb_1780473211.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}

.hp-catalogue-box-new.box-new-six::before {
    background-image: url('https://cdn1.npcdn.net/images/NEW_CAT_6_prjkh6_1780473211.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
}



@media (max-width: 1200.5px) {
    .hp-catalogue {
        padding: 5rem 1rem;
    }
    
    .hp-catalogue-box {
        /*height: 33.25vh;*/
    }
    
    .hp-catalogue-title {
        /*font-size: 16px;*/
    }
}

@media (max-width: 991.5px) {
    .hp-catalogue-top .hp-catalogue-left {
        width: 70%;
    }
}

@media (max-width: 767.5px) {
    .hp-catalogue-top {
        flex-direction: column;
        align-items: flex-start;
        
        margin-bottom: 2rem;
    }
    
    .hp-catalogue-top .hp-catalogue-left {
        padding-bottom: 1rem;
        width: 100%;
    }
    
    .hp-catalogue-box.box-one {
        height: 40vh;
    }
    
    .hp-catalogue-box {
        height: 40vh;
    }
    
    .hp-catalogue-right {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 1rem;
    }
    
    .hp-catalogue-title {
        /*font-size: 20px;*/
    }
    
    .row.catalogue-row .hp-catalogue-left {
        margin-bottom: 1rem;
    }
}





/**/

.index_wrapper_5 {
    background: linear-gradient(
    to right, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.1) 1px, 
    transparent 1px, 
    transparent calc(16.6667% - 1px), 
    rgba(0, 0, 0, 0.1) calc(16.6667% - 1px), 
    rgba(0, 0, 0, 0.1) 16.6667%, 
    transparent 16.6667%, 
    transparent calc(33.3333% - 1px), 
    rgba(0, 0, 0, 0.1) calc(33.3333% - 1px), 
    rgba(0, 0, 0, 0.1) 33.3333%, 
    transparent 33.3333%, 
    transparent calc(50% - 1px), 
    rgba(0, 0, 0, 0.1) calc(50% - 1px), 
    rgba(0, 0, 0, 0.1) 50%, 
    transparent 50%, 
    transparent calc(66.6667% - 1px), 
    rgba(0, 0, 0, 0.1) calc(66.6667% - 1px), 
    rgba(0, 0, 0, 0.1) 66.6667%, 
    transparent 66.6667%, 
    transparent calc(83.3333% - 1px), 
    rgba(0, 0, 0, 0.1) calc(83.3333% - 1px), 
    rgba(0, 0, 0, 0.1) 83.3333%, 
    transparent 83.3333%, 
    transparent calc(100% - 1px), 
    rgba(0, 0, 0, 0.1) calc(100% - 1px), 
    rgba(0, 0, 0, 0.1) 100%
);
}

.hp-product {
    padding: 0rem 8rem 2rem;
}

.hp-product-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main_index .productSlider-1 {
    padding: 0rem 8rem 9rem;
}

#main_index .productSlider-1 .product_img .product_box .content p {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box .content {
    text-align: center!important;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 0 10px;
    border-radius: 0;
    box-shadow: unset;
    background-color: transparent;
    text-align: center;
}

#main_index .productSlider-1 .product_img .product_box {
  margin: 0;
  border: none;
  background-color: transparent;
}

#main_index .productSlider-1 .product_img .product_box h6 {
  color: #000;
  font-weight: 400 !important;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

#main_index .productSlider-1 .product_img .product_box h6 a {
    color: #000;
    background-color: #ffc81a;
    padding: 10px 2rem;
    font-size: 12px;
    text-transform: unset!important;
}

#main_index .productSlider-1 .product_img .product_box h6 a:hover {
    color: #fff;
    background-color: #000;
}


#main_index .productSlider-1 .slick-arrow {
    z-index: 1;
    top: unset;
    bottom: -10%;
    display: inline-block;
}

#main_index .productSlider-1 .slick-arrow::before {
    color: #000;
    text-shadow: unset;
    font-weight: 400;
    font-size: 20px;
}

#main_index .productSlider-1 .slick-prev {
    left: 46%;
}

#main_index .productSlider-1 .slick-prev::before {
    content:"PREV";
    color: #000;
}

#main_index .productSlider-1 .slick-next {
    right: 47%;
}

#main_index .productSlider-1 .slick-next::before {
    content:"— NEXT";
    color: #000;
    white-space: nowrap;
}




@media (max-width: 1200.5px) {
    .hp-product {
        padding: 0rem 1rem 2rem;
    }
    
    #main_index .productSlider-1 {
        padding: 0rem 1rem 8rem;
    }
    
    #main_index .productSlider-1 .slick-prev {
        left: 45%;
    }
    
    #main_index .productSlider-1 .slick-next {
        right: 46%;
    }
}

@media (max-width: 991.5px) {
    .hp-product-left {
        width: 70%;
    }
}

@media (max-width: 860.5px) {
    #main_index .productSlider-1 .slick-prev {
        left: 43%;
    }
    
    #main_index .productSlider-1 .slick-next {
        right: 45%;
    }
}

@media (max-width: 767.5px) {
    .hp-product-top {
        flex-direction: column;
        align-items: flex-start;
        
        /*margin-bottom: 2rem;*/
    }
    
    .hp-product-left {
        padding-bottom: 1rem;
        width: 100%;
    }
    
    #main_index .productSlider-1 .product_img .product_box h6 a {
        padding: 10px 4vw;
    }
    
    #main_index .productSlider-1 .slick-prev {
        left: 42%;
    }
    
    #main_index .productSlider-1 .slick-next {
        right: 43%;
    }
}

@media (max-width: 455.5px) {
    #main_index .productSlider-1 .slick-prev {
        left: 38%;
    }
    
    #main_index .productSlider-1 .slick-next {
        right: 40%;
    }
}

@media (max-width: 410.5px) {
    #main_index .productSlider-1 .slick-prev {
        left: 32%;
    }
    
    #main_index .productSlider-1 .slick-next {
        right: 40%;
    }
}



/**/

.hp-about {
    background-image: url('https://cdn1.npcdn.net/images/E_BG_n09opw_1774408747.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-top: 12px solid #ffc81a;
    
    position: relative;
}

.hp-about::before {
    content: "";
    position: absolute;
    left: 9%;
    top: 28%;
    width: 27%;
    height: 41%;
    background-image: url(https://cdn1.npcdn.net/images/E_PIC1_7qjtrv_1774407790.png?md5id=bea41c1b949ddb068513c07855282ed9&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    /*z-index: -1;*/
}


.hp-about-top-left {
    padding: 0 3rem 0 8rem;
}

.hp-about-top-right {
    padding-left: 4rem;
}

.hp-about-left {
    padding-left: 8rem;
    padding-right: 8rem;
    margin-top: -2rem;
}

.hp-about-right {
    padding: 0rem 9rem 0 0;
    margin-top: -2rem;
}




@media (max-width: 1200.5px) {
    .hp-about-left {
        padding-left: 1rem;
        padding-right: 0rem;
        margin-top: 2rem;
    }
    
    .hp-about-right {
        padding: 0rem 1rem 0 0;
        margin-top: 2rem;
    }
    
    .hp-about::before {
        top: 23%;
    }
}

@media (max-width: 991.5px) {
    .hp-about-top-left {
        padding: 0 1rem 0 1rem;
    }
    
    .hp-about-top-right {
        padding-left: 2rem;
    }
    
    .hp-about::before {
        left: 4%;
    }
}

@media (max-width: 767.5px) {
    .hp-about-top-left {
        padding: 0 0rem 0 1rem;
    }
    
    .hp-about-top-right {
        padding-left: 1rem;
    }
    
    .hp-about::before {
        width: 30%;
        height: 30%;
        top: 22%;
    }
    
    .hp-about-left {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 4rem;
    }
    
    .hp-about-right {
        padding: 0rem 1rem 0 1rem;
        margin-top: 1rem;
    }
    
}

@media (max-width: 455.5px) {
    .hp-about::before {
        width: 31%;
        height: 15%;
        top: 11%;
    }
}


/**/

.hp-google {
    padding: 7rem 8rem 2rem;
    background-color: #fdf9f0;
}


.hp-google-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



@media (max-width: 1200.5px) {
    .hp-google {
        padding: 5rem 1rem 2rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-google-content {
        flex-direction: column;
        align-items: flex-start;
        
        /*margin-bottom: 2rem;*/
    }
    
    .hp-google-content .hp-title {
        padding-bottom: 1rem;
    }
    
    
}



/**/

.hp-news {
    padding-right: 10vw;
}

.hp-news p {
    font-size: 14px;
    margin-top: 1rem;
}

#main_index .index_wrapper_8 {
    padding: 7rem 8rem 4rem;
    background-color: #fdf9f0;
}

#main_index .hp_latest_new_8 .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#main_index .hp_latest_new_8 .news_box .title {
    font-size: 18px;
    font-weight: 300;
    margin: 1rem 0 .5rem;
}

#main_index .hp_latest_new_8 .news_box .date {
    text-align: left!important;
}

#main_index .hp_latest_new_8 .news_box .date i {
    color:  #ffc81a;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    display: none;
}




@media (max-width: 1200.5px) {
    #main_index .index_wrapper_8 {
        padding: 5rem 1rem 4rem;
    }
    
    .hp-news {
        padding-right: 0;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
    .hp-news {
        margin-bottom: 1rem;
    }
    
    #main_index .hp_latest_new_8 .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #main_index .hp_latest_new_8 .news_box {
        padding: 10px 0px;
    }
}



/**/

.hp-services {
    padding: 0rem 8rem 7rem;
    background-color: #fdf9f0;
}

.hp-services-icon {
    width: 40%;
    margin: 0 auto;
}

.hp-services .hp-title {
    padding-bottom: 1rem;
}


.hp-services-box {
    background-color: #fff;
    text-align: center;
    padding: 2rem 4rem;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
    transition: ease .3s;
}

.hp-services-box:hover {
    background-color:  #ffc81a;
    /*animation: tada 2s;*/
}

.hp-services-title {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-size: 24px;
}

.hp-services-box .hp-content {
    font-size: 14px;
    line-height: unset;
}



@media (max-width: 1200.5px) {
    .hp-services {
        padding: 0rem 1rem 5rem;
    }
    
    .hp-services-box {
        padding: 2rem;
    }
}

@media (max-width: 991.5px) {
    .hp-services {
        padding: 0rem 1rem 3rem;
    }
    
    .hp-services-box {
        margin-bottom: 2rem;
    }
    
    .hp-services-icon {
        width: 30%;
        margin: 0 auto .5rem;
    }
}

@media (max-width: 767.5px) {
    
    
}



/**/


.footer_type6 {
    max-width: 100%;
    padding: 5rem 8rem 3rem;
    background-color: #000;
    
    background-image: url('https://cdn1.npcdn.net/images/FOOTER_BG_5mehz9_1774408050.jpg?md5id=bea41c1b949ddb068513c07855282ed9&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.footer_type6 .container {
    max-width: 100%;
}

.footer_type6 .title h5 {
    font-family: "Libre Baskerville", serif;
    position: relative;
    padding-bottom: 1rem;
}

.footer_type6 .title h5::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 40%;
    height: 1px;
    background-color: #fff;
}

.footer_type6 .input-container input {
    border-bottom: unset;
    background-color: #fff;
    width: 80%;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    color: #000!important;
}

.footer_type6 .input-container label {
    padding-right: 0px;
}

.footer_type6 .input-container input {
    caret-color: #000;
    padding: 10px;
    color: #000!important;
}

.footer_type6 .input-container .submit {
    padding: 15px 15px;
    background-color: #ffc81a;
}

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

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

.footer_type6 .logo {
    min-height: 150px;
}




@media (max-width: 1200.5px) {
    .footer_type6 {
        padding: 5rem 2rem 3rem;
    }
    
    .footer_type6 .input-container input {
        width: 70%;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .footer_type6 .input-container input {
        width: 80%;
    }
}




