body {
  font-family: "DM Sans", Sans-serif;
  font-weight: 300;
  color: #000000;
}

a {
  color: #704c52;
}

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

h1, h2, h3, h4, h5, h6 {
  
}
ul{margin:0;padding:0;}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius:50%;
  background: #704c52;
  color: #fff;
  transition: all 0.4s;
  box-shadow: rgba(168,170,171, 0.5) 0px 4px 24px;
}

.back-to-top i:hover {
  background: #593c41;
  color: #fff;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(255,255,255,0.5);
}

#loader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #704c52;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header-logo{text-align:center;}
.header-logo img{max-height: 95px;max-width: 230px;}
#site-action{float: right;padding-top: 20px;}
#show-menu{padding-top: 20px;}
#site-menu{position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0,0,0,0.8);z-index: 16;padding-left: 10px;padding-top: 45px;overflow: auto;}
#site-menu li{width: 80%;}
#site-menu a{letter-spacing: 2px;padding: 10px 20px;}
#site-menu:before{content:"";position: absolute;top: 0;left: 0;height: 100%;width: 300px;background: #000;}
#hide-menu{cursor: pointer;font-size: 24px;color: #fff;position: absolute;left: 260px;top: 20px;}
h1.title-txt {
    color: #4b4e53;
    font-family: "DM Sans", Sans-serif;
    font-size: 40px;
    font-weight: 400;
	margin:auto auto 5px auto;
}
.title-txt span{color:#704c52;}
#header {
	background:transparent;
  transition: all 0.5s;
  z-index: 997;
  padding-top: 10px;
  z-index: 3;
  width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;left: 0;
}

#header.header-scrolled, #header.header-inner-pages {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
  padding: 12px 0;
}

#header .logo {
  margin:0px 20px;
  padding: 0;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}


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

#site-action > ul {
  display: flex;
}

