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

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

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

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

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

@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: #f2f2f2;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

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

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

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

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

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

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

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

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

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: 15px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: reg_font;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c70d00;
  padding-left: 4%;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

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

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

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

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

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

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

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

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

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

body .btn-group a:hover {
  background: none;
  background-color: #c70d00 !important;
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 22px;
  }
  body .common_header.large {
    font-size: 35px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 14px;
  }
  body p.small_size {
    font-size: 11px;
  }
  body .common_header.small {
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

.opacity_text {
  opacity: 0.5;
}

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

.slider_wrap .mobile {
  display: none;
}

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

.slider_wrap.common {
  padding: 0 !important;
  height: auto;
}

.slider_wrap.common img {
  height: auto;
  width: auto;
  -o-object-fit: auto;
     object-fit: auto;
}

.overiew_wrap {
  background: url("../images/overviewimage.jpg") fixed top center no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 60vh;
}

.category_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
  text-align: center;
}

.category_wrap .number_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;
}

.category_wrap .number_wrap ul li {
  width: 25%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  text-align: center;
  padding: 30px;
  border-right: 4px solid #cecece;
}

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

.category_wrap .number_wrap ul li:last-child {
  border: none;
}

.category_wrap .cat_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: 15px;
}

.category_wrap .cat_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: 50px;
}

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

.category_wrap .cat_ul li .image_wrap {
  overflow: hidden;
}

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

.category_wrap .cat_ul li .data_wrap {
  position: absolute;
  width: 100%;
  padding: 30px;
  text-align: center;
  bottom: 20px;
}

.category_wrap .cat_ul li .data_wrap .common_header {
  text-transform: uppercase;
}

.category_wrap .title_wrap {
  padding-top: 15vh;
  background: url("../images/backimage.jpg") top center no-repeat;
  background-size: 100% auto;
}

.logo_wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  padding: 20px;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* For Safari */
}

.logo_wrap img {
  max-width: 250px;
}

.prefooter_wrap {
  padding: 15vh 0;
  background: url("../images/backimage.jpg") center center no-repeat;
  background-size: cover;
}

.prefooter_wrap .right_wrap {
  text-align: right;
}

.prefooter_wrap .right_wrap .dot {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #c70d00;
  display: inline-block;
}

.prefooter_wrap .right_wrap p {
  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;
  align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 20px;
  font-family: bold_font;
  color: #000;
}

.prefooter_wrap .right_wrap p a {
  font-family: bold_font;
  color: #000;
}

.enquiry_popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.5;
  background: #c70d00;
  display: none;
}

.enquiry_popup_wrap {
  position: fixed;
  top: 0;
  width: 400px;
  height: 100%;
  overflow-y: auto;
  z-index: 10000;
  background: #fff;
  padding: 20px;
  right: -400px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.enquiry_popup_wrap .close_wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  z-index: 10;
  cursor: pointer;
}

.enquiry_popup_wrap .form_group_wrap {
  margin-top: 20px;
}

.enquiry_popup_wrap.active {
  right: 0;
}

.form_group_wrap {
  margin-top: 0;
}

.form_group_wrap .form_field {
  margin-top: 5px;
}

/*PDP starts*/
.product_parent_wrap {
  margin-top: 15vh;
}

.product_parent_wrap .gridContainer {
  max-width: 1250px;
}

.product_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: 50%;
  padding-right: 60px;
}

.product_parent_wrap .image_wrap img {
  border-radius: 20px;
}

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

.product_parent_wrap .data_wrap p {
  text-align: justify;
}

.product_parent_wrap .data_wrap h1.common_header {
  padding-top: 0;
  font-size: 40px;
}

.product_parent_wrap .data_wrap .common_anchor {
  width: 100%;
  text-align: center;
  border-radius: 20px;
}

.product_parent_wrap .data_wrap .certification_wrap {
  background-color: white;
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
}

.product_parent_wrap .data_wrap .certification_wrap .content_ul {
  margin-top: 15px;
}

.product_features_wrap {
  margin-top: 7vh;
}

.product_features_wrap .gridContainer {
  max-width: 1250px;
}

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

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

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

.product_features_wrap ul li .white_wrap {
  background-color: white;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
  height: 100%;
}

.product_bottom_wrap {
  margin-top: 7vh;
  padding-bottom: 7vh;
}

.product_bottom_wrap .gridContainer {
  max-width: 1250px;
}

.product_bottom_wrap .half_wrap .white_wrap {
  background-color: white;
  border-radius: 20px;
  height: 100%;
  padding: 20px;
}

.product_bottom_wrap .half_wrap .white_wrap h2.common_header {
  padding-top: 0;
}

.product_bottom_wrap .half_wrap .white_wrap p {
  text-align: justify;
}

.product_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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.product_bottom_wrap .parent .half_wrap:first-child {
  padding-right: 15px;
}

.product_bottom_wrap .parent .half_wrap:last-child {
  padding-right: 15px;
}

.master_product_parent {
  background: url("../images/backimage.jpg") bottom center no-repeat;
  background-size: 100% auto;
}

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

.product_mid_image_wrap .gridContainer {
  max-widht: 1250px;
}

.menu_wrap {
  position: fixed;
  top: 50px;
  z-index: 1000;
  left: 0;
  width: 100%;
  top: 40px;
  pointer-events: none;
}

.menu_wrap .menucta_wrap {
  display: none;
}

.menu_wrap p {
  padding: 0;
  text-transform: uppercase;
}

.menu_wrap ul {
  margin: 0;
  padding: 0;
}

.menu_wrap ul li {
  display: inline-block;
  pointer-events: auto;
}

