/*fixed base*/
body{
    background: #ede8e0;
}
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}

#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}


/*category page*/
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

/*Product page*/
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

/*tag page*/
.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

@media screen and (max-width:767.5px){
    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }
    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }
    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }
    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content: flex-start;
    }
    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }
    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }
    .product_list_horizontal .product_box .img_frame{
        padding-top:unset!important;
        height:auto;
        aspect-ratio: 1;
        border-radius: 5px;
    }
    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color: #333;
        font-size: 10px !important;
        font-weight: 500;
    }
}

/*photo component*/
#main_index .gallerycategory .img_frame{
    height:auto;
    aspect-ratio: 1/1;
    margin: 0;
}
    
#main_index .gallerycategory{
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 0;
}
#main_index .gallerycategory .img_frame img{
    object-fit: cover;    
}

#main_index .gallerycategory .col-lg-3{
    padding: 0 1rem !important;
}

#main_index .gallerycategory .img_frame .more p{
    display: none;
}

#main_index .gallerycategory .col-lg-3 p{
    text-align: left !important;    
    padding: 1rem 1rem !important;
    font-size: clamp(1.1rem, 1.3vw, 1.3vw);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1.5px solid #3c362e;    
    margin: 0;
    line-height: 1.15;
    
    &:after{
        display: inline-flex;
        content: "";
        width: 4vw;
        height: 4vw;
        background: url(https://cdn1.npcdn.net/images/A_Button1_0lsdy5_1780890186.png?md5id=251fbd782fec91a50eb1b6050f8d7f2b&new_width=210&new_height=98&type=4);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;        
    }
}

@media (min-width: 992px) and (max-width:1200px) {
  .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media(max-width:1200px){
    #main_index .gallerycategory .col-lg-3 p{
        border-bottom: 0;
    }
    #main_index .gallerycategory .col-lg-3 p:after{
        width: 5vw;        
        height: 5vw;
    }    
}

@media(max-width:768px){
    #main_index .gallerycategory .col-lg-3 p:after{
        width: 8vw;        
        height: 8vw;
    }    
}

@media(max-width:576px){
    #main_index .gallerycategory .col-lg-3 p:after{
        width: 12vw;        
        height: 12vw;
    }    
}

/*news page*/
.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.latest_new_type4 .news_box .img_frame img{
    object-fit: cover;
}


/*global / common*/
:root{
    --primary-color:#b99560;
    --body-font:'Inter', sans-serif;
    --title-font:'Cormorant Garamond', serif;
    --sec-padding-y: 5rem;
    --sec-padding-x: 8rem;
}

body{
    font-family:var(--body-font);
}

.n_small{
    font-family:var(--body-font);
    font-size:21px;
    font-weight:400;
    letter-spacing:2.5px;
    line-height:1.4;
    color:var(--primary-color);
    margin-bottom:12px;
}

.n_title{
    font-family:var(--title-font);
    font-size:40px;
    font-weight:700;
    line-height:1.05;
    letter-spacing:1px;
    color:#332b25;
    margin-bottom:18px;
}

.n_subtitle{
    font-family:var(--body-font);
    font-size:17px;
    font-weight:600;
    line-height:1.4;
    color:#252525;
    margin-bottom:0;
}

.n_content{
    font-family:var(--body-font);
    font-size:14px;
    font-weight:400;
    line-height:1.7;
    color:#252525;
    margin-bottom:0;
}

.c_color1{
    color:#fff;
}

.c_color2{
    color:#000;
}

.c_color3{
    color:var(--primary-color);
}

.c_line{
    line-height:1.8;
}

.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:3rem 0 0;
}

.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:2rem 0 0;
}

.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:2rem 0 0;
}

.n_button{
    width:auto;
    height:auto;
    padding:0;
    border:0;
    border-radius:0;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:var(--body-font);
    font-size:17px;
    font-weight:400;
    letter-spacing:1.5px;
    text-align:center;
    color:var(--primary-color);
    background:transparent;
    transition:0.25s all linear;
}

.n_button span{
    position:relative;
    padding-right:16px;
}

.n_button span:before{
    position:absolute;
    content:"›";
    top:0;
    bottom:0;
    right:0;
    margin:auto 0;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:15px;
    line-height:1;
    color:var(--primary-color);
}

.n_button:hover{
    color:#332b25;
    text-decoration:none;
    transform:translateX(4px);
}

@media(max-width:1200px){
    .n_button{
        font-size: 14px;
    }
    
    :root{
        --sec-padding-x: 7rem;
    }
}

