html * {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  max-width: 2100px;
  margin: 0 auto;
}

html body {
  font-family: "PassionSansPDae";
  font-weight: normal;
  background: #F6F5EF;
  padding: 100px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #411E0F;
  overflow: hidden;
}

a:focus {
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

*::-moz-selection {
  color: #fff;
  background: #C45327;
}

*::selection {
  color: #fff;
  background: #C45327;
}

*::-moz-selection {
  color: #fff;
  background: #C45327;
}

*::-webkit-selection {
  color: #fff;
  background: #C45327;
}

*::-ms-selection {
  color: #fff;
  background: #C45327;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "PassionSansPDae";
  border: 0;
  outline: 0;
  font-size: 100%;
  padding: 0;
  margin: 0;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  color: #411E0F;
  font-family: "PassionSansPDag";
  font-size: 18px;
  font-style: normal;
  line-height: 144%;
  display: inline-block;
}

body a:hover {
  color: #C45327;
}

body a:focus {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: #411E0F;
  font-family: "PassionSansPDag";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 147%;
  letter-spacing: 0.19px;
  margin: 0;
  padding-bottom: 15px;
}

body br {
  display: none;
}

body p:last-child {
  padding-bottom: 0;
}

body p:empty {
  display: none;
}

iframe {
  width: 100%;
  height: 100%;
}

.padding {
  padding: 100px 0;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.btn-main {
  border-radius: 10px;
  background: #C45327;
  padding: 15px 25px;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  font-family: "PassionSansPDak";
}

.btn-main:hover {
  background: rgba(65, 30, 15, 0.8705882353);
  color: #FFF;
}

.btn-main.blur {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(217, 217, 217, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 15px 35px;
}

.btn-main.blur:hover {
  background: #C45327;
  border-color: #C45327;
}

.btn-main.light {
  border: 1px solid #411E0F;
  padding: 15px 38px;
  background: transparent;
  color: #411E0F;
}

.btn-main.light:hover {
  background: #C45327;
  border-color: #C45327;
  color: #fff;
}

.regular {
  font-family: "PassionSansPDae";
  font-weight: 400;
}

.semibold {
  font-family: "PassionSansPDai";
}

.book {
  font-family: "PassionSansPDae";
}

.bold {
  font-family: "PassionSansPDak";
}

h2 {
  font-family: "PassionSansPDai";
  color: #411E0F;
  font-size: 48px;
  line-height: 104%;
  letter-spacing: 0.96px;
  position: relative;
  margin: 0;
  padding: 10px 0 20px;
}

h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #C45327;
  width: 48px;
  height: 3px;
}

h2.center {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 50px;
}

.owl-carousel .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  background: #411E0F;
  position: relative;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 25%;
}

.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: -40px;
  right: auto;
  top: 52.5%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  background-image: url("../images/slider-arrow.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 17px;
  z-index: 1;
  transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-next {
  transform: rotate(0deg);
  left: auto !important;
  right: -40px;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
}

.for-mobile {
  display: none;
}

@font-face {
  font-family: "PassionSansPDai";
  src: url("./fonts/PassionSansPDai-SemiBold.eot");
  src: url("./fonts/PassionSansPDai-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/PassionSansPDai-SemiBold.woff2") format("woff2"), url("./fonts/PassionSansPDai-SemiBold.woff") format("woff"), url("./fonts/PassionSansPDai-SemiBold.ttf") format("truetype"), url("./fonts/PassionSansPDai-SemiBold.svg#PassionSansPDai-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PassionSansPDak";
  src: url("./fonts/PassionSansPDak-Bold.eot");
  src: url("./fonts/PassionSansPDak-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/PassionSansPDak-Bold.woff2") format("woff2"), url("./fonts/PassionSansPDak-Bold.woff") format("woff"), url("./fonts/PassionSansPDak-Bold.ttf") format("truetype"), url("./fonts/PassionSansPDak-Bold.svg#PassionSansPDak-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PassionSansPDae";
  src: url("./fonts/PassionSansPDae-Book.eot");
  src: url("./fonts/PassionSansPDae-Book.eot?#iefix") format("embedded-opentype"), url("./fonts/PassionSansPDae-Book.woff2") format("woff2"), url("./fonts/PassionSansPDae-Book.woff") format("woff"), url("./fonts/PassionSansPDae-Book.ttf") format("truetype"), url("./fonts/PassionSansPDae-Book.svg#PassionSansPDae-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PassionSansPDag";
  src: url("./fonts/PassionSansPDag-Regular.eot");
  src: url("./fonts/PassionSansPDag-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/PassionSansPDag-Regular.woff2") format("woff2"), url("./fonts/PassionSansPDag-Regular.woff") format("woff"), url("./fonts/PassionSansPDag-Regular.ttf") format("truetype"), url("./fonts/PassionSansPDag-Regular.svg#PassionSansPDag-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fixed {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  padding: 22px 0;
}

#header.fixed::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(217, 217, 217, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#header .container {
  width: 1630px;
}

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

#header .wrapper .logo {
  width: 200px;
}

#header .wrapper .menu ul#main-menu {
  display: flex;
  align-items: center;
  margin: 0 -30px;
}

#header .wrapper .menu ul#main-menu li {
  padding: 0 30px;
}

#header .wrapper .menu ul#main-menu li a {
  letter-spacing: 1.8px;
  font-family: "PassionSansPDai";
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
}

#header .wrapper .menu ul#main-menu li a::before {
  position: absolute;
  content: "";
  top: auto;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #C45327;
  opacity: 0;
  transition: all ease 0.5s;
}

#header .wrapper .menu ul#main-menu li a:hover::before,
#header .wrapper .menu ul#main-menu li.active a::before,
#header .wrapper .menu ul#main-menu li.menu-has-children:hover > a::before {
  opacity: 1;
}

#header .wrapper .menu ul#main-menu li.menu-has-children:hover > a {
  color: #C45327;
}

#header .wrapper .right-header {
  display: flex;
  align-items: center;
}

#header .wrapper .right-header .header-btn {
  margin-left: 60px;
}

/**/
#header .res_navigation {
  width: 40px;
  height: 29px;
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 40px;
  height: 29px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 4px;
  border-radius: 10px;
  width: 100%;
  background: #C45327;
  left: auto;
  right: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:last-child {
  transition: 0.2s ease-in-out;
  width: 75%;
}

.res_navigation .nav-toggle span:first-child {
  top: 0;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 10px;
  width: 50%;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:last-child {
  top: 20px;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 16px !important;
}

.res_navigation .nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.res_navigation .nav-toggle.active span:first-child,
.res_navigation .nav-toggle.active span:last-child {
  top: 15px;
}

/* mega menu css*/
#header .wrapper .menu ul#main-menu li.menu-has-children {
  position: relative;
}

#header .wrapper .menu ul#main-menu li.menu-has-children::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 86px;
  top: -21px;
  cursor: pointer;
}

#header .wrapper .menu ul#main-menu li.menu-has-children.open-sub-menu .submenu-wrap {
  opacity: 1;
  pointer-events: all;
}

#header .wrapper .menu ul#main-menu .submenu-wrap {
  position: absolute;
  min-width: 1270px;
  left: -110%;
  top: 62px;
  padding: 50px 30px 50px 30px;
  border-top: 1px solid #DDDDDD;
  z-index: 1;
  visibility: visible;
  transition: all ease 0.5s;
  background: #F6F5EF;
  box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
}

#header .wrapper .menu ul#main-menu .submenu-wrap .inner-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

#header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap {
  display: flex;
  gap: 30px;
}

#header .wrapper .menu ul#main-menu .submenu-wrap p.title {
  color: #411E0F;
  font-family: PassionSansPDai;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(65, 30, 15, 0.1);
  margin-bottom: 20px;
}

#header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li {
  padding: 0 0 15px;
}

#header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap > div {
  min-width: 220px;
}

#header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap .textile-menu {
  margin-right: 0px;
}

#header .wrapper .menu ul#main-menu .submenu-wrap .right-wrap ul li {
  padding: 0;
}

#header .wrapper .menu ul#main-menu .submenu-wrap ul li a::before {
  content: none;
}

#header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li a:hover {
  padding-left: 30px;
}

#header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  transform-origin: left;
  bottom: 10px;
  left: 0px;
  transform: scale(0, 1);
  background: #C45327;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

#header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li a:hover::after {
  transform: scale(1);
}

#header .wrapper .menu ul#main-menu .submenu-wrap .right-wrap li {
  height: 200px;
  width: 400px;
}

#header .wrapper .menu ul#main-menu .submenu-wrap .right-wrap li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#header .wrapper .menu ul#main-menu .strength-submenu {
  padding: 20px !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  left: -50%;
}

#header .wrapper .menu ul#main-menu .strength-submenu ul {
  display: flex;
}

/* section css start */
.container {
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

.banner {
  min-height: 100% !important;
  position: relative;
}

.banner .container {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.banner .container h1 {
  color: #FFF;
  text-align: center;
  font-size: 100px;
  line-height: 110%;
  position: relative;
  z-index: 2;
}

.banner .container h1::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: url(../images/round-shape-banner.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 1211px;
  height: 600px;
  top: -200px;
  z-index: -1;
  pointer-events: none;
}

.banner .container h1 br {
  display: block;
}

.story-section .wrapper {
  display: grid;
  grid-template-columns: 1fr 630px;
  align-items: center;
  grid-gap: 90px;
}

.story-section .wrapper p {
  width: 640px;
}

.story-section .wrapper .btn-wrap {
  padding-top: 25px;
}

.story-section .wrapper .btn-wrap .btn-main.dark {
  margin-right: 20px;
  border: 1px solid transparent;
}

.story-section .wrapper .btn-wrap.btn-hover a.btn-main.dark {
  border-color: #411E0F;
  background: transparent;
  color: #411E0F;
}

.understand-materials {
  background: url(../images/Understand-materials-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.understand-materials ul.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 50px;
}

.understand-materials ul.tabs li {
  margin: 0 35px;
}

.understand-materials ul.tabs li p {
  font-size: 18px;
  font-family: "PassionSansPDak";
  letter-spacing: 0.72px;
  text-transform: uppercase;
  cursor: pointer;
}

.understand-materials ul.tabs li.active p {
  border-radius: 50px;
  background: #411E0F;
  color: #fff;
  padding: 12px 61px;
}

.understand-materials .bottom-tab ul li.panel {
  padding: 120px 120px 110px 130px;
  background: #F6F5EF;
}

.understand-materials .bottom-tab .wrapper {
  display: grid;
  grid-template-columns: 1fr 470px;
  grid-gap: 60px;
}

.understand-materials .bottom-tab ul.icon-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.understand-materials .bottom-tab h3,
.strength-section .wrapper .inner-wrap h3,
.product-main-section h3,
.product-range .innerwrapper h2,
.table-sec .wrap h2 {
  font-family: "PassionSansPDai";
  color: #411E0F;
  font-size: 38px;
  line-height: 68%;
  letter-spacing: 1.52px;
  position: relative;
  padding: 10px 0 20px;
}

.understand-materials .bottom-tab h3::before,
.strength-section .wrapper .inner-wrap h3::before,
.product-range .innerwrapper h2::before,
.table-sec .wrap h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #C45327;
  width: 24px;
  height: 2.4px;
}

.understand-materials .bottom-tab a.btn-main.light {
  margin-top: 20px;
}

.understand-materials .bottom-tab ul.icon-wrap li a {
  transition: all ease 0.5s;
}

.understand-materials .bottom-tab ul.icon-wrap li a:hover {
  transform: translateY(-10px);
}

.understand-materials .bottom-tab ul.icon-wrap li a p {
  font-size: 20px;
  letter-spacing: 0.4px;
  font-family: "PassionSansPDai";
  padding: 15px 0 0;
}

.strength-section .wrapper {
  padding-top: 20px;
}

.strength-section .wrapper .inner-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background: #E5E5DF;
  padding-left: 60px;
}

.strength-section .wrapper .inner-wrap .image {
  flex: 0 0 580px;
  margin-left: 85px;
}

.strength-section .wrapper .inner-wrap:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 60px;
}

.strength-section .wrapper .inner-wrap:nth-child(even) .image {
  margin: 0 80px 0 0;
}

.strength-section .wrapper .inner-wrap:nth-last-child {
  margin-bottom: 0px;
}

.infrastructure-section ul {
  margin-top: 30px;
}

.infrastructure-section ul li {
  text-align: center;
}

.infrastructure-section ul .icon {
  max-width: 56px;
  margin: 0 auto;
}

.infrastructure-section ul h4,
.product-details-service ul li h3,
.contact-info ul h3,
.office-info ul h3,
.whatsapp-info p {
  color: #411E0F;
  text-align: center;
  font-family: "PassionSansPDai";
  font-size: 24px;
  line-height: 108%;
  /* 108.333% */
  letter-spacing: 0.96px;
  padding: 35px 0 20px;
}

.infrastructure-section ul p {
  text-align: center;
}