.menu_wrap ul li p {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu_wrap ul li:hover > a {
  text-decoration: none;
}

.menu_wrap ul li:hover > a p {
  color: #c70d00;
}

.menu_wrap > ul {
  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;
}

.menu_wrap > ul > li + li {
  margin-left: 80px;
}

.menu_wrap > ul li.hassubmenu {
  position: relative;
}

.menu_wrap > ul li.hassubmenu .sub-menu {
  position: absolute;
  top: 80px;
  background: #fff;
  left: 0;
  width: auto;
  min-width: 100%;
  box-shadow: 4px 3px 15px -9px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 4px 3px 15px -9px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 4px 3px 15px -9px rgba(0, 0, 0, 0.53);
  padding: 15px;
  border-radius: 10px;
}

.menu_wrap > ul li.hassubmenu .sub-menu ul {
  display: -ms-grid;
  display: grid;
  padding: 0;
  -ms-grid-columns: (2fr)[2];
      grid-template-columns: repeat(2, 2fr);
  gap: 10px;
}

.menu_wrap > ul li.hassubmenu .sub-menu ul li {
  width: 250px;
}

.menu_wrap > ul li.hassubmenu .sub-menu ul li a p {
  font-size: 12px;
  text-transform: initial;
}

.menu_wrap > ul > li:nth-child(3) {
  margin-left: 400px;
}

.menu_wrap > ul > li:nth-child(1) {
  margin-left: 30px;
}

.menucta_wrap {
  display: none;
}

/*Responsive Starts*/
@media only screen and (max-width: 1599px) {
  .menu_wrap {
    top: 20px;
  }
  .logo_wrap {
    padding: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* For Safari */
  }
  .logo_wrap img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 1100px) {
  .menu_wrap > ul > li + li {
    margin-left: 40px;
  }
  .overiew_wrap {
    padding-top: 40vh;
  }
}

@media only screen and (max-width: 786px) {
  .menu_wrap {
    display: none;
  }
  .menucta_wrap {
    position: fixed;
    top: 15px;
    right: 20px;
    display: inline-block;
    z-index: 1001;
    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;
  }
  .menucta_wrap a {
    width: 40px;
  }
  .product_parent_wrap {
    margin-top: 7vh;
  }
  .product_parent_wrap .image_wrap,
  .product_parent_wrap .data_wrap {
    width: 100%;
    padding: 0;
  }
  .product_parent_wrap .image_wrap h1.common_header,
  .product_parent_wrap .data_wrap h1.common_header {
    font-size: 30px;
  }
  .product_parent_wrap .image_wrap p,
  .product_parent_wrap .data_wrap p {
    text-align: left;
  }
  .product_parent_wrap .image_wrap img {
    width: 100%;
    max-width: none;
  }
  .product_parent_wrap .data_wrap {
    margin-top: 15px;
  }
  .product_features_wrap {
    margin-top: 0;
  }
  .product_features_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_features_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;
    margin-top: 15px;
  }
  .product_bottom_wrap {
    margin: 0;
  }
  .product_bottom_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_bottom_wrap .parent .half_wrap {
    padding: 0 !important;
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 15px;
  }
  .overiew_wrap {
    height: auto;
    padding: 0;
  }
  .overiew_wrap .half_wrap {
    width: 100%;
  }
  .overiew_wrap .data_wrap {
    margin-top: 50vh;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
  }
  .category_wrap .number_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category_wrap .number_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%;
    margin-top: 15px;
    padding: 25px;
    border: none;
    border-right: 4px solid #cecece;
  }
  .category_wrap .number_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .category_wrap .number_wrap ul li:last-child {
    border: none;
  }
  .category_wrap .number_wrap ul li:nth-child(2) {
    border: navajowhite;
  }
  .category_wrap .cat_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%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 15px;
  }
  .category_wrap .cat_ul li:nth-child(3n+0) {
    margin-right: 3%;
  }
  .category_wrap .cat_ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .category_wrap .cat_ul li .image_wrap img {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .overiew_wrap {
    background-image: url("../images/overviewimage_mobile.jpg");
  }
  .enquiry_popup_wrap {
    width: 90%;
    right: -100%;
  }
  .whatsapp_fix {
    bottom: 20px !important;
    right: 20px !important;
  }
  .whatsapp_fix a {
    padding: 5px;
    padding-right: 10px;
  }
  .prefooter_wrap .half_wrap {
    width: 100%;
  }
  .prefooter_wrap .right_wrap p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
  }
  .slider_wrap .mobile {
    display: inline-block;
  }
  .slider_wrap .desktop {
    display: none;
  }
  .overiew_wrap {
    background-attachment: initial;
  }
  .overiew_wrap .data_wrap {
    padding: 0;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .category_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .category_wrap .number_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: 30px;
    margin-top: 15px;
    border: none;
    border-bottom: 4px solid #cecece;
  }
  .category_wrap .number_wrap ul li .common_header {
    padding-top: 0;
  }
  .category_wrap .number_wrap ul li .common_header.small {
    padding-top: 15px;
  }
  .category_wrap .number_wrap ul li:nth-child(2) {
    border-bottom: 4px solid #cecece;
  }
  .category_wrap .cat_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: 15px;
  }
}

