a {
    text-decoration: none !important;
}

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

/*navbar*/

.navbar_type8 {
    height: 100px;
    margin-top: 0px;
    background: transparent;
}

.navbar_type8 .logo img {
    width: 100% !important;
    padding: 5px;
    object-fit: contain;
}

.navbar_type8 .logo {
    flex: 0 1 30%;
    margin-left: 1vw;
}

.navbar_type8 .nav_tab {
    flex:0 1 80%;
}

.navbar_type8 .nav_tab {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 5vw;
    flex-wrap: nowrap;
}

.navbar_type8 .nav_tab .nav_item a {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #000;
    padding: 15px 30px;
    text-transform: uppercase;
}

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

.navbar_type8 .nav_tab .nav_item {
    position: relative;
}

.navbar_type8 .nav_tab .nav_item::before {
    content: "";
    position: absolute;
    top: 1.8vw;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 0px; 
    background-color: #df1f26;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 0px solid #df1f26;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.navbar_type8.navbar_height.dark_nav {
   background: #fff !important;
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 14px;
        font-weight: 800;
        color: #000;
        padding: 15px 24px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 13px;
        font-weight: 800;
        color: #000;
        padding: 15px 18px;
        text-transform: uppercase;
    }
}

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

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

/*hp_banner*/

.banner_content{
    overflow: hidden;
    opacity: 1 !important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 14vw;
    left: 8vw;
    width: 82%;
    text-align: left;
    z-index: 1;
}

.n_bannerInnerGroup::before {
    content: "TRUSTED WITH PROVEN TRACK RECORDS";
    position: absolute;
    top: -11vw;
    left: -4vw;
    display: block;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 94px;
    font-weight: 900;
    font-style: italic;
    color: rgba(255, 255, 255, 0.15);
    width: 100%;
    line-height: 1.0;
    z-index: -1;
}

.banner_big_title {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1vw;
    position: relative;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.7);
    padding: 0vw 40vw 0vw 0vw;
}

.banner_keyword {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.8;
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);*/
    padding: 0vw 43vw 0vw 0vw;
}

.n_bannerViewMore {
    font-family: 'Chakra Petch', sans-serif;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #000c63;
    border-radius: 25px;
    padding: 13px 38px;
    text-decoration: none;
    position: relative;
    margin-top: 1.5vw;
    transition: all 0.3s ease;
}

.n_bannerViewMore span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover {
    background-color: #df1f26;
    color: #fff;
}

.n_bannerViewMore:hover span {
    transform: translateX(5px);
}

.n_bannerImg {
    position: absolute;
    width: 45%;
    top: 6vw;
    right: 4.5vw;
    transform: translate(0, 0%);
    z-index: 1;
    overflow: hidden !important;
    animation: moveFrontBack 5s ease-in-out infinite;
    will-change: transform;
}

@media screen and (max-width: 1300.5px){
    .banner_big_title {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
        text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.7);
        padding: 0vw 33vw 0vw 0vw;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.8;
        /* text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9); */
        padding: 0vw 37vw 0vw 0vw;
    }
    
    .n_bannerInnerGroup::before {
        content: "TRUSTED WITH PROVEN TRACK RECORDS";
        position: absolute;
        top: -11vw;
        left: -4vw;
        display: block;
        font-family: 'Chakra Petch', sans-serif;
        font-size: 80px;
        font-weight: 900;
        font-style: italic;
        color: rgba(255, 255, 255, 0.15);
        width: 100%;
        line-height: 1.0;
        z-index: -1;
    }
}

