@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}

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

a:hover {
    text-decoration: none;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:1.5rem;
    color:#2ec17b;
}
.title_all{
    font-size:32px;
    font-weight:500;
    margin-bottom:1rem;
    line-height:1.2;
    color:#182646;
}
.subtitle_all{
    font-size:20px;
    font-weight:700;
    margin-bottom:1rem;
    line-height:1.3;
    color:#182646;
}
.content_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:0;
    line-height:1.7;
    color:#4b5363;
    font-family: urbanist;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
    object-fit:cover;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:1.25rem 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:2rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:2rem 0 0;
}
.button_all{
    border:1px solid #34c982;
    border-radius:50px;
    background-color:#34c982;
    width:auto;
    padding:0 40px 0 20px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    font-weight:400;
    text-align:center;
    color:#fff;
    transition:0.25s all linear;
}
.button_all span{
    position:relative;
}
.button_all span:before{
    position:absolute;
    content:"";
    top:0;
    bottom:0;
    right: -15%;
    margin:auto 0;
    display:flex;
    justify-content:center;
    align-items:center;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1779353360A_Button1.png');
}
.button_all:hover{
    text-decoration:none;
    color:#fff;
    transform:scale(0.98);
    border: 1px solid #fff;
    background-color: #2e3d65;
}

.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}
.c_color3{
    color:#34c982;
}

.index_wrapper_1 {
    height: 0;
}

@media screen and (max-width:1200.5px){
.title_all {
    font-size: 26px;
}

.content_all {
    font-size: 15px;
}

.button_all {
    padding: 0 40px 0 20px;
    height: 33px;
    font-size: 15px;
    
}

}

@media screen and (max-width:991.5px){
.index_wrapper_1 {
    height: 80px;
}

}

@media screen and (max-width:767.5px){
    .title_all{
        font-size:24.5px;
    }
    
        .content_all {
        font-size: 14px;
    }
    
        .button_all {
 
        font-size: 14px;
    }
    
    .button_all span:before {
    right: -18%;
}
}

/*category page*/
.category_list_type4 .category_box .img_frame img{
    object-fit:contain;
}

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

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

@media screen and (max-width:767.5px){
    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }
    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }
    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }
    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content:flex-start;
    }
    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }
    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }
    .product_list_horizontal .product_box .img_frame{
        padding-top:unset!important;
        height:auto;
        aspect-ratio:1;
        border-radius:5px;
    }
    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color:#333;
        font-size:10px!important;
        font-weight:500;
    }
}

/*photo page*/
.gallerycategory .img_frame img{
    object-fit:contain;
}
.ws_gallery-2 .img_frame img{
    object-fit:contain;
}

/*news page*/

#main_index .hp_latest_new_8 .news_box {
    padding: 20px 20px;
   
    background: #fff;
}

#main_index .hp_latest_new_8.text-muted {
    display: none;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 85%;
    color: #2e3d65;
}

/*navbar*/
.navbar_type8 .logo img {
    width: 200px;
    padding: 0;
}
.navbar_type8 .nav_tab .nav_item a {
    font-size: 16px;
    padding: 12.5px 1.1vw;
    color: #2e3d65;
    text-transform: capitalize;
    transition: 0.3s;
    font-weight: 400;
}
.navbar_type8 .nav_tab .nav_item:last-child a {
    background: #49bb82;
    padding: 12.5px 3vw 12.5px 1.75vw;
    color: #fff;
    border-radius: 30px;
    font-weight: 300;
    margin-left: 1.75vw;
}
.navbar_type8 .nav_tab .nav_item:hover a {
    color: #49bb82;
}
.navbar_type8 .nav_tab .nav_item:last-child:hover a {
    color: #fff;
    background: #2e3d65;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width:0px;
    -webkit-text-stroke-color:black;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light:hover{
    border-color:#000;
    color:#000;
}
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color:#000;
    background-color:transparent;
    border-color:#000;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#main_index .navbar_type8 {
    border-radius: 40px;
    width: 87%;
    top: 50px;
}

.dark_nav {
    background-color: rgba(255, 255, 255, 0.8) !important;
    width: 100% !important;
    border-radius: 0 !important;
    top: 0 !important;
}

.navbar_type8 .nav_tab {
    flex: 0 1 81%;
    padding-left: 0;
    padding-right: 1.5%;
}

