
@font-face {
  font-family:roboto-light;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family:roboto-regular;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family:roboto-medium;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family:roboto-bold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family:roboto-black;
  src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
  font-family:RobotoCondensed-Regular;
  src: url(../fonts/RobotoCondensed-Regular.ttf);
}
@font-face {
  font-family:Roboto-BoldCondensed;
  src: url(../fonts/Roboto-BoldCondensed.ttf);
}
@font-face {
  font-family:roboto-italic;
  src: url(../fonts/Roboto-Italic.ttf);
}

body {
  box-sizing: border-box;
  color:#ffffff;
  font-family:roboto-regular;
  font-size: 16px;
  line-height: 21px;
  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;
}
/*-----------Header Css End-------------*/
.my-sidenav1 {
  display: none;
  position: fixed;
  top: 70px;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999999;
  max-width: 100%;
  width: 100%;
  background: #0067ac;
  height: 100%;
/*  border-top: 1px solid #0067ac;*/
}
.openMenu .nav-tabs .nav-link {
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
}
.openMenu .nav-item {
  display: inline-block;
  width: 100%;
}
.openMenu .nav-tabs {
  border-bottom: 0;
}
.openMenu .nav-tabs .nav-item.show .nav-link, .openMenu .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}

.openMenu {
  background-color: #0067ac;
  padding: 40px 15px 0px 65px;
}
.openMenu ul li .nav-link:hover{
  color: #fff;
}
.openMenu ul li .nav-link {
  font-size: 20px;  
  line-height: 25px;
  text-align: left;
  font-family: roboto-bold;
  color: #fff;
}

.linkMenu {
  background-color: #73BF44;
  height: 100vh;
}
.innerOpenMenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.innerOpenMenu {
  padding-left: 20px;
  padding-top: 40px;
}
.innerOpenMenu ul li a {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-family: roboto-medium;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.innerOpenMenu ul li a:hover{
  color: #0067ac;
  transition: 0.3s;
}
.linkWithImg {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
/**/
#header {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  height: 80px;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.topMenu ul {
  display: flex;
  align-items: center;
  margin: 0px;
  gap: 22px;
  padding: 0px;
  justify-content: end;
}
.topMenu ul li a {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  position: relative;
  transition: all ease .3s;
}
.topMenu ul li a:hover:after {
  width: 100%;
  transition: all ease .3s;
}

.topMenu ul li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  background: #0067AC;
  transition: all ease .3s;
  height: 2px;
  bottom: -8px;
}
.topMenu {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 5px;
}
.topMenu > div:nth-child(2) {
  width: 105px;
}
.topMenu > div:nth-child(1) {
  width: calc(100% - 105px);
}
.desktopHam span {
  color: #0067AC;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  display: block;
  height: 34px;
  text-align: right;
  padding-top: 7px;
  padding-right: 10px;
}
.desktopHam img {
  position: absolute;
  z-index: -9;
}
.desktopHam {
  border: 1px solid #0067AC;
  border-radius: 19px;
  cursor: pointer;
  position: relative;
  max-width: 90px;
  width: 100%;
}
/**/
.copyRightBg {
  background-color: #0067AC;
  padding: 19px 0px;
}

