@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Belleza&family=Inter:wght@400;500;600;700&display=swap");
.animated-effect, .blog .blog-article .blog-thumbnail, .blog .blog-article, .products .products-wrapper .product-item .product-actions, .products .products-wrapper .product-item .product-thumbnail, .products .products-wrapper .product-item, .contact .form-control, .gallery .gallery-item, .product-categories .product-category-box h3, .product-categories .product-category-box, .our-company .feature-item, .our-company .our-products .product-item img, .our-company .our-products .product-item:before, .our-company .our-products .product-item, .main .swiper-pagination .swiper-pagination-bullet:before, .main .swiper-pagination .swiper-pagination-bullet, .btn.btn-arrow-right img, .btn.btn-arrow-right span, .btn, header.page-header .navbar .navbar-nav .nav-item .nav-link:before, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.2s ease all;
}

.animated-long-effect {
  transition: 0.5s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-secondary:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Inter", sans-serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 13px;
  }
}

header.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header.page-header .navbar-brand img {
  height: 4rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar-brand img {
    height: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar-brand img {
    height: 3rem;
  }
}
header.page-header .navbar {
  padding: 0 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar {
    padding: 0 0.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar {
    padding: 0 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  margin: 0 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin: 0 0.25rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item + .nav-item {
  position: relative;
}
header.page-header .navbar .navbar-nav .nav-item + .nav-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5rem;
  width: 1px;
  height: 30%;
  background: #fff;
  content: " ";
  z-index: 0;
  opacity: 0.4;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item + .nav-item:before {
    left: -0.25rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item + .nav-item:before {
    display: none;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  padding: 1.5rem 0.5rem;
  line-height: 2.5rem;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    letter-spacing: 1px;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5rem;
    text-align: center;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ff6600;
  content: " ";
  transform-origin: center;
  transform: translateY(-5px);
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover:before, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus:before {
  transform: none;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
    background: rgba(255, 255, 255, 0.05);
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active:before, header.page-header .navbar .navbar-nav .nav-item .nav-link:active:before {
  transform: none;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
    background: rgba(255, 255, 255, 0.15);
  }
}
header.page-header .navbar .navbar-toggler {
  filter: brightness(0) invert(1);
  outline: none;
  box-shadow: none;
  border: none;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-collapse {
    background: #1f1f1f;
    padding: 1rem;
    border-radius: 0.75rem;
  }
}
header.page-header.light-header .navbar-brand img {
  filter: none;
}
header.page-header.light-header .navbar .navbar-nav .nav-item .nav-link {
  color: #1f1f1f;
}

footer.page-footer {
  padding: 2.5rem 0 5rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    /*padding: 0 0 5rem 0;*/
  }
}
footer.page-footer .navbar-brand img {
  height: 4rem;
}
footer.page-footer h5 {
  color: #1f1f1f;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 2.5rem 0 1rem 0;
  }
}
footer.page-footer p {
  font-size: 0.9rem;
  color: rgba(31, 31, 31, 0.5);
  margin: 0;
}
footer.page-footer hr {
  margin: 2.5rem 0;
  opacity: 0.05;
}
footer.page-footer .nav-link {
  color: rgba(31, 31, 31, 0.5);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
footer.page-footer .nav-link img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  opacity: 0.25;
}
footer.page-footer .nav-link:hover {
  color: #ff6600;
}
footer.page-footer .social-links .nav-item .nav-link {
  width: 3rem;
  height: 3rem;
  display: block;
  text-align: center;
  line-height: 3rem;
  border-radius: 0.75rem;
  background: #f2f3f4;
  margin-right: 0.5rem;
}
footer.page-footer .social-links .nav-item .nav-link:hover, footer.page-footer .social-links .nav-item .nav-link:focus {
  background: #ebedee;
}
footer.page-footer .social-links .nav-item .nav-link:active {
  background: #dde0e2;
}
footer.page-footer .social-links .nav-item .nav-link img {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  opacity: 0.25;
  padding: 0;
  margin: 0;
}

.btn {
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 3rem;
}
.btn.btn-lg {
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .btn.btn-lg {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .btn.btn-lg {
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .btn.btn-lg {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 767.9px) {
  .btn.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 0.85rem;
  }
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: none !important;
}
.btn.btn-primary {
  background: #ff6600;
  border-color: #ff6600;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #ff8533;
  border-color: #ff8533;
}
.btn.btn-primary:active {
  background: #ff9d5c;
  border-color: #ff9d5c;
}
.btn.btn-secondary {
  background: #0973c8;
  border-color: #0973c8;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: #ff8533;
  border-color: #ff8533;
}
.btn.btn-secondary:active {
  background: #ff9d5c;
  border-color: #ff9d5c;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-light:hover.btn-arrow-right span, .btn.btn-light:focus.btn-arrow-right span {
  border-right-color: rgba(31, 31, 31, 0.2);
}
.btn.btn-light:hover.btn-arrow-right img, .btn.btn-light:focus.btn-arrow-right img {
  filter: brightness(0);
}
.btn.btn-light:active.btn-arrow-right span {
  border-right-color: rgba(31, 31, 31, 0.2);
}
.btn.btn-light:active.btn-arrow-right img {
  filter: brightness(0);
}
.btn.btn-light.btn-arrow-right span {
  border-right-color: rgba(31, 31, 31, 0.2);
}
.btn.btn-light.btn-arrow-right img {
  filter: brightness(0);
}
.btn.btn-dark {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #0973c8;
  border-color: #0973c8;
  color: #fff;
}
.btn.btn-dark:active {
  background: #0973c8;
  border-color: #0973c8;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #ff6600;
  color: #ff6600;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #ff9d5c;
  border-color: #ff9d5c;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-outline-light:hover.btn-arrow-right span, .btn.btn-outline-light:focus.btn-arrow-right span {
  border-right-color: rgba(31, 31, 31, 0.2);
}
.btn.btn-outline-light:hover.btn-arrow-right img, .btn.btn-outline-light:focus.btn-arrow-right img {
  filter: brightness(0);
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #ff6600;
}
.btn.btn-outline-light:active.btn-arrow-right span {
  border-right-color: rgba(31, 31, 31, 0.2);
}
.btn.btn-outline-light:active.btn-arrow-right img {
  filter: brightness(0);
}
.btn.btn-outline-dark {
  border-color: rgba(31, 31, 31, 0.15);
  color: #1f1f1f;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #0973c8;
  border-color: #0973c8;
  color: #fff;
}
.btn.btn-outline-dark:hover.btn-arrow-right span, .btn.btn-outline-dark:focus.btn-arrow-right span {
  border-right-color: rgba(255, 255, 255, 0.25);
}
.btn.btn-outline-dark:hover.btn-arrow-right img, .btn.btn-outline-dark:focus.btn-arrow-right img {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.btn.btn-outline-dark:active {
  background: #0865b0;
  border-color: #0865b0;
  color: #fff;
}
.btn.btn-outline-dark:active.btn-arrow-right span {
  border-right-color: rgba(255, 255, 255, 0.25);
}
.btn.btn-outline-dark:active.btn-arrow-right img {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.btn.btn-outline-dark.btn-arrow-right span {
  border-right-color: rgba(31, 31, 31, 0.1);
}
.btn.btn-outline-dark.btn-arrow-right img {
  opacity: 1;
  filter: brightness(0);
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #ff944d;
}
.btn.btn-arrow-right {
  display: inline-flex;
  align-items: center;
}
.btn.btn-arrow-right span {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.btn.btn-arrow-right img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
  margin: 0 -0.25rem 0 0;
}

.form-control {
  height: auto;
}
.main {
  position: relative;
  background: #f2f3f4;
}
.main.v2 {
  width: 100%;
  height: 90svh;
  min-height: 750px;
  max-height: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main.v2 {
    min-height: 500px;
    max-height: 700px;
    height: 80svh;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main.v2 {
    height: 70svh;
    min-height: 500px;
    max-height: 1000px;
  }
}
@media (max-width: 767.9px) {
  .main.v2 {
    height: 80svh;
    min-height: 700px;
    max-height: 900px;
    padding-top: 1.5rem;
  }
}
.main.v2 .main-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.main.v2:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(31, 31, 31, 0.75), rgba(31, 31, 31, 0.3));
  content: " ";
  z-index: 0;
}
.main.v2 .container {
  position: relative;
  z-index: 2;
}
.main.v2 h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
}
.main.v3 {
  width: 100%;
  height: 50svh;
  min-height: 350px;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2.5rem;
}
.main.v3 .main-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.main.v3:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(31, 31, 31, 0.75), rgba(31, 31, 31, 0.3));
  content: " ";
  z-index: 0;
}
.main.v3 .container {
  position: relative;
  z-index: 2;
}
.main.v3 h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
}
.main.v4 {
  width: 100%;
  height: 50svh;
  min-height: 450px;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .main.v4 {
    min-height: 150px;
    max-height: 300px;
  }
}
.main.v4 .main-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.main.v4:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(31, 31, 31, 0.75), rgba(31, 31, 31, 0.3));
  content: " ";
  z-index: 0;
}
.main.v4 .container {
  position: relative;
  z-index: 2;
}
.main.v4 h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
}
.main .main-slide {
  width: 100%;
  height: 90svh;
  min-height: 750px;
  max-height: 1200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-slide {
    height: 70svh;
    min-height: 500px;
    max-height: 1000px;
  }
}
@media (max-width: 767.9px) {
  .main .main-slide {
    height: 80svh;
    min-height: 700px;
    max-height: 900px;
    padding-top: 1.5rem;
  }
}
.main .main-slide img.slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.main .main-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(31, 31, 31, 0.75), rgba(31, 31, 31, 0.3));
  content: " ";
  z-index: 0;
}
.main .main-slide .container {
  position: relative;
  z-index: 2;
}
.main .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  top: auto !important;
  display: flex;
  align-items: center;
}
.main .swiper-pagination .swiper-pagination-bullet {
  width: 12rem;
  height: auto;
  background: none;
  border-radius: 0;
  display: block;
  opacity: 1;
  font-weight: 600;
  text-align: left;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-right: 1rem !important;
  position: relative;
}
@media (max-width: 767.9px) {
  .main .swiper-pagination .swiper-pagination-bullet {
    padding-top: 0.5rem;
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
.main .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  content: " ";
}
.main .swiper-pagination .swiper-pagination-bullet:hover {
  color: white;
}
.main .swiper-pagination .swiper-pagination-bullet:hover:before {
  background: rgba(255, 255, 255, 0.75);
}
.main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
}
.main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  background: #ff6600;
}
.main h1 {
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  font-family: "Belleza", sans-serif;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 2.5rem;
  }
}
.main p {
  color: rgba(255, 255, 255, 0.75);
  margin: 1rem 0 2rem 0;
}