@media(max-width:768px){
    :root{
        --sec-padding-x: 5rem;
    }
}

@media(max-width:576px){
    :root{
        --sec-padding-x: 2rem;
    }
    
    .n_subtitle{
        font-size: 15px;
    }
}

/*navbar*/
.navbar_type8{
    height: 100px;
    background: url(https://cdn1.npcdn.net/images/A_Navigation_Bar_67ejc1_1781509513.jpg?md5id=251fbd782fec91a50eb1b6050f8d7f2b&new_width=3600&new_height=231&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.dark_nav{
    background: rgb(237, 232, 224, .9) !important;
}
.navbar_type8 .logo{
    margin-left: 5rem;
}
.navbar_type8 .logo img{
    width:125px;
    padding:0px;
}
.navbar_type8 .nav_tab .nav_item a{    
    color: #3c362e;
    font-size:.95vw;
    padding:15px 2vw;    
    letter-spacing: 1px
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.navbar_mobile{
    background: url(https://cdn1.npcdn.net/images/A_Navigation_Bar_67ejc1_1781509513.jpg?md5id=251fbd782fec91a50eb1b6050f8d7f2b&new_width=3600&new_height=231&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light:hover{
    border-color: #000;
    color: #000;
}
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color: #000;
    background-color: transparent;
    border-color: #000;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.25vw;
        padding:15px 1.75vw;
    } 
}


/*fixed banner*/
.slider_banner .banner_content{
    overflow:hidden;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
        min-height:100vw!important;
        object-fit:cover;
    }
}


/*banner*/
.hp_banner{
    position:relative;
    left:0%;
    top:50%;
    transform:translate(0,-50%);
    width:calc(100% - 0%);
}

.hp_banner .hp_banner_box{
    width:100%;
    text-align:center;
    position:relative;
    z-index:2;
    padding-top:22vw;
}

.hp_banner .hp_banner_title{
    font-family:var(--title-font);
    font-size:3vw;
    font-weight:700;
    line-height:1;
    color:#3c362e;
    margin-bottom:0.8vw;
}

.hp_banner .hp_banner_content{
    font-family:var(--body-font);
    font-size:1.2vw;
    font-weight:400;
    letter-spacing:4px;
    color:#fff;
    margin-bottom:0;
}

.hp_banner .hp_banner_btnbox{
    display:flex;
    justify-content:center;
    align-items:center;
    width: 5.5vw;
    margin: auto;
    margin-top: 1vw;
    
    &:hover{
        animation: pulse .5s 2 linear;
    }
}

@media screen and (max-width:991.5px){
    .hp_banner .hp_banner_box{
        padding-top:23vw;
    }

    .hp_banner .hp_banner_title{
        font-size:3.2vw;
    }

    .hp_banner .hp_banner_content{
        font-size:1.2vw;
        padding: .5rem 0;
    }
}

@media screen and (max-width:767.5px){
    .hp_banner{
        left:0%;
        top:50%;
        transform:translate(0,-50%);
        width:calc(100% - 0%);
    }

    .hp_banner .hp_banner_box{
        padding-top:50vw;
        padding-left:4%;
        padding-right:4%;
    }

    .hp_banner .hp_banner_title{
        font-size:5vw;
    }

    .hp_banner .hp_banner_content{
        font-size:2.2vw;
        letter-spacing:2px;
    }
    .hp_banner .hp_banner_btnbox{        
        width: 10vw;       
    }
}

@media(max-width:576px){
    .hp_banner .hp_banner_title{
        font-size:6.5vw;
    }

    .hp_banner .hp_banner_content{
        font-size:3vw;
        letter-spacing:2px;
        padding: 1rem 0;
    }
    .hp_banner .hp_banner_btnbox{        
        width: 15vw;       
    }
}


/*intro*/
.hp_intro{
    padding: var(--sec-padding-y) calc(var(--sec-padding-x) * .8) calc(var(--sec-padding-y) * 2);
    background:#fff;
}

.hp_intro .hp_intro_row{
    align-items:end;
    justify-content:center;
}

.hp_intro .hp_intro_imgbox{
    position:relative;
    z-index:1;
    margin-right: -100px;
}

.hp_intro .hp_intro_image{
    width:100% !important;
    height:auto !important;
    display:block;
}

