/*font-family: "Poppins", sans-serif;*/
/*font-family: "Inter", sans-serif;*/


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

#main_index a:hover {
    text-decoration: none;
}

body > br {
    display: none;
}

body {
    font-family: "Inter", sans-serif;
}




@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

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




/*navigation bar*/
.navbar_type8 {
    height: 120px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
}

#main_index .navbar_type8 {
    /*border-bottom: none;*/
    background-color: transparent;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

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

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    border-bottom: none;
    transition: all 0.35s ease-in-out;
    opacity: 1;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to left, #b79760, #b79760);
    transform: translate(-50%, 0);
    z-index: -1;
}

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


@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

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









/**/

.hp-title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    
}

.hp-title span {
    display: block;
    color: #b79760;
    font-style: italic;
    font-size: 35px;
    font-weight: 600;
}

.hp-small {
    color: #fff;
    font-size: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

.hp-content {
    font-size: 16px;
    color: #cecece;
    line-height: 1.8;
}


.hp-button a {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #b79760;
    padding: 10px 2.8rem;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    font-size: 16px;
    /*border-radius: 5px;*/
    transition: color 0.3s ease;
    font-family: "Poppins", sans-serif;
}

.hp-button.black-button a {
    background-color: #000;
}

/* sliding background layer */
.hp-button a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

/* shine effect */
.hp-button a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}

/* hover */
.hp-button a:hover {
    color: #b79760;
}

.hp-button a:hover::before {
    transform: scaleX(1);
}

.hp-button a:hover::after {
    left: 125%;
}




@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

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




/**/


#main_index .index_wrapper_2 {
    margin-top: -120px;
}

.slider_banner .banner_content {
    display: flex;
    align-items: flex-end;
    /*justify-content: center;*/
}

.hp-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 8rem 12rem;
}

.hp-banner .hp-button a{
    font-size: 1vw!important;
}

.hp-banner-big {
    font-size: 2.6vw;
    color: #fff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}


.hp-banner-big span {
    /*display: block;*/
    color: #fff;
    font-style: italic;
    font-size: 2.8vw;
    font-weight: 700;
}

.hp-banner-small {
    font-size: 1.1vw;
    font-weight: 300;
    color: #fff;
}



@media (max-width: 1200.5px) {
    .hp-banner {
        padding: 0 5rem 3rem;
    }
}

@media (max-width: 991.5px) {
    
    #main_index .index_wrapper_2 {
        margin-top: 0;
    }
    
    .hp-banner-big {
        font-size: 2.8vw;
    }
    
    
    .hp-banner-big span {
        font-size: 2.9vw;
    }
    
    .hp-banner-small {
        font-size: 1.2vw;
    }
    
    .hp-banner .hp-button a{
        font-size: 1.2vw!important;
    }
}

@media (max-width: 767.5px) {
    
    .index_wrapper_2 {
        background-color: #000;
    }
    
    .index_wrapper_2 .item>img{
    	min-height: 140vw !important;
        object-fit: cover;
        padding-bottom: 260px;
        object-position: center;
    }
    
    .hp-banner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem;
    }
    
    .hp-banner-big {
        font-size: 26px;
    }
    
    
    .hp-banner-big span {
        font-size: 30px;
    }
    
    .hp-banner-small {
        font-size: 14px;
    }
    
    .hp-banner .hp-button a{
        font-size: 14px!important;
    }
}




/**/

.hp-about {
    background-color: #000;
    padding: 5rem 6rem 3rem;
}

.hp-about .hp-button {
    margin-top: 6rem;
}




@media (max-width: 1200.5px) {
    .hp-about {
        padding: 5rem 1rem 3rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-about .hp-button {
        margin-top: 1rem;
        padding-bottom: 2rem;
    }
}





/**/

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

#main_index .hp_photoGallerySlider_type3 .slick-list{
    margin: 0 -10rem;
}

#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 60%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
    background-color: transparent;
}





@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    #main_index .hp_photoGallerySlider_type3 .slick-list{
        margin: 0 -1rem;
    }

}




/**/


.hp-services {
    background-color: #000;
    padding: 11rem 6rem;
}

.hp-services-bg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;

    position: relative;
    overflow: hidden;
}

/* overlay layer */
.hp-services-bg::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    opacity: 0.86;

    transition: opacity 0.4s ease;
}

/* smooth hover */
.hp-services-bg:hover::before {
    opacity: 1;
}

.hp-services-bg.box-one {
    background-image: url('https://cdn1.npcdn.net/images/C_PIC1_ygfm3t_1778033380.jpg?md5id=4b777618f85e4ce92de27c69a6cc104c&type=4');
}

