:root {
  --font-family: Inter, sans-serif;
  --dark-color: #000;
  --yellow-color: #ffbe23;
  --white-color: white;
  --font-family-3: Roboto, sans-serif;
  --font-family-2: "M PLUS 1", sans-serif;
  --black-color: #363636;
  --para-size: 15px;
  --font-family-4: Lato, sans-serif;
  --heading-size: 45px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  width: 100%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  width: auto;
}

.chitbiz-logo {
  height: 58px;
}

.nav-link {
  font-family: var(--font-family);
  color: var(--dark-color);
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--yellow-color);
}

.icon-view {
  border: 0 #000;
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.notifylink {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-link {
  font-family: var(--font-family);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.notifyhead {
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.notify-text {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notify {
  background-color: var(--dark-color);
}

.navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px #0003;
}

.body {
  font-size: 14px;
}

.notify-para {
  font-family: var(--font-family);
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}

.section {
  margin-top: 60px;
}

.section.section-banner {
  background-image: url('../images/home-banner-img.png');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.section.section-banner.home-banners {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.section-value {
  background-image: url('../images/bannermachine.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.range-section {
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.innovation-section {
  background-image: url('../images/matchcompany.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.gallery-view {
  margin-top: 40px;
}

.section.contact-sec {
  background-color: #ffbe23;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.contact-sec.contact-product {
  margin-top: 0;
}

.section.mt-50 {
  margin-top: 50px;
}

.footer-sec {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
  display: flex;
}

.footer-first-sec {
  width: 38%;
}

.footer-second-sec {
  width: 35%;
}

.footer-third-sec {
  width: 27%;
}

.link-block {
  object-fit: fill;
  width: 170px;
}

.footer-section {
  background-color: var(--dark-color);
  color: var(--white-color);
  border-bottom: 1px solid #f1f1f1;
  margin-top: 40px;
  padding-top: 30px;
}

.footer-heading {
  font-family: var(--font-family);
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.footer-grid {
  display: flex;
}

.footer-menu {
  width: 50%;
}

.footer-menu-link {
  font-family: var(--font-family);
  color: var(--white-color);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.contact-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.contact-pick {
  width: 16px;
  height: 20px;
}

.footer-logo {
  height: 70.27px;
}

.footer-text {
  font-family: var(--font-family);
  font-size: 15px;
  line-height: 25px;
}

.footer-link {
  color: var(--white-color);
  text-decoration: none;
}

.copy-right-sec {
  padding-top: 18px;
  padding-bottom: 18px;
}

.copy-text {
  font-family: var(--font-family);
  text-align: center;
  margin-bottom: 0;
  line-height: 22px;
}

.banner-heading {
  font-family: var(--font-family-3);
  color: var(--white-color);
  margin-top: 0;
  font-size: 50px;
  line-height: 58px;
}

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

.demo-view {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--yellow-color);
  border-radius: 64px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 22px;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.demo-view.center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.demo-flow {
  font-family: var(--font-family-2);
  color: #3c3c3c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.demo-arrow {
  width: 22px;
  height: 16px;
}

.about-grid {
  display: flex;
}

.about-grid.maring-top-space {
  margin-top: 35px;
}

.about-first-sec.margin-right {
  padding-right: 45px;
}

.about-second-sec.margin-left {
  padding-left: 45px;
}

.banner-span {
  font-weight: 400;
}

.about-text {
  font-family: var(--font-family);
  color: var(--dark-color);
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.about-span {
  color: var(--yellow-color);
}

.about-para {
  font-family: var(--font-family);
  color: var(--black-color);
  font-size: var(--para-size);
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 27px;
}

.about-hint {
  font-family: var(--font-family-4);
  color: var(--yellow-color);
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
}

.about-head {
  font-family: var(--font-family);
  color: #010101;
  font-weight: 500;
  line-height: 50px;
}

.button-txt {
  background-color: var(--yellow-color);
  font-family: var(--font-family);
  color: var(--white-color);
  border-radius: 50px;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 24px;
}

.value-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.value-hint {
  width: 25%;
}

.value-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.value-icon {
  width: 42px;
}

.value-heading {
  font-family: var(--font-family);
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
}

.value-post {
  font-family: var(--font-family);
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.heading-txt {
  font-family: var(--font-family);
  color: var(--dark-color);
  text-align: center;
  margin-top: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.heading-txt.product-heading {
  text-align: left;
}

.heading-text-span {
  color: var(--yellow-color);
}

.about-pick, .product-pick {
  width: 100%;
}

.product-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.product-text {
  font-family: var(--font-family);
  color: var(--white-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.product-text.product-start {
  bottom: 46px;
}

.product-div {
  width: 32%;
  position: relative;
}

.product-div.center-div {
  margin-top: 35px;
}

.title-range {
  font-family: var(--font-family);
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.title-span {
  color: var(--yellow-color);
}

.product-range {
  font-family: var(--font-family);
  color: var(--black-color);
  font-size: var(--para-size);
  line-height: 25px;
}

.contact-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.contact-grid-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
}

.hear-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  width: 45%;
  display: flex;
}

.hear-pick {
  width: 80px;
}

.contact-view {
  background-color: #fffaf0ed;
  border-radius: 30px;
  align-items: center;
  width: auto;
  max-width: 50%;
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-section {
  background-image: url('../images/aboutbanner.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading-2 {
  font-family: var(--font-family-3);
  color: var(--white-color);
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 82px;
}

.about-span-text {
  font-size: 70px;
  font-weight: 500;
}

.about-grid-sec {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.about-para-text {
  font-family: var(--font-family);
  color: #3f3f3f;
  font-size: var(--para-size);
  margin-top: 20px;
  font-weight: 500;
  line-height: 27px;
}

.about-heading {
  font-family: var(--font-family);
  color: var(--dark-color);
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.about-heading-span {
  color: var(--yellow-color);
}

.matches-para {
  font-family: var(--font-family);
  color: #3f3f3f;
  font-size: var(--para-size);
  text-align: center;
  margin-top: 20px;
  line-height: 27px;
}

.evolution-sec {
  padding-left: 40px;
  padding-right: 10px;
}

.get-pick {
  width: 70px;
}

.get-heading {
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 500;
}

.get-para {
  font-family: var(--font-family);
  color: #272425;
  font-size: 15px;
  line-height: 25px;
}

.get-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.first-row {
  width: 34%;
}

.last-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 46%;
  display: flex;
}

.center-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.first-pick {
  width: 100%;
  height: 100%;
}

.center-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.gallery-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.gallery-block.margin-top {
  margin-top: 0;
}

.gallery-block.margin-top.product-gallery-block {
  display: none;
}

.about-banner-heading {
  font-family: var(--font-family);
  color: var(--white-color);
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 82px;
}

.infrastructure-section {
  background-image: url('../images/infra-banner.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.infra-heading {
  font-family: var(--font-family-3);
  color: var(--white-color);
  text-align: center;
  margin-top: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 82px;
}

.succes-heading {
  font-family: var(--font-family);
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
}

.success-span {
  color: var(--yellow-color);
}

.success-para {
  font-family: var(--font-family);
  color: var(--black-color);
  font-size: 15px;
  line-height: 27px;
}

.success-image {
  width: 100%;
}

.first-content {
  padding-right: 40px;
}

.infra-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.hear-content {
  font-family: var(--font-family);
  color: #3c3c3c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 33px;
}

.contact-link {
  font-family: var(--font-family);
  color: var(--dark-color);
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
}

.div-f {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dd {
  width: 50%;
}

.whatsapp-pick {
  width: 60px;
  height: 64px;
  margin-top: 0;
  margin-left: -36px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.matches-view {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 75px;
}

.matches-view.matches-center {
  top: auto;
  bottom: 35px;
}

.matches-heading {
  font-family: var(--font-family);
  color: var(--white-color);
  text-align: center;
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}

.matches-hint {
  font-family: var(--font-family);
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.matcher-row {
  position: relative;
}

.match-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.matches-section {
  justify-content: flex-end;
  display: flex;
}

.matches-content {
  background-color: #272727e6;
  width: 50%;
  padding: 42px 45px;
  position: relative;
}

.matche-heading {
  font-family: var(--font-family);
  color: var(--white-color);
  margin-top: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
}

.match-heading-span {
  color: var(--yellow-color);
}

.match-para-text {
  font-family: var(--font-family);
  color: var(--white-color);
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.ayyan-heading {
  font-family: var(--font-family);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 58px;
}

.ayyan-span {
  color: var(--yellow-color);
}

.ayyan-hint {
  font-family: var(--font-family);
  color: var(--dark-color);
  font-size: var(--para-size);
  margin-top: 20px;
  line-height: 25px;
}

.tick-pick {
  width: 21px;
}

.list-sec {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.list-para {
  font-family: var(--font-family);
  color: var(--dark-color);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.leader-view {
  flex-flow: row;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.leader-sec {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 0;
}

.leader-test {
  background-color: #ffe8c6;
  border-radius: 17px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-left: -100px;
  padding: 16px 35px 16px 115px;
  display: flex;
}

.leader-test.leader-flow {
  margin-left: 0;
  margin-right: -100px;
  padding-left: 35px;
  padding-right: 115px;
}

.leader-content {
  font-family: var(--font-family);
  color: var(--dark-color);
  font-size: var(--para-size);
  margin-bottom: 0;
  line-height: 26px;
}

.section-2 {
  background-image: url('../images/gallerybanner.webp');
  background-position: 0 0;
  background-size: cover;
}

.gallery-banner {
  background-image: url('../images/gallerybanner.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.gallery-heading {
  font-family: var(--font-family);
  color: var(--white-color);
  text-align: center;
  margin-top: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 82px;
}

.quality-sec {
  display: flex;
}

.quality-pick {
  padding-right: 55px;
}

.product-slider {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f7f7f7;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-pick-row {
  width: 50%;
}

.arrow {
  display: none;
}

.slide-nav {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.contact-banner-section {
  background-image: url('../images/contactbanner.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.contact-banner-heading {
  font-family: var(--font-family);
  color: var(--white-color);
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 82px;
}

.contact-span-text {
  font-size: 70px;
  font-weight: 500;
}

.contact-section {
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 20px;
}

.contact-address {
  width: 43%;
  padding-right: 45px;
}

.contact-form {
  width: 65%;
}

.contact {
  font-family: var(--font-family);
  color: var(--dark-color);
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 54px;
}

.contact-span {
  color: var(--yellow-color);
}

.contact-para {
  font-family: var(--font-family);
  color: #3f3f3f;
  margin-top: 20px;
  font-size: 15px;
  line-height: 27px;
}

.contact-head {
  font-family: var(--font-family);
  color: var(--dark-color);
  margin-top: 20px;
  font-size: 15px;
  line-height: 27px;
}

.contact-link-text {
  color: var(--yellow-color);
  text-decoration: none;
}

.gallery-text {
  font-family: var(--font-family);
  color: var(--dark-color);
  text-align: center;
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
}

.gallery-section {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  margin-top: 50px;
  display: flex;
}

.gallery-first-row {
  width: 38%;
}

.gallery-second-row {
  width: 77%;
}

.gallery-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  align-items: flex-end;
  display: flex;
}

.gallery-grid.gallery-bottom {
  align-items: flex-start;
}

.gallery-first-grid, .gallery-second-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  display: flex;
}

.gallery-padding {
  padding-top: 122px;
  padding-left: 88px;
}

.contact-message {
  font-family: var(--font-family-3);
  margin-top: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
}

.contact-grid-section {
  display: flex;
}

.product-banner-section {
  background-image: url('../images/product-list-banner.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.container-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.box-content {
  background-color: #0000;
  position: absolute;
  bottom: 20px;
  left: -140px;
}

.box-heading {
  background-color: var(--yellow-color);
  font-family: var(--font-family);
  color: var(--white-color);
  text-align: center;
  border-radius: 20px;
  margin-top: 0;
  padding: 28px 5px;
  font-size: 40px;
  font-weight: 500;
  line-height: 24px;
}

.box-span {
  font-size: 25px;
}

.leader-heading {
  font-family: var(--font-family);
  color: var(--dark-color);
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.leader-span {
  color: var(--yellow-color);
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-testimonial-right-a {
  background-color: var(--yellow-color);
  color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -60px 0% auto auto;
}

.f-testimonial-right-a:hover {
  border-color: var(--yellow-color);
  background-color: var(--yellow-color);
  color: #fff;
}

.f-testimonial-right-a.arrow-icon {
  display: none;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-slider-cards {
  background-color: #fff;
  height: auto;
}

.f-testimonial-slider-cards.product-cards {
  background-color: #0000;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-left-a {
  color: var(--yellow-color);
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -60px 60px auto auto;
}

.f-testimonial-left-a:hover {
  background-color: var(--yellow-color);
  color: #fff;
}

.f-testimonial-left-a.arrow-icon {
  display: none;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-small {
  font-family: var(--font-family);
  color: var(--black-color);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-slide-nav-hidden.slider-dots {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-slider-grid-large.slider-range {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr;
}

.f-testimonial-slider-grid-large.product-sec {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 20px;
}

.f-testimonial-slider-grid-large.product-view {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 32px;
  padding: 23px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-card.card-section {
  padding: 0;
}

.f-testimonial-card.product-row {
  border-width: 0;
  padding: 0;
}

.f-testimonial-card.product-view {
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-family: var(--font-family);
  color: var(--dark-color);
  font-weight: 500;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-section {
  background-color: #0000;
  padding: 75px 0% 60px;
  position: relative;
  overflow: visible;
}

.f-testimonial-section.slider-image-section {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  text-shadow: 0 1px 1px #0003;
  object-fit: fill;
  background-color: #0000;
  padding-top: 0;
}

.f-testimonial-section.product-match {
  padding-top: 45px;
  padding-bottom: 0;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 16px;
}

.f-testimonial-background {
  background-color: #f7f9fd;
  width: 100%;
  height: auto;
  position: static;
  inset: auto 0% 0%;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.none {
  display: none;
}

.quick-slider {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slider-div {
  border: 1px solid #ccc;
  padding: 24px;
}

.hover-case {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  bottom: 50%;
}

.hover-text {
  font-family: var(--font-family);
  color: var(--yellow-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.infra-view {
  position: relative;
}

.product-banner-heading {
  font-family: var(--font-family);
  color: var(--white-color);
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
}

.product-span {
  font-weight: 500;
}

.grid-2 {
  grid-template-rows: auto;
}

.wooden-sec {
  grid-template-rows: auto;
  align-items: center;
}

.wooden-heading {
  font-family: var(--font-family);
  color: var(--dark-color);
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
}

.span {
  color: var(--yellow-color);
}

.wooden-para {
  font-family: var(--font-family);
  color: #3f3f3f;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 27px;
}

.wooden-sec-view {
  padding-left: 60px;
}

.wooden-sec-view.second-wooden {
  padding-left: 0;
  padding-right: 60px;
}

.hover-block {
  display: none;
  position: absolute;
  inset: 30% 0 50%;
}

.hover-block.hover-position {
  top: 20%;
}

.number {
  font-family: var(--font-family-3);
  color: var(--yellow-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 50px;
}

.num-content {
  font-family: var(--font-family);
  color: var(--white-color);
  font-size: var(--para-size);
  font-weight: 500;
}

.hover-about-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding: 10px;
  display: flex;
}

.hover-about-content.hover-bottom {
  flex-flow: column;
  justify-content: center;
}

.about-position, .bottom-div {
  position: relative;
}

.hover-pick, .hover-image {
  border-radius: 28px;
}

.paper-box-section {
  background-image: url('../images/boxpick.webp');
  background-position: 0 0;
  background-size: cover;
}

.paper-box-section.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.specific-heading {
  font-family: var(--font-family);
  color: var(--yellow-color);
  margin-top: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
}

.specifi-content {
  font-family: var(--font-family);
  color: var(--white-color);
  font-size: var(--para-size);
  margin-top: 20px;
  line-height: 27px;
}

.specifi-row {
  display: flex;
}

.specifi-sec {
  width: 38%;
}

.detail-sec {
  background-color: #0000;
  width: 62%;
  padding-left: 135px;
}

.detail-grid {
  display: flex;
}

.detail-first {
  background-color: #fcfcfc;
  border: 1px solid #92929254;
  width: 195px;
  min-width: 0;
  padding: 8px 8px 8px 25px;
}

.detail-first.yellow-text {
  background-color: var(--yellow-color);
  border-radius: 20px 0 0;
}

.detail-first.last-test {
  border-radius: 0 0 0 20px;
}

.detail-second {
  background-color: #fcfcfc;
  border: 1px solid #92929254;
  width: 133px;
  min-width: 0;
  padding: 8px;
}

.detail-second.yellow-text {
  background-color: var(--yellow-color);
}

.detail-third {
  background-color: #fcfcfc;
  border: 1px solid #92929254;
  width: 224px;
  min-width: 0;
  padding: 8px;
}

.detail-third.yellow-text {
  background-color: var(--yellow-color);
  border-radius: 0 20px 0 0;
}

.detail-third.end-text {
  border-radius: 0 0 20px;
}

.detail-view {
  font-family: var(--font-family);
  color: #3c3c3c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

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

.detail-heading {
  font-family: var(--font-family);
  color: var(--dark-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}

.hear-content-2 {
  color: #3c3c3c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 33px;
}

.contact-link-2 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.banner-view.banner-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clients-one-logo-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 60px;
}

.client-icon {
  margin-top: 8px;
}

.client-one-logo {
  flex: none;
}

.color-dark {
  color: #171a35;
}

.body-text-color {
  color: #5e6075;
}

.client-marquee-container {
  max-width: 1060px;
}

.clients-one-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 85px;
}

.heading-style-h6 {
  color: #171a35;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.marquee-one-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.logo-slider-img {
  width: 200px;
}

.quotation {
  width: 56px;
}

.star {
  width: 90px;
}

.range-image {
  width: 100%;
}

.view-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.view-arrow {
  width: 14px;
}

.view-heading {
  font-family: var(--font-family);
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.product-sec {
  background-color: #f5f5fa;
  border-radius: 20px;
  margin-top: 15px;
  padding: 30px;
}

.product-list {
  display: flex;
}

.product-show {
  width: 20%;
}

.product-slider-view {
  width: 80%;
  padding-left: 50px;
}

.product-size {
  background-color: #fff;
  border-radius: 20px;
  width: auto;
  padding: 20px;
}

.size-text {
  font-family: var(--font-family);
  color: #3c3c3c;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.product-head {
  font-family: var(--font-family);
  color: var(--dark-color);
  margin-top: 0;
  font-size: 29px;
  font-weight: 600;
  line-height: 32px;
}

.product-para {
  font-family: var(--font-family);
  color: #3f3f3f;
  font-size: var(--para-size);
  text-align: center;
  width: 62%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  line-height: 25px;
}

.product-image, .product-img {
  width: 100%;
}

.product-hint {
  font-family: var(--font-family);
  color: var(--dark-color);
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 27px;
}

.view-link {
  color: var(--dark-color);
  text-decoration: none;
}

.whatsapplinks {
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 25px;
}

.whatsapp-img {
  width: auto;
}

.page-top {
  z-index: 100;
  position: fixed;
  inset: 0 0 auto;
}

.page-wrapper {
  margin-top: 0;
  padding-top: 125px;
}

.infa-para {
  font-size: var(--para-size);
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
}

.gallery-div {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  align-items: stretch;
}

.gallery-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  display: flex;
  align-items: unset !important;
}

.gallery-part-first {
  width: 48.5%;
}

.gallery-wave {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.gallery-part-img {
  width: 100%;
}

.article-slide {
  background-color: #0000;
  height: 100%;
  margin-top: 25px;
}

.slide-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  align-items: stretch;
  padding-left: 100px;
  padding-right: 100px;
}

.slide-grid.slide-grid-two {
  grid-template-columns: 1fr 1fr;
  margin-top: 28px;
}

.slide-grid.slide-grid-first {
  grid-template-columns: 1fr .75fr .75fr;
}

.slide-grid.slide-grid-first.production-slide {
  grid-template-columns: 1fr 1fr .75fr;
  margin-top: 28px;
}

.article-view {
  flex-flow: wrap;
  display: flex;
}

.article-img {
  border-top-left-radius: 25px;
  width: 100%;
  box-shadow: 0 1px 12px #00000026;
}

.left-arrow-2 {
  left: 0;
}

.arrow-2 {
  background-color: var(--yellow-color);
  text-align: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 43px;
}

.right-arrow-2 {
  right: 0;
}

.slide-dots {
  padding-top: 30px;
  display: block;
}

.slide-dots.none {
  display: none;
}

.article-wave {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: wrap;
  display: flex;
}

.article-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  align-items: unset !important;
}

.article-two-img {
  width: 100%;
}

.article-two-img.articl-first-pick {
  height: 486px;
}

.article-two-img.articl-two-pick, .article-two-img.articl-three-pick {
  height: 229px;
}

.article-two-img.article-four-pick {
  height: 269px;
}

.article-two-img.articl-five-pick {
  height: 565px;
}

.article-two-img.articl-six-pick {
  height: 320px;
}

.article-two-img.articl-seven-pick {
  height: 214px;
}

.article-two-img.articl-eight-pick {
  height: 258px;
}

.article-two-img.article-width {
  width: auto;
}

.article-two-img.article-nine-img {
  height: 486px;
}

.packaging-view {
  margin-top: 25px;
}

.infrastructure-para {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.second-slide {
  margin-top: 28px;
}

.production-view, .lab-view-partss {
  margin-top: 25px;
}

@media screen and (min-width: 1280px) {
  .clients-one-logo-wrapper {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .demo-view {
    padding-left: 13px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 1140px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .icon {
    color: #000;
    background-color: #0000;
  }

  .notify {
    display: none;
  }

  .section.section-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-heading {
    font-size: 45px;
  }

  .about-grid {
    align-items: center;
    display: flex;
  }

  .about-text {
    font-size: 40px;
    line-height: 50px;
  }

  .about-head {
    font-size: 32px;
    line-height: 40px;
  }

  .value-heading {
    font-size: 28px;
  }

  .heading-txt {
    font-size: 40px;
    line-height: 50px;
  }

  .title-range {
    font-size: 40px;
  }

  .contact-flex {
    flex-flow: column;
    align-items: flex-start;
  }

  .contact-grid-row {
    justify-content: flex-start;
    width: 70%;
  }

  .about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-span-text {
    font-size: 50px;
    line-height: 60px;
  }

  .about-heading {
    font-size: 40px;
  }

  .get-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .about-banner-heading {
    font-size: 45px;
    line-height: 60px;
  }

  .infrastructure-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .infra-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .succes-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .success-row {
    align-items: center;
    display: flex;
  }

  .success-row.none {
    display: none;
  }

  .constant-sec {
    align-items: center;
    display: flex;
  }

  .hear-content {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-link {
    font-size: 18px;
  }

  .matches-heading {
    font-size: 28px;
    line-height: 40px;
  }

  .matche-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .ayyan-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .gallery-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gallery-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .quality-sec {
    align-items: center;
  }

  .contact-banner-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-banner-heading {
    font-size: 45px;
    line-height: 60px;
  }

  .contact-span-text {
    font-size: 50px;
  }

  .contact {
    font-size: 40px;
  }

  .gallery-text {
    font-size: 28px;
  }

  .gallery-section, .gallery-grid, .gallery-first-grid, .gallery-second-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .gallery-padding {
    padding-top: 80px;
    padding-left: 50px;
  }

  .box-heading {
    font-size: 35px;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-slider-grid-large.product-view {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .f-testimonial-slider-grid-large.product-match {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

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

  .hover-text {
    font-size: 30px;
  }

  .product-banner-heading, .wooden-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .span {
    font-size: 40px;
  }

  .specific-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .hear-content-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-link-2 {
    font-size: 18px;
  }

  .clients-one-logo-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-right: 40px;
  }

  .clients-one-logo-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 57px;
  }

  .heading-style-h6 {
    font-size: 20px;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .page-wrapper {
    padding-top: 80px;
  }

  .slide-grid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .article-two-img.articl-first-pick, .article-two-img.articl-two-pick, .article-two-img.article-four-pick, .article-two-img.articl-five-pick, .article-two-img.articl-six-pick, .article-two-img.articl-seven-pick, .article-two-img.articl-eight-pick {
    height: auto;
  }

  .infrastructure-para {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: block;
  }

  .menu-button {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .notify {
    display: none;
  }

  .section {
    margin-top: 40px;
  }

  .section.section-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.section-banner.home-banners {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.gallery-view {
    margin-top: 30px;
  }

  .section.about-sec {
    margin-top: 10px;
  }

  .section.mt-50 {
    margin-top: 40px;
  }

  .footer-sec {
    flex-flow: column;
  }

  .footer-first-sec, .footer-second-sec, .footer-third-sec {
    width: 100%;
  }

  .footer-section {
    margin-top: 30px;
  }

  .footer-heading {
    font-size: 23px;
  }

  .contact-grid {
    flex-flow: row;
  }

  .banner-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .demo-view {
    margin-top: 12px;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .about-grid.maring-top-space {
    margin-top: 10px;
  }

  .about-first-sec, .about-first-sec.margin-right, .about-second-sec {
    padding-left: 0;
    padding-right: 0;
  }

  .about-second-sec.margin-left {
    padding-left: 0;
  }

  .banner-span, .about-text {
    font-size: 35px;
    line-height: 40px;
  }

  .about-head {
    font-size: 28px;
    line-height: 38px;
  }

  .value-row {
    flex-flow: column;
  }

  .value-hint {
    width: 100%;
  }

  .value-heading {
    font-size: 25px;
  }

  .heading-txt {
    font-size: 35px;
    line-height: 40px;
  }

  .product-grid {
    flex-flow: column;
  }

  .product-text {
    bottom: 32px;
  }

  .product-text.product-start {
    bottom: 25px;
  }

  .product-div {
    width: 100%;
  }

  .product-div.center-div {
    margin-top: 0;
  }

  .title-range {
    font-size: 35px;
    line-height: 40px;
  }

  .contact-flex {
    flex-flow: column;
  }

  .contact-grid-row {
    justify-content: flex-start;
    width: 100%;
  }

  .hear-text {
    width: 100%;
  }

  .contact-view {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-span-text {
    font-size: 45px;
    line-height: 50px;
  }

  .about-grid-sec {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .about-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .evolution-sec {
    padding-left: 0;
    padding-right: 0;
  }

  .get-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .get-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .first-row, .last-row {
    width: 100%;
  }

  .gallery-block {
    flex-flow: column;
  }

  .about-banner-heading {
    font-size: 35px;
  }

  .infra-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .succes-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .first-content {
    padding-left: 0;
    padding-right: 0;
  }

  .infra-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .success-row, .constant-sec {
    flex-flow: column;
  }

  .hear-content {
    font-size: 20px;
  }

  .contact-link {
    font-size: 17px;
  }

  .whatsapp-pick {
    width: 50px;
    margin-left: -21px;
  }

  .matches-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .matches-hint {
    font-size: 18px;
  }

  .match-grid {
    grid-template-columns: 1fr;
  }

  .matches-content {
    width: 100%;
    padding: 20px;
  }

  .matche-heading {
    font-size: 35px;
    line-height: 42px;
  }

  .ayyan-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .leader-view {
    flex-flow: column;
  }

  .leader-view.second-text {
    flex-flow: wrap-reverse;
    justify-content: center;
  }

  .leader-test {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leader-test.leader-flow {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gallery-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .quality-sec {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .quality-pick, .ranging-content, .ranging-slider, .evolution-pick-section {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-banner-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-banner-heading {
    font-size: 35px;
  }

  .contact-span-text {
    font-size: 45px;
    line-height: 50px;
  }

  .contact-address {
    width: 100%;
    padding-right: 0;
  }

  .contact-form {
    width: 100%;
  }

  .contact {
    font-size: 35px;
    line-height: 40px;
  }

  .contact-para, .contact-head {
    margin-top: 10px;
  }

  .gallery-text {
    font-size: 25px;
    line-height: 35px;
  }

  .gallery-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 30px;
  }

  .gallery-first-row, .gallery-second-row {
    width: 100%;
  }

  .gallery-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .gallery-first-grid, .gallery-second-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-padding {
    padding-top: 0;
    padding-left: 0;
  }

  .contact-grid-section {
    flex-flow: column;
  }

  .product-banner-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .box-content {
    position: static;
  }

  .box-heading {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    font-size: 25px;
  }

  .box-span, .leader-heading {
    font-size: 20px;
  }

  .f-testimonial-right-a {
    display: flex;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-testimonial-left-a {
    display: flex;
  }

  .f-testimonial-slider-grid-large.slider-range, .f-testimonial-slider-grid-large.product-view, .f-testimonial-slider-grid-large.product-match {
    grid-template-columns: 1fr;
  }

  .f-testimonial-section.product-match {
    padding-top: 85px;
  }

  .hover-text {
    font-size: 25px;
    line-height: 30px;
  }

  .second-content {
    padding-left: 0;
    padding-right: 0;
  }

  .product-banner-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .wooden-sec {
    grid-template-columns: 1fr;
  }

  .wooden-heading, .span {
    font-size: 35px;
    line-height: 40px;
  }

  .wooden-sec-view {
    padding-left: 0;
  }

  .wooden-sec-view.second-wooden {
    padding-right: 0;
  }

  .quality-content {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paper-box-section.section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .specific-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .specifi-row {
    flex-flow: column;
  }

  .specifi-sec {
    width: 100%;
  }

  .detail-sec {
    width: 100%;
    padding-left: 0;
  }

  .hear-content-2 {
    font-size: 20px;
  }

  .clients-one-logo-wrapper {
    padding-top: 38px;
    padding-bottom: 60px;
  }

  .heading-style-h6 {
    font-size: 18px;
  }

  .page-padding.s0 {
    margin-top: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .product-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-list {
    flex-flow: column;
  }

  .product-show {
    width: 100%;
  }

  .product-slider-view {
    width: 100%;
    padding-left: 0;
  }

  .product-head {
    font-size: 23px;
  }

  .product-para {
    width: 96%;
  }

  .product-hint {
    font-size: 18px;
  }

  .infa-para {
    width: 100%;
  }

  .gallery-div {
    grid-template-columns: 1fr;
  }

  .slide-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-left: 35px;
    padding-right: 35px;
  }

  .slide-grid.slide-grid-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .slide-grid.slide-grid-first {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .slide-grid.slide-grid-first.production-slide {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .slide-grid.packaging-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-arrow-2 {
    width: 50px;
  }

  .arrow-2 {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }

  .right-arrow-2 {
    width: 50px;
  }

  .article-wave {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .article-two-img {
    width: 100%;
    height: auto;
  }

  .article-two-img.articl-three-pick, .article-two-img.article-nine-img {
    height: auto;
  }

  .infrastructure-para {
    width: 100%;
  }

  .second-slide {
    margin-top: 20px;
  }

  .year-pick {
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    background-color: #0000;
  }

  .section, .section.gallery-view, .section.mt-50 {
    margin-top: 30px;
  }

  .banner-heading {
    font-size: 28px;
    line-height: 40px;
  }

  .demo-view {
    padding: 10px 20px;
  }

  .demo-flow {
    font-size: 16px;
  }

  .banner-span {
    font-size: 28px;
    line-height: 29px;
  }

  .about-text {
    font-size: 25px;
    line-height: 35px;
  }

  .about-head {
    font-size: 25px;
    line-height: 32px;
  }

  .value-heading {
    font-size: 24px;
  }

  .heading-txt {
    font-size: 25px;
    line-height: 35px;
  }

  .product-text, .product-text.product-start {
    font-size: 18px;
    bottom: 10px;
  }

  .title-range {
    font-size: 25px;
    line-height: 35px;
  }

  .contact-grid-row {
    flex-flow: column;
    align-items: flex-start;
  }

  .contact-view {
    justify-content: flex-start;
    width: 100%;
    max-width: 234px;
  }

  .about-span-text {
    font-size: 28px;
    line-height: 35px;
  }

  .about-grid-sec {
    grid-template-columns: 1fr;
  }

  .about-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .get-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .center-div {
    flex-flow: column;
  }

  .about-banner-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .infra-heading {
    font-size: 28px;
    line-height: 35px;
  }

  .succes-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .hear-content {
    line-height: 28px;
  }

  .matches-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .matche-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .ayyan-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .tick-pick {
    width: 38px;
  }

  .gallery-heading {
    font-size: 28px;
    line-height: 35px;
  }

  .contact-banner-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .contact-span-text {
    font-size: 28px;
    line-height: 35px;
  }

  .contact {
    font-size: 25px;
    line-height: 35px;
  }

  .contact-para, .contact-head {
    margin-top: 10px;
  }

  .gallery-text {
    font-size: 23px;
    line-height: 32px;
  }

  .gallery-section {
    margin-top: 30px;
  }

  .f-testimonial-author {
    flex-flow: row;
    align-items: center;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 0;
    margin-right: 0;
  }

  .hover-text {
    font-size: 23px;
  }

  .product-banner-heading, .wooden-heading, .span, .specific-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .hear-content-2 {
    line-height: 28px;
  }

  .clients-one-logo-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-right: 30px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .gallery-flex {
    flex-flow: column;
  }

  .gallery-part-first {
    width: 100%;
  }
}

#w-node-e04f7161-8d93-9af2-1275-c36467247369-f6b87ac8, #w-node-e04f7161-8d93-9af2-1275-c36467247376-f6b87ac8, #w-node-e9688fb9-2643-44aa-974d-07e7d39537c3-f6b87ac8, #w-node-e9688fb9-2643-44aa-974d-07e7d39537c5-f6b87ac8, #w-node-_6613481a-734a-1100-a236-430837b8da2e-f6b87ac8, #w-node-_6613481a-734a-1100-a236-430837b8da3f-f6b87ac8, #w-node-_6613481a-734a-1100-a236-430837b8da50-f6b87ac8, #w-node-_4cea4364-099f-549f-6815-7c7bdad3f4b6-f6b87ac8, #w-node-_4cea4364-099f-549f-6815-7c7bdad3f4c3-f6b87ac8, #w-node-_4cea4364-099f-549f-6815-7c7bdad3f4d0-f6b87ac8, #w-node-b40bb908-1c88-ac1a-c294-7be7fd4ac10c-15b6e33e, #w-node-b40bb908-1c88-ac1a-c294-7be7fd4ac119-15b6e33e, #w-node-b40bb908-1c88-ac1a-c294-7be7fd4ac126-15b6e33e, #w-node-ac7f5009-8e39-3a6e-f111-d98180605160-15b6e33e, #w-node-ac7f5009-8e39-3a6e-f111-d98180605162-15b6e33e, #w-node-ac7f5009-8e39-3a6e-f111-d98180605164-15b6e33e, #w-node-_46d839c4-c586-7424-d770-4b12f627294a-15b6e33e, #w-node-_46d839c4-c586-7424-d770-4b12f627294c-15b6e33e, #w-node-_46d839c4-c586-7424-d770-4b12f627294e-15b6e33e, #w-node-_5b723d0c-c45f-7721-d842-fdc52e60903c-15b6e33e, #w-node-_5b723d0c-c45f-7721-d842-fdc52e60903e-15b6e33e, #w-node-_5b723d0c-c45f-7721-d842-fdc52e609040-15b6e33e, #w-node-_809424e7-c7ba-7c99-93c9-ab7e0606619d-15b6e33e, #w-node-_809424e7-c7ba-7c99-93c9-ab7e0606619f-15b6e33e, #w-node-_809424e7-c7ba-7c99-93c9-ab7e060661a1-15b6e33e, #w-node-_165d88e7-5370-b91d-3f6c-b4a1c1c79688-15b6e33e, #w-node-_165d88e7-5370-b91d-3f6c-b4a1c1c7968a-15b6e33e, #w-node-_165d88e7-5370-b91d-3f6c-b4a1c1c7968c-15b6e33e, #w-node-_091206f2-2f7a-7cde-d8dd-191ec14c9783-15b6e33e, #w-node-_58457a1c-5062-031a-ad2e-b19be7d64215-15b6e33e, #w-node-dbc80740-c08e-7162-6eb2-c38f35e8ea8c-15b6e33e, #w-node-_32a89969-326d-a929-a07c-dbbdbd8a5952-15b6e33e, #w-node-_32a89969-326d-a929-a07c-dbbdbd8a5956-15b6e33e, #w-node-_32a89969-326d-a929-a07c-dbbdbd8a595a-15b6e33e, #w-node-_5dd5ee65-800e-b956-b847-4fc84aead46a-15b6e33e, #w-node-_5dd5ee65-800e-b956-b847-4fc84aead46e-15b6e33e, #w-node-_5dd5ee65-800e-b956-b847-4fc84aead472-15b6e33e, #w-node-cadccd6f-c4db-fe42-b95c-aab26b0b4944-15b6e33e, #w-node-cadccd6f-c4db-fe42-b95c-aab26b0b4948-15b6e33e, #w-node-cadccd6f-c4db-fe42-b95c-aab26b0b494c-15b6e33e, #w-node-_9df340a0-f1bd-3733-1f5a-e050ad8da49b-15b6e33e, #w-node-_9df340a0-f1bd-3733-1f5a-e050ad8da49f-15b6e33e, #w-node-_9df340a0-f1bd-3733-1f5a-e050ad8da4a3-15b6e33e, #w-node-_73923569-d90b-d3a1-e07c-1c288daa6501-15b6e33e, #w-node-_73923569-d90b-d3a1-e07c-1c288daa6505-15b6e33e, #w-node-_73923569-d90b-d3a1-e07c-1c288daa6509-15b6e33e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


