﻿/* Custom CSS
-------------------------------------------------- */

/*X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap
Small (sm) devices (landscape phones, 576px and up)
Medium (md) devices (tablets, 768px and up)
Large (lg) devices (desktops, 992px and up)
X-Large (xl) devices (large desktops, 1200px and up)
XX-Large (xxl) devices (larger desktops, 1400px and up)
@media (min-width: 1400px)
}*/

/* Sidebar Animate CSS
-------------------------------------------------- */

/*--Style Reset Start--*/
::-webkit-scrollbar {
    width: .75rem;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(225, 225, 225, 1);
    border-radius: 3px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
/*--Style Reset End--*/

/*--Brand Header Style Start--*/
#brandheader {
    background: var(--brand-hl-dark);
    color: var(--brand-tx-light);
    padding-top:24px;
    padding-bottom: 24px;
}
/*.brandsvg {
  height: 77px;
  width: 350px;
}*/
/*.brandsvg {
  height: 80px;
  width: 615px;
  vertical-align: middle;
}*/
.brandsvg {
  height: 75px;
  width: 480px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .brandsvg {
    height: 75px;
    width: 480px;
  }
}
#brandheader .social {
  text-align: right;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  #brandheader .social {
    text-align: center;
    /*margin-top: 20px;*/
  }
}
#brandheader .social li {
  display: inline-flex;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
}
#brandheader .social li:last-child {
  margin-right: 0;
}
#brandheader .social a {
  font-size: 24px;
  color: var(--brand-tx-light);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#brandheader .social a:hover {
  opacity: 0.8;
}
#brandheader .social i {
  vertical-align: baseline !important;
}
@media (max-width: 767px) {
  #brandheader .social a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #brandheader .social li {
    margin-right: 8px;
  }
}
/*--Brand Header Style End--*/

/*--Navigation Desktop Style Start--*/
#navdesk {
}
.navbar-toggler:focus {
  box-shadow: none;
}
.mb-100 {
  margin-bottom: 100px;
}
.navbar-one {
  background: var(--brand-hl-dark);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one {
    padding: 20px 0;
  }
}
.navbar-one .navbar {
  position: relative;
  padding: 0;
}
.navbar-one .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: var(--brand-txp-dark);
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-one .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-one .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-one .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-collapse {
    position: absolute;
    top: 140%;
    left: 0;
    width: 100%;
    background-color: var(--primary);
    z-index: 8;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
  }
}
.navbar-one .navbar .navbar-nav .nav-item {
  margin: 0 0px;
  position: relative;
  width: 300px;
}
@media (max-width: 1600px) {
  .navbar-one .navbar .navbar-nav .nav-item {
      width: 280px;
    }
}
@media (max-width: 1500px) {
  .navbar-one .navbar .navbar-nav .nav-item {
      width: 260px;
    }
}
@media (max-width: 1400px) {
  .navbar-one .navbar .navbar-nav .nav-item {
      width: 240px;
    }
}
@media (max-width: 1300px) {
  .navbar-one .navbar .navbar-nav .nav-item {
      width: 220px;
    }
}
@media (max-width: 1200px) {
  .navbar-one .navbar .navbar-nav .nav-item {
      width: 200px;
    }
}
@media (max-width: 1100px) {
  .navbar-one .navbar .navbar-nav .nav-item {
      width: 190px;
    }
}
@media (max-width: 1000px) {
  .navbar-one .navbar .navbar-nav .nav-item {
      width: 190px;
    }
}
@media (max-width: 991px) {
  .navbar-one .navbar .navbar-nav .nav-item {
      width: 100%;
    }
}
.c1 a {
    background-color: var(--brand-nav1) !important;
    color: var(--brand-tx-light) !important;
}
.c2 a {
    background-color: var(--brand-nav2) !important;
    color: var(--brand-tx-light) !important;
}
.c3 a {
    background-color: var(--brand-nav3) !important;
    color: var(--brand-tx-light) !important;
}
.c4 a {
    background-color: var(--brand-nav4) !important;
    color: var(--brand-tx-light) !important;
}
.c5 a {
    background-color: var(--brand-nav5) !important;
    color: var(--brand-tx-light) !important;
}
.navbar-one .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 18px 0px;
  color: var(--brand-txp-dark);
  text-transform: capitalize;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-one .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
  background-color: var(--brand-txp-dark);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-one .navbar .navbar-nav .nav-item a.active::before {
  opacity: 0.1;
  visibility: visible;
  width: 100%;
}
.navbar-one .navbar .navbar-nav .nav-item a:hover::before {
  opacity: 0.1;
  visibility: visible;
  width: 100%;
}
.navbar-one .navbar .navbar-nav .nav-item a i {
  font-weight: 700;
  padding-left: 8px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-nav .nav-item a {
    padding: 10px 10px;
    display: block;
  }
  .navbar-one .navbar .navbar-nav .nav-item a::before {
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-nav .nav-item {
    margin-bottom: 5px;
  }
  .navbar-one .navbar .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}
.navbar-one .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  background-color: var(--brand-nav4);
  box-shadow: var(--shadow-4);
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    height: 0;
  }
}
.navbar-one .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    height: 0;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu.show {
    height: auto;
  }
}
.navbar-one .navbar .navbar-nav .nav-item .sub-menu li {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a {
    border-radius: 5px !important;
  }
}
.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  font-weight: 500;
  position: relative;
  color: var(--brand-tx-light);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
  text-transform: capitalize;
  border-radius: 5px;
}
.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a:hover {
  background-color: var(--brand-nav4);
  color: var(--brand-tx-light);
  opacity: 0.8 !important;
}
.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a::before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a:hover {
    background-color: var(--primary-dark);
    color: var(--white);
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a i {
    color: var(--primary-dark);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a:hover i {
    color: var(--white);
  }
}
.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a i {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a i {
    display: none;
  }
}
.navbar-one .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
  display: inline-block;
}
.navbar-one .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    padding-left: 30px;
    height: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li .sub-menu.show {
    visibility: visible;
    height: auto;
    position: relative;
  }
}
.navbar-one .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.navbar-one .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-one .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: var(--white);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-one .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 3px;
  }
}
@media (max-width: 767px) {
  .navbar-one .navbar .navbar-btn {
    position: absolute;
    right: 60px;
    top: 3px;
  }
}
.navbar-one .navbar .navbar-btn ul {
  display: flex;
}
.navbar-one .navbar .navbar-btn ul li {
  display: inline-block;
  margin-right: 12px;
}
.navbar-one .navbar .navbar-btn ul li a {
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
}
.navbar-one .navbar .navbar-btn ul li a.primary-btn-outline {
  border-color: var(--white);
  color: var(--white);
}
.navbar-one .navbar .navbar-btn ul li a.primary-btn-outline:hover {
  background-color: var(--white);
  color: var(--primary);
}
.navbar-one .navbar .navbar-btn ul li a.primary-btn {
  background-color: var(--white);
  color: var(--primary);
  border-color: var(--white);
}
.navbar-one .navbar .navbar-btn ul li a.primary-btn:hover {
  background-color: transparent;
  color: var(--white);
}
/*--Navigation Desktop Style End--*/

