@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: #f5f5f5;
}
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: #0095da;
}
body p.accent,
body .content_ul li.accent {
  color: #000;
}
body p.secondary,
body .content_ul li.secondary {
  color: #d5282f;
}
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: #0095da;
}
body .common_header.accent {
  color: #000;
}
body .common_header.secondary {
  color: #d5282f;
}
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: #0095da;
}
body .common_header span.primary {
  color: #0095da;
}
body .common_header span.accent {
  color: #000;
}
body .common_header span.secondary {
  color: #d5282f;
}
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;
  transition: all 0.3s ease-in-out;
  background-color: #0095da;
  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: #d5282f;
}
body .common_anchor.secondary {
  background-color: #d5282f;
  color: #fff;
}
body .common_anchor.secondary:hover {
  background-color: #0095da;
  color: #fff;
}
body .common_anchor.border_anchor {
  background-color: transparent;
  border: 2px solid #0095da;
  color: #0095da;
}
body .common_anchor.border_anchor:hover {
  background-color: #0095da;
  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 {
  /*Common Elements Style*/
}
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: #0095da !important;
  color: #000;
}
body .form_field {
  margin-top: 15px;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #ccc;
  width: 100%;
}
body .nav.nav-tabs {
  margin-top: 15px !important;
}
body .nav.nav-tabs li a {
  color: #000;
}
body .nav.nav-tabs li.active a {
  background-color: #0095da;
}
body input[type=text] {
  background-color: #fff;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}
body {
  /*Common Body Responsive Styles Start*/
}
@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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

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

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

.gardient {
  background: #C7883D;
  background: linear-gradient(270deg, rgb(199, 136, 61) 0%, rgb(238, 199, 137) 48%, rgb(227, 173, 86) 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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../images/slider_top_home.jpg") center no-repeat;
  background-size: cover;
  align-items: end;
  padding-bottom: 7vh;
}
.full_slider_wrap .data_wrap .inner_dat_wrap {
  z-index: 8;
}
.full_slider_wrap .data_wrap p {
  padding-right: 70%;
}
.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: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
}
.overview_wrap .data_wrap ul li {
  width: 33.3333333333%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
}
.overview_wrap .data_wrap ul li:nth-child(3n+0) {
  margin-right: 0;
}
.overview_wrap .data_wrap ul li {
  background-color: #0095da;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 0;
  overflow: hidden;
  height: 350px;
}
.overview_wrap .data_wrap ul li:nth-child(2) {
  background-color: #d5282f;
  margin-top: 350px;
}
.overview_wrap .data_wrap ul li:nth-child(3) {
  background-color: #0095da;
}
.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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}
.overview_wrap .icon_wrap ul li {
  width: 20%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
}
.overview_wrap .icon_wrap ul li:nth-child(5n+0) {
  margin-right: 0;
}
.overview_wrap .icon_wrap ul li {
  padding: 20px;
}

