@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

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

a:hover {
    text-decoration: none;
}
    
@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
    object-position: 100%;
    min-height:85vw!important;
    object-fit:cover;
}

}

/*Navbar Search box*/
.boxSearch{
    position:relative;
    display:flex;
}

.nav_search{
    position: fixed;
    margin-left: auto;
    top: 27.5px;
    right: 9%;
    z-index: 101;
   
}
.alter_top_search{
    width:20px;
    transition:0.25s all linear;    
    filter: brightness(0) saturate(100%);
}

#search_name_nav{
    border: 0px solid;
    border-radius: 30px;
    padding: 12.5px 20px;
    width: 15vw;
    background-color: #f2f0f5;
    color: #000;
}


#search_name_nav::placeholder{
    font-size:14px;
    color: rgba(0,0,0,0.7);
    font-weight: 400;
    
}



.hp_topspace_sticky-menu{
    animation:fadexia 0.2s linear;
}

@keyframes fadexia{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}

.search_button {
    margin: auto 0px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: #3cd525;
    border-radius: 50%;
    padding: 10px;
    height: 30px;
}

/*Menu*/

.navbar_type8 .nav_tab .nav_item a {
    color: #1c3038;
    padding: 15px 1.25vw;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
}

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

.navbar_type8 {
    background-color: transparent;
    height: 100px;
}

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

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

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(255, 255, 255, 0.9);
}

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

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

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

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

}

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

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

.navbar_type8 .nav_tab {
    padding-right: 23%;
}

.search_button {
    right: 4%;
}

.nav_search {

    right: 6%;

}

.navbar_type8 .logo {
  
    margin-left: 6%;
}

}

/*Banner*/

.hp_banner {
    position: relative;
    height: 100%;
    padding-top: 10%;
    padding-left: 14%;
    overflow: hidden;
    height: 100%;
}

.hp_banner:before {
    position: absolute;
    content: "";
    background: #fff;
    top: 0%;
    left: 9.5%;
    width: 1px;
    height: 100%;
    opacity: 0.5;
}

.hp_banner_title {
    color: #3cd525;
    font-family: audiowide;
    font-size: 1.5vw;
}

.hp_banner_title2 {
    position: relative;
    font-family: audiowide;
    color: #fff;
    font-size: 2.75vw;
    padding-bottom: 2%;
    margin-bottom: 3%;
}

.hp_banner_title2 span {
    color: #3cd525;
}


.hp_banner_title2:before {
    position: absolute;
    content: "";
    background-color: #3cd525;
    left: 0%;
    bottom: 0;
    width: 6.75vw;
    height: 2px;
}

.hp_banner_desc {
    color: #fff;
    font-size: 1.13vw;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 3%;
}

.hp_banner_icbox {
    width: 0.9vw;
}

.hp_banner_item {
    color: #fff;
    font-size: 1vw;
    display: flex;
    align-items: center;
    gap: 1vw;
    font-family: audiowide;
}

.hp_banner_item span {
    background: #fff;
    width: 1px;
    height: 2vw;
    display: inline-block;
}

.hp_banner_itbox {
    display: flex;
    gap: 1vw;
    position: absolute;
    top: 23%;
    left: 2%;
    writing-mode: sideways-rl;
    align-items: center;
}

.hp_banner_item3 {
    padding-bottom: 5px;
    color: #fff;
    font-family: audiowide;
    font-size: 0.9vw;
}

.hp_banner_item3 span {
    color: #3cd525;
}

.hp_banner_itbox2 {
    position: absolute;
    bottom: 2.5%;
    left: 1.5%;
    text-align: end;
}

.hp_banner_link {
    background: #3cd525;
    color: #fff;
    border-radius: 30px;
    padding: 0.7vw 2.5vw 0.7vw 1vw;
    position: relative;
    font-size: 0.9vw;
    border: 1px solid #3cd525;
    transition: 0.4s;
    margin-right: 0.5vw;
}

.hp_banner_link:hover {
    background: #1c3038;
    color: #fff;
    border: 1px solid #3cd525;
}

.hp_banner_link2 {
    background: tranparent;
    color: #fff;
    border-radius: 30px;
    padding: 0.7vw 2.5vw 0.7vw 1vw;
    position: relative;
    font-size: 0.9vw;
    border: 1px solid #3cd525;
    transition: 0.4s;
}

