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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .common_header.primary {
  color: #71BF4B;
}

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

body .common_header.secondary {
  color: #1A6432;
}

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

body .common_header span.primary {
  color: #71BF4B;
}

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

body .common_header span.secondary {
  color: #1A6432;
}

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: 25px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: header_italic;
  font-size: 19px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #71BF4B;
  padding-left: 4%;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: none;
  border-radius: 10px;
  letter-spacing: 0;
}

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

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

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

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

body .common_anchor.border_anchor:hover {
  background-color: #71BF4B;
  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: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opacity_text {
  opacity: 0.5;
}

/*home Starts*/
.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 100, 50, 0.95)), color-stop(50%, rgba(26, 100, 50, 0.85)), to(rgba(26, 100, 50, 0)));
  background: linear-gradient(180deg, rgba(26, 100, 50, 0.95) 0%, rgba(26, 100, 50, 0.85) 50%, rgba(26, 100, 50, 0) 100%);
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_wrap.scrolled {
  background: rgba(26, 100, 50, 0.98);
  padding: 15px 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

.header_wrap .header_logo {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header_wrap .header_logo img {
  width: 100%;
  display: block;
}

.header_wrap .header_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_wrap .nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_wrap .nav_menu li a {
  font-family: reg_font;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.header_wrap .nav_menu li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #71BF4B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_wrap .nav_menu li a:hover {
  color: #9ed383;
}

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

.header_wrap .header_phone {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header_wrap .header_phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-family: semi_font;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_wrap .header_phone a img {
  width: 20px;
  height: 20px;
}

.header_wrap .header_phone a:hover {
  color: #9ed383;
}

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

.header_wrap .mobile_menu_toggle span {
  width: 28px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_wrap .mobile_menu_toggle:hover span {
  background-color: #71BF4B;
}

.mobile_menu_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
}

.mobile_menu_wrap.active {
  pointer-events: all;
}

.mobile_menu_wrap .mobile_menu_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.mobile_menu_wrap .mobile_menu_content {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 85%;
  height: 100vh;
  background-color: #1A6432;
  padding: 30px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}

.mobile_menu_wrap .mobile_menu_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile_menu_wrap .mobile_menu_header img {
  width: 130px;
}

.mobile_menu_wrap .mobile_menu_close {
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}

.mobile_menu_wrap .mobile_menu_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu_wrap .mobile_menu_close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.mobile_menu_wrap .mobile_menu_close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile_menu_wrap .mobile_menu_close:hover span {
  background-color: #71BF4B;
}

.mobile_menu_wrap .mobile_nav {
  margin-bottom: 30px;
}

.mobile_menu_wrap .mobile_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile_menu_wrap .mobile_nav ul li {
  margin-bottom: 20px;
  opacity: 0;
}

.mobile_menu_wrap .mobile_nav ul li a {
  font-family: reg_font;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.mobile_menu_wrap .mobile_nav ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 2px;
  background-color: #71BF4B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu_wrap .mobile_nav ul li a:hover {
  color: #71BF4B;
  padding-left: 15px;
}

.mobile_menu_wrap .mobile_nav ul li a:hover::before {
  width: 8px;
}

.mobile_menu_wrap .mobile_menu_phone {
  margin-bottom: 30px;
}

.mobile_menu_wrap .mobile_menu_phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-family: semi_font;
  font-size: 15px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu_wrap .mobile_menu_phone a img {
  width: 22px;
  height: 22px;
}

.mobile_menu_wrap .mobile_menu_phone a:hover {
  background-color: #71BF4B;
}

.mobile_menu_wrap .mobile_menu_social {
  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: 12px;
}

.mobile_menu_wrap .mobile_menu_social a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu_wrap .mobile_menu_social a img {
  width: 22px;
  height: 22px;
}

.mobile_menu_wrap .mobile_menu_social a:hover {
  background-color: #71BF4B;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.home_page_top_wrap {
  height: 100vh;
  overflow: hidden;
  background: url("../images/banner.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}

.home_page_top_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;
  height: 100vh;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  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;
}

.home_page_top_wrap .data_wrap .common_header {
  padding-right: 60%;
}

.overview_wrap {
  margin-top: 7vh;
}

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

.overview_wrap .image_wrap {
  width: 40%;
  padding-right: 40px;
}

.overview_wrap .image_wrap img,
.overview_wrap .image_wrap video {
  width: 100%;
  border-radius: 8px;
}

.overview_wrap .data_wrap {
  width: 60%;
}

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

.overview_wrap.right .data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 20px;
}

.overview_wrap.about .image_wrap img {
  border-radius: 30px;
}

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

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

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

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

.why_choose_wrap ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
}

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

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

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

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

.why_choose_wrap ul li .data_wrap p {
  padding: 0;
}

.industry_we_serve_wrap {
  margin-top: 7vh;
}

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

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

.industry_we_serve_wrap ul li {
  width: 20%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  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;
  cursor: pointer;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.industry_we_serve_wrap ul li .icon_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #71BF4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.industry_we_serve_wrap ul li .icon_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.industry_we_serve_wrap ul li p {
  padding: 0;
}

.industry_we_serve_wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.industry_we_serve_wrap ul li a img {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.industry_we_serve_wrap ul li:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(12, 197, 52, 0.2);
          box-shadow: 0 10px 25px 0 rgba(12, 197, 52, 0.2);
}

.industry_we_serve_wrap ul li:hover a img {
  margin-left: 20px;
}

.industry_we_serve_wrap ul li:hover .icon_wrap {
  background-color: #1A6432;
}

.our_products_wrap {
  margin-top: 7vh;
}

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

.our_products_wrap .slider_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;
  margin-top: 7vh;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.our_products_wrap .slider_parent_wrap .category-swiper-container {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper {
  width: 100%;
}

.our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper .swiper-slide .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  padding-right: 30px;
}

.our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper .swiper-slide .image_wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper .swiper-slide .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  padding-left: 30px;
}

.our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper .swiper-pagination {
  bottom: 15px;
  left: 25%;
  width: 50%;
}

.our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(77, 77, 79, 0.3);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #71BF4B;
  width: 25px;
  border-radius: 5px;
}

