body > br{
    display: none;
}

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: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}
#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: 33px;
}
.ts_right_img img{
    transition: all ease-in-out 0.35s;
}
.ts_right_img img:hover{
    transform: scale(0.9);
}

.ts_leftText {
    color: #d6c047;
    font-weight: 600;
    font-size: 16px;
    margin-bottom:0;
}

.ts_leftText2 {
    color: #d6c047;
    font-weight: 300;
    font-size: 14px;
    margin-bottom:0;
}

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

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

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

@media screen and (max-width: 992.5px){
    #ts {
        background: #000;
        padding-top: 15px;
        padding-bottom: 15px;
        display: none;
    }
}

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

/*navbar*/

/*.navbar_type8 {*/
/*    background-color: #fff;*/
/*}*/

/*.navbar_type8 .nav_tab .nav_item:nth-child(1)::after {*/
/*    content: '\f015';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: -3px;*/
/*    transform: translateY(-50%);*/
/*    font-family: 'font awesome\ 5 free';*/
/*    font-weight: 900;*/
/*    color: #333;*/
/*}*/

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

/*.navbar_type8 .nav_tab {*/
/*    justify-content: flex-start;*/
/*    padding-left: 5px;*/
/*    padding-right: 5px;*/
/*}*/

/*.navbar_type8 .logo img {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*}*/

/*.navbar_type8 .nav_tab .nav_item>a {*/
/*    color: #333;*/
/*    font-weight: 600;*/
/*}*/

/*.navbar_type8 .nav_tab .dropdown a:hover {*/
    /*outline: transparent;*/
/*    color: #d6c047;*/
/*}*/

/*.navbar_type8 .nav_tab .nav_item::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    top: 110%;*/
/*    width: 100%;*/
/*    border-bottom: 4px solid #d6c047;*/
/*    transition: opacity 0.5s ease-in-out;*/
/*    opacity: 0;*/
/*}*/

/*.navbar_type8 .logo {*/
/*    flex: 0 1 20%;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    margin-top: 0vw;*/
/*    margin-left: 65px;*/
/*    height: auto;*/
/*}*/

/*#main_index .navbar_type8 .logo {*/
/*    margin-top: 0.5vw;*/
/*    height: 8.5vw;*/
/*}*/

/*.navbar_type8 .logo img {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*}*/

/*#main_index .navbar_type8.dark_nav .logo {*/
/*    margin-top: 0vw;*/
/*    height: auto;*/
/*}*/

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

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

.navbar_type8 .logo {
    flex: 0 1 20%;
    overflow: hidden;
    position: relative;
    margin-top: 0vw;
    margin-left: 6.5vw;
    height: auto;
}

#main_index .navbar_type8 .logo {
    margin-top: 0.5vw;
    height: 8.5vw;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px;
}

#main_index .navbar_type8.dark_nav .logo {
    margin-top: 0vw;
    height: auto;
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 15px 27px;
    text-transform: uppercase;
}

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

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

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

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

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

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

.navbar_ecommerceDropdown {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    transition: top 0.3s ease, background-color 0.3s ease;
}

.navbar_ecommerceDropdown.scrolled {
    top: 0;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 90px;
    margin-left: -1.5vw;
    transition: max-height 0.3s ease;
}

#main_index .navbar_ecommerceDropdown .nav_logo img {
    max-height: 100px;
}

#main_index .navbar_ecommerceDropdown.scrolled .nav_logo img {
    max-height: 90px;
}

.navbar_ecommerceDropdown .nav_search {
    flex-grow: 1;
    padding: 0 1rem;
    display: flex;
    align-self: center;
    margin-left: 1vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
    color: #d6c047; 
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #d6c047; 
}