.hp_banner_link2:hover {
    background: #1c3038;
    color: #fff;
    border: 1px solid #3cd525;
}

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

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

.hp_banner_title2 {
    font-size: 3.25vw;
    padding-bottom: 2%;
    margin-bottom: 3%;
}

.hp_banner_title {
    font-size: 1.8vw;
}

.hp_banner_title2:before {
    width: 8vw;
}

.hp_banner_link {
    padding: 0.85vw 3vw 0.85vw 1.5vw;
    font-size: 1.2vw;
}

.hp_banner_link2 {
    padding: 0.85vw 3vw 0.85vw 1.5vw;
    font-size: 1.2vw;
}

.hp_banner_link:before {
    width: 1.25vw;
    height: 1.25vw;
}

.hp_banner_link2:before {
    width: 1.25vw;
    height: 1.25vw;
}

.hp_banner_item3 {
    font-size: 1vw;
}

.hp_banner_itbox2 {
    left: 1%;
}

.hp_banner_item {
    font-size: 1.1vw;
  
}

.hp_banner {
    padding-top: 9%;
    padding-left: 14%;
}

.hp_banner_itbox {
    top: 21%;
    left: 1%;
}

.hp_banner_icbox {
    width: 1vw;
}

.hp_banner_item span {
    height: 2.5vw;
}

}

@media only screen and (max-width: 767.5px) {
    .slider_banner .banner_content {
        position: static !important;
        transform: none !important;
    }
    
        .hp_banner {
        padding-top: 45px;
        padding-left: 3%;
        padding-bottom: 45px;
    }
    
        .hp_banner_title {
        font-size: 18px;
    }
    
        .hp_banner_title2 {
        font-size: 32px;
                padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        color: #000;
    }
    
        .hp_banner_desc {
        font-size: 14px;
        margin-bottom: 1.5rem;
        color: #000;
    }
    
        .hp_banner_link {
        padding: 9px 30px 9px 15px;
        font-size: 14px;
        margin-right: 0.75vw;
    }
    
        .hp_banner_link2 {
        padding: 9px 30px 9px 15px;
        font-size: 14px;
        color: #000;
    }
        .hp_banner_link:before {
        width: 12.5px;
        height: 12.5px;
    }
        .hp_banner_link2:before {
        width: 12.5px;
        filter: brightness(0) saturate(100%);
        height: 12.5px;
    }
    
    .hp_banner:before {
    top: -202%;
    left: 9%;
    height: 202%;
}

        .hp_banner_itbox {
        top: -70vw;
        left: -15px;
        gap: 2vw;
    }
    
        .hp_banner_item {
        font-size: 3vw;
        gap: 2vw;
    }
    
        .hp_banner_item span {
        height: 5vw;
    }
    
        .hp_banner_icbox {
        width: 2vw;
    }
    
        .hp_banner_itbox2 {
        left: 12%;
        bottom: 108vw;
    }
    
        .hp_banner_item3 {
        font-size: 3vw;
        padding-bottom: 1vw;
    }
    
        .hp_banner_itbox2 {
        left: 12%;
        bottom: 24rem;
    }
    
        .hp_banner_title2:before {
        width: 5rem;
    }
    
    .slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner_box {
    animation-duration: 0s !important;
}
.hp_banner_itbox {
    animation-duration: 0s !important;
}
.hp_banner_itbox2 {
    animation-duration: 0s !important;
}
    
}

@media only screen and (max-width: 470px) {
    .hp_banner_desc br {
        display: none;
    }
    
        .hp_banner_title2 br {
        display: none;
    }

}

/*top secret*/

.img-fluid {
    width: 100%;
}

.tsmall {
    color: #3cd525;
    font-family: audiowide;
    font-size: 23px;
}

.tbig {
    font-family: audiowide;
    color: #000;
    font-size: 42px;
}

.tsmall:lang(zH-Hans) {
    font-weight: 600;
}

.tbig:lang(zH-Hans) {
    font-weight: 600;
}

.tbig span {
    color: #3cd525;
}