.navbar_type8 .logo {
    flex: 0 1 19%;
    margin-left: 3.5%;
}

.navbar_type8 .nav_tab .nav_item:last-child a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 14.5%;
    margin: auto 0;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1779353360A_Button1.png);
}

@media screen and (max-width:1470.5px){
.navbar_type8 .nav_tab .nav_item a {
    font-size: 15px;
    padding: 12.5px 1vw;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    padding: 12.5px 2.75vw 12.5px 1.5vw;
    margin-left: 1vw;
}

}

@media screen and (max-width:1290.5px){
.navbar_type8 .logo img {
    width: 192px;
    padding: 0;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 14px;
    padding: 12.5px 1vw;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    margin-left: 0.85vw;
}

}

@media screen and (max-width:1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        padding:10px 0.55vw;
    } 
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
    margin-left: 0.5vw;
    
        padding: 12.5px 2.5vw 12.5px 1.5vw;
}
    
        .navbar_type8 .logo img {
        width: 165px;
        padding: 0;
    }
    
    #main_index .navbar_type8 {
    top: 40px;
    width: 90%;
 
}

.navbar_type8 .nav_tab .nav_item:last-child a:after {

    right: 12%;

}
}

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
    position:relative;
    left:0%;
    top:50%;
    transform:translate(0,-50%);
    width:calc(100% - 0%);
}
.hp_banner_small{
    font-size:1vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_title{
    font-size:2vw;
    font-weight:700;
    line-height:1.5;
    color:#000;
}
.hp_banner_subtitle{
    font-size:1.2vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_content{
    font-size:1vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner .hp_banner_image{
    width:30%!important;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:4%;
}
.hp_banner_button{
    font-size:14px;
    font-weight:400;
    color:#fff;
    width:135px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    background-color:#000;
    transition:0.25s all linear;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration:none;
    transform:scale(0.98);
}

.hp_banner_fbox {
    position: absolute;
    top: 0%;
    bottom: 0;
    display: flex;
    align-items: center;
        padding-left: 9%;
}

.hp_banner .small_all {
    display: inline-flex;
    background: rgba(255,255,255,0.8);
    color: #2e3d65;
    border-radius: 50px;
    padding: 5px 25px;
    font-size: 16px;
    gap: 5px;
    margin-bottom: 1.5rem;
}

.hp_banner .button_all {
    font-size: 18px;
    height: 40px;
    padding: 0px 50px 0 25px;
}


@media screen and (max-width:1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
    
    .hp_banner .small_all {
   
    font-size: 15px;
   
}
.hp_banner .button_all {
    font-size: 17px;
    height: 40px;
    padding: 0px 50px 0 25px;
}

.hp_banner_fbox {
    top: 12%;
}
}
@media screen and (max-width:991.5px){
    .hp_banner_content{
        font-size:1.5vw;
    }
        .hp_banner_fbox {
        top: 0;
    }
}
@media screen and (max-width:767.5px){
    .index_wrapper_2 .item>img{
        min-height:100vw!important;
        object-fit:cover;
    }
    .hp_banner{
        left:0%;
        width:calc(100% - 0%);
    }
    .hp_banner_title{
        font-size:7vw;
    }
    .hp_banner_subtitle{
        font-size:4vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
    
        .hp_banner_fbox {
        position: relative;
        padding-left: calc(15px + 3%);
        padding-right: calc(15px + 3%);
        padding-top: 30px;
        padding-bottom: 0;
    }

.hp_banner .small_all {
    font-size: 14px;
    background: #2e3d65;
    color: #fff;
    margin-bottom: 1.25rem;
}

    .hp_banner .button_all {
        font-size: 15px;
        height: 35px;
        padding: 0px 50px 0 25px;
    }
}

/*footer*/
.footer_type8 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type10 .privacy_policy:hover,
.footer_type10 .mb-1{
    color:#2e3d65!important;
}


/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#2e3d65!important;
}

/*custom*/
.hp_topnav{
    position:absolute;
    top:22px;
    left:50%;
    transform:translateX(-50%);
    width:88%;
    z-index:5;
}
.hp_topnav_box{
    background:#fff;
    border-radius:50px;
    min-height:58px;
    padding:0 12px 0 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 8px 25px rgba(0,0,0,0.15);
}
.hp_topnav_logo{
    width:150px;
}
.hp_topnav_menu{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:28px;
    margin:0;
    padding:0;
    list-style:none;
}
.hp_topnav_menu a{
    color:#172747;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
}
.hp_topnav_btn{
    background:#34c982;
    color:#fff;
    border-radius:50px;
    height:42px;
    padding:0 24px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
}
.hp_topnav_btn:hover{
    color:#fff;
    text-decoration:none;
}

@media screen and (max-width:1200.5px){
    .hp_topnav_menu{
        gap:18px;
    }
    .hp_topnav_menu a{
        font-size:12px;
    }
}
@media screen and (max-width:991.5px){
    .hp_topnav_menu{
        display:none;
    }
}
@media screen and (max-width:767.5px){
    .hp_topnav{
        width:94%;
        top:12px;
    }
    .hp_topnav_logo{
        width:120px;
    }
    .hp_topnav_box{
        min-height:50px;
        padding:0 8px 0 16px;
    }
    .hp_topnav_btn{
        height:36px;
        padding:0 16px;
        font-size:12px;
    }
}

.hp_hero .container-fluid{
    position:relative;
    z-index:2;
}
.hp_hero .small_all{
    display:inline-flex;
    background:rgba(255,255,255,0.9);
    color:#172747;
    border-radius:50px;
    padding:7px 18px;
    font-size:13px;
}
.hp_hero_title{
    font-size:44px;
    line-height:1.08;
    margin-bottom:1rem;
    color:#fff;
}
.hp_hero_title span{
    color:#34c982;
    font-style:italic;
    font-weight: 700;
}
.hp_hero_content {
    color: #fff;
    font-size: 16.5px;
    margin-bottom: 30px;
}
.hp_hero_play{
    position:absolute;
    right:16%;
    top:50%;
    transform:translateY(-50%);
    width:92px;
    height:92px;
    border-radius:50%;
    background:rgba(255,255,255,0.25);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:24px;
    z-index:2;
}

@media screen and (max-width:1200.5px){
    .hp_hero{
        min-height:620px;
    }
    .hp_hero_title{
        font-size:41px;
    }
    
    .hp_hero_content {
    
    font-size: 15.5px;
    margin-bottom: 20px;
}
}
@media screen and (max-width:991.5px){
    .hp_hero{
        padding:120px 6% 80px;
    }
    .hp_hero_play{
        right:8%;
    }
}
@media screen and (max-width:767.5px){
    .hp_hero{
        min-height:560px;
        padding:100px 5% 60px;
    }
       .hp_hero_title {
        font-size: 27px;
        color: #2e3d65;
    }
    .hp_hero_play{
        position:relative;
        right:auto;
        top:auto;
        transform:none;
        margin-top:35px;
        width:70px;
        height:70px;
    }
    
        .hp_hero_content {
    
        color: #2e3d65;
    }
    
        .hp_hero_content {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:545.5px){
.hp_hero_content br {
        display: none;
    }
    
}

.hp_intro{
    position:relative;
    padding:140px 9%;
    overflow:hidden;
}
.hp_intro:before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-image: url('https://cdn1.npcdn.net/img/1779358278B_Background.jpg');
    background-size: cover;
}
.hp_intro_left{
    max-width:470px;
}
.hp_intro_right{
    max-width:645px;
    margin-left:auto;
}
.hp_intro .small_all{
    display:inline-flex;
    background:#182646;
    color:#fff;
    border-radius:50px;
    padding:5px 25px;
    font-size:16px;
    gap: 5px;
    font-weight: 300;

}
.hp_intro .title_all span{
    color:#34c982;
    font-style:italic;
    font-weight: 700;
}

@media screen and (max-width:1290.5px){
.hp_intro .title_all {
    font-size: 29.5px;
   
}



}

@media screen and (max-width:1200.5px){
    .hp_intro{
        padding:120px 6%;
    }
    
        .hp_intro .title_all {
        font-size: 25.5px;
    }
    
    .hp_intro .small_all {
   
    font-size: 15px;
   
}
}
@media screen and (max-width:991.5px){
    .hp_intro_right{
        margin:0.5rem 0 0;
    }
    
    .hp_intro{
        padding:110px 6%;
    }
}
@media screen and (max-width:767.5px){
    .hp_intro{
        padding:60px 3%;
    }
    
        .hp_intro .title_all {
        font-size: 24px;
    }
    
        .hp_intro .small_all {
        font-size: 14px;
    }
}

.hp_solution .row{
    align-items:center;
}
.hp_solution_imagebox{
    position:relative;
}
.hp_solution_imagebox .button_all{
    position:absolute;
    right:20px;
    bottom:30px;
}
.hp_solution_contentbox{
    background:#f7f7f7;
        padding: 70px 9% 70px 34%;
    position:relative;
    z-index:2;
        margin-left: -25%;
        margin-right: -15px;
}
.hp_solution .small_all{
    display:inline-flex;
    background:#182646;
    color:#fff;
    border-radius:50px;
    padding:5px 25px;
    font-size:16px;
    gap: 5px;
    font-weight: 300;
    margin-bottom: 1.25rem;
}
.hp_solution .title_all span{
    color:#34c982;
    font-style:italic;
    font-weight: 700;
}
.hp_solution_grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px 40px;
    margin-top:35px;
}
.hp_solution_item{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:12px;
}
.hp_solution_icon{
    width:55px;
    height:55px;
}

.hp_solution_item .content_all{
    font-weight:500;
    color:#172747;
    width: calc(100% - 55px);
}

.hp_solution_icon {
    position: relative;
}

.hp_solution_icon img {
    transition: opacity 0.3s ease;
}

.hp_solution_icon .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.hp_solution_item:hover .hp_solution_icon .hover {
    opacity: 1;
}

.hp_solution_item:hover .hp_solution_icon img:not(.hover) {
    opacity: 0;
}

.hp_solution_imagebox {
    position: relative;
    z-index: 3;
    margin-left: -15px;
    margin-right: -5%;
        margin-top: -21%;
        margin-left: -24%;
}

@media screen and (max-width:1282.5px){
.hp_solution_contentbox {
  
    padding: 70px 6% 70px 31%;
    
}

}

@media screen and (max-width:1200.5px){
   
  .hp_solution_item .content_all{
    
    width: calc(100% - 55px);
}
    
    .hp_solution .small_all {
    
    font-size: 15px;
   
}

.hp_solution_icon {
    width: 50px;
    height: 50px;
   
  
}

.hp_solution_imagebox {
    margin-top: 0;
    margin-left: -26%;
}
}
@media screen and (max-width:991.5px){
  
    
        .hp_solution_imagebox {
        margin-top: 0;
        margin-left: -23%;
        margin-right: -15px;
    }
}
@media screen and (max-width:767.5px){
    .hp_solution{
        padding:0 0% 60px;
    }
 
        .hp_solution_contentbox {
        padding: 60px calc(15px + 3%);
        margin-left: -15px;
    }
    .hp_solution_grid{
        grid-template-columns:1fr;
    }
    
    .hp_solution .title_all {
    font-size: 24px;
}
}

@media screen and (max-width:520.5px){
.hp_solution .title_all br {
    display: none;
}

}

.hp_product{
    padding:110px 0;
    background:#fff;
}
.hp_product .container-fluid{
    padding:0;
}
.hp_product_head{
    margin:0 auto 25px;
    text-align:center;
    padding:0 3%;
}
.hp_product .small_all{
    display:inline-flex;
    background:#182646;
    color:#fff;
    border-radius:50px;
        padding: 5px 25px;
    font-size: 16px;
    gap: 5px;
    font-weight: 300;
}
.hp_product .title_all span{
    color:#34c982;
    font-style:italic;
    font-weight: 700;
}
.hp_product_slider{
    
    margin: 0 -7%;
}
.hp_product_box {
    position: relative;
    margin: 0 1vw;
}
.hp_product_box img{
    height:16vw;
}
.hp_product_overlay{
    position:absolute;
    inset:0;
    background:rgba(46, 61, 101,0.9);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:26px;
    opacity:0;
    transition:0.25s all linear;
    height: 16vw;
}
.hp_product_box:hover .hp_product_overlay{
    opacity:1;
}
.hp_product_name {
    text-align: center;
    margin-top: 12.5px;
    font-weight: 400;
    color: #2e3d65;
    font-size: 16px;
}
.hp_product .btnbox_center{
    margin-top:15px;
}

.hp_product_icon {
    width: 45px;
    height: 45px !important;
}

@media screen and (max-width:1200.5px){
  
    
    .hp_product_slider .slick-prev {
    left: 75px;
    top: 37%;
    z-index: 10;
}

.hp_product_slider .slick-next {
    right: 75px;
    top: 37%;
}
    
    .hp_product .small_all {
   
    font-size: 15px;
    
}

.hp_product_name {

    font-size: 15px;
}

.hp_product_box img{
    height:18vw;
}
.hp_product_overlay{
    height: 18vw;
}

.hp_product_icon {
    width: 40px;
    height: 40px !important;
}

}
@media screen and (max-width:991.5px){
 
    
        .hp_product_box img {
        height: 25vw;
    }
    
    .hp_product_overlay{
    height: 25vw;
}
}
@media screen and (max-width:767.5px){
    .hp_product{
        padding:60px 0;
    }
    
    .hp_product_box img{
    height:40vw;
}
.hp_product_overlay{
   
    height: 40vw;
}

  .hp_product_slider .slick-prev {
    left: 10px;
    top: 37%;
    z-index: 10;
}

.hp_product_slider .slick-next {
    right: 10px;
    top: 37%;
}
    
    .hp_product_name {
        font-size: 14px;
    }
    
    .hp_product{
    padding:100px 0;
    background:#fff;
}

.hp_product_slider {
    margin: 0 3%;
}
}

@media screen and (max-width:612.5px){
.hp_product .content_all br {
        display: none;
}

}

.hp_industry{
    padding:90px 9%;
    background:#263961;
}
.hp_industry_head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:35px;
}
.hp_industry .small_all{
    display:inline-flex;
    background:rgba(255,255,255,0.8);
    color:#172747;
    border-radius:50px;
    padding:5px 25px;
    font-size:16px;
    gap: 5px;
}
.hp_industry .title_all{
    color:#fff;
    margin-bottom:0;
}
.hp_industry .title_all span{
    color:#34c982;
    font-style:italic;
    font-weight: 700;
}

.hp_industry_box{
    margin: 0 0.4vw;
}

.hp_industry_box img {
    height: 16vw;
}
.hp_industry_content{
    padding:16px;
    text-align:center;
}
.hp_industry_content .subtitle_all {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 300;
}
.hp_industry_content .content_all{
    color:#34c982;
    font-size:15px;
    text-transform: uppercase;
}
.hp_industry_arrow{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#172747;
}

.hp_industry_grid .slick-prev:before {

    position: absolute;
    content: "";
    display: flex;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1779413642E_Button1.png);
    opacity: 1;
}

