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

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

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

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

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

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

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

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

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: #e5fff2;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

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

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

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

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

body p.white,
body .content_ul li.white {
  color: #fff;
}

body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}

body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}

body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}

body p.reg,
body .content_ul li.reg {
  font-family: reg_font;
}

body p.semi,
body .content_ul li.semi {
  font-family: semi_font;
}

body p.bold,
body .content_ul li.bold {
  font-family: bold_font;
}

body p.light,
body .content_ul li.light {
  font-family: light_font;
}

body p.med,
body .content_ul li.med {
  font-family: med_font;
}

body p.capital,
body .content_ul li.capital {
  text-transform: uppercase;
}

body p.header_reg,
body .content_ul li.header_reg {
  font-family: header_reg;
}

body p.header_italic,
body .content_ul li.header_italic {
  font-family: header_italic;
}

body p.header_bold,
body .content_ul li.header_bold {
  font-family: header_bold;
}

body .content_ul ul,
body .content_ul ol {
  padding-top: 15px;
}

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

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

body .common_header.primary {
  color: #539b76;
}

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

body .common_header.secondary {
  color: #9cc0bb;
}

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

body .common_header span.primary {
  color: #539b76;
}

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

body .common_header span.secondary {
  color: #9cc0bb;
}

body .common_header span.white {
  color: #fff;
}

body .common_header span.reg {
  font-family: reg_font;
}

body .common_header span.semi {
  font-family: semi_font;
}

body .common_header span.bold {
  font-family: bold_font;
}

body .common_header span.light {
  font-family: light_font;
}

body .common_header span.med {
  font-family: med_font;
}

body .common_header span.capital {
  text-transform: uppercase;
}

body .common_header span.header_reg {
  font-family: header_reg;
}

body .common_header span.header_italic {
  font-family: header_italic;
}

body .common_header span.header_bold {
  font-family: header_bold;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: reg_font;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #539b76;
  padding-left: 4%;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

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

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

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

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

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

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

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

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

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

body .btn-group a:hover {
  background: none;
  background-color: #539b76 !important;
  color: #bac5dd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  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: 15px;
  }
  body p.small_size {
    font-size: 11px;
  }
  body .common_header.small {
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

.opacity_text {
  opacity: 0.5;
}

/*Home starts*/
.rotating_text {
  overflow: hidden;
}

.rotating_text .js-marquee {
  margin: 0 20px !important;
}

.full_slider_wrap {
  height: 100vh;
}

.full_slider_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;
  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: url("../images/slider_top_home.jpg") center no-repeat;
  background-size: cover;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 7vh;
}

.full_slider_wrap .data_wrap .inner_dat_wrap {
  z-index: 8;
}

.full_slider_wrap .data_wrap .common_header span {
  color: #4fc1a9;
}

.full_slider_wrap .video_thumb_wrap {
  position: absolute;
  width: 400px;
  right: 80px;
  z-index: 9;
  bottom: -300px;
  border: 10px solid rgba(255, 255, 255, 0.5);
}

.full_slider_wrap .video_thumb_wrap .play_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  text-align: center;
}

.full_slider_wrap .video_thumb_wrap .play_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;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.full_slider_wrap .video_thumb_wrap .play_wrap .parent img {
  max-width: 90px;
}

.overview_wrap {
  padding-bottom: 10vh;
}

.overview_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;
  width: 60%;
}

.overview_wrap .data_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%;
  background-color: #539b76;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 0;
  overflow: hidden;
  height: 350px;
}

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

.overview_wrap .data_wrap ul li:nth-child(2) {
  background-color: #bac5dd;
  margin-top: 350px;
}

.overview_wrap .data_wrap ul li:nth-child(3) {
  background-color: #9cc0bb;
}

.overview_wrap .data_wrap ul li .common_header {
  padding: 0;
  white-space: nowrap;
  font-size: 150px;
}

.overview_wrap .data_wrap ul li p {
  padding: 0;
  padding-top: 130px;
}

.overview_wrap .text_wrap .half_wrap {
  float: right;
  margin-top: -250px;
}

.overview_wrap .all_data_wrap {
  overflow: hidden;
  padding-top: 30vh;
}

.overview_wrap .abs_arrow_wrap {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  z-index: 0;
}

.overview_wrap .icon_wrap {
  margin-top: 10vh;
}

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

.overview_wrap .icon_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%;
  padding: 20px;
}

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

.homecat_wrap {
  background-color: #539b76;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.homecat_wrap .ticker_wrap {
  padding-bottom: 15px;
}

.homecat_wrap .ticker_wrap .common_header {
  white-space: nowrap;
}

.homecat_wrap .all_data_wrap {
  overflow: hidden;
}

.homecat_wrap .list_ul_wrap {
  margin-top: 10vh;
}

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

