@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

a {
    text-decoration: none !important;
}

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

/*navbar*/

.navbar_type8 {
    height: 140px;
    margin-top: 0px;
    background: #000;
}

#main_index .navbar_type8 {
    background: transparent;
}

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

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #c8f31d
}

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

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

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 4px solid #c8f31d;
}

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

.navbar_type8 .nav_tab .nav_item:last-child a {
    font-weight: 700;
    color: #000;
    background-color: #c8f31d;
    padding: 15px 30px;
    border-radius: 10px;
    margin-left: 1vw;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.navbar_type8 .nav_tab .nav_item:last-child a::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("https://cdn1.npcdn.net/img/17797589170_button.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 30px;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover a {
    color: #000;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover::before {
    display: none;
}

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

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        padding: 15px 15px;
        text-transform: uppercase;
    }
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
        font-weight: 700;
        color: #000;
        background-color: #c8f31d;
        padding: 15px 24px;
        border-radius: 10px;
        margin-left: 1vw;
        position: relative;
        display: inline-flex;
        align-items: center;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        padding: 15px 10px;
        text-transform: uppercase;
    }
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
        font-weight: 700;
        color: #000;
        background-color: #c8f31d;
        padding: 13px 19px;
        border-radius: 10px;
        margin-left: 1vw;
        position: relative;
        display: inline-flex;
        align-items: center;
    }
    
    .navbar_type8 .logo img {
        width: 100% !important;
        padding: 10px;
        object-fit: contain;
    }
}

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

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: -140px;
}

.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: 15vw;
    left: 10vw;
    width: 75%;
    text-align: left;
}

.hp_banner_subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.hp_banner_title {
    font-family: "Oswald", sans-serif;
    font-size: 62px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1vw;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.hp_banner_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 62px;
    height: 4px;
    background-color: #fff;
}

.hp_banner_title span {
    color: #c8f31d;
}

.hp_banner_text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 1vw;
    padding: 2vw 41vw 0vw 0vw;
    position: relative;
}

