@charset "utf-8";



/* CSS Document */



html {

    scroll-behavior: smooth;

}

body {



    font-family: 'Montserrat', sans-serif;



    color: #2a2a2a;



    margin: 0;



    padding: 0;



    font-size: 14px;



    line-height: 24px;



    background: #fff;



    font-weight:400;

    overflow-x: hidden;



}



* {



    border: medium none;



    margin: 0;



    padding: 0;



}



h1,h2,h3,h4,h5,h6{  



    



}



ul{



    list-style-type:none;



    margin: 0;



}   



a{



  text-decoration:none;



  outline: none!important;



  margin: 0;

  transition: 0.5s;



}



a:hover{



text-decoration:none;



outline:none;



} 



textarea{



resize:none;



}





.navbar_sec {

    position: absolute;

    z-index: 99;

    left: 0;

    right: 0;

    background: #ffffff94;

    border-bottom: 2px solid #00000012;

}



p {



    line-height: 26px;    



    font-size: 14px;



    font-weight:400;



    color:#535151;



    margin: 0;



}

ul.nav-icons {

    display: flex;

    justify-content: flex-end;

    align-items: center;

}

.carousel-caption {

    position: absolute;

    right: 0;

    bottom: auto;

    left: 0;

    z-index: 10;

    padding-top: 0;

    padding-bottom: 0;

    color: #fff;

    text-align: left;

    top: 58%;

    transform: translateY(-50%);

}

.caption-area h6 {

    font-weight: 800;

    font-size: 21px;

    color: #542518;

    letter-spacing: 2px;

    margin: 0;

}

.caption-area h1 {

    font-size: 60px;

    font-weight: 800;

    color: #542518;

    margin: 6px 0;

    line-height: 55px;

}

.caption-area p {

    font-weight: 500;

    font-size: 18px;

    color: #542518;

    margin-bottom: 25px;

}

.overlay {

  height: 100%;

  width: 100%;

  display: none;

  position: fixed;

  z-index: 9999999;

  top: 0;

  left: 0;

  background-color: rgb(0,0,0);

  background-color: rgba(0,0,0, 0.9);

}

.overlay-content {

  position: relative;

  top: 46%;

  width: 80%;

  text-align: center;

  margin-top: 30px;

  margin: auto;

}



.overlay .closebtn {

  position: absolute;

  top: 20px;

  right: 45px;

  font-size: 60px;

  cursor: pointer;

  color: white;

}



.overlay .closebtn:hover {

  color: #ccc;

}



.overlay input[type=text] {

  padding: 15px;

  font-size: 17px;

  border: none;

  float: left;

  width: 80%;

  background: white;

}



.overlay input[type=text]:hover {

  background: #f1f1f1;

}



.overlay button {

  float: left;

  width: 20%;

  padding: 15px;

  background: #ddd;

  font-size: 17px;

  border: none;

  cursor: pointer;

}



.overlay button:hover {

  background: #bbb;

}





.head-link a:last-child::after{

    display: none;

}

.navbar {

    padding-left: 0;

    padding-right: 0;

}

ul.nav-icons li {

    margin-left: 20px;

}

ul.nav-icons li a {

    text-align: center;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    cursor: pointer;

}

ul.nav-icons li a img {

    max-height: 17px;

}

ul.nav-icons li a p {

    font-weight: 300;

    font-size: 11px;

    color: #3e3e3e;

    margin-top: 0;

    text-transform: uppercase;

}

ul.nav-icons .dropdown-menu {

    position: absolute;

    top: 100%;

    left: 0;

    z-index: 1000;

    float: left;

    min-width: 100px;

    padding: 0;

    margin: 0;

    font-size: 12px;

    color: #212529;

    text-align: left;

    list-style: none;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0,0,0,.15);

    border-radius: 0;

}

ul.nav-icons .dropdown-menu  a{

    padding: 5px;

    line-height: 15px;

    text-align: left;

    align-items: flex-start;

}

.fixed-top {

    position: fixed !important;

    top: -40px;

    transform: translateY(40px);

    transition: transform .6s;

    right: 0;

    left: 0;

    background: #fff;

    z-index: 1030;

}

a.scrl-btn {

    position: absolute;

    bottom: -16px;

    left: 0;

}

.carousel-indicators{

    display: none;

}

.lv-af {

    animation: myanim1 2.3s infinite linear;

    position: absolute;

    right: 0;

    top: 101px;

    z-index: 9;

    width: 304px;

}

@keyframes myanim1{

  0% {

    transform: perspective(400px) rotate3d(0, 1, 0, 0deg);

  }



  30% {

    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    opacity: 1;

  }



  60% {

    transform: perspective(400px) rotate3d(0, 1, 0, -10deg);

    opacity: 1;

  }

  100% {

    transform: perspective(400px) rotate3d(0, 1, 0, 0deg);

    opacity: 1;

  }

}

.lv-bef {

    animation: myanim 2.3s infinite linear;

    position: absolute;

    left: 0;

    top: 101px;

    z-index: 9;

    width: 216px;

}



@keyframes myanim{

  0% {

    transform: perspective(400px) rotate3d(0, 1, 0, 0deg);

  }



  30% {

    transform: perspective(400px) rotate3d(0, 1, 0, 20deg);

    opacity: 1;

  }



  60% {

    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    opacity: 1;

  }

  100% {

    transform: perspective(400px) rotate3d(0, 1, 0, 0deg);

    opacity: 1;

  }

}







@keyframes flipOutX {

  from {

    transform: perspective(400px);

  }



  30% {

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    opacity: 1;

  }



  to {

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0;

  }

}

/*#######################*/



                /*START NAVBAR*/



header.navbar_sec {

    padding: 10px 0;

}

/*li.nav-item.active a {

    border: 1px solid #542518;

    background: #542518;

    color: #ffffff !important;

}*/

.navbar_div #navbarNav ul li a {

    margin: 0 2px;

    color: #0a0a0a;

    font-size: 13px;

    text-transform: uppercase;

    display: block;

    padding: 0 10px;

    font-weight: 500;

    line-height: 26px;

    border-radius: 9px;

    transition: 0.5s;

}

header.navbar_sec nav.navbar{

    padding: 0;

}

.head-cont a {

    font-size: 16px;

    color: #3b3b3b;

    font-weight: 300;

}

.head-cont p{

    font-size: 16px;

    color: #3b3b3b;

    font-weight: 300;

}

.head-link a i{

    color: #737373;

    margin-right: 20px;

    font-size: 18px;

}

/*.navbar_sec .container {

    max-width: 1500px;

}*/

.head-phone-no a {

    font-size: 16px;

    color: #3b3b3b;

    font-weight: 300;

}

.head-phone-no a span{

    font-weight: 700;

}

                /*END NAVBAR*/



                /*START BANNER SECTION*/



/*.social_media_icons {

    background-color: #c7b9b2;

    position: absolute;

    padding: 250px 65px 142px 37px;

    top: -15%;

}*/

.nav-icons .dropdown-toggle::after{

    display: none;

}



.slider_sec {

    position: relative;    

}

.slider_sec #myCarousel {

    margin: 0 0 0 92px;

    position: relative;

    z-index: 99;

}

.social_media_icons {

    position: absolute;

    z-index: 9;

    right: 0;

    top: 50%;

    padding: 0 45px;

    transform: translateY(-50%);

}

.social_media_icons ul li{

    margin-top: 25px;

}

a.navbar-brand img {

    width: 175px;

}

.carousel-indicators li.active{

    background: #e3408b;

    border: 1px solid #0354a0;

}



.slider_sec .carousel-item {

    height: 600px;

    background: url(../images/bnr-bg.png)left bottom no-repeat;

    background-size: cover;

}

.banner-image {

    position: relative;

}

img.sp-bef {

    position: absolute;

    left: 95px;

    top: 158px;

    width: 235px;

    animation: myanim2 1.5s infinite linear;

}

img.sp-af {

    position: absolute;

    left: 213px;

    top: 0;

    width: 167px;

    animation: myanim3 1.5s infinite linear;

}

@keyframes myanim2{

  0% {

    transform: perspective(400px) rotate3d(1, 0, 0, 0deg) scale(1.0);

  }



  30% {

    transform: perspective(400px) rotate3d(1, 0, 0, 10deg) scale(1.034);

    opacity: 1;

  }



  60% {

    transform: perspective(400px) rotate3d(1, 0, 0, 5deg) scale(1.02);

    opacity: 1;

  }

  100% {

    transform: perspective(400px) rotate3d(1, 0, 0, 0deg) scale(1.0);

    opacity: 1;

  }

}

@keyframes myanim3{

  0% {

    transform: perspective(400px) rotate3d(1, 0, 0, 0deg) scale(1.0);

  }



  30% {

    transform: perspective(400px) rotate3d(1, 0, 0, -10deg) scale(1.034);

    opacity: 1;

  }



  60% {

    transform: perspective(400px) rotate3d(1, 0, 0, -5deg) scale(1.02);

    opacity: 1;

  }

  100% {

    transform: perspective(400px) rotate3d(1, 0, 0, 0deg) scale(1.0);

    opacity: 1;

  }

}

