a {
    text-decoration: none !important;
}

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

/*ts*/

.tsWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#formc > .textbox {
    outline: none;
    height: 35px;
    width: 250px;
    line-height: 20px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #d9151f;
    font-size: 15px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding-left: 20px;
}

#formc input::placeholder{
    color: #d9151f;
    opacity: 0.7;
}

.ts_right {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: center;
}

.ts_right .location-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ts_right .location-icon {
    color: #fff;
    font-size: 16px;
}

.ts_right .location-text {
    margin: 0;
}

.ts_right .vertical-line {
    width: 1px;
    height: 20px; 
    background-color: #fff;
    /*margin: 10px 0;*/
}

#formc > .buttonx1 {
    outline: 0;
    background: none;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    text-rendering: auto;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    -webkit-border-radius: 0 4px 4px 0;
    border: 0;
    border-radius: 0 25px 25px 0;
    /*padding: 0px;*/
    color: #ed1c24;
}

.ts_right_img{
    max-width: 24px;
}

.ts_right_img img{
    transition: all ease-in-out 0.35s;
}

.ts_right_img img:hover{
    transform: scale(0.9);
}

.ts_leftText {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    /*margin-left: -1.5vw;*/
}

#ts {
    background: #000;
    padding-top: 6px;
    padding-bottom: 6px;
}

/*new*/

