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

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

a:hover {
    text-decoration: none;
}

/*.product_list_5 .product_box .img_frame img {*/
    
/*    object-fit: contain;*/
/*}*/

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

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

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

}

/*nav*/

.navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    padding: 15px 1.4vw;
    text-transform: capitalize;
    font-size: 1.07vw;
    transition: 0.3s;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #4bb528;

}

.navbar_mobile {
   
    background-color: #2b244c;
    
}

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

.dark_nav {

    background-color: #2b244c !important;

}

.navbar_type8 {

    background-color: #2b244c;

    height: 100px;

}

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

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

.navbar_type8 .nav_tab {
    flex: 0 1 89%;
    
    padding-left: 0;
    padding-right: 15%;
   
}

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

.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:lang(ms) a {
    
    padding: 15px 1vw;
   
}


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



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

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

}

/*Banner*/

.slider_banner .banner_content {
    opacity: 1 !important;
}

.slider_banner .slick-dots li button:before {

    content: '•';
    opacity: 1;
    color: #fff;
   
}

.slider_banner .slick-dots li.slick-active button:before {

   
    color: #4bb528;
   
}

.slider_banner .slick-dots li {
 
    margin: 0;
  
}

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

.slider_banner .slick-dots {
    position: absolute;
    bottom: 5%;
    
}

.hp_banner {
    height: 100%;
    position: relative;
    padding-top: 9%;
    padding-left: 7%;
    padding-right: 3%;
}

.hp_banner.b {
    
    padding-top: 9%;
    
}

.hp_banner .row {

    align-items: center;
}

.hp_banner:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0%;
    background-color: #2B244D;
    width: 100%;
    height: 46%;
}

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

.hp_banner_ibox.b {
    margin-left: 0%;
    margin-right: 6%;
}

.hp_banner_title {
    color: #2b244c;
    font-size: 4vw;
    font-style: italic;
    font-weight: 800;
    margin-bottom: 11%;
    padding-top: 8%;
}

.hp_banner_title span {
    color: #4bb528;
    font-weight: 500;
}

.hp_banner_desc {
    position: relative;
    padding-left: 6%;
    color: white;
    font-size: 1.8vw;
}

.hp_banner_desc::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1760022810check-mark-hand-drawn-circle_78370-5986-Photoroom.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    bottom: 0px;
    left: 0px;
    width: 2vw;
    height: 2vw;
    margin: auto 0px;
    transition: 0.3s;
    filter: brightness(0) saturate(100%) invert(53%) sepia(92%) saturate(398%) hue-rotate(60deg) brightness(93%) contrast(90%);
}

.hp_banner_link {
    color: #2b244c;
    background: white;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    font-size: 1vw;
    border-radius: 10px;
    padding: 1vw 3.5vw 1vw 1.75vw;
}

.hp_banner_link:hover {
    color: #fff;
    background: #4bb528;
 
}

.hp_banner_link::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1759385931A_navbar_search_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    bottom: 0;
    right: 10%;
    width: 1.5vw;
    height: 1.5vw;
    margin: auto 0;
 
}

.hp_banner_link:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(102%) contrast(102%);
}

.hp_banner_bbox {
    text-align: center;
    margin-top: 3%;
}

.hp_banner.b .hp_banner_bbox {
   
    margin-top: 2%;
}

.hp_banner:lang(ms) {
   
    padding-left: 6%;
}

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

.hp_banner_desc:lang(ms) {
 
    font-size: 1.39vw;
}

@media screen and (max-width: 1200.5px){
.hp_banner_title {
   
    font-size: 4.25vw;
    margin-bottom: 11%;
    padding-top: 8%;
}

.hp_banner_desc {
   
    padding-left: 7%;
    font-size: 2.05vw;
}

.hp_banner_desc::before {

    width: 2.5vw;
    height: 2.5vw;

}

.hp_banner_link {

    font-size: 1.5vw;
    padding: 1.25vw 4.5vw 1.25vw 2.25vw;
}

.hp_banner_link::before {

    right: 10%;
    width: 2vw;
    height: 2vw;
  
 
}

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

.slider_banner .slick-dots {
   
    bottom: 3%;

}

.hp_banner:before {
 
    height: 49%;
}

.hp_banner:lang(ms) {
   
    padding-top: 6%;
}

.hp_banner_title:lang(ms) {
    font-size: 3.5vw;
    margin-bottom: 7%;
}

.hp_banner_desc:lang(ms) {
    font-size: 1.75vw;
}

}

