@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


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

.np_language_btn .dropdown_btn a {
    
    color: #333;
}

.index_wrapper_1 {
    height: 0;
}

.product_list_5 .product_box .whatsapp_wrapper {
    display: none;
}

.product_detail .mainFunction .whatsapp_btn {
    display: none;
}

@media screen and (max-width: 991.5px){
.index_wrapper_1 {
    height: 80px;
}

}

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

}

/*Nav*/

.navbar_type8 {
  
    height: 120px;
    background: #ecedeb;
   
}


#main_index .navbar_type8 {
  
  
    background: #ecedeb;
   
}

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

    margin-left: 7%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 68%;
   
    padding-left: 0;
    padding-right: 7%;
  
}


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

.navbar_type8 .nav_tab .nav_item a {
    
    padding: 15px 1vw;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #ecedeb;
    
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 150%;
    width: 55%;
    right: 0;
    margin: 0 auto;
    border-bottom: unset;
    background: linear-gradient(90deg, rgba(196,125,42,1) 30%, rgba(213,184,69,1) 70%);
    height: 3px;
    border-radius: 3px;
    
}

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

.navbar_mobile {
 
    background-color: #ecedeb;

   
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top:25px;
}
.navbar_type8 .nav  _tab .dropdown .dropdown-menu {
    top: 20px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item>span {
    padding-top: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item {
    display: flex; 
    flex-direction: column; 
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    position: absolute;
    border-top: 0;
    top: 20px!important;
    background-color: #ecedeb;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel.p-3 {
    padding: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel a {
     flex: 0 1 100%;
     padding: 0.5rem 1.5rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item {
    height: auto;
    text-align: left;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .img_frame {
    display: none;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .text {
    color:#000;
    text-align: left;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .text:hover {
    color:#ffc20e;
}

@media screen and (max-width: 1500.5px){
.navbar_type8 .logo img {
    width: 29.5vw;
    padding: 0;
}

}

@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab {
 
    padding-right: 6%;
}

.navbar_type8 {
    height: 105px;

}

.navbar_type8 .logo {

    margin-left: 6%;
}

    .navbar_type8 .logo img {
        width: 30vw;
        padding: 0;
    }

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

}

@media screen and (max-width: 991.5px){
.navbar_mobile .logo_img {
    transform: scale(1.4);
}

}

@media screen and (max-width: 420px){
.navbar_mobile .logo_img {
    transform: scale(1.25);
}

}

@media screen and (max-width: 360px){
    
    .navbar_mobile .logo_img {
        transform: scale(1.2);
        padding: 1.5px;
    }
    
}

/*Animation*/

.slide-right {
	-webkit-animation: slide-right 1s linear both;
	        animation: slide-right 1s linear both;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-310px);
            transform: translateX(-310px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-310px);
            transform: translateX(-310px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slide-left {
	-webkit-animation: slide-left 1s linear both;
	        animation: slide-left 1s linear both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  100% {
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  100% {
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
  }
}



/*Banner*/

.hp_banner_ibox {
    width: 125%;
    position: relative;
    z-index: -1;
   
}

.hp_banner_icbox {
    width: 30vw;
    margin: 0 auto 0.5%;
}

.hp_banner {
    padding-top: 22%;
}

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

.hp_banner_title1 {
    font-size: 1vw;
    color: #fff;
    font-weight: 300;
    margin-bottom: 6%;
}

.hp_banner_title2a {
    /*font-size: 2.5vw;*/
    /*color: #fff;*/
    /*font-weight: 800;*/
    /*text-shadow: 4px 4px 8px #000;*/
    /*margin-right: -66%;*/
    /*position: relative;*/
}


.hp_banner_link {
    color: #fff;
    background: linear-gradient(90deg, rgba(196, 125, 42, 1) 30%, rgba(213, 184, 69, 1) 70%);
    padding: 0.9vw 7vw 0.9vw 1.5vw;
    border-radius: 30px;
    font-size: 0.9vw;
    transition: 0.3s;
    position: relative;
   
}

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

.hp_banner_link:hover:before {
    filter: brightness(0) saturate(100%) invert(7%) sepia(2%) saturate(1780%) hue-rotate(349deg) brightness(93%) contrast(93%);
}




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

.hp_banner .col-12.col-md-3 {
    padding-left: 6%;
    margin-top: 0%;
    /*animation: slide-right 1s linear both;*/
}

.hp_banner .col-12.col-md-3.a {
    padding-left: 3%;
    margin-top: 0%;
    /*animation: slide-right 1s linear both;
    animation-delay: 5s;*/
}


.hp_banner_bbox {
    margin-right: 0%;
    margin-top: 12%;
}


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

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

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

.slider_banner .banner_content {
    overflow: hidden;
}

/*.slider_banner .slick-prev:before {*/
   
/*    background-image: url(https://cdn1.npcdn.net/img/1772814763prev.png);*/
/*    width: 5vw;*/
/*    height: 5vw;*/
   
/*    filter: unset;*/
/*}*/

/*.slider_banner .slick-next:before {*/
   
/*    background-image: url(https://cdn1.npcdn.net/img/1772814777nest.png);*/
/*    width: 5vw;*/
/*    height: 5vw;*/
   
/*    filter: unset;*/
/*}*/

/*.slider_banner .slick-prev:lang(zh-Hans):before {*/
   
/*    background-image: url(https://cdn1.npcdn.net/img/1736395213button-01.png);*/
/*    width: 5vw;*/
/*    height: 5vw;*/
/*    filter: brightness(0) saturate(100%)*/

/*}*/

/*.slider_banner .slick-next:lang(zh-Hans):before {*/
   
/*    background-image: url(https://cdn1.npcdn.net/img/1736395228button-02.png);*/
/*    width: 5vw;*/
/*    height: 5vw;*/
/*    filter: brightness(0) saturate(100%);*/
 
/*}*/

.slider_banner .slick-prev:before {
 
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}

.slider_banner .slick-next:before {
 
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}

.slider_banner .slick-prev {
   
    left: 2%;
}

.slider_banner .slick-next {
   
    right: 2%;
}



.slider_banner .slick-arrow {
    z-index: 1 !important;
}

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

.hp_banner_title {
    text-align: center;
    color: #fff;
    font-size: 2.5vw;
    text-shadow: 0.11em 0.09em 0.35em rgba(0, 0, 0, 0.4);
    font-weight: 800;
}

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


.hp_banner_title {
  
    font-size: 3vw;

}

.hp_banner {
    padding-top: 19%;
}

.hp_banner_icbox {
    width: 32vw;
    margin: 0 auto 0.5%;
}

.hp_banner_title1 {
    font-size: 1.5vw;
    color: #fff;
    font-weight: 300;
}

.hp_banner_title2a {
    font-size: 3vw;

   
    margin-right: -100%;
  
}

.hp_banner_title2a:before {
  
    top: 6%;
    left: -5%;
    width: 3px;
    height: 88%;
   
}

.hp_banner_link {
   
    padding: 1.4vw 5.5vw 1.4vw 2vw;
  
    font-size: 1.4vw;
   
}

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

}


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

.hp_banner_title {
  
    font-size: 6vw;

}

.hp_banner_icbox {
    width: 70vw;
    margin: 0 auto 1%;
}

.hp_banner_title1 {
    font-size: 4vw;

}

.hp_banner_title2a {
    font-size: 7vw;

   
    margin-right: 0%;
  
}

.hp_banner_title2a:before {
  
    top: 6%;
    left: -2%;
    width: 3px;
    height: 88%;
   
}

.hp_banner_link {
   
    padding: 3vw 12vw 3vw 4vw;
    border-radius: 50px;
    font-size: 4vw;
   
}

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

.hp_banner_bbox {
    margin-right: 0%;
    margin-top: 9%;
    margin-bottom: 3%;
    
}

.hp_banner {
    padding-top: 24%;
}

.hp_banner_ibox {
    width: 100%;
    margin-left: 5%;
    margin-top: 5%;
}

.index_wrapper_2 .slick-slider:before {
 
    bottom: 0%;
    margin: 0 auto;
    right: 0%;
    left: 0%;
  
    width: 65vw;
    height: 9vw;

}
 
    
}


/*About*/

.hp_about {
    padding: 7% 9% 4%;
    position: relative;
 
}

.hp_about:before {
    position: absolute;
    content: "";
    bottom: 27%;
  
    left: -27%;
    background-image: url(https://cdn1.npcdn.net/img/1735026355SINCE-2009-ABOUT-BG.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 155%;
    height: 15vw;
    
}



.hp_about_spongebox {
    display: flex;
    gap: 7vw;
    position: relative;
    padding-left: 8%;
    padding-top: 3%;
    padding-bottom: 4%;
    margin-top: 2%;
}

.hp_about_spongebox:before {
    position: absolute;
    content: "";
    bottom: 0;
    top: 0%;
  
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ededeb;
    width: 100%;
    height: 100%;
    background-position: right;
    
}

.hp_about_spongebox:after {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    right: 9%;
    background-image: url(https://cdn1.npcdn.net/img/1774600978boom-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22vw;
    height: 11vw;
    margin: auto 0;
}

.hp_about_box {
    position: relative;
    text-align: center;
}

.hp_about_icon {
    width: 5.5vw;
    object-fit: contain;
    aspect-ratio: 1;
}

.hp_about_title1 {
    font-size: 1vw;
    font-weight: 300;
    color: #0261f9;
    margin-bottom: 0;
}

.hp_about_title2 {
    font-size: 2.15vw;
    font-weight: 800;
    color: #0261f9;
    margin-bottom: 2%;
    position: relative;
}

.hp_about_title2:before {
    position: absolute;
    content: "";
    background: #000;
    top: 18%;
    right: 0%;
    width: 71%;
    height: 1px;
   
}

.hp_about_desc1 {
    font-size: 0.95vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    margin-top: 7%;
}

.hp_about_desc2 {
    font-size: 0.95vw;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 3%;
    margin-bottom: 5%;
    color: rgba(0,0,0,0.6);
}

.hp_about_image {
    width: 100%;
}

.hp_about_link {
    color: #000;
    background: #ffc20e;
    padding: 0.8vw 6vw 0.8vw 2vw;
    border-radius: 30px;
    font-size: 1vw;
    transition: 0.3s;
    position: relative;
}

.hp_about_link:hover {
    color: #fff;
    background: #ecedeb;
 
}

.hp_about_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8%;
    background-image: url(https://cdn1.npcdn.net/img/1735011116BUTTON.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5vw;
    height: 1.5vw;
    transition: 0.3s;
    filter: brightness(0) saturate(100%) invert(7%) sepia(2%) saturate(1780%) hue-rotate(349deg) brightness(93%) contrast(93%);
}

.hp_about_link:hover:before {
    filter: brightness(0) saturate(100%) invert(7%) sepia(2%) saturate(1780%) hue-rotate(349deg) brightness(93%) contrast(93%);
}




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

.hp_about_ibox {
    margin-right: 3%;
}

.hp_about_item1 {
    color: #000;
    font-size: 1vw;
    font-weight: 600;
    margin-bottom: 0;
   
}




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

.hp_about_title1 {
    font-size: 1.5vw;
    
    margin-bottom: 0;
}

.hp_about_title2 {
    font-size: 2.65vw;
    
    margin-bottom: 2%;
  
}

.hp_about_desc1 {
    font-size: 1.45vw;
    
    margin-top: 7%;
}

.hp_about_desc2 {
    font-size: 1.45vw;
   
    margin-top: 3%;
    margin-bottom: 5%;
   
}

.hp_about_desc1 br {
    display: none;
}

.hp_about_desc2 br {
    display: none;
}

.hp_about_link {
    
    padding: 1vw 6.5vw 1vw 2.5vw;
    border-radius: 30px;
    font-size: 1.5vw;
    
}

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

.hp_about_item1 {
    
    font-size: 1.5vw;
    
    margin-top: -6%;
}



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

.hp_about_title2:before {
   
    top: 18%;
    
    width: 65%;
    
}

.hp_about_bbox {
    position: relative;
    z-index: 1;
}

.hp_about_spongebox {
   
    gap: 2vw;
    
    padding-left: 3%;
  
}

}


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

.hp_about_title1 {
    font-size: 4vw;
    
    margin-bottom: 0;
}

.hp_about_title2 {
    font-size: 7vw;
    
    margin-bottom: 2%;
  
}

.hp_about_desc1 {
    font-size: 4vw;
    
    margin-top: 7%;
}

.hp_about_desc2 {
    font-size: 4vw;
   
    margin-top: 6%;
    margin-bottom: 9%;
   
}



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

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

.hp_about_item1 {
    
    font-size: 3.25vw;
    
    margin-top: -6%;
}



.hp_about {
    padding: 12% 3%;
}

.hp_about_title2:before {
   
    top: 18%;
    
    width: 18%;
    
}

.hp_about_ibox {
    margin-right: 0%;
}

.hp_about_spongebox {
   padding-bottom: 36%;
    padding-left: 6%;
    margin-top: 9%;
    gap: 5vw;
    
}

.hp_about_spongebox:after {
    
    bottom: 6%;
    top: unset;
    right: 0;
   
    width: 53vw;
    height: 26vw;
    margin: 0 auto;
    left: 0;
}

.hp_about:before {
    
    bottom: 12.5%;
 
}

}


/*Services*/

.hp_services {
    position: relative;
    padding: 7% 5% 7% 9%;
}

.hp_services:before {
    position: absolute;
    content: "";
    top: 0;
   
    left: 0%;
    background-color: #ffc20e;
    width: 100%;
    height: 150%;
  
}

.hp_services_title1 {
    text-align: center;
    color: #0261f9;
    font-size: 2.3vw;
}

.hp_services_title1 span {
    font-weight: 800;

}

.hp_services_title2 {
    text-align: center;
    font-size: 1vw;
    font-weight: 300;
    color: #000;
    margin-bottom: 3%;
}

.hp_services_image {
    width: 100%;
}

.hp_services_ibox {
    position: relative;
    margin-bottom: 9%;
}

.hp_services_link:hover {
    text-decoration: none;
}

.hp_services_ibox:before {
    position: absolute;
    content: "";
    background: #fff;
    top: 26%;
    left: -3.5%;
    width: 2.5%;
    height: 3px;
}

.hp_services_ibox2:before {
    position: absolute;
    content: "";
    background: #fff;
    top: 41%;
    right: -3.5%;
    width: 2.5%;
    height: 3px;
}


.hp_services_ibox3:before {
    position: absolute;
    content: "";
    background: #fff;
    top: 26%;
    left: -3.5%;
    width: 2.5%;
    height: 3px;
}


.hp_services_ibox:after {
    position: absolute;
    content: "01";
    top: 25%;
    left: -4%;
    font-size: 5vw;
    color: #fff;
    font-weight: 700;
}

.hp_services_ibox2:after {
    position: absolute;
    content: "02";
    top: 40%;
    right: -4%;
    font-size: 5vw;
    color: #fff;
    font-weight: 700;
}

.hp_services_ibox3:after {
    position: absolute;
    content: "03";
    top: 26%;
    left: -4%;
    font-size: 5vw;
    color: #fff;
    font-weight: 700;
}

.hp_services_ibox2 {
    position: relative;
    margin-right: 5.5%;
    margin-left: -5.5%;
    margin-bottom: 11%;
}

.hp_services_ibox3 {
    position: relative;
}

.hp_services_box {
    background: #fff;
    width: 35.5%;
    margin-top: -15.25%;
    margin-left: -3%;
    position: relative;
    padding: 3% 2.5% 4%;
}



.hp_services_box:before {
    position: absolute;
    content: "";
    background: #000;
    bottom: 0%;
    right: 0;
    width: 2vw;
    height: 2vw;
}

.hp_services_box:after {
    position: absolute;
    content: "";
   
    bottom: 3%;
    right: 1.5%;
    background-image: url(https://cdn1.npcdn.net/img/1735011116BUTTON.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
   
}

.hp_services_box2:before {
    position: absolute;
    content: "";
    background: #000;
    bottom: 0%;
    right: 0;
    width: 2vw;
    height: 2vw;
}

.hp_services_box2:after {
    position: absolute;
    content: "";
   
    bottom: 3%;
    right: 1.5%;
    background-image: url(https://cdn1.npcdn.net/img/1735011116BUTTON.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
   
}

.hp_services_box3:before {
    position: absolute;
    content: "";
    background: #000;
    bottom: 0%;
    right: 0;
    width: 2vw;
    height: 2vw;
}

.hp_services_box3:after {
    position: absolute;
    content: "";
   
    bottom: 3%;
    right: 1.5%;
    background-image: url(https://cdn1.npcdn.net/img/1735011116BUTTON.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
   
}

.hp_services_box2 {
    background: #fff;
    width: 35.5%;
    margin-top: -7.75%;
    margin-left: auto;
    margin-right: -3.25%;
    position: relative;
    padding: 3% 2.5% 4%;
}

.hp_services_box3 {
    background: #fff;
    width: 35.5%;
    margin-top: -15.25%;
    margin-left: -3%;
    position: relative;
    padding: 3% 2.5% 5%;
}

.hp_services_item {
    color: #000;
    font-weight: 700;
    font-size: 1.5vw;
    margin-bottom: 8%;
    position: relative;
}

.hp_services_item:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    bottom: -70%;

    left: 0;
    
    width: 16%;
    height: 1px;
    
}

.hp_services_desc {
    color: #666;
    font-size: 1vw;
    font-weight: 400;
}

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



.hp_services_title2 {
   
    font-size: 1.45vw;
   
    margin-bottom: 3%;
}

.hp_services_ibox:after {
   
    top: 22%;
    left: -3%;
    font-size: 5.5vw;
    
}

.hp_services_ibox2:after {
   
    font-size: 5.5vw;
    top: 36%;
    right: -3%;
    
}

.hp_services_ibox3:after {
   

    font-size: 5.5vw;
    top: 22%;
    left: -3%;
    
}

.hp_services_box:before {
    
    width: 2.5vw;
    height: 2.5vw;
}

.hp_services_box:after {
   
    width: 1.5vw;
    height: 1.5vw;
   
}

.hp_services_box2:before {
    
    width: 2.5vw;
    height: 2.5vw;
}

.hp_services_box2:after {
   
    width: 1.5vw;
    height: 1.5vw;
   
}


.hp_services_box3:before {
    
    width: 2.5vw;
    height: 2.5vw;
}

.hp_services_box3:after {
   
    width: 1.5vw;
    height: 1.5vw;
   
}

.hp_services_item {
   
    font-size: 2vw;
   
}



.hp_services_desc {

    font-size: 1.5vw;
  
}

.hp_services_box {
   
    width: 45.5%;
    
}

.hp_services_box2 {
   
    width: 46%;
    
}

.hp_services_box3 {
   
    width: 45.5%;
    
}


.hp_services_ibox:before {
  
    top: 23%;
    left: -2.5%;
 
}

.hp_services_ibox2:before {
  
    top: 37%;
    right: -2.5%;
 
}

.hp_services_ibox3:before {
  
    top: 23%;
    left: -2.5%;
 
}




}


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



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

.hp_services_ibox:after {
   
    top: 21%;
    left: -3%;
    font-size: 7vw;
    
}

.hp_services_ibox2:after {
   
    font-size: 7vw;
    top: 22%;
    right: -3%;
    
}

.hp_services_ibox3:after {
   

    font-size: 7vw;
    top: 22%;
    left: -3%;
    
}

.hp_services_box:before {
    
    width: 7vw;
    height: 7vw;
}

.hp_services_box:after {
   
    width: 4vw;
    height: 4vw;
   
}

.hp_services_box2:before {
    
    width: 7vw;
    height: 7vw;
}

.hp_services_box2:after {
   
    width: 4vw;
    height: 4vw;
   
}


.hp_services_box3:before {
    
    width: 7vw;
    height: 7vw;
}

.hp_services_box3:after {
   
    width: 4vw;
    height: 4vw;
   
}

.hp_services_item {
   
    font-size: 5vw;
   
}



.hp_services_desc {

    font-size: 4vw;
  
}

.hp_services_desc br {

    display: none;
  
}


.hp_services_box {
   
    width: 100%;
    margin-top: 0%;
    padding: 6% 6% 6%;
    
}

.hp_services_box2 {
   
    width: 100%;
    margin-top: 0%;
    padding: 6% 6% 6%;
    
}

.hp_services_box3 {
   
    width: 100%;
    margin-top: 0%;
    padding: 6% 6% 6%;
    
}


.hp_services_ibox:before {
  
    top: 20%;
    left: -2.5%;
    width: 7%;
 
}

.hp_services_ibox2:before {
  
    top: 21%;
    right: -2.5%;
    width: 7%;
 
}

.hp_services_ibox3:before {
  
    top: 21%;
    left: -2.5%;
    width: 7%;
 
}

.hp_services {
   
    padding: 12% 3%;
}


}

/*Why*/

.hp_why {
    padding: 9% 6% 3%;
    position: relative;
}

.hp_why:before {
    position: absolute;
    content: "";
    top: 0;
   
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1772814551BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 226%;
  
}

.hp_why_title1 {
    text-align: center;
    color: #0261f9;
    font-size: 2.3vw;
}

.hp_why_title1 span {
    font-weight: 800;

}

.hp_why_title2 {
    text-align: center;
    font-size: 1vw;
    font-weight: 300;
    color: #000;
    margin-bottom: 5%;
}

.hp_why_link {
    color: #191817;
    background: #ffc20e;
    padding: 0.8vw 6vw 0.8vw 2vw;
    border-radius: 30px;
    font-size: 1vw;
    transition: 0.3s;
    position: relative;
}

.hp_why_link:hover {
    color: #191817;
    background: #ecedeb;
   
}

.hp_why_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8%;
    background-image: url(https://cdn1.npcdn.net/img/1735011116BUTTON.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(7%) sepia(2%) saturate(1780%) hue-rotate(349deg) brightness(93%) contrast(93%);
    width: 1.5vw;
    height: 1.5vw;
    transition: 0.3s;
}

.hp_why_link:hover:before {
    filter: brightness(0) saturate(100%) invert(7%) sepia(2%) saturate(1780%) hue-rotate(349deg) brightness(93%) contrast(93%);
}




.hp_why_link:hover {
    color: #191817;
   
    text-decoration: none;
}

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

.hp_why_spongebox1 {
    background: #ededeb;
    border: 1px solid #d2d4d3;
    height: 100%;
    padding: 9% 4% 6% 8%;
    color: #000;
    transition: 0.3s;
    position: relative;
}

.hp_why_spongebox1:before {
    position: absolute;
    content: "01";
    top: 0;
    left: 0;
    font-size: 1vw;
    color: #fff;
    background: #191817;
    font-weight: 700;
    padding: 2% 3%;
}

.hp_why_spongebox1:hover:before {
    
    
    background: #191817;
    
}

.hp_why_spongebox1:after {
    position: absolute;
    content: "";
    top: 15%;
    left: 12%;
    background-image: url(https://cdn1.npcdn.net/img/1735033250WHY-CHOOSE-USE-BUTTON-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.5vw;
    height: 3.5vw;
}

/*.hp_why_spongebox1:hover:after {*/
    
/*    background-image: url(https://cdn1.npcdn.net/img/1735033462WHY-CHOOSE-USE-BUTTON-01-WHITE.png);*/
   
/*}*/



.hp_why_spongebox1:hover {
    background: #ffc20e;
    color: #000;
    transform: scale(1.05);
}

.hp_why_spongebox2 {
    background: #ededeb;
    border: 1px solid #d2d4d3;
    height: 100%;
    padding: 9% 4% 6% 8%;
    color: #000;
    transition: 0.3s;
    position: relative;
}

.hp_why_spongebox2:before {
    position: absolute;
    content: "02";
    top: 0;
    left: 0;
    font-size: 1vw;
    color: #fff;
    background: #191817;
    font-weight: 700;
    padding: 2% 3%;
}

.hp_why_spongebox2:hover:before {
    
    
    background: #191817;
    
}

.hp_why_spongebox2:after {
    position: absolute;
    content: "";
    top: 15%;
    left: 12%;
    background-image: url(https://cdn1.npcdn.net/img/1735033272WHY-CHOOSE-USE-BUTTON-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.5vw;
    height: 3.5vw;
}

/*.hp_why_spongebox2:hover:after {*/
    
/*    background-image: url(https://cdn1.npcdn.net/img/1735033481WHY-CHOOSE-USE-BUTTON-02-WHITE.png);*/
   
/*}*/

.hp_why_spongebox2:hover {
    background: #ffc20e;
    color: #000;
    transform: scale(1.05);
}

.hp_why_spongebox3 {
    background: #ededeb;
    border: 1px solid #d2d4d3;
    height: 100%;
    padding: 9% 4% 6% 8%;
    color: #000;
    transition: 0.3s;
    position: relative;
}

.hp_why_spongebox3:before {
    position: absolute;
    content: "03";
    top: 0;
    left: 0;
    font-size: 1vw;
    color: #fff;
    background: #191817;
    font-weight: 700;
    padding: 2% 3%;
}

.hp_why_spongebox3:hover:before {
    
    
    background: #191817;
    
}

.hp_why_spongebox3:after {
    position: absolute;
    content: "";
    top: 15%;
    left: 12%;
    background-image: url(https://cdn1.npcdn.net/img/1735033316WHY-CHOOSE-USE-BUTTON-03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.5vw;
    height: 3.5vw;
}

/*.hp_why_spongebox3:hover:after {*/
    
/*    background-image: url(https://cdn1.npcdn.net/img/1735033499WHY-CHOOSE-USE-BUTTON-03-WHITE.png);*/
   
/*}*/

.hp_why_spongebox3:hover {
    background: #ffc20e;
    color: #000;
    transform: scale(1.05);
}

.hp_why_item {
    font-size: 1.25vw;
    padding-left: 24%;
    margin-bottom: 12%;
}

.hp_why_desc {
    font-size: 0.9vw;
    line-height: 1.5;
    font-weight: 300;
}

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

.hp_why .col-12.col-md-4:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.3);
    top: 45%;
    right: 0%;
    left: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    transition: 0.3s;
    z-index: 1;
   
}

.hp_why .col-12.col-md-4:hover:before {
    
    background: rgba(0,0,0,0.6);
   
   
}

.hp_why .col-12.col-md-4:after {
    position: absolute;
    content: "";
    background: #fff;
    bottom: 0%;
    left: 3.5%;
    width: 0%;
    height: 5px;
    transition: 0.3s;
   
}

.hp_why .col-12.col-md-4:hover:after {
   
    width: 97.6%;
    bottom: -2.6%;
    left: 1.3%;
   
}


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



.hp_why_title2 {
  
    font-size: 1.5vw;
   
    margin-bottom: 5%;
}

.hp_why_link {
  
    padding: 1vw 6.5vw 1vw 2.5vw;
   
    font-size: 1.5vw;
   
}

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

.hp_why_spongebox1:before {
   
    top: 0;
    left: 0;
    font-size: 1.5vw;
    
    padding: 2% 3%;
}



.hp_why_spongebox1:after {
    
    top: 10%;
    left: 14%;
    
    width: 4vw;
    height: 4vw;
}

.hp_why_spongebox2:before {
   
    top: 0;
    left: 0;
    font-size: 1.5vw;
    
    padding: 2% 3%;
}



.hp_why_spongebox2:after {
    
    top: 10%;
    left: 14%;
    
    width: 4vw;
    height: 4vw;
}

.hp_why_spongebox3:before {
   
    top: 0;
    left: 0;
    font-size: 1.5vw;
    
    padding: 2% 3%;
}



.hp_why_spongebox3:after {
    
    top: 10%;
    left: 14%;
    
    width: 4vw;
    height: 4vw;
}

.hp_why_item {
    font-size: 1.5vw;
    padding-left: 27%;
    margin-bottom: 12%;
}

.hp_why_desc {
    font-size: 1.4vw;
 
}

.hp_why_desc br {
    display: none;
 
}

.hp_why .col-12.col-md-4 {
    padding: 0 10px;
}

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

.hp_why .col-12.col-md-4:hover:after {
    width: 96%;
    bottom: -2.6%;
    left: 2.2%;
}

.hp_why .col-12.col-md-4:before {
   
    top: 33%;

}

}


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



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

.hp_why_link {
  
    padding: 2vw 16vw 2vw 6vw;
   
    font-size: 4vw;
   
}

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

.hp_why_spongebox1:before {
   
    top: 0;
    left: 0;
    font-size: 4vw;
    
    padding: 2% 3%;
}



.hp_why_spongebox1:after {
    
    top: 10%;
    left: 14%;
    
    width: 12vw;
    height: 12vw;
}

.hp_why_spongebox2:before {
   
    top: 0;
    left: 0;
    font-size: 4vw;
    
    padding: 2% 3%;
}



.hp_why_spongebox2:after {
    
    top: 10%;
    left: 14%;
    
    width: 12vw;
    height: 12vw;
}

.hp_why_spongebox3:before {
   
    top: 0;
    left: 0;
    font-size: 4vw;
    
    padding: 2% 3%;
}



.hp_why_spongebox3:after {
    
    top: 10%;
    left: 14%;
    
    width: 12vw;
    height: 12vw;
}

.hp_why_item {
    font-size: 5vw;
    padding-left: 27%;
    margin-bottom: 12%;
}

.hp_why_desc {
    font-size: 4vw;
 
}



.hp_why .col-12.col-md-4 {
    padding: 0 15px;
    margin-bottom: 9%;
}

.hp_why {
    padding: 12% 3%;
  
}

.hp_why .col-12.col-md-4:hover:after {
    width: 96%;
    bottom: -2.6%;
    left: 2.2%;
}

.hp_why .col-12.col-md-4:before {
   
    top: 33%;

}

}


/*Testimonial*/

.index_wrapper_6 {
    padding: 3% 9% 3%;
}



.hp_testimonial_type3 .testimonial_box .testimonial_card .img {
   
    display: none;
}

.hp_testimonial_type3 .testimonial_box {
    
    background: #ededeb;
    color: #000;
    margin-top: 0 !important;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .name h6 {
    color: #000;
    margin-bottom: 0;
}

.hp_testimonial_title1 {
    font-size: 1vw;
    font-weight: 400;
    position: relative;
    margin-top: 15%;
    color: #0261f9;
}

.hp_testimonial_title1:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(196, 125, 42, 1) 0%, rgba(213, 184, 69, 1) 30%);
    top: -80%;
    left: 0;
    width: 13%;
    height: 3px;
}

.hp_testimonial_title2 {
    color: #0261f9;
    font-size: 2.15vw;
    font-weight: 800;
    margin-bottom: 0;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card i {
    
    display: none;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .text_area {
   
    margin-bottom: 10px !important;
    margin-top: 15%;
    position: relative;
    
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .text_area:before {
    position: absolute;
    content: "CLIENT FEEDBACK";
    top: -75%;
    left: 0%;
    right: 0;
    text-align: center;
    font-size: 2vw;
    color: #0261f9;
    font-weight: 700;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .text_area:lang(zh-Hans):before {
    position: absolute;
    content: "客户评价";
    top: -75%;
    left: 0%;
    right: 0;
    text-align: center;
    font-size: 2vw;
    color: #0261f9;
    font-weight: 700;
}



.hp_testimonial_type3 .testimonial_box .testimonial_card:before {
    position: absolute;
    content: "";
    top: 2vw;
    right: -4vw;
    background-image: url(https://cdn1.npcdn.net/img/1735175573element.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
    height: 3vw;
    filter: brightness(0) saturate(100%)
}

.hp_testimonial_type3 .all_font_sm {
   
    margin-bottom: 5vw;
}

.hp_testimonial_next {
    cursor: pointer;
}

.hp_testimonial_prev {
    cursor: pointer;
}



@media screen and (max-width: 1200.5px){
.index_wrapper_6 .row {
    align-items: center;
}

.hp_testimonial_title1 {
    font-size: 1.5vw;
  
    margin-top: 15%;
}


.hp_testimonial_title2 {
    
    font-size: 2.65vw;
   
}

.index_wrapper_6 {
    padding: 3% 5% 3%;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text  {
    font-size: 1.24vw;
}

.hp_testimonial_prev {
   
    right: 40% !important;
    
    width: 6vw !important;
}

.hp_testimonial_next {
   
    left: 40% !important;
    
    width: 6vw !important;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card:before {
   
    right: 4vw;
  
}

}


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


.hp_testimonial_title1 {
    font-size: 4vw;
    text-align: center;
    margin-top: 15%;
}


.hp_testimonial_title2 {
    
    font-size: 7vw;
    text-align: center;
    margin-bottom: 6%;
}

.index_wrapper_6 {
    padding: 12% 3%;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text  {
    font-size: 3.4vw;
}

.hp_testimonial_prev {
   
    right: 38% !important;
    
    width: 8vw !important;
}

.hp_testimonial_next {
   
    left: 38% !important;
    
    width: 8vw !important;
}

.hp_testimonial_title1:before {
    
    right: 0;
    margin: 0 auto;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .text_area:before {
  
    top: -27%;
    
    font-size: 4vw;
   
}

.hp_testimonial_type3 .testimonial_box:before {

    bottom: -1%;
    
    width: 41vw;
    height: 6vw;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card:before {
    
    top: 3vw;
    right: 6vw;
    width: 5vw;
    height: 5vw;
    
}

}



/*Contact*/

.hp_contact {
    padding: 3% 9% 6%;
    position: relative;
}

.hp_contact:before {
    display: none;
}


.hp_contact_ibox {
    position: relative;
}

.hp_contact_box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #232323;
    justify-content: center;
}

.hp_contact_title1 {
    color: #fff;
    font-size: 1vw;
    font-weight: 300;
    margin-bottom: 0.25rem;
}

.hp_contact_title2 {
    color: #fff;
    font-size: 2.15vw;
    font-weight: 700;
    margin-bottom: 2.5%;
}

.hp_contact_title2 span {

    font-weight: 500;
}

.hp_contact_link {
    color: #000;
    background: #ffc20e;
    padding: 0.8vw 6vw 0.8vw 2vw;
    border-radius: 30px;
    font-size: 1vw;
    transition: 0.3s;
    position: relative;
}

.hp_contact_link:hover {
    color: #000;
    background: #ecedeb;
}

.hp_contact_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8%;
    background-image: url(https://cdn1.npcdn.net/img/1735011116BUTTON.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5vw;
    height: 1.5vw;
    transition: 0.3s;
    filter: brightness(0) saturate(100%) invert(7%) sepia(2%) saturate(1780%) hue-rotate(349deg) brightness(93%) contrast(93%);
}

.hp_contact_link:hover:before {
    filter: brightness(0) saturate(100%) invert(7%) sepia(2%) saturate(1780%) hue-rotate(349deg) brightness(93%) contrast(93%);
}




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


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

    font-size: 1.5vw;
  
    margin-bottom: 0.25rem;
}

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


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

.hp_contact_link:before {
   
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8%;
  
    width: 2vw;
    height: 2vw;
    
}

.hp_contact {
    padding: 2% 6% 6%;
    
}

.hp_contact_box {
   
    top: 9%;
    left: 6%;
}

}


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

    font-size: 4vw;
  
    margin-bottom: 0.25rem;
}

.hp_contact_title2 {
    
    font-size: 5.5vw;
    
    margin-bottom: 7%;
}


.hp_contact_link {
    
    padding: 2vw 16vw 2vw 6vw;
 
    font-size: 4vw;
   
}

.hp_contact_link:before {
   
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8%;
  
    width: 4vw;
    height: 4vw;
    
}

.hp_contact {
    padding: 12% 3% 48%;
    margin-bottom: 9%;
    text-align: center;
    
}

.hp_contact_box {
   
    top: 9%;
    left: 5%;
}



.hp_contact:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1735023782CONSULT-BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    height: 90%;
    display: block;
}

.hp_contact_image {
    display: none;
}

}


/*Footer*/

.footer_type7 .col-12.col-md-3.mb-md-0.p-3.b .list-unstyled li:nth-child(9) {
    display: none;
}

.footer_type7 {
    background-color: #ededeb;
    padding: 3% 7% 2% !important;
    font-weight: 300;
    overflow: hidden;
    color: #000;
   
}

.footer_type7 a {
    color: #000;
    text-decoration: none;
}

.footer_type7 .logo img {
    
    max-height: 100px;
    max-width: 100%;
}

.footer_type7 .col-12.col-md-6.mb-md-0.p-3.a .title {
    min-height: 100px;
   
}

.footer_type7 .title h5 {
  
    font-size: 17.5px;
}


.ft_cidb img {
    width: 125px;
}

.footer_type7 .title {
    margin-bottom: 0.5rem !important;
   min-height: 70px;
}

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


.footer_type7 .col-12.col-md-6.mb-md-0.p-3.a {
    padding-top: 3% !important;
}

.footer_type7 .col-12.col-md-6.mb-md-0.p-3.a p {
    padding-right: 23%;
}

.footer_type7 .mt-5 {
    margin-top: 6rem !important;
}

.footer_type7 .container {
    max-width: 100%;
}

.footer_type7 .col-12.mb-3.mt-5.mb-md-0.d {
    position: relative;
}

.footer_type7 .col-12.mb-3.mt-5.mb-md-0.d:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.5);
    top: -21%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    width: 98%;
    height: 1px;
   
}

.ft_icon {
    width: 30px;
}

.footer_type7 .social_media a {
    margin-left: 0.25rem;
}

@media screen and (max-width: 1200.5px){
.footer_type7 .col-12.col-md-6.mb-md-0.p-3.a {
   
    flex: 0 0 44%;
    max-width: 44%;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3.b {
    flex: 0 0 28%;
    max-width: 28%;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3.c {
    flex: 0 0 28%;
    max-width: 28%;
}

.footer_type7 .col-12.col-md-6.mb-md-0.p-3.a p {
    padding-right: 5%;
}

}


@media screen and (max-width: 767.5px){
.footer_type7 .col-12.col-md-6.mb-md-0.p-3.a {
   
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3.b {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3.c {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type7 .col-12.col-md-6.mb-md-0.p-3.a p {
    padding-right: 0%;
}

.footer_type7 .logo img {
 
    right: 0;
    margin: 0 auto;
}

.footer_type7 p {
    text-align: center;
}

.ft_cidb {
    text-align: center;
}

.footer_type7 .title {
    
    justify-content: center;
    margin-bottom: 1rem !important;
}

.footer_type7 .d-flex {
    
    justify-content: center;
}

.footer_type7 .list-unstyled {
    
    text-align: center;
}

}

/**/

#main_contactus .mb-0 {
    font-size: 14.5px;
}