

/*Nav*/
.navbar_type8{
    box-shadow:0 0 5px rgba(0,0,0,0.2);
}
#main_index .navbar_type8{
    box-shadow:0 0 5px rgba(0,0,0,0);
}
.dark_nav {
  background-color: #fff !important;
}
.navbar_type8 .logo {
    margin-left: 10vw;
}
.navbar_type8 .logo img {
    width: 100%;
    max-width:280px;
    padding: 12px;
}
.navbar_type8 .nav_tab{
    padding-right:10vw;
}
.navbar_type8 .nav_tab .nav_item a{
    color:#0f367d;
    font-weight:700;
    padding-left: 3vw;
    padding-right: 3vw;
    text-transform: capitalize;
}
.navbar_type8 .nav_tab .dropdown a:focus, .navbar_type8 .nav_tab .dropdown a:hover {
    color:#f18a00;
}
.navbar_type8 .nav_tab .nav_item::before {
    display:none;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top:inherit;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item{
    background:rgba(255,255,255,0.9);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
/*banner*/
.banner_content{
    overflow:hidden;
}
.b_content{
    height:100%;
    padding:5vw 12vw;
}
.b_title{
    font-size:3.1vw;
    line-height:1.2;
    font-weight:700;
    color:#fff;
    text-shadow:0 3px 3px rgba(0,0,0,0.2);
    width:100%;
}
.b_title .word_orange{
    color:#f18a00;
}
.b_text{
    font-size: 1vw;
    color:#fff;
    padding-right:5%;
    border-bottom:1px solid #fff;
}
.b_list{
    font-size: 1vw;
    color:#fff;
    font-weight:600;
    display:flex;
    list-style:none;
    padding-left:0px;
}
.b_list li{
    padding-right:20px;
    font-size: 1.2vw;
    line-height:1.2;
    color:#fff;
}
/*home*/
#main_index{
    padding-bottom:0 !important;
}
.title_big{
    font-size:2.2vw;
    line-height:1.2;
    color:#000;
    font-weight:600;
    position:relative;
    z-index:1;
}
.title_big span{
    color:#f18a00;
}
.content_text{
    font-size:1vw;
    line-height:1.7;
    color:#666666;
}
.btn_more{
    font-size:.9vw;
    font-weight:700;
    color:#fff;
    padding:7px 15px;
    border-radius:8px;
    border:0px;
    background-image:linear-gradient(to left,#f18a00, #fcc500);
}
/*hp_advantages*/
.hp_advantages{
    background:#000000;
    padding-top:5vw;
    padding-bottom:5vw;
}
.advantages_box{
    width:16.5%;
}
.hp_advantages .title_big{
    color:#fff;
}
.advantages_box p{
    font-size: 1vw;
    line-height:1.2;
    font-weight:700;
    margin-bottom:0;
    background-image: linear-gradient(90deg, #f18a00, #fcc500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.advantages_boximg{
    max-width:90px;
    margin:0 auto;
    transition: linear.3s;
}
.advantages_box:hover .advantages_boximg{
    animation : 1s .0s pulse infinite;
}
/*hp_about*/
.hp_about{
    background:#ffffff;
    padding-top:5vw;
    padding-bottom:5vw;
}
.about_img{
    max-width: 500px;
    margin-left: auto;
}
.about_content{
    padding:10px;
    position:relative;
    z-index:1;
}
.about_video iframe{
    width:100%;
}
/*hp_award*/
#main_index .index_wrapper_5 .hp_photoGallerySlider_type3{
    position:relative;
    background:transparent;
    margin-bottom:5vw;
}
#main_index .index_wrapper_5 .hp_photoGallerySlider_type3 .photo-gallery3{
    padding:0 10px;
}
#main_index .index_wrapper_5 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
  padding: 7px;
}
#main_index .index_wrapper_5 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
  position: relative;
  width: 100%;
  padding-top:120%;
  height: 0;
  overflow: hidden;
  background-color: transparent;
  background:#f9f9f9;
}
#main_index .index_wrapper_5 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img{
    object-fit:contain;
    padding:0;
}
#main_index .index_wrapper_5 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow{
    z-index:99;
}
#main_index .index_wrapper_5 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -2vw;
}
#main_index .index_wrapper_5 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    background-image:url(https://cdn1.npcdn.net/img/1727076353ARROW-LEFT.png);
    filter: brightness(1);
}
#main_index .index_wrapper_5 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -2vw;
}
#main_index .index_wrapper_5 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    background-image:url(https://cdn1.npcdn.net/img/1727076311ARROW-RIGHT.png);
    filter: brightness(1);
}
/*hp_bipv*/
.hp_bipv{
    background-image:url(https://cdn1.npcdn.net/img/1727070249D_PIC-1.jpg);
    background-size:45%;
    background-position:top left;
    background-repeat:no-repeat;
    background-color:#000;
    padding-top:5vw;
    padding-bottom:5vw;   
}
.hp_bipv .title_big, .hp_bipv .content_text{
    color:#ffffff;
}
.bipv_box{
    padding:10px;
    width:95%;
    margin-left:auto;
}
.bipv_content{
    width:90%;
}
.bipv_icon{
    width:10%;
    min-width:45px;
}
.bipv_boxtext{
    padding:0 10px;
}
.bipv_boxtext h6{
    color:#fcc500;
    font-size:1vw;
    font-weight:600;
    margin-bottom:5px;
}
.bipv_boxtext p{
    color:#fff;
    font-size:1vw;
    margin-bottom:0;
}
/*hp_category*/
#main_index .index_wrapper_6{
    position:relative;    
    z-index:1;
}
#main_index .index_wrapper_6::after{
    content:'';
    position:absolute;
    bottom:0;
    width:100%;
    height:8vw;
    background:#f7f7f7;
    z-index:-1;
}
.hp_category{
    padding-top:5vw;
}
.product_cat-3 .cat_box .content {
    background-color: transparent;
    background-image:linear-gradient(to bottom, transparent, transparent, rgba(0,0,0,0.1), rgba(0,0,0,0.3));
}
.product_cat-3 .cat_box .content .content_box {
    justify-content: end;
}
.product_cat-3 .cat_box .content h4{
    font-size:19px;
    margin-bottom:15px !important;
    font-weight:700;
    text-shadow:1px 2px 3px rgba(0,0,0,0.4);
}
.product_cat-3 .cat_box .content .content_box .animated-arrow > .main > .text{
    text-transform: uppercase;
}
.product_cat-3 .cat_box .content .line{
    width:0;
}
/*hp_global*/
.hp_global{
    background:#f7f7f7;
    padding-top:5vw;
    padding-bottom:5vw;
}
.global_content{
    width:95%;
    margin:0 auto;
    position:relative;
    z-index:1;
}
.global_icon{
    width:12%;
    padding:0.2%;
}
.global_icon img{
    max-width:60px;
    margin:0 auto;
}
/*hp_project*/
#main_index .index_wrapper_8{
    position:relative;
    z-index:1;
    padding-top:5vw;
    /*display:none;*/
}
#main_index .index_wrapper_8::after{
    content:'';
    position:absolute;
    z-index:-1;
    top:0;
    background:#000000;
    width:100%;
    height:90%;
}
.hp_project .title_big{
    color:#fff;
}
 
 .hp_photoGallerySlider_type2 .col-12{
     padding-left:0 !important;
     padding-right:0 !important;
 }
 
