/************** COMMON VARIABLES BEGIN ***********************/
:root {
  --theme-bg-color: #fff !important;
  --theme-bg-additional-color: #bbbbbb !important;
  --theme-text-color: #000 !important;
  --theme-text-additional-color: #fff !important;
  --theme-text-header-color: #bbbbbb !important;
  --theme-link-color: #000 !important;
  --theme-link-hover-color: #424242 !important;
  --theme-link-additional-color: #fff !important;
  --theme-link-additional-hover-color: #888888 !important;
  --theme-secondary-bg-color: #dbdbdb !important;
  --theme-footer-bg-color: #000 !important;
}

/************** ********************* ***********************/

/* Basic Defined Theme Classes */

.theme-fg-color-main {
  color: #de7906 !important;
}

.theme-fg-color-additional {
  color: #616068 !important;
}

.theme-bg-color-main {
  background: #de7906 !important;
}

.theme-bg-color-additional {
  background: #616068 !important;
}

.theme-font-main {
  font-family: "Raleway", sans-serif;
}

.theme-font-additional {
  font-family: sans-serif;
}

/************** ******************** ***********************/

html, body {
    overflow-x: hidden;
}

/************** ******************** ***********************/




/* ******************* ******************** ******************** */
/* *******************  Bootstrap Extension  ******************* */
/* ******************* ******************** ******************** */

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

/* *** */

.mt-4h {
  margin-top: 2.25rem !important;
}

@media screen and (min-width: 1200px) {
  .mt-lg-4h {
    margin-top: 2.25rem !important;
  }
}

/* mt-5 is defined by default in Bootstrap */

.mt-6 {
  margin-top: 3.5rem !important;
}

@media screen and (min-width: 1200px) {
  .mt-lg-6 {
    margin-top: 3.5rem !important;
  }
}


.mt-7 {
  margin-top: 4rem !important;
}

@media screen and (min-width: 1200px) {
  .mt-lg-7 {
    margin-top: 4rem !important;
  }
}


.mt-8 {
  margin-top: 5rem !important;
}

@media screen and (min-width: 1200px) {
  .mt-lg-8 {
    margin-top: 5rem !important;
  }
}


.mt-9 {
  margin-top: 6rem !important;
}

@media screen and (min-width: 1200px) {
  .mt-lg-9 {
    margin-top: 6rem !important;
  }
}


.mt-10 {
  margin-top: 8rem !important;
}

@media screen and (min-width: 1200px) {
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
}


.mt-11 {
  margin-top: 10rem !important;
}

@media screen and (min-width: 1200px) {
  .mt-lg-11 {
    margin-top: 10rem !important;
  }
}


.mt-12 {
  margin-top: 12rem !important;
}

@media screen and (min-width: 1200px) {
  .mt-lg-12 {
    margin-top: 12rem !important;
  }
}


.mt-13 {
  margin-top: 14rem !important;
}

@media screen and (min-width: 1200px) {
  .mt-lg-13 {
    margin-top: 14rem !important;
  }
}


.mt-14 {
  margin-top: 16rem !important;
}

@media screen and (min-width: 1200px) {
  .mt-lg-14 {
    margin-top: 16rem !important;
  }
}


/* ******************************** */


.mb-4h {
  margin-bottom: 2.25rem !important;
}

@media screen and (min-width: 1200px) {
  .mb-lg-4h {
    margin-bottom: 2.25rem !important;
  }
}


.mb-6 {
  margin-bottom: 3.5rem !important;
}

@media screen and (min-width: 1200px) {
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
}


.mb-7 {
  margin-bottom: 4rem !important;
}

@media screen and (min-width: 1200px) {
  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
}


.mb-8 {
  margin-bottom: 5rem !important;
}

@media screen and (min-width: 1200px) {
  .mb-lg-8 {
    margin-bottom: 5rem !important;
  }
}


.mb-9 {
  margin-bottom: 6rem !important;
}

@media screen and (min-width: 1200px) {
  .mb-lg-9 {
    margin-bottom: 6rem !important;
  }
}


.mb-10 {
  margin-bottom: 8rem !important;
}

@media screen and (min-width: 1200px) {
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
}


.mb-11 {
  margin-bottom: 10rem !important;
}

@media screen and (min-width: 1200px) {
  .mb-lg-11 {
    margin-bottom: 10rem !important;
  }
}


.mb-12 {
  margin-bottom: 12rem !important;
}

@media screen and (min-width: 1200px) {
  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }
}


.mb-13 {
  margin-bottom: 14rem !important;
}

