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

a {
    text-decoration: none !important;
}

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

/*nav*/

.navbar_type8 {
    height: 95px;
    background-color: #f2e9da;
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
}

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

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

.navbar_type8 .nav_tab {
    padding-right: 0vw;
    flex: 0 1 100%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 0px;
    object-position: left;
    left: 0.2vw;
    transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    /*padding: 0px 0;*/
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 8px 1vw;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #000;
    background-color: #f2e9da;
    padding: 8px 1.7vw;
    border-radius: 25px;
}

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

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

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 95%;
    bottom: 0;
    width: 0;
    height: 4px;
    border-radius: 25px;
    background: #facc15;
    border-bottom: 4px solid #facc15;
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
}

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

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

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #ffa500;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: transparent;
    padding: 0.25rem 1.5rem;
    color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: transparent;
    padding: 0.25rem 1.5rem;
    color: #000 !important;
}

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

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        padding: 8px 10px;
        transition: all 0.35s ease-in-out;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 11px;
        font-weight: 400;
        color: #000;
        padding: 8px 9px;
        transition: all 0.35s ease-in-out;
    }
}

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

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

@media screen and (max-width: 426px){
    .navbar_mobile .logo_img {
        max-height: 42px;
        padding: 0;
        font-size: 1.75rem;
        line-height: inherit;
        white-space: nowrap;
        margin-top: 1vw;
    }
}

/*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%;
    opacity: 1 !important;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
}

.n_bannerSubtitle {
    font-size: 16px;
    font-weight: 600;
    color: #86452a;
    line-height: 1.2;
    margin-bottom: 0.5vw !important;
}

.n_bannerTitle {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 47px;
    font-weight: 700;
    color: #86452a;
    line-height: 1.1;
    z-index: 2;
}

.n_bannerSubtitle2 {
    font-size: 16px;
    font-weight: 600;
    color: #facc15;
    line-height: 1.2;
    margin-bottom: 0.5vw !important;
}

.n_bannerTitle2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 47px;
    font-weight: 700;
    color: #facc15;
    line-height: 1.1;
}

.banner-title-wrap img {
    max-width: 60%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 1vw;
}
.n_bannerImg {
    position: absolute;
    width: 100%;
    bottom: 0vw;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: -1;
    overflow: hidden !important;
}

/*.n_bannerImg {*/
/*    position: absolute;*/
/*    width: 93%;*/
/*    bottom: 4vw;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 0%);*/
/*    z-index: 0;*/
/*    overflow: hidden !important;*/
/*}*/

.n_bannerImg2 {
    position: absolute;
    width: 73%;
    bottom: 4vw;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: -1;
    overflow: hidden !important;
}

