@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: "Poppins", sans-serif;*/

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

body > br{
    display: none;
}
.np_language_btn {
    position: fixed!important;
}
a:hover{
    text-decoration: none;
    color: #888;
}
.navbar_type8 {
    background-color: #fff;
    position: absolute;
    height: 50px;
}
.dark_nav{
    background-color: #fff !important;
    position: fixed;
}
.navbar_type8 .logo {
    display: none;
}
/*.offer_title,.offer_price,.add_to_cart{*/
/*    display: none;*/
/*}*/
.product_list .product_box .product_des h6 b {
    display: none;
}
.product_box .align-top{
    display: none;
}
.navbar_type8 .nav_tab {
    flex: 0 1 100%;
    justify-content: center;
    padding-left: 65px;
}
.navbar_type8 .nav_tab .nav_item::before {
    top: 110%;
    border-bottom: 3px solid #4b4b4b;
    display: none;
}
.navbar_type8 .nav_tab .active {
    color: #000 !important;
}
.navbar_type8 .nav_tab .nav_item a {
    position: relative;
    color: #000;
    font-size: 1.1vw;
    font-weight: 700;
    padding: 20px 40px;
    text-decoration: none;
}

.navbar_type8 .nav_tab .nav_item a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px; /* adjust depending on spacing */
    width: 0;
    height: 4px;
    background-color: #f37022;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

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