.homecat_wrap {
  background-color: #0095da;
  background: linear-gradient(135deg, #0095da 0%, #d5282f 100%);
  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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}
.homecat_wrap .list_ul_wrap ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.homecat_wrap .list_ul_wrap ul li svg {
  max-width: 50px;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.homecat_wrap .list_ul_wrap ul li svg .st0 {
  fill: #fff;
  fill-rule: evenodd;
}
.homecat_wrap .list_ul_wrap ul li .parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homecat_wrap .list_ul_wrap ul li:hover .common_header {
  opacity: 1;
}
.homecat_wrap .list_ul_wrap ul li:hover svg {
  transform: translateX(-50px);
  opacity: 1;
}
.homecat_wrap .list_ul_wrap .abs_wrap {
  position: absolute;
  top: 0;
  left: 0;
  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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}
.cat_ul_wrap ul li {
  width: 31.3333333333%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
}
.cat_ul_wrap ul li:nth-child(3n+0) {
  margin-right: 0;
}
.cat_ul_wrap ul li {
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  will-change: clip-path;
}
.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 {
  transition: all 0.3s ease-in-out;
}
.cat_ul_wrap ul li:hover .image_wrap img {
  transform: scale(1.2);
}

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: 50px;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header_wrap .logo_wrap {
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.header_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header_wrap ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
  position: relative;
}
.header_wrap ul li + li {
  margin-left: 50px;
}
.header_wrap ul li:nth-child(1) {
  margin-left: 40px;
}
.header_wrap ul li:nth-child(4) {
  margin-left: 300px;
}
.header_wrap ul li a {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none !important;
}
.header_wrap ul li a p {
  padding: 5px;
  color: #fff;
  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: #0095da;
  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 ul li.has_sub_menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: rgba(0, 0, 0, 0.78);
  border-radius: 10px;
  padding: 10px 0;
  opacity: 0;
  margin: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.header_wrap ul li.has_sub_menu .sub-menu li {
  width: 100%;
  margin: 0 !important;
}
.header_wrap ul li.has_sub_menu .sub-menu li a {
  width: 100%;
  text-align: left;
  padding: 8px 20px;
}
.header_wrap ul li.has_sub_menu .sub-menu li a p {
  width: 100%;
  font-size: 13px;
}
.header_wrap ul li.has_sub_menu .sub-menu li a p:after {
  display: none;
}
.header_wrap ul li.has_sub_menu .sub-menu li:hover a p {
  color: #0095da;
}
.header_wrap ul li.has_sub_menu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%);
}
.header_wrap .icons_wrap {
  display: none;
}
.header_wrap.scrolled {
  mix-blend-mode: difference;
  top: 80px;
}
.header_wrap.scrolled .logo_wrap {
  width: 150px;
}
.header_wrap.scrolled_hide {
  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: #0095da;
}
.footer_wrap .bottom_wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}
.footer_wrap .bottom_wrap ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  margin-right: 30px;
}
.footer_wrap .fmenu_wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_wrap .fmenu_wrap p {
  padding: 0;
}
.footer_wrap .fmenu_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}
.footer_wrap .fmenu_wrap ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  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;
  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 */
  transition: all 0.3s ease-in-out;
}
.mobile_menu.active {
  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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 13px;
  padding: 0;
  text-align: left;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.mobile_menu .mlogo_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile_menu .logo_a {
  display: inline-block;
  padding: 10px 20px;
  width: 150px;
}
.mobile_menu .social_wrap p {
  margin-bottom: 5px;
}
.mobile_menu .social_wrap {
  padding: 20px 20px;
}
.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;
}
.mobile_menu .info_wrap .p {
  margin-bottom: 10px;
  opacity: 0.5;
}
.mobile_menu .info_wrap {
  border-bottom: 1px solid rgba(224, 224, 224, 0.14);
}
.mobile_menu ul {
  width: 100%;
  display: inline-block;
  position: relative;
  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;
  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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 10px 20px;
}
.mobile_menu ul li.has_sub_menu a p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile_menu ul li.has_sub_menu a p .arrow {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 1;
}
.mobile_menu ul li.has_sub_menu a.active p .arrow {
  transform: rotate(45deg);
}
.mobile_menu ul li:hover > a > p {
  color: #0095da;
}
.mobile_menu ul li .sub-menu {
  width: 90%;
  padding: 20px;
  margin-left: 5%;
  margin-bottom: 20px;
  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 {
  margin-left: 0 !important;
}
.mobile_menu ul li .sub-menu li a {
  padding-left: 0px;
}
.mobile_menu ul li .sub-menu li a p {
  font-size: 12px;
  opacity: 0.9;
}

.header_border_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  height: 5px;
  background: #0095da;
}
.header_border_wrap::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background-color: #d5282f;
}