.n_bannerInnerGroup2 {
    position: absolute;
    top: 37vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.button-group {
    display: flex;
    justify-content: center;
}

.n_bannerViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background: #ffa500;
    /*background: #F2E9DA;*/
    text-align: center;
    padding: 0%;
    height: 2.5vw;
    width: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 25px;
    margin-top: 1.5vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

.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: 8px !important;
    width: 22px !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: 1200.5px){
    .n_bannerTitle {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.1;
    }
    
    .n_bannerTitle2 {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.1;
    }
    
    /*.n_bannerImg {*/
    /*    position: absolute;*/
    /*    width: 90%;*/
    /*    bottom: 5vw;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, 0%);*/
    /*    z-index: 0;*/
    /*    overflow: hidden !important;*/
    /*}*/
    
    .n_bannerImg2 {
        position: absolute;
        width: 70%;
        bottom: 5vw;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        background: #ffa500;
        text-align: center;
        padding: 0%;
        height: 4vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 25px;
        margin-top: 1.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 17.5vw;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        text-align: center;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        background: #ffa500;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 25px;
        margin-top: 1.5vw;
    }
    
    /*.n_bannerImg {*/
    /*    position: absolute;*/
    /*    width: 97%;*/
    /*    bottom: 31vw;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, 0%);*/
    /*    z-index: 0;*/
    /*    overflow: hidden !important;*/
    /*}*/
    
    .n_bannerImg2 {
        position: absolute;
        width: 83%;
        bottom: 33vw;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 58vw;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 426px) {
    .n_bannerTitle {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.1;
    }
    
    .n_bannerTitle2 {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.1;
    }
    
    /*.n_bannerImg {*/
    /*    position: absolute;*/
    /*    width: 95%;*/
    /*    bottom: 42vw;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, 0%);*/
    /*    z-index: 0;*/
    /*    overflow: hidden !important;*/
    /*}*/
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 16vw;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        text-align: center;
    }
    
    /*.n_bannerInnerGroup2 {*/
    /*    position: absolute;*/
    /*    top: 72vw;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, -50%);*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*}*/
    
    .n_bannerImg2 {
        position: absolute;
        width: 83%;
        bottom: 44vw;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
}

/*hp_about*/

.hp_about {
    padding: 3.5vw 8vw 4.5vw 8vw;
    position: relative;
}

.hp_about_left {
    padding: 0vw 0vw 0vw 1vw;
}

.hp_about .hp_small_title {
    font-size: 16px;
    font-weight: 400;
    color: #facc15;
    margin-bottom: 1vw;
}

.hp_about .hp_big_title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_about .hp_keyword {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    line-height: 1.6;
    text-align: justify !important;
    padding: 1.5vw 14vw 2vw 0vw;
}

.aboutBorder {
    padding: 0px 0px;
}

.n_aboutBox {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    transition: transform 0.3s ease;
}

.n_aboutIcon {
    margin-bottom: 0px;
}

.n_aboutIcon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.n_aboutTitle {
    font-size: 17px;
    font-weight: 800;
    color: #000;
}

.n_aboutBox:hover .n_aboutIcon img {
    animation: iconBounce 0.6s ease;
}

@keyframes iconBounce {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(-15px); }
    50%  { transform: translateY(0); }
    75%  { transform: translateY(-7px); }
    100% { transform: translateY(0); }
}

.n_aboutViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background: #ffa500;
    text-align: center;
    padding: 0%;
    height: 2.5vw;
    width: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 25px;
    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: 8px !important;
    width: 25px !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);
}

.hp_about_img {
    width: 135%;
    max-width: 150%;
    margin-left: -7.5vw;
}

.whyBorder {
    padding: 10px 0px;
}

.hp_why_title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.hp_why_image {
    position: relative;
    width: 13%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.hp_why_big {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0vw;
}

.hp_why_small {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-bottom: 0vw;
    padding: 0vw;
}

.hp_why_title:hover .hp_why_image {
    animation: swingIcon 1s ease-in-out infinite;
}

@keyframes swingIcon {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(8deg); }
    /*50%  { transform: rotate(0deg); }*/
    75%  { transform: rotate(-8deg); }
    100% { transform: rotate(0deg); }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_big_title {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        background: #ffa500;
        text-align: center;
        padding: 0%;
        height: 4vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 25px;
        margin-top: 1.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 4vw 4.5vw 4vw;
        position: relative;
    }
    
    .hp_about_left {
        padding: 0vw 0vw 0vw 5vw;
    }
    
    .rowWhy {
       padding: 0vw 0vw 0vw 4vw; 
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin-top: 3vw;
        margin-left: 0vw;
        display: none;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        background: #ffa500;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 25px;
        margin-top: 1.5vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        margin-bottom: 0;
        line-height: 1.6;
        padding: 1.5vw 3vw 2vw 0vw;
    }
}

/*hp_services*/

.index_wrapper_5 {
    position: relative;
    background: #fffdf4;
    z-index: 1;
}

.index_wrapper_5::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 0px;
    width: 250px;
    height: 250px;
    background-image: url(https://cdn1.npcdn.net/img/1767865024C-IMAGE-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    background-position: center center;
    display: none !important;
}

.hp_services {
    padding: 5vw 9vw 1vw 9vw;
    position: relative;
}

.hp_services .hp_small_title {
    font-size: 16px;
    font-weight: 400;
    color: #facc15;
    margin-bottom: 1vw;
}

.hp_services .hp_big_title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

/*services*/

.service_3 .container, .service_3 .container-lg, .service_3 .container-md, .service_3 .container-sm, .service_3 .container-xl {
    max-width: 1240px;
    width: 100%;
    max-width: 83%;
}

.service_3 .service_box {
    position: relative;
    overflow: hidden;
    padding: 15px 12px !important;
}