.slider_sec .carousel {

    position: relative;

}



.slider_sec .carousel-control-prev-icon {

    display: none;

}



.slider_sec .carousel-control-next-icon {

   display: none;

}

.carousel-inner {

    position: relative;

    width: 100%;

}

.slider_sec .carousel-control-prev, .slider_sec .carousel-control-next {

   display: none;

}



a.web_btn, .web_btn a, button.web_btn {

    font-size: 14px;

    font-weight: 600;

    color: #ffffff;

    background-color: #713525;

    padding: 0px 30px;

    text-transform: uppercase;

    line-height: 45px;

    display: inline-block;

    border: 1px solid #713525;

    letter-spacing: 5px;

    transition: 0.5s;

    cursor: pointer;

    text-align: center;

}

a.web_btn:hover {

    background-color: #ffffff;

    color: #713525;

    border: 1px solid #713525;

    border-radius: 30px;

}



.enthu .row {

    justify-content: space-between;

}

.right-entx {

    display: flex;

    align-items: center;

}

.left-entx h4 {

    font-size: 30px;

    font-weight: 700;

    text-transform: uppercase;

    color: #542518;

    margin: 0 0 6px 0;

}

.left-entx p{

    font-size: 16px;

    font-weight: 500;

    color: #232323;

}

section.enthu {

    padding: 90px 0;

}

.ent-img {

    position: relative;

}

.enth-grid {

    text-align: center;

    margin-left: 30px;

}

.ent-img::before {

    position: absolute;

    content: '';

    background: url(../images/sec1-imbf.png);

    width: 259px;

    height: 238px;

    left: -42px;

    top: -27px;

    z-index: -1;

}

.ent-img img {

    width: 183px;

}

.ent-name h5 {

    margin: 21px 0 0 0;

    font-weight: 800;

    font-size: 16px;

    color: #3a170d;

}

.site-tx p {

    font-weight: 400;

    color: #232323;

    font-size: 14px;

    line-height: 22px;

    margin-bottom: 25px;

}

.site-tx h3 {

    font-weight: 700;

    color: #542518;

    text-transform: uppercase;

    margin-bottom: 21px;

}

.story1sec{

    position: relative;

}



.story1sec .container{

    position: relative;

    z-index: 99;

}

.story1sec h2 {

    font-weight: 800;

    font-size: 164px;

    color: #eeebea;

    position: absolute;

    z-index: 1;

    right: 0;

    top: 0;

    text-transform: uppercase;

    margin: 0;

}



.bondsec{

    position: relative;

}



.bondsec .container{

    position: relative;

    z-index: 99;

}

.bondsec h2 {

    font-weight: 800;

    font-size: 164px;

    color: #eeebea;

    position: absolute;

    z-index: 1;

    left: -34px;

    top: -34px;

    text-transform: uppercase;

    margin: 0;

}

.story2sec{

    position: relative;

}



.story2sec .container{

    position: relative;

    z-index: 99;

}

.story2sec h2 {

    font-weight: 800;

    font-size: 164px;

    color: #eeebea;

    position: absolute;

    z-index: 1;

    right: 153px;

    top: -40px;

    text-transform: uppercase;

    margin: 0;

}

.bondsec1{

    position: relative;

}



.bondsec1 .container{

    position: relative;

    z-index: 99;

}

.bondsec1 h2 {

    font-weight: 800;

    font-size: 164px;

    color: #eeebea;

    position: absolute;

    z-index: 1;

    left: -56px;

    top: -26px;

    text-transform: uppercase;

    margin: 0;

}

section.featured-prdsc h3 {

    text-align: center;

    font-weight: 700;

    font-size: 32px;

    text-transform: uppercase;

    color: #542518;

    margin: 0;    

}

.prd-im {

    background: #f5f5f5;

    padding: 46px 20px;

    text-align: center;

}

.prd-im img {

    max-width: 100%;

    height: 250px;

    width: 80%;

    object-fit: contain;

}

.prd-tx {

    text-align: center;

    padding-top: 15px;

}

.prd-tx h4 {

    font-weight: 400;

    font-size: 16px;

    color: #313131;

    line-height: 24px;

    min-height: 48px;

}

.starsec11 i {

    color: #ffb600;

    margin: 0 -2px;

}

.prd-tx h6 {

    font-weight: 800;

    font-size: 20px;

    color: #713525;

    margin: 5px 0 20px 0;

}

.s-pr-gr {

    padding: 0 15px;

    margin-top: 45px;

}

.more-btn {

    margin-top: 40px;

}

.more-btn a{

    font-size: 13px;

    font-weight: 600;

    color: #713525;

    text-decoration: underline;

    text-transform: uppercase;

    letter-spacing: 2px;

}

.ad-grd1{

    position: relative;

}

.ad-grd1 img {

    object-fit: cover;

    height: 281px;

}

.ad-tx11 {

    position: absolute;

    right: 13px;

    top: 70px;

}

.ad-tx11 h6{

    font-weight: 500;

    font-size: 22px;

    color: #ffffff;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin: 0;

}

.ad-tx11 h4{

    font-weight: 800;

    font-size: 33px;

    color: #ffffff;

    text-transform: uppercase;

}

.ad-tx11 a {

    font-weight: 700;

    font-size: 13px;

    color: #ffffff;

    display: inline-block;

    background: #d59c77;

    text-transform: uppercase;

    letter-spacing: 2px;

    padding: 9px 17px;

}

.ad-tx11 a:hover{

    border-radius: 30px;

    color: #000000;

}

section.adsec11 {

    padding: 25px 0 130px 0;

}

section.add2sec {

    background: #713525;

    position: relative;

    padding: 40px 0;

}

section.add2sec .container{

    position: relative;

}

.ad-2-imgsec img {

    position: absolute;

    bottom: -41px;

}

.upr-add {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

}

.upr-add h3 {

    font-size: 36px;

    font-weight: 600;

    color: #fff;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin: 0;

}

.upr-add h3 span {

    font-weight: 800;

    font-size: 114px;

    color: #ffffff;

    letter-spacing: 0;

    display: block;

    line-height: 82px;

}

.ad-icsec img{

    margin: 0 5px;

}

.upr-add a {

    font-weight: 700;

    font-size: 13px;

    color: #ffffff;

    display: inline-block;

    background: #d59c77;

    text-transform: uppercase;

    letter-spacing: 2px;

    padding: 14px 20px;

    margin-bottom: 11px;

}

.upr-add a:hover{

    border-radius: 30px;

    color: #000000;

}

.lower-add p {

    font-size: 13px;

    font-weight: 500;

    color: #f2f2f2;

    line-height: 18px;

    margin: 10px 0 0 0;

}











footer.footer_sec {

    padding: 32px 0 32px 0;

}



.footer_cont{

    text-align: center;

}



.footer_cont p {

    font-size: 14px;

    font-family: 'Work Sans', sans-serif;

    font-weight: 500;

    color: #000000;

    letter-spacing: 1px;

}



.footer_cont p a{

    font-weight: 700;

    color: #75160f;

}



                /*END FOOTER*/



                /*############################# INNER BANNER ###########################*/



.inner_banner{

}



.inner_banner_jpg {

    margin: 0 0 0 87px;

    z-index: 9;

    position: relative;

    overflow: hidden;

}                

.inner_banner_jpg::before{

    position:absolute;

    display:block;

    content:'';

    background-color:rgba(0,0,0,0.5);

    top:0;

    bottom:0;

    left:0;

    right:0;



}             

.about_us_head_sec {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 99;

    text-align: center;

    left: 0;

    right: 0;

}

                /*START ABOUT US PAGE*/



.about_us_head{

    text-align: center;

}



.about_us_head h2 {

    font-size: 60px;

    font-family: 'Josefin Sans', sans-serif;

    font-weight: 700;

    color: #ffffff;

    line-height: 65px;

    margin: 30px 0 20px 0;

    text-transform: uppercase;

}



.about_us_inner_head{

    text-align: center;

    padding-top: 4rem;

}

.about_us_inner_head p{

    font-family: 'Work Sans', sans-serif;

    font-size: 12px;

    letter-spacing: 3px;

    color: #3a3a3a;

}

.about_content_para h4 {

    font-size: 26px;

    font-weight: 700;

    color: #303030;

    line-height: 38px;

    font-family: 'Josefin Sans', sans-serif;

    margin: 0 0 25px;

}    

.about_content_para p {

    font-size: 16px;

    font-family: 'Work Sans', sans-serif;

    color: #4e4e4e;

}              

.about_content_img {

    float: right;

    margin-left: 11px;

    margin-bottom: 7px;

    width: 44%;

    position: relative;

    border-left: 4px solid #6b140e;

    border-top: 3px solid #6b140e;

    margin-top: 15px;

}

.about_content_img img {width: 100%; }

.mar_top_content {margin-top: 25px !important; }