@media screen and (max-width: 767.5px){
.hp_banner_title {
   
    font-size: 8.5vw;
    margin-bottom: 12%;
    padding-top: 0%;
}

.hp_banner_desc {
   
    padding-left: 7%;
    font-size: 4vw;
    color: #2b244c;
}

.hp_banner_desc::before {

    width: 5vw;
    height: 5vw;

}

.hp_banner_link {

    font-size: 3.75vw;
    padding: 3vw 11vw 3vw 5vw;
}

.hp_banner_link::before {

    right: 10%;
    width: 5vw;
    height: 5vw;
  
 
}

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

.slider_banner .slick-dots {
   
    bottom: 3%;

}

.hp_banner:before {
 
    height: 40%;
}

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

.hp_banner_bbox {
   
    margin-top: 9%;
}

.hp_banner.b .hp_banner_bbox {
   
    margin-top: 8%;
}

.hp_banner_ibox.b {
    margin-left: 0%;
    padding: 0 11%;
    margin-right: 0;
}

.hp_banner:lang(ms) {
    padding-left: 3%;
}

    .hp_banner_title:lang(ms) {
        font-size: 6.5vw;
        margin-bottom: 9%;
    }
    
        .hp_banner_desc:lang(ms) {
        font-size: 4vw;
    }

}

/*Strengths*/

.hp_str {
    padding: 6% 2% 5%;
}

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

.hp_str_mimage {
    width: 85%;
}

.hp_str_box.a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: end;
    gap: 2vw;
    padding-bottom: 9%;
    margin-bottom: 9%;
        border-bottom: 2px solid #2b244c;
}

.hp_str_box.b {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: end;
    gap: 2vw;
}

.hp_str_box.c {
    display: flex;
    align-items: center;
    gap: 2vw;
    padding-bottom: 9%;
    margin-bottom: 9%;
    margin-top: 6%;
    border-bottom: 2px solid #2b244c;
}