/*--Navigation Mobile Style Start--*/
#navmob {
    height:50px;
    background: var(--brand-nav4);
}
#dropdownMenuButton1 {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px;
  background-color: var(--brand-nav4);
  color: white;
  border: none;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
}
#dropdownMenuButton1:hover {
  background-color: var(--brand-nav5);
}
.dropdown {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #444444;
  padding: 0px 0;
  border-radius: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.dropdown-menu a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
}
.dropdown-menu a:hover {
  color: white;
  font-weight: 700;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
/*--Navigation Mobile Style End--*/

/*--CTA1 Style Start--*/
/*#cta1 {
    background: var(--white);
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 4px 3px -1px rgba(0, 0, 0, 0.25);
}
#cta1 a {
    color: var(--brand-hl-dark);
    font-size: 1.45rem;
    font-weight: 500;
}
@media (max-width: 767px) {
  #cta1 a {
    font-size: 1.25rem;
  }
}
#cta1 i {
    color: var(--brand-hl-dark);
    font-size: 25px;
    font-weight: 600;
    margin-left: 0.5rem;
}
@media (max-width: 767px) {
  #cta1 i {
    font-size: 20px;
  }
}*/
/*--CTA1 Style End--*/

/*--Wow Slider Style Start--*/
.carousel-section-wrapper {
  position: relative;
  z-index: 3;
}
.carousel-section-wrapper .carousel-section {
  position: relative;
  z-index: 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
}
.carousel-section-wrapper .carousel-section.clip-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, rgba(49, 49, 49, 0.2) 0%, rgba(49, 49, 49, 0.6)100%);
  /*background: linear-gradient(to right, rgba(198, 192, 183, 0.1) 0%, rgba(168, 160, 149, 0.5)100%);*/
}
.carousel-section-wrapper .carousel-section.carousel-item .carousel-content {
  align-content: center;
  min-height: 600px;
}
@media (max-width: 2000px) {
  .carousel-section-wrapper .carousel-section.carousel-item .carousel-content {
    min-height: 400px;
  }
}
@media (max-width: 1500px) {
  .carousel-section-wrapper .carousel-section.carousel-item .carousel-content {
    min-height: 300px;
  }
}
@media (max-width: 1000px) {
  .carousel-section-wrapper .carousel-section.carousel-item .carousel-content {
    min-height: 300px;
  }
}
@media (max-width: 750px) {
  .carousel-section-wrapper .carousel-section.carousel-item .carousel-content {
    min-height: 200px;
  }
}
.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title h2 {
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title h2 {
    font-size: 30px;
  }
}
.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title p {
  margin-bottom: 40px;
  font-size: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title p {
    font-size: 14px;
  }
}
.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .rounded-buttons .primary-btn-outline {
  border-color: var(--white);
  color: var(--white);
}
.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .rounded-buttons .primary-btn-outline:hover {
  background: var(--white);
  color: var(--brand-hl-dark);
}
.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .rounded-buttons .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}
.carousel-section-wrapper .carousel-control {
  background: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--white);
  color: var(--white);
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  z-index: 99;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.carousel-section-wrapper .carousel-control:hover {
  background: var(--white);
  color: var(--brand-hl-dark);
}
.carousel-section-wrapper .carousel-control.carousel-control-next {
  left: auto;
  right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-section-wrapper .carousel-control {
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    bottom: 80px;
    margin: auto;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-prev {
    left: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-next {
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .carousel-section-wrapper .carousel-control {
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    bottom: 80px;
    margin: auto;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-prev {
    left: 37%;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-next {
    left: 23%;
  }
}
.carousel-section-wrapper .carousel-control span {
  background: none;
  width: auto;
  height: auto;
}
.carousel-section-wrapper .carousel-control span i {
  margin-top: 10px;
}
/*--Wow Slider Style End--*/

/*--CTA2 Style Start--*/
#cta2 {
  background: var(--brand-hl-dark);
  padding-top: 15px;
  padding-bottom: 15px;
}
#cta2 a {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #cta2 a {
    font-size: 1.15rem;
  }
}
#cta2 i {
  color: var(--white);
  font-size: 21px;
  font-weight: 600;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  #cta2 i {
    font-size: 18px;
  }
}
/*--CTA2 Style End--*/

/*--CTA4 Style Start--*/
#cta4 {
  background: var(--light-2);
  padding-top: 15px;
  padding-bottom: 15px;
}
#cta4 .extrapadding {
    padding-bottom: 30px !important;
}
#cta4 a {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #cta4 a {
    font-size: 1.15rem;
  }
}
#cta4 i {
  color: var(--black);
  font-size: 21px;
  font-weight: 600;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  #cta4 i {
    font-size: 18px;
  }
}
/*--CTA4 Style End--*/

/*--Sale Style Start--*/
#sale {
  background: #932B2B;
  padding-top: 30px;
  padding-bottom: 30px;
}
#sale h2 {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 25px;
}
#sale h6 {
  color: var(--white);
  font-weight: 500;
}
/*--Sale Style End--*/

