/* Overall */
#main_index{
    overflow: hidden;
    padding-bottom: 0px !important;
}
a:hover{
    text-decoration: unset;
}
:root{
    --primary-color: #efb827;
}

/* product */

#main_category,
#main_ourproducts,
#main_showproducts{
    background: #1f1f21;
}

.ai_image_search .search-container{
  background: #fff;
}
.brand_menu_2 .brand_title{
  color: #fff;
  background: #333;
  padding: .75rem 1rem;  
}
.brand_menu_2 .side_brand_panel{
  background: #333;
  color: #fff;
  border-color: #222;
}
#category_2_5 b{
  color: #fff;
}

#main_category .page_title b,
#main_ourproducts .page_title b,
.category_menu_3 .title,
.category_menu_3 .main_title,
.breadcrumb_b ol li a,
.breadcrumb_b ol li::after,
.breadcrumb_b ol li:last-child a,
.product_list_5 .product_box .product_des .price a, .product_list_5 .product_box .product_des .title a,
.product_list_5 .product_box .whatsapp_wrapper a,
#ourproducts_4_4 p,
.recent_view_product .recent_view_product_item a,
.category_list_type4 .category_box h6,
.category_menu_3 .brand_panel .main_title,
.category_menu_3 .brand_panel li .active,
.product_des strong,
.product_detail .product_price .offer_price,
.product-detail-tab .tab-pane .info_spec p strong,
.product-detail-tab .tab-pane .info_spec p{
  color: #fff !important;
}

.category_menu_3 .main_title:hover,
.category_menu_3 .brand_panel .main_title:hover,
.product_list_5 .product_box .product_des .title a:hover{
  color: #fff;
  opacity: .7;
}

/*showproduct*/
.product_detail .product_name h2,
.product_detail .title,
.product_detail .product_description_link a,
.product_share p,
.product-detail-tab .tab-pane,
.nextprev_product .nextprev_product_title a,
.related_product_title,
#showproducts_8_1 .text-muted{
  color: #fff !important;
}

.product-detail-tab .tab-pane .product_detail_subtitle{
  color: #fff;
}

.product_nav_pill{
  border-color: #fff;
}

.nextprev_product .previous_btn {
  background: transparent;
  color: #fff;
}

#wsshowproduct_inquiryform .form-group label{
  color: #000;
}


/*Tag*/
.product_list_horizontal .product_box .product_des .title a,
.product_list_horizontal .product_box .whatsapp_wrapper a,
.tag_fillter h6,
.tag_fillter .seleted_box ul a,
.tag_fillter .tag_filler_list .tag_header p,
.tag_fillter ul li,
.tag_fillter .tag_filler_list ul li::before,
.tag_fillter .tag_filler_list ul li.selected::before {
  color: #fff;
}
.product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
  color: #eee;
}
.product_list_horizontal .product_box .horizontal_detail_box .product_simple_description .text-muted{
  color: #eee !important;
}
.tag_fillter .seleted_box ul a li{
  border-color: #555;
}
.tag_fillter .seleted_box ul a:last-child li{
  background: #eee;
  color: #000;
}

/* Nav */
.navbar_type8{
    height: 100px;
    background: #010101;
    padding: .5rem 0;
}
.navbar_type8 .logo{
    margin-left: 6rem;  
    flex: unset;
    min-width: 10%;
}
.navbar_type8 .logo img{
    padding: 0px;
    width: 100%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top: 20px;
}

.navbar_type8 .nav_tab{
    flex: unset;
    width: 100%;
    padding-right: 3rem;
    gap: 3vw;  
}
.navbar_type8 .nav_tab .nav_item:before{
    border-color: var(--primary-color);
    border-width: 2px;
    width: 0;
    transition: all .3s linear;
}
.navbar_type8 .nav_tab .nav_item a{
    color: #fff;
    padding: 0;
    font-size: clamp(.92rem, 1.15vw, 1.15rem);
    font-weight: 500;    
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color: var(--primary-color);
}
.navbar_type8 .nav_tab .nav_item:hover:before{
    width: 100%;
}

.nav_social{
  align-self: center;
    padding-right: 8rem;
}
.nav_social ul {
  display: flex;
  gap: .5rem;
}
.nav_social li{
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: grid;
  place-content: center;  
  border-radius: 50%;
    
    &:hover{        
        background: var(--primary-color); 
        border-color: var(--primary-color);
    }
}
.nav_social .social_btn{
  background: transparent !important;
  color: #fff;
  font-size: 16px;
}
.nav_social li:hover .social_btn{
    color: #000;
}


.dark_nav{
background: rgba(0, 0, 0, 0.9) !important;
}