#top_spacing {
    position: relative;
    height: 100px!important;
    /*height:calc(98.96px + 70.2px)!important;*/
    width: 100%;
}
@media only screen and (max-width: 991.5px) {
    #top_spacing{
        height:80px!important;
    }
}
@media only screen and (min-width: 992px) {
    /* Default home icon */
    .navbar_type8 .nav_tab .nav_item:nth-child(1)::before {
        content: '\f015';
        position: absolute;
        top: 5%;       
        left: 8px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;    
        transition: color 0.3s ease; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(1):hover::before {
        color: #d6c047; 
    }
    
    .nav_bottom .menu .nav_item:first-child .dropdown a::before {
        content: '\f015';
        position: absolute;
        top: 50%;
        left: -4px;
        transform: translateY(-54%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;
        transition: color 0.3s ease;
    }
    
    .navbar_ecommerceDropdown .nav_tab .nav_item:nth-child(1):hover::before {
        color: #d6c047; 
    }
}

@media screen and (max-width: 1300.5px){
    /*.navbar_type8 .nav_tab .nav_item:nth-child(1)::before {*/
    /*    content: '\f015';*/
    /*    position: absolute;*/
    /*    top: 2%;*/
    /*    left: -7px;*/
    /*    transform: translateY(-50%);*/
    /*    font-family: 'Font Awesome 5 Free';*/
    /*    font-weight: 900;*/
    /*    color: #444;*/
    /*    transition: color 0.3s ease;*/
    /*}*/
    
    .navbar_type8 .nav_tab {
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 10vw;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        padding: 15px 20px;
        text-transform: uppercase;
    }
    
    .navbar_type8 .nav_tab {
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 8vw;
        flex-wrap: nowrap;
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(1)::before {
        content: '\f015';
        position: absolute;
        top: 2%;
        left: 2px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;
        transition: color 0.3s ease;
    }
    
    #main_index .navbar_type8 .logo {
        margin-top: 0vw;
        height: auto;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_mobile {
        display: block;
        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: 11vw;
    left: 10vw;
    /* transform: translate(-50%, -50%); */
    width: 40%;
    text-align: left;
    z-index: 1;
}

.banner_big_title {
    font-size: 50px;
    font-weight: 800;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0vw;
    position: relative;
    text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.7);
}

.banner_big_title span {
    font-size: 40px;
}

.banner_big_title2 {
    font-size: 50px;
    font-weight: 800;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
    padding-left: 130px;
    margin-top: -0.5vw;
    margin-bottom: 0vw;
    position: relative;
    text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.7);
}

.banner_big_title2 span {
    font-size: 40px;
}

.banner_keyword {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.4;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
    padding: 1vw 1vw 2vw 0vw;
}

.n_bannerViewMore {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #d6c047;
    border-radius: 10px;
    padding: 10px 32px;
    margin-top: 0vw;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

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

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

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

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

@media screen and (max-width: 1200.5px){
    .banner_big_title {
        font-size: 45px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
        position: relative;
        text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.7);
    }
    
    .banner_big_title span {
        font-size: 35px;
    }
    
    .banner_big_title2 {
        font-size: 45px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        padding-left: 130px;
        margin-top: -0.5vw;
        margin-bottom: 0vw;
        position: relative;
        text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.7);
    }
    
    .banner_big_title2 span {
        font-size: 35px;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.4;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
        padding: 1vw 1vw 2vw 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 11vw;
        left: 10vw;
        /* transform: translate(-50%, -50%); */
        width: 50%;
        text-align: left;
        z-index: 1;
    }
}

@media screen and (max-width: 992.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 6vw;
        left: 10vw;
        /* transform: translate(-50%, -50%); */
        width: 60%;
        text-align: left;
        z-index: 1;
    }
}

