@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono: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');

a {
    text-decoration: none !important;
}

#main_index {
    overflow: hidden !important;
    padding-bottom: 0px !important;
    opacity: 1 !important;
    z-index: 1;
}

#main_index {
    overflow: hidden !important;
    padding-bottom: 0px !important;
    background-image: 
        linear-gradient(to right, #e0e0e0 1px, transparent 1px),
        linear-gradient(to right, #e0e0e0 1px, transparent 1px);
    background-size: 50% 100%, 50% 100%;
    background-position: 
        13% 0,
        187% 0;
    background-repeat: no-repeat;
    z-index: 50;
}

/*navbar*/

.navbar_type8 {
    height: 100px;
    background-color: #f7f7f5;
    transition: all 0.25s ease-in-out;
    padding: 0 3%;
}

.dark_nav {
    background-color: #fff !important;
}

.navbar_type8 .logo {
    margin-left: 0vw;
    flex: 0 1 20%;
}

.navbar_type8 .nav_tab {
    padding-right: 2.5vw;
    flex: 0 1 80%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 15px;
    object-position: left;
    left: 3vw;
    transition: all 0.25s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 15px;
    font-weight: 500;
    color: #112140;
    padding: 9px 19px;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    display: flex;
    align-items: center;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background-color: #0a0a0a;
    padding: 9px 30px;
    text-transform: capitalize;
}

.navbar_type8 .nav_tab .nav_item:last-child a::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 14px;
    background: url(https://cdn1.npcdn.net/img/1780967518element.png) no-repeat center;
    background-size: contain;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #f87a7a;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 95%;
    bottom: 0;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background: #0a0a0a;
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
    display: none;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 60%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 70%;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover::before {
    display: none;
}

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

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab {
        padding-right: 1.5vw;
        flex: 0 1 80%;
        gap: .7vw;
    }

    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
        font-weight: 500;
        color: #112140;
        padding: 9px 7px;
        transition: all 0.35s ease-in-out;
    }
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        background-color: #0a0a0a;
        padding: 9px 20px;
        text-transform: capitalize;
    }
}

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

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

/*hp_banner*/

.banner_content{
    overflow: hidden;
    opacity: 1 !important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 18vw;
    left: 6vw;
    width: 75%;
    text-align: left;
}

.hp_banner_subtitle {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp_banner_subtitle::before {
    content: "";
    width: 55px;
    height: 2px;
    background: #f87a7a;
    display: block;
}

.hp_banner_title {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0.5vw;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.hp_banner_title span {
    color: #f87a7a;
}

.button-group {
    display: flex;
    gap: 8px;
}

.n_bannerViewMore {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 20.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #f87a7a;
    border: 1px solid #f87a7a;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore:hover {
    transform: scale(1.05);
}

.n_bannerViewMore:active {
    transform: scale(0.85);
}

.n_bannerViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_bannerViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_bannerViewMore img.arrow-icon {
    margin-left: 10px !important;
    margin-right: 0px;
    width: 18px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

.n_bannerInnerGroup2 {
    position: absolute;
    top: 20vw;
    right: -3vw;
    width: 28%;
    text-align: left;
}

.n_bannerInnerGroup2 p {
    font-family: "IBM Plex Mono", monospace;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 1vw;
}

.hp_banner_text {
    font-family: "IBM Plex Mono", monospace;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    text-transform: uppercase;
}

.hp_banner_text li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
}

.hp_banner_text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("https://cdn1.npcdn.net/img/1780968237element.png") no-repeat center;
    background-size: contain;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 35px;
    /* display: flex; */
    justify-content: center;
    /* width: auto; */
    /* list-style: none; */
    /* text-align: right; */
}

.slider_banner .slick-dots li button:before {
    border-radius: 1000px;
    color: #fff;
    opacity: 1;
    width: 22px;
    height: 22px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    padding: 2px;
}

.slider_banner .slick-dots li.slick-active button:before{
    opacity: 0.5;
    color:#fff;
    height: 13px;
    top: 15px;
    border: 0px solid #ffff00;
}

.slider_banner .slick-dotted.slick-slider{
    margin-bottom:0;
}

.slider_banner .slick-dots li button:before {
    font-size: 10px;
}

.slider_banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px 0px;
    padding: 0;
    cursor: pointer;
}

.slider_banner .slick-dots li {
    width: 20px;
    height: 40px;
    margin: 3px 0;
}

.slider_banner .slick-dots li button {
    width: 20px;
    height: 40px;
    padding: 0;
}

