@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);
}
body
{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family:OpenSans-Regular;
    color:#333132;
    line-height: 1.8;
}

h1,h2,h2,h3,h4,h5,h6
{
    margin: 0px;
    padding:0px;
    font-weight: 500;
    line-height: 1.2;
}
a
{
    text-decoration: none!important;
    font-size: 16px;
}
a:hover
{
    text-decoration: none!important;
}
p
{
    font-size:16px;
    line-height: 22px;
}
html.homepage {
    overflow-x: hidden!important;
}
header
{
    padding:5px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
}
.sticky.hide
{
    display: block!important;
}

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: 0px 0px 0px 40px;
}
.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: 290px;
    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 10px;
}
.menu div.dropdown-menu li a {

    text-transform: inherit;
    padding: 7px 15px 7px 5px;
    position: relative;
    color: #0f3557;
    display: block;
    font-size: 1.4rem;
    font-family:OpenSans-Semibold;
    letter-spacing: .25px;
    padding: 4px 0;
}
.menu div.dropdown-menu ul
{
    margin: 0px;
    background-color: #fff;
    min-width: 300px;
    padding: 20px;
}
.featuredmenu
{
    padding: 20px;
    background-color: #f2f5f8;
    max-width: 100%;
    width: 200px;
}
.menu div.dropdown-menu li a:hover
{
    color:#55A2FF;
}
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%);
}
.my-sidenav
{
    display:none;
}
.esgdropdowm div.dropdown-menu:before
{
    left:10px;
}
.menu ul li a:before {
    position: absolute;
    display: block;
    content: "";
    width: 0%;
    background: #ffffff;
    transition: all ease .3s;
    height: 1px;
    bottom: -5px;
}
.menu ul li:hover a:before {
    width: 100%;
    transition: all ease .3s;
}
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;
}
/*----------Submenu end---------*/

footer
{
    background-color: #282828;
    padding: 35px 0px 10px;
}
footer .col-md-9 img
{
    width:160px;
}
.dflex
{
    display: flex;
    align-items: flex-end;
}
footer h6
{
    font-size: 14px;
    font-family:OpenSans-Semibold;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 15px;
}
footer ul
{
    list-style: none;
    padding-left: 0px;
}
footer ul li 
{
  padding-bottom: 15px;
}
footer ul li a
{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
footer ul li a:hover
{
    text-decoration: underline!important;
}
footer p
{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding-right: 100px;
    padding-bottom: 10px;
}
.socialicon
{
    padding-top: 30px;
}
.socialicon p
{
    margin-bottom: 5px;
}
.socialicon ul
{
    display: flex;
    align-items: center;
}
.socialicon ul li
{
    margin-right: 15px;
}
footer .row .col-md-2 a,footer .row .col-md-6 a
{
    color: #fff;
}
footer .row .col-md-3 a img
{
    padding-left:20px;
}
footer .row .col-md-3 a
{
  float:right;
}
footer .row .col-md-3 a span
{
  font-size: 14px;
  font-family:OpenSans-Bold;
  color: #fff;
}
footer .row .col-md-6 a,footer .row .col-md-6 p
{
    font-size: 12px;
}
footer .container .row:last-child .col-md-6 a
{
    padding: 0px 15px;
    border-right: 1px solid #fff;
}
footer .container .row:last-child .col-md-6 a:first-child
{
    padding-left:40px;
}
footer .row .col-md-6 a:last-child
{
    border-right: 0px!important;
}
footer .row .col-md-6 p
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
footer .container .row:last-child
{
    align-items: center;
    display: flex;
}
footer .row .col-md-2 a
{
    margin-bottom: 0px;
    display: block;
}
hr.mrbtm5px
{
    margin-bottom: 5px;
}
.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: 25px;
    padding-bottom:15px;
}
.menu ul li a {
    font-size: 14px;
    color: #002a4e;
    text-decoration: none;
}
.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;
    margin-top: 12px;
}

.h-twxt
{
    display:none;
}
.maganerimg:hover .h-twxt,.sponserimg:hover .h-twxt
{
    display:block;
}
h6.pdtop30px
{
    padding-top:20px;
}
.h-bse-data
{
    float: right;
    margin-top: 20px;
}
.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; 
}
/**/

