.container,
.container-fluid,
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: "";
}
.collapse,
.tab-content > .tab-pane {
  display: none;
}

.collapse.in,
.form-control,
.tab-content > .active,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-12,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-md-11,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-md-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-12,
  .col-sm-4,
  .col-sm-6 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-12,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  margin-top: 0;
  font-size: 16px;
}
.panel-group,
hr {
  margin-bottom: 20px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
> .panel-collapse
> .list-group:first-child
.list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
> .panel-heading
+ .panel-collapse
> .list-group
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
> .table:first-child
> thead:first-child
> tr:first-child
th:first-child {
  border-top-left-radius: 3px;
}
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
td:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
td:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary,
.panel-primary > .panel-heading {
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
img {
  vertical-align: middle;
  max-width: 100% !important;
  overflow-clip-margin: content-box;
  overflow: clip;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out,
  -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.collapse,
.tab-content > .tab-pane {
  display: none;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
h2 {
  font-size: 30px;
}
hr {
  margin-top: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
@font-face {
  font-family: ProximaNova-Regular;
  src: url("../fonts/ProximaNova-Regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: ProximaNova-Bold;
  src: url("../fonts/ProximaNova-Bold.woff2");
  font-display: swap;
}
body {
  box-sizing: border-box;
  font-family: ProximaNova-Regular;
  color: #fff;
}
a,
a:hover {
  text-decoration: none !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
p,
li {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
}
h1 {
  font-size: 35px;
  line-height: 42px;
}
h5 {
  font-size: 24px;
  line-height: 30px;
}
h6 {
  font-size: 18px;
  line-height: 26px;
}
.my-sidenav,
.ham-icon1,
.my-sidenav1 {
  display: none;
}
.homebody {
  background-color: #162124;
}
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #162124;
  padding-top: 20px;
}
.lightcolor header {
  background-color: #ebecf4;
}
.header-wrap {
  border-bottom: 1px solid #ffffff50;
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.header-logo {
  display: flex;
  align-items: center;
  padding-bottom: 7px;
}
.header-logo a {
  border-right: 1px solid #ffffff50;
  padding-right: 10px;
  margin-right: 10px;
}
.header-logo a:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}
.right-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.right-nav ul {
  padding-top: 0px;
  margin-bottom: 0;
}
.right-nav ul li {
  list-style: none;
  padding-right: 20px;
  float: left;
  padding: 15px 20px 15px 0px;
}
.right-nav ul li a {
  font-size: 14px;
  line-height: 14px;
  font-family: ProximaNova-Regular;
  color: #ffffff;
}
.energy a {
  font-size: 10px;
  color: #ffffff;
  font-family: ProximaNova-Regular;
  padding: 15px 0px;
  display: block;
}
.energy a img {
  padding-right: 4px;
}
.footer-wrap {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
}
.footSocial ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.footer-wrap p {
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}
.dropdown-menu {
  position: absolute;
  display: none;
  padding: 1rem 0;
  background-color: #282663;
  left: 0;
  width: 100%;
  top: 76px;
}
.right-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.right-nav .nav-item,
#header .col-md-9,
#header .container {
  position: static;
}
.dropdown-menu a {
  max-width: 33.33%;
  width: 100%;
  padding: 15px 0px;
  display: block;
  float: left;
}
.right-nav .nav-item:hover {
  border-bottom: 5px solid #35cbf5;
}
.dropdown-menu a:hover {
  font-family: ProximaNova-Bold;
  color: #7bad2d;
}
.dropdown-menu .col-md-9 {
  padding-left: 80px;
}
.banner-btn {
  padding: 2px;
}
.toolbar {
  position: fixed;
  left: 15px;
  bottom: 0;
  z-index: 99;
}
.toolbar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}
.toolbar ul li {
  display: table-row;
  margin-bottom: 5px;
  position: relative;
}
.toolbar li a span {
  display: none;
  font-size: 12px;
  color: #0b4092;
}
.toolbar li a {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #66b821;
  padding: 5px;
  margin: 5px 0px 0px;
  float: left;
}
.toolbar li:hover a {
  transition: ease all 0.5s;
  width: auto;
  border-radius: 25px;
  padding: 5px 15px;
}
.toolbar li:hover a span {
  display: block;
  padding-right: 10px;
}
.toolbar li a img {
  margin: auto;
}
.dark-mode-toggle .t-white {
  display: none;
}
.dark-mode-toggle .t-black {
  display: inline;
}
.t-black {
  display: none;
}
.t-white {
  display: inline;
}
.lightcolor.homebody {
  background-color: #ebecf4;
}

.hm-banner {
  background-image: url(../images/banner-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  position: relative;
}
section.sitemap a {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}
section.sitemap {
  padding-top: 100px;
  margin-bottom: 70px;
  color: #fff;
}

.hm-smallhead {
  padding-bottom: 10px;
}
.hm-mainhead {
  padding-bottom: 30px;
  color: #74bf43;
  font-family: ProximaNova-Bold;
}
.hm-mainhead span,
.hm-smallhead span {
  display: block;
}
.abt-top {
  padding-bottom: 110px;
}
.abt-top .row {
  display: flex;
  align-items: center;
}
.abt-last-img {
  max-width: 730px;
  width: 100%;
  margin: auto;
  margin-top: 60px;
}
.anch-clr a {
  color: #fff;
}
.digi-auto h5 {
  padding-bottom: 30px;
}
.green-clr {
  color: #74bf43;
}
.digi-auto h6 {
  font-family: ProximaNova-Bold;
  padding-bottom: 20px;
}
.digi-num h4 {
  color: #20bec6;
  font-size: 40px;
  font-family: ProximaNova-Bold;
  padding-bottom: 8px;
}
.digi-num h4 span {
  font-size: 24px;
}
.digi-num {
  margin-bottom: 20px;
  /* margin-bottom: 40px; */
}
.major-gradbg {
  background: transparent linear-gradient(0deg, #0066aa 0%, #74bf43 100%) 0% 0%
  no-repeat padding-box;
  padding: 30px;
  margin-bottom: 50px;
}
.major-gradbg p {
  border-bottom: 1px solid #fff;
  min-height: 115px;
  position: relative;
  margin-right: 20px;
}
.major-gradbg p:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -27px;
  background-color: #fff;
  height: 90px;
  width: 1px;
}
.major-btm {
  padding-top: 27px;
}
.major-gradbg p.major-btm:after {
  top: 20px;
}
.major-gradbg .col-md-4:nth-child(3) p:after,
.major-gradbg .col-md-4:nth-child(6) p:after {
  display: none;
}
p.major-btm-last {
  border-bottom: none;
  min-height: auto;
  padding-top: 27px;
}
.major-gradbg p.major-btm-last:after {
  display: none;
}
.digi-auto h3 {
  font-size: 18px;
  border-bottom: 2px solid #74bf43;
  font-family: ProximaNova-Bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.automatiom {
  padding-left: 60px;
}
.automatiom .green-clr {
  padding-bottom: 10px;
}
.automatiom hr {
}
.automatiom .digi-num h4 {
  color: #f7941d;
}
.grad-line {
  background: transparent linear-gradient(270deg, #0066aa 0%, #74bf43 100%) 0%
  0% no-repeat padding-box;
  height: 5px;
  width: 100%;
  margin-bottom: 35px;
}
.cbm p {
  color: #f7941d;
  font-family: ProximaNova-Bold;
  padding-bottom: 0px;
}
.link-wrap {
  display: flex;
  margin-top: 40px;
}
.link-wrap p {
  color: #74bf43;
  font-size: 14px;
  font-family: ProximaNova-Bold;
  margin-left: 22px;
}
.link-wrap p span {
  color: #fff;
}
.link-icon img {
  max-width: initial !important;
}
footer {
  margin-top: 70px;
}
.q-num p,
.cer-wrap p {
  font-family: ProximaNova-Bold;
}
.certifications h6 {
  font-family: ProximaNova-Bold;
  position: relative;
  padding-top: 8px;
  margin-bottom: 25px;
  color: #F7941D;
}
.certifications h6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7941d;
  width: 26px;
  height: 4px;
}
.cer-wrap {
  display: flex;
  margin-bottom: 40px;
}
.cer-icon img {
  max-width: initial !important;
}
.cer-wrap p {
  margin-left: 20px;
}
.certifications h3 {
  font-family: ProximaNova-Bold;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 50px;
}
.qo h4 {
  color: #f7941d;
}
.esuring h6 {
  margin-bottom: 15px;
}
.esuring h6:before {
  display: none;
}
.zr-num {
  margin-top: 15px;
  margin-bottom: 30px;
}
.zr-num h6 {
  font-family: ProximaNova-Bold;
  font-size: 16px;
  padding-bottom: 0px;
}
.zrnu-wrap {
  display: flex;
  gap: 35px;
}
.zrnu-wrap h4 {
  font-size: 40px;
  font-family: ProximaNova-Bold;
  padding-bottom: 8px;
}
.zr-left,
.zr-icon {
  margin-top: 26px;
}
.zr-right h4 {
  color: #74bf43;
}
.inno {
  padding-left: 0px;
}
.inno .digi-num {
  min-height: 160px;
}

.grn-clr {
  color: #74bf43;
}
.chairman-banner {
  margin-bottom: 120px;
}
.chairman-banner h1 {
  font-family: ProximaNova-Bold;
  padding-bottom: 10px;
}
.chairman-banner h1 span {
  display: block;
}
.banner-line {
  background: transparent linear-gradient(90deg, #6c3f98 47%, #f7941d 100%) 0%
  0% no-repeat padding-box;
  width: 190px;
  height: 5px;
  margin-bottom: 18px;
}
.chairman-banner h4 {
  font-size: 18px;
  font-family: ProximaNova-Regular;
  padding-bottom: 40px;
}
.chairman-banner h6 {
  font-family: ProximaNova-bold;
  padding-bottom: 20px;
}
.chairman-banner h5 {
  font-family: ProximaNova-Regular;
  max-width: 540px;
}

.hm-smallhead {
  padding-bottom: 10px;
}
.hm-mainhead {
  padding-bottom: 30px;
  color: #74bf43;
  font-family: ProximaNova-Bold;
}
.chairman-content p {
  font-family: ProximaNova-Regular;
  padding-bottom: 20px;
}
.chairman-content h6 {
  font-family: ProximaNova-bold;
  padding-bottom: 15px;
  margin-top: 30px;
}
.chairman-content img {
  margin-top: 30px;
  padding-bottom: 13px;
}

.abt-top {
  padding-bottom: 110px;
}
.chairman-content h5 {
  padding-bottom: 20px;
  font-family: ProximaNova-bold;
}
.chairman-content h4 {
  font-family: ProximaNova-bold;
  font-size: 18px;
}

.cfo-banner {
  margin-bottom: 120px;
}
.cfo-banner h1 {
  font-family: ProximaNova-Bold;
  padding-bottom: 45px;
}
.cfo-banner h6 {
  font-family: ProximaNova-bold;
  padding-bottom: 20px;
}
.cfo-banner h5 {
  font-family: ProximaNova-Regular;
  max-width: 540px;
}
.cfo-content p {
  font-family: ProximaNova-Regular;
  padding-bottom: 20px;
}
.cfo-content h6 {
  font-family: ProximaNova-bold;
  padding-bottom: 15px;
  /* margin-top: 30px; */
}
.cfo-content img {
  margin-top: 30px;
  padding-bottom: 13px;
}
.cfo-content h5 {
  padding-bottom: 20px;
  font-family: ProximaNova-bold;
}
.cfo-content h4 {
  font-family: ProximaNova-bold;
  font-size: 18px;
}
.major-gradbg p {
  border-bottom: 1px solid #fff;
  min-height: 115px;
  position: relative;
  margin-right: 20px;
}
.cfo-content h4 span {
  display: block;
  font-size: 16px;
  font-family: ProximaNova-Regular;
}

.qa-banner {
  margin-bottom: 120px;
}
.qa-banner h1 {
  font-family: ProximaNova-Bold;
  padding-bottom: 60px;
  color: #20bec6;
}
.qa-banner h1 span {
  font-size: 24px;
  color: #74bf43;
}
.qa-banner img {
  padding-bottom: 13px;
}
.qa-banner h5 {
  font-family: ProximaNova-Regular;
  max-width: 540px;
}
.q-div {
  display: flex;
  gap: 15px;
}
.q-div h6 {
  margin-bottom: 0;
  margin-top: 5px;
  font-family: ProximaNova-Bold;
}
.q-div h5 {
  font-family: ProximaNova-Bold;
  padding-bottom: 0;
}
.ble-clr {
  color: #0066aa;
}
.q-div p {
  font-family: ProximaNova-Regular;
  margin-top: 5px;
}
.q-div p span {
  display: block;
  padding-bottom: 20px;
}
.q-div-mg {
  /* margin-top: 30px; */
}
.qa-list {
  padding-left: 0;
}
.qa-list li {
  padding-left: 15px;
  position: relative;
  list-style: none;
}
.qa-list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0066aa;
  left: 0;
  top: 8px;
}
.qa-content-img {
  margin: 30px 0px;
}
.chief-name {
  font-family: ProximaNova-Bold;
  font-size: 18px;
}
.chief-name span {
  font-family: ProximaNova-Regular;
  font-size: 16px;
}

.q-num p,
.cer-wrap p {
  font-family: ProximaNova-Bold;
}
.investBanner .row {
  display: flex;
  align-items: center;
}
.investBanner {
  padding-bottom: 100px;
}
.certifications h6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7941d;
  width: 26px;
  height: 4px;
}
.cer-wrap {
  display: flex;
  margin-bottom: 40px;
}
h1.inveGreen {
  color: #74bf43;
  padding-bottom: 30px;
  font-family: ProximaNova-Bold;
}
.investBanner h1 span {
  display: block;
}
.newSec .leader {
  padding-bottom: 45px;
}
.info-box {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.box-number {
  background-color: #0066aa;
  font-weight: bold;
  padding: 7px 20px;
  margin-right: 7px;
}
.box-content h5 {
  font-family: ProximaNova-Bold;
}
.zr-num {
  margin-top: 15px;
  margin-bottom: 30px;
}
.box-content {
  background-color: #74bf43;
  padding: 7px;
  padding-left: 15px;
  width: 100%;
}
h6.inveGreen {
  color: #20bec6;
  padding-bottom: 15px;
  font-family: ProximaNova-Bold;
}
ul.investClr {
  list-style: none;
  padding-left: 0;
  padding-bottom: 20px;
}
ul.investClr li {
  position: relative;
  padding-left: 16px;
}
ul.investClr li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #0066aa;
  top: 7px;
  left: 0;
}
.dollarSec h1 span {
  font-size: 24px;
}
.dollarSec .parent {
  display: flex;
  align-items: start;
  gap: 70px;
}
.dollarSec h1 {
  padding-bottom: 2px;
}
.dollarSec .firstChild {
  padding-bottom: 37px;
}
.row.dollar {
  display: flex;
  align-items: center;
}
.investContent {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
  margin-bottom: 58px;
}
.investContent.noBrdr {
  border-bottom: none;
}
ul.investClr.pb0 {
  padding-bottom: 0;
}
.firstChild p {
  max-width: 285px;
}
h1.darkBlue {
  color: #0066aa;
}
.awardBanner h1 {
  padding-bottom: 50px;
  font-family: ProximaNova-Bold;
}
.gradientBox {
  background: transparent linear-gradient(270deg, #0066aa 0%, #74bf43 100%) 0%
  0% no-repeat padding-box;
  padding: 40px 20px;
  padding-top: 60px;
  margin-top: -39px;
  margin-bottom: 50px;
}
.gradientBox ul {
  list-style: none;
  padding-left: 0;
}
.gradientBox ul li {
  position: relative;
  padding-left: 14px;
}
.gradientBox ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 8px;
  left: 0;
}
ul.investClr li span {
  font-family: ProximaNova-Bold;
}

.awrData {
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
}
.awrData .lineIcon {
  position: absolute;
  left: 0;
  top: -13px;
}
ul.greenList {
  list-style: none;
  padding-left: 0;
  padding-top: 20px;
}
ul.greenList li {
  position: relative;
  padding-left: 16px;
}
ul.greenList li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #74bf43;
  top: 7px;
  left: 0;
}
.theYear h1 span {
  display: block;
}
.blueBox {
  padding: 40px 28px;
  background-color: #0066aa;
  margin-bottom: 60px;
}
.blueBox h6 {
  padding-bottom: 15px;
  font-family: ProximaNova-Bold;
}
.blueBox ul {
  list-style: none;
  padding-left: 0;
}
.blueBox ul li {
  position: relative;
  padding-left: 16px;
}
.blueBox ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 8px;
  left: 0;
}
.businessMdl h6 {
  padding-bottom: 15px;
  font-family: ProximaNova-Bold;
}
.businessMdl ul {
  list-style: none;
  padding-left: 0;
}
.businessMdl ul li {
  position: relative;
  padding-left: 16px;
}
.businessMdl ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 8px;
  left: 0;
}
.row.cntr {
  display: flex;
  align-items: center;
  margin-bottom: 58px;
}
h6.darkBlue {
  color: #0066aa;
  font-family: ProximaNova-Bold;
  padding-bottom: 15px;
}
ul.orangeList {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}
.allData {
  padding-top: 28px;
  padding-left: 15px;
}
ul.orangeList li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 6px;
}
ul.orangeList li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #f7941d;
  top: 8px;
  left: 0;
}
.row .col-md-7.bg {
  padding-right: 0;
  padding-bottom: 22px;
}
.row.new-ro .col-md-5 {
  padding: 0;
}
.row.new-ro {
  margin-bottom: 60px;
}
.allData {
  background-color: #b9e5fb;
  /* min-height: 580px; */
  padding: 17px;
  padding-left: 20px;
  padding-bottom: 0;
}
.allData ul.investClr li {
  color: #4d4d4f;
}
.blueBox.green {
  background-color: #74bf43;
}
.external h1 span {
  display: block;
  padding-bottom: 26px;
}
.exterData {
  padding-bottom: 19px;
}
.exterData p {
  padding-bottom: 20px;
}
.myImg.extre {
  padding-bottom: 45px;
}
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