section.about_us_para_sec {padding: 1rem 0 3rem; }

/*START GALLERY SECTION*/

section.gallery_content_sec {padding: 2rem 0 3rem; }

.galley_page_images {

    width: 100%;

    height: 227px;

    margin-bottom: 22px;

    border-left: 5px solid #c7b9b2;

    border-right: 5px solid #c7b9b2;

}  

.galley_page_images img{position: relative; object-fit: cover; width: 100%; height: 100%; }

.gallery_inner_overlay {

    position: absolute;

    top: 0;

    left: 19px;

    right: 0;

    background-color: #c7b9b2;

    overflow: hidden;

    width: 90%;

    height: 91%;

    transform: scale(0);

    transition: .3s ease;

}



/* When you mouse over the container, the overlay text will "zoom" in display */

.galley_page_images:hover .gallery_inner_overlay {transform: scale(1); }

.gallery_inner_overlay a{

  color: white;

  font-size: 20px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  text-align: center;

}

/*START CONTACT PAGE*/

.contact_us_inner_page_head_sec {padding: 2rem 0 0rem; }

.contact_us_inner_head {text-align: center; padding-top: 4rem; }

.contact_us_inner_head p{

    font-family: 'Work Sans', sans-serif;

    font-size: 12px;

    letter-spacing: 3px;

    color: #3a3a3a;

}

.contact_us_inner_head h3 {

    font-family: 'Josefin Sans', sans-serif;

    font-size: 40px;

    letter-spacing: 3px;

    color: #303030;

    margin-top: -12px;

}  

.contact_upper_para {

    text-align: center;

    font-size: 14px;

    font-family: 'Work Sans', sans-serif;

    color: #4e4e4e;

    padding-top: 12px;

    padding-bottom: 2rem;

} 

