a {
    text-decoration: none !important;
}

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

/*custom nav*/

.d-lg-block.editor{
    padding-bottom: 130px;
}

.custom-nav {
    background: #fff;
    display: flex;
    height: 115px;
    position: fixed;
    z-index: 10;
}

.custom-navlogo {
    flex: 0 0 20%;
    padding: 15px;
}

.custom-navlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-navinfo {
    display: flex;
    flex: 0 1 80%;
    justify-content: flex-end;
    padding-bottom: 17px;
    padding-right: 88px;
}

.cn-infobox {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    position: relative;
}

.cn-infobox.left-line:before {
    display: block;
    content: "";
    width: 1px;
    height: 45px;
    background: #63bd30;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cn-infobox img {
    width: 100%;
    max-width: 35px;
    margin-right: 15px;
}

.cn-infotext {
    white-space: nowrap;
}

.cn-infotext-1 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

a.cn-infotext-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a.cn-infotext-2:hover {
    color: #29aae3;
}

.custom-navlogo {
    flex: 0 0 10%;
    padding: 20px;
    top: 21px;
    bottom: 20px;
    height: 160px;
    margin-top: 10px;
    margin-left: 135px;
    background-color: #fff;
    border-radius: 50%;
}

@media all and (max-width:1200px) {
    .custom-navinfo {
    padding-right: 0;
    }
}

@media all and (max-width:991.52px) {
    .custom-nav {
    display: none;
    }
    .d-lg-block.editor{
    padding-bottom: 0;
    }
}

@media screen and (max-width: 1300.5px){
    .custom-navlogo {
        flex: 0 0 12%;
        padding: 20px;
        top: 21px;
        bottom: 20px;
        height: 160px;
        margin-top: 10px;
        margin-left: 120px;
        background-color: #fff;
        border-radius: 50%;
    }
    
    .custom-navinfo {
        display: flex;
        flex: 0 1 80%;
        justify-content: flex-end;
        padding-bottom: 17px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 1200.5px){
    .custom-navlogo {
        flex: 0 0 16%;
        padding: 13px;
        top: 21px;
        bottom: 20px;
        height: 150px;
        margin-top: 10px;
        margin-left: 82px;
        background-color: #fff;
        border-radius: 50%;
    }
    
    .custom-navinfo {
        display: flex;
        flex: 0 1 80%;
        justify-content: flex-end;
        padding-bottom: 17px;
        padding-right: 0px;
    }
    
    .cn-infobox img {
        width: 100%;
        max-width: 30px;
        margin-right: 15px;
    }
    
    .cn-infobox {
        display: flex;
        align-items: center;
        padding: 15px 15px;
        position: relative;
    }
}

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

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

/*nav*/

.navbar_type8 {
    height: 60px;
    top: 90px;
}

.navbar_type8 .logo {
    display: none;
}

.navbar_type8 .nav_tab {
    flex: 0 0 70%;
    margin-left: auto;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 7.5vw;
    background: #63bd30;
}

html:lang(ms) .navbar_type8 .nav_tab {
    flex: 0 0 70%;
    margin-left: auto;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 4.5vw;
    background: #63bd30;
}

.navbar_type8 .nav_tab .nav_item a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: white;
    padding: 25px;
    text-decoration: none;
    white-space: nowrap;
    text-transform: capitalize;
}

html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: white;
    padding: 14px;
    text-decoration: none;
    white-space: nowrap;
    text-transform: capitalize;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 110%;
    width: 70%;
    border-bottom: 3px solid #fff;
    transform: translateX(-50%);
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

/*dark nav*/

.dark_nav {
    background-color: transparent!important;
    animation: none;
}

/*mobile nav*/