/*--Category Cards Style End--*/
#category {
  background: var(--light-2);
  padding-top: 100px;
  padding-bottom: 75px;
}
#category  h2 {
  color: var(--brand-txh-dark);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #category  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #category  h2 {
    font-size: 25px;
  }
}
.category-card .category-content .primary-btn-outline-carpet {
  background-color: var(--brand-nav1);
  border-color: var(--brand-tx-light);
  color: var(--brand-tx-light);
  font-weight: 500;
  margin-top: 25px;
}
.category-card .blog-content .active.primary-btn-outline-carpet, .category-card .category-content .primary-btn-outline-carpet:hover, .category-card .category-content .primary-btn-outline-carpet:focus {
  font-weight: 600;
}
.category-card .category-content .deactive.primary-btn-outline-carpet {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}
.category-card .category-content .primary-btn-outline-lvt {
  background-color: var(--brand-nav2);
  border-color: var(--brand-tx-light);
  color: var(--brand-tx-light);
  font-weight: 500;
  margin-top: 25px;
}
.category-card .blog-content .active.primary-btn-outline-lvt, .category-card .category-content .primary-btn-outline-lvt:hover, .category-card .category-content .primary-btn-outline-lvt:focus {
  font-weight: 600;
}
.category-card .category-content .deactive.primary-btn-outline-lvt {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}
.category-card .category-content .primary-btn-outline-vinyl {
  background-color: var(--brand-nav3);
  border-color: var(--brand-tx-light);
  color: var(--brand-tx-light);
  font-weight: 500;
  margin-top: 25px;
}
.category-card .blog-content .active.primary-btn-outline-vinyl, .category-card .category-content .primary-btn-outline-vinyl:hover, .category-card .category-content .primary-btn-outline-vinyl:focus {
  font-weight: 600;
}
.category-card .category-content .deactive.primary-btn-outline-vinyl {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}
.category-card {
  box-shadow: 0px 0px 30px var(--gray-4);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
  z-index: 5;
  position: relative;
}
.category-card .category-image img {
  width: 100%;
}
.category-card .category-content {
  padding: 35px;
  text-align: center;
  background: var(--brand-bg-light);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-card .category-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .category-card .category-content {
    padding: 20px;
  }
}
.category-card .carpet::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0%;
  background-color: var(--brand-nav1);
  transition: all 0.5s ease-in-out;
}
.category-card .carpet:hover::before {
  width: 100%;
}
.category-card .lvt::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0%;
  background-color: var(--brand-nav2);
  transition: all 0.5s ease-in-out;
}
.category-card .lvt:hover::before {
  width: 100%;
}
.category-card .vinyl::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0%;
  background-color: var(--brand-nav3);
  transition: all 0.5s ease-in-out;
}
.category-card .vinyl:hover::before {
  width: 100%;
}
.category-card .category-content .category-title {
  display: block;
  margin-bottom: 8px;
}
.category-card .category-content .category-title a {
  font-weight: 600;
  line-height: 30px;
  color: var(--brand-txh-dark);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.category-card .category-content .category-title a:hover {
  color: var(--brand-txh-dark);
}
.category-card .category-content span {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-3);
  margin-top: 8px;
  margin-right: 10px;
  display: inline-block;
}
.category-card .category-content .text {
  color: var(--brand-txp-dark);
  margin-top: 16px;
}
/*--Category Cards Style End--*/

/*--About Style Start--*/
#about {
  background: var(--light-1);
  padding-top: 75px;
  padding-bottom: 75px;
}
.about .about-left {
  padding-right: 100px;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .about .about-left {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.about .about-left p {
  margin-bottom: 25px;
}
.about .about-left .section-title {
  padding: 0;
  margin-bottom: 40px;
}
.about .about-left .section-title span {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  color: var(--brand-hl-dark);
}
.about .about-left .section-title h2 {
  margin: 0;
  margin-bottom: 40px;
}
.about .about-left .section-title h2::before {
  display: none;
}
.about .about-left .contact {
  padding-top: 20px;
}
.about .about-left .contact i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  background-color: var(--brand-hl-dark);
  border-radius: 50%;
}
.about .about-left .contact .contact-info-content {
  padding-left: 20px;
}
.about .about-left .contact .contact-info-content .text {
  color: var(--brand-txp-dark);
  margin-bottom: 0px !important;
}
.about .about-right {
  position: relative;
}
.about .about-right img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
/*--About Style End--*/

/*--Testimonial Style Start--*/
#testimonial {
  padding-top: 75px;
  padding-bottom: 175px;
  background-color: var(--light-2);
}
.testimonial .section-title {
  text-align: center;
  max-width: 750px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .section-title {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .testimonial .section-title {
    margin-bottom: 35px;
  }
}
.testimonial .section-title span {
  color: var(--brand-hl-dark);
  display: inline-block;
  margin-bottom: 8px;
}
.testimonial .section-title h5 {
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--brand-hl-dark);
  font-size: 1rem;
}
@media (max-width: 767px) {
  .testimonial .section-title h5 {
    font-size: 0.8rem;
  }
}
.testimonial .section-title h2 {
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 15px;
}
.testimonial .section-title h2::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: var(--brand-hl-dark);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .section-title h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .testimonial .section-title h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.testimonial .section-title p {
  color: var(--brand-txp-dark);
  margin-bottom: 20px;
}
.testimonial .section-title p a {
  color: var(--brand-txp-dark);
  text-decoration: underline;
  font-weight: 600;
}
.testimonial .ratings li {
  display: inline-block;
  font-size: 18px;
  color: #EC9401;
}
.testimonial .testimonial-active {
  margin: 0;
}
.testimonial .single-testimonial {
  background-color: var(--white);
  padding: 30px;
  box-shadow: var(--shadow-2);
  margin-top: 30px;
  margin-bottom: 30px;
}
.testimonial .single-testimonial .testimonial-image img {
  width: 90px;
  border-radius: 50%;
  display: inline-block;
}
.testimonial .single-testimonial .testimonial-content {
  padding-top: 25px;
}
.testimonial .single-testimonial .testimonial-content .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--brand-txp-dark);
  border-bottom: 1px solid var(--gray-4);
  padding-bottom: 24px;
}
.testimonial .single-testimonial .testimonial-content .author-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-top: 24px;
}
.testimonial .single-testimonial .testimonial-content .sub-title {
  font-size: 14px;
  line-height: 24px;
  color: var(--brand-txp-dark);
}
.testimonial .testimonial-wrapper {
  position: relative;
}
.testimonial .testimonial-wrapper .tns-nav {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial .testimonial-wrapper .tns-nav button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid var(--brand-hl-dark);
  background-color: var(--brand-hl-dark);
  margin: 0 3px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.testimonial .testimonial-wrapper .tns-nav button:hover {
  opacity: 0.6;
  background-color: var(--brand-hl-dark);
  border-color: transparent;
}
.testimonial .testimonial-wrapper .tns-nav button.tns-nav-active {
  opacity: 0.6;
  background-color: var(--brand-hl-dark);
  border-color: transparent;
  width: 18px;
}
#testimonial img {
  padding-top: 10px;
}
#testimonial h6 {
  padding-top: 10px;
  padding-bottom: 25px;
  color: var(--brand-txp-dark);
}
/*--Testimonial Style End--*/