.bod-banner h1 {
  font-family: ProximaNova-Bold;
  padding-bottom: 27px;
}
.bod-banner h6 {
  font-family: ProximaNova-Regular;
  padding-bottom: 10px;
}

.card-profile {
  background-color: #fff;
  padding: 30px 20px;
  min-height: 512px;
  margin-bottom: 30px;
}
.profile-info {
  padding-top: 15px;
}
.profile-info h6 {
  font-family: ProximaNova-Bold;
  color: #0066aa;
  padding-bottom: 10px;
}
.profile-info h6 span {
  display: block;
}
.profile-info p {
  font-family: ProximaNova-Bold;
  color: #4d4d4f;
}
.profile-info p span {
  display: block;
}
.profile-detail h6 {
  font-family: ProximaNova-Bold;
  color: #4d4d4f;
  padding-bottom: 5px;
}
.profile-detail p {
  font-family: ProximaNova-Regular;
  color: #4d4d4f;
}
.badge-grn {
  background-color: #74bf43;
  padding: 2px 14px;
  color: #000;
  max-width: 40px;
}
.badge-grn2 {
  background-color: #74bf43;
  padding: 2px 9px;
  color: #000;
  max-width: 40px;
}
.badge-wht {
  border: 1px solid #4d4d4f;
  padding: 2px 14px;
  color: #000;
  max-width: 40px;
}
.badge-wht2 {
  border: 1px solid #4d4d4f;
  padding: 2px 9px;
  color: #000;
  max-width: 40px;
}
.badge {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.badge p {
  padding-bottom: 0;
  color: #4d4d4f;
  font-family: ProximaNova-Bold;
}

.commitee-div {
  background-color: #ffffff;
  padding: 40px 35px;
  margin-bottom: 36px;
}
.commitee-div h6 {
  border-top: 2px solid #6c3f99;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: ProximaNova-Bold;
}
.committe-content {
  display: flex;
  justify-content: space-between;
}
.committe-para p {
  color: #4d4d4f;
  font-family: ProximaNova-Regular;
}

.badge2 p {
  padding-bottom: 0;
  color: #4d4d4f;
  font-family: ProximaNova-Bold;
}
.badge2-em {
  max-width: 40px;
  height: 20px;
  background-color: #74bf43;
  width: 100%;
}
.board-diversity h6 {
  font-family: ProximaNova-Bold;
  padding-bottom: 16px;
}

.board-composition {
  background-color: #ffffff;
  padding: 33px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.board-data {
  margin-left: 58px;
  margin-top: 58px;
  border: 2px solid #6c3f99;
  padding: 24px 40px;
  position: relative;
  min-height: 385px;
}
.purp-div {
  width: 58px;
  height: 58px;
  background-color: #6c3f99;
  position: absolute;
  left: -59px;
  top: -59px;
}
.boarddata-headin {
  position: absolute;
  top: -45px;
  left: 40px;
}
.boarddata-img {
  background-color: #ffffff;
  padding: 0 20px;
  position: absolute;
  bottom: -30px;
  right: 93px;
}
.board-cont {
  padding-bottom: 30px;
}
.board-cont h2 {
  font-family: ProximaNova-Bold;
  font-size: 40px;
  line-height: 49px;
  color: #0066aa;
}
.board-cont p {
  font-family: ProximaNova-Regular;
  color: #4d4d4f;
}
.board-cont p span {
  display: block;
}
.purp-clr {
  color: #6c3f99;
}
.board-data2 {
  margin-left: 58px;
  margin-top: 58px;
  border: 2px solid #6c3f99;
  padding: 24px 40px;
  position: relative;
  min-height: 160px;
}
.investBanner .row {
  display: flex;
  align-items: center;
}
.board-cont.pd0 {
  padding-bottom: 0;
}

.bod-lastdiv {
  background: transparent linear-gradient(270deg, #0066aa 0%, #74bf43 100%) 0%
  0% no-repeat padding-box;
  padding: 20px 20px 0 120px;
}

.bod-lastdiv h2 {
  font-family: ProximaNova-Bold;
  font-size: 40px;
  line-height: 49px;
  color: #ffffff;
}
.bod-lastdiv p {
  font-family: ProximaNova-Regular;
  color: #ffffff;
}

.seniorteam-banner h1 {
  font-family: ProximaNova-Bold;
  padding-bottom: 30px;
}
.team-bluediv {
  background-color: #0066aa;
  border: 1px solid #ffffff;
  width: 29px;
  height: 22px;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.team-bluediv2 {
  background-color: #0066aa;
  border: 1px solid #ffffff;
  width: 29px;
  height: 22px;
  padding: 2px 6px;
  margin-bottom: 10px;
}
.team-bluediv p {
  padding-bottom: 0;
  font-family: ProximaNova-Bold;
  color: #ffffff !important;
}
.team-bluediv2 p {
  padding-bottom: 0;
  font-family: ProximaNova-Bold;
  color: #ffffff !important;
}

.box-content {
  background-color: #74bf43;
  padding: 7px;
  padding-left: 15px;
  width: 100%;
}

.team-name {
  border-bottom: 1px solid #ffffff;
  padding: 30px 0;
}
.team-name h6 {
  font-family: ProximaNova-Bold;
}

.team-name h3 {
  font-family: ProximaNova-Bold;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 17px;
}
ul.investClr li {
  position: relative;
  padding-left: 16px;
}
.team-name h3 span {
  display: block;
}
.team-name-brdnone {
  border: none;
}
.seniorteam-img {
  margin-bottom: 30px;
}
.senior-team-detail {
  background-color: #ffffff;
  padding: 20px;
  min-height: 387px;
  margin-bottom: 30px;
}
.senior-team-detail h6 {
  font-family: ProximaNova-Bold;
}
.senior-team-detail h3 {
  font-family: ProximaNova-Bold;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4f;
}
.senior-team-detail p {
  font-family: ProximaNova-Regular;
  color: #4d4d4f;
}
.scrollable-para {
  max-height: 245px;
  overflow-y: auto;
}
.scrollable-para::-webkit-scrollbar {
  width: 4px;
}
.scrollable-para::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.scrollable-para::-webkit-scrollbar-thumb {
  background-color: #0066aa;
  border-radius: 4px;
}
.scrollable-para::-webkit-scrollbar-thumb:hover {
  background-color: #0066aa;
}

.casestudy-banner {
  margin-bottom: 120px;
}
.casestudy-banner h1 {
  font-family: ProximaNova-Bold;
  padding-bottom: 45px;
  max-width: 500px;
}
.casestudy-banner h6 {
  font-family: ProximaNova-Regular;
  padding-bottom: 10px;
}
.casestudy-banner .row.casestudy-toprow {
  display: flex;
  align-items: center;
}

.orng-clr {
  color: #f7941d;
}
.casestudy-content h6 {
  font-family: ProximaNova-Bold;
  /* margin-top: 20px; */
  padding-bottom: 10px;
}
.casestudy-content p {
  font-family: ProximaNova-Regular;
}
.casestudy-content ul {
  padding-left: 20px;
}
.blueBox h6 {
  padding-bottom: 15px;
  font-family: ProximaNova-Bold;
}
.blueBox ul {
  list-style: none;
  padding-left: 0;
}
.blueBox ul li {
  position: relative;
  padding-left: 16px;
}
.blueBox ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 8px;
  left: 0;
}
.businessMdl h6 {
  padding-bottom: 15px;
  font-family: ProximaNova-Bold;
}
.businessMdl ul {
  list-style: none;
  padding-left: 0;
}
.businessMdl ul li {
  position: relative;
  padding-left: 16px;
}
.businessMdl ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 8px;
  left: 0;
}
.row.cntr {
  display: flex;
  align-items: center;
  margin-bottom: 58px;
}
.casestudy-content ul li span {
  font-family: ProximaNova-Bold;
}
.casestudy-pages {
  display: flex;
  gap: 30px;
}
ul.orangeList {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}
.allData {
  padding-top: 28px;
  padding-left: 15px;
}
ul.orangeList li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 6px;
}
ul.orangeList li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #f7941d;
  top: 8px;
  left: 0;
}
.row .col-md-7.bg {
  padding-right: 0;
  padding-bottom: 22px;
}
.row.new-ro .col-md-5 {
  padding: 0;
}
.row.new-ro {
  margin-bottom: 60px;
}
.allData {
  background-color: #b9e5fb;
  /* min-height: 580px; */
  padding: 17px;
  padding-left: 20px;
  padding-bottom: 0;
}
.allData ul.investClr li {
  color: #4d4d4f;
}
.case {
  border: 1px solid #74bf43;
  max-width: 170px;
  padding: 10px 20px;
}
.case1 {
  background-color: #74bf43;
}
.case h6 {
  font-family: ProximaNova-Bold;
}

.exterData {
  padding-bottom: 19px;
}
.exterData p {
  padding-bottom: 20px;
}
.myImg.extre {
  padding-bottom: 45px;
}
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

.esg-top p {
  background-color: #74bf43;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 15px;
  font-family: ProximaNova-Bold;
}
.esg-top {
  margin-bottom: 80px;
}
.arrow-wrap {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.arrow-wrap p {
  font-size: 14px;
  padding-bottom: 0px !important;
  margin-left: 10px;
}
.env-wrap h6 {
  font-family: ProximaNova-Bold;
  padding-bottom: 20px;
}
.mt-topic span {
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-family: ProximaNova-Bold;
  padding: 10px 9px;
  margin-right: 12px;
  display: inline-block;
}
.mt-topic .col-md-5,
.mt-topic .col-md-6 {
  margin-bottom: 40px;
}
.mt-topic h3 {
  background-color: #0066aa;
  color: #fff;
  font-size: 16px;
  font-family: ProximaNova-Bold;
  padding: 12px 10px;
  display: inline-block;
}
.env-wrap hr {
  margin-top: 0px;
  margin-bottom: 30px;
}
.blue-li {
  padding-left: 0px;
  display: flex;
  margin-bottom: 0px;
  gap: 90px;
}
.blue-li li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
}
.blue-li li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  background-color: #0066aa;
  width: 5px;
  height: 5px;
}
.blue-top {
  margin-top: 20px !important;
}
.digi-num p span {
  display: block;
}
.env-wrap .digi-num h4 {
  line-height: 24px;
}
.clr-orng {
  color: #f7941d;
}
.light-greenbg {
  background-color: #ddecd0;
  padding: 30px 30px 0px 30px;
  margin-bottom: 22px;
}
.black-clr {
  color: #4d4d4f;
}
.empc-top h6 {
  padding-bottom: 15px;
  font-family: ProximaNova-Bold;
}