.navbar_mobile{
    background: #0a0a0a;
}

@media(max-width:1200px){
    .navbar_type8 {
        height: 100px;
    }
    .navbar_type8 .logo{
        margin-left: 3rem;
    }
    .nav_social{
        padding-right: 3rem;
    }
}

/* fixed category / product / gallery / news */
.category_list_type4 .category_box .img_frame img{
    object-fit:contain;
}

.product_list_5 .product_box .img_frame img{
    object-fit:contain;
    background-color:#fff;
}

.product_list_horizontal .product_box .img_frame img{
    object-fit:contain;
    background-color:#fff;
}

/* global / common */
.n_small{
    font-size:clamp(0.92rem, 1.65vw, 1.65vw);
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:0.6rem;
    line-height:1.2;
    text-transform:uppercase;
}

.n_small span{
    position:relative;
}

.n_title{
    font-size: clamp(1.55rem, 2.35vw, 2.35vw);
    font-weight:600;
    line-height:1.05;
    margin-bottom:1rem;
    text-transform:uppercase;
    
    span{
        font-size: 200%;
        font-weight: 700;
        font-style: italic;
        letter-spacing: 10px;        
    }
}

.n_subtitle{
    font-size:1rem;
    font-weight:600;
    line-height:1.3;
    margin-bottom:0.5rem;
}

.n_content{
    font-size:0.92rem;
    font-weight:300;
    line-height:1.8;
    color:rgba(255,255,255,0.72);
}