/*--Jarallax CTA Style Start--*/
#cta3 {
    background-image: url(../../files/images/amtico/form2.jpg);
    background-size: cover;
    background-position: center;
}
.cta3padding {
    padding-top: 300px;
    padding-bottom: 300px;
}
.overlay2 {
    position: relative;
    z-index: 2;
}
.overlay2::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg,rgba(46, 46, 46, 0.7) 0%, rgba(74, 72, 71, 0.5) 50%, rgba(46, 46, 46, 0.7) 100%);
    z-index: -1;
}
#cta3 i {
    color: var(--white);
    font-size: 3rem;
    margin-bottom: 30px;
}
.cta3-button .primary-btn-outline {
    color: var(--white);
    border-color: var(--white);
    border: 2px solid;
    font-weight: 500;
    font-size: 1.15rem;
    letter-spacing: 0.05rem;
}
.cta3-button .active.primary-btn-outline, .cta3-button .primary-btn-outline:hover, .cta3-button .primary-btn-outline:focus {
  font-weight: 500;
}
.cta3-button .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}
@media (max-width: 991px) {
  .cta3-button .primary-btn-outline {
      margin-bottom: 60px;
  }
}
/*--Jarallax CTA Style End--*/

/*--Posts Style Start--*/
#posts {
    background-color: var(--light-2);
    padding-top: 75px;
    padding-bottom: 75px;
}
.posts .section-title {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts .section-title {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .posts .section-title {
    margin-bottom: 35px;
  }
}
.posts .section-title span {
  color: var(--brand-hl-dark);
  display: inline-block;
  margin-bottom: 8px;
}
.posts .section-title h5 {
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--brand-hl-dark);
  font-size: 1rem;
}
@media (max-width: 767px) {
  .posts .section-title h5 {
    font-size: 0.8rem;
  }
}
.posts .section-title h2 {
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 15px;
}
.posts .section-title h2::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: var(--brand-hl-dark);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts .section-title h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .posts .section-title h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.posts .section-title p {
  color: var(--brand-txp-dark);
  margin-bottom: 20px;
}
.blog-style {
  margin-top: 50px;
}
.blog-style .blog-image {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.blog-style .blog-image .category {
  background-color: #ff0000;
  color: var(--brand-tx-light);
  font-size: 13px;
  padding: 7px 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 30px;
}
.blog-style .blog-image img {
  /*width: 100%;*/
  height: 250px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.blog-style .blog-image:hover img {
  -webkit-transform: rotate(1deg) scale(1.1);
  -moz-transform: rotate(1deg) scale(1.1);
  -ms-transform: rotate(1deg) scale(1.1);
  -o-transform: rotate(1deg) scale(1.1);
  transform: rotate(1deg) scale(1.1);
}
.blog-style .blog-content {
  padding: 30px;
  border: 1px solid var(--light-1);
  border-radius: 0 0 8px 8px;
  border-top: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-style .blog-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .blog-style .blog-content {
    padding: 20px;
  }
}
.blog-style .blog-content .blog-title {
  display: block;
  margin-bottom: 10px;
}
.blog-style .blog-content .blog-title a {
  font-weight: 600;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 30px;
}
@media (max-width: 767px) {
  .blog-style .blog-content .blog-title a {
    line-height: 24px;
  }
}
.blog-style .blog-content .blog-title a:hover {
  color: var(--brand-hl);
}
.blog-style .blog-content span {
  font-size: 14px;
  line-height: 20px;
  color: var(--brand-txp-dark);
  margin-top: 8px;
  margin-right: 12px;
  display: inline-block;
}
.blog-style .blog-content .text {
  color: var(--brand-txp-dark);
  margin-top: 16px;
}
.blog-style .blog-content .more {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--brand-hl-dark);
  margin-top: 30px;
  display: inline-block;
  text-decoration: underline;
}
.blog-style .blog-content .more:hover {
  color: var(--brand-hl-dark);
}
/*--Posts Style End--*/

/*--Showroom Location Style Start--*/
#showroomlocation2 {
    background: var(--light-3);
    padding-top: 0px;
    padding-bottom: 0px;
    height: 750px;
}
.showroombg1 {
  background-image: url(../files/images/showroom/01_lg.jpg);
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .showroombg1 {
    height: 500px;
  }
  #showroomlocation2 {
    height: 1000px;
  }
}
@media (max-width: 767px) {
  .showroombg1 {
    height: 400px;
  }
  #showroomlocation2 {
    height: 800px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 750px;
}
@media (max-width: 1199px) {
  .contact-map iframe {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .contact-map iframe {
    height: 400px;
  }
}
#showroomlocation {
    background: var(--light-3);
    padding-top: 0px;
    padding-bottom: 0px;
    height: 750px;
}
.showroombg2 {
  background-image: url(../files/images/showroom/27_lg.jpg);
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.showroombg3 {
  background-image: url(../files/images/amtico/amtico_cover.jpg);
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#fitters {
    background: var(--light-3);
    padding-top: 0px;
    padding-bottom: 0px;
    height: 850px;
}
.fitters {
  background-image: url(../files/images/certificates/Fitters_lg.jpg);
  height: 850px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1500px) {
  .fitters {
    background-image: url(../files/images/certificates/Fitters.jpg);
  }
}
@media (max-width: 767px) {
  .showroombg2 {
    height: 400px;
  }
  .showroombg3 {
    height: 400px;
  }
  .fitters {
    height: 400px;
  }
  #fitters {
    height: 400px;
  }
  #showroomlocation {
    height: 400px;
  }
}
.nopad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.nopad2 {
    padding-bottom: 0px !important;
}
/*--Showroom Location Style End--*/

