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

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

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

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

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

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

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

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

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

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

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: #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: #000;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  line-height: 1.8em;
}

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

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

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

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

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

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

body .common_header.primary {
  color: #325E3C;
}

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

body .common_header.secondary {
  color: #6FC066;
}

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 .border {
  width: 50px;
  height: 2px;
  background-color: #325E3C;
  margin: 10px;
}

body .common_header .border.secondary {
  background-color: #6FC066;
}

body .common_header .border.accent {
  background-color: #D2E8C5;
}

body .common_header .border.white {
  background-color: #fff;
}

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

body .common_header span {
  font-family: bold_font;
  color: #325E3C;
}

body .common_header span.primary {
  color: #325E3C;
}

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

body .common_header span.secondary {
  color: #6FC066;
}

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: 20px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: reg_font;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-left: 4%;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 8px;
  font-family: semi_font;
  background: linear-gradient(135deg, #325E3C 0%, #6FC066 100%);
}

body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #325E3C 50%, #6FC066 100%);
}

body .common_anchor.secondary {
  background: linear-gradient(135deg, #D2E8C5 0%, #325E3C 100%);
  color: #fff;
}

body .common_anchor.secondary:hover {
  background: linear-gradient(235deg, #D2E8C5 0%, #325E3C 100%);
  color: #fff;
}

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

body .common_anchor.border_anchor:hover {
  background-color: #325E3C;
  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: 20px;
}

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: #325E3C !important;
  color: #D2E8C5;
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .common_header {
    font-size: 46px;
  }
  body .common_header.large {
    font-size: 52px;
  }
  body .common_header.small {
    font-size: 24px;
  }
  body .gridContainer {
    width: 95.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: 45px;
  }
  body .common_header.large {
    font-size: 45px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 24px;
  }
}

@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: 40px;
  }
  body .common_header.large {
    font-size: 45px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 24px;
  }
}

@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: 13px;
  }
  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 .border {
    width: 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: 13px;
  }
  body p.small_size {
    font-size: 11px;
  }
  body .common_header.small {
    font-size: 18px;
  }
}

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

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

.italic_font {
  font-family: italic_font !important;
}

.text_gradient {
  background: linear-gradient(45deg, #325E3C 0%, #6FC066 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.para_font {
  font-family: para_font;
}

.header_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header_wrap.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 15px 0;
}

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