.hp_str_box.d {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.hp_str .col-12.col-md-4.a {
    flex: 0 0 30%;
    max-width: 30%;
}

.hp_str .col-12.col-md-4.b {
    flex: 0 0 40%;
    max-width: 40%;
}

.hp_str .col-12.col-md-4.c {
    flex: 0 0 30%;
    max-width: 30%;
}

@keyframes jshake {
    25% {
        transform: rotate(10deg);
      }
      75% {
        transform: rotate(-10deg);
      }
}

.hp_str_image {
    width: 5vw;
    transition: 0.3s;
}

.hp_str_image:hover {
    animation: 1s jshake;
}

.hp_str_title {
    text-align: center;
    color: #2b244c;
    font-size: 2vw;
    margin-bottom: 2.5%;
    font-weight: 600;
}

.hp_str_title span {
   
    color: #4bb528;
    
}

.hp_str_item1 {
    color: #2b244c;
    font-size: 1.25vw;
    font-weight: 600;
}

.hp_str_item2 {
    margin-bottom: 0;
    font-size: 1vw;
    color: black;
    font-weight: 400;
    line-height: 1.5;
}

.hp_str_item2 span {
    font-weight: 700;
}

@media screen and (max-width: 1200.5px){
.hp_str_image {
    width: 5.5vw;

}

.hp_str_title {
 
    font-size: 2.5vw;
    margin-bottom: 2.5%;
  
}

.hp_str_item1 {
 
    font-size: 1.7vw;
  
}

.hp_str_item2 {
    
    font-size: 1.4vw;
   
}

.hp_str_item2 br {
    
    display: none;
   
}

.hp_str_mimage {
    width: 100%;
}

}

@media screen and (max-width: 767.5px){
.hp_str_image {
    width: 18vw;

}

.hp_str_title {
 
    font-size: 7vw;
    margin-bottom: 9%;
  
}

.hp_str_item1 {
 
    font-size: 4.5vw;
  
}

.hp_str_item2 {
    
    font-size: 3.75vw;
   
}

.hp_str_mbox {
    margin: 9% 0;
}

.hp_str_item2 br {
    
    display: block;
   
}

.hp_str_mimage {
    width: 100%;
}

.hp_str .col-12.col-md-4.a {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_str .col-12.col-md-4.b {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_str .col-12.col-md-4.c {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_str {
    padding: 12% 3%;
}

.hp_str_box.c {
    
    margin-top: 0;
    gap: 4vw;
}

.hp_str_box.a {
   
    gap: 4vw;
}

.hp_str_box.b {
   
    gap: 4vw;
}

.hp_str_box.d {
   
    gap: 4vw;
}

}

/*Categories*/

.index_wrapper_4 {
    padding: 3% 4% 4%;
    position: relative;
}

.index_wrapper_4::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1759390390D_product_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 63%;
  
}

.product_cat-3 .cat_box {
   
    height: 22vw;
   
}

.product_cat-3 .mb-3 {
    margin-bottom: 0rem !important;
}

.product_cat-3 .col-6.col-md-4.mb-3 {
    padding: 0;
}

.product_cat-3 .cat_box .content .content_box {
   
    align-items: center;
    justify-content: center;
}

.product_cat-3 .cat_box .content .content_box .animated-arrow {
    display: none;
}

.product_cat-3 .cat_box .content .line {
    display: none;
}

.product_cat-3 .cat_box .content h3 {
    display: none;
}

.product_cat-3 .cat_box .content {
    position: absolute;
    top: unset;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: 9%;
    transform: unset;
    height: unset;
    width: 80%;
    display: unset;
    flex-direction: column;
    align-items: unset;
    background-color: rgba(0, 0, 0, 0.45);
    transition: ease-in 0.4s;
    border-radius: 10px;
}

.product_cat-3 .cat_box:hover .content {
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.45);
    transition: ease-in 0.4s;
}

.product_cat-3 .cat_box .content .content_box:hover {
 
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.product_cat-3 .cat_box {
    position: relative;
    overflow: hidden;
}

.product_cat-3 .cat_box .content {
    position: absolute;
    top: 84.5%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    width: 80%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
    height: 3.5vw;
}

.product_cat-3 .cat_box:hover .content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
    pointer-events: auto;
    border-radius: 0;
}


.product_cat-3 .cat_box .content h4 {
    color: white;
    font-weight: 600;
    margin: 4% 0 !important;
    font-size: 1.5vw;
}

.hp_cat_title {
    text-align: center;
    color: #2b244c;
    font-size: 2vw;
    margin-bottom: 2%;
    font-weight: 600;
}

.hp_cat_title span {
   
    color: #4bb528;
    
}

.hp_cat_link {
    background: #fff;
    color: #2B244D;
    font-weight: 500;
    font-size: 1vw;
    border-radius: 10px;
    padding: 1vw 2vw;
    transition: 0.3s;
}

.hp_cat_link:hover {
    background: #4bb528;
    color: white;

}

.hp_cat_bbox {
    text-align: center;
    margin-top: 4.5%;
}

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

}

.hp_cat_link {
  
    font-size: 1.5vw;
    padding: 1.25vw 2.5vw;
   
}

.product_cat-3 .cat_box .content h4 {
  
    margin: 4% 0 !important;
    font-size: 2vw;
}

.product_cat-3 .cat_box {
    height: 23vw;
}

.product_cat-3 .cat_box .content {
    
    height: 4vw;
}

}

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

}

.hp_cat_link {
  
    font-size: 3.75vw;
    padding: 3vw 6vw;
   
}