/*--Contact Style End--*/
#contact {
    background: var(--light-3);
    padding-top:30px;
    padding-bottom: 100px;
}
.contact-wrapper-form .standard-buttons .primary-btn {
  background: var(--brand-hl-dark);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.contact-wrapper-form .standard-buttons .active.primary-btn, .contact-wrapper-form .standard-buttons .primary-btn:hover, .contact-wrapper-form .standard-buttons .primary-btn:focus {
  background: rgba(119, 119, 119, 0.8);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.contact-wrapper-form .standard-buttons .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}
.contact-info {
  margin-top: 30px;
  padding-bottom:100px;
}
.contact-info .single-contact-info {
  margin-top: 30px;
  justify-content: center;
}
.contact-info .single-contact-info .contact-info-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  background-color: var(--brand-hl-dark);
  border-radius: 50%;
}
.contact-info .single-contact-info .contact-info-content {
  padding-left: 20px;
}
.contact-infor .single-contact-info .contact-info-content .text {
  color: var(--black);
}
.contact-wrapper-form .contact-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-wrapper-form .contact-title {
    font-size: 26px;
  }
}
.contact-wrapper-form .contact-title i {
  color: var(--black);
  margin-right: 8px;
}
.contact-wrapper-form .contact-title span {
  font-weight: 400;
}
.contact-wrapper-form .form-input {
  margin-top: 25px;
}
.contact-wrapper-form .form-input .help-block {
  margin-top: 2px;
}
.contact-wrapper-form .form-input label {
  font-size: 12px;
  line-height: 18px;
  color: var(--dark-3);
  margin-bottom: 8px;
  display: inline-block;
}
.contact-wrapper-form .form-input .input-items {
  position: relative;
}
.contact-wrapper-form .form-input .input-items input, .contact-wrapper-form .form-input .input-items textarea {
  width: 100%;
  height: 44px;
  border: 2px solid;
  padding-left: 44px;
  padding-right: 12px;
  position: relative;
  font-size: 16px;
}
.contact-wrapper-form .form-input .input-items textarea {
  padding-top: 8px;
  height: 200px;
  resize: none;
}
.contact-wrapper-form .form-input .input-items i {
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 20px;
  z-index: 9;
}
.contact-wrapper-form .form-input .input-items.default input, .contact-wrapper-form .form-input .input-items.default textarea {
  border-color: var(--gray-3);
  color: var(--dark-3);
}
.contact-wrapper-form .form-input .input-items.default input:focus, .contact-wrapper-form .form-input .input-items.default textarea:focus {
  border-color: var(--brand-hl-dark);
}
.contact-wrapper-form .form-input .input-items.default input::placeholder, .contact-wrapper-form .form-input .input-items.default textarea::placeholder {
  color: var(--dark-3);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.default i {
  color: var(--dark-3);
}
.contact-wrapper-form .form-input .input-items.active input, .contact-wrapper-form .form-input .input-items.active textarea {
  border-color: var(--brand-hl-dark);
  color: var(--black);
}
.contact-wrapper-form .form-input .input-items.active input::placeholder, .contact-wrapper-form .form-input .input-items.active textarea::placeholder {
  color: var(--black);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.active i {
  color: var(--primary-dark);
}
.contact-wrapper-form .form-input .input-items.error input, .contact-wrapper-form .form-input .input-items.error textarea {
  border-color: var(--error);
  color: var(--error);
}
.contact-wrapper-form .form-input .input-items.error input::placeholder, .contact-wrapper-form .form-input .input-items.error textarea::placeholder {
  color: var(--error);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.error i {
  color: var(--error);
}
.contact-wrapper-form .form-input .input-items.success input, .contact-wrapper-form .form-input .input-items.success textarea {
  border-color: var(--success);
  color: var(--success);
}
.contact-wrapper-form .form-input .input-items.success input::placeholder, .contact-wrapper-form .form-input .input-items.success textarea::placeholder {
  color: var(--success);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.success i {
  color: var(--success);
}
.contact-wrapper-form .form-input .input-items.disabled input, .contact-wrapper-form .form-input .input-items.disabled textarea {
  border-color: var(--gray-3);
  color: var(--dark-3);
  background: none;
}
.contact-wrapper-form .form-input .input-items.disabled input::placeholder, .contact-wrapper-form .form-input .input-items.disabled textarea::placeholder {
  color: var(--dark-3);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.disabled i {
  color: var(--dark-3);
}
.contact-wrapper-form .form-style .form-input .input-items input, .contact-wrapper-form .form-style .form-input .input-items textarea {
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 44px;
}
.contact-wrapper-form .form-style .form-input .input-items i {
  left: auto;
  right: 13px;
}
/* Customize the label (the container) */
.check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
  background-color: var(--brand-hl-dark);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*--Contact Style End--*/

/*--Footer Style Start--*/
.footer {
    background-color: var(--brand-hl-dark);   
}
.footer .footer-widget {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-widget {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .footer .footer-widget {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.footer .footer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--brand-tx-light);
}
.footer .footer-link {
  margin-top: 32px;
}
.footer .footer-link ul {
  margin-top: 8px;
}
.footer .footer-link ul a {
  font-size: 16px;
  line-height: 24px;
  color: var(--brand-tx-light);
  margin-top: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.7;
}
.footer .footer-link ul a:hover {
  color: var(--brand-tx-light);
  opacity: 1;
}
.footer .footer-copyright {
  padding: 20px 0;
  background-color: var(--brand-hl-dark) !important;
  font-size: 14px;
  border-top: 1px solid var(--light-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer .footer-copyright {
    text-align: center;
  }
}
.footer .footer-copyright .copyright .text {
  color: var(--brand-tx-light);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer .footer-copyright .copyright .text {
    margin-bottom: 15px;
  }
}
.footer .footer-copyright .social {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer .footer-copyright .social {
    text-align: center;
    margin-top: 20px;
  }
}
.footer .footer-copyright .social li {
  display: inline-block;
  margin-right: 15px;
}
.footer .footer-copyright .social li:last-child {
  margin-right: 0;
}
.footer .footer-copyright .social a {
  font-size: 18px;
  color: var(--brand-tx-light);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.footer .footer-copyright .social a:hover {
  color: var(--brand-tx-light);
  opacity: 0.8;
}
.footer .footer-copyright img {
  height: 77px;
  width: 350px;
}
/*--Footer Style End--*/

/*--Scroll Button Style Start--*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--brand-nav5);
  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;
  font-size: 14px;
  color: var(--brand-tx-light);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 35px;
}
.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: var(--brand-nav5);
  opacity: 0.6;
  color: var(--brand-tx-light);
}
/*--Scroll Button Style End--*/

/*--Breadcrumb Style Start--*/
#breadcrumb-carpet {
  background: var(--brand-nav1);
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--brand-tx-light);
}
#breadcrumb-carpet a {
  text-decoration: underline;
  color: var(--brand-tx-light);
}
#breadcrumb-carpet i {
  color: var(--brand-tx-light);
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #breadcrumb-carpet i {
    font-size: 18px;
  }
}
#breadcrumb-lvt {
  background: var(--brand-nav2);
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--brand-tx-light);
}
#breadcrumb-lvt a {
  text-decoration: underline;
  color: var(--brand-tx-light);
}
#breadcrumb-lvt i {
  color: var(--brand-tx-light);
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #breadcrumb-lvt i {
    font-size: 18px;
  }
}
#breadcrumb-vinyl {
  background: var(--brand-nav3);
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--brand-tx-light);
}
#breadcrumb-vinyl a {
  text-decoration: underline;
  color: var(--brand-tx-light);
}
#breadcrumb-vinyl i {
  color: var(--brand-tx-light);
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #breadcrumb-vinyl i {
    font-size: 18px;
  }
}
#breadcrumb-other {
    background: var(--brand-nav4);
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--brand-tx-light);
}
#breadcrumb-other a {
    text-decoration: underline;
    color: var(--brand-tx-light);
}
#breadcrumb-other i {
    color: var(--brand-tx-light);
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 10px;
}
@media (max-width: 767px) {
    #breadcrumb-other i {
        font-size: 18px;
    }
}
#breadcrumb-contact {
    background: var(--brand-nav5);
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--brand-tx-light);
}
#breadcrumb-contact a {
    text-decoration: underline;
    color: var(--brand-tx-light);
}