.navbar_mobile .btn-outline-light {
    border-color: #63bd30;
    color: #63bd30;
}
.navbar_mobile {
    /*height: 95px;*/
    background: #fff;
}
.navbar_mobile .logo_img {
    /*max-height: 65px;*/
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        color: white;
        padding: 15px;
        text-decoration: none;
        white-space: nowrap;
        text-transform: capitalize;
    }
    
    .navbar_type8 .nav_tab {
        flex: 0 0 70%;
        margin-left: auto;
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 2.5vw;
        background: #63bd30;
    }
    
    html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: white;
        padding: 9px;
        text-decoration: none;
        white-space: nowrap;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        color: white;
        padding: 10px;
        text-decoration: none;
        white-space: nowrap;
        text-transform: capitalize;
    }
    
    html:lang(ms) .navbar_type8 .nav_tab {
        flex: 0 0 70%;
        margin-left: auto;
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 2.5vw;
        background: #63bd30;
    }
    
    html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        color: white;
        padding: 9px;
        text-decoration: none;
        white-space: nowrap;
        text-transform: capitalize;
    }
}

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

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: -70px;
}

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

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

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 21.5vw;
    left: 22vw;
    transform: translate(-20%, -50%);
    width: 60%;
}

.n_bannerSubtitle {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
}

.n_bannerSubtitle::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 7px;
    background: url("https://cdn1.npcdn.net/img/1770214461A_Element2.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.n_bannerTitle {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-top: 1.5vw;
    text-transform: uppercase;
    /*-webkit-text-stroke: 2px #71a039;*/
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.55);
}

.n_bannerTitle span {
    color: #afcc3c;
}

.hp_banner_content {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    line-height: 1.6;
    margin-top: 1.5vw;
}

.n_bannerViewMore {
    font-size: 16px;
    font-weight: 600;
    /*color: #63bd30;*/
    color: #71a039;
    background: #fff;
    text-align: center;
    padding: 0%;
    height: 2.6vw;
    width: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background: #63bd30;
    text-decoration: none;
}

.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: 12px !important;
    width: 6px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

.n_bannerContainer {
    position: relative;
}

.n_bannerIcon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
    background: #fff;
    width: 35%;
    padding: 1%;
    border-radius: 10px 0px 0px 0px;
}

.n_bannerImg {
    width: 25% !important;
    height: auto !important;
}

.slider_banner .slick-prev:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1770266235A_Button2.png);
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none;
}

.slider_banner .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1770266243A_Button1.png);
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none;
}

.slider_banner .slick-next:before, .slider_banner .slick-prev:before {
    opacity: 1;
}

.slider_banner .slick-prev {
    top: 12vw;
    left: calc(100% - 122px - 40px);
}

.slider_banner .slick-next {
    top: 8.5vw;
    right: 143px;
}

/*dots*/

.slider_banner .slick-dots {
    position: absolute;
    bottom: 2vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    /*left: -37vw;*/
}

.slick-dots li button:before {
    color: #fff;
    font-size: 9px;
}

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

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

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

.slider_banner .slick-dots li.slick-active button:before {
    opacity: .95;
    color: #fff;
    border: 1px solid #fff;  
    border-radius: 50%;      
    padding: 7px;            
}

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

@media screen and (max-width: 1300.5px){
    .n_bannerTitle {
        font-family: 'Poppins', sans-serif;
        font-size: 45px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-top: 1.5vw;
    }
    
    .hp_banner_content {
        font-size: 16px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 1.5vw;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 400;
        /*color: #63bd30;*/
        background: #fff;
        text-align: center;
        padding: 0%;
        height: 3.6vw;
        width: 19vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1770266235A_Button2.png);
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none;
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1770266243A_Button1.png);
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none;
    }

    .slider_banner .slick-prev {
        top: 13vw;
        left: calc(100% - 122px - 40px);
    }
    
    /*.slider_banner .slick-prev {*/
    /*    z-index: 99;*/
    /*    top: 12vw;*/
    /*    left: 88vw;*/
    /*}*/
    
    /*.slider_banner .slick-next {*/
    /*    top: 8vw;*/
    /*    right: 10.3vw;*/
    /*}*/
}

