html,
body {
  overflow-x: hidden;
}
body {
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  /*    font-family: "Playfair Display", serif;*/
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none !important;
  font-size: 16px;
}

a:hover {
  text-decoration: none !important;
}

p {
  font-size: 16px;
  line-height: 22px;
}

.my-sidenav,
.ham-icon1 {
  display: none;
}
.mt-20{
  margin-top: 20px;
}
/*-----------Header Css End-------------*/

#header {
  padding: 27px 0px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  z-index: 999;
  position: fixed;
  width: 100%;
}
#header .container {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 13px;
  padding: 5px 20px;
  background-color: #ffffff60;
}
#header .row {
  align-items: center;
}

.textLogo {
  border-left: 1px solid #2d2e2e;
  padding-left: 15px;
  margin-left: 15px;
}
.textLogo a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #2d2e2e;
}
.homePage .textLogo a {
  color: #2d2e2e;
}
.textLogo a span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.leftlogo-warp {
  display: flex;
  align-items: center;
}
.mainMenu {
  display: flex;
  justify-content: end;
}
.hamburgerHover ul {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ham-icon1 {
  display: none;
}
.right-menu {
  display: flex;
  float: right;
  align-items: center;
}
.nav-icon3 {
  width: 25px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #2d2e2e; /* Old browsers */
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
  top: 6px;
}

.nav-icon3 span:nth-child(4) {
  top: 12px;
}

.nav-icon3.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}

.my-sidenav1 {
  display: none;
  position: fixed;
  top: 0px;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  max-width: 100%;
  width: 100%;
  /*    background:#003974;*/
  height: 100vh;
  background-image: url(../images/menu-img.webp);
}
.topmenu-header {
  padding-top: 50px;
}

.top-nav-content {
  padding-right: 40px;
  padding-top: 160px;
}
.top-nav {
  padding-top: 160px;
}
.top-nav .nav {
  min-height: 310px;
  display: block;
}
.top-nav .nav > li {
  float: none;
  padding-bottom: 10px;
}
.top-nav .nav > li:last-child {
  border-bottom: none;
}
.top-nav .nav > li > a {
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
  border-radius: 0px;
  font-weight: 400;
  border-bottom: 1px solid #ffffff40;
  padding-left: 0px;
}
.top-nav .nav > li > a img {
  padding-left: 20px;
  opacity: 0;
}
.top-nav .nav > li > a:focus,
.top-nav .nav > li > a:hover {
  background-color: transparent;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}
.top-nav .nav-pills > li > a.active,
.top-nav .nav-pills > li > a.active:focus,
.top-nav .nav-pills > li > a.active:hover {
  background-color: transparent;
  font-weight: 700;
  position: relative;
  border-bottom: 2px solid #fff;
}
.top-nav .nav-pills > li.active > a img {
  opacity: 1;
}
.top-nav .nav-pills > li.active > a:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 15px;
  background-color: #ffcc05;
  width: 2px;
  height: 15px;
}
.top-nav-content ul.sub-menu {
  padding-left: 50px;
  margin-top: 15px;
}
.top-nav-content ul li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff40;
}
.top-nav-content ul li.menu-img {
  padding-left: 60px;
}
/*.top-nav-content ul li:after
{
    content: '';
    left: 32%;
    background-image: url(../images/arrow-yellow.png);
    width: 31px;
    height: 15px;
    top: 16px;
    position: absolute;
    display: none;
}*/

.top-nav-content ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.search-icon {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #2d2e2e;
}
.my-sidenav {
  display: none;
}
.d-pdf span {
  float:none;
  font-size: 12px;
}
.menu-btm-text {
  position: absolute;
  bottom: 30px;
  right: calc(100vw / 16 * 1);
}
.menu-btm-text h2 {
  color: #fff;
  font-size: 43px;
  font-weight: 600;
  line-height: 30px;
}
.menu-btm-text h2 span {
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.menu-btm-text h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-top: 1px solid #ffffff80;
  border-bottom: 1px solid #ffffff80;
  padding: 5px 0px;
  margin-bottom: 5px;
}
.menu-btm-text p {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/**/
.downloadCenter {
  padding: 65px 0px 70px 0px;
}

.updateLinks ul li a span {
  position: absolute;
  right: 0px;
  top: 0px;
}
.footerBot {
  display: flex;
  gap: 75px;
  justify-content: space-between;
}
footer {
  background: transparent
  linear-gradient(90deg, #016b9c 0%, #58378c 50%, #ac234f 100%) 0% 0%;
}
.copyRightBg .footerBot {
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyrightTxt p,
.investorLink a,
.rdxDev p,
.rdxDev p a {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
}
.reportBook {
  display: flex;
  padding: 0px 20px;
  position: relative;
  gap: 110px;
  align-items: center;
}
.reportBook > div:nth-child(1) {
  width: 255px;
  border: 1px solid #fff;
  padding: 14px;
}
.reportBook > div:nth-child(1) a {
  display: flex;
  flex-direction: column;
}

.reportBook > div:nth-child(2) {
  width: calc(100% - 252px);
}

.reportBook > div:nth-child(1) a span {
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}

.downloadCenter h3 {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin-bottom: 40px;
}

.footSocial ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
/**/
.mainMenu > div:nth-child(2) {
  border: 3px solid #ac234f;
  padding: 5px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 0;
  background-color: #fff;
}
.mainMenu > div:nth-child(1) {
  background: transparent
  linear-gradient(90deg, #016b9c 0%, #58378c 50%, #ac234f 100%) 0% 0%
  no-repeat padding-box;
  height: 67px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.hamburgerHover > div:nth-child(1) {
  display: none;
}
.hamburgerHover span {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.menuHam {
  display: flex;
  gap: 13px;
  align-items: center;
}
.hamburgerHover:hover .menuList {
  display: flex;
}
.hamburgerHover:hover .menuHam {
  display: none;
}
.menuList ul li a {
  min-width: 93px;
  max-width: 93px;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
/**/
.enviromentSocial {
  background-image: url("../images/environment-social and-g-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.hm-banner {
  height: 100vh;
  position: relative;
}
.hm-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hm-banner .col-xl-12 {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.banner-line {
  position: absolute;
  left: 0px;
  bottom: 8%;
  z-index: 2;
  width: 100%;
}

.banner-line svg {
  margin-left: -40px;
}

.hm-banner .filltext {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  font-family: Playfair Display;
  padding-bottom: 30px;
}

.read-btn a {
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
.hm-banner .read-btn a {
  background-color: #fff;
  color: #595b60;
}
.girl {
  position: absolute;
  z-index: 3;
  left: 42%;
  right: 0;
  bottom: 0;
}
.hm-banner .border-text {
  font-size: 130px;
  line-height: 130px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 25%;
  z-index: 4;
  max-width: 810px;
  width: 100%;
  font-family: Playfair Display;
  display: flex;
  align-items: center;
}

@supports ((text-stroke: 1px #ffffff) or (-webkit-text-stroke: 1px #ffffff)) {
  .hm-banner .border-text {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    text-shadow: none;
  }
}

.empowering2 h2 {
  color: #fff;
  font-size: 78px;
  line-height: 78px;
  font-family: Playfair Display;
  position: absolute;
  left: calc(100vw / 16 * 1);
  z-index: 9;
  max-width: 630px;
  width: 100%;
}

.empowering2 {
  background-image: url(../images/empowering-img2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 100vh;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}

.emp-num h3 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 5px;
}
.emp-num h3 span {
  display: block;
}
.emp-num p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.emp-numwrap {
  display: flex;
  gap: 35px;
  margin-bottom: 40px;
  opacity: 0;
}
.emp-nummain {
  height: 210px;
  overflow: hidden;
}
.emp-footnote {
  font-size: 14px;
  color: #fff;
  font-style: italic;
}
/*.incubating1
{
  background-image: url(../images/about-adani-e-img1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:bottom center;
  height: 100vh;
  display: flex;
  align-items: center;
  background-attachment: fixed; 
}*/
.incubating2 {
  background-image: url(../images/adani-ports-img1.webp);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 100vh;
  display: flex;
  align-items: center;
}
.incubating2 .banner-line {
  bottom: 0;
  top: 0;
  margin: auto;
  height: fit-content;
}
.incubating2 h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  padding-bottom: 20px;
  color: #fff;
  padding-top: 20px;
}
.incubating2 h3 {
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
  font-family: Playfair Display;
}
.incubating2 h4 {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-family: Playfair Display;
  margin-bottom: 30px;
  padding-top: 20px;
}
.incubating2 .incub-text
{
  padding-right: 45px;
}
.incubating2 .righttoleft .incub-text 
{
  padding-left: 30px;
}
.incubating2 .container
{
  position: relative;
  z-index: 13;
}
.read-btn1 {
  position: relative;
  z-index: 9;
}
.read-btn1 a {
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
.hmesg {
  background-color: #58378c;
  height: 103vh;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.esg-left-wrap {
  background-color: #fff;
  border-radius: 10px;
  height: 95vh;
  position: relative;
}
.esg-left {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 65px;
  right: 90px;
}
.esg-left1 {
  z-index: 1;
}
.esg-left2 {
  opacity: 0;
}
.esg-left3 {
  opacity: 0;
}
.esg-left4 {
  opacity: 0;
}
.esg-left5 {
  opacity: 0;
}
.esg-left6 {
  opacity: 0;
}
.esg-left7 {
  opacity: 0;
}
.esg-left8 {
  opacity: 0;
}
.esg-left9 {
  opacity: 0;
}
.esg-left10 {
  opacity: 0;
}
.esg-left9 {
  opacity: 0;
}
.esg-left h3 {
  font-size: 36px;
  line-height: 38px;
  color: #253692;
  font-family: Playfair Display;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.esg-left p {
  color: #8b8b8b;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
}
.read-btn2 a {
  border: 1px solid #ac234f;
  font-size: 20px;
  color: #016b9c;
  display: inline-block;
  padding: 10px 20px;
}
.pd-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pdr-0 {
  padding-right: 0px;
}

.p-highlights-wrap {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.highlight {
  position: absolute;
  z-index: 7;
  overflow: hidden;
}

.highlight-graph {
  position: absolute;
  right: 0;
  top: 46%;
  transform: translate(0%, -50%);
  padding-right: calc(100vw / 16 * 1);
}
.highlight-lefttext {
  position: absolute;
  left: 0;
  bottom: 15%;
  max-width: 540px;
  width: 100%;
  z-index: 9;
  padding-left: calc(100vw / 16 * 1);
}
.highlight-lefttext h4 {
  color: #fff;
  font-size: 61px;
  line-height: 56px;
  font-family: Playfair Display;
}
.highlight2 {
  z-index: 6;
  will-change: transform;
  overflow: hidden;
}
.highlight3 {
  z-index: 5;
  will-change: transform;
  overflow: hidden;
}
.highlight4 {
  z-index: 4;
  will-change: transform;
  overflow: hidden;
}
.highlight5 {
  z-index: 3;
  will-change: transform;
  overflow: hidden;
}
.highlight6 {
  z-index: 2;
  will-change: transform;
  overflow: hidden;
}
.highlight7 {
  z-index: 1;
  will-change: transform;
  overflow: hidden;
}

.highlight-screen2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 0;
  opacity: 0;
  background-image: url(../images/performance/highlight-screen2-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.h-topleft {
  width: calc(100vw / 16 * 3);
  left: calc(100vw / 16 * 1);
  top: calc(100vh / 9 * 1);
  position: absolute;
}
.h-topright {
  width: calc(100vw / 16 * 3);
  position: absolute;
  top: 10px;
  right: 0;
}
.h-btmleft {
  width: calc(100vw / 16 * 5);
  position: absolute;
  top: calc(100vh / 9 * 4);
  left: 10px;
}
.h-centertext {
  width: calc(100vw / 16 * 6);
  position: absolute;
  top: calc(100vh / 9 * 3);
  left: calc(100vw / 16 * 5);
  margin-top: 30px;
}
.h-centertext h4 {
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-family: Playfair Display;
}
.h-centertext h4 span {
  display: block;
}
.h-btmright {
  position: absolute;
  right: 0;
  top: calc(100vh / 9 * 3);
  width: calc(100vw / 16 * 5);
  margin-top: 30px;
}
.h-btm {
  position: absolute;
  bottom: 0;
  left: calc(100vw / 16 * 5);
  width: calc(100vw / 16 * 5);
  margin-left: 3%;
}
.highlight-number {
  padding-top: 40px;
  position: absolute;
  top: 0;
  left: calc(100vw / 16 * 1);
  z-index: 12;
  opacity: 0;
}
.highlight-number h2 {
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
  font-weight: 900;
}
.highlight-number h2 span {
  display: block;
}
.highlight-num {
  border-right: 1px solid #fff;
  padding-right: 30px;
  margin-right: 30px;
}
.h-num {
  margin-bottom: 38px;
}
.h-num h4 {
  font-size: 48px;
  line-height: 45px;
  color: #fff;
  font-weight: 300;
}
.h-num p {
  color: #fff;
  line-height: 20px;
}
.highlight-numwrap {
  display: flex;
  margin-right: 60px;
}
.bd-none {
  border: none !important;
}
.highlight-numwrap .highlight-num:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.highlight-num .h-num:last-child {
  margin-bottom: 0px;
}
.credit-table p {
  color: #fff;
  padding-bottom: 10px;
}
.credit-table th {
  background-color: #0087a0;
  font-size: 16px;
  color: #fff;
  border: none;
}
.credit-table td {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  padding: 15px;
}
.chairmanMsg {
  background-image: url("../images/bg-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 55px;
  height: 662px;
}
/**/
.integratedSec > ul {
  display: flex;
  min-height: 662px;
  max-height: 662px;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.integratedSec ul > li {
  width: 75px;
  display: flex;
  align-items: center;
  padding: 0px;
  cursor: pointer;
  transition: all 0.5s ease;
  border-left: 1px solid #fff;
}
.integratedSec ul > li.active1 {
  flex: 5;
  cursor: default;
  align-items: start;
}
.integratedSec ul > li.active1 h2 {
  color: #0167ac;
}
.integratedSec ul > li.active1 .section-content {
  flex: 4;
  opacity: 1;
  transform: scaleX(1);
  color: #e74c3c;
}
.integratedSec ul > li .section-title {
  display: flex;
  align-items: center;
  width: 75px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  padding-top: 200px;
}
.integratedSec ul > li .section-title h2 {
  margin: 0;
  transform: rotate(-90deg);
  white-space: nowrap;
  width: 75px;
}
.integratedSec ul > li .section-content {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 30px 35px;
  opacity: 0;
  transition: all 0.25s 0.1s ease-out;
}
.integratedSec ul > li.active1 .section-title {
  display: none;
}

.integratedSec {
 background: transparent linear-gradient(115deg, #1EC6F3 0%, #A0D7F2 50%, #B89DDB 100%) 0% 0% no-repeat padding-box;
 background-size: 400% 400%;
 animation: gradient 10s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.section-title h2 {
  font-size: 22px;
  line-height: 40px;
  color: #006db7;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}
.active1 h2 span {
  opacity: 0;
}
.section-title h2 svg {
  margin-right: 15px;
  width: 24px;
  height: 24px;
}
.section-title h2 span {
  margin-right: 50px;
}

/**/
.msgIns {
  position: relative;
  max-width: 380px;
  width: 100%;
}
.msgIns h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 40px;
  margin-top: 40px;
}
.msgIns p 
{
 font-size: 40px;
 line-height: 45px;
 color: #016b9c; 
}
.msgIns h3 img {
  display: block;
  margin: 40px 0px 25px 0px;
}
.msgIns h3 span {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #016b9c;
  letter-spacing: 3.3px;
  font-weight: 300;
  margin-top: 20px;
  font-family: Noto Sans;
}
.msgIns h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  color: #016b9c;
  background: transparent
  linear-gradient(90deg, #016b9c 0%, #58378c 50%, #ac234f 100%) 0% 0%
  no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mdImg {
  position: relative;
  float: right;
}
.txtTra {
 position: absolute;
 bottom: 50px;
 left: 0px;
}
.txtTra1 {
  position: absolute;
  z-index: 6;
  bottom: 10px;
  right: -5px;
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 1px;
  color: #016b9c;
  max-width: 580px;
  font-family: Playfair Display;
}

@supports ((text-stroke: 2px #ffffff) or (-webkit-text-stroke: 2px #ffffff)) {
  .txtTra1 {
    color: transparent;
    -webkit-text-stroke: 2px #016b9c;
    text-stroke: 2px #016b9c;
    text-shadow: none;
  }
  .txtTra h3 {
    font-size: 90px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: 1px;
    color: #016b9c;
    font-family: Playfair Display;
    max-width: 580px;
  }
  .msgMgr .mdImg {
    position: absolute;
    right: 0;
    bottom: -71px;
    z-index: 5;
  }
  .msgIns a {
    font-size: 19px;
    line-height: 48px;
    border: 1px solid #ac1e25;
    padding: 10px 20px;
    color: #016b9c;
    letter-spacing: 3.13px;
    font-weight: 300;
  }
  .stroke-text span {
    color: transparent;
    -webkit-text-stroke: 3px #016b9c;
  }
  .thumbHead h4 {
    font-size: 16px;
    line-height: 16px;
    color: #26000c;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    border-bottom: 5px solid #d0d0d0;
    padding-bottom: 7px;
    min-height: 60px;
  }

  .empoweringNation h2 {
    font-size: 24px;
    line-height: 32px;
    color: #016b9c;
    font-weight: 700;
    background: transparent linear-gradient(90deg, #016b9c 0%, #58378c 50%, #ac234f 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }
  .empoweringNation {
    padding: 50px 0px;
  }
  #thumb-slider .owl-item.active.current h4 {
    color: #ac234f;
    border-color: #ac234f;
  }
  #thumb-slider {
    margin-top: 75px;
  }
  /*slider arrow*/
  #thumb-slider .owl-nav button.owl-next {
    position: absolute;
    width: 72px;
    height: 21px;
    bottom: -45px;
    margin: auto;
    right: 0px;
    background-image: url("../images/blue-arrow.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  #thumb-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 72px;
    height: 21px;
    bottom: -45px;
    margin: auto;
    left: 0px;
    opacity: 1;
    transform: rotate(-180deg);
    background-image: url("../images/blue-arrow.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #thumb-slider.owl-theme .owl-nav .owl-prev:hover,
  #thumb-slider.owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: transparent;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 72px;
    height: 21px;
  }
  #thumb-slider.owl-theme .owl-dots .owl-dot span {
    width: 72px;
    height: 21px;
    background: #c4c2c3;
  }
  #thumb-slider.owl-theme .owl-dots .owl-dot.active span,
  #thumb-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #e94d85;
    color: transparent;
  }
  /**/
  #thumb-slider .owl-prev.disabled {
    opacity: 0 !important;
  }
  #thumb-slider.owl-carousel .owl-nav button.owl-next,
  #thumb-slider.owl-carousel .owl-nav button.owl-prev,
  #thumb-slider.owl-carousel button.owl-dot {
    color: transparent;
  }
  /**/
  .msgMgr {
    background-image: url("../images/bg-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 662px;
    overflow: hidden;
  }
  .msgMgr .msgIns p {
    font-size: 36px;
    line-height: 42px;
    color: #016b9c
  }
  .msgMgr .msgIns {
    max-width: 535px;
  }
  .msgMgr {
    padding: 45px 0px 0px 0px;
  }
  .msgIns span > span {
    display: block;
    margin-top: 0px;
  }

  .enviromentSocial h3 {
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
  }
  .revenueCons .accordion-header button span {
    font-size: 24px;
    line-height: 30px;
    color: #016b9c;
    font-weight: 700;
    display: block;
  }
  .revenueCons .accordion-header button {
    font-size: 60px;
    font-weight: 700;
    color: #016b9c;
  }
  .revenueCons .accordion-button {
    display: block;
  }
  .revenueCons .accordion-button:not(.collapsed) {
    color: #016b9c;
  }
  .revenueCons .accordion-item {
    background-color: #fff;
    border: transparent;
    margin-bottom: 30px;
  }
  .revenueCons .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    padding: 0px;
  }
  .revenueCons .accordion-body {
    padding: 73px 0px 53px 0px;
    background-color: #fff7e6;
  }

  .topRev {
    display: flex;
    gap: 120px;
  }
  .aplInd {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
  }
  .borderWidth {
    border-bottom: 3px solid #ac234f;
    padding-bottom: 23px;
    display: block;
    max-width: 640px;
    position: relative;
    width: 100%;
  }

  .aplInd h4 span {
    display: block;
    color: #73197e;
    font-size: 20px;
    line-height: 30px;
  }
  .aplInd h4 {
    text-align: center;
    color: #96999c;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
  }
  .revenueCons .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
  }
  .revenueCons {
    padding: 75px 0px 40px 0px;
  }
  .msgMgr .txtTra {
    position: absolute;
    right: 0px;
    max-width: 538px;
    bottom: 0px;
  }
  .msgMgr .txtTra1 {
    max-width: 538px;
    bottom: 0px;
  }
  .msgMgr .msgIns h3 {
    margin-top: 47px;
  }

  .topRev {
    position: relative;
  }

  .BotRev {
    margin-top: 66px;
  }
  .topRev::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #96999c;
    top: 94px;
  }
  .topRev h5 {
    margin-top: 60px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #26000c;
  }

  .minusIcon,
  .plusIcon {
    display: none;
  }
  .accordion-button.collapsed .minusIcon {
    display: none;
  }
  .accordion-button.collapsed .plusIcon {
    display: block;
  }
  .accordion-button .minusIcon {
    display: block;
  }
  .minusIcon,
  .plusIcon {
    position: absolute;
    right: -35px;
    z-index: 9;
    background-color: #fff;
    border-radius: 100px;
  }
  .capitalIo {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .capitalIo > div {
    width: 33.33%;
  }
  .section-content > div {
    width: 100%;
  }

  .capitalIo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 93px;
  }
  .sdgBusiness h6,
  .businessSeg h6 {
    color: #42408e;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .sdgBusiness p {
    font-size: 14px;
    font-weight: 600;
    color: #42408e;
  }
  .capitalIo > div {
    width: 33.33%;
  }
  .section-content > div {
    width: 100%;
  }
  .sdgBusiness {
    display: flex;
    gap: 60px;
    border-top: 2px solid #a9a7a7;
    padding-top: 10px;
  }
  .sdgBusiness > div:nth-child(1) {
    width: 100%;
  }
  .sdgBusiness > div:nth-child(2) {
    width: calc(100% - 500px);
  }
  .businessSeg > div:nth-child(1) {
    width: 170px;
  }
  .businessSeg > div:nth-child(2) {
    width: calc(100% - 750px);
  }

  .operatingModel {
    display: flex;
    gap: 60px;
  }
  .inerOps {
    margin: 15px 0px;
  }

  .businessSeg {
    display: flex;
    gap: 60px;
    border-top: 2px solid #a9a7a7;
    padding-top: 20px;
    align-items: center;
  }
  .busiSegIns {
    display: flex;
    gap: 55px;
    align-items: center;
  }
  .topHeading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  ul.squareList {
    padding: 0px;
  }
  ul.squareList li {
    border: none;
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #231f20;
    padding-left: 12px;
  }
  ul.squareList li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 6px;
    height: 6px;
    background-color: #42408e;
    top: 9px;
  }
  ul.boldList {
    padding: 0px;
    list-style: none;
  }
  ul.boldList li {
    position: relative;
    border: 0;
    text-align: left;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #43408e;
    font-weight: 700;
  }
  ul.boldList li span {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #231f20;
    font-weight: 400;
  }

  .section-content h3 {
    margin-bottom: 15px;
  }
  .capitalIo h6 {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
    color: #42408e;
    font-weight: 700;
  }
  .topHeading h4 {
    font-weight: 600;
    font-size: 22px;
    color: #016b9c;
    background: transparent linear-gradient(90deg, #006db7 0%, #8e278f 100%) 0%
    0% no-repeat padding-box;
    background-clip: padding-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 465px;
    width: 100%;
    font-family: Playfair Display;
  }

  .topHeading h4 {
    font-weight: 700;
    font-size: 22px;
    color: #016b9c;
    background: transparent linear-gradient(90deg, #006db7 0%, #8e278f 100%) 0%
    0% no-repeat padding-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .topHeading h5 {
    color: #231f20;
    font-size: 18px;
    line-height: 40px;
    position: relative;
  }
  .topHeading h5::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 61px;
    height: 6px;
    bottom: 0px;
    background: transparent linear-gradient(90deg, #006db7 0%, #8e278f 100%) 0%
    0% no-repeat padding-box;
  }
  .section-content h3 {
    font-size: 24px;
    line-height: 32px;
    color: #42408e;
    font-weight: 700;
  }

  .inerOps {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .inerOps span {
    font-size: 14px;
    color: #231f20;
    font-weight: 600;
  }
  .busiSegIns span {
    font-size: 14px;
    color: #231f20;
  }
  .allBtns a {
    font-size: 19px;
    line-height: 48px;
    border: 1px solid #ac1e25;
    padding: 10px 20px;
    color: #016b9c;
    letter-spacing: 3.13px;
    font-weight: 300;
  }
  .busiSegIns > div {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .updateLinks {
    display: flex;
    gap: 55px;
  }

  .updateLinks ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 50%;
  }
  .updateLinks ul li a {
    font-size: 20px;
    line-height: 21px;
    color: #fff;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .sticky {
    position: fixed !important;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
  }

  .msgIns a:hover,
  .allBtns a:hover,
  .read-btn2 a:hover 
  {
    background: transparent
    linear-gradient(270deg, #016b9c 0%, #58378c 50%, #ac234f 100%) 0% 0%
    no-repeat padding-box;
    color: #fff;
    border: none;
    transition: 0.3s ease-in-out;
  }

  .aplInd > div {
    position: relative;
    min-width: 112px;
  }
  .aplInd > div::after {
    content: "";
    display: block;
    position: absolute;
    right: -26px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #96999c;
  }
  .aplInd > div:last-child::after {
    display: none;
  }
  .mt94 {
    margin-top: 94px;
  }
  .posRel {
    position: relative;
  }

  .dottedBorder::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: transparent;
    border-top: 2px dashed #000;
  }

  /**/
  .top-btm {
    background-color: aqua;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }

  .righttoleft {
    animation-name: textanim;
  }
  @keyframes textanim {
    from {
      transform: translateX(100px);
      opacity: 0;
    }

    to {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  .lefttoright {
    animation-name: textanim1;
  }
  @keyframes textanim1 {
    from {
      transform: translateX(-100px);
      opacity: 0;
    }

    to {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  .emp-blur {
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    will-change: transform;
  }
  .emp-line1 {
    position: absolute;
    left: 0;
    bottom: 26%;
    width: 100%;
    z-index: 3;
    opacity: 0;
  }
  .emp-line2 {
    position: absolute;
    left: 0;
    bottom: 26%;
    width: 100%;
    z-index: 4;
    opacity: 0;
  }
  .highlight-line {
    position: absolute;
    left: 0;
    top: 48%;
    z-index: 9;
    height: 1px;
    width: 0;
    background-color: #fff;
  }
  .highlight-line-bg {
    position: absolute;
    left: 0;
    top: 48%;
    z-index: 8;
    height: 1px;
    width: 100%;
    background-color: #ffffffa1;
  }
  .linenumber {
    position: absolute;
    left: calc(100vw / 16 * 1);
    top: 45%;
    z-index: 9;
    font-size: 16px;
    color: #fff;
  }
  .esg-scroll {
    position: absolute;
    left: 0;
    bottom: 30px;
    border-top: 1px solid #8b8b8b;
    border-bottom: 1px solid #8b8b8b;
    padding: 10px;
    width: 100%;
    overflow: hidden;
  }
  .esg-scroll ul {
    padding-left: 0px;
    display: flex;
    white-space: nowrap;
    gap: 20px;
  }
  .esg-scroll ul li {
    list-style: none;
  }

  /**/
  .grayBox {
    background-color: #d4d4d4;
    width: 100%;
    min-height: 749px;
    margin-top: 50px;
    display: block;
  }
  .fullImg {
    margin-bottom: 25px;
  }
  .mainContent p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 21px;
  }
  .mainContent h5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height:26px;
    color: #000;
    font-weight: 600;
  }

  .mainContent h3 {
    font-size: 32px;
    line-height: 35px;
    color: #006db7;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .visionBox {
    padding: 34px;
    background-color: #822996;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .sideLinks ul li {
    list-style: none;
  }
  .sideLinks ul {
    margin: 0px;
    padding: 0px;
    padding-top: 25px;
  }
  .sideLinks ul li a {
    margin-bottom: 20px;
    color: #d4d4d4;
    display: block;
    font-weight: 600;
  }
  .sideLinks ul li:last-child a {
    margin: 0px;
  }
  .sideLinks ul li a.active {
    color: #006db7;
    font-weight: 700;
  }

  .insideBanner {
    position: relative;
    display: flex;
    height: 100vh;
    align-items: center;
    overflow: hidden;
  }
  .insBanner {
    max-width: 631px;
    width: 100%;
    display: flex;
    float: right;
  }
  .insideBanner .row {
    align-items: center;
  }
  .insText p {
    font-size: 14px;
    line-height: 35px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
  }
  .insText p::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 46px;
    height: 4px;
    background-color: #fdca31;
  }
  .insText h2 {
    font-size: 32px;
    line-height: 35px;
    color: #8e298d;
    font-family: "Playfair Display", serif;
    font-weight: 600;
  }
  .insText h6 {
    font-size: 18px;
    color: #74197e;
    font-size: 600;
    padding-top: 15px;
  }
  .pageSitemap {
    padding: 15px 0px;
  }
  .siteMap a {
    color: #000000;
    font-size: 12px;
    line-height: 35px;
  }
  .mainPage {
    padding: 20px 0px;
  }
  .insText {
    max-width: 100%;
    width: 100%;
  }
  .pageSitemap {
    padding: 15px 0px;
  }
  .siteMap a {
    color: #000000;
    font-size: 12px;
    line-height: 35px;
  }
  .mainPage {
    padding: 20px 0px;
  }

  .mainContent h4.boldTxt {
    color: #53c6d6;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
  }
  .visionBox p {
    color: #fff;
  }
  .visionBox h4 {
    color: #ffffff;
  }

  .quoatesWe img {
    margin-bottom: 7px;
  }
  .upcomingGr {
    display: flex;
    gap: 24px;
    align-items: end;
  }
  .upcomingGr > div:nth-child(1) {
    max-width: 172px;
    width: 100%;
  }
  .upcomingGr > div:nth-child(2) {
    max-width: calc(100% - 172px);
    width: 100%;
  }
  .imgPlace {
    background-color: #fff;
    width: 100%;
    height: 210px;
  }
  .linksQr .imgPlace {
    background-color: #fff;
    height: 64px;
    width: 64px;
  }
  .linksQr {
    display: flex;
    gap: 24px;
    align-items: end;
  }
  .linksQr p {
    margin: 0px;
  }
  .mainContent h4 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .clr_wallet {
    color: #8e288f !important;
  }
  .greenList ul {
    margin: 0px;
    padding-left: 0px;
    margin-bottom: 25px;
  }
  .greenList ul li span {
    display: block;
    font-weight: 700;
  }
  .greenList ul li {
    margin-bottom: 20px;
    padding-left: 19px;
    position: relative;
    list-style: none;
  }
  .greenList ul li:last-child {
    margin-bottom: 0px;
  }

  .greenList ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #8e288f;
  }

  .nexLinks {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .perNextLinks a {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    font-weight: 700;
    display: flex;
    align-items: center;
    border: 1px solid #343475;
    border-radius: 5px;
    padding: 18px 30px;
    gap: 10px;
    width: 100%;
    min-height: 79px;
  }
  .perNextLinks .nexLinks a {
    justify-content: end;
    text-align: right;
  }
  .perNextLinks {
    padding: 50px 0px;
  }

  .preLinks a:hover,
  .nexLinks a:hover {
    background: transparent linear-gradient(90deg, #006db7 0%, #8e278f 100%) 0%
    0% no-repeat padding-box;
    color: #fff;
    transition: 0.3s ease-in-out;
  }
  .aHover {
    display: none;
  }
  .preLinks a:hover .wHover {
    display: none;
  }
  .preLinks a:hover .aHover {
    display: block;
    transition: 0.3s ease-in-out;
  }
  .nexLinks a:hover .wHover {
    display: none;
  }
  .nexLinks a:hover .aHover {
    display: block;
    transition: 0.3s ease-in-out;
  }

  .cellNum {
    display: flex;
    gap: 45px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .cellNum h5 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #8e288f;
  }
  .cellNum h5 span {
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-weight: 400;
  }
  .cellNum > div {
    max-width: 188px;
    width: 100%;
  }
  .cellNum > div:last-child {
    max-width: 299px;
    width: 100%;
  }
  h3.clr_wallet {
    color: #8e288f;
  }

  .centreImg {
    border-top: 2px solid #e4e4e4;
    margin-top: 40px;
  }
  .centreImg img {
    margin: 0px auto;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -11px;
    background-color: #fff;
  }
  h5.font24 {
    font-size: 24px;
    line-height: 35px;
  }
  .font24 {
    font-size: 24px !important;
    line-height: 35px !important;
  }
  .opList {
    margin-top: 25px;
    max-width: 439px;
    width: 100%;
  }
  .grayBox1 {
    background-color: #d4d4d4;
    height: 373px;
    margin-bottom: 25px;
    margin-top: 30px;
  }

  .awardsAcolades {
    border: 1px solid #2cc4d2;
    padding: 0px 10px 5px 40px;
    border-right: 0;
    position: relative;
    margin-bottom: 25px;
    margin-top: 50px;
  }
  .awardsAcolades::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: 0px;
    width: calc(100% - 81px);
    height: 1px;
    background-color: #fff;
  }
  .awardsAcolades h4 {
    margin-top: -26px;
  }

  .allColades {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .allColades > div {
    width: calc(33.33% - 8px);
    background-color: #eaf6fa;
    padding: 25px 15px;
    min-height: 178px;
    margin-bottom: 4px;
  }
  .copperW1 .visitsIns h4 span {
    max-width: 188px;
    width: 100%;
  }
  p.bracketTxt {
    font-size: 18px;
    line-height: 35px;
    color: #006db7;
    font-weight: 600;
  }
  .cellNum.middleWidth > div:last-child {
    max-width: 188px;
    width: 100%;
  }
  .cellNum.middleWidth > div:nth-child(2) {
    max-width: 221px;
    width: 100%;
  }
  .cellNum.middleWidth h5 span {
    margin-top: 5px;
  }
  .greenList.removeList ul li::before {
    display: none;
  }
  .verticalLine img {
    margin: 0px auto;
    display: block;
  }
  .cellNum.middleWidth1 > div:nth-child(1) {
    max-width: 245px;
    width: 100%;
  }
  /**/

  .visionThree {
    display: flex;
    gap: 37px;
  }
  .visionThree > div:nth-child(3) {
    width: 310px;
  }
  .visionThree > div {
    width: 149px;
  }
  .visionThree .greenList ul li {
    color: #fff;
  }
  .visionThree .greenList ul li::before {
    background-color: #fff;
  }
  .cellNum.dataCenter > div:last-child {
    max-width: 224px;
    width: 100%;
  }
  .cellNum.dataCenter1 {
    gap: 98px;
  }
  .cellNum.dataCenter1 > div {
    max-width: 135px;
    width: 100%;
  }
  .cellNum.dataCenter1 > div:last-child {
    max-width: 348px;
    width: 100%;
  }
  h5.clr_blue {
    color: #006db7;
  }
  .clr_blue {
    color: #006db7 !important;
  }

  .gigaScale {
    display: flex;
    gap: 35px;
    text-align: center;
    border: 1px solid #000;
    padding: 20px;
    align-items: center;
    margin-bottom: 25px;
  }
  .gigaScale p {
    margin: 0px;
  }
  .gigaScale h4 {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 700;
    margin: 0px;
  }
  .gigaScale > div {
    position: relative;
  }
  .gigaScale > div::after {
    content: "";
    display: block;
    position: absolute;
    right: -25px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #000;
  }
  .gigaScale > div:last-child::after {
    display: none;
  }

  .ourPromise {
    background-color: #fff9eb;
    padding: 43px 28px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .ourproIns {
    display: flex;
    text-align: center;
    gap: 49px;
  }
  .ourproIns > div {
    width: 33.33%;
    position: relative;
  }
  .ourPromise h6 {
    position: absolute;
    top: -20px;
    width: 160px;
    background-color: #ffc846;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding: 10px 15px;
    font-weight: 700;
  }
  .ourproIns > div p {
    position: relative;
  }
  .ourproIns > div p::after {
    content: "";
    display: block;
    position: absolute;
    right: -25px;
    top: 0px;
    width: 1px;
    height: 60px;
    background-color: #000;
  }
  .ourproIns > div:last-child p::after {
    display: none;
  }
  .mainContent .ourproIns p {
    margin-bottom: 53px;
  }
  .ourproIns > div p:last-child {
    margin-bottom: 0px;
  }
  .mt35 {
    margin-top: 35px;
  }
  h5.clr_wallet {
    color: #8e288f;
  }
  .safeMan h4 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #8e288f;
  }
  .safeMan h4 span {
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-weight: 400;
  }

  .safeMan {
    display: flex;
    gap: 32px;
    margin-top: 20px;
  }
  .reduceIns h4 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #8e288f;
  }
  .reduceIns h4 span {
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-weight: 400;
  }

  .reduceIns {
    display: flex;
    gap: 32px;
    margin-top: 20px;
  }
  .reduceIns > div {
    max-width: 220px;
    width: 100%;
  }
  .safeMan > div:nth-child(1),
  .safeMan > div:nth-child(3) {
    max-width: 187px;
    width: 100%;
  }
  .dataCntrAcr .borderWidth {
    max-width: 100%;
  }
  .dataCntrAcr .minusIcon,
  .dataCntrAcr .plusIcon {
    position: absolute;
    right: 0;
    z-index: 9999;
  }
  .revenueCons.dataCntrAcr .accordion-header button {
    padding-right: 0px;
    padding-left: 0px;
  }
  .revenueCons.dataCntrAcr .accordion-header button span {
    font-size: 24px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
    display: block;
  }
  .revenueCons.dataCntrAcr .accordion-body {
    padding: 38px 20px;
    background-color: #eaf6fa;
  }
  .innerLists {
    margin-top: 25px !important;
  }
  .innerLists li::before {
    border-radius: 50%;
  }
  .greenList.notLists ul li::before {
    display: none;
  }
  .greenList.twoCol {
    display: flex;
    gap: 45px;
  }
  .greenList.threeCol {
    display: flex;
    gap: 60px;
  }
  .greenList.twoCol ul {
    width: 50%;
  }
  .greenList.threeCol ul {
    width: 33.33%;
    position: relative;
  }
  .greenList.threeCol ul::after {
    content: "";
    display: block;
    position: absolute;
    right: -25px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #000;
  }
  .greenList.threeCol ul:last-child::after {
    display: none;
  }
  .cellNum.middleWidth8 > div {
    max-width: 29%;
    width: 100%;
  }
  .cellNum.middleWidth8 > div:nth-child(2) {
    max-width: 35%;
    width: 100%;
  }

  .stake-wrap {
    position: relative;
    overflow: hidden;
    height: 100vh;
  }
  .stake {
    position: absolute;
    z-index: 4;
    overflow: hidden;
  }

  .stake-text {
    position: absolute;
    left: 0;
    top: 26%;
    max-width: 590px;
    width: 100%;
    z-index: 9;
    padding-left: calc(100vw / 16 * 1);
  }
  .stake-text h4 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .stake-text h6 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 40px;
  }
  .stake-text p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 40px;
  }
  .stake2 {
    z-index: 3;
    will-change: transform;
    overflow: hidden;
  }
  .stake3 {
    z-index: 2;
    will-change: transform;
    overflow: hidden;
  }
  .stake4 {
    z-index: 1;
    will-change: transform;
    overflow: hidden;
  }
  /*.stakenumber
{
  position: absolute;
  left:calc(100vw / 16 * 1);
  top:32%;
  z-index: 7;
  font-size: 16px;
  color: #fff;
}*/

.stake-line {
  position: absolute;
  left: 0;
  top: 47%;
  z-index: 7;
  height: 2px;
  width: 0;
  background-color: #fff;
}
.stake-linebg {
  position: absolute;
  left: 0;
  top: 47%;
  z-index: 6;
  height: 1px;
  width: 100%;
  background-color: #ffffff80;
}
.stake-btn a {
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
.stakenumber {
  color: #fff;
  padding-bottom: 30px;
}
.stake-counter {
  font-size: 40px;
}

.em-scroll {
  position: absolute;
  left: calc(100vw / 16 * 1);
  bottom: 30px;
  z-index: 3;
}

.read-btn a:hover,
.read-btn1 a:hover,
.stake-btn a:hover {
  background: transparent
  linear-gradient(270deg, #016b9c 0%, #58378c 50%, #ac234f 100%) 0% 0%
  no-repeat padding-box;
  color: #fff;
  border: none;
  transition: 0.3s ease-in-out;
}

.cellNum.middleWidth7 > div:nth-child(1) {
  max-width: 492px;
  width: 100%;
}
.cellNum.middleWidth7 > div:nth-child(2) {
  max-width: 244px;
  width: 100%;
}
.revenueCons.padZero {
  padding: 0px;
}
.edgeIns h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #8e288f;
}
.edgeIns h4 span {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
}

.edgeBox {
  border: 1px solid #707070;
  padding: 40px 30px;
  margin-bottom: 25px;
}
.passTraffic p {
  margin-bottom: 10px;
}
p.semiB {
  font-weight: 600;
}
.passTraffic {
  max-width: 310px;
  width: 100%;
}
.airBusiness {
  background-color: #d4f2f5;
  padding: 24px 30px;
  margin-bottom: 25px;
}
.airBuIns h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #8e288f;
}
.airBuIns h4 span {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
}
.vechileInd h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #8e288f;
}
.vechileInd h4 span {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
}
.greenList.inlineLists ul li span {
  display: inline;
}

.focusBox {
  border: 1px solid #006db7;
  padding: 38px 33px;
}
.focusBox p {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.focusBox p span {
  font-weight: 600;
}
.focusBox p:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
/**/
.numberList ol {
  margin: 0px;
  padding-left: 15px;
  margin-bottom: 25px;
}
.numberList ol li span {
  display: block;
  font-weight: 700;
}
.numberList ol li {
  margin-bottom: 20px;
  position: relative;
}
.numberList ol li:last-child {
  margin-bottom: 0px;
}

/*slick*/
.sliderContainer {
  position: relative;
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
.slick-slide {
  background: transparent;
  background-position: center;
  background-size: cover;
  height:auto;
  font-size: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dots {
  bottom: -30px;
}
.progressBarContainer {
 position: relative;
 width: 1140px;
 margin: 0 auto;
 margin-top: 30px;
}

.progressBarContainer div {
  display: block;
  width: auto;
  padding: 0;
  cursor: pointer;
  margin-right: 20px;
  float: left;
  color: #fff;
  width: 108px;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 5px;
  background-color: #d0d0d0;
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #ac234f;
  width: 0%;
  height: 5px;
}

.progressBarContainer h3 {
  font-size: 13px;
  line-height: 16px;
  color: rgb(38, 0, 12);
  font-family: "Playfair Display", serif;
  font-weight: 600;
  min-height: 55px;
}
.progressBarContainer h3 .inProgress {
  color: #ac234f;
}
/* Custom */

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  background: red;
  left: 0;
  width: 80px;
  height: 4px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li {
  width: 100px;
}
.slick-dots li.slick-active button:before {
  opacity: 0.25;
  color: black;
}
.slick-dots li.slick-active button:after {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  opacity: 1;
  background: blue;
  left: 0;
  width: 80px;
  height: 3px;
  content: "";
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 9999999999999;
  animation-name: progress;
  animation-timing-function: linear;
  animation-duration: 2600ms;
  animation-delay: 0;
}
@keyframes progress {
  from {
    width: 0px;
  }
  to {
    width: 80px;
  }
}
.progressBarContainerNew .item.active span.progressBarNew {
  background-color: #ef4823;
}
/**/
.slick-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 42, 62, 0.65);
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.6)
  );
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}
.slick-slide.fade-in:after {
  opacity: 1;
  z-index: -1;
}
.empoweringNation .container {
  display: block !important;
}
.map-btn {
  text-align: right;
}
.map-btn a {
  color: #016b9c;
}
.incu-blur {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.incub-text {
  opacity: 0;
  position: relative;
  z-index: 12;
}
.incub-line {
  z-index: 12;
  opacity: 0;
}
.progressBarContainerNew .item.active span.progressBarNew {
  background-color: #ef4823;
}
/**/
.slick-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 42, 62, 0.65);
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.6)
  );
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}
.slick-slide.fade-in:after {
  opacity: 1;
  z-index: -1;
}
.empoweringNation .container {
  display: block !important;
}
.map-btn {
  text-align: right;
}
.map-btn a {
  color: #016b9c;
}
.incu-blur {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
}
.incub-text {
  opacity: 0;
  position: relative;
  z-index: 12;
}
.incub-line {
  z-index: 12;
  opacity: 0;
}

@keyframes progress {
  from {
    width: 0px;
  }
  to {
    width: 80px;
  }
}
.progressBarContainerNew .item.active span.progressBarNew {
  background-color: #ef4823;
}
/**/
.slick-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 42, 62, 0.65);
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.6)
  );
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}
.slick-slide.fade-in:after {
  opacity: 1;
  z-index: -1;
}
.empoweringNation .container {
  display: block !important;
}
.map-btn {
  text-align: right;
}
.map-btn a {
  color: #016b9c;
}
.incu-blur {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.incub-text {
  opacity: 0;
  position: relative;
  z-index: 12;
}
.incub-line {
  z-index: 12;
  opacity: 0;
}

/* corporate css */
.insText.corporate p:nth-child(3) {
  font-size: 18px;
  line-height: 25px;
  font-family: "Noto Sans";
}
.row.corporate {
  margin-top: 70px;
}
.insText.corporate p:nth-child(3)::after {
  content: none;
}
.insText.corporate {
  max-width: 388px;
}
.insText.corporate h2 span {
  display: block;
}
.insText.corporate h2 {
  padding-bottom: 10px;
}
.banner-line.corporate {
  bottom: 0;
}
section.pageSitemap.corporate {
  padding-top: 75px;
}
.corporate-blue-box .row {
  min-height: 289px;
  background-color: #8e278f;
}
.corporate-blue-box {
  margin: 43px;
}
.corporate-blue-box h2 {
  color: #fff;
  padding: 50px 0 10px 43px;
  font-size: 24px;
  line-height: 35px;
}
.corporate-blue-box p {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  padding-left: 43px;
}
.corporate-blue-box h2:nth-of-type(2) {
  color: #fff;
  padding: 41px 0 10px 43px;
}

.key-linkages-section {
  padding: 48px 0;
}

.key-linkages-section h4.section-title {
  color: #8e278f;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 32px;
  font-weight: 700;
}
.linkage-box {
  position: relative;
  padding: 12px 16px 12px 16px;
  background-color: #fff;
}
.linkage-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.5px;
  background-color: #707070;
}
.linkage-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 24px;
  width: 0.5px;
  background-color: #707070;
}
.box-title {
  background-color: #ffcc31;
  display: inline-block;
  padding: 8px 16px;
  font-weight: bold;
  position: absolute;
  top: -19.2px;
  left: 0px;
}

.linkage-list {
  list-style: none;
  padding-left: 0;
  margin-top: 24px;
}

.linkage-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #333;
}

.linkage-list li::before {
  content: "■";
  color: #92278f;
  position: absolute;
  left: 0;
  font-size: 12px;
}

.capitals-box .icons {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.capital-icon {
  font-size: 32px;
  color: #92278f;
}
.key-linkages-section .row > div:nth-child(2) .linkage-box {
  padding: 12px 16px 62px 16px;
}
.key-linkages-section .row > div:nth-child(3) .linkage-box {
  padding: 12px 16px 86px 16px;
}
.row.sec-row {
  margin-top: 50px;
}
.key-linkages-section .row > div:nth-child(2) .linkage-box.new-img {
  padding: 12px 16px 32px 16px;
}
.linkage-box.new-li {
  padding-bottom: 43px;
}
.csr-sec h2 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  padding-bottom: 28px;
  font-weight: 700;
}
.csr-sec .first-num h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-top: 50px;
}
.csr-sec .first-num p {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-top: 10px;
}
.csr-sec .first-num {
  max-width: 191px;
}
.csr-sec h3 {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  padding-top: 70px;
  font-weight: 700;
}
.csr-sec .btm-data h4 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  padding: 30px 0 10px 0;
}
.read-pg {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 23px;
}
.csr-data h4:nth-child(1) {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  padding: 42px 0 16px 0;
}

.csr-data h4:nth-child(2) {
  color: #8e278f;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  padding-bottom: 10px;
}
.board-sec {
  position: relative;
}
.board-sec .black {
  position: absolute;
  width: 120px;
  height: 12px;
  left: 6%;
  bottom: -25px;
  background-color: #000;
}
.board-data::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 0;
  bottom: -20px;
  height: 0.5px;
  width: 77.5%;
  background-color: #707070;
}
.board-data::before {
  content: "";
  position: absolute;
  left: 58.5%;
  right: 0;
  top: 58px;
  height: 0.5px;
  width: 35%;
  background-color: #707070;
}
.board-data p::after {
  content: "";
  position: absolute;
  left: 93.5%;
  right: 0;
  top: 58px;
  height: 73%;
  width: 0.5px;
  background-color: #707070;
}
.board-sec h2 {
  color: #000;
  font-size: 18px;
  line-height: 21px;
  background-color: #aee0e8;
  max-width: 665px;
  padding: 8px 0 8px 20px;
  margin: 40px 0 20px 0;
  font-weight: 700;
}
.board-data p span {
  display: block;
}
.board-sec.new-board {
  margin-top: 40px;
}
.access-data {
  margin-top: 45px;
}
.access-data h2 {
  padding-bottom: 14px;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.access-data h3 {
  padding: 46px 0 50px 0;
  color: #8e278f;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}

.csr-process {
  background-color: #00bbce;
  padding: 40px 0;
  font-family: Arial, sans-serif;
  position: relative;
  padding-bottom: 130px;
  margin-top: 47px;
}

.step-one {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 30px;
  border-bottom: 5px solid #fff;
  padding-bottom: 20px;
  position: relative;
}

.first-step {
  display: flex;
  align-items: center;
  width: 212px;
}

.first-step h3 {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  font-weight: 700;
  z-index: 999;
}

.icon-vid {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.first-li {
  flex-grow: 1;
}

.first-li ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
  font-family: "Noto Sans";
}

.first-li li {
  color: #fff;
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 15px;
}
.first-li li span {
  display: block;
}

.first-li li::before {
  content: "■";
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
}
.blue-box-new {
  max-width: 874px;
  background-color: #006db7;
  position: absolute;
  min-height: 821px;
  z-index: 0;
  right: 74px;
  top: -35px;
}
.step-one.no-border {
  border: none;
}
.btm-data.supp h4 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  padding: 60px 0 10px 0;
  font-weight: 700;
}
.btm-data.supp p {
  padding-top: 15px;
}
.emptyBox {
  background-color: #d4d4d4;
  height: 933px;
  width: 100%;
}

.emptyBnr {
  background-color: #d4d4d4;
  height: 552px;
  width: 100%;
}

.awardsAcolades p {
  position: absolute;
  max-width: 348px;
  top: 0px;
  left: 50%;
}

.visitsIns h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #8e288f;
}
.visitsIns h4 span {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
}
.visitsIns.lineHt h4 span {
  line-height: 30px;
}
.copperW .visitsIns h4 span {
  max-width: 168px;
  width: 100%;
}
.defenW .visitsIns h4 span {
  max-width: 316px;
  width: 100%;
  min-height: 42px;
}

.e-scroll1 {
  font-weight: 700;
}
.btm-data.supp .sdg-img {
  padding-bottom: 39px;
}
.supp-img {
  padding: 29px 0 40px 0;
}
.supp-list h3 {
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 23px;
}
.supp-list h2 {
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 23px;
  color: #006db7;
  padding-bottom: 15px;
  font-weight: 700;
}
.supp-list li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.supp-list li {
  position: relative;
  padding-bottom: 20px;
}
.supp-list ul {
  list-style: none;
  padding-left: 16px;
}
.supp-list.new-supp .supp-img {
  padding-top: 2px;
}
.supp-list.new-supp h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}
.establish .left-data h3 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
}
.establish .left-data p {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 36px;
  padding-top: 10px;
}
.establish .left-data p span {
  display: block;
}
.establish .left-data {
  border-right: 1px solid #707070;
}
.row.estab {
  align-items: center;
  border: 1px solid;
  margin-left: 1px;
  padding: 61px 0 51px 160px;
}
.establish {
  margin: 36px 0 46px 0;
}
.line-data h3 {
  font-size: 18px;
  line-height: 21px;
  background-color: #00bbce;
  padding: 8px 0 7px 20px;
  color: #fff;
}
.line-data {
  border-bottom: 1px solid #707070;
  position: relative;
  margin-bottom: 40px;
}
.line-data.new-line::after {
  content: "";
  position: absolute;
  border-left: 0.5px solid #707070;
  left: 0;
  bottom: 0;
  height: 210px;
}
.line-data::after {
  content: "";
  position: absolute;
  border-left: 0.5px solid #707070;
  left: 0;
  bottom: 0;
  height: 100px;
}
.line-data.new-line p {
  padding-left: 17px;
  padding-top: 16px;
}
.line-data li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.line-data.new-line li span {
  font-weight: 700;
}
.line-data li {
  position: relative;
  padding-bottom: 20px;
}
.line-data ul {
  list-style: none;
  padding-top: 14px;
}
.parent-ul {
  display: flex;
  gap: 100px;
}
.middle-d h2 {
  padding: 27px 0 10px 0;
  font-weight: 700;
}
.middle-d h2 {
  font-size: 18px;
  line-height: 21px;
  padding-top: 0;
}
.middle-d p {
  padding-bottom: 21px;
}
.middle-d.new-c h2 {
  color: #8e278f;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 20px;
}
.middle-d.new-c img {
  padding-bottom: 35px;
}
.line-data.third-d ul {
  padding-left: 34px;
}
.line-data.third-d::after {
  content: "";
  position: absolute;
  border-left: 0.5px solid #707070;
  left: 0;
  bottom: 0;
  height: 136px;
}
.line-data.third-d.four::after {
  content: "";
  position: absolute;
  border-left: 0.5px solid #707070;
  left: 0;
  bottom: 0;
  height: 216px;
}
.middle-d.comm h2 {
  color: #000;
}
.short-p h3 {
  font-size: 18px;
  line-height: 21px;
  color: #006db7;
  padding-top: 12px;
  padding-bottom: 10px;
}
.short-p p span {
  font-weight: 700;
}
.short-p p {
  padding-bottom: 20px;
}
.tree-img {
  padding-bottom: 54px;
}
.sub-sec h3 {
  font-size: 18px;
  line-height: 21px;
  color: #006db7;
  padding: 20px 0 50px 0;
  font-weight: 700;
}
.sub-sec .left-data h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  padding-bottom: 10px;
  font-weight: 700;
}
.sub-sec .left-data p {
  padding-bottom: 40px;
}
.left-data.data-new p {
  padding-bottom: 67px;
}
.middle-d.comm.sec-c {
  padding-bottom: 25px;
}
.info-img {
  padding-bottom: 60px;
}
.middle-d.new-c p span {
  font-weight: 700;
}
.all-img {
  padding-bottom: 32px;
}
.prod-eco h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  padding-bottom: 30px;
}
.prod-eco .first-data img {
  padding-bottom: 74px;
}
.prod-eco .first-data .light-b {
  width: 84px;
  height: 15px;
  background-color: #cceaef;
  margin-top: 30px;
}
.prod-eco .first-data {
  border-right: 1px solid #707070;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.prod-eco .first-data.no-brdr {
  border: none;
}
.prod-eco .first-data .play-icon {
  position: absolute;
  right: -16px;
  top: 39%;
}
.supp-list.benefit {
  padding-top: 55px;
}
.prod-eco .first-data p span {
  display: block;
}
.training h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  padding-bottom: 30px;
}
.training {
  padding-top: 50px;
}
.cloth-img {
  padding-top: 30px;
}
.cloth-img p {
  padding-top: 12px;
  font-weight: 500;
  padding-bottom: 43px;
}
.cloth-img img {
  max-width: 160px;
  min-height: 199px;
}
.middle-d.comm p span {
  font-weight: 700;
}
.globe-icon {
  margin-top: 58px;
  background-color: #e9f6f7;
  padding: 50px 0;
  margin-bottom: 40px;
}
.globe-icon .left-global-data h3 {
  font-size: 20px;
  line-height: 21px;
  color: #8e278f;
  padding-top: 12px;
  font-weight: 700;
}
.globe-icon .left-global-data h3 span {
  display: block;
}
.globe-icon .left-global-data p {
  font-size: 14px;
  line-height: 21px;
}
.globe-icon .left-global-data {
  padding-bottom: 47px;
  text-align: center;
}
.globe-icon .right-global-data p span {
  font-weight: 700;
}
.globe-icon .right-global-data li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.globe-icon .right-global-data li {
  position: relative;
  padding-bottom: 16px;
}
.globe-icon .right-global-data li span {
  font-weight: 700;
}
.globe-icon .right-global-data ul {
  list-style: none;
  padding-left: 16px;
  padding-top: 21px;
  padding-bottom: 66px;
}
.check-img.btm {
  padding-top: 45px;
  padding-bottom: 30px;
}
/* uneza css start */
.insBnrText {
  max-width: 420px;
  width: 100%;
}
.insBnrText h2 {
  color: #ac234f;
  font-size: 32px;
  line-height: 35px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  padding-bottom: 15px;
}
.insBnrText p {
  font-size: 18px;
  color: #53c6d6;
  line-height: 25px;
  font-weight: 600;
}
.adaniEntrLmt h2 {
  font-size: 24px;
  font-weight: 600;
  color: #8e278f;
}
.pupBox {
  background: #8e278f;
  width: 243px;
  padding: 60px 25px 60px 40px;
  position: absolute;
  top: -25px;
  height: 228px;
}
.pupBox h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 21px;
  padding-bottom: 5px;
}
.pupBox p {
  font-size: 16px;
  color: #fff;
  line-height: 21px;
}
.empowSpn {
  display: block;
}
.greyBox h1 {
  font-size: 40px;
  color: #8e278f;
  font-weight: 700;
}
.greyBox {
  background: #ededee;
  padding: 40px 40px 0px 225px;
  margin-left: 50px;
}
.greyFlx {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.empMain {
  margin-top: 50px;
  position: relative;
}
.greyBox .row h1 span {
  font-size: 24px;
}
.empLeftCon h5 {
  color: #006db7;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.empLeftCon {
  margin-left: 50px;
  margin-top: 40px;
}
.empLeftConFlx {
  margin-bottom: 20px;
}

.empLefTwoFlx p {
  padding-bottom: 20px;
}
.empLefTwoFlx {
  position: relative;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.empLefTwoFlx .col-xl-3:nth-child(1)::before {
  position: absolute;
  content: "";
  background: #000;
  height: 12px;
  width: 120px;
  bottom: -5px;
  left: 0;
}
.empLefTwoFlx .col-xl-3:nth-child(1)::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 14px;
  position: absolute;
  left: 120px;
  bottom: -1px;
}
.empLeftCon h1 {
  color: #58595b;
  font-size: 40px;
  font-weight: 900;
}
.empLeftCon h6 {
  font-size: 18px;
  font-weight: 600;
  color: #58595b;
  padding: 30px 0 15px;
}
.greyBox .row {
  padding-bottom: 20px;
}
.largeTxt h1 {
  font-size: 24px;
}
.empHead {
  margin-top: 50px;
}
.empBlue .greyBox .row {
  padding-bottom: 55px;
}
.empBlue .pupBox {
  background: #43408e;
}
.empHead h2 {
  color: #43408e;
}
.empBlue .greyBox .row h1 {
  color: #43408e;
}
.brbtm {
  border-bottom: 1px solid;
  height: 60px;
}
.empLeftConFlx .col-xl-3:nth-child(1) {
  padding-right: 0px;
}
.empLeftConFlx .col-xl-3:nth-child(2),
.empLeftConFlx .col-xl-3:nth-child(3),
.empLeftConFlx .col-xl-3:nth-child(4) {
  padding-left: 0px;
  padding-right: 0px;
}
.empskygrey .pupBox {
  background: #00729c;
  padding: 50px 25px 50px 36px;
}
.empskygrey .greyBox .row h1 {
  color: #00729c;
}
.empskygrey .greyBox .row {
  justify-content: space-between;
  padding-bottom: 50px;
}
.empHeadthree {
  margin-top: 50px;
}
.empHeadthree h2 {
  color: #00729c;
}
.empskygrey .empLeftCon h6:nth-child(2) {
  padding: 0px 0 15px;
}
ul.empList {
  padding: 20px 0px 0 20px;
}
ul.empList li {
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}
ul.empList li::before {
  position: absolute;
  content: "";
  background: #8e298d;
  height: 5px;
  width: 5px;
  left: -20px;
  bottom: 20px;
}
.empHeadfour {
  margin-top: 50px;
}
.empHeadfour h2 {
  color: #336c49;
}
.empGreen .pupBox {
  background: #336c49;
}
.empGreen .greyBox h1 {
  color: #336c49;
}
.empGreen .greyBox {
  padding: 80px 40px 60px 260px;
}
.empGreen .empLeftCon h5 {
  color: #39b54a;
}
.empHeadfive {
  margin-top: 50px;
}
.empHeadfive h2 {
  color: #007979;
}
.empGreenSky .pupBox {
  background: #007979;
}
.empGreenSky .greyBox h1 {
  color: #007979;
}
.empGreenSky .empLeftCon h5 {
  color: #007979;
}
.empGreenSky .empLeftCon h6:nth-child(5) {
  padding: 0px 0px 15px;
}
.empHeadsix {
  margin-top: 50px;
}
.empHeadsix h2 {
  color: #681237;
}
.empMahroon .pupBox {
  background: #681237;
}
.empMahroon .greyBox h1 {
  color: #681237;
}
.empMahroon .greyBox {
  padding: 65px 40px 100px 280px;
}
.empMahroon .empLeftCon h5 {
  color: #a54078;
}
.empDrkOrng .greyBox {
  padding: 65px 40px 100px 280px;
}
.empHeadseven h2 {
  color: #a1490c;
}
.empHeadseven {
  margin-top: 50px;
}
.empDrkOrng .pupBox {
  background: #a1490c;
}
.empDrkOrng .greyBox h1 {
  color: #a1490c;
}
.empDrkOrng .empLeftCon h5 {
  color: #f58220;
}
.empHeadeight {
  margin-top: 50px;
}
.empHeadeight h2 {
  color: #f04c23;
}
.empOrng .pupBox {
  background: #f04c23;
}
.empOrng .greyBox h1 {
  color: #f04c23;
}
.empOrng .greyBox {
  padding: 40px 40px 40px 260px;
}
.empOrng .empLeftCon h5 {
  color: #7d4661;
}
.empHeadnine {
  margin-top: 50px;
}
.empHeadnine h2 {
  color: #3e306e;
}
.empDrkBlue .pupBox {
  background: #3e306e;
  padding: 60px 0px 0px 36px;
}
.empDrkBlue .greyBox h1 {
  color: #3e306e;
}
.empDrkBlue .greyBox {
  padding: 60px 0px 110px 250px;
}
.empDrkBlue .empLeftCon h5 {
  color: #763f98;
}
.purpBusiness {
  background: #8e278f;
  margin-top: 6px;
}
.purpBusiness .siteMap a {
  color: #fff;
}
.bussFlx {
  display: flex;
}
.bussRgt {
  background: #006db7;
  padding: 40px 10px 30px 80px;
  position: relative;
  border-bottom: 5px solid #fff;
  width: 100%;
}
.bussLft {
  /*  padding-right: 40px;*/
  border-bottom: 5px solid #fff;
  width: 200px;
}
.bussLft h4 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 45px;
}
.bussRgt::after {
  content: "";
  position: absolute;
  background: url(../images/our-tax/yellow-arrow.svg);
  width: 31px;
  height: 32px;
  left: -10px;
  top: 40px;
}
.bussRgt h5 {
  font-size: 16px;
  color: #fff;
  border-bottom: 2px solid #1384d4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.brdRghtDev {
  border-bottom: 2px solid #1384d4;
  padding: 0px 0 10px;
}
.brdRghtDev .col-xl-4:nth-child(1) {
  padding-left: 0px;
}
.rowSpc {
  padding: 5px 0 0px;
}
.rowSpc .col-xl-4:nth-child(1) {
  padding-left: 0px;
}
.diffClr {
  color: #00bbce;
}
.rowSpc p {
  padding-bottom: 15px;
  color: #f5feff;
}
ul.opLst li::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 5px;
  height: 5px;
  left: -20px;
  top: 7px;
}

