/* footer */

.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-left.order-md-1 {
    display: flex;
    flex-direction: column;
}

.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-left.order-md-1 .list-unstyled {
    order: 1;
}

.footer_type8 .location p.mb-0:before {
    content: 'HQ';
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.hp_business {
    order: 2;
}

.hp_address {
    gap: 15px;
}

.hp_address p.mb-0:before {
    content: 'FACTORY';
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.footer_type8 .social_media {
    order: 1;
}

.hp_image {
    margin: 0 auto 25px;
    gap: 15px;
}

/* */

body > br{
    display: none;
}
#main_index {
    padding-bottom: 0!important;
    overflow: hidden;
}
.unifyContent{
    font-size: 16px;
    color: #ebebeb;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: 300;
}
#about .bigTitle{
    margin-bottom: 1rem;
}
#about{
    background: #000;
    padding-top: 8px;
    background: url('https://cdn1.npcdn.net/img/1715585967sec1-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    
}
#why{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#about a{
    margin-top: 5%;
}
.bigTitle{
    font-size: 36px;
    color: #e8cb60;
}
.whyWrapper{
    padding: 34px 0 0;
    font-family: 'Monda', sans-serif;
}

.imgeffect{
transition: all .3s ease;
}
.imgeffect:hover{
transform: translateY(-10px) scale(1.05);
}
.whyWrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    gap: 1rem;
}

.why{
    background: #f8f8f8;
    padding: 18%;
    /*border: 1px solid #0000000a;*/
}

@media only screen and (max-width: 800px) {
.hr1{
width:25% !important;
margin:7px 0 0 !important;
}
}
.whyContent{
    max-width: 243px;
    margin: 0 auto;
        font-size: 14px;
    color: rgb(51, 51, 51);
}
.whyTitle{
        color: #333;
        font-size: 16px;
        font-weight: 600;
            margin: 10px 0;
}
.whyImg{
    max-width: 75px;
    margin: 0 auto;
}

.aboutRightImg img{
    padding: 10% 0;
}
#about .container-fluid .row .col-lg-6.col-md-12:nth-child(1){
        display: flex;
    align-items: center;
    justify-content: center;
}
.aboutLeft{
    max-width: 800px;
    padding: 10% 0;
    margin: 0 10% auto 0;
}
.category_list_type4 .category_box .img_frame:hover img {
    width: 100%;
    height: 100%;
    transform-origin: center;
}
.banner_content{
    overflow: hidden;
}


.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    
    padding: 0px;
 
}
.hp_photoGallerySlider_type3 .container-fluid .row .col-12 .container{
    max-width: 1420px!important;
    
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 105%;
    overflow: hidden;
    background-color: #fff;
}

.hp_photoGallerySlider .photo-gallery .outline_box .gallery_box img {
    
    padding: 0px;
    
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover!important;
}

.ws_gallery-2 .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ws_gallery-2 .img_frame:hover img {
    width: 100%;
    height: 100%;
}

.n_servicesTitle {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 0;
}


.hp_photoGallerySlider .photo-gallery .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
}
.hp_photoGallerySlider .photo-gallery .outline_box .gallery_box {
    background-color: unset;
}
.hp_photoGallerySlider {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}




/*hp_follow*/
.n_follow {
    margin-top: 3.75rem;
    overflow-x: hidden;
}

.n_followTitle {
    font-size: 30px;
    font-weight: 600;
    /* font-family: 'Open Sans', sans-serif; */
     margin-bottom: 0.5rem; 
    color: #000;
}
#n_follow{
    padding-top: 3rem;
}
#n_follow .n_followTitle{
    color: #fff;
}

.n_followTitle:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 5rem;
    height: 4px;
    background: #e8cb60;
    content: "";
    margin: 0 auto;
}