.hp_top_ul {
    list-style-type: none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.hp_top_ul li{
    margin-right:2rem;
}

.hp_top_ul li a {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
}

.hp_top_ul li a:hover{
    color:#fff;
}

.hp_top_socialmedia{
    list-style-type: none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.hp_top_socialmedia li{
    margin-left: 0.5rem;
}

.hp_top_icon{
    width: 30px;
    transition:0.25s all linear;
}

.hp_top_icon:hover{
    transform: scale(0.95);
}

.contact_icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 8px;
    vertical-align: middle;
}

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

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

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

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

/*navbar*/

.navbar_type4 .logo {
    position: absolute;
    left: 0%;
    right: 0;
    width: 90%;
    padding: 0;
    margin: -12px auto;
    height: unset;
}

.navbar_type4 {
    background-color: #fff !important;
    color: #000 !important;
    height: 110px;
    z-index: 100;
}

.navbar_type4 .logo {
    width: auto;
    height: 90px;
    object-fit: contain;
    display: inline-block;
    font-size: 0.85rem;
    line-height: inherit;
    white-space: nowrap;
    max-height: 200px;
    flex: 0 1 100%;
    text-align: center;
}

.navbar_type4 .minify .logo {
    padding: 0px;
    height: 100% !important;
}

.navbar_type4 .nav-item {
    flex: 1;
    text-align: center;
    white-space: nowrap;
}

.navbar_type4 .nav-item:nth-child(1) {
    margin-right: -1vw;
    margin-left: 0vw;
}

/*.navbar_type4 .nav-item:nth-child(2) {*/
/*    margin-right: 0vw;*/
/*    margin-left: 0vw;*/
/*}*/

/*.navbar_type4 .nav-item:nth-child(3) {*/
/*    margin-right: 0vw;*/
/*    margin-left: 0vw;*/
/*}*/

/*.navbar_type4 .nav-item:nth-child(4) {*/
/*    margin-right: 0vw;*/
/*    margin-left: 0vw;*/
/*}*/

/*.navbar_type4 .nav-item:nth-child(5) {*/
/*    margin-right: 10vw;*/
/*    margin-left: 0vw;*/
/*}*/

/*.navbar_type4 .nav-item:nth-child(6) {*/
/*    margin-right: 1vw;*/
/*    margin-left: 0vw;*/
/*}*/

/*.navbar_type4 .nav-item:nth-child(7) {*/
/*    margin-right: 0vw;*/
/*    margin-left: 0vw;*/
/*}*/

/*.navbar_type4 .nav-item:nth-child(8) {*/
/*    margin-right: 0vw;*/
/*    margin-left: 0vw;*/
/*}*/

/*.navbar_type4 .nav-item:nth-child(9) {*/
/*    margin-right: 0vw;*/
/*    margin-left: 0vw;*/
/*}*/

.navbar_type4 .nav-item:nth-child(5) {
    margin-right: 10vw;
}

/*.navbar_type4 .minify .logo {*/
/*    position: absolute;*/
/*    height: unset;*/
/*    padding: 0px;*/
    /* height: 35px; */
    /* width: 95%; */
/*}*/

.navbar_type4 .nav_link {
    /*padding: auto;*/
    /*margin: auto 10px;*/
    /*color: #fff;*/
}

.navbar_type4 .nav-item {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin: 0px;
    display: flex;
    flex: 1;
    justify-content: center;
    white-space: nowrap;
}

.navbar_type4 a {
    color: #000 !important;
    text-decoration: none;
    outline: 0;
}

.navbar_type4 a:hover {
    color: #e0ae4b !important;
    text-decoration: none;
    outline: 0;
}

.bgTopNav {
    background-color: #b6904b;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 8px;
}

.navbar_mobile .row_1 {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
    text-align: center;
}

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

@media screen and (max-width: 1200.5px){
    .navbar_type4 .nav-item {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        margin: 0px;
        display: flex;
        flex: 1;
        justify-content: center;
        white-space: nowrap;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_mobile {
        background-color: #fff;
    }
}

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

/*hp_banner*/

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

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

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

.n_bannerInnerGroup {
    position: absolute;
    top: 6vw;
    left: 9.5vw;
    width: 40%;
    text-align: left;
}

.hp_banner_subtitle {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0vw;
}

.hp_banner_title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 51px;
    font-weight: 700;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5vw;
}

.hp_banner_title::after {
    content: "";
    display: block;
    width: 10%;
    height: 1px;
    margin-top: 10px;
    background: linear-gradient(90deg, #d2ae6e, #f5cf97, #b5944d);
    /* border-radius: 2px; */
}

.hp_banner_title .line1 {
    display: block;
    background: linear-gradient(90deg, #d2ae6e 0%, #b5944d 25%, #f5cf97 40%, #b5944d 50%, #d2ae6e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: -0.5vw;
}

.hp_banner_title .line2 {
    display: block;
    background: linear-gradient(90deg, #e8c589 0%, #ba9953 30%, #b5944d 50%, #b4944b 70%, #b6964e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hp_banner_big {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0vw;
}

.banner-box {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    margin-bottom: 1.5vw;
}

.bannerBorder {
    position: relative;
}

.bannerBorder:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -18%;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    background: #896f38;
}

.bannerBorder2 {
    padding: 10px 5px;
}

.banner_box {
    text-align: center;
}

.banner_icon {
    margin: 0 auto;
}

.banner_box img.banner_icon {
    width: 65px !important;
    margin-top: 0.5vw;
}

.banner_box:hover .banner_icon {
    animation: 1s swing;
}

.banner_box:hover .banner_icon {
    animation: swing 1s ease;
    animation-fill-mode: both;
}

.banner_box .subtitle_all {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    transition: color 0.3s ease-in-out;
    line-height: 1.3;
    margin-top: 1vw;
    margin-bottom: 2vw;
    /* min-height: 8vw; */
    text-align: center;
}

.button-group {
    display: flex;
    gap: 8px;
    margin-bottom: 4vw;
}

.n_bannerViewMore {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #b5944d;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 13.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #e0ae4b;
    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::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;
}

.n_bannerViewMore2 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #4ac958;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 13.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

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

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

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

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

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

.n_bannerViewMore2::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;
}

.n_bannerViewMore2 img.arrow-icon {
    margin-left: 10px !important;
    margin-right: 0px;
    width: 24px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

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

@media screen and (max-width: 1300.5px){
    .hp_banner_subtitle {
        font-size: 30px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .hp_banner_title {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 45px;
        font-weight: 700;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5vw;
    }
    
    .hp_banner_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0vw;
    }
    
    .bannerBorder:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -25%;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 60%;
        background: #896f38;
    }
    
    .banner_box .subtitle_all {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-top: 1vw;
        margin-bottom: 2vw;
        /* min-height: 8vw; */
        text-align: center;
    }
    
    .banner_box img.banner_icon {
        width: 60px !important;
        margin-top: 0.5vw;
    }
    
    .n_bannerViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #b5944d;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #4ac958;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .banner-box {
        display: flex;
        justify-content: flex-start;
        gap: 50px;
        margin-bottom: 0.5vw;
    }
    
    .banner_box .subtitle_all {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-top: 1vw;
        margin-bottom: 1vw;
        /* min-height: 8vw; */
        text-align: center;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_subtitle {
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .hp_banner_title {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 40px;
        font-weight: 700;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5vw;
    }
    
    .hp_banner_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 10px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0vw;
    }
    
    .banner_box img.banner_icon {
        width: 55px !important;
        margin-top: 0.5vw;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #b5944d;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 18.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #4ac958;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 18.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 18px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 3.5vw;
        left: 9.5vw;
        width: 40%;
        text-align: left;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 6vw;
        left: 8vw;
        width: 85%;
        text-align: left;
    }
    
    .hp_banner_subtitle {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
    }
    
    .hp_banner_title {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 30px;
        font-weight: 700;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5vw;
    }
    
    .slider_banner .item>img{
        min-height: 555px !important;
        object-fit: cover;
        padding-top: 325px;
        object-position: right;
        background-color: #000;
    }
    
    .hp_banner_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0vw;
    }
    
    .bannerBorder2 {
        padding: 5px 2px;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #b5944d;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 38.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #4ac958;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 38.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .banner_box .subtitle_all {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-top: 1vw;
        margin-bottom: 2vw;
        /* min-height: 8vw; */
        text-align: center;
    }
}

@media screen and (max-width: 360.5px){
    .n_bannerViewMore {
        font-size: 10px;
        font-weight: 400;
        color: #fff;
        background-color: #b5944d;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 42.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 10px;
        font-weight: 400;
        color: #fff;
        background-color: #4ac958;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 42.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_products*/

.hp_products {
    padding: 7vw 8.5vw 1vw 8.5vw;
    position: relative;
    z-index: 1;
}

.hp_products .title_small {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #b5944d;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_products .title_big {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0vw;
    padding: 0vw 14vw 0vw 0vw;
}

.hp_products_box2 {
    margin-top: 3vw;
    margin-left: 5vw;
}

.hp_products .hp_keyword {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

.n_productViewMore {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #b5944d;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 12.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_productViewMore:hover {
    color: #fff;
    background-color: #e0ae4b;
    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;
}

.n_productViewMore img.arrow-icon {
    margin-left: 13px !important;
    margin-right: 0px;
    width: 60px !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 8vw 5vw 8vw;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
    height: auto;
    flex: 1;
    border-radius: 0px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
    background-color: transparent;
}

.productSlider-1 p {
    display: none !important;
}

.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 .text-left {
    text-align: center !important;
    display: none !important;
}

@media screen and (max-width: 1300.5px){
    .hp_products .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_products .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
        padding: 0vw 14vw 0vw 0vw;
    }
    
    .n_productViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #b5944d;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_products .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_products .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
        padding: 0vw 7vw 0vw 0vw;
    }
    
    .n_productViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #b5944d;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 18.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){
    .hp_products {
        padding: 6vw 5vw 1vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_products_box2 {
        margin-top: 3vw;
        margin-left: 0vw;
    }
    
    .hp_products .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_productViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #b5944d;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 38.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .productSlider-1 {
        padding: 3vw 8vw 5vw 8vw;
    }
}

@media screen and (max-width: 360.5px) {
    .n_productViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #b5944d;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 44.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 0vw 8.5vw 6vw 8.5vw;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #635432 0%, #1a1a1a 25%, #000000 60%, #000000 100%);
}

.hp_about_box {
    margin-top: 7.5vw;
    /* margin-left: 5vw; */
}

.hp_about .title_small {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #b5944d;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_about .title_big {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0vw;
    padding: 0vw 9vw 0vw 0vw;
}

.hp_about_box2 {
    /*margin-top: 3vw;*/
    /*margin-left: 5vw;*/
}

.hp_about .hp_keyword {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    position: relative;
    margin-top: 2vw;
    margin-bottom: 1vw;
    padding: 0vw 6vw 0vw 0vw;
}

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

.hp_about_group {
    position: relative;
}

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

.hp_about_box2 {
    position: absolute;
    z-index: 10;
    bottom: -4%;
    right: -6%;
}

.hp_about_box2 img {
    width: 140px;
    height: auto;
}

.hp_about .arrow-icon {
    display: block;
    width: 140px;
    animation: rotateCircle 8s linear infinite;
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.hp_about .arrow-icon2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40px;
}

@media screen and (max-width: 1300.5px){
    .hp_about .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_about .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
        padding: 0vw 9vw 0vw 0vw;
    }
    
    .hp_about_box {
        margin-top: 3.5vw;
        /* margin-left: 5vw; */
    }
    
    .hp_about .hp_keyword {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        position: relative;
        margin-top: 2vw;
        margin-bottom: 1vw;
        padding: 0vw 6vw 0vw 0vw;
    }
    
    .hp_about_box2 img {
        width: 120px;
        height: auto;
    }
    
    .hp_about .arrow-icon {
        display: block;
        width: 120px;
        animation: rotateCircle 8s linear infinite;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_about .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
        padding: 0vw 6vw 0vw 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 10px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        position: relative;
        margin-top: 2vw;
        margin-bottom: 1vw;
        padding: 0vw 6vw 0vw 0vw;
    }
    
    .hp_about .arrow-icon {
        display: block;
        width: 110px;
        animation: rotateCircle 8s linear infinite;
    }
    
    .hp_about .arrow-icon2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 30px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 7vw 5vw;
        position: relative;
        z-index: 1;
        background: linear-gradient(135deg, #635432 0%, #1a1a1a 25%, #000000 60%, #000000 100%);
    }
    
    .hp_about_box {
        margin-top: 0vw;
        /* margin-left: 5vw; */
    }
    
    .hp_about .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        position: relative;
        margin-top: 2vw;
        margin-bottom: 1vw;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        z-index: 1;
        margin-top: 3vw;
        margin-left: 0vw;
    }
    
    .hp_about .arrow-icon {
        display: block;
        width: 90px;
        animation: rotateCircle 8s linear infinite;
    }
    
    .hp_about .arrow-icon2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 20px;
    }
    
    .hp_about_box2 {
        position: absolute;
        z-index: 10;
        bottom: -4%;
        right: 1%;
    }
}