ul.opLst li {
  list-style: none;
  position: relative;
  color: #fff;
  padding-bottom: 10px;
}
ul.opLst {
  padding-left: 20px;
}
.bussRgtNon {
  border-bottom: 0px;
}
.bussRgtNon::after {
  background: none !important;
}
.purpBusiness .pageSitemap {
  margin-bottom: 50px;
}
.aelContent h5 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.busProtscnd {
  padding: 50px 0 0;
}
.aelContent h5:nth-child(1) {
  color: #8e278f;
}
.aelContent h5:nth-child(3),
.aelContent h5:nth-child(8) {
  color: #000000;
}
.aelContent h5:nth-child(6) {
  color: #006db7;
}
.aelContent p:nth-child(2) {
  padding-bottom: 50px;
}
.aelContent ul.empList li::before {
  position: absolute;
  content: "";
  top: 7px;
}
.aelContent ul.empList:nth-child(7) {
  padding: 0px 20px 20px;
}
.busImg {
  margin: 30px 0 30px;
}
.skyBox ul.empList li::before {
  top: 7px;
  left: -10px;
}
.skyBox h4 {
  font-size: 18px;
  color: #006db7;
  font-weight: 600;
}
.skyBox ul.empList {
  padding: 10px 0px 0 10px;
}
.skyBox ul.empList li {
  padding-bottom: 0px;
}
.skyBox {
  background: #e9f6f7;
  padding: 20px;
}
.skyMrgn {
  margin-bottom: 30px;
}
.yellowBox {
  max-width: 212px;
  width: 100%;
  background: #ffcc31;
  padding: 10px 0px 10px 20px;
  margin: 25px 0 10px;
}
.yellowBox p {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.brdlftrgt h6 {
  color: #006db7;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 10px;
}
.mainBrdr {
  border-left: 1px solid;
  border-bottom: 1px solid;
  margin-left: 0px;
}
.brdlftrgt {
  padding-left: 10px;
  padding-bottom: 20px;
}
.brdlftrgtTwo ul.empList {
  margin-bottom: 0px;
}
.brdlftrgtTwo {
  border-left: 1px solid;
  border-bottom: 1px solid;
  padding-left: 15px;
  height: 65px;
  padding-top: 10px;
}
.brdlftrgtTwo ul.empList {
  padding: 0px 0px 0 20px;
  display: flex;
}
.brdlftrgtTwo ul.empList li:nth-child(2) {
  margin-left: 50px;
}
.brdlftrgtTwo ul.empList li::before {
  position: absolute;
  content: "";
  left: -12px;
  bottom: 7px;
}
.brdlftrgtTwo h6 {
  color: #006db7;
  font-size: 18px;
  font-weight: 600;
}
.brdlftrgtTwo h6 span {
  color: #000000;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.brdlftrgtTwo ul.empList li {
  padding-bottom: 0px;
}
.mateBox .col-xl-5:nth-child(3) .brdlftrgtTwo h6 span {
  display: inline;
}
.blckLine {
  width: 120px;
  background: #000000;
  height: 12px;
  display: block;
  margin: 30px 0 30px;
}
.commnH4 h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.dirBx h6 span {
  display: inline;
  color: #000000;
}
.dirBx h6 {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
.purpHead h4 {
  color: #8e278f;
  font-size: 18px;
  padding-top: 50px;
  font-weight: 600;
}
.numIconTxt {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
}
.numIconTxt p {
  color: #8e278f;
  font-size: 18px;
  font-weight: 600;
}
.anilTxt h4 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 30px;
}
.mainBox {
  position: relative;
  border: 1px solid #707070;
  padding: 120px 20px 20px;
  margin-top: 80px;
}
.innerBox h4 {
  color: #8e278f;
  font-size: 18px;
  font-weight: 600;
}
.innerBox {
  background: #fff;
  position: absolute;
  left: 27%;
  border: 1px solid #707070;
  padding: 40px;
  top: -53px;
  z-index: 9999999;
}
.innerBox::before {
  background: #fff;
  content: "";
  height: 12px;
  position: absolute;
  width: 50px;
  left: -51px;
  top: 50px;
}
.innerBox::after {
  background: #fff;
  content: "";
  height: 12px;
  position: absolute;
  width: 50px;
  right: -51px;
  top: 50px;
}
.skyLine {
  background: #00bbce;
  width: 160px;
  height: 16px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 200px;
}
.mainBox p {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  padding-top: 10px;
}
.orngLine {
  background: #ffcc31;
  width: 541px;
  height: 1px;
  margin: 0 auto;
}
.outerLn::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 12px;
  background: #fff;
  padding: 10px;
  z-index: 99999999;
  left: 105px;
  bottom: -10px;
}

.outerLn {
  position: relative;
  border-bottom: 1px solid;
  padding-left: 20px;
  z-index: 99;
}
.innerLn {
  position: absolute;
  width: 120px;
  height: 12px;
  background: #000;
  left: 0;
  bottom: -7px;
  display: block;
}
.mrgnTop {
  margin-top: 50px;
}

ul.emTop li::before {
  top: 5px;
}
.padTopNo {
  padding-top: 0px !important;
}
.mrgnT40 {
  margin-top: 40px;
}