.empc-top .light-greenbg p {
  color: #4d4d4f;
  padding-bottom: 30px;
}
.blue-clr {
  color: #0066aa;
}
.mt-30 {
  /* margin-top: 30px; */
}
.net-zero,
.ene-graph {
  margin-bottom: 50px;
}
.empc-top .blue-li {
  display: block;
}
.empc-top h6 span {
  display: block;
  font-family: ProximaNova-Regular;
}
.empc-last-img {
  max-width: 740px;
  width: 100%;
  margin: auto;
}
.strngth ul li {
  color: #4d4d4f;
}
.green-heading {
  border-bottom: 1px solid #ffffff50;
  margin-bottom: 30px;
}
.green-heading h3 {
  background-color: #74bf43;
  padding: 17px 40px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-family: ProximaNova-Bold;
  display: inline-block;
}
.water-s {
  margin-bottom: 30px;
  margin-top: 30px;
}
.water-s h2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-family: ProximaNova-Bold;
  padding-bottom: 20px;
}
.white-dot {
  margin-bottom: 14px;
}
.st-digi,
.re-heading {
  margin-top: 30px;
}
.waters-img {
  margin-bottom: 50px;
}
.re-reuse {
  margin-bottom: 50px;
}
.dro {
  border: 1px solid #ffffff50;
  position: relative;
  margin-top: 40px;
  padding-right: 30px;
  margin-bottom: 50px;
}
.dro-text {
  padding-left: 30px;
}
.dro h3 {
  background-color: #162124;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -1px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 22px;
  font-family: ProximaNova-Bold;
}
.runaya-logo {
  background-color: #162124;
  padding-top: 12px;
  margin-left: -11px;
  padding-bottom: 20px;
}
.arrow-wrap1 {
  margin-top: 0px;
}

