@charset "UTF-8";
@font-face {
  font-family: light_font;
  src: url("../fonts/afcad_reg.ttf");
}

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

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

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

@font-face {
  font-family: bold_font;
  src: url("../fonts/afcad_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: #f3f3f3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

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

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

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

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

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.0em;
}

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

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

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

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

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

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

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

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: 22px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  background-color: #1a4d37;
  padding-left: 4%;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

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

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

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

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

body .common_anchor.round_corner {
  border-radius: 80px;
}

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

body .common_anchor.dark:hover {
  background-color: #1a4d37;
  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: #1a4d37 !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: #1a4d37;
}

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: 22px;
  }
  body p.small_size {
    font-size: 13px;
  }
  body .common_header {
    font-size: 50px;
  }
  body .common_header.large {
    font-size: 150px;
  }
  body .common_header.small {
    font-size: 35px;
  }
  body .common_header.mid {
    font-size: 80px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
  body a.common_anchor {
    font-size: 22px;
  }
}

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

@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: 19px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 80px;
  }
  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: 30px;
  }
  body .common_header.mid {
    font-size: 50px;
  }
  body a.common_anchor {
    font-size: 19px;
  }
}

@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: 18px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  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: 30px;
  }
  body .common_header.mid {
    font-size: 50px;
  }
  body a.common_anchor {
    font-size: 18px;
  }
}

@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: 18px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body body a.common_anchor {
    font-size: 18px;
  }
  body p.small_size {
    font-size: 11px;
  }
  body .common_header.small {
    font-size: 25px;
  }
  body .common_header.mid {
    font-size: 40px;
  }
}

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

/*Navigation Menu Starts*/
.main_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  background-color: transparent;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.main_nav.scrolled, .main_nav.alwaysscrolled {
  background-color: #fff;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  padding: 10px 0;
}

.main_nav.scrolled .nav_menu > li > a, .main_nav.alwaysscrolled .nav_menu > li > a {
  color: #1a4d37;
}

.main_nav.scrolled .nav_menu > li > a::after, .main_nav.alwaysscrolled .nav_menu > li > a::after {
  background-color: #f8bd45;
}

.main_nav.scrolled .nav_menu > li > a:hover, .main_nav.alwaysscrolled .nav_menu > li > a:hover {
  color: #f8bd45;
}

.main_nav.scrolled .logo_wrap img, .main_nav.alwaysscrolled .logo_wrap img {
  -webkit-filter: none;
          filter: none;
  max-width: 80px;
}

.main_nav.scrolled .mobile_menu_toggle span, .main_nav.alwaysscrolled .mobile_menu_toggle span {
  background-color: #f8bd45;
}

.main_nav .nav_wrapper {
  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;
  align-items: center;
}

.main_nav .logo_wrap {
  width: 150px;
}

.main_nav .logo_wrap img {
  max-width: 80px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.main_nav .mobile_menu_toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 10;
}

.main_nav .mobile_menu_toggle span {
  width: 30px;
  height: 3px;
  background-color: #1a4d37;
  margin: 3px 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.main_nav .mobile_menu_toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
}

.main_nav .mobile_menu_toggle.active span:nth-child(2) {
  opacity: 0;
}

.main_nav .mobile_menu_toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}

.main_nav .nav_menu {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.main_nav .nav_menu > li {
  position: relative;
  margin-left: 40px;
}

.main_nav .nav_menu > li > a {
  color: #fff;
  text-decoration: none;
  font-family: med_font;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 5px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.main_nav .nav_menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f8bd45;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.main_nav .nav_menu > li > a:hover {
  color: #f8bd45;
}

.main_nav .nav_menu > li > a:hover::after {
  width: 100%;
}

.main_nav .nav_menu > li.has_mega_menu {
  position: relative;
}

.main_nav .nav_menu > li.has_mega_menu:hover > .mega_menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.main_nav.scrolled .has_mega_menu .mega_menu, .main_nav.alwaysscrolled .has_mega_menu .mega_menu {
  margin-top: 10px;
}

.mega_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  min-width: 300px;
  width: 300px;
  margin-top: 5px;
  border-radius: 8px;
  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);
  z-index: 1001;
  overflow: visible !important;
}

.mega_menu * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mega_menu .gridContainer {
  max-width: none !important;
  min-width: auto !important;
  padding: 0 !important;
  width: auto !important;
  display: block !important;
  float: none !important;
  overflow: visible !important;
}

.mega_menu .mega_menu_inner {
  display: block !important;
  width: auto !important;
  float: none !important;
  position: relative !important;
  overflow: visible !important;
}

.mega_menu .mega_column {
  width: auto !important;
  display: block !important;
  float: none !important;
  position: relative !important;
  border-bottom: 1px solid #f0f0f0;
  overflow: visible !important;
}

.mega_menu .mega_column:last-child {
  border-bottom: none;
}