#breadcrumb-contact i {
    color: var(--brand-tx-light);
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 10px;
}
@media (max-width: 767px) {
    #breadcrumb-contact i {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    #breadcrumb-carpet {
        display: none;
    }
    #breadcrumb-lvt {
        display: none;
    }
    #breadcrumb-vinyl {
        display: none;
    }
    #breadcrumb-other {
        display: none;
    }
    #breadcrumb-contact {
        display: none;
    }
}
/*--Breadcrumb Style End--*/

/*--Product Carousel Style Start--*/
#productcarousel {
  background: var(--light-1);
  padding-top: 50px;
  padding-bottom: 75px;
}
/*#productcarousel  h2 {
  color: var(--black);
  margin-bottom: 20px;
}*/
#productcarousel .carpetcat h2 {
  margin-bottom: 25px;
  color: var(--black);
  position: relative;
  padding-bottom: 15px;
}
#productcarousel .carpetcat h2::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 4px;
  width: 150px;
  background-color: var(--brand-nav1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #productcarousel .carpetcat h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  #productcarousel .carpetcat h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
#productcarousel .lvtcat h2 {
  margin-bottom: 25px;
  color: var(--black);
  position: relative;
  padding-bottom: 15px;
}
#productcarousel .lvtcat h2::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 4px;
  width: 150px;
  background-color: var(--brand-nav2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #productcarousel .lvtcat h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  #productcarousel .lvtcat h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
#productcarousel .vinylcat h2 {
  margin-bottom: 25px;
  color: var(--black);
  position: relative;
  padding-bottom: 15px;
}
#productcarousel .vinylcat h2::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 4px;
  width: 150px;
  background-color: var(--brand-nav3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #productcarousel .vinylcat h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  #productcarousel .vinylcat h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
#productcarousel .othercat h2 {
  margin-bottom: 25px;
  color: var(--black);
  position: relative;
  padding-bottom: 15px;
}
#productcarousel .othercat h2::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 4px;
  width: 150px;
  background-color: var(--brand-nav4);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #productcarousel .othercat h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  #productcarousel .othercat h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
#productcarousel p {
  margin-bottom: 20px;
  color: var(--black);
}
#productcarousel .container-fluid {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
}
#productcarousel ul {
    list-style: none;
}
#productcarousel a {
    text-decoration: none;
}
.category-card .category-content .primary-btn-outline-carpet {
  background-color: var(--brand-nav1);
  border-color: var(--brand-tx-light);
  color: var(--brand-tx-light);
  font-weight: 500;
  margin-top: 25px;
}
.category-card .blog-content .active.primary-btn-outline-carpet, .category-card .category-content .primary-btn-outline-carpet:hover, .category-card .category-content .primary-btn-outline-carpet:focus {
  font-weight: 600;
}
.category-card .category-content .deactive.primary-btn-outline-carpet {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}
.category-card .category-content .primary-btn-outline-lvt {
  background-color: var(--brand-nav2);
  border-color: var(--brand-tx-light);
  color: var(--brand-tx-light);
  font-weight: 500;
  margin-top: 25px;
}
.category-card .blog-content .active.primary-btn-outline-lvt, .category-card .category-content .primary-btn-outline-lvt:hover, .category-card .category-content .primary-btn-outline-lvt:focus {
  font-weight: 600;
}
.category-card .category-content .deactive.primary-btn-outline-lvt {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}
.category-card .category-content .primary-btn-outline-vinyl {
  background-color: var(--brand-nav3);
  border-color: var(--brand-tx-light);
  color: var(--brand-tx-light);
  font-weight: 500;
  margin-top: 25px;
}
.category-card .blog-content .active.primary-btn-outline-vinyl, .category-card .category-content .primary-btn-outline-vinyl:hover, .category-card .category-content .primary-btn-outline-vinyl:focus {
  font-weight: 600;
}
.category-card .category-content .deactive.primary-btn-outline-vinyl {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}
.category-card {
  box-shadow: 0px 0px 30px var(--gray-4);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
  z-index: 5;
  position: relative;
}
.category-card .category-image img {
  width: 100%;
}
.category-card .category-content {
  padding: 35px;
  text-align: center;
  background: var(--brand-bg-light);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-card .category-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .category-card .category-content {
    padding: 20px;
  }
}
.category-card .carpet::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0%;
  background-color: var(--brand-nav1);
  transition: all 0.5s ease-in-out;
}
.category-card .carpet:hover::before {
  width: 100%;
}
.category-card .lvt::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0%;
  background-color: var(--brand-nav2);
  transition: all 0.5s ease-in-out;
}
.category-card .lvt:hover::before {
  width: 100%;
}
.category-card .vinyl::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0%;
  background-color: var(--brand-nav3);
  transition: all 0.5s ease-in-out;
}
.category-card .vinyl:hover::before {
  width: 100%;
}
.category-card .category-content .category-title {
  display: block;
  margin-bottom: 8px;
}
.category-card .category-content .category-title a {
  font-weight: 600;
  line-height: 30px;
  color: var(--brand-txh-dark);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.category-card .category-content .category-title a:hover {
  color: var(--brand-txh-dark);
}
.category-card .category-content span {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-3);
  margin-top: 8px;
  margin-right: 10px;
  display: inline-block;
}
.category-card .category-content .text {
  color: var(--brand-txp-dark);
  margin-top: 16px;
}
/*--Product Carousel Style End--*/

