@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
.whatsapp-custom-btn{
    height: auto;
  border-radius: 50px;
}

.whatsapp-custom-btn div{
    padding: 7px 35px 7px 7px;
}
 .text-animation{
      list-style: none;
      /*position: absolute;*/
      /*left: 50%;*/
      /*top: 50%;*/
      /*transform: translate(-50%, -50%);*/

    }

    .text-animation li{
      display: inline-block;
      margin-right: 5px;
      opacity: 1;
      transition: all 2.5s ease;
    }

    .text-animation li:last-child{
      margin-right: 0;
    }
    .text-animation.hidden{
      opacity: 0;
    }

    .text-animation.text-animation.hidden li:nth-child(1){transform: translateX(-200px) translateY(-200px);}
    .text-animation.text-animation.hidden li:nth-child(2){transform: translateX(20px) translateY(100px);}
    .text-animation.text-animation.hidden li:nth-child(3){transform: translateX(-150px) translateY(-80px);}
    .text-animation.text-animation.hidden li:nth-child(4){transform: translateX(10px) translateY(-200px);}
    .text-animation.text-animation.hidden li:nth-child(5){transform: translateX(-300px) translateY(200px);}
    .text-animation.text-animation.hidden li:nth-child(6){transform: translateX(20px) translateY(-20px);}
    .text-animation.text-animation.hidden li:nth-child(7){transform: translateX(30px) translateY(200px);}
    .text-animation.text-animation.hidden li:nth-child(8){transform: translateX(-200px) translateY(-200px);}
    .text-animation.text-animation.hidden li:nth-child(9){transform: translateX(20px) translateY(100px);}
    .text-animation.text-animation.hidden li:nth-child(10){transform: translateX(-150px) translateY(-80px);}
    .text-animation.text-animation.hidden li:nth-child(11){transform: translateX(10px) translateY(-200px);}
/*#bannerAnimation{*/
      /*padding-top: 200px;*/
      /*position: fixed;*/
      /*width: 100%;*/
      /*bottom: 45%;*/
      /*display: block;*/
/*    }*/

/*    #flip{*/
/*      height: 50px;*/
/*      overflow: hidden;*/
/*    }*/

/*    #flip>div>div{*/
/*      padding: 4px 12px;*/
/*      height: 45px;*/
/*      margin-bottom: 45px;*/
/*      display: inline-block;*/
/*    }*/

/*    #flip div:first-child{*/
/*      animation: show 5s linear infinite;*/
/*    }*/

/*   @keyframes show {*/
/*    0%{*/
/*      margin-top: -270px;*/
/*    }*/
/*    5%{*/
/*      margin-top: -180px;*/
/*    }*/
/*    33%{*/
/*      margin-top: -180px;*/
/*    }*/
/*    38%{*/
/*      margin-top: -90px;*/
/*    }*/
/*    66%{*/
/*      margin-top: -90px;*/
/*    }*/
/*    71%{*/
/*      margin-top: 0px;*/
/*    }*/
/*    99.99%{*/
/*      margin-top: 0px;*/
/*    }*/
/*    100%{*/
/*      margin-top: -270px;*/
/*    }*/
/*   }*/
.wrapper span{
    display: inline-block;
    opacity: 0;
    margin-left: -155px;
    /*transform: translate(-155px, 0);*/
    /*scale(0.4)*/
    animation: animate 10s infinite;
    color: #fff;
}

.wrapper span:nth-of-type(2){
    animation-delay: 0.05s;
}
.wrapper span:nth-of-type(3){
    animation-delay: 0.1s;
}
.wrapper span:nth-of-type(4){
    animation-delay: 0.15s;
}
.wrapper span:nth-of-type(5){
    animation-delay: 0.20s;
}
.wrapper span:nth-of-type(6){
    animation-delay: 0.25s;
}
.wrapper span:nth-of-type(7){
    animation-delay: 0.30s;
}
.wrapper span:nth-of-type(8){
    animation-delay: 0.35s;
}
 .wrapper span:nth-of-type(9){
    animation-delay: 0.40s;
}
.wrapper span:nth-of-type(10){
    animation-delay: 0.45s;
} 

