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

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

/*@media screen and (max-width: 767.5px){*/
/*.index_wrapper_2 .item>img{*/
      
/*    	min-height:70vw!important;*/
/*    	object-fit:cover;*/
/*}*/

/*}*/


.ws_service .col-md-9 {
   
    flex: 0 0 100%;
    max-width: 100%;
}

.ws_service .col-md-3 {
    display: none;
    flex: 0 0 0%;
    max-width: 0%;
}

/*#main_services .container {*/
/*    max-width: 100%;*/
/*}*/




/*Menu*/

.topspace_contactContent {
    display: flex;
    gap: 1.5vw;
    padding: 0.75% 10%;
}

.topspace_image {
    width: 20px;
}

.topspace_contact {
    background: #144a30;
}

.topspace_link {
    color: white;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.topspace_link:hover {
    color: lightgrey;
    text-decoration: none;
}

.topspace_contactText.mb-0 {
    display: flex;
    align-items: center;
}

.navbar_type8 {
   
    height: 90px;
   
}

.navbar_type8 .nav_tab .nav_item a {
    color: black;
    padding: 10px 1vw;
    text-decoration: none;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.3s;
    font-size: 0.88vw;
}

.dark_nav {
    background-color: white !important;
  
}

.navbar_mobile .logo_img {
  
    transform: scale(1.25);
}

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

.navbar_type8 .nav_tab .nav_item:nth-child(8) a {
    color: white;
    background: #2a7d2f;
    border-radius: 30px;
}

.navbar_type8 .nav_tab .nav_item:nth-child(8):hover a {
    color: black;
}

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

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

.navbar_type8 .nav_tab {
    flex: 0 1 75%;
   
    padding-left: 0;
    padding-right: 9%;
    
}

.navbar_type8 .logo {
    flex: 0 1 25%;
  
    margin-left: 6%;
}

.navbar_type8 .logo img {
 
    width: 25vw;
   
    object-fit: contain;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: white;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
  
    top: 20px;
 
}

.navbar_type8 .nav_tab:lang(ms) {
  
    padding-right: 6%;
}

.navbar_type8 .nav_tab .nav_item:lang(ms) a {
  
    padding: 10px 0.75vw;
 
    font-size: 0.86vw;
}

@media screen and (max-width: 1200.5px){
.navbar_type8 .logo img {
    width: 19.5vw;
    object-fit: contain;
    padding: 0;
}

.navbar_type8 .nav_tab .nav_item:lang(ms) a {
    padding: 10px 0.7vw;
    font-size: 0.95vw;
}

.navbar_type8 .logo {
    flex: 0 1 21%;
    margin-left: 6%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 79%;
   
    padding-right: 9%;
    
}

.navbar_type8 .nav_tab .nav_item a {
   
    padding: 10px 0.75vw;
 
    font-size: 1.05vw;
}

}

/*Banner*/

.hp_banner .container-fluid {
    padding: 0;
}

.hp_banner_link:lang(ms):before {
 
    height: 130%;

}

.hp_banner_all2 {
    display: none;
    position: relative;
}

.hp_banner_all {
    position: relative;
}

.hp_banner_box {
    position: absolute;
    bottom: 18%;
    right: 0;
    left: 0;
    text-align: center;
}

.hp_banner_title {
    color: white;
    font-size: 3vw;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 2%;
}

.hp_banner_link {
    color: white;
    position: relative;
    font-size: 1vw;
    padding: 0.5vw 5vw 0.5vw 1vw;
    transition: 0.3s;
    font-weight: 500;
   
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0%;
    right: 0;
    background-image: url('https://cdn1.npcdn.net/img/1749176137MZ_Header Button-06.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
}

.hp_banner_link:hover {
    color: lightgrey;
    text-decoration: none;
    
}

@media screen and (max-width: 1200.5px){
.hp_banner_title {
 
    font-size: 3.5vw;
    
    margin-bottom: 2%;
}

.hp_banner_link {
   
    font-size: 1.4vw;
    padding: 0.8vw 5vw 0.8vw 1.5vw;

   
}

}


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

.hp_banner_all2 {
    display: block;
}

.hp_banner_link2:lang(ms):before {
 
    height: 120%;

}

.hp_banner_all {
    display: none;
}

.hp_banner_box2 {
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    text-align: center;
}

.hp_banner_title2 {
    color: white;
    font-size: 9vw;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 6%;
}

.hp_banner_link2 {
    color: white;
    position: relative;
    font-size: 3.9vw;
    padding: 2.5vw 15vw 2.5vw 5vw;
    transition: 0.3s;
    font-weight: 500;
   
}

.hp_banner_link2:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0%;
    right: 0;
    background-image: url('https://cdn1.npcdn.net/img/1749176137MZ_Header Button-06.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
}

.hp_banner_link2:hover {
    color: lightgrey;
    text-decoration: none;
    
}

}

/*Logo*/

.hp_logo_box {
    display: flex;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1%;
}

.hp_logo_box {
    justify-content: center;
    display: flex;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1%;
    width: 70%;
    margin: -4% auto 1%;
    border-radius: 15px;
    padding: 1% 0 1%;
    position: relative;
    z-index: 1;
}

.hp_logo_icon {
    width: 100%;
    transition: 0.3s;
}

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

@media screen and (max-width: 1200.5px){
.hp_logo_box {
  
    width: 80%;
 
}

}


@media screen and (max-width: 767.5px){
.hp_logo_box {
  
    width: 95%;
 
}

}

/*Why*/

.hp_why {
    padding: 12% 15% 5%;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1749172935MZ_Why-Choose.jpg');
    margin-top: -9.5%;
    
}

.hp_why_box {
    text-align: center;
    background: white;
    height: 100%;
    padding: 8% 9% 10%;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hp_why_title1 {
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 0;
    color: #2d7c33;
    text-align: center;
}

.hp_why_title2 {
    font-size: 3.9vw;
    font-weight: 400;
    margin-bottom: 0.5%;
    color: #2d7c33;
    text-align: center;
}

.hp_why_title3 {
    font-size: 1vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 6%;
    text-align: center;
}

.hp_why_item {
    margin-bottom: 0;
    font-size: 1vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0,0,0,0.7);
    margin-top: 8%;
}

.hp_why_icon {
    width: 6.75vw;
    transition: 0.3s;
}

.hp_why_icon:hover {
    animation: 1s swing;
}

.hp_why .col-12.col-md-3 {
    padding: 0 1vw;
}

@keyframes swing {

20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

}

@media screen and (max-width: 1200.5px){
.hp_why_title1 {
    font-size: 1.4vw;
 
}

.hp_why_title2 {
    font-size: 4.3vw;
 
    margin-bottom: 2%;
  
}

.hp_why_title3 {
    font-size: 1.4vw;
 
    margin-bottom: 6%;
    
}

.hp_why_item {
  
    font-size: 1.4vw;
   
    margin-top: 8%;
}

.hp_why_icon {
    width: 7.25vw;
    
}

.hp_why {
    padding: 12% 9% 5%;
   
}

}


@media screen and (max-width: 767.5px){
.hp_why_title1 {
    font-size: 3.9vw;
 
}

.hp_why_title2 {
    font-size: 9vw;
 
    margin-bottom: 3%;
  
}

.hp_why_title3 {
    font-size: 3.9vw;
 
    margin-bottom: 9%;
    
}

.hp_why_item {
  
    font-size: 4vw;
   
    margin-top: 8%;
}

.hp_why_icon {
    width: 30vw;
    
}

.hp_why {
    padding: 18% 3% 9%;
    background-position: 39%;
   
}

.hp_why .col-12.col-md-3 {
    padding: 0 15px 30px;
}

}

/*Site*/

.hp_site {
    padding: 6% 15% 5%;
    background: #fbfaf6;
}

.hp_site .col-12.col-md-4 {
    padding: 0 0.5vw;
}

.hp_site_image {
    width: 100%;
}

.hp_site_title1 {
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 0;
    color: #2d7c33;
    text-align: center;
}

.hp_site_title2 {
    font-size: 3.9vw;
    font-weight: 400;
    margin-bottom: 2%;
    color: #2d7c33;
    text-align: center;
}

.hp_site_title3 {
    font-size: 1vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 3%;
    text-align: center;
}

.hp_site_link {
    color: white;
    position: relative;
    font-size: 1vw;
    padding: 0.5vw 4vw 0.5vw 2vw;
    transition: 0.3s;
   
}

.hp_site_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0%;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1749171800MZ_-18.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
}