.homecat_wrap .list_ul_wrap ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.homecat_wrap .list_ul_wrap ul li .common_header {
  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-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.homecat_wrap .list_ul_wrap ul li svg {
  max-width: 50px;
  display: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.homecat_wrap .list_ul_wrap ul li svg .st0 {
  fill: #fff;
  fill-rule: evenodd;
}

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

.homecat_wrap .list_ul_wrap ul li:hover .common_header {
  color: #9cc0bb;
}

.homecat_wrap .list_ul_wrap ul li:hover svg {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.homecat_wrap .list_ul_wrap ul li:hover svg .st0 {
  fill: #9cc0bb;
  fill-rule: evenodd;
}

.homecat_wrap .list_ul_wrap .abs_wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* don't block hover */
  will-change: transform, opacity;
  z-index: 5;
}

.cat_ul_wrap {
  margin-top: 10vh;
}

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

.cat_ul_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%;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
  will-change: clip-path;
}

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

.cat_ul_wrap ul li .title_wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 20px;
}

.cat_ul_wrap ul li .overlay_wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.cat_ul_wrap ul li .image_wrap {
  overflow: hidden;
}

.cat_ul_wrap ul li .image_wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cat_ul_wrap ul li:hover .image_wrap img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

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

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

a.white {
  color: white;
}

.general_text_wrpa {
  margin-top: 10vh;
  text-align: center;
}

.general_text_wrpa p {
  padding-left: 30%;
  padding-right: 30%;
}

/*Home Ends*/
.header_wrap {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_wrap .logo_wrap {
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

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

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

.header_wrap ul li + li {
  margin-left: 50px;
}

.header_wrap ul li:nth-child(1) {
  margin-left: -15px;
}

.header_wrap ul li:nth-child(5) {
  margin-left: 300px;
}

.header_wrap ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none !important;
}

.header_wrap ul li a p {
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.header_wrap ul li a p:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  background: #539b76;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
}

.header_wrap ul li:hover a p:after,
.header_wrap ul li.active a p:after {
  width: 100%;
  left: 0;
}

.header_wrap .icons_wrap {
  display: none;
}

.header_wrap.scrolled {
  mix-blend-mode: difference;
}

.header_wrap.scrolled .logo_wrap {
  width: 150px;
}

.header_wrap.scrolled_hide {
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px);
}

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

.footer_wrap {
  padding: 60px 0;
  background: #fff;
  border-top: 1px solid #d8d8d8;
}

.footer_wrap .top_wrap img {
  width: 200px;
}

.footer_wrap .common_header {
  padding: 0;
  color: #539b76;
}

.footer_wrap .bottom_wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_wrap .bottom_wrap p {
  color: #999;
  padding: 0;
}

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

.footer_wrap .bottom_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;
  width: auto;
  margin-right: 30px;
}

.footer_wrap .fmenu_wrap {
  margin-top: 20px;
  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;
}

.footer_wrap .fmenu_wrap p {
  padding: 0;
}

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

.footer_wrap .fmenu_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;
  width: auto;
  margin-right: 30px;
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
  bottom: 0;
  z-index: 1000;
  width: 400px;
  /* Blurs the content behind */
  background-color: rgba(0, 0, 0, 0.6);
  /* white with transparency */
  backdrop-filter: blur(10px);
  /* blur effect */
  -webkit-backdrop-filter: blur(10px);
  /* for Safari support */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.mobile_menu .close_icon {
  cursor: pointer;
  z-index: 10;
  width: 40px;
  padding: 5px;
}

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

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

.mobile_menu .logo_a {
  display: inline-block;
  padding: 10px 20px;
  width: 150px;
}

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

.mobile_menu .social_wrap p {
  margin-bottom: 5px;
}

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

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

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

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

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

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

.mobile_menu ul li.has_sub_menu a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile_menu ul li.has_sub_menu a p img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
}

.mobile_menu ul li.has_sub_menu a.active p img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile_menu ul li:hover > a > p {
  color: #539b76;
}

.mobile_menu ul li .sub-menu {
  width: 90%;
  padding: 20px;
  margin-left: 5%;
  margin-bottom: 20px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: none;
  /* width: 400px; */
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.mobile_menu ul li .sub-menu li a {
  padding-left: 0px;
}

.header_border_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  height: 8px;
  background: #539b76;
}

/*Process started*/
.general_text_wrpa.process {
  background: url("../images/processoverview.jpg") center no-repeat;
  background-size: cover;
  padding-bottom: 10vh;
  margin-top: 0;
  padding-top: 10vh;
}

.general_text_wrpa.process p {
  padding-bottom: 10vh;
  padding-top: 10vh;
}

.process_parent_wrap {
  background-color: #539b76;
}

.process_parent_wrap .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 60%;
}