.slider_banner .slick-dots li button:before {
    content: '';
    width: 4px;
    height: 27px;
    background: #fff;
    opacity: 1;
    display: block;
    margin: auto;
    border-radius: 0px;
}

@media screen and (max-width: 1300.5px){
    .hp_banner_subtitle {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .hp_banner_subtitle::before {
        content: "";
        width: 45px;
        height: 2px;
        background: #f87a7a;
        display: block;
    }

    .hp_banner_title {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 0.5vw;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }
    
    .n_bannerViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 24.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    /*new*/
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 20vw;
        right: -1.5vw;
        width: 28%;
        text-align: left;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_subtitle {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .hp_banner_subtitle::before {
        content: "";
        width: 35px;
        height: 2px;
        background: #f87a7a;
        display: block;
    }

    .hp_banner_title {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 0vw;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }
    
    .n_bannerViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 28.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_banner_text {
        font-family: "IBM Plex Mono", monospace;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
    }
}

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

@media screen and (max-width: 767.5px){
    .slider_banner .item>img{
        min-height: 500px !important;
        object-fit: cover;
        padding-top: 210px;
        object-position: right;
        background-color: #1a1a1a;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 4vw;
        left: 8vw;
        width: 85%;
        text-align: left;
    }
    
    .hp_banner_title {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }
    
    .hp_banner_title br {
        display: none;
    }
    
    .n_bannerViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 60vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 27vw;
        right: 0vw;
        width: 93%;
        text-align: left;
    }

    .slider_banner .slick-dots {
        position: absolute;
        bottom: 9px;
        /* display: flex; */
        justify-content: center;
        /* width: auto; */
        /* list-style: none; */
        /* text-align: right; */
    }
}

@media screen and (max-width: 428.5px) {
    .hp_banner_title {
        font-size: 21px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }
    
    .n_bannerViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 70vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 26.5vw;
        right: 0vw;
        width: 93%;
        text-align: left;
    }
    
    .slider_banner .item>img {
        min-height: 500px !important;
        object-fit: cover;
        padding-top: 200px;
        object-position: right;
        background-color: #1a1a1a;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_banner_subtitle {
        font-size: 11px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        display: flex;
        align-items: center;
        gap: 7px;
    }
    
    .hp_banner_subtitle::before {
        content: "";
        width: 25px;
        height: 2px;
        background: #f87a7a;
        display: block;
    }
    
    .hp_banner_title {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }
    
    .n_bannerViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        text-align: center;
        padding: 1%;
        height: 10.5vw;
        width: 86vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 6vw;
        left: 8vw;
        width: 85%;
        text-align: left;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 30.5vw;
        right: 0vw;
        width: 93%;
        text-align: left;
    }
    
    .slider_banner .slick-dots {
        position: absolute;
        bottom: 7px;
        /* display: flex; */
        justify-content: center;
        /* width: auto; */
        /* list-style: none; */
        /* text-align: right; */
    }
}

/*hp_three*/

.hp_three {
    padding: 4.5vw 5.5vw 0vw 5.5vw;
    position: relative;
    z-index: 1;
}

.hp_three_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.hp_three_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_three .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #939393;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_three .title_big {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 3.5vw;
}

.threeRow {
    position: relative;
    background: url(https://cdn1.npcdn.net/img/1780975353B-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
    width: 100%;
    margin: 0 auto;
}

.hp_three_box2 {
    background: #e8e8e8;
    position: relative;
}

.hp_three .growth_card {
    padding: 50px;
    /*min-height:480px;*/
    border-right: 2px solid #dddddd;
}

.hp_three .growth_card.border-none {
    border-right:none;
}

.hp_three .growth_card h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

.hp_three .growth_card p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.9;
    color: #666;
    margin-bottom: 15px;
    /* max-width: 100%; */
    height: 110px;
}

.hp_three .growth_card ul {
    list-style:none;
    padding:0;
    margin:0;
}

.hp_three .growth_card ul li {
    font-family: "IBM Plex Mono", monospace;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    padding: 5px 0;
    border-bottom: 1px solid #555;
}

.hp_three .growth_card ul li:first-child{
    border-top:0px solid #dddddd;
}