.f-area {
  position: relative;
  padding: 35px;
  border-radius: 30px;
  background: linear-gradient(#162124, #162124) padding-box,
  /* Inner background */
  linear-gradient(270deg, #0069aa 0%, #3a9476 51%, #72bf44 100%) border-box; /* Border gradient */
  border: 1px solid transparent;
  margin-top: 30px;
  min-height: 185px;
  margin-bottom: 30px;
}
.f-area:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -34px;
  background-image: url(../images/tail/strategic-focus-areas-leaf.svg);
  width: 157px;
  height: 100px;
}
.f-area p {
  text-align: center;
  padding-bottom: 0px;
}
.f-area p span {
  font-family: ProximaNova-Bold;
}
b {
  font-family: ProximaNova-Bold;
  font-weight: initial;
}
.tsf-img {
  max-width: 760px;
  width: 100%;
  margin: 10px auto 50px;
}
.tail-last-img {
  margin-top: 30px !important;
}
.dro1 {
  min-height: 380px;
}
.dro1 h3 {
  padding-bottom: 20px;
}
.dro1 .dro-text {
  padding-top: 60px;
}
.dro1 h3 span {
  display: block;
}
.reclaiming .blue-li {
  display: block;
}
.reclaiming h6 {
  font-family: ProximaNova-Bold;
  padding-bottom: 25px;
}
.reclaiming .digi-num {
  margin-top: 20px;
}
.k-result-table {
  margin-bottom: 50px;
}
.table-footnote {
  padding-bottom: 20px;
}
/**/
.boldTxt {
  font-family: ProximaNova-Bold;
}
.mb40 {
  margin-bottom: 45px !important;
}
.allContents h6,
.allContents h5 {
  font-family: ProximaNova-Bold;
  margin-bottom: 10px;
}
.assurancePro h6 {
  background-color: #f7941d;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.allPrograms > div {
  width: 20%;
}
.allPrograms {
  display: flex;
  flex-wrap: wrap;
}
.allPrograms > div p {
  max-width: 170px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.readMore a {
  display: flex;
  color: #74bf43;
  gap: 10px;
  font-family: ProximaNova-Bold;
}
.mt50 {
  margin-top: 50px !important;
}
.allFollow {
  display: flex;
  flex-wrap: wrap;
}
.allFollow > div {
  width: 20%;
}
.indFollow p {
  max-width: 145px;
  width: 100%;
}
.indFollow h5 {
  color: #f7941d;
  margin-bottom: 0px;
}
.indFollow p {
  padding-bottom: 30px;
}
.borderLine {
  border-bottom: 2px solid #74bf43;
  margin-bottom: 30px !important;
  padding-bottom: 10px;
}
.goBey h6 {
  margin-bottom: 0px;
  margin-top: 5px;
}
.indTier h6 span {
  background-color: #f7941d;
  padding: 11px 20px;
  margin-right: 10px;
}
.allTier {
  margin: 30px 0px;
}
.indTier {
  border-bottom: 2px solid #74bf43;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.squareList ul li {
  padding-left: 17px;
  position: relative;
}
.squareList ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.squareList ul li::after {
  content: "";
  display: block;
  background-color: #0066aa;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 9px;
}
.goalBase h6 {
  color: #74bf43;
}
.esgScoreCard {
  margin-bottom: 30px;
}
.climateChange {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.bgGreen {
  padding: 11px 20px;
  background-color: #74bf43;
}
.allUnsdg {
  margin-left: 83px;
}
.climateChange > div:nth-child(1) {
  width: 64px;
}
.unsdgsImg {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(204, 204, 204, 0.5);
  padding-bottom: 25px;
}
.divideLine {
  border-top: 2px solid rgba(204, 204, 204, 0.5);
  padding-top: 20px;
}
.borderSdg {
  border-top: 2px solid rgba(204, 204, 204, 0.5);
  padding-top: 20px;
  margin-top: 20px;
}
.corporateTxt {
  margin-top: 30px;
}
.corporateTxt h6 {
  margin-bottom: 0px;
}
.ratingTbl table thead tr th {
  background-color: #0066aa;
  padding: 10px 10px;
  border-bottom: 0px;
}

.ratingTbl table tbody tr td {
  background-color: #74bf43;
  padding: 10px 10px;
  text-align: center;
}
.ratingTbl table thead tr th:nth-child(1),
.ratingTbl table thead tr th:nth-child(2) {
  text-align: left;
}
.ratingTbl table tbody tr td:nth-child(1),
.ratingTbl table tbody tr td:nth-child(2) {
  background-color: #162124;
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-collapse: collapse;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* Table Striped */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* Table Bordered */
.table-bordered {
  border: 0px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-bottom: 1px solid #ddd;
}

/* Table Hover */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* Table Condensed */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.allMats span {
  border: 1px solid #fff;
  padding: 6px 10px;
  font-family: ProximaNova-Bold;
}
.allMats {
  display: flex;
  gap: 10px;
}
.stLinked {
  margin-top: 20px;
}
.stLinked span {
  padding: 10px 10px;
  background-color: #0066aa;
}
.mt40 {
  margin-top: 40px;
}

.squareList.fourCol ul {
  display: flex;
  flex-wrap: wrap;
}
.squareList.fourCol ul li {
  width: 25%;
}
.independentMem h5 {
  font-size: 40px !important;
  line-height: 49px;
  color: #74bf43;
  margin-bottom: 0px;
}
.ethicsImg img {
  margin-bottom: 5px;
}

.ourCorporate {
  border: 1px solid #fff;
  padding: 30px;
  margin-bottom: 30px;
}
p.font14 {
  font-size: 14px;
}
.lightLink {
  display: flex;
  gap: 10px;
  align-items: center;
}
.boardTbl table tbody tr td {
  padding: 15px 0px;
  vertical-align: middle;
}
.boardTbl table thead tr th {
  border-bottom: 0px;
  padding: 15px 0px;
  text-align: left;
}
.boardTbl table thead tr th:nth-child(1) {
  background-color: #0064af;
  padding-left: 20px;
}
.boardTbl table thead tr th:nth-child(2) {
  background-color: #6fc247;
  padding-left: 20px;
}
.boardTbl table thead tr th:nth-child(3) {
  background-color: #ff9027;
  padding-left: 20px;
}
.squareRead a {
  padding: 16px 20px;
  border: 1px solid #fff;
  margin-top: 30px;
  display: inline-flex;
  gap: 10px;
  color: #fff;
  align-items: center;
}
.occurTbl {
  margin-top: 30px;
}
.occurTbl table thead tr th {
  text-align: left;
  padding: 15px 0px;
  border-top: 1px solid #fff;
  font-size: 18px;
}
.occurTbl table tbody tr td {
  padding: 15px 0px;
  font-size: 18px;
}
.occurTbl table thead tr th:nth-child(3),
.occurTbl table thead tr th:nth-child(4) {
  text-align: right;
}
.occurTbl table tbody tr td:nth-child(3),
.occurTbl table tbody tr td:nth-child(4) {
  text-align: right;
}

.keyFeatures h6 {
  background-color: #74bf43;
  padding: 10px 20px;
  width: fit-content;
  border-right: 15px solid #162124;
}
.keyFeatures {
  position: relative;
}
.keyFeatures::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 1px;
  z-index: -9;
}
.excoCom h6 {
  background-color: #d0ecfb;
  width: fit-content;
  padding: 17px 50px;
  color: #6c3f98;
}

.roleExco .squareList {
  background: #d0ecfb 0% 0% no-repeat padding-box;
  padding: 20px;
}
.roleExco ul li {
  color: #4d4d4f;
}
.roleExco {
  margin-bottom: 40px;
}

/**/
h1.padBtm {
  padding-bottom: 15px;
}
.media-player {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.media-player .btn {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  /* cursor: pointer; */
}

.progress-bar {
  position: relative;
  width: 300px;
  height: 4px;
  background: #bbb;
  border-radius: 2px;
  margin: 0 10px;
}

.progress {
  position: absolute;
  height: 100%;
  background: #f44336;
  width: 30%;
}

.thumb {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #f44336;
  border: 2px solid #121c1f;
  border-radius: 50%;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.volume {
  color: white;
  font-size: 20px;
}
.speakerLef {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
}
.allQr {
  border: 1px solid #ff9027;
  border-right: 0px;
  margin-bottom: 40px;
  padding: 20px;
  padding-right: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  margin-top: 20px;
  position: relative;
  min-height: 575px;
}

.meetHe p {
  background-color: #6fc247;
  text-align: center;
  position: relative;
  padding: 20px 15px;
  max-width: 292px;
  width: 100%;
  margin: 20px auto;
  min-height: 82px;
  justify-content: center;
  align-items: center;
  font-family: ProximaNova-Bold;
  line-height: 22px;
  font-size: 16px;
}
.meetHe p::after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  right: 0px;
  width: 18px;
  height: 16px;
  background-image: url("../images/scoop/orange-kona1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.meetHe p::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0px;
  width: 18px;
  height: 16px;
  background-image: url("../images/scoop/orange-kona2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.meetHe {
  position: relative;
  margin-top: -40px;
}
.qrTop {
  max-width: 75%;
  width: 100%;
  margin: 0px auto;
  z-index: 9;
  position: relative;
}
.indQr {
  width: 67px;
  height: 67px;
  position: absolute;
  right: -1px;
  top: -20px;
  border: 10px solid #162124;
}

.squareDots span {
  width: 11px;
  height: 11px;
  background-color: #6fc247;
  display: inline-flex;
  gap: 5px;
}
.squareDots span:nth-child(2) {
  background-color: #f7941d;
}
.squareDots {
  position: absolute;
  bottom: -11px;
  right: 0px;
}
.squareDots {
  background-color: #162124;
  border-left: 10px solid #162124;
}
.thatMatter {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.thatMatter img {
  width: 162px;
  margin-top: 20px;
}
.thatMatter h5 {
  color: #4d4d4f;
  font-family: ProximaNova-Bold;
}

.case h6 a {
  text-decoration: none !important;
  color: #fff;
}
.operationZinc .row {
  display: flex;
  align-items: center;
}
.operationZinc h1 {
  color: #f7941d;
  font-family: ProximaNova-Bold;
}
.operationZinc {
  padding-bottom: 80px;
}
.globalData h6.white {
  font-family: ProximaNova-Bold;
  padding-bottom: 4px;
}
.globalData {
  padding-bottom: 15px;
}
.zincImg img {
  padding-bottom: 10px;
}
.zincImg {
  padding-bottom: 25px;
}
.globalData h6.white.pb20 {
  padding-bottom: 20px;
}
.zindB-img {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.color-box-wrapper {
  display: flex;
  gap: 6px;
  padding-bottom: 6px;
}
.globalData .color-box {
  width: 20px;
  height: 20px;
}
.globalData .color-box.purple {
  background-color: #53399e;
}
.globalData .color-box.orange {
  background-color: #ff9027;
}
.globalData h5 {
  font-family: ProximaNova-Bold;
}
h5.inveGreen {
  color: #74bf43;
}
.threeBox {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
}
.threeBox .firstBox {
  border: 1px solid #74bf43;
  color: #fff;
  max-width: 160px;
  width: 100%;
  text-align: center;
  padding: 3px 0;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: block;
  font-family: ProximaNova-Bold;
}
.threeBox .firstBox:hover,
.threeBox .firstBox.active {
  background-color: #74bf43;
  color: #fff;
}
.operationZinc h5 {
  /* font-weight: 600; */
}
.firstMine h5 {
  /* font-family:ProximaNova-Bold; */
  padding-bottom: 40px;
}
/* table */
.undergroundMineTable {
  background-color: #fff;
  padding: 20px;
  overflow-x: auto;
  margin-bottom: 40px;
}

.undergroundMineTable table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.undergroundMineTable th,
.undergroundMineTable td {
  vertical-align: top;
  padding: 8px 5px;
  border-bottom: 1px solid #ccc;
}

.undergroundMineTable th {
  background-color: #fff;
  color: #005fa1;
  font-weight: 600;
  font-weight: 600;
}

.undergroundMineTable th.blackText {
  color: #162124;
}

.undergroundMineTable td {
  color: #000;
}

.undergroundMineTable td.blue {
  color: #005fa1;
}

.undergroundMineTable .totalRow td {
  border-bottom: 1px solid #005fa1;
  font-weight: 600;
}

.undergroundMineTable .note {
  margin-top: 8px;
  font-size: 12px;
  color: #333;
}
.undergroundMineTable h5 {
  font-family: ProximaNova-Bold;
  color: #005fa1;
  border-bottom: 1px solid #005fa1;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.globalData p.bold {
  font-family: ProximaNova-Bold;
  padding-bottom: 12px;
}
.operationZinc h1.inveGreen {
  color: #74bf43;
}
.globalData .orangeBox {
  width: 26px;
  height: 5px;
  background: #f7941d;
  margin-bottom: 9px;
}
.threeBox.sixBox .firstBox {
  max-width: 350px;
  width: 100%;
  padding: 5px;
}
.ramp {
  border-right: 1px solid #ccc;
}
.ramp.noBrdr {
  border: none;
}
.ramp h1 span {
  font-size: 24px;
}
.ramp h1 {
  padding-bottom: 0px;
}
.row.rampur {
  margin-bottom: 40px;
}
.operationZinc h5 {
  padding-bottom: 20px;
}
ul.investClr li span.green {
  color: #74bf43;
}
/* Rtable */
.rrTableWrapper {
  background: #fff;
  padding: 30px;
}

.rrTableWrapper h4 {
  color: #53399e;
  font-family: ProximaNova-Bold;
  margin-bottom: 5px;
}
.rrTableWrapper small {
  border-bottom: 1px solid #0064af;
  padding-bottom: 10px;
}
.rrTableWrapper small {
  color: #666;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

.rrTable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  color: #4e5055;
}

.rrTable thead tr:nth-child(2) th {
  border-top: none;
}
.rrTable th.blue {
  border-bottom: 1px solid #0064af;
}
.rrTable th,
.rrTable td {
  border-bottom: 1px solid #ccc;
  padding: 8px 6px;
}

.rrTable th {
  font-weight: 600;
}
.rrTable tr.brdrblue td {
  border-bottom: 1px solid #0064af;
}
.rrTable tfoot td {
  font-weight: bold;
}

.rrNote {
  font-size: 12px;
  margin-top: 10px;
  color: #555;
}

.leftAlign {
  text-align: left;
}
.abt-btm.themeContent h1 {
  font-size: 35px;
  line-height: 42px;
  font-family: ProximaNova-Bold;
  margin-bottom: 15px;
}
.themeContent p {
  font-family: ProximaNova-Bold;
}
.themeContent p span {
  color: #f7941d;
}
.thatMatter h5 span {
  color: #f7941d;
}
.themeContent {
  padding-top: 110px;
  padding-bottom: 45px;
  background: transparent linear-gradient(89deg, #0066aa 0%, #74bf43 100%) 0% 0%
  no-repeat padding-box;
}

.health-top p {
  background-color: #f7941d;
}
.health-top h5 {
  max-width: 540px;
  width: 100%;
}
.health-wrap h6 {
  padding-bottom: 15px;
}
.health-wrap h6.green-clr {
  padding-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}
.h-30 {
  margin-top: 30px !important;
}
.health-wrap .digi-num h4 {
  color: #f7941d;
}
.health-wrap .digi-num p {
  padding-bottom: 0px;
}
.green-line {
  height: 1px;
  width: 100%;
  background-color: #74bf4350;
  margin-top: 10px;
  margin-bottom: 30px;
}
.csc-img {
  margin: 50px 0px;
}
.mip-table table {
  width: 100%;
  border-top: 2px solid #74bf43;
}
.mip-table th,
.mip-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #2a2f36;
}

.mip-table th {
  color: #ffffff;
  font-family: ProximaNova-Bold;
  text-align: left;
  border-bottom: 1px solid #74bf43;
}

.mip-table td {
  background-color: #1c1f24;
}

.mip-table tr:last-child td {
  border-bottom: 2px solid #74bf43;
}

.mip-table .green {
  color: #74bf43;
  font-family: ProximaNova-Bold;
}

.mip-table .note {
  font-size: 12px;
  vertical-align: super;
}
.mip-table .subtext {
  font-size: 12px;
  color: #ffffff;
}
.table-footnote1 {
  font-size: 14px;
  padding-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 0px;
}
.h-solution {
  margin-top: 40px;
}
.h-solution .digi-num h4 {
  color: #74bf43;
}
.h-solution .digi-num h5 {
  font-size: 16px;
  color: #f7941d;
}
.inspec {
  margin-top: 20px;
}
.rescue-img {
  margin-bottom: 40px;
}
.gp-linewrap {
  display: flex;
  margin-bottom: 50px;
}
.gp-line {
  width: 172px;
  height: 11px;
  background-color: #74bf43;
}
.gp-line1 {
  width: 30px;
  height: 11px;
  background-color: #6c3f98;
  margin-left: 15px;
}
.blue-li-d {
  display: block;
}
.di-safety {
  margin-bottom: 30px;
}
.health-top .row {
  display: flex;
  align-items: center;
}
.st-linlkwarp {
  display: flex;
  gap: 10px;
}
.blue-li-pop {
  gap: 60px;
}
.people-wrap h6 {
  padding-bottom: 15px;
}
.mt-20 {
  /* margin-top: 20px; */
}
.hri .digi-num h4 {
  color: #f7941d;
}
.hri {
  margin-top: 20px;
}
.hri .digi-num p {
  padding-bottom: 0px;
}
.hri .digi-num {
  min-height: 80px;
}
.cwz-img {
  max-width: 730px;
  width: 100%;
  margin: 50px auto 40px;
}
.cwz-img h3 {
  background-color: #6c3f98;
  padding: 25px 45px 25px 20px;
  font-size: 18px;
  line-height: 22px;
  font-family: ProximaNova-Bold;
  display: inline-block;
  margin-left: 40px;
  margin-bottom: -80px;
  z-index: 9;
  position: relative;
}
.health-graph {
  margin-bottom: 50px;
}
.brdr-btm {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 40px;
  padding-bottom: 5px;
}
.esg-m {
  margin-bottom: 30px;
}
.esg-m1 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.key-measures-img {
  margin-bottom: 40px;
}
.res-wrap h5 {
  padding-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}
.mt-topic span {
  margin-bottom: 10px;
}
.reskf ul li {
  padding-bottom: 40px;
}
.hri1 .digi-num {
  min-height: 98px;
}
.hri1 .col-md-3:nth-child(5) .digi-num,
.hri1 .col-md-3:nth-child(6) .digi-num,
.hri1 .col-md-3:nth-child(7) .digi-num {
  min-height: auto;
}
.vendor-img {
  max-width: 730px;
  width: 100%;
  margin: 20px auto 40px;
}
.precheck-img {
  margin-bottom: 40px;
}
.res-ol {
  padding-left: 15px;
}
.green-brdr {
  border-bottom: 2px solid #74bf43;
  padding-bottom: 10px !important;
  margin-bottom: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.res-wrap h6 {
  padding-bottom: 15px;
}
.blue-bg {
  background-color: #0066aa;
  padding: 27px 36px;
}
.blue-bg h3 {
  color: #fff;
  font-size: 35px;
  line-height: 42px;
  font-family: ProximaNova-Bold;
}
.blue-bg {
  margin-bottom: 50px;
}
.sustainblechain-img {
  margin-top: 20px;
  margin-bottom: 40px;
}
.purp-bg {
  background-color: #6c3f98;
  padding: 35px 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.purp-bg .row {
  display: flex;
  align-items: center;
}
.purp-bg h1 {
  text-align: right;
  font-family: ProximaNova-Bold;
}
.due-diglence-wrap {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 40px;
}
.due-diglence {
  border: 1px solid #4d4d4f50;
  border-left: none;
  position: relative;
  padding: 40px 40px 40px 0px;
}
.due-diglence h5 {
  color: #6c3f98;
  font-size: 18px;
  line-height: 22px;
  font-family: ProximaNova-Bold;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -13px;
  padding-bottom: 0px;
  padding-right: 20px;
}
.due-diglence h3 {
  color: #4d4d4f;
  font-size: 24px;
  line-height: 32px;
  font-family: ProximaNova-Bold;
}
.due-diglence .row {
  display: flex;
  align-items: center;
}
.zincHalf h5 {
  font-size: 40px !important;
  line-height: 30px;
  color: #74bf43;
  position: relative;
}
.zincHalf h5 sub {
  bottom: 0;
  position: absolute;
  margin-left: 5px;
}
.zincHalf p {
  margin-bottom: 20px;
}
.zincHalf {
  display: flex;
  flex-wrap: wrap;
}
.zincHalf > div {
  width: 50%;
}
.byPro {
  max-width: 730px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 30px;
}
.measuresUn {
  background-color: #fff;
  padding: 24px;
  width: 100%;
  display: inline-block;
  margin-bottom: 35px;
}

.listNums span {
  background-color: #6c3f99;
  font-size: 46px !important;
  line-height: 56px;
  font-family: ProximaNova-Bold;
  padding: 10px 16px;
}
.listNums {
  display: flex;
  gap: 15px;
  align-items: center;
}
.listNums > h6 {
  color: #0066aa;
  margin-bottom: 0px;
}
.innerMeasures.onlyBor {
  border: 1px solid #6c3f99;
  border-right: 0px;
  margin-left: 78px;
}
.innerMeasures h6 {
  color: #6c3f99;
}
.innerMeasures.onlyBor {
  padding: 20px 0px 20px 20px;
}
.innerMeasures.onlyBor p {
  color: #4d4d4f;
  font-size: 18px;
  line-height: 22px;
  font-family: ProximaNova-Bold;
  border-bottom: 2px solid #808080;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.innerMeasures.onlyBor p:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.innerMeasures.onlyBor2 {
  background-color: #d4f3fc;
  padding: 20px;
  border: 1px solid #ff9027;
  border-left: 0px;
  min-height: 470px;
}
.innerMeasures.onlyBor2 p {
  color: #4d4d4f;
  font-size: 18px !important;
  line-height: 23px;
  border-bottom: 2px solid #ff9027;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.innerMeasures.onlyBor2 p:last-child {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}
.borderUnder {
  border: 1px solid #6c3f99;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(108, 63, 153);
  margin-left: 102px;
  display: inline-block;
  padding: 20px;
  min-height: 479px;
}
.borderUnder ul li {
  color: #4d4d4f;
}

.usDollar {
  background-color: #d4f3fc;
  padding: 20px;
  border: 1px solid #ff9027;
  min-height: 261px;
  max-width: 461px;
  position: absolute;
  right: 40px;
  bottom: 19px;
  width: 100%;
}
.posRel {
  position: relative;
}
.usDollar h5 {
  font-size: 40px !important;
  color: #0064af;
  position: relative;
}
.usDollar h5 sub {
  bottom: 0px;
  position: absolute;
  margin-left: 5px;
}
.usDollar p {
  color: #4e5055;
  padding: 0px;
}
.usDollar p span {
  display: block;
}

.waterRight {
  background-color: #b9e5fb;
  padding: 25px 18px;
  min-height: 103px;
  max-width: 425px;
  width: 100%;
  position: relative;
}
.waterCon {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.waterLeft {
  max-width: calc(100% - 425px);
  width: 100%;
}
.waterRight p {
  padding: 0px;
  color: #4d4d4f;
}
.waterRight::after {
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  bottom: 10px;
  width: 18px;
  height: 10px;
  background-color: #6fc247;
}
.waterCon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 14px;
  z-index: -9;
}
.chipAi {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 25px;
}
.impactAi span {
  font-size: 16px;
  color: #fff;
  background-color: #74bf43;
  padding: 3px 13px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: ProximaNova-Bold;
}
.impactAi h5 {
  color: #74bf43;
  font-size: 40px !important;
  line-height: 49px;
}
.impactAi {
  min-height: 140px;
}

.firstGraph h6.white {
  font-family: ProximaNova-Bold;
}
.grapImg {
  padding-bottom: 36px;
}
.grapImg img {
  padding-bottom: 14px;
}
.grapImg p {
  padding-bottom: 10px;
}
.firstGraph h6.pb20 {
  padding-bottom: 20px;
}
.firstGraph h6.pb15 {
  padding-bottom: 15px;
}
.row.refine {
  padding-top: 20px;
}
.jcbImg {
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
}
/* tbl */
.economicValueTable {
  padding-bottom: 30px;
  color: #ffffff;
}

.economicValueTable table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
}

.economicValueTable th,
.economicValueTable td {
  border-bottom: 1px solid #707070;
  padding: 12px 15px;
}

.economicValueTable thead th {
  border-bottom: 2px solid #74bf43;
  color: #ffffff;
  font-family: ProximaNova-Bold;
}

.economicValueTable .section-head td {
  font-weight: bold;
  padding-top: 25px;
  color: #ffffff;
  border: none;
}

.economicValueTable .bold-row td {
  font-family: ProximaNova-Bold;
}
.economicValueTable .bold-row td.green {
  border-bottom: 2px solid #74bf43;
}
.economicValueTable .highlight {
  color: #74bf43;
}
.firstGraph {
  padding-bottom: 20px;
}
/* prodtbl */
.productionTable {
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  padding-right: 10px;
}

.productionTable table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 16px;
  color: #333;
}
.firstGraph .row.tablerow {
  display: flex;
  margin-bottom: 40px;
}
.firstGraph .row.tablerow .col-md-6 {
  padding: 0;
}
.productionTable thead th {
  font-size: 15px !important;
  font-weight: bold;
  padding: 10px 12px;
  border-bottom: 2px solid #0071bc;
}
.firstGraph .row.tablerow .grapImg {
  background-color: #fff;
}

.productionTable tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #ccc;
}

.productionTable tbody tr:last-child td {
  border-bottom: 2px solid #0071bc;
}

.productionTable .indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 2px;
}

.productionTable .green {
  background-color: #7ac943;
}

.productionTable .blue {
  background-color: #00589e;
}
.productionTable .orange {
  background-color: #f7941d;
}
.productionTable .purple {
  background-color: #6c3f98;
}
.productionTable .highlight {
  color: #0071bc;
  font-weight: bold;
}
.indQr {
  background-color: #141f22;
}
.allQr a {
  color: #fff;
}
.watchBtn {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 24px;
  transition: background-color 0.3s ease;
  border: 1px solid #6fc247;
  font-family: ProximaNova-Bold;
}

.watchBtn:hover {
  background-color: #6fc247;
}

.qa-para20-btm {
  padding-bottom: 40px;
}
.gover-head {
  font-family: ProximaNova-Regular !important;
}
.allContents a {
  text-decoration: none;
  /* color: #fff; */
}

.capHead {
  background: #0064af;
  max-width: 115px;
  width: 100%;
  clip-path: polygon(0% 0%, 89% 0, 100% 52%, 89% 100%, 0% 100%);
  padding: 8px 0px 5px 8px;
}
.capHead h4 {
  font-size: 18px;
  color: #ffffff;
  font-family: ProximaNova-Bold;
}
.capinHead h4 {
  color: #fff;
  font-size: 18px;
  font-family: ProximaNova-Bold;
  padding-bottom: 15px;
}
.capLst ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.capLst ul li::marker {
  color: #0066aa;
}
.fontBld {
  font-family: ProximaNova-Bold;
}
.capFlx {
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 30px;
}
.capFlx h5 {
  font-size: 18px;
  color: #20bec6;
  font-family: ProximaNova-Bold;
  line-height: 22px;
}
.capFlx h5 span {
  display: block;
}
.lime {
  position: relative;
}
.lime::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 230px;
  background: none;
  left: 45px;
  top: 120px;
}
.secLine {
  position: relative;
  margin-bottom: 40px;
}
.secLine::after {
  content: "";
  position: absolute;
  background-color: #ffffffa8;
  width: calc(100% - 10%);
  height: 2px;
  right: 0;
  bottom: 0;
}
.pad40 {
  padding-top: 40px;
}
.capOur {
  max-width: 300px;
  width: 100%;
}
.capImg {
  margin: 40px 0 40px;
}
ul.subUl li::before {
  content: "";
  position: absolute;
  background: #74bf43;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  left: -17px;
  top: 7px;
}

ul.subUl li {
  position: relative;
}
ul.subUl {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 0px;
}
.liPbtm {
  padding-bottom: 0px;
}
.brdr {
  border-bottom: 1px solid #ffffffa8;
  margin-bottom: 40px;
}
.capwidth {
  max-width: 230px;
  width: 100%;
}
.bgGdrnt {
  margin: 20px 0 30px;
  padding: 20px;
  background: transparent linear-gradient(90deg, #0066aa 0%, #74bf43 100%) 0% 0%
  no-repeat padding-box;
}
.bgGdrnt h1 {
  font-size: 40px !important;
}
.bgGdrnt p {
  padding-bottom: 10px;
}
.bgGdrnt h1 span {
  font-size: 24px;
}
.mrgnBtm {
  padding-bottom: 50px;
}
.meetHe.pt30 p {
  padding-top: 30px;
}

.hblue-btn {
  display: none;
}
.header-vbtn {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
/* .header-vbtn:hover .hblue-btn
{
  display: block;
}
.header-vbtn:hover .hgreen-btn
{
  display: none;
} */
.ecotxt {
  background-color: #0066aa;
  padding: 17px 20px;
  visibility: hidden;
  width: 250px !important;
  height: auto !important;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 47px;
  left: 66px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ecotxt p {
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
}
.ham-icon {
  border-left: 1px solid #ffffff50;
  padding-left: 15px;
  cursor: pointer;
}
.rightmenu {
  padding-bottom: 5px;
}
.header-vbtn:hover .ecotxt {
  visibility: visible;
  opacity: 1;
}
.capinHead {
  margin-top: 25px;
}
.busHr hr {
  border-top: 1px solid;
  border-style: dashed;
}
.gap0 .blue-li-pop {
  gap: 0px;
  justify-content: space-between;
}
.noteP p {
  font-size: 14px;
  line-height: 22px;
}
.noteP p span {
  display: block;
}
.whiteBox {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}
.whiteBox div {
  background: #fff;
  width: 11px;
  height: 11px;
}
.fontbld p {
  font-family: ProximaNova-Bold;
}

.samaTxt h3 {
  color: #f7941d;
  font-size: 24px;
  font-family: ProximaNova-Bold;
  padding-bottom: 34px;
}
.samaTxt h5 {
  color: #74bf43;
  font-family: ProximaNova-Bold;
  font-size: 18px;
  padding-bottom: 15px;
}
.orngBox {
  background: #f7941d;
  margin-bottom: 20px;
}
.orngBox h4 {
  color: #fff;
  font-size: 18px !important;
  font-family: ProximaNova-Bold;
  padding-bottom: 0px;
  padding: 15px 0px 15px 25px;
}
.txtLine {
  border-left: 1px solid;
  border-bottom: 1px solid;
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 50px;
}
.keySocial {
  margin-bottom: 20px;
}
.keySocial h6 {
  background: #0066aa;
}
.fpc-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.fpc-table thead th {
  text-align: left;
  padding: 12px 0px 12px;
  border-bottom: 2px solid #6dc24b;
  border-top: 2px solid #6dc24b;
}

.fpc-table tbody td {
  padding: 12px 0px 12px;
  text-align: left;
  border-bottom: 1px solid #444;
}

.fpc-table tbody td:last-child {
  text-align: right;
}

.fpc-table tr:last-child td {
  border-bottom: none;
}
.fpc-table thead th:nth-child(2) {
  text-align: right;
}
.fpc-table tbody tr:nth-child(5) {
  border-bottom: 2px solid #6dc24b;
}
.ornghead h3 {
  color: #f7941d;
  font-size: 24px;
  font-family: ProximaNova-Bold;
  padding-bottom: 30px;
}
.samaTxtFlx {
  display: flex;
  align-items: center;
}
.samaTxtFlx .digi-num h4 {
  color: #f7941d;
}
.orange-clr {
  color: #f7941d;
}
.orngDigi h4 {
  color: #f7941d;
}
.zfaTxt h4 {
  color: #f7941d;
  font-family: ProximaNova-Bold;
  font-size: 24px;
}
.zfaTxt h4 span {
  display: block;
}
.purBox {
  background: #6c3f98;
  padding: 30px 30px 15px;
  margin-top: 30px;
}
.purBox h3 {
  font-size: 24px;
  font-family: ProximaNova-Bold;
  padding-bottom: 15px;
}
.svenImg {
  margin-bottom: 30px;
}
.commonSecMrgn {
  margin: 35px -15px 40px;
}
.mg0top {
  margin: 0 !important;
}
.health-atag a {
  text-decoration: none !important;
  color: #fff;
}
.pdmg0btm {
  padding-bottom: 0;
  margin-bottom: 0;
}
.pd-child0 {
  padding-bottom: 0 !important;
}
.box-number h5 {
  font-family: ProximaNova-Bold;
}
.busin-pd0 {
  padding-bottom: 0;
}
.econo-rupee {
  text-align: end;
}
.enviro-atag a {
  text-decoration: none;
  color: #fff;
}
.oper-footnote {
  text-align: end;
}
.bluearrow-rot img {
  transform: rotate(180deg);
}
.zinc-pd0 {
  padding-bottom: 0;
}
.orng-inline {
  color: #f7941d;
  display: inline-block !important;
}
.enviro-ul {
  gap: 0;
}
.enviro-ul li {
  min-width: 300px;
}
.enviro-ul li:nth-child(1),
.enviro-ul li:nth-child(2) {
  min-width: 200px;
}
.sport-part-li ul li span {
  display: block;
}

.sport-part-li {
  display: flex;
  gap: 60px;
}
.sport-partnsip {
  padding-left: 0px;
}
.sport-partnsip li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.sport-partnsip li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  background-color: #0066aa;
  width: 5px;
  height: 5px;
}
.lgtblue {
  color: #20bec6 !important;
}
.digigrn-clr h4 {
  color: #74bf43;
}
.govelgtblue h5 {
  color: #20bec6;
}
.digi-num.diginum-lgtblue h4 {
  color: #20bec6;
}
.invest-lgtblue h1 {
  color: #20bec6;
}
.globaldata-lgtblue h5 {
  color: #20bec6;
}
.impact-lgtblue h5 {
  color: #20bec6;
}
.digilgt h4 {
  color: #20bec6;
}
.samalgtblue h5 {
  color: #20bec6;
}
.goalBase.goallgtblue h6 {
  color: #20bec6;
}
.anktag a {
  text-decoration: none !important;
  color: #fff;
}
.lightcolor p.anch-clr a,
body.lightcolor,
body.lightcolor section.sitemap,
body.lightcolor section.sitemap a,
body.lightcolor .footer-wrap p,
body.lightcolor .case h6 a,
body.lightcolor .link-wrap p span,
body.lightcolor .threeBox .firstBox {
  color: #333;
}
body.lightcolor .footer-wrap {
  border-top: 1px solid #333 !important;
}
body.lightcolor .green-heading {
  border-bottom: 1px solid #333;
}
body.lightcolor .enviro-atag a,
body.lightcolor .readMore a,
body.lightcolor .allContents a,
body.lightcolor .health-atag a,
.anch-clr a,
body.lightcolor .anktag a {
  text-decoration: none;
  color: -webkit-link;
}
body.lightcolor hr {
  border-top: 1px solid #333;
}
body.lightcolor .dro {
  border: 1px solid #333;
}
body.lightcolor .dro1 h3 {
  background-color: #ebecf4;
}
body.lightcolor .f-area p {
  color: #fff;
}
body.lightcolor .mt-topic span,
body.lightcolor .allMats span,
body.lightcolor .squareRead a {
  color: #333;
  border: 1px solid #333;
}
body.lightcolor .stLinked span {
  color: #fff;
}
body.lightcolor .ourCorporate {
  border: 1px solid #333;
}
body.lightcolor .keyFeatures::after {
  background-color: #333;
}
body.lightcolor .keyFeatures h6 {
  border-right: 15px solid #ebecf4;
}
body.lightcolor .mip-table th {
  color: #333;
}
body.lightcolor .mip-table .green {
  color: #74bf43;
}
body.lightcolor .mip-table td {
  background-color: #ebecf4;
}
body.lightcolor .squareDots {
  background-color: #ebecf4;
  border-left: 10px solid #ebecf4;
}
body.lightcolor .investContent,
body.lightcolor .team-name {
  border-bottom: 1px solid #333;
}
body.lightcolor .economicValueTable td,
body.lightcolor .economicValueTable thead th {
  color: #333;
}
body.lightcolor .economicValueTable .highlight {
  color: #74bf43;
}
body.lightcolor .brdr-btm,
body.lightcolor .climateChange {
  border-bottom: 2px solid #333;
}
body.lightcolor .keySocial h6,
body.lightcolor .purBox h3,
body.lightcolor .purBox p {
  color: #fff;
}
body.lightcolor .ratingTbl table tbody tr td,
body.lightcolor .ratingTbl table thead tr th {
  color: #fff;
}
body.lightcolor .blueBox h6,
body.lightcolor .blueBox ul li {
  color: #fff;
}
body.lightcolor .themeContent {
  color: #fff;
}
body.lightcolor .dro h3,
body.lightcolor .runaya-logo {
  background-color: #ebecf4;
}

body.lightcolor .grn-clr {
  /* color: #74bf43 !important; */
}
body.lightcolor .busnies-lgtclr h1,
body.lightcolor .busnies-lgtclr p,
body.lightcolor .digi-lgtclr p {
  color: #fff;
}
body.lightcolor .govimg-lgtclr,
body.lightcolor .cscimg-lgtclr,
body.lightcolor .tsfimg-lgtclr {
  background-color: #333;
}
body.lightcolor .whitedot-lgtclr,
body.lightcolor .speaker-lgtclr,
body.lightcolor .qabannerimg-lgtclr,
body.lightcolor .whitebox-lgtclr {
  filter: invert(1);
}
body.lightcolor .info-lgtclr h5,
body.lightcolor .purpbg-lgtclr h5,
body.lightcolor .purpbg-lgtclr h1 {
  color: #fff;
}
body.lightcolor .listnums-lgtclr span {
  color: #fff;
}
body.lightcolor .cwzimg-lgtclr h3 {
  color: #fff;
}
body.lightcolor .bggreen-lgtclr,
body.lightcolor .indtier-lgtclr span {
  color: #fff;
}
body.lightcolor .reuse-lgtcolor {
  background-color: #333;
  border-radius: 13px;
}
body.lightcolor table.lifecycle-table {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.reclaim-ata a {
  color: #74bf43;
}
.readm-grn a {
  color: #74bf43;
}

table.lifecycle-table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.lifecycle-table tr td {
  font-family: ProximaNova-Regular;
  font-size: 20px;
  line-height: 24px;
  border-left: none;
  border-right: none;
  padding: 20px 12px;
}
.lifecycle-table th,
.lifecycle-table td {
  border: 1px solid #444;
  text-align: right;
}
.tblerowcol-rgt td:nth-child(2) {
  text-align: left;
}
.header-highlight {
  background: #e8f4e1;
  text-align: right;
  color: #4e5055;
}
tr.header-highlight td {
  font-family: ProximaNova-Bold;
}
.lifecycle-table tr.melted-row td:first-child {
  text-align: left;
}
.lifecycle-table tr.melted-row td {
  font-family: ProximaNova-Bold;
}
.lifecycle-table tr td {
  width: 17.5%;
}
.lifecycle-table tr th {
  font-family: ProximaNova-Regular;
  font-size: 20px;
  line-height: 24px;
  border-left: none;
  border-right: none;
  text-align: end;
  padding: 20px 12px;
}
.lifecycle-table tr th:first-child {
  text-align: left;
}
.lifecycle-table tr td.tblerow-title {
  font-family: ProximaNova-Bold;
  color: #0064af;
  text-align: left;
  background: #edfafe;
  width: 30%;
}
.lifecycle-table tr th span,
.lifecycle-table tr td span {
  display: block;
}
body.lightcolor .gradient-lgtclr li {
  color: #fff;
}
body.lightcolor .businessMdl ul li::before {
  background-color: #333;
}
body.lightcolor .purpclr {
  color: #6c3f99;
}
body.lightcolor .capinHead h4 {
  color: #6c3f99;
}
.lgtblue-spanblck span {
  color: #fff;
}
body.lightcolor .lgtblue-spanblck span {
  color: #333;
}
body.lightcolor .table-thlgtclr tr th {
  color: #fff;
}
body.lightcolor .readmorelgtclr a {
  color: #74bf43;
}
body.lightcolor .assur-lgtclr h6 {
  color: #fff;
}
body.lightcolor .readm-grn a {
  color: #74bf43;
}

.allHeads h3 {
  font-size: 40px;
  line-height: 45px;
  color: #74bf43;
  font-family: ProximaNova-Bold;
}
.mediumHeads h3 {
  font-size: 24px;
  line-height: 45px;
  color: #74bf43;
  font-family: ProximaNova-Bold;
}
.smallHeads h3 {
  font-size: 16px;
  line-height: 24px;
  color: #74bf43;
  font-family: ProximaNova-Bold;
}
.sustainableGrowth h3 {
  margin-bottom: 40px;
}
.indFound {
  border: 1px solid #fff;
  padding: 30px 60px 30px 30px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indFound h4 span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.indFound h4 {
  font-size: 24px !important;
  line-height: 30px;
  color: #74bf43;
  font-family: ProximaNova-Bold;
}
.indFound a {
  color: #ffffff;
  display: flex;
  gap: 8px;
  align-items: center;
}
.indFound:hover {
  background-color: #06a;
  border: 1px solid #06a;
  transition: 0.3s ease-in-out;
}
.sustainableGrowth {
  padding-top: 50px;
}
.leadingPractice {
  padding-bottom: 50px;
}
.scanCode {
  display: flex;
  gap: 0px 50px;
  padding: 50px;
  border: 1px solid #fff;
}
.scanCode p {
  padding-bottom: 0;
}
.interGrated img {
  width: auto;
}
.interGrated {
  margin-bottom: 60px;
}
.interGrated h4 {
  font-family: ProximaNova-Bold;
  margin-top: 15px;
}
.scanCode img {
  width: auto;
}
.scanCode h4 {
  font-family: ProximaNova-Bold;
  margin-top: 15px;
  margin-bottom: 8px;
}
.scanCode {
  max-width: 483px;
  width: 100%;
}
.ourReport h4 {
  font-family: ProximaNova-Bold;
  margin-bottom: 25px;
}
.caseStudy {
  padding: 50px 0px;
}
.caseStudy .allBtns a img {
  width: auto;
  display: inline;
}
.caseStudy .allBtns {
  display: flex;
}
.allHeads h3 span {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: ProximaNova-Regular;
}
.practiceTxt h3 {
  color: #fff;
}
.practiceTxt {
  text-align: center;
  max-width: 780px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 58px;
}
.caseContents h4 {
  font-size: 24px !important;
  line-height: 30px;
  color: #74bf43;
  font-family: ProximaNova-Bold;
  margin-bottom: 29px;
}
.caseContents h6 {
  font-size: 16px;
  line-height: 22px;
  color: #f7941d;
  font-family: ProximaNova-Bold;
  margin-bottom: 10px;
}
.caseContents p {
  padding-bottom: 30px;
}
.caseStudy h3 {
  margin-bottom: 30px;
}
.caseCounter .big {
  font-size: 24px;
  color: #74bf43;
  font-family: ProximaNova-Bold;
  line-height: 30px;
}
.caseContents {
  max-width: 506px;
  width: 100%;
}
.caseCounter .small {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-family: ProximaNova-Bold;
}
/**/
.slider-counter {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 505px;
  width: 100%;
  position: absolute;
  right: 64px;
  bottom: 30px;
  z-index: 999;
}
.arrow {
  width: 40px;
  height: 40px;
}
.arrow img {
  width: 100%;
  cursor: pointer;
}
.arrow.arrow-left {
  transform: rotate(-180deg);
}
.counter {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #8d8d8d;
}
.current {
  font-size: 24px;
  font-weight: bold;
  color: #4caf50;
}
.total {
  font-size: 12px;
  font-weight: bold;
}
.line {
  flex: 1;
  height: 2px;
  background-color: #8d8d8d;
}
.allBtns a {
  color: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
}
.valorWomen {
  display: flex;
}
.valorWomen > div {
  width: 50%;
  background-color: #0066aa;
}
.gapVal {
  padding: 30px 29px;
}
.gapVal h5 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: ProximaNova-Bold;
}
.gapVal p {
  font-size: 16px;
  line-height: 19px;
}
.squareBox {
  display: flex;
  gap: 3px;
}
.squareBox span {
  width: 11px;
  height: 11px;
  background-color: #fff;
}
.homebody .media-player {
  align-items: start;
  padding: 10px 0px;
}
.onGround {
  padding: 50px 0px;
}
.onGround .allBtns {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.srewardingInd {
  border: 1px solid #74bf43;
  margin-bottom: 30px;
  min-height: 398px;
}
.innerCont {
  padding: 30px;
}
.innerCont h4 span {
  display: block;
  font-size: 14px !important;
  line-height: 22px;
  font-family: ProximaNova-Regular;
}
.innerCont h4 {
  font-size: 20px !important;
  line-height: 22px;
  font-family: ProximaNova-Bold;
  margin-bottom: 25px;
  min-height: 66px;
}
.progressingOur {
  padding: 170px 0px;
}
.esgHind {
  padding-top: 50px;
}
.progressingOur .row,
.esgHind .esgHindInner {
  display: flex;
  align-items: center;
}
.esgHindInner {
  border: 1px solid #74bf43;
  padding-left: 45px;
}
.esgHindInner .col-md-6 {
  padding: 0px;
}
.proContents h3 {
  margin-bottom: 10px;
}
.theYears {
  padding: 50px 0px 15px 0px;
}
.esgWidth {
  max-width: 450px;
  width: 100%;
}
.esgWidth2 {
  max-width: 499px;
  width: 100%;
}
.indSmart {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-bottom: 70px;
}
.indSmart > div {
  width: 33.33%;
}
.excellenceDrivers h3 {
  text-align: center;
  margin-bottom: 40px;
}
.excellenceDrivers {
  padding-top: 40px;
}
.indSmart h4 {
  font-size: 24px !important;
  line-height: 30px;
  font-family: ProximaNova-Bold;
  margin-bottom: 20px;
}

.indSmart p {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px !important;
  line-height: 22px;
  font-family: ProximaNova-Bold;
}

.largeScale {
  background: transparent linear-gradient(238deg, #74bf43 0%, #0066aa 100%) 0%
  0% no-repeat padding-box;
  padding: 30px;
  margin-bottom: 30px;
}
.investmentCase h3 {
  margin-bottom: 38px;
  text-align: center;
}
.investmentCase {
  padding: 118px 0px 62px 0px;
}
.largeScale span {
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #06a;
  font-size: 24px !important;
  font-family: ProximaNova-Bold;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.largeScale p {
  font-size: 20px !important;
  font-family: ProximaNova-Bold;
  line-height: 25px;
  min-height: 70px;
}
.investCase1 .largeScale p {
  min-height: 95px;
}
.indQuicks a {
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
  font-family: ProximaNova-Bold;
  width: 100%;
  justify-content: space-between;
}
.allCon {
  display: flex;
  justify-content: space-between;
}
.indQuicks {
  margin-bottom: 40px;
  position: relative;
}
.borBottm::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0px;
  background-color: #fff;
  height: 1px;
}
.allCon > div:nth-child(1) {
  width: 35%;
}
.allCon > div:nth-child(2) {
  width: 40%;
}
.allCon > div:nth-child(3) {
  width: 25%;
}
.allCon > div:nth-child(2) .indQuicks {
  padding: 0px 80px;
}
.rightBor::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -40px;
  width: 1px;
  height: 117px;
  background-color: #fff;
}
.rightBor1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 38px;
  width: 1px;
  height: 117px;
  background-color: #fff;
}
.indMsgPerson {
  position: relative;
  margin-top: 152px;
  width: 100%;
  display: inline-block;
}
.mserImg {
  position: absolute;
  bottom: 85px;
}
.mLeft {
  margin-left: 80px;
}
.gradBg {
  max-width: 100%;
  width: 100%;
  background: transparent linear-gradient(250deg, #74bf43 0%, #0066aa 100%) 0%
  0% no-repeat padding-box;
  padding: 32px 40px 32px 40px;
  display: inline-block;
  height: 430px;
}
.topHeads {
  max-width: 56%;
  width: 100%;
  float: right;
  margin-bottom: 38px;
}
.centerBox {
  display: flex;
  justify-content: end;
}
.centerBox2 {
  display: flex;
  justify-content: end;
  padding-right: 20px;
}
.bgContents {
  max-width: 473px;
  width: 100%;
}
.rightName {
  display: flex;
  justify-content: end;
  float: right;
}
.lefttName {
  display: flex;
  justify-content: start;
  float: left;
}
.bgContents h6 {
  font-family: ProximaNova-Bold;
  margin-bottom: 25px;
}
.bgContents p {
  font-size: 24px !important;
  line-height: 30px;
  font-family: ProximaNova-Bold;
  margin-top: 10px;
}
.mt30 {
  margin-top: 0px;
}
.mRight {
  margin-right: 80px;
}
.middleMsg .mserImg {
  right: 0px;
}
.middleMsg .topHeads {
  float: left;
}
.thirdMsg .topHeads {
  max-width: 56%;
}
.thirdMsg .bgContents {
  max-width: 494px;
  height: 360px;
  display: flex;
  align-items: center;
}
.middleMsg .bgContents {
  height: 360px;
  display: flex;
  align-items: center;
}
.thirdMsg .gradBg {
  padding: 32px 100px 32px 40px;
}
.firstMsg .gradBg {
  padding: 32px 120px 32px 40px;
}

.businessSnap h3 {
  text-align: center;
  margin-bottom: 25px;
}
.innerBusiness {
  max-width: 730px;
  margin: 0px auto;
  display: block;
  margin-bottom: 30px;
}
.smallHeads {
  font-size: 16px;
  line-height: 22px;
  color: #74bf43;
  font-family: ProximaNova-Bold;
  margin-bottom: 15px;
}
.ourOperations {
  padding-bottom: 50px;
}
.expBox {
  background-image: url("../images/homepage/our-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 47px;
  margin-bottom: 10px;
}
.expBox h4 {
  font-size: 20px !important;
  line-height: 24px;
  font-family: ProximaNova-Bold;
  text-align: center;
}
.expBox h4 span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-family: ProximaNova-Regular;
}
.explorationMin h3 sub {
  bottom: 20px;
  position: absolute;
  margin-left: 5px;
}
.explorationMin h3 {
  position: relative;
  margin-bottom: 30px;
}
.appInner {
  position: relative;
  margin-bottom: 30px;
}
.insideHover h3 {
  position: relative;
  margin-bottom: 20px;
}
.insideHover h3 sub {
  bottom: 25px;
  position: absolute;
  font-size: 24px;
  line-height: 30px;
  margin-left: 5px;
}
.insideHover h3 {
  display: none;
}
.insideHover {
  background-color: #0066aa;
  padding: 7px 16px;
  position: absolute;
  top: 1px;
  left: 1px;
  width: fit-content;
  height: auto;
  padding: 7px 16px;
}
.insideHover h5 {
  font-size: 16px !important;
  line-height: 22px;
}
.appInner.active .insideHover {
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 20px 76px;
  left: 0px;
  border: 2px solid #74bf43;
}

.appInner.active .insideHover h3 {
  display: block;
}
.allPublic {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-right: 30px;
}
.govIndia {
  position: relative;
  margin-bottom: 90px;
}
.govIndia::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -58px;
  width: 1px;
  height: 45px;
  background-color: #fff;
  right: 0px;
  margin: 0px auto;
}
.shareholdingBox {
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 25px;
  text-align: center;
  margin-bottom: 22px;
}
.hzlBox {
  background: transparent linear-gradient(250deg, #74bf43 0%, #0066aa 100%) 0%
  0% no-repeat padding-box;
  padding: 63px 36px;
  margin: 15px auto;
  max-width: 171px;
  height: 167px;
}
.innerShare h6 {
  color: #f7941d;
  font-family: ProximaNova-Bold;
}
.shareholdingBox::after {
  content: "";
  display: block;
  position: absolute;
  right: -45px;
  top: 37%;
  bottom: 0px;
  width: 90px;
  height: 90px;
  background-color: #162124;
}
.shareholdingBox::before {
  content: "";
  display: block;
  position: absolute;
  left: -45px;
  top: 37%;
  bottom: 0px;
  width: 90px;
  height: 90px;
  background-color: #162124;
}
.allVzf {
  display: flex;
  gap: 43px;
  position: relative;
  margin-bottom: 15px;
  padding: 0px 32px;
}
.hzaplImg {
  margin-bottom: 35px;
}
.groupStructure {
  padding-bottom: 70px;
}
.allVzf::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
  background-color: #74bf43;
  height: 317px;
  z-index: -9;
  left: 0px;
  right: 0px;
}
.lineEng p {
  position: relative;
  padding-left: 20px;
  padding-bottom: 0px;
  line-height: 45px;
  width: fit-content;
  margin: 0px auto;
  margin-bottom: 20px;
}
.lineEng p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 45px;
  background-color: #fff;
  margin: 0px auto;
}
.topEngaged {
  max-width: 174px;
  width: 100%;
  margin-bottom: 17px;
}
.topEngaged img {
  width: 100%;
}
.indVdf {
  width: 20%;
}
.indVdf h6 {
  color: #4d4d4f;
  font-size: 16px !important;
  line-height: 22px;
  font-family: ProximaNova-Bold;
  margin-bottom: 10px;
}
.indVdf p {
  padding-bottom: 0;
}
.aboutHindustan {
  padding: 95px;
}
.aboutHindustan .row {
  display: flex;
  align-items: center;
}
.abooutInside h3 {
  max-width: 380px;
  width: 100%;
  margin-bottom: 10px;
}
.abooutInside {
  max-width: 488px;
  width: 100%;
}
.indLinks {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.indLinks a {
  color: #f7941d;
  width: 50%;
  display: block;
  position: relative;
}
.indLinks a:nth-child(1),
.indLinks a:nth-child(2) {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.indLinks a:nth-child(1) {
  padding-right: 32px;
  position: relative;
}
.indLinks a:nth-child(2),
.indLinks a:nth-child(4) {
  padding-left: 32px;
}
.indLinks a:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 0px;
  background-color: #333;
  width: 1px;
  height: 120px;
}
.topInner {
  max-width: 488px;
  width: 100%;
  margin-top: 105px;
}
.topInner h3 {
  margin-bottom: 12px;
}
.topBanner {
  position: relative;
  height: 100vh;
  align-items: center;
  display: flex;
  z-index: 5;
  overflow: hidden;
}
.bannerCnteral1 {
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.capsImg {
  position: fixed;
  top: 95px;
  z-index: 9;
}
.bannerCnteral2 {
  position: absolute;
  z-index: 8;
  transform: translateY(100%);
  left: 0px;
  right: 0px;
  background-color: #162124;
  height: 100vh;
  display: flex;
  align-items: center;
}
.widgetAsk {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  color: #000;
  max-width: 480px;
  width: 100%;
  position: relative;
}
.widgetAsk textarea {
  background-color: #fff;
  color: #4d4d4f;
  border: none;
  resize: none;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  border-radius: 25px;
  padding: 7px 98px;
  font-family: ProximaNova-Regular;
  outline: 0;
}
.actionsAsk {
  display: flex;
  margin-left: 0;
  position: absolute;
  right: 20px;
}
.actionsAsk button {
  width: 35px;
  height: 35px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.askZinkys {
  margin-top: 206px;
  margin-left: 61px;
}
.thisMomentum {
  padding-top: 90px;
}
.iconAi img {
  width: 100%;
}
.iconAi {
  position: absolute;
  left: 20px;
  width: 64px;
  top: -10px;
}
.zSize {
  max-width: 458px;
  width: 100%;
  margin: 0px auto;
  margin-top: 50px;
}
.chatAiLink {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 9999;
}
.plainLink {
  position: fixed;
  left: 51px;
  bottom: 90px;
  z-index: 9999;
}
.momentumSlider {
  margin-top: 30px;
}
.productionIns h4 {
  color: #f7941d;
  font-family: ProximaNova-Bold;
  margin-bottom: 20px;
}
.productionIns {
  border: 1px solid #fff;
  padding: 20px 33px 0px 33px;
  margin-bottom: 20px;
  min-height: 166px;
}
.minedMental {
  display: flex;
}
.minedMental h5 {
  color: #74bf43;
  font-family: ProximaNova-Bold;
  font-size: 24px;
  line-height: 29px;
}
.minedMental h3 {
  position: relative;
}
.minedMental h3 sub {
  position: absolute;
  bottom: -5px;
  font-size: 24px;
  margin-left: 15px;
}
.momentumSlider.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: visible !important;
  -webkit-transform: translate3d(0, 0, 0);
}
.momentumSlider.owl-carousel .owl-stage {
  padding-left: 0px !important;
}
.itemGaps {
  gap: 81px;
}
.itemGaps1 {
  gap: 50px;
}
.fullUs > div {
  width: 100%;
}
.recordInd1 {
  width: 624px;
}
.recordInd2 {
  width: 466px;
}
.recordInd3 {
  width: 624px;
}
.recordInd4 {
  width: 466px;
}
.recordInd5 {
  width: 1110px;
}
.productionIns.otherH {
  min-height: 354px;
}
.minedMental.itemGaps3 > div {
  width: 50%;
}
.halfWi > div {
  width: 50%;
}
.halfWi {
  gap: 50px;
}
.otherH h5 {
  margin-top: 40px;
}
.halfWi > div {
  width: 50%;
  gap: 50px;
}
.mt40 {
  margin-top: 40px;
}
body.homebody,
html.homepage {
  overflow-x: hidden !important;
}
.momentumSlider.owl-theme .owl-dots .owl-dot.active span,
.momentumSlider.owl-theme .owl-dots .owl-dot:hover span {
  background: #74bf43;
}
/*slider arrow*/
/* .momentumSlider .owl-nav button.owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -5px;
  margin: auto;
  right: 30px;
  background-image: url("../images/homepage/right-arrow-black.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */

/* .momentumSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -5px;
  margin: auto;
  right: 75px;
  opacity: 1;
  background-image: url("../images/homepage/left-arrow-black.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */
.momentumSlider.owl-theme .owl-nav .owl-prev:hover,
.momentumSlider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
}

/**/
.minedMental p {
  display: flex;
  gap: 5px;
}
.minedMental p img {
  width: auto !important;
}
.interGrated .mt50 {
  margin-top: 60px !important;
}

.forBtmB {
  display: inline-block;
  width: 100%;
  position: relative;
}
.forBtmB::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #fff;
  margin: 0px auto;
  bottom: 13px;
}
.scanCode {
  float: right;
}
.usdollarspn h5 span {
  font-family: ProximaNova-Regular;
}
.allBtns a img,
.indFound a img {
  width: 26px !important;
}
.allBtns a:hover img,
.indFound a:hover img,
.indQuicks a:hover img {
  background-color: #fff;
  border-radius: 50%;
  transform: rotate(-45deg);
}

/**/
.my-sidenav1 {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999999;
  max-width: 100%;
  width: 100%;
  background: transparent linear-gradient(90deg, #0095d9 0%, #50bc80 100%) 0% 0%
  no-repeat padding-box;
  height: 100%;
  border-top: 1px solid #fff;
}
.my-sidenav1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 111px;
  height: 111px;
  background-image: url(../images/box-line-white.svg);
  background-repeat: no-repeat;
}
.my-sidenav1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 154px;
  height: 154px;
  background-image: url(../images/esg-yellow-bax-line.svg);
  background-repeat: no-repeat;
}
.my-sidenav1 .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.closebtn {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 9;
}
.closebtn p {
  font-size: 24px;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #fff;
}
.closebtn p:hover {
  cursor: pointer;
}
.my-sidenav1 .container .row {
  width: 100%;
}
.hoverImg {
  display: none;
}
.actionsAsk button:hover .hoverImg {
  display: block;
}
.actionsAsk button:hover .nonHover {
  display: none;
}
/**/
/* Custom Modal Styles */
.custom-modal .modal-content {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: #fff;
  border-radius: 20px;
  border: none;
  text-align: center;
  padding: 20px;
}

.custom-modal .modal-header {
  border-bottom: none;
}

.custom-modal .modal-footer {
  border-top: none;
}

.custom-modal .btn-close {
  filter: invert(1);
}

.custom-btn {
  background-color: #2575fc;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
}

.custom-btn:hover {
  background-color: #6a11cb;
}
/* Modal Overlay */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show modal */
.modal.show {
  display: flex;
  opacity: 1;
}

/* Modal Content */
.modal-content {
  background-color: #080d0e;
  padding: 0;
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  animation: fadeInUp 0.3s ease;
  position: relative;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  z-index: 999;
}

/* Animation */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/**/
.my-sidenav1 {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999999;
  max-width: 100%;
  width: 100%;
  background: #162124;
  height: 100%;
  border-top: 1px solid #fff;
}
.my-sidenav1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 111px;
  height: 111px;
  background-image: url(../images/box-line-white.svg);
  background-repeat: no-repeat;
}
.my-sidenav1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 154px;
  height: 154px;
  background-image: url(../images/esg-yellow-bax-line.svg);
  background-repeat: no-repeat;
}
.my-sidenav1 .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.closebtn {
  position: absolute;
  top: 20px;
  right: 89px;
  z-index: 9;
}
.closebtn p {
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 14px !important;
  line-height: 12px;
  display: flex;
  gap: 10px;
}
.closebtn p span {
  font-size: 16px !important;
  color: #74bf43;
  font-family: ProximaNova-Bold;
}
.closebtn p:hover {
  cursor: pointer;
}
.my-sidenav1 .container .row {
  width: 100%;
}
.LeftSideBarMenu #tabs-nav li a {
  color: #ffffff;
  font-size: 20px !important;
  font-family: ProximaNova-Bold;
  padding-bottom: 0px;
  line-height: 25px;
}
.LeftSideBarMenu {
  border-right: 1px solid #fff;
}
.LeftSideBarMenu #tabs-nav li {
  padding-bottom: 30px;
  padding-right: 60px;
}
.LeftSideBarMenu #tabs-nav li.active a {
  border-bottom: 0px solid #fff;
  color: #74bf43;
}
.menuLists ul {
  list-style: none;
  padding-left: 15px;
}
.menuLists ul li {
  padding-bottom: 15px;
}
.menuLists ul li a {
  color: #fff;
  font-size: 18px;
  font-size: 16px !important;
  line-height: 22px;
  color: #fff;
}
.menuLists ul li a:hover {
  color: #74bf43;
}
.menuImgs {
  max-width: 304px;
  width: 100%;
  float: right;
}

/*.tab-content > .active {
  display: block;
}*/

.numLarge {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 28px;
}
.numLarge span {
  width: 65px;
  height: 62px;
  background-color: #0066aa;
  text-align: center;
  line-height: 62px;
  font-size: 24px !important;
  font-family: ProximaNova-Bold;
}
.numLarge p {
  background-color: #74bf43;
  padding: 0px 15px;
  height: 62px;
  display: flex;
  align-items: center;
  font-size: 24px !important;
  line-height: 29px;
  font-family: ProximaNova-Bold;
  width: calc(100% - 65px);
}

.allLarge h6 {
  color: #74bf43;
  font-family: ProximaNova-Bold;
  margin-bottom: 16px;
}
.allLarge ul {
  padding-left: 0px;
  list-style: none;
  margin: 0px;
  margin-bottom: 10px;
}
.allLarge ul li {
  padding-bottom: 15px;
}
.allLarge ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #06a;
}
.allLarge ul li {
  position: relative;
  padding-left: 15px;
}
.innerModal {
  width: 100%;
  margin: 0px auto;
  border: 1px solid #fff;
  padding: 72px 15px 30px 15px;
  height: 592px;
}
.scroll-text-new {
  overflow-y: scroll;
}
.scroll-text-new::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #ffffff;
}