.process_parent_wrap .image_wrap .main_image {
  width: 100%;
  max-width: none;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* keep image nicely cropped */
  will-change: clip-path;
  /* smoother */
}

.process_parent_wrap .image_wrap .play_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.process_parent_wrap .image_wrap .play_wrap .full_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;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.process_parent_wrap .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
  background-color: #539b76;
  padding: 60px;
}

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

.process_parent_wrap.right {
  margin-top: 7vh;
  margin-bottom: 7vh;
  background-color: transparent;
}

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

.process_parent_wrap.right .data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: transparent;
}

/*About us starts*/
.inner_circle_slider_wrap .all_data_wrap {
  overflow: hidden;
}

.inner_circle_slider_wrap .title_wrap {
  position: absolute;
  width: 100%;
  bottom: 120px;
  text-align: center;
}

.about_overview_wrap {
  margin-top: 10vh;
}

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

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

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

.about_overview_wrap .other_image_wrap {
  width: 55%;
  float: right;
  margin-top: -120px;
}

.about_founder_wrap {
  margin-top: -150px;
}

.about_founder_wrap .founder_image_wrap {
  z-index: 10;
}

.about_founder_wrap .founder_image_wrap .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
  text-align: center;
}

.about_founder_wrap .data_wrap {
  position: absolute;
  width: 100%;
  padding-top: 7vh;
  padding-bottom: 7vh;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-color: #9cc0bb;
}

.about_founder_wrap .data_wrap .text_wrap {
  width: 55%;
  float: right;
}

.about_founder_wrap .data_wrap .text_wrap h4.common_header {
  opacity: 0.5;
}

.about_founder_wrap .abs_wrap {
  position: absolute;
  left: 0;
  bottom: 180px;
}

.common_image_wrap .mobile {
  display: none;
}

.full_map_iframe_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.full_map_iframe_wrap iframe {
  width: 100%;
  height: 100%;
  float: left;
}

.icon_titles_wrap {
  margin-top: 20px;
}

.icon_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-bottom: 10px;
  gap: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.icon_title_wrap .common_header {
  padding-top: 0;
  font-size: 15px;
}

.icon_title_wrap .icon_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.icon_title_wrap p {
  padding-top: 5px;
  color: #fff;
}

.process_menu_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  width: 100%;
  z-index: 10;
  background: #bac5dd;
  white-space: nowrap;
  overflow: auto;
  /* For Chrome, Edge, Safari */
  /* For Firefox */
}

.process_menu_wrap::-webkit-scrollbar {
  width: 6px;
  /* slim scrollbar like mobile */
  height: 6px;
}

.process_menu_wrap::-webkit-scrollbar-track {
  background: transparent;
  /* no track like mobile */
}

.process_menu_wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  /* subtle thumb */
  border-radius: 10px;
}

.process_menu_wrap::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.process_menu_wrap * {
  scrollbar-width: thin;
  /* slim */
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.process_menu_wrap a {
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  opacity: 0.5;
  display: inline-block;
}

.process_menu_wrap a.active {
  opacity: 1;
}

/*Sustain starts*/
.sustain_image_wrap {
  height: 60vh;
  margin-top: 10vh;
}

.sustain_image_wrap .all_data_wrap {
  overflow: hidden;
  height: 60vh;
}

.sustain_image_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}

.sustain_parent_wrap {
  margin-top: 10vh;
  padding-bottom: 10vh;
}

.sustain_parent_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: 35%;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

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

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

.sustain_parent_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: 7vh;
  background-color: #539b76;
}

.sustain_parent_wrap .data_wrap ul li .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;
  overflow: hidden;
  width: 40%;
}

.sustain_parent_wrap .data_wrap ul li .image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: clip-path;
}

.sustain_parent_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;
  will-change: transform, opacity;
  width: 60%;
  padding: 40px;
}

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

.sustain_parent_wrap .data_wrap ul li:nth-child(3n+1) {
  background-color: #539b76;
}

.sustain_parent_wrap .data_wrap ul li:nth-child(3n+2) {
  background-color: #bac5dd;
}

.sustain_parent_wrap .data_wrap ul li:nth-child(3n) {
  background-color: #9cc0bb;
}

/*Blogs Start*/
.blog_data_wrap {
  margin-top: 10vh;
  padding-bottom: 10vh;
}

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

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

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

.blog_data_wrap ul li .all_data_wrap {
  background-color: #539b76;
  padding: 30px;
  height: 100%;
}

.blog_data_wrap ul li .all_data_wrap .common_header {
  padding: 0;
}

.blog_data_wrap ul li:nth-child(3n+1) .all_data_wrap {
  background-color: #539b76;
}

.blog_data_wrap ul li:nth-child(3n+2) .all_data_wrap {
  background-color: #9cc0bb;
}