.hp_site_link:hover {
    color: lightgrey;
    text-decoration: none;
    
}

.hp_site_box {
    position: relative;
    transition: 0.3s;
}

.hp_site_box:hover {
    transform: translateY(-15px) !important;
}

.hp_site_itbox {
    position: absolute;
    bottom: 27%;
    right: 0;
    left: 0;
    text-align: center;
}

.hp_site_bbox {
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.hp_site_item {
    color: black;
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: 0;
}

@media screen and (max-width: 1200.5px){
.hp_site_title1 {
    font-size: 1.5vw;
  
}

.hp_site_title2 {
    font-size: 4.3vw;

    margin-bottom: 2%;
   
}

.hp_site_title3 {
    font-size: 1.4vw;

    margin-bottom: 3%;
  
}

.hp_site_link {

    font-size: 1.5vw;
    padding: 0.6vw 4.5vw 0.6vw 2vw;
    
   
}

.hp_site_item {
   
    font-size: 2vw;

}

.hp_site {
    padding: 6% 12% 5%;
    
}

}


@media screen and (max-width: 767.5px){
.hp_site_title1 {
    font-size: 3.9vw;
  
}

.hp_site .col-12.col-md-4 {
    padding: 0 5px 15px;
}

.hp_site_title2 {
    font-size: 9vw;

    margin-bottom: 3%;
   
}

.hp_site_title3 {
    font-size: 3.9vw;

    margin-bottom: 6%;
  
}

.hp_site_itbox {
    
    bottom: 28%;

}

.hp_site_link {

    font-size: 3.9vw;
    padding: 2vw 15vw 2vw 6vw;
    
   
}

.hp_site_item {
   
    font-size: 6vw;

}

.hp_site {
    padding: 12% 3% 9%;
    
}

}

/*Service*/

.hp_service {
    padding: 6% 10% 6%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    background-image: url('https://cdn1.npcdn.net/img/1749116772MZ_Category.jpg');
}

.hp_service .row {
    align-items: center;
}

.hp_service_title1 {
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 0;
    color: #2d7c33;
    text-align: center;
}

.hp_service_title2 {
    font-size: 3.9vw;
    font-weight: 400;
    margin-bottom: 2%;
    color: #2d7c33;
    text-align: center;
}

.hp_service_title3 {
    font-size: 1vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 3%;
    text-align: center;
}

.hp_service_item {
    color: #2d7c33;
    font-size: 1.5vw;
    font-weight: 700;
    margin-bottom: 3%;
}

.hp_service_link {
    color: white;
    position: relative;
    font-size: 1vw;
    padding: 0.5vw 4vw 0.5vw 2vw;
    transition: 0.3s;
   
}

.hp_service_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0%;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1749117688MZ_Category_button-20.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
}