.header_wrap .header_logo {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header_wrap .header_logo img {
  height: 60px;
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scrolled .header_wrap .header_logo img {
  height: 40px;
}

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

@media only screen and (max-width: 1100px) {
  .header_wrap .desktop_nav {
    display: none;
  }
}

.header_wrap .nav_list {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  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: 35px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1599px) {
  .header_wrap .nav_list {
    gap: 25px;
  }
}

.header_wrap .nav_item {
  position: relative;
}

.header_wrap .nav_item.dropdown .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  padding: 15px 0;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 15px;
  list-style: none;
}

.header_wrap .nav_item.dropdown .dropdown_menu li {
  width: 100%;
}

.header_wrap .nav_item.dropdown .dropdown_menu li a {
  display: block;
  padding: 12px 25px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 13px;
}

.header_wrap .nav_item.dropdown .dropdown_menu li a:hover {
  background-color: #eef6ea;
  color: #325E3C;
  padding-left: 30px;
}

.header_wrap .nav_item.dropdown:hover .dropdown_menu {
  opacity: 1;
  visibility: visible;
  margin-top: 5px;
}

.header_wrap .nav_link {
  color: #325E3C;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.header_wrap .nav_link:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #6FC066;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header_wrap .nav_link:hover {
  color: #6FC066;
}

.header_wrap .nav_link:hover:after {
  width: 100%;
}

@media only screen and (max-width: 1599px) {
  .header_wrap .nav_link {
    font-size: 14px;
  }
}

.header_wrap .dropdown_icon {
  font-size: 12px;
  margin-left: 5px;
}

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

@media only screen and (max-width: 1100px) {
  .header_wrap .header_actions {
    display: none;
  }
}

.header_wrap .btn_register {
  padding: 12px 30px;
  background-color: #6FC066;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}

.header_wrap .btn_register:hover {
  background-color: #51ac47;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(111, 192, 102, 0.3);
          box-shadow: 0 4px 12px rgba(111, 192, 102, 0.3);
}

@media only screen and (max-width: 1599px) {
  .header_wrap .btn_register {
    font-size: 14px;
    padding: 10px 25px;
  }
}

.header_wrap .btn_signin {
  padding: 12px 30px;
  background-color: transparent;
  color: #325E3C;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #55a167;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}

.header_wrap .btn_signin:hover {
  background-color: #325E3C;
  color: #fff;
  border-color: #325E3C;
}

@media only screen and (max-width: 1599px) {
  .header_wrap .btn_signin {
    font-size: 14px;
    padding: 10px 25px;
  }
}

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

@media only screen and (max-width: 1100px) {
  .header_wrap .mobile_menu_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header_wrap .mobile_menu_toggle .hamburger_line {
  width: 28px;
  height: 3px;
  background-color: #325E3C;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header_wrap .mobile_menu_toggle.active .hamburger_line:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(8px);
          transform: rotate(45deg) translateY(8px);
}

.header_wrap .mobile_menu_toggle.active .hamburger_line:nth-child(2) {
  opacity: 0;
}

.header_wrap .mobile_menu_toggle.active .hamburger_line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-8px);
          transform: rotate(-45deg) translateY(-8px);
}

.header_wrap .mobile_nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(50, 94, 60, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
}

.header_wrap .mobile_nav_overlay.active {
  opacity: 1;
  visibility: visible;
}

.header_wrap .mobile_nav_close {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header_wrap .mobile_nav_close:hover {
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header_wrap .mobile_nav_close .close_line {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
}

.header_wrap .mobile_nav_close .close_line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header_wrap .mobile_nav_close .close_line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header_wrap .mobile_nav {
  padding: 100px 30px 50px;
}

.header_wrap .mobile_nav_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header_wrap .mobile_nav_item {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.header_wrap .mobile_nav_item.mobile_actions {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.header_wrap .mobile_nav_item.mobile_actions .btn_register,
.header_wrap .mobile_nav_item.mobile_actions .btn_signin {
  text-align: center;
  display: block;
}

.header_wrap .mobile_nav_link {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header_wrap .mobile_nav_link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  padding-left: 30px;
}

.header_wrap .mobile_dropdown .mobile_dropdown_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header_wrap .mobile_dropdown .mobile_dropdown_menu li a {
  opacity: 0.8;
  padding: 10px 20px;
}

.header_wrap .mobile_dropdown.active .mobile_dropdown_menu {
  max-height: 500px;
  padding-top: 10px;
}

.body_wrap {
  padding-top: 90px;
}

@media only screen and (max-width: 1100px) {
  .body_wrap {
    padding-top: 80px;
  }
}

.slider_top_wrap .master_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;
  padding-top: 7vh;
  height: 100vh;
}

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

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

.slider_top_wrap .image_wrap img {
  width: 80%;
  height: auto;
}

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

.slider_top_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  border-top: 2px solid #325E3C;
}

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

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

.slider_top_wrap ul li .common_header .parent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overview_wrap {
  background-color: #325E3C;
  background-color: #35593c;
  padding-top: 7vh;
  padding-bottom: 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 .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%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

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

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

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

.overview_wrap.white {
  background-color: #fff;
}

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

.service_list_wrap {
  margin-top: 7vh;
}

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

.service_list_wrap.no_margin {
  margin-top: 0;
}

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

.service_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%;
  background-color: #F8FBF5;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #E2E8F0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

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

.service_list_wrap ul li .icon_wrap .lazy_video_parent_resp_scroll {
  width: 100px;
  mix-blend-mode: multiply;
}

.service_list_wrap ul li .icon_wrap .common_header {
  padding: 0;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service_list_wrap ul li .border_line {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 30%;
  height: 2px;
  background-color: #325E3C;
  margin-top: 7vh;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service_list_wrap ul li:hover {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.4);
}

.service_list_wrap ul li:hover .icon_wrap .common_header {
  opacity: 1;
}

.service_list_wrap ul li:hover .border_line {
  width: 50%;
}

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

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

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

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

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

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

.number_wrap ul li p,
.number_wrap ul li .common_header {
  padding: 0;
}

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

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

.pillars_wrap {
  margin-top: 7vh;
}

.pillars_wrap .title_wrap {
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pillars_wrap .parent_data_wrap .bg_wrap {
  background-color: #F8FBF5;
  border: 1px solid #69BD8C;
  border-radius: 8px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 7vh;
}

.pillars_wrap .parent_data_wrap .bg_wrap.right .icon_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}

.pillars_wrap .parent_data_wrap .bg_wrap.right .data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 20px;
}

.pillars_wrap .parent_data_wrap .border {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 20%;
  height: 2px;
  background-color: #325E3C;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

.pillars_wrap .parent_data_wrap .icon_wrap video {
  mix-blend-mode: multiply;
}

.pillars_wrap .parent_data_wrap .icon_wrap img,
.pillars_wrap .parent_data_wrap .icon_wrap video {
  width: 40%;
}

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

.compliance_wrap {
  background-color: #D2E8C5;
  margin-top: 7vh;
  padding-top: 7vh;
  padding-bottom: 7vh;
}

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

.compliance_wrap .parent_data_wrap {
  margin-top: 20px;
}

.compliance_wrap .parent_data_wrap .title_wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #325E3C;
  padding: 15px;
  border-radius: 8px;
}

.compliance_wrap .parent_data_wrap .title_wrap .common_header {
  padding: 0;
}

.compliance_wrap .parent_data_wrap .title_wrap img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.compliance_wrap .parent_data_wrap .data_wrap {
  padding: 30px;
  display: none;
}

.compliance_wrap .parent_data_wrap .data_wrap .bg_wrap {
  background-color: #325E3C;
  border-radius: 8px;
}

.compliance_wrap .parent_data_wrap .data_wrap table {
  width: 100%;
}

.compliance_wrap .parent_data_wrap .data_wrap table td {
  border: 1px solid #fff;
}

.compliance_wrap .parent_data_wrap .data_wrap table p {
  padding: 10px;
  color: white;
}

.compliance_wrap .parent_data_wrap.active .data_wrap {
  display: block;
}

.compliance_wrap .parent_data_wrap.active img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.refulatory_wrap {
  margin-top: 7vh;
  background-color: #325E3C;
  padding-top: 7vh;
  padding-bottom: 7vh;
}

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

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

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

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

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

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

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

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

.refulatory_wrap ul li .text_wrap p {
  padding: 0;
}

.review_wrap {
  margin-top: 7vh;
}

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

.review_wrap .review_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;
  padding: 0 15px;
}

.review_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: #F8FBF5;
  border-radius: 8px;
  padding: 40px 30px;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.review_wrap .review_card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

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

.review_wrap .review_quote p {
  font-size: 16px;
  line-height: 1.6em;
  padding-top: 0;
}

@media only screen and (max-width: 1599px) {
  .review_wrap .review_quote p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1100px) {
  .review_wrap .review_quote p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .review_wrap .review_quote p {
    font-size: 13px;
  }
}

.review_wrap .review_text {
  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-positive: 1;
          flex-grow: 1;
  margin-bottom: 25px;
}

.review_wrap .review_text p {
  font-size: 13px;
  line-height: 1.7em;
  color: #1a1a1a;
}

@media only screen and (max-width: 1599px) {
  .review_wrap .review_text p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .review_wrap .review_text p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .review_wrap .review_text p {
    font-size: 11px;
  }
}

.review_wrap .review_footer {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 2px solid #d5edd2;
  padding-top: 20px;
}

.review_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: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.review_wrap .reviewer_info h5 {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  font-size: 25px;
}

@media only screen and (max-width: 1599px) {
  .review_wrap .reviewer_info h5 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1100px) {
  .review_wrap .reviewer_info h5 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .review_wrap .reviewer_info h5 {
    font-size: 18px;
  }
}

.review_wrap .reviewer_info p {
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 13px;
}

@media only screen and (max-width: 1599px) {
  .review_wrap .reviewer_info p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .review_wrap .reviewer_info p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .review_wrap .reviewer_info p {
    font-size: 11px;
  }
}

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

.review_wrap .review_rating .star {
  font-size: 24px;
  margin-left: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.review_wrap .review_rating .star.filled {
  color: #6FC066;
}

.review_wrap .review_rating .star.empty {
  color: #d5edd2;
}

.review_wrap .swiper-pagination {
  position: relative;
  margin-top: 40px;
  bottom: auto !important;
}

.review_wrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #95c7a1;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.review_wrap .swiper-pagination-bullet-active {
  background-color: #6FC066;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.insights_wrap {
  margin-top: 7vh;
}

.insights_wrap .main_tilte_wrap {
  text-align: center;
}

.insights_wrap .insights_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;
  padding: 0 15px;
}

.insights_wrap .insight_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;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.insights_wrap .insight_card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 4px 10px 30px 2px rgba(0, 0, 0, 0.18);
          box-shadow: 4px 10px 30px 2px rgba(0, 0, 0, 0.18);
}

.insights_wrap .insight_card:hover .insight_image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

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

@media only screen and (max-width: 1100px) {
  .insights_wrap .insight_image {
    height: 180px;
  }
}

@media only screen and (max-width: 480px) {
  .insights_wrap .insight_image {
    height: 160px;
  }
}

.insights_wrap .insight_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.insights_wrap .insight_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 20px;
}

@media only screen and (max-width: 1100px) {
  .insights_wrap .insight_content {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .insights_wrap .insight_content {
    padding: 18px 15px;
  }
}

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

.insights_wrap .insight_category p {
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
  font-size: 13px;
}

@media only screen and (max-width: 1599px) {
  .insights_wrap .insight_category p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .insights_wrap .insight_category p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .insights_wrap .insight_category p {
    font-size: 11px;
  }
}

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

.insights_wrap .insight_title p {
  padding: 0;
  margin: 0;
  line-height: 1.6em;
  color: black;
}

.insights_wrap .swiper-pagination {
  position: relative;
  margin-top: 40px;
  bottom: auto !important;
}

.insights_wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #b7d8be;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.insights_wrap .swiper-pagination-bullet-active {
  background-color: #325E3C;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.contact_form_wrap {
  background-color: #fff;
  margin-top: 7vh;
}

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

.contact_form_wrap .contact_form_container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #F8FBF5;
  border-radius: 8px;
}

