*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 118px;
}
@media only screen and (max-width: 1024px) {
  :root {
    --headerheight: 100px;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --headerheight: 57.63px;
  }
}

body, html {
  font-family: "poppinsregular";
  font-size: 16px;
  line-height: 24px;
  color: #000;
  color: none;
}

body.overfloy-hidden {
  overflow: hidden;
}
body.overfloy-hidden header {
  transition: 0s;
}

a[href] {
  text-decoration: none;
  color: #000;
  transition: 0.5s ease;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
  transition: 0.5s ease;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}

.container-fluid {
  padding: 0 25px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

h1, h2, h3 {
  font-family: "poppinsmedium";
  font-weight: normal;
}

h4, h5, h6 {
  font-family: "poppinsmedium";
  font-weight: normal;
}

h1, .banner-home h2 {
  font-size: 72px;
  line-height: 1;
}
@media only screen and (max-width: 1366px) {
  h1, .banner-home h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1140px) {
  h1, .banner-home h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  h1, .banner-home h2 {
    font-size: 32px;
  }
}
h2 {
  font-size: 48px;
  line-height: 1;
}

h3 {
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 1300px) {
  h3 {
    font-size: 30px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 1140px) {
  h3 {
    font-size: 26px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

h4 {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 1366px) {
  h4 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

.text-center {
  text-align: center;
}

.grid {
  display: grid;
}

.invert {
  filter: invert(1);
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.heading h3 {
  font-size: 48px;
  line-height: 1;
}
@media only screen and (max-width: 1366px) {
  .heading h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .heading h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .heading h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .heading h3 {
    font-size: 24px;
  }
}
.heading h3 em {
  font-style: normal;
  font-family: "Silver South";
  font-weight: 100;
  font-size: 60px;
  line-height: 0.6;
}
@media only screen and (max-width: 991px) {
  .heading h3 em {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .heading h3 em {
    font-size: 44px;
  }
}
.heading.size30 h3 {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 1366px) {
  .heading.size30 h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .heading.size30 h3 {
    font-size: 24px;
  }
}
.heading.size36 h3 {
  font-size: 36px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .heading.size36 h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .heading.size36 h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .heading.size36 h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 365px) {
  .heading.size36 h3 {
    font-size: 24px;
  }
}
.heading.semibold h3 {
  font-family: "poppinssemibold";
  letter-spacing: 0;
}
.heading.regular h3 {
  font-family: "poppinsregular";
  letter-spacing: 0;
}
.heading.medium h3 {
  font-family: "poppinsmedium";
  letter-spacing: 0;
}
.heading p {
  color: #666666;
  line-height: 1.4;
}

.custom-scroll::-webkit-scrollbar {
  width: 7px;
}
.custom-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #666666;
  outline: 0;
}

input, button, select {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4235294118);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.overlay.overlay_active {
  opacity: 1;
  left: 0;
  width: 100%;
  pointer-events: all;
}

.video_icon {
  width: 55px;
  height: 55px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.video_icon:before {
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_icon img {
  width: 10px;
  height: auto;
  position: relative;
  margin-left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.ModelPop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.ModelPop .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ModelPop .close svg {
  width: 25px;
  height: 25px;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video .close_model {
  filter: invert(1);
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  cursor: pointer;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
}

.tab-nav ul {
  text-align: center;
}
.tab-nav ul li {
  display: inline-block;
  cursor: pointer;
}

.tab-nav-content {
  position: relative;
  overflow: hidden;
}
.tab-nav-content .tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: 0s ease;
}
.tab-nav-content .tabs.active {
  transition: 0.5s ease;
  position: unset;
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: all;
}
.tab-nav-content .tabs .read-more {
  padding: 3px 10px;
  background: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.banner {
  position: relative;
}
.banner::before, .banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner .bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .banner .banner-wrapper {
    padding: 0 15px;
  }
}
.banner .banner-wrapper.center-wrap {
  left: 50%;
  translate: -50% 0;
  text-align: center;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .banner .banner-wrapper.center-wrap {
    left: 0;
    right: 0;
    translate: 0 0;
  }
}
.banner .banner-wrapper.center-wrap .content {
  padding-left: 0;
}
.banner .banner-wrapper .content {
  padding-left: 8rem;
}
@media only screen and (max-width: 1024px) {
  .banner .banner-wrapper .content {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-wrapper .content {
    padding-left: 0;
  }
}
.banner .banner-wrapper .content h1, .banner .banner-wrapper .content p {
  color: #fff;
}
.banner .banner-wrapper .content p {
  font-family: "poppinsmedium";
}

.checkboxli {
  display: flex;
  gap: 0 15px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.checkboxli > p {
  line-height: 1.3;
}
.checkboxli span {
  position: relative;
  display: block;
  height: auto;
  width: 18px;
}
.checkboxli span p {
  height: 18px;
  width: 18px;
  position: relative;
  border: 1px solid #666666;
  border-radius: 2px;
}
.checkboxli span p::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  translate: -50% -50%;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.checkboxli input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkboxli input:checked ~ span p {
  background-color: #f50000;
  border-color: #f50000;
}
.checkboxli input:checked ~ span p::after {
  opacity: 1;
}

.load-more-btn a, .load-more-btn input, .load-more-btn button {
  display: inline-flex;
  color: #f50000;
  border: 1px solid #f50000;
  justify-content: center;
  align-items: center;
  font-family: "poppinsmedium";
  gap: 0 15px;
  padding: 8px 35px;
  border-radius: 30px;
}
.load-more-btn a:hover, .load-more-btn input:hover, .load-more-btn button:hover {
  background: #f50000;
  color: #fff;
}
.load-more-btn a:hover img, .load-more-btn input:hover img, .load-more-btn button:hover img {
  filter: invert(1) brightness(35);
}

.headerheight {
  margin-top: var(--headerheight);
}
@media only screen and (max-width: 1024px) {
  .headerheight {
    margin-top: 100.63px;
  }
}
@media only screen and (max-width: 991px) {
  .headerheight {
    margin-top: 57.63px;
  }
}

.owl-stage {
  display: flex;
}
.owl-stage .row-wrapper .item:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .owl-stage .row-wrapper .item:not(:first-child) {
    margin-top: 10px;
  }
}
.owl-stage .owl.item {
  height: auto;
}
.owl-stage .owl.item .item {
  height: 100%;
}

.modal1_1 {
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(14, 14, 14, 0.768627451);
  filter: alpha(opacity=60);
  opacity: 1;
  -moz-opacity: 0.8;
}

.center1_1 {
  z-index: 1000;
  padding: 10px;
  width: 416px;
  text-align: center;
  border-radius: 10px;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center1_1 p {
  font-size: 20px;
  line-height: 28px;
  margin-top: 18px;
  text-transform: uppercase;
  text-align: center;
}

.center1_1 img {
  width: 100%;
  margin: 0 auto;
}

.Non_PrimaryEmail {
  display: none;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.5s ease;
  background: rgb(16, 16, 16);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #000;
  transition: 0.5s ease;
}
header.header-fixed::before {
  height: 100%;
}
header .slide-top-content {
  background: #f7f7f7;
  position: relative;
}
header .slide-top-content .wrap-slide-top {
  padding: 20px 0;
  position: relative;
}
header .slide-top-content .wrap-slide-top .close-ico {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  cursor: pointer;
}
header .slide-top-content .wrap-slide-top .flex {
  justify-content: space-between;
}
header .slide-top-content .wrap-slide-top .flex .col {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  padding-right: 15px;
}
header .slide-top-content .wrap-slide-top .flex .col:not(:last-child) {
  border-right: 1px solid #cecece;
}
header .slide-top-content .wrap-slide-top .flex .col.col-3 {
  padding-right: 7em;
}
header .slide-top-content .wrap-slide-top .flex .col.col-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 25px;
}
header .slide-top-content .wrap-slide-top .flex .col.col-2 figure {
  flex: 0 1 auto;
}
header .slide-top-content .wrap-slide-top .flex .col.col-2 figure img {
  width: 47px;
  animation: 1s infinite alternate action;
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
header .slide-top-content .wrap-slide-top .flex .col.col-2 .col-2-md {
  flex: 1;
}
header .slide-top-content .wrap-slide-top .flex .col.col-2 .col-2-md a {
  display: inline-flex;
  justify-content: flex-start;
  gap: 0 12px;
  align-items: center;
}
header .slide-top-content .wrap-slide-top .flex .col.col-2 .col-2-md a img {
  width: 18px;
}
header .slide-top-content .wrap-slide-top .flex .col h6 {
  font-size: 16px;
  line-height: 1;
}
header .slide-top-content .wrap-slide-top .flex .col p, header .slide-top-content .wrap-slide-top .flex .col a {
  font-size: 14px;
  line-height: 1.3;
}
header .slide-top-content .wrap-slide-top .flex .col a {
  color: #f50000;
}
header .slide-top-content .wrap-slide-top .flex .col p {
  color: #666666;
  margin-top: 6px;
}
header .header-wrapper {
  position: relative;
  z-index: 1;
}
header .header-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s ease;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.9332107843) 100%);
}
header .header-wrapper a, header .header-wrapper p, header .header-wrapper label {
  color: #fff;
}
header .header-wrapper .flex {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  header .header-wrapper .flex {
    flex-direction: row-reverse;
  }
}
header .header-wrapper nav ul li {
  display: inline-block;
}
header .header-wrapper nav ul li a {
  text-transform: uppercase;
}
header .header-wrapper nav ul li.active a {
  color: #f50000;
}
header .header-wrapper nav ul li.has-drpdwn {
  position: relative;
}
header .header-wrapper nav ul li.has-drpdwn a {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
header .header-wrapper nav ul li.has-drpdwn:hover .drpdwn-menu {
  max-height: inherit;
  transform: translateY(0px);
  opacity: 1;
  overflow: visible;
  transition: opacity 0.5s ease, transform 0.5s ease, max-height 0s;
  pointer-events: all;
}
header .header-wrapper nav ul li.has-drpdwn .drpdwn-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background: #fff;
  transform: translateY(10px);
  width: 200px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 6px;
  margin-top: 14px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0s;
  z-index: 2;
  padding: 10px 0;
  pointer-events: none;
}
header .header-wrapper nav ul li.has-drpdwn .drpdwn-menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  translate: -50% -100%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
header .header-wrapper nav ul li.has-drpdwn .drpdwn-menu::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 20px;
  translate: 0 -100%;
}
header .header-wrapper nav ul li.has-drpdwn .drpdwn-menu ul {
  position: relative;
  max-height: 216px;
  overflow-y: auto;
}
header .header-wrapper nav ul li.has-drpdwn .drpdwn-menu ul::-webkit-scrollbar {
  width: 2px;
  background: none;
}
header .header-wrapper nav ul li.has-drpdwn .drpdwn-menu ul::-webkit-scrollbar-track {
  box-shadow: none;
}
header .header-wrapper nav ul li.has-drpdwn .drpdwn-menu ul::-webkit-scrollbar-thumb {
  background-color: #666666;
  outline: 0;
}
header .header-wrapper nav ul li.has-drpdwn .drpdwn-menu ul li {
  margin-left: 0;
  display: block;
  padding: 0 10px;
}
header .header-wrapper nav ul li.has-drpdwn .drpdwn-menu ul li a {
  text-transform: capitalize;
  display: block;
  color: #000;
  padding: 5px 10px;
  border-radius: 30px;
  transition: 0s;
}
header .header-wrapper nav ul li.has-drpdwn .drpdwn-menu ul li a:hover {
  transition: 0.5s ease;
  background: #f50000;
  color: #fff;
}
header .header-wrapper .upper-header {
  padding: 10px 0;
  border-bottom: 1px solid rgba(195, 200, 205, 0.2);
  position: relative;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .upper-header {
    border-bottom: none;
    padding: 8px 0;
  }
}
header .header-wrapper .upper-header nav ul li:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 1366px) {
  header .header-wrapper .upper-header nav ul li:not(:first-child) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1152px) {
  header .header-wrapper .upper-header nav ul li:not(:first-child) {
    margin-left: 12px;
  }
}
header .header-wrapper .upper-header a {
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (max-width: 1024px) {
  header .header-wrapper .upper-header .flex .colB {
    max-width: 115px;
  }
}
header .header-wrapper .upper-header .flex .colA, header .header-wrapper .upper-header .flex .colC {
  display: flex;
  align-items: center;
  gap: 0 35px;
  flex: 1 1;
}
@media only screen and (max-width: 1152px) {
  header .header-wrapper .upper-header .flex .colA, header .header-wrapper .upper-header .flex .colC {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .upper-header .flex .colA, header .header-wrapper .upper-header .flex .colC {
    gap: 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  header .header-wrapper .upper-header .flex .colA, header .header-wrapper .upper-header .flex .colC {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  header .header-wrapper .upper-header .flex .colA {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .upper-header .flex .colA nav {
    display: none;
  }
}
header .header-wrapper .upper-header .flex .colA .ham-btn {
  width: 35px;
  display: none;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 1152px) {
  header .header-wrapper .upper-header .flex .colA .ham-btn {
    display: flex;
  }
}
header .header-wrapper .upper-header .flex .colA .ham-btn span {
  width: 100%;
  background: #fff;
  height: 1px;
  display: block;
}
header .header-wrapper .upper-header .flex .colA .get_quote a {
  display: block;
  padding: 6px 20px;
  border: 1px solid #606060;
  border-radius: 30px;
}
header .header-wrapper .upper-header .flex .colA .get_quote a:hover {
  border-color: #f50000;
  background: #f50000;
}
header .header-wrapper .upper-header .flex .colC {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  header .header-wrapper .upper-header .flex .colC {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .upper-header .flex .colC ul li:nth-child(3) {
    display: none;
  }
}
header .header-wrapper .upper-header .flex .colC .search-bar {
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  header .header-wrapper .upper-header .flex .colC .has-drpdwn {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  header .header-wrapper .upper-header .flex .cart-nav {
    width: 25px;
  }
}
header .header-wrapper .upper-header .flex .cart-nav .cart-btn {
  position: relative;
  cursor: pointer;
}
header .header-wrapper .upper-header .flex .cart-nav .cart-btn span {
  position: absolute;
  right: -8px;
  top: -8px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 12px;
  background: #f50000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  header .header-wrapper .upper-header .flex .cart-nav .cart-btn span {
    font-size: 8px;
    height: 15px;
    width: 15px;
    right: -8px;
    top: -5px;
  }
}

.bottom-header {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .bottom-header {
    display: none;
  }
}
.bottom-header .container-fluid nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bottom-header .container-fluid nav > ul li {
  transition: 0.5s ease;
  padding: 0 30px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .bottom-header .container-fluid nav > ul li {
    padding: 0 20px;
  }
}
.bottom-header .container-fluid nav > ul li a {
  display: inline-block;
  height: 100%;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .bottom-header .container-fluid nav > ul li a {
    font-size: 13px;
  }
}
.bottom-header .container-fluid nav > ul li a::before {
  content: "";
  position: absolute;
  background: #f50000;
  height: 3px;
  left: 50%;
  right: 50%;
  bottom: 0;
  transition: 0.5s ease;
}
.bottom-header .container-fluid nav > ul li:hover > a::before {
  right: 0;
  left: 0;
}
.bottom-header .container-fluid nav > ul li:hover .content-nav-pop {
  transform: translateY(0%);
  opacity: 1;
  transition: none;
  overflow: visible;
  cursor: initial;
}
.bottom-header .container-fluid nav > ul li:hover .content-nav-pop .content-nav-pop-wrap .prd-cat .item {
  transform: translateY(0px);
  opacity: 1;
}
.bottom-header .container-fluid nav > ul li .content-nav-pop {
  position: fixed;
  left: 0;
  right: 0;
  height: calc(100vh - var(--headerheight));
  background: rgba(0, 0, 0, 0.4235294118);
  transform: translateY(100%);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 1024px) {
  .bottom-header .container-fluid nav > ul li .content-nav-pop {
    height: calc(100vh - 100.63px);
  }
}
.bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap {
  background: #fff;
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  max-height: 462px;
  height: 100%;
  overflow-y: auto;
}
.bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat {
    padding: 40px 20px;
  }
}
.bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "poppinsmedium";
  background: none;
  border-radius: 20px;
  padding: 0 10px 15px 10px;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  opacity: 0;
  border-radius: 5px;
  transform: translateY(8px);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
@media only screen and (max-width: 1280px) {
  .bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat .item {
    font-size: 14px;
    line-height: 1.2;
  }
}
.bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat .item:hover figure img {
  transform: scale(1.05);
}
.bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat .item:hover figcaption {
  color: #f50000;
  background: #fff;
}
.bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat .item figure {
  overflow: hidden;
  width: 145px;
  margin: 0 auto;
}
.bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat .item figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: 0.5s ease;
}
.bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat .item figcaption {
  color: #000;
  margin-top: 8px;
}
.bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat .view-clt-button {
  text-align: center;
  margin: 40px 0 0;
}
.bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat .view-clt-button a {
  color: #666666;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #666666;
  padding: 8px 30px;
  border-radius: 20px;
}
.bottom-header .container-fluid nav > ul li .content-nav-pop .content-nav-pop-wrap .prd-cat .view-clt-button a:hover {
  background: #f50000;
  border-color: #f50000;
  color: #fff;
}

.headerSearch {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
}
@media only screen and (max-width: 1140px) {
  .headerSearch {
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .headerSearch {
    height: -moz-fit-content;
    height: fit-content;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .headerSearch {
    left: 0;
    top: 0;
    right: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .headerSearch .form {
    padding: 5px 0;
    padding-right: 75px;
  }
}
.headerSearch .form .form-group {
  margin: 0 0 7px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .headerSearch .form .form-group {
    margin: 0 0 6px;
    padding: 0 10px;
  }
}
.headerSearch .form .form-group .form-control {
  width: 300px;
  margin-left: auto;
  display: inherit;
  position: relative;
  margin-right: 0;
  padding: 0;
  color: #666666;
  min-height: 40px;
  border: 0;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 28px;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .headerSearch .form .form-group .form-control {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .headerSearch .form .form-group .form-control {
    width: 100%;
    height: 46px;
  }
}
.headerSearch .form .form-group .form-control::-moz-placeholder {
  color: #666666;
}
.headerSearch .form .form-group .form-control::placeholder {
  color: #666666;
}
.headerSearch .form .form-group .clear_closeSearch {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  cursor: pointer;
}
.headerSearch .form .form-group .clear_closeSearch svg {
  width: 20px;
  height: 20px;
}
.headerSearch .searchWrapper {
  text-indent: initial;
}
.headerSearch .searchWrapper .modelSearchody .searchResult {
  border: 1px solid #666;
  width: 500px;
  max-width: 500px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  margin-top: 24px;
  padding: 10px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .headerSearch .searchWrapper .modelSearchody .searchResult {
    border-radius: 0;
    width: 100%;
    margin: 0;
    background: #fff;
  }
}
.headerSearch .searchWrapper .modelSearchody .SearchResulList {
  max-height: 435px;
  overflow-y: scroll;
}
.headerSearch .searchWrapper .modelSearchody .SearchResulList::-webkit-scrollbar {
  width: 5px;
}
.headerSearch .searchWrapper .modelSearchody .SearchResulList::-webkit-scrollbar-track {
  box-shadow: unset;
  background-color: #666;
}
.headerSearch .searchWrapper .modelSearchody .SearchResulList::-webkit-scrollbar-thumb {
  background-color: #f50000;
}
@media only screen and (max-width: 991px) {
  .headerSearch .searchWrapper .modelSearchody .SearchResulList {
    max-width: 100%;
    width: 100%;
  }
}
.headerSearch .searchWrapper .modelSearchody .list {
  display: block;
  margin-bottom: 10px;
  background: #fff;
}
.headerSearch .searchWrapper .modelSearchody .list:nth-child(odd) {
  background: #f6f6f6;
}
.headerSearch .searchWrapper .modelSearchody .list a {
  display: flex;
  color: #000;
  flex-wrap: wrap;
}
.headerSearch .searchWrapper .modelSearchody .list .imgSearc {
  width: 60px;
}
.headerSearch .searchWrapper .modelSearchody .list .imgSearc img {
  width: auto;
  height: 70px;
  mix-blend-mode: multiply;
}
.headerSearch .searchWrapper .modelSearchody .list .text {
  flex: 1;
}
.headerSearch .searchWrapper .modelSearchody .list .searcrestit {
  font-size: 16px;
  color: #000;
}
.headerSearch .searchWrapper .modelSearchody .list .searcresdec {
  color: #666;
}

.back-to-top {
  --posright: 40px;
  --btnsize: 48px;
  position: fixed;
  bottom: 40px;
  right: var(--posright);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.6s cubic-bezier(0.5, 0, 0, 1.25);
  transform: translateX(calc(var(--posright) + var(--btnsize)));
}
@media only screen and (max-width: 767px) {
  .back-to-top {
    --posright: 18px;
    --btnsize: 38px;
    bottom: 60px;
  }
}
.back-to-top.active {
  transform: translateX(0);
}
.back-to-top button {
  height: var(--btnsize);
  width: var(--btnsize);
  background: #f50000;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.back-to-top button svg {
  height: calc(var(--btnsize) * 0.5);
  width: calc(var(--btnsize) * 0.5);
}
.back-to-top button svg path {
  fill: #fff;
}

.subCatSlid {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px;
}
.subCatSlid .owl-stage {
  margin: 0 auto;
}
.subCatSlid .owl-nav button {
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  top: 9px;
  justify-content: center;
}
.subCatSlid .owl-nav button.owl-prev {
  left: 0;
}
.subCatSlid .owl-nav button.owl-next {
  right: 0;
}

.banner-home {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner-home {
    display: flex;
    flex-direction: column-reverse;
  }
}
.banner-home video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-home .banner-tab {
  display: none;
  position: absolute;
  height: calc(100vh - var(--headerheight));
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1152px) {
  .banner-home .banner-tab {
    height: calc(100% - var(--headerheight));
  }
}
@media only screen and (max-width: 1024px) {
  .banner-home .banner-tab {
    height: calc(100% - 100.63px);
  }
}
@media only screen and (max-width: 991px) {
  .banner-home .banner-tab {
    height: calc(100% - 57.63px);
  }
}
@media only screen and (max-width: 767px) {
  .banner-home .banner-tab {
    position: unset;
    height: auto;
    left: 0;
    z-index: 2;
  }
}
.banner-home .banner-tab ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .banner-home .banner-tab ul {
    display: block;
  }
}
.banner-home .banner-tab ul::before, .banner-home .banner-tab ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .banner-home .banner-tab ul::before, .banner-home .banner-tab ul::after {
    display: block;
  }
}
.banner-home .banner-tab ul::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(255, 255, 255, 0) 11%);
}
.banner-home .banner-tab ul::after {
  background: linear-gradient(278deg, rgba(0, 0, 0, 0.46) 0%, rgba(255, 255, 255, 0) 11%);
}
.banner-home .banner-tab ul .owl-nav button.owl-prev, .banner-home .banner-tab ul .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.banner-home .banner-tab ul .owl-nav button.owl-prev img, .banner-home .banner-tab ul .owl-nav .owl-next img {
  filter: invert(1);
}
.banner-home .banner-tab ul .owl-nav .owl-prev {
  left: 10px;
}
.banner-home .banner-tab ul .owl-nav .owl-next {
  right: 10px;
}
.banner-home .banner-tab ul .owl-stage {
  display: flex;
}
.banner-home .banner-tab ul .owl-stage .owl-item {
  height: auto;
  box-sizing: content-box;
}
.banner-home .banner-tab ul .owl-stage .owl-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.6392156863);
  border-bottom: none;
}
.banner-home .banner-tab ul .owl-stage .owl-item .item {
  height: 100%;
}
.banner-home .banner-tab ul img {
  width: auto;
}
.banner-home .banner-tab ul li {
  flex: 0 1 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f50000;
  font-size: 14px;
  line-height: 18px;
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner-home .banner-tab ul li {
    height: 100%;
    padding: 0;
  }
}
.banner-home .banner-tab ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6392156863);
}
@media only screen and (max-width: 767px) {
  .banner-home .banner-tab ul li:not(:last-child) {
    border-bottom: none;
  }
}
.banner-home .banner-tab ul li .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.banner-home .banner-tab ul li .bg-img img {
  opacity: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .banner-home .banner-tab ul li .bg-img img {
    width: 100%;
  }
}
.banner-home .banner-tab ul li span {
  display: block;
  color: #fff;
  max-width: 80px;
}
@media only screen and (max-width: 767px) {
  .banner-home .banner-tab ul li span {
    padding: 8px 10px;
  }
}
.banner-home .banner-tab ul li span .video-icon {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .banner-home .banner-tab ul li span .video-icon {
    display: none;
  }
}
.banner-home .banner-tab ul li.active {
  background: #fff;
}
.banner-home .banner-tab ul li.active .bg-img img {
  opacity: 0.25;
}
.banner-home .banner-tab ul li.active .video-icon {
  border-color: #000;
}
.banner-home .banner-tab ul li.active .video-icon img {
  filter: invert(1);
}
.banner-home .banner-tab ul li.active span {
  color: #000;
}
.banner-home .banner-tab-content .tabs {
  transition: 0.2s linear;
}
.banner-home .banner-tab-content .tabs.active .tabs-wrap .bg video {
  transform: scale(1);
}
.banner-home .banner-tab-content .tabs .tabs-wrap {
  position: relative;
}
.banner-home .banner-tab-content .tabs .tabs-wrap .bg {
  overflow: hidden;
}
@media only screen and (max-width: 1152px) {
  .banner-home .banner-tab-content .tabs .tabs-wrap .bg {
    height: auto;
    line-height: 0;
  }
}
.banner-home .banner-tab-content .tabs .tabs-wrap .bg video {
  transform: scale(1.4);
  transition: 0.8s ease;
}
.banner-home .banner-tab-content .tabs .tabs-wrap .content {
  position: absolute;
  right: 3%;
  bottom: 5%;
  max-width: 350px;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 1152px) {
  .banner-home .banner-tab-content .tabs .tabs-wrap .content {
    max-width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-home .banner-tab-content .tabs .tabs-wrap .content {
    max-width: 272px;
  }
}
@media only screen and (max-width: 520px) {
  .banner-home .banner-tab-content .tabs .tabs-wrap .content {
    left: 15px;
    max-width: 230px;
  }
}
.banner-home .banner-tab-content .tabs .tabs-wrap .content svg {
  width: 30px;
  height: 30px;
}
.banner-home .banner-tab-content .tabs .tabs-wrap .content svg path {
  stroke: #fff;
}
.banner-home .banner-tab-content .tabs .tabs-wrap .content h1, .banner-home .banner-tab-content .tabs .tabs-wrap .content p, .banner-home .banner-tab-content .tabs .tabs-wrap .content h2 {
  color: #fff;
}
.banner-home .banner-tab-content .tabs .tabs-wrap .content p {
  margin: 0 0 20px;
}
.banner-home .banner-tab-content .tabs .tabs-wrap .content .explore-btn a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "poppinsmedium";
}
.banner-home .banner-tab-content .tabs .tabs-wrap .content .explore-btn a .ico {
  position: relative;
}
.banner-home .banner-tab-content .tabs .tabs-wrap .content .explore-btn a .ico .arr {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -35%;
}
.banner-home .banner-tab-content .tabs .tabs-wrap .content .explore-btn a:hover .arr {
  left: -10%;
}
.banner-home .banner-tab-content .tabs .tabs-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 63%, rgba(0, 0, 0, 0.51) 77%);
}
@media only screen and (max-width: 767px) {
  .banner-home .banner-tab-content .tabs .tabs-wrap::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 23%, rgba(0, 0, 0, 0.51) 77%);
  }
}

.home-secA {
  padding: 20px 0 55px;
}
@media only screen and (max-width: 767px) {
  .home-secA {
    padding: 25px 0 35px;
  }
}
.home-secA .wrap-secA {
  padding: 0 70px;
}
@media only screen and (max-width: 1366px) {
  .home-secA .wrap-secA {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .wrap-secA {
    padding: 0 15px;
  }
}
.home-secA .wrap-secA .heading {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .home-secA .wrap-secA .heading {
    padding-bottom: 35px;
  }
}
.home-secA .wrap-secA .heading h3 {
  text-transform: uppercase;
  padding: 12px 0 5px;
}
.home-secA .wrap-secA .heading img {
  margin: 0 auto;
}
@media only screen and (max-width: 1152px) {
  .home-secA .wrap-secA .counter_sec .flex {
    gap: 30px 0;
  }
}
.home-secA .wrap-secA .counter_sec .flex .count-info {
  flex: 0 1 14.28%;
  max-width: 14.28%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1152px) {
  .home-secA .wrap-secA .counter_sec .flex .count-info {
    flex: 0 1 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .wrap-secA .counter_sec .flex .count-info {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 520px) {
  .home-secA .wrap-secA .counter_sec .flex .count-info {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .wrap-secA .counter_sec .flex .count-info:last-child {
    display: none;
  }
}
.home-secA .wrap-secA .counter_sec .flex .count-info h3 {
  font-size: 30px;
  line-height: 1;
  font-family: "poppinssemibold";
}
@media only screen and (max-width: 1366px) {
  .home-secA .wrap-secA .counter_sec .flex .count-info h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .wrap-secA .counter_sec .flex .count-info h3 {
    font-size: 22px;
  }
}
.home-secA .wrap-secA .counter_sec .flex .count-info p {
  color: #666666;
  line-height: 1.3;
  max-width: 170px;
  margin: 0 auto;
  margin-top: 6px;
}
@media only screen and (max-width: 520px) {
  .home-secA .wrap-secA .counter_sec .flex .count-info p {
    font-size: 14px;
    line-height: 1.2;
  }
}
.home-secA .wrap-secA .counter_sec .flex .count-info h6 {
  color: #f50000 !important;
}

.home-secB {
  background: #f7f7f7;
  padding: 45px 0 25px;
}
@media only screen and (max-width: 991px) {
  .home-secB {
    padding: 30px 0 25px;
  }
}
.home-secB .wrap-secB {
  padding: 0 35px;
}
@media only screen and (max-width: 991px) {
  .home-secB .wrap-secB {
    padding: 0 15px;
  }
}
.home-secB .wrap-secB .heading {
  max-width: 625px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.home-secB .wrap-secB .heading p {
  margin-top: 6px;
}
.home-secB .wrap-secB .col-md .grid {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .home-secB .wrap-secB .col-md .grid {
    grid-template-columns: 100%;
  }
}
.home-secB .wrap-secB .col-md .grid .item::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 22%, rgba(255, 255, 255, 0) 50%);
}
@media only screen and (max-width: 991px) {
  .home-secB .wrap-secB .col-md .grid .item::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.61) 35%, rgba(255, 255, 255, 0) 59%);
  }
}
.home-secB .wrap-secB .col-md .grid .item figure img {
  width: 100%;
}
.home-secB .wrap-secB .col-md .grid .item .info-md, .home-secB .wrap-secB .col-md .grid .item .title-md {
  color: #fff;
}
.home-secB .wrap-secB .col-md .grid .item .title-md {
  font-size: 24px;
  line-height: 1;
  font-family: "poppinsmedium";
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .home-secB .wrap-secB .col-md .grid .item .title-md {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secB .wrap-secB .col-md .grid .item .info-md {
    font-size: 14px;
    line-height: 23px;
  }
}
.home-secB .wrap-secB .col-md .grid .item:hover figure img {
  transform: scale(1.05);
}
.home-secB .wrap-secB .col-md .grid .item:hover .title-info .wrap-md::before {
  height: 100%;
}
.home-secB .wrap-secB .col-md .grid .item:hover .title-info .wrap-md .col-2 .btn-ar {
  transform: translateX(0px);
  opacity: 1;
}
.home-secB .wrap-secB .col-md .grid .item .title-info {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home-secB .wrap-secB .col-md .grid .item .title-info {
    position: relative;
  }
}
.home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 40px;
}
@media only screen and (max-width: 1366px) {
  .home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md {
    padding: 22px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md {
    padding: 15px;
  }
}
.home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: -1;
  background: #f50000;
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md::before {
    height: 100%;
  }
}
.home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md .col-1 {
  flex: 1;
  padding-right: 15px;
}
.home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md .col-2 {
  flex: 0 1 max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
.home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md .col-2 .btn-ar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(calc(40px + 100%));
  opacity: 0;
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md .col-2 .btn-ar {
    transform: translateX(0px);
    opacity: 1;
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md .col-2 .btn-ar {
    height: 35px;
    width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md .col-2 .btn-ar img {
    width: 9px;
  }
}
@media only screen and (max-width: 520px) {
  .home-secB .wrap-secB .col-md .grid .item .title-info .wrap-md .col-2 .btn-ar img {
    width: 7px;
  }
}

.home-secC {
  padding: 70px 0;
}
@media only screen and (max-width: 1152px) {
  .home-secC {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .home-secC .container {
    padding: 0;
    max-width: 100%;
  }
}
.home-secC .container .heading {
  max-width: 625px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.home-secC .container .heading p {
  margin-top: 6px;
}
.home-secC .container .secC-wrap .grid {
  grid-template-columns: repeat(5, max-content);
  grid-gap: 50px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .home-secC .container .secC-wrap .grid {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 50px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .container .secC-wrap .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .home-secC .container .secC-wrap .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-secC .container .secC-wrap .grid .item {
  text-align: center;
  position: relative;
}
.home-secC .container .secC-wrap .grid .item:hover img {
  transform: scale(1.1) translateY(-5px);
}
.home-secC .container .secC-wrap .grid .item:hover h6 {
  color: #f50000;
}
.home-secC .container .secC-wrap .grid .item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.home-secC .container .secC-wrap .grid .item img {
  margin: 0 auto;
}
.home-secC .container .secC-wrap .grid .item h6 {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 25px;
  color: #666666;
  font-family: "poppinssemibold";
  transition: 0.3s ease;
}
.home-secC .container .secC-wrap .offerings-slider2 .owl-stage, .home-secC .container .secC-wrap .offerings-slider1 .owl-stage {
  display: flex;
  animation: marquee 4s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0) ssly;
  }
}
.home-secC .container .secC-wrap .offerings-slider2 {
  margin-top: 35px;
}

.home-secD {
  padding: 25px 0 0;
}
.home-secD .heading {
  max-width: 625px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .home-secD .heading {
    padding-bottom: 40px;
  }
}
.home-secD .heading p {
  margin-top: 8px;
}
.home-secD .secD-wrap {
  padding: 0 70px;
}
@media only screen and (max-width: 1280px) {
  .home-secD .secD-wrap {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secD .secD-wrap {
    padding: 0 15px;
  }
}
.home-secD .secD-wrap .secD-col-md .grid {
  grid-template-columns: 70% 30%;
  grid-template-rows: 40vh 40vh;
  grid-gap: 15px;
}
@media only screen and (max-width: 1536px) {
  .home-secD .secD-wrap .secD-col-md .grid {
    grid-template-rows: 32.5vh 32.5vh;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secD .secD-wrap .secD-col-md .grid {
    grid-template-rows: 28vh 28vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-secD .secD-wrap .secD-col-md .grid {
    grid-template-columns: 55% 43%;
    grid-template-rows: 232px 232px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secD .secD-wrap .secD-col-md .grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.home-secD .secD-wrap .secD-col-md .grid .item {
  height: 100%;
  width: 100%;
}
.home-secD .secD-wrap .secD-col-md .grid .item figure {
  height: inherit;
}
.home-secD .secD-wrap .secD-col-md .grid .item figure img {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .home-secD .secD-wrap .secD-col-md .grid .item figure img {
    height: 285px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-secD .secD-wrap .secD-col-md .grid .item h6 {
  font-family: "poppinssemibold";
  color: #fff;
}
.home-secD .secD-wrap .secD-col-md .grid .item p {
  color: #fff;
}
.home-secD .secD-wrap .secD-col-md .grid .item a.get-quote {
  font-family: "poppinsmedium";
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  padding-bottom: 5px;
  padding-top: 15px;
}
.home-secD .secD-wrap .secD-col-md .grid .item .wrap-2ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-secD .secD-wrap .secD-col-md .grid .item .wrap-2ttl .col {
  flex: 1;
}
.home-secD .secD-wrap .secD-col-md .grid .item .wrap-2ttl img.chr {
  flex: 0 1 max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
.home-secD .secD-wrap .secD-col-md .grid .item:hover figure img {
  transform: scale(1.05);
}
.home-secD .secD-wrap .secD-col-md .grid .item.item-1 {
  grid-area: span 2/1;
}
.home-secD .secD-wrap .secD-col-md .grid .item.item-1::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.31) 100%, rgba(255, 255, 255, 0) 0%);
}
.home-secD .secD-wrap .secD-col-md .grid .item.item-1 .item-title {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
}
.home-secD .secD-wrap .secD-col-md .grid .item.item-1 .item-title .video_icon {
  margin: 0 auto;
  border-width: 2px;
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 991px) {
  .home-secD .secD-wrap .secD-col-md .grid .item.item-1 .item-title .video_icon {
    width: 60px;
    height: 60px;
  }
}
.home-secD .secD-wrap .secD-col-md .grid .item.item-1 .item-title .video_icon::before {
  height: 65px;
  width: 65px;
}
@media only screen and (max-width: 991px) {
  .home-secD .secD-wrap .secD-col-md .grid .item.item-1 .item-title .video_icon::before {
    width: 55px;
    height: 55px;
  }
}
.home-secD .secD-wrap .secD-col-md .grid .item.item-1 .item-title .video_icon img {
  width: auto;
}
@media only screen and (max-width: 991px) {
  .home-secD .secD-wrap .secD-col-md .grid .item.item-1 .item-title .video_icon img {
    width: 10px;
  }
}
.home-secD .secD-wrap .secD-col-md .grid .item.item-3:hover a.get-quote img {
  transform: translateX(10px);
}
.home-secD .secD-wrap .secD-col-md .grid .item.item-2::before, .home-secD .secD-wrap .secD-col-md .grid .item.item-3::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 32%, rgba(255, 255, 255, 0) 57%);
}
.home-secD .secD-wrap .secD-col-md .grid .item.item-2 .item-title, .home-secD .secD-wrap .secD-col-md .grid .item.item-3 .item-title {
  padding: 0 20px 30px;
}

.home-secE {
  padding: 70px 0 35px;
}
@media only screen and (max-width: 1024px) {
  .home-secE {
    padding: 45px 0 35px;
  }
}
.home-secE .secE-wrap {
  padding: 0 35px;
}
@media only screen and (max-width: 991px) {
  .home-secE .secE-wrap {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .secE-wrap {
    padding-right: 0;
  }
}
.home-secE .secE-wrap .uper-sec {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .home-secE .secE-wrap .uper-sec {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .secE-wrap .uper-sec {
    padding-right: 15px;
  }
}
.home-secE .secE-wrap .uper-sec .heading {
  max-width: 625px;
  margin: 0 auto;
}
.home-secE .secE-wrap .uper-sec .heading p {
  margin-top: 8px;
}
.home-secE .secE-wrap .uper-sec .custom-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media only screen and (max-width: 767px) {
  .home-secE .secE-wrap .uper-sec .custom-nav {
    display: none;
  }
}
.home-secE .secE-wrap .uper-sec .custom-nav button.owl-prev, .home-secE .secE-wrap .uper-sec .custom-nav .owl-next {
  height: 45px;
  width: 45px;
  border: 1px solid #666666;
  background: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .home-secE .secE-wrap .uper-sec .custom-nav button.owl-prev, .home-secE .secE-wrap .uper-sec .custom-nav .owl-next {
    height: 40px;
    width: 40px;
  }
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 25%, rgba(255, 255, 255, 0) 47%);
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item:hover figure {
  overflow: hidden;
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item:hover figure img {
  transform: scale(1.1);
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item:hover .item-info h5 {
  transform: scale(1.1) translateY(-10px);
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item:hover .item-info .seeall {
  color: #f50000;
  transform: scale(1.1);
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item:hover .item-info .seeall .arrow img.red {
  opacity: 1;
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item:hover .item-info .seeall .arrow img.white {
  opacity: 0;
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item .item-info {
  text-align: center;
  padding: 0 15px 45px;
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item .item-info h5 {
  font-family: "poppinsregular";
  color: #fff;
  padding-bottom: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .home-secE .secE-wrap .fm-product-demo .fm-product-slider .item .item-info h5 {
    font-size: 16px;
    padding-bottom: 12px;
    letter-spacing: 0px;
  }
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item .item-info .seeall {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  font-size: 14px;
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item .item-info .seeall .arrow {
  position: relative;
}
.home-secE .secE-wrap .fm-product-demo .fm-product-slider .item .item-info .seeall .arrow img.red {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: auto;
  opacity: 0;
}
.home-secE .secE-wrap .fm-product-demo .shop-btn {
  text-align: center;
  margin-top: 35px;
}
.home-secE .secE-wrap .fm-product-demo .shop-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
  font-family: "poppinsmedium";
}
.home-secE .secE-wrap .fm-product-demo .shop-btn a:hover {
  color: #f50000;
}
.home-secE .secE-wrap .fm-product-demo .shop-btn a:hover img {
  transform: translateX(5px);
}

.home-secF {
  background: url(../images/backgrounds/chair-white-big.png), linear-gradient(49deg, rgb(254, 254, 254) 19%, rgb(234, 235, 234) 93%);
  background-repeat: no-repeat;
  background-position: 100% 70%, 100%;
}
.home-secF .secF-wrap {
  padding: 55px 0;
}
@media only screen and (max-width: 991px) {
  .home-secF .secF-wrap {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secF .secF-wrap {
    padding: 30px 15px;
  }
}
.home-secF .secF-wrap .heading p {
  color: #666666;
  max-width: 625px;
  margin: 0 auto;
  margin-top: 5px;
  line-height: 22px;
}
.home-secF .secF-wrap .clients-lg-demo {
  padding-top: 50px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1400px) {
  .home-secF .secF-wrap .clients-lg-demo {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1140px) {
  .home-secF .secF-wrap .clients-lg-demo {
    max-width: 100%;
    margin-left: 0;
    padding: 0 15px;
    margin-top: 40px;
  }
}
.home-secF .secF-wrap .clients-lg-demo .clients-lg-slider .owl-stage {
  display: flex;
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0) ssly;
  }
}
.home-secF .secF-wrap .owl-carousel {
  mix-blend-mode: multiply;
}
.home-secF .secF-wrap .owl-carousel .owl-stage {
  display: flex;
}
.home-secF .secF-wrap .owl-carousel .owl-stage .owl-item {
  height: auto;
}
.home-secF .secF-wrap .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 35px;
  display: none;
}
.home-secF .secF-wrap .owl-carousel .owl-dots button.owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-inline: 5px;
  background: #666666;
  opacity: 0.3;
}
.home-secF .secF-wrap .owl-carousel .owl-dots button.owl-dot.active {
  background: #f50000;
  opacity: 1;
}
.home-secF .secF-wrap .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
}
.home-secF .secF-wrap .item a {
  display: block;
  width: 100%;
}
.home-secF .secF-wrap .item a img {
  width: auto;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.home-secF .secF-wrap .item a:hover img {
  transform: scale(1.05);
}
.home-secF .secF-wrap .btn-all-clt {
  text-align: center;
  padding-top: 30px;
}
.home-secF .secF-wrap .btn-all-clt a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 12px;
  color: #f50000;
  text-transform: uppercase;
  font-size: 14px;
}
.home-secF .secF-wrap .btn-all-clt a:hover img {
  transform: translateX(5px);
}

.home-secG .flex {
  height: 100%;
}
.home-secG .flex .colA {
  position: relative;
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  background: #f50000 url(../images/backgrounds/chair-small.png) no-repeat;
  background-position: bottom right;
  background-size: 60%;
}
@media only screen and (max-width: 991px) {
  .home-secG .flex .colA {
    flex: 0 1 35%;
    max-width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 15px;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 20px;
    background-image: none;
  }
}
.home-secG .flex .colA .gallery-tab {
  padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab {
    padding: 0;
    width: 100%;
  }
}
.home-secG .flex .colA .gallery-tab ul {
  text-align: left;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: 18%;
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab ul {
    margin-right: auto;
  }
}
.home-secG .flex .colA .gallery-tab ul li {
  display: block;
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-family: "poppinsmedium";
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab ul li:not(:first-child) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secG .flex .colA .gallery-tab ul li {
    font-size: 15px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 5px;
  }
}
.home-secG .flex .colA .gallery-tab ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: -112% -50%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab ul li::before {
    bottom: 0;
    top: auto;
    translate: 0 0;
  }
}
.home-secG .flex .colA .gallery-tab ul li.active {
  opacity: 1;
}
.home-secG .flex .colA .gallery-tab ul li.active::before {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colA .gallery-tab ul li.active::before {
    width: 100%;
  }
}
.home-secG .flex .colA .heading {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 18%;
}
@media only screen and (max-width: 1152px) {
  .home-secG .flex .colA .heading {
    top: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colA .heading {
    position: unset;
    translate: 0 0;
  }
}
.home-secG .flex .colA .heading h3 {
  color: #fff;
  font-weight: 100;
  font-family: "Silver South";
  font-size: 72px;
  line-height: 0.7;
}
@media only screen and (max-width: 1280px) {
  .home-secG .flex .colA .heading h3 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secG .flex .colA .heading h3 {
    font-size: 36px;
  }
}
.home-secG .flex .colA .heading h3 em {
  font-size: 48px;
  line-height: 1.3;
  display: block;
  font-family: "antiga";
  font-style: inherit;
  margin-left: 50px;
}
@media only screen and (max-width: 1152px) {
  .home-secG .flex .colA .heading h3 em {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secG .flex .colA .heading h3 em {
    font-size: 1.17em;
    margin-left: 0;
    margin-top: 4px;
  }
}
.home-secG .flex .colB {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
  height: inherit;
}
@media only screen and (max-width: 991px) {
  .home-secG .flex .colB {
    flex: 0 1 65%;
    max-width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.home-secG .flex .colB .gallery-tab-content {
  height: inherit;
  overflow: visible;
}
.home-secG .flex .colB .gallery-tab-content .tabs {
  transition: 0.2s linear;
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .item {
  position: relative;
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(334deg, #000 0%, transparent 50%);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .item img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .item figcaption {
  position: absolute;
  bottom: 10%;
  right: 7%;
  z-index: 1;
  color: #fff;
}
@media only screen and (max-width: 540px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .item figcaption {
    right: 0;
    width: 100%;
    text-align: center;
  }
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .item figcaption h5 {
  font-size: 28px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .item figcaption h5 {
    font-size: 18px;
  }
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .item figcaption p {
  padding-top: 8px;
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .item figcaption .video_icon img {
  width: 13px;
  height: auto;
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav {
  position: absolute;
  left: 0;
  --btnwidth: 38px;
  translate: calc(var(--btnwidth) / 2 * -1) 0;
  bottom: 0;
  z-index: 99;
  bottom: 20%;
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav {
    position: unset;
    display: initial;
  }
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav button.owl-prev, .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav .owl-next {
  height: var(--btnwidth);
  width: var(--btnwidth);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav button.owl-prev, .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
}
.home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav button.owl-prev img, .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav .owl-next img {
  width: 7px;
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav .owl-prev {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG .flex .colB .gallery-tab-content .gallery-slider .owl-nav .owl-next {
    right: 10px;
  }
}

.home-secH {
  padding: 55px 0;
}
@media only screen and (max-width: 991px) {
  .home-secH {
    padding: 40px 0;
  }
}
.home-secH .heading {
  max-width: 470px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .home-secH .heading {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secH .heading {
    padding: 0 15px;
    padding-bottom: 30px;
  }
}
.home-secH .client-demo {
  padding: 0 15px;
}
.home-secH .client-demo .custom-client-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  padding-top: 30px;
}
.home-secH .client-demo .custom-client-nav button.owl-prev, .home-secH .client-demo .custom-client-nav .owl-next {
  height: 45px;
  width: 45px;
  border: 1px solid #666666;
  background: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home-secH .client-demo .custom-client-nav .nmber em {
  font-size: 18px;
  line-height: 1;
  font-style: normal;
}
.home-secH .client-demo .custom-client-nav .nmber span em {
  font-family: "poppinssemibold";
}
.home-secH .client-demo .custom-client-nav .nmber p {
  display: inline-block;
}
.home-secH .client-demo .custom-client-nav .nmber p em {
  font-family: "poppinsregular";
  color: #666666;
}
@media only screen and (max-width: 1024px) {
  .home-secH .client-demo .client-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secH .client-demo .client-slider .owl-dots button.owl-dot {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #666666;
    opacity: 0.6;
    margin-inline: 5px;
  }
}
.home-secH .client-demo .client-slider .owl-dots button.owl-dot.active {
  background: #f50000;
  opacity: 1;
}
.home-secH .client-demo .client-slider .item {
  width: 100%;
  overflow: hidden;
}
.home-secH .client-demo .client-slider .item::before {
  background: linear-gradient(180deg, rgba(254, 254, 254, 0) 48%, rgba(0, 0, 0, 0.3925945378) 76%);
}
.home-secH .client-demo .client-slider .item .item-info {
  padding: 0 22px 30px;
}
@media only screen and (max-width: 767px) {
  .home-secH .client-demo .client-slider .item .item-info {
    padding: 0 15px 20px;
  }
}
.home-secH .client-demo .client-slider .item .item-info .info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 18px;
}
.home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md .video_icon {
  flex: 0 1 auto;
  width: 45px;
  height: 45px;
  border-width: 2px;
}
@media only screen and (max-width: 420px) {
  .home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md .video_icon {
    width: 40px;
    height: 40px;
    border-width: 1px;
  }
}
.home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md .video_icon::before {
  height: 40px;
  width: 40px;
}
.home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md .video_icon img {
  width: auto;
}
.home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md .ttl-wrap {
  flex: 1;
  padding-right: 20px;
}
.home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md .ttl-wrap .name, .home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md .ttl-wrap .desg {
  color: #fff;
  line-height: 1.4;
}
.home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md .ttl-wrap .name {
  font-family: "poppinssemibold";
}
@media only screen and (max-width: 420px) {
  .home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md .ttl-wrap .name {
    font-size: 14px;
  }
}
.home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md .ttl-wrap .desg {
  font-size: 14px;
  font-family: "poppinsregular";
}
@media only screen and (max-width: 420px) {
  .home-secH .client-demo .client-slider .item .item-info .info-wrap .col-md .ttl-wrap .desg {
    font-size: 13px;
  }
}
.home-secH .client-demo .client-slider .item .item-info .info-wrap .logo-ing {
  flex: 0 1 auto;
  display: none;
}
.home-secH .client-demo .client-slider .item .item-info .info-wrap .logo-ing img {
  width: auto;
}
.home-secH .client-demo .client-slider .item:has(.testi-text):hover .testi-text {
  transform: translateY(0%);
}
.home-secH .client-demo .client-slider .item .testi-text {
  background: #f50000;
  top: 0;
  height: 100%;
  overflow-y: auto;
  padding: 30px;
  transform: translateY(calc(100% + 1px));
  transition: 0.5s ease;
}
.home-secH .client-demo .client-slider .item .testi-text::-webkit-scrollbar {
  width: 4px;
  background: none;
  height: 4px;
}
.home-secH .client-demo .client-slider .item .testi-text::-webkit-scrollbar-track {
  box-shadow: none;
}
.home-secH .client-demo .client-slider .item .testi-text::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0px;
}
.home-secH .client-demo .client-slider .item .testi-text p {
  color: #fff;
}
.home-secH .client-demo .client-slider .item .testi-text p:not(:last-child) {
  margin-bottom: 12px;
}

.home-SecI {
  position: relative;
}
@media only screen and (max-width: 1152px) {
  .home-SecI {
    height: 65vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-SecI {
    height: auto;
  }
}
.home-SecI::before, .home-SecI::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.home-SecI::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 31%, rgba(3, 3, 4, 0.69) 93%);
}
.home-SecI .bg {
  height: 100%;
  line-height: 0;
}
.home-SecI .bg video, .home-SecI .bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-SecI .secI-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
@media only screen and (max-width: 675px) {
  .home-SecI .secI-wrap {
    left: 0;
    right: 0;
    translate: 0% -50%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-SecI .heading h3 {
    margin-bottom: 15px;
  }
}
.home-SecI .heading h3, .home-SecI .heading p {
  color: #fff;
}
.home-SecI .heading p {
  max-width: 470px;
  margin: 0 auto;
}
.home-SecI .video_icon {
  margin: 50px auto 70px;
  height: 66px;
  width: 66px;
  border-width: 2px;
  background: none;
}
@media only screen and (max-width: 767px) {
  .home-SecI .video_icon {
    height: 55px;
    width: 55px;
    margin: 30px auto 30px;
  }
}
.home-SecI .video_icon::before {
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .home-SecI .video_icon::before {
    height: 50px;
    width: 50px;
  }
}
.home-SecI .video_icon img {
  width: 13px;
}
@media only screen and (max-width: 767px) {
  .home-SecI .video_icon img {
    width: 9px;
  }
}
.home-SecI .video_icon img.play {
  margin-left: 2px;
}
.home-SecI .video_icon img.pause {
  display: none;
  margin-left: 0;
}
.home-SecI .video_icon.active .play {
  display: none;
}
.home-SecI .video_icon.active .pause {
  display: block;
}
.home-SecI .abt-btn a {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  font-family: "poppinsmedium";
  color: #fff;
}
.home-SecI .abt-btn a:hover img {
  transform: translateX(5px);
}

.home-secJ {
  background: #fff url(../images/backgrounds/chair-light-grey.png) no-repeat;
  background-position: 100% 70%;
  padding: 55px 0 75px;
}
@media only screen and (max-width: 991px) {
  .home-secJ {
    padding: 40px 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secJ {
    padding-bottom: 0;
  }
}
.home-secJ .content h4 {
  font-family: "poppinsregular";
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .home-secJ .content h4 {
    font-size: 20px;
    font-family: "poppinsmedium";
  }
}
.home-secJ .content p {
  text-align: justify;
  color: #666666;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .home-secJ .content p {
    margin-bottom: 24px;
  }
}

.home-secK {
  position: relative;
}
.home-secK .bg {
  height: calc(100vh - var(--headerheight));
}
@media only screen and (max-width: 1024px) {
  .home-secK .bg {
    height: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secK .bg {
    height: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secK .bg {
    display: none;
  }
}
.home-secK .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secK .secK-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home-secK .secK-wrapper {
    position: unset;
  }
}
.home-secK .secK-wrapper .secK-content {
  max-width: 542px;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .home-secK .secK-wrapper .secK-content {
    max-width: 470px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secK .secK-wrapper .secK-content {
    max-width: 100%;
  }
}
.home-secK .secK-wrapper .secK-content .card {
  background: #fff url(../images/backgrounds/chair-light-grey.png) no-repeat;
  padding: 50px 55px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-position: 100% 100%;
  background-size: 50%;
  transform: translate(35px, 50px);
}
@media only screen and (max-width: 1366px) {
  .home-secK .secK-wrapper .secK-content .card {
    padding: 45px 50px;
    transform: translate(0px, 50px);
  }
}
@media only screen and (max-width: 991px) {
  .home-secK .secK-wrapper .secK-content .card {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secK .secK-wrapper .secK-content .card {
    padding: 0;
    box-shadow: none;
    transform: translate(0, 0);
  }
}
.home-secK .secK-wrapper .secK-content .card h4 {
  font-family: "poppinsregular";
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .home-secK .secK-wrapper .secK-content .card h4 {
    font-family: "poppinsmedium";
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.home-secK .secK-wrapper .secK-content .card p {
  margin-bottom: 18px;
  color: #666666;
}
@media only screen and (max-width: 991px) {
  .home-secK .secK-wrapper .secK-content .card p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secK .secK-wrapper .secK-content .card p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 24px;
  }
}

.home-secJ.home-secL {
  padding: 85px 0 40px;
  background: none;
}
@media only screen and (max-width: 991px) {
  .home-secJ.home-secL {
    padding: 80px 0 25px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secJ.home-secL {
    padding: 0px 0 15px;
  }
}

.industry-home-sec {
  padding: 75px 0;
  background: url(../images/backgrounds/chair-white-big.png), linear-gradient(49deg, rgb(254, 254, 254) 19%, rgb(234, 235, 234) 93%);
  background-repeat: no-repeat;
  background-position: 100% 70%, 100%;
}
.industry-home-sec .heading {
  margin-bottom: 45px;
}
.industry-home-sec .heading p {
  margin-top: 12px;
}
.industry-home-sec .grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 25px;
}
@media only screen and (max-width: 1230px) {
  .industry-home-sec .grid {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .industry-home-sec .grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .industry-home-sec .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
  }
}
.industry-home-sec .grid .col {
  text-align: center;
}
.industry-home-sec .grid .col p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.3;
  text-wrap: balance;
}
@media only screen and (max-width: 540px) {
  .industry-home-sec .grid .col p {
    font-size: 12px;
  }
}
.industry-home-sec .grid .col .item {
  padding: 20px 10px;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}
@media only screen and (max-width: 520px) {
  .industry-home-sec .grid .col .item {
    padding: 20px 5px;
  }
}
.industry-home-sec .grid .col .item .icon img {
  margin: 0 auto;
  width: 42px;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 540px) {
  .industry-home-sec .grid .col .item .icon img {
    width: 35px;
  }
}
.industry-home-sec .grid .col .item:hover {
  cursor: pointer;
  transform: scale(1.08);
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
footer {
  background: url(../images/backgrounds/chair.png) no-repeat, linear-gradient(270deg, rgb(118, 118, 118) 21%, rgb(3, 3, 4) 100%);
  background-position: bottom right;
  padding: 20px 0 0;
}
footer .footer-wrapper {
  padding: 0 60px;
}
@media only screen and (max-width: 1280px) {
  footer .footer-wrapper {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrapper {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper {
    padding: 0;
    padding-bottom: 40px;
  }
}
footer .upper-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4784313725);
  padding: 10px 0;
}
@media only screen and (max-width: 860px) {
  footer .upper-footer {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .upper-footer {
    position: relative;
  }
}
@media only screen and (max-width: 860px) {
  footer .upper-footer .flex {
    gap: 18px 0;
  }
}
@media only screen and (max-width: 860px) {
  footer .upper-footer .flex .colA {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .upper-footer .flex .colA {
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 365px) {
  footer .upper-footer .flex .colA {
    max-width: 120px;
  }
}
footer .upper-footer .flex .colB {
  display: flex;
  align-items: center;
  flex: 1 1;
  justify-content: flex-end;
  gap: 0 25px;
}
@media only screen and (max-width: 860px) {
  footer .upper-footer .flex .colB {
    flex: 0 1 100%;
    justify-content: space-between;
    gap: 0 5px;
  }
}
footer .upper-footer .flex .colB .google-reviews {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 0;
  padding-right: 20px;
}
@media only screen and (max-width: 520px) {
  footer .upper-footer .flex .colB .google-reviews {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 420px) {
  footer .upper-footer .flex .colB .google-reviews {
    padding-right: 0;
    border-right: none;
  }
}
footer .upper-footer .flex .colB .google-reviews a {
  display: flex;
  align-items: center;
  gap: 0 14px;
}
footer .upper-footer .flex .colB .google-reviews a span {
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 365px) {
  footer .upper-footer .flex .colB .google-reviews a span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  footer .upper-footer .flex .colB .google-reviews a ul {
    display: none;
  }
}
footer .upper-footer .flex .colB .google-reviews a ul li {
  display: inline-block;
  vertical-align: middle;
}
footer .upper-footer .flex .colB .google-reviews a ul li:not(:first-child) {
  margin-left: 2px;
}
footer .upper-footer .flex .colB .social-links ul li {
  display: inline-block;
}
@media only screen and (max-width: 365px) {
  footer .upper-footer .flex .colB .social-links ul li:last-child {
    display: none;
  }
}
footer .upper-footer .flex .colB .social-links ul li:not(:first-child) {
  margin-left: 12px;
}
@media only screen and (max-width: 520px) {
  footer .upper-footer .flex .colB .social-links ul li:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 420px) {
  footer .upper-footer .flex .colB .social-links ul li:not(:first-child) {
    margin-left: 5px;
  }
}
footer .upper-footer .flex .colB .social-links ul li a {
  display: block;
  height: 25px;
  width: 25px;
}
@media only screen and (max-width: 860px) {
  footer .upper-footer .flex .colB .social-links ul li a {
    height: 22px;
    width: 22px;
  }
}
@media only screen and (max-width: 520px) {
  footer .upper-footer .flex .colB .social-links ul li a {
    height: 20px;
    width: 20px;
  }
}
footer .upper-footer .flex .colB .social-links ul li a svg {
  height: 100%;
  width: 100%;
  fill: #fff;
  transition: 0.5s ease;
}
footer .upper-footer .flex .colB .social-links ul li a:hover svg {
  fill: #f50000;
}
footer .upper-footer .flex .colB .ftr-btns {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .upper-footer .flex .colB .ftr-btns {
    position: absolute;
    top: 9px;
    right: 0;
  }
}
@media only screen and (max-width: 365px) {
  footer .upper-footer .flex .colB .ftr-btns {
    top: 4px;
  }
}
footer .upper-footer .flex .colB .ftr-btns .btn a {
  display: block;
  padding: 7px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-family: "poppinssemibold";
}
@media only screen and (max-width: 365px) {
  footer .upper-footer .flex .colB .ftr-btns .btn a {
    padding: 6px 19px;
  }
}
footer .upper-footer .flex .colB .ftr-btns .btn.reqst {
  margin-left: 15px;
}
footer .upper-footer .flex .colB .ftr-btns .btn.reqst a {
  background: #f50000;
  color: #fff;
}
footer .upper-footer .flex .colB .ftr-btns .btn.reqst a:hover {
  background: #fff;
  color: #000;
}
footer .middle-footer {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4784313725);
}
footer .middle-footer .grid {
  grid-template-columns: repeat(6, max-content);
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  footer .middle-footer .grid {
    grid-template-columns: repeat(3, max-content);
    gap: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .middle-footer .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
  }
}
footer .middle-footer .grid .col h4 {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
}
footer .middle-footer .grid .col a {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.8;
  color: #fff;
}
footer .middle-footer .grid .col .qr-img {
  margin-top: 20px;
}
footer .bottom-footer {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  footer .bottom-footer {
    padding: 15px 0;
  }
}
footer .bottom-footer .flex {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .bottom-footer .flex {
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
}
footer .bottom-footer a, footer .bottom-footer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 860px) {
  footer .bottom-footer a, footer .bottom-footer p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  footer .bottom-footer .colA {
    width: 100%;
  }
}
@media only screen and (max-width: 365px) {
  footer .bottom-footer nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4784313725);
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 365px) {
  footer .bottom-footer nav ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
  }
}
footer .bottom-footer nav ul li {
  display: inline-block;
}
footer .bottom-footer nav ul li:not(:first-child) {
  margin-left: 12px;
}
@media only screen and (max-width: 860px) {
  footer .bottom-footer nav ul li:not(:first-child) {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 420px) {
  footer .bottom-footer nav ul li:not(:first-child) {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 365px) {
  footer .bottom-footer nav ul li:not(:first-child) {
    margin-left: 0;
  }
}
footer .bottom-footer .colB {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 365px) {
  footer .bottom-footer .colB {
    flex-direction: column;
    gap: 7px;
    padding-top: 15px;
  }
}
footer .bottom-footer .colB a {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media only screen and (max-width: 540px) {
  footer .bottom-footer .colB a img {
    width: 50px;
  }
}

.footer-strip {
  display: none;
}
@media only screen and (max-width: 675px) {
  .footer-strip {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #f50000;
  }
}
.footer-strip ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.footer-strip ul li {
  text-align: center;
  line-height: 1;
}
.footer-strip ul li:not(:last-child) {
  padding: 10px 0;
  border-right: 1px solid #fff;
}
.footer-strip ul li a {
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  color: #fff;
}
.footer-strip ul li a img {
  filter: invert(1);
  width: 17px;
}

.Hamburger_menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(-100%);
  z-index: 9;
  transition: 0.5s ease;
  transition-delay: 0s;
}
.Hamburger_menu.is-open {
  transform: translateX(0%);
  transition-delay: 0.1s;
}
.Hamburger_menu .model-body {
  position: relative;
  width: 420px;
  background: #fff url(../images/backgrounds/chair-light-grey.png) no-repeat;
  background-position: bottom right;
  background-size: 60%;
  height: 100%;
  padding: 45px 35px 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .Hamburger_menu .model-body {
    width: 100vw;
    padding: 85px 25px 0;
    padding-right: 0;
  }
}
.Hamburger_menu .model-body .close_model {
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px;
  cursor: pointer;
}
.Hamburger_menu .model-body-wrap {
  height: 100%;
  padding-right: 25px;
  overflow-y: auto;
}
.Hamburger_menu .model-body-wrap::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.Hamburger_menu .model-body-wrap::-webkit-scrollbar-track {
  box-shadow: none;
}
.Hamburger_menu .model-body-wrap::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
  outline: 0;
}
.Hamburger_menu .Navigation-list .nav-model ul li {
  display: block;
}
.Hamburger_menu .Navigation-list .nav-model ul li a {
  font-size: 22px;
  line-height: 1.2;
  font-family: "poppinsmedium";
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn {
  position: relative;
  transition: 0.5s ease;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .ttl-prd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .ttl-prd .plu-ico {
  cursor: pointer;
  width: 16px;
  height: 18px;
  position: relative;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .ttl-prd .plu-ico span {
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: 0.2s ease;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .ttl-prd .plu-ico span::before {
  content: "";
  position: absolute;
  rotate: 90deg;
  height: inherit;
  width: inherit;
  background: inherit;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .ttl-prd .plu-ico.active span::before {
  opacity: 0;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .product-menu {
  padding: 5px 0;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .product-menu ul li:not(:last-child) {
  margin-bottom: 4px;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .product-menu ul li a {
  color: rgba(0, 0, 0, 0.6392156863);
  font-size: 17px;
  line-height: 1.2;
  padding: 3px 0;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .product-menu ul li a:hover {
  color: #000;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .product-menu ul li.sub-cateprd .sub-cat-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .product-menu ul li.sub-cateprd .sub-cat-ttl .arrow {
  cursor: pointer;
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .product-menu ul li.sub-cateprd .sub-cat-menu {
  margin: 12px 0;
  padding: 15px 0;
  border-top: 1px solid rgba(102, 102, 102, 0.2);
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .product-menu ul li.sub-cateprd .sub-cat-menu ul li a {
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
  padding: 3px 0;
  font-family: "poppinsregular";
}
.Hamburger_menu .Navigation-list .nav-model ul li.prdct-mn .product-menu ul li.sub-cateprd .sub-cat-menu ul li:not(:last-child) {
  margin-bottom: 0;
}
.Hamburger_menu .Navigation-list .nav-model ul li a {
  display: inline-block;
  padding: 6px 0;
  transition: 0.5s ease;
  opacity: 1;
  color: #000;
}
.Hamburger_menu .Navigation-list .btm-nv {
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 30px;
}
.Hamburger_menu .Navigation-list .btm-nv ul li {
  margin-bottom: 8px;
}
.Hamburger_menu .Navigation-list .btm-nv ul li a {
  font-size: 18px;
  color: #000;
}
.Hamburger_menu .Navigation-list .btm-nv ul li a:hover {
  transform: translateX(2px);
}

.inquiry_pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(100%);
  z-index: 9;
  transition: 0.5s ease;
  transition-delay: 0s;
}
.inquiry_pop.is-open {
  transform: translateX(0%);
  transition-delay: 0.1s;
}
.inquiry_pop .model-body {
  position: relative;
  width: 525px;
  background: #fff url(../images/backgrounds/chair-light-grey.png) no-repeat;
  background-position: bottom right;
  background-size: 35%;
  height: 100%;
  overflow-y: auto;
  padding: 85px 30px 40px;
}
.inquiry_pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
.inquiry_pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.inquiry_pop .model-body::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .inquiry_pop .model-body {
    width: 100%;
    padding: 80px 15px 0;
  }
}
@media only screen and (max-width: 320px) {
  .inquiry_pop .model-body {
    padding: 20px 15px 0;
  }
}
.inquiry_pop .model-body .close_model {
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 320px) {
  .inquiry_pop .model-body .close_model {
    padding: 15px;
  }
}
.inquiry_pop .model-body .model-body-wrap {
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  .inquiry_pop .model-body .model-body-wrap {
    padding: 0;
  }
}
.inquiry_pop .model-body .heading-ttl {
  margin-bottom: 30px;
}
.inquiry_pop .model-body .heading-ttl h3 {
  font-size: 20px;
  line-height: 1.2;
  font-family: "poppinsregular";
}
.inquiry_pop .model-body .heading-ttl p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 7px;
}
.inquiry_pop .model-body .form .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inquiry_pop .model-body .form .col .form-group {
  flex: 0 1 49%;
  max-width: 49%;
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .inquiry_pop .model-body .form .col .form-group {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.inquiry_pop .model-body .form .col .form-group.flex100 {
  flex: 0 1 100%;
  max-width: 100%;
}
.inquiry_pop .model-body .form .col .form-group select {
  height: auto;
  padding: 9px !important;
}
.inquiry_pop .model-body .form .col .form-group input, .inquiry_pop .model-body .form .col .form-group select {
  width: 100%;
  font-family: inherit;
  border: none;
  font-size: 14px;
  line-height: 1;
  border-radius: 30px;
  background: #fff;
  color: #000;
  padding: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #f5f5f5;
}
.inquiry_pop .model-body .form .col .form-group input:focus, .inquiry_pop .model-body .form .col .form-group select:focus {
  outline: none;
}
.inquiry_pop .model-body .form .col .form-group input option, .inquiry_pop .model-body .form .col .form-group select option {
  padding: 10px;
}
.inquiry_pop .model-body .form .col .form-group input option:nth-child(odd), .inquiry_pop .model-body .form .col .form-group select option:nth-child(odd) {
  background: #f5f5f5;
}
.inquiry_pop .model-body .form .col .form-group label, .inquiry_pop .model-body .form .col .form-group p {
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
  transition: 0.5s ease;
  line-height: 1;
}
.inquiry_pop .model-body .form .col .form-group label.valid, .inquiry_pop .model-body .form .col .form-group p.valid {
  top: 1px;
  background: none;
  font-size: 12px;
}
.inquiry_pop .model-body .form .col .form-group textarea {
  width: 100%;
  resize: none;
  border: none;
  border-radius: 20px;
  padding: 20px;
  max-height: 135px;
  color: #000;
  font-family: inherit;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #f5f5f5;
}
@media only screen and (max-width: 320px) {
  .inquiry_pop .model-body .form .col .form-group textarea {
    max-height: 100px;
  }
}
.inquiry_pop .model-body .form .col .form-group textarea:focus {
  outline: none;
}
.inquiry_pop .model-body .form .col .form-group textarea::-moz-placeholder {
  color: #000;
  font-family: inherit;
}
.inquiry_pop .model-body .form .col .form-group textarea::placeholder {
  color: #000;
  font-family: inherit;
}
.inquiry_pop .model-body .form .col .form-group.attach_file {
  position: relative;
}
.inquiry_pop .model-body .form .col .form-group.attach_file input {
  color: #fff;
  cursor: pointer;
}
.inquiry_pop .model-body .form .col .form-group.attach_file input::file-selector-button {
  display: none;
}
.inquiry_pop .model-body .form .col .form-group.attach_file input:focus {
  box-shadow: none;
}
.inquiry_pop .model-body .form .col .form-group.attach_file p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  right: 0;
  padding-right: 20px;
}
.inquiry_pop .model-body .form .col .file-list {
  flex: 0 1 100%;
  max-width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #f5f5f5;
  max-height: 100px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.inquiry_pop .model-body .form .col .file-list:empty {
  margin: 0;
}
.inquiry_pop .model-body .form .col .file-list::-webkit-scrollbar {
  width: 2px;
  background: #fff;
}
.inquiry_pop .model-body .form .col .file-list::-webkit-scrollbar-track {
  box-shadow: none;
}
.inquiry_pop .model-body .form .col .file-list::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #000;
}
.inquiry_pop .model-body .form .col .file-list li {
  padding: 0 20px;
  font-size: 14px;
}
.inquiry_pop .model-body .form .col .file-list li:first-child {
  padding-top: 10px;
}
.inquiry_pop .model-body .form .col .file-list li:last-child {
  padding-bottom: 10px;
}
.inquiry_pop .model-body .sbmt-btn {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 320px) {
  .inquiry_pop .model-body .sbmt-btn {
    margin-top: 8px;
  }
}
.inquiry_pop .model-body .sbmt-btn a, .inquiry_pop .model-body .sbmt-btn button, .inquiry_pop .model-body .sbmt-btn input {
  display: block;
  padding: 7px 20px;
  background: #f50000;
  font-family: "poppinsmedium";
  color: #fff;
  border-radius: 20px;
}
.inquiry_pop .model-body .sbmt-btn a:hover, .inquiry_pop .model-body .sbmt-btn button:hover, .inquiry_pop .model-body .sbmt-btn input:hover {
  background: #000;
}

.cart-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(100%);
  z-index: 11;
  transition: 0.5s ease;
  transition-delay: 0s;
}
.cart-menu.is-open {
  transform: translateX(0%);
  transition-delay: 0.1s;
}
.cart-menu .model-body {
  position: relative;
  width: 525px;
  background: #fff url(../images/backgrounds/chair-grey.png) no-repeat;
  background-position: bottom right;
  background-size: 35%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .cart-menu .model-body {
    width: 100vw;
  }
}
.cart-menu .model-body .close_model {
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px;
  cursor: pointer;
}
.cart-menu .model-body .model-body-wrap {
  height: 100%;
}
.cart-menu .model-body .model-body-wrap .colB {
  height: 55%;
  overflow-y: auto;
}
.cart-menu .model-body .model-body-wrap .colB::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.cart-menu .model-body .model-body-wrap .colB::-webkit-scrollbar-track {
  box-shadow: none;
}
.cart-menu .model-body .model-body-wrap .colB::-webkit-scrollbar-thumb {
  background-color: #f50000;
  outline: 0;
}
.cart-menu .model-body .model-body-wrap .colA {
  height: 45%;
  overflow: hidden;
}
.cart-menu .model-body .model-body-wrap .colA {
  padding: 30px 35px 20px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .cart-menu .model-body .model-body-wrap .colA {
    padding: 30px 20px 20px;
    padding-right: 0;
  }
}
.cart-menu .model-body .model-body-wrap .colA .ttl-cola {
  margin-bottom: 18px;
}
.cart-menu .model-body .model-body-wrap .colA .ttl-cola h3 {
  font-family: "poppinsmedium";
  font-size: 24px;
}
@media only screen and (max-width: 1366px) {
  .cart-menu .model-body .model-body-wrap .colA .ttl-cola h3 {
    font-size: 20px;
  }
}
.cart-menu .model-body .model-body-wrap .colA .product-col {
  padding: 0 15px;
  padding-right: 35px;
  height: calc(100% - 55px);
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .cart-menu .model-body .model-body-wrap .colA .product-col {
    padding: 0;
    padding-right: 20px;
  }
}
.cart-menu .model-body .model-body-wrap .colA .product-col::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.cart-menu .model-body .model-body-wrap .colA .product-col::-webkit-scrollbar-track {
  box-shadow: none;
}
.cart-menu .model-body .model-body-wrap .colA .product-col::-webkit-scrollbar-thumb {
  background-color: #f50000;
  outline: 0;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .col {
  position: relative;
  padding-bottom: 15px;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .col:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .col .remove {
  position: absolute;
  right: 8px;
  bottom: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .cart-menu .model-body .model-body-wrap .colA .product-col .col .remove {
    bottom: 7px;
  }
}
.cart-menu .model-body .model-body-wrap .colA .product-col .col .remove small {
  font-size: 12px;
  border-bottom: 1px solid #000;
  line-height: 1;
  color: #000;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .col .prd-img {
  width: 80px;
}
@media only screen and (max-width: 1366px) {
  .cart-menu .model-body .model-body-wrap .colA .product-col .col .prd-img {
    width: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .cart-menu .model-body .model-body-wrap .colA .product-col .col .prd-img {
    width: 42px;
  }
}
.cart-menu .model-body .model-body-wrap .colA .product-col .wdth-pc {
  max-width: 280px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .wdth-pc img {
  margin: 0 auto;
  width: 160px;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .wdth-pc .msg_fst {
  text-align: center;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .wdth-pc .msg_fst .hJKWmk {
  margin: 12px 0;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .wdth-pc .msg_fst .ShopNow {
  display: block;
  text-align: center;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .wdth-pc .msg_fst .ShopNow a {
  color: #fff;
  border: 1px solid #f50000;
  background: #f50000;
  padding: 4px 29px;
  display: inline-block;
  border-radius: 20px;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .wdth-pc .msg_fst .ShopNow a:hover {
  background: none;
  color: #f50000;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .grid {
  align-items: center;
  grid-template-columns: auto 1fr auto;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd {
  border: 1px solid #000;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2px 6px;
  border-radius: 5px;
}
@media only screen and (max-width: 420px) {
  .cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd {
    padding: 1px 6px;
  }
}
.cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd .counter {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd .plus, .cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd .minus {
  margin-top: 2px;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd button {
  cursor: pointer;
  font-family: "poppinsmedium";
  color: #000;
  font-size: 18px;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd input {
  width: 25px;
  text-align: center;
  pointer-events: none;
  color: #000;
  font-family: inherit;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd button, .cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd input {
  background: none;
  border: none;
  outline: none;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd button::-webkit-inner-spin-button, .cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd button::-webkit-outer-spin-button, .cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd input::-webkit-inner-spin-button, .cart-menu .model-body .model-body-wrap .colA .product-col .grid .counter-prd input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.cart-menu .model-body .model-body-wrap .colA .product-col .grid .prd-dtl {
  padding: 0 30px;
}
@media only screen and (max-width: 420px) {
  .cart-menu .model-body .model-body-wrap .colA .product-col .grid .prd-dtl {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 320px) {
  .cart-menu .model-body .model-body-wrap .colA .product-col .grid .prd-dtl {
    padding: 0 15px;
  }
}
.cart-menu .model-body .model-body-wrap .colA .product-col .grid .prd-dtl h6 {
  font-size: 15px;
  line-height: 1;
}
@media only screen and (max-width: 320px) {
  .cart-menu .model-body .model-body-wrap .colA .product-col .grid .prd-dtl h6 {
    font-size: 13px;
  }
}
.cart-menu .model-body .model-body-wrap .colA .product-col .grid .prd-dtl small {
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
@media only screen and (max-width: 320px) {
  .cart-menu .model-body .model-body-wrap .colA .product-col .grid .prd-dtl small {
    font-size: 11px;
  }
}
.cart-menu .model-body .model-body-wrap .colB .complete_to_request_a_quote {
  background: #E7E7E7;
  padding: 30px 30px;
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .cart-menu .model-body .model-body-wrap .colB .complete_to_request_a_quote {
    padding: 22px 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .cart-menu .model-body .model-body-wrap .colB .complete_to_request_a_quote {
    padding: 22px 20px;
  }
}
.cart-menu .model-body .model-body-wrap .colB .heading-ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1366px) {
  .cart-menu .model-body .model-body-wrap .colB .heading-ttl {
    margin-bottom: 22px;
  }
}
.cart-menu .model-body .model-body-wrap .colB .heading-ttl h3 {
  font-size: 16px;
  line-height: 1.2;
  font-family: "poppinsmedium";
}
.cart-menu .model-body .model-body-wrap .colB .heading-ttl p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 7px;
}
.cart-menu .model-body .model-body-wrap .colB .form .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group {
  flex: 0 1 49%;
  max-width: 49%;
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
@media only screen and (max-width: 365px) {
  .cart-menu .model-body .model-body-wrap .colB .form .col .form-group {
    margin-bottom: 10px;
  }
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group.flex100 {
  flex: 0 1 100%;
  max-width: 100%;
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group select {
  height: auto;
  padding: 9px !important;
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group input, .cart-menu .model-body .model-body-wrap .colB .form .col .form-group select {
  width: 100%;
  font-family: inherit;
  border: none;
  font-size: 14px;
  line-height: 1;
  border-radius: 30px;
  background: #fff;
  color: #000;
  padding: 10px;
  border: 1px solid #f5f5f5;
}
@media only screen and (max-width: 1366px) {
  .cart-menu .model-body .model-body-wrap .colB .form .col .form-group input, .cart-menu .model-body .model-body-wrap .colB .form .col .form-group select {
    padding: 9px;
  }
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group input:focus, .cart-menu .model-body .model-body-wrap .colB .form .col .form-group select:focus {
  outline: none;
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group input option, .cart-menu .model-body .model-body-wrap .colB .form .col .form-group select option {
  padding: 10px;
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group input option:nth-child(odd), .cart-menu .model-body .model-body-wrap .colB .form .col .form-group select option:nth-child(odd) {
  background: #f5f5f5;
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group label {
  font-size: 13px;
  position: absolute;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
  transition: 0.5s ease;
  line-height: 1;
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group label.valid {
  top: 1px;
  background: none;
  font-size: 12px;
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group textarea {
  width: 100%;
  resize: none;
  border: none;
  border-radius: 20px;
  padding: 20px;
  max-height: 90px;
  color: #000;
  font-family: inherit;
  background: #fff;
  border: 1px solid #f5f5f5;
}
@media only screen and (max-width: 1366px) {
  .cart-menu .model-body .model-body-wrap .colB .form .col .form-group textarea {
    max-height: 75px;
  }
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group textarea:focus {
  outline: none;
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group textarea::-moz-placeholder {
  color: #000;
  font-family: inherit;
}
.cart-menu .model-body .model-body-wrap .colB .form .col .form-group textarea::placeholder {
  color: #000;
  font-family: inherit;
}
.cart-menu .model-body .model-body-wrap .colB .sbmt-btn {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 1366px) {
  .cart-menu .model-body .model-body-wrap .colB .sbmt-btn {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 365px) {
  .cart-menu .model-body .model-body-wrap .colB .sbmt-btn {
    margin-top: 4px;
  }
}
.cart-menu .model-body .model-body-wrap .colB .sbmt-btn a, .cart-menu .model-body .model-body-wrap .colB .sbmt-btn button, .cart-menu .model-body .model-body-wrap .colB .sbmt-btn input {
  display: block;
  padding: 7px 20px;
  background: #f50000;
  font-family: "poppinsmedium";
  color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 1366px) {
  .cart-menu .model-body .model-body-wrap .colB .sbmt-btn a, .cart-menu .model-body .model-body-wrap .colB .sbmt-btn button, .cart-menu .model-body .model-body-wrap .colB .sbmt-btn input {
    padding: 7px 35px;
    font-size: 14px;
    display: inline-block;
  }
}
.cart-menu .model-body .model-body-wrap .colB .sbmt-btn a:hover, .cart-menu .model-body .model-body-wrap .colB .sbmt-btn button:hover, .cart-menu .model-body .model-body-wrap .colB .sbmt-btn input:hover {
  background: #000;
}

.off-tod-Searchmodel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(100%);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, height 0s;
  z-index: 11;
}
.off-tod-Searchmodel::-webkit-scrollbar {
  width: 3px;
  background: #000;
}
.off-tod-Searchmodel::-webkit-scrollbar-track {
  box-shadow: none;
}
.off-tod-Searchmodel::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 0;
}
.off-tod-Searchmodel.is-open {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  transform: translateY(0%);
}
.off-tod-Searchmodel .model-body {
  height: 100%;
  overflow-y: auto;
}
.off-tod-Searchmodel .model-body::-webkit-scrollbar {
  width: 3px;
  background: none;
}
.off-tod-Searchmodel .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.off-tod-Searchmodel .model-body::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}
.off-tod-Searchmodel .close_model {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  padding: 25px;
  cursor: pointer;
}
.off-tod-Searchmodel .searchbar {
  position: sticky;
  top: 0;
  z-index: 11;
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #e7e7e7;
}
.off-tod-Searchmodel .searchbar .SearchForm {
  padding: 15px;
}
.off-tod-Searchmodel .searchbar .SearchForm .form .form-group {
  position: relative;
  margin: 0;
}
.off-tod-Searchmodel .searchbar .SearchForm .form .form-group .form-control {
  max-width: 100%;
  width: 100%;
  border: 0;
  padding: 5px 0px;
  padding-top: 20px;
  padding-bottom: 0;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  height: auto;
  background: none;
}
.off-tod-Searchmodel .searchbar .SearchForm .form .form-group .form-control:focus {
  outline: none;
}
.off-tod-Searchmodel .searchbar .SearchForm .form .form-group .form-control:focus ~ label {
  top: 5px;
}
.off-tod-Searchmodel .searchbar .SearchForm .form .form-group label {
  display: block;
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0;
  font-size: 20px;
  color: #a1a1a1;
  letter-spacing: 0.5px;
  text-align: center;
  font-style: italic;
  pointer-events: none;
  transition: 0.5s ease;
}
.off-tod-Searchmodel .searchbar .SearchForm .form .form-group label.valid {
  top: 5px;
  font-size: 16px;
}
.off-tod-Searchmodel .off-tod-SearcToCat {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
}
.off-tod-Searchmodel .off-tod-SearcToCat .heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 675px) {
  .off-tod-Searchmodel .off-tod-SearcToCat .heading {
    margin-bottom: 35px;
  }
}
.off-tod-Searchmodel .off-tod-SearcToCat .heading h3 {
  font-size: 40px;
  line-height: 45px;
}
@media only screen and (max-width: 675px) {
  .off-tod-Searchmodel .off-tod-SearcToCat .heading h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider {
  padding: 0 30px;
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider .owl-dots button.owl-dot {
  height: 11px;
  width: 11px;
  background: #666666;
  opacity: 0.6;
  transition: 0.5s ease;
  border-radius: 50%;
  margin-inline: 5px;
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider .owl-dots button.owl-dot.active {
  background: #f50000;
  opacity: 1;
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider .card {
  border-radius: 0;
  overflow: hidden;
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider .card .item {
  position: relative;
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider .card .item img {
  transition: 0.5s ease;
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider .card .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 73%, rgba(0, 0, 0, 0.59) 83%);
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider .card .item .catSlidContet {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider .card .item .catSlidContet .catName {
  color: #fff;
  font-size: 20px;
  transition: 0.5s ease;
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider .card .item:hover img {
  transform: scale(1.1);
}
.off-tod-Searchmodel .off-tod-SearcToCat .products-search-slider .card .item:hover .catName {
  transform: scale(1.1) translateY(-10px);
}
.off-tod-Searchmodel .off-tod-SearchResult .result {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .off-tod-Searchmodel .off-tod-SearchResult .result {
    padding: 15px;
  }
}
.off-tod-Searchmodel .off-tod-SearchResult .result .grid {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 15px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1230px) {
  .off-tod-Searchmodel .off-tod-SearchResult .result .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .off-tod-Searchmodel .off-tod-SearchResult .result .grid {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
.off-tod-Searchmodel .off-tod-SearchResult .result .grid .row-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 38px;
  z-index: 1;
  background: white;
}
.off-tod-Searchmodel .off-tod-SearchResult .result .grid .col a:hover .card figure img {
  transform: scale(1.04);
}
.off-tod-Searchmodel .off-tod-SearchResult .result .grid .col a:hover p.name-product {
  color: #f50000;
}
.off-tod-Searchmodel .off-tod-SearchResult .result .grid .col .card {
  position: relative;
  overflow: hidden;
}
.off-tod-Searchmodel .off-tod-SearchResult .result .grid .col .card figure {
  background: #f6f6f6;
}
.off-tod-Searchmodel .off-tod-SearchResult .result .grid .col .card figure img {
  margin: 0 auto;
  mix-blend-mode: multiply;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .off-tod-Searchmodel .off-tod-SearchResult .result .grid .col .card figure img {
    padding: 25px;
  }
}
.off-tod-Searchmodel .off-tod-SearchResult .result .grid .col p.name-product {
  text-align: center;
  padding: 18px 20px;
}

.google_reviewModel {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 9;
  transition: 0.5s ease;
}
.google_reviewModel.is-open {
  transform: translateX(0%);
}
.google_reviewModel .model-body {
  width: 480px;
  background: linear-gradient(178deg, rgb(255, 255, 255) 21%, rgb(235, 235, 235) 84%);
  padding: 30px;
  margin-left: auto;
  margin-right: 0;
  height: 100%;
  position: relative;
  z-index: 11;
  transition: all 0.5s ease 0.5s;
}
@media only screen and (max-width: 767px) {
  .google_reviewModel .model-body {
    width: 100%;
  }
}
.google_reviewModel .model-body .close {
  position: absolute;
  right: 0;
  padding: 20px;
  padding-top: 10px;
  cursor: pointer;
}
.google_reviewModel .gooRev-Header {
  margin: 12px 0 30px;
}
.google_reviewModel .gooRev-Header .heading h3 {
  color: #000;
  font-size: 28px;
  margin-bottom: 8px;
}
.google_reviewModel .gooRev-Header .to_review img {
  display: inline-block;
}
.google_reviewModel .gooRev-Header .to_review span {
  padding-right: 7px;
}
.google_reviewModel .gooRev-Header .to_review span.pl {
  margin-left: 7px;
  color: #666666;
}
.google_reviewModel .gooRev-Body {
  height: 100%;
  overflow-y: scroll;
  margin-right: -30px;
  padding-right: 30px;
  padding-bottom: 148px;
}
.google_reviewModel .gooRev-Body::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
.google_reviewModel .gooRev-Body::-webkit-scrollbar-track {
  box-shadow: none;
}
.google_reviewModel .gooRev-Body::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}
.google_reviewModel .gooRev-Body .item {
  display: grid;
  gap: 22px 12px;
  grid-template-columns: max-content 1fr;
  position: relative;
}
.google_reviewModel .gooRev-Body .item:not(:last-child) {
  margin-bottom: 12px;
}
.google_reviewModel .gooRev-Body .item .icon img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.google_reviewModel .gooRev-Body .item .rating img {
  display: inline-block;
}
.google_reviewModel .gooRev-Body .item .content p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.google_reviewModel .gooRev-Body .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.google_reviewModel .gooRev-Footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #e7e7e7;
  padding: 12px 0;
}
.google_reviewModel .gooRev-Footer p a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.google_reviewModel .gooRev-Footer p a span {
  color: #666666;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}

.brocher-popmodel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transform: translateY(100%);
  opacity: 0;
}
.brocher-popmodel.is-open {
  transform: translateY(0%);
  opacity: 1;
}
.brocher-popmodel .model-body {
  position: relative;
}
.brocher-popmodel .model-body .close_model {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 1;
  filter: invert(1);
  cursor: pointer;
}
.brocher-popmodel .model-body iframe {
  height: 100vh;
  width: 100%;
  border: none;
}
@media only screen and (max-width: 767px) {
  .brocher-popmodel .model-body iframe .button[title="Social Share"] {
    display: none !important;
  }
}

.teampopup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11;
  translate: -50% 0%;
  transform: translateY(150%);
}
@media only screen and (max-width: 1280px) {
  .teampopup {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .teampopup {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .teampopup {
    width: 100%;
    left: 0;
    right: 0;
    translate: 0 0;
    top: 0;
    bottom: 0;
  }
}
.teampopup.is-open {
  translate: -50% -50%;
  transform: translateY(0%);
  transition: 0s ease;
}
@media only screen and (max-width: 767px) {
  .teampopup.is-open {
    translate: 0 0;
  }
}
.teampopup.is-open .model-body {
  opacity: 1;
  transform: translateX(0);
}
.teampopup .close_model {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  z-index: 1;
  cursor: pointer;
}
.teampopup .model-body {
  background: #fff;
  --base-padding: 30px;
  padding: var(--base-padding);
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
@media only screen and (max-width: 767px) {
  .teampopup .model-body {
    --base-padding: 15px;
    padding-top: 50px;
    height: 100%;
    overflow-y: auto;
  }
}
.teampopup .model-body .flex {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .teampopup .model-body .flex {
    gap: 20px 0;
  }
}
.teampopup .model-body .flex .colA {
  flex: 0 1 35%;
  max-width: 35%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .teampopup .model-body .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.teampopup .model-body .flex .colA figure img {
  width: 100%;
}
.teampopup .model-body .flex .colA .profile-lnkdin {
  padding-top: 10px;
  text-align: center;
  display: block;
}
.teampopup .model-body .flex .colA .profile-lnkdin svg {
  height: 25px;
  width: 25px;
  fill: #0072b1;
}
.teampopup .model-body .flex .colB {
  flex: 0 1 65%;
  max-width: 65%;
  width: 100%;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .teampopup .model-body .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.teampopup .model-body .flex .upder-desc {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.teampopup .model-body .flex .upder-desc .name-mmbr {
  font-size: 28px;
  font-family: "poppinsmedium";
}
.teampopup .model-body .flex .upder-desc .desg-mmbr {
  color: #666666;
  padding-top: 3px;
}
.teampopup .model-body .flex .content {
  max-height: 360px;
  overflow-y: auto;
  margin-right: calc(var(--base-padding) * -1);
}
@media only screen and (max-width: 767px) {
  .teampopup .model-body .flex .content {
    max-height: 100%;
    margin-right: 0;
  }
}
.teampopup .model-body .flex .content::-webkit-scrollbar {
  width: 7px;
  background: none;
}
.teampopup .model-body .flex .content::-webkit-scrollbar-track {
  box-shadow: none;
}
.teampopup .model-body .flex .content::-webkit-scrollbar-thumb {
  background-color: #666666;
  outline: 0;
}
.teampopup .model-body .flex .content p {
  color: #666666;
  margin-bottom: 15px;
}

.cart-message-pop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: 215px;
  margin: 0 auto;
  transform: translateY(-100%);
  transition: 0s ease;
}
.cart-message-pop .msg-pop-wrap {
  padding: 10px;
  text-align: center;
  background: #f50000;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 50px;
}
.cart-message-pop.is-open {
  transform: translateY(0%);
  transition: 0.5s ease;
  z-index: 11;
}

.careerPopModel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 9;
  transition: 0.5s ease;
  transform: translateX(100%);
}
.careerPopModel.is-open {
  transform: translateX(0%);
}
.careerPopModel .close_model {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .careerPopModel .close_model {
    padding: 12px;
  }
}
.careerPopModel .model-body {
  width: 525px;
  height: 100%;
  background: #fff;
  --varpaddingmodel: 42px;
  padding: 75px 0 0;
}
@media only screen and (max-width: 1366px) {
  .careerPopModel .model-body {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .careerPopModel .model-body {
    width: 100%;
    --varpaddingmodel: 20px;
    padding: 30px 0 0;
  }
}
.careerPopModel .model-body .model-body-wrap {
  padding: 0 var(--varpaddingmodel);
  height: 100%;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 20px;
}
.careerPopModel .model-body .model-body-wrap::-webkit-scrollbar {
  width: 3px;
  background: none;
}
.careerPopModel .model-body .model-body-wrap::-webkit-scrollbar-track {
  box-shadow: none;
}
.careerPopModel .model-body .model-body-wrap::-webkit-scrollbar-thumb {
  background-color: #f50000;
  outline: 0;
}
.careerPopModel .model-body .heading {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1366px) {
  .careerPopModel .model-body .heading {
    margin-bottom: 28px;
  }
}
.careerPopModel .model-body .heading h3 {
  padding-bottom: 8px;
}
@media only screen and (max-width: 1366px) {
  .careerPopModel .model-body .heading h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .careerPopModel .model-body .heading h3 {
    font-size: 20px;
  }
}
.careerPopModel .model-body .heading p {
  color: #666666;
  font-family: "poppinsmedium";
  line-height: 1.2;
}
.careerPopModel .model-body .form .form-group {
  --initialshadow: rgb(0 0 0 / 15%) 0px 1px 6px 1px;
  --activeshadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 3px;
}
.careerPopModel .model-body .form .form-group:not(:last-child) {
  --varspace: 18px;
  margin-bottom: var(--varspace);
}
@media only screen and (max-width: 767px) {
  .careerPopModel .model-body .form .form-group:not(:last-child) {
    --varspace: 13px;
  }
}
.careerPopModel .model-body .form .form-group input:not([type=radio]) {
  background: #fff;
  box-shadow: var(--initialshadow);
  border: none;
  font-family: inherit;
  color: #000;
  width: 100%;
  border-radius: 5px;
  padding: 8px 20px;
  transition: 0.5s ease;
}
.careerPopModel .model-body .form .form-group input:not([type=radio]):focus {
  outline: none;
  box-shadow: var(--activeshadow);
}
.careerPopModel .model-body .form .form-group input:not([type=radio]):focus::-moz-placeholder {
  color: #000;
}
.careerPopModel .model-body .form .form-group input:not([type=radio]):focus::placeholder {
  color: #000;
}
.careerPopModel .model-body .form .form-group input:not([type=radio])::-moz-placeholder {
  font-size: 16px;
  font-family: "poppinsmedium";
  color: #666666;
}
.careerPopModel .model-body .form .form-group input:not([type=radio])::placeholder {
  font-size: 16px;
  font-family: "poppinsmedium";
  color: #666666;
}
.careerPopModel .model-body .form .form-group label {
  display: block;
  font-size: 16px;
  font-family: "poppinsmedium";
  color: #666666;
  margin-bottom: var(--varspace);
}
.careerPopModel .model-body .form .form-group .job-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.careerPopModel .model-body .form .form-group .job-options .optionJobsel {
  position: relative;
  padding: 22px 15px;
}
.careerPopModel .model-body .form .form-group .job-options .optionJobsel input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  box-shadow: var(--initialshadow);
  transition: box-shadow 0.1s ease;
  cursor: pointer;
}
.careerPopModel .model-body .form .form-group .job-options .optionJobsel input:checked {
  border: 2px dashed #f50000;
  box-shadow: var(--activeshadow);
}
.careerPopModel .model-body .form .form-group .job-options .optionJobsel input:checked ~ .tic {
  transform: scale(1);
  opacity: 1;
}
.careerPopModel .model-body .form .form-group .job-options .optionJobsel .jobnameSel, .careerPopModel .model-body .form .form-group .job-options .optionJobsel .experjobSel {
  font-family: "poppinsmedium";
  line-height: 1.2;
  display: block;
}
.careerPopModel .model-body .form .form-group .job-options .optionJobsel .jobnameSel {
  font-size: 14px;
  color: #000;
  padding-right: 15px;
}
.careerPopModel .model-body .form .form-group .job-options .optionJobsel .experjobSel {
  font-size: 13px;
  color: #666666;
  padding-top: 8px;
}
.careerPopModel .model-body .form .form-group .job-options .optionJobsel .tic {
  position: absolute;
  --sizedot: 24px;
  right: 18px;
  height: var(--sizedot);
  width: var(--sizedot);
  border-radius: 50%;
  background: #f50000;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.1s ease-out;
}
.careerPopModel .model-body .form .form-group .job-options .optionJobsel .tic:not(.center) {
  top: 18px;
}
.careerPopModel .model-body .form .form-group .job-options .optionJobsel .tic.center {
  top: 50%;
  translate: 0 -50%;
}
.careerPopModel .model-body .form .form-group .job-options .optionJobsel.others-option {
  padding: 14px 15px;
}
.careerPopModel .model-body .form .form-group.attach_file {
  position: relative;
}
.careerPopModel .model-body .form .form-group.attach_file input {
  color: #fff;
  cursor: pointer;
  background: #efefef;
  box-shadow: none;
}
.careerPopModel .model-body .form .form-group.attach_file input::file-selector-button {
  display: none;
}
.careerPopModel .model-body .form .form-group.attach_file input:focus {
  box-shadow: none;
}
.careerPopModel .model-body .form .form-group.attach_file p {
  font-family: "poppinsmedium";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.careerPopModel .model-body .submit-btn {
  margin-top: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-align: center;
  width: 100%;
  background: #f50000;
  font-family: "poppinsmedium";
  color: #fff;
  padding: 10px 0;
  transition: 0.4s ease-in-out;
  border-radius: 5px;
}
.careerPopModel .model-body .submit-btn:hover {
  background: #000;
}

.banner.product-listing-banner.product-category-listing::before {
  background: linear-gradient(180deg, rgba(254, 254, 254, 0) 46%, rgba(0, 0, 0, 0.6) 70%);
}
.banner.product-listing-banner.product-category-listing .banner-wrapper {
  bottom: 10%;
  top: auto;
}
.banner.product-listing-banner.product-category-listing .banner-wrapper .content {
  padding-left: 0;
  text-align: center;
}
.banner.product-listing-banner.product-category-listing .banner-wrapper .content h1 {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .banner.product-listing-banner.product-category-listing .banner-wrapper .content h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.product-listing-banner.product-category-listing .banner-wrapper .content h1 {
    font-size: 28px;
  }
}

.product-cat-secA .container {
  max-width: 1680px;
}
.product-cat-secA .sub-cat-nav {
  text-align: center;
  position: sticky;
  top: var(--headerheight);
  background: #f5f5f5;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .product-cat-secA .sub-cat-nav {
    white-space: nowrap;
    overflow-y: auto;
    padding: 0 20px;
    top: 57px;
  }
}
.product-cat-secA .sub-cat-nav li, .product-cat-secA .sub-cat-nav .li {
  display: inline-block;
  padding: 15px;
  vertical-align: middle;
  cursor: pointer;
  font-family: "poppinsmedium";
  position: relative;
  white-space: nowrap;
  color: #666666;
}
.product-cat-secA .sub-cat-nav li:not(:last-child), .product-cat-secA .sub-cat-nav .li:not(:last-child) {
  margin-right: 35px;
}
.product-cat-secA .sub-cat-nav li.active, .product-cat-secA .sub-cat-nav .li.active {
  color: #000;
}
.product-cat-secA .sub-cat-nav li.active::before, .product-cat-secA .sub-cat-nav .li.active::before {
  height: 2px;
}
.product-cat-secA .sub-cat-nav li::before, .product-cat-secA .sub-cat-nav .li::before {
  content: "";
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0px;
  background: #f50000;
  transition: 0.5s ease;
}
.product-cat-secA .sub-cat-prodct {
  padding: 75px 0;
}
@media only screen and (max-width: 520px) {
  .product-cat-secA .sub-cat-prodct {
    padding: 50px 0;
  }
}
.product-cat-secA .sub-cat-prodct .col:not(:last-child) {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .product-cat-secA .sub-cat-prodct .col:not(:last-child) {
    margin-bottom: 40px;
  }
}
.product-cat-secA .sub-cat-prodct .col .heading {
  text-align: center;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .product-cat-secA .sub-cat-prodct .col .heading {
    margin-bottom: 40px;
  }
}
.product-cat-secA .sub-cat-prodct .col .heading h3 {
  font-size: 30px;
}
@media only screen and (max-width: 520px) {
  .product-cat-secA .sub-cat-prodct .col .heading h3 {
    font-size: 22px;
  }
}
.product-cat-secA .sub-cat-prodct .col .flex {
  justify-content: center;
  --flex-gap: 25px;
  --flex-col: 24.33%;
  --flexsize: calc(var(--flex-col) - var(--flex-gap) + 8px);
  gap: 55px var(--flex-gap);
}
@media only screen and (max-width: 767px) {
  .product-cat-secA .sub-cat-prodct .col .flex {
    --flex-gap: 15px;
    --flex-col: 50%;
    gap: 35px var(--flex-gap);
    --flexsize: calc(var(--flex-col) - var(--flex-gap) + 7px);
  }
}
.product-cat-secA .sub-cat-prodct .col .flex .item {
  flex: 0 1 var(--flexsize);
  max-width: var(--flexsize);
  width: 100%;
  text-align: center;
}
.product-cat-secA .sub-cat-prodct .col .flex .item figure {
  overflow: hidden;
}
.product-cat-secA .sub-cat-prodct .col .flex .item figure img {
  transition: 0.5s ease;
  display: block;
  margin: 0 auto;
  width: 70%;
}
.product-cat-secA .sub-cat-prodct .col .flex .item figcaption {
  padding-top: 16px;
  font-family: "poppinsmedium";
  transition: 0.5s ease;
}
.product-cat-secA .sub-cat-prodct .col .flex .item:hover figure img {
  transform: scale(1.05);
}
.product-cat-secA .sub-cat-prodct .col .flex .item:hover figcaption {
  color: #f50000;
}
.product-cat-secA .sub-cat-prodct .col .flex .item:hover .tab-col-fil figure img {
  transform: scale(1);
}
.product-cat-secA .sub-cat-prodct .col .flex .item:hover .tab-col-fil figcaption {
  color: #000;
}

.product-pop-tab {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  height: calc(100% - var(--headerheight));
  margin-top: var(--headerheight);
  background: #fff;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transition: 0.5s ease;
}
.product-pop-tab.is-open {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.product-pop-tab .close-pop-tab {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  z-index: 9;
}
.product-pop-tab .model-body {
  padding: 65px 0;
  height: 100%;
  overflow-y: auto;
}
.product-pop-tab .model-body .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px 30px;
}
@media only screen and (max-width: 991px) {
  .product-pop-tab .model-body .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .product-pop-tab .model-body .grid {
    grid-template-columns: 100%;
    grid-gap: 25px;
  }
}
.product-pop-tab .model-body .grid .tab-col-fil figcaption {
  color: #000;
}
.product-pop-tab .model-body .grid .tab-col-fil:hover figure img {
  transform: scale(1.05) !important;
}
.product-pop-tab .model-body .grid .tab-col-fil:hover figcaption {
  color: #f50000 !important;
}

.hasTab {
  cursor: pointer;
}

.banner.product-listing-banner::before {
  background: linear-gradient(270deg, rgba(254, 254, 254, 0) 56%, rgba(0, 0, 0, 0.3925945378) 100%);
}
@media only screen and (max-width: 767px) {
  .banner.product-listing-banner::before {
    background: linear-gradient(270deg, rgba(254, 254, 254, 0) -42%, rgba(0, 0, 0, 0.48) 100%);
  }
}
.banner.product-listing-banner .bg {
  height: 70vh;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .banner.product-listing-banner .bg {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner.product-listing-banner .bg {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner.product-listing-banner .banner-wrapper .content {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner.product-listing-banner .banner-wrapper .content h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.product-listing-banner .banner-wrapper .content p {
    font-size: 14px;
    font-family: "poppinsregular";
    line-height: 1.3;
    padding-top: 4px;
  }
}

.product-listing-secA .product-wrap {
  padding: 0 20px;
}
@media only screen and (max-width: 991px) {
  .product-listing-secA .product-wrap {
    padding: 0 15px;
  }
}
.product-listing-secA .upper-strap {
  padding: 10px 0;
  border-bottom: 1px solid #cecece;
  background: #fff;
  position: sticky;
  top: var(--headerheight);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .product-listing-secA .upper-strap {
    top: 57.63px;
  }
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .upper-strap {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 0;
  }
}
.product-listing-secA .upper-strap .flex {
  justify-content: space-between;
}
.product-listing-secA .upper-strap .flex .hide-filter-btn, .product-listing-secA .upper-strap .flex .show-filter-btn {
  display: flex;
  align-items: center;
  gap: 0 15px;
  cursor: pointer;
}
.product-listing-secA .upper-strap .flex .show-filter-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .upper-strap .flex .show-filter-btn {
    display: flex;
    flex: 1;
    border-right: 1px solid #d3d3d3;
    justify-content: center;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .upper-strap .flex .hide-filter-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .upper-strap .flex .toal-products {
    display: none;
  }
}
.product-listing-secA .upper-strap .flex .sort-by {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .upper-strap .flex .sort-by {
    flex: 1;
    padding: 10px 0;
  }
}
.product-listing-secA .upper-strap .flex .sort-by a {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .upper-strap .flex .sort-by a {
    justify-content: center;
  }
}
.product-listing-secA .upper-strap .flex .sort-by a img {
  filter: invert(1);
}
.product-listing-secA .upper-strap .flex .sort-by .drpdwn-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  transform: translateY(10px);
  width: 150px;
  max-height: 0;
  overflow: hidden;
  transition: all 0s;
  z-index: 2;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .upper-strap .flex .sort-by .drpdwn-menu {
    top: auto;
    bottom: 100%;
  }
}
.product-listing-secA .upper-strap .flex .sort-by .drpdwn-menu.active {
  max-height: inherit;
  transform: translateY(0px);
  opacity: 1;
  overflow: visible;
  transition: opacity 0.5s ease, transform 0.5s ease, max-height 0s;
}
.product-listing-secA .upper-strap .flex .sort-by .drpdwn-menu ul {
  padding: 10px;
  position: relative;
  max-height: 216px;
  overflow-y: auto;
}
.product-listing-secA .upper-strap .flex .sort-by .drpdwn-menu ul::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.product-listing-secA .upper-strap .flex .sort-by .drpdwn-menu ul::-webkit-scrollbar-track {
  box-shadow: none;
}
.product-listing-secA .upper-strap .flex .sort-by .drpdwn-menu ul::-webkit-scrollbar-thumb {
  background-color: #666666;
  outline: 0;
}
.product-listing-secA .upper-strap .flex .sort-by .drpdwn-menu ul li:not(:last-child) {
  margin-bottom: 12px;
}
.product-listing-secA .upper-strap .flex .sort-by .drpdwn-menu ul li p {
  font-size: 14px;
}
.product-listing-secA .product-sec {
  padding: 20px 0;
}
.product-listing-secA .product-sec .flex {
  justify-content: space-between;
  gap: 0 25px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .product-listing-secA .product-sec .flex {
    gap: 0 15px;
  }
}
.product-listing-secA .product-sec .flex.active {
  gap: 0;
}
.product-listing-secA .product-sec .flex.active .colA {
  flex: 0;
  max-width: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s ease, opacity 0s ease;
}
.product-listing-secA .product-sec .flex.active .colB .products-tab .grid {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1230px) {
  .product-listing-secA .product-sec .flex.active .colB .products-tab .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-listing-secA .product-sec .flex .colA {
  flex: 0 1 20%;
  max-width: 20%;
  width: 100%;
  transition: 0.5s ease, opacity 0.2s ease 0.2s;
}
@media only screen and (max-width: 1230px) {
  .product-listing-secA .product-sec .flex .colA {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .product-listing-secA .product-sec .flex .colA {
    flex: 0 1 35%;
    max-width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .product-sec .flex .colA {
    position: fixed;
    left: 0;
    top: 57.63px;
    bottom: 0;
    right: 0;
    flex: 0 1 100%;
    max-width: 100%;
    z-index: 2;
    background: #fff;
    transform: translateY(100%);
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .product-sec .flex .colA.is-open {
    transform: translateY(0%);
    opacity: 1;
    transition: opacity 0.4s ease;
  }
}
.product-listing-secA .product-sec .flex .colA .colA-wrap {
  position: sticky;
  top: calc(var(--headerheight) + 55px);
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .product-sec .flex .colA .colA-wrap {
    height: 100%;
  }
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .clear-btn {
  color: #666;
  padding: 10px 0;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .product-sec .flex .colA .colA-wrap .mbl-fltr-strp {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .mbl-fltr-strp ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .mbl-fltr-strp ul li {
  flex: 1;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: "poppinsmedium";
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .mbl-fltr-strp ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .mbl-fltr-strp ul .apply-btn {
  background: #fff;
  color: #000;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .mbl-fltr-strp ul .cancel-btn {
  background: #f50000;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec .plu-icon {
  cursor: pointer;
  width: 16px;
  height: 18px;
  position: relative;
  caret-color: transparent;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec .plu-icon span {
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: 0.2s ease;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec .plu-icon span::before {
  content: "";
  position: absolute;
  rotate: 90deg;
  height: inherit;
  width: inherit;
  background: inherit;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul.lvl2-subcategory-ul {
  padding: 15px 15px 15px 28px;
  background: #f5f5f5;
  margin: 12px 0;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul.lvl3-subsubcategory-ul {
  padding: 8px 2px 8px 20px;
  background: #f5f5f5;
  margin: 8px 0;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul.lvl3-subsubcategory-ul span.active img.arr {
  transform: rotate(-90deg);
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul.lvl4-subsubsubcategory {
  padding: 12px 0;
  padding-left: 12px;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul.lvl4-subsubsubcategory li:not(:last-child) {
  margin-bottom: 8px;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li.lvl1-category:not(:last-child), .product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li.lvl2-subcategory:not(:last-child) {
  margin-bottom: 12px;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li.lvl1-category span em, .product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li.lvl2-subcategory span em {
  margin-right: 18px;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li.lvl1-category span.active .plu-icon span::before, .product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li.lvl2-subcategory span.active .plu-icon span::before {
  opacity: 0;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li.lvl3-subsubcategory:not(:last-child) {
  margin-bottom: 8px;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li.lvl3-subsubcategory span {
  font-size: 15px;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li.lvl3-subsubcategory span em {
  width: 15px;
  margin-right: 12px;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li.lvl3-subsubcategory span em p {
  width: 15px;
  height: 15px;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li span {
  display: flex;
  align-items: center;
  position: relative;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li span .arr {
  margin-left: auto;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li span em {
  position: relative;
  display: block;
  height: auto;
  width: 18px;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li span em p {
  height: 18px;
  width: 18px;
  position: relative;
  border: 1px solid #666666;
  border-radius: 2px;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li span em p::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  translate: -50% -50%;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li span input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li span input:checked ~ em p {
  background-color: #f50000;
  border-color: #f50000;
}
.product-listing-secA .product-sec .flex .colA .colA-wrap .upper-sec ul li span input:checked ~ em p::after {
  opacity: 1;
}
.product-listing-secA .product-sec .flex .colB {
  flex: 1;
  width: 100%;
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 15px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1230px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid .col:hover .card figcaption {
  transform: translateY(0%);
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card {
  position: relative;
  overflow: hidden;
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figure {
  background: #f6f6f6;
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figure img {
  margin: 0 auto;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 991px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figure img {
    padding: 25px;
  }
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(245, 0, 0, 0.8392156863);
  transform: translateY(100%);
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption {
    position: unset;
    transform: translateY(0%);
    background: none;
  }
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul {
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul {
    padding: 0;
  }
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul li {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 6px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul li {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul li {
    padding: 14px 10px;
    flex: 1;
  }
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul li:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul li:not(:last-child) {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul li:not(:last-child) {
    color: #000;
    border: 1px solid #000;
    border-right: none;
  }
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul li:not(:last-child) a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul li:not(:last-child) a {
    color: #000;
  }
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul li:last-child {
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul li:last-child {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-listing-secA .product-sec .flex .colB .products-tab .grid .col .card figcaption ul li:last-child {
    background: #f50000;
    border: 1px solid #f50000;
  }
}
.product-listing-secA .product-sec .flex .colB .products-tab .grid .col p.name-product {
  text-align: center;
  padding: 18px 20px;
}
.product-listing-secA .product-sec .flex .colB .products-tab .product-load-more-btn {
  margin: 40px 0;
  text-align: center;
}

.product-detail-secA .small-gallr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 2;
  gap: 0 25px;
  padding: 30px 0 60px;
}
@media only screen and (max-width: 991px) {
  .product-detail-secA .small-gallr {
    gap: 0 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .small-gallr {
    position: unset;
    padding: 15px;
    padding-right: 0;
    gap: 0 15px;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    overflow-y: auto;
    justify-content: initial;
  }
}
.product-detail-secA .small-gallr .video-btn {
  flex: 0 1 88px;
  max-width: 88px;
  min-width: 88px;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1366px) {
  .product-detail-secA .small-gallr .video-btn {
    flex: 0 1 80px;
    max-width: 80px;
    min-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .small-gallr .video-btn {
    flex: 0 1 75px;
    max-width: 75px;
    min-width: 75px;
  }
}
.product-detail-secA .small-gallr .video-btn .video-ico {
  height: 40px;
  width: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .small-gallr .video-btn .video-ico {
    width: 35px;
    height: 35px;
  }
}
.product-detail-secA .small-gallr .gallr-btn {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.product-detail-secA .small-gallr .gallr-btn button {
  display: inline-block;
  width: 80px;
  cursor: pointer;
  transition: 0.4s ease;
  border: none;
  background: none;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1366px) {
  .product-detail-secA .small-gallr .gallr-btn button {
    width: 75px;
  }
}
.product-detail-secA .small-gallr .gallr-btn button.active {
  border: 1px solid #000;
}
.product-detail-secA .small-gallr .gallr-btn button img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.1428571;
}
.product-detail-secA .flex .colA {
  flex: 0 1 60%;
  max-width: 60%;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .product-detail-secA .flex .colA {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.product-detail-secA .flex .colA .product-slider .owl-stage {
  display: block;
}
.product-detail-secA .flex .colA .product-slider .owl-stage .owl-item {
  height: auto;
}
.product-detail-secA .flex .colA .product-slider .owl-stage .owl-item .item figure {
  height: 100%;
}
.product-detail-secA .flex .colA .product-slider .item > a.gallery-btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .flex .colA .product-slider .item > a.gallery-btn {
    width: 100%;
  }
}
.product-detail-secA .flex .colA .product-slider .item > a.gallery-btn figure {
  height: inherit;
  width: inherit;
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .flex .colA .product-slider .item > a.gallery-btn figure {
    width: 100%;
  }
}
.product-detail-secA .flex .colA .product-slider .item img {
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .flex .colA .product-slider .item img {
    width: 100%;
  }
}
.product-detail-secA .flex .colA .product-slider .owl-nav {
  --varspace: 12%;
}
@media only screen and (max-width: 1024px) {
  .product-detail-secA .flex .colA .product-slider .owl-nav {
    --varspace: 5%;
  }
}
.product-detail-secA .flex .colA .product-slider .owl-nav button.owl-prev, .product-detail-secA .flex .colA .product-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .flex .colA .product-slider .owl-nav button.owl-prev, .product-detail-secA .flex .colA .product-slider .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
  }
}
.product-detail-secA .flex .colA .product-slider .owl-nav button.owl-prev img, .product-detail-secA .flex .colA .product-slider .owl-nav .owl-next img {
  width: 10px;
}
.product-detail-secA .flex .colA .product-slider .owl-nav .owl-prev {
  left: var(--varspace);
}
.product-detail-secA .flex .colA .product-slider .owl-nav .owl-next {
  right: var(--varspace);
}
.product-detail-secA .flex .colB {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
  padding: 30px;
  padding-left: 50px;
}
@media only screen and (max-width: 1140px) {
  .product-detail-secA .flex .colB {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .flex .colB {
    padding: 20px 15px;
  }
}
.product-detail-secA .flex .colB .col-md .bredcrmp {
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .product-detail-secA .flex .colB .col-md .bredcrmp {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .flex .colB .col-md .bredcrmp {
    display: none;
  }
}
.product-detail-secA .flex .colB .col-md .bredcrmp ul li {
  display: inline-block;
  font-size: 14px;
}
.product-detail-secA .flex .colB .col-md .bredcrmp ul li.active a {
  color: #666666;
}
@media only screen and (max-width: 991px) {
  .product-detail-secA .flex .colB .col-md .product-desc {
    position: relative;
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .flex .colB .col-md .product-desc {
    margin-bottom: 22px;
  }
}
.product-detail-secA .flex .colB .col-md .product-desc .product-name {
  font-size: 30px;
  line-height: 1;
  font-family: "poppinssemibold";
}
@media only screen and (max-width: 1366px) {
  .product-detail-secA .flex .colB .col-md .product-desc .product-name {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .flex .colB .col-md .product-desc .product-name {
    font-size: 22px;
    padding-bottom: 3px;
  }
}
.product-detail-secA .flex .colB .col-md .product-desc .srl-no {
  color: #666666;
  line-height: 2;
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro {
  padding: 2rem 0 4rem;
  display: flex;
  gap: 0 15px;
}
@media only screen and (max-width: 991px) {
  .product-detail-secA .flex .colB .col-md .product-desc .add-pro {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    padding: 0;
  }
}
@media only screen and (max-width: 675px) {
  .product-detail-secA .flex .colB .col-md .product-desc .add-pro {
    position: unset;
    translate: 0 0;
    padding: 10px 0 20px;
  }
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro > span {
  font-family: "poppinsmedium";
  display: flex;
  align-items: center;
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro .counter-prd {
  position: relative;
  background: #f7f5f2;
  padding: 9px 15px;
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro .counter-prd .counter {
  margin: 0 10px;
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro .counter-prd .counter input {
  width: 50px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  pointer-events: none;
  font-family: inherit;
  color: #000;
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro .counter-prd .counter input::-webkit-outer-spin-button, .product-detail-secA .flex .colB .col-md .product-desc .add-pro .counter-prd .counter input::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro .counter-prd .counter input:focus {
  outline: none;
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro .counter-prd .counter button {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 22px;
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro .counter-prd .counter .minus {
  left: 8px;
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro .counter-prd .counter .plus {
  right: 8px;
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro .add-to-quote-btn a {
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  font-family: "poppinssemibold";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: #f50000;
  text-align: center;
  line-height: 1.1;
}
@media only screen and (max-width: 1230px) {
  .product-detail-secA .flex .colB .col-md .product-desc .add-pro .add-to-quote-btn a {
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .product-detail-secA .flex .colB .col-md .product-desc .add-pro .add-to-quote-btn a {
    font-size: 12px;
  }
}
.product-detail-secA .flex .colB .col-md .product-desc .add-pro .add-to-quote-btn a:hover {
  background: #000;
}
.product-detail-secA .flex .colB .col-md .btm-cont {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-gap: 0 25px;
}
@media only screen and (max-width: 1440px) {
  .product-detail-secA .flex .colB .col-md .btm-cont {
    grid-template-columns: 1fr max-content;
  }
}
@media only screen and (max-width: 365px) {
  .product-detail-secA .flex .colB .col-md .btm-cont {
    grid-gap: 0 18px;
  }
}
@media only screen and (max-width: 320px) {
  .product-detail-secA .flex .colB .col-md .btm-cont {
    grid-gap: 0 5px;
  }
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .share > span {
  display: block;
  font-family: "poppinsmedium";
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (max-width: 420px) {
  .product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .share ul {
    display: grid;
    grid-template-columns: repeat(6, max-content);
    grid-gap: 10px;
  }
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .share ul li {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .share ul li:not(:first-child) {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .share ul li:not(:first-child) {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 420px) {
  .product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .share ul li:not(:first-child) {
    margin-left: 0;
  }
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .share ul li a {
  height: 30px;
  width: 30px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .share ul li a svg {
  height: 20px;
  width: 20px;
  fill: #fff;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .share ul li a:hover {
  background: #f50000;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .mr-inf {
  padding: 20px 0;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .mr-inf > span {
  display: inline-block;
  font-size: 14px;
  font-family: "poppinsmedium";
  text-transform: uppercase;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .mr-inf a {
  color: #666666;
  border-bottom: 1px solid #666666;
  padding-bottom: 3px;
  margin-left: 6px;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .mr-inf a:hover {
  color: #f50000;
  border-color: #f50000;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .cal-us a {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .cal-us a:hover p {
  color: #f50000;
}
@media only screen and (max-width: 365px) {
  .product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .cal-us a img {
    width: 19px;
  }
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .cal-us span {
  color: #666666;
  font-family: "poppinsmedium";
  font-size: 14px;
  display: block;
  line-height: 1.7;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .cal-us p {
  font-size: 18px;
  line-height: 1;
  font-family: "poppinssemibold";
  transition: 0.3s ease;
}
@media only screen and (max-width: 1230px) {
  .product-detail-secA .flex .colB .col-md .btm-cont .col-md-1 .cal-us p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .product-detail-secA .flex .colB .col-md .btm-cont .col-md-2 {
    max-width: 140px;
  }
}
@media only screen and (max-width: 365px) {
  .product-detail-secA .flex .colB .col-md .btm-cont .col-md-2 {
    max-width: 115px;
  }
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-2 .download-brocher {
  position: relative;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-2 .download-brocher .clic-hr {
  margin-bottom: -35px;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-2 .download-brocher .item {
  width: 80%;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-2 .download-brocher .item img {
  width: 100%;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-2 .download-brocher .item::before {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 46%);
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-2 .download-brocher .item:hover img {
  transform: scale(1.05);
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-2 .download-brocher .item:hover .dwnld {
  color: #f50000;
}
.product-detail-secA .flex .colB .col-md .btm-cont .col-md-2 .download-brocher .item .dwnld {
  max-width: 50px;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-family: "poppinsmedium";
  transition: 0.4s ease;
}
@media only screen and (max-width: 365px) {
  .product-detail-secA .flex .colB .col-md .btm-cont .col-md-2 .download-brocher .item .dwnld {
    font-size: 12px;
    line-height: 1.1;
  }
}

.specifications-secPro {
  background: #f3f3f3 url(../images/backgrounds/chair-white-2.png) no-repeat;
  background-size: 25%;
  background-position: 103% 50%;
  padding: 75px 0;
}
@media only screen and (max-width: 1024px) {
  .specifications-secPro {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 767px) {
  .specifications-secPro .container {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .specifications-secPro .heading {
    padding: 0 15px;
  }
}
.specifications-secPro .spec-tab {
  margin: 40px 0;
}
@media only screen and (max-width: 1024px) {
  .specifications-secPro .spec-tab {
    margin: 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  .specifications-secPro .spec-tab {
    padding: 0 0 15px 15px;
    white-space: nowrap;
    width: 100%;
    overflow-y: scroll;
  }
}
.specifications-secPro .spec-tab ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  font-family: "poppinsmedium";
  padding-bottom: 7px;
}
.specifications-secPro .spec-tab ul li::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0;
  background: #f50000;
  transition: 0.5s ease;
}
.specifications-secPro .spec-tab ul li:not(:first-child) {
  margin-left: 4rem;
}
@media only screen and (max-width: 991px) {
  .specifications-secPro .spec-tab ul li:not(:first-child) {
    margin-left: 2rem;
  }
}
.specifications-secPro .spec-tab ul li.active {
  color: #f50000;
}
.specifications-secPro .spec-tab ul li.active::before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .specifications-secPro .spec-tab-contant .flex {
    gap: 20px 0;
    padding: 0 15px;
  }
}
.specifications-secPro .spec-tab-contant .flex .colA {
  flex: 0 1 40%;
}
@media only screen and (max-width: 767px) {
  .specifications-secPro .spec-tab-contant .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.specifications-secPro .spec-tab-contant .flex .colA figure img {
  width: 100%;
}
.specifications-secPro .spec-tab-contant .flex .colB {
  flex: 1;
  padding-left: 4rem;
}
@media only screen and (max-width: 1024px) {
  .specifications-secPro .spec-tab-contant .flex .colB {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .specifications-secPro .spec-tab-contant .flex .colB {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .specifications-secPro .spec-tab-contant .flex .colB {
    padding-left: 0;
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.specifications-secPro .spec-tab-contant .flex .colB .content {
  padding: 25px 0;
}
@media only screen and (max-width: 1024px) {
  .specifications-secPro .spec-tab-contant .flex .colB .content {
    padding: 12px 0;
  }
}
.specifications-secPro .spec-tab-contant .flex .colB .content p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .specifications-secPro .spec-tab-contant .flex .colB .content p {
    margin-bottom: 18px;
  }
}
.specifications-secPro .spec-tab-contant .flex .colB .content b {
  font-family: "poppinssemibold";
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider {
  --btnsize: 40px;
  --larpos: calc(var(--btnsize) / 2);
  padding: 0 var(--larpos);
}
@media only screen and (max-width: 767px) {
  .specifications-secPro .spec-tab-contant .spec-gallery-slider {
    padding: 0 15px;
    padding-right: 0;
  }
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider .owl-nav button.owl-prev, .specifications-secPro .spec-tab-contant .spec-gallery-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--btnsize);
  width: var(--btnsize);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider .owl-nav button.owl-prev.disabled, .specifications-secPro .spec-tab-contant .spec-gallery-slider .owl-nav .owl-next.disabled {
  opacity: 0;
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider .owl-nav .owl-prev {
  left: 0;
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider .owl-nav .owl-next {
  right: 0;
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider.image-gallery .item:hover::before {
  opacity: 0.5;
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider.image-gallery .item:hover .plu-ico {
  opacity: 1;
  transform: scale(1);
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider.image-gallery .item::before {
  background: #000;
  opacity: 0;
  transition: 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .specifications-secPro .spec-tab-contant .spec-gallery-slider.image-gallery .item::before {
    opacity: 0.5;
  }
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider.image-gallery .item .plu-ico {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  --icondime: 45px;
  height: var(--icondime);
  width: var(--icondime);
  background: #f50000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.6);
  transition: 0.1s ease-out;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767px) {
  .specifications-secPro .spec-tab-contant .spec-gallery-slider.image-gallery .item .plu-ico {
    opacity: 1;
    transform: scale(1);
  }
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider.image-gallery .item .plu-ico span {
  display: block;
  --varspanheight: 2px;
  --varspanwidth: calc(var(--icondime) - 30px);
  height: var(--varspanwidth);
  width: var(--varspanwidth);
  position: relative;
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider.image-gallery .item .plu-ico span::before, .specifications-secPro .spec-tab-contant .spec-gallery-slider.image-gallery .item .plu-ico span::after {
  content: "";
  position: absolute;
  background: #fff;
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider.image-gallery .item .plu-ico span::before {
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  height: var(--varspanheight);
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider.image-gallery .item .plu-ico span::after {
  top: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: var(--varspanheight);
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider.video-gallery .item::before {
  background: #000;
  opacity: 0.3;
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider.video-gallery .item .video_icon {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.specifications-secPro .spec-tab-contant .spec-gallery-slider.video-gallery .item .video_icon img {
  width: auto;
}

.image-gallery .owl-stage {
  margin: 0 auto;
}

.product-detail-secB {
  padding: 40px 0;
  background: #f3f3f3 url(../images/backgrounds/chair-white-2.png) no-repeat;
  background-position: 15% 100%;
}
@media only screen and (max-width: 767px) {
  .product-detail-secB .flex {
    padding: 0 15px;
    padding-right: 0;
    gap: 15px;
  }
}
.product-detail-secB .flex .colA, .product-detail-secB .flex .colB {
  flex: 1 50%;
  max-width: 50%;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-detail-secB .flex .colA, .product-detail-secB .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.product-detail-secB .flex .heading {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  padding-left: 8rem;
}
@media only screen and (max-width: 1140px) {
  .product-detail-secB .flex .heading {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail-secB .flex .heading {
    padding-left: 2rem;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secB .flex .heading {
    position: unset;
    translate: 0 0;
    padding-right: 15px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 25px;
  }
}
.product-detail-secB .flex .heading p {
  max-width: 425px;
}
.product-detail-secB .flex .product-showcase-demo {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .product-detail-secB .flex .product-showcase-demo .custom-product-showcase-nav {
    display: none;
  }
}
.product-detail-secB .flex .product-showcase-demo .custom-product-showcase-nav button.cstm-owl-prev, .product-detail-secB .flex .product-showcase-demo .custom-product-showcase-nav .cstm-owl-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  cursor: pointer;
  z-index: 1;
  border: none;
}
@media only screen and (max-width: 1024px) {
  .product-detail-secB .flex .product-showcase-demo .custom-product-showcase-nav button.cstm-owl-prev, .product-detail-secB .flex .product-showcase-demo .custom-product-showcase-nav .cstm-owl-next {
    height: 45px;
    width: 45px;
  }
}
.product-detail-secB .flex .product-showcase-demo .custom-product-showcase-nav button.cstm-owl-prev img, .product-detail-secB .flex .product-showcase-demo .custom-product-showcase-nav .cstm-owl-next img {
  width: 10px;
}
@media only screen and (max-width: 1024px) {
  .product-detail-secB .flex .product-showcase-demo .custom-product-showcase-nav button.cstm-owl-prev img, .product-detail-secB .flex .product-showcase-demo .custom-product-showcase-nav .cstm-owl-next img {
    width: 8px;
  }
}
.product-detail-secB .flex .product-showcase-demo .custom-product-showcase-nav .cstm-owl-next {
  right: 8%;
}
.product-detail-secB .flex .product-showcase-demo .custom-product-showcase-nav .cstm-owl-prev {
  left: 8%;
}
.product-detail-secB .flex .product-showcase-slider .owl-item {
  transition: 0.5s ease;
  transform-origin: right;
  transform: scale(0.7);
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .product-detail-secB .flex .product-showcase-slider .owl-item {
    transform: scale(1);
    opacity: 1;
  }
}
.product-detail-secB .flex .product-showcase-slider .owl-item.center {
  transform: scale(1);
  transition: 1s ease;
  opacity: 1;
}
.product-detail-secB .flex .product-showcase-slider .owl-item.next {
  transform: scale(0.5);
  transition: 1s ease;
  transform-origin: left;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .product-detail-secB .flex .product-showcase-slider .owl-item.next {
    transform: scale(1);
  }
}

.product-detail-secC {
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  .product-detail-secC .flex {
    gap: 20px;
    flex-direction: column-reverse;
  }
}
.product-detail-secC .flex .colA {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product-detail-secC .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.product-detail-secC .flex .colB {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product-detail-secC .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.product-detail-secC .flex .colB .card {
  padding-left: 50px;
  padding-top: 60px;
}
@media only screen and (max-width: 1140px) {
  .product-detail-secC .flex .colB .card {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail-secC .flex .colB .card {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secC .flex .colB .card {
    padding-left: 0;
  }
}
.product-detail-secC .flex .colB .card .heading {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .product-detail-secC .flex .colB .card .heading {
    text-align: center;
    border: none;
  }
}
.product-detail-secC .flex .colB .card .sld-col .col {
  border-bottom: 1px solid #000;
}
.product-detail-secC .flex .colB .card .sld-col .dtl-cl {
  font-size: 18px;
  font-family: "poppinsmedium";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .product-detail-secC .flex .colB .card .sld-col .dtl-cl {
    padding: 12px 0;
  }
}
.product-detail-secC .flex .colB .card .sld-col .dtl-cl.active .plu-icon span::before {
  opacity: 0;
}
.product-detail-secC .flex .colB .card .sld-col .dtl-cl .plu-icon {
  cursor: pointer;
  width: 16px;
  height: 18px;
  position: relative;
}
.product-detail-secC .flex .colB .card .sld-col .dtl-cl .plu-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .product-detail-secC .flex .colB .card .sld-col .dtl-cl .plu-icon span {
    height: 1px;
  }
}
.product-detail-secC .flex .colB .card .sld-col .dtl-cl .plu-icon span::before {
  content: "";
  position: absolute;
  rotate: 90deg;
  height: inherit;
  width: inherit;
  background: inherit;
}
.product-detail-secC .flex .colB .card .sld-col .dtl-cl-content p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  padding: 12px 0 35px;
}
@media only screen and (max-width: 767px) {
  .product-detail-secC .flex .colB .card .sld-col .dtl-cl-content p {
    padding: 0px 0 25px;
  }
}

.product-detail-secD .bg {
  height: calc(100vh - var(--headerheight));
  background: url(../images/others/pr-img3.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 991px) {
  .product-detail-secD .bg {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secD .bg {
    background-position: 52%;
  }
}

.product-detail-secE {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 1024px) {
  .product-detail-secE {
    padding: 55px 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail-secE {
    padding: 42px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secE {
    padding: 40px 0;
  }
}
.product-detail-secE .secE-wrap {
  padding: 0 5rem;
}
@media only screen and (max-width: 991px) {
  .product-detail-secE .secE-wrap {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secE .secE-wrap {
    padding: 0 15px;
    padding-right: 0;
  }
}
.product-detail-secE .heading {
  padding-bottom: 60px;
  max-width: 425px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .product-detail-secE .heading {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-secE .heading {
    padding-right: 15px;
  }
}
.product-detail-secE .heading p {
  color: #666666;
  padding-top: 12px;
}
.product-detail-secE .more-product-slider img {
  width: auto;
  margin: 0 auto;
}
.product-detail-secE .more-product-slider .item {
  text-align: center;
}
.product-detail-secE .more-product-slider .item p {
  margin-top: 20px;
  transition: 0.4s ease;
  padding: 0 20px;
}
.product-detail-secE .more-product-slider .item:hover img {
  transform: scale(1.05);
}
.product-detail-secE .more-product-slider .item:hover p {
  color: #f50000;
}
.product-detail-secE .more-product-slider .owl-nav button.owl-prev, .product-detail-secE .more-product-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.product-detail-secE .more-product-slider .owl-nav .owl-prev {
  left: -2%;
}
.product-detail-secE .more-product-slider .owl-nav .owl-next {
  right: -2%;
}

.banner.contact-banner::before {
  background: linear-gradient(270deg, rgba(254, 254, 254, 0) 25%, rgba(0, 0, 0, 0.62) 100%);
}
@media only screen and (max-width: 520px) {
  .banner.contact-banner::before {
    background: linear-gradient(270deg, rgba(254, 254, 254, 0) -92%, rgba(0, 0, 0, 0.58) 100%);
  }
}
.banner.contact-banner .banner-wrapper .content p {
  padding-top: 12px;
  max-width: 320px;
  line-height: 1.25;
}

.contact-secA .heading {
  padding-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .contact-secA .heading {
    padding-bottom: 35px;
  }
}
.contact-secA .heading h3 {
  color: #fff;
  font-family: "poppinssemibold";
  letter-spacing: 0;
}
.contact-secA .colA {
  flex: 1;
  padding: 85px 0;
  background: #f50000 url(../images/backgrounds/chair-white-fade.png) no-repeat;
  background-position: 100% 100%;
  background-size: 30%;
}
@media only screen and (max-width: 1366px) {
  .contact-secA .colA {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-secA .colA {
    padding: 55px 0;
    background-size: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-secA .colA {
    padding: 45px 0;
  }
}
.contact-secA .colA .card {
  max-width: 1000px;
  padding: 0 3rem;
}
@media only screen and (max-width: 1280px) {
  .contact-secA .colA .card {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 1230px) {
  .contact-secA .colA .card {
    padding: 0 25px;
  }
}
.contact-secA .colB {
  flex: 0 1 40%;
}
@media only screen and (max-width: 991px) {
  .contact-secA .colB {
    flex: 0 1 100%;
  }
}
.contact-secA .colB .map {
  height: 100%;
}
.contact-secA .colB .map iframe {
  filter: grayscale(1);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .contact-secA .colB .map iframe {
    height: 400px;
  }
}
.contact-secA .sec-content .grid {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 3rem;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .contact-secA .sec-content .grid {
    grid-gap: 0 2rem;
  }
}
@media only screen and (max-width: 520px) {
  .contact-secA .sec-content .grid {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.contact-secA .sec-content .grid .col h4, .contact-secA .sec-content .grid .col p, .contact-secA .sec-content .grid .col a {
  color: #fff;
}
@media only screen and (max-width: 520px) {
  .contact-secA .sec-content .grid .col h4 {
    font-size: 22px;
  }
}
.contact-secA .sec-content .grid .col p {
  line-height: 1.4;
  max-width: 274px;
  margin: 10px 0 25px;
}
@media only screen and (max-width: 991px) {
  .contact-secA .sec-content .grid .col p {
    margin: 10px 0 20px;
  }
}
@media only screen and (max-width: 520px) {
  .contact-secA .sec-content .grid .col p {
    margin: 20px 0 10px;
  }
}
.contact-secA .sec-content .grid .col a {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.contact-secA .sec-content .grid .col a:hover img {
  transform: translateX(12px);
}
.contact-secA .contct-btns {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .contact-secA .contct-btns {
    padding-top: 40px;
  }
}
.contact-secA .contct-btns .flex {
  gap: 0 20px;
}
@media only screen and (max-width: 1230px) {
  .contact-secA .contct-btns .flex {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-secA .contct-btns .flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 520px) {
  .contact-secA .contct-btns .flex {
    gap: 15px 0;
  }
}
.contact-secA .contct-btns .flex .btns {
  flex: 0 1 auto;
}
.contact-secA .contct-btns .flex .btns a {
  display: flex;
  align-items: flex-start;
  gap: 0 13px;
  background: #fff;
  padding: 12px 15px;
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .contact-secA .contct-btns .flex .btns a {
    padding: 18px 14px;
    gap: 0 12px;
  }
}
@media only screen and (max-width: 1230px) {
  .contact-secA .contct-btns .flex .btns a img {
    width: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .contct-btns .flex .btns a img {
    display: none;
  }
}
.contact-secA .contct-btns .flex .btns a .md-col p {
  font-family: "poppinssemibold";
}
.contact-secA .contct-btns .flex .btns a .md-col p, .contact-secA .contct-btns .flex .btns a .md-col span {
  line-height: 1;
}
@media only screen and (max-width: 1230px) {
  .contact-secA .contct-btns .flex .btns a .md-col p, .contact-secA .contct-btns .flex .btns a .md-col span {
    font-size: 14px;
  }
}
.contact-secA .contct-btns .flex .btns a .md-col span {
  display: block;
  margin-top: 4px;
  margin-top: 8px;
  font-size: 14px;
}
.contact-secA .contct-btns .flex .btns a:hover {
  background: #000;
  color: #fff;
}
.contact-secA .contct-btns .flex .btns a:hover img {
  filter: invert(1);
}

.contact-secB {
  background: #fff;
}
.contact-secB .heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 675px) {
  .contact-secB .heading {
    margin-bottom: 35px;
  }
}
.contact-secB .map-sec .map_wrap {
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.contact-secB .map-sec .map_wrap .map_pointer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.contact-secB .map-sec .map_wrap .Mappointer {
  position: absolute;
  top: 30%;
}
.contact-secB .map-sec .map_wrap .Mappointer .btn_mp {
  display: block;
  width: 8px;
  height: 8px;
  background: #f50000;
  border-radius: 50%;
  outline: 1px solid #f50000;
  outline-offset: 2px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 675px) {
  .contact-secB .map-sec .map_wrap .Mappointer .btn_mp {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB .map-sec .map_wrap .Mappointer .btn_mp {
    width: 5px;
    height: 5px;
    outline-offset: 1px;
  }
}
.contact-secB .map-sec .map_wrap .Mappointer .btn_mp::before {
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  background: #f50000;
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB .map-sec .map_wrap .Mappointer .btn_mp::before {
    width: 15px;
    height: 15px;
  }
}
.contact-secB .map-sec .map_wrap .Mappointer .map_con {
  bottom: 100%;
  left: 50%;
  translate: -50% 0;
  margin-bottom: 15px;
  width: 200px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  position: absolute;
  padding: 20px;
  border-radius: 10px;
  z-index: 1;
}
@media only screen and (max-width: 675px) {
  .contact-secB .map-sec .map_wrap .Mappointer .map_con {
    padding: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .contact-secB .map-sec .map_wrap .Mappointer .map_con {
    width: 160px;
  }
}
.contact-secB .map-sec .map_wrap .Mappointer .map_con::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #fff;
}
.contact-secB .map-sec .map_wrap .Mappointer .map_con .content {
  pointer-events: none;
}
.contact-secB .map-sec .map_wrap .Mappointer .map_con .content .place-name {
  font-family: "poppinssemibold";
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cfcfcf;
}
@media only screen and (max-width: 675px) {
  .contact-secB .map-sec .map_wrap .Mappointer .map_con .content .place-name {
    font-size: 14px;
  }
}
.contact-secB .map-sec .map_wrap .Mappointer .map_con .content ul li {
  font-size: 14px;
  color: #666666;
}
.contact-secB .map-sec .map_wrap .Mappointer .map_con .clos {
  color: #f50000;
  position: absolute;
  top: 10px;
  line-height: 1;
  right: 10px;
  cursor: pointer;
  font-size: 13px;
  z-index: 1;
  font-family: cursive;
}
@media only screen and (max-width: 675px) {
  .contact-secB .map-sec .map_wrap .Mappointer .map_con .clos {
    font-size: 11px;
  }
}
.contact-secB .map-sec .map_wrap .Mappointer.a_1 {
  top: 30%;
  left: 33%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_2 {
  top: 36%;
  right: 51%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_3 {
  top: 43%;
  left: 36%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_4 {
  top: 38%;
  left: 62%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_5 {
  top: 25%;
  left: 39%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_6 {
  top: 29%;
  right: 46%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_7 {
  top: 45%;
  right: 39%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_8 {
  top: 47%;
  right: 29%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_9 {
  top: 34%;
  right: 13%;
}
@media only screen and (max-width: 675px) {
  .contact-secB .map-sec .map_wrap .Mappointer.a_9 .map_con {
    left: -33px;
  }
}
@media only screen and (max-width: 675px) {
  .contact-secB .map-sec .map_wrap .Mappointer.a_9 .map_con::after {
    left: 72%;
  }
}
.contact-secB .map-sec .map_wrap .Mappointer.a_10 {
  top: 69%;
  right: 63%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_11 {
  top: 88%;
  left: 34%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_12 {
  top: 35%;
  left: 20%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_13 {
  top: 49%;
  left: 10%;
}
@media only screen and (max-width: 675px) {
  .contact-secB .map-sec .map_wrap .Mappointer.a_13 .map_con {
    left: 45px;
  }
}
@media only screen and (max-width: 675px) {
  .contact-secB .map-sec .map_wrap .Mappointer.a_13 .map_con::after {
    left: 23%;
  }
}
.contact-secB .map-sec .map_wrap .Mappointer.a_14 {
  top: 59%;
  left: 25%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_15 {
  top: 76%;
  left: 26%;
}
.contact-secB .map-sec .map_wrap .Mappointer.a_16 {
  top: 86%;
  left: 28%;
}
.contact-secB .map {
  line-height: 0;
}
.contact-secB .map iframe {
  width: 100%;
  height: 520px;
}
@media only screen and (max-width: 991px) {
  .contact-secB .map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 675px) {
  .contact-secB .map iframe {
    height: 300px;
  }
}

.contact-secC {
  padding: 70px 0;
}
@media only screen and (max-width: 1366px) {
  .contact-secC {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-secC {
    padding: 40px 0;
  }
}
.contact-secC .heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .contact-secC .heading {
    margin-bottom: 35px;
  }
}
.contact-secC .secc-cont .flex {
  justify-content: space-between;
}
.contact-secC .secc-cont .flex .colA, .contact-secC .secc-cont .flex .colB {
  flex: 0 1 48%;
  max-width: 48%;
}
@media only screen and (max-width: 991px) {
  .contact-secC .secc-cont .flex .colA {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .contact-secC .secc-cont .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.contact-secC .secc-cont .flex figure img {
  width: 100%;
}
.contact-secC .secc-cont .flex .colB .ftstxt {
  font-family: "poppinssemibold";
}
.contact-secC .secc-cont .flex .colB .radio-btns {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0 10px;
}
@media only screen and (max-width: 1140px) {
  .contact-secC .secc-cont .flex .colB .radio-btns {
    padding: 15px 0;
    gap: 0 10px;
  }
}
@media only screen and (max-width: 520px) {
  .contact-secC .secc-cont .flex .colB .radio-btns {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.contact-secC .secc-cont .flex .colB .radio-btns .col {
  position: relative;
}
.contact-secC .secc-cont .flex .colB .radio-btns .col .card {
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  text-align: center;
  padding: 14px 0;
  height: 100%;
}
.contact-secC .secc-cont .flex .colB .radio-btns .col input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.contact-secC .secc-cont .flex .colB .radio-btns .col input:checked + .card {
  background: #f50000;
  border-color: #f50000;
}
.contact-secC .secc-cont .flex .colB .radio-btns .col input:checked + .card p {
  color: #fff;
}
.contact-secC .secc-cont .flex .colB .radio-btns .col input:checked + .card span {
  border-color: #fff;
}
.contact-secC .secc-cont .flex .colB .radio-btns .col input:checked + .card span::before {
  opacity: 1;
}
.contact-secC .secc-cont .flex .colB .radio-btns .col span {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1px solid #f50000;
  position: relative;
  margin: 0 auto;
  pointer-events: none;
}
.contact-secC .secc-cont .flex .colB .radio-btns .col span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
}
.contact-secC .secc-cont .flex .colB .radio-btns .col p {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  max-width: 95px;
  margin: 0 auto;
  padding-top: 10px;
}
.contact-secC .secc-cont .flex .colB .form .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-secC .secc-cont .flex .colB .form .col .form-group {
  position: relative;
  flex: 0 1 48%;
  max-width: 48%;
  width: 100%;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1366px) {
  .contact-secC .secc-cont .flex .colB .form .col .form-group {
    flex: 0 1 49%;
    max-width: 49%;
  }
}
@media only screen and (max-width: 1140px) {
  .contact-secC .secc-cont .flex .colB .form .col .form-group {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 520px) {
  .contact-secC .secc-cont .flex .colB .form .col .form-group {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.contact-secC .secc-cont .flex .colB .form .col .form-group.flex100 {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}
.contact-secC .secc-cont .flex .colB .form .col select {
  height: auto;
  padding: 9px !important;
}
.contact-secC .secc-cont .flex .colB .form .col input {
  width: 100%;
  font-family: inherit;
  border: none;
  font-size: 14px;
  line-height: 1.1;
  border-radius: 30px;
  background: #fff;
  color: #000;
  padding: 13px 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #a6a6a6;
}
.contact-secC .secc-cont .flex .colB .form .col input:focus {
  outline: none;
}
.contact-secC .secc-cont .flex .colB .form .col input option {
  padding: 10px;
}
.contact-secC .secc-cont .flex .colB .form .col input option:nth-child(odd) {
  background: #f5f5f5;
}
.contact-secC .secc-cont .flex .colB .form .col label {
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
  transition: 0.5s ease;
  line-height: 1;
  color: #666666;
  background: #fff;
}
.contact-secC .secc-cont .flex .colB .form .col label.valid {
  top: 1px;
  font-size: 12px;
}
.contact-secC .secc-cont .flex .colB .form .col textarea {
  width: 100%;
  resize: none;
  border: none;
  border-radius: 20px;
  padding: 20px;
  max-height: 135px;
  color: #000;
  font-family: inherit;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #a6a6a6;
}
@media only screen and (max-width: 1152px) {
  .contact-secC .secc-cont .flex .colB .form .col textarea {
    max-height: 100px;
  }
}
.contact-secC .secc-cont .flex .colB .form .col textarea:focus {
  outline: none;
}
.contact-secC .secc-cont .flex .colB .form .col textarea::-moz-placeholder {
  color: #666666;
  font-family: inherit;
}
.contact-secC .secc-cont .flex .colB .form .col textarea::placeholder {
  color: #666666;
  font-family: inherit;
}
.contact-secC .secc-cont .flex .colB .form .col textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.contact-secC .secc-cont .flex .colB .form .col textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.contact-secC .secc-cont .flex .colB .form .col textarea::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}
.contact-secC .secc-cont .flex .colB .form .sbmt-btn {
  text-align: center;
  margin-top: 15px;
}
.contact-secC .secc-cont .flex .colB .form .sbmt-btn a, .contact-secC .secc-cont .flex .colB .form .sbmt-btn button, .contact-secC .secc-cont .flex .colB .form .sbmt-btn input {
  display: inline-block;
  padding: 7px 55px;
  background: #f50000;
  font-family: "poppinsmedium";
  letter-spacing: 1px;
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
}
.contact-secC .secc-cont .flex .colB .form .sbmt-btn a:hover, .contact-secC .secc-cont .flex .colB .form .sbmt-btn button:hover, .contact-secC .secc-cont .flex .colB .form .sbmt-btn input:hover {
  background: #000;
}

.banner.blog-listing-banner::before {
  background: linear-gradient(180deg, rgba(254, 254, 254, 0) 25%, rgba(0, 0, 0, 0.62) 100%);
}
.banner.blog-listing-banner .banner-wrapper {
  top: auto;
  bottom: 20%;
}
.banner.blog-listing-banner .banner-wrapper .content h1 {
  padding-bottom: 40px;
}
.banner.blog-listing-banner .banner-wrapper .content .custom-select {
  max-width: 345px;
  margin: 0 auto;
  border: none;
  border-bottom: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.banner.blog-listing-banner .banner-wrapper .content .custom-select .current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.banner.blog-listing-banner .banner-wrapper .content .custom-select .current em {
  font-style: inherit;
}
.banner.blog-listing-banner .banner-wrapper .content .custom-select .list {
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
}
.banner.blog-listing-banner .banner-wrapper .content .custom-select .list::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.banner.blog-listing-banner .banner-wrapper .content .custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.banner.blog-listing-banner .banner-wrapper .content .custom-select .list::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}
.banner.blog-listing-banner .banner-wrapper .content .custom-select .list li {
  padding: 0 20px;
  line-height: 35px;
  font-family: "poppinsmedium";
}
.banner.blog-listing-banner .banner-wrapper .content .custom-select .list li.selected {
  background: #e2e2e2;
}
.banner.blog-listing-banner .banner-wrapper .content .custom-select .list li:hover {
  background: #f50000;
  color: #fff;
}
.banner.blog-listing-banner .banner-wrapper .content .custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.blog-listing-secA {
  padding: 25px 0 50px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .blog-listing-secA {
    padding: 15px 0 50px;
  }
}
.blog-listing-secA .blog-listing-wrapper {
  padding: 0 25px;
}
@media only screen and (max-width: 991px) {
  .blog-listing-secA .blog-listing-wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-listing-secA .blog-listing-wrapper {
    padding: 0 15px;
  }
}
.blog-listing-secA .blog-listing-wrapper .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 1024px) {
  .blog-listing-secA .blog-listing-wrapper .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .blog-listing-secA .blog-listing-wrapper .grid {
    grid-template-columns: 100%;
  }
}
.blog-listing-secA .blog-listing-wrapper .grid .item::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 22%, rgba(255, 255, 255, 0) 50%);
}
.blog-listing-secA .blog-listing-wrapper .grid .item figure {
  overflow: hidden;
}
.blog-listing-secA .blog-listing-wrapper .grid .item figure img {
  width: 100%;
}
.blog-listing-secA .blog-listing-wrapper .grid .item .blog-title {
  padding: 30px 35px;
}
@media only screen and (max-width: 991px) {
  .blog-listing-secA .blog-listing-wrapper .grid .item .blog-title {
    padding: 22px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-listing-secA .blog-listing-wrapper .grid .item .blog-title {
    padding: 20px 22px;
  }
}
.blog-listing-secA .blog-listing-wrapper .grid .item .blog-title h6 {
  color: #fff;
  transition: 0.5s ease;
}
.blog-listing-secA .blog-listing-wrapper .grid .item:hover figure img {
  transform: scale(1.05);
}
.blog-listing-secA .blog-listing-wrapper .blog-load-more-btn {
  margin-top: 40px;
  text-align: center;
}

.blog-detail-secA {
  padding: 65px 0;
}
@media only screen and (max-width: 1366px) {
  .blog-detail-secA {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-detail-secA {
    padding: 35px 0;
  }
}
.blog-detail-secA .flex {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .blog-detail-secA .flex {
    gap: 20px 0;
  }
}
.blog-detail-secA .flex span {
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.blog-detail-secA .flex .colA {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-detail-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.blog-detail-secA .flex .colA h1 {
  font-size: 36px;
  font-family: "poppinsregular";
  padding-top: 12px;
}
@media only screen and (max-width: 1366px) {
  .blog-detail-secA .flex .colA h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-detail-secA .flex .colA h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-detail-secA .flex .colA h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detail-secA .flex .colA h1 {
    font-size: 22px;
  }
}
.blog-detail-secA .flex .colB {
  flex: 0 1 auto;
}
.blog-detail-secA .flex .colB span {
  font-family: "poppinsmedium";
  padding-right: 20px;
}
.blog-detail-secA .flex .colB .social-links {
  display: flex;
  align-items: center;
}
.blog-detail-secA .flex .colB .social-links ul li {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.blog-detail-secA .flex .colB .social-links ul li:not(:first-child) {
  margin-left: 6px;
}
.blog-detail-secA .flex .colB .social-links ul a {
  display: flex;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #000;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
}
.blog-detail-secA .flex .colB .social-links ul a svg {
  height: 20px;
  width: 20px;
  fill: #000;
  transition: 0.3s ease-out;
}
.blog-detail-secA .flex .colB .social-links ul a:hover {
  background: #f50000;
  border-color: #f50000;
}
.blog-detail-secA .flex .colB .social-links ul a:hover svg {
  fill: #fff;
}

.blog-detail-secB {
  padding: 55px 0;
  background: #fff url(../images/backgrounds/chair-light-grey.png) no-repeat;
  background-position: 100% 75%;
}
@media only screen and (max-width: 1140px) {
  .blog-detail-secB {
    background-size: 20%;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-detail-secB {
    padding: 45px 0 20px;
  }
}
@media only screen and (max-width: 675px) {
  .blog-detail-secB {
    padding: 25px 0 10px;
  }
}
.blog-detail-secB .flex {
  justify-content: space-between;
}
.blog-detail-secB .flex .colA {
  flex: 0 1 65%;
  max-width: 65%;
  width: 100%;
}
@media only screen and (max-width: 1140px) {
  .blog-detail-secB .flex .colA {
    flex: 0 1 68%;
    max-width: 68%;
  }
}
@media only screen and (max-width: 991px) {
  .blog-detail-secB .flex .colA {
    flex: 0 1 66%;
    max-width: 66%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detail-secB .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.blog-detail-secB .flex .colA .content h2, .blog-detail-secB .flex .colA .content h3, .blog-detail-secB .flex .colA .content h4, .blog-detail-secB .flex .colA .content h5 {
  margin-bottom: 20px;
}
.blog-detail-secB .flex .colA .content h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .blog-detail-secB .flex .colA .content h3 {
    font-size: 20px;
  }
}
.blog-detail-secB .flex .colA .content h4 {
  font-size: 24px;
  font-family: "poppinssemibold";
}
@media only screen and (max-width: 991px) {
  .blog-detail-secB .flex .colA .content h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detail-secB .flex .colA .content h4 {
    font-size: 18px;
  }
}
.blog-detail-secB .flex .colA .content p {
  color: #666666;
  margin-bottom: 25px;
  text-align: justify;
}
@media only screen and (max-width: 520px) {
  .blog-detail-secB .flex .colA .content p {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 365px) {
  .blog-detail-secB .flex .colA .content p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.blog-detail-secB .flex .colA .content ul {
  padding-left: 20px;
  margin-bottom: 25px;
}
.blog-detail-secB .flex .colA .content ul li {
  list-style: disc;
  color: #666666;
}
@media only screen and (max-width: 365px) {
  .blog-detail-secB .flex .colA .content ul li {
    font-size: 14px;
    line-height: 1.5;
  }
}
.blog-detail-secB .flex .colA .content ul li::marker {
  color: #f50000;
  font-size: 20px;
}
.blog-detail-secB .flex .colB {
  flex: 0 1 27%;
  max-width: 27%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .blog-detail-secB .flex .colB {
    flex: 0 1 30%;
    max-width: 30%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detail-secB .flex .colB {
    display: none;
  }
}
.blog-detail-secB .flex .colB .col-md h5 {
  font-family: "poppinsmedium";
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #f50000;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .blog-detail-secB .flex .colB .col-md h5 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.blog-detail-secB .flex .colB .col-md.categories-md {
  position: sticky;
  top: calc(var(--headerheight) + 25px);
}
@media only screen and (max-width: 991px) {
  .blog-detail-secB .flex .colB .col-md.categories-md {
    top: 90px;
  }
}
.blog-detail-secB .flex .colB .col-md.categories-md ul {
  margin: 25px 0 70px;
}
@media only screen and (max-width: 991px) {
  .blog-detail-secB .flex .colB .col-md.categories-md ul {
    margin: 15px 0 35px;
  }
}
.blog-detail-secB .flex .colB .col-md.categories-md ul li a {
  color: #666666;
  font-size: 16px;
  font-family: "poppinsmedium";
}
@media only screen and (max-width: 991px) {
  .blog-detail-secB .flex .colB .col-md.categories-md ul li a {
    font-size: 16px;
  }
}
.blog-detail-secB .flex .colB .col-md.categories-md ul li a:hover {
  color: #f50000;
}
.blog-detail-secB .flex .colB .col-md.categories-md ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .blog-detail-secB .flex .colB .col-md.categories-md ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.blog-detail-secC {
  padding: 15px 0 55px;
}
@media only screen and (max-width: 520px) {
  .blog-detail-secC {
    padding: 15px 0 30px;
  }
}
.blog-detail-secC .heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 675px) {
  .blog-detail-secC .heading {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1280px) {
  .blog-detail-secC .more-blogs-slider {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detail-secC .more-blogs-slider {
    padding: 0;
  }
}
.blog-detail-secC .more-blogs-slider .item::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41%, rgba(0, 0, 0, 0.78) 93%);
}
.blog-detail-secC .more-blogs-slider .item figure img {
  aspect-ratio: 1.097;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail-secC .more-blogs-slider .item .blog-title {
  padding: 0 25px 45px;
}
@media only screen and (max-width: 1024px) {
  .blog-detail-secC .more-blogs-slider .item .blog-title {
    padding: 0 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detail-secC .more-blogs-slider .item .blog-title {
    padding: 0 20px 25px;
  }
}
.blog-detail-secC .more-blogs-slider .item .blog-title p {
  color: #fff;
  line-height: 1.3;
}
.blog-detail-secC .more-blogs-slider .item:hover figure img {
  transform: scale(1.05);
}
.blog-detail-secC .more-blogs-slider .owl-nav button.owl-prev, .blog-detail-secC .more-blogs-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.blog-detail-secC .more-blogs-slider .owl-nav button.owl-prev img, .blog-detail-secC .more-blogs-slider .owl-nav .owl-next img {
  width: 15px;
}
@media only screen and (max-width: 1366px) {
  .blog-detail-secC .more-blogs-slider .owl-nav button.owl-prev img, .blog-detail-secC .more-blogs-slider .owl-nav .owl-next img {
    width: 12px;
  }
}
.blog-detail-secC .more-blogs-slider .owl-nav .owl-prev {
  left: -40px;
}
@media only screen and (max-width: 1366px) {
  .blog-detail-secC .more-blogs-slider .owl-nav .owl-prev {
    left: -30px;
  }
}
@media only screen and (max-width: 1280px) {
  .blog-detail-secC .more-blogs-slider .owl-nav .owl-prev {
    left: 0;
  }
}
.blog-detail-secC .more-blogs-slider .owl-nav .owl-next {
  right: -40px;
}
@media only screen and (max-width: 1366px) {
  .blog-detail-secC .more-blogs-slider .owl-nav .owl-next {
    right: -30px;
  }
}
@media only screen and (max-width: 1280px) {
  .blog-detail-secC .more-blogs-slider .owl-nav .owl-next {
    right: 0;
  }
}

.banner.download-banner .banner-wrapper {
  translate: 0 -50%;
  top: 62%;
}
.banner.download-banner .banner-wrapper .flex {
  align-items: center;
  justify-content: space-between;
  padding: 0 8rem;
}
@media only screen and (max-width: 1230px) {
  .banner.download-banner .banner-wrapper .flex {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.download-banner .banner-wrapper .flex {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner.download-banner .banner-wrapper .flex {
    padding: 0;
  }
}
.banner.download-banner .banner-wrapper .content {
  padding-left: 0;
}
.banner.download-banner .banner-wrapper .content h1 {
  font-size: 48px;
}
@media only screen and (max-width: 991px) {
  .banner.download-banner .banner-wrapper .content h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.download-banner .banner-wrapper .content h1 {
    font-size: 32px;
  }
}
.banner.download-banner .banner-wrapper .content p {
  padding-top: 20px;
  max-width: 400px;
  opacity: 0.6;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .banner.download-banner .banner-wrapper .content p {
    opacity: 1;
  }
}
.banner.download-banner .banner-wrapper .broch {
  cursor: pointer;
}
@media only screen and (max-width: 1230px) {
  .banner.download-banner .banner-wrapper .broch {
    flex: 0 1 33%;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.download-banner .banner-wrapper .broch {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.download-banner .banner-wrapper .broch {
    display: none;
  }
}
.banner.download-banner .banner-wrapper .clic {
  filter: invert(1);
  margin-right: -35px;
  margin-left: auto;
  margin-bottom: -33px;
}

.download-tab {
  position: sticky;
  top: var(--headerheight);
  background: #f4f4f4;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .download-tab {
    top: 57.63px;
  }
}
@media only screen and (max-width: 767px) {
  .download-tab ul {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.download-tab ul li {
  position: relative;
  padding: 12px 0;
  font-family: "poppinsmedium";
  color: #666666;
}
.download-tab ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #f50000;
  transition: 0.5s ease;
}
.download-tab ul li.active {
  color: #f50000;
}
.download-tab ul li.active::before {
  width: 100%;
}
.download-tab ul li:not(:first-child) {
  margin-left: 5rem;
}
@media only screen and (max-width: 991px) {
  .download-tab ul li:not(:first-child) {
    margin-left: 30px;
  }
}

.download-secA {
  padding: 45px 0;
}
@media only screen and (max-width: 1024px) {
  .download-secA {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .download-secA {
    padding: 25px 0;
  }
}
.download-secA .download-wrap {
  padding: 0 8rem;
}
@media only screen and (max-width: 1536px) {
  .download-secA .download-wrap {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .download-secA .download-wrap {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .download-secA .download-wrap {
    padding: 0 15px;
  }
}
.download-secA .download-wrap .download-tab-content .tabs {
  transform: translateY(20px);
}
.download-secA .download-wrap .download-tab-content .tabs.active {
  transform: translateY(0px);
}
.download-secA .download-wrap .download-tab-content .tabs .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 35px;
}
@media only screen and (max-width: 1366px) {
  .download-secA .download-wrap .download-tab-content .tabs .grid {
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .download-secA .download-wrap .download-tab-content .tabs .grid {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .download-secA .download-wrap .download-tab-content .tabs .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .download-secA .download-wrap .download-tab-content .tabs .grid {
    grid-template-columns: 100%;
    grid-gap: 15px;
  }
}
.download-secA .download-wrap .download-tab-content .tabs .grid .col {
  background: #e5e5e5 url(../images/backgrounds/chair-small-2.png) no-repeat;
  background-position: 110% 100%;
  padding: 25px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .download-secA .download-wrap .download-tab-content .tabs .grid .col {
    padding: 20px;
  }
}
.download-secA .download-wrap .download-tab-content .tabs .grid .col .col-md-1 {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: space-between;
}
.download-secA .download-wrap .download-tab-content .tabs .grid .col .brocher-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.download-secA .download-wrap .download-tab-content .tabs .grid .col .brocher-link:hover + .col-md-1 .download {
  animation: 1s infinite alternate action;
}
.download-secA .download-wrap .download-tab-content .tabs .grid .col .broch {
  transition: 0.8s ease;
}
.download-secA .download-wrap .download-tab-content .tabs .grid .col .broch .broc {
  width: 100%;
}
.download-secA .download-wrap .download-tab-content .tabs .grid .col .broch .clic {
  margin-bottom: -35px;
  transform: translate(32px, 0px);
}
@media only screen and (max-width: 1230px) {
  .download-secA .download-wrap .download-tab-content .tabs .grid .col .broch .clic {
    margin-bottom: -23px;
  }
}
@media only screen and (max-width: 1024px) {
  .download-secA .download-wrap .download-tab-content .tabs .grid .col .broch .clic {
    margin-bottom: -20px;
  }
}
.download-secA .download-wrap .download-tab-content .tabs .grid .col h5 {
  transition: 0.8s ease;
  max-width: 200px;
  line-height: 24px;
  border-top: 2px solid #f50000;
  padding-top: 18px;
}
@media only screen and (max-width: 1366px) {
  .download-secA .download-wrap .download-tab-content .tabs .grid .col h5 {
    max-width: 185px;
    margin-left: 25px;
  }
}
.download-secA .download-wrap .download-tab-content .tabs .grid .col .download {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 10px;
  z-index: 9999 !important;
}
@media only screen and (max-width: 1024px) {
  .download-secA .download-wrap .download-tab-content .tabs .grid .col .download {
    padding-top: 0px;
    width: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .banner.download-banner.video-gallery-banner .bg {
    height: 424px;
  }
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex {
  padding-right: 0;
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .content {
  flex: 0 1 28%;
  max-width: 28%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .banner.download-banner.video-gallery-banner .banner-wrapper .flex .content {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo {
  flex: 0 1 57%;
  max-width: 57%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo {
    display: none;
  }
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .owl-item {
  opacity: 0.7;
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .owl-item.current {
  opacity: 1;
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .owl-item.current figure {
  opacity: 0.8;
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider figure {
  background: #000;
  opacity: 0.4;
  transition: 0.5s ease;
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider figure img {
  width: 100%;
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .item-title {
  top: 50%;
  translate: 0 -50%;
  bottom: auto;
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .item-title .video_icon {
  margin: 0 auto;
  height: 65px;
  width: 65px;
  border-width: 2px;
}
@media only screen and (max-width: 1366px) {
  .banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .item-title .video_icon {
    height: 58px;
    width: 58px;
    border-width: 1px;
  }
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .item-title .video_icon::before {
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 1366px) {
  .banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .item-title .video_icon::before {
    height: 53px;
    width: 53px;
  }
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .item-title .video_icon img {
  width: 12px;
  margin: 0 auto;
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .owl-dots {
  margin-top: 30px;
  text-align: center;
  margin-right: 15rem;
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .owl-dots button.owl-dot {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  transition: 0.5s ease;
  margin-inline: 5px;
}
.banner.download-banner.video-gallery-banner .banner-wrapper .flex .video-gallery-demo .video-gallery-slider .owl-dots button.owl-dot.active {
  opacity: 1;
}

.download-secA.video-gallery-secA .download-wrap {
  padding: 0 4rem;
}
@media only screen and (max-width: 1024px) {
  .download-secA.video-gallery-secA .download-wrap {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .download-secA.video-gallery-secA .download-wrap {
    padding: 0 15px;
  }
}
.download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid {
  --item-height: 70vh;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: calc(var(--item-height) / 2) calc(var(--item-height) / 2);
  grid-gap: 20px;
}
@media only screen and (max-width: 1366px) {
  .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid {
    grid-gap: 15px;
    --item-height: 58vh;
  }
}
@media only screen and (max-width: 1152px) {
  .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid {
    --item-height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid {
    --item-height: 312px;
    grid-template-rows: repeat(var(--item-height));
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid {
    --item-height: 312px;
    grid-template-columns: 100%;
  }
}
.download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 9%, rgba(255, 255, 255, 0) 56%);
}
.download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item figure {
  height: 100%;
  background: #000;
}
.download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item figure img {
  opacity: 0.7;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item .video-title {
  text-align: center;
  padding-bottom: 5rem;
  color: #fff;
  font-family: "poppinsmedium";
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item .video-title {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item .video-title {
    padding-bottom: 4rem !important;
  }
}
.download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item .box {
  position: absolute;
  right: 5%;
  bottom: 7%;
  border-width: 2px;
  z-index: 9999;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item .box .box-text {
  color: #fff;
}
.download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(1) {
  height: 100%;
  grid-area: span 2/span 4;
}
@media only screen and (max-width: 991px) {
  .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(1) {
    grid-area: auto;
  }
}
.download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(2), .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(3) {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(2), .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(3) {
    grid-column: auto;
  }
}
.download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(2) .video-title, .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(3) .video-title {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(2) .video-title, .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(3) .video-title {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(2) .video-title, .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(3) .video-title {
    padding-bottom: 2rem;
  }
}
.download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(n+4) {
  grid-column: span 3;
  height: var(--item-height);
}
@media only screen and (max-width: 991px) {
  .download-secA.video-gallery-secA .download-wrap .download-tab-content.video-gallery-tab-content .tabs .grid .item:nth-child(n+4) {
    grid-column: auto;
    height: auto;
  }
}

.banner.about-banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.69) 18%, rgba(255, 255, 255, 0) 56%);
}
.banner.about-banner .banner-wrapper {
  bottom: 10%;
}
.banner.about-banner .content h1 {
  padding-bottom: 10px;
}
.banner.about-banner .content p {
  max-width: 415px;
  margin: 0 auto;
  line-height: 20px;
  font-family: "poppinsregular";
}

.about-secA {
  padding: 75px 0;
  background: #fff url(../images/backgrounds/chair-light-grey.png) no-repeat;
  background-position: right center;
}
@media only screen and (max-width: 1152px) {
  .about-secA {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA {
    padding: 35px 0;
  }
}
.about-secA .flex {
  align-items: center;
}
@media only screen and (max-width: 1152px) {
  .about-secA .flex {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.about-secA .flex .col-md {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 1152px) {
  .about-secA .flex .col-md {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.about-secA .flex .col-md figure {
  position: relative;
}
.about-secA .flex .col-md figure img {
  width: 100%;
  height: 100%;
}
.about-secA .flex .col-md figure .video_icon {
  position: absolute;
  right: 6%;
  bottom: 12%;
  z-index: 5;
}
.about-secA .flex .col-md figure .video_icon img {
  width: 12px;
  height: auto !important;
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .col-md .item::before {
    background: rgba(0, 0, 0, 0.6196078431);
  }
}
.about-secA .flex .col-md .item .fid-vid {
  padding: 0 50px 40px;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .col-md .item .fid-vid {
    padding: 0 25px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .col-md .item .fid-vid {
    padding: 0;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    translate: 0 -50%;
  }
}
.about-secA .flex .col-md .item .fid-vid .video_icon {
  border-width: 2px;
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .col-md .item .fid-vid .video_icon {
    height: 50px;
    width: 50px;
    border-width: 1px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .col-md .item .fid-vid .video_icon img {
    width: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .col-md .heading {
    text-align: center;
  }
}
.about-secA .flex .col-md .heading span {
  opacity: 0.65;
  font-family: "poppinsmedium";
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .col-md .heading span {
    font-size: 14px;
  }
}
.about-secA .flex .col-md .heading h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .col-md .heading h3 {
    padding: 5px 0 22px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 365px) {
  .about-secA .flex .col-md .heading h3 {
    font-size: 32px;
  }
}
.about-secA .flex .col-md .content p {
  color: #666666;
  margin-bottom: 15px;
}
.about-secA .flex .card-colB {
  padding-left: 5rem;
}
@media only screen and (max-width: 1152px) {
  .about-secA .flex .card-colB {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .card-colB {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .home-SecI.about-secB {
    height: 535px;
  }
}
@media only screen and (max-width: 767px) {
  .home-SecI.about-secB {
    height: auto;
    padding: 40px 0;
  }
}
.home-SecI.about-secB::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24%, rgba(3, 3, 4, 0.81) 93%);
}
.home-SecI.about-secB .video_icon {
  height: 60px;
  width: 60px;
  margin: 70px auto 100px;
}
@media only screen and (max-width: 1024px) {
  .home-SecI.about-secB .video_icon {
    margin: 50px auto 70px;
  }
}
@media only screen and (max-width: 991px) {
  .home-SecI.about-secB .video_icon {
    height: 50px;
    width: 50px;
    border-width: 1px;
    margin: 25px auto 40px;
  }
}
.home-SecI.about-secB .video_icon img {
  width: 11px;
}
@media only screen and (max-width: 991px) {
  .home-SecI.about-secB .video_icon img {
    width: 9px;
  }
}
.home-SecI.about-secB .video_icon::before {
  height: 55px;
  width: 55px;
}
@media only screen and (max-width: 991px) {
  .home-SecI.about-secB .video_icon::before {
    height: 45px;
    width: 45px;
  }
}
.home-SecI.about-secB .secI-wrap {
  padding: 0 5rem;
  left: 0;
  right: 0;
  translate: 0 -50%;
}
@media only screen and (max-width: 1152px) {
  .home-SecI.about-secB .secI-wrap {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-SecI.about-secB .secI-wrap {
    position: relative;
    padding: 0 15px;
    translate: 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .home-SecI.about-secB .secI-wrap .counter_sec .flex {
    gap: 18px 0;
  }
}
.home-SecI.about-secB .secI-wrap .counter_sec .flex .count-info {
  flex: 0 1 14.28%;
  max-width: 14.28%;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .home-SecI.about-secB .secI-wrap .counter_sec .flex .count-info:last-child {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .home-SecI.about-secB .secI-wrap .counter_sec .flex .count-info {
    flex: 0 1 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .home-SecI.about-secB .secI-wrap .counter_sec .flex .count-info {
    flex: 0 1 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 420px) {
  .home-SecI.about-secB .secI-wrap .counter_sec .flex .count-info {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.home-SecI.about-secB .secI-wrap .counter_sec .flex .count-info h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-family: "poppinssemibold";
}
@media only screen and (max-width: 1366px) {
  .home-SecI.about-secB .secI-wrap .counter_sec .flex .count-info h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-SecI.about-secB .secI-wrap .counter_sec .flex .count-info h3 {
    font-size: 22px;
  }
}
.home-SecI.about-secB .secI-wrap .counter_sec .flex .count-info p {
  color: #fff;
  opacity: 0.7;
  line-height: 1.3;
  max-width: 170px;
  margin: 0 auto;
  margin-top: 6px;
}
@media only screen and (max-width: 1024px) {
  .home-SecI.about-secB .secI-wrap .counter_sec .flex .count-info p {
    font-size: 15px;
    line-height: 22px;
  }
}

.about-secC {
  background: #f50000 url(../images/backgrounds/chair-white-fade-2.png) no-repeat;
  background-position: 5% 100%;
  padding: 65px 0;
}
@media only screen and (max-width: 1152px) {
  .about-secC {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-secC {
    padding: 45px 0;
  }
}
.about-secC .heading {
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .about-secC .heading {
    text-align: center;
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.about-secC .heading h3 {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .about-secC .glance-tab {
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
    padding: 0 15px;
    padding-bottom: 15px;
  }
}
.about-secC .glance-tab ul li {
  color: #fff;
  position: relative;
  font-family: "poppinsmedium";
  padding-bottom: 8px;
  margin-right: 3rem;
}
@media only screen and (max-width: 1024px) {
  .about-secC .glance-tab ul li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secC .glance-tab ul li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-secC .glance-tab ul li:last-child {
    margin-right: 0;
  }
}
.about-secC .glance-tab ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.5s ease;
}
.about-secC .glance-tab ul li.active::before {
  width: 100%;
}
.about-secC .upper-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1152px) {
  .about-secC .upper-tab {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC .upper-tab {
    flex-direction: column;
  }
}
.about-secC .glance-tab-content .flex {
  justify-content: space-between;
}
@media only screen and (max-width: 1152px) {
  .about-secC .glance-tab-content .flex {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.about-secC .glance-tab-content .flex .col-md {
  flex: 0 1 50%;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .about-secC .glance-tab-content .flex .col-md {
    flex: 0 1 40%;
    max-width: 40%;
  }
}
@media only screen and (max-width: 1152px) {
  .about-secC .glance-tab-content .flex .col-md {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC .glance-tab-content .flex .col-md:nth-child(1) {
    flex: 0 1 60%;
    max-width: 60%;
  }
}
@media only screen and (max-width: 1152px) {
  .about-secC .glance-tab-content .flex .col-md:nth-child(1) {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.about-secC .glance-tab-content .flex .col-md figure img {
  width: 100%;
}
.about-secC .glance-tab-content .flex .col-md .content {
  padding-right: 8rem;
}
@media only screen and (max-width: 1152px) {
  .about-secC .glance-tab-content .flex .col-md .content {
    padding-top: 2rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC .glance-tab-content .flex .col-md .content {
    padding-top: 0;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-secC .glance-tab-content .flex .col-md .content {
    padding-top: 0;
    padding-right: 0;
  }
}
.about-secC .glance-tab-content .flex .col-md .content p {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .about-secC .glance-tab-content .flex .col-md .content p {
    text-align: justify;
  }
}

.about-secD {
  padding: 75px 0;
  background: #fff url(../images/backgrounds/chair-light-grey.png) no-repeat;
  background-position: 100% 75%;
}
@media only screen and (max-width: 1152px) {
  .about-secD {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-secD {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-secD {
    padding: 40px 0 25px;
  }
}
.about-secD .container {
  max-width: 1780px;
}
.about-secD .heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .about-secD .heading {
    margin-bottom: 40px;
  }
}
.about-secD .custom-btns {
  position: relative;
}
.about-secD .custom-btns .custom-abut-nav button.owl-prev, .about-secD .custom-btns .custom-abut-nav .owl-next {
  position: absolute;
  top: 65%;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.about-secD .custom-btns .custom-abut-nav .owl-prev {
  left: -50px;
}
.about-secD .custom-btns .custom-abut-nav .owl-next {
  right: -50px;
}
.about-secD .custom-btns .dts-btn-wrap {
  border-bottom: 1px solid #d0d0d0;
  max-width: 74%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .about-secD .custom-btns .dts-btn-wrap {
    max-width: 525px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secD .custom-btns .dts-btn-wrap {
    max-width: 275px;
  }
}
@media only screen and (max-width: 420px) {
  .about-secD .custom-btns .dts-btn-wrap {
    max-width: 235px;
  }
}
@media only screen and (max-width: 365px) {
  .about-secD .custom-btns .dts-btn-wrap {
    max-width: 225px;
  }
}
@media only screen and (max-width: 320px) {
  .about-secD .custom-btns .dts-btn-wrap {
    max-width: 150px;
  }
}
.about-secD .custom-btns .abt-btn-carousel {
  text-align: center;
  margin-bottom: -7px;
}
.about-secD .custom-btns .abt-btn-carousel .owl-item:first-child button::before {
  display: none;
}
.about-secD .custom-btns .abt-btn-carousel .owl-item.on button::before {
  width: 100%;
}
.about-secD .custom-btns .abt-btn-carousel .owl-item.current button span {
  color: #f50000;
}
.about-secD .custom-btns .abt-btn-carousel .owl-item.current button .dot {
  background: #f50000;
}
.about-secD .custom-btns .abt-btn-carousel .owl-stage {
  margin: 0 auto;
}
.about-secD .custom-btns .abt-btn-carousel button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.about-secD .custom-btns .abt-btn-carousel button::before {
  content: "";
  position: absolute;
  left: -44%;
  bottom: 6px;
  height: 1px;
  background: #f50000;
  transition: 0.5s ease;
  width: 0;
  z-index: -1;
}
.about-secD .custom-btns .abt-btn-carousel button span {
  font-family: "poppinssemibold";
  color: #666666;
  transition: 0.5s ease;
  padding-bottom: 15px;
  display: inline-block;
}
.about-secD .custom-btns .abt-btn-carousel button .dot {
  position: relative;
  z-index: 2;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 0 auto;
  background: #d0d0d0;
  transition: 0.5s ease;
}
.about-secD .custom-btns .abt-btn-carousel button:not(:first-child) {
  margin-left: 4rem;
}
.about-secD .about-slider {
  max-width: 660px;
  margin: 65px auto 0;
}
.about-secD .about-slider .item {
  border: 1px solid #f50000;
  padding: 50px 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .about-secD .about-slider .item {
    padding: 35px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secD .about-slider .item {
    padding: 0;
    border: none;
  }
}
.about-secD .about-slider .item img {
  width: auto;
}
.about-secD .about-slider .item .card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .about-secD .about-slider .item .card {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 675px) {
  .about-secD .about-slider .item .card figure {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 520px) {
  .about-secD .about-slider .item .card figure {
    flex: 0 1 100%;
    max-width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
}
.about-secD .about-slider .item .card figure img {
  width: 100%;
}
.about-secD .about-slider .item .card .cont {
  max-width: 365px;
  padding-left: 3rem;
}
@media only screen and (max-width: 675px) {
  .about-secD .about-slider .item .card .cont {
    flex: 0 1 50%;
    max-width: 50%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secD .about-slider .item .card .cont {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    border: 1px solid #f50000;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 15px;
  }
}
.about-secD .about-slider .item .card .cont h4 {
  font-size: 30px;
  line-height: 1;
  color: #f50000;
  font-family: "poppinssemibold";
  padding-bottom: 15px;
}
@media only screen and (max-width: 520px) {
  .about-secD .about-slider .item .card .cont h4 {
    font-size: 26px;
    text-align: center;
  }
}
.about-secD .about-slider .item .card .cont p {
  color: #666666;
}

.about-secE {
  padding: 75px 0;
  background: #f0f0f0;
}
@media only screen and (max-width: 1152px) {
  .about-secE {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1152px) {
  .about-secE {
    padding: 45px 0;
  }
}
.about-secE .flex {
  justify-content: center;
  gap: 0 5rem;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex {
    gap: 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .about-secE .flex {
    gap: 30px;
  }
}
.about-secE .flex .heading {
  margin-bottom: 40px;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex .heading {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secE .flex .heading {
    text-align: center;
    padding-left: 0;
    margin-bottom: 25px;
  }
}
.about-secE .flex .messag {
  position: relative;
}
.about-secE .flex .messag .aside-right {
  padding-left: 6rem;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex .messag .aside-right {
    padding-left: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secE .flex .messag .aside-right {
    padding-left: 0;
  }
}
.about-secE .flex .messag .direc-nm-vd {
  display: flex;
  flex-wrap: wrap;
  gap: 0 22px;
  align-items: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex .messag .direc-nm-vd {
    margin-top: 2rem;
  }
}
.about-secE .flex .messag .direc-nm-vd .video_icon {
  flex: 0 1 auto;
  border-color: #000;
  height: 48px;
  width: 48px;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex .messag .direc-nm-vd .video_icon {
    height: 42px;
    width: 42px;
  }
}
.about-secE .flex .messag .direc-nm-vd .video_icon::before {
  height: 43px;
  width: 43px;
  background: #666666;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex .messag .direc-nm-vd .video_icon::before {
    height: 38px;
    width: 38px;
  }
}
.about-secE .flex .messag .direc-nm-vd .dir-inf {
  flex: 1;
}
.about-secE .flex .messag .direc-nm-vd .dir-inf .name {
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex .messag .direc-nm-vd .dir-inf .name {
    font-size: 20px;
  }
}
.about-secE .flex .messag .direc-nm-vd .dir-inf .desg {
  font-size: 14px;
  font-family: "poppinsmedium";
  color: #666666;
  line-height: 1;
  padding-top: 5px;
}
.about-secE .flex .messag p {
  color: #666666;
}
.about-secE .flex .messag .quote {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .about-secE .flex .messag .quote {
    display: none;
  }
}
.about-secE .flex .colA {
  flex: 0 1 45%;
  max-width: 45%;
  width: 100%;
  padding-top: 3rem;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex .colA {
    flex: 0 1 58%;
    max-width: 58%;
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-secE .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
.about-secE .flex .colB {
  flex: 0 1 37%;
  max-width: 37%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex .colB {
    flex: 0 1 38%;
    max-width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .about-secE .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.about-secE .flex .colB figure img {
  width: 100%;
}

.about-secF {
  padding: 75px 0;
}
@media only screen and (max-width: 1152px) {
  .about-secF {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-secF {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-secF {
    padding: 40px 0;
  }
}
.about-secF .heading {
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .about-secF .heading {
    margin-bottom: 40px;
  }
}
.about-secF .team-wrap {
  padding: 0 65px;
}
@media only screen and (max-width: 767px) {
  .about-secF .team-wrap {
    padding: 0 15px;
    padding-right: 0;
  }
}
.about-secF .team-wrap .team-slider .item {
  cursor: pointer;
}
.about-secF .team-wrap .team-slider .item::before {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 46%);
}
.about-secF .team-wrap .team-slider .item figure img {
  filter: grayscale(1);
}
@media only screen and (max-width: 767px) {
  .about-secF .team-wrap .team-slider .item figure img {
    filter: none;
  }
}
.about-secF .team-wrap .team-slider .item:hover figure img {
  filter: none;
}
.about-secF .team-wrap .team-slider .item .team-info {
  text-align: center;
  padding: 0 15px;
  padding-bottom: 30px;
}
.about-secF .team-wrap .team-slider .item .team-info .name, .about-secF .team-wrap .team-slider .item .team-info .desg {
  color: #fff;
}
.about-secF .team-wrap .team-slider .item .team-info .desg {
  font-size: 14px;
  line-height: 1;
  padding-top: 5px;
}
.about-secF .team-wrap .team-slider .owl-dots {
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 1024px) {
  .about-secF .team-wrap .team-slider .owl-dots {
    margin-top: 2rem;
  }
}
.about-secF .team-wrap .team-slider .owl-dots button.owl-dot {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #000;
  opacity: 0.3;
  transition: 0.5s ease;
  margin-inline: 5px;
}
.about-secF .team-wrap .team-slider .owl-dots button.owl-dot.active {
  opacity: 1;
}

.certificatAboutSec {
  padding: 65px 0;
  background: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .certificatAboutSec {
    padding: 35px 0;
  }
}
.certificatAboutSec .heading {
  margin-bottom: 15px;
}
.certificatAboutSec .cerificate-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  gap: 0 25rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 1024px) {
  .certificatAboutSec .cerificate-slider .owl-nav {
    gap: 0 23rem;
  }
}
.certificatAboutSec .cerificate-slider .owl-nav button {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.certificatAboutSec .cerificate-slider .owl-item.center .item {
  transform: scale(1);
}
.certificatAboutSec .cerificate-slider .owl-item.center .item .gallery-btn {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.certificatAboutSec .cerificate-slider .owl-item.center .plu-ico {
  opacity: 1;
  transform: scale(1);
}
.certificatAboutSec .cerificate-slider .item {
  transform: scale(0.7);
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .certificatAboutSec .cerificate-slider .item {
    transform: scale(1);
  }
}
.certificatAboutSec .cerificate-slider .item .gallery-btn {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  margin: 32px 0;
}
@media only screen and (max-width: 991px) {
  .certificatAboutSec .cerificate-slider .item .gallery-btn {
    margin: 0;
    pointer-events: all;
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }
}
.certificatAboutSec .cerificate-slider .item figure img {
  width: auto;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.37) 0px 8px 27px 1px;
}
@media only screen and (max-width: 767px) {
  .certificatAboutSec .cerificate-slider .item figure img {
    box-shadow: rgba(0, 0, 0, 0.37) 0px 0px 9px -2px;
  }
}
.certificatAboutSec .cerificate-slider .item .plu-ico {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  --icondime: 45px;
  height: var(--icondime);
  width: var(--icondime);
  background: #f50000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.6);
  transition: 0.1s ease-out;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 991px) {
  .certificatAboutSec .cerificate-slider .item .plu-ico {
    opacity: 1;
    transform: scale(1);
  }
}
.certificatAboutSec .cerificate-slider .item .plu-ico span {
  display: block;
  --varspanheight: 2px;
  --varspanwidth: calc(var(--icondime) - 30px);
  height: var(--varspanwidth);
  width: var(--varspanwidth);
  position: relative;
}
.certificatAboutSec .cerificate-slider .item .plu-ico span::before, .certificatAboutSec .cerificate-slider .item .plu-ico span::after {
  content: "";
  position: absolute;
  background: #fff;
}
.certificatAboutSec .cerificate-slider .item .plu-ico span::before {
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  height: var(--varspanheight);
}
.certificatAboutSec .cerificate-slider .item .plu-ico span::after {
  top: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: var(--varspanheight);
}

.achievementSlidSec {
  padding: 65px 0;
}
@media only screen and (max-width: 767px) {
  .achievementSlidSec {
    padding: 45px 0;
  }
}
.achievementSlidSec .heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .achievementSlidSec .heading {
    padding-right: 15px;
    margin-bottom: 35px;
  }
}
.achievementSlidSec .heading p {
  color: #000;
  padding-top: 12px;
}
@media only screen and (max-width: 1366px) {
  .achievementSlidSec .achievment-demo .achievement-slider {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .achievementSlidSec .achievment-demo .achievement-slider {
    padding: 0;
  }
}
.achievementSlidSec .achievment-demo .achievement-slider .owl-nav {
  --btnpos: -4%;
}
@media only screen and (max-width: 1366px) {
  .achievementSlidSec .achievment-demo .achievement-slider .owl-nav {
    --btnpos: 0;
  }
}
.achievementSlidSec .achievment-demo .achievement-slider .owl-nav button.owl-prev, .achievementSlidSec .achievment-demo .achievement-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.achievementSlidSec .achievment-demo .achievement-slider .owl-nav .owl-prev {
  left: var(--btnpos);
}
.achievementSlidSec .achievment-demo .achievement-slider .owl-nav .owl-next {
  right: var(--btnpos);
}
.achievementSlidSec .achievment-demo .achievement-slider .item::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(255, 255, 255, 0) 56%);
}
.achievementSlidSec .achievment-demo .achievement-slider .item .achiev-ttl {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 25px 35px;
}

.infrasSLidSec {
  position: relative;
}
.infrasSLidSec .infraAbt-slider .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.infrasSLidSec .infraAbt-slider .owl-dots button.owl-dot {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  transition: 0.3s ease;
  margin-inline: 4px;
}
.infrasSLidSec .infraAbt-slider .owl-dots button.owl-dot.active {
  opacity: 1;
}
.infrasSLidSec .infraAbt-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.infrasSLidSec .infraAbt-slider img {
  aspect-ratio: 2.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .infrasSLidSec .infraAbt-slider img {
    aspect-ratio: 1;
  }
}
.infrasSLidSec .infrawrap {
  position: absolute;
  translate: 0 -50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.infrasSLidSec .infrawrap h3 {
  font-size: 60px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .infrasSLidSec .infrawrap h3 {
    font-size: 42px;
  }
}
.infrasSLidSec .infrawrap p {
  max-width: 395px;
  color: #fff;
  padding-top: 4px;
}

@media only screen and (max-width: 767px) {
  .home-secE.aboutClientSlid {
    padding: 35px 0 25px;
  }
}
.home-secE.aboutClientSlid .secE-wrap {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .home-secE.aboutClientSlid .secE-wrap {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE.aboutClientSlid .secE-wrap .uper-sec {
    margin-bottom: 30px;
  }
}
.home-secE.aboutClientSlid .secE-wrap .uper-sec .custom-nav {
  right: 5%;
}
.home-secE.aboutClientSlid .abtClient-slider .item {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .home-secE.aboutClientSlid .abtClient-slider .item {
    margin-bottom: 10px;
  }
}
.home-secE.aboutClientSlid .abtClient-slider .item::before {
  background: linear-gradient(180deg, rgba(254, 254, 254, 0) 48%, rgba(0, 0, 0, 0.3925945378) 76%);
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info {
  padding: 0 22px 30px;
}
@media only screen and (max-width: 767px) {
  .home-secE.aboutClientSlid .abtClient-slider .item .item-info {
    padding: 0 15px 20px;
  }
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 18px;
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md .video_icon {
  flex: 0 1 auto;
  width: 39px;
  height: 39px;
  border-width: 2px;
}
@media only screen and (max-width: 420px) {
  .home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md .video_icon {
    border-width: 1px;
  }
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md .video_icon::before {
  height: 40px;
  width: 40px;
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md .video_icon img {
  width: auto;
  margin-left: 2px;
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md .ttl-wrap {
  flex: 1;
  padding-right: 20px;
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md .ttl-wrap .name, .home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md .ttl-wrap .desg {
  color: #fff;
  line-height: 1.4;
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md .ttl-wrap .name {
  font-family: "poppinssemibold";
}
@media only screen and (max-width: 420px) {
  .home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md .ttl-wrap .name {
    font-size: 14px;
  }
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md .ttl-wrap .desg {
  font-size: 14px;
  font-family: "poppinsregular";
}
@media only screen and (max-width: 420px) {
  .home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .col-md .ttl-wrap .desg {
    font-size: 13px;
  }
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .logo-ing {
  flex: 0 1 auto;
}
.home-secE.aboutClientSlid .abtClient-slider .item .item-info .info-wrap .logo-ing img {
  width: auto;
}

.contact-secB.About-mapSec {
  padding-bottom: 75px;
}
.contact-secB.About-mapSec .heading {
  display: block;
}
.contact-secB.About-mapSec .heading h3 {
  letter-spacing: 3px;
}

.AboutMapSec {
  padding-bottom: 50px;
}

.banner.career-banner::before {
  background: linear-gradient(88deg, rgba(0, 0, 0, 0.69) 31%, rgba(255, 255, 255, 0) 65%);
}
@media only screen and (max-width: 767px) {
  .banner.career-banner::before {
    background: linear-gradient(88deg, rgba(0, 0, 0, 0.54) 35%, rgba(255, 255, 255, 0) 107%);
  }
}
@media only screen and (max-width: 767px) {
  .banner.career-banner .bg img {
    -o-object-position: 72%;
       object-position: 72%;
  }
}
.banner.career-banner .content h1 {
  font-size: 48px;
}
@media only screen and (max-width: 1024px) {
  .banner.career-banner .content h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.career-banner .content h1 {
    font-size: 36px;
  }
}
.banner.career-banner .content p {
  font-size: 18px;
  line-height: 1.4;
  font-family: "poppinsregular";
  margin: 10px 0 28px;
}
@media only screen and (max-width: 991px) {
  .banner.career-banner .content p {
    font-size: 16px;
    margin: 8px 0 22px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.career-banner .content p {
    font-size: 14px;
  }
}
.banner.career-banner .content .join_btn {
  background: none;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 28px;
  color: #fff;
  transition: 0.3s ease-out;
  font-family: "poppinsregular";
  cursor: pointer;
}
.banner.career-banner .content .join_btn:hover {
  background: #f50000;
  border-color: #f50000;
}

.career-secA {
  padding: 65px 0;
  background: #fff url(../images/backgrounds/chair-light-grey.png) no-repeat;
  background-position: right center;
}
@media only screen and (max-width: 1024px) {
  .career-secA {
    padding: 52px 0;
  }
}
@media only screen and (max-width: 991px) {
  .career-secA {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .career-secA {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .career-secA .flex {
    gap: 35px 0;
  }
}
.career-secA .flex .colA {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .career-secA .flex .colA {
    flex: 0 1 40%;
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .career-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.career-secA .flex .colA figure img {
  width: 100%;
}
.career-secA .flex .colB {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  padding-left: 5rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1230px) {
  .career-secA .flex .colB {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .career-secA .flex .colB {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .career-secA .flex .colB {
    flex: 0 1 60%;
    max-width: 60%;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .career-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    display: block;
    padding-left: 0;
  }
}
.career-secA .flex .colB .heading {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .career-secA .flex .colB .heading {
    margin-bottom: 18px;
    text-align: center;
  }
}
.career-secA .flex .colB .content {
  max-width: 475px;
}
.career-secA .flex .colB .content p {
  color: #666666;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .career-secA .flex .colB .content p {
    text-align: justify;
    font-size: 14px;
  }
}

.career-secB {
  padding: 75px 0;
  background: #f0f0f0;
}
@media only screen and (max-width: 1024px) {
  .career-secB {
    padding: 45px 0;
  }
}
.career-secB .flex {
  gap: 0 30px;
}
@media only screen and (max-width: 1024px) {
  .career-secB .flex {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .career-secB .flex {
    gap: 0;
  }
}
@media only screen and (max-width: 991px) {
  .career-secB .flex {
    gap: 15px 0;
  }
}
.career-secB .flex .col {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .career-secB .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .career-secB .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.career-secB .flex .col .card {
  height: 100%;
  padding: 25px 0;
  background: #fff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 22px 8px;
}
.career-secB .flex .col img {
  margin: 0 auto;
}
.career-secB .flex .col h6 {
  margin: 15px 0;
  font-family: "poppinssemibold";
}
.career-secB .flex .col p {
  max-width: 280px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .career-secB .flex .col p {
    max-width: 100%;
    padding: 0 20px;
  }
}

.career-secC {
  padding: 65px 0;
}
@media only screen and (max-width: 1024px) {
  .career-secC {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991px) {
  .career-secC {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .career-secC {
    padding: 40px 0;
  }
}
.career-secC .heading {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .career-secC .heading {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .career-secC .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .career-secC .heading {
    margin-bottom: 30px;
  }
}
.career-secC .heading h6 {
  color: #666666;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .career-secC .heading h6 {
    font-size: 16px;
    line-height: 1.4;
    padding-top: 6px;
  }
}
.career-secC .career-demo {
  max-width: 90%;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 1366px) {
  .career-secC .career-demo {
    max-width: 95%;
  }
}
@media only screen and (max-width: 991px) {
  .career-secC .career-demo {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .career-secC .career-demo {
    padding: 0 15px;
    padding-right: 0;
  }
}
.career-secC .career-demo .career-slider .owl-stage-outer {
  padding-left: 13px;
}
@media only screen and (max-width: 991px) {
  .career-secC .career-demo .career-slider .owl-stage-outer {
    padding: 0;
  }
}
.career-secC .career-demo .career-slider .owl-item {
  transition: margin 0.5s ease;
}
.career-secC .career-demo .career-slider .owl-item.last-item {
  margin-right: 40px !important;
}
@media only screen and (max-width: 991px) {
  .career-secC .career-demo .career-slider .owl-item.last-item {
    margin-right: auto !important;
  }
}
.career-secC .career-demo .career-slider .item figure {
  border-radius: 5px;
  overflow: hidden;
}
.career-secC .career-demo .career-slider .item figcaption p {
  color: #666666;
  padding-top: 12px;
  line-height: 1.3;
}
.career-secC .career-demo .career-slider .owl-nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 25%;
  right: 15.6vw;
  --vardimen: 40px;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .career-secC .career-demo .career-slider .owl-nav {
    right: 21.6vw;
  }
}
@media only screen and (max-width: 991px) {
  .career-secC .career-demo .career-slider .owl-nav {
    display: block;
    position: unset;
    gap: 0;
  }
}
@media only screen and (max-width: 991px) {
  .career-secC .career-demo .career-slider .owl-nav {
    display: none;
  }
}
.career-secC .career-demo .career-slider .owl-nav button.owl-prev, .career-secC .career-demo .career-slider .owl-nav .owl-next {
  height: var(--vardimen);
  width: var(--vardimen);
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media only screen and (max-width: 991px) {
  .career-secC .career-demo .career-slider .owl-nav button.owl-prev, .career-secC .career-demo .career-slider .owl-nav .owl-next {
    position: absolute;
    top: 25%;
  }
}
.career-secC .career-demo .career-slider .owl-nav button.owl-prev img, .career-secC .career-demo .career-slider .owl-nav .owl-next img {
  width: 10px;
}
@media only screen and (max-width: 991px) {
  .career-secC .career-demo .career-slider .owl-nav .owl-prev {
    left: calc(var(--vardimen) / -2);
  }
}
@media only screen and (max-width: 991px) {
  .career-secC .career-demo .career-slider .owl-nav .owl-next {
    right: calc(var(--vardimen) / -2);
  }
}

.career-secD {
  padding: 15px 0 55px;
}
@media only screen and (max-width: 1024px) {
  .career-secD {
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .career-secD {
    padding: 0 0 35px;
  }
}
.career-secD .heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .career-secD .heading {
    margin-bottom: 30px;
  }
}
.career-secD .heading h6 {
  color: #666666;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .career-secD .heading h6 {
    font-size: 16px;
    line-height: 1.4;
    padding-top: 6px;
  }
}
@media only screen and (max-width: 1230px) {
  .career-secD .career-video-demo {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .career-secD .career-video-demo {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .career-secD .career-video-demo {
    padding: 0;
  }
}
.career-secD .career-video-demo .career-video-slider .owl-nav {
  --varsize: 45px;
  --varposition: calc( var(--varsize) / -2 );
}
.career-secD .career-video-demo .career-video-slider .owl-nav button.owl-prev, .career-secD .career-video-demo .career-video-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: var(--varsize);
  width: var(--varsize);
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.career-secD .career-video-demo .career-video-slider .owl-nav .owl-next {
  right: var(--varposition);
}
.career-secD .career-video-demo .career-video-slider .owl-nav .owl-prev {
  left: var(--varposition);
}
.career-secD .career-video-demo .career-video-slider .item img {
  width: 100%;
  display: block;
}
.career-secD .career-video-demo .career-video-slider .item .item-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f50000;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px 40px;
}
.career-secD .career-video-demo .career-video-slider .item .item-content > div h5 {
  font-weight: 600;
  margin-top: 10px;
}
.career-secD .career-video-demo .career-video-slider .item .item-content > div p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
.career-secD .career-video-demo .career-video-slider .item:hover .item-content {
  bottom: 0;
  cursor: pointer;
}

.career-secE {
  padding: 15px 0 70px;
}
@media only screen and (max-width: 991px) {
  .career-secE {
    padding: 0 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .career-secE {
    padding: 0 0 35px;
  }
}
.career-secE .heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .career-secE .heading {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .career-secE .heading {
    margin-bottom: 28px;
  }
}

.OppSecRpt {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.OppSecRpt .CreNameSec.ActeTab {
  background-color: #d7d7d7;
  color: #ffffff;
}
.OppSecRpt .CreNameSec {
  width: 100%;
  display: block;
  padding: 14px 20px;
  cursor: pointer;
  position: relative;
  background: #ededed;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .OppSecRpt .CreNameSec {
    padding: 14px 10px;
  }
}
.OppSecRpt .CreNameSec h5 {
  font-size: 18px;
  position: relative;
  color: #000;
  font-family: "poppinsmedium";
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .OppSecRpt .CreNameSec h5 {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .OppSecRpt .CreNameSec h5 {
    font-size: 14px;
  }
}
.OppSecRpt .CreNameSec h5 span {
  position: absolute;
  color: #666666;
  left: 50%;
  transform: translate(-50%, 0px);
}
.OppSecRpt .CreNameSec.active {
  background: #f50000;
}
.OppSecRpt .CreNameSec.active h5 {
  color: #fff;
}
.OppSecRpt .CreNameSec.active .DrpDownSec .DrpDeownImgSec {
  --varbackground: #fff;
}
.OppSecRpt .CreNameSec.active .DrpDownSec .DrpDeownImgSec::before {
  opacity: 0;
}
.OppSecRpt .CreNameSec .DrpDownSec {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .OppSecRpt .CreNameSec .DrpDownSec {
    right: 25px;
  }
}
.OppSecRpt .CreNameSec .DrpDownSec .DrpDeownImgSec {
  display: block;
  position: relative;
  --varheight: 2px;
  --varwidth: 15px;
  height: var(--varwidth);
  width: var(--varwidth);
  --varbackground: #000;
}
.OppSecRpt .CreNameSec .DrpDownSec .DrpDeownImgSec::before, .OppSecRpt .CreNameSec .DrpDownSec .DrpDeownImgSec::after {
  content: "";
  position: absolute;
  background: var(--varbackground);
  transition: 0.3s ease;
}
.OppSecRpt .CreNameSec .DrpDownSec .DrpDeownImgSec::before {
  top: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0%;
  height: 100%;
  width: var(--varheight);
}
.OppSecRpt .CreNameSec .DrpDownSec .DrpDeownImgSec::after {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: var(--varheight);
}
.OppSecRpt .CntSecDrpDown {
  width: 100%;
  position: relative;
  display: none;
  border: 1px solid #e1e1e1;
}
.OppSecRpt .CntSecDrpDown .CntReslity {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .OppSecRpt .CntSecDrpDown .CntReslity {
    padding: 15px;
  }
}
.OppSecRpt .CntSecDrpDown .CntReslity p {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  font-family: "poppinsmedium";
  margin-bottom: 6px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .OppSecRpt .CntSecDrpDown .CntReslity p {
    margin-top: 0;
  }
}
.OppSecRpt .CntSecDrpDown .CntReslity h4, .OppSecRpt .CntSecDrpDown .CntReslity h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  position: relative;
  margin: 15px 0px;
  text-align: left;
  text-transform: capitalize;
}
.OppSecRpt .CntSecDrpDown .CntReslity ul {
  padding-left: 35px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .OppSecRpt .CntSecDrpDown .CntReslity ul {
    padding-left: 20px;
  }
}
.OppSecRpt .CntSecDrpDown .CntReslity ul li {
  padding: 2px 0px;
  font-size: 14px;
  text-align: left;
  position: relative;
  font-weight: 500;
  color: #666666;
  font-family: "poppinsmedium";
  list-style: disc;
}
.OppSecRpt .CntSecDrpDown .CntReslity ul li::marker {
  color: #f50000;
  font-size: 25px;
}

.CrerAplyBtn {
  position: absolute;
  right: 30px;
  top: 38px;
}
@media only screen and (max-width: 767px) {
  .CrerAplyBtn {
    position: unset;
    text-align: center;
    padding-top: 10px;
  }
}
.CrerAplyBtn .ComBtnBx {
  display: inline-flex;
  position: relative;
}
.CrerAplyBtn .ComBtnBx .Cmn-Btn {
  padding: 6px 30px;
  background: none;
  color: #f50000;
  font-weight: 400;
  border: 1px solid #f50000;
  border-radius: 20px;
  font-size: 14px;
  font-family: "poppinsmedium";
  transition: 0.3s ease-out;
  cursor: pointer;
}
.CrerAplyBtn .ComBtnBx .Cmn-Btn:hover {
  background-color: #f50000;
  color: #fff;
  border-color: #f50000;
}

.banner.faq-banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.69) 18%, rgba(255, 255, 255, 0) 56%);
}
.banner.faq-banner .banner-wrapper {
  bottom: 13%;
}
.banner.faq-banner .content h1 {
  padding-bottom: 10px;
  font-size: 48px;
}
.banner.faq-banner .content p {
  max-width: 415px;
  margin: 0 auto;
  line-height: 20px;
  font-family: "poppinsregular";
}

.faq-secA {
  padding: 45px 0;
}
@media only screen and (max-width: 767px) {
  .faq-secA {
    padding: 30px 0;
  }
}
.faq-secA .faq-wrap {
  padding: 0 5rem;
}
@media only screen and (max-width: 1366px) {
  .faq-secA .faq-wrap {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .faq-secA .faq-wrap {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-secA .faq-wrap {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-secA .flex {
    gap: 25px 0;
  }
}
.faq-secA .flex .colA {
  flex: 0 1 auto;
  padding-bottom: 150px;
  background: #f5f5f5 url(../images/backgrounds/chair-white-big.png) no-repeat;
  background-position: bottom right;
  background-size: 55%;
}
@media only screen and (max-width: 991px) {
  .faq-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
    background: none;
  }
}
.faq-secA .flex .colA .faq-tab {
  padding: 20px 35px;
}
@media only screen and (max-width: 1366px) {
  .faq-secA .flex .colA .faq-tab {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-secA .flex .colA .faq-tab {
    padding: 0;
    padding-bottom: 10px;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  .faq-secA .flex .colA .faq-tab::-webkit-scrollbar {
    height: 1px;
    background: none;
  }
  .faq-secA .flex .colA .faq-tab::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .faq-secA .flex .colA .faq-tab::-webkit-scrollbar-thumb {
    background-color: #f50000;
    outline: 0;
  }
}
.faq-secA .flex .colA .faq-tab ul li {
  display: block;
  padding: 8px 20px;
  color: #666666;
  transition: 0.3s ease;
  text-align: left;
  font-family: "poppinsmedium";
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .faq-secA .flex .colA .faq-tab ul li {
    display: inline-block;
  }
}
.faq-secA .flex .colA .faq-tab ul li.active {
  color: #fff;
  background: #f50000;
}
.faq-secA .flex .colB {
  flex: 1;
}
.faq-secA .flex .colB .tab-nav-content {
  padding-left: 3rem;
}
@media only screen and (max-width: 1024px) {
  .faq-secA .flex .colB .tab-nav-content {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .faq-secA .flex .colB .tab-nav-content {
    padding-left: 0;
  }
}
.faq-secA .flex .colB .tab-nav-content .faq-dropdoen .col.OppSecRpt {
  margin-bottom: 0;
}
.faq-secA .flex .colB .tab-nav-content .faq-dropdoen .col.OppSecRpt:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.faq-secA .flex .colB .tab-nav-content .faq-dropdoen .col .CreNameSec {
  background: none;
}
.faq-secA .flex .colB .tab-nav-content .faq-dropdoen .col .CreNameSec.active {
  background: #f50000;
}
.faq-secA .flex .colB .tab-nav-content .faq-dropdoen .col .CntSecDrpDown {
  border: none;
}
.faq-secA .flex .colB .tab-nav-content .faq-dropdoen .col .CntSecDrpDown .content {
  padding: 20px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .faq-secA .flex .colB .tab-nav-content .faq-dropdoen .col .CntSecDrpDown .content {
    padding: 12px 10px;
  }
}
.faq-secA .flex .colB .tab-nav-content .faq-dropdoen .col .CntSecDrpDown .content p {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}
.home-secF.client_pageinn {
  background: #fff;
  padding: 75px 0 0;
}
.home-secF.client_pageinn .secF-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 65px 0 25px;
}
.home-secF.client_pageinn .secF-wrap .clients-lg-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 50px 30px;
  flex: 1;
}

.coundownSli {
  position: relative;
  text-align: center;
  margin-top: 32px;
}
.coundownSli .cont {
  display: inline-block;
}
.coundownSli .cont span {
  font-size: 18px;
  display: inline-block;
  color: #666;
}
.coundownSli .cont span.current {
  font-weight: 600;
  color: #000;
}

.abtClientnav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.abtClientnav button {
  width: 46px;
  height: 46px;
  border: 1px solid #666666;
  border-radius: 55px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 60px -32px;
  cursor: pointer;
  transition: 0.5s ease;
}
.abtClientnav button img {
  width: 8px;
  filter: grayscale(1) brightness(1) invert(0.6);
}

.home-secE.aboutClientSlid {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .home-secE.aboutClientSlid {
    padding-bottom: 35px;
  }
}/*# sourceMappingURL=style.css.map */