.our_products_wrap .slider_parent_wrap .circular_nav_wrap {
  width: 10%;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-left: 20px;
}

.our_products_wrap .slider_parent_wrap .circular_nav_wrap .circular_nav_item {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #F8FAFC;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 2px solid transparent;
}

.our_products_wrap .slider_parent_wrap .circular_nav_wrap .circular_nav_item:hover {
  background-color: #e8f5e1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.our_products_wrap .slider_parent_wrap .circular_nav_wrap .circular_nav_item.active {
  background-color: #71BF4B;
  border-color: #71BF4B;
  -webkit-box-shadow: 0 4px 15px rgba(113, 191, 75, 0.3);
          box-shadow: 0 4px 15px rgba(113, 191, 75, 0.3);
}

.our_products_wrap .slider_parent_wrap .circular_nav_wrap .circular_nav_item.active .icon_wrap img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.our_products_wrap .slider_parent_wrap .circular_nav_wrap .circular_nav_item .icon_wrap {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our_products_wrap .slider_parent_wrap .circular_nav_wrap .circular_nav_item .icon_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.strength_wrap {
  margin-top: 7vh;
  background-color: #F8FAFC;
  padding-top: 7vh;
  padding-bottom: 7vh;
}

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

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

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

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

.strength_wrap .list_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.strength_wrap .list_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: 25px;
  background-color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.strength_wrap .list_wrap ul li:nth-child(2n+0) {
  margin-right: 0;
}

.strength_wrap .list_wrap ul li .icon_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #71BF4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.strength_wrap .list_wrap ul li .icon_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 25px;
}

.strength_wrap .list_wrap ul li p {
  padding: 0;
}

.strength_wrap .list_wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.strength_wrap .list_wrap ul li a img {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.strength_wrap .list_wrap ul li:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(12, 197, 52, 0.2);
          box-shadow: 0 10px 25px 0 rgba(12, 197, 52, 0.2);
}

.strength_wrap .list_wrap ul li:hover a img {
  margin-left: 20px;
}

.strength_wrap .list_wrap ul li:hover .icon_wrap {
  background-color: #1A6432;
}

.strength_wrap .content_ul {
  margin-top: 25px;
}

.strength_wrap .content_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.strength_wrap .content_ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #71BF4B;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.innovation_wrap {
  background-color: #1A6432;
  padding-top: 7vh;
  padding-bottom: 7vh;
}

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

.innovation_wrap .data_wrap .content_ul {
  margin-top: 25px;
}

.innovation_wrap .data_wrap .content_ul li {
  color: white;
}

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

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

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

.innovation_wrap p.box {
  background-color: #307347;
  padding: 20px;
  border-radius: 8px;
}

.what_set_us_apart {
  margin-top: 7vh;
}

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

.what_set_us_apart 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7vh;
}

.what_set_us_apart ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  margin-top: 25px;
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  cursor: pointer;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.what_set_us_apart ul li .icon_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #71BF4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.what_set_us_apart ul li .icon_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 25px;
}

.what_set_us_apart ul li p {
  padding: 0;
}

.what_set_us_apart ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.what_set_us_apart ul li a img {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.what_set_us_apart ul li:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(12, 197, 52, 0.2);
          box-shadow: 0 10px 25px 0 rgba(12, 197, 52, 0.2);
}