.footSocial ul {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.rdxDev p {
  text-align: right;
  font-size: 14px;
  line-height: 19px;
}
.rdxDev p a {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
.copyrightTxt p {
  font-size: 14px;
  line-height: 19px;
}

/*****home*******/
.hm-banner {
  height: 100vh;
  position: relative;
}

.hm-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-text {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

.banner-text h1 {
  font-size: 72px;
  line-height: 62px;
  font-family:roboto-light;
  color: #0067AC;
  padding: 5px 0px;
  margin-bottom: 10px;
  position: relative;
  width: 170px;
}
.banner-text h1:before
{
  content: '';
  position: absolute;
  left: -5px;
  bottom:0;
  background-image: url(../images/bottom-line.svg);
  width: 39px;
  height: 39px;
}
.banner-text h1:after
{
  content: '';
  position: absolute;
  right: 5px;
  top:0;
  background-image: url(../images/top-line.svg);
  width: 39px;
  height: 39px;
}
.banner-text h2
{
  color: #0067AC;
  font-size: 72px;
  line-height: 62px;
  font-family:roboto-bold;
  padding-bottom: 20px;
}
.banner-text h2 span
{
  display: block;
}
.banner-text p
{
  color: #707070;
  font-size: 20px;
  font-family:roboto-regular;
  padding-bottom: 40px;
}
.explore-btn a {
  display: inline-block;
  color:#0067AC;
  font-size: 16px;
  font-family:roboto-bold;
  border-bottom: 2px solid #0067AC;
  box-shadow: 0px 3px 6px #00000029;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
}

.explore-btn a img {
  padding-left: 10px;
}
.scroll-arrow
{
  position: absolute;
  left: 0;
  bottom:30px;
  width: 100%;
}
.hm-galance
{
  background-image: url(../images/vedanta-at-a-glane.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 142px;
  padding-bottom: 430px;
}
.hm-smallhead
{
 border: 0.5px solid #6D6E71;
 color: #000000;
 font-size: 14px;
 padding-left: 17px;
 padding-right: 35px;
 padding-top: 4px;
 border-top-right-radius: 50px;
 margin-bottom: 15px;
 border-bottom-left-radius: 50px;
 border-top-left-radius: 50px;
 display: inline-block;
}
.hm-mainhead
{
  color: #0067AC;
  font-size: 35px;
  line-height: 35px;
  font-family:roboto-bold;
  padding-bottom: 35px;
}
.hm-mainhead span
{
  display: block;
}
.glance-num
{
  border-right: 1px solid #0167AC50;
  margin-bottom: 50px; 
}
.glance-num h4
{
  color: #0167AC;
  font-size: 45px;
  line-height: 40px;
  font-family:roboto-bold;
}
.glance-num p
{
  color: #5A5A5A;
  font-size: 16px;
  font-family:roboto-medium;
  padding-top: 5px;
}
.glance-num p span
{
  display: block;
}
.bd-none
{
  border: none !important;
}
.glance-num h5
{
  color: #0167AC;
  font-size: 16px;
  font-family:roboto-bold;
  padding-bottom: 5px;
}
.glance-num h4 span
{
  font-size: 30px;
  display: block;
}
.glance-num h4 span.d-blck
{
  display: inline;
}
.ch-msg
{
  padding: 65px 0px;
}
.ch-msg p,p.parabefore
{
  color: #0167AC;
  padding-left: 26px;
  position: relative;
  padding-bottom: 15px;
}
.ch-msg p:before,p.parabefore:before
{
  content: '';
  position:absolute;
  left: 0;
  top:-15px;
  background-image: url(../images/chairman/chairman-dot.svg);
  width: 25px;
  height: 28px;
}
.ch-img
{
  padding-top: 40px;
  position: relative;
  z-index: 9;
}
.blue-btn
{
  margin-left: 30px;
}
.blue-btn a
{
  background-color: #0066AB;
  color: #fff;
  box-shadow: none;
}
.blue-btn a img
{
  padding-left: 0px;
  padding-right: 10px;
}
.ch-wrap
{
  position: relative;
  margin: 0px 60px;
}
.ch-blue
{
  background-color: #0067AC;
  border-bottom-right-radius: 20px;
  height: 218px;
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ch-blue:before
{
  content: '';
  position: absolute;
  right: 0;
  top:0;
  background-image: url(../images/chairman/chairman-dot-img.webp);
  width: 237px;
  height: 83px;
}
.ch-blue h4, .mgmt-text h4
{
  font-size: 29px;
  line-height: 29px;
  font-family:roboto-black;
  color: #73BF44;
}
.ch-blue h4 img
{
  padding-right: 25px;
}
.ch-blue h5
{
  font-size: 21px;
  line-height: 29px;
  font-family:roboto-bold;
  color: #fff;
  padding-left: 60px;
}
.ch-blue-text
{
  padding-top: 130px;
  padding-left: 110px;
}
.mgmt-text h5
{
  font-size: 21px;
  line-height: 29px;
  font-family:roboto-bold;
  color: #0066AB;
}
.m-left-wrap
{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: flex-end;
}
.m-left-wrap .blue-btn
{
  margin-left: 0px;
}

.mgmt-tab
{
  position: absolute;
  bottom:10px;
  right:0px;
}
.mgmt-tab h5
{
  color: #73BF44;
  font-size: 15px;
  font-family:roboto-black;
  margin: 0px 20px 0px 10px;
}
.mgmt-tab h5 span
{
  color: #0066AB;
  font-size: 11px;
  font-family:roboto-bold;
  display: block;
}
.mgmt-tab ul
{
  border:none;
}
.mgmt-tab ul li a
{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0px;
  border: none !important;
}
.mgmt-tab .nav-tabs .nav-link.active
{
  display: none;
}
.hm-leaders
{
  padding-bottom: 60px;
  background: linear-gradient(to bottom,  #ffffff 50%,#0067ac 50%);
}
.hm-leaders .col-xl-12
{
  position: relative;
}
.hm-leaders h5
{
  font-size: 18px;
  font-family:roboto-bold;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 5px;
}
.hm-leaders p
{
  font-size: 14px;
  color: #fff;
}

.leader-slider.owl-theme .owl-nav
{
  position: absolute;
  bottom: -60px;
  left: 0;
}
.leader-slider .owl-nav button.owl-next
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  left: 50px;
  background-repeat: no-repeat;
  background-image: url(../images/bod/rigth-arrow.svg) !important;
}

.leader-slider .owl-nav button.owl-prev
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  background-repeat: no-repeat;
  background-image: url(../images/bod/left-arrow.svg) !important;
}

.leader-slider.owl-theme .owl-nav .owl-prev:hover,
.leader-slider.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.leader-slider.owl-theme .owl-nav .owl-prev.disabled,
.leader-slider.owl-theme .owl-nav .owl-next.disabled
{
  transform: scale(.8);
}
.hm-leaders .explore-btn
{
  float: right;
  margin-top: 8px;
}
.progress-bar {
  width: 65%;
  background: #ffffff50;
  height: 2px;
  position: absolute;
  right: 200px;
  bottom: 23px;
}

.progress {
  height: 100%;
  background-color: #ffffff;
  width: 25%;
}
.hm-highlight
{
  padding: 80px 0px;
}
.capital-box
{
 position: relative;
 padding: 77px 65px 43px 35px;
 border-radius: 20px;
 min-height: 380px;
 margin-bottom: 30px; 
}
.cap-wrap
{
  display:flex;
}
.fin-box
{
  background-color: #F7921D;
}
.cap-text
{
  margin-left: 16px;
  color: #fff;
}
.cap-text h4
{

  font-size: 30px;
  font-family:roboto-regular;
  padding-bottom: 12px;

}
.cap-text p
{
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
}
.cap-btn
{
  text-align: center;
}
.cap-btn a
{
  font-family:roboto-bold;
  font-size: 16px;
  color: #fff;
}
.cap-btn a img
{
  padding-left: 10px;
}
.cap-data
{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding: 95px 95px 35px 95px;
  display: none;
}
.cap-data h3
{
  font-size: 25px;
  font-family:roboto-bold;
  padding-bottom:15px;
}
.cap-data h4
{
  font-size: 35px;
  font-family:roboto-bold;
  line-height: 30px;
}
.cap-data span
{
  display: block;
}
.cap-data p
{
  padding: 4px 0px 10px 0px;
}
.cap-data h6
{
  font-family:roboto-bold; 
}
.cap-data h6 img
{
  padding-right: 5px;
}
.cap-data .cap-btn
{
  padding-top: 40px;
}
.cap-data .cap-btn a
{
  background-color: #0067AC;
  display: inline-block;
  border-radius: 50px;
  padding-left: 20px;
}

.mc-box
{
  background-color: #DDB11E;
}
.cap-data h5
{
  font-size: 16px;
  font-family:roboto-bold;
  padding-bottom: 10px;
}
.ic-box
{
  background-color: #B095C6;
  transform: translateY(-280px);
}
.hc-box
{
  background-color: #02B9AD;
  transform: translateY(-560px);
}
.src-box
{
  background-color: #6CCFF6;
  transform: translateY(-280px);
}
.nc-box
{
  background-color: #72BF44;
  transform: translateY(-560px);
}
.ft-25
{
  font-size: 25px !important;
}
/**/

.slide-content {
  position: relative;
}
.slideText {
  position: absolute;
  top: 105px;
  left: 0px;
  right: 0px;
  max-width: 512px;
  margin: 0px auto;
  padding: 0px 45px;
  opacity: 0;
}
.slide-content img {
  width: 100%;
}

.slideText h4 {
  font-size: 30px;
  line-height: 39px;
  color: #FFFFFF;
  font-family:roboto-bold;
}
.slideText {
  text-align: center;
}
.slideText p {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 42px;
  font-family:roboto-bold;
}
.slideText a img {
  width: auto;
}

.slideText a {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 16px 31px;
  font-size: 16px;
  line-height: 19px;
  color: #0067AC;
  font-family: roboto-bold;
  border-bottom: 2px solid #0067AC;
}

.assetsOverview {
  padding: 0px 0px 65px 0px;
  position: relative;
}
.allHeads h3 {
  font-size: 35px;
  line-height: 35px;
  color: #0067AC;
  text-align: center;
  font-family: roboto-bold;
}
.allHeads h3  span{
  display: block;
}
.allHeads p {
  border: 0.5px solid #6D6E71;
  color: #000000;
  font-size: 14px;
  padding-left: 17px;
  padding-right: 35px;
  padding-top: 4px;
  border-top-right-radius: 50px;
  margin-bottom: 15px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  display: inline-block;
}
.allHeads {
  text-align: center;
  margin-bottom: 22px;
}
.perBody p{
  color: red;
}
/**/
.perTabs .nav-tabs > li.active > a, .perTabs .nav-tabs > li.active > a:focus, .perTabs .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  border: none !important;
  background: #ee3425;;
  border-radius: 0px;
}
.perTabs .nav-tabs > li > a {
  line-height: 19px;
  border: 0px solid transparent;
  border-radius: 0px;
  margin-right: 0px;
  font-size: 16px;
  color: #0067AC;
  font-family: roboto-bold;
}
.perTabs .nav > li > a {
  position: relative;
  display: block;
  padding: 8px 0px;
  text-align: center;
  margin-bottom: 0px;
}
.perTabs .nav-tabs > li:last-child > a{
  margin-right: 0px;
}
.perTabs .nav-tabs {
  border-bottom: 2px solid #0067AC;
  max-width: 730px;
  width: 100%;
  display: flex;
  margin: 0px auto;
  margin-bottom: 70px;
  gap: 40px;
  justify-content: space-between;
}
.perTabs .nav-tabs .nav-item.show .nav-link, .perTabs .nav-tabs .nav-link.active {
  color: #72BF44;
  background-color: transparent;
  border-bottom: 12px solid #72BF44;
  margin-bottom: -2px;
}
.readMore a{
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 16px 31px;
  font-size: 16px;
  line-height: 19px;
  color: #0067AC;
  font-family: roboto-bold;
  border-bottom: 2px solid #0067AC;
}
.perBody .readMore {
  text-align: center;
  margin-top: 80px;
}
.perTabs {
  max-width: 925px;
  margin: 0px auto;
  width: 100%;
}

.valueCreation .allHeads {
  max-width: 334px;
  width: 100%;
}
.valueCreation .allHeads {
  text-align: left;
}
.valueCreation .allHeads h3 {
  text-align: left;
}
.keyPerformance {
  background-color: RGBA(246, 244, 244, .47);
  padding: 85px 0px;
}
/**/
.integratedSec ul {
  display: flex;
  min-height: 459px;
  max-height: 459px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.integratedSec li {
/*  flex: 1;*/
width: 75px;
display: flex;
align-items: end;
padding: 0px;
background: #E74C3C;
cursor: pointer;
transition: all 0.5s ease;
}
.integratedSec li:hover {
  background: #e53f2e;
}
.integratedSec li.active1 {
  flex: 5;
  background: #fff;
  cursor: default;
}
.integratedSec li.active1 h2 {
  color: #0167AC;
  font-family: roboto-bold;
}
.integratedSec li.active1 .section-content {
  flex: 4;
  opacity: 1;
  transform: scaleX(1);
  color: #E74C3C;
}
.integratedSec li .section-title {
  display: flex;
  align-items: center;
  width: 75px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
}
.integratedSec li .section-title h2 {
  margin: 0;
  transform: rotate(-90deg);
  white-space: nowrap;
  width: 75px;
}
.integratedSec li .section-content {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 35px;
  opacity: 0;
  transition: all 0.25s 0.1s ease-out;
  background-color: #ebf7fe;
}
.integratedSec li:nth-child(1){
  background-color: #F7921D;
}
.integratedSec li:nth-child(2){
  background-color: #DDB11E;
}
.integratedSec li:nth-child(3){
  background-color: #B095C6;
}
.integratedSec li:nth-child(4){
  background-color: #6CCFF6;
}
.integratedSec li:nth-child(5){
  background-color: #02B9AD;
}
.integratedSec li:nth-child(6){
  background-color: #72BF44;
}
.integratedSec li.active1:nth-child(1), .integratedSec li.active1:nth-child(2), .integratedSec li.active1:nth-child(3), .integratedSec li.active1:nth-child(4), .integratedSec li.active1:nth-child(5), .integratedSec li.active1:nth-child(6) {
  background-color: #EBF7FE;
}
.section-title h2{
  font-size: 22px;
  line-height: 1;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  padding-left: 50px;
}
.active1 h2 span {
  opacity: 0;
}
.section-title h2 svg {
  margin-right: 15px;
  width: 24px;
  height: 24px;
}
.section-title h2 span{
  margin-right: 50px;
}

.section-title h2 svg g path {
  fill: #fff;
}
.active1 .section-title h2 svg g path {
  fill: #0167ac;
}

.coreValues {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.coreValues img {
  width: 42px;
  margin: 0px auto;
  display: block;
  height: 42px;
}
.coreValues p {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}
.valueCreation h4 {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 18px;
  font-family: roboto-bold;
  margin-top: 38px;
}
.valueCreation {
  padding-top: 40px;
}


.inputOutputs {
  display: flex;
}
.inputOutputs {
}
.inputOutputs > div {
  width: 50%;
}
.chainList {
  display: flex;
  gap: 35px;
}
.inputOutputs ul li {
  background-color: transparent !important;
  display: inline-block;
  width: 100% !important;
  position: relative;
  padding: 0px;

  color: #000;
  font-family: roboto-bold;
  font-size: 18px;
  line-height: 24px;
}
.inputOutputs ul li span {
  font-size: 14px;
  font-family: roboto-regular;
  line-height: 24px;
  display: inline-block;
}
.inputOutputs p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}
.inputOutputs ul {
  display: block;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.valueChain {
  background-color: #F4FBFF;
  padding: 15px 25px;
  display: inline-block;
  width: 100%;
}
.readMore2{
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.readMore2 a {
  background-color: #0067AC;
  box-shadow: 0px 3px 6px #00000029;
  padding: 16px 31px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-family: roboto-bold;
  border-bottom: 2px solid #0067AC;
  display: inline-block;
}
.indChain img {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0px auto;
}
.indChain p {
  color: #0167AC;
  font-size: 15px;
  line-height: 28px;
  font-family: roboto-bold;
  text-align: center;
}
.valueChain h5 {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-family: roboto-bold;
  margin-bottom: 5px;
}

.inputOutputs > div:nth-child(1) h3 {
  font-size: 20px;
  line-height: 24px;
  color: #0C8643;
  font-family: roboto-bold;
}
.inputOutputs > div:nth-child(2) h3 {
  font-size: 20px;
  line-height: 24px;
  color: #0066AB;
  font-family: roboto-bold;
}
.inputOutputs > div h3 span {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-family: roboto-regular;
}
.caseStudySlide .item{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: flex;
  height: 100vh;
  align-items: center;
}
.case_bg_1{
  background-image: url("../images/case-study-img1.webp");
}
.case_bg_2{
  background-image: url("../images/case-study-img2.webp");
}
.case_bg_3{
  background-image: url("../images/case-study-img3.webp");
}
.case_bg_4{
  background-image: url("../images/case-study-img4.webp");
}
.case_bg_5{
  background-image: url("../images/case-study-img5.webp");
}
.caseTxt a img {
  width: auto !important;
  display: inline-block !important;
}
.caseTxt {
  max-width: 437px;
  width: 100%;
  float: right;
}
.caseTxt a {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 16px 31px;
  font-size: 16px;
  line-height: 19px;
  color: #0067AC;
  font-family: roboto-bold;
  border-bottom: 2px solid #0067AC;
  display: inline-block;
  margin-top: 20px;
}

.caseTxt p {
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
}
.caseTxt p span{
  display: block;
}
.caseTxt h3 {
  font-size: 35px;
  line-height: 1;
  font-family: roboto-bold;
}

/**/
.busineGrowth img {
  max-width: 255px;
  width: 100%;
}
.busineGrowth {
  position: relative;
  margin: 20px 0px;
}
.busineGrowth h4 {
  position: absolute;
  top: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: roboto-black;
  padding: 10px 25px;
}
.caseStudy {
  position: relative;
}
.nextPerData {
  display: flex;
  max-width: 695px;
  width: 100%;
  justify-content: center;
  gap: 8px;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 18px;
  overflow: visible;
  z-index: 999;
}
.nextPerData > div:nth-child(2) {
  display: flex;
  align-items: center;
  max-width: 577px;
  width: 100%;
}
.nextPerData > div:nth-child(2) p {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.case-counter {
  width: 50px;
  padding-left: 8px;
  font-size: 14px;
  line-height: 19px;
}
.nextPerData > div:nth-child(2) > div:nth-child(2) {
  width: calc(100% - 50px);
}

.sliderBlue p {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0px;
}
.sliderBlue {
  background-color: #25408f;
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0px auto;
  position: absolute;
  left: 0px;
  right: 0px;
  max-width: 577px;
  width: 100%;
  bottom: 18px;
}
.strategicPriorities {
  padding: 75px 0px 0px 0px;
  height: 100vh;
  overflow: hidden;
}
.strategicPriorities .allHeads {
  text-align: left;
  margin-bottom: 70px;
  max-width: 330px;
  width: 100%;
}
.ourEsg .allHeads, .ourEsg .allHeads h3, .strategicPriorities .allHeads h3 {
  text-align: left;
}

/**/

.continueTxt {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.sBlock {
  width: 306px;
  background-color: #25408F;
  padding: 20px;
}
.sBlock h3 {
  font-size: 20px;
  line-height: 52px;
  background-color: #72BF44;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-align: center;
  font-family: roboto-bold;
  margin-bottom: 10px;
}
.sBlock h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: roboto-bold;
  margin-bottom: 20px;
}
.mt-214{
  margin-top: 214px;
}

/**/

.reportingSuit {
  background-color: #EBF7FE;
  padding: 95px 0px;
}
.reportIns img {
  width: auto !important;
}
.reportIns {
  display: flex;
  gap: 21px;
  margin:8px 3px 10px 3px;
  padding-right: 10px;
}
.reportIns:hover {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}
.reportIns > div:nth-child(1) {
  width: 183px;
}
.reportIns > div:nth-child(2) {
  width: 288px;
}
/**/

.reportIns:hover .report2 h4 {
  margin-top: 10px;
}
.report2 h4 {
  font-size: 18px;
  line-height: 23px;
  color: #0167AC;
  font-family: roboto-bold;
  margin-bottom: 15px;
  
}
.report2 p {
  font-size: 16px;
  line-height: 21px;
  color: #8D8D8D;
  margin-bottom: 15px;
}
.report2 p span {
  font-family: roboto-bold;
  color: #505050;
  display: block;
}
.report2 p:last-child {
  margin: 0px;
}
.reportingSlider .owl-nav button.owl-next {
  position: absolute;
  width: 46px;
  height: 46px;
  bottom: -60px;
  margin: auto;
  right: 0px;
  background-image: url(../images/key-arrow-rigth.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.reportingSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 46px;
  height: 46px;
  bottom: -60px;
  margin: auto;
  left: 0px;
  opacity: 1;
  background-image: url(../images/key-arrow-left.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.reportingSlider.owl-theme .owl-nav .owl-prev:hover,
.reportingSlider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  width: 46px;
  height: 46px;
}
.reportingSlider.owl-theme .owl-dots .owl-dot span {
  background: #bcbcbc;
}
.reportingSlider.owl-carousel {
  max-width: 1048px;
  width: 100%;
  margin: 0px auto;
}
.reportCounter {
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: #0067AC;
  margin-top: 29px;
}
.reportingSlider.owl-theme .owl-nav {
  margin-top: 0;
}
.reportBook {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 21px 95px 0px 95px;
  position: relative;  
  margin-bottom: 35px;
}
.reportBook > div:nth-child(1) {
  width: 212px;
}
.reportBook > div:nth-child(1) a {
  display: flex;
}

.topLiksF {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00000029;
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.reportBook > div:nth-child(2) {
  width: calc(100% - 212px);
}
.botLiksF {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px
}
.topLiksF > div:nth-child(1), .botLiksF > div:nth-child(1) {
  width: 40%;
  position: relative;
  padding-left: 70px;
}
.topLiksF > div:nth-child(2), .botLiksF > div:nth-child(2) {
  width: 60%;
  position: relative;
  padding-left: 50px;
}
.reportBook::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 925px;
  height: 18px;
  background-color: #0067AC;
  margin: auto;
  top: -18px;
}
.reportBook::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 925px;
  height: 18px;
  background-color: #0067AC;
  margin: auto;
  bottom: -18px;
}

.topLiksF h4, .botLiksF h4 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: roboto-medium;
}
.topLiksF p, .botLiksF p {
  font-size: 10px;
  line-height: 13px;
  display: block;
  color: #0067AC;
  font-family: roboto-bold;
}
.borderRight::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  width: 1px;
  height: 166px;
  background-color: #00000029;
  top: -72px;
}

.backTop {
 position: relative;
}
.backTop a {
  text-align: right;
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #0067AC;
  font-family: roboto-bold;
}

.downloadCenter  h3 {
  font-size: 40px;
  line-height: 45px;
  color: #0067AC;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 50px;
  font-family: roboto-bold;
}
.ourEsg {
  padding: 45px 0px;
  background-color: #25408F;
}
.ourEsg .allHeads p {
  border: 0.5px solid #fff;
  color: #fff;
}
.ourEsg .allHeads h3{
  color: #fff;
}
/**/
.assetsOverview .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: ''!important;
}
.assetsOverview .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: ''!important;
}
.assetsOverview .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 26%!important;
}
.assetsOverview .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 26%!important;
}
.assetsOverview .swiper-slide-active .slideText {
  opacity: 1;
}
.assetsOverview .swiper-pagination-fraction {
  color: #0067AC;
  font-size: 20px;
  line-height: 24px;
  font-family: roboto-bold;
  bottom: 35px;
}
/**/
.tabOneSlider .owl-nav button.owl-next {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -65px;
  background-image: url(../images/key-arrow-rigth.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tabOneSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -65px;
  opacity: 1;
  background-image: url(../images/key-arrow-left.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tabOneSlider.owl-theme .owl-nav .owl-prev:hover,
.tabOneSlider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  width: 46px;
  height: 46px;
}
.esgWidth{
  max-width: 980px;
  width: 100%;
  margin: 0px auto;
  display: block;
}

.esgtext {
  position: absolute;
}
.esgCaps {
  position: absolute;
  left: 50px;
  top: calc(50% - 55px);
}
.esgCaps h3 {
  font-size: 30px;
  line-height: 1;
  font-family: roboto-bold;
}
.esgCaps h3 span{
  display: block;
}
.esgCaps a {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-family: roboto-bold;
  display: block;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.esgCaps a img {
  border: 1px solid #fff;
  padding: 7px;
  border-radius: 50%;
  width: 31px;
  height: 31px;
}

.allEsgInd {
  position: relative;
  height: 464px;
}
.divAngle_1{
  transform: rotateX(0deg) rotateY(0deg) rotateZ(2deg) skew(0deg);
  z-index: 4;
}
.divAngle_2{
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  z-index: 3;
}
.divAngle_3{
  transform: rotateX(0deg) rotateY(0deg) rotateZ(-2deg) skew(0deg);
  z-index: 2;
}
.explore-btn a:hover, .slideText a:hover, .readMore a:hover, .readMore2 a:hover, .caseTxt a:hover {
  color: #fff;
  background-color: #72bf44;
  transition: .3s ease-in-out;
}

.explore-btn a:hover svg g path, .slideText a:hover svg g path, .readMore a:hover svg g path, .readMore2 a:hover svg g path, .caseTxt a:hover svg g path{
  fill: #ffffff;
  stroke: #ffffff;
  transition: .3s ease-in-out;
}
.topLiksF > div a, .botLiksF > div a{
  display: block;
}
.topLiksF > div a:hover h4, .botLiksF > div a:hover h4{
  color: #73bf44;
}
.inner-heading
{
  font-size: 40px;
  line-height: 45px;
  font-family: roboto-bold;
  color: #0066AB;
  padding-bottom: 30px;
}
.inner-heading span
{
  display: block;
}
.powerhouse-img
{
  margin-bottom: 48px;
}
.inner-head22
{
  color: #6D6E71;
  font-size: 20px;
  line-height: 26px;
  font-family:roboto-medium;
  padding-bottom: 30px;
}
.glance-topsec p
{
  padding-bottom: 20px;
  color: #6D6E71;
}
.inner-ghead
{
  font-size: 25px;
  color: #72BF44;
  line-height: 30px;
  font-family:roboto-medium;
  padding-bottom: 30px;
}
.mt-10
{
  margin-top: 10px;
}
.cvalue
{
  border-right: 1px solid #00000030;
  text-align: center;
  padding-right: 30px 
}
.cvalue img
{
  width: 65px;
}
.cvalue p
{
  font-size: 18px;
  font-family:roboto-medium;
  padding-top: 15px;
  padding-bottom: 0px;
}
.c-valuewrap
{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cvalue-num .col-xl-3
{
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cvalue-num h3
{
  font-size: 40px;
  line-height: 48px;
  color: #0066AB;
  font-family:Roboto-BoldCondensed;
}
.cvalue-num p
{
  font-size: 18px;
  color: #000000;
  font-family:roboto-medium;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}
.cvalue-num h5
{
 color: #0066AB;
 font-size: 25px;
 line-height: 30px;
 font-family:Roboto-BoldCondensed; 
}
.cvalue-num h3 span
{
 color: #0066AB;
 font-size: 25px;
 font-family:Roboto-BoldCondensed;  
}
.value-chain
{
  background-color: #25408F;
  padding: 60px 0px 100px 0px;
}
.value-chain h2
{
  font-size: 25px;
  line-height: 30px;
  font-family:roboto-medium;
  padding-bottom: 35px;
}
.value-chain h5
{
  font-size: 16px;
  font-family:roboto-black;
  display: inline-block;
  padding: 10px 0px 10px 13px;
  width: 160px;
  border:.5px solid #fff;
  border-top-left-radius: 12px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 25px;
  border-right: none;
}
.value-chain h5:after
{
  content: '';
  position: absolute;
  right: -37px;
  top:0;
  background-image: url(../svg/exploration-arrow.svg);
  height: 39px;
  width: 45px;
}
.chain-slider.owl-carousel .owl-item img
{
  width: 80px;
}
.value-icon {
  min-height: 80px;
}

.chain-slider.owl-theme .owl-nav
{
  position: absolute;
  bottom: -60px;
  right:0;
}
.chain-slider .owl-nav button.owl-next
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../images/bod/rigth-arrow.svg) !important;
}

.chain-slider .owl-nav button.owl-prev
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 50px;
  background-repeat: no-repeat;
  background-image: url(../images/bod/left-arrow.svg) !important;
}

.chain-slider.owl-theme .owl-nav .owl-prev:hover,
.chain-slider.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.chain-slider.owl-theme .owl-nav .owl-prev.disabled,
.chain-slider.owl-theme .owl-nav .owl-next.disabled
{
  transform: scale(.8);
}
.esg-purpose
{
  padding: 60px 0px;
}
.esg-purpose h5
{
  color: #000000;
  font-size: 14px;
  font-family:roboto-light;
}
.grey-bg
{
  background-color: #EBECED;
  padding: 15px 40px 15px 32px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius:50px;
  margin-bottom: 17px;
}
.grey-bg h3
{
  color: #5F3917;
  font-size: 20px;
  font-family:roboto-black;
}
.esgp-icon
{
  padding-left: 32px;
  min-height: 77px;
}
.esgp-warp h5
{
  color: #C1986B;
  font-size: 18px;
  line-height: 22px;
  font-family:roboto-black;
  position: relative;
  margin-bottom: 8px;
}
.esgp-warp h5:after
{
  content: '';
  position: absolute;
  right: -10px;
  bottom:5px;
  background-color: #C1986B;
  height:1px;
  width:85%;
}
.esgp-warp p
{
  font-family:roboto-light;
  color: #000000;
  padding-bottom: 25px;
  min-height: 69px;
}
.esgp-green .grey-bg h3, .esgp-warp.esgp-green h5
{
  color: #579842;
}

.esgp-warp.esgp-green h5:after
{
  background-color: #579842;
}

.esgp-purple .grey-bg h3
{
  color: #752A84;
}
.esgp-warp.esgp-purple h5
{
  color: #F6891F;
}
.esgp-warp.esgp-purple h5:after
{
  background-color: #579842;
}
.op-structure h6
{
  font-size: 18px;
  color: #6D6E71;
  padding-bottom: 25px;
  font-family:roboto-medium;
}
.op-structure p
{
  color: #000000;
}

/* vedanta */
section.sitemap {
  color: #0066AB;
}
section.sitemap a {
  color: #0066AB;
  font-size: 14px;
}
section.sitemap {
  padding-top: 110px;
  padding-bottom: 20px;
}
.hdng40txt{
  font-size: 40px;
  line-height: 45px;
  color: #0067AC;
  font-family: roboto-bold;
}
a.footrlink {
  background: #25408F;
  color: #fff;
  border-radius: 8px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 20px;
}
.next-prev-flex {
  display: flex;
  justify-content: center;
}
img.scroll-icon {
  position: absolute;
  display: none;
}
section.prev-next {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 20px 0;
}

.cmnpage-inner p{
  padding: 7px 0;
  color: #000000;
}
.txt22bold {
  color: #6D6E71!important;
  font-size: 22px;
  line-height: 26px;
  margin-top: 10px;
  padding: 5px 0;
}
.blck22bold {
  color: #414042;
  line-height: 26px;
  font-size: 22px;
  font-family: roboto-bold;
  padding: 5px 0;
}
.blck22med {
  color: #414042;
  line-height: 26px;
  font-size: 22px;
  font-family:roboto-medium;
  padding: 5px 0;
}
.blue18bold {
  color: #0066AB;
  font-size: 18px;
  line-height: 22px;
  font-family: roboto-bold;
  padding: 5px 0;
}
.think-bordr {
  border-radius: 20px;
  border: 1px solid #72BF44;
  position: relative;
  padding: 30px;
  margin: 40px 0 100px;
}
.gree25med {
  color: #72BF44;
  font-size: 25px;
  line-height: 30px;
  font-family:roboto-medium;
  padding: 5px 0;
}
.think-bordr h2 {
  position: absolute;
  top: -30px;
  left: -1px;
  background: #fff;
  padding: 10px 20px 10px 0;
}
.value-left-brdr {
  border-left: 1px solid #dbdbdb;
  padding-left: 60px;
}
p.value-span span {
  height: 15px;
  width: 1px;
  background: #dbdbdb;
  display: inline-block;
  margin: -2px 30px;
  padding: 5px 0;
}
.blocktxt{
  display: block;
}
p.value-span {
  line-height: 30px;
}
.cmntop10{
  margin-top: 10px;
  display: inline-block;
}
.cmntop20{
  margin-top: 20px;
  display: inline-block;
}
.cmntop30{
  margin-top: 30px;
  display: inline-block;
}
.cmntop40{
  margin-top: 40px;
  display: inline-block;
}
.cmntop50{
  margin-top: 50px;
  display: inline-block;
}
.cmntop80{
  margin-top: 80px;
  display: inline-block;
}
.pageline:after {
  position: absolute;
  display: block;
  content: "";
  background: #6d6e71;
  width: 95%;
  height: 1px;
  top: 13px;
}
.pageline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.pageline h3 {
  background: #fff;
  position: relative;
  z-index: 9;
  padding: 0 10px 0 0;
}
img.cmn-page-arrow {
  margin-right: 10px;
}
a.pagenumbr {
  font-size: 14px;
  font-family: roboto-light;
  font-style: italic;
  color: #000;
}
.focus-area span {
  color: #0066AB;
  font-family: roboto-bold;
}
.focus-area {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.focus-area div {
  border-left: 1px solid #dbdbdb;
  width: 20%;
  padding: 0 20px;
  height: 80px;
}
.focus-area div:first-child {
 border: none;
 padding-left: 0;
}
img.thinking-scroll {
  position: absolute;
  left: -5px;
}
.activity-box {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.activity-box div {
  border-left: 1px solid #dbdbdb;
  padding: 0 30px;
  height: 80px;
}
.activity-box div:first-child {
 border: none;
 padding-left: 0;
}
img.supported-icon {
  margin-bottom: 10px;
}
.activity-box div:nth-child(6) {
  border: none !important;
  height: 80px;
  display: flex;
  align-items: end;
}
.spangrn span {
  background: #72BF44;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 2px 1px;
  font-size: 14px;
  font-family:roboto-medium;
}
.spanblck span {
  background: #6D6E71;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 2px 1px;
  font-size: 14px;
  font-family:roboto-medium;
}
.spanblue span {
  background: #0066AB;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 2px 1px;
  font-size: 14px;
  font-family:roboto-medium;
}
.thnking-capitl {
  display: flex;
  align-items: self-start;
  margin: 20px 0;
}
.thnking-capitl img {
  height: 40px;
  margin-right: 10px;
}
.thnking-capitl p {
  padding: 0;
}

.thnking-value {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.thnking-value div {
  border-left: 1px solid #dbdbdb;
  padding: 0 30px;
  height: 80px;
  width: 20%;
}
.thnking-value div:first-child {
 border: none;
 padding-left: 0;
 width: 25%;
}
.custmtbss {
  border: none;
  margin-bottom: 30px;
  margin-top: 20px;
  border-bottom: 1px solid #0067AC;
  justify-content: space-between;
}

.custmtbss a.nav-link {
  border: none!important;
  background:transparent;
  font-size: 16px;
  line-height: 22px;
  color: #0067AC;
  border-radius:0px;
  padding: 10px 0;
  font-family:roboto-bold;
}
.custmtbss a.nav-link:hover{
  border: none!important;
  color: #72BF44;
}

.custmtbss a.nav-link.active {
  border: none;
  color: #72BF44;
  border-bottom: 10px solid #72BF44 !important;
}
.dual-clr-hdng {
  font-family: roboto-light;
  color: #0066AB;
  padding: 5px 0;
}
.dual-clr-hdng span{
  color: #72BF44;
}
img.highlighimg1 {
  margin-top: 10px;
}
.blue18-high {
  color: #0066AB !important;
  font-size: 18px;
  font-family: roboto-bold;
  line-height: 22px;
  display: flex;

}
.blck18-high {
  color: #6D6E71 !important;
  font-size: 18px;
  font-family: roboto-medium;
  line-height: 22px;
  border-bottom: 1px solid;
  height: 60px;
}
.hilghnumb-box h3 {
  color: #72BF44;
  font-size: 40px;
  font-family: Roboto-BoldCondensed;
}
.hilghnumb-box h3 small{
  font-size: 25px;
}
.blue18-high img {
  margin-right: 10px;
}
.nobrdr{
  border: none;
}
.hilghnumb-box {
  margin-right: 40px;
}
.hilghnumb-box {
  margin-right: 40px;
  height: 150px;
  margin: 20px 40px 40px 0;
}
.notepage{
  font-size: 14px;
  font-family:roboto-light;
  font-style: italic;
}
.headingtb-detail{
  color: #72BF44;
  font-family:roboto-black;
  font-size: 25px;
  left: 30px;
  padding: 5px 0;
}
.blckhdng-cap{
  color: #414042;
  font-family:roboto-black;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 0;
}
.bluehdng-cap{
  color: #0066AB;
  font-family:roboto-black;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0;
}
.nodata {
  visibility: hidden;
}
.govslider2.owl-theme .owl-stage-outer {
  overflow: unset !important;
}
.govsldrnumbr2 {
  color: #0066AB;
  position: absolute;
  bottom: 20px;
}
.govslider2 {
  padding: 20px 0 90px;
  position: relative;
}
.govslider2.owl-theme .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.govslider2 .owl-nav button.owl-next
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-rigth-arrow.svg) !important;
}

.govslider2 .owl-nav button.owl-prev
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 50px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-left-arrow.svg) !important;
}

.govslider2.owl-theme .owl-nav .owl-prev:hover,
.govslider2.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.govslider2.owl-theme .owl-nav .owl-prev.disabled,
.govslider2.owl-theme .owl-nav .owl-next.disabled
{
  transform: scale(.8);
}
.copgov-bnr{
  width: 100%;
  margin: 20px 0;
}
.bluebg-copgoc {
  background: #25408F;
  margin: 40px 0;
  padding: 70px 0;
}
.bluebg-copgoc p{
  color: #fff;
}
.cntrtxt-cop{
  align-items: center;
}
.corporate-governance-f-img{
  padding-left: 30px;
}
.cop-table {
  margin: 30px 0;
  width: 100%;
}
ul.arrow-list {
  padding-left: 20px;
  list-style: none;
  margin-top: 10px;
}
ul.arrow-list li:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../svg/green-arrow-lish.svg) no-repeat;
  width: 7px;
  height: 9px;
  left: -20px;
  top: 10px;
}
ul.arrow-list li {
  color: #414042;
  padding: 7px 0;
  position: relative;
}
.rating-img {
  padding-left: 0px;
  border-left: 0px;
  display: flex;
  height: 50px;
  margin: 30px 0;
}
.nobrdr-nopdng{
  padding: 0!important;
  border: none!important;
}
img.esg-ratings-logo {
  width: 100%;
}
hr.copgovhr {
  opacity: 1;
  border-top: 2px solid #00000063;
}
.reltslider{
  position: relative;
}
.govslider1.owl-theme .owl-stage-outer {
  overflow: unset !important;
}
.govsldrnumbr1 {
  color: #0066AB;
  position: absolute;
  bottom: 20px;
}
.govslider1 {
  padding: 20px 0 90px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
.govslider1.owl-theme .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.govslider1 .owl-nav button.owl-next
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-rigth-arrow.svg) !important;
}

