  /*font-family: "DM Serif Display", serif;*/
  

#main_index {
    padding-bottom: 0!important;
    overflow: hidden;
}

#main_index a:hover {
    text-decoration: none;
}

body > br {
    display: none;
}


/*topspace*/
    .industry_topContact {
        background-color: #0e314d;
        width: 50%;
        border-radius: 0 0 0 200px;
        margin: 0 0 0 auto;
    }
    .industry_topContactContent a{
        color:#fff;
        text-decoration: none;
    }

    .industry_topContactContent {
        display: flex;
        /*justify-content: flex-end;*/
        padding: 1rem 0;
        padding-right: 8vw;
        
        background-color: #0e314d;
        height: fit-content;
        padding: 1vw 8vw 1vw 4vw;
        width: 65%;
        border-radius: 0 0 0 500px;
    }

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

    .industry_topContactText a:hover {
        color: #b48a50;
    }
    
    @media all and (max-width: 1200.5px) {
        .industry_topContactContent {
            padding-right: 4vw;
        }
    }

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




/*custom nav*/

#top_spacing {
    height: 0!important;
}

.d-lg-block.editor{
    padding-bottom: 130px;
}
.custom-nav {
    background: #fff;
    display: flex;
    height: 130px;
    position: fixed;
    z-index: 10;
    padding: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}