@keyframes animate {
    0%{
        font-size: 2vw;
    }
    40%{
        /*transform: translate(50px, 0) ;*/
        margin-left: 20px;
        /*scale(.7)*/
        font-size: 3vw;
        opacity: 1;
        color: #fff;
    }
    60%{
        color: wheat;
    }
    80%{
        /*transform: translate(0, 0) ;*/
        margin-left: 0;
        font-size: 4vw;
        /*scale(1.1)*/
        opacity: 1;
    }
    100%{
        /*transform: translate(0, 0) ;*/
        margin-left: 0;
        /*scale(1)*/
        /*line-height: 1.2;*/
        font-size: 4vw;
        opacity: 1;
    }
}


/*navigator adjustment*/
.navbar_type8{
    background-color:#ffffff;                /*for all page of navigator bar*/
    height:100px;
    padding-left:3%;
    font-weight:bolder;
}

.navbar_type8 .nav_tab .nav_item a{         /*nav font color change*/
    color:#000000;
    font-weight:bolder;
}

.navbar_type8 .logo{
    margin-left:50px;
}

.logo img{
    padding:3px!important;
}

#main_index .logo img{
filter: none;
}

.navbar_type8 .logo img {
  width: 300px;
}

#main_index .navbar_type8{                  /*mainpage only - adjust bg color to transparent*/
  background-color: rgba(255, 255, 255, 0.6);
}

#main_index .dark_nav{                                              /*Dark nav background change to white */
    margin-top: 0px;
} 

#main_index .navbar_type8 .nav_tab {
  padding-top: 30px;
}

.navbar_type8 .nav_tab .nav_item a{
    font-weight:bold;
}

#main_index .navbar_type8 .nav_tab .nav_item a{     /*main page nav font color change*/
    color:#000;
    font-weight:bold;
    font-size: 0.95em;
}

#main_index .navbar_type8 .nav_tab .nav_item::before{
    border-bottom: 4px solid #629424;
}

.dark_nav{                                              /*Dark nav background change to white */
    background-color:#ffffff!important;
}      

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  max-width: 350px;
  min-width: 150px;
  padding: 0;
}

.navbar_type8.navbar_height.dark_nav .dropdown.nav_item a{      /*Dark nav change font color*/
    color:#000000;
}

#main_index .navbar_type8.navbar_height.dark_nav .dropdown.nav_item a{      /*Main page - dark nav font color*/
    color:#000000;
    font-weight:bolder;
}


@media screen and (min-width: 1300.5px) {
    .navbar_type8 .nav_tab {
  flex: 0 1 78%;
}



.navbar_type8 .logo {
  flex: 0 1 22%;
}
}

/*banner 1 2 3*/
.index_wrapper_2{                            /*move up the whole wrapper, need adjust from phone version*/
    margin-top:0px;
}



@media screen and (max-width: 1050.5px) {          
    .logo img{width:150px!important;} 
    .navbar_type8 .nav_tab {
  padding-right: 35px;
}
.navbar_type8 .logo {
  margin-left: 30px;
}
}

@media screen and (max-width: 991.5px) {          /*tablet Version 991px*/
    .index_wrapper_2{margin-top:0px;}
}

/*hp_banner*/

.hp_banner{
    transform:translate(8%,250%);
    overflow: hidden;
}

.hp_banner2{
    transform:translate(8%,100%);
    overflow: hidden;
}

.hp_banner_title{
    font-size: 3vw;
    color: #ffffff;
    text-shadow: 2px 2px 5px #000000;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 5px;

}


@media screen and (max-width: 767.5px) {
    .hp_banner{
        transform:translate(6%,90%);
    }
    
    .hp_banner2{
        transform:translate(6%,50%);
    }
    .hp_banner_title{
        font-size:1.12rem;
    }
}

/*@media screen and (max-width: 600.5px) {*/
/*    .hp_banner_title{*/
/*        font-size:1.5rem;*/
/*    }*/
/*}*/

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

    
   .index_wrapper_2 .container-fluid.outerContainer_2 .col-md-12.generated_col.p-0    /*height the wrapper img will pulling*/
   .container-fluid.innerContainer_2 .slider_banner.slick-initialized.slick-slider 
   .slick-list.draggable .slick-track .item.slick-slide img{height:220px!important;object-fit:cover!important;}    
}


/*hp_about*/
.hp_about{
    
    padding-top:6%;
    padding-bottom:4%;
    padding-left:6%;
    padding-right:6%;
}

.hp_about_title{
    padding-top:2%;
    letter-spacing:8px;
    font-weight:bold;
}


.hp_about_content{
    font-size:130%;
    padding-top:4%;
    width:90%;
    color:#4b4b4b;
}