.hp_intro .hp_intro_textbox{
    position:relative;
    background:#fff;
    padding:65px 70px;
/*     margin-left:-55px; */
    z-index:2;
    box-shadow:2px 2px 10px rgba(0,0,0,0.15);
    margin-bottom: -80px !important;
    
    &:after{
        position: absolute;
        content: "";
        width: 11vw;
        height: 5.5vw;
        background: url(https://cdn1.npcdn.net/images/B_Element_7dw6ve_1780883332.png?md5id=251fbd782fec91a50eb1b6050f8d7f2b&new_width=392&new_height=191&type=4);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: -9%;
        right: 6%;
        animation: swing 2s linear infinite;
        transform-origin: bottom;
    }
}

.hp_intro .hp_intro_circle{
    position:absolute;
    top:-1.8vw;
    right:1.2vw;
    width:7.5vw;
    height:7.5vw;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    font-family:var(--title-font);
    font-size:0.7vw;
    line-height:1.2;
    letter-spacing:0.12vw;
    color:var(--primary-color);
    transform:rotate(22deg);
    margin:0;
}

.hp_intro .n_title{
    font-size:33px;
    font-weight: 700;    
}

.hp_intro .n_content{
    color: #444;
    font-size:14px;
    line-height: 2;
}

@media screen and (max-width:1200.5px){
    .hp_intro{
        /*padding:80px 5% 160px;*/
    }
    
    .hp_intro .n_title{
        font-size: 30px;       
    }
    .hp_intro .n_content{        
        line-height: 1.75;
    }

    .hp_intro .hp_intro_textbox{
        padding: 40px 50px;
        margin-left:-35px;
    }
}

@media screen and (max-width:991.5px){
    .hp_intro{
        padding-bottom: var(--sec-padding-y);
    }
    .hp_intro .hp_intro_row{
        flex-direction: column;
    }
    .hp_intro .hp_intro_row .col-12{
        flex: 0 1 100%;
        max-width: 100%;
    }
    .hp_intro .hp_intro_imgbox{
        margin-right: 0;
    }
    .hp_intro .hp_intro_textbox{
        padding: 70px 50px;
        margin-left: 0;        
        margin-bottom: 0 !important;
    }
    .hp_intro .hp_intro_circle{
        top:-2.5vw;
        right:1.5vw;
        width:10vw;
        height:10vw;
        font-size:0.9vw;
    }
    
    .hp_intro .hp_intro_textbox:after{
        top: 8%;
        right: 8%;
        width: 15vw;
        height: 7.5vw;
    }
}

@media screen and (max-width:767.5px){
    .hp_intro .hp_intro_textbox{
        margin-left:0;        
    }

    .hp_intro .hp_intro_circle{
        display:none;
    }

    .hp_intro .n_title{
        font-size:28px;
        letter-spacing: 0;
    }
    
    .hp_intro .hp_intro_textbox:after{
        top: 8%;
        right: 8%;
        width: 18vw;
        height: 9vw;
    }
}

@media(max-width:576px){    
    .hp_intro .hp_intro_textbox{
        padding: 50px 30px;
        
        &:after{
             display: none;
        }
    }
}

/*what we do*/
.index_wrapper_4{
    padding: var(--sec-padding-y) calc(var(--sec-padding-x) - .6rem);
    background:#e9e0d6;
}

.hp_what .hp_what_titlebox{
    text-align:center;
    margin-bottom:28px;
}

.hp_what .n_title{
    font-size:33px;
    letter-spacing:1px;
    margin-bottom:15px;
}

.hp_what .n_content{
    font-size:14px;
    line-height:1.6;
    color: #333;
}

#main_index .service_3{
  max-width: 100%;
}
#main_index .service_3 .service_box{
    margin: 0 .6rem;
}
#main_index .service_3 .service_box img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;    
}
#main_index .service_3 .service_box .content{
    opacity: 1;    
    background: linear-gradient(to top, rgba(0,0,0,.5) , transparent);
}
#main_index .service_3 .service_box .content h3{
    color: #f1f1f1;
    font-family: var(--title-font);
    font-size: clamp(1.25rem, 1.65vw, 1.65vw);
    font-weight: 700;
    width: 80%;
    top: unset;
    left: unset;
    transform: unset;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: auto;
}


.hp_what2 .n_button,
.hp_what2 .n_button span::before,
.hp_project .n_button,
.hp_project .n_button span::before{
    color: #3c362e;
}

.hp_what2 .n_button:hover,
.hp_project .n_button:hover{
    color: var(--primary-color);
}