@media screen and (max-width: 767.5px){
    .banner_big_title {
        font-size: 35px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
        position: relative;
        text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.7);
    }
    
    .banner_big_title span {
        font-size: 25px;
    }
    
    .banner_big_title2 {
        font-size: 35px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        padding-left: 70px;
        margin-top: -0.5vw;
        margin-bottom: 0vw;
        position: relative;
        text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.7);
    }
    
    .banner_big_title2 span {
        font-size: 25px;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.5;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
        padding: 1vw 0vw 3vw 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 15vw;
        left: 10vw;
        /* transform: translate(-50%, -50%); */
        width: 85%;
        text-align: left;
        z-index: 1;
    }
    
    .n_bannerViewMore {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #d6c047;
        border-radius: 10px;
        padding: 8px 25px;
        margin-top: 0vw;
        text-decoration: none;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 426px){
    .banner_big_title {
        font-size: 30px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0vw;
        position: relative;
        text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.7);
    }
    
    .banner_big_title span {
        font-size: 20px;
    }
    
    .banner_big_title2 {
        font-size: 30px;
        font-weight: 800;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        padding-left: 70px;
        margin-top: -0.5vw;
        margin-bottom: 0vw;
        position: relative;
        text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.7);
    }
    
    .banner_big_title2 span {
        font-size: 20px;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 11px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.5;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
        padding: 1vw 0vw 3vw 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 18vw;
        left: 10vw;
        /* transform: translate(-50%, -50%); */
        width: 85%;
        text-align: left;
        z-index: 1;
    }
    
    .n_bannerViewMore {
        position: relative;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        background-color: #d6c047;
        border-radius: 10px;
        padding: 8px 25px;
        margin-top: 0vw;
        text-decoration: none;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }
}

/*hp_about*/

.index_wrapper_3, .index_wrapper_4 , .index_wrapper_5, .index_wrapper_6, .index_wrapper_7, .index_wrapper_8 {
    background-color: #f3f3f3;
}

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

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

.hp_about_right {
    padding: 3vw 0vw 0vw 6vw;
}

.hp_about .n_Header {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_about .hp_keyword {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    line-height: 1.7;
    padding: 1vw 4vw 1.5vw 0vw;
}

.n_aboutViewMore {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #d6c047;
    border-radius: 10px;
    padding: 10px 32px;
    margin-top: 0vw;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

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

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

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

@media screen and (max-width: 1300.5px){
    .hp_about_right {
        padding: 2vw 0vw 0vw 3vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about_right {
        padding: 0vw 0vw 0vw 1vw;
    }
    
    .hp_about .hp_keyword {
        position: relative;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0;
        line-height: 1.7;
        padding: 1vw 0vw 1.5vw 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .hp_about .hp_keyword {
        position: relative;
        font-size: 12px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0;
        line-height: 1.7;
        padding: 1vw 0vw 1.5vw 0vw;
    }
}

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 5vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_about_right {
        padding: 0vw 4vw 0vw 4vw;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 350%;
        margin: 0 auto;
        z-index: -1;
        margin-top: 5vw;
        margin-left: 0vw;
        position: relative;
    }
    
    .hp_about .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        color: #333;
        margin-bottom: 0;
        line-height: 1.7;
        padding: 1vw 0vw 3vw 0vw;
    }
    
    .n_aboutViewMore {
        position: relative;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #d6c047;
        border-radius: 10px;
        padding: 10px 30px;
        margin-top: 0vw;
        text-decoration: none;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }
}

/*hp_gallery*/

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

.hp_gallery .n_Header {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1775620235C-ARROW-2.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(0);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1775620218C-ARROW-1.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(0);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -2vw;
}

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

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

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

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

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

#main_index .hp_photoGallerySlider_type3 .slick-next.slick-disabled:before, #main_index .hp_photoGallerySlider_type3 .slick-prev.slick-disabled:before {
    opacity: 1;
}

#main_index .hp_photoGallerySlider_type3 .slick-next:before, #main_index .hp_photoGallerySlider_type3 .slick-prev:before {
    opacity: 1;
}

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

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

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

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

@media screen and (max-width: 767.5px){
    .hp_gallery {
        padding: 2vw 5vw 1vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_gallery .n_Header {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 1vw;
    }
    
    #main_index .hp_photoGallerySlider_type3 {
        background-color: transparent;
        padding: 0vw 0vw 1vw 0vw;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
        padding: 7px;
    }
}

/*hp_galleryBtn*/

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

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