@media screen and (max-width: 1200.5px){
    .n_bannerTitle {
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-top: 1.5vw;
    }
    
    .hp_banner_content {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 1.5vw;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 400;
        /*color: #63bd30;*/
        background: #fff;
        text-align: center;
        padding: 0%;
        height: 3.6vw;
        width: 23vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1770266235A_Button2.png);
        width: 30px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none;
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1770266243A_Button1.png);
        width: 30px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none;
    }
    
    .slider_banner .slick-prev {
        top: 12.5vw;
        left: calc(100% - 122px - 40px);
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerTitle {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-top: 1.5vw;
    }
    
    .hp_banner_content {
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 1.5vw;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 400;
        /*color: #63bd30;*/
        background: #fff;
        text-align: center;
        padding: 0%;
        height: 9vw;
        width: 53vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 33.5vw;
        left: 26vw;
        transform: translate(-20%, -50%);
        width: 85%;
    }
    
    .n_bannerInnerGroup br {
        display: none;
    }
    
    .slider_banner .slick-next {
        top: 56.5vw;
        right: 9.5vw;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        top: 65vw;
        left: 86vw;
    }
    
    .n_bannerIcon {
        position: absolute;
        right: 0px;
        bottom: 0px;
        display: flex;
        justify-content: flex-end;
        gap: 5px;
        align-items: center;
        background: #fff;
        width: 40%;
        padding: 2%;
        border-radius: 10px 0px 0px 0px;
    }
    
    .n_bannerImg {
        width: 35% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 426px) {
    .n_bannerTitle {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-top: 1.5vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 36.5vw;
        left: 26vw;
        transform: translate(-20%, -50%);
        width: 85%;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        /*color: #63bd30;*/
        background: #fff;
        text-align: center;
        padding: 0%;
        height: 10vw;
        width: 59vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
    
    .slider_banner .slick-next {
        top: 59.5vw;
        right: 9.5vw;
    }

    .slider_banner .slick-prev {
        z-index: 99;
        top: 69vw;
        left: 85vw;
    }
}

/*hp_services*/

.hp_services {
    padding: 5.5vw 9vw 1vw 9vw;
    position: relative;
    z-index: 1;
}

.hp_services .small_title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 1vw;
}

.hp_services .small_title::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_services .big_title {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 2vw;
}

.hp_services .big_title span {
    font-weight: 800;
    font-style: italic;
    color: #63bd30;
}

.hp_services .hp_keyword {
    font-size: 16px;
    font-weight: 400;
    color: #58595b;
    position: relative;
    margin-top: 4vw;
    margin-bottom: 0.5vw;
    line-height: 1.5;
}

.hp_services .servicesBorder {
    position: relative; 
    overflow: hidden;  
    padding: 15px 15px;
    transition: transform 0.6s ease;
}

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

.hp_services .servicesBorder img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
}

.hp_services .services_title {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 12px;
    background: rgba(255, 255, 255, 0.7);
    color: #58595b;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    box-sizing: border-box;
    width: 85%;
    transition: transform 0.6s ease;
}

.hp_services .servicesBorder:hover .services_title{
    background: #63bd30;
    color: #fff;
}

/*new_services*/

#main_index .service_category {
    padding: 0vw 10vw 6vw 10vw;
}

#main_index .service_category .service_box {
    position: relative;
    width: 100%;
    padding-top: 54.25%;
    overflow: hidden;
    height: 0;
    margin-bottom: 30px;
}

@media screen and (max-width: 1300.5px){
    .hp_services br {
        display: none;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_services .big_title {
        font-family: 'Poppins', sans-serif;
        position: relative;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        margin-bottom: 2vw;
    }
    
    .hp_services .services_title {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        padding: 16px 12px;
        background: rgba(255, 255, 255, 0.7);
        color: #58595b;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        border-radius: 8px;
        display: inline-block;
        box-sizing: border-box;
        width: 85%;
        transition: transform 0.6s ease;
    }
    
    .hp_services {
        padding: 5.5vw 5vw 7vw 5vw;
        position: relative;
        z-index: 1;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 0.5vw 5vw 7vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_services .big_title {
        font-family: 'Poppins', sans-serif;
        position: relative;
        font-size: 23px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        margin-bottom: 2vw;
    }
    
    .hp_services .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #58595b;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0.5vw;
        line-height: 1.5;
    }
    
    .hp_services .services_title {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        padding: 13px 12px;
        background: rgba(255, 255, 255, 0.7);
        color: #58595b;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        border-radius: 8px;
        display: inline-block;
        box-sizing: border-box;
        width: 85%;
        transition: transform 0.6s ease;
    }
}

/*hp_numbers*/

.hp_numbers {
    padding: 3.5vw 8vw 2.5vw 8vw;
    position: relative;
    z-index: 1;
    background: #f4f4f4;
}

.hp_why_count_point {
    position: relative;
    padding-bottom: 15px;
}

.hp_why_count_point:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 30px;
    height: 70%;
    width: 2px;
    background: #999;
}