/* #main_index .hp_photoGallerySliderWithTitle{
    background:transparent;
}

#main_index .hp_photoGallerySliderWithTitle .container-fluid{
    padding-left:0;
    padding-right:0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery{
    padding:0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box{
    padding:0 8px;
    position:relative;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box{
    position:relative;
    width:100%;
    height:0;
    padding-top:100%;
    overflow:hidden;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box:before{
    position:absolute;
    content:"";
    left:0;
    right:0;
    bottom:0;
    height:45%;
    background:linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0));
    z-index:2;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.7s all linear;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box:hover .gallery_box img{
    transform:translate(-50%, -50%) scale(1.08);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p{
    position:absolute;
    left:8px;
    right:8px;
    bottom:18px;
    z-index:3;
    font-family:var(--title-font);
    font-size:18px;
    font-weight:500;
    line-height:1.2;
    color:#fff;
    margin:0;
    pointer-events:none;
}

#main_index .photo-0-gallery .slick-prev,
#main_index .photo-0-gallery .slick-next{
    display:none!important;
} */

@media screen and (max-width:991.5px){
    .index_wrapper_4{
        /*padding:65px 5%;*/
    }

/*     #main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p{
        font-size:16px;
    } */
}

@media screen and (max-width:767.5px){
    .index_wrapper_4{
        /*padding:60px 0%;*/
    }

    .hp_what .hp_what_titlebox{
        padding:0 20px;
    }

    .hp_what .n_title{
        font-size:30px;
    }
    
    .hp_what .n_content br{
        display: none;
    }
}


