#main_faq .faq_section .faq_category_item .faq_details .card .card-header .btn {
    text-align: left;
}

#main_faq .faq_section .faq_category_item .faq_details .card .card-header .btn .faq_question {
    display: flex;
    align-items: baseline;
}

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

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

.toggle_btn .whatsapp_float_title{
    display: none;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item{
  background: rgba(255, 255, 255, .9);
}
.side_menu {
  background: #344398;
}

/* Btn */
.main-btn{
    white-space: nowrap;
    background: #f6ae2d;
    color: #fff;
    border-radius: 9999px;
    border-style: none;
    font-size: .9rem !important;
    padding: .25rem .5rem .25rem 1.25rem; 
    width: fit-content;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    gap: .75rem;
    border: 1px solid transparent;
}
.main-btn:after{
    display: inline-flex;
    content: "";
    width: 40px;
    height: 40px;
    background: url(https://cdn1.npcdn.net/images/button_more_gZ0RfBhJ_1755666075.png?md5id=e62e4e249110f293347233352a4edf81&new_width=85&new_height=85&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s linear;
}
.main-btn:hover{
    color: #fff;
    background: #344398;
}
.main-btn:hover:after{
    transform: rotateZ(45deg);
}

@media(max-width:1200px){
    .b_box .main-btn{
        font-size: 1.25vw;
        gap: 1vw;
        padding: .5vw .5vw .5vw 1.25vw;
    }
    .b_box .main-btn:after{
        width: 3vw;
        height: 3vw;
    }
}
@media(max-width:468px){
    .b_box .main-btn{
        font-size: 3vw;
        gap: 2vw;
        padding: 1vw 1.5vw 1vw 2.5vw;
        margin: auto;
    }
    .b_box .main-btn:after{
        width: 7vw;
        height: 7vw;
    }
}

/* title */
.title-box h6{
    border: 1px solid #344398;
    width: fit-content;
    padding: .35rem 1rem;
    border-radius: 9999px;
    color: #344398;
}
.title-box h1,
.title-box h2{
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;    
    font-weight: 700;
    color: #3a2d27;
}
.title-box h1 span{
    color: #344398;
}

p.content{
    font-size: .95rem;
    color: #555;
}

@media(max-width:991px){
    .title-box h6{
        font-size: .85rem;
    }
    .title-box h1,
    .title-box h2{
        font-size: 2.25rem;
    }
}

@media(max-width:768px){
    .title-box h1,
    .title-box h2{
        font-size: 1.85rem;
    }
}

/*topspace*/
.industry_topContact {
    background-color: #344398;
}
.ts-row{
    display: flex;
    justify-content: space-between;
    padding: .5rem calc(12% - 15px);
}

.industry_topContactContent a{
    color:#fff;
    font-size: .85rem;
    text-decoration: none;
}
.industry_topContactContent a img{
    width: 15px;       
    margin-right: .65rem;
}

.industry_topContactContent {
    display: flex;
    justify-content: flex-start;       
}

.industry_topContactText {
    font-size: .8rem;
    color: #fff;
    /*cursor: pointer;*/
}

.ts-row .socialList{
    display: flex;
    gap: 1rem;    
}
.ts-row .socialList i{
    color: #fff;
    font-size: 15px;
}
.ts-row .socialList img{
    width: 15px;
    margin-top: -5px;
    filter: brightness(0) invert(1);
}

@media all and (max-width: 992px) { 
    .industry_topContact {
        display: none;
    }
}

/* Nav */
.navbar_ecommerceDropdown .nav_search {
  justify-content: end;
}
.nav_bottom .menu{
  gap: 3.5rem;
}
.nav_bottom .menu .nav_item:hover{
  background: transparent;
}
.nav_bottom .menu .nav_item .dropdown a{
  padding: .75rem 0;
  font-size: .9rem;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body{
    background: #fff;    
    padding: 0px;
}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body a{
    color: #344398;
    border-bottom: 1px solid #ffffff30;
    padding: 1rem 1rem !important;     
}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body a:hover{
    background: #344398;
    color: #fff;
}

@media(max-width:1300px){
    .navbar_type8 .logo{
        margin-left: 5rem;        
        flex: 0 1 15%;
    }
    .navbar_type8 .logo img{
        width: 120px;
    }
    .navbar_type8 .nav_tab{
        padding-right: 5rem;        
        flex: 0 1 85%;
    }
    .navbar_type8 .nav_tab .nav_item a{
        font-size: .8rem;  
        padding: 0px .7rem;
    }
}

/* Banner */
.b_box{
    height: 100%;
}
.b_wrapper{
    position: relative;
    height: 100%;
}

.b_titleBox{
    display: flex;
    align-items: end;
    gap: 3vw;
    position: absolute;
    top: 50%;
    left: 50%;
}
.b_titleBox .title{
    font-family: "Playfair Display", serif;
    color: #344398;
    font-size: 11vw;
    font-weight: 700;
    line-height: 1;
}
.b_titleBox .line{
    content: "";
    width: 18%;
    height: 2px;
    background: #000;
    margin-bottom: .5rem;
}
.b_titleBox .subtitle{
    font-size: 1.25vw;
    letter-spacing: 1px;
    line-height: 1.2;
    width: 15%;
}

.b_titleBox .nsubtitle{
    font-size: 2.25vw;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.25;
    width: 80%;    
    color: #344398;
    font-family: "Playfair Display", serif;
}
.b_titleBox .nsubtitle .line{
    margin-bottom: 1rem;
    background: #344398;
}

.b_contentBox{
    width: 18%;
    position: absolute;
    top: 50%;
    left: 50%;
}
.b_contentBox p{
    font-size: 1.1vw;
    margin-bottom: 1vw;
}

.b_wrapper.slide1 .b_titleBox{    
    transform: translate(-85%, -210%);
}
.b_wrapper.slide1 .b_contentBox{    
    transform: translate(155%, 90%);
}

.b_wrapper.slide2 .b_titleBox{    
    transform: translate(-74%, -60%);
}
.b_wrapper.slide2 .b_contentBox{    
    transform: translate(188%, 90%);
}

.b_wrapper.slide3 .b_titleBox{    
    transform: translate(-84%, -170%);
}
.b_wrapper.slide3 .b_contentBox{    
    transform: translate(179%, 80%);
}

@media(max-width:768px){
    .slider_banner .item > img{
        min-height: 300px;
        object-fit: cover;        
    }
    .b_wrapper.slide1 .b_titleBox{    
        transform: translate(-80%, -230%);
    }
    .b_wrapper.slide1 .b_contentBox{    
        transform: translate(170%, 130%);
    }
}

@media(max-width:468px){
    .slider_banner .banner_content{
        background: rgba(255, 255, 255, .55);
    }
    .b_wrapper .b_titleBox,
    .b_wrapper .b_contentBox{
        position: unset;
        top: unset !important;
        left: unset !important;
        transform: unset !important;        
    }
    .b_wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .b_wrapper .b_titleBox{
        width: 100%;      
        justify-content: center;
    }
    .b_titleBox .title{
        font-size: 18vw;
    }
    .b_titleBox .subtitle{
        font-size: 2.75vw;
    }
    .b_titleBox .line{
        width: 4vw;
    }
    .b_wrapper .b_contentBox{
        width: 90%;
        margin-top: 1rem;
    }   
    .b_contentBox p{
        font-size: 3.5vw;
        margin-bottom: 3vw;
    }
    
    .b_titleBox .nsubtitle{
        font-size: 5vw;
    }
    .b_titleBox .nsubtitle .line{
        width: 20%;
        margin: auto;
        margin-bottom: .85rem;
    }
}

.slider_banner .slick-dots li{
  margin: unset;
}
.slider_banner .slick-dots li.slick-active button:before {
  opacity:.75;
  color: #344398;
}
.slick-dotted.slick-slider{
  margin-bottom: 0px;
}   

@media(min-width:468px){
    .slider_banner .slick-dots{
      top: 50%;
      right: 0;
      width: fit-content;
      position: absolute;
      transform: rotateZ(90deg);
      transform-origin: center;
      height: fit-content;
    }
}

@media(max-width:468px){
    .slider_banner .slick-dots{
      bottom: 5%;
      position: absolute;
    }
}

/* Abt */
.hp_about{
    padding: 5rem 0;
}
.hp_about .title-box{
    margin-bottom: 2rem;
}
.abt-box h3{
    color: #344398;
    font-size: 1.25rem;
    font-weight: 800;
}
.abt-box p{
    color: #555;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.65;
}
.abt-box p b{
    color: #000;
}

.why-box{
    position: relative;
}
.why-bg{
    position: relative;
    width: 100%;
    padding-top: 25%;
    overflow: hidden;
    border-radius: 9999px;
}
.why-bg img{
    position: absolute;
    width: 105%;
    height: 105%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: all .3s linear;
}

.why-content{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 1rem 1rem;
    gap: .65rem;
    width: 100%;
    height: 100%;
    cursor: default;
}

.count-number{
    font-size: 2.75rem;
    font-weight: 900;
    display: flex;
    justify-content: start;
}
.count-number:after{
    display: inline-flex;
    content: "+";
    font-size: 1.5rem;  
    margin-top: .45rem;
    margin-left: .2rem;
}
.why-info h3{
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0px;
}
.why-info p{
    font-size: .95rem;
    margin-bottom: 0px;
}

.why-box:hover .why-bg img{
    width: 100%;
    height: 100%;
}

@media(min-width:991px) and (max-width:1200px){
    .why-bg{
        padding-top: 100%;
    }
    .why-content{
        flex-direction: column;        
        text-align: center;
        gap: 0rem;
        padding: 0 10%;
    }   
    .why-info h3{
        margin-bottom: .35rem;
    }
}

@media(max-width:991px){
    .abt-box h3{
        font-size: 1rem;
    }
    .abt-outerbox{
        padding: 1rem;
    }
     
    .why-outerbox{
        padding: 1rem;
    }
    .count-number{
        font-size: 3.5rem;
    }
    .count-number:after{
        margin-top: 1rem;
    }
    .why-info h3{
        font-size: 1.25rem;
    }
    .why-info p{
        font-size: 1rem;
    }
}

@media(max-width:468px){
    .count-number{
        font-size: 2.5rem;
    }
    .count-number:after{
        margin-top: .35rem;
    }
    .why-info h3{
        font-size: 1rem;
    }
    .why-info p{
        font-size: .85rem;
    }
}

/* Product */
.index_wrapper_4{
    background: #f5f5f5;
    padding: 5rem 0;
}
html:lang(ms) .product_cat-5 .cat_box .content .content_box p:first-child{
  display: none;
}
#main_index .product_cat-5 .cat_box:hover img {
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
}
#main_index .product_cat-5 .cat_box .cat_img{
/*     display: none; */
}
#main_index .product_cat-5 .cat_box img{
    filter: brightness(.25);
}
#main_index .product_cat-5 .cat_box{
    padding: 40%;
    border-radius: 20px;
}
#main_index .product_cat-5 .cat_outter_box{
    padding: 8px;
}
#main_index .product_cat-5 .cat_box .content{
    position: absolute;
    top: unset;
    right: unset;
    bottom: 0;   
    left: 0;
    max-width: 100%;
    height: auto;
    transition: all ease-in 0.4s;
    transform: unset;    
    background: transparent;
    margin-bottom: 1.5rem;
    border-radius: 0 50px 50px 0;
    font-size: 1rem;
    font-weight: 700;
}
#main_index .product_cat-5 .cat_box .content:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0%;
    height: 100%;
    background: #f6ae2d;
    z-index: -1;
    border-radius: 0 50px 50px 0px;
    transition: all .3s linear;
}
#main_index .product_cat-5 .cat_box:hover .content:after{    
    width: 100%;
}
#main_index .product_cat-5 .cat_box:hover .content p{
    color: #fff;
}
#main_index .product_cat-5 .cat_box:hover img{
    filter: brightness(1);
}