.what_set_us_apart ul li:hover a img {
  margin-left: 20px;
}

.who_we_power {
  margin-top: 7vh;
}

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

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

.who_we_power .logos_marquee_wrapper::before, .who_we_power .logos_marquee_wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.who_we_power .logos_marquee_wrapper::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.who_we_power .logos_marquee_wrapper::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.who_we_power .logos_marquee_track {
  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;
  will-change: transform;
}

.who_we_power .logos_marquee_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 60px;
  padding: 20px 0;
}

.who_we_power .logo_item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #F1F5F9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.who_we_power .logo_item:hover {
  -webkit-box-shadow: 0 8px 20px rgba(113, 191, 75, 0.1);
          box-shadow: 0 8px 20px rgba(113, 191, 75, 0.1);
  border-color: #71BF4B;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.who_we_power .logo_item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.who_we_power .logo_item:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

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

.who_we_power ul li {
  width: 16.66667%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  padding: 25px;
}

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

.who_we_power ul li img {
  width: 80%;
}

.certification_wrap {
  margin-top: 7vh;
}

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

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

.certification_wrap .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;
  margin-top: 7vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.certification_wrap .data_wrap ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  background-color: #F8FAFC;
  border: 1px solid #F1F5F9;
  border-radius: 8px;
  padding: 15px;
}

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

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

.certification_wrap .data_wrap ul li .text_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 80%;
  text-align: left;
}

.certification_wrap .data_wrap ul li .text_wrap p {
  padding: 0;
}

.certification_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: 25%;
  padding: 60px;
}

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

p.bold {
  color: #000;
}

.reviews_wrap {
  margin-top: 7vh;
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #FAFBFC;
}

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

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

.reviews_wrap .reviews-swiper {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
}

.reviews_wrap .reviews-swiper .swiper-wrapper {
  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;
}

.reviews_wrap .reviews-swiper .swiper-slide {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews_wrap .reviews-pagination {
  bottom: 0 !important;
  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;
}

.reviews_wrap .reviews-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #CBD5E1;
  opacity: 1;
  margin: 0 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.reviews_wrap .reviews-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #65b13f;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.reviews_wrap .reviews-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #71BF4B;
  width: 30px;
  border-radius: 5px;
}

.reviews_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7vh;
}

.reviews_wrap ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  margin-top: 25px;
  list-style: none;
}

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

.reviews_wrap .review_card {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  border: 1px solid #E2E8F0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews_wrap .review_card:hover {
  -webkit-box-shadow: 0 15px 35px 0 rgba(113, 191, 75, 0.12);
          box-shadow: 0 15px 35px 0 rgba(113, 191, 75, 0.12);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-color: #71BF4B;
}