/*hp_slogan*/

.hp_slogan {
    position: relative;
    background: linear-gradient(
        to right,
        #ddba76 0%,
        #b1904b 50%,
        #9b7f45 100%
    );
    padding: 1.6vw 0vw;
    color: #000;
    z-index: 1;
    overflow: hidden;
}

.hp_slogan_marquee {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 25px;
    font-weight: 200;
    height: 2vw;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 0vw;
    background: transparent;
}

.hp_slogan_keyword {
    display: flex;
    white-space: nowrap;
    animation: marqueeLeft 15s linear infinite;
}

.hp_slogan_keyword span {
    display: inline-block;
    padding-right: 30px;
    color: #fff;
    position: relative;
}

.hp_slogan_keyword span:not(:last-child)::after {
    content: "•";
    color: #fff;
    margin-left: 30px;
    font-size: 50px;
    vertical-align: sub;
}

@keyframes marqueeLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media screen and (max-width: 1300.5px){
    .hp_slogan_marquee {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 25px;
        font-weight: 200;
        height: 3vw;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        letter-spacing: 1px;
        margin-bottom: 0vw;
        background: transparent;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_slogan_marquee {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 19px;
        font-weight: 200;
        height: 3vw;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        letter-spacing: 1px;
        margin-bottom: 1vw;
        background: transparent;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_slogan_marquee {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 16px;
        font-weight: 200;
        height: 8vw;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        letter-spacing: 1px;
        margin-bottom: 3vw;
        background: transparent;
    }
    
    .hp_slogan {
        position: relative;
        background: linear-gradient(to right, #ddba76 0%, #b1904b 50%, #9b7f45 100%);
        padding: 2vw 0vw;
        color: #000;
        z-index: 1;
        overflow: hidden;
    }
}

/*hp_services*/

.hp_services {
    padding: 7.5vw 8.5vw 6vw 8.5vw;
    position: relative;
    z-index: 1;
}

.hp_services .title_small {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #b5944d;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_services .title_big {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0vw;
    padding: 0vw 9vw 0vw 0vw;
}

.hp_services_box2 {
    margin-top: 3vw;
    margin-left: 5vw;
    margin-bottom: 1.5vw;
}

.hp_services .hp_keyword {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

.n_servicesViewMore {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 2.8vw;
    width: 12.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

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

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

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

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

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

.n_servicesViewMore: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;
}

.n_servicesViewMore img.arrow-icon {
    margin-left: 13px !important;
    margin-right: 0px;
    width: 60px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

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

.hp_services .serviceBorder {
    position: relative;
    padding: 10px 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hp_services .serviceBorder:hover,
.hp_services .serviceBorder:active {
    transform: translateY(-10px);
}

.hp_services .service_box {
    position: relative;
    overflow: hidden;
}

.hp_services .service_box a {
    display: block;
    position: relative;
}

.hp_services .service_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.hp_services .services_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;

    z-index: 2;
    padding: 30px 30px 10px 30px;

    display: flex;
    align-items: flex-end;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.4) 40%,
        rgba(0, 0, 0, 0) 100%
    );
}

.hp_services .services_content {
    color: #fff;
    max-width: 80%;
}

.hp_services .service_title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_services .services_text {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

.hp_services .service_number {
    font-family: 'Bricolage Grotesque', sans-serif;
    position: absolute;
    right: 0px;
    bottom: -35px;
    font-size: 85px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

@media screen and (max-width: 1300.5px){
    .hp_services .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_services .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
        padding: 0vw 9vw 0vw 0vw;
    }

    .n_servicesViewMore {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        background-color: #000;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_services .service_title {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 19px;
        font-weight: 400;
        color: #fff;
        line-height: 1.3;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .hp_services .services_text {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 1vw;
    }
    
    .hp_services .service_number {
        font-family: 'Bricolage Grotesque', sans-serif;
        position: absolute;
        right: 0px;
        bottom: -26px;
        font-size: 70px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.4);
        margin: 0;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_services .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_services .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
        padding: 0vw 9vw 0vw 0vw;
    }

    .n_servicesViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #000;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 18.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .hp_services .service_title {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 1.3;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .hp_services .services_text {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 1vw;
    }
    
    .hp_services .service_number {
        font-family: 'Bricolage Grotesque', sans-serif;
        position: absolute;
        right: 0px;
        bottom: -26px;
        font-size: 60px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.4);
        margin: 0;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_services .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_services_box2 {
        margin-top: 3vw;
        margin-left: 0vw;
        margin-bottom: 3vw;
    }
    
    .n_servicesViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #000;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 38.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
    
    .hp_services .service_title {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        line-height: 1.3;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .hp_services .services_text {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 1vw;
    }
    
    .hp_services .serviceBorder {
        position: relative;
        padding: 10px 15px;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
}

@media screen and (max-width: 360.5px) {
    .n_servicesViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #000;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 44.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
}

/*hp_testimonial*/

.index_wrapper_6 {
    position: relative;
    padding: 5vw 8.5vw 7vw 8.5vw;
    background: linear-gradient(-135deg, #635432 0%, #1a1a1a 25%, #000000 60%, #000000 100%);
}

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

.hp_testimonial .title_small {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #b5944d;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_testimonial .title_big {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0vw;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
}

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

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    z-index: 1;
    right: -4vw;
}

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0px;
}

#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: contain;
    padding: 15px;
    transition: all 0.7s;
}

#main_index .hp_photoGallerySlider_type3  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

@media screen and (max-width: 1300.5px){
    .hp_testimonial .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_testimonial .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        z-index: 1;
        right: -2.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_testimonial .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_testimonial .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_6 {
        position: relative;
        padding: 6vw 5vw 6vw 5vw;
        background: linear-gradient(-135deg, #635432 0%, #1a1a1a 25%, #000000 60%, #000000 100%);
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1781510467arrow-right.png);
        width: 35PX;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1781510460arrow-left.png);
        width: 35px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        z-index: 1;
        left: -3vw;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        z-index: 1;
        right: 0.5vw;
    }
}

/*hp_news*/

.hp_news {
    padding: 6vw 8.5vw 1.5vw 8.5vw;
    position: relative;
    z-index: 1;
}

.hp_news .title_small {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #b5944d;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_news .title_big {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0vw;
}

/*news*/

#main_index .latest_new_type4 {
    padding: 0vw 10vw 2.5vw 10vw;
}

#main_index .latest_new_type4 .news_box .badge-primary {
    background-color: #000;
    letter-spacing: 1.2px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 11px;
}