.busPorPage .insText h2 {
  color: #ac234f;
}
.insBnrText h6 {
  font-size: 14px;
  line-height: 35px;
  color: #000000;
  position: relative;
  margin-bottom: 20px;
}
.insBnrText h6::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 46px;
  height: 4px;
  background-color: #fdca31;
}
.investPage .insBnrText h2 {
  color: #8e278f;
}
.investPage .insBnrText h2 span {
  display: block;
}
.investTxt h6 {
  color: #53c6d6;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 50px;
  line-height: 25px;
}
.investTxt h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.investTxt p {
  padding-bottom: 50px;
}
.investTxt h4:nth-child(6) {
  color: #8e278f;
}
.empInBlue .pupBox {
  background: #006db7;
}
.empInBlue .pupBox h4 {
  color: #ffcc31;
}
.empInBlue .greyBox {
  padding: 40px 40px 80px 225px;
}
.empInBlue .greyBox p {
  color: #000000;
}
.robustTxt h6 {
  padding: 50px 0 25px;
  font-size: 16px;
}
.robustTxt p {
  border-bottom: 2px solid #707070;
  padding: 30px 0 20px;
}
.robustTxt h4 {
  color: #006db7;
  font-size: 16px;
  font-weight: 600;
  padding: 25px 0 25px;
}
.robustTxt h1 {
  color: #8e278f;
  font-size: 40px;
  font-weight: bold;
}
.usdTxt p {
  padding: 10px 0 10px;
  border-bottom: 0px;
  color: #000000;
}
.empInBlue .greyBox h4 {
  color: #006db7;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.caseTwo {
  padding: 40px 40px 30px 225px !important;
}
.investPage .skyBox {
  background: #ededee;
  margin: 50px 0 30px;
  padding: 30px 30px 30px;
}
.investPage .skyBox h4 {
  padding-bottom: 10px;
}
.usdTxt h4 {
  color: #006db7;
  font-size: 18px;
  font-weight: 600;
  padding: 0px;
  height: 25px;
}
.espad {
  padding: 50px 0 20px;
}
.adMrgn {
  margin-bottom: 30px;
}
.occuBrdr {
  border-left: 1px solid;
  border-bottom: 1px solid;
  padding-left: 15px;
  height: 165px;
  padding-top: 10px;
}
.occuBrdr ul.empList li::before {
  position: absolute;
  content: "";
  background: #8e298d;
  height: 5px;
  width: 5px;
  left: -20px;
  top: 7px;
}
.capBox {
  border-left: 1px solid;
  border-bottom: 1px solid;
  padding-left: 15px;
  height: 120px;
  padding-top: 10px;
}
.capHead {
  margin-top: 40px;
}
.highTxt p:nth-child(1) {
  padding: 0px 0 30px;
}
.highTxt h4:nth-child(2) {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}
.highTxt p span.hilgt {
  font-weight: bold;
}
.highTxt p:nth-child(3),
.highTxt p:nth-child(4),
.highTxt p:nth-child(5) {
  padding-bottom: 10px;
}
.paraPad p {
  padding-bottom: 15px;
}
.busImg h4 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  padding-bottom: 30px;
}
.occuIstock {
  background: url(../images/occupational-img2.webp);
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.greySec {
  background: #f3f3f3;
  margin: 40px 0 0px;
  padding: 40px 0 40px;
}
.greySecTxt h4 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  padding-bottom: 20px;
}
.greySecTxt p {
  padding-bottom: 10px;
}
.greySecTxt h4:nth-child(4) {
  padding-top: 20px;
  padding-bottom: 10px;
}
.greySecTxt p span {
  font-weight: bold;
}
.safetyBox {
  border: 1px solid #707070;
  text-align: center;
  padding: 20px 0 20px;
}
.safetyBox .orngLine {
  width: 92px;
}
.safetyBox p {
  padding-bottom: 10px;
  padding-top: 15px;
}
.safetySec h4 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  padding-bottom: 20px;
}
.orgPara p {
  padding-top: 110px;
  max-width: 663px;
  width: 100%;
  margin-left: 20px;
}
.sakshamCont p {
  font-size: 18px;
  font-weight: 600;
}
.sakshamMain {
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  padding: 60px 20px 10px 0px;
}
.sakshamCont {
  background: #aee0e8;
  color: #8e278f;
  width: 600px;
  padding: 10px 20px 10px;
  position: absolute;
  top: -15px;
}
.sakshamSec {
  margin: 60px 0 0px;
}
.sakshamMain h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 10px;
  color: #000000;
}
.sakshamMain p {
  padding-bottom: 20px;
}
.sakshamMain::after {
  content: "";
  position: absolute;
  width: 120px;
  background: #ffcc31;
  height: 12px;
  bottom: -6px;
}
.sakshamMain::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 20px;
  bottom: -1px;
  left: 120px;
}
.sakshamCont p {
  padding-bottom: 0px;
}
.blueBgOccu {
  background: #006db7;
  display: block;
  min-width: 1110px;
  height: 600px;
  width: 100%;
}
.caseMain {
  background: #fff;
  margin-top: -62px;
  padding: 20px 0 20px;
  margin-left: 70px;
  width: 980px;
  position: relative;
}
.caseBx {
  background: #ffcc31;
  padding: 10px 0px 10px 20px;
  width: 212px;
  position: absolute;
  top: 20px;
  left: 35px;
}
.caseBx p {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.lftSpc {
  margin-left: 35px;
}
.lftSpc h4,
.lftSpc p {
  padding-left: 25px;
}
.lftDigBr {
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-bottom-left-radius: 10px;
}
.lftDigBr h4:nth-child(1),
.lftDigBr h4:nth-child(3) {
  color: #000;
  padding-bottom: 15px;
  padding-top: 20px;
}
.lftSpc ul {
  margin-left: 45px;
  padding-left: 0;
}
.lftSpc ul.empList li::before {
  left: -15px;
  top: 7px;
}
.caseSecThree .lftDigBr h4:nth-child(3) {
  padding-bottom: 0px;
}
.caseSecThree .lftDigBr h4:nth-child(5) {
  color: #000;
  padding-bottom: 0px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
}
.caseSecTwo .lftDigBr h4:nth-child(5) {
  padding-top: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.lftDigBr {
  padding-bottom: 20px;
}
.caseSecTwo {
  margin: 30px 0 30px;
}
.lastA a {
  color: #000;
  font-size: 16px;
}
.lastA {
  margin: 30px 0 20px;
}
.occupationalPage .purpHead h4 {
  padding-bottom: 15px;
}
.rmvmrgTop {
  margin: 0px 0 30px;
}
.imgCntr {
  text-align: center;
}
.safetyTxt {
  margin-top: 30px;
}
.addImg {
  margin-top: 30px;
}
.compara {
  padding-top: 25px;
}
.inciMain h4:nth-child(1) {
  color: #8e278f;
}
.inciMain {
  margin-top: 50px;
}
.inciMain h5 {
  padding-bottom: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.inciMain p:nth-child(3) {
  padding-bottom: 50px;
}
.inciMain ul.empList {
  padding: 0px 0px 0 20px;
}
.inciMain ul.empList li::before {
  top: 7px;
}
.spnBold {
  font-weight: 600;
}
.inciMain p:nth-child(7),
.inciMain p:nth-child(8),
.inciMain p:nth-child(9) {
  padding-bottom: 20px;
}
.padTopRmv h4 {
  padding-top: 0px;
}
.greySecApp h4:nth-child(1),
.greySecApp h4:nth-child(6) {
  padding-bottom: 0px;
}
.greySecApp ul.empList li::before {
  top: 7px;
}
.purpX {
  font-weight: bold;
  font-size: 40px;
  color: #8e278f;
  margin-bottom: 10px;
}
.bioderTxt h5 {
  color: #53c6d6;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 25px;
}
.bioderTxt h4 {
  font-size: 18px;
  padding-bottom: 10px;
  color: #8e278f;
  font-weight: 600;
}
.bioderTxt p {
  padding-bottom: 15px;
}
.stakeMain {
  border: 1px solid #707070;
  padding: 20px 30px 20px;
  margin-bottom: 35px;
}
.stakeIn p {
  padding-bottom: 0px;
  color: #fff;
  font-weight: 600;
}

.stakeIn {
  background: #00bbce;
  padding: 15px 0px 15px 20px;
  margin-bottom: 15px;
}
.bioderTxt img {
  margin: 20px 0 30px;
}
.bioderTxt p:nth-child(10) {
  padding-bottom: 35px;
}
.bioPage .greySecTxt h6 {
  color: #8e278f;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
}
.bioPage .greySecTxt h4:nth-child(8) {
  padding-top: 20px;
}
.bioPage .greySecTxt h5:nth-child(11),
.bioPage .greySecTxt h5:nth-child(13),
.bioPage .greySecTxt h5:nth-child(15) {
  color: #006db7;
  font-weight: 600;
  font-size: 18px;
}
.bioPage .greySecTxt ul.empList li::before {
  position: absolute;
  content: "";
  background: #8e298d;
  height: 5px;
  width: 5px;
  left: -15px;
  top: 8px;
}
.bioPage .greySecTxt h5:nth-child(11) {
  padding-top: 10px;
}
.bioPage .skyBox {
  background: #ededee;
  margin: 30px 0 30px;
  padding: 30px 30px 30px;
}
.bioPage .skyBox h4 {
  color: #006db7;
}
.interMain {
  margin: 50px 0 40px;
}
.bioPage .blueBgOccu {
  background: url(../images/case-s-img.webp);
}
.bioPage .lftSpc h4:nth-child(1) {
  padding: 60px 25px 20px;
}
.bioPage .lftDigBr h4:nth-child(2),
.bioPage .lftDigBr h4:nth-child(4) {
  color: #000000;
}
.bioPage .lftDigBr h4:nth-child(2) {
  padding-top: 30px;
}
.bioPage .lftDigBr h4:nth-child(4) {
  padding-top: 0px;
}
.fortSec h1 {
  font-size: 32px;
  color: #006db7;
  padding-bottom: 15px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.fortSec p {
  padding-bottom: 40px;
  color: #000000;
}
.fortSec ul.empList {
  margin-top: 20px;
}
.custoPage .brdlftrgtTwo ul.empList {
  padding: 0px 0px 0 20px;
  display: block;
}
.custoPage .brdlftrgtTwo {
  height: 130px;
}
.custoPage .brdlftrgtTwo ul.empList li:nth-child(2) {
  margin-left: 0px;
}
.custoPage .brdlftrgtTwo ul.empList li {
  padding-bottom: 15px;
}
.custoPage .brdlftrgtTwo ul.empList li::before {
  position: absolute;
  content: "";
  left: -12px;
  top: 7px;
}
.custTxt {
  padding-top: 40px;
}
.custTxt h4 {
  color: #8e278f;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.custTxt h1 {
  font-size: 40px;
  color: #8e278f;
  font-weight: bold;
}
.custoPage .blueBgOccu {
  background: url(../images/customer-relations-img1.webp);
}
.custoPage .caseSecTwo p {
  padding-bottom: 15px;
}
.custoPage .caseSecTwo h4 {
  padding: 70px 25px 20px;
}
.custoPage .caseCusto {
  margin-top: 0px;
}
.custoPage .caseCusto .caseBx p {
  padding-bottom: 0px;
}
.custoPage .caseCusto h5 {
  color: #006db7;
  padding-left: 30px;
}
.custoPage .caseCusto h6 {
  color: #000;
  padding-left: 30px;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 40px;
}
.custLast h4 {
  color: #8e278f;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.custLast h6 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 40px;
}
.custLast img {
  margin-bottom: 50px;
}
.custLast p {
  padding-bottom: 10px;
}
.resPage .brdlftrgtTwo {
  display: flex;
  align-items: start;
}
.resPage .brdlftrgtTwo {
  height: 225px;
}
.resPage .brdlftrgtTwo ul.empList {
  display: block;
}
.resPage .brdlftrgtTwo ul.empList li:nth-child(2) {
  margin-left: 0px;
}
.resPage .brdlftrgtTwo ul.empList li {
  padding-bottom: 15px;
}
.resPage .brdlftrgtTwo ul.empList li::before {
  top: 8px;
}
.resPage .brdlftrgtTwo img {
  width: 286px;
}
.resCap img {
  width: 180px !important;
}
.brdHeight {
  height: 150px !important;
}
.esgMain {
  border-right: 1px solid;
  position: relative;
  height: 600px;
}
.esgMain::before {
  content: "";
  position: absolute;
  background: url(../images/yellow-arrow.svg);
  width: 30px;
  height: 30px;
  right: -15px;
  top: 45%;
}
.esgMain ul.empList li::before {
  position: absolute;
  content: "";
  background: #8e298d;
  height: 5px;
  width: 5px;
  left: -16px;
  top: 8px;
}
.brdnon {
  border-right: 0px;
}
.blueLine span {
  width: 85px;
  height: 15px;
  background: #cceaef;
  display: block;
  margin: 0 auto;
}
.esgMain ul.empList li {
  padding-bottom: 20px;
}
.esgMain ul.empList {
  height: 370px;
}
.brdnon::before {
  background: none !important;
}
.suppTxt {
  margin-top: 30px;
}
.suppTxt h5 {
  color: #000;
}
.resPage .brdRghtDev {
  border-bottom: 0px;
}
.resPage .brdRghtDev p {
  color: #fff;
}
.resPage .purpBusiness {
  padding-bottom: 70px;
  margin-top: 70px;
}
.resPage .busBoth .bussLft {
  border-bottom: 0px;
}
.resPage .busBoth .bussRgt {
  border-bottom: 0px;
}
.resBuss {
  margin-top: -40px;
}
.resBuss .bussRgt {
  padding-top: 80px;
}
.resBuss h4 {
  padding-top: 80px;
}
.resPage .bussLft h4 {
  font-size: 18px;
}
.resBuss .bussRgt::after {
  top: 75px;
}
.suppTxtOne h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 20px 0 15px;
}
.suppTxtOne p:nth-child(2) {
  padding-bottom: 15px;
}
.criterTxt h4 {
  font-size: 18px;
  font-weight: 600;
  color: #006db7;
  padding-bottom: 15px;
}
.criterTxt img {
  margin-bottom: 40px;
}
.criterTxt h5:nth-child(4) {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.criterTxt h6:nth-child(7),
.criterTxt h6:nth-child(9),
.criterTxt h6:nth-child(11),
.criterTxt h6:nth-child(13) {
  color: #8e278f;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.golobalPage .bussLft h4 {
  font-size: 18px;
}
.golobalPage .bussLft {
  width: 275px;
}
.golobalPage .busBoth .bussLft {
  border-bottom: 0px;
}
.golobalPage .busBoth .bussRgt {
  border-bottom: 0px;
}
.resPage .brdRghtDev {
  border-bottom: 0px;
}
.golobalPage .purpBusiness {
  background: #00bbce;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
.golobalPage .bussRgt {
  background: #6d6e71;
}
.resOne {
  margin-top: -40px;
}
.resOne h4 {
  padding-top: 80px;
}
.resOne .bussRgt::after {
  top: 75px;
}
.golobalPage .bussRgt {
  padding: 70px 10px 40px 80px;
}
.golobalPage .bussRgt::after {
  content: "";
  position: absolute;
  top: 70px;
}
.resOne .bussRgt {
  padding-top: 100px !important;
}
.golobalPage .resOne .bussRgt::after {
  content: "";
  position: absolute;
  top: 100px !important;
}
.taxTxt h4 {
  color: #43408e;
  font-size: 18px;
  font-weight: 600;
  padding: 40px 0 30px;
}
.mapBtmTxt p {
  padding-top: 20px;
}
.taxTxt h6 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.taxTxt p {
  padding-bottom: 30px;
}
.taxTxt h4:nth-child(10) {
  padding: 20px 0 15px;
}
.mapIn h4 {
  color: #8e278f;
  font-size: 40px;
  font-weight: bold;
}
.mapFlx {
  display: flex;
  justify-content: space-between;
  margin-left: 50px;
}
.mapIn {
  position: relative;
  text-align: center;
}
.mapIn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 40px;
  height: 40px;
  right: -20px;
  border-radius: 50px;
  z-index: 9999;
  bottom: -20px;
}
.mapIn {
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.mapSpc .col-xl-3 .mapIn {
  padding-top: 40px;
}
.mapMain .row .col-xl-3:nth-child(4) .mapIn {
  border-right: 0px;
}
.brdBtmRmv .col-xl-3:nth-child(1) .mapIn,
.brdBtmRmv .col-xl-3:nth-child(2) .mapIn {
  border-bottom: 0px;
}
.mapMain {
  margin-left: 35px;
}
.brdBtmRmv .col-xl-6:nth-child(3) {
  display: flex;
  align-items: end;
  justify-content: center;
}
.contriImg {
  margin: 10px 0 50px;
}
.taxImg {
  margin-bottom: 30px;
}
/* uneza css end */

.empowering2-mbl,
.highlight-screen2-mbl,
.incubating-mbl,
.n-show,
.stake-wrap-mbl {
  display: none;
}

.hmesg h4 {
  font-size: 18px;
  line-height: 24px;
  color: #016b9c;
  padding-bottom: 10px;
}

.about-adani-banner-sec p:last-child {
  color: #53c6d6;
}
.em-resilience h2 {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  padding: 15px 0px;
}
.em-resilience p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 21px;
}
.em-resilience ul li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.em-resilience ul {
  list-style: none;
  padding-left: 0;
}

.em-resilience li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #8e278f;
}
.about-adani-vision {
  padding: 30px 0px 50px 0px;
  background-color: #f3f3f3;
}
.about-adani-vision h1 {
  font-size: 24px;
  line-height: 21px;
  color: #000000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}
.about-adani-vision .vision-six-highlight p {
  padding: 10px 0px 40px 35px;
  position: relative;
}
.about-adani-vision .vision-six-highlight p::before {
  content: "6";
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 40px;
  font-weight: 700;
  color: #ffcc31;
  line-height: 21px;
}
.about-adani-vision .vision-six-highlight p .label-main {
  display: block;
}
.about-adani-vision .vision-six-highlight p .label-date {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.about-adani-vision .bottom-yellow-arrow {
  display: flex;
  align-items: center;
  gap: 23px;
}
.about-adani-vision .bottom-yellow-arrow p {
  padding: 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #58595b;
}

.managing-director-banner h1 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  color: #8e278f;
  padding-bottom: 30px;
}
.managing-director-banner p {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #016b9c;
  padding: 20px 0px;
  margin: 0;
}
.managing-director-banner h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 45px;
  color: #066ab5;
}
.managing-director-banner h2 span {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding-left: 15px;
}
.managing-director-insBanner {
  background-image: url(images/message-managing-director/bg-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.director-msz h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #53c6d6;
  padding-bottom: 50px;
}
.director-msz h5 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  padding-bottom: 10px;
}
.director-msz p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 20px;
}
.director-msz-mid {
  padding-top: 10px;
  padding-bottom: 40px;
}
.director-msz-record {
  padding-bottom: 30px;
}
.director-msz-record h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #8e278f;
}
.director-msz-record h3 span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.director-msz h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #8e278f;
  padding-top: 10px;
}
.mid-yellow-corner {
  display: flex;
  align-items: start;
}
.mid-yellow-corner h2 {
  background: linear-gradient(90deg, #343475 0%, #8e278f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 15px 0px 30px 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 31px;
}

.managing-director-banner h6,
.strength-resi-sec h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #53c6d6;
  padding-bottom: 25px;
}
.strength-resi-sec h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  padding-top: 25px;
  padding-bottom: 10px;
}
.strength-resi-sec p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 25px;
}
.strength-resi-sec h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #006db7;
  padding-top: 25px;
}
.busPorPage .insText h2 {
  color: #ac234f;
}
.insBnrText h6 {
  font-size: 14px;
  line-height: 35px;
  color: #000000;
  position: relative;
  margin-bottom: 20px;
}
.insBnrText h6::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 46px;
  height: 4px;
  background-color: #fdca31;
}
.investPage .insBnrText h2 {
  color: #8e278f;
}
.investPage .insBnrText h2 span {
  display: block;
}
.investTxt h6 {
  color: #53c6d6;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 50px;
  line-height: 25px;
}
.investTxt h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.investTxt p {
  padding-bottom: 50px;
}
.investTxt h4:nth-child(6) {
  color: #8e278f;
}
.empInBlue .pupBox {
  background: #006db7;
}
.empInBlue .pupBox h4 {
  color: #ffcc31;
}
.empInBlue .greyBox {
  padding: 40px 40px 80px 225px;
}
.empInBlue .greyBox p {
  color: #000000;
}
.robustTxt h6 {
  padding: 50px 0 25px;
  font-size: 16px;
}
.robustTxt p {
  border-bottom: 2px solid #707070;
  padding: 30px 0 20px;
}
.robustTxt h4 {
  color: #006db7;
  font-size: 16px;
  font-weight: 600;
  padding: 25px 0 25px;
}
.robustTxt h1 {
  color: #8e278f;
  font-size: 40px;
  font-weight: bold;
}
.usdTxt p {
  padding: 10px 0 10px;
  border-bottom: 0px;
  color: #000000;
}
.empInBlue .greyBox h4 {
  color: #006db7;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.caseTwo {
  padding: 40px 40px 30px 225px !important;
}
.investPage .skyBox {
  background: #ededee;
  margin: 50px 0 30px;
  padding: 30px 30px 30px;
}
.investPage .skyBox h4 {
  padding-bottom: 10px;
}
.usdTxt h4 {
  color: #006db7;
  font-size: 18px;
  font-weight: 600;
  padding: 0px;
  height: 25px;
}
.espad {
  padding: 50px 0 20px;
}
.adMrgn {
  margin-bottom: 30px;
}
.occuBrdr {
  border-left: 1px solid;
  border-bottom: 1px solid;
  padding-left: 15px;
  height: 165px;
  padding-top: 10px;
}
.occuBrdr ul.empList li::before {
  position: absolute;
  content: "";
  background: #8e298d;
  height: 5px;
  width: 5px;
  left: -20px;
  top: 7px;
}
.capBox {
  border-left: 1px solid;
  border-bottom: 1px solid;
  padding-left: 15px;
  height: 120px;
  padding-top: 10px;
}
.capHead {
  margin-top: 40px;
}
.highTxt p:nth-child(1) {
  padding: 0px 0 30px;
}
.highTxt h4:nth-child(2) {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}
.highTxt p span.hilgt {
  font-weight: bold;
}
.highTxt p:nth-child(3),
.highTxt p:nth-child(4),
.highTxt p:nth-child(5) {
  padding-bottom: 10px;
}
.paraPad p {
  padding-bottom: 15px;
}
.busImg h4 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  padding-bottom: 30px;
}
.occuIstock {
  background: url(../images/occupational-img2.webp);
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.greySec {
  background: #f3f3f3;
  margin: 40px 0 0px;
  padding: 40px 0 40px;
}
.greySecTxt h4 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  padding-bottom: 20px;
}
.greySecTxt p {
  padding-bottom: 10px;
}
.greySecTxt h4:nth-child(4) {
  padding-top: 20px;
  padding-bottom: 10px;
}
.greySecTxt p span {
  font-weight: bold;
}
.safetyBox {
  border: 1px solid #707070;
  text-align: center;
  padding: 20px 0 20px;
}
.safetyBox .orngLine {
  width: 92px;
}
.safetyBox p {
  padding-bottom: 10px;
  padding-top: 15px;
}
.safetySec h4 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  padding-bottom: 20px;
}
.orgPara p {
  padding-top: 110px;
  max-width: 663px;
  width: 100%;
  margin-left: 20px;
}
.sakshamCont p {
  font-size: 18px;
  font-weight: 600;
}
.sakshamMain {
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  padding: 60px 20px 10px 0px;
}
.sakshamCont {
  background: #aee0e8;
  color: #8e278f;
  width: 600px;
  padding: 10px 20px 10px;
  position: absolute;
  top: -15px;
}
.sakshamSec {
  margin: 60px 0 0px;
}
.sakshamMain h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 10px;
  color: #000000;
}
.sakshamMain p {
  padding-bottom: 20px;
}
.sakshamMain::after {
  content: "";
  position: absolute;
  width: 120px;
  background: #ffcc31;
  height: 12px;
  bottom: -6px;
}
.sakshamMain::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 20px;
  bottom: -1px;
  left: 120px;
}
.sakshamCont p {
  padding-bottom: 0px;
}
.blueBgOccu {
  background: #006db7;
  display: block;
  min-width: 1110px;
  height: 600px;
  width: 100%;
}
.caseMain {
  background: #fff;
  margin-top: -62px;
  padding: 20px 0 20px;
  margin-left: 70px;
  width: 980px;
  position: relative;
}
.caseBx {
  background: #ffcc31;
  padding: 10px 0px 10px 20px;
  width: 212px;
  position: absolute;
  top: 20px;
  left: 35px;
}
.caseBx p {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.lftSpc {
  margin-left: 35px;
}
.lftSpc h4,
.lftSpc p {
  padding-left: 25px;
}
.lftDigBr {
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-bottom-left-radius: 10px;
}
.lftDigBr h4:nth-child(1),
.lftDigBr h4:nth-child(3) {
  color: #000;
  padding-bottom: 15px;
  padding-top: 20px;
}
.lftSpc ul {
  margin-left: 45px;
  padding-left: 0;
}
.lftSpc ul.empList li::before {
  left: -15px;
  top: 7px;
}
.caseSecThree .lftDigBr h4:nth-child(3) {
  padding-bottom: 0px;
}
.caseSecThree .lftDigBr h4:nth-child(5) {
  color: #000;
  padding-bottom: 0px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
}
.caseSecTwo .lftDigBr h4:nth-child(5) {
  padding-top: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.lftDigBr {
  padding-bottom: 20px;
}
.caseSecTwo {
  margin: 30px 0 30px;
}
.lastA a {
  color: #000;
  font-size: 16px;
}
.lastA {
  margin: 30px 0 20px;
}
.occupationalPage .purpHead h4 {
  padding-bottom: 15px;
}
.rmvmrgTop {
  margin: 0px 0 30px;
}
.imgCntr {
  text-align: center;
}
.safetyTxt {
  margin-top: 30px;
}
.addImg {
  margin-top: 30px;
}
.compara {
  padding-top: 25px;
}
.inciMain h4:nth-child(1) {
  color: #8e278f;
}
.inciMain {
  margin-top: 50px;
}
.inciMain h5 {
  padding-bottom: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.inciMain p:nth-child(3) {
  padding-bottom: 50px;
}
.inciMain ul.empList {
  padding: 0px 0px 0 20px;
}
.inciMain ul.empList li::before {
  top: 7px;
}
.spnBold {
  font-weight: 600;
}
.inciMain p:nth-child(7),
.inciMain p:nth-child(8),
.inciMain p:nth-child(9) {
  padding-bottom: 20px;
}
.padTopRmv h4 {
  padding-top: 0px;
}
.greySecApp h4:nth-child(1),
.greySecApp h4:nth-child(6) {
  padding-bottom: 0px;
}
.greySecApp ul.empList li::before {
  top: 7px;
}
.purpX {
  font-weight: bold;
  font-size: 40px;
  color: #8e278f;
  margin-bottom: 10px;
}
.bioderTxt h5 {
  color: #53c6d6;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 25px;
}
.bioderTxt h4 {
  font-size: 18px;
  padding-bottom: 10px;
  color: #8e278f;
  font-weight: 600;
}
.bioderTxt p {
  padding-bottom: 15px;
}
.stakeMain {
  border: 1px solid #707070;
  padding: 20px 30px 20px;
  margin-bottom: 35px;
}
.stakeIn p {
  padding-bottom: 0px;
  color: #fff;
  font-weight: 600;
}

.stakeIn {
  background: #00bbce;
  padding: 15px 0px 15px 20px;
  margin-bottom: 15px;
}
.bioderTxt img {
  margin: 20px 0 30px;
}
.bioderTxt p:nth-child(10) {
  padding-bottom: 35px;
}
.bioPage .greySecTxt h6 {
  color: #8e278f;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
}
.bioPage .greySecTxt h4:nth-child(8) {
  padding-top: 20px;
}
.bioPage .greySecTxt h5:nth-child(11),
.bioPage .greySecTxt h5:nth-child(13),
.bioPage .greySecTxt h5:nth-child(15) {
  color: #006db7;
  font-weight: 600;
  font-size: 18px;
}
.bioPage .greySecTxt ul.empList li::before {
  position: absolute;
  content: "";
  background: #8e298d;
  height: 5px;
  width: 5px;
  left: -15px;
  top: 8px;
}
.bioPage .greySecTxt h5:nth-child(11) {
  padding-top: 10px;
}
.bioPage .skyBox {
  background: #ededee;
  margin: 30px 0 30px;
  padding: 30px 30px 30px;
}
.bioPage .skyBox h4 {
  color: #006db7;
}
.interMain {
  margin: 50px 0 40px;
}
.bioPage .blueBgOccu {
  background: url(../images/case-s-img.webp);
}
.bioPage .lftSpc h4:nth-child(1) {
  padding: 60px 25px 20px;
}
.bioPage .lftDigBr h4:nth-child(2),
.bioPage .lftDigBr h4:nth-child(4) {
  color: #000000;
}
.bioPage .lftDigBr h4:nth-child(2) {
  padding-top: 30px;
}
.bioPage .lftDigBr h4:nth-child(4) {
  padding-top: 0px;
}
.fortSec h1 {
  font-size: 32px;
  color: #006db7;
  padding-bottom: 15px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.fortSec p {
  padding-bottom: 40px;
  color: #000000;
}
.fortSec ul.empList {
  margin-top: 20px;
}
.custoPage .brdlftrgtTwo ul.empList {
  padding: 0px 0px 0 20px;
  display: block;
}
.custoPage .brdlftrgtTwo {
  height: 130px;
}
.custoPage .brdlftrgtTwo ul.empList li:nth-child(2) {
  margin-left: 0px;
}
.custoPage .brdlftrgtTwo ul.empList li {
  padding-bottom: 15px;
}
.custoPage .brdlftrgtTwo ul.empList li::before {
  position: absolute;
  content: "";
  left: -12px;
  top: 7px;
}
.custTxt {
  padding-top: 40px;
}
.custTxt h4 {
  color: #8e278f;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.custTxt h1 {
  font-size: 40px;
  color: #8e278f;
  font-weight: bold;
}
.custoPage .blueBgOccu {
  background: url(../images/customer-relations-img1.webp);
}
.custoPage .caseSecTwo p {
  padding-bottom: 15px;
}
.custoPage .caseSecTwo h4 {
  padding: 70px 25px 20px;
}
.custoPage .caseCusto {
  margin-top: 0px;
}
.custoPage .caseCusto .caseBx p {
  padding-bottom: 0px;
}
.custoPage .caseCusto h5 {
  color: #006db7;
  padding-left: 30px;
}
.custoPage .caseCusto h6 {
  color: #000;
  padding-left: 30px;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 40px;
}
.custLast h4 {
  color: #8e278f;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.custLast h6 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 40px;
}
.custLast img {
  margin-bottom: 50px;
}
.custLast p {
  padding-bottom: 10px;
}
.resPage .brdlftrgtTwo {
  display: flex;
  align-items: start;
}
.resPage .brdlftrgtTwo {
  height: 225px;
}
.resPage .brdlftrgtTwo ul.empList {
  display: block;
}
.resPage .brdlftrgtTwo ul.empList li:nth-child(2) {
  margin-left: 0px;
}
.resPage .brdlftrgtTwo ul.empList li {
  padding-bottom: 15px;
}
.resPage .brdlftrgtTwo ul.empList li::before {
  top: 8px;
}
.resPage .brdlftrgtTwo img {
  width: 286px;
}
.resCap img {
  width: 180px !important;
}
.brdHeight {
  height: 150px !important;
}
.esgMain {
  border-right: 1px solid;
  position: relative;
  height: 600px;
}
.esgMain::before {
  content: "";
  position: absolute;
  background: url(../images/yellow-arrow.svg);
  width: 30px;
  height: 30px;
  right: -15px;
  top: 45%;
}
.esgMain ul.empList li::before {
  position: absolute;
  content: "";
  background: #8e298d;
  height: 5px;
  width: 5px;
  left: -16px;
  top: 8px;
}
.brdnon {
  border-right: 0px;
}
.blueLine span {
  width: 85px;
  height: 15px;
  background: #cceaef;
  display: block;
  margin: 0 auto;
}
.esgMain ul.empList li {
  padding-bottom: 20px;
}
.esgMain ul.empList {
  height: 370px;
}
.brdnon::before {
  background: none !important;
}
.suppTxt {
  margin-top: 30px;
}
.suppTxt h5 {
  color: #000;
}
.resPage .brdRghtDev {
  border-bottom: 0px;
}
.resPage .brdRghtDev p {
  color: #fff;
}
.resPage .purpBusiness {
  padding-bottom: 70px;
  margin-top: 70px;
}
.resPage .busBoth .bussLft {
  border-bottom: 0px;
}
.resPage .busBoth .bussRgt {
  border-bottom: 0px;
}
.resBuss {
  margin-top: -40px;
}
.resBuss .bussRgt {
  padding-top: 80px;
}
.resBuss h4 {
  padding-top: 80px;
}
.resPage .bussLft h4 {
  font-size: 18px;
}
.resBuss .bussRgt::after {
  top: 75px;
}
.suppTxtOne h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 20px 0 15px;
}
.suppTxtOne p:nth-child(2) {
  padding-bottom: 15px;
}
.criterTxt h4 {
  font-size: 18px;
  font-weight: 600;
  color: #006db7;
  padding-bottom: 15px;
}
.criterTxt img {
  margin-bottom: 40px;
}
.criterTxt h5:nth-child(4) {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.criterTxt h6:nth-child(7),
.criterTxt h6:nth-child(9),
.criterTxt h6:nth-child(11),
.criterTxt h6:nth-child(13) {
  color: #8e278f;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.golobalPage .bussLft h4 {
  font-size: 18px;
}
.golobalPage .bussLft {
  width: 275px;
}
.golobalPage .busBoth .bussLft {
  border-bottom: 0px;
}
.golobalPage .busBoth .bussRgt {
  border-bottom: 0px;
}
.resPage .brdRghtDev {
  border-bottom: 0px;
}
.golobalPage .purpBusiness {
  background: #00bbce;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
.golobalPage .bussRgt {
  background: #6d6e71;
}
.resOne {
  margin-top: -40px;
}
.resOne h4 {
  padding-top: 80px;
}
.resOne .bussRgt::after {
  top: 75px;
}
.golobalPage .bussRgt {
  padding: 70px 10px 40px 80px;
}
.golobalPage .bussRgt::after {
  content: "";
  position: absolute;
  top: 70px;
}
.resOne .bussRgt {
  padding-top: 100px !important;
}
.golobalPage .resOne .bussRgt::after {
  content: "";
  position: absolute;
  top: 100px !important;
}
.taxTxt h4 {
  color: #43408e;
  font-size: 18px;
  font-weight: 600;
  padding: 40px 0 30px;
}
.mapBtmTxt p {
  padding-top: 20px;
}
.taxTxt h6 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.taxTxt p {
  padding-bottom: 30px;
}
.taxTxt h4:nth-child(10) {
  padding: 20px 0 15px;
}
.mapIn h4 {
  color: #8e278f;
  font-size: 40px;
  font-weight: bold;
}
.mapFlx {
  display: flex;
  justify-content: space-between;
  margin-left: 50px;
}
.mapIn {
  position: relative;
  text-align: center;
}
.mapIn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 40px;
  height: 40px;
  right: -20px;
  border-radius: 50px;
  z-index: 9999;
  bottom: -20px;
}
.mapIn {
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.mapSpc .col-xl-3 .mapIn {
  padding-top: 40px;
}
.mapMain .row .col-xl-3:nth-child(4) .mapIn {
  border-right: 0px;
}
.brdBtmRmv .col-xl-3:nth-child(1) .mapIn,
.brdBtmRmv .col-xl-3:nth-child(2) .mapIn {
  border-bottom: 0px;
}
.mapMain {
  margin-left: 35px;
}
.brdBtmRmv .col-xl-6:nth-child(3) {
  display: flex;
  align-items: end;
  justify-content: center;
}
.contriImg {
  margin: 10px 0 50px;
}
.taxImg {
  margin-bottom: 30px;
}
/* uneza css end */

.empowering2-mbl,
.highlight-screen2-mbl,
.incubating-mbl,
.n-show,
.stake-wrap-mbl {
  display: none;
}

.hmesg h4 {
  font-size: 18px;
  line-height: 24px;
  color: #016b9c;
  padding-bottom: 15px;
}

.about-adani-banner-sec p:last-child {
  color: #53c6d6;
}
.em-resilience h2 {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  padding: 15px 0px;
}
.em-resilience p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 21px;
}
.em-resilience ul li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.em-resilience ul {
  list-style: none;
  padding-left: 0;
}

.em-resilience li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #8e278f;
}
.about-adani-vision {
  padding: 30px 0px 50px 0px;
  background-color: #f3f3f3;
}
.about-adani-vision h1 {
  font-size: 24px;
  line-height: 21px;
  color: #000000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}
.about-adani-vision .vision-six-highlight p {
  padding: 10px 0px 40px 35px;
  position: relative;
}
.about-adani-vision .vision-six-highlight p::before {
  content: "6";
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 40px;
  font-weight: 700;
  color: #ffcc31;
  line-height: 21px;
}
.about-adani-vision .vision-six-highlight p .label-main {
  display: block;
}
.about-adani-vision .vision-six-highlight p .label-date {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.about-adani-vision .bottom-yellow-arrow {
  display: flex;
  align-items: center;
  gap: 23px;
}
.about-adani-vision .bottom-yellow-arrow p {
  padding: 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #58595b;
}

.managing-director-banner h1 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  color: #8e278f;
  padding-bottom: 30px;
}
.managing-director-banner p {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #016b9c;
  padding: 20px 0px;
  margin: 0;
}
.managing-director-banner h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 45px;
  color: #066ab5;
}
.managing-director-banner h2 span {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding-left: 15px;
}
.managing-director-insBanner {
  background-image: url(images/message-managing-director/bg-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.director-msz h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #53c6d6;
  padding-bottom: 50px;
}
.director-msz h5 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  padding-bottom: 10px;
}
.director-msz p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 20px;
}
.director-msz-mid {
  padding-top: 10px;
  padding-bottom: 40px;
}
.director-msz-record {
  padding-bottom: 30px;
}
.director-msz-record h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #8e278f;
}
.director-msz-record h3 span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.director-msz h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #8e278f;
  padding-top: 10px;
}
.mid-yellow-corner {
  display: flex;
  align-items: start;
}
.mid-yellow-corner h2 {
  background: linear-gradient(90deg, #343475 0%, #8e278f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 15px 0px 30px 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 31px;
}

.managing-director-banner h6,
.strength-resi-sec h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #53c6d6;
  padding-bottom: 25px;
}
.strength-resi-sec h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  padding-top: 25px;
  padding-bottom: 10px;
}
.strength-resi-sec p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 25px;
}
.strength-resi-sec h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #006db7;
  padding-top: 25px;
}

.perf-high h1 span {
  display: block;
}

.perf-sec-high {
  padding-top: 40px;
}
.perf-sec-high h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 45px;
  color: #006db7;
}
.perf-sec-high h1 span {
  font-weight: 400;
}
.perf-sec-high p span {
  display: block;
}