.blog_data_wrap ul li:nth-child(3n) .all_data_wrap {
  background-color: #bac5dd;
}

/*Blogs end*/
/*People Starts*/
.home_people_wrap {
  text-align: center;
  padding-top: 7vh;
  background-color: #e5fff2;
}

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

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

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

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

.home_people_wrap ul li img {
  width: 100%;
  max-width: none;
}

.home_company_wrap {
  text-align: center;
  padding-top: 7vh;
  background-color: #fff;
}

.home_company_wrap .common_header {
  margin-bottom: 7vh;
}

.home_company_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.home_company_wrap ul li {
  width: 12.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: 0%;
}

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

.founder_year_wrap {
  margin-top: 7vh;
}

.bg_logo_wrap {
  background: url("../images/mlogo_bg.jpg") center center no-repeat;
  background-size: cover;
  background-size: 100% auto;
}

.padding_bottom {
  padding-bottom: 7vh !important;
}

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

.general_text_wrpa ul li {
  width: 10%;
  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%;
}

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

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

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

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

.all-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  background: var(--secondary-bg-color);
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 1rem 15px;
}

.table-invenster table th {
  color: #000;
  font-weight: bold;
  padding: 20px 20px 10px;
  text-align: left;
}

.dropdown-toggle {
  background-color: #509974;
  color: #fff;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  background-image: url(../images/dropdown-arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  color: #fff;
  vertical-align: middle;
}

.btn-financial {
  background-color: #509974;
  color: #000;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}

.table-invenster tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-invenster .qr {
  margin: 20px;
}

.table-invenster tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-invenster .qr h2 {
  text-align: center;
  margin-bottom: 20px;
}

.table-invenster table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.all-tabele table th,
.all-tabele table td {
  padding: 10px;
  text-align: left;
}

.all-table table td {
  font-size: 25px;
}

.table-invenster table th {
  color: #000;
  font-weight: bold;
  padding: 20px 20px 10px;
  text-align: left !important;
}

.table-invenster table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  background: var(--secondary-bg-color);
  /* border: 1px solid var(--secondary-bg-color); */
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 1rem 15px;
}

/* Dropdown button styles */
.dropdown {
  position: relative;
  display: inline-block;
}