/*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: #0095da;
}
.process_parent_wrap .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  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: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  justify-content: center;
}
.process_parent_wrap .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
  background-color: #0095da;
  padding: 60px;
}
.process_parent_wrap .parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
}
.process_parent_wrap.right {
  margin-top: 7vh;
  margin-bottom: 7vh;
}
.process_parent_wrap.right .image_wrap {
  order: 2;
}
.process_parent_wrap.right .data_wrap {
  order: 1;
  background-color: transparent;
}
.process_parent_wrap.right {
  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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
}
.about_overview_wrap .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  padding-left: 40px;
}
.about_overview_wrap .parent {
  display: flex;
  align-items: center;
  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 .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
  text-align: center;
}
.about_founder_wrap .founder_image_wrap {
  z-index: 10;
}
.about_founder_wrap .data_wrap {
  position: absolute;
  width: 100%;
  padding-top: 7vh;
  padding-bottom: 7vh;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-color: #0095da;
}
.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: flex;
  align-items: center;
  justify-content: space-between;
  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 {
  flex: 0 0 80px;
}
.icon_title_wrap p {
  padding-top: 5px;
  color: #fff;
}

.process_menu_wrap {
  position: sticky;
  text-align: center;
  top: 5px;
  width: 100%;
  z-index: 10;
  background: #d5282f;
  white-space: nowrap;
  overflow: auto;
  /* For Chrome, Edge, Safari */
}
.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 {
  /* For Firefox */
}
.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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 35%;
  position: sticky;
  top: 80px;
}
.sustain_parent_wrap .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  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;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}
.sustain_parent_wrap .data_wrap ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 7vh;
  background-color: #0095da;
}
.sustain_parent_wrap .data_wrap ul li .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  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;
  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: flex;
  align-items: center;
  justify-content: space-between;
}
.sustain_parent_wrap .data_wrap ul li:nth-child(3n+1) {
  background-color: #0095da;
}
.sustain_parent_wrap .data_wrap ul li:nth-child(3n+2) {
  background-color: #d5282f;
}
.sustain_parent_wrap .data_wrap ul li:nth-child(3n) {
  background-color: #47843f;
}

/*Blogs Start*/
.blog_data_wrap {
  margin-top: 10vh;
  padding-bottom: 10vh;
}
.blog_data_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.blog_data_wrap ul li {
  width: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
}
.blog_data_wrap ul li:nth-child(2n+0) {
  margin-right: 0;
}
.blog_data_wrap ul li {
  padding: 30px;
}
.blog_data_wrap ul li .all_data_wrap {
  background-color: #0095da;
  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: #0095da;
}
.blog_data_wrap ul li:nth-child(3n+2) .all_data_wrap {
  background-color: #d5282f;
}
.blog_data_wrap ul li:nth-child(3n) .all_data_wrap {
  background-color: #a94986;
}

/*Blogs end*/
/*People Starts*/
.home_people_wrap {
  text-align: center;
  padding-top: 7vh;
  background-color: #fff;
}
.home_people_wrap p {
  padding-left: 20%;
  padding-right: 20%;
}
.home_people_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 7vh;
}
.home_people_wrap ul li {
  width: 33.3333333333%;
  display: inline-block;
  position: relative;
  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;
}

.policy_content_wrap {
  margin-bottom: 10vh;
}
.policy_content_wrap .gridContainer {
  max-width: 900px;
  min-width: auto;
}

.whatsapp_fix {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  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;
}

.reels_wrap {
  margin-bottom: 15px;
  margin-top: 15px;
}
.reels_wrap .show_reel_popup {
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
}
.reels_wrap .show_reel_popup img {
  transition: all 0.3s ease-in-out;
}
.reels_wrap .show_reel_popup:hover img {
  transform: scale(1.04);
}

.reel_popup_modal {
  max-width: 420px;
  margin: 40px auto;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}
.reel_popup_modal video {
  width: 100%;
  display: block;
  max-height: 80vh;
  background: #000;
}

/*Sustainability New Starts*/
.sus_hero_wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.sus_hero_wrap .sus_hero_img_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
.sus_hero_wrap .sus_hero_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.sus_hero_wrap .sus_hero_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
.sus_hero_wrap .sus_hero_content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}
.sus_hero_wrap .sus_hero_content .sus_hero_tag {
  padding-top: 0;
  margin-bottom: 16px;
  opacity: 0.75;
  letter-spacing: 0.2em;
}
.sus_hero_wrap .sus_hero_content .sus_hero_heading {
  line-height: 1.05em;
  margin: 0;
}
.sus_hero_wrap .sus_hero_content .sus_hero_sub {
  padding-top: 20px;
  opacity: 0.8;
  max-width: 420px;
}