/* our-people */
.insText.our {
  max-width: 387px;
}
.hmesg h4 {
  font-size: 18px;
  line-height: 24px;
  color: #231f20;
}
.insText.our h4 {
  font-size: 18px;
  line-height: 25px;
  color: #74197e;
  padding: 16px 0 46px 0;
}
.key-linkages-section .row > div:nth-child(3) .linkage-box.our-p {
  padding: 12px 16px 59px 16px;
}
.key-linkages-section .row > div:nth-child(2) .linkage-box.our-p {
  padding: 12px 16px 76px 16px;
}
.linkage-box.our-sdg {
  padding: 12px 16px 67px 16px;
}
.sub-sec.our-p h3 {
  color: #8e278f;
}
.supp-list.our-p h3 {
  padding-bottom: 20px;
}
.supp-list.our-p h4 {
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 15px;
  font-weight: 700;
}
.row.notes {
  align-items: center;
}
.notes-data p {
  color: #707070;
}
.work-f {
  margin-top: 60px;
}
.work-f.our-p {
  margin-top: 5px;
}
.work-f h3 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
}
.our-table-2 {
  padding: 26px 0 18px 0;
}
.work-f h3:nth-of-type(2) {
  padding: 28px 0 16px 0;
}
.linkage-box.light-b .box-title {
  background-color: #00bbce;
  color: #fff;
}
section .row > div:nth-child(3) .linkage-box.our-p.light-b {
  padding: 12px 16px 119px 16px;
}
.supp-list.our-p.retention h3 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding: 50px 0 20px 0;
}
.supp-list.our-p.retention h4 {
  padding: 29px 0 15px 0;
}
.supp-list.our-p.retention p {
  padding-bottom: 15px;
}
.talent-img {
  padding: 20px 0 37px 0;
}
.work-f h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  padding-bottom: 14px;
}
.our-table-2.new {
  padding-top: 7px;
}
.diversity {
  padding-top: 20px;
}
.diversity h1 {
  font-family: "Playfair Display", Medium;
  font-size: 32px;
  line-height: 35px;
  padding-bottom: 15px;
  color: #006db7;
}
.diversity h3 {
  font-size: 24px;
  line-height: 35px;
  padding: 30px 0 50px 0;
  color: #707070;
  font-weight: 700;
}
.key-p h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #8e278f;
  padding-bottom: 15px;
  padding-top: 0;
}
.key-p {
  padding: 0;
  padding-bottom: 30px;
}
.key-p h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  padding-bottom: 15px;
}
.key-p ul {
  list-style: none;
  padding-left: 16px;
}
.key-p li {
  position: relative;
  padding-bottom: 20px;
}
.key-p li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.key-p p {
  padding: 20px 0 2px 0;
}
.key-p p span {
  font-weight: 700;
}
.read-pg.our-p {
  padding-top: 13px;
}
.key-p.collect h4 {
  padding-bottom: 0px;
}
.key-p.digital p {
  padding-top: 0;
}
.key-p.digital h3 {
  padding-top: 20px;
}
.empower .data h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-top: 20px;
}
.empower .data p {
  padding-top: 10px;
  padding-bottom: 20px;
}
.empower .data p span {
  display: block;
}
section.empower .col-xl-5,
section.empower .col-xl-12 {
  padding: 0;
}
.key-p ul li span {
  font-weight: 700;
}
.key-p ul li span.nxt {
  display: block;
  font-weight: normal;
  padding-top: 10px;
}
.bigg-img {
  position: relative;
  padding-bottom: 39px;
}
.white-box {
  max-width: 980px;
  min-height: 439px;
  margin: -39px 0 0 70px;
  z-index: 999;
  position: relative;
  background: #fff;
  padding: 30px;
}
.white-box::before {
  content: "";
  position: absolute;
  border-left: 1px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 16px;
  height: 70.5%;
  top: 92px;
  border-bottom-right-radius: 20px;
}
.white-box.our-p::before {
  content: "";
  position: absolute;
  border-left: 1px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 16px;
  height: 74.8%;
  top: 92px;
  border-bottom-right-radius: 20px;
}
.white-box::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 16px;
  width: 70%;
  bottom: 40px;
}
.white-box .heading {
  background-color: #ffcc31;
  color: #000;
  font-weight: 700;
  max-width: 212px;
  padding: 8px 20px;
}
.white-box h3 {
  color: #8e278f;
  padding: 20px 0px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.white-box h4 {
  color: #000;
  padding: 20px 0 10px 0px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.white-box ul {
  list-style: none;
  padding-left: 16px;
}
.white-box ul li {
  position: relative;
  padding-bottom: 10px;
}
.white-box ul li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.performance h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 10px;
}
.row.perform {
  align-items: center;
}
.diversity.div-sec h3 {
  padding-top: 0;
}
.diversity.div-sec p.pink {
  padding-bottom: 20px;
  color: #8e278f;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.csr-process.our-p {
  background-color: #8e278f;
}
.csr-process.our-p .first-step {
  display: flex;
  align-items: center;
  width: 243px;
}
.csr-process.our-p .blue-box-new {
  min-height: 692px;
}
ul.pt30 {
  padding-left: 75px;
}
ul.pt39 {
  padding-left: 39px;
}
.snap h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  padding: 20px 0 28px 0;
}
.white-box.our-p.second::before {
  content: "";
  position: absolute;
  border-left: 1px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 16px;
  height: 73%;
  top: 92px;
  border-bottom-right-radius: 20px;
}
.key-p.performance p {
  padding: 0;
}
.new-table {
  padding-bottom: 45px;
}
.csr-process.our-p.emplo-well .blue-box-new {
  min-height: 509px;
}
ul.pt72 {
  padding-left: 72px;
}
section.all-emp-data {
  padding-top: 35px;
}
.key-p.performance.last-key {
  padding-top: 20px;
}
.xero {
  padding-top: 10px;
}
.xero h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 10px;
}
.xero p span {
  display: block;
  font-weight: normal;
}
.two-btn {
  display: flex;
  gap: 35px;
  padding-bottom: 40px;
}
.team-img {
  padding-bottom: 30px;
}
.key-p.team p {
  padding-bottom: 20px;
}
.read-pg.our-p p {
  padding: 0;
}
.last-sec h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 10px;
}
.key-p.pb0 {
  padding-bottom: 0;
}
.prom-sec {
  padding: 47px 0 30px 0;
}
.prom-sec h3 {
  font-size: 18px;
  line-height: 25px;
  color: #53c6d6;
  font-weight: 700;
}
.key-linkages-section .row > div:nth-child(2) .linkage-box.promote {
  padding: 12px 16px 14px 16px;
}
.key-linkages-section .row > div:nth-child(2) .linkage-box.prmote-2 {
  padding: 12px 16px 22px 16px;
}
.linkage-box.promote-3 {
  padding: 12px 16px 9px 16px;
}
.key-performance {
  padding: 40px 0 20px 0;
}
.key-performance .parent-class {
  display: flex;
}
.key-performance .first-cls h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 10px;
}
.key-performance h3 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 20px;
}
.key-performance .first-cls {
  max-width: 240px;
  padding-left: 28px;
  margin-bottom: 34px;
}
.key-performance .first-cls.pd-0 {
  padding-left: 0;
}
.first-cls.pd-l {
  padding-left: 60px;
  max-width: 100%;
}
.key-performance .first-cls.no-brdr {
  border: none;
}
.prom-envir {
  padding-top: 40px;
}
.prom-envir h3 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 12px;
}
.prom-envir h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 15px;
}
.prom-envir h4 {
  font-size: 24px;
  line-height: 29px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 15px;
}
.prom-envir p {
  padding-bottom: 15px;
  font-family: "Noto Sans", Regular;
}
.grad-data h3 {
  padding: 40px 0 40px 0;
  background: linear-gradient(90deg, #016b9c, #58378c, #ac234f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 31px;
  font-size: 24px;
  line-height: 30px;
}
.grad-data {
  position: relative;
}
.grad-data .yell-box {
  position: absolute;
  top: 14px;
  left: 0;
}
.prom-last {
  padding-top: 40px;
}
.prom-last h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  padding-bottom: 12px;
}
.prom-last p {
  padding-bottom: 17px;
}
.prom-last ul {
  list-style: none;
  padding-left: 16px;
}
.prom-last ul li {
  position: relative;
  padding-bottom: 20px;
}
.prom-last ul li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.fan-img {
  padding-bottom: 45px;
}
.climateGrey-box {
  background-color: #ededee;
  min-height: 305px;
  padding: 30px 0 30px 30px;
  margin-bottom: 10px;
}
.climateGrey-box h3 {
  font-size: 18px;
  line-height: 21px;
  color: #006db7;
  font-weight: 700;
  padding-bottom: 10px;
}
.climateGrey-box ul {
  padding: 25px 0 0 16px;
  list-style: none;
}
.climateGrey-box ul li {
  position: relative;
  padding-bottom: 15px;
}
.climateGrey-box ul li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.bigg-img.climate {
  margin-top: 20px;
  padding-bottom: 0;
}
.bigg-img.climate .white-box {
  margin-left: 0px;
  position: relative;
  background: #fff;
  padding: 30px;
  padding-left: 0;
  z-index: 0;
}
.bigg-img.climate .white-box p {
  padding-bottom: 15px;
  font-family: "Noto Sans", Regular;
}
.bigg-img.climate .white-box::before {
  height: 85.2%;
  left: 0%;
  top: 12%;
}
.bigg-img.climate .white-box::after {
  width: 81%;
  left: 0;
  bottom: 20px;
}
.climateGrey-box.sec-box {
  background-color: #e9f6f7;
  position: relative;
  margin-top: 40px;
}
.climateGrey-box.sec-box h3 {
  color: #fff;
  background-color: #00bbce;
  font-size: 18px;
  line-height: 21px;
  max-width: 295px;
  padding: 8px 20px;
  font-weight: normal;
  position: absolute;
  top: -22px;
  left: 0px;
}
.climateGrey-box.sec-box h3.oper {
  max-width: 434px;
}
.climateGrey-box.sec-box h3.oper-n {
  max-width: 545px;
}
.list-horizon ul {
  display: flex;
  gap: 53px;
  margin-bottom: 0;
}
.list-horizon ul li {
  max-width: 314px;
}
.foot-img {
  padding: 50px 0 40px 0;
}
.foot-img h3 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  padding-top: 29px;
}
p.last-p {
  padding-top: 20px;
}
.climate-table {
  padding: 15px 0;
}
.emission-li ul {
  list-style: none;
  display: flex;
  gap: 42px;
  padding-top: 5px;
  padding-left: 16px;
}
.emission-li ul li {
  position: relative;
}
.emission-li ul li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.insText.our.energy {
  max-width: 446px;
}
.climateGrey-box.energy {
  min-height: 166px;
  margin-bottom: 30px;
}
.energy-case-study {
  margin-top: 50px;
}
.energy-case-study h3 {
  max-width: 212px;
  color: #000;
  background-color: #ffcc31;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  padding: 8px 0 8px 20px;
  font-weight: 700;
}
.energy-case-study h2 {
  color: #8e278f;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.energy-case-study h2 span {
  display: block;
}
.energy-case-study p {
  padding: 10px 0 15px 0;
}
.btm-data-energy h3 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  background-color: transparent;
  padding: 0;
}
.btm-data-energy h3 {
  margin-bottom: 0;
}
.btm-data-energy p:nth-of-type(1) {
  padding-bottom: 28px;
}
.energy-case-study .case-brdr {
  position: relative;
  padding-left: 13px;
}

.perf-high h1 span {
  display: block;
}

.perf-sec-high {
  padding-top: 40px;
}
.perf-sec-high h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 45px;
  color: #006db7;
}
.perf-sec-high h1 span {
  font-weight: 400;
}
.perf-sec-high p span {
  display: block;
}

/* our-people */
.insText.our {
  max-width: 387px;
}

.insText.our h4 {
  font-size: 18px;
  line-height: 25px;
  color: #53c6d6;
  padding: 16px 0 46px 0;
}
.key-linkages-section .row > div:nth-child(3) .linkage-box.our-p {
  padding: 12px 16px 59px 16px;
}
.key-linkages-section .row > div:nth-child(2) .linkage-box.our-p {
  padding: 12px 16px 76px 16px;
}
.linkage-box.our-sdg {
  padding: 12px 16px 67px 16px;
}
.sub-sec.our-p h3 {
  color: #8e278f;
}
.supp-list.our-p h3 {
  padding-bottom: 20px;
}
.supp-list.our-p h4 {
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 15px;
  font-weight: 700;
}
.row.notes {
  align-items: center;
}
.notes-data p {
  color: #707070;
}
.work-f {
  margin-top: 60px;
}
.work-f.our-p {
  margin-top: 5px;
}
.work-f h3 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
}
.our-table-2 {
  padding: 26px 0 18px 0;
}
.work-f h3:nth-of-type(2) {
  padding: 28px 0 16px 0;
}
.linkage-box.light-b .box-title {
  background-color: #00bbce;
  color: #fff;
}
section .row > div:nth-child(3) .linkage-box.our-p.light-b {
  padding: 12px 16px 119px 16px;
}
.supp-list.our-p.retention h3 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding: 50px 0 20px 0;
}
.supp-list.our-p.retention h4 {
  padding: 29px 0 15px 0;
}
.supp-list.our-p.retention p {
  padding-bottom: 15px;
}
.talent-img {
  padding: 20px 0 37px 0;
}
.work-f h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  padding-bottom: 14px;
}
.our-table-2.new {
  padding-top: 7px;
}
.diversity {
  padding-top: 20px;
}
.diversity h1 {
  font-family: "Playfair Display", Medium;
  font-size: 32px;
  line-height: 35px;
  padding-bottom: 15px;
  color: #006db7;
}
.diversity h3 {
  font-size: 24px;
  line-height: 35px;
  padding: 30px 0 50px 0;
  color: #707070;
  font-weight: 700;
}
.key-p h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #8e278f;
  padding-bottom: 15px;
  padding-top: 0;
}
.key-p {
  padding: 0;
  padding-bottom: 30px;
}
.key-p h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  padding-bottom: 15px;
}
.key-p ul {
  list-style: none;
  padding-left: 16px;
}
.key-p li {
  position: relative;
  padding-bottom: 20px;
}
.key-p li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.key-p p {
  padding: 20px 0 2px 0;
}
.key-p p span {
  font-weight: 700;
}
.read-pg.our-p {
  padding-top: 13px;
}
.key-p.collect h4 {
  padding-bottom: 0px;
}
.key-p.digital p {
  padding-top: 0;
}
.key-p.digital h3 {
  padding-top: 20px;
}
.empower .data h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-top: 20px;
}
.empower .data p {
  padding-top: 10px;
  padding-bottom: 20px;
}
.empower .data p span {
  display: block;
}
section.empower .col-xl-5,
section.empower .col-xl-12 {
  padding: 0;
}
.key-p ul li span {
  font-weight: 700;
}
.key-p ul li span.nxt {
  display: block;
  font-weight: normal;
  padding-top: 10px;
}
.bigg-img {
  position: relative;
  padding-bottom: 39px;
}
.white-box {
  max-width: 980px;
  min-height: 439px;
  margin: -39px 0 0 70px;
  z-index: 999;
  position: relative;
  background: #fff;
  padding: 30px;
}
.white-box::before {
  content: "";
  position: absolute;
  border-left: 1px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 16px;
  height: 70.5%;
  top: 92px;
  border-bottom-right-radius: 20px;
}
.white-box.our-p::before {
  content: "";
  position: absolute;
  border-left: 1px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 16px;
  height: 74.8%;
  top: 92px;
  border-bottom-right-radius: 20px;
}
.white-box::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 16px;
  width: 70%;
  bottom: 40px;
}
.white-box .heading {
  background-color: #ffcc31;
  color: #000;
  font-weight: 700;
  max-width: 212px;
  padding: 8px 20px;
}
.white-box h3 {
  color: #8e278f;
  padding: 20px 0px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.white-box h4 {
  color: #000;
  padding: 20px 0 10px 0px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.white-box ul {
  list-style: none;
  padding-left: 16px;
}
.white-box ul li {
  position: relative;
  padding-bottom: 10px;
}
.white-box ul li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.performance h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 10px;
}
.row.perform {
  align-items: center;
}
.diversity.div-sec h3 {
  padding-top: 0;
}
.diversity.div-sec p.pink {
  padding-bottom: 20px;
  color: #8e278f;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.csr-process.our-p {
  background-color: #8e278f;
}
.csr-process.our-p .first-step {
  display: flex;
  align-items: center;
  width: 243px;
}
.csr-process.our-p .blue-box-new {
  min-height: 692px;
}
ul.pt30 {
  padding-left: 75px;
}
ul.pt39 {
  padding-left: 39px;
}
.snap h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  padding: 20px 0 28px 0;
}
.white-box.our-p.second::before {
  content: "";
  position: absolute;
  border-left: 1px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 16px;
  height: 73%;
  top: 92px;
  border-bottom-right-radius: 20px;
}
.key-p.performance p {
  padding: 0;
}
.new-table {
  padding-bottom: 45px;
}
.csr-process.our-p.emplo-well .blue-box-new {
  min-height: 509px;
}
ul.pt72 {
  padding-left: 72px;
}
section.all-emp-data {
  padding-top: 35px;
}
.key-p.performance.last-key {
  padding-top: 20px;
}
.xero {
  padding-top: 10px;
}
.xero h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 10px;
}
.xero p span {
  display: block;
  font-weight: normal;
}
.two-btn {
  display: flex;
  gap: 35px;
  padding-bottom: 40px;
}
.team-img {
  padding-bottom: 30px;
}
.key-p.team p {
  padding-bottom: 20px;
}
.read-pg.our-p p {
  padding: 0;
}
.last-sec h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 10px;
}
.key-p.pb0 {
  padding-bottom: 0;
}
.prom-sec {
  padding: 47px 0 30px 0;
}
.prom-sec h3 {
  font-size: 18px;
  line-height: 25px;
  color: #53c6d6;
  font-weight: 700;
}
.key-linkages-section .row > div:nth-child(2) .linkage-box.promote {
  padding: 12px 16px 14px 16px;
}
.key-linkages-section .row > div:nth-child(2) .linkage-box.prmote-2 {
  padding: 12px 16px 22px 16px;
}
.linkage-box.promote-3 {
  padding: 12px 16px 9px 16px;
}
.key-performance {
  padding: 40px 0 20px 0;
}
.key-performance .parent-class {
  display: flex;
}
.key-performance .first-cls h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 10px;
}
.key-performance h3 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 20px;
}
.key-performance .first-cls {
  max-width: 240px;
  padding-left: 28px;
  margin-bottom: 34px;
}
.key-performance .first-cls.pd-0 {
  padding-left: 0;
}
.first-cls.pd-l {
  padding-left: 60px;
  max-width: 100%;
}
.key-performance .first-cls.no-brdr {
  border: none;
}
.prom-envir {
  padding-top: 40px;
}
.prom-envir h3 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 12px;
}
.prom-envir h1 {
  font-size: 40px;
  line-height: 21px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 15px;
}
.prom-envir h4 {
  font-size: 24px;
  line-height: 29px;
  color: #8e278f;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 15px;
}
.prom-envir p {
  padding-bottom: 15px;
  font-family: "Noto Sans", Regular;
}
.grad-data h3 {
  padding: 40px 0 40px 0;
  background: linear-gradient(90deg, #016b9c, #58378c, #ac234f);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 31px;
  font-size: 24px;
  line-height: 30px;
}
.grad-data {
  position: relative;
}
.grad-data .yell-box {
  position: absolute;
  top: 14px;
  left: 0;
}
.prom-last {
  padding-top: 40px;
}
.prom-last h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  padding-bottom: 12px;
}
.prom-last p {
  padding-bottom: 17px;
}
.prom-last ul {
  list-style: none;
  padding-left: 16px;
}
.prom-last ul li {
  position: relative;
  padding-bottom: 20px;
}
.prom-last ul li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.fan-img {
  padding-bottom: 45px;
}
.climateGrey-box {
  background-color: #ededee;
  min-height: 305px;
  padding: 30px 0 30px 30px;
  margin-bottom: 10px;
}
.climateGrey-box h3 {
  font-size: 18px;
  line-height: 21px;
  color: #006db7;
  font-weight: 700;
  padding-bottom: 10px;
}
.climateGrey-box ul {
  padding: 25px 0 0 16px;
  list-style: none;
}
.climateGrey-box ul li {
  position: relative;
  padding-bottom: 15px;
}
.climateGrey-box ul li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.bigg-img.climate {
  margin-top: 20px;
  padding-bottom: 0;
}
.bigg-img.climate .white-box {
  margin-left: 0px;
  position: relative;
  background: #fff;
  padding: 30px;
  padding-left: 0;
  z-index: 0;
}
.bigg-img.climate .white-box p {
  padding-bottom: 15px;
  font-family: "Noto Sans", Regular;
}
.bigg-img.climate .white-box::before {
  height: 85.2%;
  left: 0%;
  top: 12%;
}
.bigg-img.climate .white-box::after {
  width: 81%;
  left: 0;
  bottom: 20px;
}
.climateGrey-box.sec-box {
  background-color: #e9f6f7;
  position: relative;
  margin-top: 40px;
}
.climateGrey-box.sec-box h3 {
  color: #fff;
  background-color: #00bbce;
  font-size: 18px;
  line-height: 21px;
  max-width: 295px;
  padding: 8px 20px;
  font-weight: normal;
  position: absolute;
  top: -22px;
  left: 0px;
}
.climateGrey-box.sec-box h3.oper {
  max-width: 434px;
}
.climateGrey-box.sec-box h3.oper-n {
  max-width: 545px;
}
.list-horizon ul {
  display: flex;
  gap: 53px;
  margin-bottom: 0;
}
.list-horizon ul li {
  max-width: 314px;
}
.foot-img {
  padding: 50px 0 40px 0;
}
.foot-img h3 {
  font-size: 18px;
  line-height: 21px;
  color: #8e278f;
  padding-top: 29px;
}
p.last-p {
  padding-top: 20px;
}
.climate-table {
  padding: 15px 0;
}
.emission-li ul {
  list-style: none;
  display: flex;
  gap: 42px;
  padding-top: 5px;
  padding-left: 16px;
}
.emission-li ul li {
  position: relative;
}
.emission-li ul li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.insText.our.energy {
  max-width: 446px;
}
.climateGrey-box.energy {
  min-height: 166px;
  margin-bottom: 30px;
}
.energy-case-study {
  margin-top: 50px;
}
.energy-case-study h3 {
  max-width: 212px;
  color: #000;
  background-color: #ffcc31;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  padding: 8px 0 8px 20px;
  font-weight: 700;
}
.energy-case-study h2 {
  color: #8e278f;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.energy-case-study h2 span {
  display: block;
}
.energy-case-study p {
  padding: 10px 0 15px 0;
}
.btm-data-energy h3 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  background-color: transparent;
  padding: 0;
}
.btm-data-energy h3 {
  margin-bottom: 0;
}
.btm-data-energy p:nth-of-type(1) {
  padding-bottom: 28px;
}
.energy-case-study .case-brdr {
  position: relative;
  padding-left: 13px;
}

.sideScroll {
  overflow-y: scroll;
  padding-right: 15px;
}
.sideScroll::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #e4e4e4;
}

.sideScroll::-webkit-scrollbar {
  width: 4px;
  background-color: #e4e4e4;
}

.sideScroll::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #8e288f;
}
.sideScroll {
  height: 541px !important;
}
.valueCreatAcr .borderWidth {
  max-width: 100%;
  padding-bottom: 35px;
  text-align: center;
}
.valueCreatAcr .minusIcon,
.valueCreatAcr .plusIcon {
  right: 0;
  left: 0px;
  margin: 0px auto;
  bottom: -22px;
  background-color: #fff;
  border-radius: 50%;
}

.capsImg h4 {
  font-size: 24px;
  line-height: 24px;
  color: #42408e;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
.indSdg {
  margin-bottom: 68px;
  min-height: 98px;
}
.outputsData h4 span {
  display: block;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}
.revenueCons.valueCreatAcr .accordion-body {
  background-color: #fff;
}
.revenueCons.valueCreatAcr .accordion-body.otherbg {
  background-color: #eff8fb;
}
.revenueCons.valueCreatAcr .accordion-header button span {
  color: #53c5d7;
  font-weight: 600;
}
h6.blueTxt {
  font-size: 18px;
  line-height: 25px;
  color: #53c6d6;
  font-weight: 600;
  margin-top: 10px;
}
.insText.diffW {
  /*    max-width: 350px;*/
  width: 100%;
}
.insText.diffW1 {
  /*    max-width: 405px;*/
  width: 100%;
}
.insText h6 {
  font-size: 18px;
  line-height: 25px;
  color: #74197e;
  font-weight: 600;
  /* margin-top: 10px; */
}

/**/

.capsImg {
  margin-bottom: 35px;
}
.allEnergy h5 {
  font-size: 18px;
  line-height: 18px;
  color: #8e288f;
  font-weight: 700;
}
.allEnergy {
  display: flex;
  gap: 83px;
  margin-top: 20px;
}
.allEnergy img {
  margin-bottom: 10px;
}
h4.businessSeg1 {
  font-size: 24px;
  line-height: 24px;
  color: #8e288f;
  font-weight: 700;
}
.indSdg h4,
.outIns h4 {
  font-size: 24px;
  line-height: 24px;
  color: #8e288f;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
.outputsData {
  margin-bottom: 74px;
}
.outputsData.zMrg {
  margin-bottom: 0px;
}
.outputsData h4 {
  font-size: 35px;
  line-height: 35px;
  color: #8e288f;
  font-weight: 700;
}

.indSdg {
  margin-bottom: 68px;
  min-height: 98px;
}
.outputsData h4 span {
  display: block;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}
.revenueCons.valueCreatAcr .accordion-body {
  background-color: #fff;
}
.revenueCons.valueCreatAcr .accordion-body.otherbg {
  background: rgba(0, 141, 208, 0.1);
}
.revenueCons.valueCreatAcr .accordion-header button span {
  color: #008dd0;
  font-weight: 600;
}
h6.blueTxt {
  font-size: 18px;
  line-height: 25px;
  color: #53c6d6;
  font-weight: 600;
  margin-top: 10px;
}
.insText.diffW {
  /*  max-width: 350px;*/
  width: 100%;
}
.insText.diffW1 {
  /*  max-width: 405px;*/
  width: 100%;
}
/**/

.allContents p {
  margin-bottom: 25px;
}
.allContents h4 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}
.allContents h5 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
}

.allContents {
  padding-top: 35px;
  padding-bottom: 55px;
}
.bueBoTx {
  margin-bottom: 50px;
}
.triangleBox {
  position: relative;
  padding: 32px;
}
.triangleBox p {
  font-size: 24px;
  line-height: 32px;
  color: #375595;
  font-weight: 600;
}
.triangleBox img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner-line-inside {
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 2;
  width: 100%;
  top: 0;
}
.triangleBox p {
  margin-bottom: 0;
}

.wellBeing p {
  font-size: 24px;
  line-height: 30px;
  color: #006db7;
  font-weight: 600;
  border-left: 2px solid #006db7;
  border-bottom: 2px solid #006db7;
  padding: 25px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.indSatke {
  position: relative;
  border: 1px solid #707070;
  padding: 67px 44px 32px 44px;
  margin-top: 70px;
  margin-left: 35px;
}
.downArrow {
  margin: 40px auto 30px auto;
  display: block;
  text-align: center;
}

.indSatke h4 {
  position: absolute;
  top: -36px;
  background-color: #e9f8fa;
  padding: 18px 0px;
  padding-left: 0px;
  left: 0px;
  padding-left: 65px;
  max-width: 738px;
  width: 100%;
}
.indSatke img {
  position: absolute;
  left: -35px;
  top: -36px;
  z-index: 99;
}
.mtGap {
  margin-top: 30px;
}

.stakeTabs .nav-link img {
  display: block;
  margin-bottom: 4px;
}
.stakeTabs .nav-link svg {
  display: block;
  margin-bottom: 4px;
}
.stakeTabs .nav-link {
  display: block;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #d4d4d4;
  text-align: left;
  min-height: 95px;
  width: 100%;
  position: relative;
}
.stakeTabs .nav-link.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #8e288f;
  height: 3px;
  bottom: -12px;
}

.stakeTabs .nav-tabs .nav-link:focus,
.stakeTabs .nav-tabs .nav-link:hover {
  border: none;
  background-color: #fff;
}

.stakeTabs .nav-tabs .nav-item.show .nav-link,
.stakeTabs .nav-tabs .nav-link.active {
  color: #8e288f;
  background-color: transparent;
  border: 0px;
}
#myTab {
  display: flex;
  border-bottom: 3px solid #d4d4d4;
  gap: 15px;
  justify-content: space-between;
  padding-bottom: 10px;
}
.stakeTabs > ul > li {
  max-width: 145px;
  width: 100%;
}
.stakeTabBody {
  padding: 30px 0px;
}
.signiBox {
  padding: 20px 25px;
  background-color: #eeefef;
  margin-bottom: 25px;
}

.staketbl table thead tr th {
  background-color: #8e288f;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  padding: 22px 40px;
}
.staketbl table tbody tr td {
  padding: 22px 40px;
  border: none;
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.staketbl {
  border-bottom: 3px solid #8e288f;
  margin-top: 30px;
}

.indIndia {
  padding: 30px 28px;
  background-color: RGBA(11, 186, 206, 0.16);
  margin-bottom: 25px;
}

.portFolitx {
  max-width: 420px;
  display: block;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.portFolitx h4 {
  color: #8e298d;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}
.portFolitx h6 {
  color: #59595b;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.insGro h5 span {
  display: block;
  color: #59595b;
  font-size: 16px;
  line-height: 35px;
  font-weight: 600;
}
.insGro h5 {
  /*  border-bottom: 2px solid #000;*/
  border-top: 2px solid #000;
  padding: 15px 0px;
  font-size: 30px;
  line-height: 35px;
  color: #231f20;
  font-weight: 400;
  margin-top: 15px;
}

.compInd {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  padding: 32px 40px;
  min-height: 518px;
}
.portFolitx {
  margin-top: 30px;
}

.compInd h4 {
  color: #8e298d;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 8px;
}
.compInd p span {
  font-weight: 600;
}

.csoAt {
  background-color: #dff2f4;
  padding: 30px;
  margin-bottom: 25px;
}
.csoAt h5 {
  color: #8e298d;
}
.csoAt h4 {
  color: #8e298d;
}
.csoAt h4 span {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
}
.awardsSlider.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.awardsSlider.owl-carousel .owl-stage {
  padding-left: 0px !important;
}
.awardsIns img {
  width: auto !important;
}
.awardsIns {
  max-width: 462px;
  width: 100%;
}

.awardsIns {
  max-width: 462px;
  width: 100%;
}
.topArLine {
  border-bottom: 1px solid #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.topArLine img {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: -12px;
}
.awardsSli {
  background-color: #dff2f4;
  padding: 45px 0px;
  margin-top: 30px;
  position: relative;
}
.sliderCounter {
  position: absolute;
  right: 128px;
  bottom: 28px;
  color: #8e278f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
html.hideScroll {
  overflow-x: hidden !important;
}
.awardsSlider.owl-theme .owl-dots .owl-dot.active span {
  background: #006db7;
}
.awardsSlider {
  margin-top: 30px;
}
.energy-case-study .case-brdr::before {
  content: "";
  position: absolute;
  border-left: 2px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 1px;
  height: 98.8%;
  top: 20px;
  border-bottom-right-radius: 20px;
}
.energy-case-study .case-brdr::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 1px;
  width: 74%;
  bottom: -2px;
}

.btm-data-energy ol {
  padding-left: 16px;
}
.btm-data-energy ol li {
  position: relative;
  padding-bottom: 25px;
}
.bigg-img.climate.energy .white-box::before {
  height: 88.8%;
  top: 9%;
  border-left: 2px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
}
.bigg-img.climate .white-box::after {
  width: 81%;
  left: 0;
  bottom: 20px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
}
.btm-data-energy h3 {
  max-width: fit-content;
}
.btm-data-energy.advance p:nth-of-type(1) {
  padding-bottom: 0;
}
.energy-case-study.advance .case-brdr::before {
  height: 97.8%;
}
.advance-btm {
  padding-left: 10px;
}
.prom-envir ul {
  list-style: none;
  padding-left: 16px;
}
.prom-envir ul li {
  position: relative;
  padding-bottom: 13px;
}
.prom-envir ul li::before {
  content: "■";
  color: #8e278f;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.blue-advance-b-x .border-line p {
  font-size: 23px;
  line-height: 33px;
  color: #006db7;
  font-weight: 700;
}
.blue-advance-b-x {
  margin-top: 30px;
  position: relative;
}
.blue-advance-b-x::before {
  content: "";
  position: absolute;
  border-left: 2px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 16px;
  height: 96.5%;
  top: 11px;
  border-bottom-right-radius: 20px;
}
.blue-advance-b-x::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 16px;
  width: 70%;
  bottom: -7px;
}
.blue-advance-b-x .border-line::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  left: 16px;
  width: 6%;
  top: 10px;
}
.border-line {
  padding: 14px 0 0 20px;
}
.busPorPage .insText h2 {
  color: #ac234f;
}
/* uneza css end */

.empowering2-mbl,
.highlight-screen2-mbl,
.incubating-mbl,
.n-show,
.stake-wrap-mbl,
.hmesg-mbl,
.p-highlights-wrap-mbl,
.chairmanMsg-mbl,
.banner-line-mbl {
  display: none;
}
.border-line {
  padding: 14px 0px 0px 20px;
}
/**/
.strategyTabs .nav-link img {
  display: block;
  margin-bottom: 4px;
}
.strategyTabs .nav-link svg {
  display: block;
  margin-bottom: 4px;
}
.strategyTabs .nav-link {
  display: block;
  padding: 0px;
  font-size: 32px;
  font-weight: 600;
  color: #d4d4d4;
  text-align: left;
  width: 100%;
  position: relative;
  line-height: 35px;
}
.strategyTabs .nav-link.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #006db7;
  height: 3px;
  bottom: -14px;
}

.strategyTabs .nav-tabs .nav-link:focus,
.strategyTabs .nav-tabs .nav-link:hover {
  border: none;
  background-color: #fff;
}

.strategyTabs .nav-tabs .nav-item.show .nav-link,
.strategyTabs .nav-tabs .nav-link.active {
  color: #006db7;
  background-color: transparent;
  border: 0px;
}
.strategyTabs > ul > li {
  max-width: 135px;
  width: 100%;
}
.strageyBody {
  padding: 30px 0px;
}

.grayBoxC p {
  padding: 20px 22px;
  background-color: #eeefef;
}

.mapIns h4 {
  color: #8e288f;
  font-size: 24px;
  line-height: 25px;
}
.mapIns h4 span {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.matIns span {
  background-color: #8e288f;
  color: #fff;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.tabInsd {
  display: flex;
  gap: 10px;
}
.tabInsd p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  background-color: #d4d4d4;
  padding: 7px 20px;
  font-weight: 400;
}
.tabInsd p.active {
  background-color: #006db7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.financeBox {
  border: 1px solid #707070;
  padding: 45px 50px;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 26px;
}
.financeIns {
  max-width: 458px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.financeIns img {
  margin-bottom: 10px;
}

.financeIns span {
  display: block;
  width: 36px;
  height: 9px;
  background-color: #caeff2;
  margin: 0px auto;
  margin-top: 48px;
}

.financeIns::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -30px;
  width: 1px;
  height: 100%;
  background-color: #707070;
}
.financeBox .financeIns.remioveAf::after {
  display: none;
}

.materialAsse {
  background-color: #e9f8fa;
  padding: 40px 64px;
  position: relative;
  text-align: center;
  margin-top: 78px;
  margin-bottom: 30px;
}
.materialAsse h5.blueBg {
  background-color: #2cc4d2;
  padding: 10px 40px;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  max-width: 628px;
  width: 100%;
  margin: 0px auto;
}
.materialAsse h5.whiteBg {
  background-color: #fff;
  padding: 10px 40px;
  color: #006db7;
  display: inline-block;
  margin-top: 7px;
}
.materImg {
  margin-bottom: 50px;
}
.doubleCaps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.doubleCaps > div {
  display: flex;
  max-width: 16.67%;
  width: 100%;
  gap: 10px;
}
.indBation p span {
  color: #8e288f;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.indBation p {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.incuBation {
  margin-bottom: 40px;
}
/**/
.doubleBox_1 .heading1 {
  background-color: #2ab76d;
  padding: 5px 20px;
  color: #fff;
}
.doubleBox_1 .caseBox {
  background-color: #e9f6ee;
  padding: 15px;
  margin-bottom: 15px;
}
.doubleBox_1 .impactRisk {
  background-color: #e9f6ee;
  padding: 15px;
  min-height: 174px;
  margin-bottom: 15px;
}
/**/
.doubleBox_2 .heading2 {
  background-color: #ff4a1a;
  padding: 5px 20px;
  color: #fff;
}
.doubleBox_2 .caseBox {
  background-color: #fff1eb;
  padding: 15px;
  margin-bottom: 15px;
}
.doubleBox_2 .impactRisk {
  background-color: #fff1eb;
  padding: 15px;
  min-height: 174px;
  margin-bottom: 15px;
}
/**/
.doubleBox_3 .heading3 {
  background-color: #00b8f1;
  padding: 5px 20px;
  color: #fff;
}
.doubleBox_3 .caseBox {
  background-color: #e2f7fd;
  padding: 15px;
  margin-bottom: 15px;
}
.doubleBox_3 .impactRisk {
  background-color: #e2f7fd;
  padding: 15px;
  min-height: 174px;
  margin-bottom: 15px;
}

.doubleBox_4 .heading4 {
  background-color: #ff4a1a;
  padding: 5px 20px;
  color: #fff;
}
.doubleBox_4 .caseBox {
  background-color: #fff1eb;
  padding: 15px;
  margin-bottom: 15px;
}
.doubleBox_4 .impactRisk {
  background-color: #fff1eb;
  padding: 15px;
  min-height: 174px;
  margin-bottom: 15px;
}
/**/
.doubleBox_5 .headinga1 {
  background-color: #ff4a1a;
  padding: 5px 20px;
  color: #fff;
}
.doubleBox_5 .impactRisk {
  background-color: #fff1eb;
  padding: 15px;
  min-height: 174px;
  margin-bottom: 15px;
}
/**/
.doubleBox_6 .headinga2 {
  background-color: #2ab76d;
  padding: 5px 20px;
  color: #fff;
}
.doubleBox_6 .impactRisk {
  background-color: #e9f6ee;
  padding: 15px;
  min-height: 174px;
  margin-bottom: 15px;
}
.matIns2 span {
  background-color: #0794d4;
  color: #fff;
  padding: 3px 8px;
}

