html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{
  color: #a80007;
}
img{
  object-fit: cover;
  vertical-align: middle;
}
input, select, textarea {
    vertical-align: middle;
    padding: 12px 24px;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
  box-shadow: none!important;
  border-color: #000!important;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Firefox 19+ */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* IE 10+ */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Firefox 18- */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input,
textarea,
select{
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 20px;
    resize: none;
    border: 0;
    border-bottom: 1px solid #000;
}
label{
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
html, body {
  height: 100%;
  margin: 0;
}
body{
    font-family: 'Jost', sans-serif;
    color: #58595b;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Jost', sans-serif;
}
p{
    margin-bottom: 16px;
}
p:last-child{
    margin-bottom: 0;
}
img{
    object-fit: cover;
}
h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 16px;
}
h3{
    margin-bottom: 16px;
}
.fw-500{
    font-weight: 500;
}
.section-padding{
    padding: 96px 0;
}
.color-white{
    color: #fff;
}
.color-black{
    color: #000;
}
.bg-black{
    background-color: #000;
}
.bg-grey{
    background-color: #f7f7f7;
}
.btn-with-border{
    border: 2px solid #000;
    border-radius: 4px;
    padding: 12px 48px;
    transition: ease 0.5s all;
}
.btn-with-border-color-white{
    border: 2px solid #fff;  
    color: #fff;  
}
.btn-with-border:hover{
    background-color: #000;
    color: #fff;
    transition: ease 0.5s all;
}
.btn-submit{
    background-color: #000;
    border: 0;
    color: #fff;
}
.relative{
    position: relative;
}
.overflow-hidden{
    overflow: hidden;
}
.contain{
    object-fit: contain!important;
}
.coming-soon{
    position: absolute;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    top: 0;
    left: 12px;
    background: #ae9553;
    color: #fff;
    padding: 4px 12px;
}
.transparent-btn{
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 32px;
    text-align: center;
    display: inline-block;
}
.object-fit-none{
    object-fit: none!important;
    background-size: inherit !important;
}

/*Header*/
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(88,89,91,.2);
    /*background-color: rgb(0 0 0 / 75%)!important;*/
}
.header .navbar-brand{
    color: #fff;
}
.header .navbar-expand-lg .navbar-nav .nav-item{    
    padding: 0 0 0 32px;
}
.header .navbar-expand-lg .navbar-nav .nav-link{
    color: #000;
    padding: 0;
}
.header .navbar-expand-lg .navbar-nav .nav-link.active{
    /*border-bottom: 2px solid;*/
}
.section-mega-menu{
    display: none;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    margin-top: 20vh;
    padding: 48px 24px;
}
.section-mega-menu:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
}
.section-mega-menu a{
    color: #fff;
}
.section-mega-menu .mega-menu{
    max-width: 75%;
    position: relative;
    z-index: 9;
}
.section-mega-menu .mega-menu:after{
    content: '';
    position: absolute;
    top: -48px;
    right: -60px;
    background-color: #fff;
    height: 80vh;
    width: 1px;
}
.section-mega-menu .col-md-3:last-child .mega-menu:after{
    display: none;
}
.section-mega-menu .mega-menu-heading{
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: 24px;
    border-bottom: 2px solid #fff;
}
.section-mega-menu .mega-menu-desp{
    font-size: 18px;
    line-height: 26px;
}
@-webkit-keyframes push-on-hover {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes push-on-hover {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.push-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.section-mega-menu .mega-menu-heading:hover .push-on-hover, .push-on-hover:focus, .push-on-hover:active {
    -webkit-animation-name: push-on-hover;
    animation-name: push-on-hover;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*Banner*/
.section-video,
.banner-video{
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.banner-video:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background-color: rgb(0 0 0 / 40%);
}
.section-video .banner-video-content{
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 8%;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    width: 40%;
    line-height: 56px;
    z-index: 9;
}
.section-video .banner-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 33%;
}
.section-video .banner-text h1{
    text-align: center;
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;  
}
.section-banner .banner-img{
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.section-banner .banner-img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 35%);
    height: 100%;
    width: 100%;
}
.section-banner .banner-content{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.section-banner .banner-content h1{
    font-size: 56px;
    padding-bottom: 4px;
    border-bottom: 4px solid #fff;
}
.slick-dots{
    bottom: 12px;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: #fff;
}
.slick-dots li button:before{
    font-size: 16px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
}
.slick-dots li button{
    padding: 0;
}
.section-inner-banner{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;    
}
.section-inner-banner:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 35%);
    height: 100%;
    width: 100%;    
}
.section-inner-banner .inner-banner-content{
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.section-inner-banner .inner-banner-content h1{
    font-size: 85px;
    margin-bottom: 8px;
}
.section-inner-banner .inner-banner-content p{
    font-size: 36px;
}
.flooring-tabs ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    margin-bottom: 32px;
}
.flooring-tabs ul.tabs li{
    background: none;
    width: 100%;
    text-align: center;
    color: #000;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 2px solid;
    margin-bottom: 5px;
}
.flooring-tabs ul.tabs li.current{
    background: #000;
    border: 2px solid #000;
    color: #fff;
    margin-top: 5px;
}
.flooring-tabs .tab-content{
    display: none;
}
.flooring-tabs .tab-content.current{
    display: inherit;
    padding: 0;
}
.section-header{
    max-width: 800px;
    margin: auto;
    margin-bottom: 48px;
}
.section-cabinet-colors-palettes img{
    height: 400px;
    width: 100%;
    margin-bottom: 24px;
}