.map_div {border: 4px solid #75160f; }

.map_div iframe{width: 100%; }

.info_header {text-align: center; padding-top: 4rem; }

.info_header p{

    font-family: 'Work Sans', sans-serif;

    font-size: 12px;

    letter-spacing: 3px;

    color: #3a3a3a;

}

.info_header h3 {

    font-family: 'Josefin Sans', sans-serif;

    font-size: 40px;

    letter-spacing: 3px;

    color: #303030;

    margin-top: -12px;

}       

.info_details_box {

    text-align: center;

    border: 3px dashed #75160f;

    padding: 3rem 0 3rem;

    margin: 2rem 0 2rem;

    height: 175px;

}

.info_details_box i {display: block; color: #75160f; font-size: 22px; }

.info_details_box a {

    display: block;

    font-size: 15px;

    font-family: 'Work Sans', sans-serif;

    color: #75160f;

    padding-top: 17px;

}

.info_details_box p {

    display: block;

    font-size: 15px;

    font-family: 'Work Sans', sans-serif;

    color: #75160f;

    padding-top: 17px;

}

.message_qoute {text-align: center; padding-top: 4rem; }

.message_qoute p{

    font-family: 'Work Sans', sans-serif;

    font-size: 12px;

    letter-spacing: 3px;

    color: #3a3a3a;

}

.message_qoute h3 {

    font-family: 'Josefin Sans', sans-serif;

    font-size: 40px;

    letter-spacing: 3px;

    color: #303030;

    margin-top: -12px;

}  

.btn_contact {

    font-family: 'Work Sans', sans-serif;

    font-size: 20px;

    font-weight: 400;

    color: #ffffff;

    background-color: #cc924a;

    padding: 19px 22px 19px 22px;

    text-transform: uppercase;

    letter-spacing: 3px;

}

section.contact_page_form {padding: 1rem 0 2rem; }

.experience_item_inner{margin: 0; }

/*START RESERVATION*/



section.reserve_here {padding: 0 0 60px 0; }

.experience_cont_inner{margin: 0; }

.inner_res {

    font-size: 60px;

    font-family: 'Josefin Sans', sans-serif;

    font-weight: 700;

    color: #0f0e0e;

    line-height: 65px;

    margin: 30px 0 20px 0;

    text-transform: uppercase;

}

.reserve_here .form-control:focus{outline: 0; box-shadow: none; }

.reserve_here .form-group [type=date] {

    background-color: #ffffff;

    font-family: 'Work Sans', sans-serif;

    width: 100%;

    padding: 0 12px;

    border: 1px solid #ced4da;

    line-height: 38px;

    height: 38px;

    border-radius: 5px;

    cursor: pointer;

}

.reserve_here .form-group [type=date]:focus{outline: 0; box-shadow: none; }



.service-grid {

    background: #555555;

    padding: 20px 15px;

    min-height: 410px;

}

.service-grid h5 {

    font-weight: 600;

    color: #ffffff;

    text-transform: uppercase;

    font-size: 25px;

    line-height: 36px;

}

.service-grid h4 {

    font-weight: 500;

    font-size: 25px;

    color: #e28f00;

    margin-bottom: 24px;

    line-height: 41px;

}

.service-grid p{

    font-weight: 400;

    font-size: 16px;

    color: #fff;

}

.abtsec p {

    font-size: 14px;

    color: #080000;

    line-height: 23px;

    margin-bottom: 27px;

}

.service-box {

    border: 1px solid #542518;

    padding: 18px;

    min-height: 251px;

    display: flex;

    justify-content: center;

    background: #e28f00;

    color: #fff;

    flex-direction: column;

}

.abtsec p strong{

    font-weight: 700;

}

.abtsec p b{

    font-weight: 500;

}

.abtsec h5 {

    font-weight: 600;

    font-size: 22px;

    margin-bottom: 30px;

}

.we-do-tag {

    background: #542518;

    padding-left: 30px;

    color: #fff;

}

.we-do-tag h3 {

    text-transform: uppercase;

    font-weight: 800;

    color: #ffffff;

    font-size: 32px;

    margin-bottom: 18px;

}

.we-do-tag p{

    font-weight: 300;

    color: #ffffff;

    font-size: 23px;

}

.we-do-grid h3 {

    font-weight: 500;

    font-size: 30px;

    color: #080000;

    margin-bottom: 27px;

}

.we-do-grid p {

    font-weight: 400;

    font-size: 14px;

    color: #080000;

    margin-bottom: 15px;

    margin-top: 10px;

}

.we-do-grid h4 {

    font-weight: 800;

}

.client-test h3 {

    font-size: 23px;

}

.steps-tag {

    background: #542518;

    padding-left: 30px;

    color: #fff;

}

.steps-tag h3 {

    text-transform: uppercase;

    font-weight: 800;

    color: #ffffff;

    font-size: 32px;

    margin-bottom: 18px;

}

.steps-tag p{

    font-weight: 300;

    color: #ffffff;

    font-size: 23px;

}

.step-main{

    background: #d9d8d8;

}

.step-grid h5 {

    margin: 17px 0;

    font-weight: 400;

    font-size: 25px;

    text-align: center;

    line-height: 39px;

    color: #080000;

}

.step-grid h5 strong{

    font-weight: 800;

}

.step-grid p{

    text-align: center;

    color: #080000;

    font-size: 16px;

    font-weight: 400;

}

.what-expect-main h2 {

    font-weight: 300;

    color: #9e9c98;

    margin-bottom: 26px;

}

.what-expect-main ul {

    padding-left: 18px;

}

.what-expect-main ul li {

    position: relative;

    margin-bottom: 15px;

    font-weight: 400;

    font-size: 14px;

    color: #080000;

    line-height: 36px;

}

.what-expect-main ul li::before {

    position: absolute;

    left: -18px;

    top: 13px;

    content: '';

    height: 12px;

    width: 12px;

    background: url(../images/bullet.png)left top no-repeat;

    background-size: 100% 100%;

}

.what-expect-main {

    border-right: 1px solid #080000;

}

.expect-text p {

    font-weight: 500;

    color: #080000;

    font-size: 16px;

    margin-bottom: 49px;

    line-height: 30px;

}

.main-footer {

    background: #080000;

    padding: 74px 0 49px 0;

}

.navbar-brand1 {

    top: 0;

    left: 35px;

}

.f-social{

    padding-left: 15px; 

}

.f-social a {

    margin-left: 36px;

    position: relative;

}

.f-social a::before {

    content: '';

    position: absolute;

    right: -17px;

    top: 0;

    height: 30px;

    width: 1px;

    background: #ffffff;

}

.f-social a:last-child::before {

    display: none;

}

.navbar-brand1 img {

    width: 288px;

}

.contact-details ul li p {

    font-size: 19px;

    color: #fff;

    font-weight: 400;

}

.contact-details ul li{

    margin-bottom: 11px; 

}

.custom-phone a {

    padding-right: 10px;

    font-size: 19px;

    color: #ffffff;

}

.contact-details ul li a {

    padding-right: 10px;

    font-size: 19px;

    color: #ffffff;

}

.quick.links h4 {

    font-weight: 500;

    font-size: 20px;

    color: #e28f00;

    border-bottom: 1px solid #e28f00;

    padding-bottom: 16px;

    margin-bottom: 25px;

}

.quick.links ul li a {

    color: #ffffff;

    font-size: 14px;

    font-weight: 400;

    line-height: 38px;

}

.quick.links {

    margin-top: -21px;

}



.jumbotron {

  height: 300px;

  overflow: hidden;

}



.jumbotron::before {

  position: absolute;

  content: "";

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(0,0,0,0.5);

  z-index: 1

}



.jumbotron img {

  top: 75%;

  transform: translateY(-50%);

}

ol.breadcrumb.bg-transparent {

    position: relative;

    z-index: 9;

}

.breadcrumb-item.active {

    padding-top: 0;

    line-height: 17px;

}

.we-do-grid ul li {

    list-style: disc;

    color: #000000;

    font-size: 11px;

    line-height: 16px;

}

.text-grid ul {

    padding-left: 14px;

}

.text-grid ul li {

    list-style: disc;

    color: #000000;

    font-size: 13px;

    line-height: 21px;

}

.team-sec .text-grid {

    min-height: 713px;

}

.team-sec h3 {

    font-weight: 800;

    text-align: center;

    padding: 11px 0;

}

.we-do-grid ul {

    padding-left: 14px;

}

.text-grid {

    border: 1px solid #e28f00;

    padding: 20px;

    min-height: 300px;

    margin-bottom: 22px;

}

.text-grid img {

    margin: 10px auto;

    width: 100px !important;

    border: 1px solid #ccc;

}

.text-grid h5 {

    color: #542518;

}

.we-do-grid h6 {

    margin-top: 10px;

}

.services .icon-box {

    margin-bottom: 20px;

    padding: 0;

    border-radius: 6px;

    background: #fff;

    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

    min-height: 451px;

}



.services .icon-box i {

  float: left;

  color: #f6b024;

  font-size: 40px;

}



.services .icon-box h4 {

    margin: 21px 20px 19px;

    font-weight: 700;

    font-size: 18px;

}





.services .icon-box p {

  margin: 0 20px 10px;

  line-height: 24px;

  font-size: 12px;

}

section#contact .f-social {

    background: #542518;

    padding: 10px 0;

    margin: 10px 0 19px 0;

    border-radius: 5px;

}

.blog .entry {

  padding: 20px;

  margin-bottom: 60px;

  overflow: hidden;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

}



.blog .entry .entry-img {

  max-height: 400px;

  margin: -20px -20px 20px -20px;

  overflow: hidden;

}



.blog .entry .entry-title {

  font-size: 20px;

  line-height: 26px;

  font-weight: bold;

  padding: 0;

  margin: 0 0 20px 0;

}



.blog .entry .entry-title a {

  color: #493c3e;

  transition: 0.3s;

}



.blog .entry .entry-title a:hover {

  color: #542518;

}



.blog .entry .entry-meta {

  color: #9a8487;

}



.blog .entry .entry-meta ul {

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;

}



.blog .entry .entry-meta ul li {

  margin-bottom: 15px;

}



.blog .entry .entry-meta ul li + li {

  padding-left: 15px;

}



.blog .entry .entry-meta i {

  font-size: 14px;

  padding-right: 4px;

}



.blog .entry .entry-meta a {

  color: #9a8487;

  font-size: 14px;

  display: inline-block;

  line-height: 1;

}



.blog .entry .entry-content p {

  line-height: 24px;

  font-size: 15px;

}



.blog .entry .entry-content .read-more {

    margin-top: 18px;

}

/*.blog .entry .entry-content .read-more a {

  display: inline-block;

  padding: 5px 20px 7px 20px;

  transition: 0.3s;

  font-size: 14px;

  border-radius: 50px;

}*/



/*.blog .entry .entry-content .read-more a:hover {

  background: #542518;

}*/



.blog .entry .entry-content h3 {

  font-size: 22px;

  margin-top: 30px;

  font-weight: bold;

}



.blog .entry .entry-content blockquote {

  overflow: hidden;

  background-color: #fafafa;

  padding: 60px;

  position: relative;

  text-align: center;

  margin: 20px 0;

}



.blog .entry .entry-content blockquote p {

  color: #444444;

  line-height: 1.6;

  margin-bottom: 0;

  font-style: italic;

  font-weight: 500;

  font-size: 22px;

}



.blog .entry .entry-content blockquote .quote-left {

  position: absolute;

  left: 20px;

  top: 20px;

  font-size: 36px;

  color: #e7e7e7;

}



.blog .entry .entry-content blockquote .quote-right {

  position: absolute;

  right: 20px;

  bottom: 20px;

  font-size: 36px;

  color: #e7e7e7;

}



.blog .entry .entry-content blockquote::after {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  width: 3px;

  background-color: #493c3e;

  margin-top: 20px;

  margin-bottom: 20px;

}



.blog .entry .entry-footer {

  padding-top: 10px;

  border-top: 1px solid #e6e6e6;

}



.blog .entry .entry-footer i {

  color: #9a8487;

  display: inline;

}



.blog .entry .entry-footer a {

  color: #c3b6b8;

  transition: 0.3s;

}



.blog .entry .entry-footer a:hover {

  color: #542518;

}



.blog .entry .entry-footer .cats {

  list-style: none;

  display: inline;

  padding: 0 20px 0 0;

  font-size: 14px;

}



.blog .entry .entry-footer .cats li {

  display: inline-block;

}



.blog .entry .entry-footer .tags {

  list-style: none;

  display: inline;

  padding: 0;

  font-size: 14px;

}



.blog .entry .entry-footer .tags li {

  display: inline-block;

}



.blog .entry .entry-footer .tags li + li::before {

  padding-right: 6px;

  color: #6c757d;

  content: ",";

}



.blog .entry .entry-footer .share {

  font-size: 16px;

}



.blog .entry .entry-footer .share i {

  padding-left: 5px;

}



.blog .entry-single {

  margin-bottom: 30px;

}



.blog .entry-single .entry-title {

  font-size: 36px;

  line-height: 42px;

}



.blog .blog-author {

  padding: 20px;

  margin-bottom: 30px;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

}



.blog .blog-author img {

  width: 120px;

}



.blog .blog-author h4 {

  margin-left: 140px;

  font-weight: 600;

  font-size: 22px;

  margin-bottom: 0px;

  padding: 0;

}



.blog .blog-author .social-links {

  margin: 0 0 5px 140px;

}



.blog .blog-author .social-links a {

  color: #b1a0a3;

}



.blog .blog-author p {

  margin-left: 140px;

  font-style: italic;

  color: #b7b7b7;

}



.blog .blog-comments {

  margin-bottom: 30px;

}



.blog .blog-comments .comments-count {

  font-weight: bold;

}



.blog .blog-comments .comment {

  margin-top: 30px;

  position: relative;

}



.blog .blog-comments .comment .comment-img {

  width: 50px;

}



.blog .blog-comments .comment h5 {

  margin-left: 65px;

  font-size: 16px;

  margin-bottom: 2px;

}



.blog .blog-comments .comment h5 a {

  font-weight: bold;

  color: #444444;

  transition: 0.3s;

}



.blog .blog-comments .comment h5 a:hover {

  color: #542518;

}



.blog .blog-comments .comment h5 .reply {

  padding-left: 10px;

  color: #493c3e;

}



.blog .blog-comments .comment time {

  margin-left: 65px;

  display: block;

  font-size: 14px;

  color: #b1a0a3;

  margin-bottom: 5px;

}



.blog .blog-comments .comment p {

  margin-left: 65px;

}



.blog .blog-comments .comment.comment-reply {

  padding-left: 40px;

}



.blog .blog-comments .reply-form {

  margin-top: 30px;

  padding: 30px;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

}



.blog .blog-comments .reply-form h4 {

  font-weight: bold;

  font-size: 22px;

}



.blog .blog-comments .reply-form p {

  font-size: 14px;

}



.blog .blog-comments .reply-form input {

  border-radius: 0;

  padding: 20px 10px;

  font-size: 14px;

}



.blog .blog-comments .reply-form input:focus {

  box-shadow: none;

  border-color: #f096a7;

}



.blog .blog-comments .reply-form textarea {

  border-radius: 0;

  padding: 10px 10px;

  font-size: 14px;

}



.blog .blog-comments .reply-form textarea:focus {

  box-shadow: none;

  border-color: #f096a7;

}



.blog .blog-comments .reply-form .form-group {

  margin-bottom: 25px;

}



.blog .blog-comments .reply-form .btn-primary {

  border-radius: 0;

  padding: 10px 20px;

  border: 0;

  border-radius: 50px;

  background-color: #493c3e;

}



.blog .blog-comments .reply-form .btn-primary:hover {

  background-color: #542518;

}



.blog .blog-pagination {

  color: #816a6e;

}



.blog .blog-pagination ul {

  display: flex;

  padding-left: 0;

  list-style: none;

}



.blog .blog-pagination li {

  border: 1px solid white;

  margin: 0 5px;

  transition: 0.3s;

}



.blog .blog-pagination li.active {

  background: white;

}



.blog .blog-pagination li a {

  color: #aaaaaa;

  padding: 7px 16px;

  display: inline-block;

}



.blog .blog-pagination li.active, .blog .blog-pagination li:hover {

  background: #542518;

  border: 1px solid #542518;

}



.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {

  color: #fff;

}



.blog .blog-pagination li.disabled {

  background: #fff;

  border: 1px solid white;

}



.blog .blog-pagination li.disabled i {

  color: #f1f1f1;

  padding: 10px 16px;

  display: inline-block;

}



.blog .sidebar {

  padding: 30px;

  margin: 0 0 60px 20px;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

}



.blog .sidebar .sidebar-title {

  font-size: 20px;

  font-weight: 700;

  padding: 0 0 0 0;

  margin: 0 0 15px 0;

  color: #493c3e;

  position: relative;

}



.blog .sidebar .sidebar-item {

  margin-bottom: 30px;

}



.blog .sidebar .search-form form {

  background: #fff;

  border: 1px solid #d3cacb;

  padding: 3px 10px;

  position: relative;

  border-radius: 50px;

}



.blog .sidebar .search-form form input[type="text"] {

  border: 0;

  padding: 4px;

  width: calc(100% - 42px);

}



.blog .sidebar .search-form form button {

  position: absolute;

  border-radius: 50px;

  top: 0;

  right: -2px;

  bottom: 0;

  border: 0;

  background: none;

  font-size: 16px;

  padding: 0 20px;

  margin: -1px;

  background: #542518;

  color: #fff;

  transition: 0.3s;

}



.blog .sidebar .search-form form button:hover {

  background: #542518;

}



.blog .sidebar .categories ul {

  list-style: none;

  padding: 0;

}



.blog .sidebar .categories ul li + li {

  padding-top: 10px;

}



.blog .sidebar .categories ul a {

  color: #655356;

}



.blog .sidebar .categories ul a:hover {

  color: #542518;

}



.blog .sidebar .categories ul a span {

  padding-left: 5px;

  color: #b1a0a3;

  font-size: 14px;

}



.blog .sidebar .recent-posts .post-item + .post-item {

  margin-top: 15px;

}



.blog .sidebar .recent-posts img {

  width: 80px;

  float: left;

}



.blog .sidebar .recent-posts h4 {

  font-size: 15px;

  margin-left: 95px;

  font-weight: bold;

}



.blog .sidebar .recent-posts h4 a {

  color: #110e0e;

  transition: 0.3s;

}



.blog .sidebar .recent-posts h4 a:hover {

  color: #542518;

}



.blog .sidebar .recent-posts time {

  display: block;

  margin-left: 95px;

  font-style: italic;

  font-size: 14px;

  color: #b1a0a3;

}



.blog .sidebar .tags {

  margin-bottom: -10px;

}



.blog .sidebar .tags ul {

  list-style: none;

  padding: 0;

}



.blog .sidebar .tags ul li {

  display: inline-block;

}



.blog .sidebar .tags ul a {

  color: #542518;

  font-size: 14px;

  padding: 6px 14px;

  margin: 0 6px 8px 0;

  border: 1px solid #ede9e9;

  display: inline-block;

  border-radius: 50px;

  transition: 0.3s;

}



.blog .sidebar .tags ul a:hover {

  color: #fff;

  border: 1px solid #542518;

  background: #542518;

}



.blog .sidebar .tags ul a span {

  padding-left: 5px;

  color: #dfd8d9;

  font-size: 14px;

}

.text-grid {

    border: 1px solid #542518;

    text-align: center;

    padding: 29px 26px;

    min-height: 318px;

    margin-bottom: 29px;

}

.drp {

    cursor: pointer;

}

.navbar_div #navbarNav ul li  .dropdown-menu .dropdown-item {

    border: none;

    font-size: 12px;

    line-height: 31px;

}

