html {
  height: 100%;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100%;
  padding: 0;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: none;
}

.active {
  /*background:#dd6718;*/
  color: #111;
}

.visited {
  /*background:#dd6718;*/
  color: #111;
}

.focus {
  /*background:#dd6718;*/
  color: #111;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mtp10 {
  margin-top: 10px;
}

.mtp20 {
  margin-top: 20px;
}

.mtp30 {
  margin-top: 30px;
}

.mtp40 {
  margin-top: 40px;
}

.mtp50 {
  margin-top: 50px;
}

.mtp80 {
  margin-top: 80px;
}

.mbt10 {
  margin-bottom: 10px;
}

.mbt20 {
  margin-bottom: 20px;
}

.mbt30 {
  margin-bottom: 30px;
}

.mbt40 {
  margin-bottom: 40px;
}

.mbt50 {
  margin-bottom: 50px;
}

.mbt60 {
  margin-bottom: 60px;
}

.mbt70 {
  margin-bottom: 70px;
}

.mbt80 {
  margin-bottom: 80px;
}

.mbt90 {
  margin-bottom: 90px;
}

.mbt100 {
  margin-bottom: 100px;
}

.minmum-height {
  min-height: 400px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.pdng1 {
  padding: 0;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  font-family: "Lora", serif;
}

.top-menu.mobile-view {
  display: none;
}

.section-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.main-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8901960784);
}

.top-menu {
  background: #9f8c63;
}
.top-menu .top-menu-list ul li {
  display: inline-block;
  margin-right: 30px;
}

.search-modal .search-sec {
  background: transparent;
  border: none;
  height: 48px;
  padding: 0px;
  border: 1px solid #e1e1e1;
  outline: none;
  position: relative;
}
.search-modal .search-sec .h-fld.form-control {
  background: transparent;
  height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
  padding-right: 50px;
}
.search-modal .search-sec .h-fld.form-control:focus {
  background: transparent;
  box-shadow: none;
}
.search-modal .search-sec .searchbtm {
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  border: none;
  width: 48px;
  height: 48px;
  background: transparent;
}
.search-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
}
.search-modal .modal-content {
  border: none;
  border-radius: 0;
  outline: 0;
}
.search-modal .modal-header {
  border-bottom: none;
}
.search-modal .modal {
  z-index: 99999;
}