.dsmall {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.bbutton {
    background: linear-gradient(to right, #3cd525, #afeea6);
    color: #fff;
    border-radius: 20px;
    padding: 10px 40px 10px 20px;
    position: relative;
    font-size: 14px;
    transition: 0.4s;
}

.bbutton:hover {
    background: #1c3038;
    color: #fff;
}

.bbutton:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1782109228arrow.png);
    right: 9%;
    top: 0%;
    bottom: 0;
    margin: auto 0;
    width: 12.5px;
    height: 12.5px;
}

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

    .tsmall{
        font-size:1.5vw;
    }


    .tbig{
        font-size:2.75vw;
     
    }


    .dsmall{
        font-size:1.25vw;
   
    }


    .bbutton{
        padding: 0.85vw 3vw 0.85vw 1.5vw;
        font-size: 1.2vw;
    }
    
    .bbutton:before {
    right: 7%;
    width: 1.25vw;
    height: 1.25vw;
}

}

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

    .tsmall{
        font-size:18px;
    }


    .tbig{
        font-size:32px;
        line-height:1.15;
    }


    .dsmall{
        font-size:14px;
        line-height:1.6;
    }


    .bbutton{
        font-size:14px;
        padding:9px 30px 9px 15px;
        border-radius:18px;
    }
    
        .bbutton:before {
        right: 7%;
        width: 12.5px;
        height: 12.5px;
    }

}

/*Categories*/

.hp_cat {
    padding: 5% 9% 0%;
    margin-bottom: -1%;
}

.hp_cat_fbox {
    justify-content: space-between;
    align-items: end;
    margin-bottom: 2.5rem;
}

.hp_cat_box {
    position: relative;
    margin: 0 0.75vw;
    transition: 0.4s;
}

.hp_cat_ibox2 {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp_cat_icon {
    width: 4.5vw;
    transition: 0.4s;
}

.hp_cat_box:hover .hp_cat_icon {
    transform: rotate(-90deg);
}

.hp_cat_icbox {
    position: absolute;
    bottom: 0;
    right: 0;
}
.hp_cat_desc  {
    border-left: 2px solid #000;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hp_cat_itbox {
    position: absolute;
    bottom: 7%;
    left: 7%;
}

.hp_cat_item {
    font-family: audiowide;
    color: #fff;
    font-size: 1.5vw;
}

.hp_cat_image2{
    width: 90%;
    transition: 0.4s;
}

.hp_cat_box:hover .hp_cat_image2{
    width: 95%;
}

.hp_cat_sbox {
    margin: 0 -15px;
        position: relative;
    z-index: 1 !important;
}

.hp_cat_sbox .slick-arrow {
    z-index: 1;
}

@media only screen and (max-width: 1350.5px) {
.hp_cat_title2 {
    font-size: 40px;
}

.hp_cat_title {
    font-size: 22px;
}

.hp_cat_desc {
    font-size: 14.5px;
}

}

@media only screen and (max-width: 1300.5px) {
.hp_cat_title2 {
    font-size: 36px;
}

.hp_cat_title {
    font-size: 20px;
}

.hp_cat_desc {
    font-size: 14px;
}

}

@media only screen and (max-width: 1200.5px) {
.hp_cat_title2 {
    font-size: 2.75vw;
}

.hp_cat_title {
    font-size: 1.5vw;
}

.hp_cat_desc {
    font-size: 1.25vw;
}

.hp_cat_desc {
    padding-left: 1.5vw;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hp_cat_item {
    font-size: 1.75vw;
}

.hp_cat {
    margin-bottom: -3%;
}

}

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

.hp_cat_item {
    font-size: 2vw;
}

.hp_cat_icon {
    width: 6vw;
}

}

@media only screen and (max-width: 767.5px) {
.hp_cat {
    padding: 45px 3% 0%;
}

    .hp_cat_fbox {
        margin-bottom: 2rem;
        flex-direction: column;
        gap: 3vw;
         align-items: start; 
    }
    
        .hp_cat_title {
        font-size: 18px;
    }
    
        .hp_cat_title2 {
        font-size: 32px;
    }
    
        .hp_cat_desc {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
    
    .hp_cat_sbox {
    margin: 0 -7.5px;
}

.hp_cat_box {
    margin: 0 1.5vw;
}

    .hp_cat_item {
        font-size: 3.5vw;
    }
    
    .hp_cat_itbox {
    bottom: 6%;
    left: 8%;
}

    .hp_cat_icon {
        width: 10vw;
    }

    .hp_cat {
        margin-bottom: 0%;
    }
    
}

@media only screen and (max-width: 609.5px) {
    .hp_cat_title2 br {
        display: none;
    }
    
        .hp_cat_title2 {
        font-size: 29.5px;
    }

}
@media only screen and (max-width: 383.5px) {
    .hp_cat_desc br{
        display: none;
    }
    
}

/*Products*/

.index_wrapper_4 {
    padding: 12% 9% 12%;
    position: relative;
}

.index_wrapper_4:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-image: url(https://cdn1.npcdn.net/img/1782107567c-product-bg.png);
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: 0;
    background-color: white;
}

.productSlider-1 .product_img .product_box .text-left {
    text-align: center !important;
        position: relative;
}

.productSlider-1 .product_img .product_box .text-left > p {
    display: none;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 1vw;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    overflow: hidden;
}

.productSlider-1 .product_img .product_box .align-top a {
    background: #000;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 40px 10px 20px;
    transition: 0.4s;
    position: relative;
}

.productSlider-1 .product_img .product_box .align-top a:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1782109228arrow.png);
    right: 9%;
    top: 0%;
    bottom: 0;
    margin: auto 0;
    width: 12.5px;
    height: 12.5px;
}