.round-arrow {
  height: 24px;
  width: 24px;
  margin: 15px auto 0;
  background: url(../images/round-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.latest-news .cta-sec {
  margin-top: 100px;
}

.cta-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/cta-bg-image.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 90px;
}

.cta-sec h3,
.whatsapp-info h3 {
  color: #FFF;
  font-family: "PassionSansPDai";
  font-size: 50px;
  letter-spacing: 1px;
}

.video-sec {
  padding: 0px 260px 0;
  margin-top: 150px;
  position: relative;
}

.video-sec .video-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.video-sec .video-slider .slide {
  min-width: 100%;
  transition: transform 0.5s ease;
  transform: scale(0.9);
}

.video-sec .video-slider .slide.center {
  opacity: 1;
  transform: scale(1);
}

.video-sec button.slider-btn {
  position: absolute;
  top: 52.5%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  background-position: center;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  cursor: pointer;
}

.video-sec button.prev {
  left: 110px;
}

.video-sec button.next {
  right: 100px;
  transform: translateY(-50%) rotate(0deg);
}

/*aboutus-page*/
.innerbanner {
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.innerbanner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.25;
  background: #000;
  pointer-events: none;
}

.innerbanner .container h1::after {
  position: absolute;
  content: "";
  top: 25px;
  left: 20px;
  background: #C45327;
  width: 48px;
  height: 3px;
}

.innerbanner .container {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
}

.innerbanner .container h1 {
  color: #fff;
  font-size: 64px;
  line-height: normal;
  position: relative;
  margin: 0;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  padding: 27px 30px 27px 20px;
}

.innerbanner .container h1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 700px;
  background: url(../images/title-bg.svg) no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.about-main-sec {
  background: url(../images/ofelia-group-bg-image.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.about-main-sec .wrapper {
  display: grid;
  grid-template-columns: 630px 1fr;
  grid-gap: 70px;
  align-items: center;
}

.about-main-sec .wrapper .bold-title {
  padding-left: 25px;
  margin-bottom: 35px;
  margin-top: 10px;
  position: relative;
}

.about-main-sec .wrapper .bold-title::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  background: #C45327;
  width: 3px;
}

.about-main-sec .wrapper .bold-title p {
  color: #411E0F;
  font-family: "PassionSansPDai";
  font-size: 26px;
  line-height: 123%;
  letter-spacing: 0.52px;
}

.roadmap-section ul.roadmap-slider {
  padding-top: 35px;
}

.roadmap-section .owl-stage {
  display: flex;
}

.roadmap-section .owl-stage .owl-item {
  height: inherit;
}

.roadmap-section .owl-stage .owl-item li {
  height: 100%;
}

.roadmap-section .owl-stage-outer::before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 100%;
  background: #C45327;
  z-index: 1;
}

.roadmap-section .img-wrap {
  position: relative;
  height: 240px;
}

.roadmap-section .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.roadmap-section h3 {
  color: #411E0F;
  text-align: center;
  font-family: PassionSansPDai;
  font-size: 24px;
  line-height: 108.333%;
  letter-spacing: 0.96px;
}

.roadmap-section p {
  text-align: center;
  padding: 16px 0 20px;
  width: 400px;
  margin: 0 auto;
}

.roadmap-section h4.number {
  color: #C45327;
  text-align: center;
  font-size: 76px;
  line-height: normal;
  opacity: 0.25;
}

.roadmap-section .owl-stage .owl-item:nth-child(odd) .img-wrap {
  margin-bottom: 50px;
}

.roadmap-section .owl-stage .owl-item:nth-child(even) li {
  display: flex;
  flex-direction: column-reverse;
}

.roadmap-section .owl-stage .owl-item:nth-child(even) li .img-wrap {
  margin-top: auto;
}

.roadmap-section .owl-stage .owl-item li .img-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -33px;
  bottom: auto;
  margin: 0 auto;
  background: #C45327;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.roadmap-section .owl-stage .owl-item:nth-child(odd) li .img-wrap::before {
  top: auto;
  bottom: -32px;
}

.vision-mission-section {
  background: url(../images/vision-mission-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.vision-mission-section::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #E5E5DF;
  opacity: 85%;
  pointer-events: none;
}

.vision-mission-section .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.vision-mission-section .wrapper .img-wrap {
  height: 260px;
  margin-bottom: 40px;
}

.vision-mission-section .wrapper .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.export-market {
  padding-bottom: 0 !important;
}

.export-market .map-container {
  position: relative;
  width: 1400px;
  height: 550px;
  margin: 100px auto 0;
  background: url("../images/map.png") no-repeat center center;
  background-size: contain;
}

.export-market .countries {
  display: flex;
  overflow-x: scroll;
  margin: 25px 0 0 110px;
  padding-top: 5px;
  padding-bottom: 15px;
  scrollbar-width: thin;
  scrollbar-color: #C45327 #F5F5F5;
}

.export-market .countries::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.export-market .countries::-webkit-scrollbar {
  height: 5px;
  background-color: #F5F5F5;
}

.export-market .countries::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #C45327;
}

.export-market .countries {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.export-market .countries button {
  border: 0;
  border-radius: 10px;
  background: #F6F5EF;
  box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.06);
  padding: 15px 20px 15px 30px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all ease 0.5s;
  cursor: pointer;
}

.export-market .countries button img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;
  border: 10px solid #E5E5DF;
  transition: all ease 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.export-market .countries button p {
  font-size: 24px;
  font-family: "PassionSansPDai";
  letter-spacing: 0.48px;
  width: -moz-max-content;
  width: max-content;
  transition: all ease 0.5s;
}

.export-market .countries button.active {
  background: #411E0F;
}

.export-market .countries button.active img {
  border-color: rgba(229, 229, 223, 0.15) !important;
}

.export-market .countries button.active p {
  color: #fff;
}

.export-market #pointer {
  position: absolute;
  width: 26px;
  height: 34px;
  transition: transform 0.5s ease;
  background: url(../images/map-pointer.svg) no-repeat;
  background-size: contain;
}

.product-main-section .text p {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.24px;
  width: 1080px;
  margin: 0 auto 90px;
}

.product-main-section .wrapper {
  display: flex;
  grid-gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-main-section .wrapper .left-wrap, .product-main-section .wrapper .right-wrap {
  width: 48%;
  position: relative;
  z-index: 10;
}

.product-main-section .wrapper .bottom-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  z-index: 5;
}

.product-main-section .wrapper .bottom-wrap .img-wrap {
  height: 400px;
}

.product-main-section .wrapper .bottom-wrap ul {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-main-section .wrapper .img-wrap {
  position: relative;
  height: 500px;
}

.product-main-section .wrapper .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-main-section .wrapper .img-wrap h3 {
  position: absolute;
  top: auto;
  padding: 0;
  left: 30px;
  bottom: 30px;
  color: #fff;
}

.product-main-section .wrapper .img-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.product-main-section .wrapper ul {
  background: #E5E5DF;
}

.product-main-section .wrapper ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(65, 30, 15, 0.2);
  padding: 20px 30px;
  cursor: pointer;
  transition: all ease 0.25s;
}

.product-main-section .wrapper ul li a:hover {
  background: rgba(65, 30, 15, 0.8705882353);
}

.product-main-section .wrapper ul li a:hover p {
  color: #fff;
}

.product-main-section .wrapper ul li:last-child > a {
  border: 0;
}

.product-main-section .wrapper ul li img {
  margin-left: 0;
  margin-right: 20px;
}

.product-main-section .wrapper ul li p {
  padding: 0;
  font-size: 22px;
  font-family: "PassionSansPDai";
}

.product-main-section .wrapper ul li .round-arrow {
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
}

.product-range {
  padding-top: 0 !important;
}

.product-range .wrapper {
  padding-top: 30px;
}

.product-range .innerwrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: center;
}

.product-range .innerwrapper {
  padding-bottom: 50px;
}

.product-range .innerwrapper:last-child {
  padding-bottom: 0px;
}

.product-range .innerwrapper:nth-child(even) .left-wrap {
  order: 2;
}

.product-range .innerwrapper ul {
  margin-top: 15px;
}

.product-range .innerwrapper ul li {
  list-style: decimal;
  margin-left: 18px;
  padding-bottom: 15px;
}

.common-sec .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding-top: 20px;
}

.common-sec .wrapper > div {
  height: 480px;
}

.common-sec .wrapper > div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-sec .information {
  width: 660px;
  margin: 0 auto;
  background: #411E0F;
  padding: 30px 40px;
  position: relative;
  margin-top: -80px;
}

.common-sec .information::before,
.common-sec .information::after {
  position: absolute;
  content: "";
  left: -41px;
  right: auto;
  top: 0;
  bottom: 0;
  width: 42px;
  background: #411E0F;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.common-sec .information::after {
  left: auto !important;
  right: -41px;
  transform: rotate(-180deg);
}

.common-sec .information .address {
  padding-bottom: 20px;
}

.common-sec .information a {
  color: #FFF;
  font-size: 18px;
  font-family: PassionSansPDai;
  letter-spacing: 1.8px;
  position: relative;
  padding-left: 40px;
}

.common-sec .information a:hover {
  color: #C45327;
}

.common-sec .information a::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  background-image: url(../images/location.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 26px;
}

.common-sec .information .mail a::before {
  background-image: url(../images/diff-mail.svg);
  width: 24px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(247deg) brightness(109%) contrast(94%);
}

.product-detail-tab .bottom-tab ul li.panel {
  padding: 0 !important;
  background: unset !important;
  height: 500px;
}

.product-detail-tab .bottom-tab ul li.panel img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-details-service {
  background: #E5E5DF;
}

.product-details-service ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding-top: 30px;
}

.product-details-service ul::after {
  display: none;
}

.product-details-service ul li {
  background: #F6F5EF;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.04);
  padding: 33px;
}

.product-details-service ul li img {
  margin-left: 0;
  padding-bottom: 25px;
  width: 51px;
}

.product-details-service ul li h3 {
  padding: 0 0 10px !important;
  text-align: left;
}

.product-details-service ul li p {
  font-size: 17px;
}

.swatches ul.swatches-slider {
  padding: 50px 0 0;
  display: flex;
}

.swatches .swatches-slider.owl-carousel .owl-nav button.owl-prev {
  left: 40px;
}

.swatches .swatches-slider.owl-carousel .owl-nav button.owl-next {
  right: 40px;
}

.swatches .swatches-slider.owl-carousel .owl-nav button {
  background-color: #fff;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  background-position: center;
  background-image: url("../images/slider-arrow.svg");
  background-repeat: no-repeat;
}

.swatches .swatches-slider.owl-carousel .owl-nav button:hover {
  background-position: center;
  background-image: url("../images/slider-arrow.svg");
  background-repeat: no-repeat;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.6);
}

.swatches ul.swatches-slider::after,
.swatches ul.swatches-slider li::after {
  content: none;
}

.swatches ul.swatches-slider li {
  position: relative;
  height: 620px;
  transition: all ease 0.5s;
}

.swatches ul.swatches-slider li a {
  height: 100%;
  width: 100%;
}

.swatches ul.swatches-slider li:hover {
  transform: scale(1.1);
  z-index: 9;
}

.swatches ul.swatches-slider li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swatches ul.swatches-slider li p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #FFF;
  font-family: PassionSansPDai;
  font-size: 24px;
}

.product-detail-tab ul.tabs {
  padding-top: 0 !important;
}

.contact-form .contact-form-wrap {
  background: #411E0F;
  padding: 100px 70px;
}

.contact-form .contact-form-wrap h2 {
  color: #fff;
}

.contact-form .contact-form-wrap h2 br {
  display: block;
}

.contact-form form {
  padding-top: 20px;
}

.contact-form form .form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 30px;
}

.contact-form form .field {
  margin-bottom: 30px;
}

.contact-form form .field input,
.contact-form form .field textarea,
.contact-form form .field select {
  background: #4C2B1C;
  border: 0;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
  font-size: 18px;
  font-family: PassionSansPDai;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.18px;
}

.contact-form form .field input::-moz-placeholder, .contact-form form .field textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-form form .field input::placeholder,
.contact-form form .field textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-form form .field textarea {
  height: 170px !important;
  resize: none;
  line-height: normal !important;
  padding: 20px 30px 0;
}

.contact-form form .btn-wrap {
  text-align: center;
  padding-top: 15px;
}

.contact-form form .btn-wrap .btn-main {
  border: 0;
  cursor: pointer;
  padding: 20px 90px;
  font-size: 18px;
}

.contact-form form .btn-wrap .btn-main:hover {
  background: #C45327;
  opacity: 0.9;
}

.contact-form form .g-recaptcha div {
  height: 100%;
}

.contact-info ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.office-info {
  padding-top: 0 !important;
}

.office-info ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.office-info ul::after,
.contact-info ul::after {
  content: none;
}

.office-info ul li {
  border: 1px solid rgba(65, 30, 15, 0.25);
  padding: 25px 30px;
}

.office-info ul li h3 {
  text-align: left;
  padding: 0 0 20px !important;
}

.office-info .information {
  display: flex;
  flex-direction: column;
}

.office-info .information a {
  color: #411E0F;
  font-size: 18px;
  font-family: PassionSansPDai;
  letter-spacing: 1.8px;
  position: relative;
  padding-left: 40px;
}

.office-info .information a:hover {
  color: #C45327;
}

.office-info .information .address {
  padding-bottom: 20px;
}

.office-info .information a::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  background-image: url(../images/location.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 26px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(92%) saturate(894%) hue-rotate(345deg) brightness(93%) contrast(86%);
}

.office-info .information .phone a::before {
  background-image: url(../images/contact-diff-call.svg);
  width: 22px;
  height: 22px;
}

.office-info .google-map {
  padding-bottom: 0 !important;
}

.office-info .google-map iframe {
  height: 450px;
}

.strength-text-sec {
  position: relative;
}

.strength-text-sec::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  top: auto;
  bottom: -100px;
  background: url(../images/o.svg) no-repeat;
  background-size: contain;
  width: 233px;
  height: 407px;
  opacity: 0.5;
  z-index: -1;
}

.strength-text-sec p {
  font-size: 24px;
  width: 1305px;
}