/* Oem */
.hp_oem {
  padding: 0rem 0 12rem;  
  background: #F5F5F5;
}
.oem-content .btn-group{
  gap: 1rem;
}

@media(max-width:468px){
    .oem-content .btn-group{
        flex-direction: column;
    }
}

/* Google */
.index_wrapper_6{
    position: relative;    
    padding: 5rem 0;          
    z-index: 1;
    margin-top: -7rem;
}
.index_wrapper_6:after{
    position: absolute;
    content: "";
    width: 95vw;
    height: 100%;
    top: 0;
    right: 0;
    background: url(https://cdn1.npcdn.net/images/review_bg_ggcOqkRG_1755666075.jpg?md5id=e62e4e249110f293347233352a4edf81&new_width=2000&new_height=750&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px 0 0 50px;
    z-index: -1;    
}
.title-box.text-white h2{
    color: #fff;
}
.title-box.text-white h6{
    color: #fff;
    border-color: #fff;
}

.hp_google{    
}

@media(max-width:768px){
    .index_wrapper_6{
        border-radius: 0;
    }
    .hp_google{
        padding: 0;
    }   
}

@media(max-width:991px){
    .index_wrapper_6:after{
        width: 100vw;
        border-radius: 0;
    }
}

/* News */
.index_wrapper_7{
    padding: 5rem 0 2rem;
}

.hp_news .title-box{
  margin-bottom: 1rem;
}
#main_index .latest_new_type2 .news_box{
  flex-direction: column;
    transition: all .3s linear;
}
#main_index .latest_new_type2 .news_box:hover{
    transform: translateY(10px);
}
#main_index .latest_new_type2 .news_box .img_frame{
  border-radius: 20px;
  padding-bottom: 65% !important;
}
#main_index .latest_new_type2 .news_box .content{
  margin-top: 1.5rem;
}
#main_index .latest_new_type2 .news_box .content h6{
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #555;
}