.productSlider-1 .product_img .product_box .align-top {
    margin-bottom: -6% !important;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 600 !important;
    height: 3.5rem;
}

.productSlider-1 .slick-next:before, .productSlider-1 .slick-prev:before {
    font-size: 30px;
    opacity: .5;
    color: #000;
  
}

.productSlider-1 .slick-next::before, .productSlider-1 .slick-prev::before {
    
    text-shadow: unset;
  
}

.productSlider-1 .slick-prev {
    left: -50px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -50px;
    z-index: 10;
}


.hp_products_title2 {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1200.5px) {
.index_wrapper_4:before {
    top: -7%;
    height: 115%;
}

.productSlider-1 .slick-prev {
    left: -35px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -35px;
    z-index: 10;
}

}

@media only screen and (max-width: 767.5px) {
.index_wrapper_4 {
    padding: 24% 3% 18%;
}

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

.productSlider-1 .slick-prev {
    left: -10px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -10px;
    z-index: 10;
}

    .index_wrapper_4:before {
        top: -12%;
        height: 125%;
    }

.productSlider-1 .product_img .product_box .align-top {
    margin-bottom: -2% !important;
}

}

/*Brands*/

.hp_brands_ibox{
    overflow:hidden;
    width:100%;
}


.hp_brands_track{

    display:flex;
    width:max-content;
    animation: brandScroll 30s linear infinite;

}


.hp_brands_image{

    flex-shrink:0;
    width:125rem;
    max-width:none;
    margin-right:50px;

}

.hp_brands_sbox {
    margin-top: 2rem;
}

.hp_brands {
    padding-bottom: 5%;
    position: relative;
}

.hp_brands:before {
    position: absolute;
    content: "";
    background-color: #f0f0f2;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 2px;
}

.hp_brands:after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #43d52d, #9deb92);
    left: 0%;
    right: 0;
    margin: 0 auto;
    bottom: -3%;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
}

@keyframes brandScroll{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

@media only screen and (max-width: 1200.5px) {
.hp_brands_image {
    width: 125vw;
}

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

}

@media only screen and (max-width: 767.5px) {
    .hp_brands_image {
        width: 65rem;
    }
    
    .hp_brands {
    padding-bottom: 12%;
 
}

    .hp_brands:after {
        width: 4vw;
        height: 4vw;
                bottom: -2vw;
    }
    
}

@media only screen and (max-width: 382.5px) {
.hp_brands_title2 {
    font-size: 29.5px;
}

}

/*Services*/

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

.hp_services:before {
    position: absolute;
    content: "";
    background: #f0f0f2;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 2px;
}

.hp_services:after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #43d52d, #9deb92);
    left: 0%;
    right: 0;
    margin: 0 auto;
    bottom: -0.75%;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
}

.hp_services_fbox {
    justify-content: space-between;
    align-items: end;
        margin-bottom: 0.5rem;
}

.hp_services_ibox {
    flex: 0 0 45%;
}

.hp_services_itbox {
    flex: 0 0 55%;
}