.mega_menu .mega_column .common_header {
  padding: 15px 20px 10px;
  margin-bottom: 0;
  font-size: 13px;
  color: #1a4d37 !important;
  font-family: semi_font;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.mega_menu .mega_column .mega_submenu {
  list-style: none !important;
  padding: 0 0 10px 0 !important;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  display: block !important;
  overflow: visible !important;
}

.mega_menu .mega_column .mega_submenu li {
  position: relative;
  margin-bottom: 0 !important;
  width: auto !important;
  float: none !important;
  display: block !important;
  padding: 0 !important;
  overflow: visible !important;
}

.mega_menu .mega_column .mega_submenu li a {
  color: #000;
  text-decoration: none;
  font-family: reg_font;
  font-size: 14px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  position: relative;
}

.mega_menu .mega_column .mega_submenu li a:hover {
  background-color: #f8f8f8;
  color: #f8bd45;
  padding-left: 25px;
}

.mega_menu .mega_column .mega_submenu li.has_submenu > a {
  padding-right: 45px !important;
}

.mega_menu .mega_column .mega_submenu li.has_submenu > a::after {
  content: '→';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #1a4d37;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.mega_menu .mega_column .mega_submenu li.has_submenu > a:hover::after {
  right: 15px;
}

.mega_menu .mega_column .mega_submenu li.has_submenu:hover > a {
  background-color: #f8f8f8;
  color: #f8bd45;
}

.mega_menu .mega_column .mega_submenu li.has_submenu:hover > .level_three {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  display: block !important;
}

.mega_menu .mega_column .mega_submenu li.has_submenu .level_three {
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  background-color: #fff !important;
  list-style: none !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  margin-left: 2px !important;
  min-width: 220px !important;
  width: auto !important;
  border-radius: 8px !important;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11) !important;
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11) !important;
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  z-index: 1002 !important;
  float: none !important;
  display: none !important;
  overflow: visible !important;
}

.mega_menu .mega_column .mega_submenu li.has_submenu .level_three li {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  float: none !important;
  display: block !important;
  position: relative !important;
}

.mega_menu .mega_column .mega_submenu li.has_submenu .level_three li a {
  font-size: 13px !important;
  padding: 10px 20px !important;
  white-space: nowrap !important;
  display: block !important;
  color: #000 !important;
}

.mega_menu .mega_column .mega_submenu li.has_submenu .level_three li a:hover {
  background-color: #f8f8f8 !important;
  color: #f8bd45 !important;
  padding-left: 25px !important;
}

.time_line_wrap {
  margin-top: 7vh;
  padding-top: 25vh;
  padding-bottom: 7vh;
  overflow: hidden;
  position: relative;
}

.time_line_wrap > .full_wrap {
  width: 100%;
}

.timeline_ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #000;
  margin-top: 15px;
  will-change: transform;
  position: relative;
}

.timeline_ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: block;
  float: none;
  width: auto;
  min-width: 400px;
  padding-top: 100px;
  padding-right: 100px;
  position: relative;
  margin: 0;
  border-top: 2px solid #000;
  margin-top: -2px;
}

.timeline_ul li::before {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #1a4d37;
  left: 0;
  top: 0;
  height: 80px;
}

.timeline_ul li::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f8bd45;
  left: -5px;
  top: -7px;
  z-index: 2;
}

.timeline_ul li:first-child {
  margin-left: 20vw;
}

.timeline_ul li:last-child {
  padding-right: 20vw;
}

.timeline_ul li .year_wrap h4 {
  padding: 0;
  color: #f8bd45;
  font-family: bold_font;
}

.timeline_ul li .data_wrap h4 {
  padding: 0;
}

.timeline_ul li .text_wrap p {
  opacity: 0.8;
}

.popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  padding: 20px;
}

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