/*why choose us*/
.hp_why{
    padding: var(--sec-padding-y) calc(var(--sec-padding-x) + 15px);
    background-image:url("https://cdn1.npcdn.net/images/D_Background_k5wfpm_1780886905.jpg?md5id=251fbd782fec91a50eb1b6050f8d7f2b&new_width=3600&new_height=1689&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
}

.hp_why .hp_why_row{
    align-items:start;
    justify-content:center;
}

.hp_why_textbox{
    padding-top: 2rem;
}

.hp_why .n_title{
    font-size:33px;
    letter-spacing:1px;
}

.hp_why .n_content{
    font-size:14px;
    width:95%;
    margin-bottom:40px;
}

.hp_why .hp_why_listbox{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.hp_why .hp_why_item{
    display:flex;
    align-items:center;
    gap:22px;        
}

.hp_why .hp_why_iconbox{
    width:60px;
    height:60px;       
    margin-right: 1rem;
    transition: all .5s linear;
}

.hp_why .hp_why_icon{
    width:100% !important;
    height:100% !important;
    object-fit:cover;
}

.hp_why .hp_why_imgarea{
    position:relative;
    min-height:470px;
}

.hp_why .hp_why_image{
    position:absolute;
    object-fit:cover;
}

.hp_why .hp_why_image_main{
    width:70% !important;
    height:auto !important;
    right:0;
    top:0;
    z-index:2;
}

.hp_why .hp_why_image_small1{
    width:22% !important;
    height:auto !important;
    left:17%;
    top:31%;
    z-index:3;
}

.hp_why .hp_why_image_small2{
    width:28% !important;
    height:auto !important;
    left:35%;
    bottom:0;
    z-index:3;
}

.hp_why .hp_why_line{
    position:absolute;
    width:30%;
    height:10px;
    background:var(--primary-color);
    right:6%;
    bottom:18%;
    z-index:1;
}

.hp_why_imgarea{
    display: grid;
    place-content: center;
}

@media screen and (max-width:1200.5px){
    .hp_why{
        /*padding:80px 5%;*/
    }
    .hp_why .hp_why_row{
        align-items: center;
    }
    
    .hp_why_textbox{
        padding-top: 0;
        width: 90%;
    }    
}

@media screen and (max-width:991.5px){
    .hp_why .n_content{
        width:100%;
    }
    
    .hp_why .hp_why_iconbox{
        margin: 0;
        width: 55px;
        height: 55px;
    }
}

@media screen and (max-width:767.5px){    
    .hp_why .hp_why_textbox{
        width: 100%;
        padding:0 20px;
        margin-bottom:35px;
    }

    .hp_why .n_title{
        font-size:30px;
    }

    .hp_why .hp_why_imgarea{
        min-height:auto;
        padding:0 20px;
    }

    .hp_why .hp_why_image{
        position:relative;
    }

    .hp_why .hp_why_image_main{
        width:100% !important;
        right:auto;
        top:auto;
    }

    .hp_why .hp_why_image_small1,
    .hp_why .hp_why_image_small2,
    .hp_why .hp_why_line{
        display:none;
    }
}


/*featured projects*/
.index_wrapper_6{
    padding: var(--sec-padding-y) var(--sec-padding-x);
    background:#e9e0d6;
}

.hp_project .hp_project_title_row{
    align-items:flex-end;
    margin-bottom:30px;
}

.hp_project .n_title{
    font-size:34px;
    letter-spacing:2px;
    margin-bottom:10px;
}

.hp_project .n_content{
    font-size:14px;
}

.hp_project .btnbox_right{
    margin:0 0 10px;
}

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

    .hp_project .hp_project_titlebox,
    .hp_project .btnbox_right{
        padding:0 20px;
        text-align: center;
    }

    .hp_project .btnbox_right{
        justify-content:center;
        margin:1.5rem 0 1rem;
    }

    .hp_project .n_title{
        font-size:30px;
    }    
}

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

/*contact cta*/
.hp_cta{
    padding: var(--sec-padding-y) var(--sec-padding-x);
    background-image:url("https://cdn1.npcdn.net/images/F_Background_r6d3hn_1780892254.jpg?md5id=251fbd782fec91a50eb1b6050f8d7f2b&new_width=3600&new_height=1307&type=4");
    background-size:cover;
    background-position:center right;
    background-repeat:no-repeat;
}

.hp_cta .n_small{
    margin-bottom:15px;
}

.hp_cta .n_title{
    font-size:42px;
    line-height:1.05;
    margin-bottom:28px;
    position:relative;
    padding-bottom:22px;
    letter-spacing: 1px;
    font-weight: 700;
}

.hp_cta .n_title:after{
    position:absolute;
    content:"";
    width:250px;
    height:4px;
    background:var(--primary-color);
    left:0;
    bottom:0;
}

.hp_cta .n_content{
    font-size:14px;
    width:72%;
}

@media(max-width:1200px){
    .hp_cta .n_small{
        font-size: 16px;
    }
    .hp_cta .n_title{
        font-size:35px;
    }
}
        
@media screen and (max-width:991.5px){
    .hp_cta{
        position: relative;
        
        &:after{
            position: absolute;
            content:"";
            background: linear-gradient(to right, #ede8e0, rgb(237, 232, 224, .75));
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }
    }

    .hp_cta .n_content{
        width:100%;
    }
    
    .hp_cta_textbox{
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width:767.5px){
    .hp_cta{        
        background-position:right;
    }

    .hp_cta .hp_cta_textbox{
        padding:0 0px;
    }

    .hp_cta .n_title{
        font-size:30px;
    }
}

@media(max-width:576px){
    .hp_cta{
        padding: var(--sec-padding-y) calc(var(--sec-padding-x) * .35);
    }
}


/*footer*/
.footer_type8 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type10 .privacy_policy:hover,
.footer_type10 .mb-1{
    color:#fff!important;
}
.footer_type10 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type10 .social_media a:hover .icon_s i {
    color: #fff;
}
.footer_langbar_item{
    color:#fff!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}

/*Latest News*/
.latest_new_type4 .news_box{
    background: transparent;
}

/* Footer */
.footer_type7{
    background: #3c362e;
    padding: 5rem 0 !important;
}
.footer_type7 .title{
    min-height: 0;
}
.footer_type7 .title h5{
    color: #b99560;
    text-transform: uppercase;
    font-size: clamp(.92rem, 1.3vw, 1.3vw);
}
.footer_type7 .logo{
    padding-top: 80px;
    
    img{
        max-height: 80px;
    }
}
.footer_type7 p{
    color: #ccc;        
}
.footer_type7 .discover-list p:hover{
    color: #fff;
}
.footer_type7 a{
    color: #ccc;    
    line-height: 1.75;
    
    &:hover{
        color: #fff;
    }
}   
.footer_type7 .discover-list a{    
    text-transform: uppercase;        
}

.footer_type7 .social_media{
    display: flex;
    justify-content: end;
}
.footer_type7 .social_media a i{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #3c362e;
    background: #fff;
    display: grid;
    place-content: center;
    font-size: 14px;
}

@media(max-width:768px){
    .footer_type7{
        padding: 3rem 0 !important;
    }
    .footer_type7 .social_media{        
        justify-content: center;
    }
}




/*//CONTENT USE//*/

/*#main_contactus .ws_contact .contact_map,*/
/*#main_contactus .ws_contact .tab-pane > p:nth-child(3),*/
#main_contactus .ws_contact .tab-pane > .direction:nth-child(4) {
    display: none;
}