/*@font-face {
  font-family: BauerBodoniStd-Roman;
  src: url(../fonts/BauerBodoniStd-Roman.ttf);
}*/
@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url(../fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url(../fonts/PlayfairDisplay-Bold.ttf);
}
@font-face {
  font-family: PlayfairDisplay-SemiBold;
  src: url(../fonts/PlayfairDisplay-SemiBold.ttf);
}
@font-face {
  font-family: BebasNeue-Bold;
  src: url(../fonts/BebasNeue.otf);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: OpenSans-Semibold;
  src: url(../fonts/OpenSans-Semibold.ttf);
}
@font-face {
  font-family: OpenSans-Italic;
  src: url(../fonts/OpenSans-Italic_2.ttf);
}
@font-face {
  font-family: OpenSansCondensed-Bold;
  src: url(../fonts/OpenSansCondensed-Bold.ttf);
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #414042;
  font-family: OpenSans-Regular;
}
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;
}

/*-----------Header Css End-------------*/
header {
  padding: 15px 0px 0px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  min-height: 90px;
}
.sticky {
  background: #fff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

li.menu-drop1 {
  position: relative;
}
li.menu-drop1:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  width: 13px;
  background-repeat: no-repeat;
  height: 8px;
  background-image: url(../images/a-up.png);
  background-image: url(../images/a-down.png);
}
li.arrow-class.menu-drop1:after {
  background-image: url(../images/a-up.png);
  width: 13px;
  height: 8px;
  top: 12px;
}
li.menu-drop1 ul {
  padding: 0px !important;
  display: none;
}

li.menu-drop1 ul li a {
  font-size: 12px !important;
  padding: 2px 0px !important;
}
/*------------Submenu----------------*/

.menu ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-right: 60px;
}
.menu div.dropdown-menu {
  border-radius: 0px;
  background-color: transparent;
  margin: 0px 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  /* transform: translateY(-2em); */
  z-index: -1;
  /* transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; */
  display: block;
  min-height: 340px;
  border: 0px;
  /*box-shadow: none;*/
  min-width: 590px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 36%);
}
.dropdown:hover > div.dropdown-menu {
  display: flex;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.menu div.dropdown-menu li {
  display: block;
  padding: 0px;
}
.menu div.dropdown-menu li a {
  text-transform: inherit;
  position: relative;
  color: #4d4d4f !important;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-family: OpenSans-Regular;
  letter-spacing: 0.25px;
  padding-bottom: 15px;
}
.menu div.dropdown-menu ul {
  margin: 0px;
  background-color: #fff;
  width: 260px;
  padding: 20px;
}
.featuredmenu {
  padding: 20px 20px 20px 0px;
  background-color: #fff;
  max-width: 330px;
}
.featuredmenu h5 {
  color: #4d4d4f;
  font-size: 12px;
  line-height: 16px;
  font-family: OpenSans-Bold;
  padding-top: 15px;
  padding-bottom: 5px;
}
.featuredmenu p {
  color: #002a4e;
  font-size: 20px;
  line-height: 24px;
  font-family: PlayfairDisplay-Regular;
  padding-bottom: 10px;
}
.menu .featuredmenu a {
  color: #3f7cbf;
  font-size: 14px;
  font-family: OpenSans-Light;
  border: 1px solid #3f7cbf;
  padding: 7px 14px;
}
.menu .featuredmenu a img {
  padding-left: 10px;
}
.menu div.dropdown-menu li a:hover {
  color: #55a2ff !important;
}
div.dropdown-menu:before {
  position: absolute;
  content: "";
  height: 32px;
  left: 40px;
  top: -6px;
  transform: rotate(45deg);
  width: 32px;
  z-index: -1;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 36%);
}

.menu .esgdropdown div.dropdown-menu {
  min-width: 220px;
}
.my-sidenav,
.ham-icon1 {
  display: none;
}
.esgdropdowm div.dropdown-menu:before {
  left: 10px;
}

div.dropdown-menu h6 {
  color: #0f3557;
  display: block;
  font-size: 1.4rem;
  font-family: OpenSans-Semibold;
  letter-spacing: 0.25px;
  opacity: 0.5;
  padding: 15px 10px 0px;
}
div.dropdown-menu ul.porfoliomenu {
  padding: 10px 0px 14px 0px;
}
div.dropdown-menu ul.porfoliomenu li a {
  font-size: 1.2rem;
}

.menu {
  float: left;
}
.menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.menu ul li {
  display: inline-block;
  padding-right: 7px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.bluelogo {
  margin-top: 10px;
}
.menu ul li a {
  font-size: 14px;
  color: #0f3557;
  text-decoration: none;
  font-family: OpenSans-Semibold;
}
.sticky .menu ul li a {
  color: #0f3557;
}
.menu ul li a {
  transition: all ease 0.3s;
  position: relative;
}
.menu ul li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  background: #ee7d1e;
  transition: all ease 0.3s;
  height: 4px;
  bottom: -8px;
}