.navbar_type8 .nav_tab .nav_item a:hover::after {
    width: 60%; /* or 100% if you want full width */
}
.navbar_type8 .nav_tab .nav_item{
    text-transform: capitalize;
}
.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;
}
.editor {
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #f37022;
}
.editor a:hover{
    text-decoration: none;
    color: #f37022 !important;
}
.topcontact{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.topcontact a {
    color: #000;
    font-family: "Poppins", sans-serif;
}

.topicon{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topicon.scroll_menu {
    position: fixed;
    z-index: 9999;
    top: 12px;
    /*right: 15%;*/
    right:6rem;
    width: auto;
}
.topicon > div{
    margin-right: 25px;
}
.editor .login .dropdown-menu {
    z-index: 1;
    background-color: transparent;
    top: 20px;
    border: none;
    -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    right: auto;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: left;
    position: absolute;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-clip: padding-box;
    border-radius: .25rem;
}
.editor .login .dropdown-menu .dropdown-item a {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: transparent;
    padding: 0.5rem 1rem !important;
    color: #fff;
    font-size: 14px;
}
.editor .login .dropdown-menu .dropdown-item a:hover{
    text-decoration: none;
    background: #454343;
}
.editor .login .dropdown-menu .dropdown-item {
    background-color: rgba(75, 75, 75, 0.9);
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
}
.editor.login:focus .dropdown-menu, .editor .login:hover .dropdown-menu {
    display: block;
}
.editor .login {
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    display: flex;
    position: relative;
}
.editor .shopping{
    margin-right: 10px;
    display: flex;
}
.editor .shopping > a {
    display: flex;
    padding: 0 15px 0 0 !important;
}
.editor .shopping > a:hover{
    text-decoration: none;
}
.editor .shopping .fa-shopping-cart, .editor .fa-user, .editor .fa-search{
    font-size: 22px !important;
    color: #4b4b4b;
}
.editor .shopping .bi-cart3, .editor .bi-person-plus, .editor .bi-search{
    color: #4b4b4b;
}
.editor .shopping .bi-cart3{
    font-size: 18px;
}
.editor .bi-person-plus{
    font-size: 20px;
}
.editor .bi-search{
    font-size: 15px;
}
.editor .topicon.scroll_menu .shopping .fa-shopping-cart, .editor .topicon.scroll_menu .fa-user, .editor .topicon.scroll_menu .fa-search{
    font-size: 20px !important;
}
.editor .shopping .badge {
    font-size: 90%;
}
.nav_search {
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    align-self: center;
    margin-bottom: -5px;
    border: 1px solid #e0dede;
    box-shadow: 0px 0px 7px rgb(191 191 191 / 65%);
}
.editor .scroll_menu .nav_search{
    border: none;
}
.nav_search input {
    background: rgba(240, 242, 245, 1);
    width: 100%;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 5px 60px 5px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search .search_button {
    background-color: #f0f2f5;
    color: white;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    max-height: 45px;
}
.boxSearch .fa-search{
    font-size: 18px !important;
}
.dark_nav.sticky-search{
    margin-top: 60px;
}
.btnSearch {
    position: relative;
    z-index: 999;
    cursor: pointer;
    transition: all .43s ease-in-out;
}
.boxSearch {
    display: none;
    position: absolute;
    top: 70px;
    /*left: -40px;*/
    left:95px;
}
.scroll_menu .boxSearch {
    display: none;
    position: absolute;
    top: 60px;
    left: -265px;
    width: 300px;
}
.btnClose .bi-search:before {
    content: "\f62a";
    font-size: 24px;
    vertical-align: bottom;
    margin-right: -5px;
}
.editor .scroll_menu .btnClose .fa-search:before{
    font-size: 20px;
}
.editor .scroll_menu .boxSearch .bi-search{
    transition: all .3s ease;
}
.editor .fa-search{
    line-height: 24px;
}
.nav_search .search_button:hover .bi-search{
    color: #b7b7b7;
}
.nav_search .search_button:focus{
    outline: none;
}
/*.navbar_type8 .nav_tab .login, .navbar_type8 .nav_tab .shopping{*/
/*    display: none;*/
/*}*/
.dark_nav .nav_tab {
    padding-right: 170px;
    box-shadow: 0 0 5px #aaa;
}
#main_index .m_editor{
    display: none;
}
.m_editor{
    display: none;
}



@media (max-width: 1200.5px) {

}

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

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



/**/

.slider_banner .banner_content {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.slider_banner .banner_content {
     overflow: hidden;
}


.hp-banner {
    padding-left: 10vw;
    padding-top: 5vw;
}

.hp-banner .hp-banner-big {
    color: #542d1e;
    font-weight: 700;
    font-size: 4.5vw;
}

.hp-banner .hp-banner-small {
    color: #542d1e;
    font-weight: 700;
    font-size: 2.5vw;
}

.hp-banner .hp-banner-content {
    color: #80432a;
    font-weight: 700;
    font-size: 1.8vw;
}

.hp-banner .hp-banner-pic {
    width: 33%;
}


.hp-banner.banner-two {
    padding-left: 5vw;
    padding-top: 5vw;
    text-align: center;
    width: fit-content;
}

.hp-banner.banner-two .hp-banner-big {
    color: #963a2b;
    font-size: 4vw;
}


.hp-banner.banner-two .hp-banner-content {
    color: #a28c74;
    font-weight: 600;
    font-size: 1.6vw;
}

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




@media (max-width: 1200.5px) {
    
    .hp-banner {
        padding-left: 5vw;
    }
    
    .hp-banner.banner-two {
        padding-left: 0vw;
        width: 40%;
    }
    
    .hp-banner.banner-two .hp-banner-pic {
        width: 80%;
    }
    
    
}

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

@media (max-width: 767.5px) {
    
    .banner_content:before {
        position: absolute;
        content: "";
        background-color: rgba(255, 255, 255, 0.5);
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    
    
    .index_wrapper_2 .item>img{
    	min-height:70vw!important;
    	object-fit:cover;
    }
    
    .hp-banner .hp-banner-big {
        font-size: 26px;
    }
    
    .hp-banner .hp-banner-pic {
        width: 46%;
    }
    
    .hp-banner .hp-banner-small {
        font-size: 20px;
    }
    
    .hp-banner .hp-banner-content {
        font-size: 14px;
    }
    
    .hp-banner.banner-two {
        width: 60%;
    }
    
    .hp-banner.banner-two .hp-banner-big {
        font-size: 26px;
    }
    
    .hp-banner.banner-two .hp-banner-content {
        font-size: 14px;
    }
}



/**/

.hp-title {
    width: 22%;
}

.hp-title img {
    height: 100%;
    width: 100%;
}

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


.hp-button a {
    background-image: url('https://cdn1.npcdn.net/images/C_Button_od8six_1775377995.jpg?md5id=f512288bb4d64bba2c024bc73646808d&type=4');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f37022;
    color: #fff;
    padding: 15px 2.2rem;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block; /* IMPORTANT */
    transition: transform 0.3s ease;
}

.hp-button a:hover {
    transform: scale(1.1);
}



@media (max-width: 1200.5px) {
    
    .hp-title {
        width: 30%;
    }
    .hp-content {
        font-size: 14px;
    }
    
}

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

@media (max-width: 767.5px) {
    .hp-title {
        width: 70%;
    }
}



/**/

.hp-why {
    background-color: #f37022;
    padding: 2rem 8rem;
}

.hp-why-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hp-why-icon {
    width: 45px;   /* fixed instead of % */
    flex-shrink: 0;
}

.hp-why-box:hover .hp-why-icon {
    animation: tada 1s;
}

.hp-why-title {
    margin-bottom: 0;
    font-size: 19px;
    /*font-weight: 600;*/
    letter-spacing: 1px;
}

.hp-why .col-lg-3 {
    border-right: 1px solid rgba(255, 255, 255, 1);
}

.hp-why .col-lg-3:last-child {
    border-right: none;
}
.hp-why .col-lg-3,
.hp-why .col-md-6 {
    padding: 0 1.5rem; /* equal space on both sides */
    display: flex;
}

@media (max-width: 1200.5px) {
    .hp-why {
        padding: 2rem 1rem;
    }
    
    .hp-why-title {
        font-size: 16px;
    }
}


/* vertical divider */
@media (min-width: 992px) {
    .hp-why .col-lg-3 {
        border-right: 1px solid rgba(255,255,255, 1);
    }

    .hp-why .col-lg-3:last-child {
        border-right: none;
    }
}

/* Tablet & mobile: horizontal lines */
@media (max-width: 991.5px) {
    .hp-why .col-md-6 {
        border-bottom: 1px solid rgba(255, 255, 255, 1);
        padding-bottom: 1rem;
        /*margin-bottom: 1rem;*/
        padding-top: 1rem;
    }

    .hp-why .col-md-6:nth-last-child(-n+2) {
        border-bottom: none;
    }
    
    .hp-why .col-md-6:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 767.5px) {
    .hp-why .col-md-6 {
        border-bottom: 1px solid rgba(255, 255, 255, 1)!important;
    }
    
    .hp-why .col-lg-3 {
        border-right: unset;
    }
    
    .hp-why .col-md-6:last-child {
        border-bottom: none!important;
    }
}


/**/

.index_wrapper_4 {
    background-image: url(https://cdn1.npcdn.net/images/C_Background_gpod64_1775377995.jpg?md5id=f512288bb4d64bba2c024bc73646808d&type=4);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    /*background-color: #fcf9f2;*/
}

.hp-services {
    text-align: center;
    /*background-color: #f7f6f2;*/
    padding: 8rem 1rem 1rem;
}

.hp-services-title {
    margin: 0 auto 1rem;
}

.hp-services .hp-content {
    padding: 0 34vw;
}

#main_index .service {
    /*background-color: #f7f6f2;*/
    padding: 0 9rem;
}

#main_index .service .container-fluid {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

#main_index .service .service_box img {
    height: 230px;
    transition: ease .5s;
}

#main_index .service .service_box:hover img {
    transform: translateY(-10px);
    /*transform: scale(1.1);*/
}

#main_index .service .service_box strong {
    margin-top: 1rem;
    background-color: #f37022;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 20px;
    padding: 10px;
    font-weight: 400;
    transition: ease .5s;
}

#main_index .service .service_box:hover strong {
    animation: unset;
    background-color: #000!important;
}