@media screen and (max-width: 1300.5px){
    .hp_three .growth_card p {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.9;
        color: #666;
        margin-bottom: 15px;
        /* max-width: 100%; */
        height: 150px;
    }
    
    .hp_three .title_big {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 3.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_three .growth_card p {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.9;
        color: #666;
        margin-bottom: 15px;
        /* max-width: 100%; */
        height: 190px;
    }
    
    .hp_three .growth_card {
        padding: 30px;
        /* min-height: 480px; */
        border-right: 2px solid #dddddd;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_three .growth_card p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.9;
        color: #666;
        margin-bottom: 15px;
        /* max-width: 100%; */
        height: auto;
    }
    
    .hp_three {
        padding: 0vw 3vw 0vw 3vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_three .growth_card {
        padding: 25px;
        /* min-height: 480px; */
        border-right: 2px solid #dddddd;
    }
}

/*hp_about*/

.hp_about {
    padding: 1vw 5.5vw 5vw 5.5vw;
    position: relative;
    z-index: 1;
}

.hp_about {
    padding: 6vw 5.5vw 5vw 5.5vw;
    position: relative;
    z-index: 1;
}

.hp_about::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47%;
    width: 1px;
    background: #e0e0e0;
    transform: translateX(-50%);
}

.hp_about_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.hp_about_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_about .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #939393;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_about .title_big {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 3.5vw;
}

.hp_about .title_big span {
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    color: #f87a7a;
}

.hp_about .hp_keyword {
    font-size: 14px;
    font-weight: 500;
    color: #939393;
    line-height: 1.8;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 0vw 2vw 0vw 0vw;
}

.n_aboutViewMore {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 11.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #f87a7a;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_aboutViewMore:hover {
    transform: scale(1.05);
}

.n_aboutViewMore:active {
    transform: scale(0.85);
}

.n_aboutViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_aboutViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 10px !important;
    margin-right: 0px;
    width: 18px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .hp_about .title_big {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 3.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_aboutViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 16.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 47%;
        width: 0px;
        background: #e0e0e0;
        transform: translateX(-50%);
    }
    
    .hp_about {
        padding: 6vw 3vw 5vw 3vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 500;
        color: #939393;
        line-height: 1.8;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
}

/*hp_why*/

/*.index_wrapper_5 {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.index_wrapper_5::before,*/
/*.index_wrapper_5::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 1px;*/
/*    background: #e0e0e0;*/
/*    pointer-events: none;*/
/*    z-index: 2;*/
/*}*/

/*.index_wrapper_5::before {*/
/*    left: 6.5%;*/
/*}*/

/*.index_wrapper_5::after {*/
/*    right: 6.5%;*/
/*}*/

.hp_why {
    padding: 8vw 5.5vw 5vw 5.5vw;
    position: relative;
    z-index: 1;
    background: url(https://cdn1.npcdn.net/img/1780976971D-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_why_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.hp_why_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_why .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_why .title_big {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 3.5vw;
}

.whyRow {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.whyRow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #e0e0e0;
    transform: translateX(-50%);
}

.whyRow::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;   
    height: 1px; 
    background: #e0e0e0;
}

.whyBorder {
    padding: 0px 0px;
}

.hp_why_box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 30px 50px;
    background: #e2e2e2;
}

.hp_why_box2 img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.hp_why .why_number {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_why_content2 {
    position: relative;
    padding: 35px 50px;
}

.hp_why .why_title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 3vw;
    display: inline-block;
}

.hp_why .why_title::after {
    content: "";
    position: absolute;
    left: 0%;
    top: 200%;
    /* transform: translateX(-50%); */
    width: 25%;
    height: 1px;
    background: #f87a7a;
}

.hp_why .why_text {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.8;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_why .title_big {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 3.5vw;
    }
    
    .hp_why .why_text br {
        display: none;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 6vw 3vw 5vw 3vw;
        position: relative;
        z-index: 1;
        background: url(https://cdn1.npcdn.net/img/1780976971D-BG.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .whyRow::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 0px;
        background: #e0e0e0;
        transform: translateX(-50%);
    }
    
    .hp_why_content2 {
        position: relative;
        padding: 25px 25px;
    }
    
    .hp_why .why_title::after {
        content: "";
        position: absolute;
        left: 0%;
        top: 130%;
        /* transform: translateX(-50%); */
        width: 25%;
        height: 1px;
        background: #f87a7a;
    }
}

@media screen and (max-width: 360.5px){
    .hp_why .why_title {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 3vw;
        display: inline-block;
    }
}

/*hp_principles*/

.index_wrapper_5 {
    position: relative;
    z-index: 1;
}

.index_wrapper_5::before,
.index_wrapper_5::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e0e0e0;
    pointer-events: none;
    z-index: 2;
}