@media screen and (min-width: 1200px) {
  .mb-lg-13 {
    margin-bottom: 14rem !important;
  }
}


.mb-14 {
  margin-bottom: 16rem !important;
}

@media screen and (min-width: 1200px) {
  .mb-lg-14 {
    margin-bottom: 16rem !important;
  }
}


/* ****************************** */


.pt-4h {
  padding-top: 2.25rem !important;
}

@media screen and (min-width: 1200px) {
  .pt-lg-4h {
    padding-top: 2.25rem !important;
  }
}


.pt-6 {
  padding-top: 3.5rem !important;
}

@media screen and (min-width: 1200px) {
  .pt-lg-6 {
    padding-top: 3.5rem !important;
  }
}


.pt-7 {
  padding-top: 4rem !important;
}

@media screen and (min-width: 1200px) {
  .pt-lg-7 {
    padding-top: 4rem !important;
  }
}


.pt-8 {
  padding-top: 5rem !important;
}

@media screen and (min-width: 1200px) {
  .pt-lg-8 {
    padding-top: 5rem !important;
  }
}


.pt-9 {
  padding-top: 6rem !important;
}

@media screen and (min-width: 1200px) {
  .pt-lg-9 {
    padding-top: 6rem !important;
  }
}


.pt-10 {
  padding-top: 8rem !important;
}

@media screen and (min-width: 1200px) {
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
}


.pt-11 {
  padding-top: 10rem !important;
}

@media screen and (min-width: 1200px) {
  .pt-lg-11 {
    padding-top: 10rem !important;
  }
}


.pt-12 {
  padding-top: 12rem !important;
}

@media screen and (min-width: 1200px) {
  .pt-lg- {
    padding-top: 12rem !important;
  }
}


.pt-13 {
  padding-top: 14rem !important;
}

@media screen and (min-width: 1200px) {
  .pt-lg-13 {
    padding-top: 14rem !important;
  }
}


.pt-14 {
  padding-top: 16rem !important;
}

@media screen and (min-width: 1200px) {
  .pt-lg-14 {
    padding-top: 16rem !important;
  }
}


/* ******************************** */


.pb-4h {
  padding-bottom: 2.25rem !important;
}

@media screen and (min-width: 1200px) {
  .pb-lg-4h {
    padding-bottom: 2.25rem !important;
  }
}


.pb-6 {
  padding-bottom: 3.5rem !important;
}

@media screen and (min-width: 1200px) {
  .pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }
}


.pb-7 {
  padding-bottom: 4rem !important;
}

@media screen and (min-width: 1200px) {
  .pb-lg-7 {
    padding-bottom: 4rem !important;
  }
}


.pb-8 {
  padding-bottom: 5rem !important;
}

@media screen and (min-width: 1200px) {
  .pb-lg-8 {
    padding-bottom: 5rem !important;
  }
}


.pb-9 {
  padding-bottom: 6rem !important;
}

@media screen and (min-width: 1200px) {
  .pb-lg-9 {
    padding-bottom: 6rem !important;
  }
}


.pb-10 {
  padding-bottom: 8rem !important;
}

@media screen and (min-width: 1200px) {
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
}


.pb-11 {
  padding-bottom: 10rem !important;
}

@media screen and (min-width: 1200px) {
  .pb-lg-11 {
    padding-bottom: 10rem !important;
  }
}


.pb-12 {
  padding-bottom: 12rem !important;
}

@media screen and (min-width: 1200px) {
  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }
}


.pb-13 {
  padding-bottom: 14rem !important;
}

@media screen and (min-width: 1200px) {
  .pb-lg-13 {
    padding-bottom: 14rem !important;
  }
}


.pb-14 {
  padding-bottom: 16rem !important;
}

@media screen and (min-width: 1200px) {
  .pb-lg-14 {
    padding-bottom: 16rem !important;
  }
}

/* ******************* ******************** ******************** */
/* / *******************  Bootstrap Extension  ****************** /
/* ******************* ******************** ******************** */




/* ~ ************ Additional Font Size ~ Bootstrap Extension ************ * */