.hp_about_gridbox{
     display: grid;
     grid-template-columns: auto auto;
     column-gap:1px;
}

.hp_about_icon{
    width:15%;
    object-fit:cover;
    float:left;
}

.hp_about_icontext{
    font-size:1.2vw;
    float:left;
    transform:translate(1vw,1vw);
}

.hp_about_buttonbox{
    margin-top:5%;
}

.hp_about_button{
    font-weight:bold;
    font-size:150%;
    color:#121212;
}
/**/
.profile-btn button {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    background: 0 0;
    border: none;
    outline: none;
    white-space: nowrap;
}

.profile-btn button:hover i {
    transform: rotate(360deg);
}

.profile-btn i {
    margin-left: 10px;
    font-size: 12px;
    transition: all .5s ease-in-out;
}

.profile-btn button:hover:after {
    width: 100%;
}

.profile-btn button:after {
    display: block;
    content: "";
    width: 0;
    height: 1.5px;
    background: #000;
    margin: 5px auto 0;
    transition: all .5s ease-in-out;
}
/**/
/*.hp_about_button:hover{*/
/*    text-decoration:none;*/
/*}*/

@media screen and (max-width: 1401px) {
    .hp_about_title{padding-top:13%;}
}

@media screen and (max-width: 1301px) {
    .hp_about_title{padding-top:8%;}
}

@media screen and (max-width: 1201px) {
    .hp_about_title{font-size:175%;}
    .hp_about_content{font-size:125%;}
}

@media screen and (max-width: 1001px) {
    .hp_about_title{padding-top:3%;}
    .hp_about_content{font-size:100%;width:100%;padding-top:2%;}
}

@media screen and (max-width: 767.5px) {
    .hp_about{background-size:auto;}
    .hp_about_title{text-align:center;}
    .hp_about_content{text-align:center;width:100%;}
    .hp_about_button{display:flex;justify-content:center;align-items:center;}
    .hp_about_image{margin-top:10%;}
    .hp_about_icon{margin-left:6%;}
    .hp_about_icontext{font-size:1rem;}
}

@media screen and (max-width: 700.5px) {
    .hp_about_gridbox{
        grid-template-columns: auto;
        
    }
    .hp_about_icon{
        width:20%;
        margin-left:0;
    }
    .hp_about_icontext{
        transform:translate(5vw,7vw);
    }
    .hp_about_buttonbox{
        margin-top:10%;
    }
}

/*hp_workflow*/

#main_index .index_wrapper_3 {
    background-image:url('https://cdn1.npcdn.net/img/1715583804content_bg1.jpg');
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#main_index .index_wrapper_4 {
    background-image:url('https://cdn1.npcdn.net/img/1715584207content_bg2.jpg');
    background-size:100%;
}

#main_index .index_wrapper_5, .index_wrapper_7 {
    background-color: #f0fff1;
}


.pb-5 {
  padding-bottom: 0rem !important;
}


.hp_photoGallerySliderWithTitle {
  background-color: #f0fff1;
}

.hp_product_buttonbox {
    align-content: center;
    margin-top:6%;
    font-family:"Josefin Sans";
}

.profile-btn2 button {
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    background: 0 0;
    border: none;
    outline: none;
    white-space: nowrap;
}

.profile-btn2 button:hover i {
    transform: rotate(360deg);
}

.profile-btn2 i {
    margin-left: 10px;
    font-size: 12px;
    transition: all .5s ease-in-out;
}

.profile-btn2 button:hover:after {
    width: 100%;
}

.profile-btn2 button:after {
    display: block;
    content: "";
    width: 0;
    height: 1.5px;
    background: #000;
    margin: 5px auto 0;
    transition: all .5s ease-in-out;
}

.hp_workflow{
    padding-top:6%;
    padding-bottom:6%;
}

.hp_workflow .col-md-3{
    margin-top:3%;
}

.hp_workflow_image {
    width: 90%;
}

.hp_workflow_title{
    font-family:"Josefin Sans";
    font-size:2.2em;
    font-weight:bold;
    letter-spacing: 5px;
    text-align:center;
    padding-bottom:3%;
}

.hp_workflow_title a{
    color: #000;
}

.hp_workflow_subtitle{
    font-family:"Josefin Sans";
    font-size:1.1vw;
    font-weight:bold;
    margin-top:6%;
    text-align: center;
}

.hp_workflow_content{
    font-size:1vw;
    color:#4b4b4b;
    text-align:center;
}