.govslider1 .owl-nav button.owl-prev
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 50px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-left-arrow.svg) !important;
}

.govslider1.owl-theme .owl-nav .owl-prev:hover,
.govslider1.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.govslider1.owl-theme .owl-nav .owl-prev.disabled,
.govslider1.owl-theme .owl-nav .owl-next.disabled
{
  transform: scale(.8);
}
.copgov-box {
  margin: 40px 0 20px;
  padding-left: 00px;
  border-left: 0px;
  height: 140px;
}
.copgov-box h4 {
  font-family: 'roboto-medium';
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 22px;
}
.alinmnt-details {
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
  height: 500px;
}
.alinmnt-details h4 {
  color: #000000;
  font-family: 'roboto-medium';
  line-height: 30px;
  font-size: 25px;
  margin-bottom: 10px;
}
.alinmnt-details hr {
  border-color: #dbdbdb;
  opacity: 1;
  margin: 7px 0;
}
.keyline:after {
  position: absolute;
  display: block;
  content: "";
  background: #939598;
  width: 100%;
  height: 1px;
  top: 13px;
}
.keyline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.keyline h3 {
  background: #fff;
  position: relative;
  z-index: 9;
  padding: 0 10px 0 0;
  font-family:roboto-black;
  font-size: 18px;
  line-height: 22px;
}
.keyline h3 span{
 font-family:roboto-light;
}
.keyprfrmnc .custmtbss {
  justify-content: flex-start;
}
.keyprfrmnc li.nav-item {
  margin-right: 60px;
}
.medspan {
  color: #000000;
  font-family:roboto-medium;
}
.greenbg-case {
  background: #72BF44;
  margin: 40px 0;
  padding: 50px 0;
}
.bluebg-case{
  background: #25408F;
  margin: 40px 0;
  padding: 50px 0;
}
.case22med-wht {
  font-size: 22px;
  line-height: 26px;
  color: #fff !important;
  font-family:roboto-medium;
}
.case18blue {
  font-size: 18px;
  line-height: 22px;
  color: #0067AC !important;
  padding: 5px 0;
  font-family:roboto-regular;
}
.case18green {
  font-size: 18px;
  line-height: 22px;
  color: #73BF44 !important;
  padding: 5px 0;
  font-family:roboto-regular;
}
.case24wht{
  color: #fff;
  font-family:roboto-bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}