.hp_industry_grid .slick-next:before {

    position: absolute;
    content: "";
    display: flex;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1779413674E_Button2.png);
    opacity: 1;
}

.hp_industry_grid .slick-prev {
    left: -6%;
    top: 35%;
    z-index: 10;
    width: unset;
    height: unset;
}

.hp_industry_grid .slick-next {
    right: -3%;
    top: 35%;
    z-index: 10;
    width: unset;
    height: unset;
}

.hp_industry_grid .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

@media screen and (max-width:1200.5px){
    .hp_industry{
        padding:90px 6%;
    }
    
    .hp_industry .small_all {
  
    font-size: 15px;

}

.hp_industry_box img {
    height: 17vw;
}

.hp_industry_content .subtitle_all {
    font-size: 17px;
  
}

.hp_industry_content .content_all {
   
    font-size: 14px;
 
}

.hp_industry_grid .slick-next {
    right: -2%;
  
}

.hp_industry_box {
    margin: 0 0.5vw;
}
}
@media screen and (max-width:991.5px){
 
     .hp_industry_box img {
        height: 23vw;
    }
    
    .hp_industry_box {
    margin: 0 0.75vw;
}

.hp_industry_grid .slick-next {
        right: -7.5px;
    }
    
    .hp_industry_grid .slick-prev {
    left: -45px;

}
    
}
@media screen and (max-width:767.5px){
    .hp_industry{
        padding:60px 3%;
    }
    .hp_industry_head{
        display:block;
    }
    .hp_industry .btnbox_right{
        justify-content:flex-start;
    }
    
    .hp_industry .title_all {

    font-size: 23.5px;
}

    .hp_industry_content .subtitle_all {
        font-size: 16.5px;
    }
    
        .hp_industry .small_all {
        font-size: 14px;
    }
    
        .hp_industry_content .content_all {
        font-size: 13px;
    }
    
        .hp_industry_box img {
        height: 35vw;
    }
    
    .hp_industry_grid .slick-prev:before {
  
    width: 30px;
    height: 30px;

}

 .hp_industry_grid .slick-next:before {
  
    width: 30px;
    height: 30px;

}

    .hp_industry_grid .slick-prev {
        left: -25px;
    }
    
        .hp_industry_grid .slick-next {
        right: 3px;
    }
    
}