.our-company {
  position: relative;
  padding: 7.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-company {
    padding: 5rem 0;
  }
}
@media (max-width: 767.9px) {
  .our-company {
    padding: 5rem 0;
  }
}
.our-company h2 {
  font-family: "Belleza", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #1f1f1f;
  margin: 1.5rem 0 0.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-company h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .our-company h2 {
    font-size: 2.5rem;
  }
}
.our-company h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(31, 31, 31, 0.5);
}
.our-company p {
  margin: 1rem 0 1.5rem 0;
  color: rgba(31, 31, 31, 0.5);
}
.our-company .our-products {
  display: flex;
  flex-wrap: wrap;
}
.our-company .our-products .product-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  text-decoration: none;
  margin: 0.75rem 0;
  color: #1f1f1f;
}
@media (max-width: 767.9px) {
  .our-company .our-products .product-item {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.our-company .our-products .product-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  content: " ";
  z-index: 0;
  background: #f2f3f4;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-company .our-products .product-item:before {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 767.9px) {
  .our-company .our-products .product-item:before {
    width: 4rem;
    height: 4rem;
  }
}
.our-company .our-products .product-item img {
  width: 6rem;
  height: 6rem;
  padding: 2rem;
  position: relative;
  z-index: 2;
  opacity: 0.25;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-company .our-products .product-item img {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
  }
}
@media (max-width: 767.9px) {
  .our-company .our-products .product-item img {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
  }
}
.our-company .our-products .product-item span {
  font-weight: bold;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-family: "Belleza", sans-serif;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-company .our-products .product-item span {
    padding-left: 0.75rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .our-company .our-products .product-item span {
    padding-left: 0.75rem;
    font-size: 1.25rem;
  }
}
.our-company .our-products .product-item:hover {
  color: #ff6600;
}
.our-company .our-products .product-item:hover:before {
  background: #ff6600;
}
.our-company .our-products .product-item:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.our-company .feature-item {
  display: block;
  padding: 3rem 20% 3rem 3rem;
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.our-company .feature-item:hover {
  box-shadow: rgba(255, 102, 0, 0.15) 0 0.5rem 2.5rem;
}
.our-company .feature-item + .feature-item {
  margin-top: 2.5rem;
}
.our-company .feature-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #1f1f1f;
  content: " ";
  opacity: 0.3;
}
.our-company .feature-item .feature-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.our-company .feature-item h4 {
  font-family: "Belleza", sans-serif;
  font-size: 2rem;
  color: #fff;
  position: relative;
  z-index: 3;
}
.our-company .feature-item p {
  color: rgba(255, 255, 255, 0.85);
  margin: 1rem 0 0 0;
  font-size: 0.9rem;
  position: relative;
  z-index: 3;
}

.product-categories {
  position: relative;
}
@media (max-width: 767.9px) {
  .product-categories {
    overflow: hidden;
  }
}
.product-categories .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .product-categories .container {
    padding: 0;
  }
}
.product-categories .product-category-box {
  display: block;
  position: relative;
  width: 100%;
  height: 30rem;
}
.product-categories .product-category-box:hover {
  box-shadow: rgba(255, 102, 0, 0.15) 0 0.5rem 2.5rem;
}
.product-categories .product-category-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.product-categories .product-category-box .product-category-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 3.5rem 2.5rem;
  background: linear-gradient(to top, rgba(31, 31, 31, 0.65), rgba(31, 31, 31, 0.2));
}
@media (max-width: 767.9px) {
  .product-categories .product-category-box .product-category-info {
    padding: 3.5rem 0.75rem;
  }
}
.product-categories .product-category-box h3 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Belleza", sans-serif;
  color: #fff;
}
.product-categories .product-category-box .btn {
  margin-top: 1.5rem;
}