.navbar_div #navbarNav ul li  .dropdown-menu .dropdown-item:hover{

    background-color: #ffffff;

    color: #000000;

}

footer {

    background: url(../images/footer-bg.png)top center no-repeat;

    margin-top: 0;

    background-size: cover;

}

.ftr-quick-links a {

    font-weight: 400;

    font-size: 13px;

    color: #313131;

}

.ftr-quick-links p{

    font-weight: 300;

    font-size: 14px;

    color: #090909;

}

ul.social-ico-ft li a img {

    width: 50px;

    margin-right: 10px;

}

.ftr-quick-links h3 {

    color: #713525;

    font-size: 15px;

    font-weight: 800;

    text-transform: uppercase;

    margin-bottom: 16px;

}

.ftr-quick-links ul li {

    margin-bottom: 6px;

}

ul.ftr-social1 {

    display: flex;

    justify-content: flex-start;

    margin-bottom: 15px;

}

ul.ftr-social1 li{

    margin-right: 10px;

}

.ftr-cp p {

    font-weight: 600;

    font-size: 14px;

    color: #4d1f13;

    text-align: center;

    margin: 50px 0 0 0;

}

.inner-banner {

    height: 400px;

}

.inner-banner img {

    height: 100% !important;

    object-fit: cover;

    object-position: bottom center;

}

.overlay-content button {

    background: #542518;

}

.overlay-content button i{

    color: #fff;

}

.breadcrumb {

    background: transparent !important;

    padding-left: 0;
    margin: 0 !important;

}

.bcrumb{

    background: #542518;

}

.bcrumb li a {

    color: #fff;

    font-weight: 800;

    line-height: 19px;

}

.bcrumb li::before{

    color: #fff !important;   

}

.main-title {

    text-transform: uppercase;

    text-align: center;

    margin: 50px 0 0 0;

    font-size: 43px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #000;

}

.team .member {

    position: relative;

    box-shadow: 0px 2px 15px hsl(211deg 45% 51% / 27%);

    padding: 30px;

    border-radius: 4px;

    background: white;

}

.team .member .pic {

  overflow: hidden;

  width: 140px;

  border-radius: 4px;

}

.team .member .pic img {

  transition: ease-in-out 0.3s;

}

.team .member:hover img {

  transform: scale(1.1);

}

.team .member .member-info {

  padding-left: 30px;

}

.team .member h4 {

  font-weight: 700;

  margin-bottom: 5px;

  font-size: 20px;

  color: #682a02;

}

.team .member span {

  display: block;

  font-size: 15px;

  padding-bottom: 10px;

  position: relative;

  font-weight: 500;

}

.team .member span::after {

  content: "";

  position: absolute;

  display: block;

  width: 50px;

  height: 1px;

  background: #dee2e6;

  bottom: 0;

  left: 0;

}

.team .member p {

  margin: 10px 0 0 0;

  font-size: 14px;

}

.team .member .social {

  margin-top: 12px;

  display: flex;

  align-items: center;

  justify-content: flex-start;

}

.team .member .social a {

  transition: ease-in-out 0.3s;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 4px;

  width: 32px;

  height: 32px;

  background: #8795a4;

}

.team .member .social a i {

  color: #fff;

  font-size: 16px;

  margin: 0 2px;

}

.team .member .social a:hover {

  background: #542518;

}

.team .member .social a + a {

  margin-left: 8px;

}

/*Contact*/

    

    

    .contact-info h4 {

        color: #2e0f0f;

        font-size: 44px;

    }

    .contact-info img{

        margin-bottom: 15%;

    }

    .contact-info h2{

        margin-bottom: 10%;

        color: #696969;

    }

    .contact-form {

        padding: 30px;

        background: rgb(84,37,24);

        background: linear-gradient(180deg, rgba(84,37,24,1) 0%, rgba(96,21,0,1) 44%);

        margin-bottom: 50px;

    }

    .contact .col-md-9{

        background: #696969;

        padding: 3%;

        border-top-right-radius: 0.5rem;

        border-bottom-right-radius: 0.5rem;

    }

    .contact-form label{

        font-weight:600;

    }

    .contact-form button {

        background: transparent;

        color: #fff;

        font-weight: 600;

        border: 1px solid #fffff;

        text-transform: uppercase;

        border-radius: 0;

        border: 1px solid #fff;

        padding: 10px 15px;

    }

    

    .contact-form button:focus{

        box-shadow:none;

    }

    .contact-form textarea.form-control{

        resize: none;

    }

    .main-map {

        width: 100%;

        height: 550px;

        padding: 5px;

        border: 5px solid #542518;

    }

    .contact-form label {

        color: #fff;

    }

    .main-map iframe{ width: 100%; height: 100%; }

    .cont-detail{

        padding: 30px 0;

    }

    .cont-detail p {

        position: relative;

        color: #000000;

        padding-left: 80px;

        margin-bottom: 68px;

        font-size: 22px;

    }

    .cont-detail p a{

        color: #000000;

    }

    .contact-info {

        padding: 53px 30px;

        box-shadow: 1px 1px 15px #542518;

    }

    .cont-detail p i {

        position: absolute;

        left: 0;

        top: 50%;

        transform: translateY(-50%);

        font-size: 33px;

        color: #ffffff;

        background: #542518;

        margin-bottom: 50px;

        width: 70px;

        height: 70px;

        border-radius: 50%;

        align-items: center;

        justify-content: center;

        display: flex;

        /* margin-right: 5px; */

    }

    .btn{

        border: 1px solid #363636;

        color: #542518;

    }