.hp_gallery{
    padding:110px 0 0px;
    background:#fff;
}
.hp_gallery_head{
    text-align:center;
    margin:0 auto 30px;
    padding:0 5%;
}
.hp_gallery .small_all{
    display:inline-flex;
    background:#182646;
    color:#fff;
    border-radius:50px;
    padding: 5px 25px;
    font-size: 16px;
    gap: 5px;
    font-weight: 300;
}
.hp_gallery .title_all span{
    color:#34c982;
    font-style:italic;
}

.hp_gallery_box{
    position:relative;
}
.hp_gallery_box img{
    height:auto;
}
.hp_gallery_content{
    position:absolute;
    left:0;
    text-align: center;
    bottom:0;
    width:100%;
    padding: 15px 0;
    background:#34c982;
}
.hp_gallery_content .subtitle_all {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: urbanist;
}
.hp_gallery_content.dark{
    background:#263961;
}

@media screen and (max-width:1250.5px){
.hp_gallery_content .subtitle_all {
   
    font-size: 15px;
  
}

}

@media screen and (max-width:1200.5px){
   
    
    .hp_gallery .small_all {
    
    font-size: 15px;
  
}
}
@media screen and (max-width:991.5px){
 
}
@media screen and (max-width:767.5px){
    .hp_gallery{
        padding:60px 0 0;
    }
  
      .hp_gallery .small_all {
        font-size: 14px;
    }
}