.hp_photoGallerySlider_type2 .container{
     padding-left:0 !important;
     padding-right:0 !important;
}

.hp_photoGallerySlider_type2 .photo-gallery .outline_box{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding:1rem !important;
 }
 
 .hp_photoGallerySlider_type2 .photo-gallery .outline_box .gallery_box{
     background:#000;
 }

/*
#main_index .index_wrapper_8 .hp_photoGallerySlider_type3{
    position:relative;
    background:transparent;
}
#main_index .index_wrapper_8 .hp_photoGallerySlider_type3 .photo-gallery3{
    padding:0 10px;
}
#main_index .index_wrapper_8 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
  padding: 7px;
}
#main_index .index_wrapper_8 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
  background-color: transparent;
}
#main_index .index_wrapper_8 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img{
    object-fit:cover;
    padding:0;
}
#main_index .index_wrapper_8 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow{
    z-index:99;
}
#main_index .index_wrapper_8 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -2vw;
}
#main_index .index_wrapper_8 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    background-image:url(https://cdn1.npcdn.net/img/1727076353ARROW-LEFT.png);
    filter: brightness(1);
}
#main_index .index_wrapper_8 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -2vw;
}
#main_index .index_wrapper_8 .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    background-image:url(https://cdn1.npcdn.net/img/1727076311ARROW-RIGHT.png);
    filter: brightness(1);
}*/