.top-bar {
  background: #f5f0ed;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-bar .top-bar-menu ul li {
  display: inline-block;
  margin-right: 10px;
}
.top-bar .top-bar-menu ul li a {
  color: #333;
  font-size: 14px;
}
.top-bar .top-phone-menu ul {
  text-align: right;
}
.top-bar .top-phone-menu ul li {
  color: #333;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
.top-bar .top-phone-menu ul li a {
  color: #333;
  font-size: 14px;
}

.top-header .logo {
  margin-top: 20px;
}
.top-header .search-list {
  margin-top: 25px;
  text-align: right;
}
.top-header .search-list ul li {
  display: inline-block;
  margin-left: 28px;
}
.top-header .search-list ul li a {
  font-size: 20px;
  color: #000;
}

.top-header.sticky {
  position: fixed;
  transition: 0.3s all linear;
  box-shadow: 3px 1px 9px 0px rgba(179, 176, 176, 0.5294117647);
  top: 0;
  right: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 99;
  padding: 11px 0;
  padding-top: 12px;
  background-color: #0b0b0b;
}
.top-header.sticky .droopmenu > li > a,
.top-header.sticky .droopmenu > li > span {
  color: #fff;
}

.menu-sec {
  position: relative;
  padding: 0 30px;
}

.menusub-title {
  text-align: left;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
  margin-bottom: 16px;
  padding-bottom: 9px;
}

.menu-door-img img {
  border-radius: 15px;
}

.second-marquee-bg {
  background: #fff8f2;
  padding: 10px 10px;
}

.offer-sec {
  background: #fff8f2;
}

.marquee-sec {
  padding: 20px 0;
}

.pdng {
  padding: 0 30px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.home-bnr-sec {
  width: 100%;
  overflow: hidden;
}
.home-bnr-sec .slider-txt-main {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
}
.home-bnr-sec .slider-txt-main .slider-txt {
  background: #f1dcd4;
  position: relative;
  overflow: hidden;
  padding: 200px 80px;
  text-align: center;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  z-index: 9;
}
.home-bnr-sec .slider-txt-main .slider-txt .slider-txtimg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-bnr-sec .slider-txt-main .slider-txt h1 {
  font-size: 40px;
  line-height: 50px;
}
.home-bnr-sec .slider-txt-main .slider-txt .sub-heading {
  letter-spacing: 2px;
  font-size: 17px;
  margin-bottom: 15px;
  color: #565656;
}
.home-bnr-sec .slider-txt-main .slider-txt p {
  font-size: 16px;
}
.home-bnr-sec .carousel-control-prev,
.home-bnr-sec .carousel-control-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  z-index: 1;
  display: inline-block;
  width: auto;
  padding: 0;
  color: #000;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}
.home-bnr-sec .carousel-control-next-icon,
.home-bnr-sec .carousel-control-prev-icon {
  background: #fff;
  font-size: 16px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: none;
}
.home-bnr-sec .carousel {
  position: relative;
}
/*.home-bnr-sec .carousel-item {*/
/*  position: relative;*/
/*  float: none;*/
/*  width: 100%;*/
/*  margin-right: -100%;*/
/*}*/

.cta-btm {
  background: #ce967e;
  padding: 12px 26px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sale-txt {
  background: #199588;
  padding: 4px 10px;
  font-size: 9px;
  border-radius: 3px;
  color: #fff;
  position: relative;
  top: -2px;
}

.sale-txt.hot-txt {
  background: #e62a65;
}

.shipping-sec {
  padding: 40px 0;
}
.shipping-sec .shipping-box {
  position: relative;
  margin-bottom: 10px;
  padding-left: 64px;
}
.shipping-sec .shipping-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
.shipping-sec .shipping-box .title {
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #242424;
}
.shipping-sec .shipping-box .shipping-box p {
  color: #514e4e;
  font-size: 15px;
}

.cate-box {
  position: relative;
  margin-bottom: 30px;
}
.cate-box .cateimg {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.cate-box .cateimg img {
  transition: all 0.3s;
}
.cate-box .catetxt-sec {
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
  padding: 30px 20px;
}
.cate-box .catetxt-sec h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 10px;
}
.cate-box .catetxt-sec .sub-title {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.cate-box .catetxt-sec.catetxt-3 {
  right: auto;
  left: 18px;
}
.cate-box .shop-btm {
  border-bottom: 2px solid #757171;
  font-size: 16px;
  color: #4c4a4a;
}

.cate-box:hover img {
  transform: scale(1.1);
}

.product-box {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.product-box .product-boximg {
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}
.product-box .product-boximg img {
  border-radius: 15px;
}
.product-box .product-box-txt {
  color: #fff;
  z-index: 9;
  font-size: 1rem;
  backface-visibility: hidden;
  position: absolute;
  top: 32px;
  right: 0px;
  text-align: center;
}
.product-box .product-box-txt .product-box-txt-captn {
  height: 100%;
  justify-content: center;
  padding: 0 2em;
}
.product-box .product-box-txt .product-box-txt-captn a {
  margin-bottom: 10px;
}
.product-box .product-box-txt .product-box-txt-captn h5 {
  padding: 0;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  transition: padding 0.25s ease-in-out;
}
.product-box .product-box-txt .product-box-txt-captn .linkbtm {
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: block;
  margin-top: -1em;
  background-color: #fff;
  color: #000;
  z-index: 99;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.35s, transform 0.35s, margin 0.35s ease-in-out;
  margin-bottom: 10px !important;
}
.product-box .product-subbox-txt {
  position: relative;
  text-align: center;
}
.product-box .product-subbox-txt .product-title {
  font-size: 15px;
  font-weight: 500;
  color: #414141;
  text-transform: uppercase;
}
.product-box .product-subbox-txt .product-price {
  font-size: 18px;
  margin-top: 5px;
  color: #ce967e;
  font-weight: 600;
}
.product-box .product-subbox-txt .star-txt {
  color: #cdcdcd;
  font-size: 11px;
  margin-bottom: 10px;
}

.product-box:hover .product-box-txt .product-box-txt-captn .linkbtm {
  margin: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.product-box:hover .product-box-txt .product-box-txt-captn h5 {
  padding: 0 0 0.5em 0;
}

.h-title .title {
  font-size: 34px;
  font-weight: 500;
  font-family: "Lora", serif;
}
.h-title .sub-title {
  font-size: 16px;
  color: #898787;
  font-weight: 400;
}

.categoriesbox {
  position: relative;
  margin-bottom: 30px;
}
.categoriesbox .categoriesboximg {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.categoriesbox .categoriesboximg img {
  width: 100%;
  transition: all 0.3s;
}
.categoriesbox .categoriesboxtxt {
  position: absolute;
  left: 0;
  bottom: 30px;
  background: #fff;
  padding: 14px;
}
.categoriesbox .categoriesboxtxt p {
  margin-bottom: 0;
  font-size: 14px;
  color: #6c6969;
}
.categoriesbox .categoriesboxtxt .title {
  font-size: 19px;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: 0.5px;
}

.categoriesbox:hover img {
  transform: scale(1.1);
}

.cate-sec.cate-sec2 {
  padding: 40px 0;
}

.cate-box.cate-box2 .catetxt-sec {
  right: auto;
  left: 14px;
  padding-top: 50px;
}

.hightlight-sec {
  background-image: url(./images/cms-banner-3.jpg);
  padding: 150px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.hightlight-sec .highlight-xt {
  text-align: center;
}
.hightlight-sec .highlight-xt h4 {
  font-weight: 500;
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 10px;
}
.hightlight-sec .highlight-xt .sub-title {
  font-size: 17px;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
}

.clintsay {
  padding: 50px 0;
}
.clintsay .slick-prev {
  right: -30px;
  bottom: 40%;
  border-radius: 0px;
  transition: all linear 0.2s;
  position: absolute;
}
.clintsay .slick-next {
  right: auto;
  left: -30px;
  bottom: 40%;
  border-radius: 0px;
  transition: all linear 0.2s;
  position: absolute;
}

.clientbox {
  background: #f3dbcf;
  margin: 0 10px;
  border-radius: 15px;
  padding: 30px;
}
.clientbox h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 22px;
}
.clientbox .clientbox-inf {
  position: relative;
  padding-left: 70px;
}
.clientbox .clientbox-inf img {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
}
.clientbox .clientbox-inf .nametxt {
  font-size: 17px;
  margin-bottom: 4px;
}

.newsletersecmain {
  background-image: url(./images/newsleter-bg.jpg);
  padding: 80px 0 50px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.newletter-form {
  margin-bottom: 5px;
}
.newletter-form .nws-fld {
  background: #fff;
  border: none;
  color: #000;
  height: 50px;
  position: relative;
}
.newletter-form .form-control {
  border-radius: 0;
  border: none;
  padding-right: 100px;
  height: 50px;
  outline: none;
  box-shadow: inherit;
}
.newletter-form .newletter-btm {
  background: #ce967e;
  height: 50px;
  color: #fff;
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 28px;
}
.newletter-form h4 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}

.footer {
  padding: 70px 0 0;
  position: relative;
  overflow: hidden;
}
.footer h3 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
}
.footer p {
  line-height: 28px;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.footer .footer-list ul li {
  margin-bottom: 10px;
}
.footer .footer-list ul li a {
  font-size: 15px;
  letter-spacing: 0.5px;
}
.footer .footer-list ul li a:hover {
  color: #ce967e;
}
.footer .footer-list.footer-sddress {
  position: relative;
}
.footer .footer-list.footer-sddress ul li {
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.footer .footer-list.footer-sddress ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.footer .fotr-img {
  position: absolute;
  left: -60px;
  bottom: -100px;
  z-index: -1;
}
.footer .fotr-img1 {
  position: absolute;
  left: -60px;
  bottom: -100px;
}

.sub-footer {
  border-top: 1px solid #efefef;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
}
.sub-footer p {
  line-height: 28px;
  letter-spacing: 0.5px;
  font-size: 15px;
  margin-bottom: 0;
  text-align: right;
}

.social-list ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-list ul li a {
  font-size: 15px;
  color: #b7b7b7;
  letter-spacing: 0.5px;
}
.social-list ul li a:hover {
  color: #ce967e;
}

.product-bg {
  background-image: url(./images/h2-background-team.jpg);
  padding: 80px 0;
  background-size: cover;
  text-align: center;
}

.everything-content {
  background-color: #cdeff3;
  background-image: url(./images/h3-img-7.jpg);
  padding: 270px 180px;
  background-size: cover;
  height: 100vh;
  background-position: bottom center;
}
.everything-content .subtxt {
  font-family: "Mr De Haviland", cursive;
  font-size: 50px;
}
.everything-content h3 {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px;
}
.everything-content p {
  font-size: 16px;
  line-height: 30px;
}

.everything-content.one {
  background-image: url(./images/h3-img-6.jpg);
}

.everything-sec {
  overflow: hidden;
}

.client-bg {
  background-image: url(./images/h2-background-team.jpg);
  padding: 80px 0;
  background-size: cover;
  background-attachment: fixed;
}

.shop-btm {
  border: 1px solid #ce967e;
  padding: 14px 34px;
  display: inline-block;
  color: #ce967e;
  font-weight: 500;
  letter-spacing: 1px;
}

.inr-banner-sec {
  padding: 210px 0 100px;
  text-align: center;
}
.inr-banner-sec h2 {
  color: #fff;
}
.inr-banner-sec .breadcrumb {
  display: inline-flex;
  font-size: 16px;
}
.inr-banner-sec .breadcrumb li a {
  color: #fff;
}
.inr-banner-sec .breadcrumb-item.active {
  color: #fff;
}

.inr-body {
  padding: 60px 0;
}
.inr-body .inr-about-content {
  padding-right: 40px;
}
.inr-body .inr-about-content h2 {
  padding-right: 145px;
  line-height: 51px;
  font-size: 35px;
  margin-top: 0;
}
.inr-body .inr-about-img {
  padding-left: 50px;
}
.inr-body p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  letter-spacing: 0.5px;
}

.contact-form {
  background: #fff;
}
.contact-form .contact-fld {
  width: 100%;
  height: 50px;
  background: #fff;
  color: #000;
  border: none;
  padding: 5px 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #242424;
}
.contact-form .txt-height {
  height: 130px !important;
}
.contact-form .submit-btm {
  background: transparent;
  outline: none;
  border: none;
  color: #ce967e;
  padding: 10px 36px;
  transition: all linear 0.5s;
  font-weight: 600;
  border: 2px solid #ce967e;
  letter-spacing: 0.5px;
  margin-top: 20px;
  font-size: 18px;
}
.contact-form .submit-btm:hover {
  background: #ce967e;
  color: #fff;
  border: 2px solid #ce967e;
}

.inr-cont-adrs {
  background: #ce967e;
  padding: 40px;
  color: #fff;
  margin-left: 60px;
  margin-top: 60px;
}
.inr-cont-adrs p {
  color: #fff;
}
.inr-cont-adrs p a {
  color: #fff;
}/*# sourceMappingURL=cssstyle.css.map */