.hp_service_link:hover {
    color: lightgrey;
    text-decoration: none;
    
}

.hp_service_ul {
    padding-inline-start: 3%;
    margin-bottom: 4vw;
}

.hp_service_ul li {
    font-size: 0.9vw;
    color: rgba(0, 0, 0, 0.7);
}

.hp_service .col-12.col-md-6.a {
    padding-left: 10%;
    position: relative;
}

.hp_service .col-12.col-md-6.a:before {
    position: absolute;
    content: "";
    background-color: #fbfaf6;
    top: -32%;
    left: 0%;
    width: 100%;
    height: 164%;
}

.hp_service .col-12.col-md-6.b:before {
    position: absolute;
    content: "";
    background-color: #fbfaf6;
    top: -32%;
    left: 0%;
    width: 100%;
    height: 164%;
}

.hp_service .col-12.col-md-6.b {
    padding-left: 18%;
    position: relative;
}

.hp_service .col-12.col-md-6.x {
    padding: 0;
}

.hp_service_image {
    width: 100%;
}

@media screen and (max-width: 1200.5px){
.hp_service_title1 {
    font-size: 1.4vw;

}

.hp_service_title2 {
    font-size: 4.3vw;
  
    margin-bottom: 2%;
 
}

.hp_service_title3 {
    font-size: 1.4vw;
    
    margin-bottom: 3%;
   
}

.hp_service_item {
   
    font-size: 2vw;
   
    margin-bottom: 3%;
}

.hp_service_link {
   
    font-size: 1.5vw;
    padding: 0.6vw 4.5vw 0.6vw 2vw;
    
   
}

.hp_service_ul li {
    font-size: 1.4vw;
  
}

.hp_service .col-12.col-md-6.b {
    padding-left: 15%;
 
}

.hp_service .col-12.col-md-6.a:before {
  
    top: -15%;

    width: 100%;
    height: 130%;
}

.hp_service .col-12.col-md-6.b:before {
  
    top: -15%;

    width: 100%;
    height: 130%;
}

.hp_service_ul {
   
    margin-bottom: 3vw;
}

}