@media screen and (max-width:523.5px){
.hp_gallery .content_all br {
    display: none;
}

}

.hp_projects{
    position:relative;
    padding:120px 9%;
    background:#fff;
    overflow:hidden;
}
.hp_projects:after {
    position: absolute;
    content: "";
    right: -120px;
    top: -21%;
    width: 300px;
    height: 300px;
    border: 35px solid rgba(38, 57, 97, 0.05);
    border-radius: 50%;
}
.hp_projects .row{
    align-items:flex-end;
}
.hp_projects .small_all{
    display:inline-flex;
    background:#182646;
    color:#fff;
    border-radius:50px;
    padding:5px 25px;
    gap: 5px;
    font-weight: 300;
    font-size:16px;
}
.hp_projects .title_all span{
    color:#34c982;
    font-style:italic;
    font-weight: 700;
}
.hp_projects_grid{
    margin-top:35px;
    display:grid;
    grid-template-columns:1.1fr 1fr 1fr;
    gap:24px;
}
.hp_projects_box{
    position:relative;
    overflow:hidden;
}
.hp_projects_box img{
    height:17vw;
}
.hp_projects_name{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    background:#34c982;
    padding:14px 55px 14px 18px;
    opacity: 0;
    transition: 0.3s;
}

.hp_projects_box:hover .hp_projects_name{
 
    opacity: 1;
    
}