@media screen and (max-width: 767.5px) {
    .hp_workflow{
        padding-top:20%;
    }
    
    .hp_workflow_image{
        margin:0 auto;
        display:block;
    }
    .hp_workflow_title2 {
        font-size:2rem;
        text-align:center;
    }
    .hp_workflow_title{
        font-size:2rem;
        text-align:center;
    }
    .hp_workflow_subtitle{
        font-size:1.1rem;
        text-align:center;
    }
    .hp_workflow_content{
        font-size:1rem;
        text-align:center;
    }
}



/*hp_gallery*/
.hp_gallery_box .profile-btn button{
    color: gray;
    font-weight: bold;
    font-size: 20px;
}
.hp_gallery_box .profile-btn button:after {
    background: gray;
}
.hp_gallery{
    background-image:url('https://cdn1.npcdn.net/img/1710746975content_bg.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%;
    margin-top:0%;
    padding-bottom:26.5%;
}

.hp_gallery_box{
    background-image:url('https://cdn1.npcdn.net/img/1671524132sec5-bckg-2.jpg');
    background-attachment: fixed;
    width:67%;
    padding-top:12%;
    padding-left:7%;
    padding-bottom:17%;
    margin-top:14%;
}


.hp_gallery_content{
    font-size: 1.1em;
    line-height: 1.2;
    padding-bottom:2em;
}

.hp_gallery_button{
    font-weight:bold;
    font-size:150%;
    color:gray;
    
}

.hp_gallery_button:hover{
    text-decoration:none;
    color:red;
}

@media screen and (max-width: 767.5px) {
    .hp_gallery{background-size:auto;margin-top:15%;}
    .hp_gallery_box{width:100%;}
    .hp_gallery_button{font-size:110%;}
}

/*hp_contact*/
.hp_contact{
    padding-top:9%;
    padding-bottom:5%;
}

.hp_contact .col-md-7{
    margin-top:3%;
}

.hp_contact_image{
    object-fit:cover;
    padding-bottom:2%;
    width:30%;
}

.hp_contact_title{
    font-family:"Josefin Sans";
}

.hp_contact_content{
    padding-top:6%;
    padding-bottom:6%;
    font-size:125%;
    color:#666666;
}

.hp_contact_subtitle{
    font-size:1.5vw;
    color:#636363;
}

.hp_contact_text{
    font-family:"Josefin Sans";
    font-size:1vw;
    color:#000000;
}

.hp_contact_button:hover{
    text-decoration:none;
}

@media screen and (max-width: 1400px) {
    .hp_contact_image{width:30%;}
}

@media screen and (max-width: 992px) {
    .hp_contact{padding-top:3%;}
    .hp_contact_title{font-size:150%;}
    .hp_contact_content{font-size:100%;}
    .hp_contact_image{width:32%;}
}

@media screen and (max-width: 767.5px) {
    .hp_contact{
        padding-top:10%;
    }
    .hp_contact_title{
        padding-top:6%;
    }
    .hp_contact_content{
        padding-top:2%;
    }
    .hp_contact_subtitle{
        font-size:1.5rem;
    }
    .hp_contact_text{
        font-size:1rem;
    }
    
}


.hp_workflow2{
    padding-top:4%;
    padding-bottom:1%;
}

.hp_workflow_title2 {
  font-family: "Josefin Sans";
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  padding-bottom: 0%;
}

.hp_workflow_title2 a{
    color: #000;
}


/*footer*/
.footer_type3{                                              /*footer background color*/
    background-color:#010101!important;
    
}          

.footer_type3 .social_media{                                /*FB logo hidden*/
    display:none;
    
}                  


/*sec3*/
.bgSec3 {
    margin-top: 0rem;
    margin-bottom: 3rem;
}

.sec3_top_title {
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    background-color: #4e7ae1;
    padding: 5px 30px;
}

.sec3_bottom_box {
    margin-top: 25px;
}

.imageMarquee {
    height: 119px;
    background-image: url('https://cdn1.npcdn.net/img/1715573758bottom_logo.jpg');
    animation: imageMovement 40s linear infinite;
}

@keyframes imageMovement {
    100% {
        background-position-x: -5976px;
    }
}

@media screen and (max-width: 426px) {
    .sec3_top_title {
        font-size: 28px;
    }
}

.category_list_type4 .category_box .img_frame {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.ws_gallery-4 .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%);
}