.hp-services-bg.box-two {
    background-image: url('https://cdn1.npcdn.net/images/C_PIC2_0647mw_1778033380.jpg?md5id=4b777618f85e4ce92de27c69a6cc104c&type=4');
}

.hp-services-bg.box-three {
    background-image: url('https://cdn1.npcdn.net/images/C_PIC3_xnjmo0_1778033380.jpg?md5id=4b777618f85e4ce92de27c69a6cc104c&type=4');
}

.hp-services-bg.box-four {
    background-image: url('https://cdn1.npcdn.net/images/Category1_dgyo7m_1778579145.jpg?md5id=4b777618f85e4ce92de27c69a6cc104c&type=4');
}

.hp-services-bg.box-five {
    background-image: url('https://cdn1.npcdn.net/images/Category2_bydewo_1778579145.jpg?md5id=4b777618f85e4ce92de27c69a6cc104c&type=4');
}

.hp-services-left .hp-services-bg,
.hp-services-right .hp-services-bg {
    background-color: #fff;
    height: 60vh;
}

.hp-services-middle {
    display: flex;
    flex-direction: column;
    gap: 2rem;    
}

.hp-services-middle .hp-services-bg {
    background-color: #fff;
    height: 39.45vh;

}

.hp-services-title,
.hp-services-button {
    position: relative;
    z-index: 1;
    font-family: "Poppins", sans-serif;
}

.hp-services-title {
    font-size: 20px;
}




@media (max-width: 1200.5px) {
    .hp-services {
        padding: 5rem 1rem;
    }
}

@media (max-width: 991.5px) {
    .hp-services-box {
        margin-bottom: 2rem;
    }
    
    .hp-services-left .hp-services-bg, 
    .hp-services-right .hp-services-bg {
        height: 40vh;
    }
    
    .hp-services-middle .hp-services-bg {
        height: 40vh;
    }
    
    .hp-services-middle {
        gap: 0;
    }
}

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




/*hp_why*/
.hp_why{
    background-image:url(https://cdn1.npcdn.net/images/D_BACKGROUND_api0qr_1778033380.jpg?md5id=4b777618f85e4ce92de27c69a6cc104c&type=4);
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 7rem 6rem 5rem;
}

.why_title {
    padding-bottom: 2rem;
}

.hp_why .title_big, .hp_why .title_small{
    color:#fff;
}

.why_box{
    padding:20px;
    margin-top:30px;
}

.why_box h3{
    color:#b79760;
    font-size:18px;
    font-weight:500;
    border-bottom:1px solid #EFB71A;
    padding-bottom:15px;
    font-family: "Poppins", sans-serif;
}

.why_box p{
    color:#cecece;
    font-size:13px;
    line-height:1.5;
    font-weight:400;
    margin-bottom:0;
    padding-top: .5rem;
}

@media (max-width: 1200.5px) {
    .hp_why {
        padding: 7rem 0rem 5rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media only screen and (max-width: 767.5px) {
    .why_box {
      margin-top: 0;
    }
    
    .hp_why {
        padding: 5rem 1rem 5rem;
    }
}

@media only screen and (max-width: 480.5px) {
    .why_box h3 {
      font-size: 16px;
    }
}






/**/


.hp-news {
    padding: 9rem 1rem 1rem;
    background-color: #000;
}

#main_index .latest_new_type4 {
    margin-bottom: 0;
    background-color: #000;
    padding: 0 8rem 4rem;
}

#main_index .latest_new_type4 .news_box {
    background-color: transparent;
}

#main_index .latest_new_type4 .news_box p {
    color: #fff;
}

#main_index .latest_new_type4 .news_box .date {
    color: #fff;
}




@media (max-width: 1200.5px) {
    #main_index .latest_new_type4 {
        padding: 0 2rem 4rem;
    }
}

@media (max-width: 991.5px) {
    
}

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





/**/

.hp-contact {
    background-color: #b79760;
    padding: 5rem 6rem;
}

.hp-contact .hp-content {
    color: #fff;
}


@media (max-width: 1200.5px) {
    .hp-contact {
        padding: 5rem 1rem;
    }
}

@media (max-width: 991.5px) {
    
}

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


/**/

.footer_type10 {
    background-color: #000;
    padding: 5rem 9rem!important;
}

.footer_type10 .container {
    max-width: 100%;
}

.footer_type10 .sub_title {
    border-bottom: 1px solid #b79760;
}

.footer_type10 .sub_title p {
    color: #b79760;
    font-weight: 600!important;
    font-size: 1.1rem;
    font-family: "Poppins", sans-serif;
}

.footer_type10 a:hover {
    color: #b79760;
}




@media (max-width: 1200.5px) {
    .footer_type10 {
        padding: 4rem 1rem!important;
    }
}

@media (max-width: 991.5px) {
    
}

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










