@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700');

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

a:hover {
    text-decoration: none;
}

.hp_mbanner_image {
    width: 100%;
}

.hp_mbanner {
    display: none;
}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:160vw!important;
    object-fit:cover;
    object-position: 50%;
    display: none;
}

.hp_mbanner {
    display: block;
}

}

.hp_topspace_box img {
    width: 20px;
    margin-right: 10px;
}

.hp_topspace_box .contactRecordBtn {
    color: #fff;
    transition: 0.3s;
    font-weight: 500;
    font-size: 14px;
}

.hp_topspace {
    background: #072756;
}

.hp_topspace_box {
    padding: 10px 9%;
}

/*Menu*/

.navbar_type8 .nav_tab .nav_item a {
    color: black;
    padding: 10px 2vw;
   
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

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

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: white;
    padding: 10px 2.25vw;
    background: #072756;
    border-radius: 30px;
    margin-left: 1vw;
}

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

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

.navbar_type8 .logo img {
   
    width: 150px;
    padding: 0;
}

.navbar_type8 .logo {
    flex: 0 1 15%;

    margin-left: 9.5%;
}

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

.navbar_type8 {
    
    height: 90px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 100%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #072756;
     
}

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

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

.navbar_type8 .logo img {
    width: 133px;
    padding: 0;
}

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

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

}

/*Banner*/


.hp_banner {
    padding-right: 15%;
    padding-left: 9%;
    padding-top: 4%;
    display: none;
}

.hp_banner_ibox {
    margin-left: -21%;
    margin-top: -15%;
}

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

.hp_banner_title {
    color: black;
    font-size: 2.7vw;
    font-weight: 700;
        margin-bottom: 2%;
}

.hp_banner_title:lang(ms) {
    
    font-size: 2.5vw;

}

.hp_banner_desc {
    color: black;
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 6%;
    line-height: 1.8;
}

.hp_banner_link {
    background: #072756;
    color: white;
    font-size: 1vw;
    font-weight: 500;
    padding: 0.75vw 5vw 0.75vw 1vw;
    border-radius: 7.5px;
    transition: 0.3s;
    position: relative;
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    top: 0;
    margin: auto 0;
    bottom: 0%;
    right: 8%;
    background-image: url('https://cdn1.npcdn.net/img/1766569671A-BUTTON.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.75vw;
    height: 1.75vw;
}

.hp_banner_link:hover {
    background: #42b029;
    color: white;
  
}

#hp_banner {
    width: 100px;
    cursor: pointer;
    position: absolute;
    right: 2%;
    left: 0;
    margin: -2.5% auto;
}

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

    font-size: 2.95vw;
  
        margin-bottom: 2%;
}

.hp_banner_title:lang(ms) {
    
    font-size: 2.7vw;

}

.hp_banner_desc {
   
    font-size: 1.25vw;
   
    margin-bottom: 6%;
 
}

.hp_banner_link {
    
    font-size: 1.25vw;
  
    padding: 1vw 6vw 1vw 1.5vw;
    border-radius: 7.5px;
  
}

.hp_banner_link:before {
   
    right: 8%;
 
    width: 2vw;
    height: 2vw;
}

.hp_banner {
    padding-right: 15%;
    padding-left: 6%;
    padding-top: 4%;
}

.hp_banner_ibox {
    margin-left: -16%;
    margin-top: -13%;
}

#hp_banner {
   
    margin: -3% auto;
}

}

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

    font-size: 7vw;
  
        margin-bottom: 3%;
}

    .hp_banner_title:lang(ms) {
        font-size: 6.75vw;
    }

.hp_banner_desc {
   
    font-size: 3.75vw;
   
    margin-bottom: 9%;
 
}

.hp_banner_link {
    
    font-size: 3.75vw;
  
    padding: 3vw 18vw 3vw 5vw;
    border-radius: 7.5px;
  
}

.hp_banner_link:before {
   
    right: 8%;
 
    width: 7vw;
    height: 7vw;
}

