/* Plus Jakarta Sans (Google Fonts, self-hosted variable woff2).
   Each legacy alias is remapped to a specific weight so the ~100 existing
   `font-family: <alias>` usages keep working unchanged. */
@font-face {
  font-family: light_font;
  src: url("../fonts/jakarta/PlusJakartaSans-latin.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: reg_font;
  src: url("../fonts/jakarta/PlusJakartaSans-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: med_font;
  src: url("../fonts/jakarta/PlusJakartaSans-latin.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: semi_font;
  src: url("../fonts/jakarta/PlusJakartaSans-latin.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: bold_font;
  src: url("../fonts/jakarta/PlusJakartaSans-latin.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: header_reg;
  src: url("../fonts/jakarta/PlusJakartaSans-latin.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: header_italic;
  src: url("../fonts/jakarta/PlusJakartaSans-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: header_bold;
  src: url("../fonts/jakarta/PlusJakartaSans-latin.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
.cms-component {
  display: flow-root;
}
body {
  overflow-x: hidden;
  /*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: #333;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

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

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

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

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 span.bold {
  font-weight: bold;
}

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

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

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

body .common_header.primary {
  color: #DA1F27;
}

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

body .common_header.secondary {
  color: #000;
}

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;
}

/* Heading badge (e.g. the "What We Do" label).
   Add `header_badge` to any heading to render it as a large uppercase dark
   heading (inherits common_header's responsive size; no pill background). */
body .header_badge,
body .common_header.header_badge {
  display: inline-block;
  padding: 0;
  background: none;
  color: #1d1d1d;
  font-family: semi_font;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.2em;
  border-radius: 0;
}

body .header_badge span,
body .common_header.header_badge span {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

/* Mission/Vision: heading + section icon sit inline (no red pill). */
.mission_vision_wrap .parent:has(.header_badge) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  float: none;
  padding: 0;
  background: none;
  border-radius: 0;
}

.mission_vision_wrap .parent:has(.header_badge) img {
  width: 20px;
  flex: 0 0 20px;
  margin-top: 0;
}

.mission_vision_wrap .parent:has(.header_badge) .header_badge {
  background: none;
  padding: 0;
}

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: #DA1F27;
}

body .common_header span.primary {
  color: #DA1F27;
}

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

body .common_header span.secondary {
  color: #000;
}

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: 10px;
  padding: 12px;
  color: #DA1F27;
  text-decoration: none;
  position: relative;
  font-family: semi_font;
  font-size: 18px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding-left: 0;
  text-transform: none;
  background-color: transparent;
  text-decoration: underline;
}

body .common_anchor .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;
  width: auto;
}

body .common_anchor svg {
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

body .common_anchor svg path {
  stroke: #DA1F27;
}

body .common_anchor:hover {
  color: #000;
}

body .common_anchor:hover svg {
  margin-left: 20px;
}

body .common_anchor:hover svg path {
  stroke: #000;
}

body .common_anchor.secondary {
  color: #000;
}

body .common_anchor.secondary svg path {
  stroke: #000;
}

body .common_anchor.secondary:hover {
  color: #DA1F27;
}

body .common_anchor.secondary:hover svg path {
  stroke: #DA1F27;
}

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

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

body .common_anchor.bgred {
  background: #DA1F27;
  padding: 8px 25px;
  text-decoration: none;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
}

body .common_anchor.bgred:hover {
  background: #000;
}

body .common_anchor.bggrey {
  background: #E6E4E4;
  padding: 8px 25px;
  text-decoration: none;
  border-radius: 8px;
  color: #000000;
  font-size: 15px;
}

body .common_anchor.bggrey:hover {
  color: #E6E4E4;
  background: #000;
}

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: 10px;
}

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: #DA1F27 !important;
  color: #000;
}

body .form_field {
  margin-top: 10px;
  padding: 15px;
  border-radius: 8px;
  border: none;
  background: #F4F2F2 !important;
  width: 100%;
}

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

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

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

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);
  }
}

@-webkit-keyframes concreteProductBounce {
  0% { opacity: 0; -webkit-transform: translateY(-100px); transform: translateY(-100px); }
  50% { opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes concreteProductBounce {
  0% { opacity: 0; -webkit-transform: translateY(-100px); transform: translateY(-100px); }
  50% { opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@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: 18px;
  }
  body p.small_size {
    font-size: 14px;
  }
  body .common_header {
    font-size: 45px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .common_header.small {
    font-size: 26px;
  }
  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: 16px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .common_header.small {
    font-size: 22px;
  }
  body .gridContainer {
    width: 85.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
  body p.small_size {
    font-size: 13px;
  }
}

@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: 16px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 45px;
  }
  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: 22px;
  }
}

@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: 16px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 45px;
  }
  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: 22px;
  }
}

@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: 25px;
  }
  body .common_header.large {
    font-size: 30px;
  }
  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: 10px;
  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;
}

/*Home starts*/
.slider_top_wrap {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.slider_top_wrap .image_wrap {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.slider_top_wrap .image_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  pointer-events: none;
}

.slider_top_wrap .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), filter 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), filter 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider_top_wrap .image_wrap img.active {
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  z-index: 2;
}

.slider_top_wrap .image_wrap img.blur-out {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  visibility: hidden;
  z-index: 1;
}

.slider_top_wrap .data_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* REVERT: align-items: center; justify-content: space-between; text-align: center; */
  /* 05-03-26: Left-bottom alignment starts */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding-bottom: 80px;
  padding-left: 60px;
  /* 05-03-26: Left-bottom alignment ends */
  left: 0;
  top: 0;
  z-index: 10;
}

.slider_top_wrap .data_wrap .common_header {
  padding: 0;
}

/* .slider_top_wrap .data_wrap p {
  padding-left: 20%;
  padding-right: 20%;
} */

.slider_top_wrap .data_wrap .gridContainer {
  /* REVERT: max-width: 1250px; margin: auto; */
  max-width: none;
  width: auto;
  margin: 0;
}

/* 05-03-26: Left-bottom paragraph style */
.slider_top_wrap .data_wrap p {
  padding-left: 0;
  padding-right: 0;
  max-width: 600px;
}

.overview_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: url("../images/bg_texture.jpg") center no-repeat;
  background-size: cover;
}

.overview_wrap .image_wrap {
  width: 55%;
}

.overview_wrap .image_wrap img {
  width: 100%;
  max-width: none;
  border-radius: 20px;
}

.overview_wrap .data_wrap {
  width: 45%;
  padding-left: 10%;
}

.overview_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;
}

.overview_wrap.sustainability_wrap {
  background: none;
  overflow: hidden;
}

.overview_wrap.sustainability_wrap .image_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.overview_wrap.sustainability_wrap .data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 10%;
}

.overview_wrap.sustainability_wrap .data_wrap img,
.overview_wrap.sustainability_wrap .data_wrap video {
  width: 75px !important;
  margin-top: 7vh;
}

.overview_wrap.sustainability_wrap .data_wrap .common_header {
  margin-top: 10px;
}

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

.sustain_swiper_parent .sustainability-swiper {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  overflow: visible;
  padding-bottom: 0;
}

.sustain_swiper_parent .sustainability-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sustain_swiper_parent .sustainability-swiper .swiper-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.sustain_swiper_parent .sustainability-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.sustain_swiper_parent .sustainability-swiper .sustain_child_swiper {
  min-height: 500px;
}

.sustain_swiper_parent .sustainability-swiper-pagination {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 0;
  margin-top: 40px;
  text-align: center;
}

.sustain_swiper_parent .sustainability-swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ddd;
  opacity: 1;
  margin: 0 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: 2px solid transparent;
}

.sustain_swiper_parent .sustainability-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DA1F27;
  border-color: #DA1F27;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-box-shadow: 0 0 10px rgba(218, 31, 39, 0.5);
          box-shadow: 0 0 10px rgba(218, 31, 39, 0.5);
}

.theme-swiper-pagination {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  position: relative !important;
  bottom: 0 !important;
  margin-top: 20px;
  text-align: center;
}

.theme-swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ddd;
  opacity: 1;
  margin: 0 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: 2px solid transparent;
}

.theme-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DA1F27;
  border-color: #DA1F27;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-box-shadow: 0 0 10px rgba(218, 31, 39, 0.5);
          box-shadow: 0 0 10px rgba(218, 31, 39, 0.5);
}

.why_duramix_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #E6E4E4;
  overflow: hidden;
}

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

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

.why_ul_wrap li {
  width: 24.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: 1%;
}

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

.why_ul_wrap .content_ul {
  width: 100%;
  display: block;
  padding-left: 20px;
}

.why_ul_wrap .content_ul li {
  width: 100%;
  float: none;
  display: list-item;
  list-style: disc;
  margin-right: 0;
  font-size: 16px;
  margin-top: 5px;
}

.why_ul_wrap li .image_wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.why_ul_wrap li .image_wrap::before, .why_ul_wrap li .image_wrap::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  z-index: 2;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.why_ul_wrap li .image_wrap::before {
  top: 15px;
  left: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: calc(80% - 30px);
  height: calc(80% - 30px);
}

.why_ul_wrap li .image_wrap::after {
  bottom: 15px;
  right: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: calc(80% - 30px);
  height: calc(80% - 30px);
}

.why_ul_wrap li .image_wrap:hover::before {
  width: calc(60% - 30px);
  height: calc(60% - 30px);
}

.why_ul_wrap li .image_wrap:hover::after {
  width: calc(60% - 30px);
  height: calc(60% - 30px);
}

/* Modifier: add `no-border` to .image_wrap to remove the white corner brackets.
   Also applied to the Duramix Differentiation grid on the home page only. */
.why_ul_wrap li .image_wrap.no-border::before,
.why_ul_wrap li .image_wrap.no-border::after,
body.page-home .why_ul_wrap li .image_wrap::before,
body.page-home .why_ul_wrap li .image_wrap::after {
  border: 0;
}

.why_ul_wrap li .image_wrap img {
  width: 100%;
  display: block;
}

.why_ul_wrap li .image_wrap .abs_element {
  position: absolute;
  width: 60px;
  left: 10px;
  bottom: 10px;
}

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

.why_swiper_container .why-duramix-swiper {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 0;
  overflow: visible;
}

.why_swiper_container .why_ul_wrap {
  margin-top: 0;
}

.why_swiper_container .why_ul_wrap.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.why_swiper_container .why_ul_wrap li.swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.why_swiper_container .why_ul_wrap li .data_wrap {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.why_swiper_container .why_ul_wrap li > .full_wrap:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.why_swiper_container .why_ul_wrap li > .full_wrap:last-child > .full_wrap:last-child {
  margin-top: auto;
}

.why_swiper_container .why-swiper-pagination {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 0;
  margin-top: 40px;
  text-align: center;
}

.why_swiper_container .why-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  margin: 0 8px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.why_swiper_container .why-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DA1F27;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.concrete_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #E6E4E4;
  overflow: hidden;
}

.concrete_wrap .gridContainer {
  max-width: 1500px;
}

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

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

.concrete_wrap .image_wrap img {
  /* Animation handled by GSAP on slide change */
}

.concrete_wrap .data_wrap {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
  padding-left: 30px;
}

.concrete_wrap .product_wrap {
  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;
}

.concrete_wrap .product_wrap::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 80%;
  background-color: #D9D9D9;
  right: 0;
}

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

.concrete_swiper_wrap ul {
  padding-top: 10px;
}

.concrete_swiper_wrap .concrete-products-swiper {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  overflow: visible;
  padding-bottom: 0;
}

.concrete_swiper_wrap .concrete-products-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.concrete_swiper_wrap .concrete-products-swiper .swiper-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.concrete_swiper_wrap .concrete-products-swiper .swiper-slide .image_wrap img {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.concrete_swiper_wrap .concrete-products-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.concrete_swiper_wrap .concrete-products-swiper .swiper-slide.swiper-slide-active .image_wrap img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.concrete_swiper_wrap .concrete-swiper-pagination {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 0;
  margin-top: 50px;
  text-align: center;
}

.concrete_swiper_wrap .concrete-swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #bbb;
  opacity: 1;
  margin: 0 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: 2px solid transparent;
}

.concrete_swiper_wrap .concrete-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DA1F27;
  border-color: #DA1F27;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-box-shadow: 0 0 12px rgba(218, 31, 39, 0.6);
          box-shadow: 0 0 12px rgba(218, 31, 39, 0.6);
}