#main_index .latest_new_type4 .news_box .date {
    font-size: 0.8rem;
    text-align: right;
    margin-bottom: 5px;
    color: #000;
}

#main_index .latest_new_type4 .text-right {
    text-align: right !important;
    display: none;
}

@media screen and (max-width: 1300.5px){
    .hp_news .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_news .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_news .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_news .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 6vw 5vw 1.5vw 5vw;
        position: relative;
        z-index: 1;
    }
}

/*hp_review*/

.index_wrapper_8 {
    position: relative;
    padding: 6vw 8.5vw 7vw 8.5vw;
    background: linear-gradient(-35deg, #635432 0%, #1a1a1a 25%, #000000 60%, #000000 100%);
}

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

.hp_review .title_small {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #b5944d;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_review .title_big {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0vw;
}

/*form*/

.ex_hpcontact_formonly {
    margin: 15px 0;
    padding: 0vw 4vw 0vw 4vw;
}

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

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

.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: #f2f2f2;
    background-clip: padding-box;
    border: 1px solid #f2f2f2;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ex_hpcontact_formonly .fa-paper-plane:before {
    content: "\f1d8";
    display: none;
}

.ex_hpcontact_formonly .btn-primary {
    background-color: #000 !important;
    border-color: #000 !important;
    padding: 7px 12px !important;
    border-radius: 0px !important;
}

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