/*--Carpet Product Info Style Start--*/
.slider-area.slider .slider-content .slider-btn li .primary-btn-carpet {
  background: var(--brand-nav1);
  color: var(--brand-tx-light);
}
.slider-area.slider .slider-content .slider-btn li .primary-btn-lvt {
  background: var(--brand-nav2);
  color: var(--brand-tx-light);
}
.slider-area.slider .slider-content .slider-btn li .primary-btn-vinyl {
  background: var(--brand-nav3);
  color: var(--brand-tx-light);
}
.slider-area.slider .slider-content .slider-btn li .primary-btn-carpet i {
  color: var(--brand-tx-light);
  margin-right: 10px;
}
.slider-area.slider .slider-content .slider-btn li .primary-btn-lvt i {
  color: var(--brand-tx-light);
  margin-right: 10px;
}
.slider-area.slider .slider-content .slider-btn li .primary-btn-vinyl i {
  color: var(--brand-tx-light);
  margin-right: 10px;
}
.slider-area.slider .slider-content .slider-btn li .active.primary-btn-carpet, .slider-area.slider .slider-content .slider-btn li .primary-btn-carpet:hover, .slider-area.slider .slider-content .slider-btn li .primary-btn-carpet:focus {
  background: var(--brand-nav1);
  color: var(--brand-tx-light);
  -webkit-box-shadow: var(--shadow-4);
  -moz-box-shadow: var(--shadow-4);
  box-shadow: var(--shadow-4);
}
.slider-area.slider .slider-content .slider-btn li .active.primary-btn-lvt, .slider-area.slider .slider-content .slider-btn li .primary-btn-lvt:hover, .slider-area.slider .slider-content .slider-btn li .primary-btn-lvt:focus {
  background: var(--brand-nav2);
  color: var(--brand-tx-light);
  -webkit-box-shadow: var(--shadow-4);
  -moz-box-shadow: var(--shadow-4);
  box-shadow: var(--shadow-4);
}
.slider-area.slider .slider-content .slider-btn li .active.primary-btn-vinyl, .slider-area.slider .slider-content .slider-btn li .primary-btn-vinyl:hover, .slider-area.slider .slider-content .slider-btn li .primary-btn-vinyl:focus {
  background: var(--brand-nav3);
  color: var(--brand-tx-light);
  -webkit-box-shadow: var(--shadow-4);
  -moz-box-shadow: var(--shadow-4);
  box-shadow: var(--shadow-4);
}
.slider-area.slider .slider-content .slider-btn li .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}
.slider-area.slider .slider-content .slider-btn li .primary-btn-outline-carpet {
  border-color: var(--brand-nav1);
  color: var(--brand-nav1);
}
.slider-area.slider .slider-content .slider-btn li .primary-btn-outline-carpet  i {
  color: var(--brand-nav1);
  margin-right: 10px;
}
.slider-area.slider .slider-content .slider-btn li .active.primary-btn-outline-carpet , .slider-area.slider .slider-content .slider-btn li .primary-btn-outline-carpet :hover, .slider-area.slider .slider-content .slider-btn li .primary-btn-outline-carpet :focus {
  background: var(--brand-nav1);
  color: var(--brand-tx-light);
}
.slider-area.slider .slider-content .slider-btn li .primary-btn-outline-lvt {
  border-color: var(--brand-nav2);
  color: var(--brand-nav2);
}
.slider-area.slider .slider-content .slider-btn li .primary-btn-outline-lvt i {
  color: var(--brand-nav2);
  margin-right: 10px;
}
.slider-area.slider .slider-content .slider-btn li .active.primary-btn-outline-lvt, .slider-area.slider .slider-content .slider-btn li .primary-btn-outline-lvt:hover, .slider-area.slider .slider-content .slider-btn li .primary-btn-outline-lvt:focus {
  background: var(--brand-nav2);
  color: var(--brand-tx-light);
}
.slider-area.slider .slider-content .slider-btn li .primary-btn-outline-vinyl {
  border-color: var(--brand-nav3);
  color: var(--brand-nav3);
}
.slider-area.slider .slider-content .slider-btn li .primary-btn-outline-vinyl i {
  color: var(--brand-nav3);
  margin-right: 10px;
}
.slider-area.slider .slider-content .slider-btn li .active.primary-btn-outline-vinyl, .slider-area.slider .slider-content .slider-btn li .primary-btn-outline-vinyl:hover, .slider-area.slider .slider-content .slider-btn li .primary-btn-outline-vinyl:focus {
  background: var(--brand-nav3);
  color: var(--brand-tx-light);
}
.slider-area.slider .slider-content .slider-btn li .active.primary-btn-outline i, .slider-area.slider .slider-content .slider-btn li .primary-btn-outline:hover i, .slider-area.slider .slider-content .slider-btn li .primary-btn-outline:focus i {
  color: var(--brand-tx-light);
}
.slider-area.slider .slider-content .slider-btn li .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}
.slider-area.slider {
  background-color: var(--light-2);
  position: relative;
}
.slider-area.slider .slider-content {
  padding-top: 232px;
  padding-bottom: 232px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .slider-area.slider .slider-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .slider-area.slider .slider-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.slider-area.slider .slider-content .slider-title {
  font-size: 44px;
  line-height: 55px;
  color: var(--black);
  padding: 0 5px;
}
@media (max-width: 991px) {
  .slider-area.slider .slider-content .slider-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .slider-area.slider .slider-content .slider-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.slider-area.slider .slider-content .text {
  color: var(--brand-txp-dark);
  margin-top: 18px;
  text-align:start !important;
}
.slider-area.slider .slider-content .text p {
  margin-bottom: 18px;
}
.slider-area.slider .slider-content .slider-btn {
  margin-top: 16px;
}
.slider-area.slider .slider-content .slider-btn li {
  display: inline-block;
  margin: 10px 8px 0;
}
@media (max-width: 767px) {
  .slider-area.slider .slider-content .slider-btn li {
    margin: 10px 3px 0;
  }
}
.slider-area.slider .carousel {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.slider .carousel {
    position: relative;
    height: 700px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-area.slider .carousel {
    position: relative;
    height: 400px;
    width: 100%;
  }
}
.slider-area.slider .carousel .carousel-inner {
  width: 100%;
  height: 100%;
}
.slider-area.slider .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}
.slider-area.slider .carousel .carousel-control-prev, .slider-area.slider .carousel .carousel-control-next {
  top: 30%;
  width: auto;
  height: auto;
  font-size: 32px;
  color: var(--white);
  bottom: auto;
  left: 8px;
  right: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  .slider-area.slider .carousel .carousel-control-prev, .slider-area.slider .carousel .carousel-control-next {
    font-size: 24px;
  }
}
.slider-area.slider .carousel .carousel-control-next {
  top: auto;
  bottom: 30%;
}
.slider-area.slider .carousel .carousel-indicators {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  bottom: auto;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .slider-area.slider .carousel .carousel-indicators {
    left: 16px;
  }
}
.slider-area.slider .carousel .carousel-indicators li {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  border: 0;
  margin: 5px 0;
}
.slider-area.slider .carousel .carousel-indicators li.active {
  background-color: var(--white);
  height: 16px;
  border-radius: 5px;
}
@media (min-width: 1500px) {
  #carpetproductinfo {
    min-height: 750px;
  }
}
@media (min-width: 992px) {
  #carpetproductinfo {
    min-height: 500px;
  }
}
/*--Carpet Product Info Style End--*/