.timeline_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
  height: 100vh;
  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;
}

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

.timeline_wrap .title_wrap p {
  padding-left: 20%;
  padding-right: 20%;
}

.timeline_wrap .milestone_parent_wrap {
  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;
}

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

.timeline_wrap .milestone_date_wrap .inactive {
  position: absolute;
  opacity: 1;
  bottom: 0;
  left: 0;
}

.timeline_wrap .milestone_image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
  padding: 60px;
  text-align: center;
}

.timeline_wrap .milestone_image_wrap img {
  width: 80%;
}

.timeline_wrap .milestone_image_wrap .inactive {
  position: absolute;
  opacity: 1;
  bottom: 0;
  left: 0;
}

.timeline_wrap .milestone_year_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  text-align: right;
}

.timeline_wrap .milestone_year_wrap .common_header {
  font-size: 150px;
}

.timeline_wrap .milestone_year_wrap .active .common_header {
  opacity: 1;
}

.timeline_wrap .milestone_year_wrap .inactive {
  position: absolute;
  opacity: 1;
  bottom: 0;
  left: 0;
}

/*What we do Time line starts*/
.what_we_do_timeline {
  margin-top: 7vh;
}

.what_we_do_timeline::before {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  left: 50%;
  top: 0;
  content: '';
}

.what_we_do_timeline .parent_time_line_wrap {
  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: 7vh;
}

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

.what_we_do_timeline .parent_time_line_wrap .image_wrap img {
  width: 100%;
  border-radius: 8px;
}

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

.what_we_do_timeline .parent_time_line_wrap.right .image_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.what_we_do_timeline .parent_time_line_wrap.right .data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.what_we_do_timeline .truck_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 20%;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.what_we_do_timeline .truck_wrap img {
  width: 60%;
  max-width: none;
}