.custom-navlogo {
    flex: 0 0 20%;
    /*padding: 15px;*/
    position: relative;
    z-index: 200;
}
.custom-navlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-left: 8vw;
}
.custom-navinfo {
    display: flex;
    flex: 0 1 80%;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding-right: 0;
}
.cn-infobox {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    position: relative;
}
.cn-infobox.left-line:before {
    display: block;
    content: "";
    width: 1px;
    height: 45px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cn-infobox img {
    width: 100%;
    max-width: 40px;
    margin-right: 15px;
}
.cn-infotext {
    white-space: nowrap;
}
.cn-infotext-1 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
a.cn-infotext-2 {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a.cn-infotext-2:hover {
    color: #29aae3;
}
@media all and (max-width:1200px) {
    .custom-navinfo {
    padding-right: 0;
    }
}
@media all and (max-width:991.52px) {
    .custom-nav {
    display: none;
    }
    .d-lg-block.editor{
    padding-bottom: 0;
    }
}
/*nav*/


.navbar_type8 {
    height: 55px;
    /*top: 100px;*/
    top: 60px;
}
.navbar_type8 .logo {
    display: none;
}
.navbar_type8 .nav_tab {
    flex: 0 0 52%;
    margin-left: auto;
    justify-content: space-around;
    padding-left: 15px;
    /*padding-right: 65px;*/
    padding-right: 10vw;
    /*background: #ee877d;*/
    
}

html:lang(ms) .navbar_type8 .nav_tab {
    flex: 0 0 67%;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.1vw;
    color: #000;
    font-weight: 700;
}
.navbar_type8 .nav_tab .nav_item:before {
    border-bottom: 4px solid #3f3f3f;
}
/*dark nav*/
.dark_nav {
    background-color: transparent!important;
    animation: none;
}
/*mobile nav*/
.navbar_mobile .logo_img {
    /*max-height: 65px;*/
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 1200.5px) {
    .navbar_type8 .nav_tab {
        flex: 0 0 60%;
    }
}

@media (max-width: 991.5px) {
    #top_spacing {
        height: 80px!important;
    }
}

@media (max-width: 767.5px) {
    
}






/**/

.hp-small {
    font-size: 18px;
    color: #b48a50;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*font-weight: 800;*/
}

.hp-title {
    font-size: 37px;
    color: #0e324e;
    font-weight: 800;
    font-family: "DM Serif Display", serif;
}

.hp-content {
    font-size: 14px;
    line-height: 1.8;
    color: #4d4d4d;
    font-weight: 400;
}

.hp-button a {
    position: relative;
    display: inline-block;
    color: #b48a50;
    /*background-color: #20bdbe;*/
    padding: 12px 5.5rem 12px 1.5rem;
    font-weight: 400;
    /*border-radius: 500px;*/
    overflow: hidden;
    z-index: 1;
    /*border: 1px solid #20bdbe;*/
    border-bottom: 1px solid #b48a50;
    font-size: 14px;
    transition: 0.3s ease;
}

.hp-button.white-button a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.hp-button a::before {
    content: "➜";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    /*background: url("https://cdn1.npcdn.net/images/b_arrow_cibe0a_1772675940.png?md5id=660b8ee3ee61ba666dd389fa64766b2d&type=4") center/contain no-repeat;*/
    transform: translateY(-50%);
    z-index: 0;
    transition: 0.3s ease;
}

/* Hover */
.hp-button a:hover {
    padding-right: 6.5rem;
}

.hp-button a:hover::before {
    right: 15px;
}

.slick-prev {
    left: -35px!important;
}

.slick-prev::before {
    content: "";
    display: inline-block;
    background-image: url('https://cdn1.npcdn.net/images/arrow_left_gold_tf3x19_1778234031.png?md5id=2a845b3e91df58cd29f565345c31d49a&type=4')!important;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px!important;
    filter: unset!important;
}

.slick-next {
    right: -35px!important;
}

.slick-next::before {
    content: "";
    display: inline-block;
    background-image: url('https://cdn1.npcdn.net/images/arrow_right_gold_pf9cvd_1778234031.png?md5id=2a845b3e91df58cd29f565345c31d49a&type=4')!important;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px!important;
    filter: unset!important;
}


@media (max-width: 1200.5px) {
    .slick-prev {
        left: 0px!important;
    }
    
    .slick-next {
        right: 8px!important;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}



/**/


.slider_banner .banner_content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.hp-banner {
    padding-right: 10vw;
}

.hp-banner.banner-two {
    position: absolute;
    left: 10vw;
    padding-right: 0;
}

.hp-banner-small {
    font-size: 1.2vw;
    color: #b48a50;
    text-transform: uppercase;
    letter-spacing: 2px;
    /*font-weight: 800;*/
}

html:lang(ms) .hp-banner-small {
    font-size: .9vw;
}

.hp-banner-big {
    font-size: 2.7vw;
    color: #fff;
    font-weight: 500;
    font-family: "DM Serif Display", serif;
    max-width: 30vw;
}

.hp-banner-content {
    font-size: .9vw;
    line-height: 1.8;
    color: #fff;
    font-weight: 400;
    max-width: 29vw;
}



@media (max-width: 1200.5px) {
    .hp-banner {
        padding-right: 2rem;
    }
    
    .hp-banner.banner-two {
        left: 2rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .index_wrapper_2 .item>img{
        min-height: 105vw !important;
        object-fit: cover;
        padding-top: 320px;
        object-position: center;
    }
    
    .index_wrapper_2 {
        background-color: #0e324e;
    }
    
    .slider_banner .banner_content {
        align-items: flex-start;
        justify-content: center;
    }
    
    .hp-banner {
        padding: 2rem!important;
    }
    
    .hp-banner-small {
        font-size: 14px;
    }
    
    html:lang(ms) .hp-banner-small {
        font-size: 14px;
    }
    
    .hp-banner-big {
        font-size: 32px;
        max-width: 100%;
    }
    
    .hp-banner-content {
        font-size: 14px;
        max-width: 100%;
    }
    
    .hp-banner.banner-two {
        position: unset;
    }
    
    

}

@media (max-width: 480.5px) {
    .index_wrapper_2 .item>img{
        min-height: 135vw !important;
        object-fit: cover;
        padding-top: 390px;
        object-position: center;
    }
}



/**/

.hp-about {
    border-bottom: 2px solid transparent;
    border-image: repeating-linear-gradient( to right, #000 0 8px, transparent 8px 15px ) 1;
    padding-bottom: 0px;
}

.hp-about-left {
    padding: 8rem 6rem 8rem 8rem;
    border-right: 2px solid transparent;
    border-image: repeating-linear-gradient( to bottom, #000 0 8px, transparent 8px 15px ) 1;
    margin-right: 2rem;
}

.hp-about-right {
    padding: 5rem 8rem 5rem 2rem;
    position: relative;
}

.hp-about-right::after {
    content: "";
    position: absolute;
    right: -3%;
    top: -8%;
    width: 110%;
    height: 110%;
    background-image: url(https://cdn1.npcdn.net/images/b_about_bg_3ski4m_1778234031.jpg?md5id=2a845b3e91df58cd29f565345c31d49a&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    z-index: -1;
}





@media (max-width: 1200.5px) {
    .hp-about-left {
        padding: 5rem 1rem;
    }
    
    .hp-about-right {
        padding: 5rem 1rem 5rem 0rem;
    }
    
    .hp-about-right::after {
        right: 0%;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-about-left {
        border-right: unset;
        border-bottom: 2px solid transparent;
        border-image: repeating-linear-gradient( to right, #000 0 8px, transparent 8px 15px ) 1;
        margin-right: 0rem;
    }
}



/**/


.hp-wording-spacing {
  padding: 0;
  overflow: hidden;
}

.running-wording {
  display: flex;
  white-space: nowrap;
  font-size: 2.1rem;
  /*letter-spacing: 2px;*/
  font-style: italic;
  margin: 0;
  padding: 3rem 0;
  font-family: "DM Serif Display", serif;
  color: #9fadb7;
}

.running-wording span {
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
}

/* add icon after each wording */
.running-wording span::after {
  content: "";
  display: inline-block;
  width: 28px;   /* icon size */
  height: 28px;
  margin-left: 40px;

  background-image: url('https://cdn1.npcdn.net/images/b_running_icon_omyu8c_1778234031.png?md5id=2a845b3e91df58cd29f565345c31d49a&type=4');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hp-wording.white-wording {
  background-color: #2f1e50;
  color: #fff;
}


/* animation */
.run-left .running-wording {
  animation: marquee-left 25s linear infinite;
}

.run-right .running-wording {
  animation: marquee-right 25s linear infinite;
}

/* keyframes */
@keyframes marquee-left {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes marquee-right {
  0% { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@media (max-width: 767.5px) {
  .running-wording span:nth-child(n+7) { 
    display: none; /* hide extra spans on smaller screens */
  }
}



@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}



/**/

.index_wrapper_4 {
    background-color: #000;
    
    background-image: url('https://cdn1.npcdn.net/images/c_product_bg_i4wvmn_1778234031.jpg?md5id=2a845b3e91df58cd29f565345c31d49a&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp-products {
    padding: 5rem 8rem 2rem;
}

#main_index .productSlider-1 {
    padding: 0 8rem 5rem;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    background-color: transparent;
}

#main_index .productSlider-1 .product_img .product_box {
    background-color: transparent;
}

#main_index .productSlider-1 .product_img .product_box .text-left {
    text-align: center!important;
}

#main_index .productSlider-1 .product_img .product_box .text-left p {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #fff;
    margin-bottom: 1rem;
}

#main_index .productSlider-1 .product_img .product_box .align-top a {
    background-color: #b48a50;
    color: #fff;
    padding: 10px 6vw;
    display: inline-block;
    border-radius: 5px;
}

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

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    filter: brightness(0) invert(1)!important;
}



@media (max-width: 1200.5px) {
    .hp-products {
        padding: 5rem 1rem 2rem;
    }
    
    #main_index .productSlider-1 {
        padding: 0 1rem 5rem;
    }
    
    #main_index .productSlider-1 .product_img .product_box .align-top a {
        padding: 10px 5vw;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}




/**/

.hp-services {
    margin: 8rem 9rem;
    padding: 5rem 5rem 0 3rem;
    background-color: #f2f2f2;
    
    background-image: url('https://cdn1.npcdn.net/images/d_service_bg_itavcm_1778234031.jpg?md5id=2a845b3e91df58cd29f565345c31d49a&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp-services-box {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    /*margin-left: 2rem;*/
    position: relative;
    z-index: 1;
}

.hp-services-box:hover .hp-services-icon {
    animation: tada 1s;
}

.hp-services-title {
    font-size: 18px;
    font-weight: 700;
}

.hp-services-left {
    /*padding-right: 3rem;*/
}

.hp-services-left .hp-services-pic {
    margin-bottom: -4rem;
}

.hp-services .hp-content {
    line-height: 1.5;
}

.hp-services-icon {
    width: 90px;
    height: 90px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 1.5rem;
}

.hp-services-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}


.hp-services-right {
    position: relative;
}

.hp-services-right::after {
    content: "";
    position: absolute;
    right: -5%;
    top: -6%;
    width: 95%;
    height: 110%;
    background-color: rgba(255, 255, 255, .5);
    background-position: 100% 0;
    z-index: 0;
}

.hp-services-button {
    text-align: center;
    position: relative;
    padding: .2rem 0;
}

.hp-services-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    
    border: 1px solid transparent;
    border-image: repeating-linear-gradient( to right, #000 0 8px, transparent 8px 15px ) 1;
    z-index: -1;
}

.services-button {
    position: relative;
    display: inline-block;

    padding: 20px 2rem;
    border-radius: 500px;
    background: #fff;

    text-align: center;
    margin: 0 auto;
    font-family: "DM Serif Display", serif;
    font-size: 20px;
    transform: rotate(-8deg);
    transition: ease .2s;
}

.services-button:hover {
    transform: rotate(0);
}

.services-button::before {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: 500%;
    padding: 2px;

    background: repeating-linear-gradient(
        to right,
        #000 0 4px,
        transparent 8px 15px
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}


@media (max-width: 1200.5px) {
    .hp-services {
        padding: 5rem 1rem;
        margin: 5rem 2rem;
    }
    
    .hp-services-right::after {
        right: -2%;
        width: 89%;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-services-left {
        padding-right: 0;
    }
    
    .hp-services-left .hp-services-pic {
        margin-bottom: 5rem;
    }
    
    .hp-services-icon {
        margin-right: 0.5rem;
    }
    
    .hp-services-title {
        font-size: 16px;
    }
}



/**/

.hp-why {
    padding: 7rem 6rem 5rem;
    
    background-image: url('https://cdn1.npcdn.net/images/e_wcu_bg_f9inlw_1778234032.jpg?md5id=2a845b3e91df58cd29f565345c31d49a&type=4');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.hp-why .hp-title {
    position: relative;
    animation: titleTilt 3s ease-in-out infinite;
}

.hp-why .hp-title::before {
    content: "";
    position: absolute;
    left: 18%;
    bottom: -58%;
    width: 6%;
    height: 78%;
    background-image: url(https://cdn1.npcdn.net/images/e_ewcu_img2_element_qod80z_1778423061.png?md5id=2a845b3e91df58cd29f565345c31d49a&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;

    animation: stickerWiggle 2s ease-in-out infinite;
}

@keyframes titleTilt {
    0%, 100% {
        transform: rotate(4deg);
    }
    50% {
        transform: rotate(1deg);
    }
}

@keyframes stickerWiggle {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(6deg) scale(1.05);
    }
}


.hp-why-top-box,
.hp-why-box {
    text-align: center;
}

.hp-why-left .hp-why-top-box {
    transform: rotate(-4deg);
}

.hp-why-right .hp-why-top-box {
    transform: rotate(4deg);
}

.hp-why-top-box {
    margin-bottom: 3rem;
}

.hp-why-top-box .hp-why-title {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 500%;
    padding: 3.5rem 3rem 2rem;
    margin: -2.5rem 3rem 0;
}

.hp-why-top-box:hover .hp-why-icon,
.hp-why-box:hover .hp-why-icon {
    animation: tada 1s;
}

.hp-why-container {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.hp-why-title {
    font-size: 18px;
    font-weight: 700;
}

.hp-why-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

    /*margin-right: 1.5rem;*/
}

.hp-why-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}




@media (max-width: 1200.5px) {
    .hp-why {
        padding: 5rem 1rem;
    }
    
    .hp-why-top-box .hp-why-title {
        margin: -2.5rem 0rem 0;
    }
    
    .hp-why-title {
        font-size: 16px;
    }
    
    .hp-why .hp-title::before {
        left: 8%;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
    .hp-why {
        background-size: cover;
    }
    
    .hp-why-left {
        padding: 2rem 0;
    }
    
    .hp-why-top-box {
        margin-bottom: 1rem;
    }
}


/**/

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 1rem 9rem 5rem;
}

#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: scale(1.05) !important;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 80%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

@media (max-width: 1200.5px) {
    #main_index .hp_photoGallerySlider_type3 {
        padding: 1rem 1rem 5rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}


/**/

.hp-cta {
    background-color: #000;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    background-image: url('https://cdn1.npcdn.net/images/g_contact_bg_6tge9r_1778234033.jpg?md5id=2a845b3e91df58cd29f565345c31d49a&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5rem 1rem;

}

.hp-cta-line {
    background-color: #fff;
    height: 1px;
    width: 100px;
    margin: 1rem auto;
}

.hp-cta .hp-content {
    padding: 0 34vw;
}



@media (max-width: 1200.5px) {
    .hp-cta {
        height: 50vh;
    }
    
    .hp-cta .hp-content {
        padding: 0 22vw;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-cta .hp-content {
        padding: 0;
    }

}



/**/

.footer_type7 {
    padding: 5rem 10rem!important;
    background-image: url('https://cdn1.npcdn.net/images/h_footer_bg_r7hucd_1778340226.jpg?md5id=2a845b3e91df58cd29f565345c31d49a&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.footer_type7 .logo {
    min-height: 80px;
}

.footer_type7 .logo img {
    max-height: 70px;
}

.footer_type7 .container {
    max-width: 100%;
}

.footer_type7 .title h5 {
    color: #b48a50;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_type7 a:hover {
    color: #b48a50!important;
}



@media (max-width: 1200.5px) {
    .footer_type7 {
        padding: 5rem 1rem!important;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}