.c_color1{ color:#fff; }
.c_color2{ color:#000; }
.c_color3{ color:#efb827; }
.c_line{ line-height:1.8; }

.btnbox_left,
.btnbox_center,
.btnbox_right{
    display:flex;
    align-items:center;
    margin:2rem 0 0;
}

.btnbox_left{ justify-content:flex-start; }
.btnbox_center{ justify-content:center; }
.btnbox_right{ justify-content:flex-end; }

.n_button{
    display: inline-flex;
    padding:.35rem .85rem;    
    border-radius:0;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: clamp(.8rem, .85vw, .85vw);
    font-weight:500;
    text-align:center;
    color:#fff;
    background:transparent;
    text-transform:uppercase;
    text-decoration:none;
    transition:0.25s all linear;
    
    &:before{
        display: inline-flex;
        content: "";
        width: 18px;
        height: 1px;
        background: var(--primary-color);
        margin-right: .85rem;
    }           
}

.n_button{    
     border:1px solid #efb827;         
}

.hp_tools_cta .btnbox_right{
    margin-top: unset;
}
.hp_tools_cta .n_button{
    flex-direction: row-reverse;
    white-space: nowrap;
    font-size: clamp(.85rem, 1vw, 1vw);
    background: var(--primary-color);
    color: #000;
    
    &:before{
        margin-left: 1rem;
        margin-right: 0;
        background: #000;
        height: 1.5px;
    }
    
    &:hover{
        background: transparent;
        color: #fff;
        
        &:before{
            background: #fff;
        }
    }
}

.n_button span{
    position:relative;
}

.n_button:hover{
    text-decoration:none;
    background:#efb827;
    color:#000;
    
    &:before{
        background: #000;
    }
}

/* fixed banner */
.slider_banner .banner_content{
    overflow:hidden;
}

/* banner */
.slider_banner{
    background: #000;
}
.slider_banner .item > img{
    max-width: 90%;
    margin: auto;
}
.hp_banner{
    position:relative;
    padding:5rem 9% 2.5rem;
    overflow:hidden;
    height: 100%;    
}

.hp_banner .container-fluid,
.hp_banner .row,
.hp_banner .col-12{
    position:relative;
    height: 100%;
}

.hp_banner_box{
    position:relative;
    min-height:100%;
    display:flex;
    flex-direction:column;
}

.hp_banner_small{
    color:#fff;
    font-size:clamp(.85rem, 1vw, 1vw);
    letter-spacing:1px;
    margin-bottom:2.5rem;
}

.hp_banner_title{
    color:#fff;
    font-size:clamp(3rem, 7.2vw, 7.2vw);
    font-weight:700;
    letter-spacing:1.2vw;
    line-height:0.9;
    margin-bottom:1rem;
    font-style:italic;
    position: relative;
    
    &:after{
        position: absolute;
        content: "";
        width: 69%;
        height: 100%;
        background: url(https://cdn1.npcdn.net/images/a_banner_title_bd9a8x_1781069146.png?md5id=ec25d36848f1c8eed1c6729bb73fc7f9&new_width=2184&new_height=239&type=4);
        background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
        top: -24%;
        left: 1%;
        z-index: -1;
    }
}

.hp_banner_subtitle{
    color:#efb827;
    font-size:clamp(1rem, 1.85vw, 1.85vw);
    font-weight:500;
    text-transform:uppercase;
    margin: 0;
}

.banner-content-box{
    margin-top: 4.6vw;
}

.hp_banner_car{
    position:absolute;
    right:4vw;
    bottom:6vw;
    max-width:48vw !important;
    max-height:auto !important;
    z-index:1;
}

.hp_banner_featurebox{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    background:rgba(0,0,0,0.4);
    z-index:2;
    width: 85%;
}

.b_icon{
    min-width: 40px;
    max-width: 40px;
}

.hp_banner_feature{
    flex:0 0 33.3333%;
    display:flex;
    align-items:flex-start;
    gap:0.8rem;
    padding:1.4rem;
    position: relative;
    
    &:not(:last-child):After{
        position: absolute;
        content: "";
        width: 0;
        height: 50%;
        border-right: 1px solid var(--primary-color);
        opacity: .3;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.hp_banner_feature:last-child{
    border-right:0;
}

.hp_banner_feature i{
    color:#efb827;
    font-size:1.5rem;
}

.hp_banner_feature h3{
    color:#fff;
    font-size:clamp(.85rem, 1vw, 1vw);
    font-weight:500;
    text-transform:uppercase;
    margin-bottom:0.2rem;
}

.hp_banner_feature p{
    color:rgba(255,255,255,0.62);
    font-size:clamp(.8rem, .92vw, .92vw);
    margin-bottom:0;
    line-height:1.5;
}


.slider_banner .slick-prev {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 2.5rem;
  
  &:before{
    width: 18px;
    height: 18px;
  }
}

.slider_banner .slick-next {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  right: 2.5rem;
  
  &:before{
    width: 18px;
    height: 18px;
  }
}

@media(max-width:1200px){
    .slider_banner .item > img{
        min-height: 60vw;
        object-fit: cover;
        
    }   
    .hp_banner_car{
        max-width: 67vw !important;
        right: -11.5%;
        bottom: 16%;        
    }
    .hp_banner_title{
        font-size: clamp(3rem , 6vw, 6vw);
        
        &:after{
            width: 60%;
        }
    }
    .hp_banner_featurebox{
        width: 100%;
    }
}

@media screen and (max-width:991.5px){
    .slider_banner .item > img{
        max-width: 100%;
    }
    .hp_banner{
        padding:4rem 5% 2rem;
    }

    .hp_banner_box{
        min-height:480px;
    }

    .hp_banner_car{
        max-width:65vw !important;        
        right: -5%;
        bottom: 22.5%;
    }

    .hp_banner_title{
        font-size:8vw;
    }
    
    .hp_banner_featurebox{
        display: none;
    }
}

@media screen and (max-width:767.5px){
    
    .slider_banner .item > img{
        min-height: 100vw;
    }
    .hp_banner{
        padding:3rem 0;
    }

    .hp_banner_box{
        padding:0 5%;
        min-height: unset;
    }
    
    .banner-content-box{
        margin-left: 5%;
        margin-top: 5%;
    }

    .hp_banner_car{
        position:relative;
        right:0;
        left: 0;
        margin: auto;
        bottom:0%;
        max-width:90% !important;
        margin-top:1rem;
    }

    .hp_banner_feature{
        flex:0 0 100%;
        border-right:0;
        border-bottom:1px solid rgba(239,184,39,0.25);
    }

    .slider_banner .slick-prev {
        display: none !important;
    }
    
    .slider_banner .slick-next {
      display: none !important;
    }
}

@media(max-width:576px){
    .slider_banner .item > img{
        min-height: 120vw;
    }
    .hp_banner_title{
        font-size:3rem;
        
        &:After{
            width: 90%;
        }
    }
    .hp_banner_small{
        margin-bottom: 1.5rem;
    }
    .hp_banner_car{
        margin-top: 3rem;
    }
}

/* who we are */
.hp_who{
    padding:9rem 9% 0rem;
    background: url("https://cdn1.npcdn.net/images/b_about_bg_l2op19_1781025665.jpg?md5id=ec25d36848f1c8eed1c6729bb73fc7f9&new_width=1600&new_height=618&type=4");
    background-size:contain;
    background-position:top;
    background-repeat:no-repeat;
    background-color: #000;
}

.hp_who_intro{
    align-items:center;
    margin-bottom:2.5rem;
}

.hp_who .n_title{
    letter-spacing:0;
    line-height: 1.5;   
}

.hp_brand_row{
    border-top:1px solid rgba(255,255,255,0.22);
    border-left:1px solid rgba(255,255,255,0.22);
}

.hp_brand_row > div{
    padding:0;
}

.hp_brand_item{
    min-height:105px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-right:1px solid rgba(255,255,255,0.22);
    border-bottom:1px solid rgba(255,255,255,0.22);
    color:#fff;
    background:#000;
    transition:0.25s all linear;
    padding: 2rem;
}

.hp_brand_item span{
    font-size:1.1rem;
    font-weight:700;
}

.hp_brand_item:hover{
    background:#efb827;
    color:#000;
}

@media(min-width:991px){
    .hp_brand_row > div{
        flex: 0 1 calc(100%/8);
        max-width: calc(100%/8);
    }    
}

@media(max-width:1200px){
    .hp_brand_item{
        padding: 1.5rem;
    }
}

@media(max-width:991px){    
    .hp_who .n_small{
        margin-bottom: 1rem;
    }
    .hp_who .n_title{
        line-height: 1.75;
    }
    .hp_who .n_title span{        
        line-height: 1;   
        letter-spacing: 2px;
        font-size: 190%;
    }
}

@media screen and (max-width:767.5px){    
    .hp_who{
        padding:4rem 5% 0;
        background-size: cover;
        background-color: unset;
        background-position: center;
    }

    .hp_who .container-fluid{
        padding-left:15px;
        padding-right:15px;
    }

    .hp_brand_item{
        min-height:80px;
    }
}

@media(max-width:576px){
    .hp_brand_row > div{
        flex: 0 1 33%;
        max-width: 33%;
    }
}

/* video component section */
.index_wrapper_4{
    padding:5rem 9% 0;
    background:#000;
    position:relative;
    
    &:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 45%;
        left: 0;
        bottom: 0;
        background: linear-gradient(to right, #1f1f21 95%, #000 0%);
    }
}

.hp_video{
  margin-bottom: 0rem;
}
.new_video_type3{
  background: #000;
}
.new_video_type3 a{
  flex: 0 1 33%;
  max-width: 33%;
  margin-bottom: 0 !important;
}
.new_video_type3 .video_box .title{
  display: none;
}

.hp_video .new_video .video_box{
    position:relative;
}

.hp_video .new_video .video_box .video_frame_outline{
    border:0;
    border-radius:0;
    background:#000;
}

.hp_video .new_video .video_box .video_frame_outline .video_frame .video{
    border-radius:0;
    padding-top:0;
}

.hp_video .new_video .video_box .video_title{
    display:none;
}

.hp_video .new_video .video_box .content{
    display:none;
}

@media(max-width:991px){
    .index_wrapper_4{
        padding-bottom: 5rem;
    }
    .new_video_type3 a{
      flex: 0 1 50%;
      max-width: 50%;
    }
    .index_wrapper_4 {
        &::before{
            display: none;
        }
    }
}

@media screen and (max-width:767.5px){
    .hp_video{
        padding:;
    }
}

    @media(max-width:576px){
        .new_video_type3 a{
            flex: 0 1 100%;
            max-width: 100%;
        }
    }
    
/* product component sections */
.index_wrapper_5{
    padding:5rem 9%;
    background: linear-gradient(to right, #1f1f21 95%, #000 0%);
}
.index_wrapper_6{
    padding: 0rem 9% 5rem;
    background: linear-gradient(to right, #1f1f21 95%, #000 0%);
}

.hp_section_head{
    align-items:flex-end;
    margin-bottom:1.5rem;
}

#main_index .productSlider-1 .product_img{
    position:relative;
}

#main_index .productSlider-1 .slick-track{
    display:flex;
}

#main_index .productSlider-1 .slick-track .slick-slide{
    height:auto;
    margin:0 0.55rem;
    background:#050505;
    box-shadow:none;
    border-radius:0;
}

#main_index .productSlider-1 .product_img .product_box{
    margin:0;
    border:0;
    background:#050505;
    padding:0 0 1.2rem;
    height:100%;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame{
    position:relative;
    width:100%;
    padding-top:68%;
    height:0;
    overflow:hidden;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img{
    position:absolute;
    width:100%;
    height:100%;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    object-fit:cover;
    border-radius:0;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame .status{
    display:none;
}

#main_index .productSlider-1 .product_img .product_box .content{
    padding:1rem;
    margin-top:0!important;
}

#main_index .productSlider-1 .product_img .product_box h6{
    color:#fff;
    font-size:1rem;
    font-weight:600 !important;
    line-height:1.35;
    min-height:2.7em;
    text-transform:uppercase;
    margin-bottom:0.5rem;
}

#main_index .productSlider-1 .product_img .product_box .content > p{
    color:#efb827;
    font-size:0.9rem;
    font-weight:500;
    margin-bottom:0.8rem;
}

#main_index .productSlider-1 .product_img .product_box .align-top{
    min-height:auto;
    margin-bottom:0;
}

#main_index .productSlider-1 .product_img .product_box .align-top a{
    color:#fff;
    border:1px solid #efb827;
    padding:0.35rem 0.8rem;
    font-size:0.65rem;
    text-transform:uppercase;
    text-decoration:none;
    transition:0.25s all linear;
}

#main_index .productSlider-1 .product_img .product_box .align-top a:hover{
    background:#efb827;
    color:#000;
}

#main_index .productSlider-1 .product_img .slick-prev,
#main_index .productSlider-1 .product_img .slick-next{
    width:62px;
    height:62px;
    border:1px solid rgba(255,255,255,0.8);
    border-radius:50%;
    z-index:5;
}