@media screen and (max-width: 1300.5px){
    .hp_review .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_review .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_review .title_small {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #b5944d;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_review .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_8 {
        position: relative;
        padding: 6vw 5vw 7vw 5vw;
        background: linear-gradient(-35deg, #635432 0%, #1a1a1a 25%, #000000 60%, #000000 100%);
    }
}

/*hp_contactImg*/

.index_wrapper_9 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1781503693g-contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3vw 8.5vw 0vw 8.5vw;
}

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

.hp_contact_img {
    width: 91%;
    max-width: 150%;
    z-index: 1;
    margin-left: 0vw;
}

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

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

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

@media screen and (max-width: 767.5px){
    .index_wrapper_9 {
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1781503693g-contact-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 6vw 5vw 6vw 5vw;
    }
    
    .hp_contact_img {
        width: 100%;
        max-width: 150%;
        z-index: 1;
        margin-left: 0vw;
    }
}

/*hp_contact*/

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

.hp_contact .title_big {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.hp_contact .hp_keyword {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
    
    .hp_contact {
        padding: 1vw 0vw 0vw 2vw;
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact .title_big {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
    
    .hp_contact {
        padding: 0vw 0vw 0vw 2vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_contact_img {
        width: 107%;
        max-width: 150%;
        z-index: 1;
        margin-left: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 3vw 0vw 0vw 0vw;
        position: relative;
        z-index: 1;
    }
    
    .ex_hpcontact_formonly {
        margin: 15px 0;
        padding: 0vw 7vw 0vw 7vw;
    }
}

/*footer*/

.footer_type7 {
    background: linear-gradient(35deg,
        #7a6438 0%,
        #3a2f22 25%,
        #1a1a1a 55%,
        #0b0b0b 80%,
        #000000 100%
    );
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden !important;
}

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

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

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

.footer_type7 .row > .col-12:first-child {
    margin-top: 3vw;
}

.footer_type7 .col-12.col-md-4.mb-md-0.p-3 .footer_subtitle {
    font-size: 0; 
}

.footer_type7 .col-12.col-md-4.mb-md-0.p-3 .footer_subtitle::after {
    content: "Information";
    font-size: 18px;
    font-weight: 600;
}

.footer_type7 .fa-facebook-f {
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer_type7 .fa-instagram {
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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