@media screen and (max-width: 1200.5px){
    .n_bannerInnerGroup::before {
        content: "TRUSTED WITH PROVEN TRACK RECORDS";
        position: absolute;
        top: -11vw;
        left: -4vw;
        display: block;
        font-family: 'Chakra Petch', sans-serif;
        font-size: 60px;
        font-weight: 900;
        font-style: italic;
        color: rgba(255, 255, 255, 0.15);
        width: 100%;
        line-height: 1.0;
        z-index: -1;
    }
    
    .banner_big_title {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
        text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.7);
        padding: 0vw 31vw 0vw 0vw;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.8;
        /* text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9); */
        padding: 0vw 33vw 0vw 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup::before {
        content: "TRUSTED WITH PROVEN TRACK RECORDS";
        position: absolute;
        top: -12vw;
        left: -1vw;
        display: block;
        font-family: 'Chakra Petch', sans-serif;
        font-size: 28px;
        font-weight: 900;
        font-style: italic;
        color: rgba(255, 255, 255, 0.15);
        width: 100%;
        line-height: 1.0;
        z-index: -1;
    }
    
    .banner_big_title {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
        text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.7);
        padding: 0vw 1vw 0vw 0vw;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.8;
        /* text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9); */
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 16vw;
        left: 8vw;
        width: 86%;
        text-align: left;
        z-index: 1;
    }
    
    .n_bannerViewMore {
        font-family: 'Chakra Petch', sans-serif;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #000c63;
        border-radius: 25px;
        padding: 11px 30px;
        text-decoration: none;
        position: relative;
        margin-top: 2vw;
        transition: all 0.3s ease;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 57%;
        top: 42vw;
        right: 7.5vw;
        transform: translate(0, 0%);
        z-index: 1;
        overflow: hidden !important;
        animation: moveFrontBack 5s ease-in-out infinite;
        will-change: transform;
    }
}

@media screen and (max-width: 426px) {
    .n_bannerInnerGroup::before {
        content: "TRUSTED WITH PROVEN TRACK RECORDS";
        position: absolute;
        top: -13.5vw;
        left: -1vw;
        display: block;
        font-family: 'Chakra Petch', sans-serif;
        font-size: 26px;
        font-weight: 900;
        font-style: italic;
        color: rgba(255, 255, 255, 0.15);
        width: 100%;
        line-height: 1.0;
        z-index: -1;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 18vw;
        left: 8vw;
        width: 88%;
        text-align: left;
        z-index: 1;
    }
    
    .banner_big_title {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 19px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
        text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.7);
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 11px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.8;
        /* text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9); */
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 63%;
        top: 54vw;
        right: 7.5vw;
        transform: translate(0, 0%);
        z-index: 1;
        overflow: hidden !important;
        animation: moveFrontBack 5s ease-in-out infinite;
        will-change: transform;
    }
}

/*hp_products*/

.hp_products {
    padding: 5.5vw 7vw 3vw 7vw;
    position: relative;
    z-index: 0;
}

.hp_products::before {
    content: "MAIN PRODUCTS";
    position: absolute;
    top: -0.5vw;
    right: 3.5vw;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 105px;
    font-weight: 700;
    font-style: italic;
    display: block;
    background: linear-gradient(90deg, #f2f2f2, #cccccc, #f2f2f2, #cccccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
    opacity: 0.6;
}

.hp_products .n_Header {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 43px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_products .n_SubHeader {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #df1f26;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 1vw;
    letter-spacing: 1px;
}

.hp_products .productsBorder {
    padding: 15px 10px;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.hp_products .productsBorder:hover {
    transform: translateY(15px);
}

.hp_products .products_box {
    position: relative;
    border-bottom: 10px solid #df1f26;
}

.hp_products .products_box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.15), transparent);
    z-index: 2;
}

.hp_products .products_box img {
    width: 100%;
    display: block;
}

.hp_products .products_title {
    position: absolute;
    bottom: 1.5vw;
    left: 3vw;
    z-index: 2;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 22px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
}