.what_we_do_timeline .truck_parent_wrap {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

/* Timeline copy — the milestone column is deliberately narrow (40% either
   side of the truck), so the list has to earn back every pixel it can:
   a tight bullet indent instead of the browser default 40px, and proper
   hyphenation so a long word breaks with a hyphen rather than overflowing
   the column. overflow-wrap is the backstop for richtext pasted from a word
   processor, where &nbsp; runs turn a whole line into one unbreakable word. */
.what_we_do_timeline .parent_time_line_wrap .data_wrap ul {
  margin: 0;
  padding-left: 1.1em;
  list-style: disc outside;
}

.what_we_do_timeline .parent_time_line_wrap .data_wrap ul li,
.what_we_do_timeline .parent_time_line_wrap .data_wrap p {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/*What we do Time line ends*/

/*Video Gallery Section - Clientele Success Stories starts*/
.video_gallery_section {
  padding: 60px 0;
  text-align: center;
  float: none;
  clear: both;
}

.video_gallery_section .common_header {
  margin-bottom: 15px;
}

.video_gallery_section > p {
  color: #666;
  max-width: 600px;
  margin: 0 auto 40px;
}

/* Reduce spacing between video & client sections on What We Do page */
.clientele_success_wrap .video_gallery_section {
  padding-bottom: 30px !important;
}

.clientele_success_wrap .client_parent_wrap.no_padding {
  margin-top: 3vh !important;
}

.video_gallery_wrap {
  max-width: 900px;
  margin: 0 auto;
  display: block;
  float: none;
}

.main_video_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.main_video_wrap video,
.main_video_wrap #mainSuccessVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 12px;
}

.video_overlay:hover {
  background: rgba(0, 0, 0, 0.4);
}

.video_overlay svg,
.video_overlay .play_icon {
  width: 80px;
  height: 80px;
  fill: #fff;
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.video_overlay:hover svg,
.video_overlay:hover .play_icon {
  transform: scale(1.1);
  opacity: 1;
}

.video_thumbnails_wrap {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.video_thumb {
  flex: 0 0 calc(20% - 12px);
  max-width: calc(20% - 12px);
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.video_thumb:hover {
  transform: translateY(-3px);
}

.video_thumb.active {
  border-color: #DA1F27;
}

.video_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .video_gallery_section {
    padding: 40px 0;
  }

  .video_gallery_wrap {
    padding: 0 15px;
  }

  .video_thumbnails_wrap {
    flex-wrap: wrap;
    gap: 10px;
  }

  .video_thumb {
    flex: 0 0 calc(33.33% - 7px);
    max-width: calc(33.33% - 7px);
  }

  .video_overlay svg,
  .video_overlay .play_icon {
    width: 50px;
    height: 50px;
  }
}
/*Video Gallery Section - Clientele Success Stories ends*/

/*Application Areas Section starts*/
.application_areas_wrap {
  padding: 60px 0;
  background: #f5f5f5;
}

.application_areas_wrap .title_wrap {
  text-align: center;
  margin-bottom: 40px;
}

.application_areas_wrap .title_wrap p {
  color: #666;
  margin-top: 10px;
}

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

.application-areas-swiper .swiper-wrapper {
  align-items: stretch;
}

.application-areas-swiper .swiper-slide {
  height: auto;
}

.application_cards_wrap .swiper-button-prev,
.application_cards_wrap .swiper-button-next {
  color: #DA1F27;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.application_cards_wrap .swiper-button-prev::after,
.application_cards_wrap .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.application_card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.application_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.application_card .card_image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #e0e0e0;
}

.application_card .card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application_card .card_content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.application_card .category {
  color: #DA1F27;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.application_card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.application_card .card_content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  flex: 1;
}

.application_card .read_more {
  color: #DA1F27;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}

.application_card .read_more:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .application_areas_wrap {
    padding: 40px 0;
  }

  .application_cards_wrap {
    padding: 0 15px;
  }

  .application_card .card_image {
    height: 150px;
  }
}
/*Application Areas Section ends*/

/*Estimate Your Need Section starts*/
.concrete_estimator_wrap {
  padding: 0;
  padding-bottom: 60px;
  background: #f5f5f5;
}

.concrete_estimator_wrap > .gridContainer {
  max-width: 1100px;
  margin: 0 auto;
  float: none;
}

.concrete_estimator_wrap .title_wrap {
  text-align: center;
  margin-bottom: 40px;
  float: none;
  display: block;
  clear: both;
}

.concrete_estimator_wrap .title_wrap p {
  color: #666;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.estimate_section_wrap {
  padding: 60px 0;
  background: #f5f5f5;
}

.estimate_section_wrap .title_wrap {
  text-align: center;
  margin-bottom: 40px;
}

.estimate_section_wrap .title_wrap p {
  color: #666;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.estimator_card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 40px;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  float: none;
  clear: both;
}

.estimator_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  float: none;
  width: 100%;
}

.estimator_form_section {
  padding-right: 20px;
  float: none;
  width: auto;
}

.estimator_visual_section {
  float: none;
  width: auto;
}

.section_label {
  color: #DA1F27;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  display: block;
}

.form_group {
  margin-bottom: 20px;
}

.form_group label {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
}

.form_input,
.form_select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #f9f9f9;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form_input:focus,
.form_select:focus {
  outline: none;
  border-color: #DA1F27;
  box-shadow: 0 0 0 3px rgba(218, 31, 39, 0.1);
  background: #fff;
}

.form_row {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}

.form_row .flex_grow {
  flex: 1;
}

.form_row .unit_select {
  width: 100px;
  flex-shrink: 0;
}

.estimator_buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn_primary {
  background: #DA1F27;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn_primary:hover {
  background: #b81a21;
}

.btn_secondary {
  background: transparent;
  color: #666;
  border: 1px solid #ddd;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn_secondary:hover {
  border-color: #999;
  color: #333;
}

.btn_outline {
  background: transparent;
  color: #DA1F27;
  border: 1px solid #DA1F27;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn_outline:hover {
  background: #DA1F27;
  color: #fff;
}

.estimator_visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 12px;
  min-height: 300px;
}

.estimator_visual video,
.estimator_visual img {
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.result_section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.result_section h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.result_card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.result_value {
  flex: 1;
}

.result_value .value {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.result_value .unit {
  font-size: 16px;
  color: #666;
  margin-left: 5px;
}

.result_card .btn_primary {
  white-space: nowrap;
}

.form_subtitle {
  font-size: 13px;
  color: #888;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

@media only screen and (max-width: 992px) {
  .estimator_grid {
    grid-template-columns: 1fr;
  }

  .estimator_form_section {
    padding-right: 0;
  }

  .estimator_visual {
    order: -1;
    min-height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .estimate_section_wrap {
    padding: 40px 0;
  }

  .estimator_card {
    padding: 25px;
    margin: 0 15px;
  }

  .form_row {
    flex-direction: row;
    gap: 10px;
  }

  .form_row .unit_select {
    width: 80px;
  }

  .estimator_buttons {
    flex-direction: column;
  }

  .result_card {
    flex-direction: column;
    text-align: center;
  }

  .result_column .result_row {
    flex-direction: column;
    gap: 15px;
  }

  .result_column .result_row .btn_request_quote {
    width: 100%;
    text-align: center;
  }
}

/* Result & Cost Calculator - Hidden by default */
.estimator_results {
  display: none;
}

.estimator_results.show {
  display: block;
  margin-top: 30px;
}

/* Result Column - Your Estimated Concrete */
.estimator_results .results_grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.result_column {
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.result_column .section_label {
  color: #DA1F27;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.result_column > .result_display + .btn_request_quote {
  display: none;
}

/* Wrapper for result + button row */
.result_column .result_row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.result_display {
  flex: 1;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 20px 25px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.result_display #resultValue {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

.result_display .result_unit {
  font-size: 18px;
  color: #666;
}

.btn_request_quote {
  background: #DA1F27;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}

.btn_request_quote:hover {
  background: #b81a21;
  color: #fff;
  text-decoration: none;
}

.result_column .result_note {
  margin-top: 15px;
  font-size: 13px;
  color: #888;
}

/* Cost Form Column */
.cost_form_column {
  display: none;
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.cost_form_column.show {
  display: block;
}

.cost_form_column .section_label {
  color: #DA1F27;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cost_form_column .form_subtitle {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
  border: none;
  padding: 0;
}

.cost_form .form_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.cost_form .form_group.full_width {
  grid-column: span 2;
}

.cost_form .radio_row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 15px 0;
}

.cost_form .radio_row .radio_label {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.cost_form .radio_row label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.cost_form .cost_form_buttons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .result_display_row {
    flex-direction: column;
  }

  .result_display {
    width: 100%;
  }

  .result_column .btn_request_quote {
    width: 100%;
  }

  .cost_form .form_grid {
    grid-template-columns: 1fr;
  }

  .cost_form .form_group.full_width {
    grid-column: span 1;
  }

  .cost_form .radio_row {
    flex-wrap: wrap;
  }
}
/*Estimate Your Need Section ends*/

.what_we_think_wrap {
  padding-top: 7vh;
  overflow: hidden;
  padding-bottom: 7vh;
  background-color: #E6E4E4;
}

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

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

.what_we_think_wrap ul .swiper-slide-prev img,
.what_we_think_wrap ul .swiper-slide-next img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.what_we_think_wrap ul .swiper-slide-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.what_we_think_wrap ul .swiper-slide-active .abs_title_wrap {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.what_we_think_wrap ul li {
  width: 20%;
  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%;
}

.what_we_think_wrap ul li:nth-child(5n+0) {
  margin-right: 0;
}

.what_we_think_wrap ul li img {
  border-radius: 10px;
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.what_we_think_wrap ul li img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.what_we_think_wrap ul li .abs_title_wrap {
  position: absolute;
  width: 80%;
  left: 10%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 20px;
  border-radius: 10px;
  padding: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
}

.what_we_think_wrap ul li .abs_title_wrap .common_header {
  padding: 0;
}

.team_wrap {
  margin-top: 7vh;
}

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

.team_wrap .team_swiper_parent {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 7vh;
}

.team_wrap .team_swiper_parent .team-swiper {
  padding-bottom: 0;
}

.team_wrap .team_swiper_parent .team_ul.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team_wrap .team_swiper_parent .team-swiper-pagination {
  bottom: 0;
}

.team_wrap .team_swiper_parent .team-swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  opacity: 0.5;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team_wrap .team_swiper_parent .team-swiper-pagination .swiper-pagination-bullet-active {
  background: #DA1F27;
  opacity: 1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-box-shadow: 0 0 15px rgba(218, 31, 39, 0.7);
          box-shadow: 0 0 15px rgba(218, 31, 39, 0.7);
}

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

.team_wrap ul li {
  width: 25.33333%;
  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: 12%;
  overflow: hidden;
}

.team_wrap ul li:nth-child(3n+0) {
  margin-right: 0;
}

.team_wrap ul li .image_wrap img {
  width: 100%;
  max-width: none;
}

.team_wrap ul li .title_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.team_wrap ul li .abs_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.team_wrap ul li:hover .abs_wrap {
  -webkit-transform: translateY(-40px) rotate(-10deg);
          transform: translateY(-40px) rotate(-10deg);
}

.team_wrap .gridContainer {
  max-width: 1300px;
}

.team_wrap .bottom_text_wrap {
  text-align: center;
  margin-top: 7vh;
}


.team_wrap ul li.team-member-active .abs_wrap {
  -webkit-transform: translateY(-40px) rotate(-10deg);
          transform: translateY(-40px) rotate(-10deg);
}

.team_wrap .bottom_text_wrap .team-quote-swiper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.team_wrap .bottom_text_wrap .team-quote-pagination {
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-align: center;
}
.team_wrap .bottom_text_wrap .team-quote-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #bbb;
  opacity: 1;
  margin: 0 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: 2px solid transparent;
}
.team_wrap .bottom_text_wrap .team-quote-pagination .swiper-pagination-bullet-active {
  background: #DA1F27;
  border-color: #DA1F27;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-box-shadow: 0 0 12px rgba(218, 31, 39, 0.6);
          box-shadow: 0 0 12px rgba(218, 31, 39, 0.6);
}

/* The Duramix Edge Section */
.duramix_edge_wrap {
  margin-top: 10vh;
  text-align: center;
  padding: 0 5%;
}

.duramix_edge_wrap h2.common_header {
  font-size: 42px;
  margin-bottom: 15px;
}

.duramix_edge_wrap h3.common_header {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.duramix_edge_wrap .edge_description {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

@media only screen and (max-width: 786px) {
  .duramix_edge_wrap h2.common_header {
    font-size: 28px;
  }
  .duramix_edge_wrap h3.common_header {
    font-size: 18px;
  }
  .duramix_edge_wrap .edge_description {
    font-size: 14px;
  }
}

.team_number_wrap {
  margin-top: 7vh;
  background-color: #E6E4E4;
  padding: 40px;
}

.team_number_wrap .section_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 33.33%;
  padding: 30px;
  text-align: center;
  border: 1px solid #fff;
}

.team_number_wrap .section_wrap .image_wrap {
  margin-bottom: 15px;
}

.team_number_wrap .section_wrap .image_wrap img {
  max-width: 120px;
  height: auto;
}

.team_number_wrap .section_wrap h3 {
  margin-bottom: 5px;
}

.team_number_wrap .section_wrap.notop {
  border-top: none;
}

.team_number_wrap .section_wrap.nobottom {
  border-bottom: none;
}

.team_number_wrap .section_wrap.noleft {
  border-left: none;
}

.team_number_wrap .section_wrap.noright {
  border-right: none;
}

.client_parent_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
  margin-top: 7vh;
  background-color: #E6E4E4;
}

.client_new_wrap {
  margin-bottom: 7vh;
  margin-top: 7vh;
}

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

.client_new_wrap .data_wrap {
  padding-right: 40px;
}

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

.client_parent_wrap .client_logo_marquee_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 7vh;
  overflow: hidden;
  position: relative;
}

.client_parent_wrap .client_logo_marquee_wrap .marquee_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}

.client_parent_wrap .client_logo_marquee_wrap .marquee_container:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.client_parent_wrap .client_logo_marquee_wrap .client_logo_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.client_parent_wrap .client_logo_marquee_wrap .client_logo_ul li {
  -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;
  padding: 20px 40px;
  min-width: 180px;
}

.client_parent_wrap .client_logo_marquee_wrap .client_logo_ul li .full_wrap {
  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;
}

.client_parent_wrap .client_logo_marquee_wrap .client_logo_ul li .full_wrap img {
  max-width: 140px;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client_parent_wrap .client_logo_marquee_wrap .client_logo_ul li:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

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

.client_parent_wrap .break_content_wrap {
  text-align: center;
  margin-top: 0;
}

.client_parent_wrap .break_content_wrap p {
  padding-left: 20%;
  padding-right: 20%;
}

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

.client_parent_wrap .client_card_swiper_parent .client-card-swiper {
  padding-bottom: 60px;
}

.client_parent_wrap .client_card_swiper_parent .client_card_ul.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_parent_wrap .client_card_swiper_parent .swiper-slide {
  height: auto;
}

.client_parent_wrap .client_card_swiper_parent .client-card-pagination {
  bottom: 0;
}

.client_parent_wrap .client_card_swiper_parent .client-card-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  opacity: 0.5;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client_parent_wrap .client_card_swiper_parent .client-card-pagination .swiper-pagination-bullet-active {
  background: #DA1F27;
  opacity: 1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.client_parent_wrap .client_card_swiper_parent .image_wrap img {
  width: 100%;
}

.client_parent_wrap .client_card_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 7vh;
}

.client_parent_wrap .client_card_ul li {
  width: 33.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0.2%;
  border: 1px solid #000;
  padding: 20px;
}

.client_parent_wrap .client_card_ul li:nth-child(3n+0) {
  margin-right: 0;
}

.client_parent_wrap .client_card_ul li .data_wrap {
  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-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.client_parent_wrap .client_card_ul li .data_wrap .icon_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0 15px;
  width: 40%;
  text-align: center;
}

.client_parent_wrap .client_card_ul li .data_wrap .text_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
}

.client_parent_wrap .client_card_ul li .data_wrap .text_wrap > div:last-child {
  margin-top: auto;
}

/* Force swiper slides to equal height */
.client_parent_wrap .client_card_swiper_parent .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* Force flex on swiper-slide li */
.client_parent_wrap .client_card_ul li.swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  height: auto;
}

/* Force flex on data_wrap (override full_wrap) */
.client_parent_wrap .client_card_ul li .full_wrap.data_wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Force flex column on text_wrap */
.client_parent_wrap .client_card_ul li .data_wrap .text_wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  height: 100%;
}

.review_wrap {
  margin-top: 7vh;
  overflow: hidden;
}

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

.review_wrap .main_title_wrap p {
  padding-left: 20%;
  padding-right: 20%;
}

.review_wrap .testimonial_swiper_parent {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 7vh;
  padding-bottom: 0;
  position: relative;
}

.review_wrap .testimonial_swiper_parent .testimonial-swiper {
  overflow: visible;
}

.review_wrap .testimonial_swiper_parent .testimonial_wrap_ul.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review_wrap .testimonial_swiper_parent .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review_wrap .testimonial_swiper_parent .testimonial-pagination {
  bottom: 0;
  text-align: center;
}

.review_wrap .testimonial_swiper_parent .testimonial-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  opacity: 0.5;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.review_wrap .testimonial_swiper_parent .testimonial-pagination .swiper-pagination-bullet-active {
  background: #DA1F27;
  opacity: 1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

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

.review_wrap ul li {
  position: relative;
}

.review_wrap ul li .data_wrap {
  position: relative;
  width: 100%;
  padding: 30px;
  padding-top: 6%;
}

/* Review card: a CSS box that grows with its text (it used to be a fixed
   460:350 SVG shape with the text absolutely positioned on top, so long
   reviews overflowed). Same look: grey fill, rounded corners, cut top-right
   corner. Swiper stretches every slide in the row to the tallest card. */
.review_wrap ul li .container_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  background-color: #f0f0f0;
  border-radius: 15px;
  -webkit-clip-path: polygon(0 0, calc(100% - 85px) 0, 100% 110px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 85px) 0, 100% 110px, 100% 100%, 0 100%);
  -webkit-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}

.review_wrap ul li:hover .container_wrap {
  background-color: #cfcfcf;
}

.review_wrap ul li .main_svg {
  display: none;
}

.review_wrap ul li .name_wrap .common_header {
  padding: 0;
}

.review_wrap ul li .top_review_wrap {
  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;
  padding-right: 60px;
}

.review_wrap ul li .top_review_wrap .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 20%;
}

.review_wrap ul li .top_review_wrap .image_wrap img {
  border-radius: 10px;
}

.review_wrap ul li .top_review_wrap .name_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.review_wrap ul li .top_review_wrap .name_wrap .line path {
  fill: transparent;
  stroke: #000;
}

.review_wrap ul li .top_review_wrap .name_wrap svg path {
  stroke: transparent;
}

.review_wrap ul li .top_review_wrap .name_wrap .star {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 2px;
}

.review_wrap ul li .top_review_wrap .name_wrap .star svg.star-filled {
  width: 18px;
  height: 18px;
}

.review_wrap ul li .top_review_wrap .name_wrap .star svg.star-empty {
  width: 15px;
  height: 15px;
}

.review_wrap ul li .data_wrap .review_message_wrap p {
  font-size: 16px;
  /* Long reviews are capped at 6 lines; "Read more" expands them. */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
}

.review_wrap ul li .data_wrap .review_message_wrap.is-expanded p {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: none;
  overflow: visible;
}

.review_wrap ul li .review_read_more {
  display: inline-block;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background: none;
  color: #DA1F27;
  font-family: inherit;
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
}

.review_wrap ul li .review_read_more[hidden] {
  display: none;
}

.review_wrap .bottom_anchor_wrap {
  text-align: center;
  margin-top: 7vh;
}

.review_wrap .bottom_anchor_wrap .common_anchor {
  float: none;
}

.location_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
  margin-top: 7vh;
  background-color: #E6E4E4;
}

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

.location_wrap .location_parent_wrap {
  margin-top: 10px;
  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;
  background-color: #333333;
}

.location_wrap .location_parent_wrap .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 30%;
  padding: 30px;
}

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

.location_wrap .location_parent_wrap .image_wrap img {
  width: 100%;
}

.location_wrap .nav {
  margin-bottom: 10px;
}

.location_wrap .nav.nav-tabs {
  margin-top: 7vh !important;
  border-top: 1px solid #333;
  border-bottom: 0;
  padding-top: 10px;
  text-align: center;
}

.location_wrap .nav.nav-tabs li {
  float: none;
  width: auto;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
}

.location_wrap .nav.nav-tabs li .common_header {
  padding: 0;
}

.location_wrap .nav.nav-tabs li.active a .common_header {
  color: white;
}

.cta_common_white_wrap {
  margin-top: 7vh;
  margin-bottom: 7vh;
}

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

.cta_common_white_wrap .main_title_wrap p {
  padding-left: 20%;
  padding-right: 20%;
}

.cta_common_white_wrap .cta_btns_wrap {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

/*Animations*/
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.menu_top_wrap {
  position: fixed;
  top: 0;
  padding-bottom: 20px;
  left: 0;
  z-index: 1000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.menu_top_wrap .line_front_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  height: 2px;
  background-color: white;
  width: 60%;
}

.menu_top_wrap .line_back_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  height: 2px;
  background-color: white;
  width: 30%;
}

.menu_top_wrap .logo_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 10%;
}

.menu_top_wrap .logo_wrap img {
  max-width: 80%;
}

.menu_top_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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu_top_wrap .top_icon_wrap {
  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;
  padding-left: 20px;
  padding-right: 20px;
}

.menu_top_wrap .top_icon_wrap .menu_wrap {
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}

.menu_top_wrap .top_icon_wrap .search_wrap {
  text-align: right;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}