#site-action > ul > li {
  position: relative;
  white-space: nowrap;
  padding:5px 10px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #FFF;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 400;
  padding: 0 3px;
}
#site-action.nav-menu a, #show-menu {color: #000;font-size: 18px;}
.cart-tot.hasitem{display: block;}
.cart-btns-bottom{display: none;text-align: center;background: #fff;padding-top: 8px;padding-bottom: 6px;z-index: 2;}
.cart-btns-bottom .button-add-to-cart{background-color: #ff9f00;width: 48%;color: #fff;padding: 10px;}
.cart-btns-bottom .button-buy-now{width: 48%;padding: 10px;}
span.amount {padding-left: 15px;}
.amount-value{padding-left: 5px;padding-right: 10px;}
.btn-black{background: #000;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);border: none;color: #fff;padding: 10px 20px;margin-right: 10px;margin-top: 30px;}
.btn-black:focus,.btn-black:hover{color: #fff;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);}
.button-checkout{background: #000;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);border: none;color: #fff;width: 100%;padding: 10px;margin-right: 10px;margin-top: 30px;}
.button-checkout:focus,.button-checkout:hover{color: #fff;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);}
.btTMCart{background-color: transparent;color: #007bff;border: none;outline: none;font-size: 26px;position: relative;float: right;display: none;}
.cart-tot{display: none;align-items: center;justify-content: center;font-size: 8px;width: 18px;height: 18px;border-radius: 19px;background: #d9534f;color: #fff;transition: all 0.4s;position: absolute;top: -3px;right: 0px;}
.cart-tot.hasitem{display: flex;}
#cart-panel{border-radius: 5px;padding: 5px;margin-bottom: 20px;}
.cart-item{padding: 10px;border-bottom: 1px solid #f3f3f3;}
.cart-item:last-child{border-bottom:none;}
#checkout-cart-items .cart-item{padding:10px 0px;}
.ciPImg{width: 80px;}
.cProdInf{min-height: 50px;margin-bottom: 36px;}
.cIpN{color: #000000;font-size: 13px;font-weight: 400;}
.cAcBtns{position: absolute;bottom: 0;left: 5px;display: flex;align-items: flex-start;width: 100%;margin-top: 10px;padding: 5px;}
.cart-act_rev{display: flex;align-items: flex-end;flex: 0 0 20px;cursor: pointer;}
.cart-act_rev:before{}
.cart-qty{
      font-size: 12px;
      font-weight: 600;
      color: #414141;
	  margin-bottom: 10px;
}
.cart_totals {width: 100%;background: #f7f7f7;padding:10px;margin-bottom: 50px;}
.cart_totals>h2{
	background: #e9e9e9;
	font-size: 16px;
    line-height: 20px;
	margin: 0;
    padding: 15px;text-transform: uppercase;}
.cart_totals .shop_table {
    padding: 30px 30px 0;
}
.coupon-holder{display: inline-block;}
.coupon {
    font-size: 1em;
    float: left;
    text-align: left;
    display: flex;
}
.coupon .input-text {
    border: 1px solid #ddd;
    border-right: 0;
	border-top-left-radius: 1.3rem;
	border-bottom-left-radius: 1.3rem;
    padding: 0.5em 0.5em 0.5em 1.2em;
}
.coupon .button {
    border-radius: 1.6em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    font-size: .8rem;
    padding: 1em;
    background-color: #000;
    color: #fff;
    line-height: 1.18em;
}
.cmp-msg{font-size: 12px;background: #333;color: #fff;padding: 5px 10px;}
.pSP{height: 4px;background: #f8f8f8;margin-top: 20px;margin-bottom: 20px;}
.product-images .owl-dots{text-align: center;position: absolute;bottom: 10px;width: 100%;outline: none;}
.product-images button.owl-dot{background: #000;margin-right: 5px;width: 20px;height: 5px;}
.pdTitile{color: #000;font-weight: 600;}
.pdPD{color: #000;font-weight: 600;}
.pca{color: #959595;text-decoration: line-through;font-weight: 400;padding-left: 0px;}
.oftxt{color: #01c302;}
.product-details{overflow: hidden;position: relative;}
.product-details.short{height: 202px;}
.product-details .price-block{margin: 15px 0px 15px 0px;
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
	font-size: 24px;
}
.product-details .price-block .pca{
	font-size: 20px;
}
.exatra-charges{margin-left: 7px;font-size: 10px;}
.additional-information table{border: 1px solid #dedede;border-width: 1px 0 0 1px;width: 100%;font-size: 13px;}
.additional-information table tr th {
    border: 1px solid #dedede;
    border-width: 0 1px 1px 0;
    color: #000;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: capitalize;
    background: #fff !important;
	width: 200px;
}

.additional-information table tr td {
    border: 1px solid #dedede;
    border-width: 0 1px 1px 0;
    font-style: normal;
    padding: 10px 20px;
    background: #fff !important;
}
.shop_table th, .shop_table td {
    border: none;
    padding: 10px 0;
    font-size: 15px;
}
#payment-methods ul li{list-style: none;}
.pd-10{padding:10px;}
.pd-15{padding:15px;}
.mb-15{margin-bottom:15px;}
.input-text{}
.page-inner #site-action.nav-menu a, .page-inner #show-menu {color: #000;}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #15222b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #704c52;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
.page-intro{font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  max-width: 900px;
  padding-top: 100px;
  font-family: "DM Sans", Sans-serif;}
.page-wraper{padding-top: 180px;}
.ksha-grayscale{filter:grayscale(1);}
.ksha-grayscale:hover{filter:grayscale(0);}
#add-address{border-bottom: 1px solid #ccc;cursor: pointer;}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


.right-logo {
  display: inline-block;
  margin-right: 20px;
  max-width: 120px;
  transition: 0.3s;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #4b4e53;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #15222b;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #704c52;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(4, 7, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

#home-carousel{
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}
#home-carousel .carousel, #home-carousel .carousel-inner, #home-carousel .carousel-item, #home-carousel .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#home-carousel .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#home-carousel .carousel-item::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.1);
}

#home-carousel .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 50px;
  right: 50px;
}
.carousel-container>.container{
    position: absolute;
    top: 20%;
    left: 4%;
}
.slide-text-1{font-family: "DM Sans";text-transform: uppercase;color: rgb(112, 76, 82);font-weight: 600;font-size: 13px;padding:10px 0px;}
.slide-text-2{font-family: "DM Sans";color: #000;font-weight: 500;font-size: 13px;padding:10px 0px;}
.btn-slide{color:#fff;font-family: "DM Sans";background-color:#000;font-size: 9px;font-weight: 500;text-align: center;line-height: 31px;padding:10px 20px;}
.btn-slide:hover {
  color: #fff;
}
#home-carousel h2 {
  color: #000;
  margin: 0;
  font-size: 39px;
  font-weight: 400;
  font-family: Arial, "Old Standard TT", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  #home-carousel p {
    width: 50%;
  }
}

#home-carousel video {
  max-width: none;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
    object-fit: cover;
}
#home-carousel .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#home-carousel .carousel-inner .carousel-item,
#home-carousel .carousel-inner .active.carousel-item-left,
#home-carousel .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#home-carousel .carousel-inner .active,
#home-carousel .carousel-inner .carousel-item-next.carousel-item-left,
#home-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#home-carousel .carousel-inner .carousel-item-next,
#home-carousel .carousel-inner .carousel-item-prev,
#home-carousel .carousel-inner .active.carousel-item-left,
#home-carousel .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#home-carousel .carousel-control-prev, #home-carousel .carousel-control-next {
  width: 10%;
  top: 112px;
}

.owl-nav{position: absolute;top: 50%;width: 100%;}
#home-carousel .owl-prev, #home-carousel .owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {
  font-size: 36px;
  line-height: 1;
  width: 60px;
  height: 60px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 10px !important;
  transition: 0.3s;
  color: #000;
  outline: none;border: none;
}

.owl-prev:hover,.owl-next:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.owl-prev{left: 10px;position: absolute;}
.owl-next{right: 10px;position: absolute;}
.carousel-indicators{text-align:left;justify-content:left;}
#home-carousel .carousel-indicators li {
  cursor: pointer;
  background: #000;
  overflow: hidden;
  border: 0;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  opacity: .6;
  transition: 0.3s;
  margin-top: 2px;
  margin-right: 15px;
}

#home-carousel .carousel-indicators li.active {
  border: 2px solid #000;
  background: transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin-top: 0;
}

#home-banner {
  width: 100%;
  background-size: cover;
  position: relative;
  padding:0px;
}

#home-banner .home-container {
  padding-top: 80px;
  padding-bottom: 30px;
}


.home-more:hover {
  color:#000;
}


.scroll-cont{width:40px;height:40px;position:absolute;bottom:0;left:50%;margin-left:-20px;text-align:center;z-index:20;-webkit-animation:scroll-down-anim ease-in-out 1s infinite;animation:scroll-down-anim ease-in-out 1s infinite}
.scroll-down{color:#4b4e53;font-size:32px}
@-webkit-keyframes scroll-down-anim
{
	0%{
		-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes scroll-down-anim{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}
		100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}
		}
		
@media (min-width: 1024px) {
  #home-banner {
    background-attachment: fixed;
  }
}
.bor-bot{border-bottom: 1px solid #eaeaeacc;}
section {
  padding: 30px 0;
  overflow: hidden;
}
section.full-section{padding: 0px;margin-bottom: 80px;}
.full-section  .s-t{padding: 50px;}
.section-bg {
  background-color: #f0f4f8;
}
.page-title{text-align: center;font-size: 30px;font-family: old standard tt,sans-serif;}
.section-title {
  padding-bottom: 40px;
}
.full-section video{max-width: 100%;-o-object-fit: cover;object-fit: cover;display: block;}
.section-title h2 {
  font-size: 40px;
    font-weight: 600;
    padding-top: 0px;
    line-height: 40px;
    margin:0;
    letter-spacing: -2.5px;
    color: #000000;
    font-family: Arial, "Old Standard TT",Sans-serif;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Arial, "Old Standard TT",Sans-serif;
  color: #263d4d;
}
.type-one-text{font-family: "DM Sans";text-transform: uppercase;color: rgb(112, 76, 82);font-weight: 600;font-size: 13px;padding:10px 0px;}
.type-two-text{font-family: Arial, "Old Standard TT",Sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1.8px;}
.type-one .cat-item{position: relative;}
.type-one .card{border: none;}

.type-one .card a{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.type-one .card a:after{content: " ";position: absolute;width: 100%;height: 100%;background: linear-gradient(180deg,transparent,rgba(0,0,0,.6));}
.type-one .card a:hover .card-body{bottom: 175px;}
.type-one .card-body{
  position: absolute;
  bottom: 80px;
  transform: translateY(100%);
  padding: 30px;
  z-index: 1;
  transition: .5s ease;
  transition-property: transform,bottom;
  color: #fff;
}
.type-one .card-title{font-size: 26px;line-height: 30px;margin-bottom: 20px;}

.type-two .card-body{position: absolute;bottom: 10px;color: #fff;padding: 0;width: 80%;}
.type-two .card-title{font-size: 18px;
  line-height: 30px;
  margin-bottom: 0px;
  background: #000;
  position: relative;
  padding: 0px 10px;}
  .type-two .card-title:after {
    background: #ff304d;
    content: " ";
    right: -8px;
    height: 100%;
    transform: skewX(23deg);
    top: 0;
    width: 13px;
    position: absolute;
}
#featured-collection{padding:25px;}
.featured-description ul{margin:0;padding-left: 16px;padding-top: 10px;margin-bottom: 15px;}
.featured-description li{
	font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;}
.link-type-one{background: none;
    color: #000;display: inline-block;
    font-weight: 600;
    border: 2px solid #000;
    font-size: 13px;
	text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px 0px 0px 0px;
	padding: 12px 24px;text-align: center;}
.ksha-divider{width: 40px;height: 1px;background-color: #000;}
#home-category{}
.ksha-sub-title{
	border-bottom: 1px solid #000;
	color: #000;
	font-family: "DM Sans",Sans-serif;
    font-size: 20px;
    font-weight: 700;
	line-height: 42px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.ksha-tabs .nav-tabs{
	border:none;
}
.ksha-tabs .nav-link{
	border: 1px solid #868686;
    color: #868686;
	cursor: pointer;
	font-size: 14px;
    font-weight: 600;
    fill: #868686;
	text-transform: uppercase;
	margin-right: 8px;
	margin-bottom: 5px;
}
.ksha-tabs .nav-link.active,.ksha-tabs .nav-link:hover{
    color: #000;
    border: 1px solid #000;
	
}
.ksha-writing{writing-mode: vertical-lr;}
.ksha-widget-title{margin-bottom: 0px;
    font-family: arial, "DM Sans",Sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0px;
	justify-content: flex-start;
	display: flex;
    align-items: center;
}
.ksha-writing .title-content{display: flex;}

.ksha-fp-item,.ksha-collection-item {
    margin-bottom: 10px;
	position:relative;
	padding-right: 5px;
    padding-left: 5px;
}
.ksha-collection-item .card{border:none;}
.ksha-collection-item img{}
.ksha-collection-item .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 0px 0px 12px;
}
.ksha-collection-item .card-title{font-family: Arial, "Old Standard TT",Sans-serif;font-size: 18px;}
.ksha-fp-item .card{
	border: none;
    position: relative;
	height: 250px;
}
.ksha-fp-item img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
}
.ksha-zomm{transition: transform .5s linear 0s;}
.ksha-zomm:hover{transform: scale(1.05);}
.ku-item{background-color: #f6f6f6;min-height: 200px;margin-bottom: 50px;padding: 15px;}
.ku-sd{}
.ku-title{color: #000;
	font-family: Arial, "Old Standard TT",Sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -1.8px;}
.ku-price{position: absolute;right: 20px;top: 10px;}
.pos-ce {
    position: absolute;
    bottom: 10px;
    margin: auto;
	text-align: center;
	width: 100%;
}
.pos-ce img{width: 200px;margin:auto;}
.stroke {
	font-family: "DM Sans",Sans-serif;
    font-size: 100px;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 68px;
    color: #fff;
    margin: 45px 0 0;
    padding-bottom: 0;
    transform: rotate(180deg);
	-webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #ccc;
	-webkit-text-stroke-width: 1px;
}
.product-item{}
.product-thumbnails{position:relative;display: inline-block;}
.product-thumbnails .hover-image{position: absolute;top: 0;left: 0;opacity: 0;-webkit-transition: opacity .6s;
    transition: opacity .4s;}
.product-item:hover .hover-image{opacity: 1;}

.product-title{
	color: #000;
	font-size: 19px !important;
    font-family: Arial, "Old Standard TT";letter-spacing: -0.5px;font-weight: 500;}
.product-price{color:#000;font-size: 14px;}
.take-it-home{font-family: "DM Sans";transition: visibility ease-in-out .3s,opacity ease-in-out .3s,transform ease-in-out .3s;visibility: hidden;
    opacity: 0;
	order: 5;
    margin: 0;
    background: 0 0;
    color: #704c52;
    padding: 0;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 14px;font-weight: 600;
    cursor: pointer;}
.product-item:hover .take-it-home{visibility: visible;opacity: 1;}
#footer-logo{margin-bottom: 20px;
    display: inline-block;
    text-align: center;}
#about-us{padding: 0;}
#about-us .content{font-family: 'Open Sans',Arial,Helvetica,sans-serif;font-weight: 300;padding-top: 15px;}
#videobcg{width: 135%;padding-left: 20%;}
#about-us .title-txt{font-size: 40px;}

.company-logo{max-width: 250px;margin: auto;}

.product-boxes .card ,.sector-boxes .card ,.sector-boxes .card {
  background: #fff;margin-bottom: 30px;border: none;border-radius: 0;
}

.product-boxes,.sector-boxes {margin-top: 30px;margin-bottom: 20px;}
.product-boxes .card-body{padding: 10px 0px;color: #000;}
.product-boxes .card-txt{font-size: 12px;}
.product-boxes .card-link a{
  padding: 10px;
    font-size: 12px;
    font-weight: 300;
	text-align:center;
	display:block;
	background-color:#704c52;
	color:#FFF;
}
.list-type-1 .card-title,.list-type-2 .card-title{font-family: old standard tt,Sans-serif;}
.list-type-2 .card-body{text-align: center;}
.button-explore{border-bottom: 3px solid #704c52;letter-spacing: 2px;text-transform: uppercase;font-size: 12px;}
#home-featured{position: relative;}
.news-section{background-color: #fff;}
.news-section .card{border: none;border-radius: 0;}
.opening-row .section-title{padding: 0;}
.op-desc{margin-top: 20px;padding-bottom: 20px;}
.team-member{margin-bottom: 100px;}
.team-member .card{
  margin: 20px;
}
.team-member .card-body{
    border-width: 0px 0px 3px 0px;
    border-color: #000;
    border-style: solid;
}
@media (max-width: 1024px) {
  .home-product-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

.hcp-links p{margin-bottom: 20px;}
.home-client-products  a {
  color: #fff;
    transition: 0.3s;
    background-color: #9c1920;
    padding: 5px 15px;
    margin-left: 20px;
    max-width: 300px;
    border-radius: 16px;
    padding-right: 40px;
    position:relative;
}
.home-client-products  a::after{content: "\eaa0";font-family: IcoFont;position: absolute;right: 5px;}
.choose-ring,.bg-banner-img{
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.choose-ring::before,.bg-banner-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.2);
}

.bg-one{background-image: url("../img/bg-product.jpg");}
.bg-two{background-image: url("../img/bg-customized.jpg");}
.bg-1{background-image: url("../img/bg-product.jpg");}
.bg-2{background-image: url("../img/bg-product.jpg");}
.bg-3{background-image: url("../img/bg-about.jpg");}
.bg-4{background-image: url("../img/bg-home-products.jpg");}
.bg-5{background-image: url("../img/parallax-two.jpg");}
.inner-first{padding-top: 115px;padding-bottom: 10px;}
.page-subtext{text-align: center;}
.choose-ring{background-image: url("../img/parallax-one.jpg?v=1");}
.news-container{position: relative;}

.news-container:after{content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  top: 0;}
.banner-style-1{
  position:relative;
  background: url("../img/parallax-two.jpg");
    background-attachment: fixed;
    background-position: center;
  }
.banner-style-1:after{content:"";position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);}
.banner-style-1 .left-block{
      padding: 60px;background: rgba(0,0,0,0.4);
    }
  .banner-style-1 .section-title p{color: #ffffff;}
  .right-content{padding-top: 90px;
    padding-bottom: 90px;
    background-color: #704c52;
    color: #fff;
    padding-left: 20px;
}
.choose-ring .section-header {
  margin-bottom: 40px;
}

.choose-ring .choose-ring-item {
  text-align: center;
  color: #fff;
}

.choose-ring .choose-ring-item .choose-ring-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.choose-ring .choose-ring-item h3 {
  font-size: 50px;
  font-weight: 400;
  margin: 70px 0 50px 0;
  color: #fff;
}

.choose-ring .choose-ring-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.choose-ring .choose-ring-item .quote-icon-left, .choose-ring .choose-ring-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.choose-ring .choose-ring-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.choose-ring .choose-ring-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.choose-ring .choose-ring-item p {
  margin: 0 auto 15px auto;
  color: #eee;
}

.choose-ring .owl-nav, .choose-ring .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.choose-ring .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.choose-ring .owl-dot.active {
  background-color: #704c52 !important;
}
.heading-type-1{font-size: 50px;
  font-weight: 400;
  margin: 10px 0 10px 0;
  color: #fff;}
.btn{border-radius:0px;}
.btn-huge {
    padding: 20px 40px;
}
.btn-configurator{
  width: 300px;
  text-align: center;
  background: #fff;
  border: none;
  color: #000;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  border-radius: 35px;
}
.btn-configurator:hover{color:#000;}
@media (min-width: 1024px) {
  .choose-ring,.bg-5 {
    background-attachment: fixed;
  }
}

.bg-product{}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #704c52;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #704c52;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  position: relative;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #704c52;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  background: #fff;
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 30px 0;
}

.contact .info-box i.small-icon {
  color: #FFF;
  background-color: #704c52;
  border-radius: 50%;
  padding: 5px;margin-right: 5px;
}
.contact .info-box i.icofont-location-pin{
  color: #704c52;font-size: 30px;border: 1px dotted #704c52;border-radius: 50%;
  margin-bottom: 24px;padding: 10px 12px;}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 25px 0px 5px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-form{background: #fff;padding: 15px;}
.error .form-control{border-color:#704c52;}
.contact .errorMessage {
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
#yw0_button{font-size:12px;
  color: #777777;margin-left: 8px;
  border-bottom: 1px solid #000}
#snackbar {
    visibility: hidden;
    color: #fff;
    text-align: left;
    position: fixed;
    font-size: 12px;
    z-index: 9999;
    right: 65px;
    bottom: 40px;
    width: 100%;
	max-width: 200px;
}
#toast-message{margin: auto;max-width: calc(100vw - 20%);background-color: #000;
	border-left: 3px solid #8fae1b;padding: 15px 10px;border-radius: 2px;}
  
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

#footer {
  background: #fff;
  border-top: 1px solid #e4e3e3;
  padding: 20px 0 20px 0;
  color: #868686;
  font-size: 13px;
}
#footer p{margin-bottom: 3px;}
#footer #footer-logo img{max-height: 60px;max-width: 230px;}
.footer-menu-block-title{
	color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;margin-top: 20px;}
#footer .ksha-divider{margin-bottom: 15px;}
#footer ul li {
  list-style: none;
  padding-bottom: 2px;
  margin-left: 0;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
#footer ul a {color: #868686;}
#footer ul a:hover{color: #000;}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid #ccc;
  color: #6a4021;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  margin-top: 10px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover{background: #6a4021;color:#fff;}
.footer-copyright{border-top: 1px solid #dcdcdc;padding-top: 15px;margin-top: 10px;text-align: center;}

@media (max-width: 992px) {
  #header {
    padding: 12px;
  }
  #home-carousel {
    height: 400px;
  }
  #home-carousel .carousel-container {
    text-align: center;
    top: 74px;
  }
  #home-carousel .carousel-control-prev, #home-carousel .carousel-control-next {
    top: 66px;
  }
  .carousel-container>.container{top:10px;}
  .choose-ring .choose-ring p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media (max-width: 768px) {
	
  #home-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #home-banner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #topbar .logo img{max-height: 80px;}
  #topbar h1.title-txt{font-size: 25px;line-height: 20px;margin: 20px auto 15px auto;}
  .social-links{text-align: center;margin-top: 20px;}
  .scroll-cont{bottom: 80px;left: 25%;}
  #header{background: #fff;}
  
	.header-logo img {
    max-height: 45px;
	}
#show-menu,#site-action{margin-top: 15px;}
  #home-carousel h2 {
    font-size: 30px;
  }
  #home-carousel .owl-prev, #home-carousel .owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    width: 35px;
    height: 35px;
    line-height: 0;
    border: 1px solid #000;
  }
	#hide-menu{left:auto;right:20px;}
	#site-menu:before{width:100%}
  .type-one .card-title{font-size: 20px;}
  .type-two .card-body{width: 85%;}
  .type-two .card-title{font-size: 12px;}
  #footer-logo{text-align: center;}
  .inner-first{padding-top: 100px;}
  .mb-np{padding:0;}
  #show-menu,#site-action{padding-top:0;}
  #site-action > ul > li{padding: 5px 8px;}
  #featured-collection{padding:10px;}
  #featured-collection .owl-nav{top: 40%;}
  #featured-collection .section-title{padding-bottom: 10px;padding-top: 20px;}
  .ksha-writing{writing-mode: lr;}
 .ksha-widget-title{font-size: 40px;line-height: 40px;margin-bottom: 15px;}
 .ksha-widget-title .stroke{font-size: 40px;line-height: 40px;margin:0px 0px 10px 4px;transform: none;}
 
}

@media (min-width: 1024px) {
  #home-carousel .carousel-control-prev, #home-carousel .carousel-control-next,.owl-nav .owl-prev,.owl-nav .owl-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #home-carousel {
    height: 100vh;
  }
}