.index_wrapper_5::before {
    left: 6.5%;
}

.index_wrapper_5::after {
    right: 6.5%;
}

.hp_principles {
    padding: 0vw 5.5vw 0vw 5.5vw;
    position: relative;
    z-index: 1;
    background-color: #efefef;
}

.hp_principles_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.hp_principles_box {
    margin-top: 5vw;
}

.hp_principles_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_principles .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #939393;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_principles .title_big {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 3.5vw;
}

.principlesBorder {
    position: relative;
    padding: 0px 0px;
    transition: all 0.35s ease;
}

.principlesBorder:hover{
    transform: translateY(-10px);
}

.n_principlesIcon {
    perspective: 600px;
}

.n_principlesIcon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.n_principlesBox:hover .n_principlesIcon img {
    transform: rotateY(180deg);
}

.n_principlesBox {
    margin-top: 0vw;
    position: relative;
    text-align: left !important;
    z-index: 1;
    /* overflow: hidden; */
    transition: all 0.35s ease;
}

.n_principlesNumber {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
    margin-top: 0vw;
    margin-bottom: 0vw;
    transition: all 0.35s ease;
}

.n_principlesTitle {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-top: 0.5vw;
    transition: all 0.35s ease;
    position: relative;
}

.n_principlesTitle::after {
    content: "";
    display: block;
    width: 7%;
    height: 2px;
    background-color: #f87a7a;
    /*margin: 6px auto 0;*/
    /*display: none !important;*/
}

.n_principlesText {
    font-size: 13px;
    font-weight: 300;
    color: #333;
    line-height: 1.8;
    margin-top: 0vw;
    margin-bottom: 0vw;
    height: 90px;
    height: auto;
    transition: all 0.35s ease;
}