#main_index .productSlider-1 .product_img .slick-prev{
    left:-5.8rem;
}

#main_index .productSlider-1 .product_img .slick-next{
    right:-5.8rem;
}

#main_index .productSlider-1 .product_img .slick-prev:before,
#main_index .productSlider-1 .product_img .slick-next:before{
    color:#fff;
    font-size:26px;
}

@media(max-width:1200px){
    #main_index .productSlider-1 .product_img .slick-prev{
        left:-4rem;
    }

    #main_index .productSlider-1 .product_img .slick-next{
        right:-4rem;
    }
    
    #main_index .productSlider-1 .product_img .slick-prev,
    #main_index .productSlider-1 .product_img .slick-next{
        width:50px;
        height:50px;
    }
}

@media screen and (max-width:991.5px){
    .index_wrapper_5,
    .index_wrapper_6{
        background: linear-gradient(to right, #1f1f21 100%, #000 0%);
    }
    #main_index .productSlider-1 .product_img .slick-prev{
        display: none !important;
    }

    #main_index .productSlider-1 .product_img .slick-next{
        display: none !important;
    }
}

@media screen and (max-width:767.5px){
    .hp_product{
    }

    .hp_product .container-fluid{
        padding-left:15px;
        padding-right:15px;
    }

    .hp_section_head .btnbox_right{
        justify-content:flex-start;
        margin-top: 8px;
    }
}