.n_bannerViewMore {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    background-color: #c8f31d;
    border-radius: 10px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore:hover {
    transform: scale(1.05);
}

.n_bannerViewMore:active {
    transform: scale(0.85);
}

.n_bannerViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_bannerViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_bannerViewMore img.arrow-icon {
    margin-left: 30px !important;
    width: 16px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1300.5px){
    .hp_banner_text {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        line-height: 1.8;
        margin-bottom: 0vw;
        padding: 1vw 34vw 0vw 0vw;
        position: relative;
    }

    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 14vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_title {
        font-family: "Oswald", sans-serif;
        font-size: 50px;
        font-weight: 800;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }
    
    .hp_banner_text {
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        line-height: 1.8;
        margin-bottom: 0vw;
        padding: 1vw 28vw 0vw 0vw;
        position: relative;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 13vw;
        left: 10vw;
        width: 75%;
        text-align: left;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
    
    .navbar_mobile {
        background-color: #000;
    }
}

@media screen and (max-width: 767.5px){
    .slider_banner .item>img{
        min-height: 500px !important;
        object-fit: cover;
        padding-top: 150px;
        object-position: right;
        background-color: #000;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 4vw;
        left: 8vw;
        width: 85%;
        text-align: left;
    }
    
    .hp_banner_title {
        font-family: "Oswald", sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }
    
    .hp_banner_title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 62px;
        height: 4px;
        background-color: #fff;
    }
    
    .hp_banner_title br {
        display: none;
    }
    
    .hp_banner_text {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        line-height: 1.8;
        margin-bottom: 0vw;
        padding: 1vw 0vw 0vw 0vw;
        position: relative;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 32vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 428.5px) {
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_banner_title {
        font-family: "Oswald", sans-serif;
        font-size: 25px;
        font-weight: 800;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
    z-index: 2;
    background-color: #f5f5f5;
}

.hp_about::after {
    content: "";
    position: absolute;
    top: 79%;
    right: 7%;
    transform: translateY(-50%);
    width: 78px;
    height: 78px;
    background-image: url(https://cdn1.npcdn.net/img/1780045319abtdeco.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.hp_about_img {
    width: 88%;
    max-width: 150%;
    z-index: 1;
    margin-left: -1vw;
}

.hp_about_box {
    padding: 10vw 0vw 0vw 0vw;
}

.hp_about_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 56px;
}

.hp_about .title_small {
    font-size: 14px;
    font-weight: 600;
    color: #b4b2b2;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_about .title_big {
    font-family: "Oswald", sans-serif;
    font-size: 41px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_about .title_big2 {
    font-family: "Oswald", sans-serif;
    font-size: 41px;
    font-weight: 800;
    color: #c8f31d;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 3vw;
}

.hp_about .hp_keyword {
    font-size: 14px;
    font-weight: 600;
    color: #777;
    line-height: 1.8;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 0vw 13vw 2vw 5vw;
}

.hp_about .hp_keyword::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 10px;
    width: 4px;
    height: 30%;
    background-color: #c8f31d;
    /* border-radius: 10px; */
}

.n_aboutViewMore {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    background-color: #c8f31d;
    border-radius: 10px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 16.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_aboutViewMore:hover {
    transform: scale(1.05);
}

.n_aboutViewMore:active {
    transform: scale(0.85);
}

.n_aboutViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_aboutViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 30px !important;
    width: 16px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1300.5px){
    .hp_about_content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 25px;
    }
    
    .hp_about .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .hp_about .title_big2 {
        font-family: "Oswald", sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #c8f31d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 3vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 14px;
        font-weight: 600;
        color: #777;
        line-height: 1.8;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 0vw 5vw 2vw 5vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 20.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .hp_about_img {
        width: 88%;
        max-width: 150%;
        z-index: 1;
        margin-left: -2vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about_box {
        padding: 5vw 0vw 0vw 0vw;
    }
    
    .hp_about .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .hp_about .title_big2 {
        font-family: "Oswald", sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #c8f31d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 3vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 25.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 7vw 5vw 8vw 5vw;
        position: relative;
        z-index: 2;
        background-color: #f5f5f5;
    }

    .hp_about_img {
        width: 100%;
        max-width: 150%;
        z-index: 1;
        margin-left: 0vw;
    }
    
    .hp_about_content {
        display: block;
        align-items: center;
        justify-content: flex-start;
        gap: 25px;
    }
    
    .hp_about .title_small {
        font-size: 14px;
        font-weight: 600;
        color: #b4b2b2;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 1vw;
    }
    
    .hp_about .hp_keyword::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 4px;
        height: 30%;
        background-color: #c8f31d;
        /* border-radius: 10px; */
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 600;
        color: #777;
        line-height: 1.8;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 0vw 0vw 2vw 5vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 58vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .hp_about::after {
        content: "";
        position: absolute;
        top: 92.5%;
        right: 7%;
        transform: translateY(-50%);
        width: 78px;
        height: 78px;
        background-image: url(https://cdn1.npcdn.net/img/17797659832_ShapeGroup.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: -1;
    }
}

@media screen and (max-width: 360.5px) {
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 68vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .hp_about::after {
        content: "";
        position: absolute;
        top: 94%;
        right: 6%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background-image: url(https://cdn1.npcdn.net/img/17797659832_ShapeGroup.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: -1;
    }
}

/*hp_products*/

.index_wrapper_4 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/17800446603_SectionBG_upd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_products {
    padding: 6vw 9vw 2vw 9vw;
    position: relative;
    z-index: 2;
}

.hp_products .title_big {
    font-family: "Oswald", sans-serif;
    font-size: 41px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_product_button {
    display: flex;
    justify-content: flex-end;
}

.n_productViewMore {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    background-color: #c8f31d;
    border-radius: 10px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 16.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_productViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_productViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_productViewMore:hover {
    transform: scale(1.05);
}

.n_productViewMore:active {
    transform: scale(0.85);
}

.n_productViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_productViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_productViewMore img.arrow-icon {
    margin-left: 30px !important;
    width: 16px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_productViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

/*products*/

.productSlider-1 {
    padding: 0vw 9vw 6vw 9vw;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 10px;
    height: auto;
    flex: 1;
    border-radius: 0px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.productSlider-1 .product_img .product_box {
    margin: 0px;
    border: 0px solid transparent;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 0px;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .mt-3, .productSlider-1 .my-3 {
    margin-top: 0rem !important;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600 !important;
    padding: 10px 25px;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 75px;
    padding: 2.5vw 6vw 2.5vw 1vw;
    margin-bottom: 0rem;
}

.productSlider-1 .product_img .product_box h6::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
    height: 100%;
    background-color: #c8f31d;
    z-index: 0;
}

.productSlider-1 .product_img .product_box h6::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8%; 
    top: 50%;
    transform: translateY(-50%);
    background-image: url("https://cdn1.npcdn.net/img/17797667290_button.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.productSlider-1 .product_img .product_box h6 a {
    color: #000;
    font-weight: 600 !important;
    display: none;
}

.productSlider-1 .product_box .content h6.align-top {
    display: none;
}

.productSlider-1 .slick-prev {
    left: -4vw;
}

.productSlider-1 .slick-next {
    right: -4vw;
}

.productSlider-1 .slick-prev::before, .productSlider-1 .slick-next::before {
    text-shadow: 0 0 0px black !important;
    opacity: 1;
}

.productSlider-1 .slick-prev::before,
.productSlider-1 .slick-next::before {
    font-size: 28px !important;
    opacity: 1;
    color: #fff;
}

@media screen and (max-width: 1300.5px){
    .hp_products .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .n_productViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 20.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .productSlider-1 .product_img .product_box h6 {
        color: #000;
        font-size: 16px;
        font-weight: 600 !important;
        padding: 10px 25px;
        text-transform: uppercase;
        width: 100%;
        position: relative;
        display: inline-flex;
        align-items: center;
        height: 75px;
        padding: 2.5vw 6vw 2.5vw 1vw;
        margin-bottom: 0rem;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_products .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .n_productViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 25.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .productSlider-1 .product_img .product_box h6 {
        color: #000;
        font-size: 14px;
        font-weight: 600 !important;
        padding: 10px 25px;
        text-transform: uppercase;
        width: 100%;
        position: relative;
        display: inline-flex;
        align-items: center;
        height: 75px;
        padding: 2.5vw 6vw 2.5vw 1vw;
        margin-bottom: 0rem;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_products {
        padding: 7vw 5vw 3vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_product_button {
        display: flex;
        justify-content: flex-start;
    }
    
    .n_productViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 55vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
    
    .productSlider-1 {
        padding: 0vw 6vw 6vw 6vw;
    }
    
    .productSlider-1 .product_img .product_box h6 {
        color: #000;
        font-size: 17px;
        font-weight: 600 !important;
        padding: 10px 25px;
        text-transform: uppercase;
        width: 100%;
        position: relative;
        display: inline-flex;
        align-items: center;
        height: 75px;
        padding: 2.5vw 22vw 2.5vw 4vw;
        margin-bottom: 0rem;
    }
}

@media screen and (max-width: 360.5px) {
    .n_productViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #c8f31d;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 10.5vw;
        width: 68vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
}

/*hp_services*/

.index_wrapper_5 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/17800446714_BG_upd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6vw 0vw 2vw 0vw;
}

.hp_services {
    padding: 5.5vw 3vw 5.5vw 2vw;
    position: absolute;
    z-index: 2;
    background-color: #000;
    border-radius: 0px 200px 200px 0px;
    margin-top: 2.5vw;
}

.hp_services .title_big {
    font-family: "Oswald", sans-serif;
    font-size: 41px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_services .title_big span {
    color: #c8f31d;
}

/*services*/

#main_index .ex_hpservice_slide .container, #main_index .ex_hpservice_slide .container-lg, #main_index .ex_hpservice_slide .container-md, #main_index .ex_hpservice_slide .container-sm, #main_index .ex_hpservice_slide .container-xl {
    max-width: 1240px;
    width: 100%;
    max-width: 150%;
} 

#main_index .ex_hpservice_slide .col-md-12 {
    padding: 0px;
}

.ex_hpservice_slide {
    margin-block: 0px;
    background-color: transparent;
    padding: 0rem 0 0rem 0;
}

.ex_hpservice_slide .services-text h3.title:after {
    content: '';
    background-color: #fff;
    width: 75px;
    height: 4px;
    display: block;
    margin: 15px auto;
    display: none;
}

.ex_hpservice_slide .services-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    /* background: #fff; */
    /* border-radius: 35px; */
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    /* position: absolute; */
    width: 100%;
    margin: 0 auto;
    margin-top: 130px;
}

.ex_hpservice_slide .services-text .title {
    margin: 0;
}

.ex_hpservice_slide .service_btn {
    white-space: nowrap; 
}

.ex_hpservice_slide .service_btn {
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    /*display: none;*/
}

.ex_hpservice_slide .service_btn {
    position: relative;
    padding: 10px 60px 10px 25px;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 200px;
    margin-top: 10px;
    margin-right: 3%;
    height: 100%;
    position: absolute !important;
    display: inline-block;
}

.ex_hpservice_slide .service_btn i {
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.ex_hpservice_slide .services-text h3.title {
    font-family: "Archivo", sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: left;
}

.ex_hpservice_slide .services-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
}

.ex_hpservice_slide .fa-chevron-left:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -6vw;
    display: none !important;
}

.ex_hpservice_slide .fa-chevron-right:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: -6vw;
    display: none !important;
}

.ex_hpservice_slide .services-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 350px;
    padding: 0 6px;
    margin-bottom: 4vw;
    display: flex;
    justify-content: center;
}

.ex_hpservice_slide .services-content .services-image {
    position: relative;
    overflow: hidden;

    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}

.ex_hpservice_slide .services-content .services-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%; 
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75),
        transparent
    );

    z-index: 1;
}

@media screen and (max-width: 1300.5px){
    .hp_services .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .ex_hpservice_slide .services-text h3.title {
        font-family: "Archivo", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        line-height: 1.3;
        text-transform: uppercase;
        text-align: left;
    }
    
    .hp_services {
        padding: 5.5vw 3vw 5.5vw 2vw;
        position: absolute;
        z-index: 2;
        background-color: #000;
        border-radius: 0px 200px 200px 0px;
        margin-top: 5.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_services {
        padding: 5.5vw 3vw 5.5vw 2vw;
        position: absolute;
        z-index: 2;
        background-color: #000;
        border-radius: 0px 200px 200px 0px;
        margin-top: 8.5vw;
    }
    
    .hp_services .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .ex_hpservice_slide .services-text h3.title {
        font-family: "Archivo", sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 1.3;
        text-transform: uppercase;
        text-align: left;
    }
    
    .hp_services {
        padding: 7vw 5vw 7vw 5vw;
        position: absolute;
        z-index: 2;
        background-color: #000;
        border-radius: 0px 200px 200px 0px;
        margin-top: 25vw;
    }
}

/*hp_serviceBtn*/

.hp_serviceBtn {
    padding: 0vw 3vw 0vw 2vw;
    position: relative;
    z-index: 2;
    margin-top: -5.5vw;
}

.hp_services_button {
    position: absolute;
    right: 3%;
    top: 0%;
    /* transform: translateY(-125%); */
}

.n_serviceViewMore {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 18.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_serviceViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_serviceViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_serviceViewMore:hover {
    transform: scale(1.05);
}

.n_serviceViewMore:active {
    transform: scale(0.85);
}

.n_serviceViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_serviceViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_serviceViewMore img.arrow-icon {
    margin-left: 30px !important;
    width: 16px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_serviceViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .n_serviceViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 24.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_serviceViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 29.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_5 {
        position: relative;
        padding: 8vw 0vw 3vw 0vw;
    }

    .n_serviceViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 68vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_services_button {
        position: relative;
        right: 3%;
        top: 0%;
        /* transform: translateY(-125%); */
        display: flex;
        justify-content: center;
    }
    
    .hp_serviceBtn {
        padding: 3vw 5vw 6vw 5vw;
        position: relative;
        z-index: 2;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_serviceViewMore {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 10.5vw;
        width: 78vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_portfolio*/

.index_wrapper_6 {
    position: relative;
    background-color: #f5f5f5;
}

.hp_portfolio {
    padding: 5vw 9vw 4.5vw 9vw;
    position: relative;
    z-index: 2;
}

.hp_portfolio_box {
    padding: 1.5vw 0vw 0vw 0vw;
}

.hp_portfolio_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 56px;
}

.hp_portfolio .title_small {
    font-size: 14px;
    font-weight: 600;
    color: #b4b2b2;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_portfolio .title_big {
    font-family: "Oswald", sans-serif;
    font-size: 41px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_portfolio .title_big2 {
    font-family: "Oswald", sans-serif;
    font-size: 41px;
    font-weight: 800;
    color: #c8f31d;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_portfolio .hp_keyword {
    font-size: 14px;
    font-weight: 600;
    color: #777;
    line-height: 1.8;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 2.5vw 0vw 2vw 0.5vw;
}

/*project*/

#main_index .hp_photoGallerySlider_type4 {
    padding: 0vw 0vw 2vw 0vw;
}

#main_index .hp_photoGallerySlider_type4 .video-list-slider {
    background: 0 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 1vw;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img {
    height: 250px;
    /*height: auto;*/
    object-fit: cover !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    transition: 0.3s ease;
}

#main_index .hp_photoGallerySlider_type4 .pt-5, #main_index .hp_photoGallerySlider_type4 .py-5 {
    padding-top: 0rem !important;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide {
    margin: 0 8px;
    /*height: inherit !important;*/
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-prev::before, 
#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-next::before {
    font-size: 30px;
    display: none !important;
}

@media screen and (max-width: 1300.5px){
    .hp_portfolio_content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 25px;
    }
    
    .hp_portfolio .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .hp_portfolio .title_big2 {
        font-family: "Oswald", sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #c8f31d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_portfolio .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .hp_portfolio .title_big2 {
        font-family: "Oswald", sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #c8f31d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_portfolio {
        padding: 6vw 5vw 2vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_portfolio_content {
        display: block;
        align-items: center;
        justify-content: flex-start;
        gap: 25px;
    }
    
    .hp_portfolio .title_small {
        font-size: 14px;
        font-weight: 600;
        color: #b4b2b2;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 1vw;
    }

    #main_index .hp_photoGallerySlider_type4 {
        padding: 0vw 0vw 0vw 0vw;
    }
}

/*hp_review*/

.index_wrapper_7 {
    position: relative;
    background-color: #f1f1f1;
    padding: 0vw 9vw 4vw 9vw;
}

.hp_review {
    padding: 6vw 0vw 2vw 0vw;
    position: relative;
    z-index: 2;
}

.hp_review .title_big {
    font-family: "Oswald", sans-serif;
    font-size: 41px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_review .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_review .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_7 {
        position: relative;
        background-color: #f1f1f1;
        padding: 0vw 5vw 6vw 5vw;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 6.5vw 8.5vw 7vw 8.5vw;
    position: relative;
    z-index: 2;
    background-image: url(https://cdn1.npcdn.net/img/17797757165_CTA_BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_contact .hp_contact_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

.hp_contact .title_small {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 4vw 0vw 2vw 2.5vw;
}

.hp_contact .title_big {
    font-family: "Oswald", sans-serif;
    font-size: 41px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_contact .title_big span {
    color: #c8f31d;
}

.hp_contact .hp_keyword {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    background: #eeeeee;
    border-radius: 50px;
    line-height: 1.6;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 1.5vw 3vw 1.3vw 3vw;
    white-space: nowrap;
    text-transform: uppercase;
}

.hp_contact .col-md-8 {
    border-right: 2px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
}

/*whatsapp*/

.hp_contact .hp_contact_box2 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 2vw 0vw 0vw 3vw;
}

.hp_contact .contact_image img {
    width: 90%;
    height: 90%;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_contact .hp_keyword {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        background: #eeeeee;
        border-radius: 50px;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 1.5vw 3vw 1.5vw 3vw;
        white-space: nowrap;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact .title_big {
        font-family: "Oswald", sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_contact .title_small {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        line-height: 1.8;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 4vw 0vw 2vw 2vw;
    }
    
    .hp_contact .title_small br {
        display: none;
    }
    
    .hp_contact .hp_keyword {
        font-size: 12px;
        font-weight: 700;
        color: #000;
        background: #eeeeee;
        border-radius: 50px;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 1vw 3vw 1vw 3vw;
        white-space: nowrap;
        text-transform: uppercase;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 7vw 8vw 8vw 8vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_contact .hp_contact_content {
        display: block;
        align-items: center;
        justify-content: flex-start;
        gap: 18px;
    }
    
    .hp_contact .title_small {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        line-height: 1.8;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 4vw 0vw 3vw 0vw;
    }
    
    .hp_contact .col-md-8 {
        border-right: 0px solid rgba(255, 255, 255, 0.4);
        border-bottom: 2px solid rgba(255, 255, 255, 0.4);
        display: flex;
        align-items: center;
        padding: 0px;
    }
    
    .hp_contact .col-md-4 {
       padding: 0px; 
    }
    
    .hp_contact .hp_contact_box2 {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 5vw 0vw 0vw 0vw;
    }
    
    .hp_contact .hp_keyword {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        background: #eeeeee;
        border-radius: 50px;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 3vw 6vw 3vw 6vw;
        white-space: nowrap;
        text-transform: uppercase;
    }
    
    .hp_contact .contact_image img {
        width: 28%;
        height: 28%;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_contact .contact_image img {
        width: 34%;
        height: 34%;
    }
}

/*footer*/

.footer_type9 {
    color: #fff;
    background-color: #000;
    padding-top: 5rem !important;
    overflow: hidden !important;
}

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

.footer_type9 .text {
    color: #fff !important;
    font-size: 16px;
}

.footer_type9 .bg_dark {
    background-color: #000;
}

.footer_type9 .nav_item li a::after {
    content: '/';
    position: absolute;
    padding: 0 15px;
    right: 0;
    top: 0;
    color: #fff;
}

.footer_type9 .social_media a .icon_s i {
    color: #fff;
}

.footer_type9 .social_media a .icon_s {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 25px;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
}

.footer_type9 .nav_item li a {
    text-transform: capitalize;
}

.footer_type9 .sub_title p {
    /*font-family: "Archivo", sans-serif;*/
    font-size: 1.2rem;
    font-weight: 700;
    align-self: end;
    margin-bottom: 0;
}

.footer_type9 .row .col-md-6:first-child{
    flex: 0 0 65%;
    max-width: 65%;
}

.footer_type9 .row .col-md-6:last-child{
    flex: 0 0 35%;
    max-width: 35%;
}

.footer_type9 .fas.fa-envelope{
    display: none !important;
}

.footer_type9 a[href^="mailto"]{
    word-spacing: 0;
}

.footer_type9 a[href^="mailto"]{
    display: inline-block;
}

/*.footer_type9 .icon {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background-color: #c8f31d;*/
/*    margin-right: 5px;*/
/*    padding: 5px;*/
/*    border-radius: 4px;*/
/*}*/

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

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

@media screen and (max-width: 992.5px){
    .footer_type9 .row .col-md-6:first-child{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .footer_type9 .row .col-md-6:last-child{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

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

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