.service_3 .service_box img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: none;
    border-radius: 15px;
}

.service_3 .service_box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: transparent;
    width: 93%;
    height: 95%;
    opacity: 1;
    transition: none;
}

.service_3 .service_box:hover img {
    -webkit-transform: none;
}

.service_3 .h3, .service_3 h3 {
    font-size: 21px;
    font-weight: 700;
    width: 100%;
    margin-top: 90px;
    margin-left: 23px;
    text-align: left !important;
    text-shadow: 6px 9px 9px rgba(0, 0, 0, 0.9);
}

.service_3 h3:nth-of-type(2),
.service_3 h3:nth-of-type(3) {
    display: none;
}

@media screen and (max-width: 1200.5px){
    .hp_services .hp_big_title {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .index_wrapper_5::after {
        content: "";
        position: absolute;
        right: 1px;
        top: 0px;
        width: 150px;
        height: 150px;
        background-image: url(https://cdn1.npcdn.net/img/1767865024C-IMAGE-01.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        pointer-events: none;
        background-position: center center;
    }
    
    .service_3 {
        padding: 0vw 2vw 0vw 2vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 6vw 5vw 1vw 5vw;
        position: relative;
    }
    
    .service_3 {
        padding: 0vw 8vw 0vw 8vw;
    }
    
    .service_3 .h3, .service_3 h3 {
        font-size: 17px;
        font-weight: 700;
        width: 100%;
        margin-top: 90px;
        margin-left: 23px;
        text-align: left !important;
        text-shadow: 6px 9px 9px rgba(0, 0, 0, 0.9);
    }
    
    .index_wrapper_5::after {
        content: "";
        position: absolute;
        right: 1px;
        top: 0px;
        width: 120px;
        height: 120px;
        background-image: url(https://cdn1.npcdn.net/img/1767865024C-IMAGE-01.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        pointer-events: none;
        background-position: center center;
    }
    
    .service_3 .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*hp_serviceBtn*/

.hp_serviceBtn {
    padding: 0vw 8vw 4.5vw 8vw;
    position: relative;
}

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

.n_serviceViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background: #ffa500;
    text-align: center;
    padding: 0%;
    height: 2.5vw;
    width: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 25px;
    margin-top: 1.5vw;
}

.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: 8px !important;
    width: 25px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

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

@media screen and (max-width: 1200.5px){
    .n_serviceViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        background: #ffa500;
        text-align: center;
        padding: 0%;
        height: 4vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 25px;
        margin-top: 1.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_serviceBtn {
        padding: 0vw 8vw 4.5vw 8vw;
        position: relative;
    }
    
    .n_serviceViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        background: #ffa500;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 25px;
        margin-top: 1.5vw;
    }
}

@media screen and (max-width: 426px) {
    .service_3 .h3, .service_3 h3 {
        font-size: 12px;
        font-weight: 700;
        width: 100%;
        margin-top: 90px;
        margin-left: 23px;
        text-align: left !important;
        text-shadow: 6px 9px 9px rgba(0, 0, 0, 0.9);
    }
}

/*hp_product*/

.index_wrapper_4 {
    position: relative;
    z-index: 1;
    background-image: url(https://cdn1.npcdn.net/img/1768224057D-IMAGE.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.index_wrapper_4::after {
    content: "";
    position: absolute;
    left: -48px;
    top: -95px;
    width: 380px;
    height: 380px;
    background-image: url(https://cdn1.npcdn.net/img/1767865043D-IMAGE-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
    background-position: center center;
    display: none !important;
}

.index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: #fffdf4;
    display: none !important;
}

.hp_product {
    padding: 5vw 8vw 1.5vw 8vw;
    position: relative;
}

.hp_product .hp_small_title {
    font-size: 16px;
    font-weight: 400;
    color: #facc15;
    margin-bottom: 1vw;
}

.hp_product .hp_big_title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

/*products*/

.productSlider-1 {
    padding: 0vw 8vw 5vw 8vw;
    z-index: 2;
    position: relative;
}

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

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 20px;
    height: auto;
    flex: 1;
    border-radius: 10px;
    box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
}

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

.productSlider-1 p {
    display: none;
}

.productSlider-1 .product_img .product_box h6 {
    color: #57403e;
    font-weight: 600 !important;
    margin-bottom: 2vw;
}

.productSlider-1 .product_img .product_box h6 a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #ffa500;
    padding: 10px 28px;
    border-radius: 25px;
}

.productSlider-1 .slick-prev::before,
.productSlider-1 .slick-next::before {
    content: "";
    text-shadow: none;
}

.productSlider-1 .slick-prev {
    background: url('https://cdn1.npcdn.net/img/1767859694E-IMAGE-02.png') no-repeat center center;
    background-size: contain; 
    width: 60px;  
    height: 60px;  
    z-index: 2;
    left: -60px;   
    top: 50%;      
    transform: translateY(-50%);
    display: block;
}

.productSlider-1 .slick-next {
    background: url('https://cdn1.npcdn.net/img/1767859702E-IMAGE-03.png') no-repeat center center;
    background-size: contain;  
    width: 60px; 
    height: 60px; 
    z-index: 2;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

@media screen and (max-width: 1200.5px){
    .hp_product .hp_big_title {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .productSlider-1 .slick-prev {
        background: url('https://cdn1.npcdn.net/img/1767859694E-IMAGE-02.png') no-repeat center center;
        background-size: contain; 
        width: 40px;  
        height: 40px;  
        z-index: 2;
        left: -60px;   
        top: 50%;      
        transform: translateY(-50%);
        display: block;
    }
    
    .productSlider-1 .slick-next {
        background: url('https://cdn1.npcdn.net/img/1767859702E-IMAGE-03.png') no-repeat center center;
        background-size: contain;  
        width: 40px; 
        height: 40px; 
        z-index: 2;
        right: -60px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    
    .productSlider-1 .product_img .product_box h6 a {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        background: #ffa500;
        padding: 10px 25px;
        border-radius: 25px;
    }
    
    .index_wrapper_4::after {
        content: "";
        position: absolute;
        left: -48px;
        top: -95px;
        width: 280px;
        height: 280px;
        background-image: url(https://cdn1.npcdn.net/img/1767865043D-IMAGE-01.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;
        background-position: center center;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_4::after {
        content: "";
        position: absolute;
        left: -48px;
        top: -24px;
        width: 180px;
        height: 180px;
        background-image: url(https://cdn1.npcdn.net/img/1767865043D-IMAGE-01.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;
        background-position: center center;
    }
    
    .productSlider-1 {
        padding: 0vw 4vw 5vw 4vw;
        z-index: 2;
        position: relative;
    }
    
    .productSlider-1 .slick-prev {
        background: url('https://cdn1.npcdn.net/img/1767859694E-IMAGE-02.png') no-repeat center center;
        background-size: contain; 
        width: 40px;  
        height: 40px;  
        z-index: 2;
        left: -11px;   
        top: 50%;      
        transform: translateY(-50%);
        display: block;
    }
    
    .productSlider-1 .slick-next {
        background: url('https://cdn1.npcdn.net/img/1767859702E-IMAGE-03.png') no-repeat center center;
        background-size: contain;  
        width: 40px; 
        height: 40px; 
        z-index: 2;
        right: -11px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    
    .productSlider-1 .product_img .product_box h6 a {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        background: #ffa500;
        padding: 10px 21px;
        border-radius: 25px;
    }
    
    .productSlider-1 .product_img .product_box h6 {
        color: #57403e;
        font-weight: 600 !important;
        margin-bottom: 3vw;
    }
}

@media screen and (max-width: 426px){
    .productSlider-1 .product_img .product_box h6 a {
        font-size: 10px;
        font-weight: 400;
        color: #000;
        background: #ffa500;
        padding: 8px 15px;
        border-radius: 25px;
    }
}

/*hp_gallery*/

.hp_gallery {
    padding: 4vw 8vw 1vw 8vw;
    position: relative;
    z-index: 1;
}

.hp_gallery .hp_small_title {
    font-size: 16px;
    font-weight: 400;
    color: #facc15;
    margin-bottom: 1vw;
}

.hp_gallery .hp_big_title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

/*gallery*/

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

#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 img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    padding: 0px;
    transition: all 0.7s;
    border-radius: 25px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    background-color: transparent;
    border-radius: 25px;
}

.photo-0-gallery .slick-slide {
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.photo-0-gallery .slick-center {
    transform: scale(1);
    opacity: 1;
    z-index: 2; /* bring to front */
}

.photo-0-gallery .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
}

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1767859694E-IMAGE-02.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1767859702E-IMAGE-03.png);
    width: 60PX;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none !important;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    z-index: 1;
    left: -1vw !important;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 1vw !important;
}

@media screen and (max-width: 1200.5px){
    .hp_gallery .hp_big_title {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1767859694E-IMAGE-02.png);
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1767859702E-IMAGE-03.png);
        width: 40PX;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none !important;
    }
}

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

@media screen and (max-width: 767.5px){
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
        padding: 5px;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        z-index: 1;
        left: -6vw !important;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: -2vw !important;
    }
}

/*hp_create*/

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

.hp_create {
    padding: 3vw 8vw 3.5vw 8vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1780452970contactBackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    margin-top: 0px;
}

.hp_create::before {
    content: "";
    position: absolute;
    right: 70px;
    bottom: 0px;
    width: 250px;
    height: 250px;
    background-image: url(https://cdn1.npcdn.net/img/1767866817E-IMAGE-09.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    background-position: center center;
    display: none !important;
}

.hp_create::after {
    content: "";
    position: absolute;
    left: 79px;
    bottom: 0px;
    width: 250px;
    height: 250px;
    background-image: url(https://cdn1.npcdn.net/img/1767866800E-IMAGE-08.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
    background-position: center center;
    display: none !important;
}

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

.hp_create_box img {
    width: 50%;
    max-width: 150%;
    height: auto;
    display: block;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 auto;
}

.hp_create .hp_big_title2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 0.5vw;
    margin-bottom: 2vw;
}

.hp_create .hp_big_title2::before {
    content: "";
    display: inline-block;  
    width: 30px;
    height: 30px;
    background: url(https://cdn1.npcdn.net/img/1767863692F-IMAGE-02.png) no-repeat center center;
    background-size: contain;
    filter: brightness(0) invert(1);
}

.hp_create_box2 {
    background-color: #fff; 
    color: #fff;                
    padding: 30px 20px;        
    border-radius: 10px;       
    box-shadow: 0 8px 20px rgba(0,0,0,0.4); 
    margin-bottom: 20px;       
    transition: transform 0.3s, box-shadow 0.3s;
}

.hp_create .createBorder2 {
    padding: 0vw 9vw 0vw 9vw;
}

.hp_create .hp_location_title {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5vw;
}

.hp_create .hp_location_text {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    margin-bottom: 0vw;
}

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

.n_createViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background: #ffa500;
    text-align: center;
    padding: 0%;
    height: 2.5vw;
    width: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 25px;
    margin-top: -1vw;
    margin-bottom: 5vw;
}

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

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

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

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

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

.n_createViewMore::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_createViewMore img.arrow-icon {
    margin-left: 8px !important;
    margin-right: 0vw;
    width: 25px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

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

@media screen and (max-width: 1200.5px){
    .n_createViewMore {
        font-size: 15px;
        font-weight: 500;
        /*color: #333;*/
        /*background: #fff;*/
        text-align: center;
        padding: 0%;
        height: 4vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 25px;
        margin-top: -1vw;
        margin-bottom: 5vw;
    }
    
    .hp_create {
        padding: 4.5vw 8vw 3.5vw 8vw;
        position: relative;
        /*margin-top: -79px;*/
    }
    
    .hp_create::before {
        content: "";
        position: absolute;
        right: 70px;
        bottom: 0px;
        width: 150px;
        height: 150px;
        background-image: url(https://cdn1.npcdn.net/img/1767866817E-IMAGE-09.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        pointer-events: none;
        background-position: center center;
    }
    
    .hp_create::after {
        content: "";
        position: absolute;
        left: 79px;
        bottom: 0px;
        width: 150px;
        height: 150px;
        background-image: url(https://cdn1.npcdn.net/img/1767866800E-IMAGE-08.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;
        background-position: center center;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_create::before {
        content: "";
        position: absolute;
        right: 7px;
        bottom: 0px;
        width: 75px;
        height: 75px;
        background-image: url(https://cdn1.npcdn.net/img/1767866817E-IMAGE-09.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        pointer-events: none;
        background-position: center center;
    }
    
    .hp_create::after {
        content: "";
        position: absolute;
        left: 7px;
        bottom: 0px;
        width: 75px;
        height: 75px;
        background-image: url(https://cdn1.npcdn.net/img/1767866800E-IMAGE-08.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;
        background-position: center center;
    }
    
    .hp_create {
        padding: 5vw 8vw 6vw 8vw;
        position: relative;
        margin-top: 0px;
    }
    
    .n_createViewMore {
        font-size: 15px;
        font-weight: 500;
        /*color: #333;*/
        /*background: #fff;*/
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 25px;
        margin-top: -1vw;
        margin-bottom: 5vw;
    }
    
    .hp_create_box img {
        width: 90%;
        max-width: 150%;
        height: auto;
        display: block;
        border-radius: 15px;
        object-fit: cover;
        margin: 0 auto;
    }
}

@media screen and (max-width: 426px){
    .n_createViewMore {
        font-size: 15px;
        font-weight: 500;
        /*color: #333;*/
        /*background: #fff;*/
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 44vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        border-radius: 25px;
        margin-top: -1vw;
        margin-bottom: 5vw;
    }
    
    .hp_create::before {
        content: "";
        position: absolute;
        right: 7px;
        bottom: 0px;
        width: 65px;
        height: 65px;
        background-image: url(https://cdn1.npcdn.net/img/1767866817E-IMAGE-09.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        pointer-events: none;
        background-position: center center;
    }
    
    .hp_create::after {
        content: "";
        position: absolute;
        left: 7px;
        bottom: 0px;
        width: 65px;
        height: 65px;
        background-image: url(https://cdn1.npcdn.net/img/1767866800E-IMAGE-08.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;
        background-position: center center;
    }
}

/*hp_location*/

.hp_location {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
    z-index: 1;
    display: none !important;
}

.hp_location_left {
    padding: 11vw 0vw 0vw 12vw;
    background-image: url(https://cdn1.npcdn.net/img/1767863394F-IMAGE-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_location .hp_big_title {
    font-size: 32px;
    font-weight: 700;
    color: #facc15;
    line-height: 1.2;
    position: relative;
    margin-bottom: 2.5vw;
}

.hp_location .hp_big_title::before {
    content: "";
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(https://cdn1.npcdn.net/img/1767863692F-IMAGE-02.png) no-repeat center center;
    background-size: contain;
}

.hp_location .hp_location_title {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5vw;
}

.hp_location .hp_location_text {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    margin-bottom: 2.5vw;
}

.hp_location_img {
    width: 104%;
    max-width: 150%;
    margin-left: -1vw;
}

@media screen and (max-width: 1200.5px){
    .hp_location .hp_big_title::before {
        content: "";
        position: absolute;
        left: -45px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: url(https://cdn1.npcdn.net/img/1767863692F-IMAGE-02.png) no-repeat center center;
        background-size: contain;
    }

    .hp_location .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #facc15;
        line-height: 1.2;
        position: relative;
        margin-bottom: 2.5vw;
    }
    
    .hp_location .hp_location_title {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin-bottom: 0.5vw;
    }
    
    .hp_location .hp_location_text {
        font-size: 15px;
        font-weight: 400;
        color: #555;
        margin-bottom: 2.5vw;
    }
    
    .hp_location_img {
        width: 108%;
        max-width: 150%;
        margin-left: -2vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_location_left {
        padding: 6vw 10vw 6vw 15vw;
        background-image: url(https://cdn1.npcdn.net/img/1767863394F-IMAGE-01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_location_img {
        width: 108%;
        max-width: 150%;
        margin-left: -4vw;
    }
    
    .hp_location br {
        display: none;
    }
}

/*hp_contact*/

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

.hp_contact .hp_big_title {
    font-size: 32px;
    font-weight: 700;
    color: #facc15;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_contact .hp_big_title::before {
    content: "";
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(https://cdn1.npcdn.net/img/1767863901G-IMAGE-02.png) no-repeat center center;
    background-size: contain;
}

.hp_contact_img {
    width: 104%;
    max-width: 150%;
    margin-left: -1vw;
}

.row.innerRow_10 {
    background-image: url(https://cdn1.npcdn.net/img/1767864196G-IMAGE-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6.5vw 0vw 0vw 10vw;
}

/*form*/

.ex_hpcontact_formonly {
    margin: 0px 0;
    margin-left: 0vw;
    padding: 0vw 9vw 88px 0vw;
    width: 100%;
}

.ex_hpcontact_formonly .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em+0.75rem+2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ex_hpcontact_formonly .title {
    font-size: 19px;
    margin-bottom: 10px;
    display: none;
}

/*.ex_hpcontact_formonly .subtitle {*/
/*    color: #6c757d !important;*/
/*    display: none;*/
/*}*/

/*.ex_hpcontact_formonly label {*/
/*    color: #6c757d !important;*/
/*    display: none;*/
/*}*/

.ex_hpcontact_formonly .fa, .ex_hpcontact_formonly .fas {
    font-weight: 900;
    display: none;
}

.ex_hpcontact_formonly .btn {
    font-size: 1vw !important;
    color: #000 !important;
}

.ex_hpcontact_formonly .btn-primary {
    background-color: #ffa500 !important;
    border-color: #ffa500 !important;
    padding: 0.5vw 1.3vw !important;
    border-radius: 25px;
}

.ex_hpcontact_formonly textarea.form-control {
    height: 35px;
}

@media screen and (max-width: 1200.5px){
    .hp_contact .hp_big_title::before {
        content: "";
        position: absolute;
        left: -45px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url(https://cdn1.npcdn.net/img/1767863901G-IMAGE-02.png) no-repeat center center;
        background-size: contain;
    }

    .hp_contact .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #facc15;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_contact_img {
        width: 115%;
        max-width: 150%;
        margin-left: -2.5vw;
    }
    
    .row.innerRow_10 {
        background-image: url(https://cdn1.npcdn.net/img/1767864196G-IMAGE-02.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 2vw 0vw 0vw 8vw;
        margin-left: -2.5vw;
        width: 109%;
    }
    
    .ex_hpcontact_formonly textarea.form-control {
        height: 35px;
    }
    
    .ex_hpcontact_formonly {
        margin: 0px 0;
        margin-left: 0vw;
        padding: 0vw 9vw 15px 0vw;
        width: 100%;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact_img {
        width: 108%;
        max-width: 150%;
        margin-left: -4vw;
    }
    
    .row.innerRow_10 {
        background-image: url(https://cdn1.npcdn.net/img/1767864196G-IMAGE-02.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 5vw 12vw 3vw 12vw;
        margin-left: -4vw;
        width: 109%;
    }
    
    .hp_contact .hp_big_title::before {
        content: "";
        position: absolute;
        left: -28px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        background: url(https://cdn1.npcdn.net/img/1767863901G-IMAGE-02.png) no-repeat center center;
        background-size: contain;
    }

    .hp_contact .hp_big_title {
        font-size: 20px;
        font-weight: 700;
        color: #facc15;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .ex_hpcontact_formonly .btn {
        font-size: 3vw !important;
        color: #000 !important;
    }
    
    .ex_hpcontact_formonly .btn-primary {
        background-color: #facc15 !important;
        border-color: #facc15 !important;
        padding: 0.5vw 1.8vw !important;
        border-radius: 25px;
    }
}

/*footer*/

.footer_type6 {
    background-color: #fff;
    color: #000;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

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

.footer_type6 .input-container input, .footer_type6 .input-container label {
    width: 100%;
    height: 3rem;
    color: #000;
}
.footer_type6 .input-container input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    outline: none;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    caret-color: white;
    padding-right: 40px;
}

.footer_type6 .input-container .submit {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #000;
    border: none;
    color: white;
    z-index: 10;
    padding: 15px;
}

.footer_type6 .line {
    width: 100%;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.8);
    height: 1px;
    margin-bottom: 15px;
}

.footer_type6 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 40px;
}

.footer_type6 .title {
    min-height: 50px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.footer_type6 .title {
    min-height: 50px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.footer_type6 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 60px;
}

.footer_type6 .title {
    min-height: 70px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

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

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

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

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

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

.product_detail .productCustomization .nav-pills .nav-link.active {
    color: #fff;
    background-color: #333 !important;
    padding: 0.5rem !important;
    display: none;
}