/**/
.insideBanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.sustainabilityBnr{
    background-image: url('../images/sustainability-driven-growth-strategy-bnr.webp');
}
.insideBanner h1{
    font-size: 50px;
    color: #fff;
    position: relative;
    font-family: PlayfairDisplay-Regular;
}
.insideBanner h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  background-color: #437cbf;
  width: 75px;
  height: 4px;
}
.allTalent div img {
  width: 58px;
}
.allTalent {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 50px;
}
.imgSec {
  position: relative;
}
.squareIocn {
  position: absolute;
  bottom: -4px;
  left: -1px;
  width: 64px;
  height: 64px;
}
.innerSix {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.22);
  background-color: #fff;
  min-height: 653px;
  margin-bottom: 45px;
}
.imgSec img:first-child{
    width: 100%;
}

.breadTxt {
  padding: 15px 0px;
}
.breadTxtLink a {
  font-size: 14px;
  color: #092f57;
}
.breadTxtLink a {
  padding-right: 5px;
}
.breadTxtLink a:last-child {
  padding-left: 5px;
}
.allTxts p.font35{
    font-size: 28px;
    line-height: 33px;
    font-family: PlayfairDisplay-Regular;
    color: #002a4e;
}
.allTxts p.font35{
    margin-bottom: 35px;
}

.allTxts h4{
    font-size: 16px;
    margin-bottom: 15px;
    font-family:OpenSans-Bold;
    color: #002a4e;
}

.innerSix h4 {
  padding: 32px 32px 0px 32px;
}
.innerSix p {
  padding: 0px 32px 32px 32px;
}
.sustainableSec{
    padding-bottom: 20px;
}
/**/
.ceoImage {
  position: absolute;
  top: 0;
  right: 0px;
  width: 50%;
  height: 100vh;
  background-image: url(../images/ceo-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.halfBanner {
  display: flex;
  height: 100vh;
  align-items: center;
}
.halfBanner h1{
    font-size: 28px;
    color: #002a4e;
    position: relative;
}
.halfBanner h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  background-color: #437cbf;
  width: 75px;
  height: 4px;
}
.halfBanner h1 span{
    display: block;
    font-size: 14px;
    color: #437cbf;
    font-family:OpenSans-Regular;
}
.halfBanner p{
    color: #437cbf;
    font-size: 22px;
    font-family:OpenSans-Regular;
    margin-top: 55px;
    line-height: 29px;
}
.halfBanner p span img{
    width: 55px;
    display: block;
    margin-bottom: 2px;
}
.quatesP p span img{
    width: 55px;
    display: block;
    margin-bottom: 2px;
}
.grayTxts p span img{
    width: 55px;
    display: block;
    margin-bottom: 8px;
}
.allTxts .grayTxts p {
  color: #fff;
  font-size: 22px;
  font-family: OpenSans-Regular;
  line-height: 29px;
  text-align: left;

}
.blueSec {
  background-color: #0f3556;
  padding: 65px 0px;
  text-align: center;
}
.ceoMessageSec {
  padding-top: 50px;
  padding-bottom: 40px;
}


.allTxts p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
.allTxts h4 {
  font-size: 16px;
  margin-bottom: 25px;
}
.quatesP {
  padding: 65px 0px;
  background-color: #fff;
}
.quatesP p {
  color: #437cbf;
  font-size: 22px;
  font-family: OpenSans-Regular;
  line-height: 29px;
}


.mttxts {
  max-width: 226px;
  display: block;
  margin: 0px auto;
  position: relative;
}
.mttxts h3 {
  color: #fff;
  font-family: PlayfairDisplay-Regular;
  font-size: 28px;
}
.blue4 h3 {
  color: #fff;
  font-family: PlayfairDisplay-Regular;
  font-size: 28px;
  margin-top: 33px;
}
.blue4 p {
  font-size: 16px;
  color: #fff;

}
.mttxts p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.reamingTxt {
  padding: 65px 0px;
}
.posDes h4 span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #333132;
  font-family: OpenSans-Regular;
  margin-top: 5px;
}
.chairmanBg {
  background-image: url(../images/chairmans-img.webp);
}
.quatesP.textsf {
  padding: 65px 0px 25px 0px;
  background-color: #fff;
}
.allBtm{
    padding-bottom: 40px;
}
.enablerBg{
    background-image: url('../images/enabler-bnr.webp');
}
.strategicEdge{
    padding-top: 50px;
    padding-bottom: 40px;
}
.borderTsd h3{
    text-align: center;
    color: #fff;
    font-family: PlayfairDisplay-Regular;
    font-size: 38px;
}
.borderTsd h3 span {
  font-size: 16px;
  font-family: OpenSans-Regular;
  border: 1px solid #fff;
  border-top: 0px;
  padding: 0px 10px;
}
.borderTsd h3 span.brRi{
    border-right: 0px;
}
.borderTsd h3 span.brLi{
    border-left:0px;
}