.reviews_wrap .review_header {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.reviews_wrap .reviewer_image_wrap {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 3px solid #71BF4B;
}

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

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

.reviews_wrap .reviewer_name {
  font-family: semi_font;
  font-size: 18px;
  color: #000;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

.reviews_wrap .reviewer_position {
  font-family: reg_font;
  font-size: 14px;
  color: #64748B;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.reviews_wrap .review_stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}

.reviews_wrap .review_stars img {
  width: 16px;
  height: 16px;
}

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

.reviews_wrap .review_text {
  font-family: reg_font;
  font-size: 15px;
  color: #4D4D4F;
  line-height: 1.8em;
  padding: 0;
  margin: 0;
  font-style: italic;
  position: relative;
}

.reviews_wrap .review_text::before {
  content: '"';
  font-size: 60px;
  color: #71BF4B;
  opacity: 0.2;
  font-family: header_bold;
  position: absolute;
  top: -20px;
  left: -10px;
  line-height: 1;
}

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

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

.blog_list_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7vh;
}

.blog_list_wrap ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  margin-top: 25px;
  list-style: none;
}

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

.blog_list_wrap .blog_card {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog_list_wrap .blog_card:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(113, 191, 75, 0.15);
          box-shadow: 0 10px 30px 0 rgba(113, 191, 75, 0.15);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog_list_wrap .blog_card:hover .blog_image_wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog_list_wrap .blog_card:hover .blog_cta {
  color: #71BF4B;
}

.blog_list_wrap .blog_card:hover .blog_cta img {
  margin-left: 15px;
}

.blog_list_wrap .blog_image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  height: 240px;
  overflow: hidden;
}

.blog_list_wrap .blog_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_list_wrap .blog_category {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #71BF4B;
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-family: semi_font;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog_list_wrap .blog_content {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog_list_wrap .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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.blog_list_wrap .blog_meta span {
  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;
  font-family: reg_font;
  font-size: 13px;
  color: #64748B;
  margin-right: 20px;
}

.blog_list_wrap .blog_meta span img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  opacity: 0.7;
}

.blog_list_wrap .blog_title {
  font-family: semi_font;
  font-size: 22px;
  color: #000;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}

.blog_list_wrap .blog_excerpt {
  font-family: reg_font;
  font-size: 15px;
  color: #4D4D4F;
  line-height: 1.7em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.blog_list_wrap .blog_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: semi_font;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_list_wrap .blog_cta img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_list_wrap .blog_cta:hover {
  color: #71BF4B;
}

.contact_section_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #FAFBFC;
}

.contact_section_wrap .contact_section_title {
  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-bottom: 7vh;
}

.contact_section_wrap .contact_section_title h2 {
  margin-bottom: 15px;
}

.contact_section_wrap .contact_section_title p {
  font-family: reg_font;
  font-size: 16px;
  color: #64748B;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact_section_wrap .contact_section_content {
  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;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  min-height: 600px;
}

.contact_info_panel {
  width: 40%;
  background: url("../images/footer_bg_wrap.jpg") center no-repeat;
  background-size: cover;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}

.contact_info_panel .contact_info_inner {
  position: relative;
  z-index: 1;
}

.contact_info_panel .contact_info_title {
  font-family: semi_font;
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.3;
}

.contact_info_panel .contact_info_subtitle {
  font-family: reg_font;
  font-size: 15px;
  color: #CBD5E1;
  line-height: 1.6;
  margin-bottom: 40px;
}

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

.contact_info_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;
  margin-bottom: 30px;
}

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

.contact_info_item .contact_info_icon {
  width: 45px;
  height: 45px;
  background: rgba(113, 191, 75, 0.15);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #71BF4B;
}

.contact_info_item .contact_info_icon svg {
  width: 20px;
  height: 20px;
}

.contact_info_item .contact_info_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 18px;
  padding-top: 12px;
}

.contact_info_item .contact_info_text a,
.contact_info_item .contact_info_text span {
  font-family: reg_font;
  font-size: 15px;
  color: #E2E8F0;
  text-decoration: none;
  line-height: 1.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}

.contact_info_item .contact_info_text a:hover {
  color: #71BF4B;
}

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

.contact_social_icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_social_icon:hover {
  background: #71BF4B;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.contact_social_icon svg {
  width: 18px;
  height: 18px;
}

.contact_form_panel {
  width: 60%;
  padding: 50px 50px 50px 60px;
  background-color: #fff;
}

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

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

.contact_form .form_group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 24px;
}

