@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root{
    --primary: #c67a49;
    --nav: #e8b973;
    --title: #6b6155;
    --content: #606060;
    --footer: #ebe4d1;
}
/*All*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

body{
    background-color:#fffdf8;
}


@media screen and (min-width: 1400px){
    .c_maxw{
        max-width:1240px;  
        margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 1399.5px){
    .c_maxw{
        max-width:1140px;   
            margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 1199.5px){
    .c_maxw{
        max-width:960px;    
            margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 991.5px){
    .c_maxw{
        max-width:720px;
            margin: 0 auto;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 767.5px){
    .c_maxw{
        max-width:540px;
            margin: 0 auto;
        padding: 0 1rem;
    }
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.breakspan{
    display:block;
}
.section_all{
    padding:80px 0;
}
.section_half{
    padding:80px 0 0;
}
.small_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:1rem;
    color:#000;
}
.title_all{
    font-family:"Outfit";
    font-size:35px;
    font-weight:300;
    letter-spacing: 3px;
    margin-bottom:1rem;
    line-height:1.5;
    color:var(--title);
}
.subtitle_all{
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.5;
    color: var(--title);
}
.subtitle2_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.subtitle_vw{
    font-size:1.2vw;
    font-weight:400;
    margin-bottom:2%;
    line-height:1.5;
    color:#000;
}
.content_all{
    font-size:14px;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:var(--content);
}
.content_vw{
    font-size:0.9vw;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:#000;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
    object-fit:contain;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:1.5rem 0 0;
}
.button_all{
    border: 1px solid var(--primary);
    border-radius: 0px;
    background-color: var(--primary);
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    transition: 0.25s all linear;
}
.button_all:hover{
    text-decoration: none;
    color:var(--primary);
    background-color:transparent;
    transform:scale(0.98);
}
.button_all_type2{
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    height:35px;
    border-bottom:1px solid var(--primary);
    font-weight: 300;
    text-align: center;
    color: var(--primary);
    letter-spacing: 1px;
    transition: 0.25s all linear;
}
.button_all_type2:hover{
    text-decoration: none;
    color:var(--primary);
    transform:scale(0.98);
}
.ul_all{
    list-style-type:none;
    padding:0;
    margin:0;
    display:flex;
    justify-content:flex-start;
    align-items:center; 
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_bold{
    font-weight:700;
}
.c_space{
    display:block;
    font-size:0;
    opacity:0;
    height: 15px;
}
.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}
.c_stroke{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.c_dflex{
    flex-direction:column;   
}
.m_hide{
    display:none;
}
.navbar_type11_right_height{
    background-color:#c67a49;
}
#main_index .navbar_type11_right_height{
    background-color:transparent;
}
.hp_topspace_sticky-menu:before{
    position: fixed;
    content:"";
    top:0;
    left:0;
    right:0;
    width:100%;
    height:100px;
    background-color:#c67a49 ;
    z-index:1;
}
@media screen and (max-width: 1200.5px){
    .subtitle_vw{
        font-size:1.5vw;
    }
    .content_vw{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .subtitle_vw{
        font-size:1.8vw;
    }
    .content_vw{
        font-size: 1.5vw;
    }
    .title_all{
        font-size:25px;
    }
}
@media screen and (max-width: 767.5px){
    .section_all{
        padding:60px 0;
    }
    .section_half{
        padding:60px 0 0;
    }
    .title_all{
        font-size:23px;
    }
    .btnbox_right{
        justify-content: flex-start!important;
        margin:1rem 0 0!important;
    }
    .m_show{
        display:none;
    }
    .m_hide{
        display:flex;
    }

}




/*navbar*/
.navbar_type11_right #logo{
    margin-top:0;
}
.navbar_type11_right .logo_frame{
    padding-top: 100px;
}
.navbar_type11_right .menu_btn .bar1, .navbar_type11_right .menu_btn .bar2, .navbar_type11_right .menu_btn .bar3{
    background-color:var(--nav);
    height:2px;
}
.navbar_type11_right .menu_btn.change .bar1{
    transform:rotate(-45deg) translate(-6px, 5px);
}

