* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --font-55: 55px;
    --font-45: 45px;
    --font-42: 36px;
    --font-36: 36px;
    --font-30: 30px;
    --font-24: 24px;
    --font-21: 21px;
    --font-20: 20px;
    --font-18: 18px;
    --font-17: 17px;
    --font-16: 16px;
    --font-15: 16px;
    --font-14: 14px;
    --font-12: 12px;
    --bs-body-color: #3B3634
}

@media (max-width:1620px) {
    :root {
        --font-45: 36px;
        --font-42: 34px;
        --font-36: 32px;
        --font-30: 28px;
        --font-24: 24px;
        --font-21: 20px;
        --font-20: 19px;
        --font-18: 17px;
        --font-17: 16px;
        --font-16: 16px;
        --font-15: 16px;
        --font-14: 14px;
    }
}

@media (max-width:1400px) {
    :root {
        --font-45: 32px;
        --font-42: 30px;
        --font-36: 30px;
        --font-30: 26px;
        --font-24: 22px;
        --font-21: 20px;
        --font-20: 19px;
        --font-18: 17px;
        --font-17: 16px;
        --font-16: 15px;
        --font-15: 15px;
        --font-14: 14px;
    }
}

@media (max-width:1200px) {
    :root {
        --font-45:28px;
        --font-42: 26px;
        --font-36: 28px;
        --font-30: 24px;
        --font-24: 22px;
        --font-21: 18px;
        --font-20: 17px;
        --font-18: 17px;
        --font-16: 15px;
        --font-15: 14px;
        --font-14: 14px;
    }
}

@media (max-width:767px) {
    :root {
        --font-45: 26px;
        --font-42: 26px;
        --font-36: 36px;
        --font-30: 24px;
        --font-24: 20px;
        --font-21: 18px;
        --font-20: 16px;
        --font-18: 16px;
        --font-17: 15px;
        --font-16: 15px;
        --font-15: 15px;
        --font-14: 14px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-weight: 300;
}


h1 {
    font-size: var(--font-42);
    line-height: 1.4;
    font-weight: 300;
}
h2 {
    font-size: var(--font-30);
    letter-spacing: 1.23px;
    font-weight: 300;
}
h3 {
    font-size: var(--font-24);
    line-height: 36px;
    font-weight: 300;
}
h4 {
    font-size: var(--font-21);
    line-height: 30px;
    font-weight: 300;
}
h5 {
    font-size: var(--font-18);
    line-height: 21px;
    font-weight: 300;
}
h6 {
    font-size: var(--font-14);
    font-weight: 300;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    display: inline-block;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0;
    padding: 0;
}
@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: #fafafa;
    color: #242424;
    font-family: "interstate", sans-serif;
}

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: var(--font-16);
    letter-spacing: 0.56px;
    color: #242424;
    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);
}
/* 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;
}
.megamenu.fullmenu .root-sub-col-0 {
    display: none;
}
.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 {
    color: #242424;
    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: #242424;
    font-size: var(--font-18);
}
.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 */
.hero {
    background: url("../images/baner_img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.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;
}
.hero_content {
    padding: 272px 0 110px 0;
    color: #fafafa;
}
.hero_content h2 {
    font-weight: 400;
    text-transform: uppercase;
}
.hero_content p {
    max-width: 668px;
    font-size: var(--font-20);
    line-height: 30px;
    letter-spacing: 0.7px;
    padding-bottom: 45px;
    font-weight: 400;
}
/* start fabricare area  */

.fabricare_content {
    text-align: center;
    color: #242424;
}
.fabricare_content h2 {
    font-size: var( --font-30);
    letter-spacing: 1.05px;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.fabricare_content p {
    max-width: 803px;
    font-size: var( --font-16);
    line-height: 24px;
    letter-spacing: 0.7px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.fabricare_content .btns {
    padding: 15px 60px;
}
/* End fabricare area  */
/* Start DURABLE area */
.durable_area {
    padding-top: 80px;
    display: block;
}
.section_tittle h3 {
    font-size: var(--font-24);
    letter-spacing: 0.88px;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.section_tittle p {
    max-width: 720px;
    font-size: var( --font-16);
    line-height: 24px;
    letter-spacing: 0.63px;
    margin-bottom: 40px;
}
.duraable_baner_img {
    width: 100%;
    max-height: 906px;
    overflow: hidden;
}

.duraable_baner_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
/* end DURABLE area */
/* Start WASHABLE area */
.washable_area {
    padding: 80px 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: 80px 0;
    background: #f2f2f2;
}

.content h3 {
    padding: 550px 0 20px 0;
    color: #ffffff;
    font-size: var(--font-42);
    margin-left: 125px;
}
.sustainability_content {
    text-align: center;
}
.sustainability_content p {
    max-width: 950px;
    margin: 0 auto;
    font-size: var(--font-16);
    line-height: 24px;
    letter-spacing: 0.63px;
    color: #2b2b2d;
    padding: 16px 0;
}

.sustainability_content h3 {
    font-size: var(--font-25);
    letter-spacing: 0.88px;
    color: #242424;
    text-transform: uppercase;
    margin-top: 25px;
}
.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_area {
    padding: 80px 0 120px;
}
.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-20);
    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: #242424;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}

/* End COLLECTIONS area  */

/* Start newsletter area  */
.newsletter_area {
    padding-top:80px;
}
.newsletter-widgets {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f2f2;
}

.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;
}
.contact_form input {
    display: block;
    width: 496px;
    font-size: var(--font-18);
    color: #878b92;
    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;
}
.contact_form input::-webkit-input-placeholder {
    color: #878b92;
    font-size:var(--font-18);
    opacity: 1;
}
.contact_form input::-moz-placeholder {
    color: #878b92;
    font-size: var(--font-18);
    opacity: 1;
}
.contact_form input:-ms-input-placeholder {
    color: #878b92;
    font-size: var(--font-18);
    opacity: 1;
}
.contact_form input::-ms-input-placeholder {
    color: #878b92;
    font-size: var(--font-18);
    opacity: 1;
}
.contact_form input::placeholder {
    color: #878b92;
    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;
}
.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: 15px;
    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;
}
.footer__logo {
    display: block;
    height: 60px;
    width: auto;
}
.footer__logo img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__widgets {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.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: #c9cdc8;
}
.footer_social_icon ul li a:hover {
    font-size:var(--font-24);
    color: #fff;
}
.footer_copy_right p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.footer_copy_right p a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}
.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;
}
.featurs-single_widgets:hover p, .featurs-single_widgets.active p {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.features_img {
    text-align: center;
}
.features_img img {
    height: 70px;
    margin: 0 auto;
    object-fit: cover;
}
.featurs-single_widgets h4 {
    font-weight: 500 ;
    padding-top: 12px;
    margin-bottom: -15px;
}
.featurs-single_widgets:hover, .featurs-single_widgets.active {
    -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 !important;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.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 */
.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;
}
.page__hero-content h2 {
    color: #fff;
    font-size: var(--font-55);
    line-height: 1.4;
    font-weight: 300;
}
.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__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: #fafafa;
    padding: 70px 0;
}
.blogs__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}
.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;
}
.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;
}
.quality {
    padding: 60px 0;
}
.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-42);
    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%;
}
.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: #fafafa;
    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_panel h2{
    font-size: var(--font-30);
    letter-spacing: 1.57px;
    font-weight: 300;
    color: #242424;
    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: #242424;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.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;
}

