@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* desktop */

body {
    color: #212529;
    font-size: 15px !important;
    line-height: normal;
}
body > br{
    display: none;
}

a {
    text-decoration: none !important;
    transition: 0.25s !important;
}

.all_functional_page{
    margin-top: 2rem;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}
.item.slick-slide img{
    min-height: 350px;
    object-fit: cover;
}

.font-top {
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.font-top:before {
    content: '';
    border-top: 2.5px dashed #ffffff;
    margin: 0 15px 0 0;
    flex: 1 0 15px;
}

.font-top:after {
    content: '';
    border-top: 2.5px dashed #ffffff;
    margin: 0 0 0 15px;
    flex: 1 0 15px;
}

#main_index .navbar_type8 {
    display: block;
    height: auto;
    padding: 15px 15px 0;
    text-align: center;
    border-bottom: none;
    background-color: #fff;
}

#top_spacing{
    
}

.navbar_type8 {
    display: block;
    height: auto;
    padding: 15px 15px 0;
    text-align: center;
    /*border-bottom: 2.5px solid #0099b0;*/
    /*background-color: #58595B;*/
}

.navbar_type8 .logo {
    margin-left: 0;
}

.navbar_type8 .logo img {
    position: inherit;
    padding: 0;
    width: 7%;
}

.navbar_type8 .nav_tab {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    min-height: 55px;
}

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

.navbar_type8 .nav_tab .nav_item a {
    font-weight: bold;
    color: #333;
}
.navbar_type8 .nav_tab .nav_item:last-child a{
    background-color:#02665e;
    color:#fff;
    padding:15px 1.5vw;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    background-color: #02665e;
    color: #ffffff;
}

.navbar_type8 .nav_tab .nav_item.login a:hover, .navbar_type8 .nav_tab .nav_item.shopping a:hover {
    background-color: inherit;
}

.navbar_type8 .nav_tab .nav_item.login a .login {
    margin-right: 0 !important;
}

.navbar_type8 .nav_tab .login i, .navbar_type8 .nav_tab .shopping i {
    transform: scale(1);
    font-size: 25px;
}

.navbar_type8 .nav_tab .active {
    color: #ffffff !important;
    transition: 0.25s;
}

.navbar_type8 .nav_tab .active:hover, .navbar_type8 .nav_tab .nav_item.login:hover .active,
.navbar_type8 .nav_tab .shopping a:hover {
    color: #0099b0 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    background-color: #0099b0;
    top: 100%;
    min-width: auto;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: transparent;
    max-width: 100%;
    min-width: auto;
    display: block;
    margin-bottom: 10px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #ffffff;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #212529 !important;
}

.dark_nav {
    background-color: #58595B !important;
    height: 84.8px;
    display: flex !important;
    padding: 15px;
    max-width: 1140px;
    left: 50%;
    transform: translate(-50%, 0);
}

.dark_nav:before {
    content: '';
    background-color: #fff;
    width: 101%;
    height: 84.8px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    z-index: -1;
    border-bottom: 2.5px solid #1b3426;
}

.dark_nav:after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 84.8px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, 0);
    z-index: -1;
    border-bottom: 2.5px solid #1b3426;
}

.dark_nav .logo img {
    position: absolute;
    width: 100%;
}

.dark_nav .nav_tab {
    justify-content: flex-end;
    margin-top: 0;
}

.space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.space2 {
    padding-top: 50px;
}