@media screen and (max-width: 767.5px){
.hp_service_title1 {
    font-size: 3.9vw;

}

.hp_service_title2 {
    font-size: 6.6vw;
  
    margin-bottom: 2%;
 
}

.hp_service_title3 {
    font-size: 3.9vw;
    
    margin-bottom: 7%;
   
}

.hp_service_item {
   
    font-size: 3.9vw;
   
    margin-bottom: 3%;
}

.hp_service_link {
   
    font-size: 3.9vw;
    padding: 2vw 15vw 2vw 6vw;
    
   
}

.hp_service .col-12.col-md-6.x {
    padding: 0 15px;
}

.hp_service_ul li {
    font-size: 3.9vw;
  
}

.hp_service .col-12.col-md-6.a {
    padding-left: 15%;
    padding-top: 12%;
    padding-bottom: 12%;
  
}

.hp_service .col-12.col-md-6.b {
    padding-left: 15%;
    padding-top: 12%;
    padding-bottom: 12%;
 
}

    .hp_service .col-12.col-md-6.a:before {
        top: 0%;
        width: 94%;
        height: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .hp_service .col-12.col-md-6.b:before {
        top: 0%;
        width: 94%;
        height: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.hp_service_ul {
   
    margin-bottom: 6vw;
}

.hp_service {
    padding: 12% 3%;
  
    background-position: 100%;
   
}

}

/*Gallery*/

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

.hp_photoGallerySlider_type3 {
    background: transparent;
    margin-top: 4%;
}

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

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

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    
    padding: 0 0.5vw;
}

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

.hp_photoGallerySlider_type3 .slick-dots {
    display: none !important;
}

.index_wrapper_8 {
    padding: 6% 0% 9% 9%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.hp_gallery_title1 {
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 0;
    color: #2d7c33;
}

.hp_gallery_title2 {
    font-size: 3.9vw;
    font-weight: 400;
    margin-bottom: 1%;
    color: #2d7c33;
    margin-top: -1%;
}

.hp_gallery_title3 {
    font-size: 1vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 12%;
}

.hp_gallery_link {
    color: white;
    position: relative;
    font-size: 1vw;
    padding: 0.5vw 4vw 0.5vw 2vw;
    transition: 0.3s;
   
}

.hp_gallery_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0%;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1749112169MZ_About_button-28.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
}

.hp_gallery_link:hover {
    color: lightgrey;
    text-decoration: none;
    
}

@media screen and (max-width: 1200.5px){
.hp_gallery_title1 {
    font-size: 1.4vw;
    
}

.hp_gallery_title2 {
    font-size: 4.3vw;
   
    margin-bottom: 1%;
   
    margin-top: -1%;
}

.hp_gallery_title3 {
    font-size: 1.4vw;

    margin-bottom: 12%;
}

.hp_gallery_title3 br {
    display: none;
}

.hp_gallery_link {
  
    font-size: 1.5vw;
    padding: 0.6vw 4.5vw 0.6vw 2vw;
   
   
}

.hp_photoGallerySlider_type3 {
   
    margin-top: 5%;
}

}


@media screen and (max-width: 767.5px){
.hp_gallery_title1 {
    font-size: 4vw;
    
}

.hp_gallery_title2 {
    font-size: 9vw;
   
    margin-bottom: 1%;
   
    margin-top: -1%;
}

.hp_gallery_title3 {
    font-size: 4vw;

    margin-bottom: 12%;
}



.hp_gallery_link {
  
    font-size: 4vw;
    padding: 2vw 15vw 2vw 6vw;
   
   
}

.hp_photoGallerySlider_type3 {
   
    margin-top: 9%;
    padding: 0 30px;
}

.index_wrapper_8 {
    padding: 12% 3%;
   
}

}

/*About Us*/

.hp_about .row {
    align-items: center;
}

.hp_about .container-fluid {
    padding-left: 0;
}

.hp_about .col-12.col-md-6:nth-child(2) {
    padding-left: 7%;
}

.hp_about_title1 {
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 0;
    color: #2d7c33;
}

.hp_about_title2 {
    font-size: 3.9vw;
    font-weight: 400;
    margin-bottom: 3%;
    color: #2d7c33;
    margin-top: -1%;
}

.hp_about_desc {
    font-size: 1vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 3%;
}

.hp_about_link {
    color: white;
    position: relative;
    font-size: 1vw;
    padding: 0.5vw 4vw 0.5vw 2vw;
    transition: 0.3s;
    font-weight: 300;
}

.hp_about_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0%;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1749112169MZ_About_button-28.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
}