.our-product-detail {
  background: url(../images/Understand-materials-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.table-wrap {
  padding-top: 10px;
}

.table-wrap + p {
  font-size: 16px;
  padding-top: 10px;
}

.table-wrap table {
  width: 100%;
  text-align: left;
}

.table-wrap table thead {
  background: #411E0F;
  color: #fff;
}

.table-wrap table thead tr th {
  padding: 15px 20px;
  letter-spacing: 1.08px;
  font-family: "PassionSansPDai";
  border: 1px solid rgba(183, 179, 164, 0.2);
}

.table-wrap table tbody tr th,
.table-wrap table tbody tr td {
  background: #E3E1D9;
  font-size: 22px;
  padding: 20px;
  letter-spacing: 0.22px;
  font-family: "PassionSansPDag";
  border: 1px solid rgba(183, 179, 164, 0.2);
}

.table-sec {
  background: #E5E5DF;
}

.table-sec .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.table-sec .table-wrap table tbody tr th,
.table-sec .table-wrap table tbody tr td {
  background: #F7F6F0;
}

.product-range.product {
  padding-top: 100px !important;
}

.understand-materials .falling-word {
  position: absolute;
  height: 100px;
  width: 100px;
  background-image: url(../images/o-letter.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 5%;
  opacity: 0.15;
  top: -100px;
}

.understand-materials .falling-word:first-child {
  animation: fall 15s linear infinite;
}

.understand-materials .falling-word:nth-child(2) {
  background-image: url(../images/f-letter.svg);
  left: 22%;
  animation: fall 15s linear infinite;
  animation-delay: 2s;
}

.understand-materials .falling-word:nth-child(3) {
  background-image: url(../images/e-letter.svg);
  left: 41%;
  animation: fall 15s linear infinite;
  animation-delay: 6s;
}

.understand-materials .falling-word:nth-child(4) {
  background-image: url(../images/l-letter.svg);
  left: 61%;
  animation: fall 15s linear infinite;
  animation-delay: 4s;
}

.understand-materials .falling-word:nth-child(5) {
  background-image: url(../images/i-letter.svg);
  left: 79%;
  animation: fall 15s linear infinite;
  animation-delay: 1s;
}

.understand-materials .falling-word:nth-child(6) {
  background-image: url(../images/a-letter.svg);
  left: 92%;
  animation: fall 15s linear infinite;
  animation-delay: 7s;
}

@keyframes fall {
  0% {
    top: -100px;
  }
  100% {
    top: 100%;
  }
}
.id-wrapper {
  margin-top: -99px;
  padding-top: 99px;
  display: block;
  position: relative;
  z-index: -1;
}

.not-found-sec h1 {
  color: #411E0F;
  font-size: 64px;
  padding: 0 0 20px;
  font-family: "PassionSansPDak";
}

.not-found-sec h2::before {
  content: none;
}

.not-found-sec h2 {
  padding: 0 0 30px;
}

html body .w-bottom-bar.w-css-reset {
  display: none !important;
}

html body .video-sec .w-bottom-bar {
  display: block !important;
}

html body .video-sec .w-bottom-bar.w-css-reset div[data-handle=wistiaLogo] {
  display: none !important;
}

html body .w-bottom-bar.w-css-reset .w-bottom-bar-lower > div:nth-child(2) > div {
  background: transparent !important;
}

.office-info .information .phone {
  padding-bottom: 15px;
}

.office-info .information .mail a::before {
  background-image: url(../images/diff-mail.svg);
  width: 24px;
}

.whatsapp-info {
  background: url(../images/whatsapp-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.whatsapp-info .wp-cta-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}

.whatsapp-info p {
  text-align: left !important;
  color: #fff;
  padding: 20px 0 0 !important;
}

.whatsapp-info a.btn-main {
  background: #fff;
  color: #411E0F;
  padding: 17px 30px 17px 72px;
  position: relative;
}

.whatsapp-info a.btn-main::before {
  position: absolute;
  content: "";
  left: 30px;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 28px;
  width: 28px;
  background: url(../images/wp-icon.svg) no-repeat;
  background-size: contain;
}

.whatsapp-info a.btn-main:hover {
  background: #411E0F;
  color: #fff;
}

.poweredbywrap {
  display: flex;
  align-items: center;
}

.poweredbywrap a {
  padding-left: 10px;
}

.export-market .map-container img {
  position: absolute;
  opacity: 0;
  transition: all ease 0.5s;
  pointer-events: none;
  transition-delay: 0.2s;
}

.export-market .map-container img.usa-dark {
  top: 195px;
  left: 187px;
}

.export-market .map-container img.uae-dark {
  left: 849px;
  top: 219px;
}

.export-market .map-container img.russia-dark {
  left: 738px;
  top: 14px;
}

.export-market .map-container img.uk-dark {
  top: 97px;
  left: 625px;
}

.export-market .map-container img.australia-dark {
  left: 1002px;
  top: 396px;
}

.export-market .map-container img.sa-dark {
  left: 718px;
  top: 329px;
}

.export-market .map-container img.iran-dark {
  left: 789px;
  top: 193px;
}

.export-market .map-container img.poland-dark {
  left: 716px;
  top: 118px;
}

.export-market .map-container.usa img.usa-dark,
.export-market .map-container.uae img.uae-dark,
.export-market .map-container.russia img.russia-dark,
.export-market .map-container.uk img.uk-dark,
.export-market .map-container.australia img.australia-dark,
.export-market .map-container.south-africa img.sa-dark,
.export-market .map-container.iran img.iran-dark,
.export-market .map-container.poland img.poland-dark {
  opacity: 1;
}

.export-market .map-container .small {
  display: none !important;
}

.blog-wrap {
  padding-top: 40px;
}

.blog-wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.blog-wrap ul li {
  border: 1px solid #411E0F;
}

.blog-wrap ul .img-wrap {
  height: 250px;
  margin-bottom: 15px;
  position: relative;
}

.blog-wrap ul .img-wrap a {
  display: block;
  height: 100%;
}

.blog-wrap ul .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-wrap ul .img-wrap p.date {
  position: absolute;
  top: 0;
  left: 0;
  background: #411E0F;
  padding: 5px 15px;
  color: #FFF;
  font-family: PassionSansPDak;
  font-size: 15px;
  font-weight: 700;
  line-height: 160%;
}

.blog-wrap ul h3 a {
  font-family: PassionSansPDai;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.96px;
  margin: 0 0 10px;
}

.blog-wrap ul li .content {
  padding: 0 20px 20px;
}

.our-product-detail.knits .table-wrap {
  width: 60%;
}

footer .wrapper .first p {
  font-size: 17px;
}

footer .footer-bottom p.copyright {
  opacity: 0.4;
}

.Manufacturing-section {
  position: relative;
  z-index: 10;
}

.compliances-section {
  padding: 300px 0px 140px 0px;
  position: relative;
  background-image: url(../images/Compliances-bg-image.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-top: -200px;
  z-index: -1;
}

.compliances-section h2 {
  margin-bottom: 40px;
  z-index: 5;
  position: relative;
  padding-bottom: 0px;
}

.compliances-certification-list {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 20px;
}

.compliances-certification-list .owl-stage {
  display: flex;
  align-items: center;
}

.compliances-certification-list .compliances-logo img {
  width: auto;
}

.compliances-certification-list .compliances-logo-box {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compliances-certification-list .compliances-logo {
  padding: 0 30px;
}

.p-100 {
  padding: 100px 0px;
}

.product-detail-common-section .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 110px;
  position: relative;
}

.product-detail-common-section .container .row-wrapper:last-child {
  margin-bottom: 0px;
}

.product-detail-common-section h5 {
  color: #411E0F;
  font-family: PassionSansPDai;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 146.154%;
  letter-spacing: 0.52px;
}

.product-detail-common-section .table-wrap table.w-auto {
  width: auto;
}

.product-detail-common-section .table-wrap table thead tr th, .product-detail-common-section .table-wrap table tbody tr td {
  text-align: center;
  border-color: #B7B3A4;
  padding: 10px;
}

.product-detail-common-section .table-wrap table tbody tr td:last-child {
  border-right: 0px;
}

.product-detail-common-section .table-wrap table tbody tr:last-child td {
  border-bottom: 0px;
}

.product-detail-common-section .table-wrap table tbody tr td:first-child {
  border: 0px;
}

.product-detail-common-section .table-wrap table.border-table tbody tr td:first-child {
  border: 1px solid #B7B3A4;
  border-left: 0px;
}

.product-detail-common-section .table-wrap table.border-table tbody tr:last-child td:first-child {
  border-bottom: 0px;
}

.product-detail-common-section .table-wrap table br {
  display: block;
}

.product-detail-common-section .small-image-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.product-detail-common-section .small-image-wrapper img {
  margin: 0;
}

.product-detail-common-section .small-image-wrapper h5 {
  font-size: 24px;
}

.product-detail-common-section .title-wrap {
  margin-bottom: 20px;
  position: relative;
}

.product-detail-common-section .product-detail-image img {
  max-height: unset;
}

.product-detail-common-section h3 {
  color: #411E0F;
  font-family: PassionSansPDai;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.52px;
  margin-bottom: 30px;
  margin-top: 40px;
}

.product-detail-common-section h3:first-child {
  margin-top: 0px;
}

.product-detail-common-section ul.list {
  margin: 20px 0px;
  position: relative;
}

.product-detail-common-section ul.list li {
  color: #411E0F;
  font-family: PassionSansPDag;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.product-detail-common-section ul.list li:last-child {
  margin-bottom: 0px;
}

.product-detail-common-section ul.list li:before {
  content: "";
  width: 9px;
  height: 20px;
  background-image: url("../images/list-arrow-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}

.bg_gray {
  background-color: #E5E5DF;
}

.product-detail-common-section {
  position: relative;
}

.product-detail-common-section .product-parts-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  margin-top: 30px;
}

.margin-0-auto {
  margin: 0 auto;
}

.product-detail-common-section .product-parts-listing.three-wrap {
  grid-template-columns: repeat(3, 1fr);
}

.product-detail-common-section .product-parts-listing .parts-box {
  text-align: center;
  position: relative;
}

.product-detail-common-section .product-parts-listing .parts-box .parts-image {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: #fafaf9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 12px;
  min-width: 140px;
}

.product-detail-common-section .product-parts-listing .parts-box h6 {
  color: #411E0F;
  font-family: PassionSansPDai;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.product-detail-common-section .bg_gray .table-wrap table tbody tr td {
  background: #F6F5EF;
}

.whatsapp-info.product-detail-cta-button a.btn-main {
  padding: 15px 35px;
}

.whatsapp-info.product-detail-cta-button a.btn-main:before {
  display: none;
}

.product-detail-common-section .product-size-listing {
  position: relative;
  margin: 40px 0px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.product-detail-common-section .product-size-listing .size-list {
  color: #411E0F;
  font-size: 30px;
  font-style: normal;
  position: relative;
  font-weight: 400;
  line-height: 86.667%;
}

.product-detail-common-section .product-size-listing .size-list {
  color: #411E0F;
  font-size: 30px;
  font-style: normal;
  position: relative;
  font-weight: 400;
  line-height: 86.667%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px 0px;
}

.product-detail-common-section .product-size-listing .size-list span {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}

.product-detail-common-section .product-size-listing .size-list span:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.product-detail-common-section .product-size-listing .size-list span:before {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background-color: rgba(65, 30, 15, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.product-detail-common-section .product-size-listing .size-list span:last-child:before {
  display: none;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.product-detail-common-section .small-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 40px;
  position: relative;
}

.product-detail-common-section .product-parts-listing.four-wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 140px;
}

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

.align-items-end {
  align-items: end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.product-detail-common-section br {
  display: block !important;
}

.product-detail-common-section .small-wrapper .mini-sprinkler-system-red-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -120px;
}

.product-detail-common-section .small-wrapper.spacing {
  margin-top: 90px;
}

.product-detail-common-section .product-parts-listing.six-wrap {
  grid-template-columns: repeat(6, 1fr);
  width: auto;
}

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

.product-detail-common-section .title-wrap.text-center h2 {
  display: inline-block;
}

.product-detail-common-section .product-parts-listing.box-shadow .parts-box .parts-image {
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
}

.product-detail-common-section h5.center-positioin {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  text-align: center;
}

.product-detail-common-section .product-parts-listing.five-wrap {
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}

.product-detail-common-section .accessories-wrapper {
  margin-top: 80px;
}

.product-detail-common-section .accessories-wrapper .title-wrap .small-image-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.product-detail-common-section.filters .row-wrapper {
  margin-bottom: 30px;
}

.product-detail-common-section.filters .wrap-thirteen .row-wrapper {
  margin-bottom: 0px;
}

.product-detail-common-section .message {
  color: #411E0F;
  font-family: PassionSansPDai;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.56px;
  margin-top: 40px;
}

.product-detail-common-section .new-image img {
  margin: 0;
}

.product-detail-common-section .small-wrapper .right-wrap.end-image .new-image {
  display: flex;
  justify-content: end;
}

.product-detail-common-section .small-wrapper .content-end {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.product-detail-common-section .small-wrapper .content-end h3 {
  padding-right: 90px;
}

.pt-0 {
  padding-top: 0px !important;
}

/*
regular-> font-family: 'PassionSansPDae';
semibold->   font-family: 'PassionSansPDai';
bold-> font-family: 'PassionSansPDak';
*/
footer {
  padding-bottom: 0 !important;
  background: #411E0F;
}

footer .wrapper {
  display: grid;
  grid-template-columns: 387px 190px 300px 170px;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 25px;
}

footer .wrapper .logo {
  margin-bottom: 30px;
  width: 200px;
}

footer a,
footer p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "PassionSansPDae";
}

footer ul.social-wrap {
  display: flex;
  padding-top: 15px;
}

footer ul.social-wrap li a {
  height: 26px;
  width: 26px;
  background-image: url(../images/facebook.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  margin-right: 20px;
}

footer ul.social-wrap li a.instagram {
  background-image: url(../images/instagram.svg);
}

footer ul.social-wrap li a.twitter {
  background-image: url(../images/twitter.svg);
}

footer p.title {
  color: #C45327;
  font-size: 24px;
  line-height: 150%;
}

footer ul li a {
  font-size: 19px;
  line-height: 200%;
  letter-spacing: 1px;
  font-family: "PassionSansPDae";
}

footer .footer-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
}

footer .footer-bottom .wrap p {
  padding: 0;
}

footer .footer-bottom .wrap ul {
  display: flex;
  align-items: center;
}

footer .footer-bottom .wrap ul li {
  margin: 0 20px;
}

footer .footer-bottom p.text {
  letter-spacing: 0.15px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 0 25px;
}

footer .wrapper .poweredbywrap {
  padding-top: 25px;
  display: flex;
  align-items: center;
}

footer .wrapper .poweredbywrap p {
  padding: 0 10px 0 0;
  font-size: 16px;
}

footer .third ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px 20px;
}

footer .third ul li a {
  line-height: 160%;
}

@media (min-width: 1921px) {
  html {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  h2 {
    font-size: 45px;
  }
  #header .container {
    width: 1540px;
  }
  .banner {
    min-height: 850px;
  }
  .banner .container h1 {
    font-size: 84px;
  }
  .story-section .wrapper .btn-wrap {
    padding-top: 20px;
  }
  .cta-sec h3,
  .whatsapp-info h3 {
    font-size: 45px;
  }
  .innerbanner {
    min-height: 470px;
  }
  .innerbanner .container h1 {
    font-size: 57px;
    padding: 20px;
  }
  .innerbanner .container h1::after {
    top: 20px;
  }
  .product-main-section .text p {
    margin: 0 auto 50px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  html body {
    padding: 81px 0 0;
  }
  .container {
    width: 1350px;
  }
  .padding {
    padding: 70px 0;
  }
  h2 {
    font-size: 40px;
  }
  body a {
    font-size: 16px;
  }
  body p {
    font-size: 17px;
  }
  .btn-main {
    padding: 12px 20px;
  }
  .btn-main.blur,
  .btn-main.light {
    padding: 13px 25px;
  }
  #header {
    padding: 17px 0;
  }
  #header .container {
    width: 1450px;
  }
  #header .wrapper .logo,
  footer .wrapper .logo {
    width: 180px;
  }
  #header .wrapper .menu ul#main-menu {
    margin: 0 -25px;
  }
  #header .wrapper .menu ul#main-menu li {
    padding: 0 25px;
  }
  .banner {
    min-height: 750px;
  }
  .banner .container h1 {
    font-size: 70px;
  }
  .story-section .wrapper .btn-wrap {
    padding-top: 20px;
  }
  .story-section .wrapper {
    grid-template-columns: 1fr 540px;
    grid-gap: 90px;
  }
  .understand-materials ul.tabs {
    padding: 20px 0 40px;
  }
  .understand-materials ul.tabs li {
    margin: 0 25px;
  }
  .understand-materials ul.tabs li p {
    font-size: 16px;
  }
  .understand-materials ul.tabs li.active p {
    padding: 12px 51px;
  }
  .understand-materials .bottom-tab ul li.panel {
    padding: 70px;
    margin: 0 60px;
  }
  .understand-materials .bottom-tab h3,
  .strength-section .wrapper .inner-wrap h3,
  .product-main-section h3,
  .product-range .innerwrapper h2,
  .table-sec .wrap h2 {
    font-size: 33px;
  }
  .understand-materials .bottom-tab a.btn-main.light {
    margin-top: 15px;
  }
  .understand-materials .bottom-tab .wrapper {
    grid-template-columns: 1fr 400px;
  }
  .understand-materials .bottom-tab ul.icon-wrap {
    grid-gap: 0 15px;
  }
  .infrastructure-section ul {
    margin-top: 20px;
  }
  .latest-news .cta-sec {
    margin-top: 70px;
  }
  .cta-sec {
    padding: 60px 80px;
  }
  .cta-sec h3,
  .whatsapp-info h3 {
    font-size: 38px;
  }
  footer .wrapper {
    padding-bottom: 60px;
  }
  footer ul li a {
    font-size: 17px;
  }
  .video-sec {
    padding: 0px 200px 0;
    margin-top: 120px;
  }
  .innerbanner {
    min-height: 430px;
  }
  .innerbanner .container h1 {
    font-size: 50px;
    padding: 20px;
  }
  .innerbanner .container h1::before {
    width: 630px;
  }
  .innerbanner .container h1::after {
    top: 18px;
  }
  .about-main-sec .wrapper {
    grid-template-columns: 530px 1fr;
  }
  .about-main-sec .wrapper .bold-title p {
    font-size: 22px;
  }
  .about-main-sec .wrapper .bold-title {
    margin-bottom: 25px;
  }
  .roadmap-section .img-wrap {
    height: 220px;
  }
  .roadmap-section p {
    padding: 15px 0;
    width: 360px;
  }
  .roadmap-section h4.number {
    font-size: 60px;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) .img-wrap {
    margin-bottom: 70px;
  }
  .roadmap-section .owl-stage .owl-item li .img-wrap::before {
    top: -36px;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) li .img-wrap::before {
    bottom: -34px;
  }
  .export-market .countries {
    margin: 20px 0 0 90px;
  }
  .export-market .countries button {
    padding: 15px 15px 15px 20px;
    margin-right: 20px;
  }
  .export-market .countries button p {
    font-size: 20px;
  }
  .export-market .countries button img {
    height: 50px;
    width: 50px;
    border: 8px solid #E5E5DF;
  }
  .product-main-section .text p {
    margin: 0 auto 50px;
    font-size: 22px;
    width: 940px;
  }
  .product-main-section .wrapper .img-wrap {
    height: 450px;
  }
  .product-main-section .wrapper ul li img {
    margin-right: 15px;
  }
  .product-main-section .wrapper ul li p {
    font-size: 20px;
  }
  .product-main-section .wrapper ul li a {
    padding: 17px 25px;
  }
  .product-range .innerwrapper ul li {
    margin-left: 18px;
    padding-bottom: 10px;
  }
  .common-sec .wrapper > div {
    height: 450px;
  }
  .product-detail-tab .bottom-tab ul li.panel {
    height: 430px;
  }
  .product-details-service ul {
    grid-gap: 20px;
    padding-top: 20px;
  }
  .product-details-service ul li {
    padding: 23px;
  }
  .product-details-service ul li img {
    padding-bottom: 20px;
  }
  .swatches ul.swatches-slider {
    grid-gap: 20px;
  }
  .contact-form .contact-form-wrap {
    padding: 60px 50px;
  }
  .contact-form form .form-group {
    grid-gap: 0 20px;
  }
  .contact-form form .field {
    margin-bottom: 20px;
  }
  .contact-form form .btn-wrap .btn-main {
    padding: 15px 60px;
    font-size: 16px;
  }
  .office-info .information a {
    font-size: 16px;
    padding-left: 30px;
  }
  .office-info .information a::before {
    width: 16px;
    height: 21px;
  }
  .office-info .information .phone a::before {
    width: 18px;
    height: 18px;
    top: 1;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap {
    min-width: 1020px;
    top: 52px;
    padding: 30px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap > div {
    min-width: 150px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .right-wrap li {
    height: 190px;
    width: 350px;
  }
  .strength-text-sec p {
    font-size: 21px;
    width: 1115px;
  }
  .table-wrap {
    padding-top: 15px;
  }
  .table-wrap table tbody tr th,
  .table-wrap table tbody tr td {
    font-size: 20px;
    padding: 15px 20px;
  }
  .product-range.product {
    padding-top: 70px !important;
  }
  .understand-materials .falling-word {
    height: 80px;
    width: 80px;
    left: 2%;
  }
  .understand-materials .falling-word:nth-child(2) {
    left: 22%;
  }
  .understand-materials .falling-word:nth-child(3) {
    left: 41%;
  }
  .understand-materials .falling-word:nth-child(4) {
    left: 61%;
  }
  .understand-materials .falling-word:nth-child(5) {
    left: 79%;
  }
  .understand-materials .falling-word:nth-child(6) {
    left: 92%;
  }
  footer .wrapper .poweredbywrap {
    padding-top: 20px;
  }
  .whatsapp-info .wp-cta-sec {
    padding: 50px 0;
  }
  .blog-wrap {
    padding-top: 20px;
  }
  .banner .container h1::before {
    width: 951px;
    height: 410px;
    top: -130px;
  }
  #header .wrapper .menu ul#main-menu li.menu-has-children::before {
    height: 77px;
  }
  .compliances-section {
    padding: 280px 0px 90px 0px;
  }
  .compliances-certification-list .compliances-logo {
    padding: 0 30px;
  }
  .product-main-section .wrapper {
    grid-gap: 40px;
  }
  .p-100 {
    padding: 80px 0px;
  }
  .product-detail-common-section .row-wrapper {
    margin-bottom: 70px;
  }
  .product-detail-common-section .product-parts-listing .parts-box .parts-image {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
  .product-detail-common-section .table-wrap table.w-auto {
    width: 100%;
  }
  .product-detail-common-section h3 {
    font-size: 30px;
  }
  .mb-85 {
    margin-bottom: 50px !important;
  }
  .product-detail-common-section .product-size-listing .size-list {
    font-size: 24px;
  }
  .id-wrapper {
    margin-top: -83px;
    padding-top: 83px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  html body {
    padding: 74px 0 0;
  }
  .container {
    width: 1240px;
  }
  .padding {
    padding: 50px 0;
  }
  h2 {
    font-size: 35px;
  }
  body a {
    font-size: 15px;
  }
  body p {
    font-size: 15px;
  }
  .btn-main {
    padding: 12px 17px;
    font-size: 14px;
  }
  .btn-main.blur,
  .btn-main.light {
    padding: 13px 20px;
  }
  #header {
    padding: 15px 0;
  }
  #header .container {
    width: 1240px;
  }
  #header .wrapper .logo,
  footer .wrapper .logo {
    width: 160px;
  }
  #header .wrapper .menu ul#main-menu {
    margin: 0 -18px;
  }
  #header .wrapper .menu ul#main-menu li {
    padding: 0 18px;
  }
  #header .wrapper .right-header .header-btn {
    margin-left: 40px;
  }
  .owl-carousel .owl-dots {
    padding-top: 30px;
  }
  .banner {
    min-height: 600px;
  }
  .banner .container h1 {
    font-size: 60px;
  }
  .story-section .wrapper .btn-wrap {
    padding-top: 20px;
  }
  .story-section .wrapper {
    grid-template-columns: 1fr 540px;
    grid-gap: 90px;
  }
  .story-section .wrapper p {
    width: 540px;
  }
  .understand-materials ul.tabs {
    padding: 20px 0 40px;
  }
  .understand-materials ul.tabs li {
    margin: 0 25px;
  }
  .understand-materials ul.tabs li p {
    font-size: 15px;
  }
  .understand-materials ul.tabs li.active p {
    padding: 12px 51px;
  }
  .understand-materials .bottom-tab ul li.panel {
    padding: 70px;
    margin: 0 60px;
  }
  .understand-materials .bottom-tab h3,
  .strength-section .wrapper .inner-wrap h3,
  .product-main-section h3,
  .product-range .innerwrapper h2,
  .table-sec .wrap h2 {
    font-size: 33px;
  }
  .understand-materials .bottom-tab a.btn-main.light {
    margin-top: 10px;
  }
  .understand-materials .bottom-tab .wrapper {
    grid-template-columns: 1fr 350px;
    grid-gap: 90px;
  }
  .understand-materials .bottom-tab ul.icon-wrap {
    grid-gap: 0 15px;
  }
  .infrastructure-section ul {
    margin-top: 20px;
  }
  .latest-news .cta-sec {
    margin: 50px 60px 0;
  }
  .cta-sec {
    padding: 50px 60px;
  }
  .cta-sec h3,
  .whatsapp-info h3 {
    font-size: 33px;
  }
  footer .wrapper {
    padding-bottom: 50px;
    grid-template-columns: 367px 200px 190px 170px;
  }
  footer ul li a {
    font-size: 15px;
  }
  footer p.title {
    font-size: 20px;
  }
  .video-sec {
    padding: 0px 200px 0;
    margin-top: 110px;
  }
  .innerbanner {
    min-height: 370px;
  }
  .innerbanner .container h1 {
    font-size: 45px;
    padding: 15px;
  }
  .innerbanner .container h1::before {
    width: 540px;
  }
  .innerbanner .container h1::after {
    top: 14px;
  }
  .about-main-sec .wrapper {
    grid-template-columns: 440px 1fr;
    grid-gap: 40px;
  }
  .about-main-sec .wrapper .bold-title {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .about-main-sec .wrapper .bold-title p {
    font-size: 20px;
  }
  .roadmap-section .container {
    width: 1200px;
  }
  .roadmap-section ul.roadmap-slider {
    padding-top: 20px;
  }
  .roadmap-section .img-wrap {
    height: 220px;
  }
  .roadmap-section p {
    padding: 15px 0;
    width: 330px;
  }
  .roadmap-section h4.number {
    font-size: 60px;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) .img-wrap {
    margin-bottom: 70px;
  }
  .roadmap-section .owl-stage .owl-item li .img-wrap::before {
    top: -31px;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) li .img-wrap::before {
    bottom: -31px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    left: -30px;
    top: 50.9%;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -30px;
    top: 51.5%;
  }
  .export-market .countries {
    margin: 20px 0 0 70px;
  }
  .export-market .countries button {
    padding: 15px;
    margin-right: 15px;
  }
  .export-market .countries button p {
    font-size: 18px;
  }
  .export-market .countries button img {
    height: 40px;
    width: 40px;
    border: 6px solid #E5E5DF;
    margin-right: 10px;
  }
  .export-market .map-container {
    width: 940px;
    height: 370px;
    margin: 80px auto 0;
  }
  .export-market .map-container .big {
    display: none !important;
  }
  .export-market .map-container .small {
    display: block !important;
  }
  .export-market .map-container.uae img.uae-dark {
    left: 569px;
    top: 148px;
  }
  .export-market .map-container img.usa-dark {
    top: 130px;
    left: 125px;
  }
  .export-market .map-container img.russia-dark {
    left: 494px;
    top: 10px;
  }
  .export-market .map-container img.uk-dark {
    top: 66px;
    left: 419px;
  }
  .export-market .map-container img.australia-dark {
    left: 673px;
    top: 266px;
  }
  .export-market .map-container img.sa-dark {
    left: 482px;
    top: 221px;
  }
  .export-market .map-container img.iran-dark {
    left: 528px;
    top: 128px;
  }
  .export-market .map-container img.poland-dark {
    left: 480px;
    top: 80px;
  }
  .export-market #pointer {
    width: 19px;
    height: 26px;
  }
  .product-main-section .text p {
    margin: 0 auto 40px;
    font-size: 20px;
    width: 860px;
  }
  .product-main-section .wrapper .img-wrap {
    height: 420px;
  }
  .product-main-section .wrapper ul li img {
    margin-right: 15px;
  }
  .product-main-section .wrapper ul li p {
    font-size: 20px;
  }
  .product-main-section .wrapper ul li a {
    padding: 17px 20px;
  }
  .product-range .wrapper {
    padding-top: 20px;
  }
  .product-range .innerwrapper ul {
    margin-top: 0;
  }
  .product-range .innerwrapper ul li {
    margin-left: 18px;
    padding-bottom: 10px;
  }
  .common-sec .wrapper {
    padding-top: 0px;
  }
  .common-sec .wrapper > div {
    height: 410px;
  }
  .common-sec .information a {
    font-size: 16px;
    padding-left: 30px;
  }
  .common-sec .information {
    width: 570px;
    padding: 20px 30px;
    margin-top: -66px;
  }
  .common-sec .information a::before {
    top: 3px;
    width: 16px;
    height: 20px;
  }
  .common-sec .information .mail a::before {
    width: 17px;
    height: 17px;
  }
  .product-detail-tab .bottom-tab ul li.panel {
    height: 370px;
  }
  .product-details-service ul {
    grid-gap: 20px;
    padding-top: 20px;
  }
  .product-details-service ul li {
    padding: 23px;
  }
  .product-details-service ul li img {
    padding-bottom: 20px;
  }
  .swatches ul.swatches-slider {
    grid-gap: 15px;
    padding: 50px 0 0;
  }
  .swatches ul.swatches-slider li p {
    bottom: 15px;
    left: 15px;
    font-size: 20px;
  }
  .contact-form .contact-form-wrap {
    padding: 60px 50px;
  }
  .contact-form form .form-group {
    grid-gap: 0 20px;
  }
  .contact-form form .field {
    margin-bottom: 20px;
  }
  .contact-form form .btn-wrap .btn-main {
    padding: 15px 60px;
    font-size: 16px;
  }
  .office-info .information a {
    font-size: 16px;
    padding-left: 30px;
  }
  .office-info .information a::before {
    width: 16px;
    height: 21px;
  }
  .office-info .information .phone a::before {
    width: 18px;
    height: 18px;
    top: 1;
  }
  .contact-form form .field input,
  .contact-form form .field textarea,
  .contact-form form .field select {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
  .contact-form form .field textarea {
    height: 140px !important;
    padding: 20px 20px 0;
  }
  .contact-info ul img {
    width: 50px;
  }
  .contact-info ul li h3 {
    padding: 25px 0 15px;
  }
  .office-info ul li a {
    font-size: 16px;
  }
  .contact-info .round-arrow {
    margin: 0;
  }
  .office-info ul {
    grid-gap: 20px;
  }
  .office-info ul li {
    padding: 20px 15px;
  }
  .office-info .information .address {
    padding-bottom: 15px;
  }
  .office-info .google-map iframe {
    height: 390px;
  }
  .office-info ul li h3 {
    padding: 0 0 15px !important;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap {
    min-width: 730px;
    top: 48px;
    padding: 20px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap p.title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap > div {
    min-width: 120px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .right-wrap li {
    height: 153px;
    width: 330px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li {
    padding: 0 0 10px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li a {
    font-size: 14px;
  }
  .strength-text-sec p {
    font-size: 18px;
    width: 985px;
  }
  .table-wrap {
    padding-top: 10px;
  }
  .table-wrap table thead tr th {
    padding: 10px 15px;
  }
  .table-wrap table tbody tr th,
  .table-wrap table tbody tr td {
    font-size: 18px;
    padding: 13px 15px;
  }
  .table-sec .wrap {
    grid-gap: 20px;
  }
  .product-range.product {
    padding-top: 50px !important;
  }
  .understand-materials .falling-word {
    height: 80px;
    width: 80px;
    left: 2%;
  }
  .understand-materials .falling-word:nth-child(2) {
    left: 22%;
  }
  .understand-materials .falling-word:nth-child(3) {
    left: 41%;
  }
  .understand-materials .falling-word:nth-child(4) {
    left: 61%;
  }
  .understand-materials .falling-word:nth-child(5) {
    left: 79%;
  }
  .understand-materials .falling-word:nth-child(6) {
    left: 92%;
  }
  footer .wrapper .poweredbywrap {
    padding-top: 20px;
  }
  .whatsapp-info .wp-cta-sec {
    padding: 50px 0;
  }
  .blog-wrap ul {
    grid-gap: 20px;
  }
  .blog-wrap ul .img-wrap {
    height: 220px;
  }
  .blog-wrap ul h3 a {
    font-size: 21px;
  }
  .blog-wrap {
    padding-top: 20px;
  }
  footer .wrapper .first p {
    font-size: 15px;
  }
  .banner .container h1::before {
    width: 951px;
    height: 410px;
    top: -130px;
  }
  #header .wrapper .menu ul#main-menu li.menu-has-children::before {
    height: 77px;
  }
  .compliances-section {
    padding: 280px 0px 90px 0px;
  }
  .compliances-certification-list .compliances-logo {
    padding: 0 30px;
  }
  .compliances-certification-list {
    gap: 30px 20px;
  }
  .product-main-section .wrapper {
    grid-gap: 40px;
  }
  .p-100 {
    padding: 70px 0px;
  }
  .product-detail-common-section .row-wrapper {
    margin-bottom: 60px;
  }
  .product-detail-common-section .product-parts-listing .parts-box .parts-image {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
  .product-detail-common-section .table-wrap table.w-auto {
    width: 100%;
  }
  .product-detail-common-section h3 {
    font-size: 30px;
  }
  .mb-85 {
    margin-bottom: 40px !important;
  }
  .product-detail-common-section .product-size-listing .size-list {
    font-size: 24px;
  }
  .id-wrapper {
    margin-top: -75px;
    padding-top: 75px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  html body {
    padding: 74px 0 0;
  }
  .container {
    width: 100%;
  }
  .padding {
    padding: 50px 0;
  }
  h2 {
    font-size: 32px;
  }
  body a {
    font-size: 15px;
  }
  body p {
    font-size: 15px;
  }
  .btn-main {
    padding: 12px 17px;
    font-size: 14px;
  }
  .btn-main.blur,
  .btn-main.light {
    padding: 13px 20px;
  }
  #header {
    padding: 15px 0;
  }
  #header .container {
    width: 100%;
  }
  #header .wrapper .logo,
  footer .wrapper .logo {
    width: 120px;
  }
  #header .wrapper .menu ul#main-menu {
    margin: 0 -18px;
  }
  #header .wrapper .menu ul#main-menu li {
    padding: 0 18px;
  }
  #header .wrapper .right-header .header-btn {
    margin-left: 40px;
  }
  .owl-carousel .owl-dots {
    padding-top: 30px;
  }
  .owl-carousel .owl-dots .owl-dot {
    height: 9px;
    width: 9px;
    margin: 0 4px;
  }
  .banner {
    min-height: 550px;
  }
  .banner .container h1 {
    font-size: 50px;
  }
  .story-section .wrapper .btn-wrap {
    padding-top: 15px;
  }
  .story-section .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 90px;
  }
  .story-section .wrapper p {
    width: 100%;
  }
  .understand-materials ul.tabs {
    padding: 25px 0 20px;
  }
  .understand-materials ul.tabs li {
    margin: 0 20px;
  }
  .understand-materials ul.tabs li p {
    font-size: 14px;
  }
  .understand-materials ul.tabs li.active p {
    padding: 12px 51px;
  }
  .understand-materials .bottom-tab ul li.panel {
    padding: 50px;
    margin: 0 70px;
  }
  .understand-materials .bottom-tab h3,
  .strength-section .wrapper .inner-wrap h3,
  .product-main-section h3,
  .product-range .innerwrapper h2,
  .table-sec .wrap h2 {
    font-size: 28px;
  }
  .understand-materials .bottom-tab a.btn-main.light {
    margin-top: 10px;
  }
  .understand-materials .bottom-tab .wrapper {
    grid-template-columns: 1fr 310px;
    grid-gap: 90px;
  }
  .understand-materials .bottom-tab ul.icon-wrap {
    grid-gap: 0 15px;
  }
  .strength-section .wrapper .inner-wrap .image {
    flex: 0 0 480px;
    margin-left: 60px;
  }
  .strength-section .wrapper .inner-wrap:nth-child(even) .image {
    margin: 0 60px 0 0;
  }
  .strength-section .wrapper .inner-wrap {
    padding-left: 40px;
  }
  .inner-wrap:nth-child(even) {
    padding-right: 40px;
  }
  .infrastructure-section ul {
    margin-top: 20px;
  }
  .latest-news .cta-sec {
    margin: 30px 60px 0;
  }
  .cta-sec {
    padding: 35px 50px;
  }
  .cta-sec h3,
  .whatsapp-info h3 {
    font-size: 27px;
  }
  footer .wrapper {
    padding-bottom: 50px;
    grid-template-columns: 367px 200px 190px 170px;
  }
  footer ul li a {
    font-size: 15px;
  }
  footer p.title {
    font-size: 20px;
  }
  .video-sec {
    padding: 0px 200px 0;
    margin-top: 100px;
  }
  .innerbanner {
    min-height: 330px;
  }
  .innerbanner .container {
    bottom: 15px;
    left: 30px;
  }
  .innerbanner .container h1 {
    font-size: 36px;
    padding: 15px;
  }
  .innerbanner .container h1::before {
    width: 450px;
  }
  .innerbanner .container h1::after {
    top: 11px;
    width: 40px;
  }
  .about-main-sec .wrapper {
    grid-template-columns: 370px 1fr;
    grid-gap: 30px;
  }
  .about-main-sec .wrapper .bold-title {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .about-main-sec .wrapper .bold-title p {
    font-size: 20px;
  }
  .roadmap-section .container {
    width: 1060px;
  }
  .roadmap-section ul.roadmap-slider {
    padding-top: 20px;
  }
  .roadmap-section .img-wrap {
    height: 220px;
  }
  .roadmap-section p {
    padding: 15px 0;
    width: 100%;
  }
  .roadmap-section h4.number {
    font-size: 60px;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) .img-wrap {
    margin-bottom: 70px;
  }
  .roadmap-section .owl-stage .owl-item li .img-wrap::before {
    top: -31px;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) li .img-wrap::before {
    bottom: -31px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    left: -30px;
    top: 50.9%;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -30px;
    top: 51.5%;
  }
  .vision-mission-section .wrapper .img-wrap {
    height: 220px;
    margin-bottom: 25px;
  }
  .export-market .countries {
    margin: 20px 0 0 70px;
  }
  .export-market .countries button {
    padding: 15px;
    margin-right: 10px;
  }
  .export-market .countries button p {
    font-size: 16px;
  }
  .export-market .countries button img {
    height: 34px;
    width: 34px;
    border: 5px solid #E5E5DF;
    margin-right: 10px;
  }
  .export-market .map-container {
    width: 940px;
    height: 370px;
    margin: 60px auto 0;
  }
  .export-market .map-container .big {
    display: none !important;
  }
  .export-market .map-container .small {
    display: block !important;
  }
  .export-market .map-container.uae img.uae-dark {
    left: 569px;
    top: 148px;
  }
  .export-market .map-container img.usa-dark {
    top: 130px;
    left: 125px;
  }
  .export-market .map-container img.russia-dark {
    left: 494px;
    top: 10px;
  }
  .export-market .map-container img.uk-dark {
    top: 66px;
    left: 419px;
  }
  .export-market .map-container img.australia-dark {
    left: 673px;
    top: 266px;
  }
  .export-market .map-container img.sa-dark {
    left: 482px;
    top: 221px;
  }
  .export-market .map-container img.iran-dark {
    left: 528px;
    top: 128px;
  }
  .export-market .map-container img.poland-dark {
    left: 480px;
    top: 80px;
  }
  .export-market #pointer {
    width: 19px;
    height: 26px;
  }
  .product-main-section .text p {
    margin: 0 auto 40px;
    font-size: 20px;
    width: 860px;
  }
  .product-main-section .wrapper .img-wrap {
    height: 380px;
  }
  .product-main-section .wrapper ul li img {
    margin-right: 15px;
  }
  .product-main-section .wrapper ul li p {
    font-size: 18px;
  }
  .product-main-section .wrapper ul li a {
    padding: 17px 20px;
  }
  .product-range .wrapper {
    padding-top: 20px;
  }
  .product-range .innerwrapper ul {
    margin-top: 0;
  }
  .product-range .innerwrapper ul li {
    margin-left: 18px;
    padding-bottom: 10px;
  }
  .product-range .innerwrapper {
    padding-bottom: 30px;
  }
  .common-sec .wrapper {
    padding-top: 0px;
    grid-gap: 20px;
  }
  .common-sec .wrapper > div {
    height: 360px;
  }
  .common-sec .information a {
    font-size: 16px;
    padding-left: 30px;
  }
  .common-sec .information {
    width: 570px;
    padding: 20px 30px;
    margin-top: -66px;
  }
  .common-sec .information a::before {
    top: 3px;
    width: 16px;
    height: 20px;
  }
  .common-sec .information .mail a::before {
    width: 17px;
    height: 17px;
  }
  .product-detail-tab .bottom-tab ul li.panel {
    height: 320px;
  }
  .product-details-service ul {
    grid-gap: 20px;
    padding-top: 20px;
  }
  .product-details-service ul li {
    padding: 23px;
  }
  .product-details-service ul li img {
    padding-bottom: 20px;
  }
  .swatches ul.swatches-slider {
    grid-gap: 15px;
    padding: 50px 0 0;
  }
  .swatches ul.swatches-slider li p {
    bottom: 15px;
    left: 15px;
    font-size: 20px;
  }
  .product-details-service ul li h3 {
    font-size: 20px;
  }
  .product-details-service ul li p {
    font-size: 16px;
    width: 100%;
  }
  .contact-form .contact-form-wrap {
    padding: 50px 40px;
  }
  .contact-form form .form-group {
    grid-gap: 0 20px;
  }
  .contact-form form .field {
    margin-bottom: 20px;
  }
  .contact-form form .btn-wrap .btn-main {
    padding: 15px 60px;
    font-size: 16px;
  }
  .office-info .information a {
    font-size: 15px;
    padding-left: 30px;
  }
  .office-info .information a::before {
    width: 16px;
    height: 21px;
  }
  .office-info .information .phone a::before {
    width: 18px;
    height: 18px;
    top: 1px;
  }
  .contact-form form .field input,
  .contact-form form .field textarea,
  .contact-form form .field select {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
  .contact-form form .field textarea {
    height: 140px !important;
    padding: 20px 20px 0;
  }
  .contact-info ul img {
    width: 45px;
  }
  .contact-info ul li h3 {
    padding: 15px 0;
  }
  .office-info ul li a {
    font-size: 16px;
  }
  contact-info .round-arrow {
    margin: 0;
  }
  .office-info ul {
    grid-gap: 20px;
  }
  .office-info ul li {
    padding: 20px 15px;
  }
  .office-info .information .address {
    padding-bottom: 15px;
  }
  .office-info .google-map iframe {
    height: 350px;
  }
  .office-info ul li h3 {
    padding: 0 0 15px !important;
  }
  .contact-info .round-arrow {
    margin: 0;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap {
    min-width: 730px;
    top: 48px;
    padding: 20px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap p.title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap > div {
    min-width: 120px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .right-wrap li {
    height: 153px;
    width: 330px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li {
    padding: 0 0 10px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li a {
    font-size: 14px;
  }
  footer .wrapper .poweredbywrap {
    padding-top: 20px;
  }
  .not-found-sec h1 {
    font-size: 60px;
    padding: 0 0 15px;
  }
  .whatsapp-info .wp-cta-sec {
    padding: 50px 0;
  }
  .whatsapp-info p {
    padding: 10px 0 0 !important;
  }
  .blog-wrap ul {
    grid-gap: 20px;
  }
  .blog-wrap ul .img-wrap {
    height: 220px;
  }
  .blog-wrap ul h3 a {
    font-size: 21px;
  }
  .blog-wrap {
    padding-top: 20px;
  }
  .video-sec button.slider-btn {
    height: 35px;
    width: 35px;
    background-size: 14px;
  }
  .video-sec button.prev {
    left: 40px;
  }
  .video-sec button.next {
    right: 40px;
  }
  footer .wrapper .first p {
    font-size: 15px;
  }
  .banner .container h1::before {
    height: 330px;
    top: -90px;
  }
  #header .wrapper .menu ul#main-menu li.menu-has-children::before {
    height: 77px;
  }
  .compliances-section {
    padding: 260px 0px 80px 0px;
  }
  .compliances-certification-list .compliances-logo {
    padding: 0 30px;
  }
  .compliances-certification-list {
    gap: 30px 20px;
  }
  .product-main-section .wrapper {
    grid-gap: 40px;
  }
  .p-100 {
    padding: 70px 0px;
  }
  .product-detail-common-section .row-wrapper {
    margin-bottom: 50px;
  }
  .product-detail-common-section .product-parts-listing .parts-box .parts-image {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
  .product-detail-common-section .table-wrap table.w-auto {
    width: 100%;
  }
  .product-detail-common-section h3 {
    font-size: 30px;
  }
  .table-wrap table tbody tr th, .table-wrap table tbody tr td {
    font-size: 15px;
  }
  .product-detail-common-section .product-size-listing .size-list {
    font-size: 20px;
  }
  .product-detail-common-section .small-wrapper .isi-image {
    height: 100px;
  }
  .id-wrapper {
    margin-top: -75px;
    padding-top: 75px;
  }
}
@media (max-width: 1120px) {
  html body {
    padding: 74px 0 0;
  }
  .container {
    width: 100%;
  }
  .padding {
    padding: 50px 0;
  }
  h2 {
    font-size: 29px;
  }
  body a {
    font-size: 15px;
  }
  body p {
    font-size: 15px;
  }
  .btn-main {
    padding: 12px 15px;
    font-size: 14px;
  }
  .btn-main.blur,
  .btn-main.light {
    padding: 12px 17px;
  }
  #header {
    padding: 15px 0;
  }
  #header .container {
    width: 100%;
  }
  #header .wrapper .logo,
  footer .wrapper .logo {
    width: 120px;
  }
  #header .wrapper .menu ul#main-menu {
    margin: 0 -10px;
  }
  #header .wrapper .menu ul#main-menu li {
    padding: 0 10px;
  }
  #header .wrapper .right-header .header-btn {
    margin-left: 25px;
  }
  .owl-carousel .owl-dots {
    padding-top: 20px;
  }
  .owl-carousel .owl-dots .owl-dot {
    height: 9px;
    width: 9px;
    margin: 0 4px;
  }
  .banner {
    min-height: 450px;
  }
  .banner .container h1 {
    font-size: 45px;
  }
  .story-section .wrapper .btn-wrap {
    padding-top: 15px;
  }
  .story-section .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 90px;
  }
  .story-section .wrapper p {
    width: 100%;
  }
  .understand-materials ul.tabs {
    padding: 15px 0;
  }
  .understand-materials ul.tabs li {
    margin: 0 20px;
  }
  .understand-materials ul.tabs li p {
    font-size: 14px;
  }
  .understand-materials ul.tabs li.active p {
    padding: 12px 35px;
  }
  .understand-materials .bottom-tab ul li.panel {
    padding: 30px;
    margin: 0 30px;
  }
  .understand-materials .bottom-tab h3,
  .strength-section .wrapper .inner-wrap h3,
  .product-main-section h3,
  .product-range .innerwrapper h2,
  .table-sec .wrap h2 {
    font-size: 25px;
  }
  .understand-materials .bottom-tab a.btn-main.light {
    margin-top: 10px;
  }
  .understand-materials .bottom-tab .wrapper {
    grid-template-columns: 1fr 310px;
    grid-gap: 90px;
  }
  .understand-materials .bottom-tab ul.icon-wrap {
    grid-gap: 0 15px;
  }
  .understand-materials .bottom-tab ul.icon-wrap li a p {
    font-size: 16px;
    padding: 10px 0 0;
  }
  .strength-section .wrapper .inner-wrap .image {
    flex: 0 0 400px;
    margin-left: 50px;
  }
  .strength-section .wrapper .inner-wrap:nth-child(even) .image {
    margin: 0 50px 0 0;
  }
  .strength-section .wrapper .inner-wrap {
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .inner-wrap:nth-child(even) {
    padding-right: 30px;
  }
  .infrastructure-section ul {
    margin-top: 20px;
    padding: 0 50px;
  }
  .infrastructure-section ul h4,
  .product-details-service ul li h3,
  .contact-info ul h3,
  .office-info ul h3,
  .whatsapp-info p {
    font-size: 21px;
    padding: 20px 0 15px;
  }
  .infrastructure-section ul .icon {
    max-width: 42px;
  }
  .latest-news .cta-sec {
    margin: 30px 60px 0;
  }
  .cta-sec {
    padding: 25px 40px;
  }
  .cta-sec h3,
  .whatsapp-info h3 {
    font-size: 25px;
  }
  footer .wrapper {
    padding-bottom: 35px;
    grid-template-columns: 297px 140px 250px 140px;
    margin-bottom: 15px;
  }
  footer ul li a {
    font-size: 15px;
  }
  footer p.title {
    font-size: 18px;
  }
  footer ul.social-wrap li a {
    height: 18px;
    width: 18px;
    background-size: 18px;
    margin-right: 17px;
  }
  .video-sec {
    padding: 0px 100px 0;
    margin-top: 100px;
  }
  .innerbanner {
    min-height: 290px;
  }
  .innerbanner .container {
    bottom: 15px;
    left: 30px;
  }
  .innerbanner .container h1 {
    font-size: 32px;
    padding: 15px;
  }
  .innerbanner .container h1::before {
    width: 450px;
  }
  .innerbanner .container h1::after {
    top: 11px;
    width: 40px;
  }
  .about-main-sec .wrapper {
    grid-template-columns: 400px 1fr;
    grid-gap: 25px;
  }
  .about-main-sec .wrapper .bold-title {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .about-main-sec .wrapper .bold-title p {
    font-size: 17px;
  }
  .roadmap-section .container {
    width: 940px;
  }
  .roadmap-section ul.roadmap-slider {
    padding-top: 20px;
  }
  .roadmap-section .img-wrap {
    height: 170px;
  }
  .roadmap-section p {
    padding: 15px 0;
    width: 100%;
  }
  .roadmap-section h4.number {
    font-size: 40px;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) .img-wrap {
    margin-bottom: 30px;
  }
  .roadmap-section .owl-stage .owl-item li .img-wrap::before {
    top: -50px;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) li .img-wrap::before {
    bottom: -48px;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) li .content-wrap {
    padding-top: 30px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    left: -30px;
    top: 50.9%;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -30px;
    top: 51.5%;
  }
  .vision-mission-section .wrapper {
    grid-gap: 25px;
  }
  .vision-mission-section .wrapper .img-wrap {
    height: 220px;
    margin-bottom: 25px;
  }
  .export-market .countries {
    margin: 20px 0 0 70px;
  }
  .export-market .countries button {
    padding: 10px;
    margin-right: 10px;
  }
  .export-market .countries button p {
    font-size: 16px;
    font-size: 14px;
  }
  .export-market .countries button img {
    height: 34px;
    width: 34px;
    border: 5px solid #E5E5DF;
    margin-right: 10px;
  }
  .export-market .map-container {
    width: 940px;
    height: 370px;
    margin: 60px auto 0;
  }
  .export-market .map-container .big {
    display: none !important;
  }
  .export-market .map-container .small {
    display: block !important;
  }
  .export-market .map-container.uae img.uae-dark {
    left: 569px;
    top: 148px;
  }
  .export-market .map-container img.usa-dark {
    top: 130px;
    left: 125px;
  }
  .export-market .map-container img.russia-dark {
    left: 494px;
    top: 10px;
  }
  .export-market .map-container img.uk-dark {
    top: 66px;
    left: 419px;
  }
  .export-market .map-container img.australia-dark {
    left: 673px;
    top: 266px;
  }
  .export-market .map-container img.sa-dark {
    left: 482px;
    top: 221px;
  }
  .export-market .map-container img.iran-dark {
    left: 528px;
    top: 128px;
  }
  .export-market .map-container img.poland-dark {
    left: 480px;
    top: 80px;
  }
  .export-market #pointer {
    width: 19px;
    height: 26px;
  }
  .product-main-section .text p {
    margin: 0 auto 30px;
    font-size: 18px;
    width: 770px;
  }
  .product-main-section .wrapper .img-wrap {
    height: 320px;
  }
  .product-main-section .wrapper ul li img {
    margin-right: 15px;
  }
  .product-main-section .wrapper ul li p {
    font-size: 18px;
  }
  .product-main-section .wrapper ul li a {
    padding: 17px 15px;
  }
  .product-range .wrapper {
    padding-top: 0;
  }
  .product-range .innerwrapper {
    grid-gap: 30px;
  }
  .product-range .innerwrapper ul {
    margin-top: 0;
  }
  .product-range .innerwrapper ul li {
    margin-left: 18px;
    padding-bottom: 10px;
  }
  .product-range .innerwrapper {
    padding-bottom: 30px;
  }
  .product-main-section .wrapper ul li .round-arrow {
    height: 20px;
    width: 20px;
  }
  .common-sec .wrapper {
    padding-top: 0px;
    grid-gap: 20px;
  }
  .common-sec .wrapper > div {
    height: 330px;
  }
  .common-sec .information {
    width: 500px;
    padding: 20px;
    margin-top: -61px;
  }
  .common-sec .information .address {
    padding-bottom: 15px;
  }
  .common-sec .information a {
    font-size: 15px;
    padding-left: 30px;
    letter-spacing: 1.1px;
  }
  .common-sec .information a::before {
    top: 3px;
    width: 16px;
    height: 20px;
  }
  .common-sec .information .mail a::before {
    width: 17px;
    height: 17px;
  }
  .product-detail-tab .bottom-tab ul li.panel {
    height: 320px;
  }
  .product-details-service ul {
    grid-gap: 15px;
    padding-top: 15px;
  }
  .product-details-service ul li {
    padding: 23px;
  }
  .product-details-service ul li img {
    padding-bottom: 20px;
  }
  .swatches ul.swatches-slider {
    grid-gap: 15px;
    padding: 50px 0 0;
  }
  .swatches ul.swatches-slider li p {
    bottom: 15px;
    left: 15px;
    font-size: 20px;
  }
  .product-details-service ul li h3 {
    font-size: 20px;
  }
  .product-details-service ul li p {
    font-size: 16px;
    width: 100%;
  }
  .contact-form .contact-form-wrap {
    padding: 30px 20px;
  }
  .contact-form form .form-group {
    grid-gap: 0 20px;
  }
  .contact-form form .field {
    margin-bottom: 20px;
  }
  .contact-form form .btn-wrap .btn-main {
    padding: 15px 60px;
    font-size: 16px;
  }
  .office-info .information a {
    font-size: 15px;
    padding-left: 30px;
  }
  .office-info .information a::before {
    width: 16px;
    height: 21px;
  }
  .office-info .information .phone a::before {
    width: 18px;
    height: 18px;
    top: 1px;
  }
  .contact-form form .field input,
  .contact-form form .field textarea,
  .contact-form form .field select {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
  .contact-form form .field textarea {
    height: 140px !important;
    padding: 20px 20px 0;
  }
  .contact-info ul img {
    width: 45px;
  }
  .contact-info ul li h3 {
    padding: 15px 0;
  }
  .office-info ul li a {
    font-size: 16px;
  }
  contact-info .round-arrow {
    margin: 0;
  }
  .office-info ul {
    grid-gap: 20px;
  }
  .office-info ul li {
    padding: 20px 15px;
  }
  .office-info .information .address {
    padding-bottom: 15px;
  }
  .office-info .google-map iframe {
    height: 350px;
  }
  .office-info ul li h3 {
    padding: 0 0 15px !important;
  }
  .contact-info .round-arrow {
    margin: 0;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap {
    min-width: 730px;
    top: 48px;
    padding: 20px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap p.title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap > div {
    min-width: 120px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .right-wrap li {
    height: 153px;
    width: 330px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li {
    padding: 0 0 10px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li a {
    font-size: 14px;
  }
  .strength-text-sec p {
    font-size: 18px;
    width: 100%;
  }
  .table-wrap {
    padding-top: 10px;
  }
  .table-wrap table thead tr th {
    padding: 10px 15px;
  }
  .table-wrap table tbody tr th,
  .table-wrap table tbody tr td {
    font-size: 18px;
    padding: 13px 15px;
  }
  .table-sec .wrap {
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }
  .product-range.product {
    padding-top: 50px !important;
  }
  .understand-materials .falling-word {
    height: 70px;
    width: 70px;
    left: 2%;
  }
  .understand-materials .falling-word:nth-child(2) {
    left: 22%;
  }
  .understand-materials .falling-word:nth-child(3) {
    left: 41%;
  }
  .understand-materials .falling-word:nth-child(4) {
    left: 61%;
  }
  .understand-materials .falling-word:nth-child(5) {
    left: 79%;
  }
  .understand-materials .falling-word:nth-child(6) {
    left: 92%;
  }
  footer .wrapper .poweredbywrap {
    padding-top: 15px;
  }
  .not-found-sec h1 {
    font-size: 60px;
    padding: 0 0 15px;
  }
  .whatsapp-info .wp-cta-sec {
    padding: 50px 0;
  }
  .whatsapp-info p {
    padding: 10px 0 0 !important;
  }
  .blog-wrap ul {
    grid-gap: 15px;
  }
  .blog-wrap ul .img-wrap {
    height: 190px;
  }
  .blog-wrap ul .img-wrap p.date {
    padding: 3px 10px;
    font-size: 14px;
  }
  .blog-wrap ul h3 a {
    font-size: 18px;
    line-height: 130%;
  }
  .blog-wrap ul li .content {
    padding: 0 15px 15px;
  }
  .blog-wrap {
    padding-top: 20px;
  }
  .video-sec button.slider-btn {
    height: 35px;
    width: 35px;
    background-size: 14px;
  }
  .video-sec button.prev {
    left: 40px;
  }
  .video-sec button.next {
    right: 40px;
  }
  footer .wrapper .first p {
    font-size: 14px;
  }
  .banner .container h1::before {
    height: 330px;
    top: -130px;
  }
  #header .wrapper .menu ul#main-menu li.menu-has-children::before {
    height: 77px;
  }
  .compliances-section {
    padding: 240px 0px 80px 0px;
  }
  .compliances-certification-list .compliances-logo {
    padding: 0 30px;
  }
  .compliances-certification-list {
    gap: 30px 20px;
  }
  .product-main-section .wrapper {
    grid-gap: 30px;
  }
  .p-100 {
    padding: 70px 0px;
  }
  .product-detail-common-section .row-wrapper {
    margin-bottom: 50px;
    gap: 50px;
  }
  .product-detail-common-section .product-parts-listing .parts-box .parts-image {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
  .product-detail-common-section .table-wrap table.w-auto {
    width: 100%;
  }
  .product-detail-common-section h3 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .table-wrap table tbody tr th, .table-wrap table tbody tr td {
    font-size: 15px;
  }
  .product-detail-common-section ul.list li {
    font-size: 17px;
  }
  .product-detail-common-section .product-size-listing .size-list {
    font-size: 20px;
  }
  .product-detail-common-section .small-wrapper .isi-image {
    height: 100px;
  }
  .product-detail-common-section h5.center-positioin {
    bottom: -50px;
  }
  .id-wrapper {
    margin-top: -75px;
    padding-top: 75px;
  }
}
@media (max-width: 991px) {
  #header .res_navigation {
    display: block;
    position: relative;
  }
  html.menu-open {
    overflow: hidden;
  }
  #header .wrapper .menu {
    display: block;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    padding: 0;
    overflow: hidden;
    float: none;
    margin: 0;
    height: auto;
  }
  html.menu-open #header .wrapper .menu {
    left: 0;
    transform: translateX(0) translateY(0);
  }
  #header .wrapper .menu ul#main-menu {
    margin: 70px 0px 0px 0 !important;
    display: block !important;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #header .wrapper .menu ul#main-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin: 0 !important;
    padding: 0 !important;
  }
  #header .wrapper .menu ul#main-menu li:last-child {
    border: 0;
  }
  #header .wrapper .menu ul#main-menu li a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    font-size: 14px;
  }
  #header .wrapper .right-header {
    flex-direction: row-reverse;
  }
  #header .wrapper .right-header .header-btn {
    margin-left: 0;
    margin-right: 15px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap {
    min-width: 100%;
    padding: 0px;
    position: unset;
    background: #fff;
    box-shadow: none;
    visibility: unset;
    transition: unset;
    opacity: 1;
    pointer-events: all;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li a::after {
    content: none;
  }
  #header .wrapper .menu ul#main-menu li a::before,
  #header .wrapper .menu ul#main-menu li.menu-has-children::before {
    content: none;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .inner-wrap .right-wrap {
    display: none;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap {
    display: block;
    width: 100%;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap p.title {
    margin-bottom: 0;
    font-family: "PassionSansPDak";
    padding: 10px 30px;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap ul li a {
    font-size: 12px;
    padding: 10px 50px !important;
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .medical-menu p.title {
    border-top: 1px solid rgba(65, 30, 15, 0.1);
  }
  #header .wrapper .menu ul#main-menu .submenu-wrap .left-wrap .textile-menu {
    margin: 0;
  }
  #header .wrapper .menu ul#main-menu .strength-submenu ul {
    display: block;
  }
  #header .wrapper .menu ul#main-menu .strength-submenu {
    padding: 0 !important;
  }
  #header .wrapper .menu ul#main-menu .strength-submenu ul li {
    padding: 0 15px !important;
  }
  #header .wrapper .menu ul#main-menu span.submenu-click-arrow {
    background: url(../images/drop-arrow.svg) no-repeat;
    display: block;
    position: absolute;
    left: auto;
    cursor: pointer;
    transition: all ease 0.5s;
    width: 50px;
    height: 40px;
    right: 15px;
    top: 0;
    background-size: 8px;
    background-position: center;
    pointer-events: all;
  }
  .banner {
    min-height: 400px;
  }
  .banner .container h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 25px;
  }
  .story-section .wrapper {
    grid-gap: 30px;
  }
  .story-section .wrapper .btn-wrap .btn-main.dark {
    margin-right: 10px;
  }
  .understand-materials .bottom-tab ul li.panel {
    padding: 20px;
    margin: 0;
  }
  .understand-materials .bottom-tab h3,
  .strength-section .wrapper .inner-wrap h3,
  .product-main-section h3,
  .product-range .innerwrapper h2,
  .table-sec .wrap h2 {
    font-size: 22px;
    padding: 10px 0;
  }
  .understand-materials .bottom-tab .wrapper {
    grid-template-columns: 1fr 270px;
    grid-gap: 30px;
  }
  .understand-materials .bottom-tab ul.icon-wrap {
    grid-gap: 0 10px;
    padding-top: 40px;
  }
  .understand-materials .bottom-tab ul.icon-wrap li a p {
    font-size: 14px;
    padding: 7px 0 0;
  }
  .understand-materials .bottom-tab a.btn-main.light {
    margin-top: 0;
  }
  .strength-section .wrapper {
    padding-top: 10px;
  }
  .strength-section .wrapper .inner-wrap .image {
    flex: 0 0 0px;
    margin-left: 0px;
    width: 100%;
  }
  .strength-section .wrapper .inner-wrap .image .wistia_embed, .strength-section .wrapper .inner-wrap .for-mobile .wistia_embed {
    width: 83% !important;
  }
  .strength-section .wrapper .inner-wrap p {
    font-size: 14px;
  }
  .strength-section .wrapper .inner-wrap {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column !important;
    gap: 25px;
    padding: 25px;
  }
  .strength-section .wrapper .inner-wrap:nth-child(even) .image {
    margin: 0 0px 0 0;
  }
  .strength-section .wrapper .inner-wrap:nth-child(even) {
    padding: 25px;
  }
  .infrastructure-section ul {
    margin-top: 15px;
    padding: 0;
  }
  .infrastructure-section ul .round-arrow {
    margin: 5px auto 0;
  }
  .infrastructure-section ul h4,
  .product-details-service ul li h3,
  .contact-info ul h3,
  .office-info ul h3,
  .whatsapp-info p {
    font-size: 18px;
    padding: 20px 0 11px;
  }
  .latest-news .cta-sec {
    margin: 30px 0px 0;
  }
  .cta-sec {
    padding: 20px 30px;
  }
  .cta-sec h3,
  .whatsapp-info h3 {
    font-size: 20px;
  }
  footer p {
    font-size: 14px;
  }
  footer ul li a {
    font-size: 14px;
  }
  footer .wrapper {
    grid-template-columns: 237px 167px 155px 127px;
  }
  footer .third ul {
    grid-template-columns: 100%;
  }
  footer .footer-bottom .wrap ul li {
    margin: 0 10px;
  }
  footer .footer-bottom p.text {
    font-size: 13px;
    padding: 5px 0 15px;
  }
  .innerbanner {
    min-height: 270px;
  }
  .innerbanner .container {
    left: 15px;
  }
  .about-main-sec .wrapper {
    grid-template-columns: 260px 1fr;
    grid-gap: 15px;
  }
  .about-main-sec .wrapper .bold-title p {
    font-size: 15px;
  }
  .about-main-sec .wrapper .bold-title {
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .roadmap-section .container {
    width: 730px;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) li .img-wrap::before {
    bottom: -38px;
  }
  .roadmap-section .owl-stage .owl-item li .img-wrap::before {
    top: -37px;
  }
  .vision-mission-section .wrapper {
    grid-gap: 15px;
  }
  .export-market {
    padding-bottom: 50px !important;
  }
  .export-market .countries {
    margin: 20px 15px 0;
    overflow-x: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
  .export-market .map-container {
    display: none;
  }
  .export-market .countries button {
    margin-bottom: 17px;
    pointer-events: none;
  }
  .export-market .countries button.active {
    background: #F6F5EF;
  }
  .export-market .countries button.active p {
    color: #411E0F;
  }
  .export-market .countries button.active img {
    border-color: #E5E5DF !important;
  }
  .product-main-section .text p {
    width: 100%;
  }
  .product-main-section .wrapper {
    grid-gap: 25px;
  }
  .product-main-section .wrapper .bottom-wrap .img-wrap {
    height: 300px;
  }
  .product-main-section .wrapper .img-wrap {
    height: 270px;
  }
  .product-main-section .wrapper .img-wrap h3 {
    left: 15px;
    bottom: 15px;
  }
  .product-main-section .wrapper ul li img {
    margin-right: 10px;
    width: 24px;
  }
  .product-main-section .wrapper ul li p {
    font-size: 16px;
  }
  .product-range .innerwrapper {
    grid-gap: 15px;
  }
  .product-range .innerwrapper {
    padding-bottom: 20px;
  }
  .common-sec .wrapper {
    grid-gap: 15px;
  }
  .common-sec .wrapper > div {
    height: 270px;
  }
  .common-sec .information::before,
  .common-sec .information::after {
    left: -42px;
  }
  .common-sec .information::after {
    right: -42px;
  }
  .common-sec .information .address {
    padding-bottom: 10px;
  }
  .product-detail-tab .bottom-tab ul li.panel {
    height: 260px;
  }
  .product-details-service ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-details-service ul li {
    padding: 15px;
  }
  .swatches ul.swatches-slider {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .contact-form form .form-group {
    grid-gap: 0 15px;
  }
  .contact-form form .form-group {
    grid-gap: 0 15px;
  }
  .contact-form form .field input,
  .contact-form form .field textarea,
  .contact-form form .field select {
    padding: 0 15px;
    font-size: 14px;
  }
  .contact-form form .field textarea {
    padding: 15px;
  }
  .office-info ul {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .table-wrap table tbody tr th,
  .table-wrap table tbody tr td {
    font-size: 16px;
  }
  .our-product-detail .table-wrap {
    padding: 0;
  }
  .table-wrap table thead tr th {
    font-size: 15px;
  }
  .understand-materials .falling-word {
    height: 50px;
    width: 50px;
    left: 1%;
  }
  .not-found-sec h1 {
    font-size: 60px;
    padding: 0 0 15px;
  }
  .blog-wrap ul h3 a {
    font-size: 16px;
  }
  .blog-wrap ul li .content {
    padding: 0 10px 15px;
  }
  .blog-wrap ul li .content p {
    font-size: 14px;
  }
  .banner .container h1::before {
    width: 511px;
    height: 310px;
    top: -80px;
  }
  .compliances-certification-list .compliances-logo-box {
    width: 14%;
  }
  .compliances-certification-list .compliances-logo {
    padding: 0 20px;
  }
  .p-100 {
    padding: 60px 0px;
  }
  .product-detail-common-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .product-detail-common-section .title-wrap {
    margin-bottom: 0px;
  }
  .product-detail-common-section .product-detail-image {
    height: 400px;
    width: 100%;
  }
  .product-detail-common-section .product-detail-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-detail-common-section h3 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .product-detail-common-section .product-parts-listing.four-wrap {
    gap: 20px;
  }
  .product-detail-common-section .product-parts-listing.six-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-detail-common-section .accessories-wrapper .title-wrap .small-image-wrapper {
    position: unset;
    text-align: center;
    justify-content: center;
  }
  .product-detail-common-section .small-wrapper .new-image {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .compliances-certification-list .compliances-logo {
    padding: 0 10px;
  }
  .compliances-certification-list {
    gap: 20px 10px;
  }
  .compliances-certification-list .compliances-logo-box {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .btn-main {
    font-size: 13px;
  }
  .for-mobile {
    display: block;
  }
  .for-desktop {
    display: none;
  }
  .banner {
    min-height: 360px;
  }
  .banner .container h1 {
    font-size: 35px;
  }
  .story-section .wrapper {
    grid-template-columns: 1fr;
  }
  .story-section .for-mobile {
    padding-bottom: 15px;
  }
  .story-section .wrapper .btn-wrap {
    padding-top: 0;
  }
  .understand-materials .bottom-tab .wrapper {
    grid-template-columns: 1fr;
  }
  .understand-materials .bottom-tab ul.icon-wrap {
    padding: 15px 0;
    width: 52%;
  }
  .strength-section .wrapper .inner-wrap {
    padding: 20px 15px !important;
    margin-bottom: 15px;
  }
  .strength-section .wrapper {
    padding-top: 10px;
  }
  .strength-section .for-mobile {
    padding: 15px 0;
  }
  .latest-news .cta-sec {
    margin: 20px 0px 0;
  }
  .cta-sec {
    padding: 15px;
  }
  .cta-sec h3,
  .whatsapp-info h3 {
    font-size: 18px;
  }
  footer .wrapper .second {
    display: none;
  }
  footer .wrapper {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    padding-bottom: 15px;
  }
  footer .wrapper .logo {
    margin-bottom: 10px;
  }
  footer ul.social-wrap {
    padding-top: 0;
  }
  footer p.title {
    padding: 0 0 10px;
  }
  footer .footer-bottom .wrap {
    flex-direction: column-reverse;
  }
  footer .footer-bottom .wrap ul {
    padding-bottom: 10px;
  }
  .video-sec {
    padding: 0px 70px 0;
    margin-top: 70px;
  }
  .innerbanner {
    min-height: 220px;
  }
  .innerbanner .container {
    left: 10px;
    bottom: 10px;
  }
  .innerbanner .container h1 {
    font-size: 26px;
  }
  .about-main-sec .wrapper {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .about-main-sec .wrapper img {
    max-height: 390px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-main-sec h2 {
    margin: 0 auto;
  }
  .roadmap-section .container {
    width: 540px;
  }
  .roadmap-section h3 {
    font-size: 19px;
  }
  .roadmap-section p {
    padding: 10px 0;
  }
  .roadmap-section .img-wrap {
    height: 150px;
  }
  .roadmap-section h4.number {
    font-size: 30px;
  }
  .roadmap-section p {
    font-size: 13px;
  }
  .roadmap-section .owl-stage .owl-item li .img-wrap::before {
    top: -40px;
  }
  .vision-mission-section .wrapper {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .vision-mission-section .wrapper .img-wrap {
    margin-bottom: 15px;
  }
  .product-main-section .text p {
    font-size: 16px;
  }
  .product-main-section .wrapper {
    grid-template-columns: 1fr;
    display: grid;
  }
  .product-main-section .wrapper .left-wrap, .product-main-section .wrapper .right-wrap {
    width: 100%;
  }
  .product-range .innerwrapper {
    display: block;
  }
  .product-main-section .wrapper .bottom-wrap {
    grid-template-columns: 100%;
  }
  .product-main-section .wrapper .bottom-wrap .img-wrap {
    height: 250px;
  }
  .product-range .wrapper {
    padding-top: 20px;
  }
  .product-range .wrapper h2 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 10px;
  }
  .product-range .wrapper img {
    padding: 0 0 15px;
  }
  .common-sec .wrapper > div {
    height: 210px;
  }
  .common-sec .information {
    width: 440px;
    padding: 15px;
  }
  .common-sec .information a {
    font-size: 13px;
  }
  .common-sec .information::before,
  .common-sec .information::after {
    left: -41px;
  }
  .product-detail-tab ul.tabs {
    flex-wrap: wrap;
  }
  .product-detail-tab ul.tabs li {
    margin: 10px 15px !important;
  }
  .product-detail-tab .bottom-tab ul li.panel {
    height: 210px;
  }
  .swatches ul.swatches-slider {
    padding: 40px 0 0;
  }
  .contact-form form .form-group {
    grid-template-columns: 1fr;
  }
  .contact-info ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .office-info ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-info ul li:last-child p {
    margin: 0 auto;
    width: 370px;
  }
  .understand-materials .falling-word {
    height: 40px;
    width: 40px;
  }
  .not-found-sec h1 {
    font-size: 50px;
    padding: 0 0 15px;
  }
  .strength-section .for-mobile > div,
  .strength-section .for-mobile > div > div,
  .strength-section .for-mobile > div > div > div,
  .strength-section .for-mobile > div > div > div > div:nth-child(2) {
    width: 100% !important;
    height: 200px !important;
  }
  .whatsapp-info a.btn-main {
    padding: 15px 20px 15px 60px;
  }
  .whatsapp-info a.btn-main::before {
    left: 20px;
    height: 24px;
    width: 23px;
  }
  .blog-wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .video-sec button.slider-btn {
    height: 35px;
    width: 35px;
    background-size: 14px;
  }
  .video-sec button.prev {
    left: 50px;
  }
  .video-sec button.next {
    right: 50px;
  }
  .our-product-detail.knits .table-wrap {
    width: 80%;
  }
  .banner .container h1::before {
    width: 421px;
    height: 230px;
    top: -40px;
  }
  .compliances-section {
    padding: 230px 0px 50px 0px;
  }
  .compliances-section h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .compliances-certification-list .compliances-logo-box {
    width: 14%;
  }
  .compliances-certification-list .compliances-logo {
    padding: 0 5px;
  }
  .compliances-certification-list {
    gap: 15px 5px;
  }
  .strength-section .wrapper .inner-wrap .image .wistia_embed, .strength-section .wrapper .inner-wrap .for-mobile .wistia_embed {
    width: 100% !important;
  }
  .p-100 {
    padding: 50px 0px;
  }
  .product-detail-common-section .product-detail-image {
    height: auto;
  }
  .product-detail-common-section h5 {
    font-size: 20px;
  }
  .table-wrap {
    overflow-x: auto;
  }
  .product-detail-common-section .small-image-wrapper h5 {
    font-size: 20px;
  }
  .product-detail-common-section h3 {
    font-size: 20px;
  }
  .product-detail-common-section ul.list li {
    font-size: 15px;
  }
  .product-detail-common-section .product-parts-listing.three-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-detail-common-section .product-parts-listing .parts-box .parts-image {
    width: 115px;
    height: 115px;
    min-width: 115px;
  }
  .product-detail-common-section .product-parts-listing .parts-box h6 {
    color: #411E0F;
    font-family: PassionSansPDai;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .product-detail-common-section .product-size-listing {
    margin: 10px 0px;
  }
  .product-detail-common-section .product-parts-listing.four-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-detail-common-section .small-wrapper.spacing {
    margin-top: 20px;
  }
  .product-detail-common-section .small-wrapper .mini-sprinkler-system-red-image {
    position: unset;
  }
  .product-detail-common-section .small-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product-detail-common-section .small-wrapper .isi-image {
    height: 80px;
  }
  .product-detail-common-section .small-wrapper .isi-image img {
    margin: 0;
  }
  .product-detail-common-section .product-parts-listing.six-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-detail-common-section .title-wrap h2 {
    padding-bottom: 10px;
  }
  .product-detail-common-section .product-parts-listing.five-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .table-wrap table tbody tr th, .table-wrap table tbody tr td {
    font-size: 14px;
  }
  .table-wrap table thead tr th {
    font-size: 13px;
  }
  .product-detail-common-section .wrap-nine .product-detail-image {
    height: 250px;
  }
  .product-detail-common-section .row-wrapper {
    gap: 20px;
  }
  .product-detail-common-section .message {
    font-size: 18px;
    line-height: 150%;
    margin-top: 20px;
  }
  .product-detail-common-section .small-wrapper .right-wrap.end-image .new-image {
    display: block;
  }
  .product-detail-common-section .small-wrapper .content-end {
    display: block;
  }
  .product-detail-common-section .small-image-wrapper.justify-content-end {
    display: block;
  }
  .product-detail-common-section .product-size-listing .size-list {
    font-size: 17px;
  }
  .id-wrapper {
    margin-top: -62px;
    padding-top: 62px;
  }
}
@media (max-width: 580px) {
  #header.fixed {
    padding: 10px 0;
  }
  #header .wrapper .logo,
  footer .wrapper .logo {
    width: 100px;
  }
  #header .wrapper .right-header .header-btn {
    margin-right: 10px;
  }
  .banner .container h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 23px;
  }
  h2.center {
    width: 100%;
  }
  .understand-materials h2 {
    width: 308px;
  }
  .understand-materials ul.tabs li.active p {
    padding: 10px 25px;
  }
  .understand-materials ul.tabs li {
    margin: 0 15px;
  }
  .understand-materials .bottom-tab ul.icon-wrap {
    width: 100%;
  }
  .strength-section h2 {
    width: 270px;
  }
  .infrastructure-section h2 {
    width: 155px;
  }
  .cta-sec {
    flex-direction: column;
  }
  .cta-sec h3,
  .whatsapp-info h3 {
    padding-bottom: 15px;
  }
  footer .footer-bottom .wrap ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .video-sec {
    padding: 0px 50px 0;
    margin-top: 50px;
  }
  .innerbanner {
    min-height: 200px;
  }
  .innerbanner .container {
    left: 0;
  }
  .innerbanner .container h1::before {
    width: 180px;
  }
  .about-main-sec .wrapper img {
    max-height: 100%;
  }
  .roadmap-section .container {
    width: 340px;
  }
  .roadmap-section ul.roadmap-slider {
    padding-top: 0;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) li .content-wrap {
    padding-top: 20px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    top: 46.9%;
  }
  .owl-carousel .owl-nav button.owl-next {
    top: 48%;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(odd) li .img-wrap::before {
    bottom: -24px;
  }
  .roadmap-section .owl-stage .owl-item li .img-wrap::before {
    top: -24px;
  }
  .roadmap-section .owl-stage .owl-item:nth-child(even) li .img-wrap {
    margin-top: 50px;
  }
  .vision-mission-section .wrapper .img-wrap {
    height: 160px;
  }
  .product-main-section .text p {
    margin: 0 auto 20px;
  }
  .product-main-section .wrapper .img-wrap {
    height: 250px;
  }
  .common-sec .wrapper {
    grid-gap: 10px;
  }
  .common-sec .wrapper > div {
    height: 180px;
  }
  .common-sec .information {
    width: 100%;
    margin-top: 15px;
  }
  .common-sec .information::before,
  .common-sec .information::after {
    content: none;
  }
  .product-detail-tab ul.tabs {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .product-details-service ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .swatches ul.swatches-slider {
    padding: 0;
    grid-gap: 10px;
  }
  .swatches .swatches-slider.owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
  .swatches .swatches-slider.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  .swatches ul.swatches-slider li:hover {
    transform: unset;
  }
  .innerbanner .container h1::after {
    left: 14px;
  }
  .product-details-service ul {
    padding-top: 0 !important;
  }
  .contact-form .contact-form-wrap {
    padding: 15px;
  }
  .contact-form .contact-form-wrap h2 {
    width: 269px;
  }
  .contact-form .contact-form-wrap h2 br {
    display: none;
  }
  .contact-form form {
    padding-top: 0;
  }
  .contact-info ul li:last-child p {
    margin: 0 auto;
    width: 100%;
  }
  .not-found-sec h1 {
    font-size: 45px;
  }
  .strength-section .for-mobile > div,
  .strength-section .for-mobile > div > div,
  .strength-section .for-mobile > div > div > div,
  .strength-section .for-mobile > div > div > div > div:nth-child(2) {
    height: 139px !important;
  }
  .whatsapp-info .wp-cta-sec {
    flex-direction: column;
  }
  .whatsapp-info h3 {
    padding: 0;
  }
  .whatsapp-info p {
    padding: 10px 0 20px !important;
  }
  h2::before {
    content: none;
  }
  .blog-wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-wrap ul li .content {
    padding: 0 10px 10px;
  }
  .blog-wrap ul .img-wrap p.date {
    font-size: 12px;
  }
  .blog-wrap {
    padding-top: 15px;
  }
  .our-product-detail.knits .table-wrap {
    width: 100%;
  }
  .banner .container h1::before {
    width: 291px;
    height: 170px;
    top: -40px;
  }
  .compliances-certification-list .compliances-logo img {
    max-height: inherit;
  }
}/*# sourceMappingURL=style.css.map */