#main_index .service .service_box p {
    display: none;
}

#main_index .slick-arrow {
    z-index: 1;
}

#main_index .service .slick-prev {
    left: -60px;
}

#main_index .slick-prev::before {
    content: "";
    display: block;              /* IMPORTANT */
    width: 40px;                 /* set size */
    height: 40px;
    background-image: url('https://cdn1.npcdn.net/images/C_Button1_48vckw_1775377995.png?md5id=f512288bb4d64bba2c024bc73646808d&type=4');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

#main_index .service .slick-next {
    right: -45px;
}

#main_index .slick-next::before {
    content: "";
    display: block;              /* IMPORTANT */
    width: 40px;                 /* set size */
    height: 40px;
    background-image: url('https://cdn1.npcdn.net/images/C_Button2_v86qst_1775377995.png?md5id=f512288bb4d64bba2c024bc73646808d&type=4');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.hp-services-button {
    text-align: center;
    padding: 4rem 1rem 9rem;
}




@media (max-width: 1200.5px) {
    #main_index .service {
        padding: 0 1rem;
    }
    
    #main_index .service .service_box strong {
        font-size: 16px;
    }
    
    .hp-services .hp-content {
        padding: 0 15rem;
    }
    
    #main_index .service .slick-prev {
        left: 0px;
    }
    
    #main_index .service .slick-next {
        right: 15px;
    }
    
    .hp-services-button {
        padding: 2rem 1rem 5rem;
    }
}