.strongGlobal img {
  height: 60px;
  margin-bottom: 5px;
}
.strongGlobal h3 {
    font-size: 16px;
    line-height: 23px;
    color: #437cbf;
    margin-bottom: 10px;
    font-family: OpenSans-Bold;
    margin-top: 10px;
}
.strongGlobal {
  margin-bottom: 20px;
}
.atGlancebg{
    background-image: url('../images/at-glance-bg.webp');
}
.trusteeImg{
    padding-bottom: 65px;
    padding-top: 65px;
}
.keyHighlights {
  padding: 65px 0px;
  background-color: #0f3556;
}

.keyHighlights h4 {
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-family: PlayfairDisplay-Regular;
  margin-bottom: 50px;
}
.keyHighIn h3 {
  font-size: 28px;
  color: #fff;
  font-family: PlayfairDisplay-Regular;
  text-align: center;
}

.keyHighIn p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.keyHighIn {
  max-width: 211px;
  margin: 0px auto;
  display: block;
  min-height: 89px;
  margin-bottom: 20px;
}
.mainWidth{
    max-width: 850px;
    display: block;
    margin: 0px auto;
}
hr.iiner {
  width: calc(100% - 30px);
}
.totalAssets {
  max-width: 180px;
  margin: 0px auto;
  display: block;
  position: relative;
  margin-bottom: 60px;
  min-height: 87px;
}
.totalAssets h3 {
  font-size: 28px;
  color: #002a4e;
  font-family: PlayfairDisplay-Regular;
  text-align: center;
}
.totalAssets p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  text-align: center;
  color: #002a4e;
}
.rightBrdert::after {
  content: "";
  display: block;
  position: absolute;
  right: -95px;
  top: 0px;
  width: 1px;
  height: 90px;
  background-color: #858484;
}
.mt-50{
    margin-top: 50px;
}
.bluelogo {
  margin-top: 10px;
}