.hp_services_box {
    align-items: center;
    gap: 2vw;
    background: linear-gradient(to bottom right, #f2f0f5, #f2f0f5, #fff, #f2f0f5);
    padding: 3% 3%;
    border-radius: 20px;
    margin: 1.5vw 0;
}

.hp_services_sbox .slick-slide {

    margin: 0 1vw;
}

.hp_services_image {
    border-radius: 15px;
}

.hp_services_sbox {
    margin: 0 -15px;
}

.hp_services_desc {
    border-left: 2px solid #000;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hp_services_item {
    font-family: audiowide;
    font-size: 28px;
        margin-bottom: 15%;
        color: #000;
}

.hp_services_sbox .slick-arrow {
    z-index: 1;
}

.hp_services_sbox .slick-next:before, .hp_services_sbox .slick-prev:before {
    font-size: 30px;
    opacity: .5;
    color: #000;
  
}

.hp_services_sbox .slick-next::before, .hp_services_sbox .slick-prev::before {
    
    text-shadow: unset;
  
}

.hp_services_sbox .slick-prev {
    left: -50px;
    z-index: 10;
}

.hp_services_sbox .slick-next {
    right: -50px;
    z-index: 10;
}

@media only screen and (max-width: 1250.5px) {
.hp_services_title2 {
    font-size: 40px;
}

.hp_services_title {
    font-size: 22px;
}

.hp_services_desc {
    font-size: 14.5px;
}

}

@media only screen and (max-width: 1200.5px) {
.hp_services_title2 {
    font-size: 2.75vw;
}

.hp_services_title {
    font-size: 1.5vw;
}

.hp_services_desc {
    font-size: 1.25vw;
}

.hp_services_item {
    font-size: 2vw;
}

.hp_services:after {
    bottom: -1%;
    width: 1.5vw;
    height: 1.5vw;
}

.hp_services_sbox .slick-prev {
    left: -35px;
    z-index: 10;
}

.hp_services_sbox .slick-next {
    right: -35px;
    z-index: 10;
}

}

@media only screen and (max-width: 767.5px) {
.hp_services {
    padding: 45px 3% 6%;
}

    .hp_services_fbox {
        margin-bottom: 1rem;
        flex-direction: column;
        gap: 3vw;
         align-items: start; 
    }
    
        .hp_services_title {
        font-size: 18px;
    }
    
        .hp_services_title2 {
        font-size: 32px;
    }
    
        .hp_services_desc {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
    
    .hp_services_box {
    gap: 6vw;
    margin: 4vw 0;
}


        .hp_services_item {
        font-size: 20px;
    }
    
    .hp_services:after {
        bottom: -1%;
        width: 4vw;
        height: 4vw;
    }
    
    .hp_services_sbox .slick-prev {
    left: -10px;
    z-index: 10;
}

.hp_services_sbox .slick-next {
    right: -10px;
    z-index: 10;
}
    
}

@media only screen and (max-width: 374.5px) {
    .hp_services_desc br {
        display: none;
    }
    
}

/*About*/

.hp_about {
    padding: 5% 0% 3% 0;
    position: relative;
}

.hp_about:before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1782173450f-about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 90%;
}

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

.hp_about_title {
    font-size: 24px;
}

.hp_about_title2 {
    font-size: 60px;
        margin-bottom: 1.25rem;
}

.hp_about_ibox {
    margin-left: -15px;
}

.hp_about_box {
    padding-left: 4%;
    margin-top: -12%;
}

.sapan {
    color: transparent !important;
    -webkit-text-stroke: 0.75px #000;
    font-weight: 500;
}

.hp_about_desc {
    margin-bottom: 2.5rem;
}

@media only screen and (max-width: 1400.5px) {
.hp_about_box {
    padding-left: 2%;
}

}

@media only screen and (max-width: 1300.5px) {
.hp_about_box {
    padding-left: 0%;
}

}

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

.hp_about_title {
    font-size: 1.6vw;
    margin-bottom: 1%;
}

.hp_about_desc {
    margin-bottom: 6%;
}

}

@media only screen and (max-width: 767.5px) {
.hp_about {
    padding: 9% 3% 60px 3%;
}

.hp_about_ibox {
    margin-left: calc(-4% + -15px);
    margin-bottom: 15%;
}

    .hp_about_title {
        font-size: 18px;
        margin-bottom: 0.5rem;
    }
    
    .hp_about_title2 {
        font-size: 32px;
        margin-bottom: 1rem;
    }
    
        .hp_about_desc {
        margin-bottom: 2rem;
    }

.hp_about:before {
  
    bottom: -3%;
  
}

}