.fs-0-biggest {
  font-size: calc(2.5rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-0-biggest {
    font-size: 5rem !important;
  }
}



.fs-0-bigger {
  font-size: calc(2.25rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-0-bigger {
    font-size: 3.5rem !important;
  }
}



.fs-0-big {
  font-size: calc(2rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-0-big {
    font-size: 3.25rem !important;
  }
}



.fs-0-plus {
  font-size: calc(1.75rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-0-plus {
    font-size: 3rem !important;
  }
}



.fs-0 {
  font-size: calc(1.5rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-0 {
    font-size: 2.75rem !important;
  }
}

/* ~ ************ Additional Font Size ~ Bootstrap Extension ************ * */






/* ~ ************ Additional Font Styles  ~ Bootstrap Extension ************ * */

.lh-md {
  line-height: 1.75 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

/* / ************ Additional Font Styles ~ Bootstrap Extension ************ * */






/* ~ ************ Additional Ratio ~ Bootstrap Extension ************ * */

/* 4x3 & 16x9 in Bootstrap by Default */

/* ~ desktop ~ */

.ratio-18x9 {
  --bs-aspect-ratio: calc(9 / 18 * 100%);
}

.ratio-16x10 {
  --bs-aspect-ratio: calc(10 / 16 * 100%);
}

.ratio-3x2 {
  --bs-aspect-ratio: calc(2 / 3 * 100%);
}

.ratio-5x4 {
  --bs-aspect-ratio: calc(4 / 5 * 100%);
}

.ratio-7x5 {
  --bs-aspect-ratio: calc(5 / 7 * 100%);
}

/* * */

/* ~ mobile ~ */

.ratio-2x3 {
  --bs-aspect-ratio: calc(3 / 2 * 100%);
}

.ratio-3x4 {
  --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.ratio-4x5 {
  --bs-aspect-ratio: calc(5 / 4 * 100%);
}

.ratio-5x7 {
  --bs-aspect-ratio: calc(7 / 5 * 100%);
}

.ratio-9x16 {
  --bs-aspect-ratio: calc(16 / 9 * 100%);
}

/* ~ ************ Additional Ratio ~ Bootstrap Extension ************ * */




/* ~ ************ Additional Text Colors Ratio ~ Bootstrap Extension ************ * */

.text-darker {
  color: #3a424e !important;
}

/* / ************ Additional Text Colors Ratio ~ Bootstrap Extension ************ * */




/* ~ ************ Additional Background Colors Ratio ~ Bootstrap Extension ************ * */

.bg-black {
  background-color: #000 !important;
}

/* / ************ Additional Background Colors Ratio ~ Bootstrap Extension ************ * */























/* ~ ************ Lightbox Style Rewrite ************ * */

.landtiles_lightbox-modal-img-block {
  overflow: hidden;
}

.landtiles_lightbox-modal-img-block img {
  position: relative;
  display: block;
  max-width: 95vw;
  max-height: calc(95vh - 100px);
  transform: scale(1.02);
  width: auto;
  height: auto;
  object-fit: unset;
  z-index: 1;
}

.modal-dialog:has(.landtiles_lightbox-modal-img-block) {
  margin-inline: auto;
  width: min-content;
  max-width: unset;
}

.modal-body {
  min-width: 320px;
  min-height: 480px;
  transition: all 0.5s ease-in-out;
}

.landtiles_lightbox-modal-img-block::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: .25em solid currentColor;
  border-right-color: currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
  animation-duration: 0.75s;
  color: #de7906;
  animation-duration: 1.5s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  z-index: 0;
}

/* / ************ Lightbox Style Rewrite ************ * */







/* ********************* COMMON BEGIN ************************** */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Raleway", sans-serif;
}

#landtiles_search-result {
  padding-top: 0;
}


/* ********************* */

.fw-medium {
  font-weight: 500 !important;
}

a {
  color: var(--theme-link-color);
}

a:hover {
  color: var(--theme-link-hover-color);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #de7906;
}

.top-bar {
  background: var(--theme-secondary-bg-color);
  box-shadow: 0px 0px 3px #000;
  width: 100% !important;
  z-index: 1;
  white-space: nowrap;
}

.top-bar__item {
  display: block;
  color: var(--theme-text-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}



.page__intro-title {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-top: 20px solid #dbdbdb;
  border-bottom: 20px solid #dbdbdb;
}

nav.navbar {
  position: relative;
  z-index: 999;
}



nav.navbar.scrolled {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 -4px 7px #000;
  box-shadow: 0 -4px 7px #000;
}

#landtiles_nav-logo {
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 200px;
}


#landtiles_nav-logo-img {
  height: 7vh;
  min-height: 70px;
  width: 100%;
  object-fit: contain;
}

nav.navbar.scrolled #landtiles_nav-logo-img {
  min-height: 80px;
  height: 10vh;
  width: 100%;
  padding: 10px 0;
}


@media screen and (max-width: 992px) {
  nav.navbar {
    position: fixed !important;
  }

  nav.navbar.scrolled #landtiles_nav-logo-img {
    height: 7vh;
    min-height: 70px;
    width: 100%;
    padding: 10px 0;
  }
}


.landtiles_slide-img__overlay {
  background: rgba(0, 0, 0, 0.25);
}

#landtiles_slider-big .slider_home-text {
  color: var(--theme-text-additional-color);
  text-shadow: 0px 0px 5px #000;
  font-family: "Raleway", sans-serif;
}