/*---------Homepage-----------*/
.custombutton {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #437CBF;
    background-color: transparent;
    padding: 8px 100px 8px 15px;
    overflow: hidden;
    z-index: 1;
    align-items: center;
    border: 1px solid #437CBF;
    font-size: 14px;
    transition: all .3s ease-out;
}
.custombutton:before {
    background: #DBE4ECB3;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 0;
    z-index: -1;
}
.custombutton:after
{
    background-image: url(../svg/btn-arrow-light-blue.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%;
}
/*.custombutton:hover
{
    color: #fff;
    }*/
    .hmbanner
    {
        width: 100%;
        height: 100vh;
        background-image: url(../images/);
    }
    .hmbanner p
    {
        font-size: 16px;
        color: #437CBF;
        font-family:OpenSans-Bold;
        padding-top: 204px;
    }
    .hmbanner h1
    {
        font-size: 48px;
        line-height: 60px;
        color: #092F57;
        font-family:PlayfairDisplay-Regular;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }
    .hmbanner h1:after
    {
        content: '';
        background-color: #437cbf;
        width: 65px;
        height: 4px;
        bottom: 0px;
        left: 0px;
        position: absolute;
    }
    .keyhightsection
    {
        /*height: calc(100vh - 15px);*/
        height: 100vh;
        margin-top: 15px;
        position: relative;
        display: flex;
        align-items: center;
    }
    .keybg
    {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #DBE4ECB3;
        max-width: 43%;
        width: 100%;
        height: 100%;
    }
    .keyimg
    {
       position: absolute;
       top: 0;
       right: 0;
       background-color:transparent;
       width: 100%;
       max-width: 56%;
       height: 100%;
       overflow: hidden;
       background-image: url(../images/key-highlights-img.webp);
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
   }
   .homepage h2
   {
       font-size: 30px;
       line-height: 36px;
       color: #092F57;
       font-family:PlayfairDisplay-Regular;
       position: relative;
       padding-bottom: 10px;
       margin-bottom: 25px;
   }
   .homepage h2:after
   {
    content: '';
    background-color: #437cbf;
    width: 50px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.keyhightsection .col-md-5 .col-md-6
{
    padding-left: 0px;
    padding-bottom: 35px;
}
.keyhightsection p
{
    font-size: 14px;
    color: #437CBF;
    font-family:OpenSans-Bold;
    margin-bottom: 0px;
    line-height: 16px;
    min-height: 32px;
    display: flex;
    align-items: flex-end;
    padding-right: 10px;
}

.keyhightsection h5
{
    font-size: 26px;
    color: #092F57;
    font-family:PlayfairDisplay-Regular;
}
.keyhightsection .col-md-4 .col-md-6:nth-child(3) p
{
    min-height: 48px;
}
.keyhightsection h2
{
    margin-bottom: 25px;
}
p.footnote 
{
    font-size: 14px;
    font-family:OpenSans-Italic;
    color: #437CBF;
    line-height: 19px;
    padding-top: 15px;
    min-height: auto;
    display: block;
}
.buildingsection
{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.buildingsection p
{
    color: #437CBF;
    margin-bottom: 30px;
}
.buildingimg
{
    width: 100%;
    max-width: 50%;
    height: 80vh;
    background-color:transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/building-a-r-t-p.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ourpropertiesec {
    background-image: url(../images/our-properties-img.webp);
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    background-color: #DBE4ECB3;
}
.ourpropertiesec h2
{
    color: #fff;
    margin-bottom: 0px;
}
.bg-overlay, .bg-overlay-bg, .bg-overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-overlay-content {
    bottom: 0;
    top: auto;
    height: auto;
}
.bg-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.bg-overlay:hover::before {
    opacity: 1;
}
.firstcolumn {
    position: relative;
    background-size: cover;
    background: url(../images/mumbai-img.webp) center center;
    background-size: cover;
    height: 323px;
    background-color: #DBE4ECB3;
}
.ourproimagesec
{
    padding: 80px 0px;
}
.ourproimagesec .bg-overlay-content {
    padding: 0px 15px 15px;
}
.ourproimagesec h2
{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-bottom: 0;
    color: #fff;
}
.ourproimagesec h2 span
{
  display: block;
}
.ourproimagesec h2:after
{
    display: none;
}
.custombtn span {
    max-width: 0;
    opacity: 0;
    padding-right: 0;
    transition: all .5s ease-in-out;
}
a.custombtn:after {
    background-image: url(../svg/btn-arrow-light-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 15px;
    width: 21px;
}
.custombtn {
    position: relative;
}
a.custombtn {
    align-items: center;
    color: #437CBF;
    display: inline-flex;
    font-size: 1.6rem;
    text-decoration: none;
    transition: all .5s ease-in-out;
    white-space: nowrap;
}
.custombtn:hover span {
    max-width: 100%;
    opacity: 1;
    padding-right: 15px;
}
.secondcolumn {
    position: relative;
    background: url(../images/gurugram-img.webp) center center;
    background-size: cover;
    height: 323px;
    background-color: #DBE4ECB3;
}
.thirdcolumn {
     position: relative;
    background: url(../images/kolkata-img.webp) center center;
    background-size: cover;
    height: 323px;
    background-color: #DBE4ECB3;
}
.fourthcolumn {
    margin-top: 30px;
    position: relative;
    background-size: cover;
    height: 323px;
    background: url(../images/noida-img-N1.webp) center center;
     background-color: #DBE4ECB3;
}
.fifthcolumn
{
   margin-top: 30px;
    position: relative;
    background-size: cover;
    height: 323px;
    background: url(../images/noida-img-N2.webp) center center;
     background-color: #DBE4ECB3; 
}
.esgoverviewsec
{
    width: 100%;
    height: 100vh;
    background-color: #DBE4ECB3; 
    display: flex;
    align-items: center;
    background: url(../images/management-d-and-a-img.webp) center center;
}
.esgoverviewsec h2,.esgoverviewsec p
{
    color: #fff;
}
.esgoverviewsec a.custombutton
{
color: #fff;
border: 1px solid #fff;
}
.esgoverviewsec .custombutton:before {
    background: #fff;
opacity: .3;
}
.esgoverviewsec p
{
margin-bottom: 30px;
max-width: 445px;
width: 100%;
}
/*.esgoverviewsec .custombutton:before
{
    background: #fff;
}*/
.esgoverviewsec .custombutton:after
{
    background-image: url(../svg/btn-arrow-light-white.svg);
}
.esgoverviewsec a.custombutton:hover
{
   /* color: #437CBF;*/
   color: #fff;
}
.sevencolumn
{
    position: relative;
    background-size: cover !important;
    height: 323px;
    background: url(../images/environment-img.webp) center center;
    background-color: #DBE4ECB3;
    background-repeat: no-repeat;
}
.eightcolumn
{
    position: relative;
    background-size: cover !important;
    height: 323px;
    background: url(../images/social-img.webp) center center;
    background-color: #DBE4ECB3;
    background-repeat: no-repeat;
}
.ninecolumn
{
    margin-top: 30px;
    position: relative;
    background-size: cover !important;
    height: 323px;
    background: url(../images/social-emplo-img.webp) center center;
    background-color: #DBE4ECB3;
    background-repeat: no-repeat;
}
.tencolumn
{
    margin-top: 30px;
    position: relative;
    background-size: cover !important;
    height: 323px;
    background: url(../images/social-communi-img.webp) center center;
    background-color: #DBE4ECB3;
    background-repeat: no-repeat;
}
.esgmagesec p
{
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}
.esgmagesec h2
{
    color: #fff;
     padding-bottom: 10px;
}
.esgmagesec h2:after
{
    display: block;
width: 30px;
}
.esgmagesec
{
    padding-bottom: 0px;
}
.promotingsec
{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.promotingimg
{
    position: absolute;
    top: 0px;
    max-width: 49%;
    height: 80vh;
    width: 100%;
    bottom: 0;
    margin: auto;
    background-color: #DBE4ECB3;
    background: url(../images/governance-img.webp) center center;
    background-size: cover;
}
.promotingsec .container,.promotingsec .row,.promotingsec .container .col-md-6
{
    height: 100%;
}
.promotingsec .container .col-md-6:first-child
{
    display: flex;
    align-items: flex-end;
}
.promotingsec .container .col-md-6:first-child .bg-overlay-content1s
{
    padding-bottom: 15vh;
}
.promotingsec .container .col-md-6:last-child
{
    display: flex;
    align-items: center;
}
.promotingsec .container .col-md-6:last-child h2
{
    padding-left: 60px;
    margin-bottom: 0px;
}
.promotingsec .container .col-md-6:last-child h2:after
{
    display: none;
}
.promotingsec .container .col-md-6:last-child a
{
    display: block;
    padding-left: 60px;
    font-size: 30px;
    color: #437CBF;
    font-family:PlayfairDisplay-Regular;
    margin-top: 30px;
    position: relative;
}
.promotingsec .container .col-md-6:last-child a:after
{
     background-image: url(../svg/btn-arrow-light-blue.svg);
    background-repeat: no-repeat;
     background-size: cover;
    content: '';
    height: 15px;
    width: 21px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.leadingright
{
    width: 100%;
}
.promotingsec p
{
    color: #fff;
}
.promotingsec .container .col-md-6:first-child h2
{
    margin-bottom: 10px;
    color: #fff;
}
.halfBanner {
    padding-top: 25px;
}
.featuredmenu h5 {
    font-family: OpenSans-Bold;
    color: #002a4e;
    font-size: 13px;
    margin: 10px auto;
}
.featuredmenu p {
    font-size: 14px;
}
a.hdrpdf-flrx {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}
.txtupper{
    text-transform: uppercase!important;
}
.menu .featuredmenu a:before{
display:none!important;
}

.featuredmenu a img {
    transform: rotate(270deg);
    margin-left: 10px;
}
.featuredmenu a {
   font-size: 14px;
   font-family:OpenSans-Semibold;
} 
.newbluetxt:after {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 40px;
    background: #437cbf;
    left: 0;
    top: 2px;
}
.newbluetxt {
    position: relative;
    color: #437cbf;
    font-family: OpenSans-Bold;
    padding-left: 20px;
}

.hmbanner
{
  background-image: url(../images/banner-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:right;
  height: 100vh
}
.b-left-img
{
 width: 49.5%;
  float: left; 
}
.b-right-img
{
 width: 49.5%;
  float: right; 
}
.board-report
{
  margin-top: 15px;
}
.board-report p {
    font-size: 16px;
    color: #437CBF;
    font-family: OpenSans-Bold;
    padding-top: 30px;
}
.report-box
{
  padding-left: 30px;
}
.ch-btn
{
  padding-top:70px;
}
.ch-btn a.custombtn:after {
    background-image: url(../svg/btn-arrow-light-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 15px;
    width: 21px;
}
.ch-btn a.custombtn
{
  color: #437CBF;
}


.op-highlight .promotingimg
{
    background: url(../images/operational-highlights-img.webp) center center;
    background-size: cover;
}

/*.op-highlight-text .col-md-4 {
    padding-left: 0px;
    padding-bottom: 35px;
}*/
.op-highlight .row
{
  display: flex;
  align-items: center;
}
.op-highlight-text .col-md-6
{
 display: initial !important;
 padding-bottom: 30px;
}
.op-highlight-text .col-md-6 p:nth-child(1),
.op-highlight-text .col-md-6 p:nth-child(2)
{
  min-height: auto;
}
.op-highlight-text p {
    font-size: 14px;
    color: #437CBF;
    font-family: OpenSans-Bold;
    margin-bottom: 0px;
    line-height: 16px;
    min-height: 45px;
    display: flex;
    align-items: flex-end;
    padding-right: 10px;
}
.op-highlight-text h5 {
    font-size: 26px;
    color: #092F57;
    font-family: PlayfairDisplay-Regular;
}
.op-highlight-text p.footnote
{
    font-size: 14px;
    font-family: OpenSans-Italic;
    color: #343536;
    line-height: 19px;
    padding-top: 15px;
    min-height: auto;
    display: block;
}

.esgoverviewsec1 p
{
  margin-bottom: 10px;
}
.esgoverviewsec1 {
    background: url(../images/esg-overview-img1.webp) center center;
}
.esgmagesec h2.bd-line
{
  padding-bottom: 0px;
}
.esgmagesec h2.bd-line:after
{
  display: none;
}
sup.tn {
    top: -1.1em;
}
.blue4a h3
{
  margin-top: 0px;
}
.blue4a p
{
  margin-bottom: 0px;
  margin-top: 30px;
}

.rightBrdert.r-brdert::after
{
  display: none;
}
footer h6.st
{
  visibility: hidden;
  padding-bottom: 0px;
}
.esgbanner {
    background: url(../images/esg-banner-img.webp);
    background-position: center bottom;
    background-size: cover;
}
.keybanner {
    background: url(../images/key-frame-works-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
}
.resilience-sec img {
 height: 50px;
    margin-bottom: 15px;
}
.resilience-sec h5 {
    font-size: 16px;
    font-family: 'OpenSans-Bold';
    padding-bottom: 10px;
    color: #437cbf;
}
.resilience-sec p {
    font-family: 'OpenSans-Regular';
 
}
.resilience-sec {
    height: 220px;
}
.m-20{
    margin-top: 30px;
}
.mr-b-20{
    margin-bottom: 30px;
}
.mr-b-50{
    margin-bottom: 50px;
}
.allTxts h4.esgovr {
    margin-top: 40px!important;
    display: revert;
}
.line-bottom:after {
    position: absolute;
    content: "";
    background: #437cbf;
    height: 5px;
    width: 45px;
    display: block;
}
.line-bottom {
    position: relative;
}
.properties-banner {
    background: url(../images/our-properties-banner.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.consoli-inner h3 {
    font-size: 38px;
    font-family: BauerBodoniStd-Roman;
    color: #002a4e;
}
.consoli-inner p {
    font-size: 16px;
    font-family:OpenSans-Regular;
      color: #002a4e;
      margin-bottom: 0px;
}
.bordr {
    border-right: 1px solid #002a4e;
}
.consoli-inner {
    margin-bottom:70px;
    text-align: center;
}
p.portspace {
    margin-top: 40px;
}
.mr-0{
    margin-bottom: 0px !important;
}
.btm-bckgnd {
    background: url(../images/btm-properties-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    background-size: cover;
}