@font-face {
  font-family: light_font;
  src: url("../fonts/robo_light.ttf");
}

@font-face {
  font-family: reg_font;
  src: url("../fonts/robo_reg.ttf");
}

@font-face {
  font-family: med_font;
  src: url("../fonts/robo_med.ttf");
}

@font-face {
  font-family: semi_font;
  src: url("../fonts/robo_semi.ttf");
}

@font-face {
  font-family: bold_font;
  src: url("../fonts/robo_bold.ttf");
}

@font-face {
  font-family: header_reg;
  src: url("../fonts/playfair_reg.ttf");
}

@font-face {
  font-family: header_italic;
  src: url("../fonts/playfair_italic.ttf");
}

@font-face {
  font-family: header_bold;
  src: url("../fonts/playfair_bold.ttf");
}

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

body p,
body .content_ul li {
  color: #000;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  line-height: 1.8em;
}

body p.primary,
body .content_ul li.primary {
  color: #1e85c3;
}

body p.accent,
body .content_ul li.accent {
  color: #ebebeb;
}

body p.secondary,
body .content_ul li.secondary {
  color: #05e0e0;
}

body p.white,
body .content_ul li.white {
  color: #fff;
}

body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}

body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}

body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}

body p.reg,
body .content_ul li.reg {
  font-family: reg_font;
}

body p.semi,
body .content_ul li.semi {
  font-family: semi_font;
}

body p.bold,
body .content_ul li.bold {
  font-family: bold_font;
}

body p.light,
body .content_ul li.light {
  font-family: light_font;
}

body p.med,
body .content_ul li.med {
  font-family: med_font;
}

body p.capital,
body .content_ul li.capital {
  text-transform: uppercase;
}

body p.header_reg,
body .content_ul li.header_reg {
  font-family: header_reg;
}

body p.header_italic,
body .content_ul li.header_italic {
  font-family: header_italic;
}

body p.header_bold,
body .content_ul li.header_bold {
  font-family: header_bold;
}

body .content_ul ul,
body .content_ul ol {
  padding-top: 15px;
}

body .content_ul li {
  padding-top: 0;
}

body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  font-family: med_font;
  color: #000;
  line-height: 1.2em;
}

body .common_header.primary {
  color: #1e85c3;
}

body .common_header.accent {
  color: #ebebeb;
}

body .common_header.secondary {
  color: #05e0e0;
}

body .common_header.white {
  color: #fff;
}

body .common_header.reg {
  font-family: reg_font;
}

body .common_header.semi {
  font-family: semi_font;
}

body .common_header.bold {
  font-family: bold_font;
}

body .common_header.light {
  font-family: light_font;
}

body .common_header.med {
  font-family: med_font;
}

body .common_header.capital {
  text-transform: uppercase;
}

body .common_header.header_reg {
  font-family: header_reg;
}

body .common_header.header_italic {
  font-family: header_italic;
}

body .common_header.header_bold {
  font-family: header_bold;
}

body .common_header span {
  font-family: bold_font;
  color: #1e85c3;
}

body .common_header span.primary {
  color: #1e85c3;
}

body .common_header span.accent {
  color: #ebebeb;
}

body .common_header span.secondary {
  color: #05e0e0;
}

body .common_header span.white {
  color: #fff;
}

body .common_header span.reg {
  font-family: reg_font;
}

body .common_header span.semi {
  font-family: semi_font;
}

body .common_header span.bold {
  font-family: bold_font;
}

body .common_header span.light {
  font-family: light_font;
}

body .common_header span.med {
  font-family: med_font;
}

body .common_header span.capital {
  text-transform: uppercase;
}

body .common_header span.header_reg {
  font-family: header_reg;
}

body .common_header span.header_italic {
  font-family: header_italic;
}

body .common_header span.header_bold {
  font-family: header_bold;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: reg_font;
  border-radius: 8px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #1e85c3;
  padding-left: 4%;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background-color: #05e0e0;
}

body .common_anchor.secondary {
  background-color: #05e0e0;
  color: #fff;
}

body .common_anchor.secondary:hover {
  background-color: #1e85c3;
  color: #fff;
}

body .common_anchor.border_anchor {
  background-color: transparent;
  border: 2px solid #1e85c3;
  color: #1e85c3;
}

body .common_anchor.border_anchor:hover {
  background-color: #1e85c3;
  color: #fff;
}

body .gridContainer {
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
}

body .table_wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .cell_wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .btn-group {
  display: inline-block;
  margin-top: 15px;
}

body .btn-group button {
  padding: 12px;
  font-family: reg_font;
  background-color: #fff !important;
  background: none;
  border-color: #ccc;
  border-radius: 8px;
}

body .btn-group a:hover {
  background: none;
  background-color: #1e85c3 !important;
  color: #ebebeb;
}

body .form_field {
  margin-top: 15px;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #ccc;
  width: 100%;
}

body .nav.nav-tabs {
  margin-top: 15px !important;
}

body .nav.nav-tabs li a {
  color: #000;
}

body .nav.nav-tabs li.active a {
  background-color: #1e85c3;
}