#landtiles_slider-big .slider_home-text__title {
  font-size: 5rem;
  font-weight: 600;
  line-height: 5rem;
  text-transform: uppercase;
}

#landtiles_slider-big .slider_home-text__subtitle {
  font-size: 2.5rem;
}

#landtiles_slider-big .slider_home-text__intro {
  font-size: 1.2rem;
}

#landtiles_slider-big .slider_home__link {
  color: var(--theme-text-additional-color);
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 2px solid var(--theme-text-additional-color);
  text-decoration: none;
  padding-bottom: 10px;
  text-shadow: 0px 1px 2px #333;
  font-family: "Raleway", sans-serif;
}

#landtiles_slider-big .landtiles_slide-img {
  height: 59vh !important;
}

#landtiles_slider-small {
  background-position: 50% 70%;
}

@media screen and (max-width: 992px) {
  .top-blk {
    background: #fff;
  }

  #landtiles_slider-small {
    background-position: 45% 75px !important;
    min-height: 280px !important;
  }

/*  .landtiles_module-home #landtiles_slider-small {
    background-position: 46% 75px !important;
    min-height: 300px !important;
  }*/

}

.navbar {
  background: #fffffff2;
}

.nav-link {
  color: #fff;
  font-weight: 500 !important;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 1rem !important;
}

.nav-link:hover {
  color: var(--theme-link-hover-color);
  font-weight: bold;
  text-decoration: underline;
}

.navbar.scrolled .nav-link {
  color: #000;
}

.nav-underline .active {
  color: var(--theme-text-color);
  text-decoration: underline;
}

.nav-link:hover, .nav-link:focus, .nav-link.active {
  color: #fff;
}

.nav-link.active {
  font-weight: bold !important;
}

.navbar #landtiles-navbar {
  background-color: #616068;
}

.navbar.scrolled #landtiles-navbar {
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

@media screen and (max-width: 991px) {
  .navbar.scrolled #landtiles-navbar {
    background: #616068;
  }
  .navbar.scrolled .nav-link {
    color: #fff;
  }
}



.landtiles_search-line-section {
  background: #f2f2f2;
}

#landtiles_call {
  background-color: #E27029;
}


/* rewrite default img */
.landtiles_bvi_btn {
  position: absolute;
  bottom: 80px;
  right: 2%;
}


.landtiles_bvi-open {
  width: 32px;
  height: 32px;
  background-size: contain;
}



.btn-primary {
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #212529;
  border-color: #212529;
}

.btn-primary:hover,
.btn-outline-primary:hover {
  color: white !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}

/********************** COMMON END***************************/



/***************FOOTER BEGIN***********/
#landtiles_footer {
  background-color: #616068;
  color: var(--theme-text-additional-color);
}

#landtiles_footer a {
  color: var(--theme-link-additional-color);
}

#landtiles_footer a:hover {
  color: #de7906;
  text-decoration: underline;
}

#landtiles_footer .h5 {
  color: var(--theme-link-additional-color);
}

#landtiles_subfooter {
  border-top: 1px solid #9a9a9a;
}

/***************FOOTER END***********/



/********************* BRAND HOME BLOCK 11 BEGIN************/
.card-brand_home {
  overflow: hidden;

}

.card-brand_home a {
  padding: 0 !important;
  text-decoration: none;
  overflow: hidden;
}

.card-img__wrap {
  height: 310px;
  transition: 0.5s;
  border: 6px solid #E9E9E9;
  border-radius: 0;
  overflow: hidden;
}

.card-brand_home img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-brand_home::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 12px;
  border: 6px solid #616068;
  width: 100px;
  height: 100px;
  border-top: 0;
  border-right: 0;
  z-index: 9;
}

.card-brand_home::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  border: 6px solid #de7906;
  width: 100px;
  height: 100px;
  border-bottom: 0;
  border-left: 0;
}