tr {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

thead {
  text-align: left;
}

.qr_year table th,
.qr_year table td {
  padding: 10px;
  text-align: left;
}

.qr_year table {
  width: 100%;
  display: inline-block;
  border-collapse: separate;
  border-spacing: 0;
  background: #eef6ef;
  border-radius: 16px;
  padding: 20px 20px 10px;
}

.qr_year table thead th {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: left;
  padding-bottom: 16px;
  border: none;
}

.qr_year table .dropdown-menu {
  background-color: #fff;
  color: #509974;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.qr_year table .dropdown-menu a:hover {
  background-color: #f1f1f1;
}

.qr_year table .dropdown-toggle:hover .dropdown-menu {
  display: block;
}

.qr_year table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qr_year table tr {
  border: none;
  background: transparent;
  display: inline-block;
}

.qr_year table table td {
  padding: 10px;
  text-align: left;
}

.qr_year table .dropdown {
  position: relative;
  display: inline-block;
}

.qr_year table .dropdown .btn-success {
  background-color: #509974;
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  min-width: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-menu a {
  color: var(--primary-bg-color);
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-menu a::after {
  content: "";
  display: inline-block;
  background-image: url("./Images/pdf-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  /* Adjust size as needed */
  height: 20px;
  /* Adjust size as needed */
  margin-left: 8px;
  /* Space between text and icon */
  vertical-align: middle;
}

/* Mobile responsiveness */
.dropdown {
  position: relative;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Optional: smooth animation */
.dropdown-menu {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.cont_wrap .parent .image_wrap {
  padding: 20px;
}

.cont_wrap .parent .image_wrap iframe {
  height: 560px;
  margin-top: 20px;
  width: 100%;
}

/*Responsive Starts*/
@media only screen and (max-width: 1599px) {
  .sustain_parent_wrap .title_wrap {
    width: 30%;
  }
  .sustain_parent_wrap .data_wrap {
    width: 70%;
  }
  .about_overview_wrap .other_image_wrap {
    margin-top: -50px;
  }
  .about_founder_wrap {
    margin-top: -50px;
  }
  .header_wrap ul li + li {
    margin-left: 20px;
  }
  .header_wrap ul li:nth-child(1) {
    margin-left: -22px;
  }
  .header_wrap ul li:nth-child(5) {
    margin-left: 250px;
  }
  .full_slider_wrap .video_thumb_wrap {
    width: 300px;
    right: 30px;
    border-width: 4px;
  }
  .overview_wrap .data_wrap ul li {
    height: 270px;
  }
  .overview_wrap .data_wrap ul li .common_header {
    font-size: 100px;
  }
  .overview_wrap .data_wrap ul li p {
    padding-top: 100px;
  }
  .overview_wrap .data_wrap ul li:nth-child(2) {
    margin-top: 270px;
  }
  .overview_wrap .text_wrap .half_wrap {
    float: right;
    margin-top: -150px;
  }
  .homecat_wrap .list_ul_wrap .abs_wrap img {
    max-width: 350px;
  }
}

@media only screen and (max-width: 1100px) {
  .all-table tbody {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sustain_parent_wrap .title_wrap {
    width: 100%;
    position: relative;
    top: auto;
  }
  .sustain_parent_wrap .data_wrap {
    width: 100%;
    padding: 0;
  }
  .header_wrap {
    padding: 0 20px;
  }
  .header_wrap ul {
    display: none;
  }
  .header_wrap .icons_wrap {
    float: right;
    display: inline-block;
  }
  .header_wrap .icons_wrap a {
    display: inline-block;
    padding: 5px;
  }
  .header_wrap .icons_wrap img {
    width: 40px;
  }
  .full_slider_wrap {
    z-index: 10;
  }
  .full_slider_wrap .video_thumb_wrap {
    width: 300px;
    right: 30px;
    border-width: 4px;
  }
  .overview_wrap .data_wrap ul li {
    height: 230px;
  }
  .overview_wrap .data_wrap ul li .common_header {
    font-size: 80px;
  }
  .overview_wrap .data_wrap ul li p {
    padding-top: 80px;
  }
  .overview_wrap .data_wrap ul li:nth-child(2) {
    margin-top: 230px;
  }
  .overview_wrap .text_wrap .half_wrap {
    float: right;
    margin-top: -100px;
  }
  .homecat_wrap .list_ul_wrap .abs_wrap img {
    max-width: 350px;
  }
}

@media only screen and (max-width: 786px) {
  .timeline_section .timeline_item.left .timeline_dot,
  .timeline_section .timeline_item.right .timeline_dot {
    left: 14px !important;
  }
  .all-table tbody {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inner_circle_slider_wrap .image_wrap img {
    max-width: 200%;
    margin-left: -50%;
  }
  .inner_circle_slider_wrap .title_wrap {
    bottom: 50px;
  }
  .about_overview_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_overview_wrap .parent .image_wrap {
    width: 60%;
  }
  .about_overview_wrap .parent .data_wrap {
    width: 100%;
    margin-top: 7vh;
  }
  .about_overview_wrap .other_image_wrap {
    margin-top: 7vh;
  }
  .about_founder_wrap {
    margin-top: 7vh;
  }
  .about_founder_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;
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .about_founder_wrap .data_wrap .text_wrap {
    width: 100%;
  }
  .about_founder_wrap .founder_image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .about_founder_wrap .founder_image_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;
    text-align: center;
  }
  .about_founder_wrap .founder_image_wrap .image_wrap img {
    max-width: 60%;
  }
  .about_founder_wrap .abs_wrap {
    bottom: 350px;
  }
  .common_image_wrap .desktop {
    display: none;
  }
  .common_image_wrap .mobile {
    display: inline-block;
  }
  .process_parent_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .process_parent_wrap .parent .image_wrap {
    width: 100%;
  }
  .process_parent_wrap .parent .data_wrap {
    width: 100%;
  }
  .process_parent_wrap.right {
    margin-bottom: 0;
    margin-top: 0;
  }
  .process_parent_wrap.right .parent .image_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .process_parent_wrap.right .parent .data_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer_wrap .fmenu_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .full_slider_wrap {
    z-index: 10;
  }
  .full_slider_wrap .video_thumb_wrap {
    width: 220px;
    right: 30px;
    border-width: 4px;
    bottom: -150px;
  }
  .overview_wrap {
    padding-bottom: 7vh;
  }
  .overview_wrap .data_wrap ul {
    width: 100%;
  }
  .overview_wrap .data_wrap ul li {
    height: 230px;
  }
  .overview_wrap .data_wrap ul li .common_header {
    font-size: 80px;
  }
  .overview_wrap .data_wrap ul li p {
    padding-top: 80px;
  }
  .overview_wrap .data_wrap ul li:nth-child(2) {
    margin-top: 230px;
  }
  .overview_wrap .text_wrap .half_wrap {
    float: right;
    margin-top: 7vh;
    width: 100%;
  }
  .overview_wrap .icon_wrap {
    margin-top: 7vh;
  }
  .homecat_wrap {
    padding-top: 7vh;
  }
  .homecat_wrap .cat_ul_wrap {
    margin-top: 7vh;
  }
  .homecat_wrap .cat_ul_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 15px;
  }
  .homecat_wrap .cat_ul_wrap ul li img {
    max-width: none;
    width: 100%;
  }
  .homecat_wrap .list_ul_wrap .abs_wrap img {
    max-width: 350px;
  }
  .general_text_wrpa {
    margin-top: 7vh;
  }
  .general_text_wrpa p {
    padding-left: 10%;
    padding-right: 10%;
  }
  .cat_ul_wrap {
    margin-top: 7vh;
  }
  .cat_ul_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 15px;
  }
  .cat_ul_wrap ul li img {
    max-width: none;
    width: 100%;
  }
  .cat_ul_wrap ul.resource_ul li {
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 15px;
  }
  .cat_ul_wrap ul.resource_ul li:nth-child(2n+0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .cont_wrap .parent .image_wrap iframe {
    height: 300px;
  }
  .cat_ul_wrap ul.resource_ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0%;
    margin-top: 15px;
  }
  .cat_ul_wrap ul.resource_ul li:nth-child(1n+0) {
    margin-right: 0;
  }
  .qr_year table td {
    padding: 3px;
  }
  .all-table table td {
    font-size: 22px;
  }
  .full_slider_wrap {
    margin-top: -10px;
  }
  .whatsapp_fix {
    bottom: 20px;
    right: 20px;
  }
  .whatsapp_fix a {
    padding: 5px;
  }
  .home_people_wrap p {
    padding-left: 0%;
    padding-right: 0%;
  }
  .blog_data_wrap {
    margin-top: 7vh;
    padding-bottom: 7vh;
  }
  .blog_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: 15px;
  }
  .sustain_parent_wrap {
    margin-top: 7vh;
    padding-bottom: 7vh;
  }
  .sustain_parent_wrap .title_wrap {
    width: 100%;
    position: relative;
    top: auto;
  }
  .sustain_parent_wrap .data_wrap {
    width: 100%;
    padding: 0;
  }
  .sustain_parent_wrap .data_wrap ul li .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sustain_parent_wrap .data_wrap ul li .image_wrap {
    width: 100%;
  }
  .sustain_parent_wrap .data_wrap ul li .text_wrap {
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }
  .sustain_image_wrap {
    margin-top: 7vh;
  }
  .inner_circle_slider_wrap .image_wrap img {
    max-width: 300%;
    margin-left: -100%;
  }
  .inner_circle_slider_wrap .title_wrap {
    bottom: 50px;
  }
  .about_overview_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_overview_wrap .parent .image_wrap {
    width: 80%;
  }
  .about_overview_wrap .parent .data_wrap {
    width: 100%;
    margin-top: 7vh;
    padding: 0;
  }
  .about_overview_wrap .other_image_wrap {
    margin-top: 7vh;
    width: 90%;
  }
  .about_founder_wrap {
    margin-top: 7vh;
  }
  .about_founder_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;
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .about_founder_wrap .data_wrap .text_wrap {
    width: 100%;
  }
  .about_founder_wrap .founder_image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .about_founder_wrap .founder_image_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;
    text-align: center;
  }
  .about_founder_wrap .founder_image_wrap .image_wrap img {
    max-width: 60%;
  }
  .about_founder_wrap .abs_wrap {
    bottom: 550px;
  }
  .common_image_wrap .desktop {
    display: none;
  }
  .common_image_wrap .mobile {
    display: inline-block;
  }
  .general_text_wrpa.process p {
    padding-top: 0;
    padding-bottom: 0;
  }
  .process_parent_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .process_parent_wrap .parent .image_wrap .play_wrap img {
    max-width: 60px;
  }
  .process_parent_wrap .parent .data_wrap {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .process_parent_wrap .parent .data_wrap .common_header {
    padding: 0;
  }
  .footer_wrap .fmenu_wrap ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }
  .footer_wrap .bottom_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .footer_wrap .bottom_wrap ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }
  .footer_wrap .bottom_wrap .right_wrap {
    margin-top: 10px;
  }
  .header_wrap {
    top: 50px;
    padding: 0 10px;
  }
  .header_wrap ul {
    display: none;
  }
  .header_wrap .logo_wrap {
    width: 150px;
  }
  .header_wrap .icons_wrap {
    float: right;
    display: inline-block;
  }
  .header_wrap .icons_wrap a {
    display: inline-block;
    padding: 5px;
  }
  .header_wrap .icons_wrap img {
    width: 30px;
  }
  .full_slider_wrap {
    z-index: 10;
  }
  .full_slider_wrap .video_thumb_wrap {
    width: 150px;
    right: 30px;
    border-width: 4px;
    bottom: -320px;
  }
  .full_slider_wrap .video_thumb_wrap .play_wrap .parent img {
    max-width: 60px;
  }
  .overview_wrap {
    padding-bottom: 7vh;
  }
  .overview_wrap .data_wrap ul {
    width: 100%;
  }
  .overview_wrap .data_wrap ul li {
    width: 50%;
    height: 230px;
  }
  .overview_wrap .data_wrap ul li .common_header {
    font-size: 80px;
  }
  .overview_wrap .data_wrap ul li p {
    padding-top: 80px;
  }
  .overview_wrap .data_wrap ul li:nth-child(2) {
    margin-top: 230px;
  }
  .overview_wrap .text_wrap .half_wrap {
    float: right;
    margin-top: 7vh;
    width: 100%;
  }
  .overview_wrap .icon_wrap {
    margin-top: 7vh;
  }
  .overview_wrap .icon_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%;
    text-align: center;
    padding: 20px;
  }
  .overview_wrap .icon_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .overview_wrap .icon_wrap ul li:last-child {
    width: 100%;
  }
  .overview_wrap .abs_arrow_wrap {
    width: 200%;
    left: -50%;
  }
  .homecat_wrap .list_ul_wrap .abs_wrap {
    display: none !important;
  }
  .homecat_wrap .list_ul_wrap ul li {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .homecat_wrap .list_ul_wrap ul li svg {
    max-width: 30px;
  }
  .homecat_wrap .list_ul_wrap ul li .common_header {
    font-size: 25px;
  }
}

.swiper-continous-play > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.general_text_wrpa ul .swiper-slide li,
.home_people_wrap ul .swiper-slide li,
.home_company_wrap ul .swiper-slide li {
  width: 100%;
}

@media only screen and (min-width: 1100px) {
  .process_menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*Timeline Section Styles*/
.timeline_section {
  padding: 7vh 0;
  background: #e5fff2;
  position: relative;
  overflow: hidden;
}

.timeline_section .text-center {
  text-align: center;
}

.timeline_section .timeline_wrapper {
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
}

.timeline_section .timeline_line {
  position: absolute;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#539b76), to(#9cc0bb));
  background: linear-gradient(180deg, #539b76 0%, #9cc0bb 100%);
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.timeline_section .timeline_line::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #539b76;
  border-radius: 50%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 0 4px rgba(83, 155, 118, 0.2);
          box-shadow: 0 0 0 4px rgba(83, 155, 118, 0.2);
}

.timeline_section .timeline_line::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #9cc0bb;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 0 4px rgba(156, 192, 187, 0.2);
          box-shadow: 0 0 0 4px rgba(156, 192, 187, 0.2);
}

.timeline_section .timeline_item {
  position: relative;
  width: 50%;
  padding: 0 50px;
  margin-bottom: 60px;
  z-index: 2;
}

.timeline_section .timeline_item.left {
  float: left;
  clear: both;
  padding-right: 70px;
  padding-left: 0;
}

.timeline_section .timeline_item.left .timeline_content {
  text-align: right;
  float: right;
}

.timeline_section .timeline_item.left .timeline_dot {
  right: -17px;
  left: auto;
}

.timeline_section .timeline_item.left .timeline_year {
  background: #539b76;
}

.timeline_section .timeline_item.right {
  float: right;
  clear: both;
  padding-left: 70px;
  padding-right: 0;
}

.timeline_section .timeline_item.right .timeline_content {
  text-align: left;
  float: left;
}

.timeline_section .timeline_item.right .timeline_dot {
  left: -17px;
  right: auto;
}

.timeline_section .timeline_item.right .timeline_year {
  background: #9cc0bb;
}

.timeline_section .timeline_content {
  position: relative;
  background: white;
  padding: 30px;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 450px;
}

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

.timeline_section .timeline_content:hover .timeline_image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.timeline_section .timeline_year {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  color: white;
  font-family: bold_font;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.timeline_section .timeline_image {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.timeline_section .timeline_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.timeline_section .timeline_title {
  font-family: bold_font;
  font-size: 24px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.3;
}

.timeline_section .timeline_text {
  font-family: reg_font;
  font-size: 15px;
  color: #000;
  line-height: 1.7;
  margin: 0;
}

.timeline_section .timeline_dot {
  position: absolute;
  width: 34px;
  height: 34px;
  background: white;
  border: 5px solid #539b76;
  border-radius: 50%;
  top: 35px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 4px rgba(83, 155, 118, 0.1);
          box-shadow: 0 0 0 4px rgba(83, 155, 118, 0.1);
}

.timeline_section .timeline_dot::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #539b76;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.timeline_section .timeline_item:hover .timeline_dot {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  border-color: #bac5dd;
}

.timeline_section .timeline_item:hover .timeline_dot::before {
  background: #bac5dd;
}

@media only screen and (max-width: 1100px) {
  .timeline_section {
    padding: 60px 0;
  }
  .timeline_section .timeline_wrapper {
    padding: 40px 0;
  }
  .timeline_section .timeline_item {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .timeline_section .timeline_item.left {
    padding-right: 50px;
  }
  .timeline_section .timeline_item.right {
    padding-left: 50px;
  }
  .timeline_section .timeline_content {
    padding: 25px;
    max-width: 380px;
  }
  .timeline_section .timeline_title {
    font-size: 20px;
  }
  .timeline_section .timeline_text {
    font-size: 14px;
  }
  .timeline_section .timeline_image {
    height: 180px;
  }
}

@media only screen and (max-width: 786px) {
  .timeline_section {
    padding: 50px 0;
  }
  .timeline_section .timeline_line {
    left: 30px;
  }
  .timeline_section .timeline_wrapper {
    padding: 30px 0;
  }
  .timeline_section .timeline_item {
    width: 100%;
    float: none;
    clear: both;
    padding: 0 0 0 80px !important;
    margin-bottom: 40px;
  }
  .timeline_section .timeline_item.left, .timeline_section .timeline_item.right {
    padding-left: 80px !important;
    padding-right: 0 !important;
  }
  .timeline_section .timeline_item.left .timeline_content, .timeline_section .timeline_item.right .timeline_content {
    text-align: left;
    float: none;
    max-width: 100%;
  }
  .timeline_section .timeline_item.left .timeline_dot, .timeline_section .timeline_item.right .timeline_dot {
    left: -17px;
    right: auto;
  }
  .timeline_section .timeline_content {
    padding: 20px;
  }
  .timeline_section .timeline_title {
    font-size: 18px;
  }
  .timeline_section .timeline_text {
    font-size: 13px;
  }
  .timeline_section .timeline_image {
    height: 160px;
  }
  .timeline_section .timeline_year {
    font-size: 16px;
    padding: 8px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .timeline_section {
    padding: 40px 0;
  }
  .timeline_section .timeline_line {
    left: 20px;
  }
  .timeline_section .timeline_wrapper {
    padding: 20px 0;
    margin-top: 20px;
  }
  .timeline_section .timeline_item {
    padding: 0 0 0 60px !important;
    margin-bottom: 30px;
  }
  .timeline_section .timeline_item.left, .timeline_section .timeline_item.right {
    padding-left: 60px !important;
  }
  .timeline_section .timeline_content {
    padding: 15px;
  }
  .timeline_section .timeline_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .timeline_section .timeline_text {
    font-size: 12px;
    line-height: 1.6;
  }
  .timeline_section .timeline_image {
    height: 140px;
    margin-bottom: 15px;
  }
  .timeline_section .timeline_year {
    font-size: 14px;
    padding: 6px 16px;
    margin-bottom: 15px;
  }
  .timeline_section .timeline_dot {
    width: 28px;
    height: 28px;
    border-width: 4px;
    left: -14px;
  }
  .timeline_section .timeline_dot::before {
    width: 12px;
    height: 12px;
  }
}

/*Governance Section Styles*/
.governance_section {
  padding: 10vh 0;
  background: #f8f9fa;
  position: relative;
}

.governance_section .text-center {
  text-align: center;
}

.governance_section .padding_bottom {
  padding-bottom: 40px;
}

.governance_section .governance_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 30px 25px;
  padding: 20px 0;
}

.governance_section .governance_item {
  position: relative;
  background: white;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.governance_section .governance_item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(83, 155, 118, 0.15);
          box-shadow: 0 8px 20px rgba(83, 155, 118, 0.15);
}

.governance_section .governance_item:hover .pdf_icon {
  color: #539b76;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.governance_section .governance_item:hover a {
  color: #539b76;
}

.governance_section .governance_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 18px;
  text-decoration: none;
  color: #000;
  font-family: reg_font;
  font-size: 15px;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.governance_section .governance_item a:hover {
  text-decoration: none;
}

.governance_section .governance_item .pdf_icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 14px;
  color: #9cc0bb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.governance_section .governance_item .pdf_icon svg {
  width: 100%;
  height: 100%;
}

.governance_section .governance_item span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}

@media only screen and (max-width: 1100px) {
  .governance_section {
    padding: 60px 0;
  }
  .governance_section .governance_grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 25px 20px;
  }
  .governance_section .governance_item a {
    padding: 18px 16px;
    font-size: 14px;
  }
  .governance_section .governance_item .pdf_icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 786px) {
  .governance_section {
    padding: 50px 0;
  }
  .governance_section .padding_bottom {
    padding-bottom: 30px;
  }
  .governance_section .governance_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
  .governance_section .governance_item a {
    padding: 16px 14px;
    font-size: 13px;
  }
  .governance_section .governance_item .pdf_icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .governance_section {
    padding: 40px 0;
  }
  .governance_section .governance_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
  .governance_section .governance_item a {
    padding: 15px 12px;
    font-size: 14px;
  }
  .governance_section .governance_item .pdf_icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin-right: 12px;
  }
}

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