.case18wht{
  color: #fff;
  font-family:roboto-black;
  font-size: 18px;
  line-height: 22px;
}
.way18txt{
  color:#0067AC;
  font-family:roboto-black;
  font-size: 18px;
  line-height: 22px;
}
ul.whtarow li {
  padding: 10px 0;
  position: relative;
}
ul.whtarow {
  list-style: none;
  padding-left: 20px;
  margin-top: 10px;
}
ul.whtarow li:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../svg/white-listarow.svg) no-repeat;
  width: 14px;
  height: 19px;
  left: -20px;
  top: 10px;
}
ul.grnarow li {

  padding: 10px 0;
  position: relative;
  color: #414042!important;

  font-family:roboto-bold;

}
ul.grnarow {
  list-style: none;
  padding-left: 20px;
  margin-top: 10px;
}
ul.grnarow li:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../svg/grn-listarow.svg) no-repeat;
  width: 14px;
  height: 19px;
  left: -20px;
  top: 10px;
}
.casearrow1, .casearrow2{
  margin-top: 30px;
  margin-bottom: 10px;
}
.casebox-brdr h3 {
  font-size: 40px;
  font-family: Roboto-BoldCondensed;
  color: #72BF44;
  line-height: 43px;
}
.casebox-brdr {
  border-left: 1px solid #dbdbdb;
  padding-left: 30px;
  margin: 20px 0;
}
.casebox-brdr h3 small{
  font-size: 24px;
}
.caseimg1, .caseimg2{
  margin: 20px 0;
  width: 100%;
}
.casebox-brdr h4{
  font-size: 16px;
  color: #0067AC;
  font-family:roboto-black;
  line-height: 20px;
  margin-bottom: 10px;
}
.caline1{
  border-color: #dbdbdb;
  opacity: 1;
  margin: 0important;
}

.brdr-btm {
  position: relative;
}

.brdr-btm:before {
  position: absolute;
  display: block;
  content: "";
  width: 95%;
  height: 1px;
  background: #dbdbdb;
  bottom: 0px;
  left: 20px;
}
.nobefore:before {
  left: 15px;
  width: 97%;
}
.righbrdrcase{
  border-right:1px solid #dbdbdb!important;
}
.height145{
  height: 145px;
}
.awardtitle h3 {
  color: #fff;
  background: #0066AB;
  font-size: 25px;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 20px 20px 0;
  font-family:roboto-medium;
  margin-left: 10px;
}
.awardtitle {
  border-bottom: 2px solid #72BF44;
  margin: 20px 0;
  display: flex;
  align-items: end;
}
.award-inner1 h3 {
  font-size: 18px;
  font-family:roboto-bold;
  color: #000000;
  line-height: 22px;
}
.award-inner1 {
  border-left: 2px solid #dbdbdb;
  padding: 0 0 0 20px;
  margin: 20px 0;
  text-align: center;
}
.awardhr{
  border-color: 2px solid #dbdbdb;
  opacity: 1;
  margin: 10px 0important;
}
.brdrawardright{
  border-right: 2px solid #dbdbdb;
}
.award-inner1 h4 {
  font-size: 18px;
  font-family:roboto-bold;
  color: #0066AB;
  line-height: 22px;
}
.hrgrnawrd{
  border-color: #72BF44;
  border-width: 2px;
  height: 2px;
  opacity: 1;
  margin: 30px 0px!important;
}
.imgcntr{
  text-align: center;
}
img.awrdimg1 {
  margin: 20px 0;
}
img.awrdimg2 {
  margin: 41px 0 10px;
}
.award-inner1 p {
  margin-top: 5px;
}
.heightmn-award p {
  height: 90px;
}
.imgcntr1 {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.peplheight p{
  height: 90px;
}

.awardnum1 {
  color: #0066AB;
  position: absolute;
  bottom: 20px;
}
.awardslider {
  padding: 20px 0 90px;
  position: relative;
}
.awardslider.owl-theme .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.awardslider .owl-nav button.owl-next
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-rigth-arrow.svg) !important;
}

.awardslider .owl-nav button.owl-prev
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 50px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-left-arrow.svg) !important;
}

.awardslider.owl-theme .owl-nav .owl-prev:hover,
.awardslider.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.awardslider.owl-theme .owl-nav .owl-prev.disabled,
.awardslider.owl-theme .owl-nav .owl-next.disabled
{
  transform: scale(.8);
}
.opp-hdng-txt:after {
  position: absolute;
  display: block;
  content: "";
  background: #939598;
  width: 100%;
  height: 1px;
  top: 13px;
}
.opp-hdng-txt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 10px;
}
.opp-hdng-txt h3 {
  color: #0067AC;
  position: relative;
  z-index: 9;
  padding: 0 10px 0 0;
  font-family: roboto-black;
  font-size: 18px;
  line-height: 22px;
  background: #fff;
}
.input-blue22bold{
  font-family:roboto-bold;
  color: #0066AB;
  font-size: 22px;
  line-height: 25px;
  padding: 5px 0;
}
.input-blck22bold{
  font-family:roboto-bold;
  color: #000000;
  font-size: 22px;
  line-height: 25px;
  padding: 5px 0;
}
.valuenumbr1 {
  color: #0066AB;
  position: absolute;
  bottom: 40px;
}
.valueslider1 {
  padding: 20px 0 90px;
  position: relative;
}
.valueslider1.owl-theme .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.valueslider1 .owl-nav button.owl-next
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-rigth-arrow.svg) !important;
}

.valueslider1 .owl-nav button.owl-prev
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 50px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-left-arrow.svg) !important;
}

.valueslider1.owl-theme .owl-nav .owl-prev:hover,
.valueslider1.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.valueslider1.owl-theme .owl-nav .owl-prev.disabled,
.valueslider1.owl-theme .owl-nav .owl-next.disabled
{
  transform: scale(.8);
}
.valuebox1 {
  box-shadow: 0px 3px 6px #00000029;
  height: 465px;
  padding: 20px;
  margin: 5px;
}
.valuebox1 h3 {
  color: #72BF44;
  font-size: 22px;
  line-height: 26px;
  padding: 5px 0;
  font-family:roboto-medium;
}
ul.bltsblue li::marker {
  font-size: 20px;
  color: #0067AC;
}

.bltsblue {
  padding-left: 20px;
  margin-bottom: 0;
}

ul.bltsblue li {
  padding: 7px 0;
  color: #414042;
  list-style-type: disc;
}
.valuenumbr2 {
  color: #0066AB;
  position: absolute;
  bottom: 40px;
}
.valueslider2 {
  padding: 20px 0 90px;
  position: relative;
}
.valueslider2.owl-theme .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.valueslider2 .owl-nav button.owl-next
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-rigth-arrow.svg) !important;
}

.valueslider2 .owl-nav button.owl-prev
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 50px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-left-arrow.svg) !important;
}

.valueslider2.owl-theme .owl-nav .owl-prev:hover,
.valueslider2.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.valueslider2.owl-theme .owl-nav .owl-prev.disabled,
.valueslider2.owl-theme .owl-nav .owl-next.disabled
{
  transform: scale(.8);
}
.value-flex {
  margin-bottom: 10px;
}
.value-flex2 {
  margin-bottom: 10px;
}
.brdrvalethik {
  border: 1px solid #6E6F71 !important;
  margin-bottom: 60px;
}
.segmemtbox1 {
  text-align: center;
  border-left: 1px solid #dbdbdb;
  width: 14.29%;
}
.flexsegment1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}
.flexsegment1 div:first-child {
 border: none;
 padding-left: 0;
}
img.buss-icon {
  height: 50px;
  margin-bottom: 10px;
}
img.new-our-value-icon {
  height: 50px;
  margin-bottom: 10px;
}
.flexsegment2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}
.segmemtbox2 {
  text-align: center;
}
.segmemtbox2 p{
  font-family:roboto-bold;
  color: #0167AC;
}
.activiti-flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.actv-inner1 {
  text-align: center;
  border-left: 1px solid #dbdbdb;
  width: 14.29%;
  margin: 20px 0;
}
.activiti-flex div:first-child {
 border: none;
 padding-left: 0;
}
.valuebtm:after {
  position: absolute;
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background: #dbdbdb;
  bottom: -20px;
  left: 8px;
}
.valuebtm {
  position: relative;
}
.automotive-icon {
  height: 40px !important;
  margin-bottom: 20px !important;
}
.core-inner1 {
  text-align: center;
  border-left: 1px solid #dbdbdb;
  width: 14.29%;
}
.core-flex1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}
.core-flex1 div:first-child {
 border: none;
 padding-left: 0;
}
img.coreicon {
  height: 55px;
  margin-bottom: 10px;
}
.segment-output h4 {
  font-family: roboto-bold;
}
.outcolr1{
  color: #F7921e!important;
}
.outcolr2{
  color: #1CAC9D!important;
}
.outcolr3{
  color: #009DDD!important;
}
.outcolr4{
  color: #946644!important;
}
.outcolr5{
  color: #73BF44!important;
}
.outcolr6{
  color: #F77C0E!important;
}
.outcolr7{
  color: #688391!important;
}
.outcolr8{
  color: #DBA012!important;
}
.segment-output {
  border-left: 1px solid #dbdbdb;
  padding-left: 30px;
  height: 150px;
  margin: 20px 0;
}
.segment-output h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.valuenumbr3 {
  color: #0066AB;
  position: absolute;
  bottom: 30px;
}
.valueslider3 {
  padding: 20px 0 90px;
  position: relative;
}
.valueslider3.owl-theme .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.valueslider3 .owl-nav button.owl-next
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-rigth-arrow.svg) !important;
}

.valueslider3 .owl-nav button.owl-prev
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 50px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-left-arrow.svg) !important;
}

.valueslider3.owl-theme .owl-nav .owl-prev:hover,
.valueslider3.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.valueslider3.owl-theme .owl-nav .owl-prev.disabled,
.valueslider3.owl-theme .owl-nav .owl-next.disabled
{
  transform: scale(.8);
}
.outcmitm .valuebox1 h3 {
  color: #0067AC;
  font-size: 22px;
  line-height: 26px;
  padding: 5px 0;
  font-family: roboto-medium;
}
.valuenumbr4 {
  color: #0066AB;
  position: absolute;
  bottom: 40px;
}
.valueslider4 {
  padding: 20px 0 90px;
  position: relative;
}
.valueslider4.owl-theme .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.valueslider4 .owl-nav button.owl-next
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-rigth-arrow.svg) !important;
}

.valueslider4 .owl-nav button.owl-prev
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 50px;
  background-repeat: no-repeat;
  background-image: url(../svg/cop-left-arrow.svg) !important;
}

.valueslider4.owl-theme .owl-nav .owl-prev:hover,
.valueslider4.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.valueslider4.owl-theme .owl-nav .owl-prev.disabled,
.valueslider4.owl-theme .owl-nav .owl-next.disabled
{
  transform: scale(.8);
}
img.inputicon {
  height: 40px;
  width: auto !important;
  margin-right: 15px;
}
.value-flex {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.multiplicon-box1 h3 {
  color: #000000;
  font-size: 18px;
  font-family: 'roboto-medium';
  margin-bottom: 10px;
}
.capimg-value img {
  margin: 10px 20px 10px 0;
}
.multiplicon-box1 {
  border-left: 1px solid #dbdbdb;
  padding-left: 40px;
  height: 150px;
  margin: 20px 0;
}
.vluhr{
  border-color: #dbdbdb;
  opacity: 1;
}
.multiplicon-box2 h3 {
  color: #000000;
  font-size: 18px;
  font-family: 'roboto-medium';
  margin-bottom: 10px;
}
.multiplicon-box2 {
  border-left: 1px solid #dbdbdb;
  padding-left: 40px;
  height: 470px;
  margin: 20px 0;
}
.arrowtxt-opp p {
  color: #0066AB;
}
.opp-t-txt h3 {
  color: #72BF44;
  font-size: 24px;
  font-family: roboto-bold;
  padding: 5px 0;
}
.opp-t-txt span {
  font-size: 24px;
  font-family: roboto-bold;
  background: #72BF44;
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-right: 15px;
}
.opp-t-txt {
  display: flex;
  align-items: center;
}
.arrowtxt-opp:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../svg/vedanta-response-arrow.svg) no-repeat;
  width: 35px;
  height: 35px;
  top: 10px;
}
.arrowtxt-opp p {
  padding-left: 45px;
}
.arrowtxt-opp {
  position: relative;
}
.engage-brd h3{
  color: #0067AC;
  font-size: 18px;
  line-height: 23px;
  padding: 5px 0;
  font-family:roboto-black;
  margin-top: 15px;
}
.engng-hdng h2{
  color: #0067AC;
  font-size: 24px;
  line-height: 30px;
  padding: 5px 0;
  font-family:roboto-black;
}
.engboxnum h3 {
  color: #72BF44;
  font-size: 40px;
  font-family: Roboto-BoldCondensed;
}
.engboxnum h3 small{
  font-size: 25px;
}
.engboxnum {
  border-left: 1px solid #dbdbdb;
  padding-left: 30px;
  margin: 20px 0;
}
.engboxnum p{
  font-size: 18px;
  font-family:roboto-medium;
  color: #6D6E71;
}
.engage-brd {
  border-radius: 0 20px 0 0;
  border: 1px solid #0067AC;
  border-left: 0;
  border-bottom: 0;
  padding: 5px 20px 0 0;
}
.engage-brd .green-arrow {
  margin: 0;
  margin-top: 10px;
}
.engng-hdng {
  border: 1px solid #0067AC;
  border-radius: 20px 20px 20px 0;
  margin-bottom: 20px;
  display: inline-flex;
  padding: 10px 50px 10px 15px;
  margin-top: 20px;
  align-items: center;
}
.engng-hdng img{
  margin-right: 15px;
}
.material-hdng:after {
  position: absolute;
  display: block;
  content: "";
  width: 98%;
  height: 1px;
  background: #0067AC;
  right: 0;
  bottom: 0;
}
.material-hdng {
  position: relative;
  margin-top: 40px;
}
.material-hdng h2 {
  border-radius: 40px 40px 0px 40px;
  margin-bottom: 0;
  display: inline-flex;
  padding: 10px 50px 10px 15px;
  font-family: roboto-black;
  font-size: 18px;
  background: #0066AB;
}
.material-brdr h3 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 0;
  font-family: roboto-black;
  margin-top: 20px;
}
.material-brdr .green-arrow {
  margin: 0;
  margin-top: 10px;
}
img.matsdgs {
  margin-top: 10px;
}
.matixgrn24txt{
/* font-family: ; */
color: #72BF44;
font-size: 24px;
line-height: 30px;
padding: 5px 0;
font-family:roboto-bold;
}
.matixblk16txt {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 0;
  font-family: roboto-bold;
  border-bottom: 1px solid #0067AC;
  margin-bottom: 10px;
}