.scroll-text-new::-webkit-scrollbar {
  width: 4px;
  background-color: #ffffff;
}

.scroll-text-new::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #074386;
}

.sidebar::-webkit-scrollbar {
  display: none;
}
.mintYears h3 {
  font-size: 40px;
  line-height: 45px;
  color: #74bf43;
  font-family: ProximaNova-Bold;
  position: relative;
}
.mintYears h3 span {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: ProximaNova-Regular;
}
.mintYears h3 sub {
  position: absolute;
  bottom: 0px;
  margin-left: 5px;
  font-size: 24px;
}
.mintYears {
  margin-bottom: 30px;
}
/*slider arrow*/
.investmentCaseSlider .owl-nav button.owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  /* bottom: -5px; */
  top: 0;
  margin: auto;
  right: 30px;
  background-image: url("../images/homepage/right-arrow-black.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.investmentCaseSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  /* bottom: -5px; */
  top: 0;
  margin: auto;
  right: 75px;
  opacity: 1;
  background-image: url("../images/homepage/right-arrow-black.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
.investmentCaseSlider.owl-theme .owl-nav .owl-prev:hover,
.investmentCaseSlider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
/**/
.lightcolor .indFound a,
.lightcolor .caseCounter .small,
.lightcolor .allHeads h3 span,
.lightcolor .allBtns a,
.lightcolor .indQuicks a,
.lightcolor .practiceTxt h3,
.lightcolor .indFound h4 span {
  color: #333;
}
.lightcolor .productionIns,
.lightcolor .scanCode,
.lightcolor .indFound,
.lightcolor .shareholdingBox {
  border: 1px solid #333;
}
.lightcolor .govIndia::after,
.lightcolor .lineEng p::after,
.lightcolor .forBtmB::after {
  background-color: #333;
}
.lightcolor .shareholdingBox::before,
.lightcolor .shareholdingBox::after {
  background-color: #ebecf4;
}
.lightcolor .projectsIns h5,
.lightcolor .allLarge p,
.lightcolor .mintYears span,
.lightcolor .numLarge span,
.lightcolor .bgContents .allBtns a,
.lightcolor .bgContents h6,
.lightcolor .bgContents p,
.lightcolor .allLarge ul li,
.lightcolor .largeScale .allBtns a,
.lightcolor .largeScale p,
.lightcolor .insideHover h3 span,
.lightcolor .expBox h4,
.lightcolor .insideHover h5,
.lightcolor .insideHover .allHeads h3 span,
.lightcolor .gapVal p,
.lightcolor .gapVal h5 {
  color: #fff;
}
.investmentCaseSlider.owl-carousel .owl-item img {
  width: auto !important;
}

/**/
#tabs-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.tab-content {
  display: none;
}
.straticTbl thead tr th {
  border-bottom: 2px solid #74bf43;
  padding: 15px 0px;
  color: #fff;
  text-align: left;
  font-family: ProximaNova-Bold;
}
.straticTbl thead tr th:nth-child(1) {
  border-bottom: 0px solid #333;
}
.straticTbl tbody tr td {
  padding: 15px 0px;
}
.wayForward h6 {
  color: #fff;
  margin-left: 80px;
}
.straticTbl tbody tr td:nth-child(1) h6 {
  width: 40px;
  height: 100px;
  background-color: #f7941d;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  color: #fff;
  font-size: 18px;
  transform: rotate(180deg);
  font-family: ProximaNova-Bold;
}
.straticTbl thead tr th:nth-child(1) {
  width: 80px;
}
.straticTbl tbody tr:nth-child(1) td:nth-child(1),
.straticTbl tbody tr:nth-child(2) td:nth-child(1),
.straticTbl tbody tr:nth-child(3) td:nth-child(1) {
  border-bottom: 0px solid #333;
}
.straticTbl tbody tr:nth-child(1) td,
.straticTbl tbody tr:nth-child(2) td,
.straticTbl tbody tr:nth-child(3) td {
  border-bottom: 2px solid #74bf43;
}
.straticTbl tbody tr:last-child td {
  border-bottom: 0px;
}
.straticTbl h6 {
  margin-bottom: 0px;
}

.projectBox {
  background: transparent linear-gradient(259deg, #74bf43 0%, #0066aa 100%) 0%
  0% no-repeat padding-box;
  display: inline-block;
  width: 100%;
  margin: 30px auto 0px auto;
  padding: 40px 65px;
  text-align: center;
}
.projectBox img {
  display: block;
  margin: 0px auto;
  margin-bottom: 25px;
}
.projectsIns h5 {
  font-size: 20px;
  line-height: 25px;
  font-family: ProximaNova-Bold;
}
.allLarge ul li ul {
  margin-top: 15px;
}
.allLarge ul li ul li::after {
  background-color: #6cb94a;
}
h6.clr_white {
  color: #fff;
}
p.smallText {
  font-size: 14px !important;
}
.allReads a {
  display: flex;
  gap: 10px;
  color: #74bf43;
}
.allReads a span {
  font-size: 14px !important;
}
body.lightcolor .waterCon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  bottom: 14px;
  z-index: -9;
}
.arrow-grncl p a {
  text-decoration: none;
  color: #74bf43;
}
body.lightcolor .mip-table .subtext {
  color: #333;
}
.ornghead .lgtblue,
.orngDigi .lgtblue {
  color: #20bec6;
}
.menuLists ul li a {
  display: flex;
  justify-content: space-between;
}
p.anch-clr a {
  color: #fff;
}
.toolbar {
  position: fixed;
  left: 15px;
  bottom: 85px;
  z-index: 99;
}
.toolbar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}
.toolbar ul li {
  display: table-row;
  margin-bottom: 5px;
  position: relative;
}
.toolbar li a span {
  display: none;
  font-size: 12px;
  color: #0b4092;
  line-height: 18px;
  font-family: ProximaNova-Bold;
}
.toolbar li a {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #66b821;
  padding: 5px;
  margin: 5px 0px 0px;
  float: left;
}
.toolbar li:hover a {
  transition: ease all 0.5s;
  width: auto;
  border-radius: 25px;
  padding: 5px 15px;
}
.toolbar li:hover a span {
  display: block;
  padding-right: 10px;
}
.toolbar li a img {
  margin: auto;
}
.quickli:hover ul li span {
  display: none;
}
.quickli:hover ul li:hover a {
  transition: ease all 0.5s;
  width: auto;
  border-radius: 25px;
  padding: 5px 15px;
}
.quickli:hover ul li a {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #66b821;
  padding: 5px;
  margin: 5px 0px 0px;
  float: left;
}
.quickli:hover ul li:hover a span {
  display: block;
  padding-right: 10px;
}
.quickli:hover ul {
  display: block;
}
.quickli ul {
  display: none;
}
.toolbar1 {
  right: 15px;
  left: auto;
  bottom: 0;
}
.lightcolor .bannerCnteral2 {
  background-color: #ebecf4;
}
/*-----Owlcarousel-----*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
  padding-top: 51px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.lightcolor .rightBor::before,
.lightcolor .borBottm::after,
.lightcolor .rightBor1::before {
  background-color: #333;
}
.lightcolor #toggle-btn a span {
  color: #333;
}
.lightcolor .header-logo .t-black {
  display: block;
}
.lightcolor .header-logo .t-white {
  display: none;
}
.lightcolor .header-wrap {
  border-bottom: 1px solid #333;
}
.rightmenu .darkHam {
  display: block;
}
.lightcolor .rightmenu .darkHam {
  display: none;
}
.rightmenu .lightHam {
  display: none;
}
.lightcolor .rightmenu .lightHam {
  display: block;
}
.lightcolor .indFound a:hover {
  color: #fff;
}
.lightcolor .indFound:hover a,
.lightcolor .indFound:hover h4 span {
  color: #fff;
}
.lightcolor .my-sidenav1 {
  background: #ebecf4;
}
.lightcolor .LeftSideBarMenu #tabs-nav li a {
  color: #333;
}
.lightcolor .LeftSideBarMenu {
  border-right: 1px solid #333;
}
.lightcolor .closebtn p {
  color: #333;
  border: 1px solid #333;
}
.lightcolor .LeftSideBarMenu #tabs-nav li.active a {
  color: #74bf43;
}
.actionsAsk a {
  background-color: #66b821;
  padding: 6px 15px;
  color: #fff;
  position: relative;
}
.actionsAsk a::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  border-top: 15px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 13px solid #66b821;
}
.lightcolor .menuLists ul li a {
  color: #333;
}
.lightcolor .menuLists ul li a:hover {
  color: #74bf43;
}
.digiatag p a {
  color: #fff;
}
.lightcolor .digiatag p a {
  color: blue;
}

.digithreeBox {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
}
.digithreeBox h6 {
  padding-bottom: 0;
}
.digithreeBox .firstBox {
  border: 1px solid #74bf43;
  color: #fff;
  max-width: 260px;
  width: 100%;
  text-align: center;
  padding: 3px 3px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: block;
  font-family: ProximaNova-Bold;
}
.digithreeBox .firstBox:hover,
.digithreeBox .firstBox.active {
  background-color: #74bf43;
  color: #fff;
}
.digithreeBox.sixBox .firstBox {
  max-width: 350px;
  width: 100%;
  padding: 5px;
}
body.lightcolor .digithreeBox .firstBox {
  color: #333;
}
ul.homes2sublist {
  margin-bottom: 0 !important;
}
ul.homes2sublist li {
  padding-bottom: 0 !important;
}
ul.fy30spn li span {
  display: block;
}
.intergrated-atag a {
  color: #fff;
}
.lightcolor .intergrated-atag a {
  color: #333;
}

.lightcolor .modal {
  background-color: rgba(235, 236, 244, 0.6);
}
.lightcolor .modal-content {
  background-color: #ebecf4;
}
.lightcolor .enviro-atag a,
.lightcolor .straticTbl thead tr th,
.lightcolor .allLarge ul li,
.lightcolor .mintYears span,
.lightcolor .allLarge p,
.lightcolor h6.clr_white,
.lightcolor .wayForward h6 {
  color: #333;
}
.lightcolor .innerModal {
  border: 1px solid #333;
}
.relatedPage ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.relatedPage ul li a {
  color: #fff;
  border: 1px solid #74bf43;
  padding: 6px 20px;
  font-size: 18px !important;
  line-height: 23px;
  font-family: ProximaNova-Bold;
}
.relatedPage {
  margin-top: 30px;
}
.relatedPage ul li a:hover {
  background-color: #74bf43;
}
.consistentAi p {
  min-height: 107px;
}
.hydroLurgy {
  border-right: 1px solid #fff;
  padding-right: 20px;
  min-height: 320px;
  margin-bottom: 20px;
}
.hydroLurgy.nobrd {
  border-right: none;
}
body.lightcolor .hydroLurgy {
  border-right: 1px solid #333;
}
.qalistpd {
  padding-left: 30px;
}
.corporateTxt ul li {
  list-style: none;
  font-size: 18px;
}
.nableimg {
  display: none;
}
body.lightcolor .nableimg {
  display: block;
}
body.lightcolor .nableimg1 {
  display: none;
}
ul.aarohanlist {
  gap: 50px;
}
ul.aarohanlist li {
  max-width: 233px;
  width: 100%;
}
.programme1min {
  min-height: 108px;
}
.programme2min {
  min-height: 327px;
}
.programme4min {
  min-height: 86px;
}
.programme5min {
  min-height: 151px;
}
.programme6min {
  min-height: 149px;
}
.programme7min,
.programme9min {
  min-height: 106px;
}
.programme8min {
  min-height: 190px;
}
.programme10min {
  min-height: 287px;
}
.programme11min {
  min-height: 188px;
}
.goveratag a {
  color: #fff;
}
.lastdiv-btn {
  display: flex;
  gap: 40px;
}
.theyearh1lgt h1 {
  color: #20bec6;
}
.lightcolor .relatedPage ul li a {
  color: #333;
}
.lightcolor .relatedPage ul li a:hover {
  color: #fff;
}
.s2subdivbrd {
  border: 2px solid #74bf43;
  padding: 20px 20px 0 20px;
  margin-right: 1px;
  margin-bottom: 10px;
}
.watchhome {
  margin-top: 10px;
}
.awrdmt0 {
  margin-bottom: 20px;
}
.appro-content h2 {
  color: #20bec6;
  padding-bottom: 30px;
  font-family: ProximaNova-Bold;
  font-size: 35px;
  line-height: 42px;
}
.appro-txt h6{
  padding-bottom: 15px;
  font-family: ProximaNova-Bold;
  font-size: 18px;
  line-height: 26px;
  color: #20BEC6;
}
.appro-txt .mt20{
  margin-top: 20px;
}
.appro-txt p{
  font-family: ProximaNova-Regular;
  padding-bottom: 20px;
}
ul.approch-list {
  list-style: none;
  padding-left: 0;
  font-family: ProximaNova-Regular;
  padding-bottom: 20px;
}
ul.approch-list li {
  position: relative;
  padding-left: 16px;
}
ul.approch-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #0066aa;
  top: 7px;
  left: 0;
}
/* .appatag a{
  font-size: 16px;
} */
body.lightcolor .appatag a{
  color: #333;
}
.opbtmbrd{
  border-bottom: 1px solid ;
  margin-bottom: 40px;
}
.ornghead h6{
  color: #F7941D;
}
.ornghead p{
  color: #F7941D;
}
.whycriticalsec
{
  padding-top: 60px;
}
.whycriticalsec h2
{
  font-size: 35px;
  line-height: 42px;
  font-family: ProximaNova-Bold;
  padding-bottom: 15px;
}
.whycriticalsec h2 span
{
  display: block;
}
.whycriticalsec p
{
  padding-bottom: 15px;
}
.whycriticalsec h5
{
  color: #F7941D;
  font-size: 24px;
  font-family: ProximaNova-Bold;
  border-bottom: 4px solid #75C044;
  padding-bottom: 15px;
}
.whycriticalsec .col-md-12 .row p
{
  padding-top: 20px;
  padding-bottom: 0px;
  padding-right: 30px;
}
.whycriticalsec h6
{
  font-size: 18px;
  font-family: ProximaNova-Bold;
  padding-bottom: 15px;
  padding-top: 10px;
}
.whycriticalsec ul
{overflow: hidden;
  padding-left: 20px;
}
.whycriticalsec ul li
{
  max-width: 25%;
  width: 100%;
  float: left;
}
.greenbx
{
  background: transparent linear-gradient(90deg, #0066AA 0%, #74BF43 100%) 0% 0% no-repeat padding-box;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.whycriticalsec ul li::marker
{
  color: #0066AA;
}
hr.removemargin
{
  margin-bottom: 0;
}
.weline img
{
  margin:30px  auto;
}
.whycriticalsec .col-md-12 .row .col-md-6
{
  position: relative;
}
.whycriticalsec .col-md-12 .row .col-md-6:first-child:before
{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right: 20px;
  top: 7px;
  background-color: #eee;
}
.greenbx p,.greenbx h6
{
  color: #fff;
}
.extraprdtop
{
  padding-top: 20px;
}
body.lightcolor .whycriticalsec .col-md-12 .row .col-md-6:first-child:before
{
  background-color: #333;
}
body.lightcolor .weline img
{
  /* filter: brightness(.5); */
}
.valuecrationsection h6
{
  font-size: 16px;
  font-family: ProximaNova-Bold;
  padding-bottom: 15px;
  padding-top: 5px;
}
.valuecrationsection h4
{
  color: #74BF43;
  font-size: 18px;
  font-family: ProximaNova-Bold;
  padding-bottom: 5px;
}
.eyeleftbx
{
  background: #0066AA 0% 0% no-repeat padding-box;
  padding: 39px 112px 73px 47px;
}
.alignrowcenter
{
  display: flex;
  align-items: center;
}
.ourval
{
  padding-left: 45px;
}
.ourval p
{
  border-bottom:1px solid rgba(255, 255, 255, .7);
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.esgfbox
{
  padding: 15px 20px;
  background: #75C044 0% 0% no-repeat padding-box;
}
.esgfbox p
{
  padding-bottom: 5px;
}
.esgfbox h6
{
  padding-bottom: 5px;
}
.esgfbox ul
{
  padding-left: 20px;
  margin-bottom: 0;
}
.esgfbox ul li
{
  padding-bottom: 5px;
}
.valuecrationsection h5
{
  background: #0066AA 0% 0% no-repeat padding-box;
  font-size: 16px;
  font-family: ProximaNova-Bold;
  padding: 20px 25px;
  max-width: 360px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.rowflexwrap
{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 10px;
}
.rowflexwrap p
{
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  padding-bottom: 5px;
  margin-bottom: 30px;
  margin-right: 45px;
  margin-top: 15px;
}
.s1tos5
{
  display: flex;
}
.s1tos5 p span
{
  display: block;
  font-size: 31px;
  font-family: ProximaNova-Bold;
  padding-bottom: 5px;
}
.s1tos5 p
{
  padding-right: 60px;
}
.gradientgrrenBox
{
  background: transparent linear-gradient(270deg, #75C044 0%, #62B153 13%, #2D8781 53%, #0C6D9E 83%, #0064A9 100%) 0% 0% no-repeat padding-box;
  padding: 30px 35px 50px;
  margin: 30px 0px;
}
.gradientgrrenBox h6 span
{
  display: block;
}
.gradientgrrenBox h4
{
  color: #F7941D;
  font-size: 18px;
}
.gradientgrrenBox p
{
  padding-right: 50px;
}
.gradientgrrenBox .row .col-md-6:nth-child(3) ,.gradientgrrenBox .row .col-md-6:nth-child(4)
{
  margin-top: 50px;
}
.borderboxcaptials
{
  padding: 0px 85px;
  margin: 30px 0px;
  border: 1px solid;
}
.bgcolbx
{
  background-color: #162124;
  margin-top: -36px;
  padding: 20px;
  max-width: fit-content;
}
.borderboxcaptials .row .col-md-4:nth-child(4)  .bgcolbx,.borderboxcaptials .row .col-md-4:nth-child(5)  .bgcolbx,.borderboxcaptials .row .col-md-4:nth-child(6)  .bgcolbx
{
  margin-top: 0;
}
.stakeholderdiv
{
  display: flex;
  margin: 30px 0px;
}
.stakeholderdiv div
{
  max-width: 12%;
  width: 100%;
}
.stakeholderdiv div p
{
  padding-top: 10px;
}
.stakeholderdiv div:nth-child(4),.stakeholderdiv div:nth-child(5)
{
  max-width: 20%;
}
.stakeholderdiv div:nth-child(4) p,.stakeholderdiv div:nth-child(5) p
{
  padding-right: 40px;
}
h6.extraprdtop30
{
  padding-top: 30px;
}
h6.redupaabtm
{
  padding-bottom: 5px;
}
.ulbordeline
{
  display: flex;
  margin-bottom: 30px;
}
.ulbordeline ul
{
padding-left: 20px;
padding-right: 50px;
}
.ulbordeline ul li::marker
{
  color: #0066AA;
}
.ulbordeline  h5
{
  max-width: 235px;
  padding: 13px 19px;
}
.ulbordeline .col-md-4
{
  position: relative;
}
.ulbordeline .col-md-4:before
{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right: 30px;
  top: 0;
  background-color: rgba(255, 255, 255, .7);
}
.ulbordeline .col-md-4:last-child:before
{
  display: none;
}
.gradientgrrenBox .col-md-6
{
  position: relative;
}
.gradientgrrenBox .col-md-6:before
{
   content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right: 30px;
  top: 0;
  background-color: rgba(255, 255, 255, .7);
}

.gradientgrrenBox .col-md-6:nth-child(2):before,.gradientgrrenBox .col-md-6:nth-child(4):before
{
  display: none;
}
p.borderUnderpara
{
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  padding-bottom: 5px;
}
.borderboxcaptials p
{
  padding-top: 5px;
}
.eyeleftbx h6,.eyeleftbx p,.esgfbox p,.esgfbox h6,.esgfbox ul li,.gradientgrrenBox h6,.gradientgrrenBox p
{
  color: #fff;
}
body.lightcolor .ourval p,body.lightcolor p.borderUnderpara,body.lightcolor .rowflexwrap p
{
  border-bottom: 1px solid rgba(0, 0, 0, .7);
}
body.lightcolor .bgcolbx
{
  background-color: #ebecf4;
}
body.lightcolor .ulbordeline .col-md-4:before
{
background-color: rgba(0, 0, 0, .7);
}


.whycriticalsec h2{
  color: #20bec6;
}
.alignbtm{
  align-items: end;
}
.inti-list li span{
  display: block;
}
.lnkwrp{
  margin-top: 6px;
}

.header-vbtn img{
  cursor: pointer;
}
.asw-card:first-child {
  display: none;
}
.asw-menu .asw-select{
  display: none!important;
}
.asw-menu-header{
  background-color: #74bf43 !important;
}

body.lightcolor .flgtarea{
  background: linear-gradient(#fff, #fff) padding-box, /* Inner background */ linear-gradient(270deg, #0069aa 0%, #3a9476 51%, #72bf44 100%) border-box;
}
body.lightcolor .flgtarea p{
  color: #333;
}
.brd-adsupply{
  border: 1px solid ;
  border-left: none;
  padding-top: 20px;
  padding-right: 20px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 50px;
}
.brd-adsupply .blue-bg{
  position: absolute;
  top: -60px;
  left: 0;
}
.brd-adsupply .mt30top{
  margin-top: 30px;
}
.brd-adsupply .gp-linewrap{
  position: absolute;
  bottom: -5px;
  margin-bottom: 0;
}
.mt114desk {
  margin-top: 114px;
}
.grphpd0{
  padding-bottom: 0;
}

.userway_p5 .uwaw-option, .userway_p5 .uwaw-footer{
  display: none;
}