.sus_intro_wrap {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.sus_intro_wrap .sus_intro_inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.sus_intro_wrap .sus_intro_inner .sus_intro_label {
  flex: 0 0 220px;
  padding-top: 8px;
}
.sus_intro_wrap .sus_intro_inner .sus_intro_label span {
  display: block;
  letter-spacing: 0.18em;
  line-height: 1.6em;
}
.sus_intro_wrap .sus_intro_inner .sus_intro_text {
  flex: 1;
}
.sus_intro_wrap .sus_intro_inner .sus_intro_text .common_header {
  line-height: 1.45em;
}

.sus_stats_wrap {
  background-color: #111;
  padding-top: 7vh;
  padding-bottom: 7vh;
}
.sus_stats_wrap .sus_stats_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sus_stats_wrap .sus_stats_ul li {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.sus_stats_wrap .sus_stats_ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.sus_stats_wrap .sus_stats_ul li .sus_stat_val {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.sus_stats_wrap .sus_stats_ul li .sus_stat_num {
  font-size: 70px;
  font-family: med_font;
  color: #0095da;
  line-height: 1em;
  display: inline-block;
}
.sus_stats_wrap .sus_stats_ul li .sus_stat_unit {
  font-size: 50px;
  font-family: med_font;
  color: #0095da;
  line-height: 1em;
  display: inline-block;
}
.sus_stats_wrap .sus_stats_ul li p {
  color: rgba(255, 255, 255, 0.65);
  padding-top: 10px;
}

.sus_chapter_wrap {
  padding-top: 10vh;
  padding-bottom: 0;
}
.sus_chapter_wrap .sus_chapter_inner {
  position: relative;
}
.sus_chapter_wrap .sus_chapter_inner .sus_chapter_line {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  height: 2px;
  background-color: #0095da;
  margin-bottom: 30px;
}
.sus_chapter_wrap .sus_chapter_inner .sus_chapter_left {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 45%;
}
.sus_chapter_wrap .sus_chapter_inner .sus_chapter_left p {
  padding-top: 0;
  padding-bottom: 8px;
}
.sus_chapter_wrap .sus_chapter_inner .sus_chapter_left .common_header {
  line-height: 1em;
}
.sus_chapter_wrap .sus_chapter_inner .sus_chapter_right {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 55%;
  padding-left: 60px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
.sus_chapter_wrap .sus_chapter_inner .sus_chapter_right p {
  padding-top: 0;
}

.sus_steps_wrap {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.sus_steps_wrap .sus_step_row {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  margin-bottom: 7vh;
  overflow: hidden;
}
.sus_steps_wrap .sus_step_row:last-child {
  margin-bottom: 0;
}
.sus_steps_wrap .sus_step_row .sus_step_img_wrap {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
.sus_steps_wrap .sus_step_row .sus_step_img_wrap .sus_step_img_inner {
  width: 100%;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.sus_steps_wrap .sus_step_row .sus_step_img_wrap .sus_step_img_inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: clip-path;
}
.sus_steps_wrap .sus_step_row .sus_step_img_wrap .sus_step_number {
  position: absolute;
  bottom: 20px;
  left: 24px;
  font-family: header_italic;
  color: #fff;
  opacity: 0.25;
  line-height: 1em;
  font-size: 120px;
  pointer-events: none;
}
.sus_steps_wrap .sus_step_row .sus_step_text_wrap {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 50px 60px 60px;
  background-color: #f8f8f8;
  will-change: transform, opacity;
}
.sus_steps_wrap .sus_step_row .sus_step_text_wrap p:first-child {
  padding-top: 0;
}
.sus_steps_wrap .sus_step_row .sus_step_text_wrap .common_header {
  margin-top: 6px;
  margin-bottom: 0;
}
.sus_steps_wrap .sus_step_row.sus_step_row_reverse {
  flex-direction: row-reverse;
}
.sus_steps_wrap .sus_step_row.sus_step_row_reverse .sus_step_text_wrap {
  padding: 60px 60px 60px 50px;
  background-color: #fff;
}
.sus_steps_wrap .sus_step_row.sus_step_row_reverse .sus_step_number {
  left: auto;
  right: 24px;
}

.sus_steps_wrap_solar {
  padding-top: 0;
  background-color: #fafafa;
}
.sus_steps_wrap_solar .sus_step_row .sus_step_text_wrap {
  background-color: #fff;
}
.sus_steps_wrap_solar .sus_step_row.sus_step_row_reverse .sus_step_text_wrap {
  background-color: #f8f8f8;
}

.sus_solar_wrap {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sus_solar_wrap .sus_solar_video_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: url("../images/solarbg.jpg") center no-repeat;
  background-size: cover;
}
.sus_solar_wrap .sus_solar_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 30, 60, 0.75) 100%);
}
.sus_solar_wrap .sus_solar_content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.sus_solar_wrap .sus_solar_content .sus_solar_top {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.sus_solar_wrap .sus_solar_content .sus_solar_top p {
  padding-top: 0;
}
.sus_solar_wrap .sus_solar_content .sus_solar_top p:first-child {
  padding-bottom: 8px;
  opacity: 0.7;
}
.sus_solar_wrap .sus_solar_content .sus_solar_top .common_header {
  line-height: 1.05em;
  margin-bottom: 0;
}
.sus_solar_wrap .sus_solar_content .sus_solar_top .sus_solar_desc {
  max-width: 600px;
  padding-top: 20px;
  opacity: 0.85;
}
.sus_solar_wrap .sus_solar_content .sus_solar_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sus_solar_wrap .sus_solar_content .sus_solar_ul li {
  flex: 1;
  padding: 40px 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
}
.sus_solar_wrap .sus_solar_content .sus_solar_ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.sus_solar_wrap .sus_solar_content .sus_solar_ul li:hover {
  border-color: rgba(255, 255, 255, 0.35);
}
.sus_solar_wrap .sus_solar_content .sus_solar_ul li .sus_solar_icon_wrap {
  margin-bottom: 16px;
}
.sus_solar_wrap .sus_solar_content .sus_solar_ul li .sus_solar_icon_wrap img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.sus_solar_wrap .sus_solar_content .sus_solar_ul li .common_header {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sus_solar_wrap .sus_solar_content .sus_solar_ul li p {
  padding-top: 10px;
  opacity: 0.75;
}

.sus_impact_wrap {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sus_impact_wrap .sus_impact_img_wrap {
  position: absolute;
  inset: 0;
}
.sus_impact_wrap .sus_impact_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.sus_impact_wrap .sus_impact_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.sus_impact_wrap .sus_impact_content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.sus_impact_wrap .sus_impact_content .sus_impact_label {
  padding-top: 0;
  opacity: 0.7;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}
.sus_impact_wrap .sus_impact_content .sus_impact_heading {
  line-height: 1.05em;
}
.sus_impact_wrap .sus_impact_content .sus_impact_sub {
  max-width: 520px;
  opacity: 0.85;
}
.sus_impact_wrap .sus_impact_content .sus_impact_cta {
  margin-top: 30px;
}
.sus_impact_wrap .sus_impact_content .sus_impact_cta .common_anchor.border_anchor {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
.sus_impact_wrap .sus_impact_content .sus_impact_cta .common_anchor.border_anchor:hover {
  background-color: #fff;
  color: #0095da;
  border-color: #fff;
}

/*Sustainability New Ends*/
/*Responsive Starts*/
@media only screen and (max-width: 1599px) {
  .sustain_parent_wrap .title_wrap {
    width: 30%;
  }
  .sustain_parent_wrap .data_wrap {
    width: 70%;
  }
  .sus_stats_wrap .sus_stat_num {
    font-size: 50px;
  }
  .sus_stats_wrap .sus_stat_unit {
    font-size: 40px;
  }
  .sus_intro_wrap .sus_intro_inner {
    gap: 40px;
  }
  .sus_intro_wrap .sus_intro_inner .sus_intro_label {
    flex: 0 0 160px;
  }
  .sus_chapter_wrap .sus_chapter_inner .sus_chapter_left {
    width: 50%;
  }
  .sus_chapter_wrap .sus_chapter_inner .sus_chapter_right {
    width: 50%;
    padding-left: 40px;
  }
  .sus_steps_wrap .sus_step_row .sus_step_text_wrap {
    padding: 40px 30px 40px 40px;
  }
  .sus_steps_wrap .sus_step_row.sus_step_row_reverse .sus_step_text_wrap {
    padding: 40px 40px 40px 30px;
  }
  .sus_steps_wrap .sus_step_row .sus_step_img_wrap .sus_step_number {
    font-size: 90px;
  }
  .about_overview_wrap .other_image_wrap {
    margin-top: -50px;
  }
  .about_founder_wrap {
    margin-top: -50px;
  }
  .header_wrap ul li + li {
    margin-left: 40px;
  }
  .header_wrap ul li:nth-child(1) {
    margin-left: 22px;
  }
  .full_slider_wrap .video_thumb_wrap {
    width: 300px;
    right: 30px;
    border-width: 4px;
  }
  .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 {
    height: 270px;
  }
  .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) {
  .sus_hero_wrap {
    height: 70vh;
  }
  .sus_stats_wrap .sus_stat_num {
    font-size: 60px;
  }
  .sus_stats_wrap .sus_stat_unit {
    font-size: 30px;
  }
  .sus_intro_wrap .sus_intro_inner {
    flex-direction: column;
    gap: 20px;
  }
  .sus_intro_wrap .sus_intro_inner .sus_intro_label {
    flex: none;
  }
  .sus_stats_wrap .sus_stats_ul {
    flex-wrap: wrap;
  }
  .sus_stats_wrap .sus_stats_ul li {
    flex: 0 0 50%;
    padding: 30px 20px;
  }
  .sus_stats_wrap .sus_stats_ul li::before {
    display: none;
  }
  .sus_stats_wrap .sus_stats_ul li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .sus_chapter_wrap .sus_chapter_inner .sus_chapter_left {
    width: 100%;
  }
  .sus_chapter_wrap .sus_chapter_inner .sus_chapter_right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .sus_steps_wrap .sus_step_row {
    flex-direction: column;
  }
  .sus_steps_wrap .sus_step_row.sus_step_row_reverse {
    flex-direction: column;
  }
  .sus_steps_wrap .sus_step_row .sus_step_img_wrap {
    flex: none;
    width: 100%;
  }
  .sus_steps_wrap .sus_step_row .sus_step_img_wrap .sus_step_img_inner {
    min-height: 300px;
  }
  .sus_steps_wrap .sus_step_row .sus_step_text_wrap {
    flex: none;
    width: 100%;
    padding: 40px 30px;
  }
  .sus_steps_wrap .sus_step_row.sus_step_row_reverse .sus_step_text_wrap {
    padding: 40px 30px;
  }
  .sus_solar_wrap .sus_solar_content .sus_solar_ul {
    flex-wrap: wrap;
  }
  .sus_solar_wrap .sus_solar_content .sus_solar_ul li {
    flex: 0 0 50%;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .sus_solar_wrap .sus_solar_content .sus_solar_ul li:first-child {
    border-top: none;
    padding-left: 0;
  }
  .sus_solar_wrap .sus_solar_content .sus_solar_ul li:nth-child(2) {
    border-top: none;
  }
  .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 .video_thumb_wrap {
    width: 300px;
    right: 30px;
    border-width: 4px;
  }
  .full_slider_wrap {
    z-index: 10;
  }
  .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 {
    height: 230px;
  }
  .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) {
  .sus_hero_wrap {
    height: 60vh;
  }
  .sus_hero_wrap .sus_hero_content {
    padding-bottom: 50px;
  }
  .sus_stats_wrap .sus_stat_num {
    font-size: 60px;
  }
  .sus_stats_wrap .sus_stat_unit {
    font-size: 30px;
  }
  .sus_intro_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .sus_stats_wrap .sus_stats_ul li {
    flex: 0 0 50%;
  }
  .sus_chapter_wrap {
    padding-top: 7vh;
  }
  .sus_chapter_wrap .sus_chapter_inner .sus_chapter_left,
  .sus_chapter_wrap .sus_chapter_inner .sus_chapter_right {
    width: 100%;
  }
  .sus_chapter_wrap .sus_chapter_inner .sus_chapter_right {
    padding-left: 0;
    padding-top: 16px;
  }
  .sus_steps_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .sus_steps_wrap .sus_step_row {
    flex-direction: column;
    margin-bottom: 7vh;
  }
  .sus_steps_wrap .sus_step_row.sus_step_row_reverse {
    flex-direction: column;
  }
  .sus_steps_wrap .sus_step_row .sus_step_img_wrap {
    flex: none;
    width: 100%;
  }
  .sus_steps_wrap .sus_step_row .sus_step_img_wrap .sus_step_img_inner {
    min-height: 240px;
  }
  .sus_steps_wrap .sus_step_row .sus_step_img_wrap .sus_step_number {
    font-size: 70px;
  }
  .sus_steps_wrap .sus_step_row .sus_step_text_wrap {
    flex: none;
    width: 100%;
    padding: 30px 20px;
  }
  .sus_steps_wrap .sus_step_row.sus_step_row_reverse .sus_step_text_wrap {
    padding: 30px 20px;
  }
  .sus_solar_wrap {
    min-height: auto;
  }
  .sus_solar_wrap .sus_solar_content {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .sus_solar_wrap .sus_solar_content .sus_solar_ul {
    flex-direction: column;
  }
  .sus_solar_wrap .sus_solar_content .sus_solar_ul li {
    flex: none;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 24px 0;
  }
  .sus_solar_wrap .sus_solar_content .sus_solar_ul li:first-child {
    border-top: none;
    padding-left: 0;
  }
  .sus_impact_wrap {
    min-height: 60vh;
  }
  .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 {
    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;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .about_founder_wrap .data_wrap .text_wrap {
    width: 100%;
  }
  .about_founder_wrap .data_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .about_founder_wrap .founder_image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    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;
    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 {
    flex-wrap: wrap;
  }
  .process_parent_wrap .parent .image_wrap {
    width: 100%;
  }
  .process_parent_wrap .parent .data_wrap {
    width: 100%;
  }
  .process_parent_wrap.right .parent .image_wrap {
    order: 1;
  }
  .process_parent_wrap.right .parent .data_wrap {
    order: 2;
  }
  .process_parent_wrap.right {
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer_wrap .fmenu_wrap {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: start;
  }
  .full_slider_wrap .video_thumb_wrap {
    width: 220px;
    right: 30px;
    border-width: 4px;
    bottom: -150px;
  }
  .full_slider_wrap {
    z-index: 10;
  }
  .overview_wrap {
    padding-bottom: 7vh;
  }
  .overview_wrap .data_wrap ul {
    width: 100%;
  }
  .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 {
    height: 230px;
  }
  .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;
    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%;
  }
}
@media only screen and (max-width: 480px) {
  .sus_hero_wrap {
    height: 55vh;
  }
  .sus_hero_wrap .sus_hero_content {
    padding-bottom: 40px;
  }
  .sus_hero_wrap .sus_hero_sub {
    display: none;
  }
  .sus_stats_wrap .sus_stat_num {
    font-size: 35px;
  }
  .sus_stats_wrap .sus_stat_unit {
    font-size: 30px;
  }
  .sus_stats_wrap .sus_stats_ul li {
    flex: 0 0 50%;
    padding: 20px 12px;
  }
  .sus_chapter_wrap .sus_chapter_inner .sus_chapter_left,
  .sus_chapter_wrap .sus_chapter_inner .sus_chapter_right {
    width: 100%;
  }
  .sus_chapter_wrap .sus_chapter_inner .sus_chapter_right {
    padding-left: 0;
  }
  .sus_steps_wrap .sus_step_row .sus_step_img_wrap .sus_step_img_inner {
    min-height: 200px;
  }
  .sus_steps_wrap .sus_step_row .sus_step_img_wrap .sus_step_number {
    font-size: 50px;
    bottom: 10px;
    left: 12px;
  }
  .sus_steps_wrap .sus_step_row .sus_step_text_wrap {
    padding: 24px 16px;
  }
  .sus_steps_wrap .sus_step_row.sus_step_row_reverse .sus_step_text_wrap {
    padding: 24px 16px;
  }
  .sus_impact_wrap {
    min-height: auto;
    padding: 60px 0;
  }
  .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;
    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 {
    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 {
    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;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .about_founder_wrap .data_wrap .text_wrap {
    width: 100%;
  }
  .about_founder_wrap .data_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .about_founder_wrap .founder_image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    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;
    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 {
    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 {
    flex-direction: column;
    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 .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;
  }
  .full_slider_wrap {
    z-index: 10;
  }
  .full_slider_wrap p {
    padding-right: 0% !important;
  }
  .overview_wrap {
    padding-bottom: 7vh;
  }
  .overview_wrap .data_wrap ul {
    width: 100%;
  }
  .overview_wrap .data_wrap ul li {
    width: 50%;
  }
  .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 {
    height: 230px;
  }
  .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;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0%;
  }
  .overview_wrap .icon_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .overview_wrap .icon_wrap ul li {
    text-align: center;
    padding: 20px;
  }
  .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;
  }
}
.home_people_wrap ul .swiper-slide li {
  width: 100%;
}

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