@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: OpenSans-ExtraBold;
    src: url(../fonts/OpenSans-ExtraBold_1.ttf);
}

@font-face {
    font-family: OpenSansCondensed-Bold;
    src: url(../fonts/OpenSansCondensed-Bold.ttf);
}
@font-face {
    font-family: Rupee-reg;
    src: url(../fonts/Rupee.ttf);
}
@font-face {
    font-family: itf-rupee;
    src: url(../fonts/itf-rupee.ttf);
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;

}

h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}
p{
color: #4D4D4F;
}
a {
    text-decoration: none !important;
    font-size: 16px;
}

a:hover {
    text-decoration: none !important;
}

p {
    font-size: 16px;
    line-height: 24px;
}

/*-----------Header Css End-------------*/
header {
    padding: 15px 0px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent;
    min-height: 66px;

}

.sticky {
    background: #002A4E;
    -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: .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: BauerBodoniStd-Roman;
    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: .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: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.bluelogo {
    height: 30px;
    filter: brightness(0) invert(1);
}

.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 .3s;
    position: relative;
}

.menu ul li a:after {
    position: absolute;
    display: block;
    content: "";
    width: 0%;
    background: #ee7d1e;
    transition: all ease .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;
}

/*.h-bse-data a
{
  border:1px solid #437CBF;
  color: #437CBF;
  padding: 6px 14px;
  font-size: 14px;
}
.h-bse-data a img
{
    padding-left: 10px;
}
.h-bse-data span img
{
    padding-left: 10px;
    padding-right:5px; 
}*/
/*a.hdrlogo img {
    width: 105px;
}*/
/*a.hdrlogo img {
    filter: brightness(0) invert(1);
}*/
/**/
/*Footer*/
footer {
    background: #002A4E;
    padding-bottom: 20px;
    padding-top: 40px;
    position: relative;
     margin-top: 50px; 
}