.navbar_mobile{
    background-color:var(--primary);
}
.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;
}
.navbar_mobile .btn-outline-light {
    border-color: #fffdf8;
    color: #fffdf8;
}
.navbar_mobile .logo_img{
    transform:scale(1.4);
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
    position: relative;
    left: calc(3% + 15px);
    top: 90%;
    transform: translate(0, -50%);
    width: calc(100% - 8%);
}
.hp_banner_box{
    overflow:hidden;
}
.hp_banner_title{
    font-family:"Outfit";
    font-size: 2.5vw;
    font-weight: 100;
    line-height: 1.5;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.4vw;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:55vw!important;
    	object-fit:cover;
    }
    .hp_banner{
        left: 0%;
        top: 75%;
        width: calc(100% - 0%);
    }
    .hp_banner_title{
        font-weight:400;
        font-size:5vw;
    }
}

/*hp_tag*/
.index_wrapper_3{
    padding:60px 4% 0;
}
.hp_tag{
    margin-bottom:2rem;
}
.hp_tag .row{
    align-items: center;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_3{
        padding:60px 0% 0;
    }
    .hp_tag_title{
        text-align: center;
    }
    .hp_tag_buttonbox{
        justify-content: center!important;
        margin-bottom:-1rem!important;
    }
}

/*component - product listing*/
.productSlider-1 .product_img .product_box .product_img_frame{
    padding-top:unset;
    aspect-ratio: 4/3;
    height:auto;
}
.productSlider-1 .slick-track .slick-slide{
    box-shadow:none;
}
.productSlider-1 .product_img .product_box h6{
	font-size: 14px;
	font-weight:400!important;
	letter-spacing: 2px;
	text-align: center;
	color:var(--content);
}
.productSlider-1 .product_img .product_box a:hover{
   text-decoration: none; 
}
.productSlider-1 .product_img .product_box .content > p{
    display:none;
}
.productSlider-1 .product_img .product_box .content .align-top a,
.productSlider-1 .product_img .product_box .content .align-top p{
	color:var(--content);
	font-size: 12px;
}
.productSlider-1 .product_img .product_box{
    background-color:transparent;
}
.productSlider-1 .slick-track .slick-slide{
    background-color:transparent;
}
.slick-prev::before, .slick-next::before{
    text-shadow: unset!important;
    color: var(--title);
}

@media screen and (max-width: 767.5px){
    .productSlider-1{
        padding:0 7.5px;
    }
    .productSlider-1 .product_img .product_box{
        margin: 0px;
        border: 0px solid transparent;
    }
    .productSlider-1 .product_img .product_box h6{
        font-size:12px;
    }
    .productSlider-1 .product_img .product_box .content .align-top a,
    .productSlider-1 .product_img .product_box .content .align-top p{
    	font-size: 10px;
    }
}

/*hp_about*/
.hp_about {
    padding: 60px 4% 55px;
}
.hp_about_content{
    width:60%;
    margin:0 auto;
    display:block;
    line-height: 1.8;
}

@media screen and (max-width: 991.5px){
    .hp_about {
        padding: 60px 0 0;
    } 
    .hp_about_content{
        width:80%;
    }    
}
@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 38px 0 0;
    } 
    .hp_about_content{
        width:100%;
    }   
}

/*hp_sig*/
.hp_sig {
    padding: 0 calc(4% + 15px);
}
.hp_sig .row{
    padding:60px 0;
    align-items: flex-end;
}
.hp_sig_leftbox{
    padding:3%;
    margin:6%;
    overflow:hidden;
}
.hp_sig_leftbox .hp_sig_subtitle{
    text-align: right;
}
.hp_sig_leftbox .hp_sig_content{
    text-align: right;
    margin-left:auto;
    width:80%;
}
.hp_sig_rightbox{
    padding:3%;
    margin:6%;
    overflow:hidden;
}
.hp_sig_rightbox .hp_sig_subtitle{
    text-align: left;
}
.hp_sig_rightbox .hp_sig_content{
    width: 80%;    
    text-align: left;
}
.hp_sig_imagebox{
    overflow:hidden;
}
.hp_sig_imagebox:hover .hp_sig_image{
    transition:5s all linear;
}
.hp_sig_image:hover{
    transform:scale(1.1);
}