/*Main*/
.section-stone .stone-content{
    max-width: 800px;
    margin: auto;
    margin-bottom: 48px;
}
.section-stone .col-md-3>div,
.section-stone .col-md-4>div{
    overflow: hidden;
    margin-bottom: 24px;
}
.section-stone img{
    height: 450px;
    transform: scale(1.5);
    transition: ease 0.5s all;
}
.section-stone #tab-flooring-1 img{
    transform: none!important;
    height: 380px;
}
.section-stone img:hover,
.section-natural-stone img:hover{
    transform: scale(1.7);
    transition: ease 0.5s all;
}
.section-guide .guide-sm-img img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.section-guide .guide-lg-img img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.section-inspiration-banner{
    padding-top: 200px;
}
.section-inspiration-banner .inspiration-lg-img img{
    width: 100%;
    height: 400px;
}
.section-inspiration-banner .inspiration-sm-img img{
    width: 100%;
    height: 250px;
}
.section-most-popular .popular-sm-img{
    height: 250px;
    width: 100%;
}
.section-most-popular .popular-lg-img{
    height: 375px;
    width: 100%;
}
.section-modren-style .modren-style-img{
    position: relative;
}
.section-modren-style .modren-style-img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
}
.section-modren-style .modren-style-img img{
    height: 250px;
    width: 100%;
}
.section-countertop .col-md-3{
    width: 20%;
}
.section-countertop .col-md-3>div{
    margin: 0 12px;
}
.section-countertop img{
    height: 450px;
}
.section-natural-stone img{
    height: 350px;
}
.section-marbles .col-md-2{
    width: 20%;
}
.section-marbles img{
    object-fit: none;
    height: 240px;
}
.section-flooring .flooring-wrapper{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 24px 96px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.section-flooring .flooring-wrapper:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}
.section-flooring .flooring-wrapper .row{
    position: relative;
    z-index: 9;
}
.section-flooring .flooring-wrapper .flooring-img img{
    height: 600px;
    width: 100%;
}
.section-cabinets h5{
    font-size: 18px;
}
.section-cabinets p{
    font-size: 18px;
    line-height: 26px;
}
.section-inspiration{
    background: rgba(0, 0, 0, .8);
}
.section-inspiration h1{
    font-size: 72px;
    margin-bottom: 48px;
}
.section-inspiration .inspiration-holder{
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 16px;
}
.section-inspiration .inspiration-holder img{
    width: 100%;
    height: 250px;
}
.section-inspiration .inspiration-holder .inspiration-heading{
    font-weight: 500;
    color: #000;
    padding: 16px 24px;
}
.section-inspiration ul{
    display: none;
    opacity: 0;
}
.section-inspiration .inspiration-wrapper:hover ul{
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.section-inspiration ul li{
    color: #fff;
    padding-bottom: 8px;
    font-size: 18px;
}
.section-contact{
    background-color: #d8d8d8;
}
ul.message-tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #000;
}
ul.message-tabs li{
    background: none;
    display: inline-block;
    padding: 16px 32px;
    cursor: pointer;
    background: #fff;
    width: 31.5%;
    margin-right: 29px;
    border-radius: 4px;
}
ul.message-tabs li span{
    display: inline-block;
    border: 2px solid #000;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: relative;
    top: 2px;
    margin-right: 8px;
}
ul.message-tabs li.current span:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #000;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
ul.message-tabs li:last-child{
    margin-right: 0;
}
ul.message-tabs li.current{
    color: #000;
    box-shadow: 0 4px 16px 0 #979797;
}
.tab-content,
.tab-content-download{
    display: none;
    padding: 15px;
}
.tab-content.current,
.tab-content-download.current{
    display: inherit;
}
ul.download-tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 48px;
    padding-bottom: 48px;
}
ul.download-tabs li{
    background: none;
    display: inline-block;
    padding: 16px 32px;
    cursor: pointer;
    background: #fff;
    width: 33%;
    text-align: center;
    border: 2px solid #000;
    color: #000;
}
ul.download-tabs li.current{
    color: #fff;
    background-color: #000;
}
.download-holder{
    border: 1px solid #dedede;
    padding: 24px;
    margin-bottom: 16px;
}
.section-quartz h4{
    border-bottom: 3px solid;
    padding-bottom: 4px;
    cursor: pointer;
}
.section-quartz h4.current{
    color: #ae9553;
}
.section-quartz .quartz-holder{
    margin-bottom: 48px;
}
.section-quartz .quartz-img{
    overflow: hidden;
}
.section-quartz .quartz-img img{
    height: 250px;
    object-fit: cover;
    transform: scale(1.35);
    transition: ease 0.5s all;
}
.section-quartz .quartz-img img:hover{
    transform: scale(1.5);
    transition: ease 0.5s all;
}
.section-guide p{
    font-size: 18px;
    line-height: 26px;
}
.section-trending-articles .articles-img{
    margin-bottom: 8px;
}
.section-trending-articles .articles-img img{
    height: 330px;
    width: 100%;
}
.section-trending-articles .articles-heading{
    font-weight: 500;
    margin-bottom: 4px;
}
.section-trending-articles p{
    font-size: 18px;
    line-height: 26px;
}
.section-galleries .gallery-lg-img img{
    width: 100%;
    height: 500px;
}
.section-galleries .gallery-img{
    margin-bottom: 20px;
}
.section-galleries .gallery-img img{
    width: 100%;
    height: 240px;
}
.section-galleries ul.download-tabs{
    padding-bottom: 0;
}
.section-galleries ul.download-tabs li{
    width: 13.88%;
    padding: 16px 8px;
}
.section-our-products{
    overflow: hidden;
}
.section-our-products .our-products-wrapper{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
    width: 100%;
    height: 400px;
}
.section-our-products .our-products-wrapper:after{
    content: '';
    background-color: rgb(120 79 30 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}
.section-our-products .col-md-4{
    padding: 0;
}
.section-our-products .products-heading{
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 28px;
    z-index: 9;
}
.section-our-products .learn-more{
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    cursor: pointer;
}
.section-tab-products img{
    height: 250px;
    width: 100%;
}
.our-products-tabs-wrapper .tab-content{
    display: none;
}
.our-products-tabs-wrapper .tab-content.current{
    display: inherit;
}
.section-trends-tips .guide-img img{
    height: 650px;
    width: 100%;
    object-fit: cover;
}
.section-video-content .inner-video video{
    width: 100%;
    object-fit: cover;
}
.home-quartz-slider .col-md-3 div{
    margin: 0 12px;
}

/*Footer*/
.footer{
    padding: 48px 0;
    color: #fff;
}
.footer ul{
    margin-bottom: 48px;
}
.footer ul li{
    padding: 0 16px;
}
.footer ul li a{
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

@media screen and (max-width: 1440px){
    .section-video .banner-video video{
       height: 830px; 
    }
    .section-video .banner-text h1{
        font-size: 48px;
    }
}
@media screen and (max-width: 1400px){
    ul.message-tabs li{
        width: 31%;
    }
    ul.download-tabs li{
        width: 32.5%;
    }
    .section-galleries ul.download-tabs li{
        width: 18%;
        margin-bottom: 8px;
    }
    .section-inspiration h1{
        font-size: 48px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1199px){}
@media screen and (max-width: 991px){}
@media screen and (max-width: 767px){
    h2{
        font-size: 32px;
    }
    .section-padding{
        padding: 48px 0;
    }
    .section-inspiration-banner{
        padding-top: 140px;
    }
    .section-inspiration-banner p.w-50,
    .section-inspiration-banner .w-75,
    .our-products-tabs-wrapper .w-75{
        width: 100% !important;
    }
    ul.message-tabs li,
    ul.download-tabs li{
        width: 100%;
        margin-bottom: 12px;
    }
    .contact-form form{
        margin-top: 24px;
    }
    ul.download-tabs{
        padding-bottom: 0;
    }
    .footer ul{
        display: block!important;
    }
    .footer ul li{
        padding: 4px 0;
    }
    .footer h3{
        font-size: 20px;
    }
    .footer p{
        font-size: 14px;
    }
    .section-inner-banner{
        height: 50vh;
    }
    .section-inner-banner .inner-banner-content{
        left: 12px;
    }
    .section-inner-banner .inner-banner-content h1{
        font-size: 56px;
    }
    .section-inner-banner .inner-banner-content p{
        font-size: 28px;
    }
    .section-quartz h4{
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .section-quartz .quartz-img img{
        height: 150px;
        transform: scale(1.5);
    }
    .section-quartz .w-75{
        width: 100% !important;
    }
    .guide-content.p-4{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .section-most-popular img{
        margin-bottom: 24px;
    }
    .section-most-popular .row.mb-4{
        margin-bottom: 0!important;
    }
    .section-our-products .our-products-wrapper{
        height: 300px;
    }
    .section-tab-products img{
        height: 150px;
    }
    .section-video-content .inner-video{
        margin-top: 24px;
    }
    .section-video-content .inner-video video{
        height: 730px;
    }
    .section-natural-stone img{
        height: 250px;
    }
    .section-trends-tips .guide-img img{
        height: 400px;
    }
    .section-trending-articles p{
        margin-bottom: 24px;
    }
    .section-galleries ul.download-tabs li{
        width: 49%;
    }
    .section-galleries .gallery-lg-img img{
        margin-bottom: 16px;
    }
    .section-guide .guide-lg-img img{
        height: 400px;
    }
    .section-video .col-md-4:first-child{
        display: none;
    }
    .section-video .banner-text{
        width: 100%;
    }
    .section-video .banner-video video {
        height: 775px;
    }   
    .section-video .banner-text h1 {
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
    }
    .section-marbles .col-md-2 {
        width: 50%;
    }
    .section-flooring .flooring-wrapper{
        padding: 24px;
    }
    .section-flooring .flooring-img{
        margin-bottom: 24px;
    }
    .section-cabinets .col-md-4{
        margin-bottom: 48px;
    }
    .section-cabinets .col-md-4:last-child{
        margin-bottom: 0;
    }
    .section-guide .row{
        flex-direction: column-reverse;
    }
    .section-guide .row .guide-sm-img{
        margin-bottom: 24px;
    }
    .header .navbar-brand img{
        width: 150px;
    }
    .header ul.navbar-nav{
        padding: 32px 0 24px;
    }
    .header .navbar-expand-lg .navbar-nav .nav-item{
        padding: 8px 0;
    }
    .section-mega-menu .mega-menu:after{
        display: none;
    }
    .section-mega-menu .mega-menu{
        max-width: 100%;
        margin-bottom: 32px;
    }
    .section-mega-menu{
        height: 100vh;
        margin-top: 0vh;
        padding-top: 200px;
    }
}