.card-brand_home a .card_brand_home-title {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  line-height: 1.6rem;
  color: #000 !important;
  padding: 8px;
  transition: all 0.2s ease-in-out;
  font-family: "Raleway", sans-serif;
  border: 2px solid #616068;
  /* padding-top: 4px; */
  position: absolute;
  /* top: -20px; */
  bottom: 15px;
  width: 85%;
  margin: 0 auto;
  border: none !important;
  background: #ecececc7;
  right: 27px;
}

.card-brand_home:hover .card_brand_home-title {
  font-size: 1.35rem;
}

.card-brand_home:hover img {
  transform: scale(1.2);
}

/********************* BRAND HOME BLOCK 11 END************/

/********************* PRODUCT HOME BLOCK 11 BEGIN************/
/*.home-products {
  margin-top: 100px;
}*/

.card-product_home {
  padding: 0 !important;
  overflow: hidden;
  height: 330px;
  border: 5px solid white;
  padding: 20px !important;
}

.card-product_home a {
  padding: 0 !important;
}

.card-product_home img {
  height: 330px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.card-product_home .card_product_home-title {
  position: absolute;
  width: calc(100% - 40px);
  /* top: 56%; */
  left: 20px;
  /* transform: translate(0, -50%); */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.18em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 8px;
  background: #616068cc;
  transition: all 0.2s linear;
  bottom: 0;
  font-family: "Raleway", sans-serif;
}

.card-product_home:hover .card_product_home-title {
  background: #de7906cc;
}

/*.card-product_home:hover .card_product_home-title {
  height: 100%;
  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;
  background: #ffffff8f;
  color: #000 !important;
}

.card-product_home:hover img {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}*/

/********************* PRODUCT HOME BLOCK 11 END************/

/*****************header block 14 begin***********************/
.h3header {
  position: relative;
  text-align: center !important;
  text-transform: uppercase;
  color: var(--theme-text-color);
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.h3header a {
  color: var(--theme-text-color);
  text-decoration: none;
}

.h3header:hover a {
  color: var(--theme-link-color) !important;
}

/* .h3header span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: var(--theme-text-header-color);
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: -77px 0;
  grid-gap: 20px;
  align-items: center;
 }
 .h3header span::after,
 .h3header a span::before {
  content: " ";
  display: block;
  border-bottom: 1px solid var(--theme-bg-additional-color);
  border-top: 1px solid var(--theme-bg-additional-color);
  height: 5px;
  background-color: #f8f8f8;
 } */
/*****************header block 14 begin***********************/

.content_block {
  font-size: 110%;
}

/********************* Home Reviews BLOCK 03 BEGIN ************/
.home-reviews {
  margin-top: 100px;
  background: #f4f4f4;
}

.home-reviews .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-review_home {
  position: relative;
  padding: 20px;
  margin: 20px;
  background: var(--theme-bg-color);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.card-review_home .card-review_home_author {
  position: relative;
}

.card-review_home .card-review_home_author::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  right: 0px;
  border-top: 3px solid #424242;
  border-right: 3px solid #424242;
}

.card-review_home .card-review_home_author::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -5px;
  left: 0px;
  border-left: 3px solid #424242;
  border-bottom: 3px solid #424242;
}

/********************* Home Reviews BLOCK 03 END ************/

.countertops-fireplaces-block {
  padding: 0 !important;
  overflow: hidden;
  height: 330px;
  border: 5px solid white;
  margin: 50px auto 0;
  max-height: 278px;
}

.countertops-fireplaces-block a {
  padding: 0 !important;
}

.countertops-fireplaces-block img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.countertops-fireplaces-block a .countertops-fireplaces-block-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin-top: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 27px;
  font-weight: lighter;
  line-height: 26px;
  text-transform: uppercase;
  border-width: 1px 0;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  padding: 25px;
}

.countertops-fireplaces-block:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/********************************* CARD BRAND FULL ***************************/
.card-brand_full .brand-image {
  position: relative;
}

.card-brand_full .brand-content {}

.card-brand_full:hover .card-brand__description {
  opacity: 1;
}

.card-brand__description {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  padding: 20px;
  background: #ffffffd6;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
}

/*.landtiles_product-brand-block, .landtiles_articles-category-block{
   list-style: none;
   -webkit-column-count: 4;
      -moz-column-count: 4;
           column-count: 4;
  column-width: 300px;
 }*/
.landtiles_product-brand-block {
  list-style: none;
  column-width: 250px;
}

.landtiles_articles-category-list .card {
  border: 0;
  position: relative;
}