.hp_count_point {
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 63px;
    color: #000;
    font-weight: 700;
    line-height: 1;
}

.hp_count_point img {
    width: 16%;
    height: 16%;
    object-fit: contain;
}

.running_word {
    font-size: 30px;
    color: #63bd30;
}

.hp_count_text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #63bd30;
    margin-top: 1vw;
    text-align: center;
    line-height: 1.3;
}

.hp_running_text {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-top: 0.5vw;
    text-align: center;
    line-height: 1.5;
}

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

@media screen and (max-width: 1200.5px){
    .hp_count_point {
        font-family: 'Poppins', sans-serif;
        display: flex;
        justify-content: center;
        align-items: baseline;
        font-size: 50px;
        color: #000;
        font-weight: 700;
        line-height: 1;
    }
    
    .hp_numbers {
        padding: 3.5vw 5vw 2.5vw 5vw;
        position: relative;
        z-index: 1;
        background: #f4f4f4;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_numbers {
        padding: 7vw 5vw 5vw 5vw;
        position: relative;
        z-index: 1;
        background: #f4f4f4;
    }
    
    .hp_running_text {
        font-size: 15px;
        font-weight: 400;
        color: #666;
        margin-top: 0.5vw;
        text-align: center;
        line-height: 1.5;
    }
    
    .hp_why_count_point:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -9px;
        width: 100%;
        height: 2px;
        background: #999;
        display: none;
    }
}

@media screen and (max-width: 426px) {
    .hp_tag_big {
        font-size: 12px;
        font-weight: 800;
        color: #63bd30;
        margin-top: 2vw;
        margin-bottom: 0vw;
        line-height: 1.3;
        height: 30px;
        padding: 1px;
    }
}

/*hp_client*/

.hp_client {
    padding: 7.5vw 0vw 5vw 0vw;
    position: relative;
    z-index: 1;
}

.hp_client .small_title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_client .small_title::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_client .small_title::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_client .big_title {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.5vw;
}

.hp_client .big_title span {
    font-weight: 800;
    font-style: italic;
    color: #63bd30;
}

.hp_client .hp_keyword {
    font-size: 16px;
    font-weight: 400;
    color: #58595b;
    text-align: center;
    position: relative;
    margin-bottom: 1.5vw;
}

/*slider*/

.hp_client .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px; 
    box-sizing: border-box;
    padding: 10px;
}

.hp_client .imgbox {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}

.hp_client .imgbox img{
    width: 100%;
    transition: transform 0.8s ease;
    background: transparent;
}

.project-v {
    margin-left: -15px;
    margin-right: -15px;
}

.project-v .imgbox {
    padding: 0 15px;
}

.project-v .imgbox a {
    text-decoration: none;
    color: #8cc541;
}

.project-v .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-v .imgbox .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-v .imgbox .img-wrapper:hover::after {
    background: none; 
}

.project-v .img-wrapper {
    width: 100%;               
    height: 150px;             
    display: flex;
    align-items: center;       
    justify-content: center;   
    /*border: 2px solid #ccc;   */
    padding: 0px;              
    box-sizing: border-box;    
}

.project-v .img-wrapper img {
    max-width: 102%;
    max-height: 100%;
    object-fit: contain;       
}

.project-v .slick-dots li button:before {
    color: #000;
    font-size: 10px;
}

@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){
    .hp_client {
        padding: 7vw 4vw 5vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_client .big_title {
        font-family: 'Poppins', sans-serif;
        position: relative;
        font-size: 23px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1.5vw;
    }
    
    .hp_client .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #58595b;
        text-align: center;
        position: relative;
        margin-bottom: 1.5vw;
    }
}

/*hp_why*/

.hp_why {
    padding: 1vw 8vw 5vw 8vw;
    position: relative;
    z-index: 1;
}