.popup_container {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.popup_overlay.active .popup_container {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.popup_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  color: #1a4d37;
}

.popup_close:hover {
  background: #f8bd45;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.popup_image {
  width: 45%;
  overflow: hidden;
}

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

.popup_form {
  width: 55%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup_form h3 {
  padding: 0;
  margin-bottom: 10px;
}

.popup_form p {
  padding: 0;
  margin-bottom: 25px;
  opacity: 0.7;
}

.popup_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.popup_form form input {
  padding: 10px;
  border: 2px solid rgba(26, 77, 55, 0.2);
  border-radius: 10px;
  font-family: reg_font;
  font-size: 16px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.popup_form form input:focus {
  outline: none;
  border-color: #1a4d37;
}

.popup_form form button {
  margin-top: 10px;
  font-family: reg_font;
  font-size: 16px;
  padding: 10px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-align: center;
}

/*Navigation Responsive*/
@media only screen and (max-width: 1100px) {
  .main_nav .mobile_menu_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_nav .nav_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    height: 100vh;
    background-color: #1a4d37;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 100px 40px 40px;
    overflow-y: auto;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .main_nav .nav_menu.active {
    right: 0;
  }
  .main_nav .nav_menu > li {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .main_nav .nav_menu > li > a {
    color: #fff !important;
    font-size: 18px;
  }
  .main_nav .nav_menu > li.has_mega_menu a::before {
    display: none;
  }
  .main_nav.scrolled .nav_menu > li > a {
    color: #fff;
  }
  .main_nav .logo_wrap img {
    max-width: 60px !important;
  }
  .mega_menu {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .mega_menu.active {
    opacity: 1;
    margin-top: 15px;
    visibility: visible;
    max-height: 2000px;
  }
  .mega_menu .mega_menu_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-left: 20px;
  }
  .mega_menu .mega_column .common_header {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff !important;
  }
  .mega_menu .mega_column .mega_submenu li a {
    color: #f8db45 !important;
  }
  .mega_menu .mega_column .mega_submenu li.has_submenu > a {
    font-size: 15px;
    color: #f8db45 !important;
  }
  .mega_menu .mega_column .mega_submenu li.has_submenu > a::after {
    content: ' +';
    margin-left: 5px;
    color: #f8db45;
  }
  .mega_menu .mega_column .mega_submenu li.has_submenu.active > a::after {
    content: ' -';
  }
  .mega_menu .mega_column .mega_submenu li.has_submenu .level_three {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .mega_menu .mega_column .mega_submenu li.has_submenu .level_three li a {
    color: #f8db45 !important;
  }
  .mega_menu .mega_column .mega_submenu li.has_submenu.active .level_three {
    max-height: 500px;
  }
  .mega_menu .mega_column .mega_submenu li a {
    font-size: 14px;
    color: #f8db45 !important;
  }
}

.has_mega_menu > a::after {
  content: ' ▼';
  font-size: 12px;
  margin-left: 5px;
}

.has_mega_menu.active > a::after {
  content: ' ▲';
}

/*Navigation Menu Ends*/
/*home starts*/
.home_slider_wrap {
  height: 200vh;
}

.home_slider_wrap .image_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.home_slider_wrap .content_wrap {
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  z-index: 20;
}

.home_slider_wrap .content_wrap .white_wrap {
  background-color: #fff;
  padding-top: 15vh;
  padding-bottom: 7vh;
}

.home_slider_wrap .content_wrap p {
  padding-right: 50%;
}

.overview_wrap {
  background-color: #1a4d37;
  padding-top: 7vh;
  padding-bottom: 7vh;
  overflow: hidden;
}

.overview_wrap .logo_overlay {
  position: absolute;
  z-index: 0;
  left: -150px;
  width: 30%;
}

.overview_wrap .top_highlight_data 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;
  padding-left: 15%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.overview_wrap .top_highlight_data ul .common_header {
  padding: 0;
}

.overview_wrap .top_highlight_data ul li {
  width: 33.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  padding: 40px;
  border-right: 4px solid rgba(255, 255, 255, 0.2);
}

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

.overview_wrap .top_highlight_data ul li p {
  padding-top: 40px;
}

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

.overview_wrap h2 {
  text-align: center;
  padding-top: 7vh;
}

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

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

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

.catul li .image_wrap {
  border-radius: 30px;
  overflow: hidden;
}

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

.catul li .data_wrap .common_header {
  font-size: 35px;
  text-align: center;
  color: white;
}

.catul li .data_wrap p {
  display: none;
}

.catul li .data_wrap .common_anchor {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  margin-top: 0;
  display: none;
}

.inner_product_cat_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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner_product_cat_wrap ul li {
  width: 22.75%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  margin-top: 7vh;
}

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

.inner_product_cat_wrap ul li img {
  border-radius: 15px;
}

.inner_product_cat_wrap ul li .data_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #1a4d37;
  text-align: center;
  padding: 20px;
}

.inner_product_cat_wrap ul li .data_wrap .common_header {
  color: white;
  font-size: 20px;
  padding: 0;
}

.video_wrap {
  height: 100vh;
  background: url("../images/videooverlay.jpg") fixed center no-repeat;
  background-size: cover;
}

.video_wrap .title_wrap {
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 15vh;
}

.video_wrap .logo_overlay {
  position: absolute;
  width: 100px;
  left: 30px;
  bottom: 30px;
}

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

.quality_new_wrap .parent_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.quality_new_wrap .parent_wrap .left_wrap,
.quality_new_wrap .parent_wrap .right_wrap {
  width: 50%;
}

.quality_new_wrap .parent_wrap .left_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2fr)[2];
      grid-template-columns: repeat(2, 2fr);
  gap: 20px;
  padding: 0 100px;
}

.quality_new_wrap .parent_wrap .left_wrap img {
  border-radius: 15px !important;
}

.quality_home_wrap {
  text-align: center;
  padding-top: 40vh;
  padding-bottom: 40vh;
  overflow: hidden;
}

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

.quality_home_wrap .common_header.large {
  font-size: 250px;
}

.quality_home_wrap .abs_image {
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
  width: 18vw;
  left: 2%;
  top: 40%;
  z-index: 10;
}

.quality_home_wrap .abs_image.two {
  left: 40%;
  width: 13vw;
  top: 8%;
}

.quality_home_wrap .abs_image.three {
  left: auto;
  right: -3%;
  width: 15vw;
  top: 25%;
}

.quality_home_wrap .abs_image.four {
  left: auto;
  right: 35%;
  width: 12vw;
  top: auto;
  bottom: -19%;
}

.ticker_wrap {
  overflow: hidden;
}

.ticker_wrap .common_header {
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

.industries_wrap ul li .title_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  padding: 20px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-right: 0;
}

.industries_wrap ul li .title_wrap .common_header {
  padding: 0;
}

.industries_wrap ul li:nth-child(4n+0) .title_wrap {
  border-right: 5px solid rgba(255, 255, 255, 0.5);
}

/*About Us starts*/
.slider_top_wrap .title_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50vh;
}

.slider_top_wrap .title_wrap .common_header {
  text-transform: uppercase;
}

.inner_overview_wrap {
  margin-top: 7vh;
}

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

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

.inner_highlight_data 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%;
  background-color: white;
  padding: 20px;
}

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

.inner_highlight_data ul li p {
  padding-top: 190px;
}

.inner_highlight_data ul li .image_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

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

.inner_highlight_data ul li .image_wrap .text_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.inner_highlight_data ul li .image_wrap .text_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;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
  padding-bottom: 40px;
}

.inner_highlight_data ul li:hover .image_wrap {
  opacity: 1;
}

.mission_wrap {
  background-color: #1a4d37;
  padding-top: 7vh;
  padding-bottom: 7vh;
  margin-top: 7vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mission_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: 45%;
  float: right;
  position: -webkit-sticky;
  position: sticky;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  top: 0;
}

.mission_wrap .image_wrap img {
  width: 100%;
  max-width: none;
}

.mission_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;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 55%;
  float: left;
  padding: 80px;
}

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

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

.mission_wrap .data_wrap .text_wrap .common_header {
  color: #78a391;
}

.mission_wrap .data_wrap .division {
  margin-top: 7vh;
}

.inner_process_slider {
  position: relative;
  overflow: hidden;
  background-color: #1a4d37;
}