.landtiles_articles-category-list .card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -60px;
  width: 200px;
  height: 200px;
  background-image: url(../images/template/corner-points-dark.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.landtiles_articles-category-list .col-12:nth-child(2n) .card::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: -60px;
  width: 200px;
  height: 200px;
  background-image: url(../images/template/corner-points-dark.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.landtiles_articles-category-list .card-title {
  text-align: left !important;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--theme-text-color);
  letter-spacing: 1px;
  font-weight: 400;
}

.landtiles_articles-category-list .order-sm-first .card-title {
  text-align: right !important;
}

.landtiles_articles-category-list .order-sm-first .card-text {
  text-align: right !important;
}

.landtiles_articles-category-list .card-text {
  margin-top: 30px;
}

/*.landtiles_product-brand-link{
   margin-bottom: 10px;
 }*/
/*.landtiles_product-brand-link a{
   display: block;
   width: 100%;
   font-size: 14px;
   font-weight: 600;
   text-decoration: none;
   padding: 10px;
   background: #dbdbdb;
   border-radius: 5px; 
   
 }*/
.landtiles_product-brand-link {
  display: inline-block;
  width: 100%;
  border: none !important;
  white-space: nowrap;
  overflow: hidden;
}

a.landtiles_product-brand-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px;
  background: #dbdbdb;
  border-radius: 5px;
}

.landtiles_link-prev, .landtiles_link-next, .page-link {
  background-color: #616068;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #de7906;
}

.page-item.disabled .page-link {
  background-color: #616068;
  pointer-events: none;
  color: #fff;
  border-color: #dee2e6;
}

.page-link {
  border-color: var(--theme-text-additional-color) !important;
  color: #fff;
}

.page-item.active {
  font-weight: bold
}

.offcanvas-collapse {
  background-color: #fff;
}

.btn-primary,
.btn-secondary,
.btn-secondary:hover {
  border-color: transparent !important;
}

.page-link:hover {
  color: #000 !important;
}

.home-section-intro {
  padding-top: 100px;
  padding-bottom: 20px;
}