.matix-flex span {
  font-family: roboto-medium;
  color: #000;
  width: 10%;
}
.matix-flex p{
  width: 90%;
}
.matix-flex{
  display: flex;
  align-items: center;
}
.matix-bx1 {
  margin-bottom: 20px;
}
.assest-imgbox{
  position: relative;
}
.assest-imgbox p {
  font-family: roboto-black;
  font-size: 20px;
  line-height: 25px;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
}
.zinc-arrow
{
  padding-left: 0px;
  list-style: none;
}
.zinc-arrow li
{
  position: relative;
  padding-left: 20px;
  color: #000;
  padding-bottom: 10px;
}
.zinc-arrow li:after
{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background-image: url(../svg/zinc-singl.svg);
  width: 15px;
  height: 20px;
}
.asset-contnt h3 {
  font-size: 24px;
  font-family:roboto-black;
  line-height: 30px;
  padding: 5px 0;
}
.asset-contnt h4 {
  font-size: 24px;
  font-family:roboto-medium;
  line-height: 30px;
  color: #6D6E71;
  padding: 5px 0;
}
.asset-contnt h5 {
  color: #0067AC;
  font-size: 18px;
  font-family:roboto-black;
  line-height: 22px;
  padding: 5px 0;
  margin-bottom: 5px;
}
.asset-contnt h6 {
  color: #000;
  font-size: 18px;
  font-family:roboto-black;
  line-height: 22px;
  padding: 5px 0;
}
.assetnum h3 {
  font-size: 40px;
  font-family: Roboto-BoldCondensed;
  padding: 0;
  margin-top: 15px;
}
.assetnum h3 small{
  font-size: 25px;
}
.assetnum p{
  font-size: 18px;
  font-family:roboto-medium;
  color: #6D6E71;
}
.asset-contnt {
  padding: 20px 40px;
}
.assetbgtab {
  position: relative;
}
.assetbgtab:after {
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
  background: #F3F4F4;
  width: 85%;
  height: 100%;
  top: 0;
  right: 0;
}
.alu-arrow
{
  padding-left: 0px;
  list-style: none;
}
.alu-arrow li
{
  position: relative;
  padding-left: 20px;
  color: #000;
  padding-bottom: 10px;
}
.alu-arrow li:after
{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background-image: url(../svg/alu-singl.svg);
  width: 15px;
  height: 20px;
}
.oil-aroww
{
  padding-left: 0px;
  list-style: none;
}
.oil-aroww li
{
  position: relative;
  padding-left: 20px;
  color: #000;
  padding-bottom: 10px;
}
.oil-aroww li:after
{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background-image: url(../svg/oil-single.svg);
  width: 15px;
  height: 20px;
}
.powr-aroww
{
  padding-left: 0px;
  list-style: none;
}
.powr-aroww li
{
  position: relative;
  padding-left: 20px;
  color: #000;
  padding-bottom: 10px;
}
.powr-aroww li:after
{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background-image: url(../svg/power-sngl.svg);
  width: 15px;
  height: 20px;
}
.iron-aroww
{
  padding-left: 0px;
  list-style: none;
}
.iron-aroww li
{
  position: relative;
  padding-left: 20px;
  color: #000;
  padding-bottom: 10px;
}
.iron-aroww li:after
{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background-image: url(../svg/ironarrow.svg);
  width: 15px;
  height: 20px;
}
.steel-aroww
{
  padding-left: 0px;
  list-style: none;
}
.steel-aroww li
{
  position: relative;
  padding-left: 20px;
  color: #000;
  padding-bottom: 10px;
}
.steel-aroww li:after
{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background-image: url(../svg/steel-arrow.svg);
  width: 15px;
  height: 20px;
}
.fcr-aroww
{
  padding-left: 0px;
  list-style: none;
}
.fcr-aroww li
{
  position: relative;
  padding-left: 20px;
  color: #000;
  padding-bottom: 10px;
}
.fcr-aroww li:after
{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background-image: url(../svg/facor-arrow.svg);
  width: 15px;
  height: 20px;
}
.cpr-aroww
{
  padding-left: 0px;
  list-style: none;
}
.cpr-aroww li
{
  position: relative;
  padding-left: 20px;
  color: #000;
  padding-bottom: 10px;
}
.cpr-aroww li:after
{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background-image: url(../svg/cpr-arrow.svg);
  width: 15px;
  height: 20px;
}
.fcrclr{
  color: #989684!important;
}
.showon768{
  display: none;
}
select#tab_selector {
  padding: 20px;
  width: 100%;
  border: 1px solid #25408f;
  font-size: 20px;
  margin-bottom: 30px;
  color: #25408f;
  font-family: roboto-bold;
}
/* vedanta end*/

.explore-btn.reverseBtn a {
  display: flex;
  padding: 0px 40px 0px 20px;
  gap: 5px;
  align-items: center;
}
.explore-btn.reverseBtn a:hover {
  flex-direction: row-reverse;
}

.readMore2.reverseBtn a{
 display: flex;
 gap: 5px;
 align-items: center;
 width: 170px;
}
.readMore2.reverseBtn a:hover {
  flex-direction: row-reverse;
}
.chainList .indChain:last-child::after{
  display: none;
}
.indChain {
  position: relative;
}
.indChain::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: -12px;
  width: 9px;
  height: 13px;
  background-image: url("../images/green-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
p.blck18-high span {
  font-family: roboto-light;
}

.executiveBlue{
  background-color: #25408F;
  margin: 40px 0 40px;
  padding: 45px 0 50px;
}
.executiveBlue h4{
  font-size: 25px;
  font-family:roboto-black;
  line-height: 30px;
  padding-bottom: 20px;
}
.executiveBlue p{
  padding-bottom: 15px;
  color: #FFFFFF;
  font-family:roboto-regular;
}
.executiveBlue span{
  font-family:roboto-italic;
  font-size: 14px;
}
.priceList ul li {
  font-size: 22px;
  font-family: roboto-bold;
}

.ft-30
{
  font-size:30px !important;
}
.segment-top h5
{
  color:#0066AB;
}
.segment-top h2, .segment-top h4, .segment-top h5
{
  padding-bottom: 15px;
}
.segment-top p
{
  color:#000000;
  padding-bottom: 20px;
}
.segment-top-img
{
  padding-top: 100px;
  padding-bottom: 40px;
}
.market-outlook
{
 border: 2px solid #72BF44;
 border-radius: 31px;
 padding: 58px 50px 20px 38px;
 margin-top: 40px;
 position: relative;
 margin-bottom: 40px;
}
.market-outlook:after
{
  content: '';
  position: absolute;
  left: 38px;
  top:-32px;
  background-image: url(../images/seg/market-outlook-arrow.svg);
  width: 65px;
  height: 64px;
}
.market-outlook h4
{
  font-size: 22px;
  font-family:roboto-medium;
  color: #72BF44;
}

.macro-accord .accordion-item
{
  border: none;
}
.macro-accord .accordion-button
{
  border-top: 1px solid #000;
  font-size: 30px;
  font-family:roboto-bold;
  color: #F7921E;
  position: relative;
  padding: 15px 0px;
}
.macro-accord .accordion-button::after
{
  content: '+';
  background-image: none;
  color: #F7921E;
  font-size: 24px;
  font-family:roboto-bold;
}
.accordion-button:not(.collapsed)::after
{
 content: '_';
 background-image: none;
 color: #F7921E;
 font-size: 24px;
 font-family:roboto-bold;   
}
.macro-accord .accordion-button:not(.collapsed)
{
  background-color:transparent;
  box-shadow: none;
  border-radius: 0px;
}
.macro-accord .accordion-button:focus
{
  box-shadow: none;
}
.macro-accord .accordion-body
{
  padding:0px 0px 15px 0px;
}
.macro-accord h4
{
  color: #0066AB;
  font-size: 22px;
  line-height: 27px;
  font-family:roboto-medium;
  padding-bottom: 15px;
}
.macro-accord p
{
  color: #000;
  padding-bottom: 20px;
}
.macro-img
{
  padding-bottom: 35px;
}
.orange-outlook
{
  border-color: #F7921E;
}
.orange-outlook:after
{
  background-image: url(../images/seg/looking-ahead-arrow.svg);
}
.orange-outlook h4
{
  color: #F7921E;
}
.macro-accord .row
{
  align-items:center;
}
.macro-accord ul li
{
  padding-bottom: 20px;
}
.macro-accord ul li span
{
  font-family:roboto-bold;
}
.macro-accord #heading4 .accordion-button
{
  color:#00B9AD;
}

.blue-outlook
{
  border-color: #00B9AD;
}
.blue-outlook:after
{
  background-image: url(../images/seg/market-drivers-arrow.svg);
}
.blue-outlook h4
{
  color: #00B9AD;
}

.macro-accord #heading5 .accordion-button
{
  color:#00AEEF;
}
.blue1-outlook
{
  border-color: #00AEEF;
}
.blue1-outlook:after
{
  background-image: url(../images/seg/market-drivers-blue-arrow.svg);
}
.blue1-outlook h4
{
  color: #00AEEF;
}
.macro-accord #heading6 .accordion-button
{
  color:#A47A57;
}
.brown-outlook
{
  border-color: #A47A57;
}
.brown-outlook:after
{
  background-image: url(../images/seg/demand-drivers-gray-arrow.svg);
}
.brown-outlook h4
{
  color: #A47A57;
}
.macro-accord #heading7 .accordion-button
{
  color:#7C95A2;
}
.steel-outlook
{
  border-color:#7C95A2;
}
.steel-outlook:after
{
  background-image: url(../images/seg/market-drivers.svg);
}
.steel-outlook h4
{
  color:#7C95A2;
}
.macro-accord #heading8 .accordion-button
{
  color:#989684;
}
.carbon-outlook
{
  border-color:#989684;
}
.carbon-outlook:after
{
  background-image: url(../images/seg/copper-arrow.svg);
}
.carbon-outlook h4
{
  color:#989684;
}
.macro-accord #heading9 .accordion-button
{
  color:#DDB11D;
}
.copper-outlook
{
  border-color:#DDB11D;
}
.copper-outlook:after
{
  background-image: url(../images/seg/yellow-arrow.svg);
}
.copper-outlook h4
{
  color:#DDB11D;
}
.market-overview
{
  background-color: #25408F;
  padding: 70px 0px 50px 0px;
  margin-bottom: 35px;
}
.market-overview h3
{
 font-family:roboto-medium;
 font-size: 25px;
 line-height: 30px;
 padding-bottom: 10px;  
}
.market-overview h5
{
  font-family:roboto-medium;
  font-size: 22px;
  line-height: 27px;
  padding-bottom: 20px; 
}
.market-overview p
{
  padding-bottom: 20px;
}
.inner-bhead
{
  color: #0066AB;
  font-size: 22px;
  line-height: 28px;
  font-family:roboto-medium;
  padding-bottom: 20px;
}
.geo-slider
{
  margin-top: 20px;
  margin-bottom: 80px;
}
.mgeo-political p
{
  color: #000;
  padding-bottom: 20px;
}
.geo-slider.owl-carousel .owl-stage-outer
{
  overflow: initial;
}

.geo-slider.owl-theme .owl-nav
{
  position: absolute;
  bottom: -60px;
  right:0;
}
.geo-slider .owl-nav button.owl-next
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../images/m-review/rigth-arrow.svg) !important;
}

.geo-slider .owl-nav button.owl-prev
{
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0px;
  margin: auto;
  right: 50px;
  background-repeat: no-repeat;
  background-image: url(../images/m-review/left-arrow.svg) !important;
}

.geo-slider.owl-theme .owl-nav .owl-prev:hover,
.geo-slider.owl-theme .owl-nav .owl-next:hover
{
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
}
.geo-slider.owl-theme .owl-nav .owl-prev.disabled,
.geo-slider.owl-theme .owl-nav .owl-next.disabled
{
  transform: scale(.8);
}
.footnote
{
  color: #000000;
  font-size: 14px;
  font-family:roboto-light;
  font-style: italic;
  padding: 20px 0px;
}
.gdp-graph
{
  margin-top: 10px;
  margin-bottom: 25px;
}
.ft1
{
  margin-top: -80px;
}
.mt-40
{
  margin-top: 40px !important
}
.text-bold
{
  font-family:roboto-bold;
}
.pref
{
  font-size: 14px;
  font-family:roboto-light;
  line-height: 22px;
  border-top:1px solid #00000050;
  margin-top:30px;
  padding-top: 30px;
}
.pref span
{
  display: block;
  padding-bottom: 6px;
}
.strength-bg
{
  background-color: #25408F;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 70px;
}
.st-wrap
{
  display: flex;
  padding: 5px 0px 5px 0px;
  border-bottom:1px solid #fff;
  position: relative;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
  margin-right: 50px;
}

.st-wrap:after
{
  content: '';
  position: absolute;
  right:-83px;
  top:2px;
  height: 75px;
  width: 83px;
  background-image: url(../images/invest/arrow.svg);
}
.st-wrap p span
{
  display: block;
}
.st-icon
{
  margin-right: 30px;
}
.accord-head
{
  display: flex;
  justify-content: space-between;
  border: 1px solid #0066AB;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 9px 0px 6px 35px;
  position: relative;
  border-right: none;
  margin-right: 78px;
  margin-bottom: 30px;
}
.accord-head:after
{
  content: '';
  position: absolute;
  right: -78px;
  top:-1px;
  background-image: url(../images/invest/arrow-acord.svg);
  height: 70px;
  width: 78px;
}
.accord-head h4
{
  color: #0066AB;
  font-size: 22px;
  font-family:roboto-medium;
}
.accord-head h4 span
{
  display: block;
}
.accord-icon
{
  margin-right: 30px;
}
.investment-wrap p
{
  color: #000;
  padding-bottom: 20px;
}
.investment-wrap h5
{
  border-bottom: 1px solid #72BF44;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: roboto-bold;
}
.invest-num
{
  margin-bottom: 33px;
}
.invest-num h3
{
  font-size: 40px;
  line-height: 48px;
  color: #0066AB;
  font-family:Roboto-BoldCondensed;
}
.invest-num p
{
  font-size: 18px;
}
.invest-num h6
{
  font-size: 18px;
  font-family:roboto-medium;
  color: #000;
}
.invest-num h3 span
{
  font-size: 30px;
}
.oil .invest-num h3
{
  font-size: 30px;
  line-height: 36px;
}
.green-arrow
{
  padding-left: 0px;
}
.green-arrow li
{
  list-style: none;
  position: relative;
  padding-left: 20px;
  color: #000;
  padding-bottom: 10px;
}
.green-arrow li:after
{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background-image: url(../images/invest/left-green-arrow.svg);
  width: 9px;
  height: 12px;
}
.well-placed ul li
{
  font-size: 18px;
  line-height: 22px;
}
.footnote span
{
  display: block;
}
.mrr h3
{
  color: #F7921E;
  font-size: 40px;
  line-height: 48px;
  font-family:Roboto-BoldCondensed;
}
.mrr p
{
  font-size: 18px;
}
.mrr h3.brown
{
  color: #A47A57;
}
.mrr h3.blue
{
  color: #00B9AD;
}
.mrr h3.green
{
  color: #72BF44;
}
.fcus-img, .disciplined-img
{
  margin-bottom: 50px;
}
.disciplin
{
  align-items:center;
}
.bd-top
{
  border-top: 1px solid #00000030;
  padding-top: 10px;
}
.bd-top ul
{
  margin-bottom: 10px;
}
ul.comm li
{
  padding-bottom: 20px;
}