.n_principlesBox {
    text-align: center;
    padding: 50px 30px;
    height: 100%;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.principlesBorder.principles2 {
    padding: 0vw 0vw 0vw 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_principles .title_big {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 3.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_principlesText br {
        display: none;
    }
    
    .n_principlesTitle {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin-top: 0.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_principlesText {
        font-size: 13px;
        font-weight: 300;
        color: #333;
        line-height: 1.8;
        margin-top: 0vw;
        margin-bottom: 0vw;
        height: auto;
        transition: all 0.35s ease;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_principles {
        padding: 6vw 3vw 5vw 3vw;
        position: relative;
        z-index: 1;
        background-color: #efefef;
    }
    
    .n_principlesBox {
        margin-top: 0vw;
        position: relative;
        text-align: center;
        z-index: 1;
        padding: 0px 0px;
        /* overflow: hidden; */
        transition: all 0.35s ease;
    }
    
    .principlesBorder {
        position: relative;
        padding: 0px 0px;
        transition: all 0.35s ease;
    }
    
    .hp_principles_box {
        margin-top: 0vw;
    }
    
    .n_principlesBox {
        text-align: center;
        padding: 15px 15px;
        height: 100%;
        border-right: 0px solid #d9d9d9;
        border-bottom: 0px solid #d9d9d9;
    }
    
    .principlesBorder.principles2 {
        padding: 0vw 0vw 0vw 0vw;
    }
}

/*hp_what*/

.index_wrapper_7 {
    position: relative;
    z-index: 1;
}

.index_wrapper_7::before,
.index_wrapper_7::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e0e0e0;
    pointer-events: none;
    z-index: 2;
}

.index_wrapper_7::before {
    left: 6.5%;
}

.index_wrapper_7::after {
    right: 6.5%;
}

.hp_what {
    padding: 8vw 5.5vw 0vw 5.5vw;
    position: relative;
    z-index: 1;
}

.hp_what::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e0e0e0;
    /*display: none;*/
}

.hp_what_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.hp_what_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_what .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #939393;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_what .title_big {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 2.5vw;
}

.what_button {
    display: flex;
    justify-content: flex-end;
}

.n_whatViewMore {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 11.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

.n_whatViewMore:hover {
    color: #fff;
    background-color: #f87a7a;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_whatViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_whatViewMore:hover {
    transform: scale(1.05);
}

.n_whatViewMore:active {
    transform: scale(0.85);
}

.n_whatViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_whatViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_whatViewMore img.arrow-icon {
    margin-left: 10px !important;
    margin-right: 0px;
    width: 18px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_whatViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

.whatRow {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.whatRow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #e0e0e0;
    transform: translateX(-50%);
    /*display: none;*/
}

.whatBorder {
    padding: 15px 0px;
}

.hp_what_box2 {
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 30px 30px;
    background: #000;
    border-bottom: 4px solid #f87a7a;
}

.hp_what .what_number {
    font-family: "IBM Plex Mono", monospace;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_what .what_title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    display: inline-block;
}

.hp_what_content2 {
    position: relative;
    padding: 30px 30px;
}

.hp_what .hp_what_text ul {
    list-style:none;
    padding:0;
    margin:0;
    height: 260px;
}

.hp_what .hp_what_text ul li {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    padding: 5px 0;
    border-bottom: 1px solid #555;
}

.hp_what .hp_what_text ul li:first-child{
    border-top:0px solid #dddddd;
}

.hp_what_text {
    font-size: 13px;
    font-weight: 300;
    color: #333;
    line-height: 1.8;
    margin-top: 0.5vw;
    margin-bottom: 0vw;
    height: 90px;
    transition: all 0.35s ease;
}

@media screen and (max-width: 1300.5px){
    .hp_what .title_big {
        font-size: 24px;
        font-weight: 600;
        /*color: #000;*/
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 2.5vw;
    }
    
    .hp_what .what_title {
        font-size: 18px;
        font-weight: 700;
        /*color: #fff;*/
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        display: inline-block;
    }
    
    .hp_what_box2 {
        display: block;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
        padding: 20px 20px;
        background: #000;
        border-bottom: 4px solid #f87a7a;
    }
    
    .hp_what .what_number {
        font-family: "IBM Plex Mono", monospace;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_what .what_title {
        font-size: 15px;
        font-weight: 700;
        /*color: #fff;*/
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        display: inline-block;
    }
    
    .hp_what .what_number {
        font-family: "IBM Plex Mono", monospace;
        font-size: 15px;
        font-weight: 700;
        /*color: #fff;*/
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_what_text {
        font-size: 13px;
        font-weight: 300;
        color: #333;
        line-height: 1.8;
        margin-top: 0.5vw;
        margin-bottom: 0vw;
        height: auto;
        transition: all 0.35s ease;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_what {
        padding: 6vw 3vw 6vw 3vw;
        position: relative;
        z-index: 1;
    }
    
    .what_button {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 3vw;
    }
    
    .n_whatViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 8.7vw;
        width: 31.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .whatRow::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 0px;
        background: #e0e0e0;
        transform: translateX(-50%);
    }
    
    .hp_what_content2 {
        position: relative;
        padding: 10px 20px 20px 20px;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_what {
        padding: 6vw 3vw 6vw 3vw;
        position: relative;
        z-index: 1;
    }
}

/*hp_clients*/

.hp_clients {
    padding: 4vw 5.5vw 4vw 5.5vw;
    position: relative;
    z-index: 1;
}

.hp_clients::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e0e0e0;
    /*display: none !important;*/
}

.hp_clients_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.hp_clients_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_clients .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #939393;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_clients .title_big {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 2.5vw;
}

.clientsRow {
    position: relative;
    background: url(https://cdn1.npcdn.net/img/1780986804g-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 1.5vw 1.5vw 19vw 1.5vw;
    width: 100%;
    margin: 0 auto;
}

/*.clients_card {*/
/*    background: #f6f6f6;*/
/*    position: relative;*/
/*}*/

.clientBorder {
    padding: 15px 15px;
}

.hp_clients .clients_card {
    padding: 0px 0px;
    position: relative;
}

.hp_clients .clients_card::after {
    content: "";
    position: absolute;
    top: 0;
    right: -4%;
    width: 1px;
    height: 120%;
    background-color: #e0e0e0;
    z-index: 1;
    /*display: none !important;*/
}

.hp_clients .border-none .clients_card::after {
    display: none;
}

.hp_clients .clients_card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

.hp_clients .clients_card p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.9;
    color: #666;
    margin-bottom: 15px;
    /* max-width: 100%; */
    /*height: 110px;*/
}

.hp_clients .clients_card ul {
    list-style:none;
    padding:0;
    margin:0;
    width: 100%;
}

.hp_clients .clients_card ul li {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    padding: 5px 0;
    /*line-height: 1.6;*/
    border-bottom: 1px solid #555;
}

.hp_clients .clients_card ul li:first-child{
    border-top:0px solid #dddddd;
}

.clients_card2 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.clients_card2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    width: 1px;
    background: #e0e0e0;
    transform: translateX(-50%);
    display: none !important;
}

.clients_card2 ul {
    flex: 1;
    margin: 0;
    padding-left: 20px;
}

.clients_card2 li {
    margin-bottom: 0px;
}

@media screen and (max-width: 1300.5px){
    .hp_clients .title_big {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 2.5vw;
    }
    
    .hp_clients .clients_card h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        color: #000;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }
    
    .hp_clients .clients_card ul li {
        font-family: "IBM Plex Mono", monospace;
        font-size: 12px;
        font-weight: 500;
        color: #555;
        padding: 5px 0;
        border-bottom: 1px solid #555;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_clients .clients_card ul li {
        font-family: "IBM Plex Mono", monospace;
        font-size: 10px;
        font-weight: 500;
        color: #555;
        padding: 5px 0;
        border-bottom: 1px solid #555;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_clients {
        padding: 6vw 3vw 5vw 3vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_clients .clients_card::after {
        content: "";
        position: absolute;
        top: 0;
        right: -4%;
        width: 0px;
        height: 100%;
        background-color: #e0e0e0;
        z-index: 1;
    }
    
    .hp_clients .clients_card ul li {
        font-family: "IBM Plex Mono", monospace;
        font-size: 12px;
        font-weight: 500;
        color: #555;
        padding: 5px 0;
        border-bottom: 1px solid #555;
    }
    
    .clientsRow {
        position: relative;
        background: url(https://cdn1.npcdn.net/img/1780986804g-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        padding: 1.5vw 1.5vw 2vw 1.5vw;
        width: 100%;
        margin: 0 auto;
    }
    
    .hp_clients .clients_card ul {
        list-style:none;
        padding:0;
        margin:0;
        width: 100%;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_clients .clients_card ul li {
        font-family: "IBM Plex Mono", monospace;
        font-size: 11px;
        font-weight: 500;
        color: #555;
        padding: 5px 0;
        border-bottom: 1px solid #555;
    }
}

/*hp_review*/

.index_wrapper_8 {
    padding: 0vw 0vw 4vw 0vw;
    position: relative;  
}

.index_wrapper_8::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e0e0e0;
}

.hp_review {
    padding: 4vw 5.5vw 1vw 5.5vw;
    position: relative;
    z-index: 1;
}

.hp_review_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.hp_review_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_review .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #939393;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_review .title_big {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0vw;
}

/*testimonial*/

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    position: relative;
    border: 1px solid #eee;
    display: none;
}

#main_index .hp_testimonial_type4 .mt-5, #main_index .hp_testimonial_type4 .my-5 {
    margin-top: 0rem !important;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card i {
    color: #0a0a0a;
    display: none;
}

#main_index .hp_testimonial_type4 .testimonial_card .name {
    display: flex;
    flex-direction: column-reverse; 
    text-align: left;
}

#main_index .hp_testimonial_type4 .testimonial_card .name {
    display: flex;
    flex-direction: column;
    text-align: left !important;
}

#main_index .hp_testimonial_type4 .testimonial_card .name h6 {
    font-family: "IBM Plex Mono", monospace;
    font-size: 15px !important;
    font-weight: 400;
    color: #555;
    order: 2; 
    margin: 0;
    letter-spacing: 0px !important;
}