@media screen and (max-width: 991.5px){
    .hp_sig_content{
        width:100%!important;
    }
}
@media screen and (max-width: 767.5px){
    .hp_sig{
        padding:59px 0 0;
    }
    .hp_sig .row{
        padding:30px 0;
    }
    .hp_sig .row:first-child .col-md-5{
        order:2;
    }
    .hp_sig .row:first-child .col-md-7{
        order:1;
    }
    .hp_sig_leftbox .hp_sig_buttonbox{
        justify-content: flex-end!important;
    }
    .hp_sig_leftbox{
        padding: 3% 10px;
        margin: 6% 5px;
    }
    .hp_sig_rightbox{
        padding: 3% 10px;
        margin: 6% 5px;
    }
}

/*hp_contact*/
.hp_contact{
    padding:46px 9% 60px;
}
.hp_contact .row:first-child{
    margin-bottom:2rem;
}
.hp_contact_small{
    color: var(--primary);
    font-size: 14px;
    margin-top:1rem;
}
.hp_contact_link{
    color:var(--second);
    width:75%;
}
.hp_contact_link:hover{
    color:#000;
}
.hp_contact_contentbox {
    width: calc(100% - 30px);
    margin: 2rem auto 0;
}

.hp_contact_link br{
    display:none;
}
.hp_contact_imagebox{
    position: relative;
    overflow:hidden;
}
.hp_contact_imagebox img{
    transition:0.25s all linear;
}
.hp_contact_imagebox:hover img{
    transform:scale(1.02);
}
.hp_contact_a{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    font-size:0;
}



@media screen and (max-width: 991.5px){
    .hp_contact{
        padding:46px 6% 60px;
    }  
    .c_6556{
        margin:2rem 0;
    }
}
@media screen and (max-width: 767.5px){
    .hp_contact{
        padding:23px 0 35px;
    }
    .hp_contact_title{
        text-align: center;
    }
    .hp_contact_buttonbox{
        margin-top:2rem!important;
        justify-content: center!important;
    }
    .hp_contact_subtitle{
        font-size:18px;
    }
    .hp_contact_button{
        width:calc(100% - 0px);
    }
    .hp_contact_contentbox{
        margin: 2rem auto 0;
    }
    .c_1432{
        margin-top:4rem;
    }
    .c_6556{
        padding:0;
    }
}

/*hp_news*/
.index_wrapper_7 {
    padding: 55px calc(4% + 15px) 60px;
}
.index_wrapper_7 .row{
    /*align-items: center;*/
}
#main_index .hp_latest_new .col-12.col-lg-4{
    flex:0 0 0%;
    max-width:0%;
}
#main_index .hp_latest_new .col-12.col-lg-8{
    flex:0 0 100%;
    max-width:100%;
    flex-direction: row!important;
}
#main_index .hp_latest_new .news_box .read_more{
    display:none;
}
#main_index .hp_latest_new .news_box .title{
    flex: 0 1 30%;
    max-width: 30%;
    order:2;
    line-height: 1;
}
#main_index .hp_latest_new .news_box .title b{
    font-size: 14px;
    font-weight: 600;
    color: var(--second);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}
#main_index .hp_latest_new .news_box .date{
     flex: 0 1 20%;
    max-width: 20%; 
    order:1;
    opacity: 1;
    color: var(--second);
    font-size: 12px;
}
#main_index .hp_latest_new .news_box .content{
    opacity: 1;
    flex: 0 1 50%;
    max-width: 50%;
    order: 3;
    margin: 8.5px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--second);
    line-height: 1.5;
    margin-left:1rem;
}
#main_index .hp_news_image{
    width: calc(100% - 5rem);
    margin-right: auto;
    margin-left: 0;
}
#main_index .hp_news_title{
    margin-bottom:2rem;
}