.bg1 {
    background-image: url(https://cdn1.npcdn.net/img/1734069606sec1-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.font-big {
    font-size: 35px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-big img {
    width: 5%;
    height: auto;
    margin: auto 15px;
}

.big1 {
    background-color: #02665e;
    padding: 15px;
    color: #ffffff;
    border-bottom: 2.5px solid #02665e;
    border-radius: 50px;
}

.font-small {
    font-size: 15px;
    line-height: 2;
}

.font-small span {
    text-transform: uppercase;
}

.small1 {
    max-width: 75%;
    margin: 0 auto;
}

.img1 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.img1 img {
    transition: 0.25s;
}

.img1:hover img {
    transform: scale(1.25);
    filter: grayscale(1);
}

.font-title {
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background-color: #02665e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: 0.25s;
}

.img1:hover .font-title {
    width: 100%;
    background-color: #1b3426;
}

.btn1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    bottom: -25%;
    right: 0;
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.btn1:hover {
    color: #fff;
}

.img1:hover .btn1 {
    width: 100%;
}

.bg2 {
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/img/1734062549sec2-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.five-full {
    flex: 0 0 50%;
    max-width: 50%;
}

.five-full img {
    padding: 20px 80px 0px 80px;
    /*filter: brightness(0) invert(0);*/
    transition: 0.25s;
}

.five-full:hover img {
    filter: inherit;
    transform: scale(1.25);
    animation: 1s swing;
}

.font-sub a {
    font-size: 21px;
    color: #212529;
    font-weight: bold;
}

.five-full:hover .font-sub a {
    color: #02665e;
}

.index_wrapper_5 {
    padding-bottom: 50px;
}

.index_wrapper_7 {
    background-color: #02665e;
    padding-bottom: 50px;
}

.border1 {
    border-top: 2.5px solid #212529;
}

.custom_slider_banner .item {
    padding: 0 15px;
}

.custom_slider_banner .item img {
    /*background-color: #f2f2f2;*/
    padding: 25px;
    transition: 0.25s;
    aspect-ratio: 1;
    object-fit: contain;
    min-height: unset;
}

.custom_slider_banner .item img:hover {
    background-color: #f2f2f2;
     transition: 0.25s;
}

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

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

.row1 {
    display: flex;
    align-items: center;
}

.row1 i {
    font-size: 50px;
    margin-right: 15px;
    animation: 1s pulse infinite alternate;
    color: #212529;
}

.font-icon {
    font-weight: bold;
    text-align: left;
}

.footer_type7 {
    background-color: #58595B;
    padding-top: 50px !important;
    padding-bottom: 0 !important;
}

.footer_type7 .p-3 {
    padding: 15px !important;
}

.footer_type7 p {
    line-height: 25px;
    margin-bottom: 0 !important;
}

.footer_type7 .title h5 {
    font-size: 25px;
    font-weight: bold;
    color: #0099b0;
}

.footer_type7 .col-md-3 .list-unstyled li {
    width: 50%;
    float: left;
}

.footer_type7 .col-md-3 .list-unstyled li a:hover {
    color: #0099b0;
}

.footer_type7 .col-md-3 .list-unstyled li a p {
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.footer_type7 .col-md-3 .list-unstyled li:nth-child(5) a p,
.footer_type7 .col-md-3 .list-unstyled li:last-child a p {
    margin-bottom: 0 !important;
}

.footer_type7 i {
    color: #0099b0;
}

.footer_type7 .col-md-6 {
    border-top: 1px solid #ffffff;
    padding: 15px !important;
}

.footer_type7 .text-md-left small, .footer_type7 .text-md-left strong {
    font-size: 15px !important;
}

.page_title {
    margin: 50px auto;
}

.page_title b {
    font-size: 35px;
}

.wspages .page_title {
    display: none;
}


.footer_type3{
    background-color: #1b3426;
}

#main_contactus {
    padding-bottom: 50px;
}

#main_contactus .page_title {
    text-align: left !important;
}

#main_contactus .ws_contact, #main_contactus .ws_contact .contact_form, #main_contactus .mb_10 {
    margin-bottom: 0 !important;
}

/* mobile */

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

.m_nav_type5 .menu_bar .bar1, .m_nav_type5 .menu_bar .bar2, .m_nav_type5 .menu_bar .bar3 {
    background-color: #02665e;
}

.navbar_type8 {
    display: none !important;
}

.m_nav_type5 {
    padding: 15px;
    /*border-bottom: 2.5px solid #0099b0;*/
    background-color: #fff;
}

.m_nav_type5 .d-flex {
    margin: 0 auto !important;
    padding: 0;
}

.m_nav_type5 .d-flex .col-8 {
    padding: 0;
}

.m_nav_type5 .company_logo {
    width: 95%;
}

.m_nav_type5 .member, .m_nav_type5 .shopping {
    font-size: 25px;
    padding: 0;
}

.m_nav_type5 .member:hover, .m_nav_type5 .shopping:hover {
    color: #212529;
}

.m_side_menu_type5 {
    border-top: 2.5px solid #0099b0;
}

.m_side_menu_type5 .nav_item {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.font-big {
    display: block;
}

.font-big img {
    width: 25%;
}

.small1 {
    max-width: 100%;
}

.font-title, .btn1 {
    width: 50%;
}

.five-full {
    flex: 0 0 50%;
    max-width: 50%;
}

.five-full img {
    padding: 25px 50px;
}

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

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

.footer_type7 {
    padding-bottom: 25px !important;
}

.footer_type7 .col-md-6 {
    margin-bottom: 0 !important;
}

.footer_type7 .col-md-6:last-child {
    border-top: none;
}

}


.hp_testimonials .space{
    padding-bottom: 0;
}


.hp_testimonial_type4 .testimonial_box .testimonial_card .img{
    padding-top: 30%;
    box-shadow:unset;
    border: unset;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img img{
    width: 30%;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text_area p{
    font-weight: 400;
    line-height: 1.6;
}

/*banner*/
.slider_banner .banner_content{
    overflow: hidden;
}
.sec_banner_ebox {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sec_banner_box {
    flex-basis: 50%;
    padding-left: 10%;
    padding-top: 10%;
}

.sec_banner_title {
    font-size:53px;
    font-weight:800;
    color: #286140;
    line-height: 1.2;
    /*font-family: 'Poppins', sans-serif;*/
}

.sec_banner_title.white {
    color: #ffffff;
}

.sec_banner_title span{
    color: #fff;
    font-weight: 500;
    font-size: 68px;
    /*line-height: 1!important;*/
}

.sec_banner_text {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #286140;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 10%;
}

.sec_banner_text.white {
    color: #ffffff;
}

.sec_banner_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnMore_banner {
    display: inline-block;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    border: 1px solid #286140;
    background-color: #286140;
    padding: 10px 20px;
    /* border-radius: 15px; */
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    margin-top: 1.5rem;
    border-radius: 10px;
}

/*.btnMore_banner::before {*/
/*    content: "";*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
/*    height: 100%;*/
/*    width: 20px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    transform: skewX(-45deg) translateX(-40px);*/
/*    transition: all .5s ease-in-out;*/
/*}*/

.btnMore_banner:hover {
    background-color:transparent;
    border-color: #fff;
    color: #fff;
}

/*.btnMore_banner:hover::before {*/
/*    transform: skewX(-45deg) translateX(200px);*/
/*}*/

.sec_banner_boxImg {
    flex-basis: 50%;
    /*padding-right: 7%;*/
}

@media screen and (max-width: 1200px) {
    .sec_banner_title {
        font-size: 35px;
    }
    .sec_banner_text {
        font-size: 16px;
        padding-right: 9%;
    }
    
    .sec_banner_title span{
        font-size: 54px;
    }
    
    .btnMore_banner{
        margin-top: 0.5rem;
    }
    
    .font-title {
    font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    .sec_banner_title {
        /*font-size: 26px;*/
    }
    .sec_banner_text {
        font-size: 16px;
        padding-right: 0;
    }
    .btnMore_banner {
        font-size: 14px;
        padding: 8px 24px;
    }
    .btnMore_banner:hover::before {
        transform: skewX(-45deg) translateX(135px);
    }

    .sec_banner_box {
        padding-top: 10%;
        }
        
    .sec_banner_ebox{
    top: 10%;    
    }
    
    .sec_banner_boxImg{
    margin-top: -4%;
    }
    
    /*    .sec_banner_title span {*/
    /*    font-size: 18px;*/
    /*}*/
}

@media all and (max-width:800px){
    .sec_banner_title,.sec_banner_title span {
        font-size: 38px;
    }
}

@media screen and (max-width: 767.98px) {
    /*.item.slick-slide img{*/
    /*    min-height: 350px;*/
    /*    object-fit: cover;*/
    /*    object-position: center;*/
    /*}*/
    .sec_banner_title {
        font-size: 28px;
    }
    .sec_banner_text {
        /*font-size: 12px;*/
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    .sec_banner_title span {
        font-size: 33px;
    }
    /*.btnMore_banner {*/
    /*    font-size: 12px;*/
    /*    padding: 6px 18px;*/
    /*}*/
    .btnMore_banner:hover::before {
        transform: skewX(-45deg) translateX(115px);
    }
    
    .item.slick-slide img{
        min-height: unset;
    }
    
    .small1 {
    max-width: 100%;
    }
    
    .five-full img{
        padding:0;
    }
}

@media screen and (max-width: 580px) {
    /*.sec_banner_title {*/
    /*    font-size: 16px;*/
    /*}*/
    .sec_banner_text {
        /*font-size: 12px;*/
        line-height: 1.5;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sec_banner_ebox {
        flex-wrap: wrap;
    }
    .sec_banner_box {
        flex-basis: 100%;
        padding-right: 10%;
    }
    .sec_banner_boxImg {
        flex-basis: 100%;
        max-width: 100%;
        /*margin: 15px auto 0;*/
    }
    .slider_banner .slick-slide>img {
        min-height:600px;
        object-fit: cover;
    }

    /*.sec_banner_text{*/
    /*    font-size: 12px;*/
    /*}*/
    
    .sec_banner_ebox .sec_banner_box.text-left {
        text-align: center!important;
    }
    
    .sec_banner_btn{
        justify-content: center;
    }
    
    .sec_banner_title {
        font-size: 34px;
    }
    
    .container-fluid.footer_type7.py-5{
        padding-bottom: 0!important;
    }
    
    .sec_banner_title span {
        font-size: 34px;
    }
    
    .sec_banner_boxImg{
        padding-right: 0;
    }
    
    .five-full{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_whyIng {
    width: 90px;
    padding-right: 20px;
    }
    
    .font-title {
        font-size: 24px;
    }
    
    .sec_banner_box {
        padding-top: 0;
    }
}

@media screen and (max-width: 426px) {
    /*.sec_banner_title {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.sec_banner_text {*/
    /*    font-size: 8px;*/
    /*}*/
    /*.btnMore_banner {*/
    /*    font-size: 8px;*/
    /*    padding: 4px 12px;*/
    /*}*/
    .btnMore_banner:hover::before {
        transform: skewX(-45deg) translateX(75px);
    }
}

@media all and (max-width:480px){
    .sec_banner_boxImg {
        flex-basis: 100%;
        max-width: 90%;
        margin: 15px auto 0;
    }
    .slider_banner .slick-slide>img {
        /*min-height:530px;*/
        object-fit: cover;
    }
    
        .sec_banner_title span {
        font-size: 26px;
    }
    
        .sec_banner_title {
        font-size: 26px;
    }
    
    
}

@media all and (max-width:380px){
    .slider_banner .slick-slide>img {
        min-height:450px;
    }

    .sec_banner_text {
        font-size: 10px;
        }
        
        .sec_banner_title {
        font-size: 19px;
        }
        
        .sec3_bottom_content_text p {
        font-size: 16px;
        }
        
        .btnMore_banner {
        font-size: 10px;
        }
        
            .sec_banner_title span {
        font-size: 19px;
    }
}


.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img{
    object-fit: cover;
}


.hp_whyIng{
    width: 100px;
    padding-right: 10px;
}


.lay1 .content-box p{
    line-height: 1.8;
    font-size: 16px;
}


.lay1 .content-box h1{
    font-weight: 800;
    color: #1b3426;
}

.lay1 .cright{
    background: #fffcfa;
}


.toggle_btn.num1{
    display: none;
}


.ws_contact .tab-pane .list-unstyled .big-whatsapp-custom-btn.contactRecordBtn:last-child{
    display: none!important;
}


/*BUTTON_*/
.hp_button_section{

}

.hp_button_section .hp_button_box{
    text-align:center;
}
.spec_img001{
    width: 210px;
    transition:0.25s all linear;
}
.spec_img001:hover{
    transform:scale(1.1);
}
.spec_img001:active{
    transform:scale(0.9);
}



.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:1rem 0 0;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:1rem 0 0;
}

.n_button{
    width:auto;
    height:auto;
    padding: 10px 31px;
    border:1px solid #286140;
    border-radius:5px;
    background:#286140;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    font-weight:600;
    text-align:center;
    color:#fff;
    transition:0.25s all linear;
}

.n_button span{
    position:relative;
}

.n_button:hover{
    text-decoration:none;
    color:#286140;
    background:transparent;
    transform:scale(0.98);
}

.spec_button .n_button{
    background-color:#fff;
    color:#286140;
    border:1px solid #fff;
}
.spec_button .n_button:hover{
    color:#286140;
}

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

    }

    .n_button{
        padding:12px 30px;
        font-size:15px;
    }
}