.priceList ul {
  color: #000000;
  padding-top: 15px;
  list-style: none;
  padding-left: 0px;
}
.priceList ul li p{
  font-family:roboto-regular;
  font-size: 16px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.priceList ul li p:nth-child(1){
  padding-top: 20px;
}
.priceListMrgn{
  padding-top: 45px;
}
.tableTxt h5{
  font-size: 22px;
  font-family: roboto-bold;
  color: #000000;
  padding: 30px 0 20px;
}
.tableTxt p{
 color: #000000;
 padding-bottom: 15px;
}
.tableTxt span{
  font-family:roboto-italic;
  font-size: 14px;
  color: #000000;
}
.depTxt h4{
  font-size: 22px;
  font-family: roboto-bold;
  color: #000000;
  padding: 15px 0 20px;
}
.depTxt p{
 color: #000000;
 padding-bottom: 15px;
}
.otherTable{
  margin-bottom: 60px;
}
.clr_blue{
  color: #0066AB!important;
  font-family: roboto-bold!important;
}
.clr_green{
  color: #72BF44!important;
}
.spn_block{
  display: block;
}
.finaBanner h1{
  padding-bottom: 30px;
}

.three-hd {
  display: flex;
  justify-content: right;
  margin-top: -61px;
  margin-right: 81px;
  position: relative;
}
.three-hd p {
  color: #707070;
  font-family:roboto-bold;
  padding-right: 10px;
}
.three-hd p::after{
  content: '';
  position: absolute;
  right: 19%;
  top: 5px;
  width: 2px;
  height: 13px;
  border-right: 2px solid gray;
}
p.sec-p::after{
  content: '';
  position: absolute;
  right: 11%;
  top: 5px;
  width: 2px;
  height: 13px;
  border-right: 2px solid gray;
}

.cap-btn.new-btn {
  padding: 0px;
}
.allHeads h6{
  font-size: 14px;
  color: #0000;
} 
ul.new-lst li {
  position: relative;
}
ul.new-lst li span {
  padding-left: 10px;
}
ul.new-lst li:before {
  content: '';
  position: absolute;
  background-color: #000;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  bottom: 69%;
}


.presencePage h5 {
  font-size: 25px;
  line-height: 30px;
  color: #72BF44;
  font-family: roboto-medium;
  margin-top: 45px;
}
.fullImgs img {
  margin: 20px auto;
  display: block;
}
p.smalltxts {
  font-size: 14px;
  line-height: 17px;
  color: #6D6E71;
  margin-top: 30px;
}

.cmnpage-inner.presencePage h3 {
  font-size: 25px;
  line-height: 25px;
  color: #0066AB;
  font-family: roboto-black;
  margin-bottom: 20px;
}
.locIns h4 {
  margin-bottom: 5px;
}
.locIns p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding: 0px;
  margin-bottom: 10px;
  min-height: 67px;
}
.locIns h5 {
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
  font-family: Roboto-BoldCondensed;
  border-bottom: 1px solid #6D6E71;
  padding-bottom: 15px;
  min-height: 108px;
  margin-bottom: 20px;
}
.locIns h6 {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-family: roboto-medium;
  margin-bottom: 5px;
}
.locIns h5 sub {
  bottom: 0px;
  font-size: 16px;
  font-family: Roboto-BoldCondensed;
}

.twoHeads {
  display: flex;
  gap: 24px;
}
.twoHeads h5 span {
  display: block;
  font-size: 14px;
  color: #000000;
  font-family: roboto-regular;
}
.locIns.clr_0 h4, .locIns.clr_0 h5 {
  color: #72BF44;
}
.locIns.clr_1 h4, .locIns.clr_1 h5{
  color: #00B9AD
}
.locIns.clr_2 h4, .locIns.clr_2 h5{
  color: #A47A57;
}
.locIns.clr_3 h4, .locIns.clr_3 h5{
  color: #F7921E;
}
/**/
.locationSlider .owl-nav button.owl-next {
  position: absolute;
  width: 46px;
  height: 46px;
  bottom: -12px;
  margin: auto;
  right: 0px;
  background-image: url(../images/key-arrow-rigth.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.locationSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 46px;
  height: 46px;
  bottom: -12px;
  margin: auto;
  right: 56px;
  opacity: 1;
  background-image: url(../images/key-arrow-left.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.locationSlider.owl-theme .owl-nav .owl-prev:hover,
.locationSlider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  width: 46px;
  height: 46px;
}
.locationSlider.owl-theme .owl-dots .owl-dot.active span, .locationSlider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0066AB;
}
.locationSlider.owl-theme .owl-dots .owl-dot span {
  background: RGBA(0, 102, 171, .40);
}
.locIns {
  min-height: 214px;
}
.locationSlider.owl-theme .owl-dots{
  text-align: left;
}
.singleImgs img{
  margin: 20px 0px;
}
/**/

.blueBgSec {
  background-color: #25408F;
  padding: 103px 0px;
}
.oneRow {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.mbGap45{
  margin-bottom: 45px;
}
.peoplePage p.font22{
  font-family: roboto-medium;
  font-size: 22px;
  color: #6D6E71;
  line-height: 26px;
}

.blueBgSec h3 {
  color: #72BF44;
  font-size: 25px;
  line-height: 30px;
  font-family:roboto-bold;
  margin-bottom: 30px;
}
.blueBgSec h5 {
  font-size: 40px;
  line-height: 45px;
  color: #72BF44;
  font-family: Roboto-BoldCondensed;
  max-width: 230px;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
}
.blueBgSec h5 span {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  font-family: roboto-medium;
}
.peoplePage p {
  margin-bottom: 20px;
  color: #000000;
}
.blueBgSec p{
  color: #fff;
}

.peopleAll h3 {
  font-size: 25px;
  line-height: 30px;
  color: #72BF44;
  font-family: roboto-bold;
  margin-bottom: 15px;
}
.peopleAll {
  padding: 45px 0px 0px 0px;
}

.peopleAll h4 {
  color: #0066AB;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 15px;
  font-family:roboto-bold;
}
.talentInds h4 {
  font-size: 40px;
  color: #72BF44;
}
.talentInds{
  margin-top: 20px;
  margin-bottom: 20px;
}
.talentInds p {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  min-height: 121px;
  font-size: 18px;
  line-height: 22px;
}
h3.blk_clr{
  color: #414042;
}
.onlyNut h5 {
  font-size: 40px;
  line-height: 45px;
  color: #72BF44;
  font-family: Roboto-BoldCondensed;
  max-width: 270px;
  width: 100%;
  border-bottom: 1px solid #6D6E71;
  padding-bottom: 12px;
}
.onlyNut h5 span {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #6D6E71;
  font-family: roboto-medium;
}
.leadersIns{
  max-width: 270px;
  width: 100%;
}
.leadersIns h5 {
  font-size: 40px;
  line-height: 45px;
  color: #72BF44;
  font-family: Roboto-BoldCondensed;
  max-width: 270px;
  width: 100%;

}
.leadersIns h5 sub{
  bottom: 0px;
}
.leadersIns p {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #6D6E71;
  font-family: roboto-medium;
  border-bottom: 1px solid #6D6E71;
  padding-bottom: 12px;
  min-height: 87px;
}

.youngInds h5 {
  font-size: 40px;
  line-height: 45px;
  color: #72BF44;
  font-family: Roboto-BoldCondensed;
  max-width: 270px;
  width: 100%;
  margin-top: 65px;

}
.youngInds h5 sub{
  bottom: 0px;
}
.youngInds p {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #6D6E71;
  font-family: roboto-medium;
  border-bottom: 1px solid #6D6E71;
  padding-bottom: 12px;
}
.roleWidth{
  max-width: 539px;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 30px;
}
.leaderInds{
  margin-bottom: 30px;
}
.leaderInds h5 {
  font-size: 40px;
  line-height: 45px;
  color: #72BF44;
  font-family: Roboto-BoldCondensed;
  width: 100%;
  margin-top: 30px;
  min-height: 75px;

}
.leaderInds h5 sub {
  bottom: 0px;
  font-size: 25px;
  line-height: 30px;
  display: block;
}
.leaderInds p {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #6D6E71;
  font-family: roboto-medium;
  border-bottom: 1px solid #6D6E71;
  padding-bottom: 12px;
  min-height: 87px;
}

.onBoard h5 {
  font-size: 40px;
  line-height: 45px;
  color: #72BF44;
  font-family: Roboto-BoldCondensed;
  width: 100%;
  margin-top: 30px;
}

.onBoard p {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #6D6E71;
  font-family: roboto-medium;
  border-bottom: 1px solid #6D6E71;
  padding-bottom: 12px;
}

.yuvaInd h5 {
  font-size: 40px;
  line-height: 45px;
  color: #72BF44;
  font-family: Roboto-BoldCondensed;
  width: 100%;
}
.yuvaInd h5 sub{
  bottom: 0px;
}
.yuvaInd p {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #6D6E71;
  font-family: roboto-medium;
  border-bottom: 1px solid #6D6E71;
  padding-bottom: 12px;
}


.greenBox h3 span {
  color: #72BF44;
  font-family: roboto-bold;
}
.greenBox h3 {
  color: #6D6E71;
  max-width: 480px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
  font-family: roboto-light;
}

.appIns {
  box-shadow: 0px 3px 6px #00000029;
  padding: 35px 30px;
  margin: 6px;
  min-height: 309px;
}
/**/
.appSlider .owl-nav button.owl-next {
  position: absolute;
  width: 46px;
  height: 46px;
  bottom: -60px;
  margin: auto;
  right: 0px;
  background-image: url(../images/key-arrow-rigth.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.appSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 46px;
  height: 46px;
  bottom: -60px;
  margin: auto;
  right: 56px;
  opacity: 1;
  background-image: url(../images/key-arrow-left.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.appSlider.owl-theme .owl-nav .owl-prev:hover,
.appSlider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  width: 46px;
  height: 46px;
}
.appSlider.owl-theme .owl-dots .owl-dot.active span, .appSlider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0066AB;
}
.appSlider.owl-theme .owl-dots .owl-dot span {
  background: RGBA(0, 102, 171, .40);
}
.appSlider.owl-theme .owl-dots{
  text-align: left;
}
.appSlider.owl-carousel {
  margin-bottom: 75px;
}
/**/

.talLists ul li {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  position: relative;
  padding-left: 20px;
}
.talLists ul {
  padding-left: 0px;
  list-style: none;
  padding-right: 15px;
  min-height: 146px;
}
.talLists ul li span {
  display: block;
  font-family: roboto-bold;
}
.talLists ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
  color: #72BF44;
  font-size: 16px;
  background-image: url("../images/our-esg/tab-2/left-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 13px;
}
.talLists {
  margin-bottom: 60px;
  position: relative;
  max-width: 294px;
  width: 100%;
}

.borderRight::after {
  content: "";
  display: block;
  position: absolute;
  right: -35px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #6D6E71;
}
.borderRight1::before{
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: -30px;
  width: 100%;
  height: 1px;
  left: 0px;
  background-color: #6D6E71;
}

.caseStudeyB h5 {
  background: #0066AB 0% 0% no-repeat padding-box;
  border-radius: 21px 21px 0px 21px;
  padding: 7px 35px;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  font-family: 'roboto-bold';
}
.caseStudeyB h4 {
  font-size: 22px;
  color: #414042;
  line-height: 27px;
  margin-bottom: 7px;
  font-family: roboto-regular;
}

.caseStudeyB::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 54px;
  width: 100%;
  height: 1px;
  background-color: #000;
  right: 0px;
  z-index: -99;
}
.caseStudeyB {
  position: relative;
  margin-top: 30px;
}

/**/
.perCent h4 {
  font-size: 40px;
  line-height: 45px;
  color: #72BF44;
  font-family: Roboto-BoldCondensed;
  width: 100%;
}
.perCent h4 sub{
  bottom: 0px;
}
.perCent p {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #6D6E71;
  font-family: roboto-medium;
  border-bottom: 1px solid #6D6E71;
  padding-bottom: 12px;
}
.perCent span {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #6D6E71;
  font-family: roboto-medium;
}
.brderBtm{
  border-bottom: 1px solid #6D6E71;
  padding-bottom: 0px;
}

.exhibitTxt span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #6D6E71;
  font-family: roboto-medium;
}
/**/
.ourEsgTab .nav-tabs > li.active > a, .ourEsgTab .nav-tabs > li.active > a:focus, .ourEsgTab .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  border: none !important;
  background: #ee3425;;
  border-radius: 0px;
}
.ourEsgTab .nav-tabs > li > a {
  line-height: 19px;
  border: 0px solid transparent;
  border-radius: 0px;
  margin-right: 0px;
  font-size: 16px;
  color: #0067AC;
  font-family: roboto-bold;
}
.ourEsgTab .nav > li > a {
  position: relative;
  display: block;
  padding: 8px 0px;
  margin-bottom: 0px;
}
.ourEsgTab .nav-tabs > li:last-child > a{
  margin-right: 0px;
}
.ourEsgTab .nav-tabs {
  border-bottom: 2px solid #0067AC;
  width: 100%;
  display: flex;
  margin: 0px auto;
  margin-bottom: 30px;
  gap: 40px;
  justify-content: space-between;
}
.ourEsgTab .nav-tabs .nav-item.show .nav-link, .ourEsgTab .nav-tabs .nav-link.active {
  color: #72BF44;
  background-color: transparent;
  border-bottom: 12px solid #72BF44;
  margin-bottom: -2px;
}
.ourEsgTab .nav > li > a span {
  display: block;
}
.ourEsgTab {
  margin-top: 30px;
}

.ourEsgBody h3 {
  color: #0066AB;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
  font-family:roboto-bold;
}
.ourEsgBody h4 {
  font-size: 22px;
  line-height: 27px;
  color: #72BF44;
  margin-bottom: 15px;
  font-family:roboto-bold;
}
.ourEsgBody p.font22 {
  color: #6D6E71;
  font-size: 22px;
  line-height: 27px;
  font-family: roboto-medium;
}
.ourEsgBody p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 15px;
}

.tab1BlueBox {
  background-color: #25408F;
  padding: 60px 40px;
}
.tab1BlueBox p {
  color: #fff;
}
.tab1BlueBox2 {
  display: flex;
  justify-content: end;
  margin-top: 30px;
}
.tickLists ul{
  padding-left: 0px;
  list-style: none;
}
.tickLists ul li {
  position: relative;
  padding-left: 20px;
  font-family: roboto-regular;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 12px;
  padding-top: 0;
}
.tickLists ul li::after{
 content: "";
 display: block;
 position: absolute;
 left: 0px;
 top: 6px;
 color: #72BF44;
 font-size: 16px;
 background-image: url("../images/our-esg/tab-2/left-arrow.svg");
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 width: 10px;
 height: 13px;
}
/**/

.boardInd h3 {
  background-color: #0066AB;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 25px;
  color: #fff;
  padding: 10px 15px;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 15px;
  font-family: roboto-bold;
  text-align: center;
}
.boardInd h5 {
  color: #414142;
  font-size: 22px;
  line-height: 27px;
  font-family: roboto-bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #72BF44;
  padding-bottom: 15px;
}
.boardInd h5 span {
  display: inline-block;
  padding: 0px 10px;
  font-family: roboto-regular;
  color: #414142;
}
.boardInd h5 img {
  margin-left: 10px;
}