@media only screen and (max-width: 547.5px) {
.hp_about_desc br {
        display: none;
    }
    
}

/*Why*/

.hp_why {
    padding: 0% 4% 3%;
}

.hp_why_megabox {
    background: #f2f0f5;
    border-radius: 20px;
        padding: 5% 6% 5%;
}

.hp_why_title2 {
    padding-bottom: 4%;
    margin-bottom: 5%;
    position: relative;
}

.hp_why_title2:before {
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.2;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 2px;
}

.hp_why_title2:after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #43d52d, #9deb92);
    left: 0%;
    right: 0;
    margin: 0 auto;
    bottom: -4%;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
}

.hp_why_icon {
    width: 75px;
}

.hp_why_fbox {
    justify-content: space-between;
    flex-wrap: wrap;
}

.hp_why_box {

    flex: 0 0 22%;
    border-radius: 0 25px 25px 25px;
    position: relative;
}

.hp_why_box:before {
    position: absolute;
    content: "";
    background: #fff;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
        border-radius: 0 25px 25px 25px;
}

.hp_why_box:after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #43d52d, #9deb92);
    right: -3%;
    bottom: -3%;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    z-index: -2;
}

.hp_why_item {
    font-family: 'Audiowide';
    font-size: 19px;
    height: 3rem;
}

.hp_why_item:lang(zH-Hans) {
  
    height: unset;
    margin-bottom: 1rem;
}

.hp_why_itbox {
    padding: 9% 13% 9%;
}

.hp_why_item2 {
    font-size: 14px;
}

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

    flex: 0 0 46.5%;
}

.hp_why_icon {
    width: 9vw;
}

.hp_why_fbox {
    gap: 6vw 0;
}

.hp_why_box:after {
  
    right: -3%;
    bottom: -3%;
    width: 4vw;
    height: 4vw;

}

.hp_why_item {
    font-size: 2.4vw;
    height: 6vw;
}

.hp_why_item2 {
    font-size: 1.75vw;
}

}

@media only screen and (max-width: 767.5px) {
.hp_why_title2 {
    padding-bottom: 9%;
    margin-bottom: 9%;
    font-size: 28px;
}

.hp_why_title2 br {
    display: none;
}

.hp_why_title {
    font-size: 16px;
}

    .hp_why_item2 {
        font-size: 14px;
    }
    
        .hp_why_item {
        font-size: 18px;
        height: 3rem;
    }
    
        .hp_why_icon {
        width: 70px;
    }
    
    .hp_why_title2:after {

    bottom: -12%;
    width: 3vw;
    height: 3vw;
   
}

    .hp_why_megabox {
    background: #f2f0f5;
    border-radius: 20px;
    padding: 9% 6% 9%;
}

}

@media only screen and (max-width: 705.5px) {
    .hp_why_title2:after {
        bottom: -5%;
        width: 3vw;
        height: 3vw;
    }
    
}

@media only screen and (max-width: 545.5px) {
    .hp_why_fbox {
        flex-direction: column;
        gap: 9vw 0;
    }
    
    
    .hp_why_title2 {
        padding-bottom: 4%;
        margin-bottom: 5%;
        font-size: 24px;
    }
    
    .hp_why_box:after {
        right: -3%;
        bottom: -3%;
        width: 8vw;
        height: 8vw;
    }
}

/*Testimonials*/

.index_wrapper_9 {
    padding: 3% 9% 0%;
}

.testimonial_profile{
    display:flex;
    align-items:center;
    justify-content:start;
    width: 100%;
    gap: 1vw;
}


.hp_testimonials .testimonials_box .testimonials_card .icon .img_frame img {
    height: 5vw;
}

.hp_testimonials .testimonials_box .testimonials_card .icon {
    padding-bottom: 5vw;
    flex: 0 1 5vw;
}

.hp_testimonials .testimonials_box .testimonials_card .name {
    font-size: 14px;
    flex: 0 1 13vw;
}

.hp_testimonials .testimonials_box .testimonials_card {
    border: 1.5px solid #3cd525;
    border-radius: 20px 0 20px 20px;
        margin: 20px 2vw;
            padding: 3vw 1.5vw 1.5vw 2.5vw;
            position: relative;
}

.hp_testimonials .testimonials_box .testimonials_card:lang(zH-Hans) {
    padding: 3vw 1vw 1.5vw 2vw;
}