.product_cat-3 .cat_box .content h4 {
  
    margin: 6% 0 !important;
    font-size: 4.5vw;
}

.product_cat-3 .cat_box {
    height: 64vw;
}

.index_wrapper_4 {
    padding: 12% 3%;
   
}

.product_cat-3 .col-6 {
    
    flex: 0 0 100%;
    max-width: 100%;
}

.product_cat-3 .col-6.col-md-4.mb-3 {
    padding: 0 15px;
}

.product_cat-3 .cat_box .content {
    
    height: 12.5vw;
}

.hp_cat_bbox {
    
    margin-top: 12%;
}

}


/*Material*/

.hp_material .flip-card {
  position: relative;
  width: 100%;
  height: 15vw; /* fixed height, adjust as needed */
  overflow: hidden;
  border-radius: 30px;
}

.hp_material .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hp_material .flip-card-front,
.hp_material .flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  
  box-sizing: border-box;
}

/* FRONT - show by default */
.hp_material .flip-card-front {
  background: #EFEFEF;
  opacity: 1;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6% 10% 6%;
}

/* BACK - hidden by default */
.hp_material .flip-card-back {
  background: #2b244c;
  opacity: 0;
  z-index: 1;
  transform: translateY(20px);
  padding: 9% 10% 6%;
}

/* HOVER - swap */
.hp_material .flip-card:hover .flip-card-front {
  opacity: 0;
  transform: translateY(-20px);
}

.hp_material .flip-card:hover .flip-card-back {
  opacity: 1;
  transform: translateY(0);
  z-index: 3;
}

.hp_material_ibox img {
    width: 6vw;
   
}

.hp_material_item1x {
    display: flex;
    font-size: 1vw;
    color: white;

}

.hp_material_item2x {
    display: flex;
    font-size: 1vw;
    color: white;
   
}

.hp_material_item1x span {
    flex: 0 0 25%;
}

.hp_material_item1x p {
    flex: 0 0 75%;
    font-weight: 400;
}

.hp_material_item2x span {
    flex: 0 0 25%;
}

.hp_material_item2x p {
    flex: 0 0 75%;
    font-weight: 400;
}

.hp_material {
    padding: 5% 6% 4%;
}

.hp_material .col-12.col-md-4 {
    padding: 0 1.5vw 3.5vw;
}

.hp_material_title1 {
    text-align: center;
    color: #2b244c;
    font-size: 2vw;
    margin-bottom: 1%;
    font-weight: 600;
}

.hp_material_title1 span {
   
    color: #4bb528;
    
}

.hp_material_title2 {
    text-align: center;
    color: #000;
    font-size: 0.95vw;
    font-weight: 400;
    margin-bottom: 4%;
   
}

.hp_material_item1 {
    font-size: 1.5vw;
    color: #2b244c;
    font-weight: 700;
    height: 6vw;
}

.hp_material_item2 {
    color: #4bb528;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.25vw;
    position: relative;
    padding-left: 6vw;
}

.hp_material_item2::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/17593786291757487127D_next_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    bottom: 0px;
    left: 0px;
    width: 5vw;
    height: 5vw;
    margin: auto 0px;
    transition: 0.3s;
    filter: brightness(0) saturate(100%) invert(53%) sepia(92%) saturate(398%) hue-rotate(60deg) brightness(93%) contrast(90%);
}


@media screen and (max-width: 1200.5px){
.hp_material_ibox img {
    width: 6.5vw;
   
}

.hp_material_item1x {
   
    font-size: 1.25vw;
   

}

.hp_material_item2x {
   
    font-size: 1.25vw;
  
   
}

.hp_material_title1 {

    font-size: 2.5vw;
    margin-bottom: 1%;

}

.hp_material_title2 {
 
    font-size: 1.45vw;
    margin-bottom: 4%;
   
}

.hp_material_item1 {
    font-size: 1.75vw;
  
    height: 6vw;
}

.hp_material_item2 {
   
    font-size: 1.5vw;
    padding-left: 6.5vw;
}

.hp_material_item2::before {
   
    width: 5.25vw;
    height: 5.25vw;
 
}

.hp_material .flip-card-front {

    padding: 6% 7% 6%;
}

.hp_material .flip-card-back {

  padding: 6% 5% 6%;
}

.hp_material .flip-card {
 
    height: 18vw;
    border-radius: 20px;
}

.hp_material_item1x span {
    flex: 0 0 26%;
}

.hp_material_item1x p {
    flex: 0 0 74%;
   
}

.hp_material_item2x span {
    flex: 0 0 26%;
}

.hp_material_item2x p {
    flex: 0 0 74%;
    
}

}