.inner_process_slider .process_swiper {
  width: 100%;
  height: 100vh;
}

.inner_process_slider .process_swiper .swiper-slide {
  position: relative;
}

.inner_process_slider .slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.inner_process_slider .image_wrap {
  width: 100%;
  height: 100%;
}

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

.inner_process_slider .image_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.inner_process_slider .title_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 80px;
  z-index: 20;
}

.inner_process_slider .title_wrap .data_wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
}

.inner_process_slider .swiper-pagination {
  bottom: 30px !important;
}

.inner_process_slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
  margin: 0 8px !important;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.inner_process_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f8bd45;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.inner_process_slider .swiper-button-next,
.inner_process_slider .swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.inner_process_slider .swiper-button-next::after,
.inner_process_slider .swiper-button-prev::after {
  font-size: 20px;
}

.inner_process_slider .swiper-button-next:hover,
.inner_process_slider .swiper-button-prev:hover {
  background: #f8bd45;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.inner_process_slider .swiper-button-next {
  right: 30px;
}

.inner_process_slider .swiper-button-prev {
  left: 30px;
}

.inner_overview_text_data_wrap {
  margin-top: 7vh;
  padding-top: 7vh;
  padding-bottom: 7vh;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

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

.inner_overview_text_data_wrap ul li {
  width: 23.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: 2%;
}

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

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

/*Sustain starts*/
.half_parent_wrap {
  margin-top: 7vh;
}

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

.half_parent_wrap .parent .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%;
  overflow: hidden;
  padding: 40px;
}

.half_parent_wrap .parent .image_wrap img {
  border-radius: 30px;
  width: 100%;
  max-width: none;
}

.half_parent_wrap .parent .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  overflow: hidden;
  background-color: white;
  border-radius: 30px;
  padding: 60px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.half_parent_wrap .parent .data_wrap .text_wrap {
  margin-top: auto;
}

.half_parent_wrap.right {
  margin-bottom: 7vh;
}

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

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

/*PDP starts*/
.icons_pdp_icon {
  margin-top: 7vh;
}

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

.icons_pdp_icon ul li {
  width: 20%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  padding: 15px;
  text-align: center;
  margin-top: 15px;
}

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

.icons_pdp_icon ul li img {
  max-width: 120px;
}

.specs_parent_wrap {
  background-color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.specs_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%;
  float: right;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.specs_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%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  float: left;
  padding: 30px;
}

.specs_parent_wrap .data_wrap p {
  color: white;
  padding: 0;
}

.specs_parent_wrap .data_wrap table {
  width: 100%;
  margin-top: 15px;
}

.specs_parent_wrap .data_wrap table td {
  background-color: #454545;
  padding: 8px;
}

.specs_parent_wrap .data_wrap table td:first-child {
  width: 40%;
}

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

.footer_wrap {
  padding: 7vh 0;
  background: #1a4d37;
  background-size: cover;
}

.footer_wrap p {
  color: #fff;
  font-size: 14px;
}

.footer_wrap p span {
  color: #f8bd45;
}

.footer_wrap .logo_wrap img {
  width: 130px;
}

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

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

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

.footer_wrap li.title {
  text-transform: uppercase;
}

.footer_wrap li.title p {
  color: #f8bd45;
}