.hp_about_link:hover {
    color: lightgrey;
    text-decoration: none;
    
}

.hp_about_bbox {
    margin-top: 7%;
}

@media screen and (max-width: 1200.5px){
.hp_about_title1 {
    font-size: 1.4vw;
   
}

.hp_about_title2 {
    font-size: 4.3vw;
    
    margin-bottom: 3%;
   
    margin-top: -1%;
}

.hp_about_desc {
    font-size: 1.4vw;
 
    margin-bottom: 3%;
}

.hp_about_desc br {
    display: none;
}

.hp_about_link {
   
    font-size: 1.4vw;
    padding: 0.6vw 4.5vw 0.6vw 2vw;
  
}

.hp_about .col-12.col-md-6:nth-child(2) {
    padding-left: 4%;
}

.hp_about_bbox {
    margin-top: 5%;
}

}


@media screen and (max-width: 767.5px){
.hp_about_title1 {
    font-size: 4vw;
   
}

.hp_about_title2 {
    font-size: 9vw;
    
    margin-bottom: 5%;
   
    margin-top: -1%;
}

.hp_about_desc {
    font-size: 4vw;
 
    margin-bottom: 6%;
}



.hp_about_link {
   
    font-size: 4vw;
    padding: 2vw 15vw 2vw 6vw;
  
}

.hp_about .col-12.col-md-6:nth-child(2) {

    padding: 10%;
}

.hp_about_bbox {
    margin-top: 12%;
}

.hp_about .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

}

/*Contact*/

.hp_contact {
    padding: 5% 12% 4%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    background-image: url('https://cdn1.npcdn.net/img/1749105569MZ_Right.jpg');
}

.hp_contact .col-md-4 {
    padding: 0 1.5vw;
}

.hp_contact_topbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2% 3% 0%;
    margin-bottom: 4%;
    border-bottom: 1px solid white;
    margin-left: 1%;
    margin-right: 1%;
}

.hp_contact_box {
    background: white;
    border-radius: 15px;
    padding: 10% 12% 6%;
    height: 100%;
    transition: 0.3s;
}

.hp_contact_box:hover {
    transform: translateY(-15px) !important;
}

.hp_contact_itbox {
    position: relative;
}

.hp_contact_itbox:before {
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,0.1);
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1.5px;
}

.hp_contact_title {
    color: white;
    font-size: 2.35vw;
    margin-bottom: 0;
    font-weight: 400;
}

.hp_contact_title span {
    color: #5eb35d;
  
}

.hp_contact_item1 {
    color: black;
    font-size: 1vw;
    font-weight: 700;
    line-height: 1.5;
    height: 6.5vw;
    margin-bottom: 0;
}

.hp_contact_item2 {
    color: black;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
}

.hp_contact_link {
    color: white;
    position: relative;
    font-size: 1vw;
    padding: 0.7vw 3vw;
    transition: 0.3s;
    font-weight: 300;
    
}

.hp_contact_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12%;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1749107982MZ_Right_button-30.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
}



.hp_contact_link:hover {
    color: lightgrey;
    text-decoration: none;
    
}

.hp_contact_link:lang(ms):before {
  
    height: 111%;
    
}