.wheel-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
  perspective: 2000px;
  overflow: hidden;
}
.wheel-inner {
  width: 100%;
  height: 220px;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  pointer-events: none;
}
.wheel-item {
  width: 100%;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6;
  user-select: none;
  backface-visibility: hidden;
  transform-origin: 50% 50% 0px;
  pointer-events: none;
  transform-style: preserve-3d;
  transition: color 0.3s, font-size 0.3s, opacity 0.3s;
  font-size: 16px;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 50%;
  transform-style: preserve-3d;
  /* We'll override transform in JS */
}
.wheel-item.active {
  color: #6f2c91;
  font-size: 22px;
  opacity: 1;
  pointer-events: auto;
    /*border-top: 1px solid;
    border-bottom: 1px solid;*/
  }
  .counter1 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #6f2c91;
    user-select: none;
    letter-spacing: 1px;
  }
  .arrows {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin-top: 0px;
  }
  .wheel-container .counter1 {
    margin-top: -38px;
  }
  .arrow-btn {
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .arrow-btn:active {
    background: transparent;
  }
  .arrow-up {
    width: 60px;
    height: 60px;
    background-image: url(../images/up-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .arrow-down {
    /*      transform: rotate(180deg);*/
    width: 60px;
    height: 60px;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .image-panel {
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(111, 44, 145, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    user-select: none;
    position: relative;
  }
  .image-panel img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
  }
  .cardslider .col-xl-5 {
    margin: auto;
  }
  .cardImage-text {
    position: absolute;
    top: 30px;
    left: 0px;
    margin: auto;
    right: 0px;
    text-align: center;
    padding: 0px 30px;
  }

  .cardImage-text h4 {
    color: #fff;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 12px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
  }
  .cardImage-text p {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
  }
  .cardslider {
    padding: 100px 0px;
  }
  .cardslider h5 {
    text-transform: uppercase;
    font-size: 18px;
    color: #016b9c;
    text-align: center;
  }
  .insText.our.promoting-envi {
    max-width: 100%;
  }
  .insText.our.promoting-envi h4 {
    padding-bottom: 0;
  }
  .key-linkages-section.promp {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .key-linkages-section.promp .linkage-box {
    margin-bottom: 40px;
  }
  .key-linkages-section.promp .row.sec-row {
    margin-top: 0;
  }
  .key-linkages-section.promp h4.section-title {
    padding-bottom: 20px;
  }
  .climate-banner {
    padding: 25px 0;
  }
  .climate-left {
    padding-left: 13px;
  }
  .foot-img.sec {
    padding-bottom: 4px;
  }
  .insText.our.promoting-envi p {
    padding-bottom: 0;
  }
  .black-para p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
  }
  /**/

  .riskBoxOr {
    border: 1px solid #707070;
    padding: 21px 38px;
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
    margin-bottom: 77px;
  }
  .boldPara {
    font-weight: 700 !important;
  }

  .topThreeR {
    display: flex;
    max-width: 648px;
    width: 100%;
    margin: 0px 0px 0px 25%;
    justify-content: space-between;
    margin-bottom: 42px;
  }
  .riskBoxOr > h4 {
    background-color: #CBE6F5;
    padding: 37px 20px 10px 19px;
    color: #3D368F;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: -50px;
    top: -30px;
    max-width: 281px;
    width: 100%;
  }
  .riskBoxOr > h4 span {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
  }
  h5.mrgBtm {
    margin-bottom: 50px !important;
  }

  .riskBoxOr > h4.othClr {
    background-color: #efe7f3;
    padding: 32px 38px 32px 38px;
    max-width: 320px;
    width: 100%;
  }
  .mrbZero {
    margin-bottom: 0px !important;
  }
  .readMoret {
    display: flex;
    gap: 10px;
  }

  .indMajor p {
    background: transparent linear-gradient(90deg, #e9f8fa 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
    padding: 14px 28px;
  }
  .indMajor p span {
    font-weight: 700;
  }

  .regularRisk {
    max-width: 162px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .regularRisk img {
    margin-bottom: 15px;
  }

  .regularRisk.diffrS {
    max-width: 247px;
    width: 100%;
    text-align: center;
  }
  .rightArrImg::after {
    content: "";
    display: block;
    position: absolute;
    right: -70px;
    height: 194px;
    width: 19px;
    top: 0px;
    background-image: url("../images/risk-opportunities/line-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .rtBorr::after {
    content: "";
    display: block;
    position: absolute;
    right: -50px;
    width: 1px;
    background-color: #707070;
    height: 100%;
    top: 0;
  }

  .allFocus {
    text-align: center;
    position: relative;
    max-width: 106px;
    width: 100%;
  }
  .allFocus img {
    margin-bottom: 10px;
  }
  .boderGov {
    border: 1px solid #707070;
    padding: 33px 41px 13px 41px;
    display: flex;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 40px;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  section.prom-envir p span {
    font-weight: 700;
  }
  .btm-emission {
    padding-top: 20px;
  }
  .bigg-img.climate.energy {
    margin-top: 58px;
  }
  .advance-img {
    padding-top: 20px;
  }

  /*22-may- uneza start*/
  .empowereveryPage .insideBanner .row {
    align-items: start;
  }
  .empowereveryPage .insBnrText h2 {
    color: #8e278f;
    padding-top: 50px;
  }
  .size24 {
    font-size: 24px;
  }
  .empowereveryPage .robustTxt h1 {
    color: #006db7;
  }
  .consoPara p {
    border-bottom: 0px;
  }
  .consoTxt h2 {
    color: #016b9c;
    font-size: 24px;
    font-weight: bold;
  }
  .consoTxt h1 {
    font-size: 60px;
    color: #016b9c;
    font-weight: 900;
  }
  .empowereveryPage .accordion-body {
    padding: 73px 0px 53px 0px;
    background-color: #fff7e6;
  }
  .consTwo h1 {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .consThree h2 {
    padding-top: 50px;
  }
  .consThree h1 {
    padding-bottom: 25px;
  }
  .empoTxt h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .strategicslider.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible !important;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .strategicslider.owl-carousel .owl-stage {
    padding-left: 0px !important;
  }
  .addressBx {
    border: 1px solid #707070;
    text-align: center;
    padding: 20px 0 20px;
    margin: 10px 0 10px;
    max-width: 276px;
    width: 100%;
  }
  .addImgTrt {
    text-align: center;
    max-width: 276px;
    width: 100%;
  }
  .addImgTrt img {
    width: 35px;
  }
  .pad20 {
    padding-top: 20px;
  }
  .gcrMain {
    border: 1px solid #707070;
    padding: 20px 20px 40px;
    margin: 40px 0 0;
  }
  .gcrHead h4 {
    color: #8e278f;
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px;
  }

  .gcrHead {
    text-align: center;
  }
  .gcrTxt {
    border-right: 1px solid;
    height: 150px;
    padding-top: 40px;
    position: relative;
    margin-bottom: 20px;
  }
  .gcrTxt::before {
    position: absolute;
    content: "";
    background: url(../images/about-adani-enterprise/yellow-arrow.svg);
    width: 30px;
    height: 30px;
  }
  .gcrTxt p {
    padding: 0 20px 0;
  }
  .gcrTxt::before {
    position: absolute;
    content: "";
    background: url(../images/about-adani-enterprise/yellow-arrow.svg);
    width: 30px;
    height: 30px;
    right: -17px;
  }
  .gcrBrdNo {
    border-right: 0px;
  }
  .gcrBrdNo::before {
    background: none;
  }
  .gcrMain .grcBlueLn {
    background: #cceaef;
    width: 85px;
    height: 15px;
    display: block;
    margin: 0 auto;
  }
  /*22-may- uneza end*/

  .bodDia {
    padding: 30px 0px;
    max-width: 1120px;
    width: 100%;
    margin: 0px auto;
  }
  .csrBox {
    display: flex;
    justify-content: space-between;
  }
  .csrBox > div:nth-child(1) {
    max-width: 440px;
    width: 100%;
    position: relative;
  }
  .csrBox > div:nth-child(2) {
    max-width: 451px;
    width: 100%;
    position: relative;
  }
  .topBox {
    max-width: 264px;
    width: 100%;
    position: relative;
    margin: 0px auto;
  }
  .aelEsg {
    max-width: 280px;
    width: 100%;
    position: relative;
    margin: 0px auto;
  }
  .threeDai {
    max-width: 700px;
    width: 100%;
    position: relative;
    margin: 0px auto;
  }
  .allBottm {
    display: flex;
    justify-content: space-between;
    max-width: 1046px;
    width: 100%;
  }
  .allBottm > div:nth-child(1) {
    max-width: 354px;
    width: 100%;
    position: relative;
  }
  .allBottm > div:nth-child(2) {
    max-width: 376px;
    width: 100%;
    position: relative;
  }

  .bodDia h5 {
    font-size: 20px;
    line-height: 35px;
    color: #006db7;
    border: 1px solid #006db7;
    text-align: center;
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }
  .sigleDia {
    margin-left: 20%;
    margin-bottom: 10px;
  }
  .threeDai {
    margin: 10px auto;
  }
  .afterClick {
    display: none;
  }
  /**/
  .bodDia .topBox.active h5 {
    border: 0px solid #006db7;
    position: absolute;
    top: -32px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    max-width: 260px;
    margin: 0px auto;
    display: block;
  }
  .topBox.active h5 img {
    display: none;
  }
  .topBox.active {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 0px auto;
    border: 1px solid #006db7;
    padding: 25px 30px;
  }
  .topBox.active .afterClick {
    display: block;
  }

  /**/

  .bodDia .aelEsg.active h5 {
    border: 0px solid #006db7;
    position: absolute;
    top: -32px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    max-width: 260px;
    margin: 0px auto;
    display: block;
  }
  .aelEsg.active h5 img {
    display: none;
  }
  .aelEsg.active {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 0px auto;
    border: 1px solid #006db7;
    padding: 25px 30px;
  }
  .aelEsg.active .afterClick {
    display: block;
  }
  /**/
  .bodDia .csrLeft.active h5 {
    border: 0px solid #006db7;
    position: absolute;
    top: -32px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    max-width: 420px;
    margin: 0px auto;
  }
  .csrLeft.active h5 img {
    display: none;
  }
  .csrLeft.active {
    max-width: 540px !important;
    width: 100%;
    position: relative;
    margin: 0px auto;
    border: 1px solid #006db7;
    padding: 25px 30px;
    display: block;
  }
  .csrLeft.active .afterClick {
    display: block;
  }
  /**/
  .bodDia .csrRight.active h5 {
    border: 0px solid #006db7;
    position: absolute;
    top: -32px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    max-width: 420px;
    margin: 0px auto;
    display: block;
  }
  .csrRight.active h5 img {
    display: none;
  }
  .csrRight.active {
    max-width: 540px !important;
    width: 100%;
    position: relative;
    margin: 0px auto;
    border: 1px solid #006db7;
    padding: 25px 30px;
    display: block;
  }
  .csrRight.active .afterClick {
    display: block;
  }
  /**/
  .bodDia .bottomLeft.active h5 {
    border: 0px solid #006db7;
    position: absolute;
    top: -32px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    max-width: 420px;
    margin: 0px auto;
    display: block;
  }
  .bottomLeft.active h5 img {
    display: none;
  }
  .bottomLeft.active {
    max-width: 540px !important;
    width: 100%;
    position: relative;
    margin: 0px auto;
    border: 1px solid #006db7;
    padding: 25px 30px;
  }
  .bottomLeft.active .afterClick {
    display: block;
  }
  /**/
  .bodDia .bottomRight.active h5 {
    border: 0px solid #006db7;
    position: absolute;
    top: -32px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    max-width: 420px;
    margin: 0px auto;
    display: block;
  }
  .bottomRight.active h5 img {
    display: none;
  }
  .bottomRight.active {
    max-width: 540px !important;
    width: 100%;
    position: relative;
    margin: 0px auto;
    border: 1px solid #006db7;
    padding: 25px 30px;
  }
  .bottomRight.active .afterClick {
    display: block;
  }

  .bioManag {
    border: 1px solid #707070;
    padding: 30px 25px 40px;
    margin: 30px 0 40px;
  }
  .bioit {
    text-align: center;
  }
  .bioit h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
  }
  .bioManag .col-xl-4 {
    border-right: 1px solid #707070;
    position: relative;
  }
  .bioManag .grcBlueLn {
    background: #cceaef;
    width: 85px;
    height: 15px;
    display: block;
    margin: 0 auto;
  }
  .bioManag ul.empList li::before {
    left: -12px;
    top: 7px;
  }
  .bioManag .col-xl-4::before {
    position: absolute;
    content: "";
    background: url(../images/about-adani-enterprise/yellow-arrow.svg);
    width: 30px;
    height: 30px;
    right: -17px;
    bottom: 175px;
  }
  .bioManag .col-xl-4:nth-child(1) .bioInner {
    padding-right: 30px;
  }
  .bioManag .col-xl-4:nth-child(2) .bioInner,
  .bioManag .col-xl-4:nth-child(3) .bioInner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bioManag .gcrBrdNo {
    border-right: 0px;
  }
  .bioManag .gcrBrdNo::before {
    background: none;
  }
  .bioInner {
    height: 200px;
  }
  .waste-manage h1 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    max-width: 416px;
    border: 1px solid #707070;
    text-align: center;
    padding: 33px 70px;
    margin-top: -44px;
    background: #fff;
  }
  .waste-manage {
    border: 1px solid #707070;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 51px;
    margin-bottom: 20px;
  }
  .waste-manage .inside-box {
    text-align: center;
    margin-top: 20px;
  }
  .waste-manage .inside-box p {
    padding-top: 20px;
  }
  .waste-manage .lightBlue-wasteBox {
    width: 132px;
    height: 14px;
    position: absolute;
    top: 31px;
    left: 42%;
    background-color: #00bbce;
  }
  .csr-process.responsible .blue-box-new {
    max-width: 543px;
    background-color: #6d6e71;
  }
  .csr-process.responsible {
    margin-bottom: 20px;
  }
  .csr-process.responsible .first-step {
    display: flex;
    align-items: center;
    width: 275px;
    margin-left: 20px;
  }
  .csr-process.responsible .first-li li {
    padding-right: 83px;
  }
  .csr-process.responsible .first-li ul {
    list-style: none;
  }
  .parent-resp {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .first-step.constr {
    max-width: 151px;
  }
  .first-step.first-constr {
    max-width: 152px;
  }
  .icon-vid.e-waste {
    padding-left: 27px;
  }
  .energy-case-study h4 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
  }
  .energy-case-study.responsible ul {
    list-style: none;
    padding-left: 16px;
  }
  .energy-case-study.responsible ul li {
    position: relative;
    padding-bottom: 15px;
  }
  .energy-case-study.responsible li::before {
    content: "■";
    color: #8e278f;
    position: absolute;
    left: -15px;
    top: 13px;
    font-size: 10px;
  }
  .energy-case-study.responsible .case-brdr::before {
    height: 100%;
    top: 0;
  }
  .graph-resp.new {
    padding-top: 20px;
  }
}
section.prom-envir.pt0 {
  padding-top: 0;
}
.prom-sec.pt0 {
  padding-top: 0;
}
.line-h p {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 5px !important;
}
.insText.lineh-30 h2 {
  line-height: 30px;
}
.l-tab-mbl,
.insBanner {
  display: none;
}
/* ports */
.insText.efficientbanner.ad-energy.ports h2 {
  font-size: 32px;
  line-height: 36px;
  color: #000;
  font-family: "Playfair Display", Medium;
}
.insText.efficientbanner.ad-energy.ports h2 span {
  display: block;
  padding-bottom: 14px;
}
.insText.efficientbanner.ad-energy.ports h6 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
.insText.efficientbanner.ad-energy.ports {
  max-width: 100%;
}
.strength .resillence h2 {
  color: #43408e;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  padding-top: 35px;
}
.strength .resillence h4 {
  color: #43408e;
  font-size: 18px;
  line-height:26px;
}
.strength .resillence h3 {
  color: #43408e;
  font-size: 32px;
  line-height: 35px;
  padding-bottom: 9px;
}
.strength .resillence p {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.strength .resillence p:nth-of-type(2) {
  font-weight: normal;
}
.ques-resi {
  margin-top: 0px;
}
.ques-resi h3 {
  color: #43408e;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 13px;
  background: none;
  max-width: 100%;
}
.ques-resi p {
  padding-bottom: 15px;
}
.ques-resi p.bold {
  font-weight: 700;
}
.strength .aspsez {
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
}
.strength .aspsez .yello-box {
  position: relative;
  max-width: 61px;
  min-height: 6px;
  background-color: #ffcc31;
  top: 0;
  left: 0;
}
.strength .aspsez h2 {
  font-family: "Playfair Display", Medium;
  color: #42408e;
}
.strength .power-img {
  padding: 26px 0;
}
.advance h4 {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  padding-bottom: 0px;
}
.advance {
  padding-left: 20px;
  position: relative;
  margin-bottom: 156px;
}
.advance::before {
  content: "";
  position: absolute;
  border-left: 1px solid #707070;
  height: 103.5%;
  top: 0;
  left: 0;
}
.advance::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #707070;
  width: 3%;
  bottom: -22px;
  left: 0;
}
.strength .env-list {
  margin-bottom: 20px;
}
.strength .env-list ul {
  padding-left: 16px;
  list-style: none;
}
.strength .env-list ul li {
  position: relative;
  padding-top: 15px;
}

.strength .env-list ul li::before {
  content: "■";
  color: #42408e;
  position: absolute;
  left: -15px;
  top: 14px;
  font-size: 10px;
}
.strength .ye-icon {
  position: absolute;
  bottom: -30px;
  left: 3%;
}
.strength .blue-box h2 {
  font-size: 18px;
  line-height: 26px;
  color: #74197e;
  padding-bottom: 10px;
  font-weight: 700;
}
.strength .blue-box p {
  color: #74197e;
}
.strength .blue-box .read-mr {
  display: flex;
  align-items: center;
  gap: 10px;
}
.strength .blue-box .read-pg p {
  color: #000;
}
.strength .blue-box .read-pg p span {
  display: block;
}
.blue-box {
  max-width: 939px;
  position: absolute;
  left: 5%;
  bottom: -115px;
}
.pioneer {
  margin-top: 0px;
}
.pioneer h2 {
  color: #008dd0;
  font-size: 20px;
  line-height: 18px;
  padding-bottom: 10px;
  font-weight: 700;
}
.pioneer .grey-box {
  background-color: #c4c4c6;
  padding: 27px 0 27px 23px;
  margin-top: 25px;
  max-width: 1109px;
}
.pioneer .grey-box h3 {
  font-size: 18px;
  line-height: 23px;
  color: #42408e;
  font-weight: 500;
  padding-bottom: 10px;
}
.pioneer .grey-box h3:nth-of-type(2) {
  color: #74197e;
  padding-top: 19px;
}
.scaling {
  margin-top: 40px;
}
.scaling .bac-img {
  background-image: url(../images/power/strength-with-resilience-4.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1116px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 10px 40px 30px;
}
.scaling .bac-img h3 {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  font-weight: 700;
}
.scaling .bac-img p {
  color: #fff;
}
.scaling .parent {
  display: flex;
  margin-top: 20px;
  border-bottom: 2px solid #99cfed;
  max-width: 890px;
  padding-bottom: 20px;
}
.scaling .parent .child {
  border-right: 1px solid #ffc846;
  width: 150px;
  padding: 0 20px;
  text-align: center;
}
.scaling .parent .child span {
  display: block;
}
.scaling .parent.sec .child {
  border: none;
}
.scaling .parent.sec {
  border: none;
  margin-top: 30px;
}
.scaling .finan-sec {
  display: flex;
  gap: 10px;
  align-items: center;
}
.scaling .finan-sec h2 {
  font-size: 25px;
  line-height: 14px;
  color: #c4c4c6;
  font-weight: 700;
}
.scaling .left-finan {
  display: flex;
  gap: 10px;
}
.scaling .finan-sec .str-line {
  width: 70%;
  height: 1px;
  background-color: #ffc846;
}
.row.nxt-r h3 {
  font-size: 18px;
  line-height:26px;
  color: #43408e;
  font-weight: 700;
  padding-bottom: 5px;
}
.row.nxt-r h1 {
  font-size: 35px;
  line-height: 21px;
  color: #43408e;
  font-weight: 700;
  padding-bottom: 8px;
}
.row.nxt-r .read-pg p {
  font-size: 18px;
  color: #53c5d7;
  padding-bottom: 0px;
}
.row.nxt-r .read-pg {
  padding-top: 0;
  padding-bottom: 20px;
}
.row.nxt-r .ques-resi h1 {
  font-size: 30px;
  line-height: 35px;
  color: #43408e;
  font-weight: 500;
}
.ques-resi h4 {
  font-size: 18px;
  line-height: 24x;
  color: #000;
  font-weight: 700;
  padding-bottom: 8px;
}
.strength.pioneer .all-icon {
  padding: 20px 0;
}
.strength .graph-img {
  padding: 20px;
}
.insText.efficientbanner.ad-energy.ports.key h2 {
  color: #008dd0;
  font-size: 32px;
  line-height: 35px;
}
.insText.efficientbanner {
  max-width: 100%;
}
.insText.efficientbanner.ad-energy.stakeholder h2 {
  color: #43408e;
  /* padding-bottom: 20px; */
}
.insText.efficientbanner.ad-energy.stakeholder h6 {
  color: #74197e;
  font-weight: 500;
}
.efficientwaste-mid.social {
  margin-top: 30px;
}
.efficientwaste-mid .responsible-col {
  position: relative;
  min-height: 322px;
  border-right: 1px solid #707070;
  text-align: center;
}
.efficientwaste-mid .responsible-col p {
  padding-right: 10px;
}
.efficientwaste-mid.social .table-power {
  margin-top: 23px;
  margin-bottom: 15px;
}
.efficientwaste-mid .responsible-col h3 {
  font-size: 18px;
  line-height: 21px;
  color: #008dd0;
  font-weight: 500;
  padding-bottom: 15px;
}
.efficientwaste-mid .responsible-col h3 span {
  display: block;
}
.efficientwaste-mid ul {
  padding: 0;
}
.efficientwaste-mid li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 15px;
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.efficientwaste-mid li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #a1490c;
}
.efficientwaste-mid .responsible-col .last-blue-box {
  width: 68px;
  height: 16px;
  background-color: #d4eaef;
  position: absolute;
  top: 95%;
  left: 35%;
}
.efficientwaste-mid .responsible-col .yellow-arrow {
  position: absolute;
  right: -14px;
  top: 50%;
}
.efficientwaste-mid .responsible-col.no-brdr {
  border-right: none;
}
.stake-gover {
  margin-top: 60px;
}
.stake-gover .heads {
  text-align: center;
  padding-bottom: 30px;
}
.stake-gover .heads h2 {
  font-size: 18px;
  line-height: 21px;
  color: #008dd0;
  font-weight: 700;
}
.stake-gover .heads h3 {
  font-size: 18px;
  line-height: 35px;
  color: #42408e;
  padding-top: 40px;
}
.table-power.txt-c {
  text-align: center;
}
.sec-one {
  margin-top: 30px;
}
.sec-one h4 {
  font-size: 18px;
  line-height:26px;
  color: #8e288f;
  font-weight: 700;
  padding-bottom: 15px;
}
.sec-one {
  margin-top: 40px;
}
.sec-one .investor {
  background-color: #e5e6f1;
}
.sec-one .invester .first-box {
  display: flex;
  gap: 20px;
  background-color: #e5e6f1;
  padding: 9px 0 9px 22px;
  max-width:100%;
}
.sec-one .invester .first-box h3 {
  font-size: 18px;
  line-height:26px;
  font-weight: 700;
}
.sec-one .importance h3 {
  color: #008dd0;
  font-weight: 700;
  font-size: 18px;
  line-height:26px;
  padding-bottom: 7px;
}
.sec-one .importance h4 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  padding-bottom: 7px;
}
.sec-one .importance {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  padding-top: 23px;
}
.sec-one .importance.no-brdr {
  border: none;
}
.row.box-data .four-d {
  border-right: 1px solid;
  padding-right: 20px;
  min-height: 909px;
  padding-left: 10px;
  border-left: 1px solid #707070;
}
.row.box-data .seven-d {
  border-right: 1px solid #707070;
  padding-right: 10px;
  min-height: 909px;
}

.importance ul {
  padding-left: 16px;
  list-style: none;
}
.importance ul li {
  position: relative;
  padding-top: 15px;
}
.importance ul li span {
  font-weight: 700;
}
.importance ul li::before {
  content: "■";
  color: #42408e;
  position: absolute;
  left: -15px;
  top: 14px;
  font-size: 10px;
}
.sec-one .importance ul {
  padding-left: 16px;
  list-style: none;
}
.sec-one .importance ul li {
  position: relative;
  padding-top: 15px;
}
.sec-one .importance ul li::before {
  content: "■";
  color: #42408e;
  position: absolute;
  left: -15px;
  top: 14px;
  font-size: 10px;
}
.sec-one .importance .mini-box {
  display: flex;
  gap: 17px;
  margin-top: 10px;
}
.sec-one .importance .mini-box h6 {
  background-color: #263692;
  width: 43px;
  padding: 6px;
  color: #fff;
  font-weight: 700;
}

.importance .profit-sec {
  display: flex;
  gap: 100px;
  /* margin-top: 20px; */
}

.sec-one .importance .profit-sec .first-pro {
  max-width: 221px;
}
.sec-one .importance .profit-sec h1 {
  color: #43408e;
}
.importance .profit-sec .first-pro {
  max-width: 221px;
}
.importance .profit-sec h1 {
  color: #43408e;
  font-size: 32px;
  line-height: 35px;
  padding-bottom: 5px;
  font-weight: 600;
}
.sec-one .row.box-data {
  position: relative;
}
.sec-one .row.box-data::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #707070;
  width: 98%;
  left:12px;
  bottom: 0;
}
.sec-one .stakeBottom-icon {
  display: flex;
  margin-top: 30px;
  gap: 18px;
}
.sec-one .stakeBottom-icon .capital-icon {
  display: flex;
  gap: 10px;
  max-width: 140px;
}
.sec-one .stakeBottom-icon .capital-icon p {
  color: #000;
}
.sec-one .dual-column-list {
  display: flex;
  gap: 40px; /* spacing between columns */
  flex-wrap: wrap;
}

.sec-one .list-column {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sec-one .list-column li {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.sec-one .list-column li span {
  color: #43408e;
  font-weight: bold;
  min-width: 40px;
  display: inline-block;
}
.ques-resi .power-img {
  padding: 20px 0;
  padding-bottom: 0;
  gap: 10px;
  /* display: flex; */
}
.insText.efficientbanner.ad-energy.ports.key h6 {
  color: #74197e;
}
.row.nxt-r .ques-resi .read-pg p {
  color: #000;
}
.sec-one.risk-power .list-column li span {
  color: #fff;
  font-weight: bold;
  padding: 0 6px;
  background: #008dd0;
  display: inline-block;
}
.sec-one.risk-power .list-column li {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  gap: 23px;
}
.sec-one.risk-power .list-column {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 416px;
}
.sec-one.risk-power .both-h {
  display: flex;
  justify-content: space-between;
  max-width: 787px;
}
.sec-one.risk-power .both-h h3 {
  color: #000;
  font-weight: 700;
}
.oportunity .all-risk .cap-risk h3 {
  font-size: 16px;
  line-height: 22px;
  color: #652895;
  font-weight: 500;
  padding-bottom: 11px;
}
.oportunity {
  margin: 0px 0;
  position: relative;
}
.oportunity .opp-blue {
  padding: 20px 0 25px 25px;
  width: 339px;
  height: 144px;
  background-color: #cbe6f5;
  position: absolute;
  top: -40px;
  left: 5.6%;
}
.oportunity .opp-blue h1 {
  font-size: 40px;
  line-height: 55px;
  color: #263692;
  padding-bottom: 3px;
  font-weight: 700;
}
.oportunity .opp-blue p {
  font-size: 20px;
  line-height: 27px;
  color: #000;
  font-weight: 700;
}
.oportunity .all-risk .cap-risk h5 {
  background-color: #0794d4;
  padding: 3px 6px;
  color: #fff;
  font-size: 16px;
  max-width: 56px;
}
.oportunity .all-risk {
  display: flex;
  justify-content: right;
  gap: 97px;
  max-width: 900px;
}
.oportunity .all-risk .sub-cap {
  display: flex;
  gap: 10px;
}
.oportunity .mitigation-sec {
  display: flex;
  gap: 80px;
}
.oportunity .ques-resi.risk-ques {
  max-width: 440px;
}
.oportunity .riskBox {
  border: 1px solid #707070;
  padding: 30px 0 20px 57px;
  margin-left: 19px;
}
.sec-one.risk-power .importance {
  border-bottom: none;
}
.oportunity.mb0 {
  margin-bottom: 0;
}
.riskBox.new .cap-risk {
  width: 137px;
}
.riskBox.new .btm-heads {
  display: flex;
  gap: 198px;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-top: 40px;
}
.riskBox.new .btm-heads h3 {
  font-size: 16px;
  line-height: 22px;
  color: #652895;
  font-weight: 600;
}
.oportunity .ques-resi.risk-ques.new {
  max-width: 332px;
}
.oportunity .opp-blue.new h3 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  padding-bottom: 3px;
  font-weight: 700;
}
.oportunity .opp-blue.new {
  background-color: #ece7f3;
}
.oportunity .opp-blue.new h2 {
  font-size: 24px;
  line-height: 33px;
  color: #000;
  padding-bottom: 3px;
  font-weight: 700;
}
.sec-one.risk-power .ques-resi.str-obj {
  border-right: 1px solid #707070;
  position: relative;
  padding-right: 20px;
  margin-top: 0;
}
.sec-one.risk-power .ques-resi.str-obj .yel-icon-str {
  position: absolute;
  right: -18px;
  top: 41%;
}
.sec-one.risk-power .list-column.strat li span {
  background: #008dd0;
}
.sec-one.risk-power .list-column.strat.new li span {
  background: #263692;
}
.stakeBottom-icon.new {
  flex-direction: column;
  margin-top: 0;
}
.sec-one .stakeBottom-icon.new .capital-icon {
  max-width: 100%;
}
.sec-one h3.black {
  color: #000;
  font-weight: 700;
}
.ques-resi.mb40 {
  margin-bottom: 40px;
}
.sec-one.strategic-prio .importance {
  padding-top: 0;
}
.sec-one.strategic-prio h4 {
  padding-bottom: 0px;
}
.sec-one.strategic-prio .importance .profit-sec .first-pro {
  width: 191px;
}
.sec-one.strategic-prio .importance .profit-sec .first-pro h2 {
  background-color: #263692;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  padding: 5px 8px;
  min-width: 70px;
}
.sec-one.strategic-prio .importance .profit-sec .first-pro .all-h {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.esg-leader h2 {
  font-size: 22px;
  line-height: 25px;
  color: #42408e;
  font-weight: 700;
  background-color: #f1f1f2;
  padding: 78px 0 40px 58px;
  margin-bottom: 20px;
}
.sec-one.strategic-prio .all-brdr {
  border: 1px solid #707070;
  border-left: none;
}
.sec-one.strategic-prio {
  position: relative;
  margin-top: 100px;
}
.sec-one.strategic-prio .blueBox {
  background-color: #008dd0;
  padding: 30px 30px 40px 30px;
  position: absolute;
  top: -82px;
  left: 74px;
}
.sec-one.strategic-prio .blueBox p {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  font-weight: 700;
}
.sec-one.strategic-prio .blueBox h1 {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
.ques-resi .carbon h2 {
  font-size: 24px;
  line-height: 35px;
  color: #43408e;
  font-weight: 700;
}
.ques-resi .icon-data {
  display: flex;
  gap: 20px;
  align-items: start;
  margin-top: 40px;
  margin-bottom: 30px;
}
.ques-resi .icon-data .power-img img {
  width: 57px;
}
.ques-resi .icon-data .power-img {
  padding-top: 0;
}
.ques-resi .climate-impact-box {
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
.ques-resi .climate-impact-box .clim-icon {
  position: absolute;
  top: 28%;
  left: 46%;
}
.ques-resi .climate-impact-box .clim-icon-new {
  position: absolute;
  top: 60%;
  left: 46%;
}
.ques-resi .section {
  padding: 20px 30px;
}

.ques-resi .light-blue {
  background-color: #cfe3f3;
}

.lighter-blue {
  background-color: #e6eff7;
}

.ques-resi .section h3 {
  color: #43408e;
  margin-bottom: 10px;
  font-weight: 700;
}
.importance .sub-imp h5 {
  font-size: 18px;
  line-height:26px;
  color: #008dd0;
  font-weight: 700;
}
.importance .sub-imp {
  border: 1px solid #707070;
  border-left: none;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: 15px;
  padding: 20px 20px 20px 0;
}
.importance {
  position: relative;
}
.importance .yellow-envi-box {
  width: 58px;
  height: 10px;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #ffcc31;
}
.ques-resi .importance.mb40 {
  margin-bottom: 40px;
}
.ques-resi .clim-change {
  padding-left: 20px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
}
.ques-resi .clim-change h3 {
  font-size: 18px;
  line-height: 26px;
  color: #008dd0;
  font-weight: 700;
}
.ques-resi .clim-change {
  margin-top: 40px;
  position: relative;
  padding-top: 10px;

  padding-top: 10px;
  margin-bottom: 30px;
}
.ques-resi .clim-change::before {
  content: "";
  position: absolute;
  border-top: 2px solid;
  border-image: linear-gradient(to right, #275aac, #8e278f, #ef4c23) 1;
  width: 5%;
  top: 0;
  left: 0;
}
.risk-container {
  display: flex;
  justify-content: center;
  gap: 125px;
  margin-top: 40px;
  position: relative;
}
.risk-container .icon-purple {
  position: absolute;
  left: 0;
}
.risk-container .icon-purple-new {
  position: absolute;
  left: 48%;
}
.risk-container .risk-box {
  background-color: #ebecec;
  padding: 27px 20px 7px 35px;
  width: 280px;
}
.risk-container .risk-box h4 {
  font-size: 15px;
  line-height: 20px;
  color: #059bd9;
  font-weight: 700;
  padding-bottom: 10px;
}
.risk-container .risk-box p {
  font-size: 13px;
  line-height: 18px;
}
.custom-alpha-list {
  list-style-type: lower-alpha;
  padding-left: 16px;
}
.custom-alpha-list {
  list-style: none;
  counter-reset: alpha-list;
  padding-left: 18px;
}

.custom-alpha-list li {
  counter-increment: alpha-list;
  position: relative;
  margin-bottom: 20px;
}

.custom-alpha-list li::before {
  content: counter(alpha-list, lower-alpha) ") ";
  position: absolute;
  left: -22px;
}
.ques-resi h1 {
  font-size: 40px;
  line-height: 23px;
  color: #43408e;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 20px;
}
.energy-case-study.responsible .ques-resi h3 {
  padding-left: 0;
  line-height: 24px;
}
.energy-case-study.responsible .ques-resi ol li:before {
  display: none;
}
.energy-case-study.responsible .ques-resi h4 {
  padding-bottom: 30px;
}
.energy-case-study.responsible .ques-resi {
  margin-top: 0;
}
.energy-case-study .case-brdr.new::after {
  bottom: 0px;
}
.energy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 51px 80px;
  margin: 40px auto;
}

.energy-item .value {
  font-size: 40px;
  line-height: 23px;
  font-weight: bold;
  color: #43408e;
  padding-bottom: 10px;
}

.energy-item .label {
  font-size: 14px;
  color: #333;
  margin-top: 4px;
}
.ques-resi p span {
  font-weight: 700;
}

.pageSitemap.corporate.investment-case {
  padding-top: 0;
}
.investment-top {
  padding-top: 20px;
  padding-bottom: 10px;
}
.investment-top p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #74197e;
  padding-bottom: 20px;
}
.investment-sec-2 .col-xl-12 img {
  width: 100%;
  padding: 40px 0px;
}
.investment-sec-2 .row .list-head {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.investment-sec-2 .blue-div {
  background-color: #0794d4;
  padding: 25px 20px;
  min-width: 190px;
}
.investment-sec-2 .blue-div h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
}
.investment-sec-2 .grey-div {
  background-color: #f1f1f2;
  padding: 25px 20px;
  width: 100%;
}
.investment-sec-2 .grey-div p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #42408e;
}
.investment-lists ul {
  padding: 0;
}
.investment-lists ul li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  position: relative;
  padding-left: 15px;
  list-style: none;
  padding-bottom: 20px;
}
.investment-lists li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #42408e;
}
.investment-lists p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 18px;
}
.investment-sec-2 h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 43px;
  line-height: 45px;
  color: #43408e;
}
.investment-sec-2 p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.left-purple,
.right-purple {
  position: relative;
  border: 2px solid #f1f1f2;
  padding-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.purple-bg-div {
  background-color: #652895;
  position: absolute;
  top: -15px;
  left: -30px;
  padding: 5px 15px;
  z-index: 1;
  width: 100%;
}

.purple-bg-div h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}
.below-purple-div {
  min-height: 188px;
}
.below-purple-div ul {
  padding: 15px 20px;
}
.below-purple-div ul li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #2b2e34;
  position: relative;
  padding-left: 15px;
  list-style: none;
  padding-bottom: 9px;
}
.below-purple-div li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #42408e;
}

.list-icon-head {
  display: flex;
}
.list-icon-head img {
  height: 42px;
  width: 42px;
}
.investment-last-sec h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  color: #42408e;
  padding: 0px 10px;
}
.invest-6-list-div {
  border-top: 1px solid #652895;
  border-right: 1px solid #652895;
  padding-top: 10px;
  min-height: 150px;
  max-height: 151px;
}

.invest-6-list-div ul {
  padding: 0px;
}
.invest-6-list-div ul li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  position: relative;
  padding-left: 15px;
  list-style: none;
  padding-bottom: 20px;
}
.invest-6-list-div li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #652895;
}
.invest-6-list-div ul li span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  /*  display: block;*/
}
.invest-6-list-div p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.invest-6-list-div p span {
  /*  display: block;*/
  font-weight: 700;
}
.invest-6-list-div h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.investment-last-sec .col-xl-4 .row {
  margin-top: 70px;
}

.awards-section {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.award-sec h4 {
  display: inline-block;
  background-color: #4d3aa9;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  padding: 2px 20px 2px 11px;
}
.award-content {
  padding-top: 20px;
}

.award-content ul {
  padding: 0px;
}
.award-content ul li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  position: relative;
  padding-left: 15px;
  list-style: none;
  padding-bottom: 20px;
}
.award-content li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #42408e;
}
.award-content ul li span {
  font-weight: 600;
}
.award-sec .row .col-xl-12:nth-child(2) {
  border-bottom: 2px solid #42408e;
}