.home-section-simply-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -60px;
  width: 200px;
  height: 200px;
  background-image: url(../images/template/corner-points-dark.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.home-section-simply-text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -55px;
  left: -60px;
  width: 200px;
  height: 200px;
  background-image: url(../images/template/corner-points-light.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.home-section-simply-text__title {
  font-weight: 600;
}

.home-text-block {
  font-size: 1rem;
}

.page__title h1 {

  text-align: center !important;
  display: inline-block !important;
  margin: 0 !important;

}

.landtiles_card-model .landtiles_lightbox-btn,
.masonry-item .landtiles_lightbox-btn {
  background-color: #fff;
  -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}

.section-doted-top {
  position: relative;
  margin-top: 100px;
}

.section-doted-top:after {
  content: "";
  display: block;
  position: absolute;
  top: -65px;
  right: -60px;
  width: 200px;
  height: 200px;
  background-image: url(../images/template/corner-points-dark.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.section-doted-bottom {
  position: relative;
  margin-bottom: 100px;
}

.section-doted-bottom:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -55px;
  left: -55px;
  width: 200px;
  height: 200px;
  background-image: url(../images/template/corner-points-light.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.article-image-section {
  position: relative;
}

.article-image-section:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -60px;
  width: 200px;
  height: 200px;
  background-image: url(../images/template/corner-points-dark.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.article-page h1 {
  position: relative;
  text-align: center !important;
  text-transform: uppercase !important;
  color: var(--theme-text-color);
  letter-spacing: 1px;
  font-weight: 400;
}

.landtiles_showroom-image__item {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.page-section-description {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  min-height: 380px;
}

.page-section-description::before {
  content: "";
  display: block;
  position: absolute;
  top: -65px;
  left: -55px;
  width: 200px;
  height: 200px;
  background: none;
  border-top: 20px solid #df7905;
  border-left: 20px solid #df7905;
  border-bottom: none;
  border-right: none;
}

.page-section-description::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -55px;
  right: -55px;
  width: 200px;
  height: 200px;
  background: none;
  border-right: 20px solid #626168;
  border-bottom: 20px solid #626168;
}

.search-text-content {
  margin-bottom: 100px;
}

.search-text-content.page-section-description .landtiles_content::after {
  right: -20px;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  font-size: 1.25rem !important;
  color: #E27029 !important;
}

.footer-menu-list a {
  text-decoration: none;
}

#landtiles_footer .serving-list {
  column-count: 2;
}

.simple-link {
  text-decoration: none;
}

.simple-link:hover {
  text-decoration: none;
}

.brand-static-page h1 {
  text-align: center !important;
}

.brand-static-page h2 {
  text-align: center !important;
}

.page-section-description div:first-child:after{
	left: 12px;
}

.page-section-description div:first-child{
	text-align: right;
}

.page-section-description img.w-100{
	width: calc(100% - 67px) !important;
}

@media (max-width: 576px) {

  .landtiles_articles-category-list .order-sm-first .card-title,
  .landtiles_articles-category-list .card-title {
    top: 2%;
    left: 0;
    right: auto;
    padding: 20px;
    min-width: 300px;
  }

  .landtiles_articles-category-list .card-text {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .landtiles_search-line-section {

    display: none;
  }

  .landtiles_module-home .landtiles_search-line-section {

    display: block;
  }

  .landtiles_bvi_btn {
    bottom: 150px;
  }

  .home-section-simply-text::after,
  .home-section-simply-text::before {
    display: none;
  }

  .section-doted-top {
    margin-top: 40px;
  }

  .section-doted-top:after,
  .section-doted-bottom:before {
    display: none;
  }

  .article-image-section::after {
    display: none;
  }

  .home-products {
    margin-top: 0px;
  }

  .home-reviews {
    margin-top: 0px;

  }

  .home-section-intro {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .card-brand_full:hover .card-brand__description {
    display: none;
  }

  .landtiles_articles-category-list .card::after {
    display: none !important;
  }

  .landtiles_product-brand-block {
    padding-left: 0;
  }

  .page-section-description div:first-child::after {
    display: none;
  }

  .page-section-description .landtiles_content::after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width:1200px) {

  .landtiles_articles-category-list .order-sm-first .card-title,
  .landtiles_articles-category-list .card-title {
    top: -5%;
    padding: 10px;
  }
}

@media (min-width: 992px) {
  #landtiles_nav-logo-img {
    min-height: 128px;
    height: 10vh;
    width: auto;
    padding: 20px 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 1.5rem;
    font-size: 1.3rem;
    font-weight: 400;
  }


}

/**/

/*.card-model-sale {
  margin-top: -9px;
}*/

.landtiles_sale-label {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 9;
  background: #fff;
  padding: 2px 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

@media screen and (min-width:1200px) and (max-width:1399px) {
  .landtiles_sale-label {
    left: 0;
  }
}

.card-model-sale .landtiles_price-request {
  top: 3.2rem;
  left: 0.8rem;
}



/* mini fix PopUp showroom */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 720px;
  }
}

/* *** */


.lima-form-blk {
  background-color: rgb(241, 242, 243);
  min-width: 400px;
  min-height: 350px;
}

.lima-form {
  position: absolute;
  z-index: 1;
  height: 450px;
  overflow-y: scroll;
  right: 20%;
  background: #f1f2f3;
  border-radius: 5px;
  min-width: 400px;
  bottom: 25px;
  display: none;
}

@media screen and (max-width:1760px) {
  .lima-form {
    height: 367px;
    right: 10%;
  }
}

.lima-form form {
  width: 400px !important;
}

#landtiles_slider-big {
  overflow-y: hidden !important;
}

.lima-form>.jsonform-hasrequired>div>.form-group.jsonform-error->label,
.lima-form h1:first-of-type {
  display: none !important;
}

.lima-form h1 {
  font-size: 28px !important;
  text-align: center;
}

.landtiles_module-home .lima-form {
  display: block;
}

@media screen and (max-width:1199px) {
  .landtiles_module-home .lima-form {
    display: none;
  }
}


/**/


.slider_home-text * {
  text-shadow: 0px 0px 5px #000;
}



/* common css rewrite  */

.landtiles_select-block .dropdown-toggle {
  text-transform: uppercase;
  white-space: nowrap;
}

.landtiles_select-block .dropdown-toggle,
.landtiles_select-inner .form-check * {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
}


/**/

ul.optima-list-color li::marker {
  color: #de7906;
  font-size: 1.25rem;
}


/* ************************ */

.carousel-indicators button {
  background-color: #b5bbb8 !important;
}

.carousel-indicators button.active {
  background-color: #de7906 !important;
}

.carousel-indicators [data-bs-target] {
  height: 5px;
}

.home-section-intro {
  background-color: #f2f2f2;
}

/* ************************ */




/* ************************************************ */

.innovation-and-technology {
  text-align: center;
  background-color: #f2f2f2;
}

.innovation-and-technology--image-blk {
  position: relative;
  z-index: 0;
}

.innovation-and-technology .innovation-and-technology--icon {
  width: 100px;
  height: 100px;
  background-size: 80% !important;
  background-position: center center !important;
  margin-top: -60px !important;
  position: relative;
  margin: -58px auto 10px auto;
  padding: 0;
  background-color: #ccccccba !important;
  border-radius: 3px;
  border-image: linear-gradient(to bottom, #fff 0%, #616068 100%) 1;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
}

.innovation-and-technology--service-name {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 1.3rem;
  text-wrap: nowrap;
  margin-bottom: 0;
}




.innovation-and-technology--icon.sales-discounts {
  background: url(/images/template/sales-discounts-icon.png?v=1.0.1) no-repeat;
}

.innovation-and-technology--icon.sales-discounts::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #8fa4d78a !important;
  filter: blur(5px);
  position: relative;
  z-index: -1;
}



.innovation-and-technology--icon.installation-services {
  background: url(/images/template/installation-services-icon.png?v=1.0.1) no-repeat;
  background-size: 85% !important;
}

.innovation-and-technology--icon.installation-services::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #8e719f8a !important;
  filter: blur(7px);
  position: relative;
  z-index: -1;
}




.innovation-and-technology--icon.delivery-pick-up-options {
  background: url(/images/template/delivery-pick-up-options-icon.png?v=1.0.1) no-repeat;
  background-size: 88% !important;
}

.innovation-and-technology--icon.delivery-pick-up-options::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  
  background-color: #e8b86c8a !important;
  filter: blur(7px);
  position: relative;
  z-index: -1;
}



.innovation-and-technology--icon.design-consultations {
  background: url(/images/template/design-consultations-icon.png?v=1.0.1) no-repeat;
}

.innovation-and-technology--icon.design-consultations::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #78c8f78a !important;
  filter: blur(7px);
  position: relative;
  z-index: -1;
}


/* ****************************************************** */




.home-section.why-choose {
  text-align: center;
}

.home-section.why-choose ul {
  max-width: 990px;
  margin: 0 auto;
  font-size: 1.4rem !important;
}

.home-section.why-choose li {
  text-align: left;
  text-wrap: nowrap;
}

.text-shadow-plus {
  text-shadow: 0px 0px 0px #0009;
}

.card-brand_home a .card_brand_home-title:hover {
  border: 2px solid #de7906;
}

.card-brand_home:hover .card_brand_home-title {
  border: none !important;
  background: #de7906;
  color: #fff !important;
}


.form-check-label {
  white-space: inherit;
}







/*  ****************** faq about us ****************** */

.faq-blk-container {
  background: #f2f2f2;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  border: 0;
  overflow-anchor: none;
  height: 77px;
  padding: 15px;
  background-color: #616068;
  color: #fff;
  font-weight: 500;
  opacity: .9;
}

.accordion-button:not(.collapsed) {
  color: undefined;
  background-color: undefined;
  box-shadow: undefined;
}

.accordion-button:not(.collapsed)::after {
  display: block;
  width: 19px;
  height: 2px;
  margin-left: auto;
  content: "";
  background: #de7906;
  padding:0;
}

.accordion-button::after {
  content: '';
  display: block;
  margin-left: auto;
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.3346%209.66703V10.3336C19.3346%2010.7018%2019.0362%2011.0003%2018.668%2011.0003H11.0013V18.667C11.0013%2019.0351%2010.7028%2019.3336%2010.3346%2019.3336H9.668C9.2998%2019.3336%209.0013%2019.0351%209.0013%2018.667V11.0003H1.33464C0.966449%2011.0003%200.667969%2010.7018%200.667969%2010.3336V9.66703C0.667969%209.29883%200.966449%209.00033%201.33464%209.00033H9.0013V1.33365C9.0013%200.965463%209.2998%200.666992%209.668%200.666992H10.3346C10.7028%200.666992%2011.0013%200.965463%2011.0013%201.33365V9.00033H18.668C19.0362%209.00033%2019.3346%209.29883%2019.3346%209.66703Z%22%20fill%3D%22%23de7906%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .2s ease-in-out;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
}

.accordion-button:hover {
  background: #626168;
  z-index: 2;
  opacity: 1;
  color: #fff;
  text-shadow: 0px 0px 0px #fff;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: undefined;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  border: undefined;
  margin-bottom: 35px;
  background: #dbdbdb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion-item > .accordion-header .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 32px;
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion-item > .accordion-header .accordion-button.collapsed {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion-item > .accordion-collapse {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.3s ease
}

.accordion-body {
  padding: 20px;
  font-weight: 500;
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  margin-bottom: 25px;
}

/**/

/* **************************  */