footer h6 {
    font-size: 14px;
    font-family: OpenSans-Bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    height: 62px;
    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*/
.bnrtxt p {
    font-size: 20px;
    font-family: PlayfairDisplay-Regular;
    line-height: 24px;
    position: relative;
    z-index: 9;
    color: #fff;
}

.bnrtxt p .bgbluespan:after {
    position: absolute;
    display: block;
    content: "";
    background: #002A4E;
    width: 100%;
    height: 25px;
    top: -5px;
    z-index: -1;
}

.bnrtxt h2 {
    font-family: PlayfairDisplay-Regular;
    font-size: 48px;
    line-height: 55px;
    color: #fff;
}

.bnrtxt h1 {
    font-family: OpenSans-Bold;
    font-size: 14px;
    line-height: 17px;
}

.blueline {
    background: #437CBF;
    width: 63px;
    height: 4px;
    margin: 10px 0px 5px 0px;
}

.cmnbnr {
    height: 100vh;
    top: 0;
    background-position: center;
    position: relative;
    left: 0;
    width: 100%;
}

.ceobnr {
    background: url(../images/ceo-message/ceo-imgnew.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.cm-bnr {
    background: url(../images/from-the-chairman/chairman-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;
    max-width: 580px;
    width: 100%;
}
.bnrtxt.mt50{
    margin-top: 50px;
}
section.sitemap {
    padding: 10px 0 35px;
}

section.sitemap a {
    font-size: 12px;
    line-height: 16px;
    color: #002A4E !important;
    font-family: OpenSans-Regular;
}

.bold16blue {
    color: #002A4E;
    font-family: OpenSans-Bold;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0 15px;
    /* margin-bottom: 0; */
}

.cmninner p {
    padding: 15px 0;
    padding-top: 0px;
    line-height: 22px;
    font-size: 16px;
    color: #4D4D4F;
    font-family: OpenSans-Regular;
}

.semibold16blue {
    color: #437CBF;
    position: relative;
    line-height: 22px;
    font-family: OpenSans-Semibold;
    font-size: 16px;
    margin: 30px 0;
}

.cmntop10 {
    margin-top: 10px !important;
}

.cmntop20 {
    margin-top: 20px !important;
}

.cmntop30 {
    margin-top: 30px !important;
}

.cmntop40 {
    margin-top: 40px !important;
}

.cmntop50 {
    margin-top: 50px !important;
}

.namediv {
    margin-top: 0px;
}

.namediv h3 {
    font-family: OpenSans-Bold;
    color: #707070;
    font-size: 16px;
    margin-top: 9px;
}

img.ceo-img2 {
    margin-top: 20px;
    width: 100%;
}

.revlvng-bnr {
    background: url(../images/revlvng-banner.webp) no-repeat;
    background-size: cover;
}

.brdr-line {
    position: relative;
    border: 1px solid #437CBF;
    padding: 20px;
    margin: 30px 0 50px;
}

.brdr-line:after {
    position: absolute;
    display: block;
    content: "";
    width: 100px;
    height: 6px;
    background: #437CBF;
    top: -4px;
}

.brdr-line p {
    color: #000000;
}

.bold16black {
    color: #000;
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 5px;
}

.bold16gray {
    color: #707070;
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 5px;
}

.rev-tbl {
    margin: 20px 0 40px;
    width: 100%;
}

.bold20blue {
    color: #002A4E;
    font-family: OpenSans-Bold;
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 10px;
}

.bold16lightblue {
    color: #437CBF;
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 5px;
}

.rev-img {
    margin-bottom: 40px;
}

p.notepara {
    font-size: 14px;
    font-style: italic;
}

.textblock {
    display: block;
}

.prtnrbnr {
    background: url(../images/partnr-banner.webp) no-repeat;
    background-size: cover;
}

.prtnrbnr2 {
    background: url(../images/at-the-for-front-img.webp) no-repeat;
    background-size: cover;
}

.bgbluespan {
    position: relative;
    z-index: 9;
}

.bgbluespan:after {
    position: absolute;
    display: block;
    content: "";
    background: #002A4E;
    width: 100%;
    height: 25px;
    top: -5px;
    z-index: -1;
}

.scalebox {
    border-left: 1px solid #707070;
    padding-left: 30px;
    margin-top: 30px;
}

.pdng-brdr-none {
    padding-left: 0 !important;
    border: none !important;
}

.scalebox h3 {
    color: #002A4E;
    font-family: BauerBodoniStd-Roman;
    font-size: 28px;
}

.scalebox p {
    font-family: OpenSansCondensed-Bold;
    font-size: 14px;
    color: #3F7CBF;
}

.partnr-shadow {
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px 30px 30px;
    margin-top: 60px;
}

.blueclrtxt {
    color: #437CBF !important;
}

.about-bnr {
    background: url(../images/about-bnr-new.webp) no-repeat;
    background-size: cover;
}

.partnr-shadow.about-shadow {
    margin-top: 40px;
}

.about-shadow p.notepara {
    margin-top: 30px;
    color: #002A4E;
}

ul.disklist li {
    padding: 7px 0;
    color: #4D4D4F;
}

ul.disklist {
    list-style: square;
    padding-left: 20px;
}

.esg-bnr {
    background: url(../images/esg-banner.webp) no-repeat;
    background-size: cover;
}

.esgbox h3 {
    font-size: 16px;
    color: #4D4D4F;
    font-family: 'OpenSans-Bold';
    margin: 15px 0 5px;
}

.esgbox {
    border: 1px solid #707070;
    height: 300px;
    margin: 15px 0;
    padding: 20px;
}

.esgbox200 {
    height: 220px;
}

.guidncebox {
    padding: 20px;
    box-shadow: 0px 3px 6px #00000029;
    margin: 20px 0 30px;
}

.guidncebox h4 {
    font-size: 16px;
    color: #4D4D4F;
    font-family: 'OpenSans-Bold';
    margin: 15px 0 5px;
}

.areabox h3 {
    font-size: 14px;
    color: #002A4E;
    font-family: 'OpenSans-Bold';
    margin: 15px 0 5px;
}

.areabox {
    border-left: 1px solid #707070;
    text-align: center;
    height: 100px;
    padding: 0 20px;
    margin: 30px 0;
}

.nobrdr {
    border: none;
}

img.gobal-scale-img {
    margin: 20px 0;
}

.globl-detail {
    padding-left: 0px;
    border-top: 1px solid #002A4E;
    border-right: 1px solid #002A4E;
    border-bottom: 1px solid #002A4E;
    height: auto;
    padding-top: 90px;
}

.globl-detail .scalebox {
    border-left: 1px solid #002A4E;
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 100px;
}

.india-real-state-img {
    margin: 15px 0;
}

.ten-bnr {
    background: url(../images/tenant-base-banner.webp) no-repeat;
    background-size: cover;
}

.spncr-bnr {
    background: url(../images/our/our-sponsor-and-manager-b-img.webp) no-repeat;
    background-size: cover;
}

/*Brook end*/

.hm-stakeholder {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background: var(--bg);
}

.card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.card-contents {
    position: relative;
    width: 1920px;
    height: 930px;
    background-color: #000;
}

.card-contents img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    opacity: 1;
    object-fit: cover;
}

.card-description {
    position: relative;
    top: 250px;
    left: 0;
    z-index: 9999999;
}

.hm-stakeholder .bnrtxt {
    display: block;
    height: auto;
}

p.notepara-2 {
    font-size: 14px;
    font-style: italic;
    font-family: 'OpenSans-Regular';

}

.hm-banner {
    background: url(../images/hm-banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
}

.read-btn {
    margin-top: 25px;
}

.custombutton {
    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;
}

.custombutton:before {
    background: #fff;
    opacity: .3;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 0;
    z-index: -1;
}

.custombutton: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;
}

.custombutton:hover:before {
    width: 100%;
}

.partnering {
    background: url(../images/partnering-india-s-growth-img.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.whoweare {
    background: url(../images/who-we-are-img.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.p-glance {
    background: url(../images/properties-at-a-glance-img.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.hm-keyhighlights {
    padding: 80px 0px;
}

.hm-keyhighlights h2 {
    font-size: 30px;
    line-height: 35px;
    color: #002A4E;
    font-family: PlayfairDisplay-Regular;
}

.hm-keyhighlights .blueline {
    margin-bottom: 28px;
}

.key-num {
    margin-bottom: 50px;
}

.key-num h3 {
    color: #002A4E;
    font-size: 26px;
    font-family: BauerBodoniStd-Roman;
}

.key-num p {
    color: #002A4E;
    font-size: 14px;
    line-height: 18px;
    font-family: OpenSansCondensed-Bold;
}

.key-num p span {
    display: block;
}

.footnote {
    color: #707070;
    font-size: 14px;
    font-family: OpenSans-Italic;
    margin-bottom: 80px;
}

.footnote span {
    display: block;
}

.hm-chmsg {
    max-width: 475px;
    width: 100%;
    margin-left: 20px;
    background-color: #002A4E;
}

.hm-chtext {
    padding: 20px 30px;
    min-height: 170px;
}

.hm-chtext h4 {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-family: OpenSans-Bold;
    padding-bottom: 10px;
}

.hm-chtext h5 {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: OpenSans-Semibold;
    border-bottom: 1px solid #ffffff60;
    padding-bottom: 8px;
    margin-bottom: 10px;
    min-height: 50px;
}

.hm-chtext h5 span {
    font-size: 14px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}

.ch-btn a {
    font-size: 22px;
    line-height: 35px;
    font-family: PlayfairDisplay-Regular;
    color: #fff;
}

.ch-btn a img {
    padding-left: 20px;
}

.hm-ceo {
    margin-left: 0px;
    margin-right: 20px;
}

.our-prop {
    background: url(../images/our-properties-img.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.hm-tenant {
    padding: 80px 0px;
}

.hm-tenant h6 {
    color: #437CBF;
    font-size: 14px;
    font-family: OpenSans-Bold;
}

.hm-tenant h2 {
    font-size: 30px;
    line-height: 36px;
    color: #002A4E;
    font-family: PlayfairDisplay-Regular;
}

.hm-tenant h2 span {
    display: block;
}

.hm-tenant p {
    color: #002A4E;
    font-size: 16px;
    line-height: 20px;
}

.hm-tenant .row {
    align-items: center;
}

.hm-tenant .custombutton,
.eq-tab-content .custombutton {
    color: #3F7CBF;
    border: 1px solid #3F7CBF;
}

.hm-tenant .custombutton:after,
.eq-tab-content .custombutton:after {
    background-image: url(../images/homepage/blue-arrow.svg);
}

.hm-tenant .custombutton:before,
.eq-tab-content .custombutton:before {
    background: #3F7CBF;
    opacity: .2
}

.hm-mdna {
    background: url(../images/management-discussion-img.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.hm-mdna h2 span {
    display: block;
}

.hm-mdna p {
    max-width: 340px;
    width: 100%;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 20px;
}

.operational {
    position: relative;
    margin: 80px 0px;
    height: 70vh;
}

.operational .blueline {
    margin-bottom: 50px;
}

.op-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}

.hm-esg {
    background: url(../images/homepage/about-brookfield-india-reit-b-img.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
.hm-esg h2 span
{
    display: block;
}
.bnrtxt1 h2 {
    font-size: 35px;
    line-height: 40px;
}

.bnrtxt1 h6 {
    font-size: 14px;
    padding-bottom: 5px;
}

.ourproimage-sec {
    padding: 80px 0px;
}

.env-img {
    position: relative;
}

.env-text {
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.env-text h6 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
}

.env-text h2 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-family: PlayfairDisplay-Regular;
    padding-bottom: 10px;
}

.env-text h2 span {
    display: block;
}

.custombtn {
    position: relative;
}

a.custombtn {
    align-items: center;
    color: #fff;
    display: inline-flex;
    text-decoration: none;
    transition: all .5s ease-in-out;
    white-space: nowrap;
}

.custombtn span {
    max-width: 0;
    opacity: 0;
    padding-right: 0;
    transition: all .5s ease-in-out;
    font-size: 16px;
}

a.custombtn:after {
    background-image: url(../svg/read-more-arrow-white-esg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 15px;
    width: 29px;
    margin-top: 6px;
}

.custombtn:hover span {
    max-width: 100%;
    opacity: 1;
    padding-right: 15px;
}

.vangaurd {
    margin-bottom: 60px;
}

.vangaurd .row .col-lg-8 {
    position: relative;
}

.gov-text {
    position: absolute;
    bottom: 150px;
    z-index: 9;
    left: 80px;
}

.gov-text .read-btn {
    margin-top: 0px;
}

.visionary-text h2,
.gov-text h2 {
    color: #002A4E;
    font-size: 30px;
    line-height: 35px;
    font-family: PlayfairDisplay-Regular;
}

.visionary-text .blueline {
    margin-bottom: 80px;
}

.gov-text h6 {
    color: #fff;
    font-size: 14px;
    font-family: OpenSans-Bold;
}

.gov-text h2 {
    color: #fff;
}

.v-link {
    margin-bottom: 50px;
}

.v-link a {
    color: #002A4E;
    font-size: 22px;
    line-height: 30px;
    font-family: OpenSans-Regular;
    position: relative;
    display: block;
}

.v-link a:after {
    background-image: url(../svg/our-tenants-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 15px;
    width: 21px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.btmfdf-box {
    border: 1px solid #437CBF;
    padding: 15px 40px 25px 40px;
}

.btmfdf-box h4 {
    color: #002A4E;
    font-size: 22px;
    line-height: 30px;
    font-family: OpenSans-Regular;
    padding-bottom: 20px;
}

.btmpdf-btn a {
    background-color: #002A4E;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 20px;
    display: inline-block;
}

.btmpdf-btn a img {
    padding-left: 10px;
}

.our-properties {
    padding-top: 80px;
}

.our-properties h2 {
    color: #437CBF;
    font-size: 30px;
    line-height: 35px;
    font-family: PlayfairDisplay-Regular;
}

.eqi-tab {
  margin-right: 0;
  max-width: 315px;
  width: 100%;
  height: 622px;
  position: relative;
  padding-top: 15px;
}
.eqi-tab::after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: 59px;
  width: 3px;
  height: 100%;
  background-color: #e4e4e4;
  z-index: -9;
}
.eqi-tab .nav-pills .nav-link {
    border-radius: 0px;
    padding: 0px 0px 10px 0px;
    display: flex;
    align-items: center;
    color: #092F57;
    font-family: OpenSans-Regular;
    gap: 30px;
    margin-bottom: 26px;
}

.eqi-tab .nav-pills .nav-link > div:nth-child(1) {
  width: 160px;
}
.eqi-tab .nav-pills .nav-link p {
  font-size: 13px;
  line-height: 18px;
}

.eqi-tab .nav-pills .nav-link.active,
.eqi-tab .nav-pills .show>.nav-link {
    background-color: transparent;
}

.eqi-tab .nav-pills .nav-link.active {
    color: #437CBF;
    font-family: OpenSans-Bold;
}

/*.eqi-tab .nav-pills .nav-link.active p {
    border-bottom: 4px solid #002A4E;
}*/

.eq-tab-content {
    margin-left: 40px;
}

.eq-tab-content h2 {
    color: #002A4E;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 40px;
    font-family: PlayfairDisplay-Regular;
    margin-top: 30px;
}

.k-static {
    border: 1px solid #70707060;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 22px;
}

.k-static h3 {
  font-size: 16px;
  line-height: 18px;
  color: #002A4E;
  font-family: OpenSans-Bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -8px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  padding: 0px 10px;
  background-color: #fff;
  max-width: 160px;
  width: 100%;
}

.eq-num {
  margin-top: 40px;
  border-right: 1px solid #70707060;
  text-align: center;
}

.eq-num h4 {
    font-size: 26px;
    color: #002A4E;
    font-family: BauerBodoniStd-Roman;
    line-height: 28px;
}

.eq-num p {
    font-size: 14px;
    line-height: 16px;
    color: #002A4E;
    font-family: OpenSansCondensed-Bold;
}

.bd-none {
    border: none !important;
}

.eq-img2 {
    margin-bottom: 12px;
}

.eq-img-wrap .col-lg-4 {
    padding-left: 0px;
}

.forMobile {
    display: none;
}

.cm-bnr-mbl {
    display: none;
}

.spnBlck {
    display: block;
}

.line25 p {
    line-height: 25px;
}

.bluebld16 {
    color: #437CBF;
    font-size: 16px;
}

.tracingbnr {
    background: url(../images/tracing-bannr.webp) no-repeat;
    background-size: cover;
}

.lettSpc {
    letter-spacing: 3px;
}

.fontUpdate {
    font-family: OpenSans-Regular;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

.tenantsBnr {
    background: url(../images/our-tenants-banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.mtb15 {
    margin-bottom: 10px;
}

.footnoteT p {
    color: #4D4D4F;
    font-size: 14px;
    font-family: OpenSans-Italic;
}

.propTxt h3 {
    font-size: 14px;
    color: #002A4E;
    font-family: OpenSans-Semibold;
    padding: 5px 0 10px;
    min-height: 50px;
}

.propTxtfull h3 {
    padding: 5px 0 0px;
}

.propTxt p {
    color: #437CBF;
    font-size: 18px;
    font-family: BauerBodoniStd-Roman;
}

.tenatGr h5 {
    font-size: 13px;
    color: #4D4D4F;
    font-family: OpenSans-Bold;
    border-bottom: 1px solid #707070;
    padding: 15px 0 5px;
}

.graphMain {
    display: flex;
    align-items: center;
    gap: 50px;
}

.grpFlx {
    display: flex;
    align-items: center;
    gap: 20px;
}

.grpbrdr span {
    background: #437CBF;
    width: 16px;
    height: 6px;
    display: block;
    border-radius: 5px;
}

.graphRight {
    display: flex;
    gap: 20px;
}

.blueSpn span {
    background: #002A4E;
}

.skyspn span {
    background: #C5E1F3;
}

.drkGrey span {
    background: #4D4D4F;
}

.greySpn span {
    background: #939598;
}

.tenatGr {
    margin-bottom: 20px;
}

.clr_blue {
    color: #437CBF !important;
}

.grphP p {
    padding-top: 25px;
}

.mrgnBtm25 {
    margin-bottom: 25px;
}

.indiaPrsnBnr {
    background: url(../images/india-presence.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.fontReg {
    font-family: OpenSans-Regular;
}

.mapPlaces img:nth-child(4) {
    width: 240px;
    padding-left: 15px;
}

.mapPlaces h2:nth-child(1),
.mapPlaces h2:nth-child(3),
.mapPlaces h2:nth-child(5),
.mapPlaces h2:nth-child(7) {
    padding-left: 15px;
}

.boxTxtIn {
    padding-top: 25px;
    margin-top: 70px;
}

.mapPlaces {
    margin-top: 70px;
}

.mapIndia p {
    position: absolute;
    right: 45px;
    bottom: -20px;
    font-size: 14px;
    font-family: OpenSans-Italic;
}

.mapIndia {
    position: relative;
    margin-top: 70px;
}

h3.semibold16blue.new-blfont {
    font-family: 'OpenSans-Regular';
}

.hm-to-wrap {
    display: none;
}

.mrgnbtm30 {
    margin-bottom: 30px;
}

.h-bse-data a img {
    width: 37pxpx;
    height: 37pxpx;
}

.homepageban1 {
    background-image: url(../images/homepage/half-year-banner1.webp);
    background-position: center;
}

.homepageban2 {
    background-image: url(../images/homepage/half-year-banner2.webp);
    background-position: center;
}

.homepageban3 {
    background-image: url(../images/homepage/half-year-banner3.webp);
    background-position: center;
}

.homepageban {
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}


.topSliders.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 84%;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    text-align: left;
}

.topSliders.owl-carousel button.owl-dot {
    width: 32px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.30);
    margin-right: 14px;
    margin-bottom: 30px;
}

.topSliders.owl-theme .owl-dots .owl-dot span {

    background: none;
}

.topSliders .owl-nav button.owl-prev {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 0px;
    margin: auto;
    right: 50px;
    opacity: 1;
    background-image: url(../images/left-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.topSliders .owl-nav button.owl-next {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 0px;
    margin: auto;
    right: 0px;
    background-image: url(../images/right-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.topSliders.owl-carousel button.owl-dot.active {
    background-color: #fff;
}

span.addDes {
    border-left: 0px !important;
    display: block;
    text-align: center;
    padding-right: 20px;
    position: relative;
}

span.addDes::before {
    position: absolute;
    content: "";
    border-left: 1px solid #fff;
    width: 1px;
    height: 16px;
    top: -1px;
    left: 127px;
}

.fooHigh {
    color: #4D4D4F;
    font-size: 14px;
}

.fooHigh {
    margin-top: -20px;
}

.fooHigh p {
    font-size: 14px;
}

.prtnrFlx {
    display: flex;
    align-items: center;
}

span.addDes {
    border-left: 0px !important;
    display: block;
    text-align: center;
    padding-right: 20px;
    position: relative;
}

span.addDes::before {
    position: absolute;
    content: "";
    border-left: 1px solid #fff;
    width: 1px;
    height: 16px;
    top: -1px;
    left: 127px;
}

.disNoneDes {
    display: none;
}

.downIcn {
    display: flex !important;
    gap: 50px;
}

.downIcn img {
    height: 20px;
}

.row.cntr-flex {
    border-bottom: 1px solid #fff;
    padding: 7px;
}

.bold16blue.mt-0:first-of-type {
    color: #002A4E;
    font-family: 'PlayfairDisplay-Regular';
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0 10px;
}

.cntr-flex {
    display: flex;
    justify-content: space-between;
/*    border-bottom: 1px solid #ffffff40;*/
    padding-bottom: 8px;
}

h3.darkbold {
    color: #002A4E;
    font-size: 24px;
    line-height: 30px;
    font-family: PlayfairDisplay-Regular;
    padding-bottom: 30px;
}

.darkbold:nth-child(2) {
    padding: 50px 0;
}

h3.darkbold.new-dark {
    padding-bottom: 30px;
}

.ceo-img2 {
    margin: 30px 0 50px;
}

section.build-section p {
    color: #707070;
}

h3.darkbold.new-dark-2 {
    padding-bottom: 28px;
}

.ceo-lastsec p {
    color: #4D4D4F;
    padding-bottom: 15px;
}

.ceo-lastsec h3 {
    color: #707070;
    margin-top: 2px;
}

h2.bold16blue.new {
    margin-top: 10px;
}

.table-sec table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.table-sec th,
td {
    border: 2px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 10px;
    text-align: center;
    color: #4D4D4F;
    font-family: 'OpenSans-light';
    font-size: 18px;
    line-height: 22px;

}

.table-sec th {
    /* background-color: #f2f2f2; */
    font-family: OpenSans-Bold;

}

.table-sec tr:nth-child(even) {
    /* background-color: #f2f2f2; */
}

.table-sec .highlight {
    background-color: #e6f2ff;
}

.perf-hgh {
    background: url(../images/performance-highlights/h1-fy2026-highlights-b-img.webp) no-repeat;
    background-size: cover;
    background-position: center;
}





/* .image-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.sf-sec {
    margin-top: 20px;
    /* margin-bottom: 34px; */
}

.sf-sec .first-prt h3 {
    color: #002A4E;
    font-family: PlayfairDisplay-Regular;
    font-size: 40px;
    line-height: 11px;
    padding-bottom: 25px;
    margin-top: 20px;
}

.sf-sec .first-prt p:nth-child(2) {
    color: #002A4E;
    font-family: OpenSans-Semibold;
    font-size: 14px;
    line-height: 16px;
}

.mini-sec {
    display: flex;
    align-items: center;
    padding-top: 4px;
    gap: 2px;
}

.first-prt p span {
    display: block;
}

.col-xl-3.new-col {
    margin-top: 39px;
}

.first-prt {
    position: relative;
}


h2.bold16blue.new-blue {
    margin-top: 34px;
}

.second-section em span {
    display: block;
}

.second-section em {
    font-size: 14px;
    line-height: 19px;
    color: #707070;
    font-family: OpenSans-Italic;
    padding-top: 52px;
}

.abt-brk {
    background: url(../images/about-brookfield-india-reit-b-img.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

h3.new-head {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #002A4E;
    font-family: OpenSans-Regular;
    position: absolute;
    background: #fff;
    top: -13px;
    width: 95%;
}

.section-container {
    border: 1px solid #002A4E;
    padding: 22px;
    position: relative;
}

.bold16bluel {
    color: #3F7CBF;
    font-family: OpenSans-Bold;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0 15px;
}

.cmninner ul {
    padding-left: 18px;
}

.cmninner ul li {
    color: #707070;
    padding-bottom: 10px;
}

.imgTxt p {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 12px;
    color: #FFFFFF;
}

.imgTxt {
    position: relative;
}

.padnew {
    padding-left: 55px !important;
}

.globl-detail h4 {
    color: #002A4E;
    font-family: OpenSans-Bold;
    font-size: 16px;
    text-align: center;
}

.fontSem {
    font-family: OpenSans-Semibold;
    color: #707070;
}

.notepara-2 {
    border-top: 1px solid;
    font-family: OpenSans-Italic !important;
    color: #4D4D4F !important;
    font-size: 14px !important;
    margin: 25px 0 0px;
    padding-top: 10px !important;
}

.pItc p {
    font-family: OpenSans-Italic;
    font-size: 12px;
}

.theme-bnr {
    background: url(../images/theme-img.webp) no-repeat !important;
    background-size: cover !important;
}

.themein h4 {
    color: #002A4E;
    font-size: 24px;
    font-family: OpenSans-Bold;
    line-height: 30px;
    padding-bottom: 30px;
}

.padR {
    padding-right: 0px;
    padding-left: 0;

}

.globeSc {
    margin: 30px 0 30px;
}

.cmninner ul li::marker {
    color: #002A4E;
}

.prop-bnr {
    background: url(../images/properties-at-a-glance-img.png) no-repeat;
    background-size: cover;
}

.propTxt {
    background: #E3E8E9;
    text-align: center;
    margin-top: 10px;
    padding: 20px;
    min-height: 56px;
}

.propTxt h4 {
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    color: #707070;
}

.propMain img {
    width: 100%;
}

.propBlue {
    background: #002A4E;
}

.propBlue h4 {
    color: #fff;
}

.proSpc {
    margin: 40px 0 40px;
}

.propkol {
    padding: 10px;
}

.propinner p {
    padding-bottom: 25px;
}

.leasHead h4 {
    position: absolute;
    left: 33%;
    top: -12px;
    background: #fff;
    padding: 0px 15px 0;
    color: #002A4E;
    font-size: 18px;
    font-family: OpenSans-Bold;
}

.leasHead {
    position: relative;
    border: 1px solid #b2afae;
    margin: 40px 0 10px;
    padding: 30px 40px 20px;
}

.tenantbx h3 {
    color: #002A4E;
    font-family: BauerBodoniStd-Roman;
    font-size: 40px;
}

.tenantbx p {
    font-family: OpenSansCondensed-Bold;
    font-size: 14px;
    color: #3F7CBF;
}

.tenantbx {
    border-left: 1px solid #b2afae;
    padding-left: 60px;
    margin-top: 30px;
}

.itaTxt p {
    font-family: OpenSans-Italic;
    font-size: 14px;
}

.bold18bl {
    font-size: 18px;
    color: #427BBF;
    padding: 15px 0 20px;
    font-family: OpenSans-Bold;
}

.portbx h3 {
    font-size: 16px;
    color: #707070;
    font-family: OpenSans-Light;
    padding-bottom: 10px;
}

.portbx p {
    font-family: BauerBodoniStd-Roman;
    color: #002A4E;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
}

.portbx {
    min-height: 270px;
}

.diverIcon {
    border-top: 1px solid #b2afae;
}

.diverIcon img {
    padding-top: 30px;
}

.tenGross {
    border-left: 0px;
    text-align: center;
    border-top: 1px solid #b2afae;
}

.tenGross h3 {
    padding-top: 30px;
}

.highhead {
    margin: 0px;
    padding: 30px 53px 0px 40px;
}

.highhead h4 {
    left: 20%;
}

.leasHead .tenantbx {
    margin-top: 0px;
}

.highhead .tenantbx {
    margin-top: 20px;
}

.namediv.new-div {
    margin-top: 8px;
}

.bnrtxt h2 span {
    font-family: PlayfairDisplay-Regular;
    color: #fff;
}

.bnrtxt.new-bnrtxt h2 {
    color: #fff;
}


.bod-pg {
    background: url(../images/board-of-director-and-leadership-team-img.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.bnrtxt.new-bnrtxt p {
    top: 200px;
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    line-height: 20px;
}

.team-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 21px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 366px;
    margin-bottom: 27px;
    cursor: pointer;
}

/* .team-cls {
    background-color: #2c3e50; 
    padding: 20px 0;
} */

.image-container img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.team-card h3 {
    font-family: PlayfairDisplay-Regular;
    font-size: 20px;
    color: #002A4E;
    margin: 6px 0 3px;
}

.team-card p {
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #707070;
    margin: 0 0 15px;
}

.leader-sec {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.leader-sec h1 {
    font-family: OpenSans-Bold;
    font-size: 14px;
    color: #002A4E;
    margin-top: 60px;
}

.leader-sec h2 span {
    display: block;
}

.leader-sec h2 {
    font-family: PlayfairDisplay-Regular;
    font-size: 48px;
    line-height: 55px;
    color: #002A4E;
}

.new-bnrtxt h2 span {
    color: #fff;
}

.mblSelect {
    display: none;
}

.propinner .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}

.propinner .nav-tabs .nav-link.active {
    background: #002A4E;
    color: #fff;
    border: 1px solid #002A4E;
    border-radius: 0px;
    font-size: 12px;
}

.propinner .nav-tabs a.nav-link {
    padding: 17px 30px 10px;
}

.propinner .nav-tabs .nav-link {
    font-size: 12px;
    line-height: 18px;
    color: #707070;
    font-family: OpenSans-Bold;
    border-radius: 0px;
    border: 1px solid #E3E8E9;
    margin-right: 20px;
    background: #E3E8E9;
    text-align: center;
    margin-top: 15px;
    min-height: 55px;
}

.propinner ul {
    padding-left: 0px;
}

.spcng {
    margin-top: 50px;
}

.propinner ul li.nav-item {
    width: 279px;
}

.propMain {
    margin-right: 20px;
    gap: 20px;
}

.navspc {
    padding: 8px 30px 10px !important;
}

.propinner .tab-content .tab-pane {
    padding-left: 0px;

}

.namediv.new-div p {
    padding-bottom: 2px;
}

.modal-header.new-header {
    border: none;
}

.modal-footer.new-footer {
    border: none;
}

.team-card-2 {
    background-color: #ffffff;
    /* height: 366px; */
    margin-bottom: 27px;
    cursor: pointer;
}

.team-card-2 h3 {
    font-family: OpenSans-Bold;
    font-size: 18px;
    line-height: 22px;
    color: #3F7CBF;
    margin: 6px 0 3px;
}

.team-card-2 p {
    font-family: OpenSans-SemiBold;
    font-size: 14px;
    color: #4D4D4F;
    margin: 0 0 15px;
}

.rgt-data p {
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    color: #707070;
    padding-bottom: 10px;
}

.modal-header.new-header .btn-close {
    --bs-btn-close-focus-shadow: none;
}

.team-card-new {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 13px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* height: 326px; */
    margin-bottom: 27px;
    cursor: pointer;
}

.team-card-new h3 {
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    line-height: 22px;
    color: #3F7CBF;
    margin: 6px 0 3px;
}

.team-card-new p {
    font-family: OpenSans-SemiBold;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    margin: 0 0 15px;
}

.modal-content.new-content {
    top: 80px;
}

/* new homepage style below */
.strongDelivery {
    display: flex;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 140px;
}
.strongDelivery h2 {
    font-size: 30px;
    line-height: 35px;
    color: #002A4E;
    font-family: PlayfairDisplay-Regular;
}
.chairmanMsg {
    background-image: url("../images/homepage/bg-img-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    height: 100vh;
    align-items: end;
}
.allInd {
  display: flex;
}

.insDirector h4 {
  font-size: 24px;
  line-height: 24px;
  color: #002A4E;
  font-family: OpenSans-Bold;
}
.insDirector p {
  font-size: 24px;
  line-height: 32px;
  color: #002A4E;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: PlayfairDisplay-Regular;
}
.insDirector {
  max-width: 393px;
  width: 100%;
}
.bodDirectors .row{
  display: flex;
  align-items: center;
}
.insDirector .custombutton {
  color: #3F7CBF;
  border: 1px solid #3F7CBF;
}
.tab_click h4 span {
  display: block;
  font-size: 11px;
  line-height: 16px;
  font-family: OpenSans-Bold;
}
.tab_click h4 {
  color: #fff;
  font-family: OpenSans-Bold;
}
.tab_click h4 span.innerTxt {
  font-size: 14px;
  line-height: 20px;
  font-family: OpenSans-Semibold;
}

.hideData p {
  color: #FFFFFF;
}
.hideData {
  margin-top: 10px;
}
.blueline.tbGap {
  margin-top: 25px;
  width: 100%;
  margin-bottom: 20px;
}
.hideData {
  display: none;
}
#myTab div.active .hideData{
    display: block;
}

.chairTabIns {
  position: relative;
}
.divingData {
  position: absolute;
  top: 135px;
  max-width: 254px;
  width: 100%;
}
.divingData h4 span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #4C4C4E;
  font-family: OpenSans-Bold;
}
.divingData h4 {
  font-size: 35px;
  line-height: 1;
  color: #002A4E;
  font-family: OpenSans-ExtraBold;
}
.divingData p {
  font-size: 35px;
  line-height: 35px;
  color: #002A4E;
  font-family: BauerBodoniStd-Roman;
}
.chairTabIns img {
  float: right;
  padding-right: 30px
}
#myTab {
  padding-top: 60px;
  max-width: 420px;
  width: 100%;
  padding-left: 40px;
}

.strongDelivery h6 {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: OpenSans-Semibold;
  margin-bottom: 12px;
}
.incomeTxt 
{
    position: relative;
    min-height: 85px;
}

.incomeTxt h4 {
  color: #002A4E;
  font-size: 40px;
  line-height: 40px;
  font-family: PlayfairDisplay-Regular;
}
.incomeTxt p {
  color: #002A4E;
  font-size: 14px;
  line-height: 17px;
  max-width: 166px;
  padding-top: 10px;
  width: 100%;
  display: block;
}
.incomeTxt p span
{
    display: block;
}
.strongDelivery .blueline {
  margin-bottom: 35px;
}
.scrollNote {
    margin-top: 30px;
}
.scrollNote p span {
  display: block;
  font-style: italic;
  padding: 5px 0px;
}
.scrollNote p {
  color: #4D4D4F;
  font-size: 12px;
  line-height: 15px;
  font-family: PlayfairDisplay-Regular;
  font-style: italic;
}
.scrollDeli {
  border-bottom: 1px solid #002A4E;
  border-top: 1px solid #002A4E;
  padding: 40px 0px;
  height: 210px;
  overflow: hidden;
  position: relative;
}

.snapshotdata1
{
    height: 300px;
    overflow: hidden;
}
.snapshotdata2
{
    height: 180px;
    overflow: hidden;
}
.snapshotdata3
{
    height: 180px;
    overflow: hidden;
}
.topReit {
  min-height: 308px;
  padding:0px 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.indReit:nth-child(2n) .topReit {
  background-color: #437CBF;
}
.indReit:nth-child(2n+1) .topReit {
  background-color: #002A4E;
}
.topReit h3 {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  font-family: OpenSans-Bold;
}
.topReit p {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: PlayfairDisplay-Regular;
  margin-top: 7px;
}
.allInd .indReit {
  width: 20%;
}
.onaActive{
    display: none;
}
.mainHomePage footer{
    margin-top: 0px;
}
.reitText{
    margin-bottom: 35px;
}
.reitText p{
    font-size: 16px;
    line-height: 22px;
    color: #002A4E;
    font-family: OpenSans-Regular;
    padding-top: 20px;
}
.reitText h2{
    font-size: 30px;    
    line-height: 36px;
    color: #002A4E;
    font-family: PlayfairDisplay-Regular;
}
.reitText h2 span{
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #002A4E;
    font-family: OpenSans-Bold;
}
.reitText .blueline {
  background: #002A4E;
}
.indiaReit{
    padding:60px 0px 0px 0px;
}
.eq-img-wrap .col-lg-8 {
  max-width: calc(100% - 165px);
  width: 100%;
}
.eq-img-wrap .col-lg-4{
    max-width: 165px;
    width: 100%;
}
.eqi-tab .nav-pills .nav-link > div:nth-child(2) {
  width: 125px;
}
.eqi-tab .nav-pills .nav-link > div:nth-child(2) img {
  width: 76px;
  margin: 0px auto;
  display: block;
}
.eqi-tab .nav-pills .nav-link.active  div:nth-child(2) img{
    width: 100%;
}
.scroll-text-new {
  overflow-y: scroll;
  padding-right:0px;
}
.scroll-text-new::-webkit-scrollbar-track
{
  border-radius: 0px;
  background-color: transparent;
}

.scroll-text-new::-webkit-scrollbar
{
  width: 4px;
  background-color: transparent;
}

.scroll-text-new::-webkit-scrollbar-thumb
{
  border-radius: 0px;
  background-color: transparent;
}
/**/

.fixMenu {
  max-width: 851px;
  width: 100%;
  position: fixed;
  bottom: 30px;
  left: 0px;
  right: 0px;
  z-index: 99;
  margin: 0px auto;
  display: flex;
  gap: 12px;
}
.fixMenu ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 11px;
  list-style: none;
  justify-content: center;
}
.fixMenu ul li a {
  background: #3F7CBF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  padding: 10px 20px;
  font-family: OpenSans-Regular;
}
.firstSecond{
    opacity: 0;
}
.fixMenu ul.middleMenu li a {
  background: #002A4E 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #3F7CBF;
  font-family: OpenSans-Regular;
}
.middleMenu li a img {
  padding-left: 5px;
}
.clickWh{
    margin-top: 12px;
    display: block;
}
.topReit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.indReit.active .reitBg_1 {
  min-height: 100%;
  background-image: url(../images/homepage/enviro-img2.webp);
}
.indReit.active .reitBg_2 {
  min-height: 100%;
  background-image: url(../images/homepage/governance-img2.webp);
}
.indReit.active .reitBg_3{
  min-height: 100%;
  background-image: url(../images/homepage/social-commun-img2.webp);
}
.indReit.active .reitBg_4{
  min-height: 100%;
  background-image: url(../images/homepage/social-tenants-img2.webp);
}
.indReit.active .reitBg_5{
  min-height: 100%;
  background-image: url(../images/homepage/governance-img2.webp);
}
.indReit.active > .BotReit{
    display: none;
}
.indReit.active{
    width: 547px;
}
.incomeTxt h4 sup {
  top: -18px;
  font-size: 20px;
  font-family: OpenSans-Regular;
}
.incomeTxt h4 sub {
  bottom: 0px;
  line-height: 48px;
  padding-left: 4px;
}
.clickWh{
    display: none;
}
.indReit.active .topReit.reitBg_1 > div,
.indReit.active .topReit.reitBg_2 > div,
.indReit.active .topReit.reitBg_3 > div,
.indReit.active .topReit.reitBg_4 > div,
.indReit.active .topReit.reitBg_5 > div{
    width: 186px;
}
.indReit.active .clickWh{
    display: block;
}
.rupFnt{
    font-family: Rupee-reg;
}
.acbtmtxt div p img {
    padding-right: 5px;
}
.acbtmtxt div p sup{
    font-size: 14px;
}
.acbtmtxt {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.com p{
    max-width: 150px;
}
.indReit.active .topReit div {
    position: absolute;
    bottom: 40px;
}
.indReit:hover {
    cursor: pointer;
}
.font_light{
  font-family: OpenSans-Light;  
}
.middleMenu li a {
    padding: 10px 30px 10px!important;
}
.bd-none
{
    border:none !important;
}
.incomeTxt h4 span{
font-size: 24px;
}
.ipo-text
{
 position: absolute;
    margin-top: -37px;
    opacity: 0;   
}
.tab_click p{
color: #fff;
margin-top: 15px;
}
.chairmanMsg .row{
    align-items: center;
}
section.growth {
    padding-bottom: 50px;
}
.reitSec h3{
    font-size: 24px;
    line-height: 30px;
     font-family: PlayfairDisplay-Regular;
     color: #002A4E;
}
.reitSec h4{
        font-size: 18px;
    line-height: 55px;
    color: #3F7CBF;
    padding-bottom: 29px;
    text-align: center;
}

.whiteboxx {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 15px;
}
.boxx1, .boxx2{
    width: 9px;
    height: 9px;
    background-color: #FFFFFF;
}

.twosmallbox {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.bx1{
    width: 9px;
    height: 9px;
    background-color: #002A4E;
}
.bx1, .bx2{
    width: 9px;
    height: 9px;
    background-color: #3F7CBF;
}
.bx1{
    background-color: #002a4e;
}
.chairsubimg{
    margin-bottom: 35px;
}
.ceosubimg{
    margin-bottom: 35px;
}
.bnrtxt.ceobnrtxt h2 span{
    display: block;
}
.ceoli ul{
    margin: 0;
    padding: 0;
}
.ceoli ul li{
    position: relative;
    padding-left: 18px;
    padding-bottom: 15px;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #4D4D4F;
    list-style: none;
}
.ceoli ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #002A4E;
}
.perftable tr th{
    width: 25%;
}
.perftable th span{
    display: block;
}
.perftable td:first-child{
    text-align: left;
    padding-left: 50px;
}
.belowperftabletxt p{
    font-size: 12px;
    line-height: 22px;
    color: #4D4D4F;
    font-family: OpenSans-Regular;
    padding: 20px 0px;
}
.oper-perf{
    margin-top: 5px;
}
.perfflxdiv{
    display: flex;
    align-items: center;
    gap: 69px;
    margin-bottom: 70px;
}
.flxdivtxt h3{
    font-size: 40px;
    line-height: 11px;
    color: #002A4E;
    font-family: PlayfairDisplay-Regular;
    padding-bottom: 17px;
    margin-top: 20px;
}
.flxdivtxt p{
    font-size: 14px;
    line-height: 16px;
    color: #002A4E;
    font-family: OpenSans-SemiBold;
}
.flxdivtxt p span{
    display: block;
}
.flxdivtxt .paraflx{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 3px;
}
.paraflx .bluebx{
    width: 10px;
    height: 10px;
    background-color: #3480C5;
}
.hashnote{
    padding-top: 13px;
}
.hashnote p{
    font-size: 12px;
    line-height: 22px;
    color: #4D4D4F;
    font-family: OpenSans-Regular;
}
.valuenote{
    padding-top: 13px;
    padding-bottom: 35px;
}
.valuenote p{
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4F;
    font-family: OpenSans-Italic;
}
.strongernote p{
    font-size: 12px;
    line-height: 18px;
    color: #4D4D4F;
    font-family: OpenSans-Italic;
}
.persubimg{
    margin-bottom: 35px
}
.stronger2row{
    margin-top: 30px;
    margin-bottom: 20px;
}
.sitemap.pt40{
    padding-top: 40px;
}
.sitemap a{
    font-size: 12px;
    line-height: 16px;
}
.cm25 h1{
    color: #002A4E;
    font-size: 48px;
    line-height: 55px;
    font-family: PlayfairDisplay-Regular;
}
.cm25 .blueline{
    margin-bottom: 60px;
}
.reinLeader{
    padding-bottom: 10px;
}

 .bold16bluel.mt0{
    margin-top: 0;
 }
.firstReal h2{
    color: #002A4E;
    font-family: PlayfairDisplay-Regular;
    font-size: 40px;
    line-height: 12px;
    padding-bottom: 20px;
}
.firstReal p{
    font-size: 14px;
    color: #002A4E;
    font-family: OpenSans-Regular;
}
.realState {
    display: flex;
    justify-content: space-between;
    max-width: 1058px;
    margin-top: 30px;
}
.imgTxt.dubai p{
    bottom: 22px;
}
.imgTxt.dubai{
    padding-bottom: 30px;
}
.ourM h2{
    color: #002A4E;
    font-size: 18px;
     font-family: OpenSans-Bold;
     padding-bottom: 5px;
}
.ourM h3{
    color: #3F7CBF;
    font-size: 18px;
     font-family: OpenSans-Bold;
     padding-bottom: 15px;
}
.blueprint h3{
    font-size: 18px;
    line-height: 55px;
    color: #002A4E;
      font-family: OpenSans-Bold;
}
.blueprint p.pb20{
    padding-bottom: 20px;
}
.keyP h4{
    background-color: #3F7CBF;
    padding: 15px 24px;
    font-size: 18px;
    font-family: OpenSans-Bold;
    color: #fff;
        max-width: fit-content;
    width: 100%;
}
.keyP .blueLine{
background-color: #3F7CBF;
height: 1px;
width: 100%;
}
.keyP{
    display: flex;
    align-items: end;
    padding-bottom: 20px;
}
.susManag{
    padding-bottom: 45px;
}
.manageList{
    list-style: none;
    padding-left: 16px;
}
.manageList li{
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid #3F7CBF;
    min-height: 40px;
    padding-left: 8px;
    color: #4D4D4F;
}
.manageList li span{
    display: block;
}
.manageList li::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #002A4E;
    left: -16px;
    top: 8px;
}
.manageList li.nobrdr{
    border-right: none;
}
.susGuid p.sol{
    color: #3F7CBF;
    font-family: OpenSans-Bold;
    padding-bottom: 8px;
}
.principal{
    display: flex;
    gap: 34px;
    align-items: start;
    border-right: 1px solid #3F7CBF;
    border-bottom: 1px solid #3F7CBF;
    padding: 20px 42px 38px 0;
    min-height: 207px;
}
.row .guide{
    padding-right: 0;
}
.row .left0{
    padding-left: 0;
}
.principal.nobrdr{
    border-right: none;
    padding-left: 30px;
}
.susGuid {
    max-width: 380px;
}
.principal.btmnone{
    border-bottom: none;
}
.integrate{
    background: url(../images/sus/banner-img.webp) no-repeat;
}
.globeH h2{
    font-size: 24px;
    line-height: 30px;
    color: #002A4E;
    font-family: OpenSans-Bold;
}
.globeH {
    text-align: center;
    padding: 50px 0;
}
.globeH h2 span{
    display: block;
}
.globeH p{
    padding-bottom: 60px;
}
.gresmImg{
    text-align: center;
}
.frameH p{
font-size: 14px;
line-height: 16px;
color: #3F7CBF;
 font-family: OpenSans-Bold;
}
.frameH h2{
font-size: 35px;
color: #002A4E;
 font-family: PlayfairDisplay-Regular;
}
.frameH .blueline{
    margin: 5px 0 0 0;
}
.resiData p:first-child{
    font-size: 16px;
    line-height: 25px;
    color: #3F7CBF;
    padding-bottom: 8px;
     font-family: OpenSans-Bold;
}
.resiData{
    max-width: 255px;
}
.resillence{
    display: flex;
    gap: 20px;
    align-items: start;
    margin-bottom: 50px;
}
.frameH{
    padding-bottom: 50px;
}
.frame .blueprint p{
    padding-bottom: 20px;
}
.frame .blueprint{
    padding-bottom: 10px;
}
.frame .blueprint.pb20{
    padding-bottom: 30px;
}
.boardPeople h4{
    color: #4D4D4F;
      font-family: OpenSans-Regular;
      font-size: 18px;
      line-height: 22px;
}
.boardPeople{
    display: flex;
    gap: 20px;
    align-items: center;
    border-right: 1px solid #3F7CBF;
}
.boardPeople.nobrdr{
    border: none;
}
.frame .row.mb40{
    margin-bottom: 30px;
}
.frame .keyP .blueLine.grey{
    background-color: #4D4D4F;
}
.frame .keyP{
    gap: 15px;
    padding-bottom: 30px;

}
.info img{
    padding-bottom: 10px;
    min-height: 79px;
}
.info{
    position: relative;
    padding-bottom: 20px;
    min-height: 139px;
    margin-top: 20px;
    padding-left: 20px;
}
.info.p0{
    padding-left: 0;
}
/* .info::after{
    content: '';
    position: absolute;
    border-right: 1px dashed #3f73bf;
    width: 1px;
    height: 91%;
    right: 0;
    top: 0;
} */
.info.nobrdr::after{
    content: none;
}
/* .info::before{
     content: '';
    position: absolute;
    border-bottom: 1px dashed #3f73bf;
    width: 93%;
    height: 1px;
    left: 0;
    bottom: 0;
} */
.info.btmno::before{
     content: none;
}
.info p span{
    display: block;
}
.govp{
    padding-bottom: 40px;
}
.blueprint.pergov h3{
    line-height: 20px;
    padding-bottom: 20px;
}
.leadBlue h4{
    font-size: 24px;
    line-height: 55px;
    color: #002A4E;
    font-family: OpenSans-Regular;
        max-width: fit-content;
    background: #ffff;
    position: relative;
    z-index: 9;
    padding-right: 20px;
}
/* .leadSus{
    text-align: center;
    border-right: 1px dashed #002A4E;
} */
.leadSus.nobrdr{
    border: none;
}
.leadSus h4{
    font-size: 16px;
    line-height: 22px;
    color: #002A4E;
    font-family: OpenSans-SemiBold;
}
.leadSus h4 span{
    display: block;
}
.thriv {
    min-height: 80px;
}
.wrap{
    /* border: 1.5px solid #002A4E; */
    max-width: 825px;
    padding: 60px 0 40px 20px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.lastSus .info h2{
    font-family: PlayfairDisplay-Regular;
    color: #fff;
    font-size: 40px;
    line-height: 12px;
        padding-bottom: 20px;
}
.lastSus .keyP{
    gap: 10px;
}
.lastSus .info{
    padding-top: 20px;
    min-height: 174px;
}
.lastSus .info h2 span{
    font-size: 30px;
}
.lastSus .info h2.text{
    font-size: 30px;
        line-height: 16px;
}
.lastSus .info h2.ai{
    line-height: 30px;
    padding-bottom: 13px;
}
.lastSus .info p{
    color: #fff;
     font-family: OpenSans-Regular;
     line-height: 18px;
}
.lastSus .info p span{
    display: block;
}
section.lastSus {
    background: #3F7CBF;
        padding-top: 54px;
}
.lastSus .info::before {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #002A4E;
    width: 93%;
    height: 1px;
    left: 0;
    bottom: 0;
}
.lastSus .info.btmno::before {
    content: none;
}
.lastSus .info::after {
    content: '';
    position: absolute;
    border-right: 1px dashed #002A4E;
    width: 1px;
    height: 91%;
    right: 0;
    top: 0;
}
.lastSus .info.nobrdr::after {
    content: none;
}
.lastSus .keyP .blueLine{
    background-color: #002A4E;
}
.lastSus .keyP h4{
font-family: OpenSans-Regular;
font-size: 24px;
padding: 0;
}
.susAllBtn .firstBtn{
    border: 1px solid #fff;
    padding: 9px 13px;
    max-width: 200px;
    width: 100%;
}
.susAllBtn .firstBtn a{
    color: #fff;
    font-size: 14px;
    font-family: OpenSans-Regular;
        display: flex;
    justify-content: space-between;
}
.susAllBtn{
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}
.susAllBtn .firstBtn:hover{
    background-color: #000;
    color: #fff;
}
section.growth.pb0 {
    padding-bottom: 0;
}
.mainGic .gic{
    display: flex;
    gap: 5px;
    align-items: center;
}
.mainGic .gic .greyline{
    width: 10px;
    height: 3px;
    background-color: #00203C;
}
.mainGic .gic .greyline.grey{
    background-color: #808386;
}
.mainGic .gic .greyline.bluec{
    background-color: #008DCD;
}
.mainGic .gic p{
    color: #3D3C3E;
    font-size: 14px;
}
.mainGic{
    display: flex;
    align-items: center;
    gap: 20px;
}
.gicdATA p{
    font-size: 12px;
     font-family: OpenSans-Italic;
         color: #3D3C3E;
}
.sf-sec .first-prt h3 sup.bold {
    font-family: 'OpenSans-SemiBold';
}
.perfflxdiv.mb20{
    margin-bottom: 20px;
}
.sitemap.pb20{
    margin-bottom: 15px;
}
.cmninner p.pb40{
    padding-bottom: 30px;
}
.bold16blue.mb5{
    margin-bottom: 5px;
}
.riskmgbanner
{
    background: url(../images/homepage/risk-management-img.webp) no-repeat;
    background-size: cover;
}
.insDirector
{
    max-width: 389px;
    margin:auto;
}
.insDirector a
{
    display: block;
    color: #002A4E;
    font-size: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.44);
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: OpenSans-Semibold;
    position: relative;
}
.insDirector a:after
{
    content: '';
    position: absolute;
    background: url(../images/homepage/board-of-directors-arrow.svg);
    width: 29px;
    height: 22px;
    right: 15px;
    top: 4px;
}
.insDirector a:last-child
{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.bodDirectors
{
    padding: 60px 0px 70px;
}
.bodDirectors .row .col-xl-6:first-child
{
    padding-right: 0;
}
.bodDirectors .row .col-xl-6:last-child
{
    padding-left: 0;
}
.bodImg img
{
    width: 100%;
}
.sustainabsec
{
    padding: 10px 0px 55px;
}
.sustainabsec h2
{
    font-family: PlayfairDisplay-Regular;
    font-size: 35px;
    line-height: 40px;
}
.sustainabsec h6
{
    color: #3F7CBF;
}
.sustainabsec .item
{
    min-height: 450px;
}
.sustainabsec .item1
{
    background: url(../images/homepage/sustainability-img1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.sustainabsec .item2
{
    background: url(../images/homepage/sustainability-img2.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.sustainabsec .item3
{
    background: url(../images/homepage/sustainability-img3.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.sustainabsec .item4
{
    background: url(../images/homepage/sustainability-img4.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.sustainabsec .item5
{
    background: url(../images/homepage/sustainability-img5.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.sustainabsec .item img
{
    width: auto;
}
.sustainabsec p
{
    padding-bottom: 30px;
    padding-top: 10px;
}
.sustainabsec h5
{
    font-size: 16px;
    font-family: OpenSans-Bold;
    padding: 30px;
    padding-bottom: 10px;
    color: #fff;
}
.sustainabsec h5 span
{
    display: block;
    font-size: 20px;
     font-family: PlayfairDisplay-Regular;
}
.sustainabsec a
{
    margin-left: 30px;
    display: block;
}

.allLocations {
    padding: 66px 0px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.locationsSlider.owl-carousel .owl-stage-outer,.sustainabsec .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.indLocation {
    position: relative;
}
.indLocation {
    position: relative;
}
.locText {
    position: absolute;
    left: 59px;
    bottom: 40px;
}
.locText h4 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-family: OpenSans-Bold;
}
.locText p {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-family: OpenSans-Regular;
}
.key-stats {
    color: #fff;
    padding: 20px 0;
}
.key-stats h3 {
    color: #fff;
    font-family: OpenSans-Bold;
    font-size: 16px;
    padding-bottom: 15px;
}
.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:first-child {
    border-left: none;
    padding-left: 0;
}
.stats-item h4 {
    font-size: 25px;
    margin: 0;
    font-family: PlayfairDisplay-Regular;
    padding-bottom: 5px;
    min-height: 34px;
}
.stats-item p {
    font-size: 14px;
    font-family: OpenSans-Bold;
    line-height: 15px;
}
.key-stats .allBtns {
    margin-top: 50px;
}

.slider-counter {
    position: absolute;
    bottom: 124px;
    right: 20%;
    z-index: 999;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}
.stats-item.brdr::after {
    content: '';
    position: absolute;
    right: -14px;
    top: 0;
    height: 65px;
    background-color: #fff;
    width: 1px;
}

.nav-icon3 {
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin:auto;
}
.nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.nav-icon3 span:nth-child(1) {
    top: 0px;
}
.nav-icon3 span:nth-child(2), .nav-icon3 span:nth-child(3) {
    top: 6px;
}
.nav-icon3 span:nth-child(2), .nav-icon3 span:nth-child(3) {
    top: 6px;
}
.nav-icon3 span:nth-child(4) {
    top: 12px;
}
.nav-icon3.open span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%;
}
.nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon3.open span:nth-child(1) {
    top: 16px;
    width: 0%;
    left: 50%;
}
.menufix
{
    background-color: #002A4E;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 90px;
    height: 57px;
    text-align: center;
}
.my-sidenav1
{
    width: 90px;
    height: calc(100vh - 57px);
    top: 57px;
    left: 0;
    position: fixed;
      background-color: #002A4E;
      display: none;
      z-index: 999;
      border-top: 0.5px solid rgba(255, 255, 255, 0.4);
}
.my-sidenav1 button
{
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: left;
    background-color: transparent!important;
    border: 0px!important;
     font-family: OpenSans-Regular;
     padding: 10px;
     padding-top: 0px;
     padding-bottom: 0px;
     margin-top: 30px;
     position: relative;
     width: 100%;
}
.my-sidenav1 button.active,.my-sidenav1 button:hover
{
     font-family: OpenSans-Bold;
     color: #fff!important;
}
.my-sidenav1 .nav-tabs
{
    border: 0;
}
.downarrowreport
{
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin:auto;
    display: block;
    text-align: center;
}
.my-sidenav1 button.active:after
{
    content: '';
    position: absolute;
    width: 10px;
height: 17px;
clip-path: polygon(100% 0, 0 50%, 100% 100%);
/* UI Properties */
background: #002A4E 0% 0% no-repeat padding-box;
right: -10px;
top: 0;
}
.mainmenu
{
    position: fixed;
    z-index: 9999;
    top: 83px;
    left: 100px;
    min-height: 450px;
    width:100%;
    max-width: 1160px;
    background: #002A4E 0% 0% no-repeat padding-box;
    padding-top: 70px;
}
#menuImage {
    transition: opacity 0.3s ease;
}
.tbclosebtn
{
    position: absolute;
    top: 22px;
    right: 38px;
}
.tbclosebtn:hover
{
    cursor: pointer;
}
.menu-list
{
    list-style: none;
    padding-left: 2.3rem;
}
.menu-list li a
{
    color: #fff!important;
    font-size: 12px;
    font-family: OpenSans-Regular;
    padding-bottom: 18px;
    padding-top: 18px;
     border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
     display: block;
         cursor: pointer;
}
.menu-list li a:hover
{
    font-family: OpenSans-Bold;
}
.menu-list li:first-child a
{
    padding-top: 0;
}
a.pdficon
{
    padding-right: 20px;
    position: relative;
}
.pdficon:after
{
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/downarrow.svg);
    width: 13px;
    height: 22px;
}
.mainHomePage
{
    overflow-x: hidden!important;
}
.locText h4 span
{
  font-size: 16px;   
}
.indScroll h5
{
    font-size: 16px;
    color: #002A4E;
    font-family: OpenSans-Semibold;
    padding-bottom: 25px;
}
.snapshotdata1 .row .col-xl-4
{
    padding-bottom: 50px;
}
.snapshotdata1 .row .col-xl-4:nth-child(5),.snapshotdata1 .row .col-xl-4:nth-child(6)
{
    padding-bottom: 0px;
}
.snapshotdata1 .row .col-xl-4:nth-child(6) .incomeTxt
{
    border-right: 0;
}
.incomeTxt:after
{
    content: '';
    position: absolute;
    width: 1px;
    height: 85px;
    right: 60px;
    background-color: rgba(63, 124, 191, 0.59);
    top: 0;

}
.indScroll .row .col-xl-4:last-child .incomeTxt:after,.indScroll .row .col-xl-4:nth-child(4) .incomeTxt:after
{
    display: none;
}
.chairmandesksec
{
    background-image: url(../images/chairman-img-bg.webp);
    padding-top: 60px;
    background-size: cover;
    height: 662px;
}
.chairmandesksec .row,.ceosec .row
{
    position:relative;
    height: 100%;
}
.ankurimg
{
    position: absolute;
    left: 0;
    bottom:0px;
}
.chairmandesksec .container,.ceosec .container
{
    height: 100%;
}
.chheadingdiv
{
    padding-left: 355px;
}
.ankurdesc,.aloksec
{
    padding-left: 355px;
    background-color: #002A4E;
    padding-bottom: 55px;
}
.chairmandesksec h6,.ceosec h6
{
    font-size: 16px;
     font-family: OpenSans-Bold;
     color: #4C4C4E;
     padding-top: 20px;
}
.chairmandesksec h2,.ceosec h2
{
    font-size: 35px;
    color: #002A4E;
    font-family: PlayfairDisplay-Regular;
    padding-bottom: 30px;
}
.chairmandesksec h2 span,.ceosec h2 span
{
    display: block;
}
.ankurdesc h5,.aloksec h5
{
    font-family: OpenSans-Bold;
    font-size: 30px;
    color: #fff;
    padding: 57px 0px 20px;
}
.ankurdesc h5 span,.aloksec h5 span
{
    display: block;
    font-size: 14px;
    padding-top: 5px;
     font-family: OpenSans-Semibold;
}
.ankurdesc p
{
    padding-right: 60px;
    font-size: 16px;
     font-family: PlayfairDisplay-Regular;
     color: #fff;
}
.squdiv
{
    display: flex;
    gap: 5px;
    padding-bottom: 10px;
}
.squdiv span
{
    width: 9px;
    height: 9px;
    background: #3F7CBF 0% 0% no-repeat padding-box;
}
.ceosec
{
    background-image: url(../images/ceo-img-bg.webp);
    padding-top: 60px;
    background-size: cover;
    height: 662px;
}
.ceoeadingdiv,.aloksec
{
    padding-left: 98px;
}
.aloksec p
{
    max-width: 455px;
     font-size: 16px;
     font-family: PlayfairDisplay-Regular;
     color: #fff;
}
.alokimg 
{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: fit-content;
}
.cmnbnr .whiteboxx
{
    margin-top: 30px;
}
.firstBtn a img {
    max-width: 10px;
}