.techno-sec .row .col-xl-12:nth-child(1) {
  padding-top: 20px;
  padding-bottom: 20px;
}

.techno-sec .row .col-xl-12:last-child img {
  width: 100%;
}
.techno-sec h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #42408e;
  padding-bottom: 15px;
}
.techno-sec p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 10px;
}
.techno-end p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.geo-sec h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height:26px;
  color: #42408e;
  padding: 20px 0px;
}
.geo-sec h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  padding-bottom: 10px;
}
.geo-sec .row:nth-child(2) {
  padding-top: 20px;
}
.geo-sec h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 35px;
  color: #000000;
}
.geo-sec h5 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  color: #42408e;
  padding-top: 50px;
}
.geo-sec .row:nth-child(2) img {
  width: 90%;
}
.geo-sec p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 15px;
}
.compInd-port {
  min-height: 520px;
}
.fullimg-port img {
  width: 100%;
}

.insBnrTextempower h2 {
  font-size: 32px;
  line-height: 35px;
  color: #8e288f;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  padding-bottom: 15px;
}
.insBnrTextempower h2 span {
  display: block;
}
.insBnrTextempower p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #53c6d6;
}
.grey-port .row {
  justify-content: start;
}
.grey-port h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 21px;
  color: #007979;
  padding-top: 20px;
}
.managing-direct-port h1,
.managing-direct-port p,
.managing-direct-port h2 {
  color: #42408e;
}
.port-msz-managing h2
{
  color: #53c6d6;
}
.managing-direct-port h2 span {
  color: #000000;
}
.mid-yellow-corner-joint {
  display: flex;
  align-items: start;
}
.mid-yellow-corner-joint h2 {
  padding: 14px 0px 30px 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: #42408e;
}
.port-msz-managing h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #42408e;
  padding-bottom: 15px;
}
.port-msz-managing h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 5px;
}
.port-msz-managing p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

.port-msz-managing ul {
  padding: 0;
}
.port-msz-managing ul li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  position: relative;
  padding-left: 15px;
  list-style: none;
  padding-bottom: 20px;
}
.port-msz-managing li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #42408e;
}

.our-ups-port {
  background-color: #42408e;
  padding: 50px 40px;
}

.our-ups-port .award-content {
  padding-top: 0px;
}
.our-ups-port h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  padding-bottom: 15px;
}
.our-ups-port ul {
  padding: 0;
}
.our-ups-port ul li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  position: relative;
  padding-left: 15px;
  list-style: none;
  padding-bottom: 20px;
}
.our-ups-port li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
}
.our-ups-port .awards-section {
  align-items: start;
}
.usps-port .row:nth-child(2) img {
  width: 100%;
  padding: 0;
}
.usp-port-end h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  color: #42408e;
  padding-top: 8px;
}
.usp-port-end h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.usp-port-end h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 43px;
  line-height: 45px;
  color: #43408e;
}
.usp-port-end p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.usp-port-end p span {
  display: block;
}
.usp-port-end {
  padding: 30px 0px;
}

.port-special-top p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #74197e;
  padding-bottom: 20px;
}
.port-special-2 p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 20px;
}
.port-special-3 {
  padding-top: 50px;
}
.port-special-3 img {
  margin: auto;
  display: block;
}
.end-img img {
  width: 100%;
}
.end-img {
  position: relative;
  margin-top: 40px;
}
.end-img-content {
  position: absolute;
  top: 60px;
  left: 90px;
  width: 86%;
}
.end-img-content p span {
  display: block;
}
.end-img-content h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  padding-bottom: 20px;
}
.end-img-content h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #42408e;
  padding-bottom: 5px;
}
.end-img-content p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 20px;
}
.end-img-content .row:nth-child(3) {
  text-align: center;
  padding-top: 15px;
}

.middle-ware-div {
  background-color: #cbe6f5;
  max-width: 920px;
  padding: 30px 50px;
  margin: 20px auto;
}

.middle-ware-div h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  padding-bottom: 15px;
  text-align: center;
}
.middle-ware-div h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #42408e;
  padding-bottom: 5px;
}
.middle-ware-div p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.middle-ware-div .row .col-xl-2 {
  justify-content: center;
  display: flex;
}

.water-stewa h3 {
  font-size: 18px;
  line-height:26px;
  color: #008dd0;
}
.water-stewa p {
  padding-bottom: 15px;
}
.ques-resi ol.num {
  list-style-type: decimal;
  padding-left: 16px;
}
.ques-resi ol.num li {
  padding-bottom: 15px;
}
.importance .profit-sec.new-prof .first-pro {
  max-width: 280px;
}
.importance .box-content {
  position: relative;
  border: 1px solid #707070;
  padding: 30px 26px 30px 60px;
  max-width: 722px;
  margin: 20px 0 20px 44px;
}
.importance .box-content .waste-icon {
  position: absolute;
  left: -46px;
  top: 21%;
}
.importance .waste-recy {
  display: flex;
  margin: 40px 0;
}
.importance .waste-recy .first-col {
  max-width: 314px;
  border-right: 1px solid #707070;
  padding-right: 20px;
  padding-left: 15px;
  text-align: center;
  position: relative;
  min-height: 217px;
}
.importance .waste-recy .first-col.no-brdr {
  border: none;
}
.importance .waste-recy .first-col .yellow-box {
  position: absolute;
  width: 58px;
  height: 10px;
  background: #ffcc31;
  bottom: 0;
  left: 35%;
}
.importance .waste-recy .first-col .y-icon {
  position: absolute;
  right: -19px;
  top: 44%;
}
.energy-case-study.responsible.waste .case-brdr::before {
  height: 99.7%;
}
.water-stewa h4 {
  font-size: 18px;
  line-height: 25px;
  color: #792a90;
  font-weight: 700;
}
.line-icon-div {
  position: relative;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.line-icon-div p {
  padding-bottom: 34px;
}
.line-icon-div .blBox {
  width: 58px;
  height: 9px;
  background-color: #792a90;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.line-icon-div .bl-yellow {
  position: absolute;
  left: 0;
  bottom: -21px;
}
/*  */
.emission-box {
  background: rgba(142, 41, 141, 0.1);
  padding: 20px;
  max-width: 900px;
  margin: 20px auto;
}

.emission-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.emission-box .left-text {
  border-right: 1px solid;
}
.emission-box .left-text p span {
  display: block;
  font-weight: normal;
}
.emission-box .left-text,
.emission-box .right-text {
  width: 45%;
  color: #333;
  font-size: 15px;
  min-height: 70px;
}

.emission-box .arrow-divider {
  width: 10%;
  text-align: center;
  position: relative;
}
.cyber-table {
  display: flex;
  margin-top: 30px;
}

.line img {
  height: 141px;
}
.sec-h {
  max-width: 270px;
  text-align: center;
  padding-right: 10px;
}
.cyber-table .sec-h p {
  color: #707070;
  padding-left: 20px;
  padding-top: 20px;
}
.ques-resi.mt0 {
  margin-top: 0;
}
.first-col p span {
  font-weight: normal;
  display: block;
}

.interMain .our-tax-ports h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height:26px;
  color: #43408e;
  padding-bottom: 30px;
}
.our-tax-sec-2 .purpBusiness {
  background-color: #008dd0;
}
.mapMain.our-tax-ports h4 {
  color: #00729c;
}
.mapMain.our-tax-ports h4 {
  color: #263692;
}
.yellow-div-highlght {
  background-color: #ffcc31;
  width: 145px;
  height: 36px;
  padding: 2px 10px;
}
.highlight-sec-last {
  width: 300px;
}
.yellow-div-highlght h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #231f20;
}
.highlght-sec-col .row:nth-child(2) h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #231f20;
  padding-top: 15px;
  padding-bottom: 8px;
}
.highlght-sec-col .row:nth-child(2) h3 span {
  display: block;
}
.highlght-sec-col .row:nth-child(2) p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #231f20;
}
.highlght-sec-col .row:nth-child(2) .para-bo-text {
  font-family: "Noto Sans", sans-serif;
  font-weight:600;
  font-size: 25px;
  line-height: 21px;
  color: #231f20;
}
.highlght-sec-col .row:nth-child(2) p span:nth-child(2) {
  display: block;
}
.highlght-sec-col {
  padding: 35px 0px;
}
.highlght-sec-col .row:nth-child(3) img {
  width: 100%;
  padding-top: 30px;
}
.highlght-sec-col .small-text-highlgt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  color: #231f20;
}
.highlght-sec-col .row:nth-child(2) .col-xl-6 {
  padding-bottom: 30px;
}
.highlght-sec-col .row:nth-child(2) .col-xl-6 h3 span {
  display: inline-block;
}
.highlght-sec-col.highlight-ports-sec-last .row:nth-child(2) p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #231f20;
}

.highlght-sec-col ul {
  padding: 0px;
}
.highlght-sec-col ul li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231f20;
  position: relative;
  padding-left: 15px;
  list-style: none;
  padding-bottom: 20px;
}
.highlght-sec-col li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  background-color: #231f20;
}
.highlght-sec-col ul li span {
  font-weight: 900;
}
.highlight-last-p {
  display: block;
}

.taxImg img {
  width: 100%;
}
.taxTxt img {
  width: 100%;
}
.materialitydata .hdpurple,
.csrdata .hdpurple {
  line-height: 25px;
  color: #74197e;
}
.materialitydata .hdblue,
.biodiversitydata .hdblue,
.csrdata .hdblue {
  color: #42408e;
}
.chartedbox {
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
  padding-top: 25px;
  padding-left: 57px;
  max-width: 588px;
}
.chartedbox ul {
  padding-left: 0;
  list-style: none;
}
.chartedbox ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #707070;
  position: relative;
}
.chartedbox ul li span {
  padding-left: 20px;
}
.chartedbox ul li:last-child {
  border-bottom: 0;
}
.chartedbox ul li:before {
  position: absolute;
  content: "";
  background-image: url(../images/materiality-assessment/yellow-arrow.svg);
  width: 18px;
  height: 17px;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
}
.chartedbox ul li:last-child:before {
  display: none;
}
.materialitydata ol {
  padding-left: 15px;
  margin-bottom: 0;
}
.materialitydata ol li {
  padding: 10px 0px;
}
.materialitydata ol li span,
.listab li span {
  font-weight: 700;
}
ul.listab {
  list-style-type: lower-alpha;
}
ol li p:last-child {
  margin-bottom: 0;
}
.materialityimg,
.divtable {
  padding-bottom: 25px;
}
.m1andm23 ul {
  padding-left: 0;
  list-style: none;
}
.m1andm23 ul li {
  padding-bottom: 10px;
}
.m1andm23 ul li span {
  background-color: #2ab76d;
  padding: 5px 0px;
  color: #fff;
  max-width: 52px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.m1andm23 .col-xl-6:nth-child(2) ul li span {
  background-color: #263692;
}
.m1andm23 .col-xl-6:nth-child(3) ul li span {
  background-color: #643f20;
}
p.ngptive span {
  padding-left: 15px;
}
.cpflex .col-xl-4 div {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.cpflex .col-xl-4 div p {
  padding-left: 15px;
  margin-bottom: 0;
}
.materialityenvirodata ul {
  padding-left: 15px;
  list-style: square;
}
.materialityenvirodata ul li {
  padding: 10px 0px;
}
.materialityenvirodata ul li::marker {
  color: #43408e;
}
.materialityenvirodata ul li:first-child {
  padding-top: 0;
}
.materialityenvirodata p span {
  color: #43408e;
  font-weight: 700;
}
.materialityenvirodata p {
  margin-bottom: 15px;
}
.biodiversitydata hr,
.csrdata hr {
  margin-top: 10px;
}
.policybtn a {
  color: #231f20;
}
.policybtn a span {
  font-weight: 700;
}
.policybtn a img {
  margin-right: 15px;
}
.mainContent .hdlightblue {
  color: #008dd0;
}
.mainContent .numbersmatt h3 {
  color: #43408e;
  font-size: 40px;
  padding: 15px 0px 5px;
}
.righttpborder {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  margin-top: 80px;
}
.righttpborder img {
  margin-top: -40px;
}
.righttpborder h5 {
  margin-top: 20px;
}
.biodiversitydata .hdlightblue {
  font-weight: 700;
  padding-top: 15px;
  font-size: 20px;
}
.biodiversitydata ol {
  padding-bottom: 20px;
}
.fullborder {
  border: 1px solid #707070;
  padding: 20px;
}
.fullborder img {
  margin-top: -60px;
}
.leftbdr {
  border-left: 1px solid #707070;
  position: relative;
  margin-bottom: 20px;
}
.stagelist:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/biodiversity/yellow-arrow.svg);
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.stagehd {
  border: 1px solid #707070;
  border-left: 0;
  padding: 18px;
  position: relative;
}
.stagehd:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 35px;
  background-color: #ffcc31;
  right: -4.5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.stagehd h5 {
  margin-bottom: 0;
  line-height: 20px;
}
.stagelist {
  padding: 30px;
  padding-right: 0;
  padding-left: 45px;
  position: relative;
}
.stagehd h5 span {
  padding-right: 30px;
  color: #43408e;
}
.biodiversitydata .stagehd .hdlightblue {
  padding-top: 0;
}
.stagelist ul li ul {
  padding-top: 20px;
  list-style: disc;
}
.biodiversitydata .stagehd .hdpurple {
  color: #43408e;
}
.futdiv {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.futdiv p {
  margin-bottom: 0;
}
.futdiv h5 {
  line-height: 20px;
}
.futdiv div:last-child {
  padding: 30px;
  border: 1px solid #707070;
  width: 100%;
  margin-left: -20px;
  padding-left: 45px;
}
.futdiv div:first-child {
  position: relative;
}
.boxrightbtm {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-right: 15px;
}
.boxleftbtm {
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  padding-left: 15px;
}
.boxrightbtm h5 {
  line-height: 23px;
}
.centerboxtxt {
  max-width: 170px;
  margin: 15px auto;
}
.centerboxtxt h5 {
  line-height: 23px;
}
.maxheight202 {
  min-height: 202px;
}
.maxheight234 {
  min-height: 234px;
}
.oillesevenpill {
  margin-top: 40px;
}
.oillesevenpill .numberpill {
  display: flex;
  margin: 30px 0px;
}
.numberpill h3 {
  font-size: 40px;
  color: #cccfe5;
}
.numberpill div:first-child {
  max-width: 84px;
  width: 100%;
  position: relative;
}
.numberpill div:first-child img {
  margin: auto;
  display: block;
}
.numberpill div:first-child:before {
  content: "";
  position: absolute;
  width: 84px;
  height: 1px;
  left: 0;
  top: 16px;
  background-color: #707070;
  z-index: -1;
}
.numberpill div:last-child {
  padding-left: 15px;
}
.csrdata .hdbg {
}
.csrdata .divborder {
  padding: 15px;
  border: 1px solid #707070;
  margin-top: 80px;
  text-align: center;
  padding-bottom: 0px;
}
.csrdata .divborder img {
  margin-top: -60px;
}
.csrdata .divborder p {
  padding-top: 10px;
}
.csricons {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.csricons h5 {
  padding-left: 15px;
}
p.borderrihtbtm {
  padding: 20px 20px 20px 0px;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
}
.csrdata .policybtn {
  margin: 0px 0px 30px;
}
.importance .profit-sec.new-prof .first-pro {
  max-width: 280px;
  width: 100%;
}
.graybg {
  padding: 30px;
  background-color: #e6e0ed;
  margin-bottom: 30px;
}
.graybg ul li span {
  font-weight: 700;
}
.csrdata p span {
  color: #231f20;
}
.csrdata h3 {
  color: #43408e;
  font-size: 40px;
}
.paddintp30 {
  padding-top: 30px;
}
.paddintp15 {
  padding-top: 15px;
}
.csrdata h5 {
  line-height: 23px;
}
.graybg .leftbdr {
  border-bottom: 1px solid #707070;
  padding-left: 20px;
  padding-bottom: 20px;
  margin: 15px 0px;
}
.valueCreationBodyports {
  font-size: 16px;
  color: #42408e;
  font-weight: 600;
}
.valueCreationBodyports .col-xl-4 h6 {
  color: #000;
  padding-top: 15px;
}

.valueCreationBodyports p {
  color: #000;
  font-weight: 400;
}
.valueCreatAcrports .greenList ul li::before {
  background-color: #42408e;
}
.valueCreatAcrports .borderWidth {
  border-bottom: 3px solid #008dd0;
}
.valueCreatAcrports .outputsData h4 {
  color: #253692;
  padding-top: 10px;
}
.h5flec {
  display: flex;
  align-items: center;
}
.h5flec span {
  padding-left: 15px;
}
.biodiversitydata h5 {
  line-height: 23px;
}
.indiamap {
  background-image: url(../images/biodiversity/map-bg-img.webp);
  background-size: cover;
  padding: 55px 30px 80px;
  background-position: center;
  margin: 15px 0px 25px;
}
.indiamap h5 {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.indiamap h5 span:first-child {
  font-size: 40px;
  color: #cccfe5;
  padding-right: 15px;
}
.indiamap h6 {
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  padding-bottom: 115px;
}
.indiamap h6 span {
  display: block;
  padding-top: 15px;
}
.indiamap p {
  color: #fff;
  padding-left: 40px;
  padding-bottom: 40px;
}
.indiamap img {
  padding-left: 40px;
}
.interMain .our-tax-ports h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 35px;
  color: #43408e;
  padding-bottom: 30px;
}
.nestedbg {
  background-image: url(../images/biodiversity/map-img-bg2.webp);
  background-size: cover;
  padding: 55px 30px 80px;
  background-position: center;
  margin: 15px 0px 25px;
}
.num2 h5 {
  display: flex;
  align-items: center;
  padding-bottom: 0px;
}
.num2 h5 span {
  font-size: 40px;
  color: #cccfe5;
  padding-right: 15px;
}
.num2 p {
  padding-left: 40px;
}
.boxnum {
  position: relative;
  margin: 30px 0px;
}
.boxnum h5 {
  margin-bottom: 0;
  background-color: #ebecec;
  max-width: 100%;
  padding: 10px;
  margin-left: 23px;
  padding-left: 45px;
}
.boxnum:before {
  content: "1";
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 18px;
  color: #fff;
  background-color: #792a90;
  padding: 14px 19px;
}
.columnbox {
  display: inline-flex;
  margin-bottom: 30px;
}
.columnbox div {
  padding: 15px;
  max-width: 25%;
  width: 100%;
  border-right: 1px solid #707070;
  position: relative;
}
.columnbox div:first-child {
  border-left: 1px solid #707070;
}
.columnbox div:nth-child(1),
.columnbox div:nth-child(3) {
  border-bottom: 1px solid #707070;
}
.columnbox div:nth-child(2),
.columnbox div:nth-child(4) {
  border-top: 1px solid #707070;
}
.columnbox div:nth-child(1):after,
.columnbox div:nth-child(3):after {
  content: "";
  position: absolute;
  background-color: #ffcc31;
  width: 35px;
  height: 9px;
  bottom: -4.5px;
  left: 0;
  right: 0;
  margin: auto;
}
.columnbox div:nth-child(2):after,
.columnbox div:nth-child(4):after,
.columnbox ul li:after {
  content: "";
  position: absolute;
  background-color: #ffcc31;
  width: 35px;
  height: 9px;
  top: -4.5px;
  left: 0;
  right: 0;
  margin: auto;
}
.paddingbtm30 {
  padding-bottom: 30px;
}
.columnbox ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.columnbox ul li {
  padding: 20px 0px;
  border-bottom: 1px solid #707070;
  position: relative;
}
.columnbox ul li:after {
  right: 0;
  left: auto;
  bottom: -4.5px;
  top: auto;
}
.threatsbox {
  padding: 0px 30px;
  border: 1px solid #707070;
  margin-top: 60px;
  border-bottom: 0;
}
.threatsbox h5:first-child {
  margin: auto;
  border: 1px solid #707070;
  padding: 15px;
  background-color: #fff;
  margin-top: -30px;
  text-align: center;
  max-width: fit-content;
  margin-bottom: 20px;
}
.threatsbox p {
  padding-bottom: 10px;
}
.yline {
  background-color: #ffcc31;
  width: 35px;
  height: 9px;
  margin: 20px 0px 5px;
}
.boxnum2:before {
  content: "2";
}
.boxnum3:before {
  content: "3";
}
.biodiversitydata h3 {
  color: #43408e;
}

.sec-one.strategic-prio .blueBox h1 {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
.sdg-inwrap {
  display: flex;
  gap: 40px;
}
.inerOps {
  display: block;
}
.inerOps span {
  display: block;
}
.st-wrap h5 {
  font-size: 14px;
  font-weight: 400;
  color: #231f20;
  padding-bottom: 10px;
  display: flex;
}
.st-wrap h5 span {
  color: #42408e;
  font-weight: 600;
  padding-right: 10px;
}

/**/
.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid #ffcc31;
  width: 75%;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background-color: #ffcc31;
  height: 3px;
  top: 2px;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
  position: absolute;
  top: 2px;
  left: -100%;
  width: 100%;
  height: 3px;
  background-color: #ffcc31;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: #ffcc31;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 75%;
  display: flex;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 0px;
  line-height: 0px;
  display: block;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch
.switch-title {
  position: absolute;
  font-weight: 400;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch
.switch-title:after {
  position: absolute;
  top: calc(100% + 3px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch.active
.switch-title {
  font-weight: 400;
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch.active
.switch-title:after {
  background: #fff;
  width: 25px;
  height: 25px;
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch.active
~ .swiper-pagination-switch
.switch-title {
  color: #ffcc31;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch.active
~ .swiper-pagination-switch
.switch-title:after {
  background: #ffcc31;
}
.swiper-wrapper {
  height: auto;
}
.swiper-container-wrapper--timeline
.swiper-pagination-custom
.swiper-pagination-switch
.switch-title {
  color: #ffcc31;
}
.performaceAncBg {
  background-color: #2f2641;
}
.performanceAn {
  background: linear-gradient(135deg, #2f2641 0%, #44677a 100%);
  padding: 40px 0px;
}
.performanceAn h6 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
}
.performanceAn h3 {
  font-size: 60px;
  line-height: 65px;
  font-family: Playfair Display;
  color: #fff;
  font-weight: 600;
}
.performanceAn h3 span {
  display: block;
}
.performaceAncBg .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
  min-height: 585px;
}
.swiper-slide1 {
  background-image: url(../images/highlights-img1.webp);
}
.swiper-slide2 {
  background-image: url(../images/highlights-img2.webp);
}
.swiper-slide3 {
  background-image: url(../images/highlights-img3.webp);
}
.swiper-slide4 {
  background-image: url(../images/highlights-img4.webp);
}
.swiper-slide5 {
  background-image: url(../images/highlights-img5.webp);
}

.swiper-slide h5 {
  color: #ffcc31;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.highlightnum-wrap {
  margin-bottom: 40px;
}
.highlightnum-wrap h3 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 5px;
}
.highlightnum-wrap h3 span {
  font-size: 14px;
  font-weight: 700;
}
.highlightnum-wrap p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.highlightnum-wrap p span {
  font-size: 25px;
  font-weight: 700;
}
.w-li {
  padding-left: 0px;
}
.w-li li {
  position: relative;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 15px;
  color: #fff;
}

.w-li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #fff;
  width: 5px;
  height: 5px;
}
.highlightnum-wrap h4,
.w-li li span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.blue-smallhead {
  color: #43408e;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 10px;
}

.blue-li {
  padding-left: 0px;
}
.blue-li li {
  position: relative;
  padding-bottom: 15px;
  list-style: none;
  padding-left: 15px;
  color: #000000;
}

.blue-li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #42408e;
  width: 6px;
  height: 6px;
}
.climate-topwrap p {
  padding-bottom: 20px;
}

.cl-uneza {
  border: 3px solid;
  border-image: linear-gradient(to right, #3D6DB2, #3D6DB2, #7A2B8A, #96366A, #D04D2A) 1;
  padding: 20px 40px 0px 40px;
  border-radius: 20px;
  border-right: none;
  border-top: none;
  border-bottom-right-radius: 0px;
  margin-bottom: 20px;
}
.cl-uneza h4 {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #008dd0;
}
.imgread-btn a {
  display: flex;
}
.imgread-btn a h5 {
  color: #000000;
  font-size: 16px;
  line-height: 21px;
}
.imgread-btn a h5 span {
  display: block;
  color: #008dd0;
  font-weight: 700;
}
.imgread-btn a img {
  padding-right: 10px;
}
.imgread-btn {
  margin-bottom: 35px;
}
.l-blue {
  color: #008dd0;
}
.bible-img {
  margin-bottom: 40px;
}
.o-key h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #00000060;
  margin-bottom: 20px;
}
.occ-safety h3 {
  color: #43408e;
  font-size: 40px;
  font-weight: 600;
}
.occ-safety h4 {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.occ-safety .col-xl-4 {
  margin-bottom: 30px;
}
.ohs-img {
  margin-bottom: 40px;
}
.clr-black {
  color: #000;
}
.ft-16 {
  font-size: 16px !important;
  line-height: 22px;
}
.yl-arrow {
  display: flex;
  align-items: flex-start;
}
.yl-arrow img {
  padding-right: 10px;
}
.purple-text {
  font-size: 16px;
  line-height: 22px;
  color: #8e288f;
  padding-bottom: 20px;
  font-weight: 700;
}
.mb-15 {
  margin-bottom: 15px;
}
.mono {
  border: 1px solid #00000050;
  padding: 30px;
  margin-bottom: 40px;
}
.mono .col-xl-5 {
  border-right: 1px solid #00000050;
}
.prog h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.prog {
  position: relative;
  width: 15%;
  text-align: center;
}
.prog::after {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  height: 131px;
  width: 30px;
  top: 0px;
  background-image: url(../images/goals/progressing-in-the-area-yellow-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.prog-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.prog-last.prog::after {
  display: none;
}
.blue-li-round {
  padding-top: 20px;
  margin-bottom: 0px;
}

.blue-li-round li:before {
  border-radius: 50px;
}
.major-icon {
  padding-bottom: 10px;
}
.major .col-xl-3 {
  border-right: 1px solid #00000060;
  position: relative;
  text-align: center;
}
.major .col-xl-4 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.major .col-xl-3:after,
.major .col-xl-4:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffc846;
  width: 40px;
  height: 8px;
  margin: auto;
}
.major {
  margin-bottom: 50px;
}
.g-awrad {
  background-color: #cccccc60;
  padding: 40px 30px;
  margin-bottom: 25px;
}
.goals-inner {
  border: 1px solid #00000060;
  padding: 20px;
  position: relative;
  min-height: 245px;
  margin-bottom: 40px;
}
.goals-inner:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -3px;
  background-image: url(../images/goals/yellow-arrow-box-last-icon.svg);
  width: 24px;
  height: 24px;
}
.goals-inner p {
  padding-bottom: 0px;
}

.g-awrad1 .col-xl-6 {
  border-right: 1px solid #00000050;
}
.g-awrad1 .col-xl-6:last-child {
  padding-left: 30px;
}
.bluelist-inline {
  display: flex;
  justify-content: space-between;
}
.purple-smallhead {
  color: #8e288f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.purple-smallhead span {
  font-size: 26px;
}
.epr-bd p {
  border-bottom: 1px solid #00000050;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.epr-bd p:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  background-image: url(../images/emer/yellow-arrow-01.svg);
  width: 30px;
  height: 30px;
  margin: auto;
}
.epr-bd p.epr-last {
  border-bottom: none;
  margin-bottom: 0px;
}
.epr-bd p.epr-last:after {
  display: none;
}
.emer-table thead th {
  background-color: #e5e6f1;
  font-size: 16px;
}
.emer-table tbody td {
  border-right: 1px solid #dee2e6;
  width: 50%;
}
.emer-table tbody td:last-child {
  border-right: none;
}
.emer-table {
  margin-bottom: 30px;
}
.emer-graph {
  margin-bottom: 40px;
}

.ques-resi .human-str {
  border-bottom: 1px solid #707070;
  position: relative;
  padding-bottom: 20px;
}
.ques-resi .human-str .yellow-dark {
  position: absolute;
  bottom: -20px;
  left: 42%;
}
.ques-resi .human-str .human-yel {
  width: 9px;
  height: 40px;
  background-color: #ffcc31;
  position: absolute;
  right: 0;
  top: 65%;
}
.ques-resi .icon-cap {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.ques-resi .icon-cap::after {
  content: "";
  border-bottom: 1px solid;
  width: 91%;
  left: 9%;
  bottom: 41%;
  position: absolute;
}
.ques-resi .icon-cap h3 {
  font-size: 18px;
  line-height: 35px;
  color: #000;
  font-weight: 700;
}
.ques-resi .capab-div p::before {
  content: "";
  position: absolute;
  border-right: 1px solid #707070;
  height: 61px;
  right: 0;
  bottom: 7px;
}
.ques-resi .capab-div {
  position: relative;
}
.importance.brdr ul li {
  /* border-bottom: 1px solid #707070; */
  padding-bottom: 15px;
}
.ques-resi h4.brdr {
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
}
.ques-resi .main-sdg {
  display: flex;
  justify-content: space-between;
}
.ques-resi .main-sdg .left-sdg {
  min-width: 270px;
}
.first-pro p span {
  display: block;
  font-weight: normal;
}
.ques-resi p.pink {
  font-size: 16px;
  line-height: 25px;
  color: #008dd0;
}
/* bod */
.team-card-new {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 510px;
  margin-bottom: 27px;
  cursor: pointer;
  border-top-left-radius: 47px;
  position: relative;
}
.team-cls {
  padding: 0px 0px;
}
.team-card-new h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #7a2a90;
  padding: 23px 0 3px 23px;
}
.team-card-new p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 0 0 14px 23px;
  color: #008dd0;
  max-width: 308px;
}
.team-card-new p::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #707070;
  width: 80%;
  left: 23px;
  bottom: 15%;
}
.team-card-new.extra h6::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #707070;
  width: 30%;
  left: 23px;
  bottom: 12%;
}
.team-card-new .main-head-icon {
  display: flex;
  gap: 96px;
}
.team-card-new .main-head-icon .black-icon {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 5px;
}
.team-card-new .main-head-icon .black-icon p {
  padding: 0;
  font-weight: normal;
  color: #ffc846;
}
.team-card-new .main-head-icon .black-icon.new p {
  padding: 0;
  font-weight: normal;
  color: #000;
}
.team-card-new.extra p::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #707070;
  width: 88%;
  left: 23px;
  bottom: 19%;
}
.modal-data {
  display: flex;
  padding-top: 25px;
  gap: 85px;
}
.skill-ex h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.skill-ex {
  position: relative;
}
.skill-ex::after {
  content: "";
  position: absolute;
  right: -51px;
  top: 0;
  height: 94px;
  border-right: 1px solid #707070;
}
.skill-ex.no-brdr::after {
  content: "";
  position: absolute;
  right: -51px;
  top: 0;
  height: 94px;
  border-right: none;
}
.team-card-2 h3 {
  font-size: 20px;
  line-height: 35px;
  color: #007978;
  font-weight: 700;
  padding-top: 23px;
}
.team-card-2 p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.modal-header.new-header {
  border-bottom: 0;
}
.modal-header.new-header {
  padding: 0;
  margin-right: 20px;
  margin-top: 10px;
}
.modal-body.mybody {
  padding: 0;
}
.modal-body.mybody .rgt-data {
  margin-top: 49px;
  padding: 0px 20px 40px 0px;
}
.modal-h {
  padding: 20px;
}
.btn-close {
  --bs-btn-close-color: none;
  --bs-btn-close-bg: none;
  --bs-btn-close-opacity: none;
}
.material-h.mat-h h1 {
  background: #2cc4d2;
  font-size: 18px;
  font-size: 20px;
  max-width: 77px;
  padding: 5px 10px;
}
.material-h.mat-h {
  display: flex;
  gap: 20px;
}
.material-h.mat-h.mt30 {
  margin-top: 30px;
}
.scroll-ad {
  height: 245px !important;
  overflow-y: auto;
}
.modal-body.mybody {
  padding: 0px 0 40px 10px;
}
.tax-r h4 {
  padding-bottom: 5px !important;
}
.geog-sec .list-h ul.yellow li::before {
  content: "■";
  color: #ffc019;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.geog-sec .list-h ul.blue li::before {
  content: "■";
  color: #505254;
  position: absolute;
  left: -15px;
  top: -1px;
  font-size: 10px;
}
.geog-sec .list-h ul.yellow,
.geog-sec .list-h ul.blue {
  margin: 0;
  padding: 0;
  padding-left: 16px;
}
.geog-sec .list-h ul.yellow li,
.geog-sec .list-h ul.blue li {
  padding-bottom: 7px;
}
.geog-sec .list-h ul.mt0 li {
  padding-bottom: 7px;
}
.geog-sec .list-h ul.mt0 {
  margin: 0;
}
.list-h .rt-data h1 {
  font-size: 43px;
  line-height: 45px;
  color: #007978;
  font-weight: 700;
  padding-bottom: 2px;
}
.list-h .map-h {
  display: flex;
  align-items: center;
  gap: 20px;
}
.list-h .row.brdr {
  border-bottom: 1px solid #707070;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.list-h h2.pt30 {
  padding: 30px 0;
}
.team-card-new h6 {
  padding: 0 0 0 23px;
  color: #008dd0;
}
.team-card-new h6::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #707070;
  width: 30%;
  left: 23px;
  bottom: 8%;
}
.main-head-icon .power-img {
  padding-left: 23px;
  padding-top: 17px;
}
.team-card-new.mdal {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.rgt-data h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin: 20px 0 5px;
}

.dic .col-xl-5 {
  position: relative;
}
.dic .col-xl-5:after {
  content: "";
  position: absolute;
  right: -40px;
  top: -50px;
  bottom: 0;
  margin: auto;
  background-image: url(../images/digi/yellow-arrow.svg);
  width: 30px;
  height: 30px;
}
.dic .col-xl-5:last-child:after {
  display: none;
}
.dic {
  margin-bottom: 20px;
}
.ft-24 {
  font-size: 24px;
  padding-bottom: 30px;
}
.dkey h3 {
  background-color: #ffc846;
  color: #231f20;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 20px;
}
.dkey-in {
  border-left: 1px solid #00000050;
  border-bottom: 1px solid #00000050;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  min-height: 119px;
}
.dkey .col-xl-4,
.impl {
  margin-bottom: 30px;
}
.dkey-in li:last-child {
  padding-bottom: 0px;
}
.dkey .col-xl-4 ul {
  margin-bottom: 0px;
}
.bd-btm {
  border-bottom: 2px solid #43408e70;
  padding-bottom: 15px;
}
.yello-line {
  background-color: #ffc846;
  width: 40px;
  height: 6px;
}
.impl .col-xl-4,
.impl .col-xl-8 {
  padding-top: 30px;
}
.yell-arrow {
  margin-bottom: 15px;
}
.rfid {
  border: 1px solid #00000050;
  padding: 35px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  position: relative;
  margin-bottom: 40px;
  min-height: 250px;
}
.rfid:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/digi/yellow-line.svg);
  width: 77px;
  height: 46px;
}
.rfid-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.dcc {
  border: 1px solid #00000050;
  position: relative;
  border-left: none;
  padding-right: 30px;
  margin-bottom: 40px;
}
.dcc h4 {
  background-color: #fff;
  display: inline;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: -10px;
  padding-right: 10px;
}
.dcc h5 {
  padding-top: 20px;
  line-height: 22px;
}
.dcc:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #652895;
  width: 75px;
  height: 4px;
  border-radius: 50px;
}
.dcc1 h4 {
  color: #43408e;
}
.dcc1 p span {
  color: #008dd0;
  font-size: 18px;
  font-weight: 600;
}
.dcc1 p:nth-child(2) {
  padding-top: 30px;
}
.ti-last-img {
  margin-top: 20px;
}
.opmap-case h3 {
  background: #ffc846;
  font-size: 18px;
  font-weight: 600;
  color: #231f20;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.ced {
  margin-bottom: 30px;
}
.grey-head {
  font-size: 16px;
  line-height: 22px;
  color: #6d6e71;
  font-weight: 600;
  padding-bottom: 10px;
}
.grey-bd {
  background-color: #6d6e7180;
  height: 2px;
  width: 100%;
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.footnote {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}
.cyber-table th,
.cyber-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.cyber-table th {
  background-color: #e5e6f1;
  color: #000;
  font-weight: 600;
}
.cyber-table td:first-child {
  font-weight: 600;
  /*  background-color:#E5E6F1;*/
}
.power-img.txt-c {
  text-align: center;
  padding-bottom: 20px;
}
.ques-resi .lightBox {
  display: flex;
  justify-content: space-around;
  background-color: #e9e2f0;
  padding: 30px 0 30px 30px;
  position: relative;
}
.ques-resi .lightBox .leftBox {
  max-width: 458px;
  border-right: 1px solid #707070;
  padding-right: 44px;
}
.ques-resi .lightBox .leftBox.nobrdr {
  border: none;
}
.ques-resi .lightBox .yellow-box {
  position: absolute;
  right: 0;
  top: 35%;
  right: 50.8%;
}

.ques-resi .icon-cap.esg::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #707070;
  width: 96%;
  bottom: 0;
  left: 34px;
}
.ques-resi .icon-cap.esg::before {
  content: "";
  position: absolute;
  border-left: 1px solid #707070;
  height: 100%;
  bottom: 0;
  left: 34px;
}
.ques-resi .icon-cap.esg h3 {
  color: #008dd0;
  line-height: 24px;
}
.ques-resi .icon-cap.esg {
  gap: 125px;
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
}
.ques-resi .icon-cap.esg h3 span {
  display: block;
}
.main-power {
  display: flex;
  align-items: center;
  gap: 30px;
}