.hp_why .small_title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_why .small_title::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_why .small_title::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_why .big_title {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.5vw;
}

.hp_why .big_title span {
    font-weight: 800;
    font-style: italic;
    color: #63bd30;
}

.hp_tag_gridbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 0vw;
    padding: 1.5vw 0vw 1.5vw 0vw;
}

.hp_tag_grid {
    padding: 7px 7px;
}

.hp_tag_image {
    width: 26%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.hp_tag_title:hover .hp_tag_image {
    animation: swing 1s ease;
}

@keyframes swing {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(15deg); }
  30% { transform: rotate(-10deg); }
  45% { transform: rotate(15deg); }
  60% { transform: rotate(-10deg); }
  75% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}

.hp_tag_title {
    display: block;
    align-items: center;
    padding: 1.5vw 1vw 2.5vw 1vw;
    gap: 1.5vw;
    text-align: center;
    background: #f3f3f3;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    /*box-shadow: 0px 1px 8px rgba(0,0,0,0.08); */
}

.hp_tag_title:hover {
    background: #63bd30;
    /*box-shadow: 0px 2px 10px rgba(0,0,0,0.2); */
}

.hp_tag_big {
    font-size: 16px;
    font-weight: 800;
    color: #63bd30;
    margin-top: 1vw;
    margin-bottom: 0vw;
    line-height: 1.3;
    height: 19px;
}

.hp_tag_small {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0vw;
}

.hp_tag_title:hover .hp_tag_big,
.hp_tag_title:hover .hp_tag_small {
    color: #fff;
    transition: color 0.3s ease;
}