.hp_testimonials .testimonials_box .testimonials_card:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1782184358h-review-quote.png);
    right: 6%;
    top: -6%;
    width: 30px;
    height: 30px;
}

.hp_testimonials .testimonials_box .testimonials_card:before {
    position: absolute;
    content: "";
    background-color: #fff;
    right: 5%;
    top: -6%;
    width: 45px;
    height: 30px;
}

.hp_testimonials .testimonials_box h5 {
    font-size: 14px;
    text-align: start;
    line-height: 1.5;
}

.hp_testimonials .testimonials_box {
    width: 100%;
    padding: 0;
}

.hp_testimonials .text-center {
    text-align: left !important;
}

.hp_test_title2 {
    margin-bottom: 1.5rem;
}


.hp_testimonials .slick-dots li.slick-active button:before {
    color: #3cd525;
    font-size: 0.9rem;
}

.hp_testimonials .slick-dots li button:before {
    color: #cccccc;
    font-size: 0.9rem;
    content: "•";
}

.hp_testimonials .slick-next:before, .hp_testimonials .slick-prev:before {
    font-size: 30px;
    opacity: .5;
    color: #000;
  
}

.hp_testimonials .slick-next::before, .hp_testimonials .slick-prev::before {
    
    text-shadow: unset;
  
}

.hp_testimonials .slick-prev {
    left: -50px;
    z-index: 10;
}

.hp_testimonials .slick-next {
    right: -50px;
    z-index: 10;
}

.hp_testimonials .testimonials_box .testimonials_card h6 {
    color: #000;
    font-size: 1.35vw;
        font-size: 17px;
}

@media only screen and (max-width: 1200.5px) {
.hp_testimonials .testimonials_box h5 {
    font-size: 1.25vw;
    margin-bottom: 2%;
}

.hp_testimonials .testimonials_box .testimonials_card:after {
  
    right: 8%;
    top: -6%;
    width: 3vw;
    height: 3vw;
}

.hp_testimonials .testimonials_box .testimonials_card h6 {
    margin-bottom: 2%;
    font-size: 1.35vw;
}

.hp_testimonials .testimonials_box .testimonials_card .name {
    font-size: 1.25vw;
 
}

.hp_testimonials .slick-prev {
    left: -35px;
    z-index: 10;
}

.hp_testimonials .slick-next {
    right: -35px;
    z-index: 10;
}
}

@media only screen and (max-width: 767.5px) {
.hp_testimonials .testimonials_box h5 {
    font-size: 13px;
    margin-bottom: 2%;
            height: unset;
}

.hp_testimonials .testimonials_box .testimonials_card:after {
  
    right: 8%;
    top: -6%;
    width: 30px;
    height: 30px;
}

.hp_testimonials .testimonials_box .testimonials_card h6 {
    margin-bottom: 2%;
    font-size: 15px;
}

.hp_testimonials .testimonials_box .testimonials_card .name {
    font-size: 14px;
 
}

.hp_testimonials .slick-prev {
    left: -10px;
    z-index: 10;
}

.hp_testimonials .slick-next {
    right: -10px;
    z-index: 10;
}

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

.hp_testimonials .testimonials_box .testimonials_card .icon .img_frame img {
    height: 60px;
}

.hp_testimonials .testimonials_box .testimonials_card .icon {
    padding-bottom: 60px;
    flex: 0 1 70px;
}

.hp_testimonials .testimonials_box .testimonials_card .name {
    font-size: 14px;
    flex: 0 1 160px;
}

.hp_testimonials .testimonials_box .testimonials_card {
   
    border-radius: 20px 0 20px 20px;
        margin: 20px 1vw;
            padding: 6vw 3vw 4vw 4vw;
     
}

.hp_testimonials .testimonials_box .testimonials_card:lang(zH-Hans) {
    padding: 6vw 2vw 4vw 3vw;
}

.hp_test_title2 {
    margin-bottom: 0.5rem;
}
}

@media only screen and (max-width: 640.5px) {
    .hp_testimonials .testimonials_box h5 {
    
        height: 5rem;
    }
    
    

 }
 
 
 @media only screen and (max-width: 545.5px) {
    .hp_testimonials .testimonials_box h5 {
    
        height: 4rem;
    }
    
    .hp_test_title2 {
   
    font-size: 30px;
}

    .hp_testimonials .testimonials_box .testimonials_card {
      
        margin: 20px 15px;
      
    }

 }