#main_index .hp_testimonial_type4 .testimonial_card .name p {
    font-family: "IBM Plex Mono", monospace;
    font-size: 21px !important;
    font-weight: 600;
    color: #000;
    order: 1;
    margin: 0;
    margin-top: 2vw;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
}

#main_index .hp_testimonial_type4 .text-center {
    text-align: left;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .align-self-center {
    -ms-flex-item-align: center!important;
    align-self: flex-start !important;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text-center {
    text-align: left !important;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .align-self-center.text-center.col-12 {
    padding: 0px !important;
}

#main_index .hp_testimonial_type4 {
    max-width: 87%;
    padding: 0;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
    align-self: center;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    width: 100%;
    padding: 35px 35px;
    background: #e8e8e8;
    border: 1px solid #ccc;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 35%;
    width: 100%;
    height: 1px;
    background: #ccc;
    transform: translateX(-50%);
    /*display: none !important;*/
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#main_index .hp_testimonial_type4 .slick-dots {
    position: relative;
    display: none !important;
}

@media screen and (max-width: 1300.5px){
    .hp_review .title_big {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
    }
    
    #main_index .hp_testimonial_type4 .testimonial_card .name p {
        font-family: "IBM Plex Mono", monospace;
        font-size: 18px !important;
        font-weight: 600;
        color: #000;
        order: 1;
        margin: 0;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1200.5px){
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 15px;
        font-weight: 400;
        color: #555;
        line-height: 1.8;
    }
    
    #main_index .hp_testimonial_type4 .testimonial_card .name h6 {
        font-family: "IBM Plex Mono", monospace;
        font-size: 13px !important;
        font-weight: 400;
        color: #555;
        order: 2;
        margin: 0;
        letter-spacing: 0px !important;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_review {
        padding: 6vw 3vw 1vw 3vw;
        position: relative;
        z-index: 1;
    }
    
    .clientsRow {
        position: relative;
        background: url(https://cdn1.npcdn.net/img/1780986804g-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        padding: 1.5vw 1.5vw 2vw 1.5vw;
        width: 100%;
        margin: 0 auto;
    }
    
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 33%;
        width: 100%;
        height: 1px;
        background: #ccc;
        transform: translateX(-50%);
    }

    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
        align-self: center;
        margin: 0 auto;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
        width: 100%;
        padding: 25px 25px 30px 25px;
        background: #e8e8e8;
        border: 1px solid #ccc;
    }
}