.icon-cap.esg .importance {
  max-width: 322px;
}
.icon-cap.esg .importance p span {
  display: block;
  font-weight: normal;
}
.ques-resi .icon-cap.esg.stake::before {
  content: "";
  position: absolute;
  border-right: 1px solid #707070;
  height: 100%;
  bottom: 0;
  right: 39px;
}
.ques-resi .icon-cap.esg.stake::before {
  content: "";
  position: absolute;
  border-left: none;
}
.ques-resi .icon-cap.esg.stake::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #707070;
  width: 80%;
  bottom: 0;
  left: 16.5%;
}
.ques-resi .icon-cap.esg.stake .main-power {
  width: 372px;
}
.icon-cap.esg.stake .importance {
  width: 322px;
}
.stakeholder .main-stake {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
}
.stakeholder .first-stake {
  display: flex;
  align-items: end;
  gap: 14px;
  min-width: 153px;
}
.stakeholder {
  margin-top: 40px;
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
}
.importance.mt40 {
  margin-top: 65px;
  border-top: 1px solid #707070;
  padding-top: 20px;
}
.importance.mt40.nobrdr {
  border-top: none;
  margin-top: 8px;
}
.importance.mt40.nobrdr .stakeholder {
  border-bottom: none;
}
.stakeholder.sec .first-stake {
  width: 400px;
}
.ques-resi .all-operate h3 {
  font-size: 24px;
  line-height: 23px;
  color: #43408e;
  padding-bottom: 5px;
}
.ques-resi .all-operate {
  margin-top: 20px;
}
.ques-resi .all-operate h3 {
  padding-top: 20px;
}
.ques-resi .esg-grey {
  background-color: #e9e2f0;
  padding: 30px 15px;
}
.ques-resi .esg-grey .first-es {
  text-align: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.ques-resi .esg-grey .first-es.nobrdr {
  border: none;
  padding-bottom: 0;
}
.first-es .yel {
  position: absolute;
  bottom: -13px;
  left: 50%;
}
.ques-resi .annual .yel-an {
  width: 56px;
  height: 12px;
  background: #ffcc31;
  margin-bottom: 10px;
}
.ques-resi .annual {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.ques-resi .capab-div .importance::before {
  content: "";
  border-right: 1px solid;
  height: 97%;
  right: 0%;
  top: 0;
  position: absolute;
}
.ques-resi .capab-div .importance::after {
  content: "";
  border-top: 1px solid;
  width: 100%;
  right: 0%;
  top: 0;
  position: absolute;
}
.ques-resi .capab-div.mt50 {
  margin-top: 50px;
}
.ques-resi .icon-cap.esg h1 {
  font-size: 40px;
  line-height: 21px;
  color: #43408e;
}
/*uneza human css start*/
.humBlkH4 h4 {
  color: #000000;
  font-weight: 600;
  padding-bottom: 15px;
  font-size: 18px;
}
.humPurBx h3 {
  color: #43408e;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 10px;
}
.humPurBx {
  margin-bottom: 20px;
}
.apsezPad {
  padding: 40px 0 40px;
}
.humBlkH4 hr {
  margin: 0px 0px 15px;
}
.humUl ul {
  padding-left: 15px;
}
.humUl ul li {
  position: relative;
  list-style: none;
  padding-bottom: 15px;
  line-height: 21px;
}
.humUl ul li::before {
  content: "";
  position: absolute;
  background: #42408e;
  width: 5px;
  height: 5px;
  left: -15px;
  top: 7px;
}
.gricapRow {
  margin-top: 80px;
}
.huBlueH4 h4 {
  color: #43408e;
  font-size: 18px;
  font-weight: 700;
  padding: 30px 0 15px;
}
.huBlueH4 p {
  padding-bottom: 15px;
}
.capImgTxt {
  margin: 15px 0 15px;
}
.capImgTxt h6 {
  color: #43408e;
  font-weight: bold;
  font-size: 16px;
  padding-top: 15px;
  max-width: 298px;
  width: 100%;
}
.imgMrgnTop {
  margin-top: 30px;
}
.humLineTxt .humBlkH4 h4 {
  font-size: 16px;
  padding-bottom: 5px;
}
.humLineTxt .humBlkH4 p {
  padding-bottom: 15px;
}
.para15 p {
  padding-bottom: 15px;
}
.purBlueBox {
  display: flex;
}
.purBlueBox div {
  background: #652895;
  border-right: 1px solid #fff;
  min-height: 190px;
  padding: 30px 10px 0px 15px;
  max-width: 170px;
  width: 100%;
}
.purBlueBox div p {
  color: #fff;
  line-height: 21px;
}
.purBlueBox div:nth-child(1) {
  background: #263692;
}
.idForGreyBox div {
  max-width: 260px;
  width: 100%;
}

.idForGreyBox {
  background: #efe9f4;
  display: flex;
  text-align: center;
  gap: 120px;
  max-width: 732px;
  width: 100%;
  padding: 50px;
  position: relative;
}
.idForGreyBox h4 {
  color: #2b2e34;
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 600;
}
.idForGreyBox::after {
  content: "";
  position: absolute;
  background: url(../images/human-img/human-rights-img1.svg);
  height: 175px;
  width: 25px;
  left: 50%;
  top: 20px;
}
.keyhuRow {
  margin-top: 20px;
}
.keyhuRow .humPurBx p {
  color: #2b2e34;
  font-size: 16px;
  padding-top: 10px;
}
.keyhuRow .humPurBx {
  text-align: center;
  margin-bottom: 30px;
}
.huSkyH4 h4 {
  color: #008dd0;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.fullGreyBox {
  background: #efe9f4;
  display: flex;
  padding: 50px;
  justify-content: space-between;
  margin: 15px 0 30px;
}
.fullGreyBox div {
  max-width: 442px;
  width: 100%;
}
.fullGreyBox h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 15px 0 15px;
}
.fullGreyBox .fullGreyBoxBrdr {
  position: relative;
}
.fullGreyBox .fullGreyBoxBrdr::before {
  position: absolute;
  content: "";
  background: #0000004f;
  right: -50px;
  width: 1px;
  height: 280px;
}
.readFlx {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.readFlx a {
  color: #008dd0;
  font-size: 16px;
  display: block;
  font-weight: bold;
}
.defnGreyBx {
  background: #efe9f4;
  padding: 40px;
  margin: 15px 0 30px;
}
.defnGreyBx .huSkyH4 p:nth-child(2) {
  padding-bottom: 20px;
}
.defnGreyBx .huSkyH4 h4 {
  padding-bottom: 10px;
}
.inFy .x40 {
  font-size: 40px;
  color: #43408e;
  font-weight: 600;
  display: block;
  padding: 10px 0 10px;
}
.parawithLine {
  margin: 20px 0 50px;
}
.blueBox {
  background: #652895;
}
.greyBoxIn {
  background: #ebecec;
}
.pupBoxHu {
  background: #8e278f;
  width: 160px;
  padding: 40px 0px 40px 25px;
  position: absolute;
  top: -25px;
  min-height: 150px;
}
.pupBoxHu h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 21px;
  padding-bottom: 15px;
}
.pupBoxHu p {
  font-size: 16px;
  color: #fff;
  line-height: 21px;
}
.greyBoxHu {
  background: #ededee;
  padding: 15px 40px 0px 140px;
  margin-left: 50px;
}
.purgryMrgn {
  margin: 40px 0 40px;
  position: relative;
}
.parawithLine p {
  padding: 15px 0 15px;
}
.humaiDtbl img {
  margin: 40px 0 15px;
}
.gradnLine {
  position: relative;
  margin: 20px 0 40px;
}
.gradnLine p {
  color: #008dd0;
  font-weight: bold;
  line-height: 21px;
}
.gradnLine p span {
  display: block;
}
.gradlnTxt {
  position: absolute;
  top: 25px;
  left: 25px;
}
/*uneza css end*/

.allPorts p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.allPorts h3 {
  font-size: 35px;
  line-height: 35px;
  color: #008dd0;
  font-weight: 600;
  margin-bottom: 10px;
}
.allPorts h5.withBorder {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.allPorts h5 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 12px;
  font-weight: 700;
}
.singleImg {
  margin-bottom: 25px;
}
.circleDot {
  margin-top: 20px !important;
}
.goalIns h5 {
  font-size: 40px;
  line-height: 45px;
  color: #43408e;
  font-weight: 700;
}
.font16 {
  font-size: 16px !important;
  line-height: 21px;
}
.goalIns h5 span {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
}
.goalIns {
  margin-bottom: 25px;
}
.allGoals {
  display: flex;
  gap: 0px 60px;
  flex-wrap: wrap;
}
.wallet_clr {
  color: #7a2a90 !important;
}
.font20 {
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
}
.lineImg {
  border-top: 1px solid #707070;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}
.lineImg img {
  margin: 0px auto;
  position: absolute;
  top: -10px;
}
.allStats {
  display: flex;
  gap: 0px 50px;
  flex-wrap: wrap;
}
.allStats > div {
  position: relative;
}
.allStats1 > div {
  width: calc(33.33% - 50px);
}

.allStats1 > div::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #707070;
}
.allStats1 > div.noBor::after,
.borderStar > div.noBor::after {
  display: none;
}

.leftSamew > div:nth-child(1) {
  width: 270px;
}
.leftSamew > div:nth-child(2) {
  width: calc(100% - 320px);
}
.borderStar {
  position: relative;
}
.borderStar::after {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #707070;
}
.bottmEnd {
  align-items: end;
}
.mutliSty {
  display: flex;
  gap: 50px;
}
.borderStar.othd::after {
  right: 0;
}
/*uneza human css end*/

/*uneza goverance css start*/
.blueP p {
  color: #43408e;
  font-weight: 600;
}
.blueP {
  padding: 15px 0 20px;
}
.bordtoRow .huSkyH4 h4 {
  padding-bottom: 10px;
}
.bordtoRow .huSkyH4 {
  margin-bottom: 50px;
}
.bordtoRow .huSkyH4 p {
  position: relative;
}
.bordtoRow .huSkyH4 p::before {
  position: absolute;
  content: "";
  background: #ffc846;
  width: 30px;
  height: 5px;
  bottom: -10px;
}
.huBlk24 h4 {
  font-size: 24px;
  font-weight: bold;
  color: #231f20;
  padding-bottom: 15px;
}
.huBlk24 {
  margin-top: 80px;
}
.apsez h5 {
  color: #43408e;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 15px;
}
.halfLine {
  margin: 50px 0 30px;
}
.halfLine span {
  background: #231f2059;
  width: 160px;
  height: 2px;
  display: block;
}
.govCap {
  display: flex;
  gap: 15px;
  align-items: end;
}
.anscciMain {
  position: relative;
  margin-bottom: 50px;
}
.anscciIn h4 {
  color: #43408e;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.anscciIn p {
  max-width: 285px;
  width: 100%;
}
.anscciIn {
  position: absolute;
  top: 10px;
}
.xxGovFlx {
  display: flex;
  gap: 40px;
}
.xxGovFlx h4 {
  font-size: 35px;
  color: #43408e;
  font-weight: bold;
  padding-bottom: 10px;
}
.humlghtBlkH4 h4 {
  color: #231f20;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}

.xxGovFlx div {
  padding-bottom: 30px;
  max-width: 251px;
  width: 100%;
}
.xxGovFlx h4 span {
  font-size: 16px;
}
.xxwidth {
  max-width: 350px;
  width: 100%;
}
.imgMrgnTopBtm {
  margin: 30px 0 30px;
}
.purgoverMrgn .pupBoxHu {
  background: transparent;
  width: unset;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: -40px;
  min-height: unset;
}
.purgoverMrgn {
  margin: 70px 0 40px;
  position: relative;
}
.purgoverMrgn .huSkyH4 p {
  color: #231f20;
  font-size: 18px;
  font-weight: 600;
}
.purgoverMrgn .greyBoxHu {
  background: #ededee;
  padding: 20px 0px 20px 60px;
  margin-left: 50px;
}
.spnBold {
  font-weight: bold;
}
.integpoH4 p {
  color: #43408e;
  font-size: 18px;
  font-weight: 600;
}
.integpoH4 p span {
  font-size: 30px;
}
.cpacpmesMain {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.cpacpseTxt span {
  color: #43408e;
  font-size: 60px;
  font-weight: 600;
  opacity: 0.5;
}
.cpacpmesFlx h5 {
  color: #7a2a90;
  font-size: 20px;
  font-weight: 600;
}
.cpacpmesFlx {
  display: flex;
  border-bottom: 2px solid #00000042;
  gap: 60px;
  padding-bottom: 20px;
  width: 100%;
}
.cpacpmesFlx div:nth-child(1) {
  max-width: 180px;
  width: 100%;
}
.logoRow .huSkyH4 h4 {
  padding-top: 15px;
}
.logoRow .col-xl-4 {
  margin-bottom: 40px;
  margin-top: 20px;
}
.prinBlue {
  background: #eaf4fb;
  padding: 20px 40px 20px;
  margin-bottom: 20px;
}
.coaLine {
  position: relative;
  margin: 20px 0 40px;
}
.coH4 h4 {
  font-size: 18px;
  font-weight: 600;
  color: #231f20;
  background-color: #fff;
}

.coH4 {
  position: absolute;
  top: -10px;
}
.coTxt p {
  padding-bottom: 30px;
  max-width: 520px;
  width: 100%;
  padding-top: 5px;
}

.coTxt {
  position: absolute;
  top: 30px;
}
.commRes p span {
  font-weight: 400;
}
.commRes p {
  color: #000000;
  font-weight: 600;
}
.commRes {
  padding-right: 25px;
}
.huBlueH424 h4 {
  color: #43408e;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}
.supSusgrey {
  padding: 20px;
  background: #efe9f4;
  margin-bottom: 20px;
}
/*uneza goverance css end*/
/*reporting start*/
.supplFlx {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin: 20px 0 40px;
}
.supplFlx h6 {
  font-size: 16px;
  color: #008dd0;
  font-weight: 600;
  padding-bottom: 15px;
}
.supplFlx div {
  max-width: 200px;
  width: 100%;
  position: relative;
}
.skyYllHead h4 {
  font-size: 18px;
  font-weight: 600;
  color: #008dd0;
  position: relative;
  padding-bottom: 30px;
}
.skyYllHead h4::before {
  content: "";
  position: absolute;
  background: #ffcc32;
  width: 90px;
  height: 7px;
  top: 28px;
}
.skyYllHead p {
  padding-bottom: 15px;
}
.suppAssDev p {
  font-size: 18px;
  color: #000000;
}

.suppAssDev {
  background: #ece7f3;
  text-align: center;
  padding: 10px 0 10px;
  margin-bottom: 10px;
}
.supplFlx div::after {
  background: url(../images/responsible-procurement/yellow-arrow-withline-1.svg);
  content: "";
  position: absolute;
  width: 20px;
  height: 150px;
  top: 0;
  right: -25px;
}
.supplFlx div:last-child::after {
  background: none;
}
.supplFlx p {
  min-height: 95px;
}
.spnLine {
  display: block;
  background: #ffcc32;
  width: 34px;
  height: 6px;
  margin: 0 auto;
}
.suppEsgImg {
  margin-bottom: 40px;
}
.boostingTxt h6 {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 15px;
  color: #231f20;
}
.boostingTxt {
  position: relative;
  text-align: center;
  margin: 30px 0 30px;
  max-width: 265px;
  width: 100%;
}
.boostingTxt::after {
  content: "";
  position: absolute;
  background: url(../images/responsible-procurement/yellow-arrow-withline-2.svg);
  width: 15px;
  height: 160px;
  top: 0;
  right: -69px;
}
.boostingTxt p {
  min-height: 125px;
}
.bostLinOn::after {
  background: none !important;
}

.cesMain {
  position: relative;
  text-align: center;
  margin: 30px 0 30px;
  max-width: 285px;
  width: 100%;
}
.cesMain h6 {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 15px;
  color: #008dd0;
}
.cesMain::after {
  content: "";
  position: absolute;
  background: url(../images/responsible-procurement/yellow-arrow-withline-3.svg);
  width: 15px;
  height: 325px;
  top: 0;
  right: -69px;
}
.cesMain p {
  min-height: 275px;
}
.suppXX {
  margin: 20px 0 20px;
}

.suppXX h4 {
  font-size: 40px;
  font-weight: bold;
  color: #43408e;
  padding-bottom: 10px;
}
/*invest star*/
.fontWgtSem p {
  font-weight: 600;
}
.investPurBox .pupBoxHu {
  background: #8e278f;
  width: unset;
  padding: 10px 20px 0px 20px;
  position: absolute;
  top: -10px;
  min-height: auto;
}
.investPurBox .greyBoxHu .huSkyH4 h4 {
  padding-bottom: 0px;
  color: #792a90;
}
.investPurBox .greyBoxHu {
  background: #ededee;
  padding: 10px 0px 10px 60px;
  margin-left: 20px;
}
.investPurBox .purgryMrgn {
  margin: 40px 0 30px;
  position: relative;
}
.inveBxInheads h3 {
  color: #43408e;
  font-size: 40px;
  font-weight: 600;
}
.investIn h5 {
  color: #43408e;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.investIn p {
  font-size: 18px;
  color: #008dd0;
  font-weight: 600;
}

.investcpac .cpacpmesFlx {
  display: flex;
  border-bottom: 2px solid #00000042;
  gap: 135px;
  padding-bottom: 0px;
  justify-content: right;
  width: 100%;
}
.investcpac .cpacpmesFlx div:nth-child(1) {
  max-width: 300px;
  width: 100%;
}
.investcpac .cpacpseTxt span {
  font-size: 34px;
}
.investcpac .cpacpmesFlx p span {
  font-weight: normal;
}
.investcpac .cpacpmesFlx div:nth-child(2) {
  max-width: 400px;
  width: 100%;
}
.blueFlxPara {
  display: flex;
  gap: 15px;
  align-items: start;
  margin: 40px 0 0;
}
.blueFlxPara p {
  font-size: 24px;
  line-height: 35px;
  color: #43408e;
  font-weight: 600;
}
.algnRgt {
  display: flex;
  justify-content: space-between;
}
.inveBxInheads {
  margin-top: 20px;
}
.alphaUl ul {
  list-style: none;
  padding-left: 0;
}
.alphaUl li {
  padding-bottom: 15px;
  display: flex;
  gap: 10px;
}
.typePad h4 {
  padding-bottom: 0px !important;
}
.typePad p {
  padding-bottom: 30px !important;
}
.mesurPad p {
  padding-bottom: 30px !important;
}
.mesurPad h4 {
  padding-bottom: 10px !important;
}
.investingPg .ques-resi {
  margin-top: 0px;
}

/*invest end*/
/*promote*/
.brdTopRght {
  margin: 10px 0 20px;
  border-top: 1px solid #792a90;
  border-right: 1px solid #792a90;
  padding: 20px 15px 0px 0px;
}
.inveBxInheads p:nth-child(1) {
  min-height: 40px;
}
.inveBxInheads p span {
  font-weight: normal;
}
ul.cirUl li::before {
  border-radius: 5px;
}
ul.cirUl {
  margin-top: 20px;
}
/*promote end*/
/*focus start*/
.numUl ul li {
  padding-bottom: 15px;
  list-style: auto;
}

.numUl ul {
  padding-left: 15px;
}
.purXX h4 {
  font-size: 40px;
  color: #43408e;
  font-weight: 600;
  padding-bottom: 10px;
}
.mrgnBtm img {
  margin-bottom: 20px;
}
.mrgnBtm h4 {
  margin-top: 35px;
}
.bgGrey {
  background: #ded4e6;
  padding: 30px 30px 10px;
  margin-bottom: 10px;
}
.awardV {
  background: #006db7;
  max-width: 730px;
  width: 100%;
  height: 532px;
  margin-bottom: 50px;
}
.bgGyTwo {
  background: #e6e0ed;
}
.awardIncenPg .spnLine {
  margin: 0;
}
.hImgParaSpn h4 {
  margin-top: 40px;
}
.awardIncenPg .ques-resi {
  margin-top: 0px;
}
/*focus end*/
.greenList ul li ul {
  padding-top: 15px;
}
.clr_lightblue {
  color: #53c6d6;
}
.allContents .clr_blue.fontitalic,
.allContents .clr_wallet.fontitalic,
.allContents .clr_lightblue.fontitalic {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-style: italic;
}
.numberListcom ol {
  padding-top: 15px;
}
.numberListcom ol li {
  font-size: 14px;
  margin-bottom: 5px;
  font-style: italic;
}
.techno-sec h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  color: #42408e;
  padding-bottom: 15px;
}
p.ngptive span {
  position: relative;
  padding-left: 25px;
}

.ngptive span:nth-child(1):before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../images/materiality-assessment/negative-arrow.svg);
  width: 12px;
  height: 11px;
}
.ngptive span:nth-child(2) {
  margin-left: 15px;
}
.ngptive span:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../images/materiality-assessment/positive-arrow.svg);
  width: 14px;
  height: 12px;
}
.hrmargin hr {
  margin-top: 0;
  margin-bottom: 0;
}
.hrmargin img {
  margin: auto;
  display: block;
}
.hrmargin p:nth-child(4) {
  margin-bottom: 0;
  padding-top: 15px;
}
.allPorts ul {
  list-style: square;
  padding-left: 15px;
}
.allPorts ul li::marker {
  color: #7a2a90;
}
/* .allPorts ul li {
  padding: 5px 0px;
} */
.humUl ul ul {
  list-style: disc;
  padding-top: 20px;
  margin-bottom: 0;
}
.humUl ul ul li::before {
  border-radius: 50%;
}
.humUl ul ul li:last-child {
  padding-bottom: 0;
}
.margintp30 {
  margin-top: 30px;
}
.cl-uneza.margintp30 p {
  padding-bottom: 15px;
}
.indenendentpg ul {
  list-style: lower-roman;
}
.indenendentpg ul li,
.indenendentpg ol li {
  padding-bottom: 15px;
}

.indenendentpg.interMain .our-tax-ports h4 {
  background-color: #43408e;
  padding: 0px 5px;
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
}
.indenendentpg.interMain .our-tax-ports h5 {
  color: #000;
}
.indenendentpg.interMain .our-tax-ports p span {
  font-weight: 700;
}
.strengthtable {
  margin-top: 30px;
  max-width: 90%;
}
.strengthtable table {
  color: #fff;
  border: 0;
}
.strengthtable table tr th {
  border-right: 1px solid #ffc846;
}
.strengthtable table tr th:last-child {
  border: 0;
}
.strengthtable table tr td:first-child {
  text-align: left;
}
.strengthtable table thead tr {
  border-bottom: 2px solid #99cfed;
}

.ywline {
  position: relative;
  font-size: 25px;
  line-height: 14px;
  color: #c4c4c6;
  font-weight: 700;
}
.ywline:before {
  content: "";
  position: absolute;
  right: 0;
  width: 85%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffc846;
}
.ywcolor {
  color: #ffc846;
}
.strengthtable table tr td {
  padding: 10px;
}
.strengthtable table th {
  margin-bottom: 10px;
}
.indIndia .greenList ul {
  margin-bottom: 0;
}
.prog-table td {
  padding: 20px 0px;
}
.prog-brdr:before {
  position: absolute;
  content: "";
  background: #000;
  height: 12px;
  width: 120px;
  bottom: -5px;
  left: 0;
}
.prog-brdr {
  position: relative;
}
.greyBox .row h1 span {
  font-size: 24px;
}
.italic-font {
  font-style: italic;
}
ul.empList {
  margin-bottom: 0px;
}
.strength .resillence h2 {
  padding-bottom: 15px;
}
.ywline img {
  transform: rotate(90deg);
}
.greenbghd {
  background-color: #2ab76d;
}
.greenbghd p {
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 6px;
}

.boxmet {
  background: #e9f6ee 0% 0% no-repeat padding-box;
  padding: 10px;
  height: 100%;
}
.boxmet h6 {
  color: #2b2e34;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 10px;
}
.dflex {
  display: flex;
}
.boxmet ul {
  min-width: 100px;
}
.boxmet ul li {
  font-size: 14px;
  padding: 5px 0px;
}
.dflex div:last-child {
  padding-left: 30px;
}
.boxmet1 {
  height: 50%;
}
.col-xl-3 .boxmet1:first-child {
  border-bottom: 3px solid #fff;
}
.col-xl-3 .boxmet1:last-child {
  border-top: 3px solid #fff;
}
.divpadding .col-xl-6 {
  padding-right: 3px;
}
.divpadding .col-xl-3 {
  padding: 0px 3px;
}
.divpadding .col-xl-3:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.divpadding {
  margin-bottom: 20px;
}
.bluehd {
  background-color: #263692;
}
.matsocial .boxmet,
.blubgfo .boxmet {
  background-color: #eaebf4;
}
.purplehd {
  background-color: #643f20;
}
.matgove .boxmet {
  background-color: #efeae4;
}
.boxmet p {
  font-size: 14px;
}
.divpadding .col-xl-4 {
  padding: 0px 3px;
}

.divpadding .col-xl-4:first-child {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.divpadding .col-xl-4:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.esgdataClass .main-power,
.ques-resi .icon-cap.esgdataClass {
  align-items: initial;
}
.aligncenter {
  align-items: center;
  display: flex;
}
.ques-resi .esgdataClass .power-img {
  padding: 0;
  position: relative;
}
.ques-resi .icon-cap.esg.esgdataClass {
  gap: 0;
}
.esgtb1 tr td {
  background-color: #a3e4ec;
  border: 0;
  vertical-align: middle;
  text-align: center;
}
.esgtb1 tbody tr:nth-child(2) td {
  background-color: #c8eef3;
}
.esgtb1 tr td:first-child,
.esgtb1 tbody tr:nth-child(2) td:first-child {
  background-color: #fff;
}
.esgtb1 tr td div {
  display: flex;
  align-items: center;
}
.esgtb1 tr td div img {
  margin-right: 15px;
}

.esgtb1 tr th {
  border: 0;
  font-weight: 600;
  color: #059bd9;
  text-align: center;
}
.esgtb1 tr {
  border: 0;
}
.esgtb1 tr th img {
  display: block;
  transform: rotate(180deg);
  margin: auto;
  position: relative;
  z-index: 1;
}

.esgtb1 tr th span {
  padding-bottom: 15px;
  display: block;
  position: relative;
  font-size: 20px;
}
.esgtb1 tr th span:nth-child(2):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
  top: 9px;
  left: 0;
}
.esgtb1 tbody tr:nth-child(2) td:first-child {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  border-right: 0;
  position: relative;
}
.esgtb1 tbody tr td:first-child {
  font-size: 20px;
  color: #059bd9;
  font-weight: 600;
}
.esgtb1 tbody tr:nth-child(2) td {
  border-right: 1px solid #fff;
}
.esgtb1 tbody tr:nth-child(2) td:last-child {
  border-right: 0;
}
.esgtb1 tbody tr:nth-child(2) td:first-child:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffc846;
  bottom: -10px;
  right: -10px;
}
.esgtb1 tbody tr:nth-child(2) td:first-child:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffc846;
  top: -10px;
  right: -10px;
}
.esgtb2 tr td:first-child,
.esgtb2 tr th:first-child {
  border-left: 0;
}
.esgtb2 tr td:last-child,
.esgtb2 tr th:last-child {
  border-right: 0;
}
.esgtb2 tr:nth-child(1) th:last-child {
  border-bottom: 1px solid #263692;
}
.esgtb2 tr td,
.esgtb2 tr th {
  border-right: 1px solid #707070;
}
.esgtb2 tr th {
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  background-color: #e5e6f1;
}
.alignend {
  display: flex;
  align-items: flex-end;
}
.alignend img {
  margin-right: 15px;
}
.esgtb2 tr td {
  text-align: center;
}
.esgtb2 tr td:first-child {
  text-align: left;
}
.esgtb2 thead tr,
.esgtb2 tbody tr:last-child {
  border-bottom: 2px solid #263692;
}
.bioverviewtable tr td,
.goalstable tr td,
.csrovertable tr td,
.communitytable tr td,
.transfortable1 tr td,
.responsibletable tr td,
.apseztable tr td,
.htmltable tr td {
  text-align: left;
}
.robustable tr th,
.transfortable tr th {
  text-align: center;
}
.promotingtable tr td:last-child,
.promotingtable tr th:last-child {
  text-align: right;
}

.csrovertable .alignend {
  align-items: center;
}
.transfortable1 tr td:first-child {
  font-weight: 600;
}
.apseztable tr td:first-child {
  background-color: #e5e6f1;
  font-weight: 700;
}
.apseztable ul {
  padding-left: 15px;
}
.apseztable2 tr td:last-child {
  background-color: #e5e6f1;
}
.apseztable2 tr th,
.apseztable2 tr td {
  text-align: right;
}
.htmltable tr th {
  background-color: #fff;
}
.ourtaxtble tr th {
  text-align: center;
}
.ourtaxtble tr th:first-child,
.ourtaxtble tr th:last-child {
  vertical-align: middle;
}
.oportunity p {
  margin-bottom: 25px;
}
.risktable td {
  vertical-align: middle;
}
.risktable th {
  text-align: center;
}
.risktable tr th:first-child {
  text-align: left;
}
.consoPara-pd0 p {
  padding: 0;
}
.empoTxt p {
  padding-top: 10px;
}
.timeline {
  overflow: hidden;
  padding: 50px;
  position: relative;
  color: #fff;
  background: url(../images/img-bg.webp);
  background-size: cover;
  margin-top: 30px;
}
.vertcialline {
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #5acbff;
}
.leftdata {
  width: 100%;
  text-align: left;
  position: relative;
  border: 1px solid #ffc846;
  padding-left: 20px;
  max-width: 487px;
}
.righdata {
  width: 100%;
  float: right;
  position: relative;
  border: 1px solid #ffc846;
  padding-left: 20px;
  max-width: 487px;
}
.yeartimeline {
  width: 100%;
  overflow: hidden;
}
.alldata {
  position: relative;
  padding: 30px 0px;
}
.timeline h6 {
  font-size: 16px;
  color: #5acbff;
  font-weight: 600;
  padding-bottom: 10px;
}
.timeline h3 {
  font-size: 25px;
  color: #ffc846;
  font-weight: 600;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 1px;
  padding-top: 10px;

}
.timeline h3:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #ffc846;
  top: 1px;
  bottom: 0;
  right: -40px;
  margin: auto;
}