/*hp_delivery*/
.hp_delivery{
    padding-top:5vw;
}
#main_index .ws_gallery-4 .gallery_img .img_title{
    display:none;
}
#main_index .ws_gallery-4 .img_frame{
    border:0px;
    background:#000;
}
#main_index .ws_gallery-4 .gallery_img{
    padding:1rem;
    margin-bottom:0 !important;
}

/*hp_contactform*/
#main_index .index_wrapper_9{
    position:relative;
    z-index:1;
    padding-top:5vw;
}
#main_index .index_wrapper_9::after{
    content:'';
    position:absolute;
    z-index:-1;
    bottom:0;
    background:#f7f7f7;
    width:100%;
    height:35%;
}
.ex_hpcontact_formonly{
    margin-top:0;
    margin-bottom:3vw;
    padding:2.5vw 5vw;
    background:#fff;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.ex_hpcontact_formonly .title {
    font-size: 1.8vw;
    text-transform: capitalize;
}
.ex_hpcontact_formonly .subtitle{
    display:none;
}
.ex_hpcontact_formonly .form-group {
    color: #888;
}
.ex_hpcontact_formonly button{
    background-image: linear-gradient(to right,#f18a00, #fcc500);
    padding: 7px 20px !important;
    border-radius:0;
    border:0px;
    font-weight:600;
    margin-top:10px;
}
.ex_hpcontact_formonly button i{
    display:none;
}
/*footer*/
.footer_type6 {
    background-color: #f7f7f7;
    color: #333333;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.footer_type6 a{
    color:#333333;
}
.footer_type6 .title {
  min-height: inherit;
}
.footer_type6 .title h5{
    color:#f18a00;
    font-weight:700;
    font-size:14px;
    text-transform: uppercase;
}
.footer_type6 .logo{
    min-height:60px;
    margin-bottom:5px;
}
.footer_type6 .logo img {
    max-height: 100%;
}
.footer_type6 ul li p{
    margin-bottom:5px !important;
    line-height:1.2;
}
.footer_type6 .input-container input, .footer_type6 .input-container label, .footer_type6 .input-container .submit{
    color:#333333;
}
.footer_type6 .input-container input{
    border-bottom:1px solid #333333;
}
.footer_type6 .social_media{
    display:flex;
    justify-content: end;
}
.footer_type6 .social_media a {
  margin-left: 0rem;
  display: inline-block;
  background: #f39801;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right:2px;
}
@media only screen and (min-width: 991.5px){
    /*category*/
    .product_cat-3 .col-6:nth-child(1),  .product_cat-3 .col-6:nth-child(2),  .product_cat-3 .col-6:nth-child(3){
        margin-bottom:30px !important;
    }
    /*footer*/
    .footer_type6 .col-md-3:first-child{
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .footer_type6 .col-md-3:nth-child(2), .footer_type6 .col-md-3:nth-child(3){
        -ms-flex: 0 0 17.5%;
        flex: 0 0 17.5%;
        max-width: 17.5%;
      }
}
@media only screen and (max-width: 768.5px){
    /*banner*/
    .b_title {
        font-size: 25px;
    }
    .b_title br{
        display:none;
    }
    .b_text{
         font-size:14px;
    }
    .b_list{
        display:block;
    }
    .b_list li{
        font-size: 14px;
    }
    .content_text {
        font-size: 14px;
    }
    /*home*/
    .title_big {
        font-size: 25px;
    }
    .btn_more{
        font-size:14px;
    }
    /*hp_advantages*/
    .hp_advantages{
        padding-top: 10vw;
        padding-bottom: 10vw;     
    }
    .advantages_boximg {
      max-width: 60px;
    }
    .advantages_box {
        width: 50%;
        padding:10px 0;
    }
    .advantages_box p{
        font-size:14px;
        line-height:1.2;
    }
    
    /*hp_about*/
    .hp_about {
      padding-top: 10vw;
      padding-bottom: 10vw;
    }
    .about_content{
        padding:0 0 20px 0;
        width:90%;
        margin:0 auto;
    }
    .about_img{
        width:90%;
        margin:0 auto;
    }
    /*hp_bipv*/
    .hp_bipv{
        padding-top:10vw;
        padding-bottom:10vw;
        background-size: 80%;
    }
    .bipv_content {
      margin: 0 auto;
    }
    .bipv_box {
      padding: 10px 0;
      width: 90%;
      margin: 0 auto;
    }
    .bipv_boxtext h6 {
        font-size: 16px;
    }
    .bipv_boxtext p{
        font-size:14px;
    }
    /*hp_Category*/
    .hp_category{
        padding-top:10vw
    }
    .product_cat-3{
        width:90%;
        margin:0 auto;
    }
    .product_cat-3 .col-6{
        padding-left:2px !important;
        padding-right:2px !important;
    }
    .product_cat-3 .cat_box {
        height: 200px;
    }
    .product_cat-3 .cat_box .content {
        background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.1), rgba(0,0,0,0.3));
    }
    .product_cat-3 .cat_box .content h4 {
        font-size: 16px;
    }
    /*.hp_global*/
    .hp_global{
        padding-top:10vw;
        padding-bottom:10vw;
    }
    .global_icon {
        width: 25%;
        padding:0.2% 0;
    }
    /*hp_project*/
    #main_index .index_wrapper_8{
        padding-top:10vw;
    }
    .hp_photoGallerySlider_type2{
        width:90%;
        margin:0 auto;
    }
    .hp_photoGallerySlider_type2 .photo-gallery .outline_box{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
     }
 
    /*hp_delivery*/
    #main_index .ws_gallery-4 .gallery_img{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;  
    }
    #main_index .ws_gallery-4 {
        width:90%;
        margin:0 auto;    
    }
    /*hp_contactform*/
    #main_index .index_wrapper_9{
        padding-top:10vw;
    }
    .ex_hpcontact_formonly .title {
        font-size: 16px;
    }
    .ex_hpcontact_formonly {
        padding: 5% 10%;
        width: 90%;
        margin: 0 auto;
    }
    /*footer*/
    .footer_type6{
        padding-left:10%;
        padding-right:10%;
    }
    .footer_type6 .social_media{
        justify-content: start;
    }

}
@media only screen and (max-width: 480.5px){
    .navbar_mobile .logo_img {
        max-height: 40px;
    }
    .slider_banner .item> img{
        min-height:240px;
        object-fit:cover;
        object-position: 47% 0%;
    }
    .b_text{
        display:block;
        width:max-content;
    }
}

/*showproduct page*/
/*#main_showproducts #showproducts_2 .product_share,*/
/*#main_showproducts .product_detail .mainFunction .whatsapp_btn{*/
/*    display:none;*/
/*}*/
#main_showproducts .product_nav_pill_container .product_nav_pill .nav_pill:nth-child(4){
    display:none;
}
#main_showproducts .product_nav_pill_container .product_nav_pill .nav_pill:last-child{
    background:#f18a00;
    color:#fff;
}
#main_showproducts .product_nav_pill_container .product_nav_pill .nav_pill:last-child .active{
    background:#0e3776;
    border-bottom:3px solid #0e3776;
    color:#fff;
}
#main_showproducts .product_nav_pill_container .product_nav_pill .nav_pill:last-child a{
    color:#fff;
    font-weight:700;
}
/*contac page*/