nav.woocommerce-breadcrumb {
    display: none;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.site-btn {
    background: transparent;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fffff;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 10px 15px;
}

    p.logged-in-as a {
        color: #000;
        margin-bottom: 10px !important;
        display: inline-block;
        font-weight: 700;
        text-decoration: underline;
    }
    ul.products.columns-4 li {
        text-align: center;
        border: 1px solid #ccc;
        padding: 15px !important;
        min-height: 404px;
    }
    h2.woocommerce-loop-product__title {
        color: #000;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 13px !important;
        font-weight: 800;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 24px;
        min-height: 61px;
    }
    .woocommerce .woocommerce-ordering select {
        border: 1px solid #793306;
        padding: 5px 15px;
    }
    .single-product .summary.entry-summary input[type="number"] {
        border: 1px solid #ccc;
        margin-top: 2px;
    }
    .single-product .yith-wcwl-add-button a {
        color: #000;
        font-weight: 800;
    }
    .single-product .product_meta a {
        color: #000;
        text-decoration: underline;
    }
    .single-product  span.woocommerce-Price-amount.amount bdi {
        font-weight: 800;
    }
    .cartsec span.woocommerce-Price-amount.amount bdi {
        font-weight: 400 !important;
    }
    p.price{
        margin-bottom: 15px;
    }
    .single-product h1.product_title.entry-title {
        font-size: 23px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .woocommerce-message {
        border-top-color: #fb5e4d;
    }
    .woocommerce-message::before {
        content: "\e015";
        color: #fb5e4d;
    }
    .woocommerce-info{
        border-top-color: #fb5e4d;
    }
    .woocommerce-info::before{
       color: #fb5e4d; 
    }
    .woocommerce div.product div.images img {
        display: block;
        width: 100%;
        height: 400px !important;
        padding: 20px;
        box-shadow: none;
        object-fit: contain;
        border: 1px solid #ddd;
    }
    .single-product section.related.products h2 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .single-product button.single_add_to_cart_button.button.alt {
        color: #793306;
        background: #000;
    }
    a.added_to_cart.wc-forward {
        color: #000;
        font-weight: 500;
        font-size: 10px;
        text-transform: uppercase;
        text-decoration: underline !important;
    }
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        font-size: 14px;
        color: #793306;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        border: 1px solid #793306;
        padding: 10px 21px;
        background: #ffffff;
        width: 100%;
    }
    a.checkout-button.button.alt.wc-forward {
        font-size: 14px;
        color: #793306;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        border: 1px solid #793306;
        padding: 10px 21px;
        background: #ffffff;
        width: 100%;
    }
    input#coupon_code {
        width: 119px;
    }
    .woocommerce-shop ul.products.columns-4 li a img {
        width: auto !important;
        height: 164px !important;
        object-fit: contain;
        margin: 0 auto !important;
    }
    .woocommerce-cart .shop_table td.product-name a {
        color: #000;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
    }
    .woocommerce-checkout .woocommerce-info {
        border-top-color: #793306;
    }
    .woocommerce-checkout .woocommerce-info::before {
        color: #793306;
    }
    .woocommerce-checkout a.showcoupon {
        color: #793306;
        font-weight: 700;
    }
    .woocommerce-checkout input#coupon_code {
        padding: 10px 15px;
        width: 100%;
        border: 1px solid #793306;
    }
    .woocommerce-checkout .checkout_coupon button {
        font-size: 14px;
        color: #793306;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        border: 1px solid #793306 !important;
        padding: 12px 21px !important;
        background: #ffffff !important;
        border-radius: 0 !important;
        color: #000000 !important;
    }
    .woocommerce-checkout span.woocommerce-input-wrapper {
        width: 100%;
    }
    
    .woocommerce-checkout span.woocommerce-input-wrapper input {
        width: 100% !important;
        height: 33px !important;
        border-radius: 0 !important;
        background: #ffffff !important;
    }
    .woocommerce-checkout .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 0;
        height: 31px;
    }
    .woocommerce-checkout span.woocommerce-input-wrapper textarea {
        border: 1px solid #cccccc;
        border-radius: 0;
        padding: 10px 15px;
        height: 250px !important;
    }
    .woocommerce-checkout button#place_order {
        margin-top: 10px;
        font-size: 12px;
        color: #793306;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        border: 1px solid #793306;
        padding: 10px 21px;
        background: #ffffff;
    }
    .woocommerce-account .woocommerce form .form-row {
        display: block !important;
    }
    .woocommerce-account .woocommerce-form-row input {
        border: 1px solid #cccccc;
        padding: 10px;
        background: #e8f0fe !important;
    }
    .woocommerce-account .woocommerce-form-register__submit, .woocommerce-account .woocommerce-form-login__submit {
        font-size: 12px !important;
        color: #793306 !important;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600 !important;
        border: 1px solid #793306 !important;
        padding: 10px 21px !important;
        background: #ffffff !important;
        margin-top: 15px !important;
    }
    .woocommerce form.login, .woocommerce form.register {
        border: 1px solid #000000 !important;
        padding: 20px;
        margin: 2em 0;
        text-align: left;
        border-radius: 0 !important;
        min-height: 371px;
    }
    p.woocommerce-LostPassword.lost_password a {
        color: #000;
        font-weight: 700;
        text-decoration: underline;
    }
    a.woocommerce-privacy-policy-link{
        color: #000;
        font-weight: 700;
        text-decoration: underline;
    }
    section.inner_banner{
        position: relative;
    }
    section.inner_banner::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #ffffff8c;
        z-index: 9;
    }
    nav.woocommerce-MyAccount-navigation {
        background: #793306;
        padding: 20px 15px;
    }
    nav.woocommerce-MyAccount-navigation ul li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: underline;
    }
    .woocommerce-MyAccount-content p {
        color: #000 !important;
    }
    .woocommerce-MyAccount-content p a {
        color: #000 !important;
        text-decoration: underline;
        font-weight: 500;
    }
    button.btn.btn-link {
        color: #793306;
        font-weight: 600;
    }
    .woocommerce-wishlist td.product-name a {
        color: #000;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
    }
    .woocommerce-wishlist .wishlist_table .product-add-to-cart a {
        font-size: 9px;
        color: #793306;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        border: 1px solid #793306;
        padding: 3px 4px;
        background: #ffffff;
    }
    .woocommerce-wishlist .woocommerce table.shop_table td {
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 9px 18px;
        vertical-align: initial;
        line-height: 1.5em;
        text-align: left;
    }
    .wpcf7 form.invalid .wpcf7-response-output {
        color: #ffb900;
        border: none;
        font-weight: bold;
        font-size: 15px;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        border: none;
        color: #46b450;
        font-weight: bold;
    }
    .woocommerce-MyAccount-content {
        margin: 25px 0;
    }
    .star-rating {
        margin: 5px auto !important;
    }
    input.wpcf7-form-control.wpcf7-submit.site-btn {
        background: transparent;
        color: #fff;
        font-weight: 600;
        border: 1px solid #fffff;
        text-transform: uppercase;
        border-radius: 0;
        border: 1px solid #fff;
        padding: 10px 15px;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 48%;
        max-width: none;
    }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 48%;
        max-width: none;
    }
    .woocommerce-Reviews form p input {
        width: 100%;
        border: 1px solid #000;
        padding: 7px;
    }
    .woocommerce-Reviews form p textarea {
        width: 100%;
        border: 1px solid #000;
        padding: 7px;
    }
    .woocommerce-address-fields input {
        border: 1px solid #dddddd;
        padding: 5px 10px;
    }
    .woocommerce-billing-fields p input {
        width: 100%;
        border: 1px solid #dddddd;
        padding: 5px 10px !important;
    }
    nav.woocommerce-breadcrumb {
        display: none;
    }
    .woocommerce-page ul.products li.product a {
        color: #000;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 8px 0;
        display: inline-block;
        margin-top: 0 !important;
        font-weight: 600;
        font-size: 12px;
    }
    ul.products.columns-4 li img {
        object-fit: contain;
        width: 100%;
        height: 185px !important;
    }
    section.related.products ul.products.columns-4 li img {
        object-fit: contain;
        width: 100%;
        height: 185px !important;
    }
    section.related.products ul.products.columns-4 li {
        text-align: center;
        border: 1px solid #ccc;
        padding: 15px !important;
        min-height: 400px;
    }
    .woocommerce nav.woocommerce-pagination ul li span.current {
        background: #793306 !important;
        color: #000 !important;
        padding: 7px 16px !important;
        font-weight: 600 !important;
    }
    .woocommerce nav.woocommerce-pagination ul li a {
        color: #000 !important;
        padding: 7px 12px !important;
    }
    .yith-wcwl-add-to-wishlist {
        margin-top: 0;
    }


