body{    color: #000;   font-family: "Open Sans",Sans-serif;}
.h2, h2 {    font-size: 1.5rem !important;}
a:hover{color: #fff;}
.nav-item :hover {   background-color: #e7d9b6;    color: #000;}
.nav-item :active {    background-color: #e7d9b6;}
.imgsm img {    width: 40px;   margin-left: 20px;}
.logofi { text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 25px;}
.imglogo{    width: 400px;    display: block;    margin-left: auto;    margin-right: auto;}
img{width:max-width:100%; height:auto;}

/* -------------icon--------------------------------- */
ul.icon_1 li {    display: inline-block;    /* margin: 25px; */    /* width: 22%; */}
ul.icon_1 {}
ul.icon_1 i.fa-brands {    border-radius: 50%!important;    padding: 15px;
    font-size:25px;    margin-bottom: 5px;}
i.fa-brands.fa-instagram {    color: #ffffff; 
    background: #fd237e;    background: rgba(180,49,185,1);
    background: -moz-linear-gradient(top,rgba(180,49,185,1) 0%,rgba(204,57,162,1) 44%,rgba(255,206,83,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(180,49,185,1)),color-stop(44%,rgba(204,57,162,1)),color-stop(100%,rgba(255,206,83,1)));
    background: -webkit-linear-gradient(top,rgba(180,49,185,1) 0%,rgba(204,57,162,1) 44%,rgba(255,206,83,1) 100%);
    background: -o-linear-gradient(top,rgba(180,49,185,1) 0%,rgba(204,57,162,1) 44%,rgba(255,206,83,1) 100%);
    background: -ms-linear-gradient(top,rgba(180,49,185,1) 0%,rgba(204,57,162,1) 44%,rgba(255,206,83,1) 100%);
    background: linear-gradient(to bottom,rgba(180,49,185,1) 0%,rgba(204,57,162,1) 44%,rgba(255,206,83,1) 100%);
}

i.fa-brands.fa-youtube {    color: #ffffff;    background: #dd4b39;}
i.fa-brands.fa-facebook {    color: #ffffff;    background: #3b5998; }
   i.fa-brands.fa-linkedin {    color: #ffffff;    background: #2c67b3;  }

/* ---------------icon------------------------------------ */
ul.icon li {display: block; text-align: center;}
i.fa-brands.fa-whatsapp {
    color: #ffffff;
    font-size:20px;
    background: #118805;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}

i.fa-regular.fa-envelope {
    color: #000000;
    font-size: 16px;
    background: #ffffff;
   
    border-radius: 3px;
    margin-bottom: 5px;
  
}

.divider{
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #ab9658;
    width:50%;
    display: block;
    margin: 30px auto;
}

.about {
    padding: 50px;

}
.detail {
    margin: 30px 30px;
}
/* a {
    color: #ab9658;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

a :hover{

    color: #337ab7;
    text-decoration: none
} */


.new_sec_h{
    padding: 20px 20px 20px 20px;
    background-color: transparent;
    background-image: linear-gradient(180deg,#ab9658 0%,rgba(188,150,0,.78) 100%);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    text-shadow: 4px 1px 10px rgba(0,0,0,.75);
    font-size: 32px;
    font-weight: 700;


}
.new_sec {
 
    border: solid 1px #ab9559;
    border-radius: 5px;
    box-shadow: 0 0 33px 0 rgba(0,0,0,.5);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 15px;
    margin-bottom: 20px;
}
.new_sec_text {
    /* font-family: "Courgette",Sans-serif; */
    line-height: 1.1em;
    letter-spacing: .5px;
    margin-top: 4px;
    color: #060606;
    margin: 15px 0 25px 0;
}

/* ------------------------slider------------------------------ */
.text_slider {
    position: absolute;
    right: 0;
    left: 0;
    top: 35%;
    text-align: center;
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}


.h2, h2{font-size:25px !important;}
.h3, h3{font-size:20px !important;}
.h4, h4{font-size:18px !important;}

h3.slider_head {
    color: #fff;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

p.slider_head{
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 40px;
    color: #fff;

}

@media screen and (max-width:756px) {
    .slider{      
      display: block;
    }
    
.new_sec img{max-width:100%; height:auto;}
.mobilescreen img{max-width:100%; height:auto;}
}

@media screen and (min-width:768px) {
  
    
.new_sec img{max-width:100%; height:auto;}
.mobilescreen img{max-width:100%; height:auto;}
}


.subscribe_cl {
    border: solid 1px #ab9559;
    padding: 15px;
    text-align: center;
  
    color: #463505;
}

a {
    color: #0064f5 !important;
    text-decoration: underline;
}

.subscribe_cl a {
    background: #0020ce;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 20px;
    display: block;
}
.blog_hd {
  
    padding: 15px;
    text-align: center;
    margin: 15px;
    color: #ab9559;
    
}
.txt-rotate > .wrap {
    border-right: 0.08em solid #666;
  } 


  .footer_nav {
    background-color: transparent;
    background-image: linear-gradient(180deg,#d8bc79 0%,rgba(216,202,162,.37) 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #7a7a7a;
    padding: 5px;
    text-align: centent;
    margin-bottom: 15px;
}

.Copyright{  margin-top: 20px; background-color: #d6b446; }
.ft_pra{ 
    color: #fff;
    padding: 15px;
    text-align: center;
  
}
section.banner-area {
    display: none;
}
.type-product h2{font-size:18px !important;}

.sociallinks li a {
    display: inline-block;
    width: 60px;
    height: 55px;
}

.btns  {
    background-color: #b9a149;
    background: #60440B;
    border-color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff!important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    display: block;
    width: 200px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.nav-item a {
    color: #665e4a;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
}

path.elementor-shape-fill {
    fill: #d6b446!important;
}

.contact_box_fe {
    padding: 33px 40px 0 22px;
    background-color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ab9658;
    border-radius: 10px 10px 10px 10px;
}
input.wpcf7-form-control, .wpcf7-textarea {
    width: 100%;} .wpcf7-textarea{height:80px;}
input.wpcf7-form-control.wpcf7-submit {
    width: 100px;
    background: #000;
    color: #fff;
    margin: -1px auto;
    display: block;
    background: #ab9658;
    border: 0;
    font-size: 18px;
}
.contacts-area{ margin-top:10px;}

.hs_blog_single img, .post-content img, .entry-summary img{max-width:100% !important; height:auto !important;}
.hs_blog_single_about img {   width: 100%;   margin: 0 auto;   border-radius: 15px 50px;   border: solid 2px #ab9658;   margin-bottom: 25px;}

.inner_sub_heading {
    background: #ab9658;
    display: block;
    color: #fff; padding-left:15px;
}
.left_services_fed {
    border: solid 2px #ab9658;
    margin: 25px 0;
    border-color: #ab9658;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
/* a {
    color: #ab9658!important;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
} */
.carousel-item {
    height: 550px;
    width: 100%;
}

.btn {
    background: #60440B!important;
    border-color: #fff!important;
    font-size: 14px!important;
    padding: 10px 30px!important;
    border-radius: 0!important;
    color: #fff!important;
    text-transform: uppercase!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    -ms-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
}

.btn:hover {
    background: transparent!important;
    border: 1px solid #fff!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    -ms-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
}

@media screen and (max-width:756px) {
    h3.slider_head {
        color: #fff!important;
        font-size: 21px!important;
        margin-top: 0px;
        margin-bottom: 10px;
        /* letter-spacing: 1px; */
    }
    
    p.slider_head {
        letter-spacing: 1px!important;
        font-size: 15px!important;
        text-transform: capitalize!important;
        margin-bottom: 10px!important;
        color: #fff!important;
    }
    
    .btn{padding: 5px 20px !important; font-size:10px!important;}
    .carousel-item {
        height: 40%!important;
        width: 100%;
    }
}

  .new_sec_text a {    color: #ab9658;    /* text-decoration: underline; */    text-decoration: none;}
.new_sec_text a:hover {    color: #337ab7;    /* text-decoration: underline; */
    text-decoration: none;}
.new_sec1 a {    color: #bea33e;    text-decoration: none;    /* font-size: 36px; */}
.new_sec1 a:hover {    color: #337ab7;    text-decoration: none;    /* font-size: 36px; */}a:hover{ color: #000;}

div.blog-details h3{font-size:15px !important;}
div.blog-details h3 a{font-size:16px !important; color:#cbaf3c !important;}
.blog-details h3{ font-size:12px;}
.woocommerce ul.products li.product .button {    display: inline-block;    margin-top: 1em;    display: none !important;}
.woocommerce div.product form.cart .button {    vertical-align: middle;
    float: left;    display: none;}
    
.price_table_cont {  border: solid 1px #e5d56b;    border-radius: 5px;
    padding: 50px;    font-weight: bold;    margin: 10px 100px 10px 50px;
    line-height: 25px;}
    
.price_table_cont div.col-sm-4 {    text-align: center;    border: solid 1px #d8bc79;    margin-bottom: 25px;    font-size: 14px;}
.price_table_cont div.col-sm-8 {background: url(price_table_cont_img.png) 0 0 no-repeat;    padding-left: 40px;    margin-bottom: 25px;}
li.current-menu-item a {
    background: #f3d794;    border-radius: 5px;
}
h1.hs_heading { text-align: center;  margin:0 0 10px 0;  color: #54595f;}
.border_style2 {border: solid 1px #444;  min-height: 340px;}
.stone_tab_box tbody tr th {background: #ab9658;color: #fff;padding: 10px;}
.stone_tab_box tbody tr th {    background: #ab9658;color: #fff;padding: 10px;}
.stone_tab_box tbody tr td {border: solid 1px #ccc;  padding: 5px;}
.accordion-button:not(.collapsed) { color: #ab8821 !important;
    background-color: #fff5d7 !important; box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);}
    
ul.product_list_widget li { list-style: none;}
ul.product_list_widget li a img {width: 100%;}
ul.product_list_widget {margin: 0; padding: 0;}

.sitelinkshop { width: 50% !important;  margin-bottom: 10px;
    float: left;text-align: center;}
.sitelinkshop a { background: #3d6190;   width: 250px;   display: block;    margin: 0 auto; padding: 10px;    color: #fff !important;}
.recent_post ul li{float:left; width:33% !important; list-style:none; padding:10px; border-top:solid 1px #ccc;}
.recent_post ul li a.wp-block-latest-posts__post-title{
    font-size: 22px !important;
    font-weight: bold;}

.image img {    max-width: 100% !important;    height: auto;}
.mobileslider{display:block;}ul.icon_1 li a {display: block; margin: 0 5px;}
h4.logofi a { display: block; padding: 2px 10px; font-size: 16px;
    line-height: 10px;}
.new_sec_text h3{font-size:30px !important; margin-bottom:25px;}
.new_sec_text ul li{padding-bottom:5px;}
@media screen and (max-width:756px) { .post-content iframe{width:100%; height:auto;}
.recent_post ul li{float:left; width:90% !important; list-style:none;}
.mobileslider{display:none;}
}
ul.navbar-nav li a {color: #834005 !important;   font-weight: 500;
    text-transform: uppercase;}
.post_multi_blok{ border:solid 1px #ccc; padding:10px;}
.hover-box{margin:15px 0;}
.elementclum_innter {  text-align: center; padding-bottom:10px; margin-bottom:20px}
.elementclum_innter a{ margin:0 2px;}
