* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


:root {
  --font-45: 45px;
  --font-42: 36px;
  --font-30: 30px;
  --font-24: 26px;
  --font-21: 21px;
  --font-18: 18px;
  --font-17: 17px;
  --font-16: 16px;
  --font-14: 14px;
  --font-12: 12px;
  --bs-body-color: #3B3634
}

@media (max-width:1620px) {
  :root {
    --font-45: 36px;
      --font-42: 34px;
      --font-30: 28px;
      --font-24: 24px;
      --font-21: 20px;
      --font-18: 17px;
      --font-17: 16px;
      --font-16: 16px;
      --font-14: 14px;
  }
}

@media (max-width:1400px) {
  :root {
    --font-45: 32px;
      --font-42: 30px;
      --font-30: 26px;
      --font-24: 22px;
      --font-21: 20px;
      --font-18: 17px;
      --font-17: 16px;
      --font-16: 15px;
      --font-14: 14px;
  }
}

@media (max-width:1200px) {
  :root {
    --font-45:28px;
      --font-42: 26px;
      --font-30: 24px;
      --font-24: 22px;
      --font-21: 18px;
      --font-18: 17px;
      --font-16: 15px;
      --font-14: 14px;
  }
}

@media (max-width:767px) {
  :root {
    --font-45: 26px;
      --font-42: 26px;
      --font-30: 24px;
      --font-24: 20px;
      --font-21: 18px;
      --font-18: 16px;
      --font-17: 15px;
      --font-16: 15px;
      --font-14: 14px;
  }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
h1 {
  font-size: var(--font-42); 
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 1.93px;
  text-transform: uppercase;
  color: #000;
}
h2 {
  font-size: var(--font-30);
  letter-spacing: 1.23px;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
}
h3 {
  letter-spacing: 1.05px;
  color: #000000;
  text-transform: uppercase;
  font-size: var(--font-24);
  line-height: 36px;
  font-weight: 300;
}
h4 {
  letter-spacing: 0.88px;
  color: #000000;
  font-size: var(--font-21);
  line-height: 30px;
  font-weight: 300;
}
h5 {
  letter-spacing: 0.63px;
  color: #000000;
  text-transform: uppercase;
  font-size: var(--font-18);
  line-height: 21px;
  font-weight: 300;
}
h6 {
  letter-spacing: 0.49px;
  color: #6F6560;
  font-size: var(--font-14);
  font-weight: 300;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  display: inline-block;
  text-decoration: none;
  font-size: var( --font-16);
}
img {
  max-width: 100%;
  height: auto;
}
p {
  letter-spacing: 0.63px;
  color: var(--bs-body-color);
  font-size: var( --font-16);
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0;
}
.gray_bg{ background:#DCD6D1 !important}
@font-face {
  font-family: 'TiemposFine-LightItalic';
  src: url('../fonts/TiemposFine-LightItalic.eot');
  src: url('../fonts/TiemposFine-LightItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/TiemposFine-LightItalic.woff2') format('woff2'),
      url('../fonts/TiemposFine-LightItalic.woff') format('woff'),
      url('../fonts/TiemposFine-LightItalic.ttf') format('truetype'),
      url('../fonts/TiemposFine-LightItalic.svg#TiemposFine-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TiemposFine-Light';
  src: url('../fonts/TiemposFine-Light.eot');
  src: url('../fonts/TiemposFine-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/TiemposFine-Light.woff2') format('woff2'),
      url('../fonts/TiemposFine-Light.woff') format('woff'),
      url('../fonts/TiemposFine-Light.ttf') format('truetype'),
      url('../fonts/TiemposFine-Light.svg#TiemposFine-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  font-weight: 300;
  font-size: var(--font-16);
  background: #FAF9F8;
  font-family: "interstate", sans-serif;
  color: var(--bs-body-color) !important;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.btns {
  font-size: 15px;
  letter-spacing: 0.56px;
  color: #3B3634;
  text-transform: uppercase;
  padding: 15px 35px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #cfd0d1;
  border: 1px solid transparent;
  text-decoration: none !important;
}
.btns:hover {
	background: #F2F2F2;
	color: #000000;
	border-color: transparent;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.20);
}
.BtnBg {  border-bottom: 1px solid rgba(255, 255, 255,.7); padding-bottom: 5px; text-align: center;}
.BtnBg span{
  letter-spacing: 0.63px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: var(--font-16);
  line-height: 21px;
  height: 47px;
  width: 200px;
  line-height: 47px;
  transition: all ease-in-out 0.3s 0s; display: block;
}
.BtnBg:hover{
  border-color: transparent;
}
.BtnBg:hover span{
  background: rgba(111, 101, 96,.65);
}
.grayBtn, .whiteBgBtn{
  border-color: #6F6560;
}
.grayBtn span, .whiteBgBtn span { color: #6F6560;}
.grayBtn:hover span {background: rgba(220, 214, 209, .65); color: #000;}

.whiteBgBtn:hover span{ background: #FAF9F8; color: #000;}


.links-btn {
  font-size: var(--font-16);
  padding: 10px 0;
  letter-spacing: 0.56px;
  color: #3B3634;
  text-transform: uppercase;
  background: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
   text-align: center;
}
.links-btn:hover {
  background: none;
  border-bottom: 1px solid #6F6560;
  box-shadow:inherit; color: #6F6560;
}

/* Main css here */


.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
.logo {
  flex: 1;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 65px;
}
.menu ul li a {
  letter-spacing: 0.56px;
  color: #000000;
  font-size: var(--font-16);
  text-transform: uppercase;
}
.header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__action ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.header__action ul li a i {
  color: #000;
  font-size: var(--font-16);
}
.mobile__bar {
  height: auto;
  width: 30px;
  display: none; /*  block; this is none, and set this block in media query, specific which display you want  */
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.mobile__bar span {
  display: block;
  height: 2px;
  width: 30px;
  background: #000;
  border-radius: 8px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.mobile__bar span:not(:last-child) {
  margin-bottom: 5px;
}
.mobile__bar.active span {
  width: 25px;
}
.mobile__bar.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateY(10px);
  -ms-transform: rotate(-45deg) translateY(10px);
  transform: rotate(-45deg) translateY(10px);
}
.mobile__bar.active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile__bar.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translateY(-10px);
  -ms-transform: rotate(45deg) translateY(-10px);
  transform: rotate(45deg) translateY(-10px);
}

/* hero area */
.al_banner_area {
  min-height: calc(100vh - 120px);
  display: flex;
}
.al_banner_area .slick-list {
  height: auto;
}
.al_banner_area div{ height: 100%;}
.hero {
  background: url("../images/baner_img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; 
  height: 100%;
}
.al_banner_area .slick-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero::after {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgb(0, 0, 0);
  background: -o-linear-gradient(
    353deg,
    rgba(0, 0, 0, 0.7483368347338936) 0%,
    rgba(0, 0, 0, 0.5494572829131652) 35%,
    rgba(0, 0, 0, 0.25253851540616246) 100%
  );
  background: linear-gradient(
    97deg,
    rgba(0, 0, 0, 0.7483368347338936) 0%,
    rgba(0, 0, 0, 0.5494572829131652) 35%,
    rgba(0, 0, 0, 0.25253851540616246) 100%
  );
  top: 0;
  z-index: -1;
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  bottom: 25px;
}
.slick-dots button {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: none;
  color: #fff;
  border: 1px solid #FFFFFF;
  font-size: 0px;
  outline: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.slick-dots li.slick-active button {
  background: #fff;
}
.hero_content {
  padding: 272px 0 110px 0;
  color: #FAF9F8;
}
.hero_content h1 {
	font-size: 45px;
	letter-spacing: 1.57px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.hero_content p {
  max-width: 668px;
  font-size: var(--font-20);
  line-height: 30px;
  letter-spacing: 0.7px;
  padding-bottom: 45px;
}

/* fabricare_area */

.fabricare_content {
  text-align: center;
  color: #3B3634;
}
.fabricare_content h1, .fabricare_content h2 {
  font-size: var( --font-30);
  letter-spacing: 1.23px;
  color: #000;
  text-transform: uppercase;
	margin-bottom: 24px;
}

.fabricare_content p {
  max-width: 803px;
  font-size: var(--font-20);
  line-height: 30px;
  letter-spacing: 0.7px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.fabricare_content p:not(:last-child){
  margin-bottom:20px;
}
.fabricare_content .btns {
  padding: 15px 60px;
}
/* End fabricare area  */
/* Start DURABLE area */
.durable_area {
  padding-top: 120px;
  display: block;
}

.fabricare_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  text-align: left;
  margin: 60px auto 0 auto;
  max-width: 80%;
}
.section_tittle h3 {
  font-size: var(--font-18);
  letter-spacing: 0.88px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.fabricare_grid h4:not(:last-child), .fabricare_grid h5:not(:last-child) {
  margin-bottom: 30px;
}
.section_tittle p {
  max-width: 720px;
  font-size: var(--font-18);
  line-height: 25px;
  letter-spacing: 0.63px;
  margin-bottom: 40px;
}
.duraable_baner_img {
	width: 100%;
	max-height: 906px;
	overflow: hidden;
}

.fabricare_grid_content p {
  margin-bottom: 20px;
}
.line {
  display: inline-block;
  width: 100px;
  background: #6F6560;
  border-bottom: 1px solid #6F6560;
}
.fabricare_grid_content .links-btn {
  font-size: var(--font-16);
  padding: 15px 0;
}

/* performance_fabricare_area */
.performance_fabricare_area {
  background: #DCD6D1;
  padding: 80px 0;
}
.performance_fabricare_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90px 0.6fr;
  grid-template-columns: 1fr 0.6fr;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
  width: 100%;
  margin: 0 auto;
}
.duraable_baner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/* end DURABLE area */
/* Start WASHABLE area */
.washable_area {
  padding: 100px 0;
}
.washable_widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.washable_btn {
  margin-top: 85px;
  text-align: right;
}
.washable_btn_two {
  margin-top: 85px;
  text-align: left;
}
/* End WASHABLE area */
/* Start SUSTAINABILITY area */
.sustainability_area {
  padding: 75px 0 85px 0;
  background: #f2f2f2;
}

.content h3 {
  padding: 550px 0 20px 0;
  color: #ffffff;
  font-size: var(--font-45);
  margin-left: 125px;
}
.sustainability_content {
  text-align: center;
}
.sustainability_content p {
  max-width: 950px;
  margin: 0 auto;
  font-size: var(--font-18);
  line-height: 25px;
  letter-spacing: 0.63px;
  color: #2b2b2d;
  padding: 16px 0;
}

.sustainability_content h3 {
  font-size: var(--font-24);
  letter-spacing: 0.88px;
  color: #000;
  text-transform: uppercase;
  margin-top: 25px;
}
.fabricare_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.performance_fabricare_content h3 {
  margin-bottom: 30px;
}
.performance_fabricare_inner {
  max-width: 370px;
}
.performance_fabricare_thumb {
  margin: 20px 0 35px 0;
}
.performance_fabricare_thumb img {
  width: 100%;
}
.performance_fabricare_content h5 {
  margin-bottom: 18px;
}
.performance_fabricare_area .slick-dots, .collection_area .slick-dots {
  bottom: -50px;
}
.performance_fabricare_area .slick-dots button, .collection_area .slick-dots button {
  border: 1px solid #6F6560;
  background-color: transparent;
}
.performance_fabricare_area .slick-dots li.slick-active button, .collection_area .slick-dots li.slick-active button {
  background: #6F6560;
}
body .al_banner_area .slick-dots li:not(.slick-active) button {
  background-color: transparent;
  border-color: #fff;
}


/*language_fabricare*/
.language_fabricare_area {
  padding: 80px 0;
}
.language_fabricare_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .7fr 100px 1fr;
  grid-template-columns: .7fr 1fr;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  width: 100%;
  margin: 0 auto;
}
.language_feature__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  max-height: 518px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.language_feature__right::-webkit-scrollbar {
  display: none;
}

.language_single__feature {
  margin-bottom: 20px;
}

.language_fabricare_content p {
  padding-bottom: 15px;
}

.manufacturing_area {
  background-image: url("../img/manufacturing-banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; position: relative;
}
/* .manufacturing_area::after {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgb(0, 0, 0);
  background: -o-linear-gradient( 353deg, rgba(0, 0, 0, 0.7483368347338936) 0%, rgba(0, 0, 0, 0.5494572829131652) 35%, rgba(0, 0, 0, 0.25253851540616246) 100% );
  background: linear-gradient( 97deg, rgba(0, 0, 0, 0.7483368347338936) 0%, rgba(0, 0, 0, 0.5494572829131652) 35%, rgba(0, 0, 0, 0.25253851540616246) 100% );
  top: 0;
} */

.manufacturing__content {
  text-align: center;
  max-width: 623px;
  margin: auto;
  padding: 150px 0;
  position: relative;
z-index: 1;
}
.manufacturing__content h2 {
  color: #fff;
  margin-bottom: 30px;
}
.manufacturing__content p {
  color: #fff;
}
.collection_single__feature {
  padding: 0 16px;
}
.collection_single__feature p {
 margin-top: 20px;
}
.collection_single__feature h4 {
  color: #000;
  text-transform: uppercase;
  padding: 20px 0 0 0;
}
.collection_single__feature p a{
  color: #3B3634;
}
.collection_area {
  padding: 80px 0;
}
.collection_area h3 {
  text-align: center;
  margin-bottom: 50px;
}
.sustainability_content .btns {
  padding: 19px 50px;
  background: #878b92;
  color: #ffffff;
}
.certified_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding: 45px 0 60px 0;
   max-width: 1170px;
margin-left: auto;
margin-right: auto; 
}
/* end SUSTAINABILITY area */
/* Start COLLECTIONS area  */

.collection_wrapper .section_tittle {
  text-align: center;
  font-size: var(--font-30);
}
.collection_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  padding: 10px 0 50px 0;
}
body .collection_items a {
  display: inline-block;
  font-size: var(--font-24);
  letter-spacing: 0.88px;
  color: #7a7b7e;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3 ease-in;
  -o-transition: 0.3 ease-in;
  transition: 0.3 ease-in;
  text-decoration: none;
}
.collection_items a.active,
.collection_items a:hover {
  color: #000000;
  -webkit-transition: 0.3 ease-in;
  -o-transition: 0.3 ease-in;
  transition: 0.3 ease-in;
}
.collection_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.collection_single_img img {
  /* height: 400px; */
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection_single_img p {
  font-size: var(--font-18);
  letter-spacing: 0.63px;
  color: #3B3634;
  text-transform: uppercase;
  padding: 20px 0 0 0;
}

/* End COLLECTIONS area  */

/* Start newsletter area  */
.newsletter_area {
  padding-top: 110px;
}

.newsletter_img {
  max-width: 863px;
  max-height: 721px;
}
.newsletter_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.newsletter_content {
  padding: 0 60px;
}
.living_area {
  padding: 50px 0 0 0;
}
.living__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px .7fr;
  grid-template-columns: 1fr .7fr;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  width: 100%;
  align-items: center;
}
.living__thumb img {
  width: 100%;
}
.living__wrapper h3 {
  margin-bottom: 35px;
}


.post_area {
  background-image: url("../img/decor-home-fabrics-studio.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 80px 0;
}
.post__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  min-height: 680px;
}
.post__content {
  border-bottom: 1px solid #fff;
  margin-bottom: 70px;
  padding-bottom: 20px;
  transition: all ease-in-out 0.3s 0s; overflow: hidden; position: relative;
}
.read-more {
  letter-spacing: 0.45px;
  color: #FFF;
  text-transform: uppercase;
  font-size: var(--font-18);
  line-height: 21px; visibility: hidden; transition: all ease-in-out 0.5s 0s; opacity: 0
}
.post__content p {
  color: #fff;
  margin-bottom: 30px;  visibility: hidden; opacity: 0; transition: all ease-in-out 0.5s 0s;
}
.post__content h4 {
  color: #fff;
  margin-bottom: 30px;  position: absolute; bottom: 20px;
  transform: translateY(100%);
  -webkit-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.post__content:hover{ padding-bottom: 20px;}
.post__content:hover p {
  color: #fff;
  visibility: visible;  opacity: 1
}
.post__content:hover h4 {
  transform: translateY(0); bottom: auto; position: relative;
}
.post__content:hover .read-more{ visibility: visible;  opacity: 1}


/* Newsletter start */
.newsletter_area {
  background-image: url("../img/newsletter-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 80px 0;
  padding: 200px 0;
  text-align: center;
}
.newsletter_content {
  padding: 50px;
  max-width: 600px;
  background: #fff;
  margin: auto;
}
.newsletter_content h3{font-weight: 400;}
.newsletter_content p{font-size: var(--font-16);}
.section_tittle h3{ margin-bottom: 25px;}
.section_tittle p{ margin-bottom: 40px;}
.contact_form input {
  display: block;
  width: 496px;
  font-size: var(--font-18);
  color: #6F6560;
  margin-bottom: 35px;
  outline: none;
  border: none;
  background: transparent;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-bottom: 1px solid #cfd0d1;
  text-align: center;
  padding-bottom: 10px;
	font-family: "interstate", sans-serif;
	font-weight: 300;
}
.contact_form input::-webkit-input-placeholder {
  color: #6F6560;
  font-size:var(--font-18);
  opacity: 1;
}
.contact_form input::-moz-placeholder {
  color: #6F6560;
  font-size: var(--font-18);
  opacity: 1;
}
.contact_form input:-ms-input-placeholder {
  color: #6F6560;
  font-size: var(--font-18);
  opacity: 1;
}
.contact_form input::-ms-input-placeholder {
  color: #6F6560;
  font-size: var(--font-18);
  opacity: 1;
}
.contact_form input::placeholder {
  color: #6F6560;
  font-size: var(--font-18);
  opacity: 1;
}
.contact_form input:hover,
.contact_form input:focus {
  border-color: #000000;
}
.contact_form .btns {
  padding: 20px 35px;
  background: #878b92;
  color: #ffffff;
  font-size:var(--font-16);
  width: 226px;
  border: 1px solid transparent;
  outline: none;
	width: 100%;
}
.sustainability_content .btns {
  border: 1px solid transparent;
}
.sustainability_content .btns:hover, .contact_form .btns:hover {
	background: #F2F2F2;
	color: #000000;
	border-color: transparent;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.20);
}
/* end newsletter area  */
/* Start FABRICARE area */
.fabricare_area {
	padding: 80px 0;
}
.fabricare_wrapper .section_tittle h3 {
  margin-bottom: 36px;
}
.fabricare_widgets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.fabricare_img {
  max-width: 384px;
  max-height: 384px;
}
.fabricare_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 8px;
  bottom: 25px;
}
.slick-dots button {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #7a7b7e;
  color: #fff;
  border: none;
  font-size: 0px;
  outline: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.slick-dots li.slick-active button {
  background: #fff;
}
/* End FABRICARE area */
/* footer area */
footer {
  background-color: #7a7b7e;
}
.footer__wrapper {
  padding: 70px 0 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 35px;
}
.footer__logo {
  display: block;
  height: 60px;
  width: auto;
}
.footer__logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer_copy_right {
  max-width: 307px;
}
.footer__widgets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.footer_social_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 0 35px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.footer_social_icon ul li a {
  font-size: var(--font-24);
  color: #3B3634;
}
.footer_social_icon ul li a:hover {
  font-size:var(--font-24);
  color: #000000;
}
.footer_copy_right p {
  font-size: var(--font-12);
  line-height: 20px;
  color: #3B3634;
}
.footer_copy_right p a {
  display: inline-block;
  color: #3B3634;
  text-decoration: underline;
	font-size: var(--font-12);
}
.footer_copy_right p a:hover {
  text-decoration: none;
}
.widget__title {
  font-size:var(--font-24);
  padding-top: 25px;
  letter-spacing: 0.88px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 50px;
}
.single__widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 25px;
}
.single__widget ul li a {
  color: #fff;
  font-size: var(--font-16);
  letter-spacing: 0.56px;
  text-transform: uppercase;
  display: block;
}
.single__widget ul li a:hover {
  text-decoration: underline;
}
.single__widget p {
  font-size: var(--font-16);
  color: #fff;
}
.collection_items .slick-slide:nth-child(1) {
  width: 30%;
}
.collection_items .slick-slide:nth-child(2) {
  width: 30%;
}
.collection_items .slick-slide {
  width: 40%;
}
.collection_items .slick-slide {
  height: 300px;
}
.collection_img .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  bottom: -45px;
}
.collection_single_img {
  padding-right: 37px;
}
/* feature */
.feature {
  background: #878b92;
  padding: 130px 0;
}
.feature__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 80px;
  width: 100%;
  margin: 0 auto;
}
.feature img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature__right {
  max-height: 906px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* .featurs-single_widgets {
  text-align: center;
  background: #fff;
  border-radius: 28px;
  padding: 40px 24px 25px;
  border: 2px solid transparent;
  margin-bottom: 20px;
  margin-right: 20px;
} 
.featurs-single_widgets:hover p {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.features_img {
  text-align: center;
}
.features_img img {
  max-width: 150px;
  margin: 0 auto;
}
.featurs-single_widgets:hover {
  -webkit-box-shadow: 3px 6px 9px #0000008d;
  box-shadow: 3px 6px 9px #0000008d;
  border-color: #878b92;
}*/
.featurs-single_widgets p {
    font-size: var(--font-16);
    /* padding: 15px 0;
    height: 170px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    margin-top: -16%;
    margin-bottom: -16%;
    display: flex;
    align-items: center; */
}
.featurs-single__list li {
  cursor: pointer;
  margin-bottom: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection_img .slick-dots button {
  border: 1px solid #6f6560;
  background: transparent;
}
.collection_img .slick-dots button:hover,
.collection_img .slick-dots li.slick-active button {
  background: #6f6560;
}
.feature__right::-webkit-scrollbar {
  display: none;
}
.features__item h3 {
  font-size: var(--font-24);
  text-align: center;
  color: #fff;
  padding-bottom: 15px;
}
.single__feature h2 {
    font-size: 105px;
    color: #fff;
    text-align: right;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    font-family: 'TiemposFine-LightItalic';
}

.single__feature-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding-top: 20px;
}
.single__feature-text .single__feature-img{
	width: 80px;
}
.single__feature-text p {
  color: #fff;
  width: calc(100% - 80px)
}
.single__feature-img img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
/* feature */
/* end footer area */
.al_banner_area .owl-dots {
  z-index: 99999;
  position: relative;
  margin: 0;
  margin-top: -50px !important;
}
/* Easy Clean */
.service_section .container {
  max-width: 1240px;
} 
.service_panel h2 {
  margin-bottom: 50px;
}
.service_item {
  margin-bottom: 50px;
}
.service_item img {
  max-height: 67px;
}
.service_item h5 {
  color: #6F6560;
  margin-top: 5px;
  margin-bottom: 23px;
}
.service_item p {
  color: #3B3634;
}
.manufacturing_post_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
}
/* .superlative_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr .8fr;
  grid-template-columns: 1fr .8fr;
} */
.superlative_thumb img, .superlative_content_thumb img {
  width: 100%;
}
.superlative_content_thumb {
  background: #fff;
  align-items: center;
  display: grid;
}
.manufacturing_language_fabricare p {
  margin: 18px 0 0 0;
}
.industry_area {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
.industry_wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.industry_area h4 {
  margin-bottom: 70px;
}
.industry__feature {
  text-align: left;
}
.industry__feature img {
  width: 100%;
}
.industry__feature h4 {
  font-weight: 400;
  margin: 30px 0 15px 0;
}
.industry__feature li {
  letter-spacing: 0.63px;
  color: #3B3634;
  font-size: var(--font-18);
}
.industry__feature li:not(:last-child) {
  margin-bottom: 15px;
}

/* Beding Page start */
.page__hero {
  background-image: url("../images/quality-2.jpg");
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  z-index: 1;
  position: relative;
}
.page__hero::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0000008d;
  content: "";
  z-index: -1;
}
.page__hero-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 350px;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
.page__hero-content h2 {
  color: #fff;
  font-size: var(--font-30);
  line-height: 1.4;
  font-weight: 300;
}
.page__hero-content h1 {
  display: block;
  width: 100%;
}
.page__hero-content h4 {
  display: block;
  width: 100%;
  max-width: 420px;
  color:#fff;
  margin-top: 15px;
}
.beding__area_wrapper {
  display: flex;
  -ms-grid-columns: 1fr 60px 0.6fr;
  grid-template-columns: 1fr 0.6fr;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  width: 100%;
  margin: 0 auto;
}
.beding__slider_area {
  width: 60%;
}
.beding__area_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 40%;
}
.beding__slider_area .slick-slide div {
  display: block !important;
}
.beding__slider_area .slick-slide{ position: relative;}
.beding__area_caption {
  position: absolute;
  bottom: 50px;
  width: 60%;
  left: 70px;
}
.beding__area_caption h2, .beding__area_caption p{
  color: #fff;
}
.beding__area {
  background: #fff;
}
.beding__area_content.order-lg-1 {
  padding-left: 80px;
  padding-right: 0;
}


/* Performance page */
.performance__fabric_wrapper {
  display: flex;
  -ms-grid-columns: 1fr 60px 0.6fr;
  grid-template-columns: 1fr 0.6fr;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  width: 100%;
  margin: 0 auto;
}
.performance__fabric_thumb{
  width: 60%;
}
.performance__fabric_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  flex: 1;
  align-items: flex-start;
}
.collection_single_img p a:hover {
    border-bottom: 1px solid #6F6560;
    box-shadow: inherit;
    color: #6F6560;
}
.performance__fabric_content.order-lg-1 {
  padding-left: 60px;
  padding-right: 0;
}
.performance__fabric_content h5 {
  font-weight: bold;
  color: #2B2B2D;
  margin-bottom: 10px;
  margin-top: 20px;
}
.performance__fabric_content ol {
  padding: 0;
  letter-spacing: 0.63px;
  color: #3B3634;
  font-size: var(--font-16);
  line-height: 24px;
  font-weight: 300;
}

/* easy clean page css start */
.pin__area {
  background: #f2f2f2;
  padding: 80px 0;
}
.pin__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-grid-columns: 0.6fr 50px 1fr;
  grid-template-columns: 0.6fr 1.2fr;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.pin__area .pin__text {
  max-width: 446px;
  margin-left: auto;
}
.pin__wrapper2{
	-ms-grid-columns: 1fr 50px 0.6fr;
   grid-template-columns: 1.2fr 0.6fr;
}
.pin__shape {
  padding-bottom: 15px;
}
.pin__shape img {
  max-width: 100px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pin__text h4 {
  font-size: var(--font-16);
  padding-bottom: 10px;
  letter-spacing: 0.56px;
  line-height: 1.4;
  color: #2b2b2d;
  text-transform: uppercase;
}
.pin__text h3 {
  color: #2b2b2d;
  letter-spacing: 0.88px;
  font-size: var(--font-24);
  font-weight: 300;
  padding-bottom: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}
.pin__text p {
  font-size: var(--font-18);
  font-weight: 300;
  letter-spacing: 0.63px;
  color: #2b2b2d;
}
.pin__illustration {
  position: relative;
}
.pin__illustration img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pin__area .pin__wrapper2 .pin__text{
	margin-left: 0;
}

.video-wrapper{
  padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper iframe{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blogs {
  background: #FAF9F8;
  padding: 70px 0;
}
.blogs__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
.single__blog {
  padding-bottom: 25px;
}
.blog__illustration {
  width: 100%;
}
.blog__illustration img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blgo__text {
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 120px;
  grid-template-columns: 1fr 120px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.blgo__text h3 a{color: #000000;}
.blog__text-left h4 {
  font-size: var(--font-16);
  padding-bottom: 10px;
  letter-spacing: 0.56px;
  line-height: 1.4;
  color: #2b2b2d;
  text-transform: uppercase;
}
.blog__text-left h3 {
  color: #2b2b2d;
  letter-spacing: 0.88px;
  font-size:var(--font-24);
  font-weight: 300;
  padding-bottom: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}
.blog__text-left p {
  font-size: var(--font-18);
  font-weight: 300;
  letter-spacing: 0.63px;
  color: #2b2b2d;
}
.blog__text-icon img {
  max-height: 80px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.feature {
  background: #878b92;
  padding: 100px 0;
}
.feature__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  width: 100%;
  margin: 0 auto;
}
.feature img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature__right::-webkit-scrollbar {
  display: none;
}
.feature__right {
  max-height: 906px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}.feature__right::-webkit-scrollbar {
  display: none;
}
.feature__right {
  max-height: 906px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.features__item h3 {
  text-align: center;
  color: #fff;
  padding-bottom: 15px;
}
.single__feature {
  padding-bottom: 28px;
}
.single__feature h2 {
  font-size: 105px;
  color: #fff;
  text-align: right;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  font-family: 'TiemposFine-LightItalic';
}
.single__feature-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding-top: 20px;
}
.single__feature-text .single__feature-img {
  width: 80px;
}
.single__feature-img img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.single__feature-text p {
  color: #fff;
  width: calc(100% - 80px);
}
.quality {
    padding: 35px 0 114px;
}

.quality__wrapper::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0000008d;
  content: "";
  z-index: -1;

}
.quality__wrapper {
  background-image: url("../images/quality-2.jpg");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 1;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 64px 50px;
  padding-top: 300px;
}
.quality__text h3 {
  color: #fff;
  font-size: var(--font-24);
  letter-spacing: 0.88px;
  text-transform: uppercase;
  line-height: 1.4;
  padding-bottom: 10px;
  font-weight: 300;
}
.quality__text h2 {
  color: #fff;
  font-size: var(--font-30);
  line-height: 1.4;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 300;
}
.quality__text a.btns {
  max-width: 200px;
  width: 100%;
  text-align: center;
  padding: 10px;
}
/* Easy Clean */


a.logo img {
    width: 100%;
}
.pin__wrapper2 {
  -ms-grid-columns: 1fr 50px 0.6fr;
  grid-template-columns: 1.2fr 0.6fr;
}
.hero__wrapper {
  display: flex;
  align-items: flex-end;
}
.al_banner_area .hero > .container2 {
  height: 100%;
  display: flex;
}
.single__feature {
	padding-bottom: 28px;
}

/*Indoor Outdoor Page Css Start*/
.mb15{
	margin-bottom: 15px;
}
.page__hero2:after{
	display: none;
}
.service_section{
	background: #FAF9F8;
    padding: 70px 0;
}
.service_section .container{
	max-width: 1300px;
}
.service_panel {
  position: relative;
  margin-bottom: 55px;
}
.service_panel .row{
	margin-left: -40px;
	margin-right: -40px;
}
.service_panel .row .col-4{
	padding-left: 40px;
	padding-right: 40px;
}
.service_panel:after{
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  background: #7A7B7E;
  height: 2px;
  content: "";
}
.service_item h5 {
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
}
.service_panel h2{
	font-size: var(--font-30);
	letter-spacing: 1.57px;
	font-weight: 300;
	color: #000;
	line-height: 54px;
	margin: 0 0 40px 0;
	text-align: center;
}
.service_item{
	text-align: center;
	margin-bottom: 60px;
}
.service_item figure{
	margin-bottom: 30px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_item h4 {
	letter-spacing: 0.59px;
	font-size: var(--font-16);
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}.service_list {
  padding: 10px 0 20px 0;
}
.service_list ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
}
.service_item p{
	letter-spacing: 0.63px;
	font-weight: 300;
	font-size: var(--font-18);
	margin: 0;
	line-height: 25px;
}
.service_list {
	padding: 50px 0 20px 0;
}
.service_list ul{
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	display: flex;
}
.service_list ul li{
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  letter-spacing: 0.67px;
  color: #2B2B2D;
  font-size: var(--font-18);
  font-weight: bold;
  line-height: 23px;
}
.service_panel .row .col-4 {
  padding-left: 40px;
  padding-right: 40px;
}

/* Legency page */

/* .location_area {
  padding: 50px 0;
} */
.location_wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-grid-columns: 0.6fr 20px 1fr;
  grid-template-columns: 0.6fr 1.2fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.location_address li {
  display: flex;
  margin-top: 50px;
  align-items: center;
}
.location_address li img {
  max-width: 70px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 25px;
}

.featurs_area {
  padding-top: 90px;
  padding-bottom: 90px;
}
.featurs_content {
  padding-bottom: 30px;
}
.featurs_widgets {
  margin-right: -20px;
}
.featurs_area .featurs_widgets .slick-track {
  display: flex;
  align-items: center;
  min-height: 680px;
  padding-bottom: 60px;
}
.featurs-single_widgets {
  margin-bottom: 20px;
  margin-right: 20px;
}
.featurs_widgets .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
  column-gap: 0;
  align-items: center;
  max-width: 80%;
}
.featurs_widgets .slick-dots li {
  flex: auto;
}
.featurs_widgets .slick-dots button {
  height: 3px;
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0; border: none;
  background-color: #DCD6D1;
}
.featurs_widgets .slick-dots li.slick-active button {
  background: #6F6560;
  height: 5px;
  border-radius: 2px;
}
.features_slide_content {
  background: #DCD6D1;
  padding: 30px;
  margin-top: -150px;
  z-index: 1;
  position: relative;
  width: calc(100% - 30px);
}
.features_slide_content h2 {
  letter-spacing: 1.75px;
  color: #000;
  text-transform: uppercase;
  font-size: var(--font-30);
  line-height: 50px;
  font-family: 'TiemposFine-LightItalic';
  margin-bottom: 10px;
}
.features_slide_content p:not(:last-child){
  margin-bottom: 15px;
}
.features_slide_content p:last-child{
  margin-bottom: 0;
}
.managment_area {
  text-align: center;
  padding:0 0 80px 0;
}
.managment_area p {
  max-width: 610px;
  margin: 25px auto 50px auto;
}
.managment_thumb {
  position: relative;
}
.managment_caption {
  position: absolute;
  top: 0;
  background: rgba(0,0,0,0.5);
  box-shadow: 0px 3px 6px #00000029;
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all ease-in-out 0.3s 0s;
}
.container2 {
  padding-left: 58px;
  padding-right: 58px;
}
.managment_caption p {
  margin: 0;
  color: #fff;
}
.managment_area h5 {
  text-align: left;
  margin-top: 20px;transition: all ease-in-out 0.3s 0s;
}
.managment_area h6 {
  text-align: left;
  margin-top: 5px;transition: all ease-in-out 0.3s 0s;
}
.managment_blog {
  transition: all ease-in-out 0.3s 0s;
}
.managment_blog:hover .managment_caption{
  opacity: 1;
}
.managment_blog:hover h5, .managment_blog:hover h6{
  margin-left: 20px;
}
.performance_area {
  padding: 80px 0;
  background: #fff;
}
.performance_area .container {
  max-width: 1000px;
}
.performance_content {
  padding-left: 20px;
}


/* brochures page start */
.brochures-title { text-align: left;}
.brochures-title p{ margin: 0;}
.inspiration_carousel .slick-dots {
  display: none !important;
}
.inspiration_carousel {
  padding: 0 0 50px 0;
}
.inspiration_blog .container {
  max-width: 1140px;
}
.blogs.inspiration_blog{
  padding-bottom: 0;
}
.inspiration_blog .blgo__text{
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.inspiration_blog h3 {
  text-align: center;
}
.inspiration_blog .blogs__wrapper{
  grid-gap: 40px; margin-top: 50px;
}
/*How To Clean Page Css Start*/
.page_banner_section{
	position: relative;
}
.page_banner_section .slider-pic{
	position: relative;
    height: 800px;
	margin: 0;
}
.page_banner_section .slider-pic img{
	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.page-banner-content{
	position: absolute;
    bottom: 45px;
    left: 0;
    padding: 0 58px;
    z-index: 1;
    width: 100%;
}
.page-banner-box{
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	padding: 45px 45px;
	max-width: 630px;
}
.page-banner-box h2{
	font-size: var(--font-30);
	line-height: 42px;
	font-weight: 300;
	letter-spacing: 1.23px;
	color: #000;
	margin: 0 0 20px 0;
}
.page-banner-box p{
	font-size: var(--font-18);
	line-height: 37px;
	font-weight: 300;
	letter-spacing: 0.63px;
	color: #3B3634;
	margin:0;
}
.page-banner-box p strong{
	font-weight: bold;
}
.clean-step-text {
	padding: 20px 0px 100px 0px;
	text-align: center;
	
}
.clean-step-text h3{
	font-size: var(--font-30);
	line-height: 36px;
	font-weight: 300;
	letter-spacing: 1.05px;
	color: #000;
	margin: 0;
}
.clean_slider .slick-list .item {
	position: relative;
}
.clean_slider .slick-dots{
	left: auto;
	bottom: -120px;
  width: auto;
}
.clean_slider .slick-dots li button{
	font-size: 200px;
	border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    letter-spacing: 9.35px;
	color: #878B92;
    font-weight: bold;
    font-family: 'TiemposFine-LightItalic';
    position: relative;
	line-height: 1.1;
    height: auto;
    width: auto;text-indent: inherit;
}
.clean_slider .slick-dots li {
  width: auto;
  height: auto;
}
.clean_slider .slick-dots li.slick-active button {
  color: #3B3634;
  background-color: transparent !important;
  border: none;
}

.video-panel-top{
	margin-bottom: 55px;
}
.video-panel-top h2{
	font-size: var(--font-30);
	line-height: 36px;
	font-weight: 300;
	letter-spacing: 1.05px;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 25px 0;	
}
.video-panel-top p{
	font-size: var(--font-18);
	line-height: 37px;
	font-weight: 300;
	letter-spacing: 0.63px;
	color: #3B3634;
	text-transform: uppercase;
	margin: 0 0 15px 0;	
}
.play-video{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 3;
}
.play-video a{
	letter-spacing: 0.59px;
	color: #FFFFFF;
	font-size: var(--font-16);
	line-height:20px;
	font-weight: 300;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.play-video a img{
	width: auto;
	height: auto;
	object-fit: none;
	margin-right: 10px;
}
.video-panel .pin__text h3{
	font-size: var(--font-30);
	line-height: 36px;
	color: #000;
	letter-spacing: 1.05px;
}
.video-panel .pin__wrapper{
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: solid 2px #CFD0D1;
}
.video-panel .pin__wrapper:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.pin_list li{
	font-size: var(--font-16);
	line-height: 20px;
	color: #3B3634;
	letter-spacing: 0.59px;
	margin-bottom: 8px;
}
.pin_list li a{
	color: #3B3634;
}
.pin_list li:last-child{
	margin: 0;
}

@media (min-width: 1620px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1520px;
}}
@media (min-width: 1860px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1680px;
}}

.container2 {
    padding-left: 58px;
    padding-right: 58px;
}
.washable_left_widget, .washable_right_widget {
	width: 50%;
}
.featurs_area {
	padding-top: 115px;
	padding-bottom: 115px;
}
.featurs_area .featurs_widgets .slick-track {
	display: flex;
	align-items: center;
	min-height: 680px;
}
.featurs_widgets .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
  column-gap: 0;
  align-items: center;
}
.featurs_widgets .slick-dots button {
  height: 3px;
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: #DCD6D1;
}
.featurs_widgets .slick-dots li.slick-active button {
  background: #6F6560;
  height: 5px;
  border-radius: 5px;
}
.featurs_widgets .slick-dots li {
  flex: auto;
}
.featurs_wrapper .section_tittle p {
	margin-bottom: 0;
}
.featurs_wrapper .featurs_content {
	text-align: center;
	display: flex;
	justify-content: center;
}
.featurs_widgets {
    margin-right: -20px;
}
.fabricare_area.fabricare_area-2 {
    padding: 140px 0;
}
.fabricare_area.fabricare_area-2 p {
    margin-bottom: 0;
}
.pin__area .pin__text {
    max-width: 446px;
    margin-left: auto;
}
.single__blog {
    padding-bottom: 25px;
}
.collection_area.collection_area-2 .section_tittle h3 {
    margin-bottom: 75px;
}
.collection_img {
    margin-right: -37px;
}

.catalog-product-view .attribute-section .attribute-section.fl{
	width: 100%;
	padding-right: 0;
}
.catalogsearch-result-index .toolbar  .modes{
	display: none;
}
.catalogsearch-result-index .toolbar .sorter{
	display: none;
}
.catalogsearch-result-index .toolbar .toolbar-amount{
	font-size: var(--font-14);
    letter-spacing: 0.81px;
    color: #2B2B2D;
    text-transform: uppercase;
}

.catalogsearch-result-index .page-main .columns,
.catalogsearch-result-index .page-main .page-title-wrapper,
.catalogsearch-result-index .page-main .page.messages,
.catalogsearch-result-index .page-wrapper .breadcrumbs{
	max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}
.catalogsearch-result-index .page-wrapper .breadcrumbs{
	padding: 10px 58px;
    max-width: 1336px;
	width: 100%;
}
.catalogsearch-result-index .products .products {
	margin-left:-7px;
	margin-right:-7px;
	display: flex;
	flex-wrap: wrap;
}
.catalogsearch-result-index .products .products .item {
	width: 20%;
	padding: 0 7px;
	text-align: center;
	margin-left: 0;
    margin-right: 0;
}
.catalogsearch-result-index .products .products .item .product-item-info{
	width: 100%;
    padding: 15px;
}
.catalogsearch-result-index .products .products .item .product-item-info:hover{
	background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
    transition: all 0.5s;
	border: none;
}
.catalogsearch-result-index .products .products .item .product-item-info .product-image-wrapper{
	padding-bottom: 100% !important;
}

.catalogsearch-result-index .products .products .item .product-item-info .product-image-wrapper .product-image-photo{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.catalogsearch-result-index .products .products .item  .product-item-details .product-item-name .product-item-link{
	text-align: center;
    font-size: var(--font-14);
    letter-spacing: 0.81px;
    color: #242424;
    text-transform: uppercase;
    text-decoration: none;
}

.newsletter_content .mage-error {
    border-color: red !important;
}

.newsletter_content div.mage-error {
    display: none;
}

.catalogsearch-result-index .products.wrapper ~ .toolbar{
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.catalogsearch-result-index .products.wrapper ~ .toolbar:before, .catalogsearch-result-index .products.wrapper ~ .toolbar:after {
    display: none;
}

.catalogsearch-result-index .toolbar .pages .items {
	display: flex;
    align-items: center;
}
.catalogsearch-result-index .toolbar .pages .items .item{
	font-size: var(--font-16);
    line-height: normal;
    letter-spacing: normal;
    margin: 0 8px 0 0;
    display: block;
	position: relative;
}
.catalogsearch-result-index .toolbar .pages .items .item a,
.catalogsearch-result-index .toolbar .pages .items .item strong{
	width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
    background: #DCD6D1;
    border-radius: 100%;
    font-weight: 400;
    color: #000;
    font-size: var(--font-16);
    margin: 0;
} 
.catalogsearch-result-index .toolbar .pages .items .item a:hover{
	background: #6F6560;
	color: #fff;
}
.catalogsearch-result-index .toolbar .pages .items .item a:hover:before{
	color: #fff;
}
.catalogsearch-result-index .toolbar .pages .items .item.current strong{
	background: #6F6560;
	color: #fff;
	font-weight: 600;
}




