.contact_form .form_group.full_width {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

.contact_form .form_label {
  font-family: semi_font;
  font-size: 14px;
  color: #1E293B;
  margin-bottom: 8px;
  display: block;
}

.contact_form .form_input,
.contact_form .form_textarea {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 14px 16px;
  font-family: reg_font;
  font-size: 15px;
  color: #334155;
  background-color: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_form .form_input::-webkit-input-placeholder,
.contact_form .form_textarea::-webkit-input-placeholder {
  color: #94A3B8;
}

.contact_form .form_input:-ms-input-placeholder,
.contact_form .form_textarea:-ms-input-placeholder {
  color: #94A3B8;
}

.contact_form .form_input::-ms-input-placeholder,
.contact_form .form_textarea::-ms-input-placeholder {
  color: #94A3B8;
}

.contact_form .form_input::placeholder,
.contact_form .form_textarea::placeholder {
  color: #94A3B8;
}

.contact_form .form_input:focus,
.contact_form .form_textarea:focus {
  outline: none;
  border-color: #71BF4B;
  -webkit-box-shadow: 0 0 0 3px rgba(113, 191, 75, 0.1);
          box-shadow: 0 0 0 3px rgba(113, 191, 75, 0.1);
}

.contact_form .form_textarea {
  resize: vertical;
  min-height: 120px;
}

.contact_form .form_radio_group {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.contact_form .radio_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  padding-right: 15px;
}

.contact_form .radio_option input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.contact_form .radio_option input[type="radio"]:checked + .radio_custom {
  background-color: #71BF4B;
  border-color: #71BF4B;
}

.contact_form .radio_option input[type="radio"]:checked + .radio_custom::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.contact_form .radio_option .radio_custom {
  width: 18px;
  height: 18px;
  border: 2px solid #CBD5E1;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_form .radio_option .radio_custom::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_form .radio_option .radio_label {
  font-family: reg_font;
  font-size: 14px;
  color: #64748B;
}

.contact_form .radio_option:hover .radio_custom {
  border-color: #71BF4B;
}

.contact_form .form_submit_btn {
  width: auto;
  padding: 15px 45px;
  font-family: semi_font;
  font-size: 16px;
  color: #fff;
  background-color: #71BF4B;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
}

.contact_form .form_submit_btn:hover {
  background-color: #5ea63b;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(113, 191, 75, 0.3);
          box-shadow: 0 6px 20px rgba(113, 191, 75, 0.3);
}

.contact_form .form_submit_btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer_wrap {
  background-color: #1A6432;
  padding-top: 60px;
  padding-bottom: 30px;
  color: #fff;
}

.footer_wrap .footer_top {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

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

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

.footer_wrap .footer_main {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.footer_wrap .footer_column.reach_us_column {
  width: 28%;
}

.footer_wrap .footer_column.newsletter_column {
  width: 18%;
  background-color: #307347;
  padding: 15px;
  border-radius: 8px;
}

.footer_wrap .footer_heading {
  font-family: semi_font;
  font-size: 18px;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

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

.footer_wrap .footer_contact_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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_wrap .footer_contact_item img {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  margin-top: 2px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer_wrap .footer_contact_item span {
  font-family: reg_font;
  font-size: 14px;
  line-height: 1.6em;
}

.footer_wrap .footer_contact_item.address span {
  display: block;
}

.footer_wrap .footer_contact_item:hover {
  color: #9ed383;
}

.footer_wrap .footer_social_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  margin-top: 20px;
}

.footer_wrap .footer_social_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_wrap .footer_social_icon img {
  width: 26px;
  height: 26px;
}

.footer_wrap .footer_social_icon:hover {
  background-color: #71BF4B;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

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

.footer_wrap .footer_links_wrap ul {
  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;
  padding: 0;
  margin: 0;
}

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

.footer_wrap .footer_links_wrap ul li a {
  font-family: reg_font;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
}

.footer_wrap .footer_links_wrap ul li a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #71BF4B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_wrap .footer_links_wrap ul li a:hover {
  color: #71BF4B;
}

.footer_wrap .footer_links_wrap ul li a:hover::before {
  width: 100%;
}

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

.footer_wrap .newsletter_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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.footer_wrap .newsletter_input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: reg_font;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_wrap .newsletter_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer_wrap .newsletter_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer_wrap .newsletter_input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer_wrap .newsletter_input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer_wrap .newsletter_input:focus {
  outline: none;
  border-color: #71BF4B;
  background-color: rgba(255, 255, 255, 0.15);
}

.footer_wrap .newsletter_button {
  width: 100%;
  padding: 12px 20px;
  background-color: #71BF4B;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: semi_font;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_wrap .newsletter_button:hover {
  background-color: #8fcc71;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(113, 191, 75, 0.3);
          box-shadow: 0 5px 15px rgba(113, 191, 75, 0.3);
}

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

.footer_wrap .newsletter_note p {
  font-family: reg_font;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}

.footer_wrap .footer_bottom {
  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;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer_wrap .copyright_text {
  font-family: reg_font;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
  margin: 0;
}

.footer_wrap.margin_top {
  margin-top: 7vh;
}

/*About Us*/
.home_page_top_wrap.about_top_wrap {
  background: url("../images/aboutbanner.jpg") center no-repeat;
  background-size: cover;
  height: 70vh;
}

.home_page_top_wrap.about_top_wrap .data_wrap {
  height: 100%;
}

.strength_wrap.about .list_wrap ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.strength_wrap.about .list_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: 20px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.strength_wrap.about .list_wrap ul li p {
  padding: 0;
}

.strength_wrap.about .list_wrap ul li .icon_parent {
  width: 20%;
  margin: 0;
}

.strength_wrap.about .list_wrap ul li .text_wrap {
  width: 80%;
}

.strength_wrap.about .list_wrap ul li:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(12, 197, 52, 0.2);
          box-shadow: 0 10px 25px 0 rgba(12, 197, 52, 0.2);
}

.strength_wrap.about .list_wrap ul li:hover a img {
  margin-left: 20px;
}

.strength_wrap.about .list_wrap ul li:hover .icon_wrap {
  background-color: #1A6432;
}

.guiding_wrap {
  margin-top: 7vh;
  background: url("../images/missionvisionbanner.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 7vh;
  padding-bottom: 7vh;
}

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

.guiding_wrap ul li {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  padding: 30px;
}

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

.guiding_wrap ul li .bg_wrap {
  border: 1px solid #71BF4B;
  border-radius: 8px;
  padding: 30px;
  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;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/*Contact us starts*/
.home_page_top_wrap.contact_top_wrap {
  background: none;
  background-color: #1A6432;
  height: 50vh;
}

.home_page_top_wrap.contact_top_wrap .data_wrap {
  height: 100%;
}

/*Product starts*/
.strength_wrap.product {
  background-color: #fff;
}

.strength_wrap.product .list_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.strength_wrap.product .list_wrap ul li {
  background-color: #F8FAFC;
}

.strength_wrap.product .list_wrap ul li .icon_parent .common_header {
  padding: 0;
  padding-left: 15px;
  font-size: 18px;
  font-family: bold_font;
}

.strength_wrap.product .list_wrap ul li .icon_parent img {
  width: 70%;
}

.strength_wrap.product .data_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}

.customization_section_parent {
  margin-top: 7vh;
}

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

.customization_section_parent .tabs_parent_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.customization_section_parent .tabs_parent_wrap .tabs_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  padding: 30px;
}

.customization_section_parent .tabs_parent_wrap .tabs_wrap .bg_wrap {
  height: 100%;
  background-color: #F8FAFC;
  border-radius: 8px;
  padding: 20px;
}

.customization_section_parent .tabs_parent_wrap .tabs_wrap .bg_wrap .common_header {
  padding: 0;
}

.customization_section_parent .tabs_parent_wrap .tabs_wrap .bg_wrap .content_ul li p {
  padding: 0;
}

.industry_we_serve_wrap ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

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

.industry_we_serve_wrap .content_ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 3px;
}

.industry_we_serve_wrap.support ul li {
  width: 30%;
  border: 1px solid #F1F5F9;
}

.product_data_parent_wrap {
  margin-top: 7vh;
}

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

.product_data_parent_wrap .pdp_data_starts {
  margin-top: 7vh;
}

.product_data_parent_wrap .pdp_data_starts .nav-tabs {
  text-align: center;
  border: none;
}

.product_data_parent_wrap .pdp_data_starts .nav-tabs li {
  float: none;
  margin-bottom: -1px;
  width: auto;
  display: inline-block;
}

.product_data_parent_wrap .pdp_data_starts .nav-tabs li a {
  font-family: bold_font;
  border: none;
  border-bottom: 5px solid #fff;
}

.product_data_parent_wrap .pdp_data_starts .nav-tabs li.active a {
  background-color: #fff;
  border-bottom: 5px solid #71BF4B;
}

.pdp_inner_data_wrap {
  margin-top: 7vh;
}

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

.pdp_inner_data_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%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.pdp_inner_data_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%;
  padding: 30px;
}

.pdp_inner_data_wrap .parent .data_wrap .content_ul li p {
  padding: 0;
}

.pdp_inner_data_wrap .parent .data_wrap table {
  width: 100%;
}

.pdp_inner_data_wrap .parent .data_wrap table tr:nth-child(even) {
  background-color: #F8FAFC;
}

.pdp_inner_data_wrap .parent .data_wrap table tr td p {
  padding: 10px;
}

.pdp_inner_data_wrap .parent .data_wrap .common_header.small {
  font-size: 18px;
}

/*Responsive Starts*/
@media only screen and (max-width: 1100px) {
  .home_page_top_wrap .data_wrap {
    text-align: center;
  }
  .home_page_top_wrap .data_wrap .common_header {
    padding-right: 00%;
  }
  .overview_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview_wrap .image_wrap {
    width: 100%;
    padding: 0;
  }
  .overview_wrap .data_wrap {
    width: 100%;
  }
  .contact_section_wrap .contact_section_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_section_wrap .contact_info_panel {
    width: 100%;
    padding: 40px 35px;
  }
  .contact_section_wrap .contact_form_panel {
    width: 100%;
    padding: 40px 35px;
  }
}

@media only screen and (max-width: 786px) {
  .pdp_inner_data_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%;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
  }
  .pdp_inner_data_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%;
    padding: 10px;
    background-color: #fff;
  }
  .pdp_inner_data_wrap .parent .data_wrap .content_ul li p {
    padding: 0;
  }
  .pdp_inner_data_wrap .parent .data_wrap .common_header.small {
    font-size: 18px;
  }
  .industry_we_serve_wrap.support ul li {
    width: 100%;
  }
  .customization_section_parent .tabs_parent_wrap {
    margin-top: 25px;
  }
  .customization_section_parent .tabs_parent_wrap .tabs_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 00px;
    margin-top: 25px;
  }
  .customization_section_parent .tabs_parent_wrap .tabs_wrap .bg_wrap {
    height: auto;
  }
  .guiding_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .guiding_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 7vh;
  }
  .header_wrap .header_nav {
    display: none;
  }
  .header_wrap .header_phone {
    display: none;
  }
  .header_wrap .mobile_menu_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_wrap .header_logo {
    width: 130px;
  }
  .why_choose_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    padding: 18px;
    margin-top: 25px;
  }
  .industry_we_serve_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .industry_we_serve_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: 25px;
    padding: 20px;
  }
  .industry_we_serve_wrap ul li:nth-child(n+5) {
    margin-right: 3%;
  }
  .industry_we_serve_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .our_products_wrap .slider_parent_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .our_products_wrap .slider_parent_wrap .category-swiper-container {
    width: 100%;
  }
  .our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper .swiper-slide .image_wrap {
    width: 100%;
    padding-right: 0;
  }
  .our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper .swiper-slide .data_wrap {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }
  .our_products_wrap .slider_parent_wrap .category-swiper-container .category-swiper .swiper-pagination {
    left: 0;
    width: 100%;
  }
  .our_products_wrap .slider_parent_wrap .circular_nav_wrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-top: 25px;
  }
  .our_products_wrap .slider_parent_wrap .circular_nav_wrap .circular_nav_item {
    width: 60px;
    height: 60px;
  }
  .our_products_wrap .slider_parent_wrap .circular_nav_wrap .circular_nav_item .icon_wrap {
    width: 35px;
    height: 35px;
  }
  .strength_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .strength_wrap .data_wrap {
    width: 100%;
  }
  .strength_wrap .list_wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .innovation_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .innovation_wrap .data_wrap {
    width: 100%;
    margin-top: 25px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .innovation_wrap .image_wrap {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .certification_wrap .data_wrap {
    width: 100%;
  }
  .certification_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .certification_wrap .image_wrap {
    width: 100%;
    text-align: center;
  }
  .certification_wrap .image_wrap img {
    max-width: 40%;
  }
  .who_we_power .logos_marquee_wrapper::before, .who_we_power .logos_marquee_wrapper::after {
    width: 60px;
  }
  .who_we_power .logos_marquee_content {
    gap: 40px;
  }
  .who_we_power .logo_item {
    width: 150px;
    height: 150px;
    padding: 12px;
  }
  .who_we_power 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: 30px;
  }
  .who_we_power ul li:nth-child(3n+0) {
    margin-right: 0;
  }
  .blog_list_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: 25px;
  }
  .blog_list_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .blog_list_wrap .blog_image_wrap {
    height: 220px;
  }
  .reviews_wrap .reviews_swiper_wrap {
    margin-top: 25px;
  }
  .reviews_wrap .reviews-swiper {
    padding-bottom: 45px;
  }
  .reviews_wrap .review_card {
    padding: 25px;
  }
  .reviews_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: 25px;
  }
  .reviews_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .contact_section_wrap .contact_section_title p {
    font-size: 15px;
  }
  .contact_section_wrap .contact_form .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .contact_section_wrap .contact_form .form_group {
    margin-bottom: 20px;
  }
  .contact_section_wrap .contact_form .form_radio_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .footer_wrap .footer_main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_wrap .footer_column {
    width: 48%;
    margin-bottom: 30px;
  }
  .footer_wrap .footer_column.reach_us_column {
    width: 48%;
  }
  .footer_wrap .footer_column.newsletter_column {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .overview_wrap.right .image_wrap {
    margin-top: 7vh;
  }
  .strength_wrap.about .list_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .strength_wrap.about .list_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: 20px;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .strength_wrap.about .list_wrap ul li p {
    padding: 0;
  }
  .strength_wrap.about .list_wrap ul li .icon_parent {
    width: 35%;
    margin: 0;
  }
  .strength_wrap.about .list_wrap ul li .text_wrap {
    width: 65%;
  }
  .header_wrap {
    padding: 15px 0;
  }
  .header_wrap.scrolled {
    padding: 12px 0;
  }
  .header_wrap .header_logo {
    width: 110px;
  }
  .mobile_menu_wrap .mobile_menu_content {
    padding: 25px 20px;
  }
  .mobile_menu_wrap .mobile_menu_header {
    margin-bottom: 30px;
  }
  .mobile_menu_wrap .mobile_menu_header img {
    width: 110px;
  }
  .mobile_menu_wrap .mobile_nav ul li {
    margin-bottom: 15px;
  }
  .mobile_menu_wrap .mobile_nav ul li a {
    font-size: 15px;
  }
  .why_choose_wrap .title_wrap p {
    padding-left: 10%;
    padding-right: 10%;
  }
  .industry_we_serve_wrap ul {
    margin-top: 25px;
  }
  .industry_we_serve_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: 20px;
    margin-top: 25px;
  }
  .strength_wrap .list_wrap ul {
    margin-top: 25px;
  }
  .strength_wrap .list_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    padding: 30px;
  }
  .what_set_us_apart ul {
    margin-top: 25px;
  }
  .what_set_us_apart ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    padding: 20px;
  }
  .who_we_power .logos_marquee_wrapper::before, .who_we_power .logos_marquee_wrapper::after {
    width: 40px;
  }
  .who_we_power .logos_marquee_content {
    gap: 30px;
    padding: 15px 0;
  }
  .who_we_power .logo_item {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
  .who_we_power ul {
    margin-top: 25px;
  }
  .who_we_power 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: 15px;
  }
  .who_we_power ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .who_we_power ul li img {
    width: 100%;
  }
  .certification_wrap .data_wrap ul {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .certification_wrap .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;
    margin-top: 25px;
    padding: 20px;
  }
  .certification_wrap .image_wrap img {
    max-width: 90%;
  }
  .blog_list_wrap ul {
    margin-top: 25px;
  }
  .blog_list_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    margin-right: 0;
  }
  .blog_list_wrap .blog_title {
    font-size: 20px;
  }
  .blog_list_wrap .blog_excerpt {
    font-size: 14px;
  }
  .blog_list_wrap .blog_image_wrap {
    height: 200px;
  }
  .our_products_wrap .circular_nav_wrap .circular_nav_item {
    width: 55px;
    height: 55px;
  }
  .our_products_wrap .circular_nav_wrap .circular_nav_item .icon_wrap {
    width: 30px;
    height: 30px;
  }
  .reviews_wrap .reviews_swiper_wrap {
    margin-top: 25px;
  }
  .reviews_wrap .reviews-swiper {
    padding-bottom: 40px;
  }
  .reviews_wrap ul {
    margin-top: 25px;
  }
  .reviews_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    margin-right: 0;
  }
  .reviews_wrap .review_card {
    padding: 25px;
  }
  .reviews_wrap .reviewer_name {
    font-size: 16px;
  }
  .reviews_wrap .review_text {
    font-size: 14px;
  }
  .contact_section_wrap {
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .contact_section_wrap .contact_section_title {
    margin-bottom: 25px;
  }
  .contact_section_wrap .contact_section_title h2 {
    font-size: 26px;
  }
  .contact_section_wrap .contact_section_title p {
    font-size: 14px;
    padding: 0 10px;
  }
  .contact_section_wrap .contact_section_content {
    border-radius: 8px;
    min-height: auto;
  }
  .contact_section_wrap .contact_info_panel {
    padding: 30px 25px;
  }
  .contact_section_wrap .contact_info_panel .contact_info_title {
    font-size: 22px;
  }
  .contact_section_wrap .contact_info_panel .contact_info_subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .contact_section_wrap .contact_info_items {
    margin-bottom: 35px;
  }
  .contact_section_wrap .contact_info_item {
    margin-bottom: 25px;
  }
  .contact_section_wrap .contact_info_item .contact_info_icon {
    width: 40px;
    height: 40px;
  }
  .contact_section_wrap .contact_info_item .contact_info_text {
    padding-left: 15px;
    padding-top: 10px;
  }
  .contact_section_wrap .contact_info_item .contact_info_text a,
  .contact_section_wrap .contact_info_item .contact_info_text span {
    font-size: 14px;
  }
  .contact_section_wrap .contact_social_icons {
    gap: 12px;
  }
  .contact_section_wrap .contact_social_icon {
    width: 38px;
    height: 38px;
  }
  .contact_section_wrap .contact_form_panel {
    padding: 30px 25px;
  }
  .contact_section_wrap .contact_form .form_label {
    font-size: 13px;
  }
  .contact_section_wrap .contact_form .form_input,
  .contact_section_wrap .contact_form .form_textarea {
    padding: 12px 14px;
    font-size: 14px;
  }
  .contact_section_wrap .contact_form .form_textarea {
    min-height: 100px;
  }
  .contact_section_wrap .contact_form .form_radio_group {
    margin-top: 8px;
  }
  .contact_section_wrap .contact_form .radio_option .radio_label {
    font-size: 13px;
  }
  .contact_section_wrap .contact_form .form_submit_btn {
    width: 100%;
    padding: 14px 30px;
    font-size: 15px;
  }
  .footer_wrap {
    padding-top: 40px;
  }
  .footer_wrap .footer_logo_wrap img {
    max-width: 150px;
  }
  .footer_wrap .footer_main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer_wrap .footer_column {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
  }
  .footer_wrap .footer_column.reach_us_column {
    width: 100%;
  }
  .footer_wrap .footer_column.newsletter_column {
    width: 100%;
  }
  .footer_wrap .footer_heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer_wrap .footer_social_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer_wrap .footer_bottom {
    padding-top: 20px;
  }
  .footer_wrap .copyright_text {
    font-size: 12px;
  }
}

.our_products_wrap .swiper-pagination {
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  margin-top: 15px !important;
}

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

.reviews-pagination {
  margin-top: 25px !important;
}

.industry_we_serve_wrap ul .content_ul {
  padding-left: 30px;
}

.industry_we_serve_wrap ul .content_ul li {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  list-style-type: disc;
  text-align: left;
  display: list-item;
}

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