.scoreCard .accordion-button {
  background: #0066AB 0% 0% no-repeat padding-box;
  border-radius: 29px 29px 0px 29px;
  margin-bottom: 20px;
  box-shadow: none;
  border: none;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}
.scoreCard .accordion-item {
  border: none;
}

.commWidth{
  max-width: 920px;
  width: 100%;
}
.commWidth .ourEsgBody h3 {
  color: #0066AB;
  font-size: 22px!important;
  line-height: 27px!important;
}
.scoreCard .accordion-button::after {
  content: "";
  background-image: url("../images/plus.svg");
}
.scoreCard .accordion-button:not(.collapsed)::after {
  content: '';
  background-image: url("../images/minus.svg");
}
.scoreCard .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 29px 29px 0px 29px;
}
.priorList h5{
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-family: roboto-medium;
  margin-bottom: 14px;
}

.priorList.tickLists ul li ul {
  list-style: disc;
}
.priorList.tickLists ul li ul {
  padding-left: 14px;
}
.tickLists ul li ul li::after {
  display: none;
}
.tickLists ul li ul li {
  padding-left: 0px;
}
.accordion-button {
  font-size: 22px;
  line-height: 27px;
  color: #0066AB;
  font-family: roboto-bold;
}
/*.aimWithImg {
  border: 1px solid #5A5C5E;
  display: inline-block;
  margin-right: 30px;
  font-size: 25px;
  line-height: 30px;
  color: #72BF44;
  font-family: roboto-black;
  border-radius: 10px;
  padding: 4px 42px 4px 14px;
  position: relative;
}
.aimWithImg::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}*/


#tab_3 .accordion-button img, #tab_4 .accordion-button img , #tab_5 .accordion-button img {
  margin-right: 20px;
}
#tab_3 .accordion-button , #tab_4 .accordion-button, #tab_5 .accordion-button  {
  padding: 0px;
  margin-bottom: 20px;
}

#tab_3 .accordion-button:focus, #tab_3 .accordion-button:focus, #tab_3 .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
#tab_3 .accordion-button:not(.collapsed), #tab_4 .accordion-button:not(.collapsed), #tab_5 .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}


.yearList h4 {
  background-color: transparent;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 25px;
  color: #0066AB;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: roboto-medium;
  border: 2px solid #72BF44;
  border-radius: 30px 30px 0px 30px;
}
.threeContains h4 {
  position: relative;
}
.threeContains h4 span {
  color: #000000;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1.36px;
  font-family: roboto-regular;
}
.threeContains h4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 85%;
  background-color: #c6c2c2;
  height: 2px;
}

.materLity p {
  font-size: 18px;
  line-height: 22px;
  color: #414142;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.materLity span {
  display: block;
}
.materLity p span {
  color: #000000;
  font-family: roboto-regular;
  font-size: 16px;
  line-height: 19px;
  margin-top: 5px;
}
.materLity p:nth-child(1) span {
  color: #0067AC;
  font-family: roboto-medium;
}
.materLity h6{
  font-size: 18px;
  line-height: 22px;
  color: #414142;
  margin-bottom: 5px;
  font-family: roboto-bold;
}
.ourEsgP h4.font18{
  font-size: 18px;
  line-height: 22px;
  color: #414142;
  font-family: roboto-bold;
}

.blockBoxes {
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border-radius: 42px 42px 42px 0px;
  padding: 42px 95px 60px 43px;
  position: relative;
  margin-left: 90px;
  margin-bottom: 30px;
}
.innerBox {
  position: absolute;
  left: -90px;
  border: 1px solid #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  height: 120px;
  width: 120px;
  background-color: #fff;
  padding: 3px;
}
.otherP{
  background-color: #0066AB;
  height: 114px;
  width: 113px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  margin: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.otherP p, .otherP span {  
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-family: roboto-bold;
}
.boardInd h3.greenBgd {
  background-color: #72BF44;
}

#tab_3 .accordion-button {
  background: transparent;
  margin-bottom: 20px;
  box-shadow: none;
  border: none;
}
#tab_3 .accordion-item {
  border: none;
}
#tab_3 .accordion-button::after {
  content: "";
  background-image: url("../images/plusbl.svg");
}
#tab_3 .accordion-button:not(.collapsed)::after {
  content: '';
  background-image: url("../images/minusbl.svg");
}

#tab_4 .accordion-button {
  background: transparent;
  margin-bottom: 20px;
  box-shadow: none;
  border: none;
}
#tab_4 .accordion-item {
  border: none;
}
#tab_4 .accordion-button::after {
  content: "";
  background-image: url("../images/plusbl.svg");
}
#tab_4 .accordion-button:not(.collapsed)::after {
  content: '';
  background-image: url("../images/minusbl.svg");
}
.blueHeads h4 {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #0067AC !important;
}
.ourEsgP .accordion-body {
  padding: 10px 0px;
}
#tab_5 .accordion-button {
  background: transparent;
  margin-bottom: 20px;
  box-shadow: none;
  border: none;
}
#tab_5 .accordion-item {
  border: none;
}
#tab_5 .accordion-button::after {
  content: "";
  background-image: url("../images/plusbl.svg");
}
#tab_5 .accordion-button:not(.collapsed)::after {
  content: '';
  background-image: url("../images/minusbl.svg");
}
p.new-p {
  color: #000;
  padding-top: 22px;

}

.ourEsgPage .grey-bg {
  background-color: #EBECED;
  padding: 15px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-bottom: 17px;
}
.ourEsgPage .grey-bg h3{
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0px;
}
.innerch-msg .ch-img
{
  padding-top: 0;
}
.innerch-msg .ch-wrap
{
  margin: 0;
}
.innerch-msg .ch-blue
{
  width: 65%;
}
.innerch-msg h3.hm-mainhead
{
  padding-left: 130px;
  padding-top: 30px;
}
.innerch-msg.ch-msg p
{
  margin-left: 130px;
}
.innerch-msg .ch-blue-text
{
  padding-left: 210px;
}
.chairmandata p
{
  color: #000;
  padding-top: 20px;
}
.chairmandata h6
{
  color: #72BF44;
  font-size: 16px;
}
.chairmandata h5
{
  color: #72BF44;
  font-size: 24px;
  font-family:roboto-bold;
  padding-top: 25px;
}
.chairmandata h3
{
  color: #0066AB;
  font-size: 40px;
  line-height: 22px;
  padding-top: 30px;
  font-family:Roboto-BoldCondensed;
}
.chairmandata h3 span
{
  font-size: 24px;
  line-height: 22px;
}
.chairmandata .col-xl-6 img
{
  padding-top: 30px;
}
.chairmandata .col-xl-6 p:first-child
{
  padding-top: 30px;
} 
.chairmandata p span
{
 font-family:roboto-bold;
}
p.bluetxt
{
  color: #0066AB;
}
.chairmandata p.parabefore
{
  padding-top: 0!important;
  margin-top: 40px;
  color: #0167AC;
}
.chairmandata h4
{
  font-size: 24px;
  color: #0066AB;
  font-family:roboto-bold;
}
.chairmandata h4 span
{
  font-size: 16px;
  display: block;
  color: #000;
  font-family:roboto-regular;
}
p.extrapd
{
  margin-top: 30px;
}
.chairmandata 
{
  padding-bottom: 50px;
}
.mgtname,.datflex
{
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}
.mgtname h5
{
  padding-top: 0;
  font-size: 29px;
  padding-left: 15px;
}
.mgtname h5 span
{
  font-size: 20px;
  color: #0066AB;
  display: block;
}
p.bluetxt span
{
 font-family:roboto-medium;
}
.datflex img
{
  padding-right: 15px;
}
p.datflex
{
  padding-top: 30px;
}
.mgtmborder
{
  border: 1px solid #72BF44;
  border-radius: 40px;
  padding: 40px;
  margin: 50px 0px;
}
.mgtmborder ul
{
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.scoreCard .accordion-item {
  border: none;
}
.exc-comite p
{
  color: #000000;
  font-family:roboto-light;
  padding-left: 30px;
  padding-bottom: 15px;
}
.exc-comite h4
{
  padding-top: 20px;
  padding-bottom: 4px;
  font-family:roboto-bold;
}
.exc-comite h6
{
  font-family:roboto-light;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.exc-comite hr
{
  color: #00000050;
  opacity: 1;
  margin: 60px 0px;
  border-top: 2px solid #00000050;
}
.bd-img img
{
  border-bottom: 1px solid #0067AC;
}
.area-exp
{
 background: transparent linear-gradient(180deg, #D2EFFC 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
 padding: 30px 30px 10px 30px;
 border-top-left-radius: 40px;
 border-top-right-radius: 40px;
 margin-top: 15px;
 border-bottom: 1px solid #00000050;
 margin-bottom: 40px;
}
.area-exp h3
{
  font-size: 24px;
  color:#0067AC;
  font-family:roboto-black;
  padding-bottom: 20px;
}
.area-exp ul
{
  margin-bottom: 28px;
  display: flex;
}
.area-exp ul li
{
 font-family:roboto-light;
 width: 20%;
 float: left; 
}
.anum-wrap
{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.anum
{
  color: #000000;
  font-size: 24px;
  font-family:roboto-medium;
  border:1px solid #4D4D4F;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anum-wrap p
{
  font-size: 14px;
  color: #000;
  font-style: italic;
  margin-left: 11px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.audit-risk
{
  border-bottom: 1px solid #00000050;
  margin-bottom: 40px;
}
.strategic-pr
{
  background-color:#25408F;
  padding: 35px 30px 10px 30px;
  margin-bottom: 100px;
}
.strategic-pr h4
{
  font-size: 18px;
  font-family:roboto-bold;
  padding-bottom: 24px;
  color: #72BF44;
}
.stpr
{
  height: 60px;
  width: 100%;
  border: 1px solid #72BF44;
  border-radius: 40px 40px 0px 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.green-cir
{
  color:#fff;
  font-size: 24px;
  background-color:#72BF44;
  height: 52px;
  width: 52px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:3px 2px;
}
.stpr p
{
  font-size: 16px;
  line-height: 21px;
  font-family:roboto-medium;
  margin-left: 10px;
  max-width: 250px;
  width: 100%;
}
.s1b-wrap
{
  border-radius: 40px 40px 0px 40px;
  height: 48px;
  background-color: #0066AB;
  display: flex;
  align-items: center;
  max-width: 500px;
  width: 100%;
}
.s1b-wrap h3
{
  font-size: 16px;
  line-height: 21px;
  font-family:roboto-black;
  margin-left: 15px;
}
.s1b-wrap .green-cir
{
  margin-left: 45px;
  position: relative;z-index: 9;
}
.s1b-bd
{
  border: 2px solid #6D6E71;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-left: none;
  padding: 10px 30px 10px 0px;
  position: relative;
  margin-bottom: 80px;
}
.s1b-bd:before
{
  content: '';
  position: absolute;
  top:-2px;
  left: 0;
  width: 500px;
  height: 4px;
  background-color: #fff;
}
.s1b-bd:after
{
  content: '';
  position: absolute;
  top:-2px;
  left: 0;
  width: 500px;
  height: 4px;
  background-color: #fff;
}
.s1b-bd p
{
  color: #000000;
  font-family:roboto-light;
  background-color: #fff;
}
.update-outlook:after
{
  background-image: url(../svg/fy2023-24-arrow.svg);
  width: 60px;
  height: 60px;
}
.update-outlook {
  border: 1px solid #72BF44;
  border-radius: 20px;
  padding: 10px 50px 0px 38px;
}
.update-outlook h5
{
  margin-left: 8%;
  color: #0066AB;
  font-family:roboto-light;
  border-bottom:1px solid #00000030;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.update-outlook h5 span
{
  color: #414042;
  font-family:roboto-black;
}
.update-outlook p, .tr-com p, .objectiv p, .kpi p
{
  position: relative;
  color: #000000;
  font-family:roboto-light;
  padding-left: 25px;
  min-height: 50px;
  margin-bottom: 10px;
}
.update-outlook p:after,
.tr-com p:after,
.objectiv p:after, .kpi p:after    
{
  position: absolute;
  display: block;
  content: "";
  background: url(../svg/st-green-arrow.svg) no-repeat;
  width: 14px;
  height: 19px;
  left: 0px;
  top: 0px;
}
.update-outlook .col-xl-3
{
  margin-bottom: 15px;
}
.vi-text
{
  margin-bottom: 40px;
}
.tr-com
{
  margin-bottom: 55px;
  border: 1px solid #00AEEF;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: none;
  padding:30px 30px 0px 0px;
  position: relative;
}
.tr-com h4, .objectiv h4
{
  color: #000000;
  font-family:roboto-black;
  font-size: 18px;
  background-color: #ffffff;
  display: inline;
  padding: 2px 10px 2px 0px;
  position: absolute;
  top: -13px;
}

.tr-com p span
{
  color: #0066AB;
  font-family: 'roboto-bold'; 
}
.objectiv
{
  border-top: 1px solid #6d6e7169;
  border-top-left-radius: 20px;
  padding-top:40px;
  position: relative;
  margin-bottom: 50px;
}
.objectiv:after
{
  content:'';
  position: absolute;
  right: 0;
  top:-6px;
  background-image: url(../svg/line-arrow.svg);
  width: 6px;
  height: 10px;
}
.objectiv h4
{
  color: #72BF44;
  padding-left: 10px;
  margin-left: 50px;
}
.kpi
{
  border-top:1px solid #00000070;
  position: relative;
}
.kpi h4
{
  position: absolute;
  padding: 2px 8px 2px 0px;
  background-color: #fff;
  display: inline-block;
  top:-18px;
  left: 0px;
  color: #0067AC;
  font-family:roboto-black;
}
.kpi p
{
  min-height: auto;
}
.kpi .col-xl-6, .ri-numicon
{
  margin-top: 30px;
}
.esg-pr
{
  margin-bottom: 60px;
}
.ft16-bd
{
 font-size: 16px;
 color: #000000;
 font-family:roboto-bold;
 padding-bottom: 20px;
}
.mt-80
{
  margin-top: 80px;
}
.kpi h6
{
  font-size: 16px;
  color:#000;
  font-family:roboto-light;
  padding-top: 15px;
}
.s4b-wrap
{
  max-width: 615px;
}
.s4b-bd:before
{
  width: 614px;
}
.mgtmborder ul li
{
  color: #000;
  padding-left: 25px;
  max-width: 50%;
  width: 100%;
  float: left;
  margin-top: 30px;
  padding-right: 30px;
  position: relative;
}
.mgtmborder ul li span 
{
  color: #0066AB;
  font-family:roboto-medium;
}
.mgtmborder ul li:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/green-arrow-left.svg);
  width:16px;
  height: 20px;
}
.mgtmborder img
{
  margin-top: -70px;
}

.op-banner
{
  margin-bottom: 30px;
}
.o-grayarrow
{
  padding-bottom: 10px;
}
.op-tabcntnt h5
{
  color: #F7921E;
  font-size: 22px;
  line-height: 26px;
  font-family:roboto-bold;
  padding-bottom: 15px;
}
.op-tabcntnt p
{
  color: #000000;
  font-family:roboto-light;
  padding-bottom: 20px;
}
.op-tabcntnt p.c-orange
{
  color: #F7921E;
  font-size: 22px;
  line-height: 26px;
  font-family:roboto-regular;
  padding-bottom: 40px;
}
.op-num
{
  border-right: 1px solid #6D6E71;
  margin-bottom: 60px;
}
.pl-60
{
  padding-left: 60px;
}
.op-num h2
{
  font-size: 42px;
  color: #F7921E;
  font-family:Roboto-BoldCondensed;
}
.op-num h2 span
{
  font-size: 25px;
}
.op-num p
{
  color: #6D6E71;
  font-size: 18px;
  font-family:roboto-medium;
  padding-bottom:0px;
}
.ft-blue
{
  color: #0066AB;
  font-size: 18px;
  font-family:roboto-bold;
  padding-bottom: 20px;
}
.ft-blck
{
  color: #000 !important;
  padding-bottom: 15px;
}
.txt-bd
{
  font-family:roboto-medium;
}
.orang-arrow li
{
  font-family:roboto-light;
  padding-left: 30px;
  padding-bottom: 20px;
}
.orang-arrow li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../images/op/orange-arrow.svg);
  width: 14px;
  height: 19px;
}
.envn-img
{
  margin: 20px 0px 40px 0px;
}
.p-table
{
  margin-bottom: 60px;
}
.op1-table
{
  padding-bottom: 30px;
}
.op-tabcntnt .market-outlook
{
  border-width: 1px;
  padding: 60px 60px 20px 60px;
}
.op-tabcntnt .market-outlook:after
{
  left: 60px;
}
.z-project ul li
{
  color: #F7921E;
  font-family:roboto-medium;
}
p.c-orange.pb-20
{
  padding-bottom: 20px;
}
.exploration-img
{
  margin-bottom: 80px;
}
.ft-16
{
  font-size: 16px !important;
  font-family:roboto-medium !important;
  padding-bottom: 15px;
}
.oil-tab h5, .oil-tab p.c-orange, .oil-tab .op-num h2
{
  color: #00B9AD;
}
.oil-green-txt .blue-arrow li
{
  font-family:roboto-medium;
  color: #00B9AD;
  padding-bottom: 20px;
}
.blue-arrow
{
  margin-bottom: 0px;
}
.blue-arrow li
{
  font-family:roboto-light;
  padding-left: 30px;
  padding-bottom:20px;
  color: #000000;
}
.blue-arrow li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../svg/alu-singl.svg);
  width: 14px;
  height: 19px;
}
.oilblue-brdr
{
  border: 1px solid #00B9AD;
  border-radius: 20px 0px 20px 20px;
  padding: 30px 60px 10px 30px;
  margin-bottom: 60px;
}
.infill h3
{
  color: #00B9AD;
  font-size:16px;
  line-height: 22px;
  font-family:roboto-medium;
  padding-bottom: 15px;
}
.oil-tab-btnImg
{
  margin-top: 40px;
}

.alu-tab h5, .alu-tab p.c-orange, .alu-tab .op-num h2
{
  color: #72BF44;
}
.coal-img
{
  margin-top: 20px;
  margin-bottom: 40px;
}
.alu-table
{
  margin-bottom: 30px;
}
.power-tab h5, .power-tab p.c-orange, .power-tab .op-num h2
{
  color: #00AEEF;
}
.power-btnimg
{
  margin-top: 30px;
}

ul.sub-list li {
  list-style-type: disc;
}

.homeRight {
  position: absolute;
  display: flex;
  justify-content: space-between;
  right: 21%;
  margin-top: -75px;
}
.homeRight div {
  color: #0067AC;
  font-family: roboto-bold;
  padding-right: 15px;
  position: relative;
  font-size: 18px;
}
.homeRight div:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  background: #0067AC;
  left: 104px;
  background-repeat: no-repeat;
  bottom: 5px;
}
.homeRight div:last-child:before {
  background: transparent !important;
  position: absolute;
}
.locIns h4 {
 font-family: roboto-bold;
}
.fontBold{
  font-family: roboto-bold;
}
.pdbtm{
  padding-bottom: 20px;
}

.valuebox1.new-box {
  height: 460px;
}
.value_290{
  height: 290px;
}
.bltsblue li span {
  font-family: roboto-bold;
}

.indGraph h3{
 font-family: roboto-bold;
 font-size: 16px;
 color: #414042;
 padding-bottom: 15px;
}
.indGraph h3 span{
 font-family:roboto-regular;
 font-size: 16px;
}
.fontWet{
  font-weight: 600;
}
.graphitem img {
  width: 255px;
}
.mrgnHr {
  margin-top: 40px;

}
.inteLink {
  margin: 20px 0 20px;
  display: flex;
}

.inteLink a {
  color: #0066AB;
  font-family: roboto-bold;
  display: flex;
  font-size: 18px;
}
.inteLink a:nth-child(2) {
  margin-right: 25px;
}
.inteLink a img {
  width: 30px !important;
  padding-left: 11px;
}
/**/
.riskContent  h4 {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  font-family: roboto-black;
  margin-bottom: 10px;
}
.boxGreenB {
  background-color: #25408F;
  padding: 30px;
  margin-bottom: 30px;
}
.boxGreenB h3 {
  font-size: 24px;
  line-height: 45px;
  color: #72BF44;
  font-family: roboto-bold;
  margin-bottom: 15px;
}
/**/
.rishkyTab .nav-tabs > li.active > a, .rishkyTab .nav-tabs > li.active > a:focus, .rishkyTab .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  border: none !important;
  background: #ee3425;;
  border-radius: 0px;
}
.rishkyTab .nav-tabs > li > a {
  line-height: 19px;
  border: 0px solid transparent;
  border-radius: 0px;
  margin-right: 0px;
  font-size: 16px;
  color: #0067AC;
  font-family: roboto-bold;
}
.rishkyTab .nav > li > a {
  position: relative;
  display: block;
  padding: 8px 0px;
  text-align: center;
  margin-bottom: 0px;
}
.rishkyTab .nav-tabs > li:last-child > a{
  margin-right: 0px;
}
.rishkyTab .nav-tabs {
  border-bottom: 2px solid #0067AC;
  width: 100%;
  display: flex;
  margin: 0px auto;
  margin-bottom: 70px;
  gap: 40px;
}
.rishkyTab .nav-tabs .nav-item.show .nav-link, .rishkyTab .nav-tabs .nav-link.active {
  color: #72BF44;
  background-color: transparent;
  border-bottom: 12px solid #72BF44;
  margin-bottom: -2px;
}
/**/