@media screen and (max-width: 360.5px) {
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 14px;
        font-weight: 400;
        color: #555;
        line-height: 1.8;
    }
}

/*hp_news*/

.index_wrapper_9 {
    position: relative;
    background-color: #e8e8e8;
    z-index: 1;
}

.index_wrapper_9::before,
.index_wrapper_9::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e0e0e0;
    pointer-events: none;
    z-index: 2;
}

.index_wrapper_9::before {
    left: 6.5%;
}

.index_wrapper_9::after {
    right: 6.5%;
}

.index_wrapper_9::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e0e0e0;
}

.hp_news {
    padding: 6vw 5.5vw 0vw 5.5vw;
    position: relative;
    z-index: 1;
}

.hp_news_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.hp_news_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_news .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #939393;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_news .title_big {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 2.5vw;
}

.news_button {
    display: flex;
    justify-content: flex-end;
}

.n_newsViewMore {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 11.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

.n_newsViewMore:hover {
    color: #fff;
    background-color: #f87a7a;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_newsViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_newsViewMore:hover {
    transform: scale(1.05);
}

.n_newsViewMore:active {
    transform: scale(0.85);
}

.n_newstViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_newsViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_newsViewMore img.arrow-icon {
    margin-left: 10px !important;
    margin-right: 0px;
    width: 18px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_newsViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

/*news*/

#main_index .hp_latest_new_8 {
    padding: 0vw 4.5vw 5vw 4.5vw;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 0.8;
    font-size: 100%;
}

#main_index .hp_latest_new_8 .text-right {
    text-align: left !important;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: none;
    color: #0a0a0a;
    display: none;
}

#main_index .hp_latest_new_8 .fa-clock:before {
    content: "\f017";
    display: none;
}

@media screen and (max-width: 1300.5px){
    .hp_news .title_big {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 2.5vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 6vw 3vw 0vw 3vw;
        position: relative;
        z-index: 1;
    }
    
    .n_newsViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 8.7vw;
        width: 31.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .news_button {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 3vw;
    }
    
    #main_index .hp_latest_new_8 {
        padding: 0vw 0vw 5vw 0vw;
    }
    
    #main_index .hp_latest_new_8 .news_box {
        padding: 10px 14px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

/*hp_faq*/

.index_wrapper_9 {
    position: relative;
    padding: 1.5vw 5.5vw 5vw 5.5vw;
}

#main_index #main_faq .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: none;
}

#main_index #main_faq .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 100%;
    max-width: 100%;
}

#main_index #main_faq .page_title b {
    font-size: 1.75rem;
    position: relative;
    color: #333;
    display: none !important;
}

#main_index #main_faq .faq_category_title {
    margin-bottom: 1.5rem;
    font-weight: bold;
    display: none !important;
}

.hp_faq {
    /*padding: 1.5vw 5.5vw 5vw 5.5vw;*/
    position: relative;
    z-index: 1;
}

.hp_faq::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47%;
    width: 1px;
    background: #e0e0e0;
    transform: translateX(-50%);
}

.hp_faq::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e0e0e0;
}

.hp_faq_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.hp_faq_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_faq .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #939393;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_faq .title_big {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 3.5vw;
}

.hp_faq .hp_faq_box2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 1vw;
}

.hp_faq .faq_card {
    background: #f3f3f3;
    border-radius: 0px;
    padding: 20px 50px;
}

.hp_faq .faq_header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.hp_faq .faq_header h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	color: #111;
	line-height: 1.4;
}