@media screen and (max-width: 1200.5px){
.hp_contact_title {
   
    font-size: 2.85vw;
    
}

.hp_contact_title:lang(ms) {
        font-size: 2.6vw;
    }
    
.hp_contact_link:lang(ms):before {
    height: 125%;
}    


.hp_contact_item1 {
   
    font-size: 1.45vw;
    
    height: 12vw;
    
}

.hp_contact_item2 {
   
    font-size: 1.45vw;
 
}

.hp_contact_item1 br {
   
    display: none;
    
}

.hp_contact_item2 br {
   
    display: none;
 
}

.hp_contact_link {
 
    font-size: 1.45vw;
    padding: 0.75vw 3.5vw;
    
}

.hp_contact {
    padding: 5% 9% 4%;
    background-position: 100%;

}

.hp_contact_box {
  
    border-radius: 10px;
    padding: 10% 10% 6%;
    
}

.hp_contact_itbox:before {
   
    top: 10.5vw;

}

.hp_contact_topbox {
   
    padding: 0 2% 4% 0%;
    margin-bottom: 5%;
    
    margin-left: 1%;
    margin-right: 1%;
}

}


@media screen and (max-width: 767.5px){
.hp_contact_title {
   
    font-size: 6vw;
    
}

.hp_contact_title:lang(ms) {
        font-size: 6vw;
        line-height: 1.5;
    }


.hp_contact_item1 {
   
    font-size: 4vw;
    
    height: 25vw;
    
}

.hp_contact_item2 {
   
    font-size: 4vw;
 
}

.hp_contact_item1 br {
   
    display: block;
    
}

.hp_contact_item2 br {
   
    display: block;
 
}

.hp_contact_link {
 
    font-size: 4vw;
    padding: 2.5vw 16vw 2.5vw 5vw;
    
}

.hp_contact {
    padding: 12% 3% 9%;
    background-position: 10%;

}

.hp_contact_box {
  
    border-radius: 10px;
    padding: 10% 10% 6%;
    
}

.hp_contact_itbox:before {
   
    top: 21vw;

}

.hp_contact_topbox {
    padding: 0 0% 9% 0%;
    margin-bottom: 9%;
    margin-left: 0%;
    margin-right: 0%;
    flex-direction: column;
    align-items: start;
    gap: 6vw;
}

.hp_contact_link:before {
    
    left: 0;
   
}

.hp_contact .col-md-4 {
    padding: 0 15px 30px;
}

}



/*Footer*/

.footerListServices {
    background-color: #fbfaf6;
    color: black;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.footerListServices a {
   
    color: black;
  
}

.footerListServices .input-container input {
 
    border-bottom: 1px solid rgba(0, 0, 0, 1);
   
    background-color: transparent;
    
    caret-color: black;
   
}

.footerListServices .line {
   
    background-color: rgba(0, 0, 0, 1);
   
}

.footerListServices .input-container input, .footerListServices .input-container label {
  
    color: black;
}

.footerListServices .input-container .moveUp {
    color: black;
    
}

.footerListServices .input-container .submit {
 
    color: black;
   
}

.footerListServices .fab.fa-facebook-f.fa-lg {
    color: white;
    background-color: black;
    border-radius: 50%;
    padding: 5px;
    font-size: 18px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 20px;
}

.footerListServices .logo img {

    max-height: 60px;
}

.footerListServices .logo.title {
    min-height: 60px;
 
}

.footerListServices .title {
    min-height: 50px;

}

.footerListServices .title h5 {
    font-weight: 700;
  
    text-transform: uppercase;
    font-size: 19px;
}

@media screen and (max-width: 991.5px){
.footerListServices .title h5 {

    font-size: 17px;
}

.footerListServices .input-container input, .footerListServices .input-container label {
  
    font-size: 13px;
}

.footerListServices .logo img {
 
    max-height: 53px;
}

.footerListServices .logo.title {
    min-height: 53px;
}

}

@media screen and (max-width: 767.5px){
.footerListServices {
    
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.footerListServices .logo img {
 
    max-height: 60px;
}

.footerListServices .logo.title {
    min-height: 60px;
}

.footerListServices .title {
    min-height: 40px;

}

}


#main_contactus h5 {
    font-size: 18px;
}