.hp_projects_name .subtitle_all {
    color: #fff;
    font-size: 17px;
    margin: 0;
    font-weight: 400;
}
.hp_projects_name:after{
    position:absolute;
    content:"";
    background-repeat: no-repeat;
    background-image: url('https://cdn1.npcdn.net/img/1779415717G_Button.jpg');
    background-size: contain;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.hp_projects .content_all {
    padding-left: 26%;
}

@media screen and (max-width:1500.5px){
.hp_projects .content_all {
    padding-left: 26%;
}

.hp_projects .content_all {
    padding-left: 21%;
}

}

@media screen and (max-width:1400.5px){
.hp_projects .content_all {
    padding-left: 15%;
}

}

@media screen and (max-width:1300.5px){
    .hp_projects .content_all {
        padding-left: 13%;
        font-size: 15px;
    }
    
}

@media screen and (max-width:1200.5px){
    .hp_projects{
        padding:90px 6%;
    }
    
    .hp_projects .small_all{

    font-size:15px;
}

.hp_projects_box img{
    height:18vw;
}

    .hp_projects .content_all {
        padding-left: 8%;
        font-size: 14px;
    }
    
    .hp_projects_name .subtitle_all {
   
    font-size: 16px;
  
}
}
@media screen and (max-width:991.5px){
 
        .hp_projects .content_all {
        padding-left: 0;
       
    }
    
    .hp_projects_box img{
    height:23vw;
}
}

@media screen and (max-width:767.5px){
    .hp_projects{
        padding:80px 3%;
    }
    
    .hp_projects_name .subtitle_all {
   
    font-size: 14px;
  
}

.hp_projects_name:after {

    width: 35px;
    height: 30px;
 
}
  
    
    .hp_projects .small_all{

    font-size:14px;
}

.hp_projects_grid {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.hp_projects_box img{
    height:60vw;
}
}

@media screen and (max-width:430.5px){
    .hp_projects .content_all br {
        display: none;
    }
    
}

.index_wrapper_9{
    padding:120px 9%;
    background:#263961;
}
.hp_blog_head{
    text-align:center;
    margin-bottom:40px;
}
.hp_blog .small_all{
    display:inline-flex;
    background:rgba(255,255,255,0.8);
    color:#172747;
    border-radius:50px;
    padding:5px 25px;
    font-size:16px;
    font-weight: 400;
    gap: 5px;
}
.hp_blog .title_all{
    color:#fff;
}
.hp_blog .title_all span{
    color:#34c982;
    font-style:italic;
    font-weight: 700;
}
.hp_blog_grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}
.hp_blog_box{
    background:#fff;
    padding:18px;
    box-shadow:0 12px 30px rgba(0,0,0,0.12);
}
.hp_blog_box img{
    height:190px;
}
.hp_blog_content{
    padding:20px 0 4px;
}
.hp_blog_content .subtitle_all{
    font-size:18px;
}
.hp_blog_meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
    color:#606878;
    font-size:13px;
}