/*@media only screen and (max-width: 991.5px) {*/
/*.hp_testimonials .testimonials_box h5 {*/
/*    font-size: 1.5vw;*/
/*    margin-bottom: 2%;*/
/*}*/

/*.hp_testimonials .testimonials_box .testimonials_card:after {*/
  
/*    right: 8%;*/
/*    top: -6%;*/
/*    width: 4vw;*/
/*    height: 4vw;*/
/*}*/

/*.hp_testimonials .testimonials_box .testimonials_card h6 {*/

/*    font-size: 1.5vw;*/
/*}*/
/*}*/

/*Contact*/

.hp_contact {
    padding: 2% 12% 0;
    position: relative;
}

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

.hp_contact:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-image: url(https://cdn1.npcdn.net/img/1782116208i-contact-bg.png);
    left: 0%;
    top: -12%;
    width: 100%;
    height: 115%;
    z-index: -1;
}

.hp_contact_ibox {
    margin-left: -9%;
    margin-right: -6%;
}

.hp_contact_icon {
    width: 30px;
    margin-right: 10px;
}

.hp_contact_item {
    margin: 0;
    font-size: 14.5px;
    font-weight: 600;
}

.hp_contact_item .contactRecordBtn {
    color: #000;
}

.hp_contact_itbox {
    display: flex;
    gap: 2vw;
    margin-top: 1.75rem;
    margin-bottom: 3rem;
}

.hp_contact_box {
    margin-top: 6%;
}

@media only screen and (max-width: 1365.5px) {
.hp_contact_title2 {
    font-size: 38px;
}

.hp_contact_title {
    font-size: 21px;
}

.hp_contact_item {
    font-size: 14px;
}

.hp_contact_itbox {
   margin-right: -4%;
}

}

@media only screen and (max-width: 1240.5px) {
.hp_contact {
    padding: 2% 10% 0;
}

}

@media only screen and (max-width: 1200.5px) {
.hp_contact_title2 {
    font-size: 2.75vw;
}

.hp_contact_title {
    font-size: 1.5vw;
}

.hp_contact_item {
    font-size: 1.25vw;
}

    .hp_contact_itbox {
        margin-right: -15%;
        gap: 1vw;
        margin-top: 6%;
        margin-bottom: 7%;
    }

.hp_contact_icon {
    width: 3vw;
            margin-right: 1vw;
}

}

@media only screen and (max-width: 767.5px) {
.hp_contact_title2 {
    font-size: 32px;
}

.hp_contact_title {
    font-size: 18px;
}

.hp_contact_item {
    font-size: 14px;
}

        .hp_contact_itbox {
        margin-right: 0;
        gap: 2vw;
        margin-top: 6%;
        margin-bottom: 7%;
    }

.hp_contact_icon {
    width: 30px;
            margin-right: 1vw;
}

    .hp_contact {
        padding: 12% 3% 0;
    }
    
    .hp_contact_ibox {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
}

.hp_contact:before {
  z-index: -1;
    top: -25%;
    height: 125%;
}

}

@media only screen and (max-width: 492.5px) {
    .hp_contact_itbox {
        margin-right: 0;
        gap: 2vw;
        margin-top: 6%;
        margin-bottom: 9%;
        flex-direction: column;
    }
    
}

/*Footer*/

.footer_type6 .social_media a .icon_s img {
    filter: unset;
    height: 25px;
    width: auto;
}

.footer_type6 .line {
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    margin-top: 30px;
}

.footer_type6 .py-3 {
    padding-top: 0rem !important;
}

.footer_type6 .input-container input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.footer_type6 .logo img {
    max-height: 70px;
}
.footer_type6 .logo.title {
    min-height: 70px;
}

.footer_type6 .title {
    min-height: 25px;
}

.footer_type6 .title h5 {
    font-weight: 600;
    color: #3cd525;
    text-transform: uppercase;
    font-family: audiowide;
    font-size: 17px;
}

.footer_type6 {
    background-color: #1c3037;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
}

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

@media only screen and (max-width: 991.5px) {
.footer_type6 .logo img {
    max-height: 65px;
}
.footer_type6 .logo.title {
    min-height: 65px;
}

.footer_type6 .title h5 {
    font-size: 14px;
}

}

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

.footer_type6 .title h5 {
    font-size: 16px;
}

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

}