@media screen and (max-width: 767.5px){
.hp_material_ibox img {
    width: 20vw;
   
}

.hp_material_item1x {
   
    font-size: 3.75vw;
   

}

.hp_material_item2x {
   
    font-size: 3.75vw;
  
   
}

.hp_material_title1 {

    font-size: 7vw;
    margin-bottom: 2%;

}

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

.hp_material_item1 {
    font-size: 5vw;
  
    height: 20vw;
}

.hp_material_item2 {
   
    font-size: 4vw;
    padding-left: 17vw;
}

.hp_material_item2::before {
   
    width: 15vw;
    height: 15vw;
 
}

.hp_material .flip-card-front {

    padding: 6% 9% 6%;
}

.hp_material .flip-card-back {

  padding: 5% 7% 6%;
}

.hp_material .flip-card {
 
    height: 48vw;
    border-radius: 20px;
}

.hp_material_item1x span {
    flex: 0 0 26%;
}

.hp_material_item1x p {
    flex: 0 0 74%;
   
}

.hp_material_item2x span {
    flex: 0 0 26%;
}

.hp_material_item2x p {
    flex: 0 0 74%;
    
}

.hp_material {
    padding: 12% 3%;
}

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

}

/*About*/

.hp_about {
    padding: 3% 6% 3% 11%;
    background-image: url('https://cdn1.npcdn.net/img/1759376371F_aboutus_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

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

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

.hp_about_image2 {
    width: 41%;
}

.hp_about_ibox2 {
    display: flex;
    gap: 1.5vw;
    margin-top: 8%;
}

.hp_about_image {
    width: 100%;
}

.hp_about_title {
  
    color: #2b244c;
    font-size: 2vw;
    margin-bottom: 2%;
    font-weight: 600;
}

.hp_about_title span {
   
    color: #4bb528;
    
}

.hp_about_desc {
    color: black;
    font-size: 0.95vw;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 5%;
}

.hp_about_desc span {
  
    font-weight: 700;
   
}

.hp_about_link {
    background: #2B244D;
    color: white;
    font-weight: 500;
    font-size: 1vw;
    border-radius: 10px;
    padding: 1vw 2.5vw;
    transition: 0.3s;
}

.hp_about_link:hover {
    background: #4bb528;
    color: white;

}

.hp_about_desc:lang(ms) {
   
    padding-right: 15%;
}

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

.hp_about_desc:lang(ms) {
    padding-right: 3%;
}

.hp_about_desc {
   
    font-size: 1.45vw;
  
    margin-bottom: 5%;
}

.hp_about_desc br {
   
    display: none;
}

.hp_about_link {
    
    font-size: 1.5vw;
    border-radius: 10px;
    padding: 1.25vw 3vw;
    
}

.hp_about_image2 {
    width: 48%;
}

.hp_about_ibox {
    margin-left: -3%;
}

.hp_about {
    padding: 3% 6% 3% 9%;
   
    background-position: 10%;
}

}

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

.hp_about_desc:lang(ms) {
    padding-right: 0%;
}

.hp_about_desc {
   
    font-size: 3.75vw;
  
    margin-bottom: 7%;
}

.hp_about_link {
    
    font-size: 3.75vw;
    border-radius: 10px;
    padding: 3vw 6vw;
    
}

.hp_about_image2 {
    width: 48%;
}

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

.hp_about {
    padding: 12% 3%;
   
    background-position: 7%;
}

.hp_about_ibox2 {
 
    gap: 3vw;
    margin-top: 12%;
}

}