.whatsapp_fix {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.whatsapp_fix a {
  float: left;
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 10px;
  color: #000;
  font-size: 14px;
  border-radius: 30px;
}

.whatsapp_fix a img {
  display: inline-block;
  width: 40px;
}

.form_field.input_error {
  background: #fbcccc;
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  max-width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  border-right: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile_menu .inner_wrap {
  padding-top: 50px;
}

.mobile_menu .close_icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  padding: 5px;
}

.mobile_menu p {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 14px;
  padding: 0;
  text-align: left;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu .logo_a {
  display: inline-block;
  padding: 10px 20px;
  width: 180px;
  margin-bottom: 15px;
  display: none;
}

.mobile_menu .social_wrap {
  padding: 10px 20px;
}

.mobile_menu .social_wrap .social_a {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.mobile_menu .social_wrap p {
  margin-bottom: 10px;
  opacity: 0.5;
}

.mobile_menu .info_wrap {
  padding: 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu .info_wrap .p {
  margin-bottom: 10px;
  opacity: 0.5;
}

.mobile_menu ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu ul li {
  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;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 10px 20px;
}

.mobile_menu ul li:hover a p {
  color: #c70d00;
}

.footer_wrap {
  padding: 7vh 0;
  background: #c70d00;
}

.footer_wrap p {
  color: #fff;
  padding-top: 0;
}

.footer_wrap .logo_a {
  width: 180px;
  margin-bottom: 10px;
  -webkit-filter: invert(1);
          filter: invert(1);
  display: inline-block;
}

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

.footer_wrap .menu_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-bottom: 10px;
}

.footer_wrap .menu_ul_wrap li .social_a {
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer_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-align: start;
      -ms-flex-align: start;
          align-items: start;
}

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

.footer_wrap .parent .cont_wrap:nth-child(3n+0) {
  margin-right: 0;
}

.footer_wrap .fmap_wrap {
  border: 5px solid #f7f7f7;
}

.footer_wrap .fmap_wrap iframe {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  height: 200px;
}

/*Responsive Ends*/
/*About Us Page Styles Start*/
.about_hero_section {
  background: url("../images/backimage.jpg") center center no-repeat;
  background-size: cover;
  padding: 150px 0 100px 0;
  text-align: center;
  position: relative;
}

.about_hero_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  z-index: 0;
}

.about_hero_section .hero_content {
  position: relative;
  z-index: 1;
}

.about_hero_section .hero_content .hero_title {
  font-size: 60px;
  padding-top: 0;
  margin-bottom: 20px;
}

.about_hero_section .hero_content .hero_subtitle {
  font-size: 24px;
  color: #333;
  padding-top: 10px;
}

.about_story_section {
  padding: 15vh 0;
}

.about_story_section .story_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.about_story_section .story_grid .story_image_wrap,
.about_story_section .story_grid .story_content_wrap {
  width: 48%;
}

.about_story_section .story_grid .story_image_wrap .image_container {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.about_story_section .story_grid .story_image_wrap .image_container img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about_story_section .story_grid .story_image_wrap .image_container .image_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(199, 13, 0, 0.9);
  color: white;
  padding: 15px 20px;
  font-family: semi_font;
  font-size: 14px;
  text-align: center;
}

.about_story_section .story_grid .story_content_wrap h2.common_header {
  font-size: 40px;
  padding-top: 0;
  margin-bottom: 15px;
}

.about_story_section .story_grid .story_content_wrap p {
  line-height: 1.9em;
  text-align: justify;
}

.about_mission_vision_section {
  padding: 15vh 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.about_mission_vision_section .mv_grid {
  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: 40px;
}

.about_mission_vision_section .mv_grid .mv_card {
  width: 48%;
  background: white;
  padding: 50px 40px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about_mission_vision_section .mv_grid .mv_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 4px 15px 35px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 15px 35px 1px rgba(0, 0, 0, 0.15);
}

.about_mission_vision_section .mv_grid .mv_card .mv_icon_wrap {
  margin-bottom: 20px;
}

.about_mission_vision_section .mv_grid .mv_card .mv_icon_wrap img {
  width: 80px;
  height: 80px;
}

.about_mission_vision_section .mv_grid .mv_card h3.common_header {
  font-size: 30px;
  padding-top: 0;
  margin-bottom: 15px;
}

.about_mission_vision_section .mv_grid .mv_card p {
  font-size: 16px;
  line-height: 1.8em;
  color: #555;
}

.about_values_section {
  padding: 15vh 0;
  text-align: center;
}

.about_values_section .values_header {
  margin-bottom: 60px;
}

.about_values_section .values_header h2.common_header {
  font-size: 45px;
  padding-top: 0;
  margin-bottom: 10px;
}

.about_values_section .values_header p {
  font-size: 18px;
  color: #666;
}

.about_values_section .values_grid {
  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;
  gap: 30px;
}

.about_values_section .values_grid .value_card {
  width: calc(50% - 15px);
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: left;
  border: 2px solid #f0f0f0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.about_values_section .values_grid .value_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #c70d00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about_values_section .values_grid .value_card:hover {
  border-color: #c70d00;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.about_values_section .values_grid .value_card:hover::before {
  width: 100%;
  opacity: 0.05;
}

.about_values_section .values_grid .value_card .value_number {
  font-family: bold_font;
  font-size: 50px;
  color: #c70d00;
  opacity: 0.15;
  margin-bottom: 10px;
}

.about_values_section .values_grid .value_card h4.common_header {
  font-size: 22px;
  padding-top: 0;
  margin-bottom: 10px;
  color: #000;
}

.about_values_section .values_grid .value_card p {
  font-size: 15px;
  line-height: 1.7em;
  color: #666;
}

.about_why_choose_section {
  padding: 15vh 0;
  background: url("../images/backimage.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}

.about_why_choose_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 0;
}

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

.about_why_choose_section .why_choose_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.about_why_choose_section .why_choose_grid .why_content_wrap,
.about_why_choose_section .why_choose_grid .why_image_wrap {
  width: 48%;
}

.about_why_choose_section .why_choose_grid .why_content_wrap h2.common_header {
  font-size: 40px;
  padding-top: 0;
  margin-bottom: 30px;
}

.about_why_choose_section .why_choose_grid .why_content_wrap .why_list {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about_why_choose_section .why_choose_grid .why_content_wrap .why_list li {
  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;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.about_why_choose_section .why_choose_grid .why_content_wrap .why_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about_why_choose_section .why_choose_grid .why_content_wrap .why_list li .why_icon {
  width: 40px;
  height: 40px;
  background: #c70d00;
  color: white;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: bold_font;
  font-size: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about_why_choose_section .why_choose_grid .why_content_wrap .why_list li .why_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about_why_choose_section .why_choose_grid .why_content_wrap .why_list li .why_text h5 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  color: #000;
}

.about_why_choose_section .why_choose_grid .why_content_wrap .why_list li .why_text p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6em;
}

.about_why_choose_section .why_choose_grid .why_image_wrap .image_container {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.about_why_choose_section .why_choose_grid .why_image_wrap .image_container img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about_why_choose_section .why_choose_grid .why_image_wrap .image_container .image_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(199, 13, 0, 0.9);
  color: white;
  padding: 15px 20px;
  font-family: semi_font;
  font-size: 14px;
  text-align: center;
}

.about_manufacturing_section {
  padding: 15vh 0;
  background: #f8f9fa;
  text-align: center;
}

.about_manufacturing_section .manufacturing_header {
  margin-bottom: 60px;
}

.about_manufacturing_section .manufacturing_header h2.common_header {
  font-size: 45px;
  padding-top: 0;
  margin-bottom: 10px;
}

.about_manufacturing_section .manufacturing_header p {
  font-size: 18px;
  color: #666;
}

.about_manufacturing_section .manufacturing_images {
  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;
}

.about_manufacturing_section .manufacturing_images .manufacturing_image_item {
  width: calc(33.33% - 20px);
}

.about_manufacturing_section .manufacturing_images .manufacturing_image_item .image_container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about_manufacturing_section .manufacturing_images .manufacturing_image_item .image_container img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about_manufacturing_section .manufacturing_images .manufacturing_image_item .image_container .image_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(199, 13, 0, 0.9);
  color: white;
  padding: 12px 15px;
  font-family: semi_font;
  font-size: 13px;
  text-align: center;
}

.about_manufacturing_section .manufacturing_images .manufacturing_image_item .image_container:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.about_manufacturing_section .manufacturing_images .manufacturing_image_item h4.common_header {
  font-size: 20px;
  padding-top: 0;
  margin: 0;
  color: #000;
}

.about_cta_section {
  padding: 100px 0;
  background: linear-gradient(135deg, #c70d00 0%, #7b0800 100%);
  text-align: center;
}

.about_cta_section .cta_content {
  max-width: 900px;
  margin: 0 auto;
  float: none;
}

.about_cta_section .cta_content h2.common_header {
  font-size: 40px;
  padding-top: 0;
  margin-bottom: 20px;
}

.about_cta_section .cta_content p {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 40px;
}

.about_cta_section .cta_content .cta_buttons {
  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;
}

.about_cta_section .cta_content .cta_buttons .common_anchor {
  margin: 0;
}

.about_cta_section .cta_content .cta_buttons .common_anchor.white_border {
  border-color: white;
  color: white;
}

.about_cta_section .cta_content .cta_buttons .common_anchor.white_border:hover {
  background: white;
  color: #c70d00;
}

.image_container img {
  width: 100%;
  display: block;
}

/*About Us Page Responsive Styles*/
@media only screen and (max-width: 1599px) {
  .about_hero_section {
    padding: 120px 0 80px 0;
  }
  .about_hero_section .hero_content .hero_title {
    font-size: 45px;
  }
  .about_hero_section .hero_content .hero_subtitle {
    font-size: 20px;
  }
  .about_story_section .story_grid,
  .about_story_section .why_choose_grid,
  .about_why_choose_section .story_grid,
  .about_why_choose_section .why_choose_grid {
    gap: 40px;
  }
  .about_mission_vision_section .mv_grid {
    gap: 30px;
  }
  .about_mission_vision_section .mv_grid .mv_card {
    padding: 40px 30px;
  }
  .footer_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_wrap .parent .cont_wrap {
    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%;
  }
  .footer_wrap .parent .cont_wrap:nth-child(2n+0) {
    margin-right: 0;
  }
  .footer_wrap .parent .cont_wrap:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .footer_wrap .fmap_wrap iframe {
    height: 250px;
  }
}

@media only screen and (max-width: 786px) {
  .about_hero_section {
    padding: 100px 0 60px 0;
  }
  .about_hero_section .hero_content .hero_title {
    font-size: 35px;
  }
  .about_hero_section .hero_content .hero_subtitle {
    font-size: 18px;
  }
  .about_story_section {
    padding: 7vh 0;
  }
  .about_story_section .story_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .about_story_section .story_grid .story_image_wrap,
  .about_story_section .story_grid .story_content_wrap {
    width: 100%;
  }
  .about_story_section .story_grid .story_image_wrap .image_container img {
    height: 350px;
  }
  .about_story_section .story_grid .story_content_wrap h2.common_header {
    font-size: 32px;
  }
  .about_story_section .story_grid .story_content_wrap p {
    text-align: left;
  }
  .about_mission_vision_section {
    padding: 7vh 0;
  }
  .about_mission_vision_section .mv_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .about_mission_vision_section .mv_grid .mv_card {
    width: 100%;
    padding: 35px 25px;
  }
  .about_mission_vision_section .mv_grid .mv_card h3.common_header {
    font-size: 26px;
  }
  .about_values_section {
    padding: 7vh 0;
  }
  .about_values_section .values_header {
    margin-bottom: 40px;
  }
  .about_values_section .values_header h2.common_header {
    font-size: 35px;
  }
  .about_values_section .values_grid {
    gap: 20px;
  }
  .about_values_section .values_grid .value_card {
    width: 100%;
    padding: 30px 25px;
  }
  .about_values_section .values_grid .value_card .value_number {
    font-size: 40px;
  }
  .about_values_section .values_grid .value_card h4.common_header {
    font-size: 20px;
  }
  .about_why_choose_section {
    padding: 7vh 0;
  }
  .about_why_choose_section .why_choose_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .about_why_choose_section .why_choose_grid .why_content_wrap,
  .about_why_choose_section .why_choose_grid .why_image_wrap {
    width: 100%;
  }
  .about_why_choose_section .why_choose_grid .why_content_wrap h2.common_header {
    font-size: 32px;
  }
  .about_why_choose_section .why_choose_grid .why_content_wrap .why_list li {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .about_why_choose_section .why_choose_grid .why_content_wrap .why_list li .why_text h5 {
    font-size: 16px;
  }
  .about_why_choose_section .why_choose_grid .why_image_wrap .image_container img {
    height: 350px;
  }
  .about_manufacturing_section {
    padding: 7vh 0;
  }
  .about_manufacturing_section .manufacturing_header {
    margin-bottom: 40px;
  }
  .about_manufacturing_section .manufacturing_header h2.common_header {
    font-size: 35px;
  }
  .about_manufacturing_section .manufacturing_images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .about_manufacturing_section .manufacturing_images .manufacturing_image_item {
    width: 100%;
  }
  .about_manufacturing_section .manufacturing_images .manufacturing_image_item .image_container img {
    height: 280px;
  }
  .about_cta_section {
    padding: 60px 0;
  }
  .about_cta_section .cta_content h2.common_header {
    font-size: 32px;
  }
  .about_cta_section .cta_content p {
    font-size: 16px;
  }
  .about_cta_section .cta_content .cta_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_cta_section .cta_content .cta_buttons .common_anchor {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrap .parent .cont_wrap {
    width: 100%;
  }
  .footer_wrap .parent .cont_wrap:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer_wrap .parent .cont_wrap:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer_wrap .parent .cont_wrap:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
  .footer_wrap .parent .comp_wrap {
    margin-bottom: 25px;
  }
  .about_hero_section {
    padding: 80px 0 40px 0;
  }
  .about_hero_section .hero_content .hero_title {
    font-size: 28px;
  }
  .about_hero_section .hero_content .hero_subtitle {
    font-size: 16px;
  }
  .about_story_section .story_grid .story_image_wrap .image_container img {
    height: 250px;
  }
  .about_story_section .story_grid .story_image_wrap .image_container .image_overlay {
    font-size: 12px;
    padding: 10px 15px;
  }
  .about_story_section .story_grid .story_content_wrap h2.common_header {
    font-size: 26px;
  }
  .about_mission_vision_section .mv_grid .mv_card {
    padding: 30px 20px;
  }
  .about_mission_vision_section .mv_grid .mv_card h3.common_header {
    font-size: 22px;
  }
  .about_mission_vision_section .mv_grid .mv_card p {
    font-size: 14px;
  }
  .about_values_section .values_header h2.common_header {
    font-size: 28px;
  }
  .about_values_section .values_header p {
    font-size: 15px;
  }
  .about_values_section .values_grid .value_card {
    padding: 25px 20px;
  }
  .about_values_section .values_grid .value_card .value_number {
    font-size: 35px;
  }
  .about_values_section .values_grid .value_card h4.common_header {
    font-size: 18px;
  }
  .about_values_section .values_grid .value_card p {
    font-size: 14px;
  }
  .about_why_choose_section .why_choose_grid .why_content_wrap h2.common_header {
    font-size: 26px;
  }
  .about_why_choose_section .why_choose_grid .why_content_wrap .why_list li {
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .about_why_choose_section .why_choose_grid .why_content_wrap .why_list li .why_icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .about_why_choose_section .why_choose_grid .why_content_wrap .why_list li .why_text h5 {
    font-size: 15px;
  }
  .about_why_choose_section .why_choose_grid .why_content_wrap .why_list li .why_text p {
    font-size: 13px;
  }
  .about_why_choose_section .why_choose_grid .why_image_wrap .image_container img {
    height: 250px;
  }
  .about_why_choose_section .why_choose_grid .why_image_wrap .image_container .image_overlay {
    font-size: 12px;
    padding: 10px 15px;
  }
  .about_manufacturing_section .manufacturing_header h2.common_header {
    font-size: 28px;
  }
  .about_manufacturing_section .manufacturing_header p {
    font-size: 15px;
  }
  .about_manufacturing_section .manufacturing_images .manufacturing_image_item .image_container img {
    height: 220px;
  }
  .about_manufacturing_section .manufacturing_images .manufacturing_image_item .image_container .image_overlay {
    font-size: 12px;
    padding: 10px 12px;
  }
  .about_manufacturing_section .manufacturing_images .manufacturing_image_item h4.common_header {
    font-size: 18px;
  }
  .about_cta_section {
    padding: 50px 0;
  }
  .about_cta_section .cta_content h2.common_header {
    font-size: 24px;
  }
  .about_cta_section .cta_content p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/*About Us Page Styles End*/
/*Infrastructure Page Styles Start*/
.infra_hero_section {
  background: url("../images/backimage.jpg") center center no-repeat;
  background-size: cover;
  padding: 180px 0 120px 0;
  text-align: center;
  position: relative;
}

.infra_hero_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(199, 13, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 0;
}

.infra_hero_section .hero_content {
  position: relative;
  z-index: 1;
}

.infra_hero_section .hero_content .hero_title {
  font-size: 65px;
  padding-top: 0;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.infra_hero_section .hero_content .hero_subtitle {
  font-size: 26px;
  padding-top: 10px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.infra_overview_section {
  padding: 15vh 0;
  background: white;
  background: url("../images/bg_about.jpg") center no-repeat;
  background-size: cover;
}

.infra_overview_section .overview_content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  float: none;
}

.infra_overview_section .overview_content h2.common_header {
  font-size: 42px;
  padding-top: 0;
  margin-bottom: 25px;
}

.infra_overview_section .overview_content p {
  font-size: 17px;
  line-height: 1.9em;
  color: #555;
}

.infra_overview_section .overview_content p.semi {
  font-size: 19px;
  color: #333;
  margin-bottom: 20px;
}

.infra_highlights_section {
  padding: 15vh 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  text-align: center;
}

.infra_highlights_section .highlights_header {
  margin-bottom: 60px;
}

.infra_highlights_section .highlights_header h2.common_header {
  font-size: 45px;
  padding-top: 0;
  margin-bottom: 10px;
}

.infra_highlights_section .highlights_header p {
  font-size: 18px;
  color: #666;
}

.infra_highlights_section .highlights_grid {
  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;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.infra_highlights_section .highlights_grid .highlight_card {
  width: calc(25% - 23px);
  background: white;
  padding: 45px 30px;
  border-radius: 25px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.infra_highlights_section .highlights_grid .highlight_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #c70d00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.infra_highlights_section .highlights_grid .highlight_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 4px 15px 40px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 15px 40px 1px rgba(0, 0, 0, 0.15);
}

.infra_highlights_section .highlights_grid .highlight_card:hover::before {
  width: 100%;
}

.infra_highlights_section .highlights_grid .highlight_card .highlight_icon {
  margin-bottom: 25px;
}

.infra_highlights_section .highlights_grid .highlight_card .highlight_icon img {
  width: 120px;
  height: 120px;
}

.infra_highlights_section .highlights_grid .highlight_card h3.common_header {
  font-size: 22px;
  padding-top: 0;
  margin-bottom: 15px;
  color: #000;
}

.infra_highlights_section .highlights_grid .highlight_card p {
  font-size: 15px;
  line-height: 1.7em;
  color: #666;
  margin: 0;
  padding: 0;
}

.infra_process_section {
  padding: 15vh 0;
  background: white;
}

.infra_process_section .process_header {
  text-align: center;
  margin-bottom: 80px;
}

.infra_process_section .process_header h2.common_header {
  font-size: 45px;
  padding-top: 0;
  margin-bottom: 10px;
}

.infra_process_section .process_header p {
  font-size: 18px;
  color: #666;
}

.infra_process_section .process_timeline {
  position: relative;
}

.infra_process_section .process_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c70d00), to(#e0e0e0));
  background: linear-gradient(180deg, #c70d00 0%, #e0e0e0 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.infra_process_section .process_timeline .process_item {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 80px;
  position: relative;
}

.infra_process_section .process_timeline .process_item:last-child {
  margin-bottom: 0;
}

.infra_process_section .process_timeline .process_item .process_number {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #c70d00;
  color: white;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: bold_font;
  font-size: 28px;
  z-index: 2;
  border: 5px solid white;
  -webkit-box-shadow: 0 4px 15px rgba(199, 13, 0, 0.3);
          box-shadow: 0 4px 15px rgba(199, 13, 0, 0.3);
}

.infra_process_section .process_timeline .process_item .process_content {
  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: 40px;
  align-items: center;
}

.infra_process_section .process_timeline .process_item .process_content .process_image_wrap {
  width: 45%;
}

.infra_process_section .process_timeline .process_item .process_content .process_image_wrap .image_container {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.infra_process_section .process_timeline .process_item .process_content .process_image_wrap .image_container img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.infra_process_section .process_timeline .process_item .process_content .process_image_wrap .image_container .image_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(199, 13, 0, 0.9);
  color: white;
  padding: 12px 20px;
  font-family: semi_font;
  font-size: 13px;
  text-align: center;
}

.infra_process_section .process_timeline .process_item .process_content .process_text {
  width: 45%;
  text-align: left;
}

.infra_process_section .process_timeline .process_item .process_content .process_text h4.common_header {
  font-size: 26px;
  padding-top: 0;
  margin-bottom: 15px;
  color: #c70d00;
}

.infra_process_section .process_timeline .process_item .process_content .process_text p {
  font-size: 16px;
  line-height: 1.8em;
  color: #555;
  margin: 0;
  padding: 0;
}

.infra_process_section .process_timeline .process_item.reverse .process_content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.infra_process_section .process_timeline .process_item.reverse .process_content .process_text {
  text-align: right;
}

.infra_gallery_section {
  padding: 15vh 0;
  background: #f8f9fa;
}

.infra_gallery_section .gallery_header {
  text-align: center;
  margin-bottom: 60px;
}

.infra_gallery_section .gallery_header h2.common_header {
  font-size: 45px;
  padding-top: 0;
  margin-bottom: 10px;
}

.infra_gallery_section .gallery_header p {
  font-size: 18px;
  color: #666;
}

.infra_gallery_section .gallery_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.infra_gallery_section .gallery_grid .gallery_item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.infra_gallery_section .gallery_grid .gallery_item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.infra_gallery_section .gallery_grid .gallery_item.large .image_container img {
  height: 100%;
  min-height: 500px;
}

.infra_gallery_section .gallery_grid .gallery_item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.infra_gallery_section .gallery_grid .gallery_item:hover .image_container img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.infra_gallery_section .gallery_grid .gallery_item:hover .image_container .gallery_caption {
  bottom: 0;
  opacity: 1;
}

.infra_gallery_section .gallery_grid .gallery_item .image_container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.infra_gallery_section .gallery_grid .gallery_item .image_container img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.infra_gallery_section .gallery_grid .gallery_item .image_container .image_overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(199, 13, 0, 0.9);
  color: white;
  padding: 8px 15px;
  font-family: semi_font;
  font-size: 12px;
  border-radius: 20px;
}

.infra_gallery_section .gallery_grid .gallery_item .image_container .gallery_caption {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  padding: 30px 20px 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.infra_gallery_section .gallery_grid .gallery_item .image_container .gallery_caption h4.common_header {
  font-size: 20px;
  padding-top: 0;
  margin-bottom: 5px;
}

.infra_gallery_section .gallery_grid .gallery_item .image_container .gallery_caption p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.infra_certifications_section {
  padding: 15vh 0;
  background: white;
}

.infra_certifications_section .cert_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.infra_certifications_section .cert_grid .cert_content,
.infra_certifications_section .cert_grid .cert_images {
  width: 48%;
}

.infra_certifications_section .cert_grid .cert_content h2.common_header {
  font-size: 40px;
  padding-top: 0;
  margin-bottom: 20px;
}

.infra_certifications_section .cert_grid .cert_content p {
  font-size: 17px;
  line-height: 1.8em;
  color: #555;
  margin-bottom: 30px;
}

.infra_certifications_section .cert_grid .cert_content .cert_list {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.infra_certifications_section .cert_grid .cert_content .cert_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  border-left: 4px solid #c70d00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.infra_certifications_section .cert_grid .cert_content .cert_list li:hover {
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.infra_certifications_section .cert_grid .cert_content .cert_list li .cert_icon {
  width: 30px;
  height: 30px;
  background: #c70d00;
  color: white;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: bold_font;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.infra_certifications_section .cert_grid .cert_content .cert_list li .cert_text {
  font-size: 16px;
  color: #333;
  font-family: semi_font;
}

.infra_certifications_section .cert_grid .cert_images {
  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: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.infra_certifications_section .cert_grid .cert_images .cert_image_item {
  width: calc(50% - 13px);
}

.infra_certifications_section .cert_grid .cert_images .cert_image_item .image_container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.infra_certifications_section .cert_grid .cert_images .cert_image_item .image_container img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.infra_certifications_section .cert_grid .cert_images .cert_image_item .image_container .image_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(199, 13, 0, 0.9);
  color: white;
  padding: 12px 15px;
  font-family: semi_font;
  font-size: 13px;
  text-align: center;
}

.infra_cta_section {
  padding: 100px 0;
  background: linear-gradient(135deg, #c70d00 0%, #7b0800 100%);
  text-align: center;
}

.infra_cta_section .cta_content {
  max-width: 900px;
  margin: 0 auto;
  float: none;
}

.infra_cta_section .cta_content h2.common_header {
  font-size: 40px;
  padding-top: 0;
  margin-bottom: 20px;
}

.infra_cta_section .cta_content p {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 40px;
}

.infra_cta_section .cta_content .cta_buttons {
  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;
}

.infra_cta_section .cta_content .cta_buttons .common_anchor {
  margin: 0;
}

.infra_cta_section .cta_content .cta_buttons .common_anchor.white_border {
  border-color: white;
  color: white;
}

.infra_cta_section .cta_content .cta_buttons .common_anchor.white_border:hover {
  background: white;
  color: #c70d00;
}

/*Infrastructure Page Responsive Styles*/
@media only screen and (max-width: 1599px) {
  .infra_hero_section {
    padding: 150px 0 100px 0;
  }
  .infra_hero_section .hero_content .hero_title {
    font-size: 50px;
  }
  .infra_hero_section .hero_content .hero_subtitle {
    font-size: 22px;
  }
  .infra_highlights_section .highlights_grid .highlight_card {
    width: calc(50% - 15px);
  }
  .infra_process_section .process_timeline .process_item .process_content {
    gap: 30px;
  }
}

@media only screen and (max-width: 786px) {
  .infra_hero_section {
    padding: 120px 0 80px 0;
  }
  .infra_hero_section .hero_content .hero_title {
    font-size: 38px;
  }
  .infra_hero_section .hero_content .hero_subtitle {
    font-size: 18px;
  }
  .infra_overview_section {
    padding: 7vh 0;
  }
  .infra_overview_section .overview_content h2.common_header {
    font-size: 32px;
  }
  .infra_overview_section .overview_content p {
    font-size: 15px;
  }
  .infra_overview_section .overview_content p.semi {
    font-size: 16px;
  }
  .infra_highlights_section {
    padding: 7vh 0;
  }
  .infra_highlights_section .highlights_header {
    margin-bottom: 40px;
  }
  .infra_highlights_section .highlights_header h2.common_header {
    font-size: 35px;
  }
  .infra_highlights_section .highlights_grid {
    gap: 20px;
  }
  .infra_highlights_section .highlights_grid .highlight_card {
    width: 100%;
    padding: 35px 25px;
  }
  .infra_process_section {
    padding: 7vh 0;
  }
  .infra_process_section .process_header {
    margin-bottom: 50px;
  }
  .infra_process_section .process_header h2.common_header {
    font-size: 35px;
  }
  .infra_process_section .process_timeline::before {
    display: none;
  }
  .infra_process_section .process_timeline .process_item {
    margin-bottom: 50px;
  }
  .infra_process_section .process_timeline .process_item .process_number {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto 20px auto;
  }
  .infra_process_section .process_timeline .process_item .process_content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px;
  }
  .infra_process_section .process_timeline .process_item .process_content .process_image_wrap,
  .infra_process_section .process_timeline .process_item .process_content .process_text {
    width: 100%;
  }
  .infra_process_section .process_timeline .process_item .process_content .process_text {
    text-align: left !important;
  }
  .infra_process_section .process_timeline .process_item .process_content .process_text h4.common_header {
    font-size: 22px;
  }
  .infra_gallery_section {
    padding: 7vh 0;
  }
  .infra_gallery_section .gallery_header {
    margin-bottom: 40px;
  }
  .infra_gallery_section .gallery_header h2.common_header {
    font-size: 35px;
  }
  .infra_gallery_section .gallery_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .infra_gallery_section .gallery_grid .gallery_item.large {
    grid-column: span 1;
    grid-row: span 1;
  }
  .infra_gallery_section .gallery_grid .gallery_item.large .image_container img {
    height: 300px;
    min-height: auto;
  }
  .infra_gallery_section .gallery_grid .gallery_item .image_container img {
    height: 250px;
  }
  .infra_gallery_section .gallery_grid .gallery_item .image_container .gallery_caption {
    bottom: 0;
    opacity: 1;
  }
  .infra_certifications_section {
    padding: 7vh 0;
  }
  .infra_certifications_section .cert_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .infra_certifications_section .cert_grid .cert_content,
  .infra_certifications_section .cert_grid .cert_images {
    width: 100%;
  }
  .infra_certifications_section .cert_grid .cert_content h2.common_header {
    font-size: 32px;
  }
  .infra_certifications_section .cert_grid .cert_content p {
    font-size: 15px;
  }
  .infra_certifications_section .cert_grid .cert_content .cert_list li .cert_text {
    font-size: 14px;
  }
  .infra_certifications_section .cert_grid .cert_images .cert_image_item {
    width: calc(50% - 13px);
  }
  .infra_certifications_section .cert_grid .cert_images .cert_image_item .image_container img {
    height: 220px;
  }
  .infra_cta_section {
    padding: 60px 0;
  }
  .infra_cta_section .cta_content h2.common_header {
    font-size: 32px;
  }
  .infra_cta_section .cta_content p {
    font-size: 16px;
  }
  .infra_cta_section .cta_content .cta_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infra_cta_section .cta_content .cta_buttons .common_anchor {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .infra_hero_section {
    padding: 100px 0 60px 0;
  }
  .infra_hero_section .hero_content .hero_title {
    font-size: 28px;
  }
  .infra_hero_section .hero_content .hero_subtitle {
    font-size: 16px;
  }
  .infra_overview_section .overview_content h2.common_header {
    font-size: 26px;
  }
  .infra_overview_section .overview_content p {
    font-size: 14px;
  }
  .infra_overview_section .overview_content p.semi {
    font-size: 15px;
  }
  .infra_highlights_section .highlights_header h2.common_header {
    font-size: 28px;
  }
  .infra_highlights_section .highlights_header p {
    font-size: 15px;
  }
  .infra_highlights_section .highlights_grid .highlight_card {
    padding: 30px 20px;
  }
  .infra_highlights_section .highlights_grid .highlight_card h3.common_header {
    font-size: 20px;
  }
  .infra_highlights_section .highlights_grid .highlight_card p {
    font-size: 14px;
  }
  .infra_process_section .process_header h2.common_header {
    font-size: 28px;
  }
  .infra_process_section .process_header p {
    font-size: 15px;
  }
  .infra_process_section .process_timeline .process_item {
    margin-bottom: 40px;
  }
  .infra_process_section .process_timeline .process_item .process_number {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .infra_process_section .process_timeline .process_item .process_content .process_image_wrap .image_container img {
    height: 220px;
  }
  .infra_process_section .process_timeline .process_item .process_content .process_image_wrap .image_container .image_overlay {
    font-size: 12px;
    padding: 10px 15px;
  }
  .infra_process_section .process_timeline .process_item .process_content .process_text h4.common_header {
    font-size: 20px;
  }
  .infra_process_section .process_timeline .process_item .process_content .process_text p {
    font-size: 14px;
  }
  .infra_gallery_section .gallery_header h2.common_header {
    font-size: 28px;
  }
  .infra_gallery_section .gallery_header p {
    font-size: 15px;
  }
  .infra_gallery_section .gallery_grid .gallery_item .image_container img {
    height: 200px;
  }
  .infra_gallery_section .gallery_grid .gallery_item .image_container .image_overlay {
    font-size: 11px;
    padding: 6px 12px;
  }
  .infra_gallery_section .gallery_grid .gallery_item .image_container .gallery_caption {
    padding: 20px 15px 15px 15px;
  }
  .infra_gallery_section .gallery_grid .gallery_item .image_container .gallery_caption h4.common_header {
    font-size: 18px;
  }
  .infra_gallery_section .gallery_grid .gallery_item .image_container .gallery_caption p {
    font-size: 13px;
  }
  .infra_gallery_section .gallery_grid .gallery_item.large .image_container img {
    height: 200px;
  }
  .infra_certifications_section .cert_grid .cert_content h2.common_header {
    font-size: 26px;
  }
  .infra_certifications_section .cert_grid .cert_content p {
    font-size: 14px;
  }
  .infra_certifications_section .cert_grid .cert_content .cert_list li {
    padding: 12px;
  }
  .infra_certifications_section .cert_grid .cert_content .cert_list li .cert_icon {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .infra_certifications_section .cert_grid .cert_content .cert_list li .cert_text {
    font-size: 13px;
  }
  .infra_certifications_section .cert_grid .cert_images .cert_image_item {
    width: 100%;
  }
  .infra_certifications_section .cert_grid .cert_images .cert_image_item .image_container img {
    height: 200px;
  }
  .infra_certifications_section .cert_grid .cert_images .cert_image_item .image_container .image_overlay {
    font-size: 12px;
    padding: 10px 12px;
  }
  .infra_cta_section {
    padding: 50px 0;
  }
  .infra_cta_section .cta_content h2.common_header {
    font-size: 24px;
  }
  .infra_cta_section .cta_content p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/*Infrastructure Page Styles End*/
/*Contact Us Page Styles Start*/
.contact_hero_section {
  background: url("../images/backimage.jpg") center center no-repeat;
  background-size: cover;
  padding: 180px 0 120px 0;
  text-align: center;
  position: relative;
}

.contact_hero_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(199, 13, 0, 0.88) 0%, rgba(0, 0, 0, 0.78) 100%);
  z-index: 0;
}

.contact_hero_section .hero_content {
  position: relative;
  z-index: 1;
}

.contact_hero_section .hero_content .hero_title {
  font-size: 65px;
  padding-top: 0;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.contact_hero_section .hero_content .hero_subtitle {
  font-size: 26px;
  padding-top: 10px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.contact_info_section {
  padding: 0;
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.contact_info_section .info_grid {
  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;
  gap: 30px;
}

.contact_info_section .info_grid .info_card {
  width: calc(33.33% - 20px);
  background: white;
  padding: 50px 30px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 5px solid #c70d00;
}

.contact_info_section .info_grid .info_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 4px 15px 40px 1px rgba(0, 0, 0, 0.18);
          box-shadow: 4px 15px 40px 1px rgba(0, 0, 0, 0.18);
}

.contact_info_section .info_grid .info_card .info_icon {
  margin-bottom: 25px;
}

.contact_info_section .info_grid .info_card .info_icon img {
  width: 60px;
  height: 60px;
}

.contact_info_section .info_grid .info_card h3.common_header {
  font-size: 24px;
  padding-top: 0;
  margin-bottom: 10px;
}

.contact_info_section .info_grid .info_card p {
  font-size: 15px;
  color: #666;
  margin: 5px 0;
  padding: 0;
}

.contact_info_section .info_grid .info_card .info_link {
  display: block;
  font-size: 17px;
  color: #c70d00;
  text-decoration: none;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_info_section .info_grid .info_card .info_link:hover {
  color: #000;
}

.contact_form_map_section {
  padding: 15vh 0;
  background: #f8f9fa;
}

.contact_form_map_section .form_map_grid {
  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;
  gap: 50px;
}

.contact_form_map_section .form_map_grid .form_container,
.contact_form_map_section .form_map_grid .map_container {
  width: 48%;
}

.contact_form_map_section .form_map_grid .form_container h2.common_header {
  font-size: 38px;
  padding-top: 0;
  margin-bottom: 15px;
}

.contact_form_map_section .form_map_grid .form_container p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.contact_form_map_section .form_map_grid .form_container .form_group_wrap {
  margin-bottom: 25px;
}

.contact_form_map_section .form_map_grid .form_container .form_group_wrap .form_title {
  font-size: 15px;
  font-family: semi_font;
  color: #333;
  margin-bottom: 10px;
}

.contact_form_map_section .form_map_grid .form_container .form_group_wrap .form_title .required {
  color: #c70d00;
}

.contact_form_map_section .form_map_grid .form_container .form_group_wrap .form_field {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 15px;
  font-family: reg_font;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_form_map_section .form_map_grid .form_container .form_group_wrap .form_field:focus {
  border-color: #c70d00;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(199, 13, 0, 0.1);
          box-shadow: 0 0 0 3px rgba(199, 13, 0, 0.1);
}

.contact_form_map_section .form_map_grid .form_container .form_group_wrap textarea.form_field {
  resize: vertical;
  min-height: 120px;
}

.contact_form_map_section .form_map_grid .form_container button.common_anchor {
  border: none;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}

.contact_form_map_section .form_map_grid .map_container {
  position: relative;
}

.contact_form_map_section .form_map_grid .map_container .map_wrapper {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.contact_form_map_section .form_map_grid .map_container .map_wrapper .image_container {
  width: 100%;
  height: 100%;
}

.contact_form_map_section .form_map_grid .map_container .map_wrapper .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_form_map_section .form_map_grid .map_container .map_wrapper .image_container .image_overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(199, 13, 0, 0.9);
  color: white;
  padding: 10px 20px;
  font-family: semi_font;
  font-size: 13px;
  border-radius: 20px;
}

.contact_form_map_section .form_map_grid .map_container .map_wrapper iframe {
  border-radius: 25px;
}

.contact_form_map_section .form_map_grid .map_container .map_address_card {
  background: white;
  padding: 25px;
  border-radius: 20px;
  margin-top: 25px;
  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);
}

.contact_form_map_section .form_map_grid .map_container .map_address_card h4.common_header {
  font-size: 22px;
  padding-top: 0;
  margin-bottom: 15px;
  color: #c70d00;
}

.contact_form_map_section .form_map_grid .map_container .map_address_card p {
  font-size: 15px;
  line-height: 1.7em;
  color: #555;
  margin: 0;
  padding: 0;
}

.contact_form_map_section .form_map_grid .map_container .map_address_card .map_link {
  display: inline-block;
  margin-top: 15px;
  color: #c70d00;
  font-family: semi_font;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_form_map_section .form_map_grid .map_container .map_address_card .map_link:hover {
  color: #000;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.contact_offices_section {
  padding: 15vh 0;
  background: white;
}

.contact_offices_section .offices_header {
  text-align: center;
  margin-bottom: 60px;
}

.contact_offices_section .offices_header h2.common_header {
  font-size: 45px;
  padding-top: 0;
  margin-bottom: 10px;
}

.contact_offices_section .offices_header p {
  font-size: 18px;
  color: #666;
}

.contact_offices_section .offices_grid {
  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_offices_section .offices_grid .office_card {
  width: calc(33.33% - 20px);
  background: white;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_offices_section .offices_grid .office_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 4px 15px 40px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 15px 40px 1px rgba(0, 0, 0, 0.15);
}

.contact_offices_section .offices_grid .office_card:hover .office_image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contact_offices_section .offices_grid .office_card .office_image {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.contact_offices_section .offices_grid .office_card .office_image .image_container {
  width: 100%;
  height: 100%;
}

.contact_offices_section .offices_grid .office_card .office_image .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_offices_section .offices_grid .office_card .office_image .image_container .image_overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(199, 13, 0, 0.9);
  color: white;
  padding: 8px 15px;
  font-family: semi_font;
  font-size: 12px;
  border-radius: 20px;
}

.contact_offices_section .offices_grid .office_card .office_content {
  padding: 30px;
}

.contact_offices_section .offices_grid .office_card .office_content h4.common_header {
  font-size: 22px;
  padding-top: 0;
  margin-bottom: 15px;
  color: #c70d00;
}

.contact_offices_section .offices_grid .office_card .office_content .office_address {
  font-size: 15px;
  line-height: 1.6em;
  color: #555;
  margin-bottom: 15px;
}

.contact_offices_section .offices_grid .office_card .office_content .office_contact {
  font-size: 14px;
  line-height: 1.7em;
  color: #666;
}

.contact_offices_section .offices_grid .office_card .office_content .office_contact strong {
  color: #333;
}

.contact_hours_section {
  padding: 15vh 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  text-align: center;
}

.contact_hours_section .hours_content {
  max-width: 900px;
  margin: 0 auto;
  float: none;
}

.contact_hours_section .hours_content h2.common_header {
  font-size: 42px;
  padding-top: 0;
  margin-bottom: 40px;
}

.contact_hours_section .hours_content .hours_grid {
  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;
  margin-bottom: 30px;
}

.contact_hours_section .hours_content .hours_grid .hours_item {
  width: calc(33.33% - 20px);
  background: white;
  padding: 30px 20px;
  border-radius: 20px;
  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);
}

.contact_hours_section .hours_content .hours_grid .hours_item .day_label {
  font-size: 18px;
  color: #c70d00;
  margin-bottom: 10px;
}

.contact_hours_section .hours_content .hours_grid .hours_item .time_label {
  font-size: 20px;
  font-family: bold_font;
  color: #333;
}

.contact_hours_section .hours_content .hours_note {
  font-size: 15px;
  color: #666;
  font-style: italic;
  margin-top: 20px;
}

.contact_faq_section {
  padding: 15vh 0;
  background: white;
}

.contact_faq_section .faq_header {
  text-align: center;
  margin-bottom: 60px;
}

.contact_faq_section .faq_header h2.common_header {
  font-size: 45px;
  padding-top: 0;
  margin-bottom: 10px;
}

.contact_faq_section .faq_header p {
  font-size: 18px;
  color: #666;
}

.contact_faq_section .faq_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  float: none;
}

.contact_faq_section .faq_grid .faq_item {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 20px;
  border-left: 5px solid #c70d00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_faq_section .faq_grid .faq_item:hover {
  background: white;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.contact_faq_section .faq_grid .faq_item h4.common_header {
  font-size: 20px;
  padding-top: 0;
  margin-bottom: 15px;
  color: #c70d00;
}

.contact_faq_section .faq_grid .faq_item p {
  font-size: 15px;
  line-height: 1.7em;
  color: #555;
  margin: 0;
  padding: 0;
}

.contact_cta_section {
  padding: 100px 0;
  background: linear-gradient(135deg, #c70d00 0%, #7b0800 100%);
  text-align: center;
}

.contact_cta_section .cta_content {
  max-width: 900px;
  margin: 0 auto;
  float: none;
}

.contact_cta_section .cta_content h2.common_header {
  font-size: 40px;
  padding-top: 0;
  margin-bottom: 20px;
}

.contact_cta_section .cta_content p {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 40px;
}

.contact_cta_section .cta_content .cta_buttons {
  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;
}

.contact_cta_section .cta_content .cta_buttons .common_anchor {
  margin: 0;
}

.contact_cta_section .cta_content .cta_buttons .common_anchor.white_border {
  border-color: white;
  color: white;
}

.contact_cta_section .cta_content .cta_buttons .common_anchor.white_border:hover {
  background: white;
  color: #c70d00;
}

/*Contact Us Page Responsive Styles*/
@media only screen and (max-width: 1599px) {
  .contact_hero_section {
    padding: 150px 0 100px 0;
  }
  .contact_hero_section .hero_content .hero_title {
    font-size: 50px;
  }
  .contact_hero_section .hero_content .hero_subtitle {
    font-size: 22px;
  }
  .contact_info_section {
    margin-top: -50px;
  }
  .contact_info_section .info_grid {
    gap: 20px;
  }
  .contact_info_section .info_grid .info_card {
    width: calc(33.33% - 14px);
    padding: 40px 25px;
  }
  .contact_form_map_section .form_map_grid {
    gap: 40px;
  }
}

@media only screen and (max-width: 786px) {
  .contact_hero_section {
    padding: 120px 0 80px 0;
  }
  .contact_hero_section .hero_content .hero_title {
    font-size: 38px;
  }
  .contact_hero_section .hero_content .hero_subtitle {
    font-size: 18px;
  }
  .contact_info_section {
    margin-top: 0;
    padding: 7vh 0;
  }
  .contact_info_section .info_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .contact_info_section .info_grid .info_card {
    width: 100%;
    padding: 35px 25px;
  }
  .contact_form_map_section {
    padding: 7vh 0;
  }
  .contact_form_map_section .form_map_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .contact_form_map_section .form_map_grid .form_container,
  .contact_form_map_section .form_map_grid .map_container {
    width: 100%;
  }
  .contact_form_map_section .form_map_grid .form_container h2.common_header {
    font-size: 32px;
  }
  .contact_form_map_section .form_map_grid .map_container .map_wrapper {
    height: 350px;
  }
  .contact_offices_section {
    padding: 7vh 0;
  }
  .contact_offices_section .offices_header {
    margin-bottom: 40px;
  }
  .contact_offices_section .offices_header h2.common_header {
    font-size: 35px;
  }
  .contact_offices_section .offices_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .contact_offices_section .offices_grid .office_card {
    width: 100%;
  }
  .contact_hours_section {
    padding: 7vh 0;
  }
  .contact_hours_section .hours_content h2.common_header {
    font-size: 35px;
  }
  .contact_hours_section .hours_content .hours_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .contact_hours_section .hours_content .hours_grid .hours_item {
    width: 100%;
  }
  .contact_faq_section {
    padding: 7vh 0;
  }
  .contact_faq_section .faq_header {
    margin-bottom: 40px;
  }
  .contact_faq_section .faq_header h2.common_header {
    font-size: 35px;
  }
  .contact_faq_section .faq_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact_cta_section {
    padding: 60px 0;
  }
  .contact_cta_section .cta_content h2.common_header {
    font-size: 32px;
  }
  .contact_cta_section .cta_content p {
    font-size: 16px;
  }
  .contact_cta_section .cta_content .cta_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_cta_section .cta_content .cta_buttons .common_anchor {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .contact_hero_section {
    padding: 100px 0 60px 0;
  }
  .contact_hero_section .hero_content .hero_title {
    font-size: 28px;
  }
  .contact_hero_section .hero_content .hero_subtitle {
    font-size: 16px;
  }
  .contact_info_section {
    padding: 15px 0 7vh 0;
  }
  .contact_info_section .info_grid .info_card {
    padding: 30px 20px;
  }
  .contact_info_section .info_grid .info_card h3.common_header {
    font-size: 20px;
  }
  .contact_info_section .info_grid .info_card .info_link {
    font-size: 15px;
  }
  .contact_form_map_section .form_map_grid {
    gap: 30px;
  }
  .contact_form_map_section .form_map_grid .form_container h2.common_header {
    font-size: 26px;
  }
  .contact_form_map_section .form_map_grid .form_container p {
    font-size: 14px;
  }
  .contact_form_map_section .form_map_grid .form_container .form_group_wrap {
    margin-bottom: 20px;
  }
  .contact_form_map_section .form_map_grid .form_container .form_group_wrap .form_title {
    font-size: 14px;
  }
  .contact_form_map_section .form_map_grid .form_container .form_group_wrap .form_field {
    padding: 12px 15px;
    font-size: 14px;
  }
  .contact_form_map_section .form_map_grid .map_container .map_wrapper {
    height: 280px;
  }
  .contact_form_map_section .form_map_grid .map_container .map_wrapper .image_overlay {
    font-size: 11px;
    padding: 8px 15px;
  }
  .contact_form_map_section .form_map_grid .map_container .map_address_card {
    padding: 20px;
  }
  .contact_form_map_section .form_map_grid .map_container .map_address_card h4.common_header {
    font-size: 18px;
  }
  .contact_form_map_section .form_map_grid .map_container .map_address_card p {
    font-size: 13px;
  }
  .contact_offices_section .offices_header h2.common_header {
    font-size: 28px;
  }
  .contact_offices_section .offices_header p {
    font-size: 15px;
  }
  .contact_offices_section .offices_grid .office_card .office_image {
    height: 180px;
  }
  .contact_offices_section .offices_grid .office_card .office_image .image_overlay {
    font-size: 11px;
    padding: 6px 12px;
  }
  .contact_offices_section .offices_grid .office_card .office_content {
    padding: 25px 20px;
  }
  .contact_offices_section .offices_grid .office_card .office_content h4.common_header {
    font-size: 20px;
  }
  .contact_offices_section .offices_grid .office_card .office_content .office_address,
  .contact_offices_section .offices_grid .office_card .office_content .office_contact {
    font-size: 13px;
  }
  .contact_hours_section .hours_content h2.common_header {
    font-size: 28px;
  }
  .contact_hours_section .hours_content .hours_grid .hours_item {
    padding: 25px 15px;
  }
  .contact_hours_section .hours_content .hours_grid .hours_item .day_label {
    font-size: 16px;
  }
  .contact_hours_section .hours_content .hours_grid .hours_item .time_label {
    font-size: 18px;
  }
  .contact_hours_section .hours_content .hours_note {
    font-size: 13px;
  }
  .contact_faq_section .faq_header h2.common_header {
    font-size: 28px;
  }
  .contact_faq_section .faq_header p {
    font-size: 15px;
  }
  .contact_faq_section .faq_grid .faq_item {
    padding: 25px 20px;
  }
  .contact_faq_section .faq_grid .faq_item h4.common_header {
    font-size: 18px;
  }
  .contact_faq_section .faq_grid .faq_item p {
    font-size: 14px;
  }
  .contact_cta_section {
    padding: 50px 0;
  }
  .contact_cta_section .cta_content h2.common_header {
    font-size: 24px;
  }
  .contact_cta_section .cta_content p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.category_wrap .cat_ul li a {
  text-decoration: none !important;
}

/*Contact Us Page Styles End*/
/*# sourceMappingURL=style.css.map */