.timeline .righdata h3:before {
  right: auto;
  left: -61px;
}
.timeline p {
  color: #fff;
}
.timeline p span {
  font-weight: 600;
}
.timeline ul li {
  padding: 5px 0px;
  position: relative;
}
.timeline ul {
  list-style: none;
  padding-left: 16px;
}
.timeline h4 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
.updateLinks ul li a span img {
  width: 25px;
}
.riskmgprocess {
  border: 0.5px solid #afb0b3;
  max-width: 95%;
  margin: 45px auto 20px;
  position: relative;
}
.riskmgprocess h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  background: #ece7f3 0% 0% no-repeat padding-box;
  padding: 15px;
  margin-top: -15px;
  margin-left: -15px;
  max-width: 95%;
}
.riskmgprocess h4 span {
  background: #652895;
  color: #fff;
  padding: 5px 10px;
  margin-right: 7px;
}
.riskmgprocess p,
.riskmgprocess ul {
  padding: 40px 40px 0px;
}
.riskmgprocess ul {
  list-style: square;
}
.riskmgprocess ul li {
  padding-bottom: 15px;
}
.riskmgprocess ul li:last-child {
  padding-bottom: 0;
}
.riskminheight {
  min-height: 375px;
}
.col-xl-6 .riskmgprocess {
  min-height: 220px;
}
.riskmanagmenthead,
.keystepshead {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.riskmanagmenthead h4,
.keystepshead h4 {
  padding: 10px 60px;
  background-color: #0794d4;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.riskmanagmenthead:before,
.keystepshead:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #afb0b3;
  z-index: 1;
}
.row .col-xl-4 .riskmgprocess:before,
.row .col-xl-6:nth-child(4) .riskmgprocess:before {
  content: "";
  position: absolute;
  background-image: url(../images/ryellow-arrow.svg);
  width: 36px;
  height: 36px;
  right: -39px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.row .col-xl-4:nth-child(3) .riskmgprocess:before {
  right: 0;
  left: 0;
  bottom: -45px;
  top: auto;
  transform: rotate(90deg);
}
.row .col-xl-6:nth-child(4) .riskmgprocess:before {
  transform: rotate(180deg);
  right: -43px;
}
.row .col-xl-6 h4 {
  max-width: 100%;
}
.row.coa-gov .col-xl-6 h4 span {
  display: block;
}
.ermmodal {
  border: 1px solid #afb0b3;
  border-left: 0;
  margin: 50px 0px 30px;
}
.ermmodal h4 {
  padding: 10px 60px;
  background-color: #0794d4;
  font-size: 18px;
  color: #fff;
  display: table;
  z-index: 2;
  position: relative;
  margin-top: -35px;
}
.ermmodal h6 {
  color: #652895;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 0px 0px;
}
.ermmodal ul {
  list-style: square;
  padding-left: 15px;
  padding-right: 40px;
}
.ermmodal ul li {
  padding-top: 10px;
}
.ermmodal .col-xl-3 {
  position: relative;
}
.ermmodal .col-xl-3:before {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 1px;
  background-color: #707070;
}
.ermmodal .col-xl-3:last-child:before,
.ermmodal .col-xl-3:last-child:after {
  display: none;
}
.ermmodal .col-xl-3:after {
  content: "";
  position: absolute;
  background-image: url(../images/ryellow-arrow.svg);
  width: 36px;
  height: 36px;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.risktable1 tr td,
.risktable1 th {
  text-align: left;
  border: 0;
}
.risktable1 tr td:first-child span {
  background-color: #86C1EA;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  display: inline-block;
}
.risktable1 tr th {
  background-color: #263692;
  color: #fff;
}
.risktable1 tr td span {
  display: block;
}
.mainBGbox {
  position: relative;
  padding: 5px;
  margin-bottom: 20px;
  max-width: 85%;
}
.mainBorderbx {
  border: 1px solid #707070;
  padding: 20px;
  min-height: 211px;
  background: #fff;
  position: relative;
}
.mainBGbox p {
  font-size: 14px;
}
.mainBGbox:before {
  background-color: #792a90;
  bottom: 0px;
  height: 40%;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  z-index: -1;
}
.mainBorderbx:before {
  content: "";
  position: absolute;
  background: #707070;
  width: 40px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -40px;
}
.mainBorderbx:after {
  content: "";
  position: absolute;
  background-image: url(../images/yellow-arrow.svg);
  width: 18px;
  height: 17px;
  right: -48px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}
.row .col-xl-4:last-child .mainBorderbx:after,
.row .col-xl-4:last-child .mainBorderbx:before,
.row .col-xl-3:last-child .mainBorderbx:after,
.row .col-xl-3:last-child .mainBorderbx:before {
  display: none;
}
.row .col-xl-3 .mainBorderbx {
  padding: 10px;
  min-height: 213px;
  display: flex;
  align-items: center;
  text-align: center;
}
.enviromentbox.columnbox div:nth-child(1),
.enviromentbox.columnbox div:nth-child(3) {
  border-bottom: 0;
  border-top: 1px solid #43408e;
}
.enviromentbox.columnbox div:nth-child(2),
.enviromentbox.columnbox div:nth-child(4) {
  border-bottom: 1px solid #43408e;
  border-top: 0;
}

.enviromentbox.columnbox div:nth-child(1):after {
  content: "";
  position: absolute;
  background-color: transparent;
  background: url(../images/environ/internam-carbon-pricing1.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  top: -22px;
  left: 0;
  bottom: auto;
  right: 0;
  margin: auto;
}
.enviromentbox.columnbox div:nth-child(3):after {
  content: "";
  position: absolute;
  background-color: transparent;
  background: url(../images/environ/internam-carbon-pricing3.svg);
  width: 44px;
  height: 44px;
  top: -22px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
.enviromentbox.columnbox div:nth-child(2):after {
  content: "";
  position: absolute;
  background-color: transparent;
  background: url(../images/environ/internam-carbon-pricing2.svg);
  width: 44px;
  height: 44px;
  bottom: -22px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
}
.enviromentbox.columnbox div:nth-child(4):after {
  content: "";
  position: absolute;
  background-color: transparent;
  background: url(../images/environ/internam-carbon-pricing4.svg);
  width: 44px;
  height: 44px;
  bottom: -22px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
}
.enviromentbox.columnbox {
  margin: 45px 0px;
}
.enviromentbox.columnbox p {
  padding-top: 30px;
  text-align: center;
}
.enviromentbox.columnbox div:before {
  content: "";
  position: absolute;
  background-image: url(../images/yellow-arrow.svg);
  width: 18px;
  height: 17px;
  right: -9px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}
.enviromentbox.columnbox div:last-child:before {
  display: none;
}
.borderBx {
  border: 1px solid #707070;
  padding: 20px;
  min-height: 145px;
  margin: 15px 0px;
  position: relative;
}
.borderBx p {
  text-align: center;
}
.borderBx:before {
  content: "";
  position: absolute;
  background-color: #ffcc31;
  width: 30px;
  height: 8px;
  left: 0;
  right: 0;
  top: -4px;
  margin: auto;
}
.borderBx1 p {
  text-align: left;
}
.borderBx1 .borderBx:before {
  width: 6px;
  height: 80%;
  left: -3px;
  right: auto;
  top: 0;
  bottom: 0;
}
.borderBx1 .borderBx {
  border-radius: 25px;
  min-height: 189px;
  max-width: 85%;
}
.borderBx1 .borderBx:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  right: -1px;
  top: -2px;
  border-top-right-radius: 25px;
  border-top: 2px solid #ffcc31;
  border-right: 2px solid #ffcc31;
}
.keystepshead h4 {
  background-color: #fff;
  border: 1px solid #707070;
  color: #008dd0;
}
.keystepsheadrow .row hr {
  border-top: 2px solid #707070;
}
.keystepsheadrow {
  margin-bottom: 20px;
}
.keystepsheadrow .row .col-xl-12 {
  position: relative;
}
.keystepsheadrow .col-xl-12:before {
  content: "";
  position: absolute;
  background-color: #ffcc31;
  width: 100px;
  height: 6px;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.lastxl12:before {
  display: none;
}
.lastxl12 hr {
  margin-top: 0;
}
.imgMrgnTopBtm .enviromentbox p {
  text-align: left;
}
.imgMrgnTopBtm .enviromentbox div:before {
  display: none;
}
.imgMrgnTopBtm .enviromentbox div:nth-child(1):after,
.imgMrgnTopBtm .enviromentbox div:nth-child(3):after {
  background-image: none;
  background-color: #ffcc31;
  width: 80px;
  height: 8px;
  top: -4px;
}
.imgMrgnTopBtm .enviromentbox div:nth-child(2):after,
.imgMrgnTopBtm .enviromentbox div:nth-child(4):after {
  background-image: none;
  background-color: #ffcc31;
  width: 80px;
  height: 8px;
  bottom: -4px;
}
.imgMrgnTopBtm .enviromentbox.columnbox {
  margin: 0;
}
.imgMrgnTopBtm .enviromentbox div:first-child {
  border-left: 0;
}
.imgMrgnTopBtm .enviromentbox div:last-child {
  border-right: 0;
}
.maxheight115 {
  min-height: 115px;
}
.strongtrculture h5 {
  text-align: center;
  font-weight: 600;
}
.multitieredbox {
  overflow: hidden;
}
.multitieredbox div {
  max-width: 25%;
  float: left;
  text-align: center;
  padding: 20px;
  min-height: 263px;
  position: relative;
}
.multitieredbox div:nth-child(odd) {
  background: #dacfe7 0% 0% no-repeat padding-box;
}
.multitieredbox div:nth-child(even) {
  background: #ece7f3 0% 0% no-repeat padding-box;
}
.multitieredbox div h5 {
  font-size: 16px;
  color: #43408e;
  font-weight: 600;
  padding-bottom: 10px;
}
.multitieredbox div:nth-child(odd):before {
  content: "";
  background: #dacfe7 0% 0% no-repeat padding-box;
  width: 30px;
  height: 30px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: -20px;
  top: 15px;
  position: absolute;
  z-index: 1;
}
.multitieredbox div:nth-child(even):before {
  content: "";
  background: #ece7f3 0% 0% no-repeat padding-box;
  width: 30px;
  height: 30px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: -20px;
  top: 15px;
  position: absolute;
  z-index: 1;
}
.meticulous-process {
  margin: 30px 0px 0px;
  display: inline-block;
}
.meticulous-process div {
  max-width: 18%;
  margin-right: 20px;
  float: left;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-right: 15px;
  min-height: 360px;
  padding-bottom: 15px;
  position: relative;
}
.meticulous-process div h5,
.icontxtborderBX h5 {
  font-size: 16px;
  font-weight: 600;
  color: #008dd0;
  padding: 10px 0px;
}
.meticulous-process div img {
  margin-top: -30px;
}
.meticulous-process div:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 10px;
  width: 80px;
  background-color: #ffc846;
}
.meticulous-process div:before {
  content: "";
  position: absolute;
  background-image: url(../images/yellow-arrow.svg);
  width: 18px;
  height: 17px;
  right: -9px;
  top: 0;
  margin: auto;
  transform: rotate(90deg);
}
.meticulous-process div:last-child:before {
  background-image: none;
  background-color: #ffc846;
}
.groupmorprocess h4 {
  color: #008dd0;
}
.groupmorprocess .riskminheight {
  min-height: 390px;
}
.icontxtborderBX {
  border: 1px solid #707070;
  max-width: 90%;
  float: right;
  padding: 15px 15px 0px 25px;
  height: 100%;
  padding-bottom: 60px;
  position: relative;
}
.icontxtborderBX p {
  padding-bottom: 0;
}
.icontxtborderBX img {
  position: absolute;
  left: -35px;
  bottom: -1px;
}
.humnalastprocess .col-xl-6 {
  margin: 15px 0px;
}
.suppEsgPro .col-xl-2,
.suppEsgPro .col-xl-10 {
  padding-top: 30px;
  position: relative;
}
.suppEsgPro h5 {
  font-weight: 600;
  font-size: 16px;
  padding-top: 10px;
}
.suppEsgPro .col-xl-10 div {
  padding: 20px;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: relative;
}
.suppEsgPro {
  padding-left: 15px;
  position: relative;
}
.suppEsgImg .row {
  align-items: center;
}
.suppEsgPro:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #006db7;
}
.suppEsgImg .row:first-child .col-xl-2,
.suppEsgImg .row:first-child .col-xl-10 {
  padding-top: 0;
}
.suppEsgPro .col-xl-10 div:before {
  content: "";
  position: absolute;
  background-image: url(../images/yellow-arrow.svg);
  width: 18px;
  height: 17px;
  left: -9px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}
.suppEsgPro .col-xl-2:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #006db7;
  left: -2px;
  top: 50px;
  margin: auto;
}
.suppEsgPro .col-xl-10 div:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #707070;
  top: 0;
  left: 0;
}
.suppEsgPro .row:first-child .col-xl-2:before {
  top: 20px;
}
.roadmapproccess .roadmpyear {
  display: flex;
  align-items: center;
}
.roadmapproccess ul {
  padding-left: 20px;
  list-style: square;
}
.roadmapproccess h6 {
  font-size: 16px;
  font-weight: 600;
}
.roadmapproccess ul li {
  padding: 5px 0px;
}
.roadmapproccess .roadmpyear p {
  padding: 15px;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 15px;
  margin-left: 15px;
  min-height: 98px;
  min-width: 181px;
}
.roadmapproccess .roadmpyear p span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #059bd9;
}
.roadmapproccess .roadmpyear {
  position: relative;
}
.roadmapproccess .roadmpyear:before {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background-color: #707070;
  left: 30px;
  bottom: -100px;
}
.roadmapproccess .row {
  padding-bottom: 60px;
}
.roadmapproccess .roadmpyear:after {
  content: "";
  position: absolute;
  background-image: url(../images/yellow-arrow.svg);
  width: 18px;
  height: 17px;
  left: 21px;
  bottom: -50px;
  margin: auto;
  transform: rotate(180deg);
}
.roadmapproccess .row:last-child .roadmpyear:after,
.roadmapproccess .row:last-child .roadmpyear:before {
  display: none;
}
.roadmapproccess .row:last-child {
  text-align: left;
}
.consoPara-pd0 p {
  padding: 0;
}
.empoTxt p {
  padding-top: 10px;
}
.acord-footnote p {
  font-size: 14px;
  font-style: italic;
}
.swiper-slide4 .highlightnum-wrap {
  margin-bottom: 25px;
}
.swiper-slide5 .highlightnum-wrap h4 {
  padding-bottom: 10px;
}

#fullScreenModal .modal-content {
  background-image: url(../images/menu-pop-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#fullScreenModal .modal-header {
  border-bottom: none;
  padding-left: 128px;
}
#fullScreenModal .modal-header h5 span {
  font-size: 40px;
  line-height: 35px;
  color: #ffcc31;
  font-weight: 700;
  display: block;
}
#fullScreenModal .modal-header h5 {
  font-size: 24px;
  line-height: 35px;
  color: #ffcc31;
  position: relative;
  min-width: 267px;
}
#fullScreenModal .modal-header h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px; /* space between text and line */
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #11875c, #045799);
  border-radius: 10px;
}

#fullScreenModal .modal-body p {
  color: #fff;
  overflow-y: inherit;
}
.modal-fullscreen .modal-body {
  overflow-y: visible;
  margin-left: 102px;
  overflow-y: visible;
  margin-left: 102px;
}
#fullScreenModal .modal-content {
  overflow-y: auto;
}
.modal-header .btn-close {
  color: #fff;
  margin-right: 40px;
}
.modal-header .btn-close img {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 99;
}

.modal-header .btn-close {
  --bs-btn-close-bg: none;
}

.modal-body .pop-div h5 span {
  font-size: 40px;
  line-height: 35px;
  color: #ffcc31;
  font-weight: 700;
  display: block;
}
.modal-body .pop-div h5 {
  font-size: 24px;
  line-height: 35px;
  color: #ffcc31;
  font-weight: 700;
  padding-bottom: 30px;
}
.myModal-con {
  display: flex;
  gap: 100px;
}
.myModal-con .pop-div {
  max-width: 394px;
  position: relative;
}

.myModal-con h5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 75px;
  width: 77%;
  height: 12px;
  background: linear-gradient(90deg, #11875c, #045799);
  border-radius: 10px;
}
.custom-close-btn {
  border: 1px solid #707070;
  background: transparent;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  margin-right: 100px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.custom-close-btn img {
  display: inline-block;
}
#fullScreenModal .modal-header {
  border-bottom: none;
  display: flex;
  justify-content: right;
}
.st-wrap-main {
  display: flex;
  justify-content: space-between;
}
.st-wrap {
  width: 30%;
}
.image-panel:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.hmbanner-icon {
  position: absolute;
  left: calc(100vw / 16 * 1);
  bottom: 40px;
  margin-left: 30px;
}

/*  */
.insText.efficientbanner.ad-energy.strenghtWithResilance h2 {
  color: #43408e;
}
.insText.efficientbanner.ad-energy.strenghtWithResilance h6 {
  color: #74197e;
}
.ques-resi .quesMundra p {
  padding-bottom: 0px;
}
.env-list.adv.purpleColor h3 {
  color: #74197e;
}
.insText.stakeholder {
  border-bottom: none;
}
.cl-uneza.margintp30.purpleColor h4 {
  color: #3F328B;
  font-weight: 700;
}

.govCap.footNote p{
  font-size: 16px;
}
.anscciIn.corpGovStructure h4 {
  color: #008dd0;
}
/* .huBlueH4.para15.reportingBreraches h4 {
  color: #008dd0;
} */

.value-cre-banner h2 {
  color: #008dd0;
}
.value-cre-list ul li {
  color: #000000;
  font-weight: normal;
}
.value-cre-list ul li span {
  color: #000000;
}
.capsvalue-heading h6 {
  font-size: 18px;
  line-height: 24px;
  color: #42408e;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
.for-heading6 h6 {
  font-size: 18px;
  font-weight: 600;
}

.resi-headin h4,
.resi-headin h3 {
  color: #000000 !important;
}

.pd-5-stake {
  padding-bottom: 10px !important;
}
.pd-0-stake {
  padding-top: 0px !important;
}
.sec-one .importance ul.stake-inside-ul-li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-one .importance ul.stake-inside-ul-li {
  list-style: none;
  padding-left: 16px;
}
.sec-one .importance ul.stake-inside-ul-li li {
  position: relative;
}

.sec-one .importance ul.stake-inside-ul-li li::before {
  content: "";
}
.sec-one .importance ul.stake-inside-ul-li li::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 23px;
  width: 5px;
  height: 5px;
  background: #42408e;
  border-radius: 20px;
}
.key-stake {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.listab.mater-ul-li {
  list-style-type: lower-alpha;
}

.listab.mater-ul-li li::marker {
  content: counter(list-item, lower-alpha) ") ";
  font-weight: bold;
}
.mater-ul-li-span-m1 li span {
  font-weight: 700;
}
.materiality-sub-head {
  color: #2ab76d !important;
  font-size: 24px !important;
}
.brd-left-ul {
  border-right: 1px solid #505254;
}
.materiality-social-head {
  color: #263692 !important;
  font-size: 24px !important;
}
.materiality-governane-head {
  color: #643f20 !important;
  font-size: 24px !important;
}
.materiality-our-three-head {
  color: #43408e !important;
  font-size: 24px !important;
}
.our-top-class img {
  padding-bottom: 20px;
}
.risk-strategy-clr h2 {
  background-color: #008dd0 !important;
}

.clr-dark-grey {
  color: #4a4a4a;
}

.greenList ul.circleDot {
}
.textBold {
  font-weight: bolder;
}
.noPaddingBtm {
  padding-bottom: 0px !important;
}
ul.listStyleCircle li::before {
  content: "";
  color: #42408e;
  position: absolute;
  left: -15px;
  top: 14px;
  font-size: 10px;
  width: 5px;
  height: 5px;
  border-radius: 20px;
}
.importance ul.listStyleCircle {
  list-style: none;
  padding: 0;
  margin: 0;
}
.greenList ul.circleDot {
  list-style: none;
  padding-left: 16px;
}
.greenList ul.circleDot li {
  position: relative;
}

.greenList ul.circleDot li::before {
  content: "";
  background-color: transparent;
}
.greenList ul.circleDot li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  background: #8e288f;
  border-radius: 20px;
}
.para-inside-ports {
  font-weight: 600;
}
.yelloDark {
  background-color: #ffcc31;
  display: inline-block;
  padding: 8px 78px 8px 28px;
  font-weight: 600 !important;
  margin-bottom: 23px !important;
}
.caseStudyIns {
  border: 3px solid transparent;
  border-image: linear-gradient(to right, #008dd0, #ef4c23);
  border-image-slice: 1;
  padding: 0px 0px 15px 23px;
  border-radius: 25px;
  border-top: 0px;
  border-right: 0;
  margin-bottom: 50px;
}
.blue_clr_lgtblue {
  color: #008dd0;
}
.haldina-termi {
  font-size: 16px;
  line-height: 21px;
  color: #263692;
}
.logistics-top-head {
  color: #43408e;
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 10px;
  font-weight: 600;
}
.ports-logi-marine {
  padding-bottom: 20px;
}

.importance ul.listStyleCircle {
  list-style: none;
  padding-left: 16px;
}
.importance ul.listStyleCircle li {
  position: relative;
}

.importance ul.listStyleCircle li::before {
  content: "";
}
.importance ul.listStyleCircle li::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 23px;
  width: 5px;
  height: 5px;
  background: #42408e;
  border-radius: 20px;
}
.insText.skyBlueHeadingAll h2 {
  color: #008dd0;
}
.righttpborder.fullborder.skyBlue h5 {
  color: #006db7;
}
.biodiversityFrameworkHead {
  color: #43408e !important;
}
span.riskIdentifiedCol {
  color: #008dd0 !important;
}
.human-pruple-heading {
  color: #74197e !important;
  font-weight: 600 !important;
}
.human-material {
  margin-top: 0px !important;
}
.all-h-mt-10 {
  margin-top: 10px;
}
.sec-one.strategic-prio .importance .profit-sec .first-pro.first-human-pro h2 {
  background-color: #263692;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 8px;
  min-width: 50px;
  display: inline-block;
}
.cap-material {
  border-top: 2px solid #2b2e34;
  padding-top: 10px;
}
.all-h-p p {
  min-width: 237px;
}
.invest-humul-span {
  font-weight: 600;
}
.awards-table-port tr td {
  text-align: right;
}
.awards-table-port tr td:nth-child(1) {
  text-align: left;
}
.awards-table-port tr:nth-child(1) th:nth-child(1) {
  text-align: left;
}
.awards-table-port tr th {
  text-align: center;
}

.awards-table2-port tr td {
  text-align: right;
}
.awards-table2-port tr td:nth-child(1) {
  text-align: left;
}
.awards-table2-port tr:nth-child(1) th:nth-child(1) {
  text-align: left;
}
.awards-table2-port tr th {
  text-align: right;
}
.awards-table2-port th:nth-child(1) {
  text-align: left;
}
.human-material p {
  padding-bottom: 15px;
}
.hublackh4-human h4 {
  color: #000000;
}
.blue-smallhead span.newLine {
  display: block;
  margin-top: 8px;
}
.ohsSpan span {
  display: block;
  color: #000;
}
.bgSpan span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 5px 5px;
  background-color: #42408e;
  max-width: 65px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.matFoot {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
.matFoot span {
  margin-bottom: 5px;
}
.matFoot p {
  font-size: 16px;
}
.clr_grey {
  color: #545557 !important;
}
.boardSite {
  padding: 150px 0 40px;
}
.whiteSpc {
  white-space: nowrap;
}
.fontNormal {
  font-weight: normal !important;
}
span.newLine {
  display: block;
}
.cl-uneza.clunezaBorder {
  border: 5px solid #2373b8;
  padding: 20px 40px 0px 40px;
  border-radius: 20px;
  border-right: none;
  border-top: none;
  border-bottom-right-radius: 0px;
  margin-bottom: 20px;
}
#sidescrollr::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#sidescrollr::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

#sidescrollr::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b5b3b3;
}
.scrollbar {
  float: left;
  height: 420px;
  width: 100%;
  overflow-y: auto;
  cursor: pointer;
  padding-right: 30px;
}
.goalsTowardstableAligned th {
  text-align: center;
}
.goalsTowardstableAligned td:not(:first-child) {
  text-align: center;
}
.initiativeGoalsTable td:first-child {
  background-color: #e9e6f0;
}

.corMatIcon {
  display: flex;
  gap: 15px;
}
.corMatIcon .bgSpan span {
  padding: 5px 15px 5px;
}
.clr_grey {
  color: #545557 !important;
}
.corKeyIcon {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.corKeyIcon span {
  background: #86b9e4;
  padding: 5px 15px 5px;
}
.csrFootFlx {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.csrFootNote {
  display: flex;
  gap: 10px;
}
.csrFootNote p {
  margin-bottom: 0px;
}
.csrFootNote span {
  padding: 5px 15px 5px;
  margin-bottom: 0px;
}
.csrFootRRFlx {
  gap: 80px;
}
.csrFootRRFlx img {
  width: 25px;
}
.csrFootRRFlx span {
  background: #86b9e4;
}
.csrFootRRFlx .csrFootNote:nth-child(3) {
  align-items: end;
}
.coaLine.new-coa .line-img img {
  min-height: 400px;
}
.insText.digi h2 {
  color: #43408e;
}
.dkey-in.dl-f {
  display: flex;
  gap: 10px;
}
.row.dkey.dk-sdg h3 {
  background: none;
  border-bottom: 1px solid #707070;
}
.row.dkey.dk-sdg .dkey-in {
  border: none;
  min-height: 0;
}
.dkey.dk-sdg .dkey-in img {
  max-width: 60px;
}
.dkey-in-sdg img {
  max-width: 103px;
  padding-top: 10px;
}

.subMenuIcon img {
  width: 22px;
}
.verAlgnMiddle {
  vertical-align: middle;
}
.addSpc {
  margin-bottom: 30px !important;
}

.dcc h5 {
  color: #43408e;
  font-weight: normal;
}
.blue-li span {
  font-weight: 700;
}

.cl-uneza h4:nth-of-type(1) {
  color: #43408e;
  font-size: 18px;
}
.dcc.dcc1.mt20 {
  margin-top: 20px;
}
.dcc.dcc1.mt20 h3 {
  margin-top: 20px;
}
.ourtaxtble th.blu {
  color: #263692;
}
.exchange .left img {
  max-width: 540px;
}

/*  */
.exchange .legend-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #000;
  max-width: 360px;
}

.exchange .legend-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
}

.exchange .color-box {
  max-width: 12px;
  width: 100%;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 4px;
  border-radius: 2px;
}

.exchange .purple {
  background-color: #702c91;
}

.exchange .yellow {
  background-color: #f9c02c;
}

.exchange .gray {
  background-color: #595959;
}
.exchange {
  display: flex;
  align-items: center;
  gap: 50px;
}
.cap-material .main-cap {
  display: flex;
  gap: 155px;
}
.humBlkH4.imgMrgnTop img {
  max-width: 280px;
}
.training img {
  max-width: 400px !important;
}
.training-two img {
  max-width: 280px;
}
.adani-logo {
  margin-top: -36px;
}
.prog.gold {
  width: 72%;
}
.prog.gold::after {
  top: -34px;
  right: -58px;
}

.value-s-clr {
  color: #000000;
}
.resi-headin h3 {
  font-weight: 600;
}
.stake-pd-10 {
  padding-top: 10px;
}
.materi-para-last {
  border-bottom: 2px solid black;
  padding-bottom: 20px;
}
.capRisk img{
  width: 70px;
}
.lfrtxtArr{
  position: relative;
}
.lfrtxtArr::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/pursing/yellow-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: -10px;
  bottom: 25px;
}
.cyberClr p{
  color: #231F20!important;
}
.thFont tr th{
  font-size: 13px;
}
.txtCntr tr th:nth-child(2),
.txtCntr tr th:nth-child(3){
  text-align: center;
}

.energy-case-study.responsible .ques-resi-spc h4 {
  padding-bottom: 0px !important;
}
.circleUl ul li::before {
  border-radius: 5px;
}
.emer-table thead tr th:nth-child(1){
  border-right: 1px solid #ccc;
}
.emer-table thead{
  background: #e3e1ed!important;

}

.esg-app-pd {
  padding-top: 15px;
}
.esg-left-table-alng {
  text-align: left !important;
}
.our-guide {
  padding-bottom: 0px !important;
}
.logo14{
  line-height: 21px !important;
}
/* .logo14 span{
  display: block;
      
} */
.smallHead p{
 font-size:14px;
}
.smallHead p:first-of-type {
  min-width: 125px;
}
.humanMaterialTwo{
  display:flex;
  gap:20px;
  margin-bottom:5px;
}
.humanMaterialTwo p{
  font-size:14px;
}
.hightenedSpan span{
  margin-bottom:10px
}
.readFurtherCd img{
  width: 35px;
}
.readFurtherCd p{
  font-size:14px;
}
.readFurtherCd a{
  font-size:14px;
  border-bottom:2px solid;
}
.groupNewHead h4{
  background-color: #43408e;
}
.icontxtborderBXRightHuman{
  border-right:5px solid #ffc846;
}
.ocupationHeathSafetyAnc h5{
  font-size:14px!important;
}
.ocupationHeathSafetyAnc a{
  border-bottom: 2px solid!important;
}
.yel img{
  transform: rotate(90deg);
  width: 80%;
}
.improvingAccesToHealth h2{
  color: #42408e;
}
.insText.dark-b h2{
  color: #43408E;
}
.bannericon {
  position: absolute;
  top: 50%;
  left: calc(100vw / 16 * 1);
  transform: translate(0px, -50%);
  max-width: 440px;
  width: 100%;
  margin-left: 15px;
}
.updateLinks ul li a span img {
  width: 25px;
}

.slideItem p {
  font-size: 40px;
  color: #016B9C;
  font-weight: 300;
  line-height: 45px;
}
.slideItem h4 {
  color: #016B9C;
  font-size: 48px;
  font-weight: 700;
}
.sliderContainer p:nth-child(2) {
  visibility: hidden;
}
.sliderContainer p.one-of
{
  visibility: visible;
}
.empoweringNation .read-btn2 {
  text-align: center;
}
.emp-hidden .emp-num {
  max-width: 210px;
}
.performance-bar {    
  transform: rotatex(90deg);
  transform-origin: left bottom;
  animation: performance-bar linear 1s forwards;
}
@keyframes performance-bar {    
  0% { 
   transform: rotatex(90deg);
 }
 100% {
   transform: rotatex(0deg);
 }   
}

.one{
  animation-delay: .5s;
}
.two{
  animation-delay: 1s;
}
.three{
  animation-delay: 1s;
}
.four{
  animation-delay: 1.30s;
}
.five{
  animation-delay: 2s;
}
.highlight-graph svg 
{
  width: 100%;
}
.performance-bar
{
  visibility: hidden;
  animation-name: none;
}
.play-animation .performance-bar
{
  transform: rotatex(90deg);
  transform-origin: left bottom;
  animation: performance-bar linear 2s forwards;
  visibility: visible;
}
.opacitytwo,.opacityone
{
  opacity: 0;
}
.play-animation  .opacityone
{
  opacity: 1;
}
.play-animation  .opacitytwo
{
  opacity: 1;
  transition-delay: 1.5s;
}
.msgMgr .msgIns p
{
  font-size: 36px;
  line-height: 40px;
}
.cardslider .allBtns {
  margin: 30px auto 0;
  text-align: center;
  position: absolute;
  bottom: 30px;
}
.cardslider .allBtns a {
  color: #fff;
  border: 1px solid #fff;
}
.cardslider .allBtns a:hover {
  border: none;
}
.occu-emp {
  display: flex;
  gap: 8px;
  max-width: 280px;
}
.occu-emp p{
  font-size: 14px;
}
.occu-emp p span{
  display: block;
}
.occu-emp  h2{
  height: 30px;
}
/*  */
.sample-size-table {
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  padding: 20px 0;
  margin-bottom: 20px;
}

.sample-size-table .label-col {
  display: flex;
  align-items: start;
  padding-top: 10px;
}

.sample-size-table .label-heading {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

.sample-size-table .location-title {
  color: #008DD0;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.sample-size-table .entry {
  margin-bottom: 12px;
  color: #444;
  font-size: 14px;
}

.sample-size-table .entry span {
  font-weight: bold;
  color: #707070;
}

.sample-size-table .row {
  display: flex;
}

.sample-size-table .col {
  flex: 1;
  padding: 0 15px;
}

.sample-size-table .col-3 {
  flex: 0 0 20%;
}
.sample-size-table  .col.rt-brdr{
  border-right: 1px solid #707070;
  padding-left: 45px;
}
h3.bold {
  font-weight: 700;
}
.icon-cap.esg.stake.first{
  margin-top: 0;
}
.insText.dark-b.efficientbanner.ad-energy.ports.key h2 {
  color: #43408e;
}
.firstBioPara h2{
  font-size: 20px;
  line-height: 25px;
  color: #008dd0;
  padding-bottom: 15px;
  font-weight: 700;
}
.firstBioPara{
  margin-bottom: 15px;
}
.bio-arrow img{
  max-width: 25px;
}
.key-obj p span{
  font-weight: 700;
  color: #000;
}
.threatsbox .threats-f{
  position: relative;
}
.threatsbox .threats-f .thre-yell{
  width: 56px;
  height: 10px;
  background-color: #ffcc31;
  position: absolute;
  right: 46%;
  top: 47px;
}
.firstBioPara.pb0 h2{
  padding-bottom: 0;
}
.table.table-bordered.myTable th:first-child{
  text-align: left;
}
.table.table-bordered.myTable th{
  text-align: center;
}
.power-img.font-b img {
  max-width: 34px;
}
h4.clr-black {
  color: #000;
}
.severalList ul li span{
  font-weight: 700;
}
.yeartimeline ul li{
  position: relative;
}
.yeartimeline ul li::before{
 content: '';
 position: absolute;
 width: 6px;
 height: 6px;
 background-color: #fff;
 left: -16px;
 top: 12px;
}
.insText.corporate.managing-director-banner h1 {
  color: #43408e;
}
.insText.corporate.managing-director-banner p {
 color: #016b9c;
 font-family: Playfair Display;
}
.insText.corporate.managing-director-banner h2 {
 color: #016b9c;
}
.power-img.overviewtable.esgtb2.txt-c{
  text-align: center;
}
.power-img.overviewtable.esgtb2.txt-l td{
  text-align: left;
}
.power-img.overviewtable.esgtb2.scope th{
  font-weight: 600;
  text-align: center;
}
.power-img.overviewtable.esgtb2.scope th:first-child{
  text-align: left;
}
.fullImg.pdt20 {
  padding-top: 20px;
}
.importance .ozone-p{
  margin-top: 20px;
}
.power-img.pd0{
  padding: 0;
  padding-bottom: 15px;
}
.ques-resi h3.purple{
  color: #74197e;
}
.importance.pt0 {
  padding-top: 0;
}
.ques-resi p.pb0{
  padding-bottom: 0;
}
.capitl-fin {
  display: flex;
  align-items: start;
  gap: 5px;
}
.capitl-fin p span{
  display: block;
  font-weight: normal;
}
.sec-one.risk-power .list-column.first li span{
  background-color: #3D368F;
}
.sustain-ele{
  padding: 15px;
}
.cpimges.rotate img {
  transform: rotate(180deg);
}
#gov .sub-menu {
  height: 440px;
  overflow-y: scroll;
  padding-right: 30px;
}
#gov .sub-menu::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #808080;
}

#gov .sub-menu::-webkit-scrollbar {
  width: 3px;
  background-color: #808080;
}

#gov .sub-menu::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #fff;
}
.prog-brdr
{
  position: relative;
}
.prog-table td {
  padding: 20px 0px;
}
.prog-brdr:before {
  position: absolute;
  content: "";
  background: #000;
  height: 12px;
  width: 120px;
  bottom: -5px;
  left: 0;
}
.empLeftCon p {
  padding-bottom: 15px;
}
.prog-table tbody tr:last-child td
{ 
  font-weight: 600;
} 
.pdfLinksa {
  margin-top: 20px;
}
.pdfLinksa a {
  font-size: 16px;
  line-height: 21px;
  padding: 10px 20px;
  font-weight: 700;
  background: transparent linear-gradient(90deg, #006db7 0%, #8e278f 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.pdfLinksa a img {
  width: 18px;
}
.matIns2.new-mat span{
  background-color: #3D368F;
}
.riskDescription p span {
  font-weight: 700;
}
.empower-nation-heading h2 {
  color: #8e278f;
}
.team-card-new.extra.director p::after {
  bottom: 16%;
}
.divtable.govtable.esgtb2 td:nth-child(2) {
  text-align: right;
}
.huBlueH4.para15.reportingBreraches h4.purple {
  color: 8E288F!important;
}
.power-img{
  padding-bottom: 20px;
}
.cl-uneza.cli-m h4 {
  color: #008dd0;
}
.contry{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.main-cap {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 20px 0;
}
.main-cap .intell{
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-cap .intell p{
  padding-bottom: 0;
}
.bgSpan.custom {
  max-width: 238px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}
.bgSpan.custom p{
  padding-bottom: 0;
}
.cl-uneza h4.purple {
  color: #7a2a90;
}
.cl-uneza.no-line {
  border: none;
  padding-left: 0;
}
.cl-uneza.no-line h4{
  font-weight: 700;
}
.cl-uneza.no-line h4.purple{
  color: #43408e;
}
.all-m {
  display: flex;
  gap: 10px;
}
.all-m .bgSpan{
  width: 100%;
}
.all-m.pt20{
  padding: 30px 0;
  padding-top: 15px;
}
/* .humBlkH4 img {
    max-width: 113px;
} */
.mainContent.csrdata.materialityenvirodata ul li span{
  font-weight: 700;
}
.cl-uneza.new-cl h4{
  color: #006db7;
}
.geo-sec h6{
  color: #74197e;
  font-weight: 500;
}
.strength h6{
  color: #74197e;
  font-weight: 500;
}
.ques-resi.banner-data h6{
  color: #74197e;
  font-weight: 500;
  padding-bottom: 15px;
}
section.sec-one.risk-power {
  margin-top: 0px;
}
.water-stewa.ban-new h6{
 color: #74197e;
 font-weight: 500; 
 padding-bottom: 15px;
 font-size: 16px;
}
.bio-arrow {
  padding-bottom: 10px;
}
.ques-resi h6.human{
 color: #74197e;
 font-weight: 500; 
 padding-bottom: 15px;
}
.huBlueH4.para15.pt0 h4{
  padding-top: 0;
}
.huSkyH4.mrgnBtm.pt0 h4:nth-of-type(1){
  margin-top: 10px;
}
.aspez-graph img{
  width: 100%;
}
.col-xl-9.climate-topwrap h6{
 color: #74197e;
 font-weight: 500; 
 padding-bottom: 15px;
}
.port-special-top h6{
  color: #74197e;
  font-weight: 500; 
  padding-bottom: 15px;
}
.bod-head h2{
  font-size: 32px;
  line-height: 35px;
  color: #8e298d;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  padding-bottom: 30px;
}
.bioderTxt.our-tax-ports h6.purple{
 color: #74197e;
 font-weight: 500; 
 padding-bottom: 15px;
}
.interMain.new-inter {
  margin-top: 15px;
}
.slideItem h5, .mblV {
  display: none;
}
.pb-20
{
  padding-bottom: 20px;
}
.cscol
{
  padding-top: 40px !important;
}
.top-link 
{
  display: none;
}
.myModal-con h5.gradient::after {
  content: "";
  position: absolute;
  left: 0;
  top: 75px;
  width: 77%;
  height: 12px;
  background: linear-gradient(90deg, #F04D23, #8E3394, #016DB7);
  border-radius: 10px;
}
.scr-img1
{
  margin-bottom: 30px;
}
.dual7clr span
{
  background:#652895 !important;
}
.all-h.dual7clr h2 
{
  background:#652895 !important; 
}
.bluse
{
  padding-left: 0px !important;
}

.bluse li span
{
  background-color: #43408e;
  color: #fff;
  padding: 2px 4px;
  margin-right: 10px;
}
.materialityenvirodata ul li::marker
{
  display: none;
  color: transparent;
}
.bluse
{
  display: flex;
  gap:20px;
}
.bluse li 
{
  padding: 0px !important;
}
.bluse1
{
  gap:5px;
}
.boxnum0:before 
{
  content: "";
  height: 35px;
}
.centerboxtxt-mbl
{
  display: none;
}
.fhp .hcap
{
  display: flex;
}
.fhp .hcap p
{
  padding-bottom: 0px !important;
  margin-left: 10px;
}
.fhp
{
  width: 100% !important;
  max-width: 100% !important;
}
.gricapRow7
{
  margin-top: 20px;
}
.imgread-btn8 h5
{
  display: flex;
  align-items: center;
}
.imgread-btn8 h5 img 
{
  margin-right: 10px;
}
.top-nav-content ul li.d-pdf span
{
  float:right;
}
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.search-icon {
  cursor: pointer;
  color: white;
}

.search-input {
  width: 0;
  opacity: 0;
  padding: 5px 10px;
  margin-left: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #000;
}
.search-wrapper.active .search-input {
  width: 180px;
  opacity: 1;
  margin-right: 10px;
}
.msgIns h3 span.manag-c {
  margin-top: 4px;
  letter-spacing: 2px;
}
.clr_green {
  color: #2caf4b !important;
}
.read-btn2.slideInLink {
  z-index: 99;
  position: relative;
  margin-top: 20px;
}
.indexP p{
  display: flex;
  align-items: center;
}
.allPorts {
    padding-top: 18px;
}
.ques-resi.first{
  padding-top: 20px;
}
section.port-special-top {
    padding-top: 20px;
}
.huBlueH4 h4.pd0{
  padding-top: 3px;
}
section.humanSecOne {
    padding-top: 20px;
}
.keyhuRow.mt0{
  margin-top: 0;
}
.humanSecOne.pd0{
  padding-top: 0;
}
.humanSecOne h4.purp{
  color: #43408e;
}
.mypd{
  padding-bottom: 30px!important;
}
.hmesgslider
{
  padding: 15px 0px;
  background-color: #58378c;
}
.hmesgslider .col-xl-5
{
  padding-right: 0px;
}
.slider-nav-wrapper 
{
  font-size: 50px;
  color: #000;
  position: absolute;
  left: 85px;
  bottom: 50px;
}
.esgtst
{
  background-color: #58378c;
  padding: 15px 0px;
  height: 100vh;
  position: relative;
}
.swiper-container-vertical>.swiper-wrapper
{
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.verticle-animation .swiper-slide {
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
}
 .esgtst .swiper-container {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

.esgtst .col-xl-5
{
  padding-right: 0;
}
.esg-right
{
  height: 95vh;
  border-radius: 10px;
  overflow: hidden;
}
.esgtst .swiper-button-prev:after,.esgtst .swiper-button-next:after
{
  display: none;
}
.esgtst .swiper-button-next
{
  left: 100px;
}
.esg-right img
{
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/**/
.custom-counter {
  display: flex;
  gap: 8px;
  position: absolute;
  left: 77px;
  bottom: 77px;
  z-index: 10;
}




.esgtst .custom-counter .swiper-button-prev {
    left: 3px;
    top: -44px;
    right: 0px;
}
.esgtst .custom-counter .swiper-button-next {
    left: 3px;
    top: 21px
}
.custom-counter .current-slide {
  color: #233a91;
  font-weight: 700;
  font-size: 20px;
}
.custom-counter .total-slide {
  color: #231F20;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.custom-counter .divider {
  margin: 0 2px;
  color: #233a91;
}
.comPad{
  padding-top: 30px;
}
.comPad.min{
  padding-top: 20px;
}
.col-xl-9.climate-topwrap {
   padding-top: 20px;
}
.ques-resi.mt20{
  margin-top: 20px;
}
.firstBioPara.mt20{
  margin-top: 20px;
}
.mainContent.mt20{
  margin-top: 20px;
}
.geog-sec.buisness.social.bod-top{
  padding-top: 111px;
}
.water-stewa.mt20{
  margin-top: 20px;
}