@media screen and (max-width: 1300.5px){
    .hp_products::before {
        content: "MAIN PRODUCTS";
        position: absolute;
        top: -0.5vw;
        right: 3.5vw;
        font-family: 'Chakra Petch', sans-serif;
        font-size: 80px;
        font-weight: 700;
        font-style: italic;
        display: block;
        background: linear-gradient(90deg, #f2f2f2, #cccccc, #f2f2f2, #cccccc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        pointer-events: none;
        opacity: 0.6;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_products::before {
        content: "MAIN PRODUCTS";
        position: absolute;
        top: -0.5vw;
        right: 3.5vw;
        font-family: 'Chakra Petch', sans-serif;
        font-size: 74px;
        font-weight: 700;
        font-style: italic;
        display: block;
        background: linear-gradient(90deg, #f2f2f2, #cccccc, #f2f2f2, #cccccc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        pointer-events: none;
        opacity: 0.6;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_products {
        padding: 5vw 5vw 3vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_products .n_Header {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 28px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 2vw;
    }
    
    .hp_products::before {
        content: "MAIN PRODUCTS";
        position: absolute;
        top: -2.5vw;
        right: 3.5vw;
        font-family: 'Chakra Petch', sans-serif;
        font-size: 40px;
        font-weight: 700;
        font-style: italic;
        display: block;
        background: linear-gradient(90deg, #f2f2f2, #cccccc, #f2f2f2, #cccccc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        pointer-events: none;
        opacity: 0.6;
    }
    
    .hp_products .productsBorder {
        padding: 15px 15px;
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        will-change: transform;
    }
    
    .hp_products .products_title {
        position: absolute;
        bottom: 2.5vw;
        left: 6vw;
        z-index: 2;
        font-family: 'Chakra Petch', sans-serif;
        font-size: 22px;
        font-weight: 900;
        font-style: italic;
        color: #fff;
    }
}

@media screen and (max-width: 426px) {
    .hp_products .n_Header {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 26px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
}

/*hp_brands*/

.hp_brands {
    padding: 1vw 7vw 1vw 7vw;
    position: relative;
    z-index: 0;
}

.hp_brands .n_Header {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 43px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

/*gallery*/

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0vw 6vw 1vw 6vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ0My41MiA0NDMuNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0My41MiA0NDMuNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44ICAgIGMtNi42NjIsNi42NjQtNi42NjIsMTcuNDY4LDAsMjQuMTMybDIwNC44LDIwNC44YzYuNzgsNi41NDgsMTcuNTg0LDYuMzYsMjQuMTMyLTAuNDJjNi4zODctNi42MTQsNi4zODctMTcuMDk5LDAtMjMuNzEyICAgIEwxNDMuNDkyLDIyMS44NjN6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    display: none;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMi4wMDIgNTEyLjAwMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyLjAwMiA1MTIuMDAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzg4LjQyNSwyNDEuOTUxTDE1MS42MDksNS43OWMtNy43NTktNy43MzMtMjAuMzIxLTcuNzItMjguMDY3LDAuMDRjLTcuNzQsNy43NTktNy43MiwyMC4zMjgsMC4wNCwyOC4wNjdsMjIyLjcyLDIyMi4xMDUgICAgTDEyMy41NzQsNDc4LjEwNmMtNy43NTksNy43NC03Ljc3OSwyMC4zMDEtMC4wNCwyOC4wNjFjMy44ODMsMy44OSw4Ljk3LDUuODM1LDE0LjA1Nyw1LjgzNWM1LjA3NCwwLDEwLjE0MS0xLjkzMiwxNC4wMTctNS43OTUgICAgbDIzNi44MTctMjM2LjE1NWMzLjczNy0zLjcxOCw1LjgzNC04Ljc3OCw1LjgzNC0xNC4wNVMzOTIuMTU2LDI0NS42NzYsMzg4LjQyNSwyNDEuOTUxeiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    width: 25PX;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
    display: none;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 0px;
    
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0px;
    border-right: 1px solid #ccc;
}

#main_index .hp_photoGallerySlider_type3 .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;
    overflow: hidden;
    /* margin-bottom: 6vw; */
    background-color: white;
    border: 1px solid #ccc;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots {
    position: relative;
    display: none !important;
}

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

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

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

@media screen and (max-width: 767.5px){
    .hp_brands {
        padding: 1vw 5vw 3vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_brands .n_Header {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 28px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    #main_index .hp_photoGallerySlider_type3 {
        background-color: transparent;
        padding: 0vw 2vw 4vw 2vw;
    }
}

/*hp_brandsBtn*/

.hp_brandsBtn {
    padding: 1vw 0vw 6vw 0vw;
    position: relative;
    z-index: 0;
}

.button_brands {
    display: flex;
    justify-content: center;
}

.n_brandViewMore {
    font-family: 'Chakra Petch', sans-serif;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #000c63;
    border-radius: 25px;
    padding: 13px 48px;
    text-decoration: none;
    position: relative;
    margin-top: 0vw;
    transition: all 0.3s ease;
}

.n_brandViewMore span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.n_brandViewMore:hover {
    background-color: #df1f26;
    color: #fff;
}

.n_brandViewMore:hover span {
    transform: translateX(5px);
}

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

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

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

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

/*hp_about*/

.index_wrapper_5 {
    position: relative;
    background-color: #d1d1d1;
}

.hp_about {
    padding: 5vw 7vw 5vw 7vw;
    position: relative;
    z-index: 0;
}

.hp_about .n_Header {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 43px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_about .n_SubHeader {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #df1f26;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 1vw;
    letter-spacing: 1px;
}

.hp_about {
    text-align: center;
}

.about_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4vw;
    width: 100%;
    margin-bottom: 1vw;
}

.about_content::before {
    content: "";
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 100px;
    background: #000;
}

.hp_about .about_text {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin: 0;
    text-align: right;
    flex: 1;
}

.hp_about .about_text2 {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin: 0;
    text-align: left;
    flex: 1;
}

.hp_about .aboutBorder {
    padding: 15px 10px;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.hp_about .aboutBorder:hover {
    transform: translateY(15px);
}

.hp_about .about_box img {
    width: 100%;
    display: block;
}

.hp_about .about_title {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    z-index: 2;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    background: #000c63;
    padding: 8px 7px;
    border-radius: 0px;
    text-align: center;
    width: 83%;
}

@media screen and (max-width: 1300.5px){
    .about_content::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 2px;
        height: 130px;
        background: #000;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 5vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_about .n_Header {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 28px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 2vw;
    }
    
    .about_content {
        display: block;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 4vw;
        width: 100%;
        margin-bottom: 1vw;
    }
    
    .hp_about .about_text {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.8;
        margin: 0;
        text-align: left;
        flex: 1;
        margin-bottom: 2vw;
    }
    
    .hp_about .about_text2 {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.8;
        margin: 0;
        text-align: left;
        flex: 1;
    }
    
    .about_content::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0px;
        height: 130px;
        background: #000;
    }
    
    .hp_about .aboutBorder {
        padding: 15px 15px;
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        will-change: transform;
    }
}

/*hp_project*/

.hp_project {
    padding: 5vw 15vw 5vw 15vw;
    position: relative;
    z-index: 0;
}

.hp_project .n_Header {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 43px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_project .n_SubHeader {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #df1f26;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 1vw;
    letter-spacing: 1px;
}

.hp_project .projectBorder {
    padding: 15px 10px;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.hp_project .projectBorder:hover {
    transform: translateY(15px);
}

.hp_about .about_box img {
    width: 100%;
    display: block;
}

.hp_project .project_title {
    position: relative;
    z-index: 2;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: 1vw;
}

.project_box img {
    width: 100%;
    max-width: 150px; 
    height: auto;
    display: block;
    margin: 0 auto;
}

/*gallery*/

#main_index .gallerycategory {
    margin-bottom: 10px;
    padding: 0vw 8vw 4vw 8vw;
}

#main_index .gallerycategory .text-center {
    font-family: 'Chakra Petch', sans-serif;
    text-align: center !important;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
}

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

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

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

@media screen and (max-width: 767.5px){
    .hp_project {
        padding: 6vw 5vw 3vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_project .n_Header {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 28px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 2vw;
    }
}

/*hp_client*/

.hp_client {
    padding: 6vw 0vw 10vw 0vw;
    position: relative;
    z-index: 0;
    background-image: url(https://cdn1.npcdn.net/img/1776139894F_CLIENT-BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.hp_client::before {
    content: "MAJOR CLIENT";
    position: absolute;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Chakra Petch', sans-serif;
    font-size: 105px;
    font-weight: 700;
    font-style: italic;
    display: block;
    /*background: linear-gradient(90deg, #f2f2f2, #cccccc, #f2f2f2, #cccccc);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    /*opacity: 0.6;*/
}

/*slider*/

.hp_client .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px; 
    box-sizing: border-box;
    padding: 10px;
}

.hp_client .imgbox {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}

.hp_client .imgbox img{
    width: 100%;
    transition: transform 0.8s ease;
    background: transparent;
}

.hp_client .imgbox {
    background: #fff;          
    padding: 15px;            
    border-radius: 0px;       
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 120px;           */
}

.hp_client .img-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-v .imgbox {
    margin: 0 15px;
    transition: transform 0.3s ease;
}

.project-v .imgbox a {
    text-decoration: none;
    color: #8cc541;
}

.project-v .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-v .imgbox .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-v .imgbox .img-wrapper:hover::after {
    background: none; 
}

.project-v .img-wrapper {
    width: 100%;               
    height: 150px;             
    display: flex;
    align-items: center;       
    justify-content: center;   
    /*border: 2px solid #ccc;   */
    padding: 0px;              
    box-sizing: border-box;    
}

.project-v .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;       
}

.project-v .slick-dots li button:before {
    color: #000;
    font-size: 10px;
}

@media screen and (max-width: 1300.5px){
    .hp_client::before {
        content: "MAJOR CLIENT";
        position: absolute;
        bottom: 0vw;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'Chakra Petch', sans-serif;
        font-size: 80px;
        font-weight: 700;
        font-style: italic;
        display: block;
        /* background: linear-gradient(90deg, #f2f2f2, #cccccc, #f2f2f2, #cccccc); */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none;
        /* opacity: 0.6; */
    }
}

@media screen and (max-width: 1200.5px){
    .hp_client::before {
        content: "MAJOR CLIENT";
        position: absolute;
        bottom: 0vw;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'Chakra Petch', sans-serif;
        font-size: 68px;
        font-weight: 700;
        font-style: italic;
        display: block;
        /* background: linear-gradient(90deg, #f2f2f2, #cccccc, #f2f2f2, #cccccc); */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none;
        /* opacity: 0.6; */
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_client::before {
        content: "MAJOR CLIENT";
        position: absolute;
        bottom: 0vw;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'Chakra Petch', sans-serif;
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        display: block;
        /* background: linear-gradient(90deg, #f2f2f2, #cccccc, #f2f2f2, #cccccc); */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none;
        /* opacity: 0.6; */
    }
    
    .hp_client {
        padding: 7vw 0vw 13vw 0vw;
        position: relative;
        z-index: 0;
        background-image: url(https://cdn1.npcdn.net/img/1776139894F_CLIENT-BG.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}

@media screen and (max-width: 426px) {
    .hp_client::before {
        content: "MAJOR CLIENT";
        position: absolute;
        bottom: 1vw;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'Chakra Petch', sans-serif;
        font-size: 23px;
        font-weight: 700;
        font-style: italic;
        display: block;
        /* background: linear-gradient(90deg, #f2f2f2, #cccccc, #f2f2f2, #cccccc); */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none;
        /* opacity: 0.6; */
    }
}

/*hp_cert*/

.hp_cert {
    padding: 3vw 7vw 5vw 0vw;
    position: relative;
    z-index: 0;
}

.hp_cert_img {
    width: 110%;
    max-width: 350%;
    margin: 0 auto;
    z-index: -1;
    margin-top: 0vw;
    margin-left: -1vw;
    position: relative;
}

.hp_cert .cert_right {
    padding: 5vw 0vw 0vw 7vw;
}

.hp_cert .n_Header {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 43px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_cert .n_SubHeader {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #df1f26;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 1vw;
    letter-spacing: 1px;
}

.hp_cert .cert_text {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin: 0;
}

.button_cert {
    display: flex;
    gap: 10px;
}

.n_certViewMore {
    font-family: 'Chakra Petch', sans-serif;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #000c63;
    border-radius: 25px;
    padding: 13px 38px;
    text-decoration: none;
    position: relative;
    margin-top: 1.5vw;
    transition: all 0.3s ease;
}

.n_certViewMore span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.n_certViewMore:hover {
    background-color: #df1f26;
    color: #fff;
}

.n_certViewMore:hover span {
    transform: translateX(5px);
}

/*btn2*/

.n_certViewMore2 {
    font-family: 'Chakra Petch', sans-serif;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #df1f26;
    border-radius: 25px;
    padding: 13px 38px;
    text-decoration: none;
    position: relative;
    margin-top: 1.5vw;
    transition: all 0.3s ease;
}

.n_certViewMore2 span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.n_certViewMore2:hover {
    background-color: #000c63;
    color: #fff;
}

.n_certViewMore2:hover span {
    transform: translateX(5px);
}

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

@media screen and (max-width: 1200.5px){
    .hp_cert .n_Header {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 37px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .n_certViewMore {
        font-family: 'Chakra Petch', sans-serif;
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #000c63;
        border-radius: 25px;
        padding: 13px 30px;
        text-decoration: none;
        position: relative;
        margin-top: 1.5vw;
        transition: all 0.3s ease;
    }
    
    .n_certViewMore2 {
        font-family: 'Chakra Petch', sans-serif;
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #df1f26;
        border-radius: 25px;
        padding: 13px 30px;
        text-decoration: none;
        position: relative;
        margin-top: 1.5vw;
        transition: all 0.3s ease;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_cert {
        padding: 6vw 5vw 5vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_cert_img {
        width: 100%;
        max-width: 350%;
        margin: 0 auto;
        z-index: -1;
        margin-top: 0vw;
        margin-left: 0vw;
        position: relative;
    }
    
    .hp_cert .cert_right {
        padding: 5vw 4vw 4vw 4vw;
    }
    
    .hp_cert .n_Header {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 28px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .n_certViewMore {
        font-family: 'Chakra Petch', sans-serif;
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #000c63;
        border-radius: 25px;
        padding: 13px 20px;
        text-decoration: none;
        position: relative;
        margin-top: 1.5vw;
        transition: all 0.3s ease;
    }
    
    .n_certViewMore2 {
        font-family: 'Chakra Petch', sans-serif;
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #df1f26;
        border-radius: 25px;
        padding: 13px 20px;
        text-decoration: none;
        position: relative;
        margin-top: 1.5vw;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 426px) {
    .n_certViewMore {
        font-family: 'Chakra Petch', sans-serif;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #000c63;
        border-radius: 25px;
        padding: 13px 13px;
        text-decoration: none;
        position: relative;
        margin-top: 1.5vw;
        transition: all 0.3s ease;
    }
    
    .n_certViewMore2 {
        font-family: 'Chakra Petch', sans-serif;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #df1f26;
        border-radius: 25px;
        padding: 13px 13px;
        text-decoration: none;
        position: relative;
        margin-top: 1.5vw;
        transition: all 0.3s ease;
    }
    
    .button_cert {
        display: flex;
        gap: 7px;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 6vw 7vw 5vw 7vw;
    position: relative;
    z-index: 0;
    background-color: #d1d1d1;
}

.hp_contact::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%; 
    background: #d1d1d1; 
    z-index: -1;
}

.hp_contact::before {
    content: "MEET\A WITH US";
    position: absolute;
    bottom: 5.5vw;
    left: 7vw;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 105px;
    font-weight: 700;
    font-style: italic;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    white-space: pre-line;
    line-height: 0.9;
}

.hp_contact .contact_left {
    padding: 3.5vw 0vw 0vw 1vw;
}

.hp_contact .n_Header {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 43px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_contact .n_SubHeader {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #df1f26;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 1vw;
    letter-spacing: 1px;
}

.hp_contact .contact_text {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin: 0;
}

.n_contactViewMore {
    font-family: 'Chakra Petch', sans-serif;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #000c63;
    border-radius: 25px;
    padding: 13px 38px;
    text-decoration: none;
    position: relative;
    margin-top: 1.5vw;
    transition: all 0.3s ease;
}

.n_contactViewMore span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.n_contactViewMore:hover {
    background-color: #df1f26;
    color: #fff;
}

.n_contactViewMore:hover span {
    transform: translateX(5px);
}

/*right_side*/

.hp_contact_group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hp_contact .contact_card {
    display: flex;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.contact_img {
    width: 38%;
}

.contact_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp_contact .contact_info {
    width: 55%;
    padding: 20px;
}

.hp_contact .badge {
    font-family: 'Chakra Petch', sans-serif;
    display: inline-block;
    background: #e31e24;
    color: #fff;
    padding: 11px 25px;
    border-radius: 50px;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}

.hp_contact .contact_title a {
   font-size: 14px;
   font-weight: 300;
   color: #000;
}

.hp_contact .contact_info p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

.hp_contact .contact_icons {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.hp_contact .contact_icons img {
    width: 24px;
    height: 24px;
    transition: 0.3s;
}

.hp_contact .contact_icons a:hover img {
    transform: scale(1.15);
}

@media screen and (max-width: 1300.5px){
    .hp_contact::before {
        content: "MEET\A WITH US";
        position: absolute;
        bottom: 9.5vw;
        left: 7vw;
        font-family: 'Chakra Petch', sans-serif;
        font-size: 80px;
        font-weight: 700;
        font-style: italic;
        display: block;
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none;
        white-space: pre-line;
        line-height: 0.9;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 5vw 15vw 5vw;
        position: relative;
        z-index: 0;
        background-color: #d1d1d1;
    }
    
    .hp_contact .contact_left {
        padding: 0vw 4vw 4vw 4vw;
    }
    
    .hp_contact .n_Header {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 28px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .hp_contact .contact_card {
        display: block;
        background: #fff;
        border-radius: 0px;
        overflow: hidden;
    }
    
    .contact_img {
        width: 100%;
    }
    
    .hp_contact .contact_info {
        width: 100%;
        padding: 20px;
    }
    
    .hp_contact::before {
        content: "MEET WITH US";
        position: absolute;
        bottom: 3.5vw;
        left: 7vw;
        font-family: 'Chakra Petch', sans-serif;
        font-size: 35px;
        font-weight: 700;
        font-style: italic;
        display: block;
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none;
        white-space: pre-line;
        line-height: 0.9;
    }
}

@media screen and (max-width: 426px) {
    .hp_contact .contact_text br {
        display: none;
    }
}

/*footer*/

.footer_type8 {
    background-color: #d1d1d1;
    background-image: url(https://cdn1.npcdn.net/img/1776149677I_FOOTER-BG_new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
    padding-top: 6rem !important;
    padding-bottom: 1rem;
    line-height: 1.875;
}

.footer_type8 .title h5 {
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer_type8 a {
    color: #fff;
    text-decoration: none;
}

.footer_type8 .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100px;
    background: #fff;
    padding: 10px;
}

.footer_type8 .logo {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    height: 0;
    min-height: 100px;
}

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

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

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

@media screen and (max-width: 767.5px){
    .footer_type8 {
        background-color: #d1d1d1;
        background-image: url(https://cdn1.npcdn.net/img/1776149677I_FOOTER-BG_new.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        color: #fff;
        padding-top: 2rem !important;
        padding-bottom: 1rem;
        line-height: 1.875;
    }
}

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img {
        min-height: 26rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

.ws_gallery-2 .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product_list_5 .product_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}