.hp_faq .icon {
	font-size: 20px;
	font-weight: bold;
	color: #111;
	min-width: 20px;
	text-align: right;
}

.hp_faq .faq_body {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 400;
    color: #777;
    line-height: 1.4;
}

@media screen and (max-width: 1300.5px){
    .hp_faq .title_big {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 3.5vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_faq {
        padding: 6vw 3vw 2vw 3vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_faq::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 47%;
        width: 0px;
        background: #e0e0e0;
        transform: translateX(-50%);
    }
    
    .hp_faq .faq_card {
        background: #f3f3f3;
        border-radius: 0px;
        padding: 30px 30px;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 3.5vw 5.5vw 1.5vw 5.5vw;
    position: relative;
    z-index: 1;
}

.hp_contact_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.hp_contact_content img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.hp_contact .title_small {
    font-size: 16px;
    font-weight: 500;
    color: #939393;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_contact .title_big {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 3.5vw;
}

.hp_contact .title_big::after {
    content: "";
    display: block;
    top: 3%;
    width: 40%;
    height: 2px;
    background: #000;
    margin-top: 15px;
}

.hp_contact .hp_keyword {
    font-size: 14px;
    font-weight: 500;
    color: #939393;
    line-height: 1.8;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 3vw 2vw 0vw 0vw;
}

.n_contactViewMore {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 16.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

.n_contactViewMore:hover {
    color: #fff;
    background-color: #f87a7a;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_contactViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_contactViewMore:hover {
    transform: scale(1.05);
}

.n_contactViewMore:active {
    transform: scale(0.85);
}

.n_contactViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_contactViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_contactViewMore img.arrow-icon {
    margin-left: 10px !important;
    margin-right: 0px;
    width: 18px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_contactViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .title_big {
        font-size: 24px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 3.5vw;
    }
    
    .n_contactViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 24.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .hp_contact .hp_keyword br {
        display: none;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 3vw 6vw 3vw;
        position: relative;
        z-index: 1;
    }
    
    .n_contactViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 8.7vw;
        width: 60vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_contactViewMore {
        font-family: "IBM Plex Mono", monospace;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 10.7vw;
        width: 66vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    .hp_contact .title_big br {
        display: none;
    }
}

/*footer*/

.footer_type4 {
    padding-top: 5rem !important;
    padding-bottom: 2rem;
    background-color: #e8e8e8;
    background-image: none;
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000;
    overflow: hidden !important;
}

.footer_type4 a {
    color: #000;
}

.footer_type4 h6 {
    font-family: "IBM Plex Mono", monospace;
    font-size: 21px !important;
    font-weight: 700 !important;
}

.footer_type4 .col-md-3:nth-child(3) .footer_subtitle {
    color: transparent; 
    position: relative;
}

.footer_type4 .col-md-3:nth-child(3) .footer_subtitle::after {
    content: "Service";
    font-family: "IBM Plex Mono", monospace;
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
}

.footer_type4 .fa-circle:before {
    content: "";
}

.footer_type4 .fa-facebook-f:before {
    content: "\f39e";
    background-color: #000;
    color: white;
    padding: 0px 10px;
    border-radius: 4px;
    display: inline-block;
}

.footer_type4 .fa-linkedin-in:before {
    content: "\f0e1";
    background-color: #000;
    color: white;
    padding: 0px 10px;
    border-radius: 4px;
    display: inline-block;
}

.footer_type4 .fa-instagram:before {
    content: "\f16d";
    background-color: #000;
    color: white;
    padding: 0px 10px;
    border-radius: 4px;
    display: inline-block;
}

.footer_type4 .btn-primary {
    background-color: #0a0a0a !important;
    border-color: #0a0a0a !important;
    border-radius: 0px !important;
    padding: 9px 55px;
}

/*new*/

.footer_type7 {
    background-color: #e8e8e8;
    color: #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer_type7 a {
    color: #000;
}

.footer_type7 .title h5 {
    font-family: "IBM Plex Mono", monospace;
    font-size: 21px !important;
    font-weight: 700 !important;
}

.footer_type7 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 50px;
}

.footer_type7 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 50px;
}

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

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

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

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

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img {
        min-height: 24rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

.product_list_horizontal .product_box {
    padding: 15px;
    background-color: #f4f4f4;
}

.product_list_horizontal .product_box .img_frame .compare_check_box .icon {
    display: none;
}

/*Product Page hide share tool*/
.product_share{
    display: none;
}