.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 .col {
  width: 22.75%;
  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 .col:nth-child(4n+0) {
  margin-right: 0;
}

/*Contact Page Styles Start*/
.contact_info_section {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #f9f9f9;
  margin-top: 7vh;
}

.contact_cards_grid {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.contact_card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  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_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 15px 40px rgba(174, 32, 37, 0.15);
          box-shadow: 0 15px 40px rgba(174, 32, 37, 0.15);
}

.contact_card .icon_wrap {
  margin-bottom: 20px;
}

.contact_card .icon_wrap svg {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
}

.contact_card h4 {
  padding-top: 0;
  margin-bottom: 15px;
}

.contact_card p {
  padding-top: 10px;
  line-height: 1.6em;
  color: #666;
  margin-bottom: 20px;
}

.contact_card .contact_link {
  display: block;
  padding-top: 8px;
  font-family: med_font;
  color: #1a4d37;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.contact_card .contact_link:hover {
  color: #0d271c;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.contact_card span.contact_link {
  color: #555;
}

.contact_card span.contact_link:hover {
  -webkit-transform: none;
          transform: none;
}

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

.contact_form_parent {
  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;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form_column {
  width: 55%;
}

.form_column h2 {
  padding-top: 0;
  margin-bottom: 10px;
}

.form_column p {
  padding-top: 10px;
  color: #666;
  margin-bottom: 30px;
}

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

.contact_inquiry_form .form_row {
  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;
  gap: 20px;
  margin-bottom: 20px;
}

.contact_inquiry_form .form_row.full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_inquiry_form .form_group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.contact_inquiry_form .form_group label {
  display: block;
  font-family: med_font;
  color: #000;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: normal;
}

.contact_inquiry_form .form_group .form_field {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-family: reg_font;
  font-size: 16px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  margin-top: 0;
}

.contact_inquiry_form .form_group .form_field:focus {
  border-color: #1a4d37;
  outline: none;
}

.contact_inquiry_form .form_group .form_field.textarea {
  resize: vertical;
  min-height: 150px;
}

.contact_inquiry_form .form_group select.form_field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.contact_inquiry_form .form_group.checkbox_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.contact_inquiry_form .form_group.checkbox_group input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.contact_inquiry_form .form_group.checkbox_group label {
  margin: 0;
  font-size: 13px;
  color: #555;
  cursor: pointer;
}

.contact_inquiry_form .common_anchor {
  margin-top: 30px;
  cursor: pointer;
  border: none;
}

.contact_inquiry_form .common_anchor:hover {
  background-color: #0d271c;
}

.images_column {
  width: 45%;
  position: relative;
}

.contact_image_grid {
  position: relative;
  width: 100%;
  height: 600px;
}

.contact_image_grid .image_wrap {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

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

.contact_image_grid .image_wrap.main {
  width: 70%;
  height: 450px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.contact_image_grid .image_wrap.side_top {
  width: 45%;
  height: 250px;
  top: 0;
  right: 0;
  z-index: 2;
}

.contact_image_grid .image_wrap.side_bottom {
  width: 45%;
  height: 250px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.office_locations_section {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #f9f9f9;
}

.office_locations_section h2 {
  text-align: center;
  padding-bottom: 15px;
}

.office_locations_section .center_text {
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  color: #666;
  margin-bottom: 7vh;
}

.locations_grid {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.location_card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 8px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  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);
  position: relative;
  overflow: hidden;
}

.location_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#1a4d37), to(#f8bd45));
  background: linear-gradient(90deg, #1a4d37 0%, #f8bd45 100%);
}

.location_card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 40px rgba(174, 32, 37, 0.15);
          box-shadow: 0 15px 40px rgba(174, 32, 37, 0.15);
}

.location_card .location_badge {
  display: inline-block;
  padding: 5px 15px;
  background-color: #1a4d37;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-family: med_font;
  margin-bottom: 15px;
}

.location_card h4 {
  padding-top: 0;
  margin-bottom: 20px;
}

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

.location_details .detail_item {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.location_details .detail_item:last-child {
  margin-bottom: 0;
}

.location_details .detail_item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}

.location_details .detail_item p {
  padding-top: 0;
  margin: 0;
  line-height: 1.6em;
  color: #555;
}

/*Contact Page Responsive*/
@media only screen and (max-width: 1599px) {
  .quality_new_wrap .parent_wrap .left_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  .contact_cards_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .contact_form_parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .form_column,
  .images_column {
    width: 100%;
  }
  .contact_image_grid {
    height: 500px;
  }
  .locations_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media only screen and (max-width: 786px) {
  .quality_new_wrap {
    padding: 7vh 0;
  }
  .quality_new_wrap .parent_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quality_new_wrap .parent_wrap .right_wrap {
    width: 100%;
  }
  .quality_new_wrap .parent_wrap .left_wrap {
    width: 100%;
    padding-left: 0px;
  }
  .contact_cards_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .locations_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .office_locations_section .center_text {
    padding-left: 5%;
    padding-right: 5%;
  }
  .contact_image_grid {
    height: 450px;
  }
  .contact_image_grid .image_wrap.main {
    width: 75%;
    height: 380px;
  }
  .contact_image_grid .image_wrap.side_top {
    width: 50%;
    height: 220px;
  }
  .contact_image_grid .image_wrap.side_bottom {
    width: 50%;
    height: 220px;
  }
}

@media only screen and (max-width: 480px) {
  .mega_menu .mega_column .mega_submenu > li {
    display: inline-block !important;
    width: 100% !important;
  }
  .mega_menu {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .mega_menu.active {
    display: block;
  }
  .mega_menu .mega_column .mega_submenu li.has_submenu > .level_three {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: none !important;
  }
  .mega_menu .mega_column .mega_submenu li.has_submenu:hover > .level_three {
    display: inline-block !important;
    height: auto !important;
    min-height: auto !important;
    float: left !important;
    max-height: none !important;
  }
  .quality_new_wrap .parent_wrap .left_wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact_cards_grid,
  .locations_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact_card,
  .location_card {
    padding: 25px 20px;
  }
  .contact_form_parent {
    gap: 30px;
  }
  .images_column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .form_column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contact_image_grid {
    height: 400px;
  }
  .contact_image_grid .image_wrap.main {
    width: 80%;
    height: 320px;
  }
  .contact_image_grid .image_wrap.side_top {
    width: 55%;
    height: 200px;
  }
  .contact_image_grid .image_wrap.side_bottom {
    width: 55%;
    height: 200px;
  }
  .contact_inquiry_form .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .contact_inquiry_form .form_group {
    margin-bottom: 20px;
  }
  .office_locations_section .center_text {
    padding-left: 0;
    padding-right: 0;
  }
}

/*Contact Page Styles End*/
/*Blog Listing Page Styles Start*/
.blog_categories_section {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 7vh;
  padding-bottom: 15px;
  background-color: #f9f9f9;
  margin-top: 7vh;
}

.categories_wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.category_btn {
  padding: 12px 30px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 30px;
  font-family: med_font;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.category_btn:hover {
  border-color: #1a4d37;
  color: #1a4d37;
  background-color: rgba(174, 32, 37, 0.05);
}

.category_btn.active {
  background-color: #1a4d37;
  border-color: #1a4d37;
  color: #fff;
}

.blog_listing_section {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #f9f9f9;
}

.blog_grid {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog_card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  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);
}

.blog_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.blog_image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.blog_category_badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 15px;
  background-color: #1a4d37;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-family: med_font;
  z-index: 2;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.blog_content {
  padding: 25px;
}

.blog_meta {
  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;
  gap: 20px;
  margin-bottom: 15px;
}

.blog_meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  font-family: reg_font;
}

.blog_meta span svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog_content h3 {
  padding-top: 0;
  margin-bottom: 15px;
  line-height: 1.3em;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.blog_content p {
  padding-top: 0;
  margin-bottom: 20px;
  line-height: 1.6em;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog_read_more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: med_font;
  color: #1a4d37;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.blog_read_more svg {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.blog_read_more:hover {
  color: #0d271c;
}

.blog_read_more:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

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

.blog_load_more .common_anchor {
  cursor: pointer;
  border: none;
}

.blog_load_more .common_anchor:hover {
  background-color: #0d271c;
}

/*Blog Listing Page Responsive*/
@media only screen and (max-width: 1100px) {
  .blog_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .categories_wrapper {
    gap: 12px;
  }
  .category_btn {
    padding: 10px 25px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 786px) {
  .blog_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 25px;
  }
  .blog_image {
    height: 220px;
  }
  .categories_wrapper {
    gap: 10px;
  }
  .category_btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 480px) {
  .blog_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog_card {
    margin-bottom: 0;
  }
  .blog_image {
    height: 200px;
  }
  .blog_content {
    padding: 20px;
  }
  .blog_content h3 {
    font-size: 20px;
  }
  .categories_wrapper {
    gap: 8px;
  }
  .category_btn {
    padding: 8px 18px;
    font-size: 12px;
  }
  .blog_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}

.table_header {
  text-align: center;
  padding: 0;
  padding: 10px;
  background-color: #1a4d37;
  margin-top: 15px;
}

.table_header.small {
  padding: 0;
  padding: 10px;
  margin-top: 15px;
}

/*Blog Listing Page Styles End*/
/*Responsive Starts*/
@media only screen and (max-width: 1599px) {
  .inner_product_cat_wrap ul li {
    width: 22.75%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 7vh;
  }
  .inner_product_cat_wrap ul li:nth-child(4n+0) {
    margin-right: 0;
  }
  .inner_product_cat_wrap ul li img {
    border-radius: 15px;
  }
  .inner_product_cat_wrap ul li .data_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #1a4d37;
    text-align: center;
    padding: 20px;
  }
  .inner_product_cat_wrap ul li .data_wrap .common_header {
    color: white;
    font-size: 15px;
    padding: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .specs_parent_wrap .image_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .specs_parent_wrap .data_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .half_parent_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .half_parent_wrap .parent .image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .half_parent_wrap .parent .data_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 40px;
    margin-top: 15px;
  }
  .home_slider_wrap .image_wrap {
    height: 100vh;
  }
  .home_slider_wrap .image_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .catul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 7vh;
  }
  .quality_home_wrap {
    text-align: center;
    padding-top: 40vh;
    padding-bottom: 40vh;
    overflow: hidden;
  }
  .quality_home_wrap p {
    padding-left: 10%;
    padding-right: 10%;
  }
  .quality_home_wrap .common_header.large {
    font-size: 200px;
  }
  .quality_home_wrap .abs_image {
    position: absolute;
    border-radius: 30px;
    overflow: hidden;
    width: 20vw;
    left: 5%;
    top: 15%;
    z-index: 10;
  }
  .quality_home_wrap .abs_image.two {
    left: 40%;
    width: 18vw;
    top: 8%;
  }
  .quality_home_wrap .abs_image.three {
    left: auto;
    right: 13%;
    width: 15vw;
    top: 25%;
  }
  .quality_home_wrap .abs_image.four {
    left: auto;
    right: 35%;
    width: 18vw;
    top: auto;
    bottom: 8%;
  }
  .industries_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%;
  }
  .industries_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .industries_wrap ul li img {
    width: 100%;
    max-width: none;
  }
  .industries_wrap ul li .title_wrap {
    border: 5px solid rgba(255, 255, 255, 0.5) !important;
  }
  .industries_wrap ul li:nth-child(2n+0) .title_wrap {
    border-right: none;
  }
}

@media only screen and (max-width: 786px) {
  .inner_product_cat_wrap ul li {
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 7vh;
  }
  .inner_product_cat_wrap ul li:nth-child(4n+0) {
    margin-right: 3%;
  }
  .inner_product_cat_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .inner_product_cat_wrap ul li img {
    border-radius: 15px;
  }
  .inner_product_cat_wrap ul li .data_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #1a4d37;
    text-align: center;
    padding: 20px;
  }
  .inner_product_cat_wrap ul li .data_wrap .common_header {
    color: white;
    font-size: 15px;
    padding: 0;
  }
  .footer_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_wrap .parent .col {
    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 .col:nth-child(3n+0) {
    margin-right: 0;
  }
  .footer_wrap .parent .col:first-child {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .icons_pdp_icon ul li {
    width: 50%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0%;
    padding: 20px;
  }
  .icons_pdp_icon ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .icons_pdp_icon ul li .image_wrap img {
    max-width: 100px;
  }
  .inner_overview_text_data_wrap {
    padding-top: 0;
  }
  .inner_overview_text_data_wrap ul {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .inner_overview_text_data_wrap ul li {
    width: 49%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 2%;
    margin-top: 7vh;
  }
  .inner_overview_text_data_wrap ul li:nth-child(4n+0) {
    margin-right: 2%;
  }
  .inner_overview_text_data_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .inner_overview_text_data_wrap ul li .common_header.mid {
    padding-top: 0;
  }
  .slider_top_wrap .image_wrap {
    height: 100vh;
  }
  .slider_top_wrap .image_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider_top_wrap .title_wrap {
    top: auto;
    bottom: 150px;
  }
  .inner_highlight_data ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inner_highlight_data ul li {
    width: 49%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 2%;
    padding: 30px;
    margin-top: 15px;
  }
  .inner_highlight_data ul li:nth-child(4n+0) {
    margin-right: 2%;
  }
  .inner_highlight_data ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .inner_highlight_data ul li p {
    padding-top: 80px;
  }
  .mission_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
  .mission_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;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mission_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;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 40px;
    padding-top: 7vh;
  }
  .inner_process_slider {
    height: 100vh;
  }
  .inner_process_slider .image_wrap {
    height: 100%;
  }
  .inner_process_slider .image_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home_slider_wrap {
    height: 155vh;
  }
  .home_slider_wrap .content_wrap .white_wrap {
    padding-top: 7vh;
  }
  .home_slider_wrap .content_wrap p {
    padding-right: 0;
  }
  .overview_wrap {
    padding-top: 0;
  }
  .overview_wrap .logo_overlay {
    display: none;
  }
  .overview_wrap .top_highlight_data ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .overview_wrap .top_highlight_data ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    border-right: none;
    padding-bottom: 7vh;
    padding-top: 7vh;
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  }
  .overview_wrap .top_highlight_data ul li p {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .inner_product_cat_wrap ul li {
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 15px;
  }
  .inner_product_cat_wrap ul li:nth-child(4n+0) {
    margin-right: 3%;
  }
  .inner_product_cat_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .inner_product_cat_wrap ul li img {
    border-radius: 15px;
  }
  .inner_product_cat_wrap ul li .data_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #1a4d37;
    text-align: center;
    padding: 10px;
  }
  .inner_product_cat_wrap ul li .data_wrap .common_header {
    color: white;
    font-size: 13px;
    padding: 0;
  }
  .footer_wrap {
    padding: 15px 0;
  }
  .footer_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_wrap .parent .col {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .footer_wrap .parent .col:nth-child(1n+0) {
    margin-right: 0;
  }
  .footer_wrap .parent .col:first-child {
    text-align: left;
  }
  .whatsapp_fix {
    bottom: 20px;
    right: 20px;
  }
  .whatsapp_fix a {
    padding: 5px;
  }
  .icons_pdp_icon ul li {
    width: 50%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0%;
    padding: 20px;
  }
  .icons_pdp_icon ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .icons_pdp_icon ul li .image_wrap img {
    max-width: 80px;
  }
  .half_parent_wrap {
    margin-top: 7vh;
  }
  .half_parent_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .half_parent_wrap .parent .image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .half_parent_wrap .parent .data_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px;
    margin-top: 15px;
  }
  .half_parent_wrap .parent .data_wrap img {
    max-width: 80px;
  }
  .inner_overview_text_data_wrap {
    margin-top: 7vh;
    padding-bottom: 0;
    padding-top: 0;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
  }
  .inner_overview_text_data_wrap ul {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .inner_overview_text_data_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-top: 7vh;
    padding-bottom: 7vh;
    border-top: 2px solid #ccc;
  }
  .inner_overview_text_data_wrap ul li:first-child {
    border-top: none;
  }
  .popup_container {
    max-width: 95%;
    border-radius: 25px;
    margin: 20px;
  }
  .popup_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup_image {
    width: 100%;
    height: 200px;
  }
  .popup_form {
    width: 100%;
    padding: 30px 25px;
  }
  .popup_form h3 {
    font-size: 24px;
  }
  .popup_form p {
    font-size: 14px;
  }
  .popup_close {
    width: 35px;
    height: 35px;
    font-size: 24px;
  }
  .time_line_wrap {
    padding-top: 25vh;
  }
  .slider_top_wrap .image_wrap {
    height: 100vh;
  }
  .slider_top_wrap .image_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider_top_wrap .title_wrap {
    top: auto;
    bottom: 80px;
  }
  .inner_highlight_data ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inner_highlight_data 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;
  }
  .inner_highlight_data ul li p {
    padding-top: 80px;
  }
  .mission_wrap .data_wrap .text_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .mission_wrap .data_wrap .title_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .inner_process_slider {
    height: 100vh;
  }
  .inner_process_slider .image_wrap {
    height: 100%;
  }
  .inner_process_slider .image_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home_slider_wrap {
    height: 165vh;
    margin-top: 50px;
  }
  .home_slider_wrap .content_wrap {
    left: 0;
    z-index: 30;
  }
  .home_slider_wrap .content_wrap .white_wrap {
    padding-top: 7vh;
  }
  .home_slider_wrap .content_wrap p {
    padding-right: 0;
  }
  .popup_overlay {
    padding: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .popup_container {
    border-radius: 30px 30px 0 0;
    max-height: 90vh;
    overflow-y: auto;
    margin: 0;
    max-width: 100%;
  }
  .popup_image {
    height: 180px;
  }
  .popup_form {
    padding: 25px 20px;
  }
  .popup_form h3 {
    font-size: 22px;
  }
  .popup_close {
    top: 10px;
    right: 10px;
  }
  .catul {
    margin-top: 7vh;
  }
  .catul li {
    margin-top: 15px;
  }
  .catul li p {
    display: none;
  }
  .video_wrap {
    background-attachment: initial;
    height: 80vh;
  }
  .video_wrap .title_wrap {
    margin-top: 8vh;
  }
  .quality_home_wrap {
    text-align: center;
    padding-top: 40vh;
    padding-bottom: 40vh;
    overflow: hidden;
  }
  .quality_home_wrap p {
    padding-left: 0%;
    padding-right: 0%;
  }
  .quality_home_wrap .common_header.large {
    font-size: 80px;
  }
  .quality_home_wrap .abs_image {
    position: absolute;
    border-radius: 30px;
    overflow: hidden;
    width: 40vw;
    left: 5%;
    top: -10%;
    z-index: 10;
  }
  .quality_home_wrap .abs_image.two {
    left: auto;
    right: 5%;
    width: 30vw;
    top: 15%;
  }
  .quality_home_wrap .abs_image.three {
    left: auto;
    right: 2%;
    width: 25vw;
    top: 40%;
  }
  .quality_home_wrap .abs_image.four {
    left: auto;
    right: 55%;
    width: 55vw;
    top: auto;
    bottom: -15%;
  }
  p {
    line-height: 1.4em !important;
  }
  .industries_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;
  }
  .timeline_ul li {
    min-width: 300px;
    padding-right: 60px;
  }
  .timeline_ul li:first-child {
    margin-left: 10vw;
  }
  .timeline_ul li:last-child {
    padding-right: 10vw;
  }
}

.footer_wrap p,
body .common_header.white,
.footer_wrap ul li p {
  color: #fcfaee;
}

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

.inner_highlight_data ul li .lazy_video_parent {
  height: 100%;
}

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

.swiper_arrows {
  width: 30px !important;
  height: 30px !important;
  background: #0d271c !important;
  border-radius: 30px !important;
}

.swiper_arrows:after {
  font-size: 16px !important;
  color: #fff !important;
}

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

.industries_section .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #dbf7e9;
  overflow: hidden;
  border-radius: 20px;
}