/*--Jarallax Reviews Section Style Start--*/
#reviews {
    background-image: url(../../files/images/productslider/23e.jpg);
    background-size: cover;
    background-position: center;
}
/*.reviewpadding {
    padding-top: 210px;
    padding-bottom: 210px;
}*/
/*.reviewpadding {
    padding-top: 500px;
    padding-bottom: 500px;
}*/
.review {
    max-width: 800px;
    margin: auto;
    padding: 1.5rem;
}
.review .quote {
    font-size: 3.0rem;
    color: var(--brand-tx-light);
}
.review .quote .small {
    color: var(--brand-tx-light);
    font-size: 1rem;
}
.owl-dot span {
    background-color: var(--brand-tx-light) !important;
}
.owl-dot.active span {
    background-color: var(--brand-tx-light) !important;
}
.review h5 {
    color: var(--brand-tx-light);
}
.review p {
    color: var(--brand-tx-light);
}
.reviewpadding {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.overlay2 {
    position: relative;
    z-index: 2;
}
.overlay2::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
     background: linear-gradient(90deg,rgba(46, 46, 46, 0.7) 0%, rgba(74, 72, 71, 0.5) 50%, rgba(46, 46, 46, 0.7) 100%);
    z-index: -1;
}
/*--Jarallax Reviews Section Style End--*/

/*--Product List Style Start--*/
#productlist {
  background: var(--light-1);
  padding-top: 0px;
  padding-bottom: 50px;
  text-align: center;
}
#productlist h4 {
  color: var(--gray-1);
  margin-bottom: 20px;
}
#productlist a {
  text-decoration: underline;
  color: var(--gray-1);
  margin-right: 15px;
  font-size: 14px;
}
/*--Product List Style End--*/

/*--Showroom Gallery Style Start--*/
.portfolio-area {
  padding-top: 25px;
  padding-bottom: 150px;
  background: var(--light-1);
}
.portfolio-style {
  position: relative;
}
.portfolio-style .hide {
  display: none;
}
.portfolio-style .show {
  display: block;
}
.portfolio-style .image img {
  width: 100%;
}
.portfolio-style .gallery-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-color: transparent;
  opacity: 0.5;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-style .gallery-icon a {
  color: var(--brand-tx-light);
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style .gallery-icon a {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .portfolio-style .gallery-icon a {
    font-size: 100px;
  }
}
.portfolio-style:hover .gallery-icon {
  opacity: 1;
  visibility: visible;
}
.fittingtext {
    color: var(--brand-txp-dark);
    font-weight: 500;
    margin-bottom: 30px;
}
/*--Showroom Gallery Style End--*/

/*--Amtico Style Start--*/
#amticoabout {
    background-color: var(--light-1);
    padding-top: 30px;
    padding-bottom: 100px;
}
#amticoabout h3 {
    color: var(--brand-txp-dark);
    font-weight: 500;
}
.features-amtico .features-items {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-amtico .features-items {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .features-amtico .features-items {
    padding-top: 20px;
  }
}
.features-amtico .features-title {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-amtico .features-title {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .features-amtico .features-title {
    margin-top: 20px;
  }
}
.features-amtico .main-title {
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .features-amtico .main-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.features-amtico .main-title span {
  font-weight: 500;
}
.features-amtico .text-lg {
  margin-top: 19px;
}
.features-amtico .features-image {
  margin-top: 50px;
}
.features-amtico .features-image img {
  width: 100%;
  border-radius: 8px;
}
#video {
    background-color: var(--light-1);
    padding-bottom: 75px;
}
#video video {
    width: 1440px;
    height: auto;
}
@media (max-width: 1200px) {
  #video video {
    width: 100%;
    height: auto;
  }
}
/*--Amtico Style End--*/