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

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

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

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

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

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

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

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

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

body p,
body .content_ul li {
  color: #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 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;
}

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: 4%;
  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);
  }
}

@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 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  top: 0;
  text-align: center;
  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 {
  max-width: 1250px;
}

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

.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: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.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 {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 70%;
}

.concrete_wrap .image_wrap img {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: rotation 5s linear infinite;
          animation: rotation 5s linear infinite;
}

.concrete_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-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_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;
}

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

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

.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_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: 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%;
  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;
}

.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;
  width: 40%;
  text-align: center;
}

.client_parent_wrap .client_card_ul li .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: 60%;
}

.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: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  left: 0;
  top: 0;
  padding-top: 12%;
}

.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;
  padding-left: 20px;
  width: 80%;
  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;
}

.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 .main_svg path {
  fill: #f0f0f0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.review_wrap ul li:hover .main_svg path {
  fill: #cfcfcf;
}

.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(10px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-backdrop-filter: blur(10px);
}

.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: left;
  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;
}

.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: translateX(-150px) translateY(-26px);
          transform: translateX(-150px) translateY(-26px);
}

.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) {
  @-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) {
  @-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: 15vh;
  padding-bottom: 15vh;
}

.concrete_future_wrap .half_wrap {
  float: right;
}

.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_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%;
  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: 420px;
  -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;
  left: 250px;
}

/*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: left;
  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: 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%;
  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;
}

/*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.active .title_wrap img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

.leader_ship_career ul li .teamimg {
  position: absolute;
  top: 50%;
  width: calc(100% - 40px);
  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;
}

.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: left;
  padding-right: 40%;
}

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

.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: 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: 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: 20px;
    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: left;
    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) {
  /*Sustain starts*/
  .safety_wrap .title_wrap {
    text-align: left;
    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: inline-block;
    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;
  }
  .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 .half_wrap {
    width: 100%;
    padding-top: 60vh;
  }
  .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: 20px;
    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: left;
    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: left;
  }
  .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: left;
  }
  .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: 0;
    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%;
  }
  .client_parent_wrap .main_title_wrap {
    text-align: left;
  }
  .client_parent_wrap .break_content_wrap {
    text-align: left;
  }
  .client_parent_wrap .break_content_wrap p {
    padding: 0;
  }
  .client_parent_wrap .client_card_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;
  }
  .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%;
  }
  .review_wrap .main_title_wrap {
    text-align: left;
  }
  .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: left;
    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 img {
    width: 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: 40vh;
    padding-bottom: 0;
  }
  .menu_top_wrap {
    padding-top: 10px;
    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: left;
    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: 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: 60%;
    padding: 0;
    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: 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: 1;
    bottom: 0;
    left: 0;
  }
}

@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: 0;
    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: 0;
    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: left;
  }
  .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%;
}
/*# sourceMappingURL=style.css.map */
/* ============================================
   Menu Overlay Styles
   ============================================ */
.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;
  transition: all 0.4s ease-in-out;
}

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

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

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

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

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

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

.menu_overlay_wrap .menu_main_content_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 100px 20px 60px;
  box-sizing: border-box;
}

.menu_overlay_wrap .menu_left_section {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu_overlay_wrap .menu_navigation {
  width: 100%;
}

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

.menu_overlay_wrap .menu_nav_item {
  margin-bottom: 8px;
}

.menu_overlay_wrap .menu_nav_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  text-decoration: none;
  color: white;
  font-family: med_font, Arial, sans-serif;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu_overlay_wrap .menu_nav_link span {
  flex: 1;
}

.menu_overlay_wrap .menu_nav_link svg {
  width: 24px;
  height: 25px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s 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;
  transform: translateX(0);
}

.menu_overlay_wrap .menu_social_icons {
  display: flex;
  gap: 25px;
  margin-top: 40px;
}

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

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

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

/* 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 15px 40px;
  }
}