/*Why*/

.hp_why {
    padding: 6% 13% 6%;
    background: #EFEFEF;
}

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

.hp_why_box {
    text-align: center;
    padding: 18% 6% 15%;
    background: linear-gradient(to bottom, #4bb528, #009444);
    height: 100%;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.hp_why_icon {
    width: 6vw;
}

.hp_why_title {
    text-align: center;
    color: #2b244c;
    font-size: 2vw;
    margin-bottom: 4%;
    font-weight: 600;
}

.hp_why_title span {
   
    color: #4bb528;
    
}

.hp_why_item1 {
    color: #fff;
    font-size: 1.25vw;
    margin-top: 13%;
}

.hp_why_item2 {
    margin-bottom: 0;
    color: white;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
}

.hp_why_bbox{
    display: flex;
  justify-content: center;
  margin-top: 5%;
}

@media screen and (max-width: 1200.5px){
.hp_why_icon {
    width: 8vw;
}

.hp_why_title {
    
    font-size: 2.5vw;
    margin-bottom: 4%;
   
}

.hp_why_item1 {

    font-size: 1.75vw;
    margin-top: 13%;
}

.hp_why_item2 {
  
    font-size: 1.5vw;
   
}

.hp_why {
    padding: 6% 12% 6%;
 
}

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

}

@media screen and (max-width: 767.5px){
.hp_why_icon {
    width: 20vw;
}

.hp_why_title {
    
    font-size: 7vw;
    margin-bottom: 9%;
   
}

.hp_why_item1 {

    font-size: 4vw;
    margin-top: 13%;
}

.hp_why_item2 {
  
    font-size: 3.5vw;
   
}

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

.hp_why .col-md-3 {
    padding: 0 2vw 4vw;
}

}

/*Contact*/

.hp_contact {
    background-image: url('https://cdn1.npcdn.net/img/1759302473H_contact_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    padding: 4% 7% 4.5%;
}

.hp_contact .col-12.col-md-3.b {
    position: relative;
    right: 3%;
}

.hp_contact .col-12.col-md-4.c {
    position: relative;
}

.hp_contact .col-12.col-md-2.d {
    position: relative;
    left: 6.5%;
}

.hp_contact .col-12.col-md-3.b:before {
    position: absolute;
    content: "";
    top: 0;
    left: -3%;
    background-color: #fff;
    width: 0.05vw;
    height: 11.5vw;
}

.hp_contact .col-12.col-md-4.c:before {
    position: absolute;
    content: "";
    top: 0;
    left: -2%;
    background-color: #fff;
    width: 0.05vw;
    height: 11.5vw;
}

.hp_contact .col-12.col-md-2.d:before {
    position: absolute;
    content: "";
    top: 0;
    left: -3%;
    background-color: #fff;
    width: 0.05vw;
    height: 11.5vw;
}

.hp_contact_title {
    text-align: center;
    color: white;
    font-size: 2vw;
    margin-bottom: 3%;
    font-weight: 600;
}

.hp_contact_itbox1 {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 4%;
}

.hp_contact_itbox2d {
    display: flex;
    gap: 0.5vw;
    margin-top: 9%;
}

.hp_contact_bbox {
    text-align: center;
    margin-top: 4%;
}


.hp_contact_icon {
    width: 1.25vw;
}

.hp_contact_item1 {
    margin-bottom: 0;
    color: white;
    font-size: 1vw;
}

.hp_contact_item2x {
    margin-bottom: 0;
    color: white;
    font-size: 1.5vw;
    line-height: 1.5;
}

.hp_contact_item2 {
    color: white;
    transition: 0.3s;
    font-weight: 600;
    font-size: 1.5vw;
}

.hp_contact_item2:hover {
  
    color: #2b244c;
    
}

.hp_contact_item2d img {
    width: 2vw;
}

.hp_contact_link {
    background: #2B244D;
    color: white;
    font-weight: 500;
    font-size: 1vw;
    border-radius: 10px;
    padding: 1vw 2vw;
    transition: 0.3s;
}

.hp_contact_link:hover {
    background: #4bb528;
    color: white;

}

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

.hp_contact_icon {
    width: 1.75vw;
}

.hp_contact_item1 {

    font-size: 1.5vw;
}

.hp_contact_item2x {

    font-size: 1.8vw;

}

.hp_contact_item2x br {

    display: none;

}

.hp_contact_item2 {

    font-size: 1.8vw;
}

.hp_contact_item2d img {
    width: 2.5vw;
}

.hp_contact_link {
  
    font-size: 1.5vw;
    padding: 1.25vw 2.5vw;
   
}

.hp_contact {
  
    background-position: 100%;
    padding: 4% 6% 4.5%;
}

.hp_contact .col-12.col-md-3.b {
   
    right: 3.5%;
}

.hp_contact .col-12.col-md-2.d {
    
    left: 1%;
}

}

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

.hp_contact_icon {
    width: 5vw;
}

.hp_contact_item1 {

    font-size: 4vw;
}

.hp_contact_item2x {

    font-size: 5vw;

}

.hp_contact_item2x br {

    display: block;

}

.hp_contact_item2 {

    font-size: 5vw;
}

.hp_contact_item2d img {
    width: 7.5vw;
}

.hp_contact_link {
  
    font-size: 3.75vw;
    padding: 3vw 6vw;
   
}

.hp_contact {
  
    background-position: 43.5%;
    padding: 12% 3%;
}

.hp_contact .col-12.col-md-3.b {
   
    right: 0%;
}

.hp_contact_bbox {
 
    margin-top: 6%;
}

.hp_contact .col-12.col-md-2.d {
    
    left: 0%;
}

.hp_contact_itbox1 {
  
    gap: 3vw;
    margin-bottom: 3%;
}

.hp_contact_itbox2d {
  
    gap: 2vw;
    margin-top: 6%;
}

.hp_contact_box {
    margin-bottom: 9%;
}

.hp_contact .col-12.col-md-3.b:before {
   
    top: -21%;
    left: 0;
    width: 100%;
    height: 0.05vw;
}

.hp_contact .col-12.col-md-4.c:before {
   
    top: -10%;
    left: 0;
    width: 100%;
    height: 0.05vw;
}

.hp_contact .col-12.col-md-2.d:before {
   
    top: -18%;
    left: 0;
    width: 100%;
    height: 0.05vw;
}

}



/*Footer*/

.footer_type12 {
    background-color: #2B244D;
    padding-top: 2rem !important;
   
}

.footer_type7 .text-muted {
    color: #fff !important;
}

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

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

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

.footer_type7 .title h5 {
 
    color: #4bb528;
    text-transform: uppercase;
    font-size: 19px;
}

.footer_type7 .copy_right.text-center.text-md-left {
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding-top: 1.5%;
}

.footer_type7 .fas {
   
    margin-right: 5px;
}

.footer_type7 .location i {
    margin-top: 0px;
    margin-right: 5px;
}

.footer_type7 .d-flex {
   
    gap: 5px;
    align-items: center;
    margin-bottom: 0.25rem;
}

.footer_type7 .ppp {
   
    padding-right: 9%;
}

.ft_title {
    font-size: 15px;
    margin-bottom: 0;
}

@media screen and (max-width: 767.5px){
.footer_type7 .ppp {
    padding-right: 0;
}

.footer_type7 {
   
    padding-bottom: 2rem !important;
   
}

.footer_type7 .copy_right.text-center.text-md-left {
   
    padding-top: 3%;
}

}

#pills-home .flip-card-back p {
  color: #fff;
}

#pills-home .hp_material_item1 {
  font-size: 18px;
}

#pills-home .flip-card-back span {
  flex: 0 0 50%;
} 

@media only screen and (max-width: 768px) {
#pills-home .hp_material_item1 {
  font-size: 14px;
}
#pills-home .flip-card-back p {
  font-size: 10px;
}
}