.contact_form_wrap .contact_form_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
}

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

.contact_form_wrap .callback_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_wrap .form_row {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

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

.contact_form_wrap .form_group.half {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_form_wrap .form_group.full {
  width: 100%;
}

.contact_form_wrap .form_input,
.contact_form_wrap .form_textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #D8D4C8;
  background-color: #fff;
  color: #000;
  font-family: para_font;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact_form_wrap .form_input:focus,
.contact_form_wrap .form_textarea:focus {
  outline: none;
  border-color: #325E3C;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.contact_form_wrap .form_input::-webkit-input-placeholder,
.contact_form_wrap .form_textarea::-webkit-input-placeholder {
  color: #666666;
}

.contact_form_wrap .form_input:-ms-input-placeholder,
.contact_form_wrap .form_textarea:-ms-input-placeholder {
  color: #666666;
}

.contact_form_wrap .form_input::-ms-input-placeholder,
.contact_form_wrap .form_textarea::-ms-input-placeholder {
  color: #666666;
}

.contact_form_wrap .form_input::placeholder,
.contact_form_wrap .form_textarea::placeholder {
  color: #666666;
}

.contact_form_wrap .form_textarea {
  resize: vertical;
  min-height: 120px;
  font-family: para_font;
}

.contact_form_wrap .form_submit_btn {
  background-color: #325E3C;
  color: #fff;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  font-family: semi_font;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact_form_wrap .form_submit_btn:hover {
  background-color: #24432b;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.contact_form_wrap .contact_info_card {
  background-color: #325E3C;
  padding: 45px 35px;
  border-radius: 10px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  width: 420px;
  min-width: 420px;
  position: relative;
  z-index: 2;
}

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

.contact_form_wrap .contact_card_header h3 {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 25px;
}

.contact_form_wrap .header_underline {
  width: 50px;
  height: 3px;
  background-color: #fff;
  position: relative;
}

.contact_form_wrap .header_underline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 60px;
  width: 8px;
  height: 3px;
  background-color: #fff;
}

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

.contact_form_wrap .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.contact_form_wrap .contact_item:last-child {
  margin-bottom: 0;
}

.contact_form_wrap .contact_icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: rgba(255, 255, 255, 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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact_form_wrap .contact_icon img {
  width: 24px;
  height: 24px;
}

.contact_form_wrap .contact_details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_form_wrap .contact_details p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

.contact_form_wrap .contact_label {
  margin-bottom: 5px;
  opacity: 0.9;
  font-size: 13px;
}

.contact_form_wrap .contact_value {
  font-size: 16px;
  line-height: 1.6em;
}

.footer_wrap {
  background-color: #325E3C;
  margin-top: 7vh;
  padding-top: 7vh;
  padding-bottom: 50px;
}

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

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

.footer_wrap .footer_column.brand_column {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  max-width: 450px;
}

.footer_wrap .footer_column.links_column {
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}

.footer_wrap .footer_column.contact_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.footer_wrap .footer_logo img {
  max-width: 180px;
  height: auto;
}

@media only screen and (max-width: 1100px) {
  .footer_wrap .footer_logo img {
    max-width: 150px;
  }
}

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

.footer_wrap .footer_tagline p {
  padding: 0;
  line-height: 1.7em;
  opacity: 0.9;
  font-size: 13px;
}

@media only screen and (max-width: 1599px) {
  .footer_wrap .footer_tagline p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .footer_wrap .footer_tagline p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrap .footer_tagline p {
    font-size: 11px;
  }
}

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

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

.footer_wrap .newsletter_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: para_font;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

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

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

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

.footer_wrap .newsletter_input:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 1599px) {
  .footer_wrap .newsletter_input {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1100px) {
  .footer_wrap .newsletter_input {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrap .newsletter_input {
    font-size: 13px;
    padding: 10px 15px;
  }
}

.footer_wrap .newsletter_btn {
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  background-color: #6FC066;
  color: #fff;
  font-family: semi_font;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}

.footer_wrap .newsletter_btn:hover {
  background-color: #91cf8a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media only screen and (max-width: 1599px) {
  .footer_wrap .newsletter_btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1100px) {
  .footer_wrap .newsletter_btn {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrap .newsletter_btn {
    font-size: 13px;
    padding: 10px 25px;
  }
}

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

.footer_wrap .social_link {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer_wrap .social_link:hover {
  background-color: #6FC066;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer_wrap .social_link img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1100px) {
  .footer_wrap .social_link {
    width: 40px;
    height: 40px;
  }
  .footer_wrap .social_link img {
    width: 20px;
    height: 20px;
  }
}

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

.footer_wrap .footer_title h4 {
  padding: 0;
  margin: 0;
  font-size: 25px;
}

@media only screen and (max-width: 1599px) {
  .footer_wrap .footer_title h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1100px) {
  .footer_wrap .footer_title h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrap .footer_title h4 {
    font-size: 18px;
  }
}

.footer_wrap .footer_links {
  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 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_link {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 13px;
}

.footer_wrap .footer_link:hover {
  opacity: 1;
  padding-left: 5px;
  color: #6FC066;
}

@media only screen and (max-width: 1599px) {
  .footer_wrap .footer_link {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .footer_wrap .footer_link {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrap .footer_link {
    font-size: 11px;
  }
}

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

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

.footer_wrap .contact_item p {
  padding: 0;
  margin: 0;
  line-height: 1.7em;
  opacity: 0.9;
  font-size: 13px;
}

@media only screen and (max-width: 1599px) {
  .footer_wrap .contact_item p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .footer_wrap .contact_item p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrap .contact_item p {
    font-size: 11px;
  }
}

.contact_page_section {
  background-color: #fff;
  margin-top: 7vh;
}

.contact_page_section .conversation_container {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
}

.contact_page_section .conversation_form_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 45px;
  position: relative;
  z-index: 1;
  background-color: #F8FBF5;
}

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

.contact_page_section .conversation_heading h2 {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

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

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

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

.contact_page_section .enquiry_field.half {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_page_section .enquiry_field.full {
  width: 100%;
}

.contact_page_section .field_label {
  display: block;
  margin-bottom: 10px;
  color: #325E3C;
  font-family: semi_font;
  font-size: 13px;
}

.contact_page_section .field_input,
.contact_page_section .field_textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #D8D4C8;
  background-color: #fff;
  color: #000;
  font-family: para_font;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact_page_section .field_input:focus,
.contact_page_section .field_textarea:focus {
  outline: none;
  border-color: #325E3C;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.contact_page_section .field_input::-webkit-input-placeholder,
.contact_page_section .field_textarea::-webkit-input-placeholder {
  color: gray;
}

.contact_page_section .field_input:-ms-input-placeholder,
.contact_page_section .field_textarea:-ms-input-placeholder {
  color: gray;
}

.contact_page_section .field_input::-ms-input-placeholder,
.contact_page_section .field_textarea::-ms-input-placeholder {
  color: gray;
}

.contact_page_section .field_input::placeholder,
.contact_page_section .field_textarea::placeholder {
  color: gray;
}

.contact_page_section .field_textarea {
  resize: vertical;
  min-height: 110px;
  font-family: para_font;
}

.contact_page_section .enquiry_submit_btn {
  background-color: #325E3C;
  color: #fff;
  padding: 16px 50px;
  border: none;
  border-radius: 5px;
  font-family: semi_font;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.contact_page_section .enquiry_submit_btn:hover {
  background-color: #24432b;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.contact_page_section .conversation_banner_col {
  width: 40%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_page_section .banner_image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact_page_section .banner_img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.contact_page_section .banner_img video {
  display: inline-block;
  float: left;
  width: 100%;
}

.contact_details_section {
  background-color: #fff;
  padding: 90px 0;
}

.contact_details_section .details_header {
  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: 65px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact_details_section .details_header .details_label {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.contact_details_section .details_header h2 {
  margin: 0;
  padding: 0;
  line-height: 1.35em;
}

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

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

.contact_details_section .detail_icon {
  width: 90px;
  height: 90px;
  background-color: #F8FBF5;
  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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact_details_section .detail_icon svg {
  width: 50px;
  height: 50px;
}

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

.contact_details_section .detail_content .detail_title {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 16px;
  color: #325E3C;
}

.contact_details_section .detail_content .detail_text {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.7em;
  color: #000;
}

.contact_details_section .detail_content .detail_text:last-child {
  margin-bottom: 0;
}

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

/*STrategy starts*/
.slider_top_wrap.inner .master_parent_wrap {
  height: auto;
  padding: 0;
  margin: 0;
  padding-top: 7vh;
}

.service_list_wrap.center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.service_list_wrap.center ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.service_list_wrap.center ul li .icon_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_list_wrap.center ul li .border_line {
  float: none;
}

@media screen and (min-width: 1100px) {
  .videow_small video {
    width: 70% !important;
  }
}

/*Responsive Starts*/
@media only screen and (max-width: 786px) {
  .slider_top_wrap .master_parent_wrap {
    height: auto;
  }
  .slider_top_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slider_top_wrap .image_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .slider_top_wrap .image_wrap img {
    width: 100%;
  }
  .slider_top_wrap .data_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .slider_top_wrap ul {
    margin-top: 7vh;
  }
  .slider_top_wrap ul li {
    width: 100%;
    margin-top: 20px;
  }
  .slider_top_wrap .scroll_element {
    margin: 0;
    padding-bottom: 7vh;
  }
  .slider_top_wrap .scroll_element img {
    opacity: 0;
  }
  .overview_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview_wrap .parent .image_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .overview_wrap .parent .image_wrap img {
    width: 100%;
  }
  .overview_wrap .parent .data_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin-top: 7vh;
  }
  .overview_wrap.right .parent .image_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service_list_wrap {
    margin-top: 0;
  }
  .service_list_wrap ul li {
    width: 100%;
    margin-top: 20px;
  }
  .number_wrap ul li {
    width: 100%;
    margin-top: 7vh;
  }
  .number_wrap ul li:first-child {
    margin-top: 0;
  }
  .pillars_wrap .bg_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pillars_wrap .bg_wrap .icon_wrap {
    width: 100%;
  }
  .pillars_wrap .bg_wrap .icon_wrap video,
  .pillars_wrap .bg_wrap .icon_wrap img {
    width: 20%;
  }
  .pillars_wrap .bg_wrap .data_wrap {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .pillars_wrap .bg_wrap.right .icon_wrap {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    text-align: left !important;
  }
  .pillars_wrap .bg_wrap.right .data_wrap {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .refulatory_wrap .main_parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .refulatory_wrap .main_parent .title_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .refulatory_wrap .main_parent .data_wrap {
    width: 100%;
    padding: 0;
  }
  .refulatory_wrap .main_parent .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: 20px;
  }
  .review_wrap .review_swiper_wrap {
    padding: 0;
  }
  .review_wrap .review_card {
    padding: 30px 20px;
    min-height: 280px;
  }
  .review_wrap .review_rating .star {
    font-size: 20px;
  }
  .insights_wrap .insights_swiper_wrap {
    padding: 0;
  }
  .insights_wrap .insight_image {
    height: 160px;
  }
  .insights_wrap .insight_content {
    padding: 18px 15px;
  }
  .footer_wrap {
    padding-top: 7vh;
    padding-bottom: 40px;
  }
  .footer_wrap .footer_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .footer_wrap .footer_column.brand_column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer_wrap .footer_column.links_column {
    width: 48%;
  }
  .footer_wrap .footer_column.contact_column {
    width: 100%;
  }
  .contact_form_wrap .contact_form_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .contact_form_wrap .contact_form_left {
    max-width: 100%;
  }
  .contact_form_wrap .contact_form_heading {
    margin-bottom: 30px;
  }
  .contact_form_wrap .contact_form_heading h2 {
    font-size: 45px;
  }
  .contact_form_wrap .form_input,
  .contact_form_wrap .form_textarea {
    font-size: 15px;
    padding: 12px 18px;
  }
  .contact_form_wrap .form_submit_btn {
    font-size: 15px;
    padding: 12px 35px;
  }
  .contact_form_wrap .contact_info_card {
    width: 100%;
    min-width: auto;
    max-width: 550px;
    padding: 35px 30px;
  }
  .contact_form_wrap .contact_card_header h3 {
    font-size: 24px;
  }
  .contact_form_wrap .contact_label {
    font-size: 12px;
  }
  .contact_form_wrap .contact_value {
    font-size: 15px;
  }
  .contact_page_section {
    padding: 50px 0;
  }
  .contact_page_section .conversation_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
  }
  .contact_page_section .conversation_container::before {
    width: 100%;
  }
  .contact_page_section .conversation_form_col {
    padding: 40px 35px;
  }
  .contact_page_section .conversation_heading {
    margin-bottom: 30px;
  }
  .contact_page_section .conversation_heading h2 {
    font-size: 45px;
  }
  .contact_page_section .field_label {
    font-size: 12px;
  }
  .contact_page_section .field_input,
  .contact_page_section .field_textarea {
    font-size: 15px;
    padding: 12px 18px;
  }
  .contact_page_section .enquiry_submit_btn {
    font-size: 15px;
    padding: 14px 40px;
  }
  .contact_page_section .conversation_banner_col {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
  }
  .contact_details_section {
    padding: 60px 0;
  }
  .contact_details_section .details_header {
    margin-bottom: 50px;
  }
  .contact_details_section .details_header h2 {
    font-size: 45px;
  }
  .contact_details_section .details_header .details_label {
    font-size: 12px;
  }
  .contact_details_section .details_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .contact_details_section .detail_icon {
    width: 80px;
    height: 80px;
  }
  .contact_details_section .detail_icon svg {
    width: 45px;
    height: 45px;
  }
  .contact_details_section .detail_content .detail_title {
    font-size: 15px;
  }
  .contact_details_section .detail_content .detail_text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .pillars_wrap .parent_data_wrap .bg_wrap {
    padding: 20px;
  }
  .compliance_wrap .parent_data_wrap .data_wrap {
    padding: 10px;
    overflow: hidden;
  }
  .review_wrap .review_card {
    padding: 25px 15px;
    min-height: 260px;
  }
  .review_wrap .review_quote {
    margin-bottom: 15px;
  }
  .review_wrap .review_text {
    margin-bottom: 20px;
  }
  .review_wrap .review_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review_wrap .reviewer_info {
    width: 100%;
    margin-bottom: 10px;
  }
  .review_wrap .review_rating {
    width: 100%;
    text-align: left;
  }
  .review_wrap .review_rating .star {
    font-size: 18px;
  }
  .insights_wrap .insight_image {
    height: 140px;
  }
  .insights_wrap .insight_content {
    padding: 15px 12px;
  }
  .insights_wrap .insight_category {
    margin-bottom: 8px;
  }
  .footer_wrap {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .footer_wrap .footer_container {
    gap: 25px;
  }
  .footer_wrap .footer_column.brand_column {
    margin-bottom: 20px;
  }
  .footer_wrap .footer_column.links_column {
    width: 100%;
  }
  .footer_wrap .footer_column.contact_column {
    width: 100%;
  }
  .footer_wrap .newsletter_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_wrap .newsletter_input {
    width: 100%;
  }
  .footer_wrap .newsletter_btn {
    width: 100%;
  }
  .footer_wrap .social_icons {
    gap: 12px;
  }
  .footer_wrap .footer_logo img {
    max-width: 130px;
  }
  .header_wrap {
    padding: 15px 0;
  }
  .header_wrap .header_logo img {
    height: 45px;
  }
  .header_wrap .mobile_nav {
    padding: 80px 20px 40px;
  }
  .header_wrap .mobile_nav_link {
    font-size: 13px;
  }
  .header_wrap .mobile_nav_close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .header_wrap .mobile_nav_close .close_line {
    width: 20px;
  }
  .contact_form_wrap {
    padding: 0;
  }
  .contact_form_wrap .contact_form_heading h2 {
    font-size: 30px;
  }
  .contact_form_wrap .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }
  .contact_form_wrap .form_group.half {
    width: 100%;
  }
  .contact_form_wrap .form_input,
  .contact_form_wrap .form_textarea {
    font-size: 13px;
    padding: 12px 15px;
  }
  .contact_form_wrap .form_submit_btn {
    font-size: 13px;
    padding: 12px 30px;
  }
  .contact_form_wrap .contact_info_card {
    padding: 30px 25px;
  }
  .contact_form_wrap .contact_card_header {
    margin-bottom: 25px;
  }
  .contact_form_wrap .contact_card_header h3 {
    font-size: 18px;
  }
  .contact_form_wrap .contact_item {
    margin-bottom: 25px;
    gap: 15px;
  }
  .contact_form_wrap .contact_icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .contact_form_wrap .contact_icon img {
    width: 22px;
    height: 22px;
  }
  .contact_form_wrap .contact_label {
    font-size: 11px;
  }
  .contact_form_wrap .contact_value {
    font-size: 13px;
  }
  .contact_form_wrap .contact_form_container::before {
    width: 100%;
  }
  .contact_page_section {
    padding: 40px 0;
  }
  .contact_page_section .conversation_container {
    gap: 35px;
  }
  .contact_page_section .conversation_form_col {
    padding: 35px 25px;
  }
  .contact_page_section .conversation_heading {
    margin-bottom: 25px;
  }
  .contact_page_section .conversation_heading h2 {
    font-size: 30px;
  }
  .contact_page_section .enquiry_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .contact_page_section .enquiry_field {
    margin-bottom: 18px;
  }
  .contact_page_section .enquiry_field.half {
    width: 100%;
  }
  .contact_page_section .field_label {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .contact_page_section .field_input,
  .contact_page_section .field_textarea {
    font-size: 13px;
    padding: 12px 15px;
  }
  .contact_page_section .enquiry_submit_btn {
    font-size: 13px;
    padding: 14px 30px;
  }
  .contact_details_section {
    padding: 50px 0;
  }
  .contact_details_section .details_header {
    margin-bottom: 40px;
  }
  .contact_details_section .details_header h2 {
    font-size: 30px;
  }
  .contact_details_section .details_header .details_label {
    font-size: 11px;
  }
  .contact_details_section .details_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 35px;
  }
  .contact_details_section .detail_icon {
    width: 75px;
    height: 75px;
  }
  .contact_details_section .detail_icon svg {
    width: 40px;
    height: 40px;
  }
  .contact_details_section .detail_content .detail_title {
    font-size: 13px;
  }
  .contact_details_section .detail_content .detail_text {
    font-size: 11px;
  }
  .contact_page_section .conversation_banner_col {
    width: 100% !important;
  }
}

.form_message {
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
}

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