/*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-24);
    line-height: 42px;
    font-weight: 300;
    letter-spacing: 1.23px;
    color: #242424;
    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: #242424;
    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: #242424;
    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: 400;
    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: #242424;
    background-color: transparent !important;
    border: none;
}

.video-panel-top{
    margin-bottom: 55px;
}
.video-panel-top h2{
    font-size: var(--font-24);
    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: #242424;
    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-24);
    line-height: 36px;
    color: #242424;
    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: #242424;
    letter-spacing: 0.59px;
    margin-bottom: 8px;
}
.pin_list li a{
    color: #242424;
}
.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 {
    background-color: #F2F2F2;
    padding-top: 80px;
    padding-bottom: 80px;
}
.featurs_area .featurs_widgets .slick-track {
    display: flex;
    align-items: center;
    min-height: 680px;
}
.featurs_widgets .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    align-items: center;
}
.featurs_widgets .slick-dots button {
    height: 14px;
    width: 14px;
    margin: 0;
    padding: 0;
    border: 1px solid #6f6560 !important;
    background: transparent;
    border-radius: 100%  !important;
}
.featurs_widgets .slick-dots li.slick-active button {
    background: #6f6560;
}

.featurs_wrapper .section_tittle p {
    margin-bottom: 0;
}
.featurs_wrapper .featurs_content {
    text-align: center;
    display: flex;
    justify-content: center;
}
.featurs_widgets {
    margin-left: -10px;
    margin-right: -10px;
}
.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;
}


.featurs_area
.featurs_widgets.slick-slider .slick-track {
    align-items: inherit;
    min-height: auto;
}
.featurs_area .featurs_widgets.slick-slider .slick-slide {
    height: auto;
}
.featurs_widgets.slick-slider .slick-track .slick-slide > div {
    height: 100%;
}
.featurs_widgets.slick-slider .slick-track .slick-slide > div .featurs-single_widgets {
    height: 100%;
    display: flex !important;
    flex-flow: column;
    box-shadow: none;
    border-color: transparent;
}
.featurs_area .featurs_widgets.slick-slider .featurs-single_widgets p {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin: 0;
}
.featurs_widgets.slick-slider .slick-track .slick-slide > div .featurs-single_widgets p {
    flex-grow: 1;
}
.featurs_widgets.slick-slider{
    margin-top: 45px;
}
.category-view .category-image .category-name {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
}
.category-view .category-image {
    position: relative;
}
.category-view .category-image .category-name h1 {
    color: #fff;
}
.catalog-category-view .category-view  .sub-categories > .category-image {
    position: relative;
    padding-top: 26%;
    min-height: 350px;
}
.catalog-category-view .category-view .sub-categories > .category-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.tab-data ul .item .product-item-info .producat-sub-content h4 span {
    display: block;
}
.tab-data ul .item .product-item-info .producat-sub-content h4 span.name-design_name, #tab-1 .producat-sub-content h4:first-child {
    display: none;
}
body.categorypath-collection-home-wash-opulent-textures .tab-data ul .item .product-item-info .producat-sub-content h4 span.name-quality_name {
    display: none;
}
body.categorypath-collection-home-wash-opulent-textures .tab-data ul .item .product-item-info .producat-sub-content h4 span.name-design_name {
    display: block;
}
body.categorypath-collection-home-wash-opulent-textures #tab-1 .producat-sub-content h4:nth-child(2) {
    display: none;
}
body.categorypath-collection-home-wash-opulent-textures #tab-1 .producat-sub-content h4:first-child {
    display: block;
}
.tab-data ul .item .prodff strong.product.name.product-item-name {
    display: none;
}
.prodff .producat-sub-content {
    opacity: 1;
    visibility: visible;
}