#main_index .latest_new_type2 .news_box .date{    
    background: #f6ae2d;
    height: 25px;
    border-radius: 9999px;
    top: 15px;
    left: 15px;
}
#main_index .latest_new_type2 .news_box .date .date_frame{
    height: 25px;
}
#main_index .latest_new_type2 .news_box .date .date_frame .date_content{
    display: flex;
    align-items: center;
    gap: .15rem;
}
#main_index .latest_new_type2 .news_box .date .date_frame .date_content .number{
    font-size: .65rem;
}
#main_index .latest_new_type2 .news_box .date .date_frame .date_content .month{
    top: 0;
    font-weight: 600;
    font-size: .65rem;
}

@media(max-width:768px){
    #main_index .latest_new_type2 .news_box .content h6{
      font-size: .85rem;
    }
}

/* Contact */
.index_wrapper_8{
    padding-bottom: 5rem;
}
.contactFrame{
    width: 85%;
}
#main_index .ex_hpcontact_formonly .title{
    font-family: "Playfair Display", serif;   
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
#main_index .ex_hpcontact_formonly .form-control{
    background: #F5F5F5;
    border: unset;
}
#main_index .ex_hpcontact_formonly .form-group label{
    font-weight: 600;
    color: #444;
}
#main_index .ex_hpcontact_formonly .subtitle{
    display: none;
}
#main_index .ex_hpcontact_formonly .btn-primary i{
    display: none;
}
#main_index .ex_hpcontact_formonly .btn-primary{
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 9999px;
    padding: .25rem .35rem .25rem 1rem !important;
    transition: all .3s linear;
    background: #f6ae2d !important;
    border-color: #f6ae2d !important;
}
#main_index .ex_hpcontact_formonly .btn-primary:after{
    display: inline-flex;
    content: "";
    width: 40px;
    height: 40px;
    background: url(https://cdn1.npcdn.net/images/button_more_gZ0RfBhJ_1755666075.png?md5id=e62e4e249110f293347233352a4edf81&new_width=85&new_height=85&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s linear;    
}
#main_index .ex_hpcontact_formonly .btn-primary:hover{
    background: #344398 !important;
    border-color: #344398 !important;
}
#main_index .ex_hpcontact_formonly .btn-primary:hover:after{
    transform: rotateZ(45deg);
}