.headercolored .menu ul li a {
  color: #0f3557;
}
.headercolored .bluelogo {
  display: block;
}
.headercolored .whitelogo {
  display: none;
}
.headercolored .breadcrumb {
  margin-top: 95px;
}
.magnleftxt .content {
  padding-top: 10px;
}
.investor {
  background-image: url(../images/investor-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  margin-bottom: 60px;
}
.investor h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.investor p {
  color: #fff;
  padding-bottom: 10px;
}
.investor p span {
  display: block;
  font-family: OpenSans-Semibold;
  padding-bottom: 0px;
}
.blueham {
  display: none;
}
/*.sticky .whiteham, .headercolored .whiteham {
    display: none;
}
.sticky .blueham, .headercolored .blueham {
    display: block;
}*/
.right-item {
  float: initial;
  display: flex;
  justify-content: flex-end;
}

.h-twxt {
  display: none;
}
.maganerimg:hover .h-twxt,
.sponserimg:hover .h-twxt {
  display: block;
}
h6.pdtop30px {
  padding-top: 20px;
}
.h-bse-data {
  margin-top: 0px;
  padding-left: 25px;
  padding-top: 15px;
}

/*Footer*/
footer {
  background: #002a4e;
  padding-bottom: 20px;
  padding-top: 40px;
  position: relative;
  margin-top: 70px;
}
footer h6 {
  font-size: 14px;
  font-family: OpenSans-Bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: 50px;
  padding-top: 10px;
}
footer ul li a {
  color: #fff;
  padding: 7px 0;
  display: inline-block;
  font-size: 12px;
  font-family: OpenSans-Regular;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer p {
  color: #fff;
  font-size: 12px;
  font-family: OpenSans-Regular;
}
.ftrhr {
  border-color: #fff;
  margin-bottom: 20px;
  opacity: 1;
}
footer img {
  width: 170px;
  filter: brightness(0) invert(1);
}
.download-ftr a {
  font-family: OpenSans-Semibold;
  font-size: 14px;
  border: 1px solid;
  color: #fff;
  padding: 10px;
}
.download-ftr a img {
  width: 13px;
  margin-left: 10px;
}
.row.txtcntr {
  align-items: center;
  justify-content: space-between;
}
.download-ftr {
  display: flex;
  justify-content: end;
}
/*Brook*/

.cmnbnr {
  height: 100vh;
  top: 0;
  background-position: center;
  position: relative;
  left: 0;
  width: 100%;
}
.stake-bnr {
  background: url(../images/who-we-are-img.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.bnrtxt {
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.bnrtxt h1 {
  font-family: OpenSans-Bold;
  font-size: 14px;
}
.bnrtxt h2 {
  font-family: PlayfairDisplay-Regular;
  font-size: 48px;
  line-height: 55px;
}
.bnrtxt h2 span {
  display: block;
}
.blueline {
  background: #437cbf;
  width: 65px;
  height: 4px;
  margin: 10px 0 20px;
}
section.sitemap {
  padding: 10px 0 40px;
}
section.sitemap a {
  font-size: 14px;
  color: #274968 !important;
  font-family: OpenSans-Regular;
}

.black-subhead {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
  font-family: OpenSans-Bold;
}
.stake-wrap p {
  padding-bottom: 20px;
}
.vcTabs {
  margin-top: 15px;
}
#vc-tab {
  display: flex;
  gap: 34px;
  padding-bottom: 0px;
  flex-wrap: nowrap;
  border-bottom: none;
  margin-bottom: 1px;
  font-family: OpenSans-Bold;
  border-bottom: 2px solid #41404260;
  justify-content: space-between;
}
.vcTabs .nav-link {
  display: block;
  padding: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #414042;
  width: 100%;
  position: relative;
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
  font-family: OpenSans-Regular;
  border: none !important;
  min-height: 70px;
  text-align: left;
  padding-bottom: 5px;
}
.vcTabs .nav-tabs .nav-link:focus,
.vcTabs .nav-tabs .nav-link:hover {
  border: none !important;
}
.vcTabs .nav-tabs .nav-item.show .nav-link,
.vcTabs .nav-tabs .nav-link.active {
  color: #414042;
  border: 0px;
  font-family: OpenSans-Bold;
  background-color: transparent;
  border-bottom: 6px solid #274968 !important;
  font-size: 15px;
}

.l-tab-mbl {
  display: none;
}
.vc-tabcontent {
  margin-top: 30px;
}
.stake-icon {
  padding-bottom: 20px;
}
.vc-tabcontent .black-subhead {
  padding-bottom: 10px;
}
.black-li {
  padding-left: 0px;
  margin-bottom: 0px;
}
.black-li li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  padding-bottom: 15px;
}
.black-li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #414042;
  width: 7px;
  height: 7px;
}
.list-inline {
  display: flex;
  gap: 50px;
}
.vc-tabcontent .col-xl-4,
.vc-tabcontent .col-xl-3 {
  margin-bottom: 20px;
}
.human-bnr {
  background: url(../images/hc/human-capital-banner-img.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.human-wrap p {
  padding-bottom: 20px;
}
.hc-img1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.hc-num h3 {
  font-size: 40px;
  font-family: PlayfairDisplay-Regular;
  padding-bottom: 3px;
  color: #092f57;
}
.hc-num p {
  color: #437cbf;
  font-size: 14px;
  font-family: OpenSans-Bold;
}
.hc-num p span {
  display: block;
}
.hc-num {
  margin-bottom: 40px;
}
.pwds-wrap {
  position: relative;
  margin-bottom: 70px;
}
.pwds-img {
  padding-top: 55px;
  padding-left: 120px;
}
.pwds-text {
  background-color: #e6e7e8;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 390px;
  width: 100%;
}
.pwds-text h4 {
  color: #274968;
  font-size: 16px;
  line-height: 22px;
  font-family: OpenSans-Bold;
  padding-bottom: 13px;
}
.uai {
  margin-top: 30px;
  margin-bottom: 50px;
}
.uai p {
  padding-top: 12px;
}
.uai p span {
  display: block;
}
.hc-casestudy h5 {
  color: #274968;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
  font-family: OpenSans-Bold;
}
.hc-casestudy h4 {
  color: #a0a0a0;
  font-size: 20px;
  line-height: 27px;
  font-family: OpenSans-Bold;
  padding-bottom: 10px;
}
.hc-casestudy h4 span {
  display: block;
  color: #407ec9;
}
.hc-casestudy h4 brook {
  display: block;
}
.hc-casestudy-img {
  margin-bottom: 25px;
}
.hc-casestudy {
  margin-bottom: 15px;
}
.hc-img5 {
  margin-bottom: 50px;
}
.clr-blue {
  color: #274968;
}
.pwds-wrap1 {
  margin-bottom: 35px;
}
.hc-img7 {
  margin-top: 20px;
  margin-bottom: 50px;
}
.ohsw {
  margin-top: 15px;
  padding-bottom: 15px;
}
.ohsw .col-xl-3 {
  border-right: 1px solid #41404260;
  padding: 0px 40px;
}
.bd-none {
  border: none !important;
}
.ohsw .col-xl-3:first-child {
  padding-left: 15px;
}
.ohsw .col-xl-3 p {
  padding-bottom: 0px;
}
.ohss {
  margin-bottom: 30px;
}
.safppr .black-subhead {
  padding-bottom: 10px;
}
.safppr .hc-num {
  margin-bottom: 10px;
}
.safppr ul li span,
.emp-eng h6 span {
  font-family: OpenSans-Bold;
}
.emp-eng h6 {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.emp-eng h6:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #407ec9;
  width: 7px;
  height: 7px;
}
.hc-img8 {
  margin-bottom: 35px;
}
.key-init .col-xl-4 {
  margin-bottom: 30px;
}
.hc-casestudy1 {
  margin-top: 20px;
}
.ic-bnr {
  background: url(../images/ic/ic-banner.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.ic-iconwrap {
  margin-bottom: 70px;
}
.ic-iconwrap h5 {
  color: #414042;
  font-size: 16px;
  line-height: 22px;
  padding: 11px 0px;
  font-family: OpenSans-Bold;
}
.ic-iconwrap ul li {
  padding-bottom: 10px;
}
.ic-iconwrap {
  display: flex;
  gap: 50px;
}
.ic-iconbox {
  width: 20%;
}
.nc-bnr {
  background: url(../images/nc/nc-banner.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.blue-subhead {
  font-size: 16px;
  line-height: 22px;
  font-family: OpenSans-Bold;
  color: #274968;
  padding-bottom: 10px;
}
.black_clr{
  color: #414042!important;
}
.mt-20 {
  margin-top: 20px;
}
.climate-table {
  margin-top: 40px;
}
.climate-table thead th {
  color: #274968;
  font-size: 16px;
  line-height: 22px;
  font-family: OpenSans-Bold;
  border-top: 2px solid #70707050;
  border-bottom: 2px solid #70707050;
}
.climate-table ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #70707050;
  margin-bottom: 10px;
}
.climate-table ul li:last-child {
  border-bottom: none;
}
.climate-table thead th:nth-child(2),
.climate-table tbody td:nth-child(2) {
  width: 30%;
}
.climate-table thead th,
.climate-table tbody td {
  padding: 10px 40px;
}
.climate-table thead th:nth-child(1),
.climate-table tbody td:nth-child(1) {
  padding-left: 0px;
}
.climate-table tbody td {
  border-bottom: 2px solid #70707050;
}
.nc-casestudy-img1 {
  padding-top: 15%;
}
.nc-img2 {
  margin-bottom: 50px;
  margin-top: 25px;
}
.blue-li {
  padding-top: 10px;
  margin-bottom: 0px;
}
.blue-li li {
  padding-bottom: 10px;
}
.blue-li li:before {
  background-color: #407ec9;
}
.net-zero {
  margin-bottom: 50px;
}
.nc-tabs #vc-tab {
  gap: 60px;
  justify-content: initial;
}
.nc-tabs.vcTabs .nav-link {
  min-height: 40px;
}
.mapping-img,
.energy-img2 {
  margin-bottom: 40px;
}
.interven h6 {
  font-size: 16px;
  line-height: 22px;
  border-bottom: 2px solid #70707050;
  min-height: 80px;
  margin-bottom: 40px;
}
.energy-img1 {
  margin-bottom: 60px;
}
.nc-tabcontent {
  margin-top: 30px;
}
.water-rec h5 {
  border-top: 2px solid #70707050;
  padding-top: 30px;
}
.water-img2 {
  margin: 60px 0px;
}
.water-img3 {
  margin-top: 60px;
}
.arec-icon {
  min-height: 80px;
}
.waste-img3 {
  margin-bottom: 60px;
  margin-top: 30px;
}
.boid ul li {
  padding-bottom: 10px;
}
.stake-bnr {
  background: url(../images/stake/stakeholder-banner.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.vcm-bnr {
  background: url(../images/vcm/value-banner.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.vcm-tabs #vc-tab {
  border-bottom: none;
  gap: 0px;
}
.vcm-tabs.vcTabs .nav-link {
  min-height: auto;
  background-color: #e6e7e8;
  padding: 8px 12px;
  width: 220px;
  text-align: center;
  color: #274968;
  font-family: OpenSans-Bold;
}
.vcm-tabs.vcTabs .nav-tabs .nav-item.show .nav-link,
.vcm-tabs.vcTabs .nav-tabs .nav-link.active {
  background-color: #274968;
  color: #fff;
  border-bottom: none !important;
}
.vcm-tabcontent {
  margin-top: 30px;
}
.vcm-wrap {
  margin-bottom: 45px;
}
.vcm-wrap h5 {
  font-family: OpenSans-Bold;
  font-size: 16px;
  line-height: 22px;
  color: #414042;
  padding: 10px 0px;
}
.vcm-wrap ul li {
  padding-bottom: 15px;
}
.vcm-greybody {
  background-color: #f2f2f2;
  padding: 20px 30px;
}
.vcm-wrap1 {
  border: 1px solid #707070;
  padding: 15px 20px 15px 35px;
}
.ret {
  border-bottom: 2px solid #fff;
}
.reit-wrap {
  border-right: 2px solid #fff;
  padding-right: 40px;
}
.reit-wrap1 {
  padding-top: 30px;
}

.firstBox h3 {
  font-size: 16px;
  line-height: 22px;
  font-family: OpenSans-Bold;
  padding-bottom: 8px;
  color: #407ec9;
}
.firstBox .row {
  padding-top: 30px;
}
.firstBox h3.grey {
  color: #414042;
}
.firstBox {
  padding: 25px 20px 25px 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 36px;
}
.firstNum h1 {
  font-size: 40px;
  line-height: 38px;
  color: #092f57;
  font-family: PlayfairDisplay-Regular;
  padding-bottom: 20px;
}
.firstNum p {
  font-size: 14px;
  line-height: 16px;
  color: #437cbf;
  font-family: OpenSans-Bold;
}
.firstNum {
  /* border-right: 1px solid #707070; */
  margin-bottom: 60px;
  padding-top: 20px;
  min-height: 100px;
}
.firstNum.noBrdr {
  border: none;
}
.color-boxes {
  display: flex;
  gap: 5px;
  margin-top: 34px;
}
.color-boxes .box {
  width: 14px;
  height: 14px;
}
.color-boxes .dark {
  background-color: #414042;
}
.color-boxes .blue {
  background-color: #407ec9;
}
.sitemap.chairman {
  padding-top: 130px;
}
.banner-sec h5 {
  font-size: 14px;
  line-height: 16px;
  color: #274968;
  font-family: OpenSans-Bold;
}
.banner-sec h1 {
  font-size: 48px;
  line-height: 60px;
  color: #274968;
  font-family: PlayfairDisplay-Regular;
}
.banner-sec p {
  font-family: OpenSans-SemiBold;
}
.banner-sec .row {
  align-items: center;
}
.banner-sec {
  /* margin-bottom: 40px; */
}
.untsD h4 {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
  color: #274968;
  font-family: OpenSans-Bold;
}
.untsD p {
  padding-bottom: 15px;
}
.untsD {
  padding-bottom: 10px;
}
.untsD ul {
  list-style: none;
  padding-left: 0;
}
.untsD ul li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 15px;
}
.untsD ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #414042;
  left: 0;
  top: 7px;
}
.our-journey {
  background-image: url(../images/our-journey-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  /* margin-top: 97px; */
  /* margin-bottom: 40px; */
}
.suatain {
  background-image: url(../images/sustainability-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  /* margin-bottom: 40px; */
}
.our {
  background-image: url(../images/our/our-approach-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  /* margin-bottom: 40px; */
}
.about.perfor {
  background-image: url(../images/performance/performance-highlight-banner.webp);
}
.about {
  background-image: url(../images/blue/blueprint-2030-framework-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  /* margin-bottom: 40px; */
}
.global {
  background-image: url(../images/brookfield-s-global-scale-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  /* margin-top: 90px; */
  /* margin-bottom: 40px; */
}
.imageSec {
  background-image: url(../images/chairman/chairman-img2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin-bottom: 40px;
}
.imageSec.new {
  background-image: url(../images/chairman/chairman-img3.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin-bottom: 40px;
}
.imageSec.ceo {
  background-image: url(../images/ceo/ceo-img2.webp);
}
.imageSec.ceo.new {
  background-image: url(../images/ceo/ceo-img3.webp);
}
.imageSec.sustainb {
  background-image: url(../images/our/our-img.webp);
}
.untsD .color-boxes {
  margin-top: 0;
}
.untsD .btmName h5 {
  font-size: 16px;
  line-height: 20px;
  color: #414042;
  font-family: OpenSans-Bold;
}
.untsD .btmName p span {
  display: block;
}
.mapImg {
  padding-bottom: 40px;
}
.mapImg.inc{
text-align: center;
}
.allNum h1 {
  font-size: 40px;
  line-height: 11px;
  color: #092f57;
  font-family: PlayfairDisplay-Regular;
  padding-bottom: 20px;
}
.allNum {
  float: left;
  max-width: 20%;
  width: 100%;
  padding-top: 30px;
}
.allNum p {
  font-size: 14px;
  line-height: 16px;
  color: #437cbf;
  font-family: OpenSans-Bold;
}
.untsD h6 {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 13px 15px 11px 21px;
  background-color: #407ec9;
  max-width: 145px;
  margin-top: 50px;
}
.netZero h1 {
  font-size: 36px;
  line-height: 20px;
  color: #092f57;
  font-family: PlayfairDisplay-Regular;
  padding-bottom: 21px;
}
.netZero {
  /* border-right: 1px solid #707070; */
  margin-bottom: 67px;
}
.netZero h1 span {
  display: block;
}
.netZero p {
  font-size: 12px;
  line-height: 15px;
  color: #437cbf;
  font-family: OpenSans-Bold;
  max-width: 261px;
}
.netZero.noBrdr {
  border: none;
}
.ourData .row > div:nth-of-type(2) .netZero {
  padding-left: 25px;
}
.ourData .row > div:nth-of-type(3) .netZero {
  padding-left: 25px;
}
.netZero.new h1 {
  line-height: 40px;
}
.mater h4 {
  text-align: center;
  padding-bottom: 25px;
}
.survImg {
  text-align: center;
  padding-bottom: 40px;
}
.identif p {
  font-size: 16px;
  line-height: 22px;
  font-family: OpenSans-Bold;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-left: 20px;
  padding-bottom: 17px;
}
.identif p span {
  display: block;
}
.identif {
  max-width: 18%;
  width: 100%;
  float: left;
  position: relative;
  margin-right: 22px;
  margin-bottom: 40px;
}
.identif .arrow {
  position: absolute;
  right: 0;
  top: 50%;
}
.searchImg {
  padding-left: 18px;
}
.about h5 {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-family: OpenSans-Bold;
}
.suatain h5 {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-family: OpenSans-Bold;
}
.frame p {
  font-size: 14px;
  line-height: 16px;
  color: #437cbf;
  font-family: OpenSans-Bold;
}
.frame {
  margin-bottom: 30px;
}
.blueImg {
  padding-bottom: 10px;
}
.gover h2 {
  font-size: 30px;
  line-height: 60px;
  color: #274968;
  font-family: OpenSans-Regular;
  padding-bottom: 15px;
}
.gover h2:nth-of-type(1) {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  max-width: 570px;
}
.ourApproach.bluePrint .firstNum h1 {
  line-height: 35px;
}
.ourApproach.bluePrint .firstNum {
  min-height: 120px;
  margin-bottom: 50px;
}
.ourApproach .graphImg {
  padding-bottom: 40px;
}
.perf-hi .firstNum {
  min-height: auto;
}
.leaseImg {
  padding-bottom: 30px;
}
ul.footnote-list {
  list-style: none;
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.6;
  max-width: 900px;
}

ul.footnote-list li {
  counter-increment: item;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

ul.footnote-list li::before {
  content: "(" counter(item) ")";
    position: absolute;
    left: 0;
    color: #4a4a4a;
    background-color: #fff;
  }
  .property-at-glance .top-div p {
    font-family: OpenSans-Regular;
    padding-bottom: 20px;
  }
  .glance {
    background-image: url(../images/properties-at-glance/properties-at-a-glance-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    /* margin-bottom: 40px; */
  }
  .glance h5 {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-family: OpenSans-Bold;
  }
  .property-at-glance .images {
    padding-bottom: 10px;
  }
  .property-at-glance .image-location {
    margin-bottom: 20px;
    background-color: #274968;
    text-align: center;
    max-width: 266px;
  }
  .property-at-glance .image-location p {
    font-family: OpenSans-Bold;
    color: #ffffff;
    padding: 10px 15px;
  }
  .property-at-glance .image-location p span {
    display: block;
  }
  .property-at-glance .image-detail {
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #707070;
    max-width: 266px;
    min-height: 60px;
  }
  .property-at-glance .image-detail p {
    font-family: OpenSans-Regular;
    color: #274968;
    padding-bottom: 15px;
  }
  .property-at-glance .image-detail p span {
    display: block;
  }
  .property-at-glance .image-detail2 {
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #707070;
    max-width: 266px;
    min-height: 60px;
  }
  .property-at-glance .image-detail2 p {
    font-family: OpenSans-Bold;
    color: #274968;
    padding-bottom: 15px;
  }
  .property-at-glance .image-detail2 p span {
    display: block;
  }

  .social-relationship {
    background-image: url(../images/social-relation-captial/src-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    /* margin-bottom: 40px; */
  }
  .social-relationship h5 {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-family: OpenSans-Bold;
  }
  .social-relationship-top {
    padding-bottom: 20px;
  }
  .social-relationship-top .top-div p {
    font-family: OpenSans-Regular;
    padding-bottom: 20px;
  }
  .social-first {
    background-image: url(../images/social-relation-captial/src-img1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    margin-bottom: 40px;
  }

  .social-relationship-top .top-div h5 {
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 22px;
    color: #274968;
    padding-bottom: 20px;
  }
  .social-second {
    background-image: url(../images/social-relation-captial/src-img2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    margin-bottom: 40px;
  }
  .social-sub-div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 20px;
  }

  .sub1 h6 {
    font-family: PlayfairDisplay-Regular;
    font-size: 40px;
    color: #092f57;
    padding-bottom: 10px;
  }
  .sub1 p {
    font-family: OpenSans-Bold;
    font-size: 14px;
    line-height: 16px;
    color: #437cbf;
  }
  .social-third {
    background-image: url(../images/social-relation-captial/src-img3.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    margin-bottom: 40px;
  }
  .last-sub-social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 20px;
  }
  .last-sec-social {
    padding-bottom: 0;
  }
  .last-sub-social {
    padding-bottom: 0;
  }

  .climate-table-headin th {
    color: #4d4d4f !important;
  }
  .climate-table-lis ul li {
    color: #4d4d4f;
  }
  .grey-subheadin {
    color: #4d4d4f;
    font-size: 16px;
    line-height: 22px;
    font-family: OpenSans-Bold;
    padding-bottom: 10px;
  }
  .grey-sub-list {
    color: #4d4d4f !important;
    font-weight: 600 !important;
  }
  .grey-sub-list .blue-li {
    color: #414042 !important;
    font-weight: 400 !important;
  }

  .net-zero-widt {
    max-width: 70%;
  }

  .vcm-tab-sub-headin h5 {
    color: #274968;

  }
  .india-reit-tab-headin h5{
    color: #274968;
    font-family: OpenSans-Bold;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0px 20px 0px;
  }

  .para-brk p span{
    display: block;
  }
  .min-hgt-160{
    min-height: 160px !important;
    margin-bottom: 0 !important;
  }
  .min-hgt-108{
    min-height: 108px;
    margin-bottom: 42px;
  }
  .mg-btm-0{
    margin-bottom: 0;
  }

  .about-brd-line-para {
    position: relative;
    border: 1px solid black;
    padding: 20px;
    margin: 30px 0 50px;
  }
  .about-brd-line-para:after {
    position: absolute;
    display: block;
    content: "";
    width: 100px;
    height: 6px;
    background: #437CBF;
    top: -4px;
  }
  .blue-clr-headin{
    color: #274968;
  }
/* glance css */
.desktopVSec {
  display: block;
}
.propinner .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.propinner ul li.nav-item {
  width: 23%;
  margin-right: 20px;
}
.propMain {
  gap: 20px;
}
.propMain img {
  width: 100%;
  filter: grayscale(100%);
}
.propinner .nav-tabs .nav-link span{
  background-color: #E6E7E8;
  color: #002A4E;
  font-size: 12px;
  display: block;
  margin-top: 15px;
}
.propinner .nav-tabs .nav-link.active {
  background: #fff;
  padding: 0;
  border: 0;
}
.propinner .nav-tabs .nav-link.active img {
  filter: grayscale(0);
}
.propinner .nav-tabs .nav-link.active span {
  background: #002A4E;
  color: #fff;
}
.propinner .nav-tabs a.nav-link span {
  padding: 17px 30px 10px;
  min-height: 64px;
  font-family: OpenSans-Bold;
  text-align: center;
}
.textblock {
  display: block;
}
.propinner .tab-content .tab-pane {
  padding-left: 0px;
}
.spcng {
  margin-top: 50px;
}
.propinner .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.propinner a.nav-link {
  padding: 0;
  border: 0;
}
.cmninner ul li {
  color: #707070;
  padding-bottom: 10px;
}
.propinner ul {
  padding-left: 0px;
}

.forMobileTab {
  display: none;
}
.leaseImg{
  position: relative;
}
.lease-para{
  position: absolute;
  top: 63px;
  left: 0;
  max-width: 377px;
}
.mblV{
  display: none;
}
.desktopV{
  display: flex;
}
/*homepage*/
.bannerText {
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  max-width: 580px;
  width: 100%;
}
.bannerText h2 span{
  font-family: OpenSans-Bold;
  font-size: 14px;
  line-height: 17px;
  display: block;
}
.bannerText h2{
  font-family: PlayfairDisplay-Regular;
  font-size: 48px;
  line-height: 55px;
  color: #fff;
}
.topBanner{
  background-image: url("../images/homepage/banner-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
}
.allBtns a {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
  padding: 8px 60px 8px 15px;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  border: 1px solid #FFF;
  font-size: 14px;
  transition: all .3s ease-out;
}
.allBtns a::before {
  background: #FFF;
  opacity: .3;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 0;
  z-index: -1;
}
.allBtns a::after {
  background-image: url(../images/homepage/banner-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  width: 21px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 15px;
}
.allBtns a:hover::before {
  width: 100%;
}
.scrollDeli {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  padding: 50px 0px;
  height: 220px;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
.scrollNote {
  margin-top: 30px;
}
.snapshotdata1, .snapshotdata2, .snapshotdata3 {
  height: 220px;
  overflow: hidden;
}
.incomeTxt {
  border-right: 1px solid #333;
  min-height: 75px;
}
.incomeTxt h4 {
  color: #092F57;
  font-size: 40px;
  line-height: 50px;
  font-family: PlayfairDisplay-Regular;
  display: flex;
  justify-content: center;
  height: 50px;
}
.incomeTxt h4 sub {
  bottom: 0px;
  line-height: 48px;
  padding-left: 4px;
}
.incomeTxt p {
  color: #437CBF;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  max-width: 180px;
  width: 100%;
  margin: 0px auto;
  display: block;
  font-family: OpenSans-Bold;
}
.strongDelivery {
  background-color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100vh;
}
.strongDelivery h3 {
  font-size: 30px;
  line-height: 35px;
  color: #092F57;
  font-family: PlayfairDisplay-Regular;
}
.scrollNote p {
  font-size: 14px;
  color: #437CBF;
  line-height: 19px;
  font-family: OpenSans-Italic;
}
.scrollNote p span {
  display: block;
}
.ourJourney {
  background-image: url(../images/homepage/our-journey-img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding: 171px 0px;
}
.allHeads h3 {
  font-family: PlayfairDisplay-Regular;
  font-size: 48px;
  line-height: 55px;
  color: #fff;
}
.allHeads h3 span {
  font-family: OpenSans-Bold;
  font-size: 14px;
  line-height: 17px;
  display: block;
}
.ourJourneyTxt .allBtns{
  margin-top: 35px;
}
.ourJourneyTxt {
  max-width: 390px;
  width: 100%;
  margin-left: 95px;
}
.ipoText h4 {
  font-family: OpenSans-Bold;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 7px;
}
.ipoText p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-family: OpenSans-Regular;
  max-width: 345px;
  width: 100%;
  margin-bottom: 25px;
}
.indOff h5 {
  color: #fff;
  font-size: 40px;
  font-family: PlayfairDisplay-Regular;
}
.indOff h5 span {
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-family: OpenSans-Bold;
}
.indOff {
  margin-bottom: 25px;
}
/*slider arrow*/
.ourJourneySlider .owl-nav button.owl-next {
  position: absolute;
  width: 26px;
  height: 49px;
  top: 35%;
  margin: auto;
  right: 95px;
  background-image: url("../images/homepage/right-arrow-white.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ourJourneySlider .owl-nav button.owl-prev {
  position: absolute;
  width: 26px;
  height: 49px;
  top: 35%;
  margin: auto;
  left: -95px;
  opacity: 1;
  background-image: url("../images/homepage/left-arrow-white.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ourJourneySlider.owl-theme .owl-nav .owl-prev:hover,
.ourJourneySlider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 26px;
  height: 49px;
}
/**/
.tab_click {
  width: 100%;
  margin-left: 40px;
  background-color: #274968;
  max-width: 413px;
  padding: 20px;
}
.chairmanMsg1 {
  height: 662px;
}
.chairmanMsg2 {
  height: 662px;
  transform: translateY(662px);
  z-index: 999;
  position: relative;
}
.chairmanMsg2 .left {
  background-image: url("../images/homepage/alok-aggarwal-img.webp");
}
.chairmanMsg1 .left {
  background-image: url("../images/homepage/ankur-gupta-img.webp");
}
.left {
  width: 50%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.right {
  width: 50%;
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #274968;
}
.chairmanMsg {
  overflow: hidden;
  height: 662px;
  margin-top: -2px !important;
}
.tab_click h4 {
  color: #FFF;
  font-family: OpenSans-Bold;
}
.tab_click p {
  color: #FFF;
  margin-top: 15px;
  font-family: 'OpenSans-Light';
  margin-bottom: 30px;
}
.allBtns a.new-btn {
  color: #FFF;
  border: 1px solid #FFF;
}
.tab_click h4 span {
  display: block;
  font-size: 11px;
  line-height: 16px;
  font-family: OpenSans-Bold;
}
.tab_click h4 span.innerTxt {
  font-size: 14px;
  line-height: 20px;
  font-family: OpenSans-Semibold;
}
.ourProperties {
  background-image: url("../images/homepage/our-properties-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  align-items: center;
  display: flex;
}
.threeLinks {
  padding: 66px 0px;
}
.investorRela {
  border: 1px solid #414042;
  padding: 30px 82px;
}
.indRela a span{
 font-size: 20px;
 line-height: 24px;
 color: #437CBF;
 font-family: OpenSans-Regular;
 width: 100%;
}
.indRela a {
  display: flex;
  gap: 15px;
  align-items: center;
}
span.linkW1{
  max-width: 86px;
}
span.linkW2{
  max-width: 150px;
}
span.linkW3{
  max-width: 200px;
}
.indRela {
  position: relative;
}
.indRela::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: #e4e4e4;
}
.indRela.noBor::after{
  display: none;
}
.indRela.noBor {
  float: right;
}
.middleLink {
  margin: 0px auto;
  display: flex;
  justify-content: center;
}
.indRela.middleLink::after {
  right: -40px;
}
.awardsAcolades .allHeads h3 {
  color: #092F57;
  font-size: 30px;
  line-height: 35px;
  max-width: 250px;
  width: 100%;
}
.weHave {
  max-width: 381px;
  width: 100%;
}
.weHave p {
  margin-bottom: 25px;
}
.awardsAcolades {
  padding-top: 66px;
  width: 100%;
}
.awardsAcolades .row {
  align-items: center;
}
.awardsAcolades .allBtns a {
  color: #407EC9;
  border: 1px solid #407EC9;
}
.awardsAcolades .allBtns a::after {
  background-image: url(../images/homepage/banner-arrow-blue.svg);
}
.governancePro{
  background-image: url("../images/homepage/governance-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.govIns{
  max-width: 280px;
  width: 100%;
}
.govIns h4 {
  font-family: OpenSans-Bold;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin:35px 0px 20px 0px;
}
.govIns.allHeads h3{
  font-size: 30px;
  line-height: 35px;
}
.directorWo {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.directorWo h5 {
  color: #fff;
  font-size: 48px;
  font-family: PlayfairDisplay-Regular;
}
.directorWo h5 span {
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-family: OpenSans-Bold;
}
.posRel{
  position: relative;
}
.awardsAcolades .allHeads h3.othW {
  max-width: 270px;
}
.lotus {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leadOn{
  padding: 72px 0px;
  background: #E6E7E8;
}
.gapNat{
  margin-left: 80px;
}
.gapNat .allBtns{
  margin-top: 21px;
}
.ourApproach{
  background-image: url("../images/homepage/our-approach-to-materiality-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.normalText h4{
 font-size: 14px;
 line-height: 19px;
 font-family: OpenSans-Bold;
 margin-bottom: 7px;
 color: #fff;
}
.normalText p{
  margin-bottom: 25px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.stakeHolder{
  padding: 66px 0px;
}
.normalText {
  max-width: 460px;
  width: 100%;
}
.allStake {
  background-color: #274968;
  max-width: 454px;
  width: 100%;
  padding: 42px;
  position: absolute;
  right: 0px;
  top: 75px;
}
.allStake.allHeads h3 {
  font-family: PlayfairDisplay-Regular;
  font-size: 30px;
  line-height: 35px;
}
.allStake p {
  color: #fff;
  margin-bottom: 30px;
}
.awardsAcolades .allHeads.tenantBase h3{
  max-width: 320px;
}
.weHave p {
  color: #437CBF;
}
.allHeads.tenantBase h3 span {
  margin-bottom: 10px;
}
.weHave.tenantBase {
  margin-left: 35px;
}
.managementDis{
  background-image: url("../images/homepage/management-discussion-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.mngDis.allHeads h3{
  font-size: 30px;
  line-height: 40px;
}
.mngDis p{
  color: #fff;
  margin-bottom: 30px;
}
.mngDis{
  max-width: 398px;
  width: 100%;
  float: right;
}
.locationsSlider.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.locationsSlider.owl-carousel .owl-stage {
  padding-left: 0px !important;
}
.allLocations {
  padding: 66px 0px;
  position: relative;
  width: 100%;
  display: inline-block;
}

.indLocation {
  position: relative;
}
.locText {
  position: absolute;
  left: 59px;
  bottom: 40px;
}
.locText h4 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-family: OpenSans-Bold;
}
.locText p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-family: OpenSans-Regular;
}
/*slider arrow*/
.locationsSlider .owl-nav button.owl-next {
  position: absolute;
  width: 33px;
  height: 29px;
  bottom: 58px;
  margin: auto;
  right: 95px;
  background-image: url("../images/homepage/our-properties/arrow-right.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.locationsSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 33px;
  height: 29px;
  bottom: 58px;
  margin: auto;
  left: -95px;
  opacity: 1;
  background-image: url("../images/homepage/our-properties/arrow-right.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-180deg);
}
.locationsSlider.owl-theme .owl-nav .owl-prev:hover,
.locationsSlider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.locationsSlider.owl-theme .owl-nav {
  margin-top: 0;
}
.slider-counter {
  position: absolute;
  bottom: 124px;
  right: 20%;
  z-index: 999;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
/**/
.sustainTxt.allHeads h3 {
  font-size: 30px;
  line-height: 35px;
}
.mt30{
  margin-top: 30px;
}
.sutainbilityMain {
  position: relative;
  width: 100%;
}
.allNums {
  position: absolute;
  top: 150px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  height: 100vh;
}
.netZero1{
  margin-bottom: 38px;
}
.netZero1 h5 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 45px;
  font-family: PlayfairDisplay-Regular;
}
.netZero1 p {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  /* font-family: OpenSans-Bold; */
  max-width: 271px;
  width: 100%;
}
.gapBtms{
  padding-bottom: 66px;
}
.netZero1 p.fixW{
  max-width: 312px;
}
.netZero1 p.fixW2{
  max-width: 260px;
}
.allNums{
  opacity: 0;
}

.social-relationship-top.last-sec-social .brdr{
  border-bottom: 1px solid #707070;
  margin-top: 30px;
}
.better h5{
  font-size: 16px;
  line-height: 20px;
  color: #274968;
  font-family: OpenSans-Bold;
  padding-bottom: 15px;
}
.social-relationship-top.last-sec-social{
  margin-bottom: 40px;
}
.commuData{
  padding: 20px 0;
}
.myImg{
  padding-bottom: 40px;
}
.better h5.black{
  color: #414042;
}
.prnt{
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.prnt h5{
  background: #fff;
  flex-shrink: 0;
  padding: 0;
  padding-right: 10px;
}
.prnt .line{
  background-color: #414042;
  width: 100%;
  height: 1px;
}
.impactSec p{
  padding-bottom: 20px;
}
.childImg{
  padding-bottom: 50px;
}
.enhanc{
 padding-bottom: 50px;
}
.restr{
 padding-bottom: 50px;
}
.pwrpr{
 padding-bottom: 50px;
}
.senr {
  padding-bottom: 50px;
}
.brdrNew {
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
.onboard p{
  color: #274968;
  font-family: OpenSans-Bold;
}
.onboard {
  border-right: 1px solid #707070;
  text-align: center;
  margin-bottom: 40px;
  padding: 0px 20px;
}
.onboard.left{
  text-align: left;
}
.onboard.noBrdr{
  border: none;
}
.onboard p span{
  display: block;
}
.row.pb20{
  padding-bottom: 10px;
}
.socialN .pwds-text{
  z-index: 1;
}
.socialN .pwds-img{
  position: absolute;
  z-index: 9;
  left: 22%;
  bottom: -18.3%;
}
.socialN .pwds-wrap {
  position: relative;
  min-height: 534px;
  margin-bottom: 70px;
}
.socialN .pwds-text {
 max-width: 420px;
 padding-right: 63px;
}
.socialN .prnt h5{
  color: #274968;
  font-size: 16px;
  line-height: 22px;
  font-family: OpenSans-Bold;
  padding-left: 10px;
}
.socialN .prnt .line{
  width: 75%;
}
.socialN .prnt{
  justify-content: right;
}
.socialN{
  border-bottom: 1px solid #707070;
  padding-bottom: 60px;
  margin-bottom: 35px;
}
.collab .better p{
  padding-bottom: 40px;
}
.presen{
 padding-bottom: 35px;
}
.presenT{
  padding-bottom: 35px;
}
.pwds-text h4.blue{
  color: #437cbf;
}
.pwds-text h4.grey{
  color: #707070;
}
.better h1.bannSame{
  font-family: PlayfairDisplay-Regular;
  font-size: 35px;
  line-height: 40px;
  color: #274968;
  padding-bottom: 13px;
}
.better h1.bannSame span{
  display: block;
}
.commuData {
  background-color: #fff;
  padding-bottom: 60px;
}
.left h3 {
  font-family: PlayfairDisplay-Regular;
  font-size: 30px;
  line-height: 35px;
  color: #274968;
  max-width: 275px;
  width: 100%;
  margin-left: 20%;
  margin-top: 30%;
}
.left h3 span {
  display: block;
  color: #274968;
  font-size: 14px;
  line-height: 19px;
  font-family: OpenSans-Bold;
}
/*  */
.key-stats {
  color: #fff;
  padding: 20px 0;
  bottom: -14px;
  left: 28px;
}

.key-stats .container {
  display: flex;
  align-items: start;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  padding-left: 0;
}

.stats-item {
  max-width: 205px;
  padding: 0 15px;
  position: relative;

}
.stats-item.brdr::after{
  content: '';
  position: absolute;
  right: -14px;
  top: 0;
  height: 76px;
  background-color: #fff;
  width: 1px;
}

.stats-item:first-child {
  border-left: none;
  padding-left: 0;
}

.stats-item h4 {
  font-size: 28px;
  margin: 0;
  font-family: PlayfairDisplay-Regular;
  padding-bottom: 5px;
}

.stats-item h4 span {
  font-size: 22px;
}

.stats-item p {
  font-size: 12px;
  font-family: OpenSans-Bold;
  line-height: 15px;
}
.key-stats h3{
  color: #fff;
  font-family: OpenSans-Bold;
  font-size: 14px;
  padding-bottom: 10px;
}
/* .key-stats {
  height: 0;
  overflow: hidden;
  transition: ease all 1s;
} */

.locText:hover .key-stats {
  transition: ease all 1s;
  height: 100%;
}
/* slider */
.awards-carousel .item {
  padding: 15px;
}

.awards-carousel .singleImg img {
  width: 100%;
  display: block;
}

.awards-carousel .lotus img {
  max-width: 80px;
}
.awards-carousel .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
  display: flex;
  gap: 72px;
}

.awardsAcolades { position: relative; }

.carousel-counter {
 position: absolute;
 bottom: 21px;
 right: 64px;
 font-size: 21px;
 color: #2b82e6;
}
h6.st a {
  color: #fff;
}
.key-stats .allBtns{
  margin-top: 40px;
}
.firstNum.para-brk.newnet h1 {
  line-height: 40px;
}
.firstNum.para-brk.newnet
{
  padding-top: 10px;
}
.pageButtons.allBtns a {
  color: #407EC9;
  border: 1px solid #407EC9;
}
.pageButtons.allBtns a::after {
  background-image: url(../images/homepage/banner-arrow-blue.svg);
}
.pageButtons.allBtns {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
.pageButtons.allBtns a::before {
  background: #407EC9;
  opacity: .3;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 0;
  z-index: -1;
}
.pageButtons.allBtns a:hover::before {
  width: 100%;
}
.ourJourney .row1 {
    display: flex;
}
.desktopV{
  display: block;
}
.singleImg.posRel {
  max-width: 1116px;
  margin: auto;
}
section.awardsAcolades.leadOn .container {
    position: relative;
}
.firstNum.para-brk h1 span {
    display: block;
}
.ourData.shad .container{
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding: 20px;
}