@media screen and (max-width: 991.5px){
    .hp_news_image{
        width: 100%;
        height: 345px;
        object-fit: cover;
        object-position: 0vw -35vw;
    }
    #index_7,
    #index_8{
        flex:0 0 100%!important;
        max-width:100%!important;
    }
    #index_8{
        margin-top:2rem;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_7{
        padding: 55px 0 60px;
    }
    .hp_news_image {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        aspect-ratio: 4 / 3;
    }
    #index_8{
        padding:0 15px!important;
    }
    #main_index .hp_latest_new .news_box .title{
        flex:0 0 100%;
        max-width:100%;        
    }
    #main_index .hp_latest_new .news_box .date{
        flex:0 0 100%;
        max-width:100%;        
    }
    #main_index .hp_latest_new .news_box .content{
        flex:0 0 100%;
        max-width:100%;
        margin-left:0;
    }
    #main_index .hp_latest_new .col-12.col-lg-8{
        flex-direction: column!important;
    }
    #main_index .hp_latest_new .news_box{
        margin-bottom:30px!important;
    }
}

/*footer*/
.footer_type3{
    background-color:var(--footer);
}
.footer_type3 p,
.footer_type3 h2,
.footer_type3 a,
.footer_type3a:hover,
.footer_type3 i{
    color:var(--title)!important;
}
.defaultFooter{
    padding-top:3rem!important;
    background-color:var(--footer);
}
.defaultFooter .footer_title{
    font-family: "Outfit";
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--title);
}
.defaultFooter .footer_subscribeEmail_btn{
    padding: 0;
    background-color: var(--primary);
    color: white;
    width: 180px;
    height: 50px;
    border-radius: 0;
    font-size: 12px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer_type3 p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--content);
}
.footer_type3 .copy_right,
.npfooter_languagebar .text-muted,
.footer_type3 .platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type3 .privacy_policy:hover,
.footer_type3 .mb-1{
    color:var(--title)!important;
}
.defaultFooter i{
    color: #fff!important;
    width: 30px;
    height: 30px;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    font-size: 14px;
}
.defaultFooter .social_media a .icon_s img{
    filter:brightness(0) invert(0)!important;
}
.footer_langbar_item{
    color:var(--second)!important;
}
.footer_contact_btn{
    width: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: var(--primary);
    border-color: var(--primary);
}
.defaultFooter .footer_subscribeEmail_input{
    border-bottom:0px solid transparent!important;
    height: 50px;
}
.defaultFooter .subscribeEmail_section{
    margin-top: 15px;
    margin-bottom: 30px;
}
.defaultFooter .social-icons .list-inline-item{
    margin: 0 15px 20px 0;
}
.footer_contactus a{
    color:#fff;
}
.footer_contactus i{
    background-color:transparent;
}
.defaultFooter .footer_social_media_listing{
    margin-bottom:30px;
}
.defaultFooter .footer_subscribeEmail_btn:hover{
    background-color:transparent;
    border:3px solid var(--primary);
    color:var(--primary);
}
.defaultFooter .footer_logo{
    display:none;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}

/*Service Details page -- Start*/
#main_services .ws_service_withPrice .col-md-9{
    flex:0 0 100%;
    max-width:100%;
    display: flex;
    flex-wrap:wrap;
}
#main_services .service_img_wrapper{
    flex:0 0 40%;
    max-width:40%;
}
#main_services .services_price{
    display: none;
}
#main_services .service_content{
    flex:0 0 60%;
    max-width:60%;
    padding: 0 calc(1rem + 3%);
}
#main_services .ws_service_withPrice .img_frame{
    padding-top:unset;
    height:auto;
    aspect-ratio: 1;
}
#main_services .ws_service_withPrice .img_frame img{
    object-fit: cover;
}
#main_services .related_services_section{
    display: none;
}
.ws_service_type4 .col-md-9{
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.ws_service_type4 .related_services_section{
    display: none;
}

@media screen and (max-width: 767.5px){
    .ws_service_type4 .col-md-9{
        flex-wrap: wrap;
    }
    #main_services .service_img_wrapper{
        flex:0 0 100%;
        max-width:100%;
    }
    #main_services .service_content{
        flex:0 0 100%;
        max-width:100%;
        padding: 0 calc(1rem + 0%);
    }
}
/*Service Details page -- End*/