.n_followContainer {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.n_followContainer:before {
    content: '';
    position: absolute;
    width: 101%; 
    height: 100%;
    top: 0; 
    left: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.n_followContainer:hover:before,
.n_followContainer:hover .n_followTextCentered {
    opacity: 1;
}

.n_followContainer .n_followImg{
    max-width: 100%;
}

.n_followContainer .n_followImg img{   
    width: 100%;
    height: 100%;
}

.n_followContainer .n_followTextCentered {
    position: absolute;
    bottom: 0%;
    /*left: 50%;*/
    left:0;
    transform: translate(0%,0%);
    /*transform: translate(-50%,0%);*/
    width: 100%;
    transition: all .2s ease-in-out;
    background: rgba(0,0,0,.8);
}

.n_followContainer .n_followTextCentered i { 
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 0.625rem;
}

.n_followContainer .n_followTextCentered p {

        font-size: 1.375rem;
    margin: 0;
    padding: 10px 0;
}
.n_followTextCentered a {
    color: #fff;
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 500;
    /* letter-spacing: 1px;*/
}
.n_followTextCentered a:hover {
    text-decoration: none;
}


.index_wrapper_5, .index_wrapper_6{
    background: url('https://cdn1.npcdn.net/img/1715587038sec3-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 2rem;
}

.footer_type8 {
    background-color: #333;
    background-image: url(https://cdn1.npcdn.net/img/1715589262footer-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.footer_type8 a {
    color: #fff;
}

#main_index  .btn-success:hover {
    color: #fff;
    background-color: transparent !important;
    border-color: #fff !important;
}

#main_index .btn-success {
    padding: 13px 20px;
    border-radius: 30px;
    color: #333;
    background-color: #e8cb60 !important;
    border-color: #e8cb60 !important;
    font-weight: 500;
}

.n_followContainer:hover .n_followTextCentered {
    bottom: 40%;
    background: unset;
}


@media only screen and (min-width:992px) {


.navbar_type8 {
    position: fixed;
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 100px;
    z-index: 100;
}

.navbar_type8 .nav_tab .dropdown a:hover {
    outline: transparent;
    color: #e8cb60;
}

.navbar_type8 .nav_tab .nav_item:nth-child(1)::after {
    content: '\f015';
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #444;
}


.navbar_type8 .logo img {
    width: 100%;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.navbar_type8 .nav_tab {

    justify-content: flex-end;
}

.navbar_type8 .nav_tab .nav_item>a {
    color: #444;
    font-weight: 600;
  
}

.navbar_type8.dark_nav {
    background-color: #fff !important;
    box-shadow: 0px 0px 2px #00000047;
}
}


@media screen and (max-width: 1420px) {
    .navbar_type8 .logo {
     
        margin-left: 35px;
    }
    
    .navbar_type8 .nav_tab {

        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
    } 
    
    .navbar_type8 .nav_tab .nav_item>a {
        padding: 15px 12px;
    }
}


.delay1_banner {
    animation-delay: .5s;
}
.delay2_banner {
    animation-delay: .7s;
}
.delay3_banner {
    animation-delay: .9s;
}

.sec_banner_ebox {
    max-width: 35%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.sec_banner_title {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.sec_banner_text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 20px;
    color: #fff;
}

@media screen and (max-width: 1199.98px) {
    .sec_banner_ebox {
        max-width: 45%;
    }
    .sec_banner_title {
        font-size: 40px;
    }
    
    .n_followTextCentered a{
        font-size: 16px;
    }
}

@media screen and (max-width: 992.98px) {
    .whyWrapper {
    grid-template-columns: 1fr 1fr;
}
    .sec_banner_title {
        font-size: 16px;
    }
    
    .sec_banner_text {
        font-size: 10px;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 15px;
    }
    
    .aboutLeft{
        margin: 0 auto;
        text-align: center;
            padding: 10% 0 0 0;
    }
    
    .aboutRightImg img {
    padding: 10% 15% 12% 15%;
    transform: rotate(90deg);
    margin-bottom: -100px;
    }
    
    .why{
    padding: 13%;
    }
}

@media screen and (max-width: 767.98px) {


    .n_followContainer .n_followImg img{   
        width: 100%;
        height: 100%;
    }

    .sec_banner_ebox {
        max-width: 50%;
    }

    
    .sec_banner_text {
        padding-right: 15%;
        margin-top: 10px;
    }
    
     .grid-container{
         display: block;
    }
    
    .n_followTitle {
        font-size: 38px;
    }
    
    .n_followContainer .n_followTextCentered p{
        padding: 20px 0;
    }
    
    .footer_type8 .location{
        justify-content: center;
    }
}

@media screen and (max-width: 580px) {
    .whyWrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
    }

    .sec_banner_ebox {
        max-width: 60%;
    }
    
    .sec_banner_text {
        padding-right: 17%;
    }
    
        .why {
        padding: 5%;
    }
    
    .whyTitle{
        font-size: 21px;
    }
    
    .aboutLeft{
        text-align: left;
        padding: 0% 8% 10% 3%;
    }
    
    
 
}

@media screen and (max-width: 480px) {

    
    .n_servicesTitle {
    font-size: 1.55rem;
    font-weight: 600;
    margin-bottom: 0;
    }
    
    .sec_banner_text {
        padding-right: 40%;
        font-size: 7.5px;
    }
}




@media only screen and (max-width:992px) {
    
    
    /*hp_follow*/
    .n_follow {
        margin-top: 2.5rem;   
        overflow-x: hidden;
    }

    .n_followTitle {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }

    .n_followContainer:before {
        background: rgba(0,0,0,0.6);
        opacity: 0;
        display: none;
    }

    .n_followContainer:hover:before,
    .n_followContainer:hover .n_followTextCentered {
        opacity: 1;
    }

    .n_followContainer .n_followImg img{   
        width: 100%;
    }

    /*.n_followContainer .n_followTextCentered {*/
    /*    opacity: 0;*/
    /*    display: none;*/
    /*}*/
    
 
     .slider_banner .item img{
     
        min-height: 150px !important;
        object-fit: cover;
   }

   
   .navbar_mobile {
    flex-basis: auto;
    background-color: #fff;
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 80px;
    }
    .navbar_mobile .btn-outline-light {
        border-color: #333;
        color: #333;
    }
}

@media all and (max-width:380px){
    .slider_banner .item img {
    min-height: 250px !important;
    }
    .sec_banner_text {
        padding-right: 25%;
        font-size: 11px;
    }
    
    .sec_banner_title {
        font-size: 24px;
    }
    
    .bigTitle {
    font-size: 24px;
    }
}





/*About_us_page*/
.about_us_page {
    padding-bottom: 3rem;
    padding-top: 2rem;
}
.about_us_container {
    /*left: 10%;*/
}


.about_us_page .row{
    align-items: center;
}

.about_us_title {
    right: 5%;
    padding: 0rem 3rem 3rem 3rem;
    
}
.about_us_container img{
    max-width: 100%;
    width:80%;
    margin-left: 8rem;
}

.about_us_BigTitle h2 {
    /*text-transform: uppercase;*/
    /* letter-spacing: 1px; */
    font-weight: 800;
    padding-bottom: 1rem;
    color: #e8cb60;
    font-size: 27px;

}

.about_us_BigTitle span{
    font-size:21px;
    color: #333;
}

.about_us_BigTitle p{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

.about-sec2{
    padding: 3% 8%;
    background: #f8f8f8;
    border-right: 1px solid #0000000d;
    border-radius: 20px;
    font-size: 15px;
}
.about-sec2Title span{
    font-size: 21px;
}

@media all and (max-width:1024px){
    .about_us_title{
        padding: 0;
        padding-left: 1.5rem;
    }
    
.about_us_container img {
    max-width: 100%;
    width: 80%;
    margin-left: 4rem;
}
}


@media all and (max-width:992px){
    .about_us_container img{
        text-align:center;
    }
    .about_us_title{
        padding: 2rem;
        left: 0%;
    }
    
    .about_us_BigTitle h2{
        text-align: center;
    }
    
    .about_us_BigTitle p {
        text-align: center;
    }
    
     .about_us_container img{
    margin-left: 0;
    width:100%;
    }
    
    .about_us_BigTitle span{
        line-height: 1!important;
    }
    
    .about_us_page{
        padding-bottom: 0;
    }
    
    .about-sec2{
      text-align: center;  
    }
    
    .about-sec2 {
    padding: 6% 8% 0%;
    border-radius: 0;
    }
}

@media all and (max-width:580px){
    .about_us_container {
    /*left: 13%;*/
        
    }
}