@media (max-width: 991.5px) {
    .hp-services .hp-content {
        padding: 0 1rem;
    }
}

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



/**/

.hp-tag {
    padding: 0 4rem 2rem;
    text-align: center;
}

.hp-tag .hp-title {
    /*width: 60%;*/
    width: 33%;
    margin: 0 auto 2rem;
}

#main_index .exProductSlidehpType6  {
    padding: 0 5rem 4rem;
}

#main_index .exProductSlidehpType6 .wrapper_product {
    background-color: transparent;
    border-radius: 0;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_img .product_price_box {
    background: transparent;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_img {
    border-radius: 0;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_img img {
    transition: ease .5s;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_img img:hover {
    width: 110%;
    height: 110%;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_img .product_price {
    display: none;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_header small {
    display: none;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title h3 {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    color: #000;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_header {
    padding: 10px 0 0;
}


#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart {
    color: #f37022;
    background-color: transparent;
    padding: 0;
    font-size: 1rem !important;
}

#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart:hover {
    color: #000;
}




@media (max-width: 1200.5px) {
    
    .hp-tag .hp-title {
        /*width: 80%;*/
        width: 40%;
    }
    
    .hp-tag {
      padding: 0 1rem 2rem;
    }
    
    #main_index .exProductSlidehpType6 {
      padding: 0 2rem 4rem;
    }
}

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

@media (max-width: 767.5px) {
    .hp-tag .hp-title {
        width: 100%;
        padding-bottom: 1rem;
    }
}



/**/

.index_wrapper_5 {
    background-image: url(https://cdn1.npcdn.net/images/E_Background_98si5v_1775377995.jpg?md5id=f512288bb4d64bba2c024bc73646808d&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5rem;
    border-radius: 10px;
    padding: 5rem;
}

.hp-testimonial-title {
    width: 27%;
}

#main_index .hp_testimonials {
    width: 40%;
}

#main_index .hp_testimonials .testimonials_box {
    padding: 0px;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card {
    display: grid;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card .icon {
    padding-bottom: 70px;
    order: 2;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card .name {
    margin-top: -3.5vw !important;
    margin-left: 6vw;
    order: 3;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card h6 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card .content {
    order: 1;
    margin: 5rem 0 !important;
    position: relative;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card .content::before {
    content: "";
    position: absolute;
    left: 0;
    top: -110%;
    width: 7%;
    height: 70%;
    background-image: url(https://cdn1.npcdn.net/images/E_Element1_pw6n2f_1775377995.png?md5id=f512288bb4d64bba2c024bc73646808d&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card .content::after {
    content: "";
    position: absolute;
    right: 0%;
    bottom: -110%;
    width: 7%;
    height: 70%;
    background-image: url(https://cdn1.npcdn.net/images/E_Element2_i54g8w_1775377996.png?md5id=f512288bb4d64bba2c024bc73646808d&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
}


#main_index .hp_testimonials .testimonials_box .testimonials_card .content h5 {
    font-size: 15px;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card .icon .img_frame img {
    height: 70px;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card .icon .img_frame {
    left: 8%;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card .content, 
#main_index .hp_testimonials .testimonials_box .testimonials_card .name {
    text-align: left;
}

#main_index .hp_testimonials .slick-prev {
    left: unset;
    right: 16%;
    top: unset;
    bottom: 14%;
}

#main_index .hp_testimonials .slick-next {
    left: unset;
    right: 6%;
    top: unset;
    bottom: 14%;
}



@media (max-width: 1200.5px) {
    .index_wrapper_5 {
        margin: 0 2rem;
        padding: 2rem;
    }
    
    .hp-testimonial-title {
        width: 35%;
    }
    
    #main_index .hp_testimonials {
        width: 50%;
    }
    
    #main_index .hp_testimonials .testimonials_box .testimonials_card .name {
        margin-top: -5.5vw !important;
        margin-left: 9vw;
    }
}

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

@media (max-width: 767.5px) {
    
    .index_wrapper_5 {
        padding: 2rem;
    }
    
    .hp-testimonial-title {
        width: 90%;
    }
  
    #main_index .hp_testimonials {
        width: 100%;
    }
    
    #main_index .hp_testimonials .testimonials_box .testimonials_card .name {
        margin-top: -12.5vw !important;
        margin-left: 17vw;
    }
    
    #main_index .hp_testimonials .slick-prev {
        bottom: 0%;
        right: 28%;
    }
    
    #main_index .hp_testimonials .slick-next {
        bottom: 0%;
    }
}

@media (max-width: 400.5px) {
    
    .index_wrapper_5 {
        padding: 2rem 0;
    }
}

/**/

.index_wrapper_6 {
    background-image: url(https://cdn1.npcdn.net/images/F_Background_r5kamb_1775377996.jpg?md5id=f512288bb4d64bba2c024bc73646808d&type=4);
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: center -10rem;
}


.hp-cat {
    text-align: center;
    padding: 7rem 4rem 0;
}

.hp-cat .hp-title {
    margin: 0 auto 1rem;
}

.hp-cat .hp-content {
    padding: 0 28vw;
}

.hp-cat-pic {
    position: relative;
    transition: ease 4s;
}

.hp-cat-outbox:hover .hp-cat-pic::before {
    background-color: rgba(0, 0, 0, .5);
}

.hp-cat-pic::before {
    content: "";
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.hp-cat-pic::before {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.2),
        transparent
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.hp-cat-outbox:hover .hp-cat-pic::before {
    opacity: 1;
}

.hp-cat-outbox {
    position: relative;
    transition: ease .5s;
}

.hp-cat-button a {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;

    z-index: 2;
    color: #fff;
    font-size: 22px;
    padding: 20px 1vw;
    border: 1px solid #fff;
    width: 80%;

    transition: all 0.4s ease;
}

.hp-cat-outbox:hover .hp-cat-button a {
    opacity: 1;
    transform: translate(-50%, 0);
}

.hp-cat-button a:hover {
    background-color: #f37022;
    border: 1px solid #f37022;
}

.hp-cat-title {
    font-size: 24px;
    padding-top: 1rem;
    letter-spacing: 2px;
    font-weight: 600;
}



@media (max-width: 1200.5px) {
    
    .index_wrapper_6 {
        background-position: center;
    }
    
    .hp-cat {
        text-align: center;
        padding: 7rem 1rem 0;
    }


    .hp-cat .hp-content {
        padding: 0px 15rem;
    }
    
    .hp-cat-title {
        font-size: 20px;
    }
}

@media (max-width: 991.5px) {
    .hp-cat .hp-content {
        padding: 0px 1rem;
    }
}

@media (max-width: 767.5px) {
    .index_wrapper_6 {
        background-size: cover;
    }
    
    .hp-cat-title {
        margin-bottom: 2rem;
    }
}



/**/


.hp-news-title {
    margin: 8rem auto 2rem;
}


#main_index .hp_latest_new_8 {
    padding: 0 5rem 5rem;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 20px;
    background-color: rgba(255, 255, 255, .5);
    transition: ease .5s;
}

#main_index .hp_latest_new_8 .news_box:hover {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}



@media (max-width: 1200.5px) {
    #main_index .hp_latest_new_8 {
      padding: 0 0rem 5rem;
    }
}

@media (max-width: 991.5px) {
    #main_index .hp_latest_new_8 .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.5px) {
    #main_index .hp_latest_new_8 .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}




/**/

.hp-about {
    padding: 0 5rem 5rem;
    position: relative;
}


.hp-about::after {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 60%;
    height: 60%;
    background-color: #f7f6f2;
    background-position: 100% 0;
    z-index: -1;
}


.hp-about .hp-title {
    width: 75%;
}

.hp-about-left {
    margin-right: -8rem;
    position: relative;
    z-index: 1;
    margin-top: 2rem;
}

.hp-about-content-box {
    margin-top: 1rem;
    padding: 4rem 5rem;
    background-image: url('https://cdn1.npcdn.net/images/H_Background_ad0kin_1775377996.jpg?md5id=f512288bb4d64bba2c024bc73646808d&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



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

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

@media (max-width: 767.5px) {
    
    .hp-about .hp-title {
        width: 100%;
    }

    .hp-about-left {
        margin-right: 0;
    }
}



/**/

.index_wrapper_8 {
    position: relative;
    margin-top: 10rem;
}

.hp-contact {
    position: absolute;
    z-index: 1;
    right: 6%;
    top: -50px;
    width: 35%;
}

.hp-contact-box {
    background-color: #f37022;
    /*width: fit-content;*/
    padding: 2.5rem;
}

.hp-contact .hp-title {
    font-size: 37px;
    font-weight: 700;
    width: 100%;
    margin: .8rem 0;
}

.hp-contact .hp-small {
    font-size: 16px;
    padding: 10px 2rem;
    border: 1px solid #fff;
    width: fit-content;
}

.hp-contact .hp-content {
    font-weight: 400;
}

.hp-contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hp-contact-info-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hp-contact-pic {
    width: 50px;
    height: 50px;
}

.hp-contact-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* or try 'cover' */
}

.hp-contact-big {
    font-size: 16px!important;
    font-weight: 600;
}

.hp-contact-wording {
    font-size: 14px;
}

.hp-contact-info-box-right a:hover {
    color: #eaeaea!important;
}

#main_index .contact_us4 .map_frame .information_area {
    display: none;
}



@media (max-width: 1200.5px) {
    
    .index_wrapper_8 {
        margin-top: 20rem;
    }
    
    .hp-contact {
        width: 50%;
        right: 2%;
        top: -200px;
    }
    
    .hp-contact .hp-title {
        font-size: 32px;
    }
    
    .hp-contact .hp-small {
        font-size: 14px;
    }
    
    .hp-contact-box {
        padding: 1.5rem;
    }
    
    
}

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

@media (max-width: 767.5px) {
    
    .index_wrapper_8 {
        margin-top: 5rem;
    }
  
    .hp-contact {
        width: 100%;
        position: unset;
    }
    
    .hp-contact .col-12 {
        padding: 0;
    }
}



/**/

.footer_type6 {
    background-color: #f7f6f2;
    color: #000;
    padding: 2rem 5rem;
}

.footer_type6 .title h5 {
    color: #f37022;
}

.footer_type6 a {
    color: #000;
}

.footer_type6 a:hover {
    color: #f37022;
}

.footer_type6 .input-container input {
    caret-color: #000!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

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

.footer_type6 .input-container .submit {
    color: #f37022;
}

.footer_type6 .line {
    background-color: rgba(0, 0, 0, 0.2);
}

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

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

.footer_type6 .social_media a i {
    background-color: #f37022;
    color: #fff;
    padding: 8px;
    border-radius: 500px;
}

.footer_type6 .social_media a i:hover {
    background-color: #000;
}

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






@media (max-width: 1200.5px) {
    .footer_type6 {
        padding: 2rem 2rem;
    }
}

@media (max-width: 991.5px) {
    .footer_type6 .logo {
        min-height: 80px;
    }
    
    .footer_type6 .logo img {
        max-height: 70px;
    }
}

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