.hp_tag_title:hover .hp_tag_image {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

@media screen and (max-width: 1300.5px){
    .hp_tag_big {
        font-size: 15px;
        font-weight: 800;
        color: #63bd30;
        margin-top: 1vw;
        margin-bottom: 0vw;
        line-height: 1.3;
        height: 19px;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_why {
        padding: 1vw 5vw 5vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_tag_big {
        font-size: 13px;
        font-weight: 800;
        color: #63bd30;
        margin-top: 1vw;
        margin-bottom: 0vw;
        line-height: 1.3;
        height: 21px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_tag_gridbox {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 0vw;
        padding: 1.5vw 0vw 1.5vw 0vw;
    }
    
    .hp_why {
        padding: 1vw 4vw 5vw 4vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_why .big_title {
        font-family: 'Poppins', sans-serif;
        position: relative;
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0.5vw;
    }
    
    .hp_tag_image {
        width: 30%;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
        transition: all 0.3s ease;
    }
    
    .hp_tag_title {
        display: block;
        align-items: center;
        padding: 3.5vw 2vw 3.5vw 2vw;
        gap: 1.5vw;
        text-align: center;
        background: #f3f3f3;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        /* box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08); */
    }
    
    .hp_tag_big {
        font-size: 14px;
        font-weight: 800;
        color: #63bd30;
        margin-top: 2vw;
        margin-bottom: 0vw;
        line-height: 1.3;
        height: 40px;
        padding: 5px;
    }
}

/*hp_common*/

.hp_common {
    padding: 5vw 14vw 4vw 14vw;
    position: relative;
    z-index: 1;
    background-color: #f4f4f4;
}

.commonBorder {
    padding: 15px 15px;
}

.hp_common .small_title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_common .small_title::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_common .small_title::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_common .big_title {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.5vw;
}

.hp_common .big_title span {
    font-weight: 800;
    font-style: italic;
    color: #63bd30;
}

.hp_common_title {
    text-align: center;
}

.hp_common_image {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}

.hp_common_title:hover .hp_common_image {
    animation: swing 1s ease;
}

@keyframes swing {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(15deg); }
  30% { transform: rotate(-10deg); }
  45% { transform: rotate(15deg); }
  60% { transform: rotate(-10deg); }
  75% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}

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

@media screen and (max-width: 1200.5px){
    .hp_common {
        padding: 5vw 5vw 4vw 5vw;
        position: relative;
        z-index: 1;
        background-color: #f4f4f4;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_common {
        padding: 7vw 5vw 4vw 5vw;
        position: relative;
        z-index: 1;
        background-color: #f4f4f4;
    }
    
    .hp_common .big_title {
        font-family: 'Poppins', sans-serif;
        position: relative;
        font-size: 23px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0.5vw;
    }
    
    .hp_common_image {
        width: 120px;
        height: auto;
        transition: all 0.3s ease;
    }
}

/*hp_about*/

.hp_about {
    padding: 4vw 1vw 2vw 1vw;
    position: relative;
    z-index: 1;
    background-image: url(https://cdn1.npcdn.net/img/1770278123G_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center center;*/
}

.hp_about_img {
    width: 99%;
    max-width: 150%;
    margin-top: 0vw;
    margin-left: 0vw;
}

.about_right {
    padding: 8vw 0vw 0vw 1.5vw;
}

.hp_about .small_title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_about .small_title::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_about .big_title {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 33px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_about .big_title span {
    font-weight: 800;
    font-style: italic;
    color: #63bd30;
}

.hp_about .hp_keyword {
    font-size: 16px;
    font-weight: 400;
    color: #58595b;
    position: relative;
    /* margin-top: 4vw; */
    /* margin-bottom: 0.5vw; */
    line-height: 1.8;
    padding: 0.5vw 8.5vw 0vw 0vw;
}

.n_aboutViewMore {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #63bd30;
    text-align: center;
    padding: 0%;
    height: 2.6vw;
    width: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

.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: 12px !important;
    width: 6px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1);
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1300.5px){
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background: #63bd30;
        text-align: center;
        padding: 0%;
        height: 3.6vw;
        width: 19vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .big_title {
        font-family: 'Poppins', sans-serif;
        position: relative;
        font-size: 28px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 16px;
        font-weight: 400;
        color: #58595b;
        position: relative;
        /* margin-top: 4vw; */
        /* margin-bottom: 0.5vw; */
        line-height: 1.8;
        padding: 0.5vw 1.5vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background: #63bd30;
        text-align: center;
        padding: 0%;
        height: 3.6vw;
        width: 23vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin-top: 0vw;
        margin-left: 0vw;
    }
    
    .hp_about {
        padding: 7vw 5vw 3vw 5vw;
        position: relative;
        z-index: 1;
        background-image: url(https://cdn1.npcdn.net/img/1770278123G_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        /* background-position: center center; */
    }
    
    .about_right {
        padding: 7vw 3vw 0vw 3vw;
    }
    
    .hp_about .big_title {
        font-family: 'Poppins', sans-serif;
        position: relative;
        font-size: 21px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #58595b;
        position: relative;
        /* margin-top: 4vw; */
        /* margin-bottom: 0.5vw; */
        line-height: 1.8;
        padding: 0.5vw 0vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background: #63bd30;
        text-align: center;
        padding: 0%;
        height: 9vw;
        width: 53vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 426px) {
    .hp_about .big_title {
        font-family: 'Poppins', sans-serif;
        position: relative;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        background: #63bd30;
        text-align: center;
        padding: 0%;
        height: 9vw;
        width: 60vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

/*hp_partners*/

.hp_partners {
    padding: 6vw 8vw 1vw 8vw;
    position: relative;
    z-index: 1;
}

.hp_partners .small_title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_partners .small_title::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_partners .small_title::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_partners .big_title {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0vw;
}

.hp_partners .big_title span {
    font-weight: 800;
    font-style: italic;
    color: #63bd30;
}

/*gallery*/

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0vw 9vw 6vw 9vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url();
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    display: none;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url();
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    display: none;
}

#main_index .hp_photoGallerySlider_type3 .slick-next:before, #main_index .hp_photoGallerySlider_type3 .slick-prev:before {
    opacity: 1;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 15px;
}

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

#main_index .hp_photoGallerySlider_type3 .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 7px 10px;
    transition: all 0.7s;
    border-radius: 20px;
    background: #fff;
    
}

#main_index .hp_photoGallerySlider_type3 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    
}

@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){
    .hp_partners {
        padding: 4vw 5vw 2vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_partners .big_title {
        font-family: 'Poppins', sans-serif;
        position: relative;
        font-size: 23px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0.5vw;
    }
}

/*hp_testimonial*/

.index_wrapper_10 {
    position: relative;
    background-color: #f4f4f4;
    padding: 0vw 0vw 3vw 0vw;
}

.hp_testimonial {
    padding: 4vw 8vw 1vw 8vw;
    position: relative;
    z-index: 1;
}

.hp_testimonial .small_title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_testimonial .small_title::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_testimonial .small_title::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_testimonial .big_title {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
    color: #63bd30;
    line-height: 1.2;
    margin-bottom: 0vw;
}

.hp_testimonial .big_title span {
    font-weight: 800;
    font-style: italic;
    color: #63bd30;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none !important;
}

#main_index .hp_testimonial_type3 .all_font_sm {
    font-size: 1rem !important;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .img {
    position: absolute;
    top: -45px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    display: none !important;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .name h6 {
    color: #000;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area {
    margin-top: 0px;
    margin-bottom: 30px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

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

#main_index .hp_testimonial_type3 .slick-dots .slick-active button:before {
    color: #000;
}

.hp_testimonial_type3 .slick-dots li button:before {
    color: #000;
    font-size: 10px;
}

@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){
    .hp_testimonial {
        padding: 4vw 5vw 2vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_testimonial .big_title {
        font-family: 'Poppins', sans-serif;
        position: relative;
        font-size: 23px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0.5vw;
    }
}

/*hp_news*/

.hp_news {
    padding: 4vw 8vw 2vw 8vw;
    position: relative;
    z-index: 1;
}

.hp_news .small_title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_news .small_title::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_news .small_title::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 0px;
    background: url("https://cdn1.npcdn.net/img/1770272640A_Element1.png") no-repeat center;
    background-size: contain;
    display: inline-block;
}

.hp_news .big_title {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.5vw;
}

.hp_news .big_title span {
    font-weight: 800;
    font-style: italic;
    color: #63bd30;
}

/*news*/

#main_index .hp_latest_new_8 {
    padding: 0vw 9vw 6vw 9vw;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: transparent;
    /* smooth hover effect */
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

#main_index .hp_latest_new_8 .news_box:hover {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

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

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: none;
    color: #da242b;
    text-decoration: underline !important;
}

@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){
    .hp_news {
        padding: 4vw 5vw 2vw 5vw;
        position: relative;
        z-index: 1;
    }

    .hp_news .big_title {
        font-family: 'Poppins', sans-serif;
        position: relative;
        font-size: 23px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0.5vw;
    }
    
    #main_index .hp_latest_new_8 {
        padding: 0vw 5vw 3vw 5vw;
    }
}

/*footer*/

.footer_type10 {
    color: #58595b;
    background-color: #f4f4f4;
    padding-top: 1rem;
    overflow-x: hidden;
}

.footer_type10 a {
    color: #58595b;
    text-decoration: none;
}

.footer_type10 .text {
    color: #58595b !important;
    font-size: 16px;
}

.footer_type10 .sub_title {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.footer_type10 .line_top {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.footer_type10 .text-light {
    color: #58595b !important;
}

.footer_type10 .icon i {
    color: #58595b;
}

.footer_type10 .icon i {
    color: #58595b !important;
}

.fa-envelope:before {
    content: "\f0e0";
    color: #58595b !important;
}

.footer_type10 .sub_title p {
    font-size: 1.2rem;
    font-weight: 700;
    align-self: end;
    margin-bottom: 0;
    color: #63bd30 !important;
}

@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: 22rem !important;
        object-fit: cover;
        object-position: 30% 50%;
    }
}

/* main_services */
#main_services h1 {
  
    font-size: 20px;
    
}

#main_services h2 {
  
    font-size: 20px;
    
}

#main_services h3 {
  
    font-size: 18px;
    
}


/*service page*/
#main_services .related_services_section{
    display: none;
}
#main_services .ws_service .col-md-9 {
    flex:0 0 100%;
    max-width:100%;
}

/* latest news */
#main_latestnews h1 {
  
    font-size: 20px;
    margin-top: 20px;
    
}

#main_latestnews h2 {
  
    font-size: 20px;
    margin-top: 20px;
    
}

#main_latestnews h3 {
  
    font-size: 18px;
    margin-top: 20px;
    
}

.ws_gallery-2 .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