.menu_top_wrap .top_icon_wrap .data_wrap {
  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-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.menu_top_wrap .top_icon_wrap .data_wrap p {
  padding: 0;
  padding-left: 10px;
}

.menu_top_wrap.scrolled {
  top: 0;
}

.menu_top_wrap.scrolled_hide {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}

@-webkit-keyframes line_expand_contract {
  0%,
  100% {
    width: 60%;
  }
  50% {
    width: 70%;
  }
}

@keyframes line_expand_contract {
  0%,
  100% {
    width: 60%;
  }
  50% {
    width: 70%;
  }
}

@-webkit-keyframes line_back_expand_contract {
  0%,
  100% {
    width: 30%;
  }
  50% {
    width: 20%;
  }
}

@keyframes line_back_expand_contract {
  0%,
  100% {
    width: 30%;
  }
  50% {
    width: 20%;
  }
}

@-webkit-keyframes logo_pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes logo_pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.menu_top_wrap .line_front_wrap {
  -webkit-animation: line_expand_contract 15s linear infinite;
          animation: line_expand_contract 15s linear infinite;
}

.menu_top_wrap .line_back_wrap {
  -webkit-animation: line_back_expand_contract 15s linear infinite;
          animation: line_back_expand_contract 15s linear infinite;
}

/* Top Menu Strip (Red Contact Bar) */
.top_menu_strip {
  background: linear-gradient(135deg, #8B1622 0%, #5A0E15 100%);
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
}

.top_menu_strip .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-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.top_menu_strip a {
  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;
  width: auto;
  margin-left: 20px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.top_menu_strip a p {
  padding: 0;
  padding-left: 15px;
}

.top_menu_strip a img {
  max-width: 18px;
}

/* Menu Overlay */
.menu_overlay_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #8B1622 0%, #5A0E15 100%);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.menu_overlay_wrap .menu_overlay_content {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  height: 100vh;
  position: relative;
  overflow-y: auto;
}

.menu_overlay_wrap .menu_close_wrap {
  position: absolute;
  top: 40px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.menu_overlay_wrap .menu_close_wrap svg {
  width: 24px;
  height: 24px;
}

.menu_overlay_wrap .menu_close_wrap span {
  color: white;
  font-family: reg_font;
  font-size: 18px;
  text-transform: capitalize;
}

.menu_overlay_wrap .menu_close_wrap:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.menu_overlay_wrap .menu_main_content_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  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;
  min-height: 100vh;
  padding: 100px 0 60px;
}

.menu_overlay_wrap .menu_left_section {
  width: 50%;
  padding-right: 40px;
  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;
  min-height: calc(100vh - 160px);
}

.menu_overlay_wrap .menu_right_section {
  width: 50%;
  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;
}

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

.menu_overlay_wrap .menu_nav_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu_overlay_wrap .menu_nav_item {
  margin-bottom: 8px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.menu_overlay_wrap .menu_nav_link {
  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;
  padding: 22px 0;
  text-decoration: none;
  color: white;
  font-family: med_font;
  font-size: 26px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu_overlay_wrap .menu_nav_link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menu_overlay_wrap .menu_nav_link svg {
  width: 24px;
  height: 25px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.menu_overlay_wrap .menu_nav_link:hover {
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.menu_overlay_wrap .menu_nav_link:hover svg {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu_overlay_wrap .menu_social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.menu_overlay_wrap .menu_social_link {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.menu_overlay_wrap .menu_social_link svg {
  width: auto;
  height: 26px;
}

.menu_overlay_wrap .menu_social_link:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  opacity: 0.8;
}

.menu_overlay_wrap .menu_tagline {
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.menu_overlay_wrap .menu_tagline_main {
  font-family: semi_font;
  color: white;
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.menu_overlay_wrap .menu_tagline_sub {
  font-family: semi_font;
  color: white;
  font-size: 60px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

.menu_overlay_wrap .menu_tagline_sub::before {
  content: "";
  width: 311px;
  height: 167px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/menu_icon_inside.png);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu_overlay_wrap .menu_highlight {
  background-color: #DA1F27;
  padding: 5px 15px;
  display: inline-block;
}

.menu_overlay_wrap.active,
.menu_overlay_wrap.menu_active {
  opacity: 1;
  visibility: visible;
}

.menu_overlay_wrap.active .menu_close_wrap,
.menu_overlay_wrap.menu_active .menu_close_wrap {
  opacity: 1;
}

.menu_overlay_wrap.active .menu_nav_item,
.menu_overlay_wrap.menu_active .menu_nav_item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu_overlay_wrap.active .menu_social_icons,
.menu_overlay_wrap.menu_active .menu_social_icons {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu_overlay_wrap.active .menu_tagline,
.menu_overlay_wrap.menu_active .menu_tagline {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#menu_trigger {
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#menu_trigger:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media only screen and (max-width: 1599px) {
  /* Menu overlay responsive */
  .menu_overlay_wrap .menu_tagline_main,
  .menu_overlay_wrap .menu_tagline_sub {
    font-size: 50px;
  }
  .menu_overlay_wrap .menu_nav_link {
    font-size: 22px;
    padding: 10px;
  }
  .menu_overlay_wrap .menu_close_wrap span {
    font-size: 16px;
  }

  @-webkit-keyframes line_expand_contract {
    0%,
    100% {
      width: 60%;
    }
    50% {
      width: 70%;
    }
  }
  @keyframes line_expand_contract {
    0%,
    100% {
      width: 60%;
    }
    50% {
      width: 70%;
    }
  }
  @-webkit-keyframes line_back_expand_contract {
    0%,
    100% {
      width: 30%;
    }
    50% {
      width: 20%;
    }
  }
  @keyframes line_back_expand_contract {
    0%,
    100% {
      width: 30%;
    }
    50% {
      width: 20%;
    }
  }
}

@media only screen and (max-width: 786px) {
  @-webkit-keyframes line_expand_contract {
    0%,
    100% {
      width: 50%;
    }
    50% {
      width: 60%;
    }
  }
  @keyframes line_expand_contract {
    0%,
    100% {
      width: 50%;
    }
    50% {
      width: 60%;
    }
  }
  @-webkit-keyframes line_back_expand_contract {
    0%,
    100% {
      width: 30%;
    }
    50% {
      width: 20%;
    }
  }
  @keyframes line_back_expand_contract {
    0%,
    100% {
      width: 30%;
    }
    50% {
      width: 20%;
    }
  }
}

@media only screen and (max-width: 480px) {
  /* Menu overlay mobile small */
  .menu_overlay_wrap .menu_main_content_wrap {
    padding: 70px 0 30px;
  }
  .menu_overlay_wrap .menu_left_section {
    margin-bottom: 30px;
    min-height: auto;
  }
  .menu_overlay_wrap .menu_tagline_main,
  .menu_overlay_wrap .menu_tagline_sub {
    font-size: 30px;
    text-align: center;
  }
  .menu_overlay_wrap .menu_tagline_main::before,
  .menu_overlay_wrap .menu_tagline_sub::before {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  .menu_overlay_wrap .menu_tagline {
    text-align: center;
  }
  .menu_overlay_wrap .menu_nav_link {
    font-size: 18px;
    padding: 14px 0;
  }
  .menu_overlay_wrap .menu_nav_link svg {
    width: 20px;
    height: 20px;
  }
  .menu_overlay_wrap .menu_close_wrap {
    top: 20px;
    gap: 10px;
  }
  .menu_overlay_wrap .menu_close_wrap svg {
    width: 20px;
    height: 20px;
  }
  .menu_overlay_wrap .menu_close_wrap span {
    font-size: 14px;
  }
  .menu_overlay_wrap .menu_social_icons {
    gap: 18px;
    margin-top: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu_overlay_wrap .menu_social_icons svg {
    height: 22px;
  }

  @-webkit-keyframes line_expand_contract {
    0%,
    100% {
      width: 50%;
    }
    50% {
      width: 60%;
    }
  }
  @keyframes line_expand_contract {
    0%,
    100% {
      width: 50%;
    }
    50% {
      width: 60%;
    }
  }
  @-webkit-keyframes line_back_expand_contract {
    0%,
    100% {
      width: 20%;
    }
    50% {
      width: 10%;
    }
  }
  @keyframes line_back_expand_contract {
    0%,
    100% {
      width: 20%;
    }
    50% {
      width: 10%;
    }
  }
}

/*Who we are Starts*/
.mb_30 {
  margin-bottom: 30px !important;
}

.csr_page .overview_wrap .parent {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.bggreyyy {
  background: #E6E4E4;
}

.bggreyyy .data_wrap {
  background: #d9d9d9 !important;
}

.gallery_parent_wrap {
  padding: 7vh 0;
  text-align: center;
}

.gallery_parent_wrap .items_wrap {
  margin-top: 30px;
}

.gallery_parent_wrap .items_wrap .galimg {
  border-radius: 20px;
}

.inner_slider_wrap {
  height: 60vh;
}

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

.inner_slider_wrap .data_wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.overview_wrap.half_inner .image_wrap {
  width: 50%;
}

.overview_wrap.half_inner .data_wrap {
  width: 50%;
}

.overview_wrap.right .image_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.overview_wrap.right .data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 10%;
}

.overview_wrap.bg_wrap {
  background: none;
  background-color: #E6E4E4;
}

.concrete_future_wrap {
  background: url("../images/mission_vision_desktop.jpg") center no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 30vh;
  position: relative;
}

/* Overlay added via CSS (the new background image has no baked-in overlay). */
.concrete_future_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 72%);
  pointer-events: none;
}

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

.concrete_future_wrap .half_wrap {
  float: left;
}

.mission_vision_wrap {
  margin-top: 7vh;
  overflow: hidden;
  padding-left: 30%;
}

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

.mission_vision_wrap .image_wrap img {
  width: 100%;
}

.mission_vision_wrap .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  padding: 30px;
}

.mission_vision_wrap .bg_wrap {
  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;
  background-color: #E6E4E4;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

.mission_vision_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;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.mission_vision_wrap .parent img {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  margin-top: 3px;
}

.mission_vision_wrap .parent .common_header {
  padding: 0;
  padding-bottom: 10px;
  padding-left: 10px;
}

.mission_vision_wrap.right {
  padding-left: 0;
  padding-right: 30%;
}

.mission_vision_wrap.right .bg_wrap {
  border-radius: 0 20px 20px 0;
}

.mission_vision_wrap.right .data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mission_vision_wrap.right .image_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.cta_common_white_wrap.inner_wrap {
  margin: 0;
  margin-top: 7vh;
  margin-bottom: 10px;
}

/*Footer Starts*/
.footer_wrap {
  background-color: #333333;
  color: #ffffff;
  padding-top: 7vh;
  padding-bottom: 40px;
}

.footer_wrap .top_parent_wrap2 {
  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;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_wrap .top_parent_wrap2 .common_header {
  padding: 0;
  padding-right: 15px;
}

.footer_wrap .top_footer_wrap {
  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;
  padding-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_wrap .contact_btn_wrap .common_anchor {
  background-color: #ffffff;
  color: #333333;
  padding: 8px 25px;
  font-size: 15px;
  margin: 0;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer_wrap .contact_btn_wrap .common_anchor:hover {
  background-color: #f0f0f0;
}

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

.footer_wrap .footer_left_wrap .logo_wrap img {
  max-width: 200px;
}

.footer_wrap .footer_left_wrap p {
  color: #fff;
}

.footer_wrap .character_wrap {
  width: 150px;
  margin-left: 40px;
}

.footer_wrap .footer_center_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.footer_wrap .footer_center_wrap .signup_wrap {
  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;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.footer_wrap .footer_center_wrap .signup_wrap form {
  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;
  width: 100%;
}

.footer_wrap .footer_center_wrap .signup_wrap .common_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  padding: 15px 20px;
  font-size: 14px;
  outline: none;
  border-radius: 10px;
  background: transparent;
}

.footer_wrap .footer_center_wrap .signup_wrap .common_input::-webkit-input-placeholder {
  color: #999;
}

.footer_wrap .footer_center_wrap .signup_wrap .common_input:-ms-input-placeholder {
  color: #999;
}

.footer_wrap .footer_center_wrap .signup_wrap .common_input::-ms-input-placeholder {
  color: #999;
}

.footer_wrap .footer_center_wrap .signup_wrap .common_input::placeholder {
  color: #999;
}

.footer_wrap .footer_center_wrap .signup_wrap .common_btn {
  background-color: #FF0000;
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  text-transform: capitalize;
}

.footer_wrap .footer_center_wrap .signup_wrap .common_btn:hover {
  background-color: #cc0000;
}

.footer_wrap .footer_center_wrap .signup_wrap .common_btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.footer_wrap .footer_center_wrap .newsletter_message {
  margin-top: 12px;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
}

.footer_wrap .footer_center_wrap .newsletter_message.is_success {
  background-color: rgba(46, 160, 67, 0.18);
  border: 1px solid rgba(46, 160, 67, 0.7);
}

.footer_wrap .footer_center_wrap .newsletter_message.is_error {
  background-color: rgba(255, 0, 0, 0.15);
  border: 1px solid rgba(255, 0, 0, 0.7);
}

.footer_wrap .footer_right_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  max-width: calc(100% - 30% - 200px);
  width: 40%;
  margin-left: auto;
}

.footer_wrap .footer_right_wrap .footer_links_wrap {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 60px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_wrap .footer_right_wrap .footer_links_wrap .footer_links_col {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.footer_wrap .footer_right_wrap .footer_links_wrap .footer_links_col li {
  margin-bottom: 12px;
  width: auto;
  display: inline-block;
  margin-right: 20px;
}

.footer_wrap .footer_right_wrap .footer_links_wrap .footer_links_col li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer_wrap .footer_right_wrap .footer_links_wrap .footer_links_col li a:hover {
  color: #FF0000;
}

.footer_wrap .footer_right_wrap .footer_social_wrap {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}

.footer_wrap .footer_right_wrap .footer_social_wrap .social_icon {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border-radius: 50%;
  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: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer_wrap .footer_right_wrap .footer_social_wrap .social_icon path {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  fill: #fff;
}

.footer_wrap .footer_right_wrap .footer_social_wrap .social_icon:hover path {
  fill: #DA1F27;
}

.footer_wrap .bottom_footer_wrap {
  padding-top: 30px;
  text-align: center;
}

.footer_wrap .bottom_footer_wrap .common_text {
  color: #ffffff;
  opacity: 0.7;
  font-size: 14px;
  margin: 0;
}

.footer_wrap .bottom_footer_wrap .common_text i {
  margin-right: 5px;
}

/*Footer Ends*/
.mission_vision_wrap + .footer_wrap {
  margin-top: 7vh;
}

.about_values_wrap {
  padding: 7vh 0;
  margin-top: 7vh;
  background-color: #E6E4E4;
  text-align: center;
}

.about_values_wrap ul {
  background: url("../images/values_bottom.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 7vh;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_values_wrap ul li {
  width: 16.66667%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: 100px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 690px;
  -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;
}

.about_values_wrap ul li:nth-child(6n+0) {
  margin-right: 0;
}

.about_values_wrap ul li p {
  color: #fff;
}

.about_values_wrap ul li .desc_wrap {
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  will-change: opacity, transform;
}

.about_values_wrap ul li .dat_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 90%;
  pointer-events: none;
}

.about_values_wrap ul li .dat_wrap img {
  width: 70px;
}

.about_values_wrap ul li .desc_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 3;
  padding: 0 28px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}

.about_values_wrap ul li:hover .desc_wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about_values_wrap ul li:hover .dat_wrap {
  -webkit-transform: translate(-50%, -50%) translateY(-60px);
          transform: translate(-50%, -50%) translateY(-60px);
}

.about_values_wrap ul li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  background: #fff;
  height: 100%;
}

.milestone_parent_wrap .image_border_wrap {
  position: absolute;
  /* 25-2-26 starts */
  right: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 25-2-26 Ends */
}

/*Contact us design*/
.location_list_contact_wrap {
  margin-top: 7vh;
}

.location_list_contact_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.location_list_contact_wrap ul li {
  width: 31.33333%;
  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: 3%;
  border-radius: 10px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.location_list_contact_wrap ul li:nth-child(3n+0) {
  margin-right: 0;
}

.location_list_contact_wrap ul 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-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.location_list_contact_wrap ul li p {
  padding-top: 0;
  padding-left: 15px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.location_list_contact_wrap ul li svg {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.location_list_contact_wrap ul li:hover {
  background-color: #DA1F27;
}

.location_list_contact_wrap ul li:hover p {
  color: #fff;
}

.location_list_contact_wrap ul li:hover svg path {
  fill: #fff;
}

.contact_us_form_wrap {
  margin-top: 7vh;
}

.contact_us_form_wrap .contact_grid_wrap {
  margin-top: 10px;
}

.contact_us_form_wrap .contact_grid_wrap .half_wrap:first-child {
  padding-right: 15px;
}

.contact_us_form_wrap .contact_grid_wrap .half_wrap:last-child {
  padding-left: 15px;
}

.contact_us_form_wrap .contact_grid_wrap .selector_wrap {
  width: 31.33333%;
  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: 3%;
  margin-top: 10px;
}

.contact_us_form_wrap .contact_grid_wrap .selector_wrap:nth-child(3n+0) {
  margin-right: 0;
}

.contact_us_form_wrap .common_anchor {
  text-decoration: none;
  background-color: #DA1F27;
  color: white;
  padding: 0;
  padding: 10px 30px;
  border-radius: 10px;
}

.contact_us_form_wrap .common_anchor:hover {
  background-color: #ad191f;
  color: white;
}

.contact_us_form_wrap .common_anchor.secondary {
  background-color: #E6E4E4;
  margin-left: 10px;
}

.contact_us_form_wrap .common_anchor.secondary:hover {
  background-color: #cdcaca;
  color: white;
}

.contact_bottom_wrap {
  margin-top: 7vh;
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #E6E4E4;
}

.contact_bottom_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;
  gap: 30px;
}

.contact_bottom_wrap .parent .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  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-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.contact_bottom_wrap .parent .data_wrap .icon_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 20%;
  text-align: center;
}

.contact_bottom_wrap .parent .data_wrap p {
  padding: 0;
}

.contact_bottom_wrap .parent .data_wrap .common_header {
  padding: 0;
}

.contact_bottom_wrap .parent .data_wrap .text_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 80%;
  text-align: center;
  padding-left: 20px;
}

.env_btns_wrap {
  padding-bottom: 7vh;
  text-align: center;
  margin-top: 10px;
}

.env_info_wrap {
  background: url("../images/env.jpg") center center no-repeat;
  background-size: cover;
  height: 60vh;
  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;
}

.env_info_wrap .absdata_wrap {
  width: 400px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(6.3px);
          backdrop-filter: blur(6.3px);
  border-radius: 20px;
  padding: 20px;
  max-width: 100%;
  float: right;
}

.env_info_wrap .absdata_wrap .content_ul {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.tickul {
  padding-left: 0;
}

.tickul li {
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 1.6em !important;
  margin-top: 10px !important;
  padding-left: 30px !important;
}

.tickul li:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background: url("../images/tick.png") center center no-repeat;
  background-size: contain;
}

/*PLP Starts*/
.product_list_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 7vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.product_list_ul li {
  width: 31.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  margin-top: 7vh;
  -webkit-box-shadow: 5px 17px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 17px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.product_list_ul li:nth-child(3n+0) {
  margin-right: 0;
}

.product_list_ul li .image_wrap {
  height: 350px;
}

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

.product_list_ul li:hover {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.product_list_ul li .desc_wrap {
  min-height: 115px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*PDP Starts*/
.product_main_data_wrap {
  margin-top: 7vh;
}

.product_main_data_wrap .product_image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.product_main_data_wrap .product_data_wrap {
  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: 30px;
  padding-left: 10%;
  padding-top: 0;
}

.product_main_data_wrap .product_data_wrap .break_margin {
  margin-top: 7vh;
}

.product_main_data_wrap .product_data_wrap .common_anchor {
  text-decoration: none;
  background-color: #DA1F27;
  color: white;
  padding: 0;
  padding: 10px 30px;
  border-radius: 10px;
}

.product_main_data_wrap .product_data_wrap .common_anchor:hover {
  background-color: #ad191f;
  color: white;
}

.product_main_data_wrap .product_data_wrap .common_anchor.secondary {
  background-color: #E6E4E4;
  color: #353535;
  margin-left: 10px;
}

.product_main_data_wrap .product_data_wrap .common_anchor.secondary:hover {
  background-color: #cdcaca;
  color: white;
}

.product_main_data_wrap .product_data_wrap table {
  width: 100%;
}

.product_main_data_wrap .product_data_wrap table td {
  padding: 10px;
}

.product_main_data_wrap .product_data_wrap table td p {
  padding: 0;
}

.product_main_data_wrap .product_data_wrap table th {
  padding: 10px;
  border-bottom: 2px solid #ccc;
}

.product_main_data_wrap .product_data_wrap table th p {
  padding: 0;
  color: #DA1F27;
}

.product_main_data_wrap .product_data_wrap .table_data_wrap {
  border-radius: 20px;
  padding: 10px;
  border: 2px solid #ccc;
  margin-top: 10px;
}

.product_main_data_wrap .product_data_wrap .content_ul {
  margin-top: 10px;
}

.faq_parent_wrap {
  margin-top: 7vh;
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #E6E4E4;
}

.faq_parent_wrap .common_header {
  text-align: center;
  margin-bottom: 7vh;
}

.faq_parent_wrap .faq_data_wrap {
  background-color: #F5F5F5;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  padding: 20px;
}

.faq_parent_wrap .faq_data_wrap p {
  padding: 0;
}

.faq_parent_wrap .faq_data_wrap .title_wrap {
  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;
}

.faq_parent_wrap .faq_data_wrap .faq_answer_wrap {
  display: none;
}

.faq_parent_wrap .faq_data_wrap.active {
  background-color: #fff;
}

.faq_parent_wrap .faq_data_wrap.active .faq_answer_wrap {
  display: block;
  margin-top: 10px;
}

.faq_parent_wrap .faq_data_wrap .title_wrap .faq_icon {
  font-size: 24px;
  font-weight: 300;
  color: #333;
  line-height: 1;
  flex-shrink: 0;
  width: 30px;
  text-align: center;
}

/*Career starts*/
.career_icon_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.career_icon_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 7vh;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.career_icon_ul li {
  width: 32%;
  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: 2%;
  margin-bottom: 30px;
  padding: 30px;
  border: 0.5px solid #898686;
  border-radius: 18px;
}

.career_icon_ul li:nth-child(3n+0) {
  margin-right: 0;
}

.leader_ship_career {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

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

.leader_ship_career ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 7vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.leader_ship_career 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%;
  text-align: center;
  padding: 20px;
  overflow: hidden;
}

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

.leader_ship_career ul li .common_header {
  font-size: 25px;
}

.leader_ship_career ul li .circle {
  width: 100%;
  position: relative;
  z-index: 1;
}

.leader_ship_career ul li .teamimg {
  position: absolute;
  top: 50%;
  width: calc(100% - 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.leader_ship_career ul li .data_wrap {
  background-color: #E6E4E4;
  border-radius: 20px;
  margin-top: 10px;
}

.leader_ship_career .left_right_career_wrap {
  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;
}

.leader_ship_career .left_right_career_wrap .left_wrap {
  width: 35%;
}

.leader_ship_career .left_right_career_wrap .left_wrap ul li {
  width: 100%;
}

.leader_ship_career .left_right_career_wrap .left_wrap .image_wrap {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.leader_ship_career .left_right_career_wrap .right_wrap {
  width: 65%;
}

.leader_ship_career .left_right_career_wrap .right_wrap ul li .teamimg {
  width: 100%;
  border-radius: 50%;
}

.leader_ship_career .left_right_career_wrap .right_wrap ul li {
  overflow: hidden;
}

.leader_ship_career .left_right_career_wrap .right_wrap ul li .data_wrap {
  display: none;
}

.leader_ship_career .left_right_career_wrap .right_wrap ul li .circle {
  opacity: 1;
}

.cta_common_white_wrap.bg_color {
  background-color: #E6E4E4;
  padding-top: 7vh;
  padding-bottom: 7vh;
  margin-bottom: 0;
}

.cta_common_white_wrap.inside_bg_wrap {
  margin: 0;
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #e6e4e4;
}

.cta_common_white_wrap.inside_bg_wrap .main_title_wrap {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}

/*Sustain Starts*/
.safety_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.safety_wrap .title_wrap {
  text-align: center;
  padding-right: 40%;
}

.safety_wrap .title_wrap.centered {
  padding-right: 0;
  text-align: center;
}

.safety_wrap.title_centered .title_wrap {
  padding-right: 0;
  text-align: center;
}

.safety_wrap .data_wrap {
  margin-top: 7vh;
  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;
}

.safety_wrap .data_wrap .quater_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 33.33%;
  padding: 30px;
}

.safety_wrap .data_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;
  margin-top: 7vh;
  background-color: #D9D9D9;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

.safety_wrap .data_wrap .parent .icon_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 15%;
}

.safety_wrap .data_wrap .parent .text_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 85%;
}

.safety_wrap .data_wrap .parent .text_wrap p {
  padding: 0;
}

/*Job List*/
.job_list_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 7vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.job_list_ul li {
  width: 31.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  margin-top: 7vh;
  background-color: #F7F7F7;
  padding: 30px;
  border-radius: 15px;
}

.job_list_ul li:nth-child(3n+0) {
  margin-right: 0;
}

.job_list_ul li .location p,
.job_list_ul li .experience p {
  opacity: 0.5;
}

.job_list_ul li .btnns {
  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;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
}

.job_list_ul li .common_anchor {
  text-decoration: none;
  background-color: #DA1F27;
  color: white;
  padding: 0;
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 10px;
  width: 48%;
  text-align: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: 1px solid #353535;
}

.job_list_ul li .common_anchor:hover {
  background-color: #ad191f;
  color: white;
}

.job_list_ul li .common_anchor.secondary {
  background-color: transparent;
  color: #353535;
  border: 1px solid #353535;
  float: right;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.job_list_ul li .common_anchor.secondary:hover {
  background-color: #cdcaca;
  color: white;
}

/*Job Data starts*/
.job_title_wrap {
  margin-top: 7vh;
}

.job_title_wrap .common_header {
  padding-top: 7vh;
}

.job_title_wrap .bg_wrap {
  background-color: #EDEEEE;
  padding: 35px;
}

.job_title_wrap .bg_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;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.job_title_wrap .bg_wrap .parent p {
  padding: 0;
  padding-left: 15px;
}

.job_title_wrap .details_wrap {
  width: 40%;
}

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

.job_title_wrap .common_anchor {
  text-decoration: none;
  background-color: #DA1F27;
  color: white;
  padding: 0;
  padding: 10px 30px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.job_title_wrap .common_anchor:hover {
  background-color: #ad191f;
  color: white;
}

.job_data_desc_wrap {
  margin-bottom: 7vh;
}

.job_data_desc_wrap .section_wrap {
  margin-top: 7vh;
}

.gridContainer.grid1400 {
  max-width: 1400px;
}

/*Responsive Starts*/
@media only screen and (max-width: 1300px) {
  body .gridContainer {
    min-width: 95.5%;
  }
}

@media only screen and (max-width: 1599px) {
  .job_list_ul {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 7vh;
  }
  .job_list_ul li {
    width: 31.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 7vh;
    background-color: #F7F7F7;
    padding: 30px;
    border-radius: 15px;
  }
  .job_list_ul li:nth-child(3n+0) {
    margin-right: 0;
  }
  .job_list_ul li .location p,
  .job_list_ul li .experience p {
    opacity: 0.5;
  }
  .leader_ship_career ul li .common_header {
    font-size: 20px;
  }
  .leader_ship_career ul li .data_wrap {
    background-color: #E6E4E4;
    border-radius: 20px;
    margin-top: 10px;
  }
  .leader_ship_career ul li p {
    padding: 0;
  }
  /*PLP Starts*/
  .product_list_ul li .image_wrap {
    height: 300px;
  }
  .product_list_ul li .desc_wrap {
    min-height: 125px;
  }
  .mission_vision_wrap {
    padding-left: 15%;
  }
  .mission_vision_wrap.right {
    padding-right: 15%;
  }
  .menu_top_wrap {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .menu_top_wrap .line_front_wrap {
    height: 2px;
    width: 60%;
  }
  .menu_top_wrap .line_back_wrap {
    height: 2px;
    width: 30%;
  }
  .menu_top_wrap .logo_wrap {
    width: 10%;
  }
  .menu_top_wrap .logo_wrap img {
    max-width: 60%;
  }
  .menu_top_wrap .top_icon_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu_top_wrap .top_icon_wrap .menu_wrap {
    text-align: center;
    width: 50%;
  }
  .menu_top_wrap .top_icon_wrap .search_wrap {
    text-align: right;
    width: 50%;
  }
  .menu_top_wrap .top_icon_wrap .data_wrap p {
    padding: 0;
    padding-left: 10px;
  }
  .menu_top_wrap .top_icon_wrap img {
    max-width: 25px;
  }
  .review_wrap ul li .data_wrap {
    padding-top: 10%;
  }
  .review_wrap ul li .top_review_wrap {
    padding-right: 20px;
  }
  .footer_wrap .footer_center_wrap .character_wrap {
    right: -30px;
  }
  .footer_wrap .footer_center_wrap .character_wrap img {
    max-width: 150px;
  }
  .footer_wrap .footer_right_wrap .footer_links_wrap {
    gap: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  /* Menu overlay mobile */
  .menu_overlay_wrap .menu_main_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 0 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu_overlay_wrap .menu_left_section {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    min-height: auto;
  }
  .menu_overlay_wrap .menu_right_section {
    width: 100%;
  }
  .menu_overlay_wrap .menu_nav_link {
    padding: 18px 0;
  }
  .menu_overlay_wrap .menu_close_wrap {
    top: 30px;
  }
  .menu_overlay_wrap .menu_social_icons {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /*Sustain starts*/
  .safety_wrap .title_wrap {
    text-align: center;
    padding-right: 0%;
  }
  .safety_wrap .data_wrap {
    margin-top: 0;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .safety_wrap .data_wrap .quater_wrap {
    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: 30px;
  }
  .safety_wrap .data_wrap .quater_wrap img {
    max-width: none;
    width: 100%;
  }
  .career_icon_ul {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 7vh;
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .career_icon_ul li {
    width: 32%;
    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: 2%;
    margin-bottom: 20px;
    padding: 30px;
  }
  .career_icon_ul li:nth-child(3n+0) {
    margin-right: 0;
  }
  .leader_ship_career ul li {
    width: 33.33333%;
    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: 20px;
  }
  .leader_ship_career ul li:nth-child(3n+0) {
    margin-right: 0;
  }
  /*PDP Starts*/
  .product_main_data_wrap {
    margin-top: 7vh;
  }
  .product_main_data_wrap .product_image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
  .product_main_data_wrap .product_data_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 60%;
    padding: 30px;
    padding-left: 10%;
    padding-top: 0;
  }
  /*PLP Starts*/
  .product_list_ul li {
    width: 48.5%;
    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: 3%;
    padding: 20px;
    margin-top: 7vh;
  }
  .product_list_ul li:nth-child(3n+0) {
    margin-right: 3%;
  }
  .product_list_ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .product_list_ul li .image_wrap {
    height: 300px;
  }
  .product_list_ul li .desc_wrap {
    min-height: 125px;
  }
  .milestone_parent_wrap .image_border_wrap {
    position: absolute;
    left: 50px;
    max-width: 40%;
  }
  .about_values_wrap ul li {
    width: 33.33333%;
    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: 80px 10px;
    border-top: 2px solid #fff;
  }
  .about_values_wrap ul li:nth-child(3n+0) {
    margin-right: 0;
  }
  .about_values_wrap ul li:nth-child(3n+0):before {
    display: none;
  }
  .mission_vision_wrap {
    padding-left: 5%;
  }
  .mission_vision_wrap.right {
    padding-right: 5%;
  }
  .why_ul_wrap li {
    width: 49.5%;
    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: 1%;
    margin-top: 10px;
  }
  .why_ul_wrap li:nth-child(4n+0) {
    margin-right: 1%;
  }
  .why_ul_wrap li:nth-child(2n+0) {
    margin-right: 0;
  }
  .why_swiper_container .why_ul_wrap.swiper-wrapper li {
    margin-top: 0;
    width: auto;
    margin-right: 0;
  }
  .why_swiper_container .why_ul_wrap.swiper-wrapper li:nth-child(4n+0) {
    margin-right: 0;
  }
  .concrete_wrap {
    overflow: hidden;
  }
  .concrete_wrap .image_wrap {
    width: 60%;
  }
  .concrete_wrap .data_wrap {
    width: 40%;
  }
  .concrete_wrap .product_wrap::before {
    height: 90%;
    right: -25px;
  }
  .client_parent_wrap .client_card_ul li {
    width: 49.9%;
    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.2%;
    padding: 20px;
    margin-top: 10px;
  }
  .client_parent_wrap .client_card_ul li:nth-child(3n+0) {
    margin-right: 0.2%;
  }
  .client_parent_wrap .client_card_ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .review_wrap ul li {
    width: 48.5%;
    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: 3%;
  }
  .review_wrap ul li:nth-child(3n+0) {
    margin-right: 3%;
  }
  .review_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .location_wrap .location_parent_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .location_wrap .location_parent_wrap .data_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .location_wrap .location_parent_wrap .image_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer_wrap .top_footer_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_wrap .footer_left_wrap {
    width: 50%;
  }
  .footer_wrap .footer_center_wrap {
    width: 100%;
  }
  .footer_wrap .character_wrap {
    margin-left: auto;
  }
  .footer_wrap .footer_right_wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    text-align: center;
    margin-left: auto !important;
  }
  .footer_wrap .footer_right_wrap .footer_links_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
  .footer_wrap .footer_right_wrap .footer_social_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 786px) {
  .job_list_ul {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 7vh;
  }
  .job_list_ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 7vh;
    background-color: #F7F7F7;
    padding: 30px;
    border-radius: 15px;
  }
  .job_list_ul li .location p,
  .job_list_ul li .experience p {
    opacity: 0.5;
  }
  .job_list_ul li .common_anchor {
    width: 100%;
  }
  .career_icon_ul {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 7vh;
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .career_icon_ul li {
    width: 49%;
    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: 2%;
    margin-bottom: 20px;
    padding: 30px;
  }
  .career_icon_ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .leader_ship_career ul li {
    width: 50%;
    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: 20px;
  }
  .leader_ship_career ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  /*PDP Starts*/
  .product_main_data_wrap {
    margin-top: 7vh;
  }
  .product_main_data_wrap .product_image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
  .product_main_data_wrap .product_data_wrap {
    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: 30px;
    background-color: white;
  }
  /*PLP Starts*/
  .product_list_ul li {
    width: 48.5%;
    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: 3%;
    padding: 20px;
    margin-top: 7vh;
  }
  .product_list_ul li:nth-child(3n+0) {
    margin-right: 3%;
  }
  .product_list_ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .product_list_ul li .image_wrap {
    height: 300px;
  }
  .product_list_ul li .desc_wrap {
    min-height: 155px;
  }
  .location_list_contact_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .location_list_contact_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;
    padding: 18px;
    margin-top: 10px;
  }
  .location_list_contact_wrap ul li svg {
    max-width: 17px;
  }
  /* Clientele Section responsive */
  .client_new_wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
  .client_new_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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .client_new_wrap .data_wrap {
    width: 100%;
    padding-right: 0;
  }
  .client_new_wrap .image_wrap {
    width: 100%;
    margin-top: 5vh;
  }
  .client_new_wrap .image_wrap img {
    max-width: 100%;
  }
  .contact_grid_wrap {
    margin-top: 10px;
  }
  .contact_grid_wrap .half_wrap {
    width: 100%;
    padding: 0 !important;
    margin-top: 10px;
  }
  .contact_bottom_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_bottom_wrap .parent .half_wrap {
    width: 100%;
  }
  .contact_bottom_wrap .parent .data_wrap {
    margin-top: 10px;
  }
  .about_values_wrap ul li {
    width: 50%;
    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: 80px 10px;
    border-top: 2px solid #fff;
  }
  .about_values_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .about_values_wrap ul li:nth-child(3n+0):before {
    display: inline-block;
  }
  .about_values_wrap ul li:nth-child(2n+0):before {
    display: none;
  }
  .overview_wrap.half_inner .image_wrap {
    width: 100%;
  }
  .overview_wrap.half_inner .data_wrap {
    width: 100%;
    margin-top: 10px;
  }
  .overview_wrap.right .image_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .overview_wrap.right .data_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
  }
  .concrete_future_wrap {
    background: url("../images/mission_vision_mobile.jpg") top center no-repeat;
    background-size: cover;
  }
  .concrete_future_wrap::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.72));
  }
  .concrete_future_wrap .half_wrap {
    width: 100%;
    padding-top: 8vh;
  }
  .mission_vision_wrap {
    padding: 0;
    padding-left: 7vh;
    padding-right: 7vh;
  }
  .mission_vision_wrap .image_wrap {
    width: 100%;
  }
  .mission_vision_wrap .data_wrap {
    width: 100%;
    padding: 30px;
  }
  .mission_vision_wrap .bg_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 20px !important;
  }
  .mission_vision_wrap.right {
    padding: 0;
    padding-left: 7vh;
    padding-right: 7vh;
  }
  .mission_vision_wrap.right .image_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mission_vision_wrap.right .data_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .menu_top_wrap {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .menu_top_wrap .line_front_wrap {
    height: 2px;
    width: 50%;
  }
  .menu_top_wrap .line_back_wrap {
    height: 2px;
    width: 30%;
  }
  .menu_top_wrap .logo_wrap {
    width: 20%;
  }
  .menu_top_wrap .logo_wrap img {
    max-width: 60%;
  }
  .menu_top_wrap .top_icon_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu_top_wrap .top_icon_wrap .menu_wrap {
    text-align: center;
    width: 50%;
  }
  .menu_top_wrap .top_icon_wrap .search_wrap {
    text-align: right;
    width: 50%;
  }
  .menu_top_wrap .top_icon_wrap .data_wrap p {
    padding: 0;
    padding-left: 10px;
  }
  .menu_top_wrap .top_icon_wrap img {
    max-width: 25px;
  }
  /* .slider_top_wrap .data_wrap p {
    padding-left: 0%;
    padding-right: 0%;
  } */
  .overview_wrap .image_wrap {
    width: 100%;
  }
  .overview_wrap .data_wrap {
    width: 100%;
    padding: 0;
    margin-top: 7vh;
  }
  .overview_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .why_ul_wrap li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .why_swiper_container .why_ul_wrap.swiper-wrapper li {
    margin-top: 0;
    width: auto;
  }
  .why_duramix_wrap .title_wrap {
    text-align: center;
  }
  .overview_wrap.sustainability_wrap .image_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .overview_wrap.sustainability_wrap .data_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
  }
  .overview_wrap.sustainability_wrap .data_wrap img,
  .overview_wrap.sustainability_wrap .data_wrap video {
    margin-top: 10px;
    width: 75px !important;
  }
  .sustain_swiper_parent .sustainability-swiper {
    padding-bottom: 0;
  }
  .sustain_swiper_parent .sustainability-swiper .sustain_child_swiper {
    min-height: auto;
  }
  .sustain_swiper_parent .sustainability-swiper-pagination {
    margin-top: 30px;
  }
  .concrete_wrap .title_wrap {
    text-align: center;
  }
  .concrete_wrap .product_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .concrete_wrap .product_wrap::before {
    width: 100%;
    height: 60%;
    right: 0;
    bottom: 0%;
    top: auto;
  }
  .concrete_wrap .product_wrap .image_wrap {
    width: 100%;
  }
  .concrete_wrap .product_wrap .data_wrap {
    width: 100%;
    margin-top: 10px;
    padding-left: 20%;
    padding: 30px;
    padding-top: 0;
  }
  .team_wrap ul {
    padding-left: 0%;
    padding-right: 0;
  }
  .team_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;
  }
  .team_wrap ul li .abs_wrap img {
    width: 100%;
  }
  .team_number_wrap {
    padding: 20px;
  }
  .team_number_wrap .section_wrap {
    width: 50%;
    padding: 15px;
    border: none !important;
  }
  .team_number_wrap .section_wrap .image_wrap img {
    max-width: 40px;
  }
  .client_parent_wrap .main_title_wrap {
    text-align: center;
  }
  .client_parent_wrap .break_content_wrap {
    text-align: center;
  }
  .client_parent_wrap .break_content_wrap p {
    padding: 0;
  }
  .client_parent_wrap .client_card_ul li {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin: 0;
    padding: 20px;
    border: 1px solid #000;
  }
  .client_parent_wrap .client_card_ul li .image_wrap img {
    width: 100%;
  }
  .client_parent_wrap .client_card_ul li .data_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .client_parent_wrap .client_card_ul li .data_wrap .icon_wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .client_parent_wrap .client_card_ul li .data_wrap .text_wrap {
    width: 100%;
  }
  .client_parent_wrap .client_card_ul li .data_wrap .text_wrap > div:last-child {
    margin-top: 0;
  }
  .review_wrap .main_title_wrap {
    text-align: center;
  }
  .review_wrap .main_title_wrap p {
    padding: 0;
  }
  .review_wrap .testimonial_swiper_parent {
    padding-bottom: 0;
  }
  .review_wrap .testimonial_swiper_parent .testimonial-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .review_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;
  }
  .footer_wrap .top_footer_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  /*Job data wrap*/
  .job_title_wrap .details_wrap {
    width: 100%;
  }
  .job_title_wrap .details_wrap .data_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .safety_wrap .title_wrap {
    text-align: center;
    padding-right: 0%;
  }
  .safety_wrap .data_wrap {
    margin-top: 0;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .safety_wrap .data_wrap .quater_wrap {
    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: 10px;
  }
  .safety_wrap .data_wrap .quater_wrap img {
    max-width: none;
    width: 100%;
  }
  .safety_wrap .data_wrap .parent {
    margin-top: 20px;
  }
  .safety_wrap .data_wrap .parent .icon_wrap img {
    max-width: 25px;
  }
  .cta_common_white_wrap.bg_color {
    background-color: #E6E4E4;
    padding-top: 7vh;
    padding-bottom: 7vh;
    margin-bottom: 0;
  }
  .cta_common_white_wrap.bg_color p {
    padding: 0;
    padding-top: 10px;
  }
  .cta_common_white_wrap.inside_bg_wrap {
    padding-top: 0;
  }
  .cta_common_white_wrap.inside_bg_wrap p {
    padding: 0;
    padding-top: 10px;
  }
  .cta_common_white_wrap.inside_bg_wrap .common_anchor {
    width: 100%;
    text-align: center !important;
  }
  .cta_common_white_wrap.inside_bg_wrap .common_anchor .parent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .career_icon_ul {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 7vh;
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .career_icon_ul li {
    width: 100%;
    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: 30px;
    margin-bottom: 20px;
  }
  .career_icon_ul li:nth-child(1n+0) {
    margin-right: 0;
  }
  .leader_ship_career ul li {
    width: 100%;
    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: 20px;
  }
  .leader_ship_career ul li:nth-child(1n+0) {
    margin-right: 0;
  }
  /*PDP Starts*/
  .faq_parent_wrap .faq_data_wrap .title_wrap .faq_icon {
    font-size: 20px;
  }
  .product_main_data_wrap {
    margin-top: 7vh;
  }
  .product_main_data_wrap .product_image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
  .product_main_data_wrap .product_data_wrap {
    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: 10px;
    background-color: white;
  }
  .product_main_data_wrap .product_data_wrap .common_anchor {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
  }
  /*PLP Starts*/
  .product_list_ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    padding: 20px;
    margin-top: 7vh;
  }
  .product_list_ul li .image_wrap {
    height: 300px;
  }
  .product_list_ul li .desc_wrap {
    min-height: auto;
  }
  .milestone_parent_wrap .image_border_wrap {
    position: absolute;
    left: 50px;
    max-width: 70%;
    top: 74px;
  }
  .about_values_wrap ul li {
    height: 300px;
  }
  .cta_common_white_wrap .cta_btns_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .about_values_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;
    list-style: none;
    margin-right: 0%;
    padding: 40px 10px;
    border-top: 2px solid #fff;
  }
  .about_values_wrap ul li:nth-child(1n+0) {
    margin-right: 0;
  }
  .about_values_wrap ul li:nth-child(3n+0):before {
    display: inline-block;
  }
  .about_values_wrap ul li:nth-child(2n+0):before {
    display: none;
  }
  .review_wrap ul li .top_review_wrap .name_wrap .star svg {
    width: 15px;
  }
  .mission_vision_wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .concrete_future_wrap {
    background: url("../images/mission_vision_mobile.jpg") top center no-repeat;
    background-size: cover;
    padding-bottom: 5vh;
  }
  .concrete_future_wrap .half_wrap {
    width: 100%;
    padding-top: 6vh;
    padding-bottom: 0;
  }
  .menu_top_wrap {
    padding-top: 0;
    padding-bottom: 1%;
  }
  .menu_top_wrap .line_front_wrap {
    height: 2px;
    width: 50%;
  }
  .menu_top_wrap .line_back_wrap {
    height: 2px;
    width: 20%;
  }
  .menu_top_wrap .logo_wrap {
    width: 30%;
  }
  .menu_top_wrap .logo_wrap img {
    max-width: 60%;
  }
  .menu_top_wrap .top_icon_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu_top_wrap .top_icon_wrap .menu_wrap {
    text-align: center;
    width: 50%;
  }
  .menu_top_wrap .top_icon_wrap .search_wrap {
    text-align: right;
    width: 50%;
  }
  .menu_top_wrap .top_icon_wrap .data_wrap p {
    padding: 0;
    padding-left: 10px;
  }
  .menu_top_wrap .top_icon_wrap img {
    max-width: 20px;
  }
  .timeline_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
    height: 100vh;
    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;
  }
  .timeline_wrap .title_wrap {
    text-align: center;
    margin-bottom: 7vh;
  }
  .timeline_wrap .title_wrap p {
    padding-left: 0%;
    padding-right: 0%;
  }
  .timeline_wrap .milestone_parent_wrap {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .timeline_wrap .milestone_date_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .timeline_wrap .milestone_date_wrap .inactive {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .timeline_wrap .milestone_image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 60%;
    padding: 0;
    text-align: center;
  }
  .timeline_wrap .milestone_image_wrap img {
    width: 80%;
  }
  .timeline_wrap .milestone_image_wrap .inactive {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .timeline_wrap .milestone_year_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
    text-align: right;
  }
  .timeline_wrap .milestone_year_wrap .common_header {
    font-size: 50px;
  }
  .timeline_wrap .milestone_year_wrap .active .common_header {
    opacity: 1;
  }
  .timeline_wrap .milestone_year_wrap .inactive {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
}

@media only screen and (max-width: 480px) {
  .contact_us_form_wrap .common_anchor {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
  }
  .contact_us_form_wrap .contact_grid_wrap .selector_wrap {
    width: 100% !important;
  }
  .contact_bottom_wrap .data_wrap {
    width: 100% !important;
  }
  .contact_bottom_wrap .data_wrap img {
    max-width: 45px;
  }
  .why_swiper_container .why-duramix-swiper {
    padding-bottom: 0;
  }
  .why_swiper_container .why-swiper-pagination {
    margin-top: 30px;
  }
  .why_swiper_container .why-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .sustain_swiper_parent .sustainability-swiper {
    padding-bottom: 0;
  }
  .sustain_swiper_parent .sustainability-swiper-pagination {
    margin-top: 25px;
  }
  .sustain_swiper_parent .sustainability-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .concrete_swiper_wrap .concrete-products-swiper {
    padding-bottom: 0;
  }
  .concrete_swiper_wrap .concrete-swiper-pagination {
    margin-top: 30px;
  }
  .concrete_swiper_wrap .concrete-swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 7px;
  }
  .team_swiper_parent .team-swiper {
    padding-bottom: 0;
  }
  .team_swiper_parent .team-swiper-pagination {
    margin-top: 35px;
  }
  .team_swiper_parent .team-swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 7px;
  }
  .team_wrap .team_swiper_parent {
    padding: 0;
  }
  .team_wrap ul.team_ul {
    padding-left: 20%;
    padding-right: 0;
  }
  .client_card_swiper_parent .client-card-swiper {
    padding-bottom: 0;
  }
  .client_card_swiper_parent .client-card-pagination {
    margin-top: 30px;
  }
  .client_card_swiper_parent .client-card-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .footer_wrap .top_parent_wrap2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .footer_wrap .character_wrap {
    width: 80px;
    text-align: center;
    margin-left: auto;
  }
  .footer_wrap .character_wrap img {
    width: 100%;
  }
  .footer_wrap .top_footer_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .footer_wrap .footer_left_wrap {
    width: calc(100% - 80px);
    padding-right: 20px;
    margin-bottom: 10px;
  }
  .footer_wrap .footer_left_wrap .logo_wrap img {
    max-width: 120px;
  }
  .footer_wrap .footer_center_wrap {
    width: calc(100% + 100px);
    padding-left: 20%;
    margin-top: 20px !important;
  }
  .footer_wrap .footer_center_wrap .signup_wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer_wrap .footer_center_wrap .signup_wrap .common_input {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer_wrap .footer_center_wrap .signup_wrap .common_btn {
    white-space: nowrap;
    padding: 12px 20px;
    font-size: 13px;
  }
  .footer_wrap .footer_center_wrap .character_wrap {
    display: none;
  }
  .footer_wrap .footer_right_wrap {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .footer_wrap .footer_right_wrap .footer_links_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  .footer_wrap .footer_right_wrap .footer_links_wrap .footer_links_col {
    text-align: center;
  }
  .footer_wrap .footer_right_wrap .footer_links_wrap .footer_links_col li {
    margin-bottom: 10px;
  }
  .footer_wrap .footer_right_wrap .footer_links_wrap .footer_links_col li a {
    font-size: 13px;
  }
  .footer_wrap .footer_right_wrap .footer_social_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 12px;
  }
  .footer_wrap .footer_right_wrap .footer_social_wrap .social_icon {
    width: 32px;
    height: 32px;
  }
  .footer_wrap .footer_right_wrap .footer_social_wrap .social_icon i {
    font-size: 14px;
  }
  .footer_wrap .bottom_footer_wrap {
    padding-top: 25px;
  }
  .footer_wrap .bottom_footer_wrap .common_text {
    font-size: 12px;
    line-height: 1.6;
  }
}

.why_ul_wrap {
  margin-top: 7vh !important;
}

.what_we_think_wrap ul .swiper-slide li {
  width: 100%;
}

.swiper-pagination {
  width: 100%;
}

.content_ul.margin {
  margin-top: 7vh;
}

.common_header.margin {
  margin-top: 7vh;
}

.content_ul.margin_small {
  margin-top: 15px;
}

.leader_ship_career .swiper-slide li {
  width: 100%;
}

/* Menu trigger styling */
.menu_wrap {
  cursor: pointer;
}

.menu_wrap .data_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu_wrap .data_wrap img {
  width: 24px;
  height: auto;
}

.menu_wrap .data_wrap p {
  margin: 0;
}

@media (max-width: 768px) {
  .menu_overlay_wrap .menu_nav_link {
    font-size: 20px;
    padding: 15px 0;
  }

  .menu_overlay_wrap .menu_close_wrap {
    top: 20px;
  }

  .menu_overlay_wrap .menu_main_content_wrap {
    padding: 80px 0 40px;
  }

  /* Career page - Leadership Team mobile stack */
  .leader_ship_career .left_right_career_wrap {
    flex-direction: column;
  }

  .leader_ship_career .left_right_career_wrap .left_wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .leader_ship_career .left_right_career_wrap .right_wrap {
    width: 100%;
  }
}

/* Home Clients Grid */
.home-clients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 10px;
}

.home-client-item {
    background: white;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.home-client-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.home-client-item img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .home-clients-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .home-client-item {
        padding: 10px;
        min-height: 60px;
    }

    .home-client-item img {
        max-height: 40px;
    }
}

/* Location Tabs - Animation Performance */
.location_wrap .tab-pane {
    will-change: transform, opacity;
}

.location_wrap .location_parent_wrap .data_wrap,
.location_wrap .location_parent_wrap .image_wrap {
    will-change: transform, opacity;
}

/* Schedule a Call Link in Header Strip */
.top_menu_strip .schedule-call-link {
    margin-left: 20px;
}

.top_menu_strip .schedule-call-link svg {
    flex-shrink: 0;
}

.top_menu_strip .schedule-call-link:hover {
    opacity: 0.8;
}

.why_read_more {
    color: #DA1F27;
    cursor: pointer;
    font-family: semi_font;
    text-decoration: none;
    font-size: 14px;
}

.why_read_more:hover {
    text-decoration: underline;
}

.why_single_line {
    text-align: left;
    margin-bottom: 0;
}

.concrete_wrap .products_link_wrap {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

/* =====================================================
   Duramix Journey (Timeline Section) - Redesign v2
   Scoped under .journey_v2 to avoid disturbing legacy styles
   ===================================================== */
.journey_v2 {
    background-color: #333333;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

/* Override legacy .timeline_wrap descendants that conflict with the v2 design */
.timeline_wrap.journey_v2 {
    align-items: center;
}
.timeline_wrap.journey_v2 .gridContainer {
    margin-top: 0;
    margin-bottom: 0;
}
.timeline_wrap.journey_v2 .title_wrap p {
    padding-left: 0;
    padding-right: 0;
}
.timeline_wrap.journey_v2 .milestone_year_wrap {
    text-align: center;
}
.timeline_wrap.journey_v2 .milestone_year_wrap .common_header {
    font-size: 180px;
    font-family: bold_font; /* 800 — heaviest weight Plus Jakarta Sans offers; overrides .semi (600) */
}
.timeline_wrap.journey_v2 .milestone_date_wrap .inactive,
.timeline_wrap.journey_v2 .milestone_year_wrap .inactive {
    bottom: auto;
    left: 0;
}

.journey_v2 .journey_title_wrap {
    text-align: center;
    margin-bottom: 60px;
}

.journey_v2 .journey_title_wrap .common_header {
    color: #DA1F27;
}

.journey_v2 .journey_title_wrap p {
    color: #ffffff;
    max-width: 760px;
    margin: 16px auto 0;
    line-height: 1.6;
    font-size: 16px;
}

.journey_v2 .journey_stage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.journey_v2 .journey_legacy_hide {
    display: none !important;
}

.journey_v2 .journey_year_col {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    min-height: 500px;
}

.journey_v2 .journey_year_col > .full_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey_v2 .journey_year_col > .full_wrap.inactive {
    pointer-events: none;
    opacity: 0;
}

.journey_v2 .journey_year_col > .full_wrap.active {
    opacity: 1;
}

.journey_v2 .journey_year_inner {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
}

.journey_v2 .journey_year_shape {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 440px;
    height: 440px;
    background-image: url('../images/journey-v2-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.journey_v2 .journey_year_text {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 180px;
    line-height: 1;
    letter-spacing: -4px;
    margin: 0;
    font-weight: 700;
}

.journey_v2 .journey_content_col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 500px;
}

.journey_v2 .journey_content_col > .full_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.journey_v2 .journey_content_col > .full_wrap.inactive {
    pointer-events: none;
    opacity: 0;
}

.journey_v2 .journey_content_col > .full_wrap.active {
    opacity: 1;
}

.journey_v2 .journey_content_inner {
    color: #ffffff;
}

.journey_v2 .journey_milestone_title {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 20px;
    font-weight: 700;
}

.journey_v2 .journey_milestone_body,
.journey_v2 .journey_milestone_body p {
    color: #d6d6d6;
    font-size: 15px;
    line-height: 1.7;
}

.journey_v2 .journey_milestone_body p {
    margin: 0 0 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.journey_v2 .journey_milestone_body p:first-child {
    padding-top: 0;
    border-top: 0;
}

.journey_v2 .journey_milestone_body p:last-child {
    margin-bottom: 0;
}

.journey_v2 .journey_milestone_body strong {
    display: block;
    color: #DA1F27;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 4px;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.journey_v2 .journey_milestone_body p:first-child strong:first-child {
    margin-top: 0;
}

.journey_v2 .journey_milestone_body br {
    display: none;
}

@media (max-width: 991px) {
    .timeline_wrap.journey_v2 {
        height: auto;
        min-height: 100vh;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .timeline_wrap.journey_v2 .milestone_parent_wrap.journey_stage {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        gap: 24px;
    }
    .timeline_wrap.journey_v2 .milestone_year_wrap.journey_year_col,
    .timeline_wrap.journey_v2 .milestone_date_wrap.journey_content_col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
        display: grid;
        position: relative;
        min-height: 0;
    }
    .timeline_wrap.journey_v2 .milestone_year_wrap.journey_year_col > .full_wrap,
    .timeline_wrap.journey_v2 .milestone_date_wrap.journey_content_col > .full_wrap {
        grid-column: 1;
        grid-row: 1;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        height: auto;
    }
    .timeline_wrap.journey_v2 .milestone_year_wrap.journey_year_col > .full_wrap {
        min-height: 240px;
    }
    .timeline_wrap.journey_v2 .milestone_year_wrap .common_header {
        font-size: 110px;
    }
    .journey_v2 .journey_year_text {
        font-size: 110px;
        letter-spacing: -2px;
    }
    .journey_v2 .journey_year_shape {
        width: 280px;
        height: 280px;
    }
    .journey_v2 .journey_title_wrap {
        margin-bottom: 18px;
    }
    .journey_v2 .journey_milestone_title {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .journey_v2 .journey_milestone_body,
    .journey_v2 .journey_milestone_body p {
        font-size: 14px;
        line-height: 1.6;
    }
    .journey_v2 .journey_content_inner {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .timeline_wrap.journey_v2 .milestone_year_wrap .common_header {
        font-size: 88px;
    }
    .journey_v2 .journey_year_text {
        font-size: 88px;
        letter-spacing: -1px;
    }
    .journey_v2 .journey_year_shape {
        width: 240px;
        height: 240px;
    }
    .timeline_wrap.journey_v2 .milestone_year_wrap.journey_year_col > .full_wrap {
        min-height: 200px;
    }
    .journey_v2 .journey_milestone_title {
        font-size: 17px;
    }
    .journey_v2 .journey_milestone_body,
    .journey_v2 .journey_milestone_body p {
        font-size: 13px;
    }
    .journey_v2 .journey_title_wrap p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .timeline_wrap.journey_v2 .milestone_year_wrap .common_header {
        font-size: 72px;
    }
    .journey_v2 .journey_year_text {
        font-size: 72px;
    }
    .journey_v2 .journey_year_shape {
        width: 210px;
        height: 210px;
    }
}

/* =====================================================
   People at the Change (Team Section) - Redesign v2
   Scoped under .team_v2 to avoid disturbing legacy styles
   ===================================================== */
.team_v2 {
    margin-top: 0;
}

.team_v2 .team_v2_top {
    background-color: #333333;
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.team_v2 .main_title_wrap {
    text-align: center;
}
.team_v2 .main_title_wrap .common_header {
    color: #ffffff;
}
.team_v2 .main_title_wrap .common_header.primary {
    color: #DA1F27;
}
.team_v2 .main_title_wrap .common_header .semi {
    color: #ffffff;
}
.team_v2 .main_title_wrap p {
    color: #ffffff;
    margin: 12px auto 0;
    max-width: 720px;
    font-size: 15px;
    line-height: 1.6;
}
.team_v2 .team_swiper_parent {
    margin-top: 50px;
}
.team_wrap.team_v2 .team_swiper_parent .swiper-slide .abs_wrap {
    display: none !important;
}
.team_wrap.team_v2 .team_swiper_parent .swiper-slide .image_wrap {
    position: relative;
    overflow: hidden;
    background-color: #eeeeee;
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}
.team_wrap.team_v2 .team_swiper_parent .swiper-slide .image_wrap img {
    width: 100%;
    max-width: none;
    display: block;
}
.team_wrap.team_v2 .team_swiper_parent .swiper-slide .title_wrap {
    position: static;
    width: 100%;
    left: auto;
    bottom: auto;
    background: transparent;
    padding: 18px 4px 0;
    text-align: left;
}
.team_wrap.team_v2 .team_swiper_parent .title_wrap .common_header {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 4px;
}
.team_wrap.team_v2 .team_swiper_parent .title_wrap p {
    color: #DA1F27;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}
.team_wrap.team_v2 .team_swiper_parent .swiper-slide:hover .abs_wrap {
    transform: none;
}
.team_wrap.team_v2 .bottom_text_wrap {
    margin-top: 50px;
    color: #ffffff;
    text-align: center;
}
.team_wrap.team_v2 .bottom_text_wrap .team-quote-swiper {
    max-width: 760px;
    margin: 0 auto;
}
.team_wrap.team_v2 .bottom_text_wrap .team-quote-swiper p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
.team_wrap.team_v2 .bottom_text_wrap .team-quote-pagination {
    margin-top: 18px;
}
.team_wrap.team_v2 .bottom_text_wrap .team-quote-pagination .swiper-pagination-bullet {
    background: #777;
    border-color: transparent;
}
.team_wrap.team_v2 .bottom_text_wrap .team-quote-pagination .swiper-pagination-bullet-active {
    background: #DA1F27;
    border-color: #DA1F27;
}
@media (max-width: 991px) {
    .team_v2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .team_v2 .team_swiper_parent {
        margin-top: 36px;
    }
    .team_wrap.team_v2 .team_swiper_parent .title_wrap .common_header {
        font-size: 18px;
    }
    .team_wrap.team_v2 .team_swiper_parent .title_wrap p {
        font-size: 14px;
    }
}