.bathroom-offer {
  position: relative;
  padding: 12.5rem 0 7.5rem 0;
  margin-top: -5rem;
  background: #f2f3f4;
}
@media (max-width: 767.9px) {
  .bathroom-offer {
    padding: 5rem 0;
    margin: 0;
  }
}
.bathroom-offer h2 {
  font-family: "Belleza", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #1f1f1f;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .bathroom-offer h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .bathroom-offer h2 {
    font-size: 2.5rem;
  }
}
.bathroom-offer p {
  margin: 1rem 0 1.5rem 0;
}

.quote {
  position: relative;
  padding: 0 0 2.5rem 0;
  background: linear-gradient(to bottom, #f2f3f4, #fff 80%);
}
@media (max-width: 767.9px) {
  .quote {
    padding: 0;
    background: #fff;
    overflow: hidden;
  }
}
.quote .container {
  position: relative;
  z-index: 2;
}
.quote .quote-image-1 {
  max-width: 100%;
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .quote .quote-image-1 {
    width: calc(100% + 1.5rem);
    max-width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    height: 30rem;
  }
}
.quote .box {
  padding: 3.5rem 6.5rem 3.5rem 3.5rem;
  background: #fff;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .quote .box {
    padding-right: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .quote .box {
    padding: 5rem 0;
  }
}
.quote .box .quote-icon {
  display: block;
  width: 4rem;
  height: 4rem;
  opacity: 0.1;
  margin-bottom: 1.5rem;
}
.quote .box h3 {
  font-size: 3.5rem;
  color: #1f1f1f;
  font-family: "Belleza", sans-serif;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .quote .box h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .quote .box h3 {
    font-size: 2.5rem;
  }
}
.quote .box p {
  font-size: 1rem;
  color: #1f1f1f;
  margin: 1rem 0 1.5rem 0;
}

.partners img {
  filter: grayscale(1);
  opacity: 0.5;
}

.companies {
  position: relative;
  padding: 7.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .companies {
    padding: 5rem 0;
  }
}
@media (max-width: 767.9px) {
  .companies {
    padding: 2.5rem 0 2.5rem 0;
  }
}
.companies + .companies {
  border-top: 1px solid #f2f3f4;
}
@media (max-width: 767.9px) {
  .companies + .companies {
    padding-top: 2.5rem;
    margin-top: 0;
  }
}
.companies .company-logo {
  max-width: 80%;
  max-height: 10rem;
}
.companies .company-info {
  padding-left: 2.5rem;
  border-left: 1px solid #f2f3f4;
}
@media (max-width: 767.9px) {
  .companies .company-info {
    padding-left: 0;
    border-left: none;
  }
}
.companies .company-info h3 {
  font-family: "Belleza", sans-serif;
  font-size: 3rem;
  color: #1f1f1f;
}
@media (max-width: 767.9px) {
  .companies .company-info h3 {
    font-size: 2.5rem;
  }
}
.companies .company-info ul {
  display: block;
  margin: 0 0 1rem 0;
  list-style: none;
  padding: 0;
}
.companies .company-info ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
}
.companies .company-info ul li + li {
  margin-top: 0.5rem;
}
.companies .company-info ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #ff6600;
  content: " ";
  margin: auto;
}
.companies .company-info ul li:after {
  position: absolute;
  top: 0;
  bottom: 0.15rem;
  left: 0.325rem;
  width: 0.8rem;
  height: 0.4rem;
  border-left: 2px solid #ff6600;
  border-bottom: 2px solid #ff6600;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}
.companies .company-info p:last-child {
  margin-bottom: 0;
}

.our-services {
  position: relative;
  padding: 5rem 0 5rem 0;
}
.our-services h2 {
  font-family: "Belleza", sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #1f1f1f;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .our-services h2 {
    font-size: 2.5rem;
  }
}
.our-services .service-box {
  position: relative;
}
.our-services .service-box .service-background {
  position: relative;
  width: 100%;
  height: 30rem;
  display: block;
  margin: auto;
  object-fit: cover;
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .our-services .service-box .service-background {
    height: 20rem;
  }
}
.our-services .service-box .service-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 10rem;
  height: 10rem;
  padding: 2rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  .our-services .service-box .service-icon {
    padding: 3rem;
  }
}
.our-services .service-box h3 {
  font-size: 2.5rem;
  font-family: "Belleza", sans-serif;
  color: #1f1f1f;
  position: relative;
  z-index: 2;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .our-services .service-box h3 {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.our-services .service-box p {
  color: rgba(31, 31, 31, 0.5);
}

.gallery {
  position: relative;
  padding: 3.5rem 0 5rem 0;
}
.gallery.v2 {
  background: #f2f3f4;
  padding: 5rem 0;
}
.gallery.v2 h2 {
  font-size: 2.5rem;
  color: #1f1f1f;
  font-family: "Belleza", sans-serif;
  margin-bottom: 2rem;
}
@media (max-width: 767.9px) {
  .gallery {
    padding-bottom: 0;
  }
}
.gallery .gallery-item {
  display: block;
  width: 100%;
  height: auto;
}
.gallery .gallery-item:hover {
  opacity: 0.85;
}
.gallery .gallery-item img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .gallery .gallery-item img {
    height: 15rem;
  }
}

.contact {
  position: relative;
  padding: 7.5rem 0;
}
@media (max-width: 767.9px) {
  .contact {
    padding: 5rem 0;
  }
}
.contact h2 {
  font-family: "Belleza", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #1f1f1f;
  margin: 1.5rem 0 0.5rem 0;
}
.contact h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(31, 31, 31, 0.5);
}
.contact p {
  margin: 1rem 0 1.5rem 0;
  color: rgba(31, 31, 31, 0.5);
}
.contact .form-control {
  padding: 1rem;
  height: auto;
  border: 1px solid #eee;
  color: #1f1f1f;
}
.contact .form-control:focus {
  background: #f2f3f4;
  border-color: #f2f3f4;
  box-shadow: none;
}
.contact textarea.form-control {
  min-height: 10rem;
}
@media (max-width: 767.9px) {
  .contact form {
    margin-top: 2.5rem;
  }
}
.contact .form-check .form-check-input:checked {
  border-color: #ff6600;
  background-color: #ff6600;
}
.contact .form-check .form-check-input:focus {
  border-color: #ffc299;
  box-shadow: rgba(255, 102, 0, 0.25) 0 0 0 0.25rem;
}
.contact .form-check .form-check-label {
  font-size: 0.9rem;
  color: #1f1f1f;
}
.contact .contact-item {
  display: block;
  position: relative;
  padding-left: 3.5rem;
  text-decoration: none;
  color: #1f1f1f;
  margin-top: 1.5rem;
}
.contact .contact-item img {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.contact .contact-item strong {
  display: block;
  color: #1f1f1f;
  font-weight: bold;
}

.team {
  position: relative;
  padding: 7.5rem 0;
  background: #f2f3f4;
}
@media (max-width: 767.9px) {
  .team {
    padding: 5rem 0;
  }
}
.team h2 {
  font-family: "Belleza", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #1f1f1f;
  margin: 1.5rem 0 0.5rem 0;
}
@media (max-width: 767.9px) {
  .team h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 0;
  }
}
.team h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(31, 31, 31, 0.5);
}
@media (max-width: 767.9px) {
  .team h3 {
    display: none;
  }
}
.team .team-member {
  position: relative;
}
@media (max-width: 767.9px) {
  .team .team-member {
    text-align: center;
  }
}
.team .team-member .team-member-avatar {
  border-radius: 0.75rem;
  width: 10rem;
  object-fit: cover;
}
.team .team-member h4 {
  font-family: "Belleza", sans-serif;
  font-size: 2rem;
  margin: 1.5rem 0 0.5rem 0;
}
.team .team-member strong {
  display: block;
  color: rgba(31, 31, 31, 0.5);
  margin: 0 0 0.5rem 0;
}
.team .team-member p {
  color: rgba(31, 31, 31, 0.5);
  font-size: 0.9rem;
  padding-right: 15%;
}
@media (max-width: 767.9px) {
  .team .team-member p {
    padding-right: 0;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 300px;
}
.map iframe {
  margin: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.products {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .products {
    padding: 1.5rem 0 2.5rem 0;
  }
}
.products.v2 {
  background: #f2f3f4;
}
@media (max-width: 767.9px) {
  .products.v2 {
    padding: 5rem 0;
  }
}
.products.v2 h2 {
  font-family: "Belleza", sans-serif;
  font-size: 2rem;
  color: #1f1f1f;
}
.products .filters-sidebar {
  display: block;
  border-right: 1px solid #f2f3f4;
  padding-right: 1.5rem;
  position: sticky;
  top: 2.5rem;
}
@media (max-width: 767.9px) {
  .products .filters-sidebar {
    border-right: none;
    padding-right: 0;
  }
}
.products .filters-sidebar h4 {
  font-size: 0.9rem;
  color: rgba(31, 31, 31, 0.75);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #f2f3f4;
}
.products .filters-sidebar .filters-category {
  position: relative;
}
.products .filters-sidebar .filters-category + .filters-category {
  margin-top: 1.5rem;
}
.products .filters-sidebar .filters-category h5 {
  font-weight: 600;
  color: #1f1f1f;
  font-size: 1rem;
  margin: 0;
}
.products .filters-sidebar .filters-category .filters-category-content {
  display: block;
  padding-top: 0.5rem;
}
.products .filters-sidebar .filters-category .filters-category-content .form-check .form-check-input:checked {
  border-color: #ff6600;
  background-color: #ff6600;
}
.products .filters-sidebar .filters-category .filters-category-content .form-check .form-check-input:focus {
  border-color: #ffc299;
  box-shadow: rgba(255, 102, 0, 0.25) 0 0 0 0.25rem;
}
.products .filters-sidebar .filters-category .filters-category-content .form-check .form-check-label {
  font-size: 0.9rem;
  color: #1f1f1f;
}
.products .filters-results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .products .filters-results {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-top: 1.5rem;
  }
}
.products .filters-results .filters-total-found {
  color: #1f1f1f;
}
@media (max-width: 767.9px) {
  .products .filters-results .filters-total-found {
    margin-top: 1rem;
  }
}
.products .filters-results .filters-sort-field {
  display: flex;
  align-items: center;
  position: relative;
}
.products .filters-results .filters-sort-field:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #1f1f1f;
  border-bottom: 2px solid #1f1f1f;
  content: " ";
  transform-origin: center;
  transform: rotate(45deg);
  margin: auto;
}
.products .filters-results .filters-sort-field .form-label {
  color: rgba(31, 31, 31, 0.5);
  margin: 0;
  flex-shrink: 0;
}
.products .filters-results .filters-sort-field .form-control {
  box-shadow: none;
  height: auto;
  border: none;
  outline: none;
  color: #1f1f1f;
  padding: 0 1rem 0 0;
  font-weight: 600;
  margin-left: 0.5rem;
}
.products .products-wrapper {
  display: block;
}
.products .products-wrapper .product-item {
  display: block;
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.products .products-wrapper .product-item:hover {
  box-shadow: rgba(31, 31, 31, 0.05) 0 0.75rem 2.5rem;
  background: #fff;
}
.products .products-wrapper .product-item:hover .product-actions {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.products .products-wrapper .product-item .product-thumbnail {
  display: block;
  width: 100%;
  height: 25rem;
}
.products .products-wrapper .product-item .product-thumbnail:hover {
  opacity: 0.9;
}
.products .products-wrapper .product-item .product-thumbnail img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  display: block;
  border-radius: 0.75rem;
}
.products .products-wrapper .product-item .product-type {
  text-align: center;
  color: rgba(31, 31, 31, 0.5);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.products .products-wrapper .product-item .product-name {
  font-size: 1.5rem;
  font-family: "Belleza", sans-serif;
  color: #1f1f1f;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 0.5rem 1rem 0;
  padding: 0 1rem;
  line-height: 1.2;
}
.products .products-wrapper .product-item .product-name:hover {
  text-decoration: underline;
}
.products .products-wrapper .product-item .product-price {
  text-align: center;
  font-weight: bold;
  color: #ff6600;
  font-size: 1.25rem;
}
.products .products-wrapper .product-item .product-tax {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(31, 31, 31, 0.45);
}
.products .products-wrapper .product-item .product-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  transform: translateY(-2.5rem);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.9px) {
  .products .products-wrapper .product-item .product-actions {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

.product-breadcrumbs {
  position: relative;
  padding: 10rem 0 1.5rem 0;
  background: url("../img/showroom-1.jpg") center no-repeat;
  background-size: cover;
}
.product-breadcrumbs:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  content: " ";
  z-index: 0;
  opacity: 0.9;
}
.product-breadcrumbs .container {
  position: relative;
  z-index: 2;
}
.product-breadcrumbs .breadcrumb {
  margin: 0;
}
@media (max-width: 767.9px) {
  .product-breadcrumbs .breadcrumb {
    display: none;
  }
}
.product-breadcrumbs .breadcrumb-item {
  color: rgba(255, 255, 255, 0.75);
}
.product-breadcrumbs .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.product-breadcrumbs .breadcrumb-item a:hover {
  color: #ff6600;
}

.product-details {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .product-details {
    padding: 1px 0 5rem 0;
  }
}
.product-details .product-main-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .product-details .product-main-image {
    position: relative;
    z-index: 2;
    margin-top: -5rem;
  }
}
.product-details .product-type {
  color: rgba(31, 31, 31, 0.5);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-details .product-name {
  font-size: 3.5rem;
  font-family: "Belleza", sans-serif;
  color: #1f1f1f;
  text-decoration: none;
  display: block;
  margin: 1.5rem 0;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .product-details .product-name {
    font-size: 2.5rem;
  }
}
.product-details .product-price {
  font-weight: bold;
  color: #ff6600;
  font-size: 2rem;
}
.product-details .product-tax {
  font-size: 0.8rem;
  color: rgba(31, 31, 31, 0.45);
}
.product-details .product-description {
  color: rgba(31, 31, 31, 0.5);
  margin: 1.5rem 0;
}
.product-details .product-details-entry {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
  font-weight: 600;
  color: rgba(31, 31, 31, 0.5);
  font-size: 0.9rem;
}
.product-details .product-details-entry img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  opacity: 0.25;
}

.blog {
  position: relative;
  padding: 2.5rem 0 5rem 0;
}
@media (max-width: 767.9px) {
  .blog {
    padding: 1.5rem 0 2.5rem 0;
  }
}
.blog .blog-article {
  display: block;
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  padding-left: 27.5rem;
  min-height: 18rem;
}
@media (max-width: 767.9px) {
  .blog .blog-article {
    padding-left: 0;
  }
}
.blog .blog-article .blog-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 25rem;
  height: 18rem;
  display: block;
}
@media (max-width: 767.9px) {
  .blog .blog-article .blog-thumbnail {
    position: relative;
    width: 100%;
    height: 15rem;
  }
}
.blog .blog-article .blog-thumbnail:hover {
  opacity: 0.9;
}
.blog .blog-article .blog-thumbnail img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  display: block;
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .blog .blog-article .blog-thumbnail img {
    height: 15rem;
  }
}
.blog .blog-article .blog-title {
  font-size: 2.5rem;
  font-family: "Belleza", sans-serif;
  color: #1f1f1f;
  text-decoration: none;
  display: block;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
  padding-right: 35%;
}
@media (max-width: 767.9px) {
  .blog .blog-article .blog-title {
    font-size: 1.5rem;
    padding-right: 0;
    margin-top: 1rem;
  }
}
.blog .blog-article .blog-title:hover {
  text-decoration: underline;
}
.blog .blog-article .blog-description {
  color: rgba(31, 31, 31, 0.45);
}

.article-content {
  position: relative;
  padding: 1px 0 5rem 0;
  background: linear-gradient(to bottom, #f2f3f4, rgba(242, 243, 244, 0));
}
@media (max-width: 767.9px) {
  .article-content {
    padding-bottom: 0;
  }
}
.article-content .article-box {
  position: relative;
  margin-top: -7.5rem;
  z-index: 9;
  background: #fff;
  padding: 4rem;
}
@media (max-width: 767.9px) {
  .article-content .article-box {
    padding: 2.5rem 2.5rem 0 2.5rem;
  }
}
.article-content .article-box h1 {
  font-weight: 400;
  color: #1f1f1f;
  font-family: "Belleza", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .article-content .article-box h1 {
    font-size: 2.5rem;
  }
}
.article-content .article-box h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2.5rem 0 1.5rem 0;
}