/* process */
.hp_process{
    position:relative;
    padding:8rem 9%;
    background: url(https://cdn1.npcdn.net/images/e_wcu_bg_pzedcq_1781075813.jpg?md5id=ec25d36848f1c8eed1c6729bb73fc7f9&new_width=1600&new_height=836&type=4);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hp_process_row{
    margin-top:2rem;
}  

.hp_process_item{
    height:100%;
    background:linear-gradient(to top right, transparent -5%, #000, #000, #000, #000, transparent 105%);
    background-color: #000;
    border:1px solid rgba(239,184,39,0.15);
    padding:2.75rem 1.2rem;
    text-align:center;
    color:#fff;
    transition: background-color .5s linear, transform .3s linear;
}

.hp_process_item i{
    color:#efb827;
    font-size:2rem;
    margin-bottom:1rem;
}

.hp_process_item .n_subtitle{
    color:#fff;
    font-size: clamp(1rem, 1.25vw, 1.25vw);
    font-weight: 400;
}

.hp_process_item .n_content{
    color:rgba(255,255,255,0.6);
    font-size: clamp(.85rem, 1vw, 1vw);
    margin-bottom:0;
    line-height: 1.35;    
}

.hp_process_item:hover{
    border: .5px solid var(--primary-color);
/*     background:linear-gradient(to top right, #efb82796 -5%, #000, #000, #000, #000, #efb82796 105%); */
    background-color: #efb82796;
    transform:translateY(-8px);
}

.p-icon{
    width: 50px;
    margin: auto;
    margin-bottom: 1rem;
}

@media(max-width:991px){
    .hp_process_row > div{
        max-width: 50%;
        flex: 0 1 50%;
        padding: .5rem;
    }
}


@media screen and (max-width:767.5px){
    .hp_process{
        padding:4rem 5%;
    }

    .hp_process .container-fluid{
        padding-left:15px;
        padding-right:15px;
    }

    .hp_process_row > div{
        margin-bottom:1rem;
    }
}

/* tools */
.hp_tools{
    padding:5rem 9% 3rem;
    background:#000;
}

.hp_tools_head{
    align-items:flex-end;
    margin-bottom:2rem;
}

.hp_tools_head .n_content {
  width: 70%;
  margin-left: auto;
}

.hp_tools_body{
    position: relative;
    align-items:center;
    
    &:before{
        position: absolute;
        content: "";
        width: 62%;
        height: 100%;
        background: url(https://cdn1.npcdn.net/images/g_finance_img_amv91n_1781076699.jpg?md5id=ec25d36848f1c8eed1c6729bb73fc7f9&new_width=1262&new_height=1131&type=4);
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
        top: 0;
        left: -11%;
    }
}

.hp_tools_imgbox{
    position:relative;
    opacity: 0;        
}

.hp_tools_image{
    width:100% !important;
    height:auto !important;
}

.hp_tools_list{
    display:flex;
    flex-direction:column;
    gap:0.75rem;
}

.hp_tools_item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#2a2a2c;
    color:#fff;
    padding:1.2rem 1.4rem;
    border:1px solid rgba(255,255,255,0.08);
    text-decoration:none;
    transition:0.25s all linear;
}

.hp_tools_item.active{
    background:linear-gradient(90deg, #000000, #8c690f);
    border-color:#efb827;
    
    h3{
        color: rgba(255, 255, 255, 1);
        font-style:italic;
    }
    p{
        display: block;
    }
}

.hp_tools_item h3{
    color: rgba(255, 255, 255, .6);
    font-size:clamp(1.5rem ,2.6vw, 2.6vw);
    font-weight:500;    
    margin-bottom:0.35rem;
}

.hp_tools_item p{
    color:rgba(255,255,255,0.6);
    margin-bottom:0;
    font-size:clamp(.85rem, 1vw, 1vw);
    display: none;
}

.hp_tools_item span{
    width:70px;
    height:70px;
    border:1px solid #fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex:0 0 70px;
    font-size: 18px;
}

.hp_tools_item:hover{
    color:#fff;
    text-decoration:none;
    border-color:#efb827;
}

.hp_tools_cta{
    align-items:center;
    margin-top:3rem;    
    padding-top:1.5rem;
}
.hp_tools_cta .col-md-5{
    display: flex;
    place-content: center;
    
    &:nth-child(1){
        position: relative;
        
        &:after{
            position: absolute;
            content: "";
            width: 1px;
            height: 100%;
            background: var(--primary-color);
            right: -7%;
            top: 0;
        }
    }
}

.cta-big-font{
  color: #Fff;
  font-size: clamp(1.5rem, 2vw, 2vw);
  font-weight: 600;
  
  &:hover{
    color: var(--primary-color);
  }
}

.hp_tools_cta_item{
    display:flex;
    align-items:center;
    gap:1rem;
    color:#fff;
}

.hp_tools_cta_item i{
    color:#efb827;
    width:44px;
    height:44px;
    border:1px solid #efb827;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.t-icon {
  max-width: 80px;
  min-width: 80px;
}

.hp_tools_cta_item h3{
    color:#efb827;
    font-size:clamp(1rem, 1.5vw, 1.5vw);
    font-weight:600;
    margin-bottom:0.25rem;
}

.hp_tools_cta_item p{
    color:#fff;
    font-size:clamp(.85rem, 1.2vw, 1.2vw);
    margin-bottom:0;
}

@media(max-width:1200px){
    .t-icon{
        min-width:60px;
        max-width: 60px;
    }
}

@media(max-width:991px){    
    .hp_tools_cta .col-md-5{
        flex: 0 1 50%;
        max-width: 50%;
    }
    .hp_tools_cta .col-md-2{
        flex: 0 1 100%;
        max-width: 100%;
    }
    .hp_tools_cta .btnbox_right{
        justify-content: center !important;
        margin-top: 3rem;
    }
    
    .hp_tools_cta .col-md-5:nth-child(1):after{
        right: 0;
    }
}

@media screen and (max-width:767.5px){
    .hp_tools{
        padding:4rem 5% 0;
        background: url(https://cdn1.npcdn.net/images/g_finance_img_amv91n_1781076699.jpg?md5id=ec25d36848f1c8eed1c6729bb73fc7f9&new_width=1262&new_height=1131&type=4);
        background-color: #333;
        background-blend-mode: multiply;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .hp_tools .container-fluid{
        padding-left:15px;
        padding-right:15px;
    }

    .hp_tools_imgbox{
        margin-bottom:0;
        height: 0;
    }

    .hp_tools_cta > div{
        margin-bottom:1rem;
    }

    .hp_tools_cta .btnbox_right{
        justify-content:flex-start;
    }
}

@media(max-width:576px){
    .hp_tools_cta .col-md-5{
        flex: 0 1 100%;
        max-width: 100%;
        margin-bottom: 2rem;
        justify-content: start;
    }
    .hp_tools_cta .col-md-5:nth-child(1):after{
        display: none;
    }
    .hp_tools_cta .btnbox_right{
        justify-content:center !important;
        margin-top: 0;
    }
}

/* testimonial */
.index_wrapper_9{
    position:relative;
    padding:5rem 9%;
    background: url(https://cdn1.npcdn.net/images/h_testimonial_bg_kav45r_1781079143.jpg?md5id=ec25d36848f1c8eed1c6729bb73fc7f9&new_width=1600&new_height=1105&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow:hidden;
}

.hp_testimonial_bg{
    position:absolute;
    left:50%;
    top:-3.5rem;
    transform:translateX(-50%);
    color:rgba(255,255,255,0.08);
    font-size:clamp(3rem, 11vw, 11vw);
    font-weight:900;
    font-style:italic;
    letter-spacing:0.25rem;
    line-height:1;
    pointer-events:none;
}

#main_index .hp_testimonial_type3{
    overflow: visible;
    position:relative;
    z-index:2;
}

#main_index .hp_testimonial_type3 .slick-arrow{
    color: #fff;
}

#main_index .hp_testimonial_type3 .slick-arrow.fa-chevron-left{
    left: -80px !important;
}

#main_index .hp_testimonial_type3 .slick-arrow.fa-chevron-right{
    right: -80px !important;
}

#main_index .hp_testimonial_type3 .testimonial_box{
    width:100%;
    display:flex;
    justify-content:center;
    margin: 0 !important;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card{
    max-width:780px;
    min-height:220px;
    margin:0 auto;
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    background:transparent;
    color:#fff;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .img{
    position:relative;
    top:auto;
    height:60px;
    width:60px;
    border-radius:50%;
    overflow:hidden;
    box-shadow:none;
    margin-bottom:1rem;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area{
    margin-top:0;
    margin-bottom:1rem!important;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text{
    color:rgba(255,255,255,0.72);
    font-size:0.9rem;
    line-height:1.8;
    margin-bottom:0;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card i{
    color:#efb827;
    font-size:0.85rem;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .name{
    text-align:center;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .name h6{
    color:#efb827;
    margin-bottom:0.2rem;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .name p{
    color:rgba(255,255,255,0.72);
}


#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card i{
    color: #fff;
    margin-top: 1rem;
}
@media screen and (max-width:767.5px){
    .hp_testimonial{
        padding:0rem 0%;
    }

    .hp_testimonial_bg{
        font-size:15vw;
        top: -2.1rem;
    }
}

/* contact */
.index_wrapper_10{    
    padding:0rem 0 3rem;
    background: url(https://cdn1.npcdn.net/images/i_contact_bg_1p7xls_1781079224.jpg?md5id=ec25d36848f1c8eed1c6729bb73fc7f9&new_width=1600&new_height=639&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}
.index_wrapper_10 > .container-fluid{
    width: calc(100% - (9%*2));
    padding-bottom: 4.5rem;
    border-bottom: 1px solid var(--primary-color);
}

.ex_hpcontact_formonly{
    padding: 3rem 4rem;
    background: radial-gradient(ellipse at bottom left, #efb8279e 0%, #000 30%);
    margin: 0;
    border: 1px solid var(--primary-color);
    background-color: #000;
}

.hp_contact_row{
    align-items:center;        
    padding:;
}

.hp_contact .n_title span{
    font-style:italic;
    letter-spacing:0.55rem;
    padding-left: 12%;
}

.hp_contact_linkbox{
    display:flex;
    flex-direction:column;
    gap:0.55rem;
    margin-top:2rem;
    padding-left: 12%;
}

.hp_contact .btnbox_left{
    padding-left: 15%;
    margin-top: 3rem;
}

.hp_contact_link{
    display:flex;
    align-items:center;
    gap:0.7rem;
    color:#fff;
    font-size:0.85rem;
    text-decoration:none;
}

.hp_contact_link i{
    color:#efb827;
}

.hp_contact_link:hover{
    color:#efb827;
    text-decoration:none;
}

.hp_contact_formbox{
    background:linear-gradient(180deg, rgba(239,184,39,0.55), rgba(0,0,0,0.95));
    border:1px solid #efb827;
    padding:2rem;
    color:#fff;
}

.hp_contact_formbox h3{
    font-size:1.6rem;
    font-weight:700;
    font-style:italic;
    margin-bottom:1.5rem;
}

.hp_contact_formbox input,
.hp_contact_formbox select,
.hp_contact_formbox textarea{
    width:100%;
    height:34px;
    border:0;
    background:#fff;
    color:#000;
    padding:0 0.8rem;
    font-size:0.8rem;
    margin-bottom:0.75rem;
    outline:none;
}

.hp_contact_formbox textarea{
    height:76px;
    padding-top:0.7rem;
}

.hp_contact_formbox button{
    border:1px solid #efb827;
    background:#050505;
    color:#fff;
    padding:0.65rem 1.2rem;
    font-size:0.75rem;
    transition:0.25s all linear;
}

.hp_contact_formbox button:hover{
    background:#efb827;
    color:#000;
}

@media screen and (max-width:767.5px){
    .hp_contact{
        padding:0rem 0% 0rem;
    }

    .hp_contact_row{
        padding:0rem;
        padding-bottom: 0;
    }

    .hp_contact_textbox{
        margin-bottom:2rem;
    }
}

@media(Max-width:576px){
    .hp_contact_textbox .n_title{
        line-height: 1.5;
    }
    .hp_contact .n_title span,
    .hp_contact_linkbox,
    .hp_contact .btnbox_left{
        padding-left: 0;
    }
}

/* Banner */
.slider_banner .item > img{
    transform: scale(1.01);
}

/* Footer */
.footer_type6{
    background: #000;
}
.footer_type6 .logo{
    padding-top: 70px;
    
    img{
        max-height: 70px;
    }
}
.footer_type6 .title h5{
    font-size: clamp(.85rem, 1.05vw, 1.05vw);
    text-transform: uppercase;
}
.footer_type6 .line{
    display: none;
}
.footer_type6 .social_media{
    display: flex;
    justify-content: end;
    gap: .75rem;
}
.footer_type6 .social_media a{
    margin: 0;
}
.footer_type6 .social_media i{
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 18px;
}

@media(max-width:576px)
{
    .footer_type6{
        padding-left: 5%;
        padding-right: 5%;
    }
}

/*Testimonial*/
.hp_testimonial_type3 .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp_testimonial_type3 .slick-dots li button,
.hp_testimonial_type3 .slick-dots li{
    width: 6px;
    height: 6px;
}
.hp_testimonial_type3 .slick-dots li button:before {
    color: #fff;
    background: #fff;
    border-radius: 0%;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .5;
}
.hp_testimonial_type3 .slick-dots li.slick-active{
    width: 60px !important;
}
.hp_testimonial_type3 .slick-dots li.slick-active button:before {
  opacity:1;
  width: 100%;
  background: var(--primary-color);
}

/*COntact/*/
#main_index .form-group label{
  color: #fff;
}
.ex_hpcontact_formonly .subtitle{
  display: none;
}
.ex_hpcontact_formonly .title{
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 2.5vw);
  font-weight: 600;
  font-style: italic;
  margin-bottom: 1.5rem;
}
#main_index #fileUpload{
  color: #fff;
}
.contact_us_form .btn-primary {
  background: #000 !important;
  border: none;
  padding: 10px 15px !important;
  border-radius: 0;
  
  i{
    display: none;
  }
}

.hp_contact_linkbox{
  width: 57%;
}
.c-list {
  color: #fff;
  display: flex;
  gap: .75rem;    
  
  &:not(:last-child){
    margin-bottom: .85rem; 
  }  
}
.c-icon{
  color: var(--primary-color);
}
.c-list p{
  margin: 0;
    font-size: clamp(.9rem, 1vw, 1vw);
}
.c-list a{
  color: #fff;
    font-size: clamp(0.9rem, 1vw, 1vw);
}

@media(min-width:1200px){
  #index_11{
    flex: 0 1 40%;
    max-width: 40%;
    margin-left: auto;
  }
}

@media(max-width:1200px){
    .hp_contact_linkbox{
        width: 100%;
    }
}

@media(max-width:991px){
    .row.outerRow_10{
        flex-direction: column;
        
        > div{
            flex: 0 1 100%;
            max-width: 100%;
        }
    }
    .hp_contact_textbox{
        margin-bottom: 4rem;
    }
    
}
    
    
/*     Slick */
    .productSlider-1 .slick-list{
        padding: 0 !important;
    }

/* Tool */

@media(max-width:991px){
    .index_wrapper_9{
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media(max-width:576px){
    .hp_tools_head{
        text-align: center;
    }
    .hp_tools_head .n_content{
        width: 100%;
    }
    .hp_tools_body {
        &::before{
            display: none;       
            width: 150%;
        } 
    }
}

/*Product Page*/
.product_detail .category_tag a{
  font-size: 20px;
}
.product_detail .product_description_link a{
  font-size: 20px;
}
.product_detail .mainFunction button{
  font-size: 20px !important;
}