#main_index .row.innerRow_8{
    align-items: center;
}
#main_contactus .ws_contact .contact_map {
    display: none !important;
}
#main_contactus #v-pills-tab {
    display: none !important;
}
#main_contactus .contactus_wrapper_5 .page_title {
    display: none !important;
}
#main_contactus .page_title {
    text-align: center !important;
}
#main_contactus #v-pills-hq > h5:nth-child(1),
#main_contactus #v-pills-hq > p:nth-child(2),
#main_contactus #v-pills-hq > p:nth-child(3),
#main_contactus #v-pills-hq > div:nth-child(4),
#main_contactus #v-pills-hq > ul:nth-child(5),
#main_contactus #v-pills-hq > ul:nth-child(6),
#main_contactus #v-pills-hq > ul:nth-child(7),
#main_contactus #v-pills-hq > ul:nth-child(9),
#main_contactus #v-pills-hq > h6:nth-child(13),
#main_contactus #v-pills-hq > img:nth-child(14) {
    display: none;
}

#main_contactus #v-pills-hq {
    display: flex;
  flex-direction: column;
}

#main_contactus #v-pills-hq > div:nth-child(10) {
    order: 1;
}

#main_contactus #v-pills-hq > ul:nth-child(11) {
    order: 2;
}

#main_contactus #v-pills-hq > div:nth-child(12) {
    order: 3;
}