.industries_section .parent .col {
  width: 50%;
}

.industries_section .parent .col.content_col {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.industries_section .parent .col.content_col .common_header {
  margin-bottom: 30px;
}

.industries_section .parent .col.image_col .image_wrap {
  height: 100%;
  overflow: hidden;
}

.industries_section .parent .col.image_col .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

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

.faq_section .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #dbf7e9;
  overflow: hidden;
  border-radius: 20px;
}

.faq_section .parent .col {
  width: 50%;
}

.faq_section .parent .col.image_col .image_wrap {
  overflow: hidden;
  height: 100%;
}

.faq_section .parent .col.image_col .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.faq_section .parent .col.content_col {
  padding: 50px;
}

.faq_section .parent .col.content_col .common_header {
  padding: 0;
}

.faq_section .faq_list {
  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;
}

.faq_section .faq_item {
  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 #e5e5e5;
  margin-bottom: 0;
}

.faq_section .faq_item:last-child {
  border-bottom: none;
}

.faq_section .faq_item .faq_question {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 00px 50px 00px 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq_section .faq_item .faq_question p {
  font-family: med_font;
  padding: 10px 0;
  color: #1a4d37;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.faq_section .faq_item .faq_question .faq_icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  color: #1a4d37;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq_section .faq_item .faq_question:hover p {
  color: #0d271c;
}

.faq_section .faq_item .faq_answer {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq_section .faq_item .faq_answer p {
  font-family: reg_font;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding-bottom: 20px;
}

.faq_section .faq_item.active .faq_question .faq_icon {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.faq_section .faq_item.active .faq_answer {
  max-height: 500px;
}

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

.download_catalog_section .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  background: #dbf7e9;
  overflow: hidden;
  border-radius: 20px;
  padding: 40px;
}

.download_catalog_section .parent .col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.download_catalog_section .parent .col:first-child .common_header {
  margin: 0;
  padding: 0;
  color: #1a4d37;
}

.download_catalog_section .parent .col:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
}

.download_catalog_section .catalog_form {
  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;
  gap: 15px;
  background: #fff;
  padding: 8px;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.download_catalog_section .catalog_form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  padding: 15px 25px;
  font-family: reg_font;
  font-size: 16px;
  color: #000;
  background: transparent;
  outline: none;
}

.download_catalog_section .catalog_form input::-webkit-input-placeholder {
  color: #999;
}

.download_catalog_section .catalog_form input:-ms-input-placeholder {
  color: #999;
}

.download_catalog_section .catalog_form input::-ms-input-placeholder {
  color: #999;
}

.download_catalog_section .catalog_form input::placeholder {
  color: #999;
}

.download_catalog_section .catalog_form .submit_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1a4d37;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.download_catalog_section .catalog_form .submit_btn svg {
  width: 24px;
  height: 24px;
}

.download_catalog_section .catalog_form .submit_btn:hover {
  background: #0d271c;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media only screen and (max-width: 1100px) {
  .industries_section .parent .col.content_col,
  .faq_section .parent .col.content_col {
    padding: 30px;
  }
}

@media only screen and (max-width: 786px) {
  .faq_section .parent,
  .industries_section .parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq_section .parent .col,
  .industries_section .parent .col {
    width: 100%;
  }
  .download_catalog_section .parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .industries_section .parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 480px) {
  .industries_section,
  .faq_section,
  .download_catalog_section {
    padding-bottom: 15px;
  }
  .industries_section .industries_list li {
    font-size: 14px;
    padding: 12px 0 12px 25px;
  }
  .faq_section .faq_item .faq_question {
    padding: 0 40px 0 0;
  }
  .faq_section .faq_item .faq_question .faq_icon {
    font-size: 24px;
    width: 25px;
    height: 25px;
  }
  .faq_section .faq_item .faq_answer p {
    font-size: 14px;
  }
  .download_catalog_section .parent .col:last-child {
    max-width: 100%;
    margin-top: 20px;
  }
  .download_catalog_section .parent {
    padding: 20px;
    display: inline-block;
  }
  .download_catalog_section .catalog_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
    padding: 15px;
  }
  .download_catalog_section .catalog_form input {
    padding: 12px 20px;
  }
  .download_catalog_section .catalog_form .submit_btn {
    width: 100%;
    border-radius: 30px;
    height: 45px;
  }
}

.footer_map_icon {
  margin-top: 15px;
}

.footer_map_icon svg {
  margin-right: 5px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.footer_map_icon a:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.main_nav .mobile_menu_toggle span {
  background: #f8bd45 !important;
}

/*Responsive Ends*/
/*# sourceMappingURL=style.css.map */