.latest_new_type4 .p-0 {
    padding: 0 15px !important;
}

.latest_new_type4 {
    margin-bottom: 0;
}

.hp_latest_new_8 .news_box .content {

    white-space: unset;
 
}

#main_index .hp_latest_new_8 .text-muted {
    color: #6c757d !important;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: underline;
    color: #49bb82;
}

@media screen and (max-width:1200.5px){
    .index_wrapper_9{
        padding:90px 3%;
    }
    
    .hp_blog .small_all{
   
    font-size:15px;
   
}
}
@media screen and (max-width:991.5px){
    .hp_blog_grid{
        grid-template-columns:1fr;
    }
}
@media screen and (max-width:767.5px){
    .index_wrapper_9{
        padding:60px 3%;
    }
    
    .hp_blog .small_all{
   
    font-size:14px;
   
}
}

.hp_faq{
    position:relative;
    padding:120px 9%;
    background:#fff;
    overflow:hidden;
}
.hp_faq:before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width:100%;
    height:93%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1779355454I_Background.jpg');
}
.hp_faq .row{
    align-items:flex-start;
}
.hp_faq .small_all{
    display:inline-flex;
    background:#182646;
    color:#fff;
    border-radius:50px;
    padding:5px 25px;
    font-size:16px;
    gap: 5px;
}
.hp_faq .title_all span{
    color:#34c982;
    font-style:italic;
    font-weight: 700;
}
.hp_faq_list{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.hp_faq_item{
    background:#f7f7f7;
    border-radius:8px;
    padding: 30px 6% 30px 6%;
    position:relative;
    cursor: pointer;
}
.hp_faq_item:after{
    position:absolute;
    content:"+";
    right:6%;
    top:40px;
    transform:translateY(-50%);
    width:24px;
    height:24px;
    border-radius:50%;
    background:#34c982;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
}
.hp_faq_item .subtitle_all {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 400;
    color: #2e3d65;
}

.subple {
    display: none;
}

.subple {
    display: none;
    margin-top: 15px;
    color: rgba(0,0,0,0.6);
    font-size: 14px;
}

.hp_faq_item.active:after {
    content: "-";
}

.hp_faq .content_all {
    color: #2e3d65;

}

.hp_faq .button_all {
    
    padding: 0 50px 0 20px;

}

.hp_faq .button_all span:before {

    right: -30%;

}

@media screen and (max-width:1200.5px){
    .hp_faq{
        padding:90px 6%;
    }
    
    .hp_faq .small_all{
   
    font-size:15px;
   
}

.hp_faq_item .subtitle_all {
    font-size: 16px;
    
}

.hp_faq_item {
  
    padding: 30px 4% 30px 4%;
   
}

.hp_faq_item:after {
   
    right: 4%;
 
}
}
@media screen and (max-width:991.5px){
    .hp_faq_list{
        margin-top:2rem;
    }
}
@media screen and (max-width:767.5px){
    .hp_faq{
        padding:60px 3%;
    }
    
    .hp_faq .small_all{
   
    font-size:14px;
   
}

    .hp_faq_item .subtitle_all {
        font-size: 15px;
        width: 93%;
    }
}

.hp_cta{
    padding: 60px 3% 60px 9%;
    background:#2e3d66;
}
.hp_cta .row{
    align-items:center;
}
.hp_cta .small_all{
    display:inline-flex;
    background:rgba(255,255,255,0.8);
    color:#172747;
    border-radius:50px;
    padding: 5px 30px;
    font-size: 16px;
    gap: 5px;
}
.hp_cta .title_all{
    color:#fff;
    margin-bottom:0;
}
.hp_cta .title_all span{
    color:#34c982;
    font-style:italic;
    font-weight: 700;
}
.hp_cta .content_all{
    color:#fff;
}

@media screen and (max-width:1332.5px){
.hp_cta .content_all br {
    display: none;
}

}

@media screen and (max-width:1200.5px){
    .hp_cta{
        padding:60px 6%;
    }
    
    .hp_cta .small_all {
    padding: 6px 24px;
    font-size: 15px;
}
}
@media screen and (max-width:991.5px){
    .hp_cta .btnbox_left{
        margin-top:1.5rem;
    }
    
    .hp_cta .title_all {

    margin-bottom: 15px;
}

.hp_cta .content_all br {
    display: block;
}
}
@media screen and (max-width:767.5px){
    .hp_cta{
        padding:60px 3%;
    }
    
    .hp_cta .small_all {
    padding: 6px 24px;
    font-size: 14px;
}
}

/*Footer*/

.footer_type6 {
    background-color: #fff;
    color: #2e3d65;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family: urbanist;
}

.footer_type6 .title h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.footer_type6 .logo img {
    max-height: 54px;
}

.footer_type6 .logo.title {
    min-height: 54px;
}
.footer_type6 .title {
    min-height: 54px;
}

.footer_type6 .input-container .submit {
    color: #2e3d65;
    padding: 12.5px;
    transform: scale(1.5);
}

.footer_type6 b {
    font-weight: 900;
}

.footer_type6 a {
    color: #2e3d65;
}

.footer_type6 .input-container input {
    border-bottom: 1px solid #2e3d65;
    caret-color: #2e3d65;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    color: #2e3d65;
}

.footer_type6 .line {
    background-color: #2e3d65;
}

.footer_type6 .fa-lg {
    color: #fff;
    background: #2e3d65;
    border-radius: 50%;
    padding: 7px 9px 7px;
}

.footer_type6 p {
 
    width: 98%;
}

@media screen and (max-width:1200.5px){
    
.footer_type6 .logo.title {
    min-height: 48px;
}

.footer_type6 .logo img {
    max-height: 48px;
}

.footer_type6 .title {
    min-height: 48px;
}

.footer_type6 p {
 
    width: 100%;
}

}

@media screen and (max-width:991.5px){
    
.footer_type6 .logo.title {
    min-height: 34px;
}

.footer_type6 .logo img {
    max-height: 34px;
}

.footer_type6 .title {
    min-height: 34px;
}

.footer_type6 .title h5 {
    font-size: 18px;
}

}

@media screen and (max-width:767.5px){
.footer_type6 small {
    font-size: 74%;
   
}

.footer_type6 .logo img {
    max-height: 50px;
}

.footer_type6 .title {
    min-height: 30px;
}

.footer_type6 .logo.title {
    min-height: 50px;
}

.footer_type6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

}