#main_contactus #v-pills-hq > ul:nth-child(8) {
    order: 4;
}

#main_contactus .ws_contact .ws_contactus_socialicon {
    flex: 1 1 auto;
}
#main_contactus .hpbranch_default .hpbranch_item:nth-child(1) .branch_details > hr:nth-child(6),
.hpbranch_default .hpbranch_item:nth-child(1) .branch_details > div:nth-child(7) {
    display: none !important;
}
#main_contactus .contactus_wrapper_5 #contactus_5_1 > .ws_contact > .container:nth-child(2) > .row > .col-12.text-center:nth-child(1) {
    display: none !important;
}
.career-section a {
  width: fit-content;
  display: block;
  margin: 0 auto;
      margin-bottom: 4vw;
    margin-top: 2vw;
}
.contactus_qr_code {
    max-width: 195px;
}

@media(max-width:768px){
    .contactFrame{
        width: 100%;
    }
    .stay-connected {
    display: none;
}
}

/* Footer */
.footer{
    background: #f5f5f5;
    color: #555;
}
.footer a{
    color: #555;
}
.footer b{
    color: #000;
    font-size: 110%;
}
.footer_subtitle{
    color: #000;
    font-weight: 800;
    font-size: 1.2rem;
}
.footer p{
    font-size: .9rem;
}
.footer .copy_right,
.footer .copy_right a{
    color: #555;
}

.footer_company_logo{
    margin-bottom: 1rem;
    width: 80%;
}
.footer .social_media{
    justify-content: start;
    gap: .35rem;
    margin-top: .5rem;
}
.footer .social_media i{
    background: #000;
    width: 25px;
    height: 25px;
    display: grid;
    place-content: center;
    border-radius: 9999px;
}
.footer .social_media li a .icon_s{
    background: #000;
    width: 25px;
    height: 25px;
    border-radius: 9999px;    
}
.footer .social_media i:hover,
.footer .social_media li a .icon_s:hover{
    background: #344398;
}

.footer .socialGroup img{
    background: #000;
    width: 25px;
    height: 25px;
    border-radius: 9999px;
    padding: .3rem;
}
.footer .socialGroup img:hover{
    background: #344398;
}

/*contac us page*/
.hpbranch_default .hpbranch_item:first-child .hpbranch_item_wrapper{
    background:#f6ae2d;
}
.hpbranch_default .hpbranch_item:first-child .hpbranch_item_wrapper a{
    color:#212529;
}
.hpbranch_default .hpbranch_item:nth-child(3) .hpbranch_item_wrapper{
    background:#344398;
    color:#fff;
}
.hpbranch_default .hpbranch_item:nth-child(3) .hpbranch_item_wrapper a{
    color:#fff;
}
@media(min-width:768px){
    .hpbranch_default .hpbranch_item .hpbranch_item_wrapper{
        font-size:16px;
    }
}

/*Testimonial*/
.hp_testimonial_type3 .testimonial_box .testimonial_card .name,
.hp_testimonial_type3 .testimonial_box .testimonial_card i{
  color: #fff;
}
.hp_testimonial_type3 .testimonial_box .testimonial_card .name h6{
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.hp_testimonial_type3 .testimonial_box .testimonial_card .img{
  display: none;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .text_area{
  margin-top: 0;
}
.hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text{
  font-size: 1rem;
  color: #fff;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .all_font_sm{
  font-size: 1rem !important;
}

.one-time .slick-prev{
  left: -15px;
}
.one-time .slick-next{
  right: -15px;
}