.capitalRiskBox {
  background: #E3F0D8 0% 0% no-repeat padding-box;
  border-radius: 20px 20px 0px 20px;
  padding: 20px 30px 0px 30px;
  margin-bottom: 30px;
}
.capitalContent h4 {
  font-size: 16px;
  line-height: 22px;
  color: #0066AB;
  font-family: roboto-black;
  margin-bottom: 12px;
}
.capitalContent p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.capitalContent p  span {
  color: #25408F;
}
.capitalHeads h4 {
  font-size: 16px;
  line-height: 22px;
  color: #0066AB;
  font-family: roboto-black;
  margin-bottom: 12px;
}


.headingRepeat h4 {
  background: #0066AB 0% 0% no-repeat padding-box;
  border-radius: 40px 40px 40px 0px;
  display: inline-block;
  padding: 11px 18px;
  font-size: 16px;
  line-height: 22px;
  font-family: roboto-black;
  color: #fff;
}
.headingRepeat h4 span {
  width: 28px;
  height: 28px;
  color: #73BF44;
  font-size: 12px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}
.headingRepeat {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
}
.headingRepeat::after {
  content: "";
  /* display: ; */
  display: block;
  position: absolute;
  top: 25px;
  width: 100%;
  background-color: #6D6E71;
  height: 1px;
  z-index: -9;
}

.numCounter {
  margin-bottom: 30px;
}
.numCounter h6 {
  display: inline-block;
  gap: 10px;
  color: #73BF44;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-family: roboto-bold;
  background-color: #fff;
  padding-right: 10px;
}
.numCounter {
  position: relative;
}
.numCounter::after {
  /* color: ; */
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #6d6e71;
  height: 1px;
  z-index: -9;
}
.numCounter h6 img {
  margin-right: 10px;
}

.boxWithBrder {
  border: 1px solid #e4e4e4;
  padding: 15px 15px 0px 0px;
  border-left: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 0px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
}
h4.green_clr {
  color: #72BF44;
}

.boxWithBrder h4 {
  position: absolute;
  top: -14px;
  background-color: #fff;
  padding-right: 30px;
}

.riskContent h3 {
  font-size: 24px;
  line-height: 29px;
  color: #414042;
  font-family: roboto-black;
  margin-bottom: 10px;
}
.riskContent .boxGreenB h3{
  color: #72bf44;
}
.width235{
  width: 235px!important;
}
.width220{
  width: 220px!important;
}
.width130 {
  width: 130px !important;
  margin-left: 50px;
}
.width90 {
  width: 95px !important;
  margin-left: 55px;
}

.iron-tab h5, .iron-tab p.c-orange, .iron-tab .op-num h2
{
  color:#A47A57;
}
.iron-bli ul li
{
  color:#A47A57;
  font-family:roboto-medium;
  font-size: 16px;
  line-height: 22px; 
}
.brown-arrow li:after {
  background-image: url(../images/op/iron/gray-a.svg);
  width: 14px;
  height: 19px;
}
.iron-btm-img
{
  margin-top: 20px;
}
.iron-btmli ul li
{
  padding-bottom: 20px;
  font-family:roboto-light;
}
.steel-tab h5, .steel-tab p.c-orange, .steel-tab .op-num h2
{
  color:#7C95A2;
}
.steel-brdr
{
 border: 1px solid #7C95A2; 
}
.blue-st-arrow li {
  font-family: roboto-light;
  padding-left: 30px;
  padding-bottom: 20px;
  color: #000000;
}
.blue-st-arrow li:after {
  content: '';
  background-image: url(../images/op/steel/arrow.svg);
  width: 14px;
  height: 19px;
}
.steel-table
{
  margin-bottom: 20px;
}
.chrome-tab h5, .chrome-tab p.c-orange, .chrome-tab .op-num h2
{
  color:#989684;
}
.chrom-li ul li
{
  color: #989684;
  font-size: 16px;
  font-family:roboto-medium;
}
.cooper-tab h5, .cooper-tab p.c-orange, .cooper-tab .op-num h2
{
  color:#DDB11D;
}
.yellow-arrow li {
  font-family: roboto-light;
  padding-left: 30px;
  padding-bottom: 20px;
  color: #000000;
}
.yellow-arrow li:after {
  content: '';
  background-image: url(../images/op/copper/orange.svg);
  width: 14px;
  height: 19px;
}
.nicomet
{
  background-color: #E7F6FD;
  padding: 30px;
  margin-bottom: 60px;
}
.nicomet h2
{
  color: #0066AB;
  font-size: 40px;
  font-family:roboto-bold;
  padding-bottom: 10px;
}
.nicometarrow
{
  padding-bottom: 30px;
}
.nicomet h4
{
  padding-bottom: 12px;
}
.nicomet h6
{
  font-size: 16px;
  line-height: 22px;
  color:#000000;
  font-family:roboto-medium;
  padding-bottom: 20px;
}
.copperblue-outlook
{
  border-color:#8ED8F8;
  margin-top: 70px;
  margin-bottom: 60px;
}
.copperblue-outlook:after {
  background-image: url(../images/op/copper/projects-arrow.svg);
  width:60px;
  height: 59px;
}
.copperblue-outlook .green-arrow li
{
  font-family:roboto-light;
}

.copperblue-outlook .green-arrow li:after {
  content: '';
  background-image: url(../images/op/copper/blue.svg);
  width: 14px;
  height: 19px;
}
.mobileHam{
  display: none;
}
.desktopHam{
  display: block;
}
.mblSelect{
  display: none;
}
.mobileImgs{
  display: none;
}

ul.oil-aroww.new-uls {
  width: 98%;
}

.topLiksF a:hover p, .botLiksF a:hover p {
  color: #73bf44;

}
.new-arrow li:after{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../svg/copper-arrow-blue.svg);
  width: 14px;
  height: 19px;
}
h3.hm-mainhead.wow.fadeInUp.inc-size {
  font-size: 40px;
}

h4.clr-blue {
  color: #0066ab;
}

.pref span a {
  color: #000;
}
.pref span a:hover {
  color: #0066AB;
}

.desktopV{
  display: block;
}
.linkWithImg > div {
  width: 50%;
}
.pd_left{
  padding-left: 30px;
}
.backTop a {
  position: absolute;
  right: 125px;
  top: 75px;
}
.zinc-arrow li:after, .alu-arrow li:after, .oil-aroww li:after, .powr-aroww li:after,.iron-aroww li:after, .steel-aroww li:after, .fcr-aroww li:after, .cpr-aroww li:after{
  background-size: contain;
  width: 10px;
  height: 14px;
}
sup.unbold {
  font-family: 'roboto-regular';
}
.clr_blck {
  color: #000;
}
.tabletV{
  display: none;
}
.valuebox1Height {
  height: 255px;
}
.mrgnBtm{
  margin-bottom: 15px;
}

@media (min-width: 1025px){
  .capital-box:hover .cap-wrap
  {
    display: none;
  }
  .capital-box:hover .cap-data
  {
    display: block;
  }
}
.oil-arrow li:after{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../svg/oil-arow.svg);
  width: 14px;
  height: 19px;
}
.oil-arrow li{
  position: relative;
}
/*.assetsOverview .no-touch {
  pointer-events: none;
}
.assetsOverview .swiper-button-next, .assetsOverview .swiper-button-prev {
  pointer-events: auto; /* Ensure they can be clicked */
}*/
footer{
  padding-bottom: 76px;
}
ul.subLi{
  padding-left: 0px;
  list-style: none;
}
ul.subLi li {
  position: relative;
  padding-left: 20px !important;
  font-family: roboto-regular;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 12px;
  padding-top: 5px;
}
ul.subLi li:before{
 content: "";
 display: block;
 position: absolute;
 left: 0px;
 top: 6px;
 color: #72BF44;
 font-size: 16px;
 background-image: url("../images/our-esg/tab-2/left-arrow.svg");
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 width: 10px;
 height: 13px;
}
.font21{
  font-size: 21px!important;
}
p.padtop {
  padding-top: 35px;
}
.boardIndGrn h3{
  background-color: #72BF44;
}
.mt-30{
  margin-top: 30px;
}
footer {
  padding-bottom: 76px;
}
.homePage footer {
  padding-bottom: 0px;
}
.noteText {
  font-size: 14px;
  line-height: 19px;
}
.noteText1 {
  font-size: 10px;
  line-height: 19px;
  display: block;
}
.padRight20{
  padding-left: 30px;
}
#header.sticky{
  position: fixed;
  left: 0px;
  right: 0px;
  width: 100%;
}
#tab2 .peplheight p {
  height: 76px;
}
#tab3 .peplheight p {
  height: 60px;
}
#tab3 .award-inner1 p {
  min-height: 58px;
}