body input[type=text] {
  background-color: #fff;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@media only screen and (min-width: 1600px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 16px;
  }
  body p.small_size {
    font-size: 13px;
  }
  body .common_header {
    font-size: 50px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .common_header.small {
    font-size: 25px;
  }
  body .common_anchor {
    font-size: 16px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .common_header {
    font-size: 40px;
  }
  body .common_header.large {
    font-size: 55px;
  }
  body .common_header.small {
    font-size: 20px;
  }
  body .common_anchor {
    font-size: 14px;
  }
  body .gridContainer {
    width: 85.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
  body p.small_size {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 20px;
  }
  body .common_anchor {
    font-size: 15px;
  }
}

@media only screen and (max-width: 786px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 20px;
  }
  body .common_anchor {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 45px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 14px;
  }
  body p.small_size {
    font-size: 11px;
  }
  body .common_header.small {
    font-size: 18px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.half_wrap {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

.gardient {
  background: #C7883D;
  background: -webkit-gradient(linear, right top, left top, from(#c7883d), color-stop(48%, #eec789), to(#e3ad56));
  background: linear-gradient(270deg, #c7883d 0%, #eec789 48%, #e3ad56 100%);
}

.gradient_text {
  color: #C7893E;
  background-image: linear-gradient(45deg, #C7893E, #EDC78A 50%, #E3AD56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.capital_letter_spacing {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.opacity_text {
  opacity: 0.5;
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  background: #b18731;
  background: -webkit-gradient(linear, left top, right top, from(#16612d), to(#eec54a));
  background: linear-gradient(90deg, #16612d 0%, #eec54a 100%);
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 99999;
}

/*Home page starts*/
.common_slider_wrap {
  height: 100vh;
}

.common_slider_wrap .mobile {
  display: none;
}

.common_slider_wrap .image_wrap {
  height: 100%;
}

.common_slider_wrap .image_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_slider_wrap .data_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.common_slider_wrap .data_wrap .half_wrap {
  padding-right: 15%;
}

.common_slider_wrap .data_wrap .parent {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.common_slider_wrap .numbers_wrap {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
}

.common_slider_wrap .numbers_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.common_slider_wrap .numbers_wrap ul li {
  width: 25%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  padding: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.common_slider_wrap .numbers_wrap ul li:nth-child(4n+0) {
  margin-right: 0;
}

.common_slider_wrap .numbers_wrap ul li .li_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.common_slider_wrap .numbers_wrap ul li .li_parent .common_header {
  padding: 0;
  padding-right: 15px;
}

.common_slider_wrap .numbers_wrap ul li .li_parent p {
  padding: 0;
}

.common_slider_wrap .numbers_wrap ul li:last-child {
  border-right: none;
}

.overview_wrap {
  height: 120vh;
}

.overview_wrap .image_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.overview_wrap .image_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.overview_wrap .parent {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 20;
  text-align: center;
}

.overview_wrap .parent .common_header {
  padding-left: 20%;
  padding-right: 20%;
}

.issues_slider_wrap {
  height: 100vh;
}

.issues_slider_wrap .gridContainer {
  height: 100%;
}

.issues_slider_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.issues_slider_wrap .left_col {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 5%;
}

.issues_slider_wrap .right_col {
  float: none;
}

.issues_slider_wrap .slides_content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.issues_slider_wrap .slide_item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.issues_slider_wrap .slide_item .common_header {
  padding-top: 0;
}

.issues_slider_wrap .slide_item .line {
  width: 3px;
  height: 60px;
  background-color: #ebebeb;
  margin-top: 25px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 3px;
}

.issues_slider_wrap .slide_item.active {
  opacity: 1;
  pointer-events: auto;
}

.issues_slider_wrap .cta_bar .common_anchor {
  display: block;
  text-align: center;
  background-color: #ebebeb;
  color: #000;
}

.issues_slider_wrap .cta_bar .common_anchor:hover {
  background-color: #1e85c3;
  color: #fff;
}

.issues_slider_wrap .image_holder {
  position: relative;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.issues_slider_wrap .slide_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.issues_slider_wrap .slide_image.active {
  opacity: 1;
}

.issues_slider_wrap .slide_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.issues_slider_wrap .slide_numbers {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  width: auto;
}

.issues_slider_wrap .slide_numbers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.issues_slider_wrap .slide_numbers ul li {
  font-family: semi_font;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.issues_slider_wrap .slide_numbers ul li.active {
  color: #fff;
}

.products_wrap {
  background-color: #f5f0eb;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.products_wrap .product_tabs {
  margin-top: 30px;
}

.products_wrap .product_tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.products_wrap .product_tabs ul li {
  font-family: semi_font;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #000;
  cursor: pointer;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.products_wrap .product_tabs ul li.active {
  color: #1e85c3;
  border-bottom-color: #05e0e0;
}

.products_wrap .product_tabs ul li:hover {
  color: #1e85c3;
}

.products_wrap .product_grid {
  margin-top: 30px;
}

.products_wrap .product_grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products_wrap .product_grid ul li {
  width: 32%;
  float: left;
}

.products_wrap .product_card .product_image {
  background-color: #ebebeb;
  border-radius: 8px;
  overflow: hidden;
}

.products_wrap .product_card .product_image img {
  width: 100%;
  display: block;
}

.products_wrap .product_info {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.products_wrap .product_info .common_header {
  padding-top: 5px;
}

.products_wrap .product_specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}

.products_wrap .product_specs .spec_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.products_wrap .product_specs .spec_item .common_header {
  padding-top: 0;
}

.products_wrap .product_specs .spec_item p {
  padding-top: 2px;
}

.products_wrap .product_link {
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  font-family: semi_font;
  color: #1e85c3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.products_wrap .product_link:hover {
  color: #05e0e0 !important;
}

.about_marquee_wrap {
  background-color: #ebebeb;
  background-image: url("../images/pattern_common.png");
  background-size: cover;
  background-position: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  overflow: hidden;
}

.about_marquee_wrap .marquee_strip {
  overflow: hidden;
  white-space: nowrap;
}

.about_marquee_wrap .marquee_track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 80px;
  -webkit-animation: marquee_scroll 15s linear infinite;
          animation: marquee_scroll 15s linear infinite;
}

.about_marquee_wrap .marquee_track .common_header {
  white-space: nowrap;
  padding-top: 0;
}

.about_marquee_wrap .about_content {
  margin-top: 15vh;
  text-align: center;
}

.about_marquee_wrap .about_content p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

.about_marquee_wrap .about_logo {
  width: 120px;
  display: inline-block;
}

@-webkit-keyframes marquee_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mfg_slider_wrap {
  height: 100vh;
  overflow: hidden;
}

.mfg_slider_wrap .mfg_slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mfg_slider_wrap .mfg_slide.active {
  opacity: 1;
}

.mfg_slider_wrap .mfg_image {
  height: 100%;
}

.mfg_slider_wrap .mfg_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mfg_slider_wrap .mfg_data {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#1e85c3), color-stop(60%, rgba(0, 78, 53, 0.8)), to(transparent));
  background: linear-gradient(0deg, #1e85c3 0%, rgba(0, 78, 53, 0.8) 60%, transparent 100%);
  padding-top: 120px;
  padding-bottom: 40px;
}

.mfg_slider_wrap .mfg_data .common_header {
  padding-top: 0;
}

.mfg_slider_wrap .mfg_numbers {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 2;
  width: auto;
  padding-right: 3%;
}

.mfg_slider_wrap .mfg_numbers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mfg_slider_wrap .mfg_numbers ul li {
  font-family: semi_font;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mfg_slider_wrap .mfg_numbers ul li.active {
  color: #fff;
}

.certi_ticker_wrap {
  background-color: #ebebeb;
  background-image: url("../images/pattern_certi.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.certi_ticker_wrap .certi_slider {
  width: 100%;
  overflow: visible;
}

.certi_ticker_wrap .certi_track {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: transform;
}

.certi_ticker_wrap .swiper-slide {
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.certi_ticker_wrap img {
  height: 150px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

.industries_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
  overflow: hidden;
}

.industries_wrap .industries_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.industries_wrap .industries_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.industries_wrap .gridContainer {
  position: relative;
  z-index: 1;
}

.industries_wrap .industries_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.industries_wrap .industries_header .half_wrap:first-child .common_header {
  padding-top: 0;
}

.industries_wrap .industries_arrows {
  text-align: right;
}

.industries_wrap .industries_arrows button {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.industries_wrap .industries_arrows button:hover {
  background-color: #05e0e0;
  border-color: #05e0e0;
}

.industries_wrap .industries_slider {
  overflow: visible;
}

.industries_wrap .swiper-slide {
  height: auto;
}

.industries_wrap .swiper-slide .ind_card_inner {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 25px;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.industries_wrap .swiper-slide .ind_card_inner .common_header {
  padding-top: 0;
}

.industries_wrap .swiper-slide .ind_hover_info {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.industries_wrap .swiper-slide .ind_hover_info p {
  padding-top: 0;
  padding-bottom: 15px;
}

.industries_wrap .swiper-slide:hover .ind_card_inner {
  background: #05e0e0;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border-color: #05e0e0;
}

.industries_wrap .swiper-slide:hover .ind_hover_info {
  opacity: 1;
  max-height: 200px;
}

.quote_builder_wrap {
  background-color: #ebebeb;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.quote_builder_wrap .quote_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
}

.quote_builder_wrap .quote_left {
  float: none;
  width: 60%;
}

.quote_builder_wrap .quote_right {
  float: none;
  width: 35%;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.quote_builder_wrap .quote_steps {
  margin-top: 30px;
}

.quote_builder_wrap .quote_step {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
}

.quote_builder_wrap .quote_step:last-child {
  border-bottom: none;
}

.quote_builder_wrap .step_number {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: #1e85c3;
  color: #fff;
  font-family: semi_font;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote_builder_wrap .step_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quote_builder_wrap .step_content .common_header {
  padding-top: 0;
}

.quote_builder_wrap .step_options {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.quote_builder_wrap .opt_btn {
  padding: 10px 20px;
  border: 1.5px solid #c5c5c5;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-family: reg_font;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.quote_builder_wrap .opt_btn:hover {
  border-color: #1e85c3;
}

.quote_builder_wrap .opt_btn.active {
  border-color: #1e85c3;
  background-color: #1e85c3;
  color: #fff;
}

.quote_builder_wrap .quote_image {
  background-color: #ebebeb;
  border-radius: 8px;
  overflow: hidden;
}

.quote_builder_wrap .quote_image img {
  width: 100%;
  display: block;
}

.quote_builder_wrap .quote_summary {
  background-color: #fff;
  padding: 25px;
  margin-top: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.quote_builder_wrap .quote_summary .common_header {
  padding-top: 0;
}

.quote_builder_wrap .summary_rows {
  margin-top: 15px;
  float: none;
  display: block;
}

.quote_builder_wrap .summary_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px 0;
  float: none;
  border-bottom: 1px solid #ebebeb;
}

.quote_builder_wrap .summary_row:last-child {
  border-bottom: none;
}

.quote_builder_wrap .summary_label {
  font-family: reg_font;
  color: rgba(0, 0, 0, 0.5);
  min-width: 90px;
}

.quote_builder_wrap .summary_value {
  font-family: semi_font;
  text-align: right;
}

.quote_builder_wrap .summary_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.quote_builder_wrap .feature_tag {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #1e85c3;
  border-radius: 8px;
  color: #1e85c3;
  font-family: reg_font;
}

.quote_builder_wrap .quote_submit_btn {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  float: none;
  cursor: pointer;
}

.quote_builder_wrap .quote_form_panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.quote_builder_wrap .quote_form_panel.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quote_builder_wrap .quote_form_inner {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 420px;
  margin-top: 30px;
  margin-left: 0;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.quote_builder_wrap .quote_form_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_builder_wrap .quote_form_header .common_header {
  padding-top: 0;
}

.quote_builder_wrap .quote_form_close {
  background: none;
  border: none;
  font-family: reg_font;
  color: #000;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.quote_builder_wrap .quote_form {
  margin-top: 15px;
}

.quote_builder_wrap .quote_form .form_field {
  margin-top: 10px;
}

.quote_builder_wrap .quote_form textarea.form_field {
  resize: vertical;
}

.quote_builder_wrap .quote_form_submit {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
  border: none;
}

.quote_builder_wrap .quote_form_message {
  font-family: reg_font;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.quote_builder_wrap .quote_form_message.success {
  color: #137333;
}

.quote_builder_wrap .quote_form_message.error,
.quote_builder_wrap .quote_field_error {
  color: #d93025;
}

.quote_builder_wrap .quote_field_error {
  font-family: reg_font;
  font-size: 13px;
  line-height: 1.35;
  margin-top: 5px;
}

.quote_builder_wrap .quote_form .form_field.quote_input_error {
  border-color: #d93025;
}

.quote_builder_wrap .quote_form_submit:disabled,
.quote_builder_wrap .quote_form_submit.quote_loading {
  cursor: wait;
  opacity: 0.75;
  pointer-events: none;
}

.quote_builder_wrap .quote_mobile_nav {
  display: none;
}

/*Header*/
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header.scrolled {
  background: rgba(0, 18, 78, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 12px 0;
}

.site_header.scrolled .header_logo {
  display: inline-block;
}

.site_header.scrolled .header_logo img {
  height: 80px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header.always_scrolled {
  background: rgba(0, 78, 53, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.site_header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site_header .header_logo {
  display: inline-block;
}

.site_header .header_logo img {
  height: 120px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
}

.site_header .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site_header .header_nav ul li {
  position: relative;
}

.site_header .header_nav ul li a {
  color: #fff;
  text-decoration: none;
  font-family: reg_font;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .header_nav ul li a:hover {
  color: #05e0e0;
}

.site_header .has_sub .mega_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .has_sub:hover .mega_menu {
  opacity: 1;
  visibility: visible;
}

.site_header .mega_inner {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  min-width: 400px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.site_header .mega_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
}

.site_header .mega_item .mega_icon {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.site_header .mega_item .mega_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site_header .mega_item span {
  color: #000;
  font-family: semi_font;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site_header .mega_item:hover span {
  color: #1e85c3;
}

.site_header .mega_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 320px;
  gap: 0;
}

.site_header .mega_list .mega_col {
  width: 50%;
}

.site_header .mega_list .mega_col a {
  display: block;
  padding: 8px 10px;
  color: #000 !important;
  text-decoration: none;
  font-family: reg_font;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .mega_list .mega_col a:hover {
  color: #1e85c3 !important;
  background-color: #ebebeb;
  border-radius: 8px;
}

.site_header .header_cta {
  margin-top: 0;
  border-radius: 8px;
}

.site_header .mobile_toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.site_header .mobile_toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .mobile_toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.site_header .mobile_toggle.active span:nth-child(2) {
  opacity: 0;
}

.site_header .mobile_toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.site_header .mobile_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #1e85c3;
  z-index: -1;
  padding-top: 80px;
  overflow-y: auto;
}

.site_header .mobile_menu.open {
  display: block;
}

.site_header .mobile_menu .mobile_menu_inner {
  padding: 30px 5%;
}

.site_header .mobile_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site_header .mobile_menu > .mobile_menu_inner > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site_header .mobile_menu > .mobile_menu_inner > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  font-family: semi_font;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.site_header .mobile_menu > .mobile_menu_inner > ul > li > a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .mobile_menu .sub_menu_mobile {
  display: none;
  padding-bottom: 15px;
}

.site_header .mobile_menu .sub_menu_mobile li a {
  display: block;
  padding: 8px 0;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .mobile_menu .sub_menu_mobile li a:hover {
  color: #05e0e0;
}

.site_header .mobile_menu .sub_menu_mobile.open {
  display: block;
}

.site_header .mobile_menu .has_sub_mobile.active > a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*Footer*/
.site_footer .footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.site_footer .footer_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site_footer .footer_bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.site_footer .footer_main {
  position: relative;
  z-index: 1;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.site_footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}

.site_footer .footer_brand {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

.site_footer .footer_logo_link {
  display: block;
  text-decoration: none;
}

.site_footer .footer_logo {
  height: 90px;
  width: auto;
  display: block;
  margin: 0 auto 15px;
}

.site_footer .footer_logo_text {
  display: block;
  letter-spacing: 0.15em;
}

.site_footer .footer_logo_subtext {
  display: block;
  color: #05e0e0;
  margin-top: 4px;
}

.site_footer .footer_tagline {
  color: #05e0e0;
  margin-top: 15px;
}

.site_footer .footer_tagline_sep {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
}

.site_footer .footer_quote_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: transparent;
  border: 2px solid #05e0e0;
  color: #05e0e0;
}

.site_footer .footer_quote_btn:hover {
  background-color: #05e0e0;
  color: #176797;
}

.site_footer .footer_quote_btn i {
  margin: 0;
}

.site_footer .footer_line {
  width: 50px;
  height: 2px;
  background-color: #05e0e0;
  margin-top: 20px;
  margin-bottom: 15px;
}

.site_footer .footer_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.site_footer .footer_socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_footer .footer_socials a:hover {
  background-color: #05e0e0;
  border-color: #05e0e0;
}

.site_footer .footer_stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 25px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}

.site_footer .footer_stat .footer_stat_icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  border: 1px solid #05e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #05e0e0;
}

.site_footer .footer_stat .common_header {
  padding-top: 0;
}

.site_footer .footer_stat p {
  padding-top: 0;
}

.site_footer .footer_links_group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}

.site_footer .footer_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site_footer .footer_col .footer_col_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.site_footer .footer_col .footer_col_head i {
  color: #05e0e0;
}

.site_footer .footer_col .footer_col_head .common_header {
  padding-top: 0;
  color: #05e0e0;
}

.site_footer .footer_col .footer_col_line {
  width: 40px;
  height: 2px;
  background-color: #05e0e0;
  margin-top: 12px;
}

.site_footer .footer_col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.site_footer .footer_col ul li {
  padding: 5px 0;
}

.site_footer .footer_col ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_footer .footer_col ul li a i {
  margin-right: 6px;
  color: #05e0e0;
}

.site_footer .footer_col ul li a:hover {
  color: #fff;
}

.site_footer .footer_col .footer_contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
}

.site_footer .footer_col .footer_contact li i {
  margin-top: 3px;
  color: #05e0e0;
}

.site_footer .footer_col .footer_contact li span {
  color: rgba(255, 255, 255, 0.7);
}

.site_footer .footer_values {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}

.site_footer .footer_values ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site_footer .footer_values ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0 15px;
}

.site_footer .footer_values ul li .fv_icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  border: 1px solid #05e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #05e0e0;
}

.site_footer .footer_values ul li .common_header {
  padding-top: 0;
}

.site_footer .footer_values ul li p {
  padding-top: 2px;
}

.site_footer .footer_bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.site_footer .footer_bottom .footer_bottom_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site_footer .footer_bottom .footer_bottom_inner p {
  padding-top: 0;
}

.site_footer .footer_bottom .footer_bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.site_footer .footer_bottom .footer_bottom_logo {
  height: 30px;
  width: auto;
}

.site_footer .footer_bottom .footer_accent_text {
  color: #05e0e0;
}

.site_footer .footer_bottom .footer_legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.site_footer .footer_bottom .footer_legal a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_footer .footer_bottom .footer_legal a:hover {
  color: #fff;
}

.site_footer .footer_bottom .footer_legal span {
  color: rgba(255, 255, 255, 0.3);
}

.common_image_wrap .mobile {
  display: none;
}

.stats_counter_wrap {
  padding: 50px 0;
  overflow: hidden;
}

.stats_counter_wrap .stats_counter_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.stats_counter_wrap .stats_counter_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stats_counter_wrap .stats_counter_bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.stats_counter_wrap .gridContainer {
  position: relative;
  z-index: 1;
}

.stats_counter_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.stats_counter_wrap ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 20px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.stats_counter_wrap ul li .common_header {
  padding-top: 0;
}

.stats_counter_wrap ul li p {
  padding-top: 5px;
}

.stats_counter_wrap ul li:last-child {
  border-right: none;
}

.why_us_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.why_us_wrap .why_us_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

.why_us_wrap .why_us_header .common_header {
  padding-top: 0;
}

.why_us_wrap .why_us_nav button {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.why_us_wrap .why_us_nav button:hover {
  background-color: #1e85c3;
  border-color: #1e85c3;
  color: #fff;
}

.why_us_wrap .why_card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.why_us_wrap .why_card .why_card_image img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.why_us_wrap .why_card .common_header {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.why_us_wrap .why_card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}

.timeline_wrap {
  overflow: hidden;
}

.timeline_wrap .timeline_pin_container {
  height: 100vh;
  position: relative;
}

.timeline_wrap .timeline_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.timeline_wrap .timeline_slide.active {
  opacity: 1;
}

.timeline_wrap .timeline_image {
  height: 100%;
}

.timeline_wrap .timeline_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline_wrap .timeline_content {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 60px;
}

.timeline_wrap .timeline_content .common_header {
  padding-top: 0;
}

.timeline_wrap .timeline_content .common_header.large {
  margin-bottom: auto;
  padding-top: 40px;
}

.timeline_wrap .timeline_content p {
  padding-top: 15px;
  padding-bottom: 40px;
}

.timeline_wrap .timeline_progress {
  position: absolute;
  top: 40px;
  right: 60px;
  width: 2px;
  height: 120px;
  background: rgba(255, 255, 255, 0.15);
}

.timeline_wrap .timeline_progress_bar {
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.machinery_wrap {
  background-color: #000;
  padding-bottom: 15vh;
  overflow: hidden;
}

.machinery_wrap .machinery_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 0;
}

.machinery_wrap .machinery_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.machinery_wrap .machinery_bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(0deg, #000 0%, transparent 100%);
}

.machinery_wrap .machinery_header {
  position: relative;
  z-index: 1;
  padding-top: 40vh;
  padding-bottom: 40vh;
}

.machinery_wrap .machinery_header .common_header {
  padding-top: 0;
}

.machinery_wrap .machinery_header p {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  float: none;
}

.machinery_wrap .machinery_slider_area {
  position: relative;
  z-index: 1;
}

.machinery_wrap .machinery_swiper {
  padding: 0 15%;
  overflow: visible;
}

.machinery_wrap .machine_card {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #05e0e0;
}

.machinery_wrap .machine_card_image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.machinery_wrap .machine_card_info {
  background: rgba(30, 30, 30, 0.9);
  padding: 20px 25px;
}

.machinery_wrap .machine_card_info .common_header {
  padding-top: 0;
}

.machinery_wrap .machine_card_info p {
  padding-top: 8px;
}

.machinery_wrap .machinery_swiper .swiper-slide {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.3;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.machinery_wrap .machinery_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.machinery_wrap .machinery_nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5%;
  z-index: 2;
  pointer-events: none;
}

.machinery_wrap .machinery_nav button {
  background: none;
  border: none;
  color: #05e0e0;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.machinery_wrap .machinery_nav button:hover {
  color: #fff;
}

.team_section_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.team_section_wrap .team_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}

.team_section_wrap .team_left {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.team_section_wrap .team_left .common_header {
  padding-top: 0;
}

.team_section_wrap .team_right {
  width: 52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.team_section_wrap .team_grid_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.team_section_wrap .team_grid_left .team_img_1 {
  width: 45%;
}

.team_section_wrap .team_grid_left .team_img_2 {
  width: 55%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.team_section_wrap .team_img {
  border-radius: 8px;
  overflow: hidden;
}

.team_section_wrap .team_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.team_section_wrap .team_img_1 img {
  height: 350px;
}

.team_section_wrap .team_img_2 img {
  height: 380px;
}

.team_section_wrap .team_img_3 img {
  height: 100%;
  min-height: 600px;
}

.values_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f5f2), color-stop(40%, #e8e4df), color-stop(70%, #f0edea), to(#f7f5f2));
  background: linear-gradient(180deg, #f7f5f2 0%, #e8e4df 40%, #f0edea 70%, #f7f5f2 100%);
}

.values_wrap .common_header {
  padding-top: 0;
}

.values_wrap .values_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.values_wrap .value_card {
  width: calc(25% - 15px);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 30px;
  -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.values_wrap .value_card .common_header {
  padding-top: 0;
}

.values_wrap .value_card p {
  padding-top: 10px;
}

.values_wrap .value_card:hover {
  background: #fff;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

/*Product Listing Page starts*/
.page_hero_wrap {
  height: 60vh;
  overflow: hidden;
}

.page_hero_wrap .page_hero_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page_hero_wrap .page_hero_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_hero_wrap .page_hero_image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 20, 14, 0.6);
}

.page_hero_wrap .page_hero_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-bottom: 60px;
}

.page_hero_wrap .page_hero_content .common_header {
  padding-top: 10px;
}

.page_hero_wrap .page_hero_content p {
  max-width: 600px;
}

.page_hero_wrap .breadcrumb_wrap a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page_hero_wrap .breadcrumb_wrap a:hover {
  color: #05e0e0;
}

.page_hero_wrap .breadcrumb_wrap i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  margin: 0 4px;
}

.page_hero_wrap .breadcrumb_wrap span {
  color: #05e0e0;
}

.product_overview_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.product_overview_wrap .overview_split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  margin-bottom: 60px;
}

.product_overview_wrap .overview_text {
  float: none;
}

.product_overview_wrap .overview_text .common_header {
  padding-top: 5px;
}

.product_overview_wrap .overview_image {
  float: none;
}

.product_overview_wrap .overview_image img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.product_overview_wrap .hero_cta_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_overview_wrap .hero_cta_group .common_anchor {
  margin-top: 0;
}

.product_overview_wrap .advantages_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.product_overview_wrap .advantage_card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ebebeb;
  border-radius: 8px;
  padding: 30px 25px;
  -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.product_overview_wrap .advantage_card .advantage_icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #1e85c3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}

.product_overview_wrap .advantage_card .common_header {
  padding-top: 0;
}

.product_overview_wrap .advantage_card:hover {
  background: #fff;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.whatsapp_cta {
  background-color: #25d366 !important;
}

.whatsapp_cta i {
  margin-right: 8px;
}

.whatsapp_cta:hover {
  background-color: #1e85c3 !important;
}

.white_border {
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
}

.white_border i {
  margin-right: 8px;
}

.white_border:hover {
  background-color: #fff !important;
  color: #1e85c3 !important;
}

.specs_overview_wrap {
  background-color: #ebebeb;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.specs_overview_wrap .specs_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.specs_overview_wrap .spec_card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 25px 20px;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.specs_overview_wrap .spec_card .common_header {
  padding-top: 0;
}

.specs_overview_wrap .spec_card p {
  padding-top: 8px;
}

.specs_overview_wrap .spec_card:hover {
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.product_types_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.product_types_wrap .product_types_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.66%;
  margin-top: 40px;
}

.product_types_wrap .type_card {
  width: 31.5%;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.product_types_wrap .type_card:hover {
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.product_types_wrap .type_card:hover .type_card_image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.product_types_wrap .type_card_image {
  overflow: hidden;
}

.product_types_wrap .type_card_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product_types_wrap .type_card_info {
  padding: 20px;
}

.product_types_wrap .type_card_info .common_header {
  padding-top: 0;
}

.product_types_wrap .type_card_info p {
  padding-top: 8px;
}

.product_types_wrap .type_card_link {
  display: inline-block;
  margin-top: 12px;
  color: #1e85c3;
  font-family: semi_font;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product_types_wrap .type_card_link i {
  margin-left: 5px;
  font-size: 11px;
}

.industries_grid_wrap {
  background-color: #ebebeb;
  padding-top: 15vh;
}

.industries_grid_wrap .industries_grid_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.industries_grid_wrap .industries_grid_header .common_header {
  padding-top: 0;
}

.industries_grid_wrap .industries_grid_header p {
  padding-top: 0;
  letter-spacing: 0.2em;
  color: rgba(0, 0, 0, 0.4);
}

.industries_grid_wrap .industries_grid_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #d2d2d2;
}

.industries_grid_wrap .industries_grid_item {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 20px;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

.industries_grid_wrap .industries_grid_item:nth-child(3n) {
  border-right: none;
}

.industries_grid_wrap .industries_grid_item p {
  padding-top: 0;
}

.industries_grid_wrap .industries_grid_item span {
  font-family: semi_font;
  color: rgba(0, 0, 0, 0.3);
}

.industries_grid_wrap .certs_bar {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #d2d2d2;
}

.industries_grid_wrap .certs_bar p.capital_letter_spacing {
  color: rgba(0, 0, 0, 0.4);
}

.industries_grid_wrap .certs_bar .certs_bar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.industries_grid_wrap .certs_bar .certs_bar_list span {
  font-family: semi_font;
  color: #000;
}

.industries_grid_wrap .certs_bar .certs_bar_list span i {
  color: #1e85c3;
  margin-right: 8px;
}

.faq_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.faq_wrap .faq_list {
  margin-top: 30px;
}

.faq_wrap .faq_item {
  border-bottom: 1px solid #ebebeb;
}

.faq_wrap .faq_item.active .faq_question p {
  color: #1e85c3;
}

.faq_wrap .faq_item.active .faq_toggle {
  background-color: #1e85c3;
  color: #fff;
}

.faq_wrap .faq_item.active .faq_answer {
  max-height: 200px;
  opacity: 1;
  padding-bottom: 25px;
}

.faq_wrap .faq_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0;
  cursor: pointer;
}

.faq_wrap .faq_question p {
  padding-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq_wrap .faq_toggle {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq_wrap .faq_answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq_wrap .faq_answer p {
  padding-top: 0;
}

.cta_banner_wrap {
  background-color: #1e85c3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta_banner_wrap .common_header {
  padding-top: 0;
}

.cta_banner_wrap p {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  float: none;
}

.whatsapp_float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  text-decoration: none;
  z-index: 999;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.whatsapp_float:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*Product Listing Page ends*/
/*Product Detail Page starts*/
.dark_breadcrumb {
  padding-top: 15vh;
  margin-bottom: 30px;
}

.dark_breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dark_breadcrumb a:hover {
  color: #1e85c3;
}

.dark_breadcrumb i {
  color: rgba(0, 0, 0, 0.25);
  font-size: 10px;
  margin: 0 4px;
}

.dark_breadcrumb span {
  color: #1e85c3;
}

.product_hero_wrap {
  padding-bottom: 15vh;
}

.product_hero_wrap .product_hero_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product_hero_wrap .product_hero_gallery {
  width: 48%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.product_hero_wrap .product_hero_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product_hero_wrap .product_hero_info .common_header {
  padding-top: 5px;
}

.product_gallery_swiper {
  border-radius: 8px;
  overflow: hidden;
}

.product_gallery_swiper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gallery_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.gallery_nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  background: #fff;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery_nav button:hover {
  background-color: #1e85c3;
  color: #fff;
  border-color: #1e85c3;
}

.quick_specs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
  padding: 20px;
  background: #ebebeb;
  border-radius: 8px;
}

.quick_spec_item {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quick_spec_item .quick_spec_label {
  font-family: reg_font;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}

.quick_spec_item .quick_spec_value {
  font-family: semi_font;
  color: #000;
}

.construction_wrap {
  padding-bottom: 15vh;
}

.construction_wrap .construction_split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}

.construction_wrap .construction_text {
  float: none;
}

.construction_wrap .construction_text .common_header {
  padding-top: 5px;
}

.construction_wrap .construction_image {
  float: none;
}

.construction_wrap .construction_image img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.inline_link {
  color: #1e85c3;
  font-family: semi_font;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inline_link:hover {
  color: #05e0e0;
}

.why_useful_wrap {
  background-color: #ebebeb;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.why_useful_wrap .why_useful_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.why_useful_wrap .why_useful_card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 30px 25px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.why_useful_wrap .why_useful_card .advantage_icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #1e85c3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}

.why_useful_wrap .why_useful_card .common_header {
  padding-top: 0;
}

.why_useful_wrap .why_useful_card:hover {
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.industries_used_wrap {
  background-color: #1e85c3;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.industries_used_wrap .industries_used_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.industries_used_wrap .industries_used_card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 30px 25px;
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.industries_used_wrap .industries_used_card .common_header {
  padding-top: 0;
}

.industries_used_wrap .industries_used_card p {
  padding-top: 10px;
}

.industries_used_wrap .industries_used_card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #05e0e0;
}

.process_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.process_wrap .process_steps {
  margin-top: 40px;
}

.process_wrap .process_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid #ebebeb;
}

.process_wrap .process_step:last-child {
  border-bottom: none;
}

.process_wrap .process_step_number {
  font-family: header_reg;
  font-size: 40px;
  color: #ebebeb;
  min-width: 90px;
}

.process_wrap .process_step_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.process_wrap .process_step_content .common_header {
  padding-top: 0;
}

.process_wrap .process_qc {
  display: inline-block;
  margin-top: 10px;
  color: #1e85c3;
  font-family: semi_font;
}

.process_wrap .process_qc i {
  color: #05e0e0;
  margin-right: 6px;
}

.product_tabs_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #ebebeb;
}

.product_tabs_wrap .product_detail_tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}

.product_tabs_wrap .product_detail_tabs ul li {
  padding: 14px 22px;
  cursor: pointer;
  font-family: semi_font;
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 8px 8px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product_tabs_wrap .product_detail_tabs ul li.active {
  color: #1e85c3;
  background: #fff;
  border-bottom: 2px solid #05e0e0;
}

.product_tabs_wrap .product_detail_tabs ul li:hover {
  color: #1e85c3;
}

.product_tabs_wrap .product_tab_panels {
  background: #fff;
  padding: 40px;
  border-radius: 0 8px 8px 8px;
}

.product_tabs_wrap .tab_panel {
  display: none;
}

.product_tabs_wrap .tab_panel.active {
  display: block;
}

.product_tabs_wrap .tab_panel .common_header {
  padding-top: 0;
}

.product_tabs_wrap .tab_feature_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product_tabs_wrap .tab_feature_list li {
  padding: 12px 0;
  border-bottom: 1px solid #ebebeb;
}

.product_tabs_wrap .tab_feature_list li:last-child {
  border-bottom: none;
}

.product_tabs_wrap .tab_feature_list li i {
  color: #1e85c3;
  margin-right: 10px;
}

.tech_specs_table .tech_spec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #ebebeb;
}

.tech_specs_table .tech_spec_row:last-child {
  border-bottom: none;
}

.tech_specs_table .tech_spec_row span:first-child {
  font-family: semi_font;
  color: #000;
}

.tech_specs_table .tech_spec_row span:last-child {
  color: rgba(0, 0, 0, 0.6);
  text-align: right;
}

.customizations_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.customizations_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customizations_wrap p {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  float: none;
}

.customizations_wrap .customizations_list {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.customizations_wrap .custom_item {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.customizations_wrap .custom_item.active .custom_question i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #1e85c3;
}

.customizations_wrap .custom_item.active .custom_answer {
  max-height: 200px;
  opacity: 1;
  padding: 0 25px 20px;
}

.customizations_wrap .custom_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 25px;
  cursor: pointer;
}

.customizations_wrap .custom_question p {
  padding-top: 0;
  margin: 0;
  text-align: left;
}

.customizations_wrap .custom_question i {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.customizations_wrap .custom_answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.customizations_wrap .custom_answer p {
  padding-top: 0;
  text-align: left;
  margin: 0;
}

.related_products_wrap {
  background-color: #ebebeb;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.related_products_wrap .related_products_header {
  margin-bottom: 30px;
}

.related_products_wrap .related_products_header .common_header {
  padding-top: 0;
}

.related_products_wrap .related_products_swiper {
  overflow: visible;
}

.related_products_wrap .type_card {
  background: #fff;
}

/*Product Detail Page ends*/
/*Resources Pages start*/
.resources_grid_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.resources_grid_wrap .resource_card_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.66%;
}

.resource_card {
  width: 31.5%;
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.resource_card .common_header {
  padding-top: 12px;
}

.resource_card p {
  padding-top: 8px;
}

.resource_card:hover {
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.resource_card:hover .resource_card_btn {
  background-color: #05e0e0;
}

.resource_card_image {
  border-radius: 8px;
  overflow: hidden;
}

.resource_card_image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.resource_card_btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 24px;
  background-color: #1e85c3;
  color: #fff;
  border-radius: 30px;
  font-family: semi_font;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Download gated modal */
.download_modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 20, 14, 0.7);
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.download_modal_wrap.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download_modal_inner {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  max-width: 460px;
  width: 90%;
  position: relative;
  text-align: center;
}

.download_modal_inner .common_header {
  padding-top: 0;
}

.download_modal_close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download_modal_close:hover {
  color: #1e85c3;
}

.download_modal_form {
  margin-top: 20px;
  text-align: left;
}

.download_modal_form .form_field {
  margin-top: 12px;
}

.download_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 15px;
}

.download_consent input {
  margin-top: 4px;
}

.download_consent p {
  padding-top: 0;
}

.download_modal_submit {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 18px;
  border: none;
  cursor: pointer;
}

/* Guides & PDFs list */
.guides_list_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.guides_list_wrap .guides_list {
  margin-top: 30px;
}

.guide_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 25px;
  background: #ebebeb;
  border-radius: 8px;
  margin-bottom: 20px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.guide_item:hover {
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.guide_item_icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background: #1e85c3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}

.guide_item_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.guide_item_info .common_header {
  padding-top: 0;
}

.guide_item_info p {
  padding-top: 5px;
}

.guide_item_info span.guide_tag {
  display: inline-block;
  margin-top: 8px;
  color: #05e0e0;
  font-family: semi_font;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide_item_action .common_anchor {
  margin-top: 0;
  cursor: pointer;
  border: none;
}

/* Glossary */
.glossary_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.glossary_wrap .glossary_intro {
  max-width: 750px;
  margin: 0 auto 40px;
  text-align: center;
  display: block;
  float: none;
}

.glossary_wrap .glossary_list {
  max-width: 850px;
  margin: 0 auto;
  float: none;
}

.glossary_term {
  padding: 22px 0;
  border-bottom: 1px solid #ebebeb;
}

.glossary_term:last-child {
  border-bottom: none;
}

.glossary_term .common_header {
  padding-top: 0;
  display: inline;
}

.glossary_term p {
  padding-top: 8px;
}

/* Bag Types (A/B/C/D) */
.bagtype_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.bagtype_wrap .bagtype_intro {
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
  display: block;
  float: none;
}

.bagtype_wrap .bagtype_list {
  margin-top: 0;
}

.bagtype_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  margin-bottom: 60px;
}

.bagtype_card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bagtype_card_image {
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.bagtype_card_image img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.bagtype_letter {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #1e85c3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: header_reg;
  font-size: 30px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.bagtype_card_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bagtype_card_info .common_header {
  padding-top: 5px;
}

.bagtype_use_list {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

.bagtype_use_list li {
  padding: 8px 0;
}

.bagtype_use_list li i {
  color: #1e85c3;
  margin-right: 8px;
}

/* Construction Types */
.construction_types_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.construction_types_wrap .construction_types_intro {
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
  display: block;
  float: none;
}

.construction_types_wrap .construction_types_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.66%;
}

.construction_type_card {
  width: 31.5%;
  background: #ebebeb;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.construction_type_card:hover {
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.construction_type_card .construction_type_image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.construction_type_card .construction_type_info {
  padding: 22px;
}

.construction_type_card .construction_type_info .common_header {
  padding-top: 0;
}

.construction_type_card .construction_type_info p {
  padding-top: 8px;
}

/* Anticipation / Coming Soon */
.anticipation_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anticipation_wrap .anticipation_inner {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  float: none;
}

.anticipation_wrap .anticipation_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ebebeb;
  color: #1e85c3;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 25px;
}

.anticipation_wrap .common_header {
  padding-top: 0;
}

.anticipation_wrap .anticipation_form {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.anticipation_wrap .anticipation_form .form_field {
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.anticipation_wrap .anticipation_form .common_anchor {
  margin-top: 0;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.anticipation_wrap .anticipation_back {
  display: inline-block;
  margin-top: 25px;
  color: #1e85c3;
  text-decoration: none;
  font-family: semi_font;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.anticipation_wrap .anticipation_back i {
  margin-right: 6px;
}

.anticipation_wrap .anticipation_back:hover {
  color: #05e0e0;
}

/*Resources Pages end*/
/*Contact Us Page starts*/
.typeform_wrap {
  background-color: #ebebeb;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.typeform_wrap .gridContainer {
  max-width: 800px;
  min-width: 800px;
}

.typeform_progress_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.typeform_progress_bar {
  height: 100%;
  width: 0%;
  background-color: #1e85c3;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.typeform_close_link {
  position: absolute;
  top: 25px;
  right: 5%;
  z-index: 2;
}

.typeform_step_counter {
  font-family: semi_font;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: 0.1em;
}

.typeform_step_counter .tf_current {
  color: #1e85c3;
}

.typeform_inner {
  position: relative;
  padding: 50px 0 50px;
}

.tf_step {
  width: 100%;
  max-width: 100%;
  display: none;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.tf_step.active {
  opacity: 1;
  display: inline-block;
  position: relative;
}

.tf_step .common_header {
  padding-top: 0;
  margin-bottom: 10px;
}

.tf_step.tf_shake {
  -webkit-animation: tf_shake_anim 0.4s ease;
          animation: tf_shake_anim 0.4s ease;
}

@-webkit-keyframes tf_shake_anim {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  75% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

@keyframes tf_shake_anim {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  75% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

.tf_step_tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 16px;
  border-radius: 30px;
  background-color: #1e85c3;
  color: #fff;
  font-family: semi_font;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tf_input {
  display: block;
  width: 100%;
  max-width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #c5c5c5;
  padding: 14px 4px;
  margin-top: 25px;
  color: #000;
  font-family: reg_font;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tf_input:focus {
  outline: none;
  border-bottom-color: #1e85c3;
}

.tf_input_secondary {
  opacity: 0.8;
}

.tf_input_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 100%;
}

.tf_select_small {
  max-width: 150px;
}

.tf_textarea {
  resize: vertical;
}

.tf_hint {
  margin-top: 22px;
  color: rgba(0, 0, 0, 0.35);
}

.tf_step_final p {
  max-width: 480px;
}

.tf_submit_btn {
  margin-top: 25px;
  cursor: pointer;
  border: none;
}

.tf_submit_btn i {
  margin-left: 8px;
}

.tf_input.tf_input_error {
  border-bottom-color: #d93025;
}

.tf_error {
  color: #d93025;
  font-family: reg_font;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  max-width: 520px;
}

.tf_form_error {
  margin-top: 18px;
}

.tf_submit_btn:disabled,
.tf_submit_btn.tf_loading {
  cursor: wait;
  opacity: 0.75;
  pointer-events: none;
}

.tf_step_success .tf_success_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1e85c3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  margin-bottom: 22px;
}

.tf_step_success p {
  max-width: 480px;
}

.tf_step_success .whatsapp_cta {
  margin-top: 20px;
}

.typeform_nav {
  position: relative;
  z-index: 2;
}

.typeform_nav .gridContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}

.typeform_nav button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: semi_font;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.typeform_nav button i {
  font-size: 12px;
}

.typeform_nav .tf_prev {
  visibility: hidden;
}

.typeform_nav .tf_prev:hover {
  color: #1e85c3;
}

.typeform_nav .tf_next {
  background-color: #1e85c3;
  color: #fff;
}

.typeform_nav .tf_next:hover {
  background-color: #05e0e0;
}

.contact_hero .page_hero_content p {
  max-width: 550px;
}

.contact_details_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.contact_details_wrap .contact_details_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact_details_wrap .contact_details_col {
  width: 42%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact_details_wrap .contact_details_col .common_header {
  padding-top: 5px;
}

.contact_details_wrap .contact_map_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_info_list {
  margin-top: 30px;
}

.contact_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #ebebeb;
}

.contact_info_item:last-child {
  border-bottom: none;
}

.contact_info_item .contact_info_icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background-color: #ebebeb;
  color: #1e85c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_info_item .common_header {
  padding-top: 0;
}

.contact_info_item p {
  padding-top: 5px;
}

.contact_info_link {
  color: #1e85c3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_info_link:hover {
  color: #05e0e0;
}

.contact_socials {
  margin-top: 25px;
}

.contact_socials a {
  border-color: #ebebeb;
  color: #000;
}

.contact_socials a:hover {
  background-color: #1e85c3;
  border-color: #1e85c3;
  color: #fff;
}

.contact_map_frame {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  min-height: 520px;
}

.contact_map_frame iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  display: block;
}

/*Contact Us Page ends*/
/*Quality & Sustainability Page starts*/
.sustainability_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.sust_tabs {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
}

.sust_tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sust_tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 18px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  font-family: semi_font;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sust_tabs li i {
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sust_tabs li:hover {
  color: #1e85c3;
}

.sust_tabs li.active {
  color: #1e85c3;
  border-bottom-color: #05e0e0;
}

.sust_tabs li.active i {
  color: #1e85c3;
}

.sust_panel {
  display: none;
}

.sust_panel.active {
  display: block;
}

.sust_panel_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

.sust_panel_heading {
  float: none;
}

.sust_panel_heading .common_header {
  padding-top: 10px;
}

.sust_eyebrow {
  padding-top: 0;
  position: relative;
  padding-left: 32px;
}

.sust_eyebrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #05e0e0;
}

.sust_panel_text {
  float: none;
}

.sust_cards_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.66%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sust_card {
  width: 31.5%;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.sust_card_image {
  position: relative;
}

.sust_card_image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.sust_card_icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  color: #1e85c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.sust_card_body {
  padding: 25px;
}

.sust_card_body .common_header {
  padding-top: 0;
}

.sust_card_tag {
  display: block;
  padding-top: 8px;
}

.sust_card_divider {
  width: 36px;
  height: 2px;
  background-color: #ebebeb;
  margin-top: 12px;
  margin-bottom: 12px;
}

.sust_checklist {
  margin-top: 15px;
}

.sust_checklist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background-color: #ebebeb;
  border-radius: 6px;
  margin-bottom: 8px;
  color: #000;
}

.sust_checklist_item:last-child {
  margin-bottom: 0;
}

.sust_checklist_item i {
  color: #1e85c3;
}

/*Quality & Sustainability Page ends*/
/*Trusha Enterprise Brand Additions start*/
.about_logo_mark {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1e85c3;
  border: 3px solid #05e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

/*Trusha Enterprise Brand Additions end*/
.industries_wrap .ind_card_inner .ind_hover_info, .industries_wrap .ind_card_inner .common_header {
  z-index: 2;
}

.industries_wrap .ind_card_inner .overlay_card_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 38, 95, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-radius: 8px;
}

.industries_wrap .ind_card_inner:hover .overlay_card_wrap {
  opacity: 1;
}

/*Responsive Starts*/
@media only screen and (max-width: 1599px) {
  .site_header .header_logo img {
    height: 90px;
  }
}

@media only screen and (max-width: 1100px) {
  .site_header .header_nav,
  .site_header .header_cta {
    display: none;
  }
  .site_header .mobile_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product_overview_wrap .overview_split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_overview_wrap .overview_text,
  .product_overview_wrap .overview_image {
    width: 100%;
  }
  .product_overview_wrap .overview_image {
    margin-top: 30px;
  }
  .product_overview_wrap .advantages_grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_overview_wrap .advantage_card {
    width: 47%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 20px;
  }
  .specs_overview_wrap .specs_grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .specs_overview_wrap .specs_grid .spec_card {
    width: 47%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 20px;
  }
  .product_types_wrap .type_card {
    width: 48%;
  }
  .industries_grid_wrap .industries_grid_item {
    width: 50%;
  }
  .industries_grid_wrap .industries_grid_item:nth-child(3n) {
    border-right: 1px solid #d2d2d2;
  }
  .industries_grid_wrap .industries_grid_item:nth-child(2n) {
    border-right: none;
  }
  .product_hero_wrap .product_hero_layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_hero_wrap .product_hero_gallery,
  .product_hero_wrap .product_hero_info {
    width: 100%;
    position: static;
  }
  .product_hero_wrap .product_hero_gallery {
    margin-bottom: 30px;
  }
  .construction_wrap .construction_split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .construction_wrap .construction_split .construction_text,
  .construction_wrap .construction_split .construction_image {
    width: 100%;
  }
  .construction_wrap .construction_split .construction_image {
    margin-top: 30px;
  }
  .why_useful_wrap .why_useful_grid,
  .industries_used_wrap .industries_used_grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .why_useful_wrap .why_useful_grid > *,
  .industries_used_wrap .industries_used_grid > * {
    width: 47%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 20px;
  }
  .product_tabs_wrap .product_detail_tabs ul li {
    padding: 12px 16px;
  }
  .resource_card {
    width: 48%;
  }
  .bagtype_card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bagtype_card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bagtype_card_image,
  .bagtype_card_info {
    width: 100%;
  }
  .bagtype_card_image {
    margin-bottom: 25px;
  }
  .construction_type_card {
    width: 48%;
  }
  .guide_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guide_item .guide_item_action {
    width: 100%;
    margin-top: 15px;
  }
  .guide_item .guide_item_action .common_anchor {
    display: block;
    text-align: center;
  }
  .contact_details_wrap .contact_details_layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_details_col,
  .contact_map_col {
    width: 100%;
  }
  .contact_map_col {
    margin-top: 30px;
  }
  .contact_map_frame {
    min-height: 400px;
  }
  .contact_map_frame iframe {
    min-height: 400px;
  }
  .sust_panel_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sust_panel_heading,
  .sust_panel_text {
    width: 100%;
  }
  .sust_panel_text {
    margin-top: 15px;
  }
  .sust_cards_grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sust_card {
    width: 48%;
    margin-bottom: 20px;
  }
  .sust_tabs ul {
    gap: 25px;
  }
  .site_footer .footer_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site_footer .footer_brand {
    width: 100%;
    margin-bottom: 30px;
  }
  .site_footer .footer_links_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .site_footer .footer_col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 45%;
  }
  .site_footer .footer_values ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site_footer .footer_values ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .why_us_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .why_us_wrap .why_us_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why_us_wrap .why_us_header .half_wrap {
    width: 100%;
    text-align: left !important;
  }
  .why_us_wrap .why_card .why_card_image img {
    height: 300px;
  }
  .timeline_wrap .timeline_content {
    width: 100%;
    padding: 30px;
  }
  .timeline_wrap .timeline_content .timeline_progress {
    right: 30px;
    top: 30px;
    height: 80px;
  }
  .timeline_wrap .timeline_content .common_header.large {
    padding-top: 20px;
  }
  .machinery_wrap {
    padding-bottom: 7vh;
  }
  .machinery_wrap .machinery_header {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }
  .machinery_wrap .machinery_swiper {
    padding: 0 8%;
  }
  .machinery_wrap .machine_card_image img {
    height: 250px;
  }
  .team_section_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .team_section_wrap .team_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team_section_wrap .team_left,
  .team_section_wrap .team_right {
    width: 100%;
  }
  .team_section_wrap .team_right {
    margin-top: 20px;
  }
  .team_section_wrap .team_img_3 img {
    min-height: 300px;
  }
  .values_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .values_wrap .value_card {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 786px) {
  /*Product Listing starts*/
  .page_hero_wrap {
    height: 50vh;
  }
  .page_hero_wrap .page_hero_content p {
    max-width: 100%;
  }
  .product_overview_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .product_overview_wrap .advantage_card {
    width: 100%;
  }
  .product_overview_wrap .hero_cta_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_overview_wrap .hero_cta_group .common_anchor {
    text-align: center;
  }
  .specs_overview_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .specs_overview_wrap .spec_card {
    width: 100%;
  }
  .product_types_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .product_types_wrap .type_card {
    width: 100%;
  }
  .industries_grid_wrap {
    padding-top: 7vh;
  }
  .industries_grid_wrap .industries_grid_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .industries_grid_wrap .industries_grid_header p {
    margin-top: 10px;
  }
  .industries_grid_wrap .industries_grid_item {
    width: 100%;
    border-right: none !important;
  }
  .industries_grid_wrap .certs_bar {
    margin-top: 30px;
  }
  .industries_grid_wrap .certs_bar .certs_bar_list {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .cta_banner_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cta_banner_wrap .hero_cta_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /*Product Listing ends*/
  /*Product Detail starts*/
  .product_hero_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .product_hero_wrap .dark_breadcrumb {
    padding-top: 7vh;
  }
  .product_gallery_swiper img {
    height: 320px;
  }
  .quick_spec_item {
    width: 100%;
  }
  .construction_wrap {
    padding-bottom: 7vh;
  }
  .why_useful_wrap,
  .industries_used_wrap,
  .process_wrap,
  .product_tabs_wrap,
  .customizations_wrap,
  .related_products_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .why_useful_wrap .why_useful_grid > *,
  .industries_used_wrap .industries_used_grid > * {
    width: 100%;
  }
  .process_step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .product_tabs_wrap .product_tab_panels {
    padding: 25px 20px;
  }
  .tech_specs_table .tech_spec_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .tech_specs_table .tech_spec_row span:last-child {
    text-align: left;
  }
  /*Product Detail ends*/
  /*Resources starts*/
  .resources_grid_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .resource_card {
    width: 100%;
  }
  .guides_list_wrap,
  .glossary_wrap,
  .bagtype_wrap,
  .construction_types_wrap,
  .anticipation_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .construction_type_card {
    width: 100%;
  }
  .download_modal_inner {
    padding: 30px 25px;
  }
  .anticipation_wrap .anticipation_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /*Resources ends*/
  /*Contact Us starts*/
  .typeform_wrap {
    min-height: auto;
    padding: 50px 0 50px;
  }
  .typeform_inner {
    padding: 0;
  }
  .tf_input,
  .tf_input_row {
    max-width: 100%;
  }
  .tf_input_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .typeform_close_link {
    top: 18px;
  }
  .contact_details_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  /*Contact Us ends*/
  /*Quality & Sustainability starts*/
  .sustainability_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .sust_tabs {
    margin-bottom: 35px;
  }
  .sust_tabs ul {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sust_tabs li {
    gap: 6px;
    padding-bottom: 14px;
  }
  .sust_card {
    width: 100%;
  }
  /*Quality & Sustainability ends*/
  /*Home starts*/
  .stats_counter_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stats_counter_wrap ul li {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .stats_counter_wrap ul li:nth-child(2) {
    border-right: none;
  }
  .common_image_wrap .mobile {
    display: inline-block;
  }
  .common_image_wrap .desktop {
    display: none;
  }
  .site_footer .footer_col {
    width: 100%;
  }
  .site_footer .footer_values ul li {
    width: 100%;
  }
  .site_footer .footer_bottom .footer_bottom_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .issues_slider_wrap {
    height: auto;
  }
  .issues_slider_wrap .parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .issues_slider_wrap .left_col {
    width: 100%;
    padding-right: 0;
  }
  .issues_slider_wrap .right_col {
    width: 100%;
    margin-top: 30px;
  }
  .issues_slider_wrap .right_col .image_holder {
    min-height: 400px;
  }
  .issues_slider_wrap .slides_content {
    min-height: 250px;
  }
  .products_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .products_wrap .product_grid ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products_wrap .product_grid ul li {
    width: 48%;
    margin-bottom: 30px;
  }
  .products_wrap .product_tabs ul {
    gap: 25px;
  }
  .about_marquee_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .about_marquee_wrap .about_content {
    margin-top: 7vh;
  }
  .about_marquee_wrap .about_logo {
    width: 80px;
  }
  .mfg_slider_wrap {
    height: 70vh;
  }
  .mfg_slider_wrap .mfg_data .half_wrap {
    width: 100%;
  }
  .industries_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .industries_wrap .industries_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .industries_wrap .industries_header .half_wrap {
    width: 100%;
  }
  .industries_wrap .industries_header .industries_arrows {
    text-align: left;
    margin-top: 20px;
  }
  .industries_wrap .swiper-slide .ind_card_inner {
    height: 300px;
  }
  .quote_builder_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .quote_builder_wrap .quote_parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quote_builder_wrap .quote_left,
  .quote_builder_wrap .quote_right {
    width: 100%;
  }
  .quote_builder_wrap .quote_right {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
  .quote_builder_wrap .quote_steps {
    position: relative;
    min-height: 0;
  }
  .quote_builder_wrap .quote_step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
    border-bottom: none;
    padding-bottom: 0;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .quote_builder_wrap .quote_step.active {
    opacity: 1 !important;
    visibility: visible;
    pointer-events: auto;
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .quote_builder_wrap .quote_mobile_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
  }
  .quote_builder_wrap .quote_mobile_nav button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border: none;
    cursor: pointer;
    padding: 12px;
  }
  .quote_builder_wrap .quote_mobile_nav .quote_show_result {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .quote_builder_wrap .quote_form_panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quote_builder_wrap .quote_form_panel .quote_form_inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .common_slider_wrap {
    height: auto;
  }
  .common_slider_wrap .data_wrap {
    height: auto;
    text-align: center;
    bottom: 80px;
    top: auto;
  }
  .common_slider_wrap .data_wrap .half_wrap {
    padding-right: 0%;
    width: 100%;
  }
  .common_slider_wrap .image_wrap {
    height: 80vh;
  }
  .common_slider_wrap .image_wrap .mobile {
    display: block;
  }
  .common_slider_wrap .image_wrap .desktop {
    display: none;
  }
  .common_slider_wrap .numbers_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #1e85c3;
    bottom: 0;
  }
  .common_slider_wrap .numbers_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    padding: 20px;
  }
  .common_slider_wrap .numbers_wrap ul li:nth-child(2) {
    border-right: none;
  }
}

@media only screen and (max-width: 480px) {
  .contact_details_wrap .contact_details_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_details_wrap .contact_details_col {
    width: 100%;
  }
  .values_wrap .value_card {
    width: 100%;
  }
  .whatsapp_float {
    width: 50px;
    height: 50px;
    font-size: 22px;
    bottom: 20px;
    right: 20px;
  }
  .product_tabs_wrap .product_detail_tabs ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .product_tabs_wrap .product_detail_tabs ul li {
    white-space: nowrap;
  }
  .process_step_number {
    font-size: 30px;
    min-width: 60px;
  }
  .bagtype_letter {
    width: 50px;
    height: 50px;
    font-size: 22px;
    top: -10px;
    left: -10px;
  }
  .guide_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .guide_item .guide_item_icon {
    margin: 0 auto;
  }
  .typeform_close_link {
    display: none;
  }
  .typeform_nav .gridContainer {
    padding-bottom: 30px;
  }
  .tf_step_tag {
    margin-bottom: 12px;
  }
  .contact_map_frame {
    min-height: 300px;
  }
  .contact_map_frame iframe {
    min-height: 300px;
  }
  .sust_tabs ul {
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 22px;
    white-space: nowrap;
  }
  .sust_tabs li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  /*Home starts*/
  .issues_slider_wrap .right_col .image_holder {
    min-height: 300px;
  }
  .issues_slider_wrap .slides_content {
    min-height: 200px;
  }
  .issues_slider_wrap .slide_item .line {
    display: none;
  }
  .products_wrap .product_grid ul li {
    width: 100%;
  }
  .products_wrap .product_tabs ul {
    gap: 15px;
  }
  .about_marquee_wrap .about_logo {
    width: 70px;
  }
  .about_marquee_wrap .marquee_track {
    gap: 40px;
  }
  .industries_wrap .swiper-slide .ind_card_inner {
    height: 260px;
  }
  .common_slider_wrap .numbers_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 20px;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }
  .common_slider_wrap .numbers_wrap ul li:nth-child(2) {
    border-right: none;
  }
  .common_slider_wrap .numbers_wrap ul li:last-child {
    border-bottom: none;
  }
  .overview_wrap {
    height: 80vh;
  }
  .overview_wrap .image_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .overview_wrap .image_wrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    -o-object-position: center center;
       object-position: center center;
  }
  .overview_wrap .parent {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 20;
    text-align: center;
  }
  .overview_wrap .parent .common_header {
    padding-left: 0%;
    padding-right: 0%;
  }
  .cursor {
    display: none;
  }
  .timeline_wrap .timeline_content {
    height: 70%;
    top: auto;
    bottom: 0;
    padding-bottom: 150px;
  }
}

.fullscreen-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media only screen and (min-width: 786px) {
  .overview_wrap video {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}

/*Responsive Ends*/
.certified_by_wrap {
  margin-top: 55px;
  padding: 45px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.certified_by_wrap .common_header {
  padding-top: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
}

.certified_by_wrap .certified_slider {
  width: 100%;
  overflow: hidden;
}

.certified_by_wrap .certified_track {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.certified_by_wrap .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.certified_by_wrap img {
  max-width: 100%;
  display: block;
  background: #fff;
  padding: 14px;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .certified_by_wrap {
    margin-top: 35px;
    padding-top: 32px;
  }
  .certified_by_wrap img {
    padding: 10px;
  }
}

.product_applications_wrap {
  position: relative;
}

.product_applications_wrap .applications_slider {
  margin-top: 35px;
  overflow: visible;
}

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

.product_applications_wrap .application_image {
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_applications_wrap .application_image img {
  width: 100%;
  display: block;
}

.product_applications_wrap .application_card .common_header {
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product_applications_wrap .application_card .common_header {
    font-size: 11px;
  }
}
/*# sourceMappingURL=style.css.map */