.n_galleryViewMore {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #d6c047;
    border-radius: 10px;
    padding: 10px 32px;
    margin-top: 0vw;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

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

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

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

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

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

@media screen and (max-width: 767.5px){
    .n_galleryViewMore {
        position: relative;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #d6c047;
        border-radius: 10px;
        padding: 10px 30px;
        margin-top: 0vw;
        text-decoration: none;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }
}

/*hp_featured*/

.hp_featured {
    padding: 5vw 10.5vw 1vw 10.5vw;
    position: relative;
    z-index: 0;
}

.hp_featured .n_Header {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_featured_img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: -1;
    position: relative;
}

.hp_featured_left {
    padding: 0px;
}

.hp_featured_right {
    padding: 0px;
}

#main_index .hp_featured_left,
#main_index .hp_featured_right {
    padding-left: 0;
    padding-right: 0;
}

.hp_featured_box {
    background-image: url(https://cdn1.npcdn.net/img/1775635887D-BLACK-BOX-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 103.5%;
    padding: 2vw 2vw 2vw 2vw;
    z-index: 1;
    position: relative;
    margin-left: -21px;
}

.hp_featured_box2 {
    background-image: url(https://cdn1.npcdn.net/img/1775636485D-BLACK-BOX-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 104%;
    padding: 2vw 2vw 2vw 2vw;
}

.hp_featured .featured_title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_featured .featured_title2 {
    font-size: 19px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

.hp_featured .featured_text {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_featured .featured_text strong {
    font-weight: 700;
}

.hp_featured .featured_text span {
    font-size: 15px;
    font-weight: 700;
}

.n_featuredViewMore {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #d6c047;
    border-radius: 10px;
    padding: 10px 32px;
    margin-top: 0vw;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

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

.n_featuredViewMore:hover {
    color: #d6c047;
    background-color: #fff;
}

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

/*product_category*/

.product_cat-3 {
    padding: 0vw 8vw 0vw 8vw;
}

.product_cat-3 .mb-3, .product_cat-3 .my-3 {
    margin-bottom: 2rem !important;
}

.product_cat-3 .cat_box .content h2, .product_cat-3 .cat_box .content h3, .product_cat-3 .cat_box .content h4 {
    color: white;
    font-size: 17px;
    font-weight: 600;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
    transition: all 0.2s ease;
    cursor: pointer;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    width: 110%;
    height: 110%;
    transform: translate(0%, 0%);
}

.product_cat-11 {
    height: 100%;
    padding-bottom: 10px;
    padding: 0vw 8vw 0vw 8vw;
}

.product_cat-11 .hp_product_cat_slider .item::after {
    position: absolute;
    content: "";
    height: 8px;
    bottom: 0;
    width: 60%;
    background-color: #d6c047;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.product_cat-11 .slick-arrow::before {
    color: #d6c047;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
}

.product_cat-11 .slick-prev {
    left: -2vw;
    z-index: 10;
}

.product_cat-11 .slick-next {
    right: -2vw;
    z-index: 10;
}

.product_cat-11 .slick-prev::before, .slick-next::before {
    text-shadow: 0 0 0px black !important;
}

@media screen and (max-width: 1300.5px){
    .hp_featured .featured_title {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_featured .featured_title2 {
        font-size: 15px;
        font-weight: 600;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 1vw;
    }
    
    .hp_featured .featured_text {
        font-size: 11px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_featured .featured_text br {
        display: none;
    }
    
    .hp_featured .featured_text2 br {
        display: none;
    }
    
    .hp_featured_box {
        background-image: url(https://cdn1.npcdn.net/img/1775635887D-BLACK-BOX-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 103.7%;
        padding: 2vw 2vw 2vw 2vw;
        z-index: 1;
        position: relative;
        margin-left: -18px;
    }
    
    .hp_featured_box2 {
        background-image: url(https://cdn1.npcdn.net/img/1775636485D-BLACK-BOX-2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 95.3%;
        width: 103.5%;
        padding: 2vw 2vw 2vw 2vw;
    }
    
    .n_featuredViewMore {
        position: relative;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #d6c047;
        border-radius: 10px;
        padding: 8px 25px;
        margin-top: 0vw;
        text-decoration: none;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_featured {
        padding: 5vw 8.5vw 1vw 8.5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_featured .featured_title {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_featured .featured_title2 {
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 1vw;
    }
    
    .hp_featured .featured_text {
        font-size: 10px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .n_featuredViewMore {
        position: relative;
        display: inline-block;
        font-size: 10px;
        font-weight: 500;
        color: #fff;
        background-color: #d6c047;
        border-radius: 10px;
        padding: 7px 18px;
        margin-top: 0vw;
        text-decoration: none;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }
    
    .hp_featured_box {
        background-image: url(https://cdn1.npcdn.net/img/1775635887D-BLACK-BOX-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 103.7%;
        padding: 2vw 2vw 2vw 2vw;
        z-index: 1;
        position: relative;
        margin-left: -16px;
    }
    
    .hp_featured_box2 {
        background-image: url(https://cdn1.npcdn.net/img/1775636485D-BLACK-BOX-2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 95.3%;
        width: 103.5%;
        padding: 1.55vw 1.5vw 2vw 1.5vw;
    }
    
    .hp_featured .featured_text2 span {
        font-size: 12px;
        font-weight: 700;
    }
    
    .hp_featured .featured_text span {
        font-size: 12px;
        font-weight: 700;
    }
}

@media screen and (max-width: 992.5px){
    .hp_featured_box {
        background-image: url(https://cdn1.npcdn.net/img/1775635887D-BLACK-BOX-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
        padding: 2vw 2vw 2vw 2vw;
        z-index: 1;
        position: relative;
        margin-left: 0px;
    }
    
    .hp_featured_box2 {
        background-image: url(https://cdn1.npcdn.net/img/1775636485D-BLACK-BOX-2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
        padding: 1.55vw 1.5vw 2vw 1.5vw;
    }
}

@media screen and (max-width: 767.5px){
    .hp_featured {
        padding: 4vw 8vw 1vw 8vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_featured .n_Header {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 3vw;
    }
    
    .hp_featured_box {
        background-image: url(https://cdn1.npcdn.net/img/1775635887D-BLACK-BOX-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
        padding: 4vw 5vw 4vw 5vw;
        z-index: 1;
        position: relative;
        margin-left: 0px;
    }
    
    .hp_featured_box2 {
        background-image: url(https://cdn1.npcdn.net/img/1775636485D-BLACK-BOX-2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
        padding: 4vw 7vw 4vw 7vw;
    }
    
    .hp_featured .featured_title {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 1vw;
    }
    
    .hp_featured .featured_title2 {
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 2vw;
    }
    
    .hp_featured .featured_text {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_featured .featured_text span {
        font-size: 15px;
        font-weight: 700;
    }
    
    .n_featuredViewMore {
        position: relative;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #d6c047;
        border-radius: 10px;
        padding: 10px 30px;
        margin-top: 0vw;
        text-decoration: none;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }
    
    .product_cat-11 {
        height: 100%;
        padding-bottom: 10px;
        padding: 0vw 5vw 0vw 5vw;
    }
    
    .product_cat-11 .slick-next {
        right: -3vw;
        z-index: 10;
    }
    
    .product_cat-11 .hp_product_cat_slider .item .wrapper_brand img {
        width: 100%;
        height: 400px !important;
        object-fit: cover;
        transition: all 0.2s ease;
        cursor: pointer;
    }
}

/*hp_featuredBtn*/

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

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

.n_featuredViewMore {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #d6c047;
    border-radius: 10px;
    padding: 10px 32px;
    margin-top: 0vw;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

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

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

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

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

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

@media screen and (max-width: 767.5px){
    .n_featuredViewMore {
        position: relative;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #d6c047;
        border-radius: 10px;
        padding: 10px 30px;
        margin-top: 0vw;
        text-decoration: none;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }
}

/*hp_video*/

.hp_video {
    padding: 5.5vw 8vw 0vw 8vw;
    position: relative;
    z-index: 0;
}

.hp_video .n_Header {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

#main_index .new_video_type3 {
    padding: 0vw 10.5vw 0vw 10.5vw;
}

#main_index .new_video_type3 .col-md-6 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

#main_index .new_video_type3 .video_box {
    width: 100%;
    text-align: 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){
    #main_index .new_video_type3 .col-md-6 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_video .n_Header {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    #main_index .new_video_type3 {
        padding: 0vw 8vw 0vw 8vw;
    }
}

/*hp_why*/

.hp_why {
    padding: 4vw 9.5vw 1vw 9.5vw;
    position: relative;
    z-index: 0;
}

.hp_why .n_Header {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 1vw;
}

.whyBorder {
    position: relative;
    padding: 0 10px;
    transition: all 0.35s ease;
}

.whyBorder:hover{
    transform: translateY(-10px);
}

.n_featureIcon img {
    width: 95px;  
    height: 95px; 
    object-fit: contain;
    transition: all 0.35s ease;
}

.n_featureBox:hover .n_featureIcon img{
    transform: scale(1.2) rotate(12deg);
}

.n_featureBox {
    margin-top: 1rem;
    padding: 1.2rem;
    background: #d6c047;
    border-radius: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.35s ease;
}

.n_featureTitle {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-top: 0.5vw;
    height: 30px;
}

.n_featureText {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    margin-top: 2vw;
    height: 140px;
}

/*black_box*/

.n_featureIcon2 img {
    width: 95px;  
    height: 95px; 
    object-fit: contain;
    transition: all 0.35s ease;
}

.n_featureBox2:hover .n_featureIcon2 img{
    transform: scale(1.2) rotate(12deg);
}

.n_featureBox2 {
    margin-top: 1rem;
    padding: 1.2rem;
    background: #000;
    border-radius: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.35s ease;
}

.n_featureTitle2 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 0.5vw;
    height: 30px;
}

.n_featureText2 {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    margin-top: 2vw;
    height: 140px;
}

@media screen and (max-width: 1300.5px){
    .n_featureText br {
        display: none !important;
    }
    
    .n_featureText2 br {
        display: none !important;
    }
}

@media screen and (max-width: 1200.5px){
    .n_featureTitle {
        font-size: 13px;
        font-weight: 700;
        color: #000;
        margin-top: 0.5vw;
        height: 30px;
    }

    .n_featureTitle2 {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        margin-top: 0.5vw;
        height: 30px;
    }
    
    .n_featureIcon img {
        width: 65px;  
        height: 65px; 
        object-fit: contain;
        transition: all 0.35s ease;
    }
    
    .n_featureIcon2 img {
        width: 65px;  
        height: 65px; 
        object-fit: contain;
        transition: all 0.35s ease;
    }
    
    .n_featureText {
        font-size: 11px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
        margin-top: 2vw;
        height: 150px;
    }
    
    .n_featureText2 {
        font-size: 11px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
        margin-top: 2vw;
        height: 150px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 1vw 5vw 1vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .whyBorder {
        position: relative;
        padding: 5px 15px;
        transition: all 0.35s ease;
    }
    
    .n_featureTitle {
        font-size: 17px;
        font-weight: 700;
        color: #000;
        margin-top: 0.5vw;
        height: auto;
    }
    
    .n_featureText {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
        margin-top: 2vw;
        height: auto;
    }
    
    .n_featureTitle2 {
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        margin-top: 0.5vw;
        height: auto;
    }
    
    .n_featureText2 {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
        margin-top: 2vw;
        height: auto;
    }
    
    .n_featureIcon img {
        width: 75px;  
        height: 65px; 
        object-fit: contain;
        transition: all 0.35s ease;
    }
    
    .n_featureIcon2 img {
        width: 75px;  
        height: 65px; 
        object-fit: contain;
        transition: all 0.35s ease;
    }
}

/*hp_testimonial*/

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

.hp_client .n_Header {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0vw;
    text-transform: uppercase;
}

/*testimonial*/

#main_index .hp_testimonial_type4 {
    padding: 0vw 0vw 3vw 0vw;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    width: 48%;
    height: 48%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#main_index .hp_testimonial_type4 .testimonial_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 10px;
    border-radius: 15px;
    margin-top: 1vw !important;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
    align-self: center;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    /*border: 1px solid #cd4c54;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    border-radius: 100%;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    width: 40%;
    padding-top: 40%;
    border: 0px solid #eee;
    display: none;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*order: 2;*/
    color: #000;
}

#main_index .hp_testimonial_type4 .all_font_sm {
    font-size: 0.8rem !important;
    font-weight: 500;
    color: #333;
    /* display: none; */
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name {
    text-align: center;
    /*margin-top: -3vw;*/
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card i {
    font-size: 20px;
    color: #d6c047;
    margin-bottom: 1vw;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    color: #d6c047;
    font-weight: 700;
    /* margin-top: 2vw; */
    /* margin-bottom: -1vw; */
}

/*#main_index .hp_testimonial_type4 .slick-dots .slick-active button:before {*/
/*    color: #ba6050;*/
/*    display: none;*/
/*}*/

#main_index .hp_testimonial_type4 p.text {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    height: 120px;
}

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

/*#main_index .hp_testimonial_type4 .fa-chevron-left:before {*/
/*    content: "\f053";*/
/*    margin-left: -2vw;*/
/*}*/

/*#main_index .hp_testimonial_type4 .fa-chevron-right:before {*/
/*    content: "\f054";*/
/*    margin-right: -2vw;*/
/*}*/

/*new*/

#main_index .ex_hp_googleReviewDefault {
    width: 100%;
    padding: 0vw 0vw 2vw 0vw;
}

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

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewItems {
    width: 100%;
    height: 368px;
    margin: 10px;
    padding: 30px 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 6px;
    position: relative;
    background-color: #fff;
}

@media screen and (max-width: 1300.5px){
    #main_index .ex_hp_googleReviewDefault {
        width: 100%;
        padding: 0vw 9.5vw 2vw 9.5vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_client .n_Header {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_client {
        padding: 6vw 5vw 2vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    #main_index .ex_hp_googleReviewDefault {
        width: 100%;
        padding: 0vw 7vw 1vw 7vw;
    }
    
    /*#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card i {*/
    /*    font-size: 20px;*/
    /*    color: #ba6050;*/
    /*    margin-bottom: 3vw;*/
    /*}*/
}

/*hp_contact*/

.index_wrapper_9 {
    position: relative;
    background-color: #d6c047;
}

.hp_contact {
    padding: 4vw 8vw 1.5vw 8vw;
    position: relative;
    z-index: 0;
}

.hp_contact .n_Header {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 2vw;
}

/*contact*/

#main_index .contact_us_type3 {
    padding: 0vw 10vw 4.5vw 12.5vw;
}

#main_index .contact_us_type3 .contactus-fa-icon {
    color: white;
}

#main_index .contact_us_type3 .contactus-fa-icon a {
    color: white;
    text-decoration: none; 
}

#main_index .contact_us_type3 .fa-map-marker-alt:before {
    content: "\f3c5";
    color: #000;
}

#main_index .contact_us_type3 .fa-phone:before {
    content: "\f095";
    color: #000;
}

#main_index .contact_us_type3 .fa-envelope:before {
    content: "\f0e0";
    color: #000;
}

#main_index .contact_us_type3 .h3, #main_index .contact_us_type3 h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

#main_index .contact_us_type3 .hpform .form-group .form-control {
    margin-top: 15px;
    border-radius: 0px;
}

#main_index .contact_us_type3 .hpform .form-group .btn {
    border-radius: 0px;
    border: 1px solid #000;
    padding: 5px 40px;
}

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

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

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 5vw 2vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_contact .n_Header {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 2vw;
    }
    
    #main_index .contact_us_type3 .google_map {
        min-height: 250px;
        padding: 0vw 7vw 0vw 7vw !important;
    }
    
    #main_index .contact_us_type3 {
        padding: 0vw 5vw 4.5vw 5vw;
    }
}

/*footer*/

.footer_type7 {
    background-color: #000;
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer_type7 .footerMove {
    margin-top: -6vw;
}

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

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

.footer_type7 .title h5 {
    font-weight: 600;
    color: #d6c047;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

.footer_type7 .btn-success {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

@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: 20rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

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

.video-2 .video_des p, .video-2 .video_des span, .video-2 .video_des strong {
    font-size: 0.85rem !important;
    color: #000 !important;
    background-color: #fff !important;
}

/*contact us*/
/*#v-pills-tab{*/
/*    display: flex;*/
/*    flex-direction: row-reverse !important;*/
/*}*/