.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 18px 0 0 0;
}
.starsec11 {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.starsec11 i {
    color: #ffb600;
    margin: 0 1px;
}


.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #542518 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #542518 !important;
}
section#woocommerce_product_categories-2 {
    padding-top: 25px;
}

.cat-parent a {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: underline;
}
.cat-parent ul.children {
    display: flex;
    margin-top: 7px;
}
.cat-parent ul.children li {
    margin-right: 10px;
    background: #863525;
    padding: 5px 15px;
}
.cat-parent ul.children li a{
    color: #ffffff;
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 0;
}
.bcrumb li a br {
    display: none;
}
.woocommerce ul.products li.product .price {
    font-size: 17px !important;
}
.contact-form textarea.form-control {
    resize: none;
    height: 158px;
}
h1.entry-title {
    text-align: center;
    margin-bottom: 15px;
}
.page h1.entry-title {
    text-align: center;
    margin-bottom: 30px;
}
footer.entry-footer {
    background: transparent;
}
.pagenotfound_para a {
    color: #000;
    font-weight: 800;
    text-decoration: underline;
}
.tss-wrapper .tss-layout3 .item-content-wrapper, .tss-wrapper .tss-isotope1 .item-content-wrapper, .tss-wrapper .tss-video1 .item-content-wrapper, .tss-wrapper .tss-carousel3 .item-content-wrapper {
    text-align: center;
    padding-top: 0 !important;
}
.tss-wrapper .tss-layout3 .item-content-wrapper:before, .tss-wrapper .tss-isotope1 .item-content-wrapper:before, .tss-wrapper .tss-video1 .item-content-wrapper:before, .tss-wrapper .tss-carousel3 .item-content-wrapper:before {
    content: "\f10d";
    color: #713525 !important;
    position: absolute;
    left: 6px !important;
    top: -18px !important;
    font-family: fontawesome, serif;
    font-size: 18px !important;
}
.tss-wrapper .tss-layout3 .item-content-wrapper, .tss-wrapper .tss-isotope1 .item-content-wrapper, .tss-wrapper .tss-video1 .item-content-wrapper, .tss-wrapper .tss-carousel3 .item-content-wrapper {
    background: transparent !important;
}
.tss-wrapper .tss-layout3 .item-content, .tss-wrapper .tss-isotope1 .item-content, .tss-wrapper .tss-carousel3 .item-content {
    font-size: 13px !important;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.tss-meta-info.tss-right {
    box-shadow: 4px 3px 20px #8e48353d;
    padding: 30px 15px 15px 15px;
}
.tss-wrapper .tss-layout2 .item-content-wrapper, .tss-wrapper .tss-carousel2 .item-content-wrapper {
    background: #f5efe3 !important;
}
.tss-wrapper .tss-layout2 .item-content-wrapper:after, .tss-wrapper .tss-carousel2 .item-content-wrapper:after {
    border-left: 15px solid #f5efe3 !important;
}
.tss-wrapper .tss-layout2 .item-content-wrapper:before, .tss-wrapper .tss-carousel2 .item-content-wrapper:before {
    color: #542518 !important;
    position: absolute;
    left: 10px !important;
    top: 10px !important;
    font-size: 18px !important;
}
.single-item-wrapper .item-content {
    font-size: 13px !important;
    line-height: 21px !important;
    color: #000 !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #713525 !important;
}
.tss-wrapper .rt-responsive-img {
    max-width: 100%;
    max-height: 84px !important;
    width: auto !important;
}
/*-----------------------------Responsive----------------------------------*/

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .story1sec h2 {
        right: 0;
    }
    .lv-bef {
        width: 128px;
    }
    .lv-af {
        width: 217px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .caption-area h6 {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .caption-area h1 {
        font-size: 27px;
        margin: 6px 0;
        line-height: 28px;
    }
    .lv-bef {
        top: 98px;
        width: 120px;
    }
    .lv-af {
        top: 93px;
        z-index: 9;
        width: 173px;
    }
    img.sp-af {
        left: 180px;
        width: 135px;
    }
    img.sp-bef {
        left: 94px;
        top: 167px;
        width: 149px;
    }
    .slider_sec .carousel-item {
        height: 550px;
    }
    .caption-area p {
        font-size: 15px;
        margin-bottom: 14px;
    }
    .left-entx p {
        font-size: 13px;
        line-height: 17px;
    }
    .left-entx h4 {
        font-size: 17px;
        margin: 0 0 6px 0;
    }
    .ent-img img {
        width: 163px;
    }
    .ent-img::before {
        position: absolute;
        content: '';
        background: url(../images/sec1-imbf.png);
        width: 210px;
        height: 173px;
        background-size: 100% 100%;
        left: -37px;
        top: -10px;
        z-index: -1;
    }
    .story1sec h2 {
        font-size: 115px;
        right: 15px;
    }
    .bondsec h2 {
        font-size: 117px;
        left: 0;
        top: -34px;
    }
    .story2sec h2 {
        font-size: 114px;
    }
    .bondsec1 h2 {
        font-size: 86px;
        left: 5px;
        top: -26px;
    }
    .ad-grd1 img {
        filter: brightness(0.6);
    }
    .upr-add h3 span {
        font-size: 90px;
    }
    .prd-im img {
        height: 125px;
    }
    ul.products.columns-4 li {
        min-height: 362px;
    }
    .story1sec h2 {
        font-size: 118px;
        right: 0;
    }
    .contact-info h4 {
        color: #2e0f0f;
        font-size: 35px;
    }
    .cont-detail p {
        position: relative;
        color: #000000;
        padding-left: 80px;
        margin-bottom: 75px;
        font-size: 17px;
    }
    .inner-banner {
        height: 300px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    a.navbar-brand img {
        width: 130px;
    }
    .navbar_div #navbarNav ul li a {
        margin: 0 2px;
        font-size: 11px;
        padding: 0 5px;
    }
    .caption-area h6 {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 0;
    }
    .caption-area h1 {
        font-size: 27px;
        margin: 6px 0;
        line-height: 26px;
    }
    .caption-area p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 6px;
    }
    .lv-bef {
        left: 0;
        top: 82px;
        width: 117px;
    }
    .lv-af {
        top: 101px;
        width: 133px;
    }
    img.sp-af {
        left: 119px;
        width: 122px;
    }
    img.sp-bef {
        left: 62px;
        top: 105px;
        width: 130px;
    }
    .slider_sec .carousel-item {
        height: 490px;
    }
    a.scrl-btn {
        position: absolute;
        bottom: -63px;
        left: 0;
    }
    .ent-img img {
        width: 104px;
    }
    .enth-grid {
        text-align: center;
        margin: 20px 10px 0 0;
    }
    .ent-img::before{
        display: none;
    }
    .story1sec h2 {
        font-size: 83px;
        right: 0;
    }
    .bondsec h2 {
        font-size: 108px;
        z-index: 1;
        left: 0;
        top: -34px;
        margin: 0;
    }
    .story2sec h2 {
        font-size: 89px;
        right: 0;
        top: -40px;
    }
    .bondsec1 h2 {
        font-size: 90px;
        left: 0;
    }
    .s-pr-gr {
        padding: 0;
        margin-top: 35px;
    }
    .prd-tx h4 {
        font-weight: 400;
        font-size: 14px;
        color: #313131;
        line-height: 21px;
        min-height: 43px;
    }
    a.web_btn, .web_btn a, button.web_btn{
        letter-spacing: 0;
    }
    .ad-grd1 img {
        height: 247px;
        filter: brightness(0.6);
    }
    section.adsec11 {
        padding: 25px 0 25px 0;
    }
    .upr-add h3 span {
        font-size: 48px;
        letter-spacing: 0;
        line-height: 47px;
    }
    .upr-add h3 {
        font-size: 15px;
        letter-spacing: 0;
    }
    .ad-icsec img {
        margin: 0 5px;
        width: 56px;
    }
    .lower-add p {
        font-size: 12px;
        line-height: 18px;
    }
    .upr-add a {
        font-size: 12px;
        letter-spacing: 0;
        padding: 9px 10px;
        margin-bottom: 0;
    }
    section.footer-main.py-5 {
        padding: 25px 0 !important;
    }
    .ftr-quick-links .col-md-4, .ftr-quick-links .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    ul.ftr-social1 li a img {
        width: 37px;
    }
    a.ftr-logo img {
        width: 150px;
    }
    .ftr-quick-links h3 {
        font-size: 15px;
        margin-bottom: 10px;
        margin-top: 17px;
    }
    .ftr-cp p {
        font-size: 14px;
        margin: 22px 0 0 0;
    }
    .ftr-quick-links ul li {
        margin-bottom: 0;
    }
    .prd-im img {
        max-width: 100%;
        height: 126px;
        width: 100%;
        object-fit: contain;
    }
    .inner-banner {
        height: 300px;
    }
    .bcrumb li a {
        color: #fff;
        font-weight: 400;
        line-height: 19px;
    }
    .contact-info h4 {
        font-size: 27px;
    }
    .cont-detail p i {
        font-size: 11px;
        margin-bottom: 23px;
        width: 27px;
        height: 27px;
    }
    .cont-detail p {
        padding-left: 35px;
        margin-bottom: 28px;
        font-size: 13px;
    }
    .contact-info {
        padding: 20px 25px;
    }
    .contact-form label {
        color: #fff;
        margin: 0;
    }
    .contact-form .form-group {
        margin: 0 0 2px 0;
    }
    .contact-form textarea.form-control {
        resize: none;
        height: 62px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .navbar_sec {
        position: relative;
    }
    .navbar-toggler {
        padding: 0px 7px;
        border-radius: 0;
        outline: none !important;
        background: #b96529;
    }
    ul.nav-icons {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }
    ul.nav-icons li{
        margin: 0 8px;
    }
    a.navbar-brand img {
        width: 125px;
    }
    .navbar-collapse {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        background: #f5efe4;
        z-index: 9;
        top: 56px;
        padding: 15px 5px;
        border-bottom: 4px solid #7c3506;
    }
    .caption-area h6 {
        font-size: 12px;
        letter-spacing: 3px;
    }
    .caption-area h1 {
        font-size: 25px;
        font-weight: 800;
        color: #542518;
        margin: 6px 0;
        line-height: 27px;
    }
    .caption-area p {
        font-size: 13px;
        margin-bottom: 11px;
        line-height: 17px;
    }
    img.sp-af {
        left: 80px;
        width: 104px;
    }
    img.sp-bef {
        position: absolute;
        left: 47px;
        top: 79px;
        width: 91px;
        animation: myanim2 1.5s infinite linear;
    }
    .banner-image img:nth-child(2) {
        width: 290px !important;
    }
    .carousel-caption .col-md-7.d-flex.justify-content-end {
        justify-content: flex-start !important;
    }
    .slider_sec .carousel-item {
        height: 435px;
    }
    .lv-bef {
        left: 0;
        top: 0;
        z-index: 9;
        width: 46px;
    }
    .lv-af {
        right: 0;
        top: 0;
        z-index: 9;
        width: 73px;
    }
    a.scrl-btn {
        position: absolute;
        bottom: 15px;
        left: auto;
        right: 10px;
        z-index: 9999;
    }
    a.web_btn, .web_btn a, button.web_btn {
        font-size: 10px;
        padding: 0px 11px;
        line-height: 30px;
        letter-spacing: 2px;
    }
    section.enthu {
        padding: 30px 0;
    }
    .right-entx {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .enth-grid {
        margin: 15px 0;
    }
    .left-entx {
        width: 100%;
    }
    .left-entx h4 {
        font-size: 18px;
        text-align: center;
    }
    .left-entx p {
        font-size: 13px;
        font-weight: 500;
        color: #232323;
        line-height: 17px;
        text-align: center;
    }
    .story1sec h2 {
        font-weight: 800;
        font-size: 45px;
        color: #eeebea;
        position: absolute;
        z-index: 1;
        right: 0;
        left: 15px;
        top: -30px;
        text-transform: uppercase;
        margin: 0;
        text-align: left;
    }
    section.story1sec.pb-5 {
        padding-bottom: 0 !important;
    }
    .bondsec h2 {
        font-size: 46px;
        z-index: 1;
        left: 15px;
    }
    .site-tx.mt-5 {
        margin: 0 !important;
    }
    .site-tx h3 {
        margin-bottom: 7px;
        font-size: 17px;
    }
    .site-tx p {
        font-weight: 400;
        color: #232323;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    section.story2sec.py-5 {
        padding: 25px 0 !important;
    }
    .story2sec h2 {
        font-size: 48px;
        right: auto;
        left: 15px;
        top: -29px;
    }
    .bondsec1 h2 {
        font-size: 48px;
        left: 14px;
        top: -34px;
    }
    section.featured-prdsc.py-5 {
        padding: 25px 0 !important;
    }
    section.featured-prdsc h3 {
        font-size: 22px;
    }
    .s-pr-gr {
        padding: 0 15px;
        margin-top: 20px;
    }
    .prd-im img {
        height: 195px;
    }
    section.adsec11 {
        padding: 25px 0 25px 0;
    }
    .more-btn {
        margin-top: 20px;
    }
    .ad-grd1 img {
        height: 184px;
        filter: brightness(0.6);
    }
    .ad-grd1{
        margin-bottom: 15px;
    }
    .ad-tx11 {
        position: absolute;
        right: auto;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }
    .ad-tx11 h6 {
        font-size: 14px;
        letter-spacing: 0;
    }
    .ad-tx11 h4 {
        font-size: 18px;
    }
    .ad-tx11 a {
        font-size: 12px;
        letter-spacing: 0;
        padding: 3px 10px;
    }
    .upr-add {
        flex-direction: column;
        align-items: flex-start;
    }
    .ad-2-imgsec img{
        display: none;
    }
    .upr-add h3 {
        font-size: 21px;
        letter-spacing: 0px;
        margin: 0 0 10px 0;
    }
    .upr-add h3 span {
        font-size: 50px;
        line-height: 48px;
    }
    .ad-icsec {
        margin-bottom: 20px;
    }
    .upr-add a {
        font-size: 13px;
        letter-spacing: 0px;
        padding: 5px 10px;
        margin-bottom: 2px;
    }
    section.footer-main.py-5 {
        padding: 25px 0 !important;
    }
    .ftr-quick-links h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    ul.ftr-social1 li a img {
        width: 28px;
    }
    a.ftr-logo {
        display: block;
        margin-bottom: 15px;
    }
    .ftr-quick-links h3 {
        color: #713525;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 3px;
        margin-top: 8px;
    }
    .ftr-quick-links a {
        font-size: 12px;
        line-height: 16px;
    }
    .ftr-quick-links ul li {
        margin-bottom: 0;
    }
    .ftr-cp p {
        font-size: 12px;
        margin: 15px 0 0 0;
    }
    .lower-add p br{
        display: none;
    }
    .inner-banner {
        height: 200px;
    }
    .main-title {
        margin: 25px 0 0 0;
        font-size: 30px;
    }
    section.about-us.spad .row.align-items-center.py-5 {
        padding: 20px 0 !important;
    }
    .about-img {
        margin-top: 10px;
    }
    .team .member {
        padding: 15px;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .member-info br {
        display: none;
    }
    .team .member .member-info {
        padding-left: 0;
        margin-top: 10px;
    }
    .team .member .pic {
        overflow: hidden;
        width: 100%;
        border-radius: 4px;
    }
    ul.ftr-social1 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    ul.ftr-social1 li {
        margin-right: 4px;
    }
    section.shp-pg.py-5 {
        padding: 25px 0 !important;
    }
    ul.products.columns-4 li {
        text-align: center;
        border: 1px solid #ccc;
        padding: 15px !important;
        min-height: initial;
        width: 100% !important;
    }
    h2.widget-title {
        font-size: 18px;
    }
    .coupon button {
        font-size: 13px !important;
        height: 34px;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        padding: 0;
    }
    section.dm-pg.py-5 {
        padding: 25px 0 !important;
    }
    section.dm-pg.py-5 {
        padding: 25px 0 !important;
    }
    section.shp-single.py-5 {
        padding: 25px 0 !important;
    }
    .bcrumb li a {
        color: #fff;
        font-weight: 400;
        line-height: 16px;
    }
    ul.nav-icons .single-product span.woocommerce-Price-amount.amount bdi {
        font-weight: 400;
    }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        padding: 0;
    }
    h1.entry-title {
        text-align: center;
        margin-bottom: 15px;
        font-size: 25px;
    }
    .contact-info {
        padding: 25px 15px;
        box-shadow: 1px 1px 15px #542518;
    }
    .contact-info h4 {
        color: #2e0f0f;
        font-size: 25px;
    }
    .cont-detail p i {
        font-size: 17px;
        margin-bottom: 27px;
        width: 40px;
        height: 40px;
    }
    .cont-detail p {
        position: relative;
        color: #000000;
        padding-left: 52px;
        margin-bottom: 24px;
        font-size: 15px;
    }
    .cont-detail {
        padding: 30px 0 0 0;
    }
    .contact-info {
        margin-bottom: 15px;
    }
    .contact-form {
        padding: 25px 0;
        margin-bottom: 25px;
    }
    .contact .row.pt-5 {
        padding-top: 25px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px){
    ul.nav-icons {
        width: auto;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    ul.products.columns-4 li{
        width: 48% !important;
    }
    .carousel-item .col-md-5 ,.carousel-item .col-md-7{
        width: 50%;
    }
    a.scrl-btn {
        position: absolute;
        bottom: -33px;
        left: auto;
        right: 10px;
        z-index: 9999;
    }
    .slider_sec .carousel-item {
        height: 312px;
    }
}