.hp_banner {
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 6%;
}

.hp_banner_ibox {
    margin-left: 0%;
    margin-top: 9%;
}

#hp_banner {
   
    margin: 4% auto;
}

}

/*Why*/

.hp_why {
    padding: 0 9% 0;
}
.hp_why_fbox {
    display: flex;
    background: white;
    padding: 3% 0% 3% 3%;
    margin-top: -8%;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
}

.hp_why_image {
    width: 6vw;
}

.hp_why_box {
    display: flex;
    align-items: center;
    flex: 0 0 33.33333%;
    gap: 1vw;
    position: relative;
}

.hp_why_box:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 7%;
    background-color: #00b8ee;
    width: 1px;
    height: 115%;
    z-index: -1;
}

.hp_why_box:last-child:before {
    display: none;
}

.hp_why_box:nth-child(1):after {
 
    left: -9.5%;
  
}

.hp_why_box:nth-child(2):after {
 
    width: 100%;
  
}

.hp_why_box:nth-child(3):after {
 
    width: 107%;
  
}

.hp_why_box:after {
    position: absolute;
    content: "";
    bottom: -47%;
    left: -7%;
    background: linear-gradient(to right, #00b7ed, #c9f6f5);
    width: 102%;
    height: 7.5px;
    opacity: 0;
    transition: 0.3s;
}

.hp_why_box:hover:after {
    
    opacity: 1;
}

.hp_why_item {
    margin-bottom: 3%;
    color: black;
    font-size: 1.25vw;
    font-weight: 600;
}

.hp_why_item2 {
    margin-bottom: 0;
    color: black;
    font-size: 1vw;
    font-weight: 400;
}

@media screen and (max-width: 1200.5px){
.hp_why_item {
    margin-bottom: 3%;
  
    font-size: 1.5vw;
    
}

.hp_why_item2 {
   
    font-size: 1.25vw;
   
}

.hp_why_image {
    width: 6.25vw;
}

}

@media screen and (max-width: 767.5px){
.hp_why_item {
    margin-bottom: 3%;
  
    font-size: 4.5vw;
    
}

.hp_why_item2 {
   
    font-size: 3.75vw;
   
}

.hp_why_image {
    width: 15vw;
}

.hp_why {
    padding: 0 0% 0;
    margin: 0 -15px;
}

.hp_why_fbox {
    
    padding: 6% 3% 6% 3%;
    margin-top: 0;
   
    flex-direction: column;
    gap: 6vw;
}

.hp_why_box:before {
    margin: 0 auto;
    top: unset;
    bottom: -21%;
    right: 0%;
    background-color: #00b8ee;
    width: 100%;
    height: 0.1vw;
  
}

.hp_why_box:after {
    
    bottom: -21%;
    right: -3.5%;
    left: unset !important;
    background: linear-gradient(to bottom, #00b7ed, #c9f6f5);
    width: 10px;
    height: 155%;
    
}

.hp_why_box:nth-child(2):after {
    width: 10px;
    height: 139%;
}

.hp_why_box:nth-child(3):after {
    height: 153%;
    width: 10px;
    right: -3.5%;
    bottom: -34%;
}

.hp_why_box {
   
    gap: 3vw;
    
}

}

/*About*/

.hp_about {
    padding: 6% 6% 9% 9%;
    position: relative;
}

.hp_about:before {
    position: absolute;
    content: "";
    top: -10.5%;
    right: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1766543752B-BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 111%;
    z-index: -1;
}

.hp_about_image {
    width: 100%;
}

.hp_about_ibox {
    margin-left: -9%;
    margin-top: -2%;
}

.hp_about_ibox:lang(ms) {
    margin-left: -3%;
    margin-top: 1%;
}

.hp_about_ibox:lang(zH-Hans) {
    margin-left: -3%;
    margin-top: 1%;
}

.hp_about_title1 {
   
    font-size: 2.25vw;
    font-weight: 600;
    margin-bottom: 2%;
    color: #fff;
}

.hp_about_title2 {
    color: white;
    font-size: 1.2vw;
    font-weight: 400;
    padding-bottom: 6%;
    margin-bottom: 3%;
    position: relative;
}

.hp_about_title2:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0;
    background-image: url('https://cdn1.npcdn.net/img/1766564609B-ELEMENT-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.5vw;
    height: 0.3vw;
}

.hp_about_desc {
    color: #fff;
    font-size: 1.05vw;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 4%;
}

.hp_about_link {
    background: #fff;
    color: black;
    font-size: 1vw;
    font-weight: 500;
    padding: 0.75vw 6vw 0.75vw 1.25vw;
    border-radius: 7.5px;
    transition: 0.3s;
    position: relative;
}

.hp_about_link:before {
    position: absolute;
    content: "";
    top: 0;
    margin: auto 0;
    bottom: 0%;
    right: 4%;
    background-image: url('https://cdn1.npcdn.net/img/1766564935B-BUTTON.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 2vw;
    height: 2vw;
}

.hp_about_link:hover {
    background: #42b029;
    color: white;
  
}

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

.hp_about_title2 {
    
    font-size: 1.45vw;
  
    padding-bottom: 6%;
    margin-bottom: 3%;
  
}

.hp_about_title2:before {
   
    width: 3.75vw;
    height: 0.35vw;
}

.hp_about_desc {
  
    font-size: 1.3vw;

    margin-bottom: 4%;
}

.hp_about_desc br {
  
    display: none;
}

.hp_about_link {
 
    font-size: 1.25vw;
    padding: 0.9vw 7vw 0.9vw 1.5vw;
    border-radius: 7.5px;
    
}

.hp_about_link:before {
  
    right: 4%;
 
    width: 2.25vw;
    height: 2.25vw;
}

.hp_about_ibox {
    margin-left: -6%;
    margin-top: 9%;
}

.hp_about_ibox:lang(ms) {
    margin-left: -3%;
    margin-top: 9%;
}

.hp_about_ibox:lang(zH-Hans) {
    margin-left: -3%;

}

}

@media screen and (max-width: 767.5px){
.hp_about_title1 {
   
    font-size: 7vw;
   
    margin-bottom: 3%;
 
}

    .hp_about_title1:lang(ms) {
        font-size: 6vw;
        margin-bottom: 3%;
    }

.hp_about_title2 {
    
    font-size: 4vw;
  
    padding-bottom: 8%;
    margin-bottom: 5%;
  
}

.hp_about_title2:before {
   
    width: 10vw;
    height: 0.7vw;
}

.hp_about_desc {
  
    font-size: 3.75vw;

    margin-bottom: 7%;
}


.hp_about_link {
 
    font-size: 3.75vw;
    padding: 3vw 21vw 3vw 5vw;
    border-radius: 7.5px;
    
}

.hp_about_link:before {
  
    right: 4%;
 
    width: 8vw;
    height: 8vw;
}

.hp_about_ibox {
    margin-left: 0%;
    margin-top: 9%;
}

.hp_about_ibox:lang(ms) {
    margin-left: 0%;
    margin-top: 9%;
}

.hp_about_ibox:lang(zH-Hans) {
    margin-left: 0%;
    margin-top: 9%;
}

.hp_about {
    padding: 12% 3%;
    
}

.hp_about:before {
   
    top: 0%;
    background-position: 68%;
    height: 100%;
   
}

}

/*Services*/

.hp_services {
    padding: 6% 9% 6%;
    position: relative;
}

.hp_services:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0%;
    background: linear-gradient(to left, #00b7ed, #c9f6f5, #fff);
    width: 100%;
    height: 7.5px;
    
}

.hp_services_sbox .slick-prev:before {
   
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1766560956BUTTON-1.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    display: block;
    opacity: 1;
}

.hp_services_sbox .slick-next:before {
    
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1766560969BUTTON-2.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    display: block;
    opacity: 1;
}

.hp_services_box {
   
    border-radius: 20px;
    padding-bottom: 1.5%;
    transition: 0.3s;
    height: 100%;
    margin: 0 1.25vw;
}

.hp_services_box:hover {
    background: #42b029;
  
}

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

.hp_services_ibox:before {
    position: absolute;
    content: "";
    bottom: 4%;
    right: 6%;
    background-image: url('https://cdn1.npcdn.net/img/1766563108c-button.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    opacity: 0;
    transition: 0.3s;
}

.hp_services_box:hover .hp_services_ibox:before {
   
    opacity: 1;
   
}

.hp_services_title {
    text-align: center;
    position: relative;
    font-size: 2.25vw;
    font-weight: 600;
    margin-bottom: 2%;
    padding-bottom: 2%;
    color: black;
}

.hp_services_title:before {
    position: absolute;
    content: "";
    bottom: 0%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url('https://cdn1.npcdn.net/img/1766544890element.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.5vw;
    height: 0.3vw;
}

.hp_services_item {
    margin-bottom: 0;
    height: 3vw;
    color: black;
    font-size: 1.25vw;
    font-weight: 600;
    margin-top: 4%;
    padding-left: 6%;
    transition: 0.3s;
}

.hp_services_item:lang(ms) {
    
    font-size: 1.1vw;
    
}

.hp_services_box:hover .hp_services_item {
 
    color: #fff;
   
}

.hp_services_sbox .slick-prev {
    left: -5%;
    top: 45%;
    width: unset;
    height: unset;
    z-index: 10;
}

.hp_services_sbox .slick-next {
    right: -5.5%;
    top: 45%;
    width: unset;
    height: unset;
    z-index: 10;
}

.hp_services_image {
    width: 100%;
}

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

.hp_services_title:before {
 
    width: 3.75vw;
    height: 0.35vw;
}

.hp_services_item {
  
    height: 1vw;
    font-size: 1.5vw;
    
    margin-top: 4%;
    padding-left: 6%;
    
}

.hp_services_item:lang(ms) {
    
    font-size: 1.4vw;
    
}

.hp_services_ibox:before {
    
    bottom: 4%;
    right: 6%;
    
    width: 3.25vw;
    height: 3.25vw;
  
}

.hp_services_sbox .slick-prev:before, .hp_services_sbox .slick-next:before {
   
    width: 3.25vw;
    height: 3.25vw;
   
}

}

@media screen and (max-width: 991.5px){
.hp_services_item {
    height: 4vw;
    font-size: 1.75vw;
  
}

}

@media screen and (max-width: 767.5px){
.hp_services_title {
   
    font-size: 7vw;
   
    margin-bottom: 6%;
    padding-bottom: 4%;
   
}

.hp_services_title:before {
 
    width: 10vw;
    height: 0.7vw;
}

.hp_services_item {
  
    height: 9vw;
    font-size: 5.5vw;
    
    margin-top: 4%;
    padding-left: 9%;
    
}


.hp_services_item:lang(ms) {
    
    font-size: 5vw;
    
}

.hp_services_ibox:before {
    
    bottom: 4%;
    right: 6%;
    
    width: 12vw;
    height: 12vw;
  
}

.hp_services_sbox .slick-prev:before, .hp_services_sbox .slick-next:before {
   
    width: 10vw;
    height: 10vw;
   
}

.hp_services {
    padding: 12% 3% 15%;
  
}

.hp_services_box {
  
    margin: 0;
}

}

/*WCU*/

.hp_wcu {
    padding: 4% 9% 5%;
    background-image: url('https://cdn1.npcdn.net/img/1766557017D-BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.hp_wcu_ibox {
    margin: -9% -11% 0;
    position: relative;
    right: 4%;
}

.hp_wcu_title {
    text-align: center;
    position: relative;
    font-size: 2.25vw;
    font-weight: 600;
    margin-bottom: 4%;
    padding-bottom: 1%;
    color: black;
}

.hp_wcu_title:before {
    position: absolute;
    content: "";
    bottom: 0%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url('https://cdn1.npcdn.net/img/1766544890element.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.5vw;
    height: 0.3vw;
}

.hp_wcu_itbox {
    background: #fff;
    border-radius: 4vw;
    text-align: center;
    padding: 4% 4% 4%;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

.hp_wcu_item1 {
    color: black;
    font-size: 1.5vw;
    font-weight: 700;
    margin-bottom: 2%;
}

.hp_wcu_item2 {
    color: black;
    font-size: 1.15vw;
    font-weight: 400;
    margin-bottom: 0;
}

.hp_wcu_box.a {
    margin-bottom: 50%;
}

.hp_wcu_box.c {
    margin-bottom: 50%;
}

.hp_wcu_box {
    position: relative;
}

.hp_wcu_box.a:before {
    position: absolute;
    content: "";
    top: -18%;
    left: -9%;
    background-image: url('https://cdn1.npcdn.net/img/1766558279D-ICON-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 6vw;
    height: 6vw;
}

.hp_wcu_box.b:before {
    position: absolute;
    content: "";
    top: -18%;
    left: -9%;
    background-image: url('https://cdn1.npcdn.net/img/1766558390D-ICON-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 6vw;
    height: 6vw;
}

.hp_wcu_box.c:before {
    position: absolute;
    content: "";
    top: -18%;
    left: -9%;
    background-image: url('https://cdn1.npcdn.net/img/1766558404D-ICON-3.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 6vw;
    height: 6vw;
}

.hp_wcu_box.d:before {
    position: absolute;
    content: "";
    top: -18%;
    left: -9%;
    background-image: url('https://cdn1.npcdn.net/img/1766558416D-ICON-4.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 6vw;
    height: 6vw;
}

.hp_wcu_box.a:after {
    position: absolute;
    content: "";
    top: -6%;
    right: -14%;
    background-image: url('https://cdn1.npcdn.net/img/1766558606D-ELEMENT-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
}

.hp_wcu_box.b:after {
    position: absolute;
    content: "";
    bottom: -6%;
    right: -15%;
    background-image: url('https://cdn1.npcdn.net/img/1766558717D-ELEMENT-3.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
}

.hp_wcu_box.c:after {
    position: absolute;
    content: "";
    top: -6%;
    left: -24%;
    background-image: url('https://cdn1.npcdn.net/img/1766558749D-ELEMENT-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
}

.hp_wcu_box.d:after {
    position: absolute;
    content: "";
    bottom: -3%;
    left: -24%;
    background-image: url('https://cdn1.npcdn.net/img/1766558765D-ELEMENT-4.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
}


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

    font-size: 2.5vw;
    margin-bottom: 4%;
    padding-bottom: 1%;
   
}

.hp_wcu_title:before {
   
    width: 3.75vw;
    height: 0.35vw;
}

.hp_wcu_itbox {
   
    border-radius: 6vw;
    padding: 5% 4% 5%;
   
}

.hp_wcu_item1 {
   
    font-size: 1.65vw;
  
    margin-bottom: 2%;
}

.hp_wcu_item2 {
    
    font-size: 1.3vw;
   
}

.hp_wcu {
    padding: 4% 6% 5%;
    background-position: 50%;
}

.hp_wcu_box.a:before {
   
    top: -24%;
    left: -9%;
    
    width: 6.5vw;
    height: 6.5vw;
}

.hp_wcu_box.b:before {

    top: -24%;
    left: -9%;
   
    width: 6.5vw;
    height: 6.5vw;
}

.hp_wcu_box.c:before {
   
    top: -24%;
    left: -9%;
    width: 6.5vw;
    height: 6.5vw;
}

.hp_wcu_box.d:before {

    top: -24%;
    left: -9%;
   
    width: 6.5vw;
    height: 6.5vw;
}

.hp_wcu_box.a:after {
 
    top: -6%;
    right: -15%;
  
    width: 3.5vw;
    height: 3.5vw;
}

.hp_wcu_box.b:after {
   
    bottom: -3%;
    right: -18%;
    
    width: 3.5vw;
    height: 3.5vw;
}

.hp_wcu_box.c:after {
    
    top: -6%;
    left: -24%;
  
    width: 3.5vw;
    height: 3.5vw;
}

.hp_wcu_box.d:after {
 
    bottom: -3%;
    left: -27%;
 
    width: 3.5vw;
    height: 3.5vw;
}

}

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

    font-size: 7vw;
    margin-bottom: 9%;
    padding-bottom: 3%;
   
}

.hp_wcu_title:before {
   
    width: 10vw;
    height: 0.7vw;
}

.hp_wcu_itbox {
   
    border-radius: 14vw;
    padding: 5% 4% 5%;
   
}

.hp_wcu_item1 {
   
    font-size: 5vw;
  
    margin-bottom: 2%;
}

.hp_wcu_item2 {
    
    font-size: 3.75vw;
   
}

.hp_wcu {
    padding: 12% 3%;
    background-position: 47%;
}

.hp_wcu_box.a:before {
   
    top: -24%;
    left: -6%;
    
    width: 20vw;
    height: 20vw;
}

.hp_wcu_box.b:before {

    top: -24%;
    left: -6%;
   
    width: 20vw;
    height: 20vw;
}

.hp_wcu_box.c:before {
   
    top: -24%;
    left: -6%;
    width: 20vw;
    height: 20vw;
}

.hp_wcu_box.d:before {

    top: -24%;
    left: -6%;
   
    width: 20vw;
    height: 20vw;
}

.hp_wcu_box.a:after {
 
    top: -6%;
    right: -5%;
    width: 8vw;
    height: 4vw;
}

.hp_wcu_box.b:after {
   
    bottom: -6%;
    right: -5%;
    
    width: 8vw;
    height: 4vw;
}

.hp_wcu_box.c:after {
    
    top: -40%;
    left: -5%;
  
    width: 8vw;
    height: 4vw;
}

.hp_wcu_box.d:after {
 
    bottom: -6%;
    left: -5%;
 
    width: 8vw;
    height: 4vw;
}

.hp_wcu_ibox {
    margin: 12% 0% 12%;
    
    right: 0;
}

.hp_wcu_box.a {
    margin-bottom: 15%;
}

.hp_wcu_box.c {
    margin-bottom: 15%;
}

}

/*Products*/

.index_wrapper_8 {
    padding: 7% 9% 7%;
}

.hp_products_box {
    text-align: center;
}

.hp_products_title {
    text-align: center;
    position: relative;
    font-size: 2.25vw;
    font-weight: 600;
    margin-bottom: 4%;
    padding-bottom: 1.5%;
    color: black;
}

.hp_products_title:before {
    position: absolute;
    content: "";
    bottom: 0%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url('https://cdn1.npcdn.net/img/1766544890element.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.5vw;
    height: 0.3vw;
}

.hp_products_item {
    font-size: 1.25vw;
    color: black;
    margin-bottom: 4%;
    margin-top: 4%;
}

.hp_products_link {
    background: #072756;
    color: white;
    display: block;
    border-radius: 30px;
    padding: 0.5vw;
    font-size: 1vw;
    font-weight: 500;
    transition: 0.3s;
}

.hp_products_link:hover {
    background: #42b029;
    color: white;
    
}

.hp_products_image {
 
    width: 100%;
}

.productSlider-1 .align-top {
    background: #072756;
    color: white !important;
    display: block;
    border-radius: 30px;
    padding: 10px;
    
    font-weight: 500;
    transition: 0.3s;
}

.productSlider-1 a {
    color: white;
    font-size: 14px !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .product_img .product_box h6 {
    color: black;
    font-weight: 500 !important;
    text-align: center !important;
    font-size: 18px;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 1vw;

    border-radius: 0;
    box-shadow: unset;
    background-color: white;
}

@media screen and (max-width: 1200.5px){
.hp_products_title {
  
    font-size: 2.5vw;
    margin-bottom: 4%;
    padding-bottom: 1.5%;

}

.hp_products_title:before {
  
    width: 3.75vw;
    height: 0.35vw;
}

.hp_products_item {
    font-size: 1.5vw;
 
    margin-bottom: 4%;
    margin-top: 4%;
}

.hp_products_link {
   
    border-radius: 30px;
    padding: 0.75vw;
    font-size: 1.25vw;
   
}

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

}

@media screen and (max-width: 767.5px){
.hp_products_title {
  
    font-size: 7vw;
    margin-bottom: 8%;
    padding-bottom: 4%;

}

.hp_products_title:before {
  
    width: 10vw;
    height: 0.7vw;
}

.hp_products_item {
    font-size: 5vw;
 
    margin-bottom: 5%;
    margin-top: 5%;
}

.hp_products_link {
   
    border-radius: 50px;
    padding: 2.75vw;
    font-size: 3.75vw;
   
}

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

.index_wrapper_8 {
    padding: 12% 3% 6%;
}

.hp_products_box {
  
    margin-bottom: 12%;
}

}

/*Footer*/

.footer_type4 {
    padding-top: 7%;
    padding-bottom: 2rem;
    background-color: #072756;
    background-image: unset;
    color: white;
    position: relative;
    overflow: hidden;
}

.footer_type4:before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    background: linear-gradient(to right, #00b7ed, #c9f6f5);
    width: 100%;
    height: 20px;
}

.footer_type4 .btn-primary {

    border-color: #072756 !important;
    background: linear-gradient(to right, #00b7ed, #c9f6f5) !important;
}

.footer_type4 .left_line {
    border-right: 0;
    position: relative;
}

.footer_type4 .left_line:before {
    position: absolute;
    content: "";
    top: 0%;
    right: 2vw;
    background: #00b7ed;
    width: 2px;
    height: 25px;
}

.footer_type4 p {
    margin-bottom: 0px;
    line-height: 1.8;
}

.footer_type4 .zzz {
    padding-right: 22%;
}

.footer_type4 .mamama {
    padding-right: 22%;
}

.footer_type4 .lalala {
    padding-right: 19%;
}

.footer_type4 .form-control {
   
    width: 80%;
}

.footer_type4 h6 {
    font-size: 130% !important;
}

.footer_type4 .copy_right {
    position: relative;
    padding-top: 2.5%;
    margin-top: 5%;
}

.footer_type4 .copy_right:before {
    position: absolute;
    content: "";
    top: 0%;
    right: -30%;
    background: #fff;
    width: 171%;
    height: 1px;
}

@media screen and (max-width: 1200.5px){
.footer_type4 .zzz {
    padding-right: 15%;
}

.footer_type4 .mamama {
    padding-right: 15%;
}

.footer_type4 .lalala {
    padding-right: 15%;
}

.footer_type4 .form-control {
    width: 84%;
}

}

@media screen and (max-width: 991.5px){
.footer_type4 h6 {
    font-size: 110% !important;
}

.footer_type4 .left_line:before {

    right: 0vw;

}

.footer_type4 .copy_right {
    
    padding-top: 3%;
   
}

.footer_type4 .zzz {
    padding-right: 6%;
}

.footer_type4 .mamama {
    padding-right: 10%;
}

.footer_type4 .lalala {
    padding-right: 6%;
}

}

@media screen and (max-width: 767.5px){
.footer_type4 h6 {
    font-size: 130% !important;
}

.footer_type4 .left_line:before {

    display: none;
}

.footer_type4 .left_line {
   
    margin-bottom: 15px !important;
    padding-bottom: 15px;
}

.footer_type4 {
    padding-top: 18%;
    
}

.footer_type4 .zzz {
    padding-right: 0%;
}

.footer_type4 .mamama {
    padding-right: 0%;
}

.footer_type4 .lalala {
    padding-right: 0%;
}

.footer_type4 .form-control {
    width: 100%;
}

.footer_type4 small {
    font-size: 75%;
    font-weight: 400;
}

}