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

.clicktowatch {
� � position: fixed;
� � top: 50%;
� � right: 0;
� � z-index: 9999;
� � background-color: #0F3557;
� � padding: 10px;
� � width: 0px;
� � opacity: 0;
� � transition: ease all 0.5s;
}
.clicktowatch.ativideobtn {
� � width: 205px;
� � opacity: 1;
� � transition: ease all 0.5s;
}
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;
}
html.homepage {
    overflow-x: hidden!important;
}
header
{
    padding:5px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.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
}
/*----homepage-------*/
.banner .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 84%;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    text-align: left;
}
.banner .owl-carousel button.owl-dot {
    width: 104px;
    height: 4px;
    background-color: rgba(255,255,255,0.30);
    margin-right: 14px;
    margin-bottom: 30px;
}
.ement {
    font-size: 10px;
    display: block;
}
.banner .owl-carousel button.owl-dot {
    width: 32px;
}
.banner .owl-carousel button.owl-dot span
{
    display: none;
}
.banner .owl-carousel button.owl-dot.active {
    background-color: #fff;
}
#main-banner .item6
{
    background-image: url(../images/desktop-banner-desk-1.jpg?timestamp=1730975028);
    width: 100%;
    height: 100vh;
    background-size: cover;
}

#main-banner .item1
{
    background-image: url(../images/banner1.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
}
#main-banner .item2
{
    background-image: url(../images/banner2.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
}
#main-banner .item3
{
    background-image: url(../images/banner3.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
}
#main-banner .item4
{
    background-image: url(../images/banner4.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
}
#main-banner .item5
{
    background-image: url(../images/banner5.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    padding: 0px;
}

#main-banner .item7
{
    background-image: url(../images/desktop-31-jan.jpg?timestamp=1730975025);
    width: 100%;
    height: 100vh;
    background-size: cover;
}
#main-banner .item8
{
    background-image: url(../images/sustain_banner_q4_desk.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
}
#main-banner .item9
{
    background-image: url(../images/desktop_Adapt_Digital_1920x930.jpg?v=2.0);
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.bluelogo {
    display: none;
}
div.logo img {
    width: auto;
    transition: ease all 0.5s;
    padding-top: 0;
}
div.logo img {
    max-width: 135px;
    width: 100%;
}
.logo {
    float: left;
    padding: 15px 0px 0px;
    display: flex;
    align-items: flex-end;
}
.sticky div.logo img {
    transition: ease all 0.5s;
    padding-top: 0px;
}
.sticky .whitelogo {
    display: none;
}
.sticky .bluelogo {
    display: block;
}
.custombutton:hover {
    color: #ffffff;
    text-decoration: none;
}
.custombutton {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    padding:4px 14px;
    overflow: hidden;
    z-index: 1;
    align-items: center;
    border: 1px solid #ffffff;
    font-size: 14px;
    transition: all .3s ease-out;
}
.custombutton span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
    padding: 12px;
    overflow: hidden;
    background-color: transparent;
}
.custombutton:before{
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 0;
    z-index: -1;
}
.custombutton:hover:before {
    width: 100%;
}
.custombutton:focus
{
    color:#fff;
    outline:none;
}
@keyframes moveArrow
{
    0% {
        transform: translateX(0px);
    }
    49% {
        transform: translateX(50px);
    }
    50% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(0px);
    }
}
.bannertxt
{
    max-width: 710px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    transition: all ease .3s;
    border-bottom: none;
}
.bannertxt h1
{
        font-size: 48px;
    font-family:PlayfairDisplay-Regular;
    font-weight: normal;
    font-style: normal;
    display: block;
    color: #fff;
    padding-bottom: 20px;
    line-height: 55px;
        padding-top: 5px;
}
.bannertxt h1 span
{
    display: block;
}
.bannertxt p
{
    font-size: 13px;
     font-family:OpenSans-Bold;
    color: #fff;
    margin-bottom: 0px;
}
#main-banner .container
{
    display: flex;
    align-items: center;
    height: 100vh;
}
.keyhighlights h2 {
    font-size: 35px;
    color: #0F3557;
     font-family: PlayfairDisplay-Regular;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    display: inherit;
    margin: 0px auto 20px;
}
.keyhighlights h2:after {
    content: '';
    background-color: #437cbf;
    width: 60px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.divcenter {
    margin: auto;
    display: table;
}
.keyhighlights h5 {
    color: #0F3557;
    font-size: 27px;
   font-family: PlayfairDisplay-Regular;
    text-align: center;
    margin-bottom: 0px;
    line-height:27px;
}
.keyhighlights p {
    font-size: 14px;
    text-align: center;
    color: #0F3557;
    position: relative;
    margin-bottom: 0px;
}
.keyhighlights .col-md-4:nth-child(1)::after, .keyhighlights .col-md-4:nth-child(2)::after, .keyhighlights .col-md-4:nth-child(5)::after, .keyhighlights .col-md-4:nth-child(4)::after {
    content: '';
    position: absolute;
    width: 1px;
    height:60px;
    right: 0px;
    top: 0px;
    background-color: #d8d7d8;
}
.keyhighlights .col-md-4 {
    margin-bottom:60px;
    position: relative;
}
.keyhighlights
{
    padding: 80px 0px 30px;
}
.keyhighlights h6
{
    color: #0F3557;
    font-size: 24px;
   font-family: PlayfairDisplay-Regular;
    text-align: center;
    margin-bottom:50px;
    line-height:30px;
}
.keyhighlights p.paranote
{
text-align: left;
color: #414042;
font-size: 11px;
margin-bottom: 0px;
}
.annualrptsec
{
    background-color: #f7f7f7;
    padding: 60px 0px;
}
.annual-select {
    position: relative;
    display: block;
    width:235px;
    height: 32px;
    padding: 6px 20px 6px 6px;
    font-size: 13px;
    color: #0F3557;
    font-family:OpenSans-Bold;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dededc;
    border-radius: 0;
    box-shadow: none;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*.annualsecbox {
    display: flex;
}*/
.annual-cover
{
    position: relative;
}
.annual-cover p
{
    position: absolute;
    left:30px;
    bottom:20px;
    color: #fff;
    font-size: 20px;
}
.annualselectboxwht {
    padding-top:20px;
    width: 100%;
    display:flex;
    justify-content: space-between;
}
.annual-select:focus {
    border-color: #0F3557;
    box-shadow: none;
}
/*.report-downloadbtn
{
    margin: 10px 0px 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
        display: flex;
    align-items: center;
}*/
.report-downloadbtn a
{
    width: 100%;
    color: #0F3557;
    font-size: 16px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}
.report-downloadbtn a:hover
{
    text-decoration:underline !important;
}
.report-downloadbtn a img
{
    padding-top: 5px;
}
.report-downloadbtn a img,.report-webbtn a img {
    padding-top: 4px;
    float: right;
}
.report-webbtn a
{
     width: 100%;
    color: #0F3557;
    font-size: 16px;
    text-decoration: none;
    padding-left: 10px;
}
.report-webbtn a:hover
{
    text-decoration:underline !important;
}
.report-webbtn a img
{
    padding-top: 10px;
}
.videoplay
{
    position: relative;
    margin-top: 14px;
}
.videoplay img:last-child
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
}
.videoplay img
{
    max-width: 100%;
}
.annualrptsec .col-md-5 .row .col-md-6:first-child
{
padding-right: 7px;
}
.annualrptsec .col-md-5 .row .col-md-6:last-child
{
padding-left: 7px;
}
.videotxt
{
    background-color: #fff;
    padding: 10px;
}
.videotxt p
{
    color: #3a7bc8;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px;
}
.videotxt a
{
    color: #0F3557;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    line-height: 20px;
}
.annualrptsec h6
{
font-size: 20px;
font-weight: 700;
color: #fff;
padding-bottom: 30px;
}
.keylinks a
{
    width: 100%;
    font-size: 16px;
    font-family:OpenSans-Regular;
    color: #0F3557;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #afbbc7;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.keylinks a:last-child
{
    border-bottom: 0px;
}
.keylinks a img
{
    float: right;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.keylinks a:hover
{
  font-family:OpenSans-Bold;
  transition: all .3s ease-in-out;
}
/*.keylinks a:hover .pdf-icon-hover*/
/*{*/
/*opacity: 1;*/
/*transition: all .3s ease-in-out;*/
/*}*/
.threecolsec {
    padding: 65px 0px;
}
.threecolsec .mahead  {
    font-size: 35px;
    color: #0F3557;
    font-family: PlayfairDisplay-Regular;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    display: inherit;
    margin: 0px auto 20px;
}
.firstcolumn {
    position: relative;
    background-size: cover;
    height: 480px;
    background: url(../images/downtown-powai-mumbai-image.webp) center center;
    background-size: cover;
    height: 527px;
}
.bg-overlay, .bg-overlay-bg, .bg-overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.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-content
{
    z-index: 1;
    left: 0;
    overflow: hidden;
        position: absolute;
    width: 100%;
    bottom: 0;
    top: auto;
    height: auto;
        padding: 0px 15px 15px;
}
.threecolsec h2 {
       font-family: PlayfairDisplay-Regular;
    font-size: 27px;
    color: #ffffff;
    /* padding-bottom: 15px; */
    margin-bottom: 10px;
    position: relative;
    line-height: 30px;
}
.threecolsec h2 span
{
    display: block;
}
a.custombtn {
    align-items: center;
    display: inline-flex;
    font-size:16px;
     font-family:OpenSans-Regular;
    text-decoration: none;
    transition: all .5s ease-in-out;
    white-space: nowrap;
    position: relative;
    color: #fff;
    border-bottom:3px solid #3a7bc8;
}
.bg-overlay-content p
{
font-size: 25px;
color: #fff;
display: none;
}
.bg-overlay:hover .bg-overlay-content p
{
display: block;
}
/*.custombtn span {
    max-width: 0;
    opacity: 0;
    padding-right: 0;
    transition: all .5s ease-in-out;
}
a.custombtn:after {
    background-image: url(../images/btn-arrow-light-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 15px;
    width: 21px;
}
.custombtn:hover span {
    max-width: 100%;
    opacity: 1;
    padding-right: 15px;
}*/
.secondcolumn {
    background-size: cover;
    height: 480px;
    position: relative;
    background: url(../images/worldmark-gurugram-sector-img.webp) center center;
    background-size: cover;
    height: 527px;
}
.thirdcolumn {
    background-size: cover;
    height: 480px;
    position: relative;
    background: url(../images/pavilion-mall-ludhiana-img.webp) center center;
    background-size: cover;
    height: 527px;
}
.fourthcolumn {
    margin-top: 30px;
    position: relative;
    background-size: cover;
     background: url(../images/worldmark-aerocity-new-delhi.webp) center center;
    background-size: cover;
    height: 350px;
}
.fifthcolumn {
    margin-top: 30px;
    background-size: cover;
    position: relative;
    background: url(../images/airtel-center-gurugram.webp) center center;
    background-size: cover;
    height: 350px;
}

.mb-20
{
margin-bottom:20px;
}
.bg-overlay:hover::before {
    opacity: 1;
}
.threecolsec .mahead:after {
    content: '';
    background-color: #437cbf;
    width: 60px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.combannerinsidesec {
    background-image: url(../images/integrating-esg-img.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
}
.combannerinsidesec h2 {
    font-family: PlayfairDisplay-Regular;
    font-size:36px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    line-height: 35px;
}
.combannerinsidesec h2 span
{
    display: block;
}
.combannerinsidesec h2:after,.esgdata h2:after
{
    content: '';
    background-color: #437cbf;
    width: 42px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.combannerinsidesec p,.esgdata p{
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 20px;
        line-height: 22px;
}
.intercontent a:first-child
{
    margin-right: 15px;
}
.img-responsive
{
    max-width: 100%;
}
.esgsection
{
    padding: 75px 0px;
    background-color: #0F3557;
}
.esgdata {
    background-color: #fff;
    padding: 20px 30px;
    min-height: 229px;
}
.esgdata h2
{
    font-family: PlayfairDisplay-Regular;
    font-size:27px;
    color: #0F3557;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    line-height: 30px;
}
.esgdata p
{
    color: #0F3557;
    padding-bottom: 15px;
    min-height:126px;
}
.esgdata .custombutton:hover
{
    color: #0F3557;
}
.esgdata .custombutton
{
color: #0F3557;
border: 1px solid #0F3557;
}
.esgdata .custombutton:before{
    background: #0F3557;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 0;
    z-index: -1;
}
.esgdata .custombutton:hover:before {
    width: 100%;
}
.managerandsponsor
{
    padding: 45px 0px;
    overflow: hidden;
}
.managerandsponsor h2,.dwnlodcenter h2, .annualrptsec h2, .investor h2
{
    font-size: 36px;
    color: #0F3557;
    font-family: PlayfairDisplay-Regular;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    display: inherit;
    margin: 0px auto 40px;
}

.managerandsponsor h2:after,.dwnlodcenter h2:after, .annualrptsec h2:after, .investor h2:after
{
    content: '';
    background-color: #437cbf;
    width: 56px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.managerandsponsor .col-md-12 {
    padding: 0px;
}
.managerandsponsor .col-md-12 .col-md-6:nth-child(1) {
    padding-left: 0px;
}
.maganerimg {
    background-image: url(../images/manager-and-sponsor-img1.png);
    background-size: cover;
    width: 100%;
    height: calc(100vh - 137px);
    display: flex;
    align-items: flex-end;
    background-position: center;
}
.magnleftxt {
    margin-bottom: 25px;
    padding-left: calc(100vw / 16 + 30px);
    padding-right: 30px;
}
.managerandsponsor .col-md-12 .col-md-6:nth-child(2) {
    padding-right: 0px;
}
.sponserimg {
    background-image: url(../images/manager-and-sponsor-img2.png);
    background-size: cover;
    width: 100%;
    height: calc(100vh - 137px);
    display: flex;
    align-items: flex-end;
    background-position: center;
}
.sonrightxt {
    padding-left: calc(100vw / 16);
}
.managerandsponsor .container-fluid{
    padding: 0px;
}
.magnleftxt p
{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 0px;
}
.magnleftxt p:first-child
{
    font-size: 14px;
    margin-bottom: 5px;
}
.magnleftxt h2
{
    color: #fff;
    text-align: left;
    font-size: 27px;
    margin-bottom: 0px;
}
.magnleftxt h2 span
{
    display: block;
}
.magnleftxt h2:after
{
    display: none;
}
.sonrightxt h2
{
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.email-footer-box {
    float: left;
    max-width:350px;
    border: none;
    height: 32px;
    width: 100%;
}
.text-box {
    border: 1px solid #437cbf;
    padding-left: 15px;
    color: #fff;
    height: 40px;
    width: 100%;
    border-right: 0px;
    background-color: transparent;
}
.email-footer-submit {
    max-width: 120px;
    width: 100%;
    float: left;
}
.text-box-btn {
    height: 40px;
    background-color: #437cbf!important;
    width: 100%;
    border: none;
    color: #fff;
}

.dwnlodcenter
{
    padding-bottom: 90px;
}
.dwnlodcenter h2
{
margin-bottom: 0px;
text-align: left;
margin-bottom: 40px;
}
.dwnlodcenter p
{
    font-size: 16px;
    line-height: 22px;
      color: #0F3557;
      margin: 15px 0px 30px;
}
.dwnlodcenter p span
{
    font-size: 18px;
    font-family:OpenSans-Semibold;
    display: block;
    padding-bottom: 5px;
}
.dmcen
{
margin-top:90px;
}
.dmcen .keylinks a
{
    color: #0F3557;
}
/*.content  .custombtn
{
    color: #437cbf;
    font-size: 16px;
    font-weight: 400;
}*/
footer
{
    background-color: #282828;
    padding: 35px 0px 10px;
}
footer .col-md-10 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 a
{
    color: #fff;
    font-size: 14px;
}
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-2 a img
{
    padding-left:20px;
}
footer .row .col-md-2 a span
{
    opacity: .37;
}
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: 20px;
    padding-bottom:20px;
}
.menu ul li a {
    font-size: 14px;
    color: #fff;
    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: right;
    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
{
    background-color: #0F3557;
    padding: 4px 14px;
    float: right;
    margin-top: 17px;
}
.h-bse-data span
{
    color: #fff;
}
.h-bse-data span img
{
    padding-left: 10px;
    padding-right:5px; 
}
/*********inner pages*********/
.abt-banner {
    background-image: url(../images/abt-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.inner-banner .bannertxt {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    /* place-content: center; */
    /* max-width: 100%; */
}
.inner-banner .bannertxt h1 {
    position: relative;
    font-size: 48px;
}
.inner-banner .bannertxt h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #437cbf;
    width: 60px;
    height: 4px;
    display:none;
}
.breadCrumbTxt {
    padding-top: 20px;
    padding-bottom: 60px;
}
.breadCrumbTxt a {
    font-family: OpenSans-Regular;
    color: #8d8d8d;
    font-size: 13px;
    text-decoration: none;
}
.breadCrumbTxt a:first-child {
    padding-left: 0;
}
.breadCrumbTxt a.active {
    font-family: OpenSans-Regular;
}
.inner-heading {
    font-size: 36px;
    font-family: PlayfairDisplay-Regular;
    position: relative;
    color: #0F3557;
    padding-bottom: 10px;
    margin-bottom:20px;
}
.inner-heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #437cbf;
    width: 47px;
    height: 4px;
}
.br-trust h3
{
max-width: 560px;
margin: 0px auto 25px;
}
.br-trust p
{
    font-size:20px;
    color: #0F3557;
    text-align:center;
    line-height: 28px;
}
.br-trust p.noida-paragraph{
    font-size:19px;
}
.br-trust-bg
{
    background-color: #0F3557;
    padding: 70px 0px;
    margin-top:60px;
}
.br-trust-bg h5
{
    font-size:26px;
  font-family: PlayfairDisplay-Regular;
    color: #fff;
    text-align: center;
}
.br-trust-bg p
{
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.br-trust-bg .col-md-3
{
    border-right: 1px solid #8497ab;
}
.bd-last
{
    border:none !important;
}
.key-strength
{
    padding-top:80px;
}
.key-strength p
{
    font-size: 16px;
    color: #0F3557;
    line-height: 22px;
    padding-bottom: 30px;
}
.key-box
{
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
}
.key-text
{
    padding: 15px;
}
.key-text h4
{
    font-size: 27px;
    color: #0F3557;
    line-height: 32px;
    font-family: PlayfairDisplay-Regular;
    padding-bottom: 15px;
    min-height: 80px;
}
.key-text h4 span
{
    display: block;
}
.key-text p
{
    color: #54565a;
    font-size: 16px;
    padding-bottom: 0px;
    min-height: 185px;
}
.reit-structure
{
    padding: 80px 0px;
}

.structure
{
    position: relative;
    display: flex;
}
.st-left
{
    max-width: 190px;
    width: 100%;
}
.st-left-box
{
    min-height: 100px;
    text-align: center;
    position: relative;
    border:1px solid #9f9f9e;
}
.st-left-box p
{
    font-size: 14px;
    color: #55575b;
    display:block;
    line-height: 16px;
    position:relative;
    font-family:OpenSans-Semibold;
    border-bottom: 1px solid #9f9f9e;
    padding:7px;
}
.st-left-box h6
{
    font-size: 14px;
    line-height:18px;
    text-align: center;
    color: #55575b;
    font-family:OpenSans-Bold;
    margin-bottom: 10px;
}
.arrow-d
{
    text-align: center;
    line-height: 0px;
    margin-bottom: 15px;
}
.arrow-d img
{
    vertical-align: top;
height:200px;
}
.v-line
{
    background-color: #bbbdc0;
    height: 167px;
    width:1px;
    margin:auto;
}

.arrow-d1
{
    margin-top:15px;
    margin-bottom: 0px;
}
.v-lines
{
    position: relative;
}
.vline
{
    position: absolute;
   /* background-color: #bbbdc0;*/
   border-top: 1px dotted #bbbdc0; 
}
.vline1
{
    width: 15px;
    height:1px;
    top:45px;
    left:68px;  
}
.vline2
{
    width: 1px;
    height:600px;
    top:45px;
    left:68px;   
}
.vline3
{
    width: 34px;
    height:1px;
    bottom:23%;
    left:50px;  
}
.vline4
{
    /*width:68px;*/
    width:30px;
    height:1px;
    top:640px;
    left:0px;
    background-color: #bbbdc0;    
}
.vline-border
{
  position: absolute;  
}
.vline5
{
    width: 40px;
    top: 25px;
    height: 1px;
    left: 50px;
    border-top: 1px dotted #bbbdc0; 
}
.vline6
{
    width: 1px;
    height:74.7%;
    top:24px;
    left:50px;
    border-right: 1px dotted #bbbdc0;   
}
.vline7
{
    width: 40px;
    /*bottom:59px;*/
    bottom:85px;
    height: 1px;
   /* left: 50px;
    border-top: 1px dotted #bbbdc0; */
    left: 30px;
    background-color: #bbbdc0;
}
.vline8
{
    width:50px;
    top:482px;
    height: 1px;
    left:0px;
    border-top: 1px dotted #bbbdc0; 
}
.vline89
{
   width: 1px;
   /*height: 282px;*/
   height:28%;
   background-color: #bbbdc0;
   bottom:85px;
   left: 30px;
}
.vline-text
{
    position: absolute;
    left:32px;
    bottom:60px;
}
.vline-text2
{
    position: absolute;
    left:32px;
    top:25px;
}
.vline-text1
{
    position: absolute;
    left:75px;
    bottom:5%;
}
.left-arrow-r
{
    position: absolute;
    right:16px;
    top:47%;
}

.left-arrow-r1
{
    position: absolute;
    left:10px;
    top:8%;
}
.left-arrow-r2
{
    position: absolute;
    left:10px;
    top:28%;
}
.left-arrow-r3
{
    position: absolute;
    left:10px;
    top:48%;
}
.left-arrow-r4
{
    position: absolute;
    left:10px;
    bottom:28%;
}
.left-arrow-r5
{
    position: absolute;
    left:10px;
    bottom:8%;
}
.st-middle
{
    max-width: 200px;
    width: 100%;
    margin-left: 90px;
    position:relative;
}
.st-middle-box
{
    min-height: 100px;
    border: 1px solid #9f9f9e;
    text-align: center;
    margin-bottom:38px;
}
.st-middle-box p
{
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #55575b;
    font-family: OpenSans-Bold;
    padding: 0px 10px;
    margin:10px 0px;
}
.st-middle-box h5
{
    font-size: 14px;
     font-family:OpenSans-Semibold;
     color: #55575b;
     padding:10px;
     text-align: center;
     border-bottom: 1px solid #9f9f9e;
}
.st-middle-box h3
{
    font-family: PlayfairDisplay-Regular;
    font-size: 30px;
    padding-bottom: 0px;
}
.st-right
{
    margin-left: 50px;
}
.st-right .nav>li
{
    margin-bottom:30px;
}
.st-right .nav>li>a {
    position: relative;
    display:flex;
    padding:0px;
    width:190px;
    height: 110px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0px;
    background-color:transparent;
    border:1px solid #9f9f9e;
    font-family:OpenSans-Bold;
    font-size: 15px;
    color: #54565a;
}

.st-right .nav>li.hitech-st>a
{
height: 60px;
}
.st-right .nav>li.hitech-st1
{
    margin-bottom: 10px;
}

.st-right .nav>li>a span
{
    display:block;
    font-family:OpenSans-Regular;
    text-align:center;
}
.st-right .nav-pills>li.active>a, .st-right .nav-pills>li.active>a:focus, .st-right .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #00294e;
}
.st-right-tab-cntnt
{
    margin-left: 30px;
    width: 380px;
}
.st-right-tab-cntnt img
{
    min-height:980px;
}
.m-lines
{
    position: relative;
}
.m-line
{
 background-color: #bbbdc0;
 height: 1px;
 width: 45px;
 position: absolute;   
}
.m-line1
{
top:55px;
left: 0;
}
.m-line2
{
top: 185px;
    left: 25px;
    width: 20px;
}
.m-line13
{
top: 222px;
    left: 25px;
    width: 20px;
}
.m-line3
{
    height: 37px;
    width: 1px;
    top:185px;
    left:25px;
}
.m-line4
{
   top:346px;
   left:0px;
   width:45px;
}
.m-line5
{
   top:203px;
   left:0px;
   width: 25px;
}
.m-line6
{
    height: 146px;
    width: 1px;
    top:350px;
    left:25px;
}
.m-line7
{
   bottom:51.3%;
   left:0px;
   width:45px;
}
.m-line8
{
   bottom:51%;
   left:0px;
   width: 25px;
}
.m-line9
{
    height: 140px;
    width: 1px;
    bottom:37.4%;
    left:25px;
}
.m-line10
{
bottom:37.4%;
   left:0px;
   width: 45px;
}
.m-line11
{
bottom:24%;
   left:0px;
   width:45px;
}
.m-line12
{
 bottom:80px;
   left:0px;
   width:50px;
}
.sponsor
{
    background-image: url(../images/sponsor-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display:flex;
    align-items: center;
}
.sponsor h3, .sponsor p
{
    color: #fff;
}
.sponsor-blue
{
    background-color: #fff;
    padding: 35px 0px;
}
.sponsor-blue-text {
    border-right: 1px solid #687f98;
    width: 25%;
    float: left;
    min-height: 82px;
}

.sponsor-blue-text h4
{
    font-size: 26px;
    color: #0F3557;
    font-family: PlayfairDisplay-Regular;
    text-align: center;
    margin-bottom:4px;
}
.sponsor-blue-text p
{
    font-size: 14px;
    color: #0F3557;
    text-align: center;
    line-height:18px;
}
.manager
{
  background-image: url(../images/manager-bg.webp);  
}
.bod
{
    padding: 120px 0px;
}
.bod-box
{
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
}
.bod .bod-box
{
    margin-bottom:20px;
}
.bod-text
{
    padding: 10px 20px;
}
.bod-text h4
{
    font-family: PlayfairDisplay-Regular;
    font-size: 20px;
    color: #0F3557;
}
.bod-text p
{
    color: #54565a;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 16px;
}
.executive-team
{
    padding: 120px 0px;
    background-color: #f7f7f7;
}
.executive-team .bod-text
{
min-height: 108px;
}
.digi-slider .owl-stage-outer {
    overflow: unset;
}
.digi-slider.owl-carousel .owl-stage
{
    padding-left: 0px !important;
}
.digi-slider .owl-nav button.owl-prev {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(../images/arrow-left.png) !important;
    left: 0;
    position: absolute;
    bottom: -60px;
}
.digi-slider .owl-nav button.owl-next {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(../images/arrow-right.png) !important;
    position: absolute;
    left:40px;
    bottom: -60px;
}
.digi-slider .owl-nav button.owl-next:hover {
    background: transparent;
}

.digi-slider .owl-nav button.owl-prev:hover {
    background: transparent;
}

.digi-slider .owl-nav button.owl-next:focus,
.digi-slider .owl-nav button.owl-prev:focus {
    outline: none !important;
}
.trustee
{
    padding: 110px 0px 0px;
}
.trustee-text
{
    padding-left: 50px;
    padding-top: 20px;
}
.trustee-text p
{
    line-height: 24px;
}
.governance
{
background-color: #0F3557;
padding: 110px 0px 70px 0px;
margin-bottom:40px;
}
.governance h3 {
    margin: 0px 0 25px;
    color: #fff;
}
.governance h3.inner-heading:after
{
display:none
}
.governance p
{
    text-align:left;
    color: #fff;
    margin-bottom:20px;
}
.governance p.p-last
{
    margin-bottom: 40px;
}
.governance .col-md-4
{
    border-right: 1px solid #3f5d7c;
    margin-bottom: 40px;
}
.governance .col-md-4 p
{
    margin-bottom: 0px;
    text-align: left;
}
.board-committe
{
    padding-bottom:100px;
}
.board-tab
{
margin-top: 50px;
}
.board-tab .nav>li>a
{
font-size: 14px;
color: #0F3557;
padding: 10px 0px;
border-radius: 0px;
border-bottom:1px solid #0F3557;
}

.board-tab .nav>li.bd-last>a
{
 border-bottom:none;   
}
.board-tab .nav>li>a:hover
{
    background-color: transparent;
}
.board-tab .nav-pills>li.active>a, .board-tab .nav-pills>li.active>a:focus, .board-tab .nav-pills>li.active>a:hover
{
color: #0F3557;
font-family:OpenSans-Bold;
background-color: transparent;
}
.board-tab-cntnt .bod-text
{
min-height:87px;
}
.advantage
{
    margin-bottom: 120px;
}
.advantage .key-text p
{
    min-height: 235px;
}
.advantage .key-text h4
{
  min-height:auto;  
}
.advantage1 .key-text p
{
    min-height:235px;
}
.advantage1 .key-box, .advantage .key-box
{
    margin-bottom: 30px;
}
.advantage .key-box1 .key-text p
{
    min-height:auto;
}
.headercolored header
{
-webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 25%);
    background-color:#fff;
}
.breadcrumb {
    background-color: transparent;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-top: 70px;
}
.breadcrumb a {
    color: #0f3557;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.sec-featured
{
    padding: 30px 0px 60px;
}
.asset-videos .title-divide {
    position: relative;
    font-size: 36px;
    color: #0f3557;
    font-family: PlayfairDisplay-Regular;
    font-weight: normal;
    line-height: 1;
    margin-bottom:40px;
    margin-top:60px;
}
.asset-videos .title-divide::after {
    content: "";
    width: 45px;
    height: 4px;
    display: block;
    background-color: #407ec9;
    margin-top: 10px;
}
.asset-videos .asset-videos-subtitle {
    position: relative;
    font-size: 26px;
    color: #0f3557;
  font-family: PlayfairDisplay-Regular;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.asset-videos .vid-img {
    margin: 35px 0px 40px;
    position: relative;
}
.vid-img-icon {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.asset-videos .vid-img-icon img {
    width: 100%;
    height: 100%;
}
.media-events .vid-img {
    margin-top: 40px;
    margin-bottom: 50px;
}
.media-events
{
    background-color: #f1f1f1;
    padding-top: 0px;
}
.media-events-banner {
    background-image: url(../images/media-events-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.contactus-banner
{
    background-image: url(../images/contact-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
/*.media-events .breadcrumb*/
/*{*/
/*    margin-top: 0px;*/
/*}*/
.press-release-title {
    font-size: 36px;
     font-family: PlayfairDisplay-Regular;
    font-weight: normal;
    color: #fff;
    margin-bottom: 45px;
}
.title-divide::after {
    content: "";
    width: 55px;
    height: 4px;
    display: block;
    background-color: #407ec9;
    margin-top: 10px;
    display:none !important;
}
.press-release-title:after {
    background-color: #fff;
}
.press-releases
{
    padding-top:40px;
    background-color: #f1f1f1;
}
.pr-left-title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    line-height: 1.4;
}
.pr-left-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.40);
}
.btn-press {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.01);
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 0px;
}
#press-release-carousel .owl-nav button.owl-next, #press-release-carousel .owl-nav button.owl-prev{
    background-color: #ffffff;
}
#press-release-carousel .owl-nav button.owl-next:hover, #press-release-carousel .owl-nav button.owl-prev:hover{
    background-color: rgba(255,255,255,0.10);
}
.sec-featured-news .owl-carousel button.owl-dot.active {
    background-color: rgba(255,255,255,0.10);
}
.sec-featured-news .owl-carousel .owl-nav button.owl-next, .sec-featured-news .owl-carousel .owl-nav button.owl-prev {
    width: 51px;
    height: 51px;
    border: 1px solid #407ec9;
    border-radius: 50%;
}
#press-release-carousel .owl-nav button.owl-next, #press-release-carousel .owl-nav button.owl-prev {
    background-color: #ffffff;
}
.sec-featured-news .owl-carousel .owl-nav button.owl-prev span {
    background-image: url(../images/feature-prev-arr.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 18px;
    display: block;
    text-indent: -999rem;
    margin: auto;
}
.sec-featured-news .owl-carousel .owl-nav button.owl-next span {
    background-image: url(../images/feature-next-arr.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 18px;
    display: block;
    text-indent: -999rem;
    margin: auto;
}
.sec-featured-news .owl-nav {
    width: 200px;
    display: flex;
    justify-content: center;
    margin: 40px auto 0 auto;
} .btn-primary:hover {
    background-color: #407ec9;
    border-color: #407ec9;
}
.media-enq {
    padding: 75px 0 15px 0;
    margin-bottom:60px;
}
.media-enq-wrap {
    padding: 50px 80px;
    -webkit-box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 10%);
}
.media-enq-wrap-body {
    padding: 30px 45px;
    border: 1px solid #e2e7eb;
    font-size: 16px;
    color: #282828;
    font-weight: 600;
}
.media-enq h2
{
    margin-bottom: 30px;
}
.contact-list-title {
    font-size: 18px;
    font-weight: 600;
    color: #00467e;
    margin-bottom: 10px;
}
.contact-list-sub {
    font-size: 16px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 15px;
}
.list-unstyled {
    margin-bottom: 0;
}
.list-contact>li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 1rem;
}
.contact-list-map::before {
    content: "";
    width: 11px;
    height: 15px;
    background-image: url(../images/map-icon.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.contact-list-phone::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/ph-icon.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-list-sub {
    font-size: 15px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 15px;
}
.contact-list-mail::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}
.col-md-4.contact-list
{
    padding-top: 20px;
}
.sec-form {
    background-color: #0F3557;
    padding: 90px 0px 150px;
    position: relative;
}
.sec-form-title {
    color: #fff;
    font-size: 36px;
    font-family: PlayfairDisplay-Regular;
    font-weight: normal;
    margin-bottom: 30px;
}
.sec-form label {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.sec-form .form-control {
    /*background-color: #5f5f62;*/
    background-color:#f5f5f5;
    border-color: #7f7f81;
   /* color: #ffffff;*/
    color:#000000;
    height: calc(1.5em + 0.75rem + 14px);
    /*padding: 24px;*/
}
.form-control {
    border-radius: 0;
}
.mb-md-4, .my-md-4 {
    margin-bottom: 30px!important;
}
.sec-form textarea.form-control {
    height: auto;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    background-color: #407ec9!important;
    padding: 13px 24px;
    border-radius: 0px;
}
.text-md-right
{
    text-align: right;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
.sec-form .btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 40px;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
    background-color: #407ec9;
    border-color: #407ec9;
    outline: none;
}
.sec-form::before {
    content: "";
    background-image: url(../images/form-right-bg.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 588px;
    height: 1027px;
    background-size: 100% 90%;
}
.form-control:focus {
    box-shadow: none;
    border-color: #e8e8e8;
}


.bd-modal .modal-dialog {
    width: 1170px;
    margin: 30px auto;
}
.bd-modal .modal-content {
    border: 0px;
    background: #f7f7f7;
    border-radius:0px;
}
.bod-details {
    overflow: hidden;
    padding-bottom: 10px;
}
#myModal {
    margin-top: 90px;
}
.bdnmd span
{
    padding-bottom: 15px;
    display: block;
}
.bod-box:hover
{
    cursor: pointer;
}

.portfolio-banner {
    background-image: url(../images/portfolio-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.bannertxt-btm
{
    margin-top: 80px;
    background-color: #0F3557;
    padding: 60px 0px;
}
.bannertxt-btm .col-md-4
{
border-right:1px solid #687f98;
text-align: center;
}
.bannertxt-btm .col-md-4.b-last
{
    border-right: none;
}
.bannertxt-btm h4
{
    font-size: 27px;
    font-family:PlayfairDisplay-Regular;
    color: #fff;
    padding-bottom:3px;
}
.bannertxt-btm h6
{
    color: #fff;
    font-size: 14px;
    font-family:OpenSans-Regular;
}
.our-presence
{
    padding: 80px 0px;
}
.powai
{
 background-image: url(../images/powai-bg.jpg);   
}
.learn-btn
{
    margin-top: 20px;
}
.powai-btm
{
    padding: 120px 0px;
}
.powai-btm .row
{
margin-top: 15px;
}
.powai-btm p
{
    font-size: 14px;
    color: #0F3557;
    padding-top: 15px;
    margin-bottom: 0px;
}
.video-img
{
    position: relative;
}
.video-icon
{
    position: absolute;
    left:45%;
    top:50%;
    transform: translate(-50%, -50%);
}
.video-text
{
    border-bottom: 1px solid #0F3557;
    margin-bottom:20px;
}
.video-text h4
{
    font-size: 27px;
    color: #0F3557;
    font-family:PlayfairDisplay-Regular;
}
.video-text p
{
    font-size: 14px;
    color: #0F3557;
    padding-top: 0px;
}
.guru
{
  background-image: url(../images/gurugram-bg.jpg);     
}
.guru-btm
{
    background-color: #0F3557;
}
.guru-btm .video-text
{
border-bottom:1px solid #fff;
}
.guru-btm .video-text h4, .guru-btm p
{
    color: #fff;
}
.kolkta
{
 background-image: url(../images/kolkata-bg.jpg);     
}
.noid
{
  background-image: url(../images/noida-bg.jpg);    
}
.noid1
{
  background-image: url(../images/noida1-bg.jpg);   
}
.sustain
{
   background-image: url(../images/sustainable-bg.jpg);    
}
.sustain h4
{
    font-size: 36px;
    font-family:PlayfairDisplay-Regular;
    line-height:42px;
    color: #fff;
}
.sustain h4 span
{
    display: block;
}
.advantage1
{
    margin-bottom:0px;
}
.gallery
{
    padding-top:80px;
}
.gallery h3
{
    max-width:95px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gallery h3:after
{
    display:none;
}
.gallery-images
{
display: flex;
height: 520px;
overflow: hidden;
}
.g-middle-top, .g-middle-btm
{
 display: flex;  
}
.g-img2
{
    margin-top: 5px;
    display:block;
}
.g-img3, .g-img5, .g-img6
{
    margin-left: 5px;
    margin-right: 5px;
}
.g-img6, .g-img7
{
    margin-top: 5px;
}

.renting
{
    padding: 110px 0px;
}
.renting h3
{
    font-size:27px;
}
.renting h3:after
{
    display:none;
}
.renting h5
{
    color: #54565a;
    font-size: 16px;
    padding-bottom: 20px;
}
.renting input, .renting textarea
{
    margin-bottom:15px;
    border-radius: 0px;
    box-shadow: none;
    color: #012754;
    font-size: 14px;
    height: 34px;
    border-color: #cbcbcb;
}
.renting textarea
{
    width: 100%;
    height: 60px;
}
.renting input:focus, .renting textarea:focus
{
 border-color:#cbcbcb;
 box-shadow: none;   
}
.btn-submit
{
    background-color: transparent;
    border:2px solid #8b9db0;
    color: #012754;
    font-size: 14px;
    border-radius: 0px;
    margin-top: 5px;
}
.banner-btm-link
{
    padding:30px 0px 10px 0px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}
.banner-btm-link ul
{
    padding:0px;
    display:flex;
    justify-content:center;
}
.banner-btm-link ul li
{
    list-style: none;
    float:left;
    padding-right: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}

.banner-btm-link ul li a
{
color: #54565a;
font-size: 13px;
font-family:OpenSans-Semibold;
}
.banner-btm-link ul li a:hover
{
    color: #0F3557;
    border-bottom:1px solid #54565a;
}
.banner-btm-link ul.inner-drop
{
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.43);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.43);
position: absolute;
left: 0;
top:40px;
padding: 15px 20px 10px 20px;
width: 275px;
display:none;
z-index:1;
background-color: #fff;
}
.banner-btm-link ul.inner-drop:before
{
    content: '';
    position: absolute;
    left:15px;
    top:-15px;
    background-image: url(../images/arrow-up.png);
    width: 22px;
    height: 15px;
}
.banner-btm-link ul.inner-drop li
{
    float: none;
    text-transform: initial;
    padding: 0px;
    padding-bottom: 7px;
}
.banner-btm-link ul.inner-drop li a
{
    font-size: 12px;
}
.banner-btm-link ul li:hover .inner-drop
{
display: block;
}
.our-presence h3
{
    margin-bottom: 40px;
}

.our-presence select
{
  color: #0F3557;
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #0F3557;
  padding-bottom: 10px;
  margin-bottom: 30px;  
}
.our-presence select:focus-visible
{
    outline: none;
}
.presence-box
{
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
}
.pr-text
{
    padding: 20px;
}
.pr-text h3
{
    font-size:27px;
    color: #0F3557;
     font-family:PlayfairDisplay-Regular;
     margin-bottom: 20px;
}
.pr-text a
{
 color: #0F3557;
 font-size: 14px;
 border:1px solid #0F3557;
 padding: 7px 18px;  
}
.map-img
{
    margin-top: -80px;
}
.p-highlights
{
    display: none;
}
.key-box1
{
    min-height: 445px;
}
.key-box1 .key-text h4
{
    min-height:auto;
}
.p-trust h3
{
text-align: left;
padding-top: 60px;
margin-bottom: 25px;
max-width: 100%;
}
.p-trust p
{
    text-align: left;
    font-size: 20px;
    line-height:26px;
}
.investor-banner {
    background-image: url(../images/investor-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:calc(100vh - 77px);
}
.investor-banner.inner-banner .bannertxt
{
  height:calc(100vh - 77px);  
}
.br-trust1 p
{
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
    text-align: center;
}
.in-key-highlights h3
{
    font-size: 30px;
    font-family: PlayfairDisplay-Regular;
    margin-bottom: 60px;
    color: #fff;
}
.in-key-highlights .col-md-4
{
    margin-bottom: 80px;
    min-height:70px;
}
.in-key-highlights p
{
    font-size: 10px;
    color: #fff;
    line-height: 18px;
}
.in-key-highlights p span
{
    display: block;
}
.latest-report
{
    background-color: transparent;
}
.latest-report .keylinks a
{
padding-bottom: 20px;
margin-bottom: 20px;
}
.latest-report .keylinks a img
{
opacity: 1;
margin-top: -3px;
}

.investor-contact-bg
{
 background-image: url(../images/investor-contact-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}
.investor-contact-bg h3, .investor-contact-bg h4
{
font-size: 27px;
font-family:PlayfairDisplay-Regular;
color: #fff;
padding-bottom: 30px;
}
.investor-contact-bg h4
{
    padding-bottom: 5px;
}
.investor-contact-bg p
{
    color: #fff;
}
.investor-contact-bg p.bd-btm
{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.investor-executive-team .bod-box
{
    margin-bottom: 20px;
}
.webcast
{
    padding: 100px 0px;
}
.webcast h5
{
    font-size: 20px;
    font-family:OpenSans-Semibold;
    color: #0F3557;
    border-bottom: 1px solid #bec8d3;
    margin-bottom: 10px;
    padding-bottom:10px;
}
.webcast p
{
    font-size: 20px;
    color: #0F3557;
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-family:PlayfairDisplay-Regular;
}
.webcast h6
{
    font-size: 16px;
    color: #0F3557;
    margin-bottom: 40px;
}
.webcast h6 span.date
{
    padding-right: 20px;
}
.webcast h6 span.time
{
    padding-left: 20px;
}
.event-btm
{
display: flex;
justify-content: space-between;
}
.event-btm div
{
    color: #0F3557;
}
.event-btm img
{
    padding-right: 10px;
}
.trans a
{
    color:#0F3557;
}
.amenitiesndupgrades
{
margin: 90px 0px 60px;
}
.gurugram-banner {
    background-image: url(../images/gurugrambanner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.toptenants ul
{
    display: flex;
    list-style: none;
    padding-left: 0px;
    align-items: flex-end;
}
.toptenants ul li
{
padding: 0px 45px;
position: relative;
font-size:32px;
color: #0f3557;
font-family:PlayfairDisplay-Regular;
font-weight: 700;
}
.toptenants ul li:first-child
{
    padding-left: 0px;
}
.collateralslider .item img,#awardslider .item img
{
    width: auto;
}
.collaterals
{
    background-color: #0F3557;
    padding: 100px 0px 150px;
    margin-bottom: 60px;
}
.collaterals h3
{
    color: #fff;
    margin-bottom: 30px;
}
.collatedataimg
{
    display: flex;
}
.locationdata
{
    background-color: #fff;
    padding: 30px 15px;
    position: relative;
}
.locationdata h4
{
    font-size: 20px;
    font-family:PlayfairDisplay-Regular;
    position: relative;
    color: #0F3557;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding-right: 30px;
}
.locationdata a
{
    display: flex;
    align-items: center;
    color: #3d7dc9;
}
.collateralslider
{
    max-width: 1015px;
    width: 100%;
}
.locationdata p
{
    font-size: 11px;
}
.locationdata hr
{
    margin: 5px 0px;
}
.locationdata p:last-child
{
    position: absolute;
    bottom: 15px;
    margin-bottom: 0px;
}
.locationdata  a img:first-child
{
margin-right: 10px;
}
.locationdata  a img:last-child
{
margin-left: 30px;
}
.awardscertificationsec
{
    background-color: #f7f7f7;
    padding: 122px 0px 140px;
}
.awardscertificationsec h3
{
    margin-bottom: 30px;
}
.arwaimage
{
    display: flex;
}
.awardpara
{
    background-color: #fff;
    padding: 30px 20px 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
}
.awardpara p
{
    font-size: 16px;
    color: #0F3557;
    line-height: 22px;
    padding-right: 45px;
    font-family:OpenSans-Semibold;
}
.awardpara p span
{
display:block;
font-family:OpenSans-Regular;
padding-top:10px;
font-size: 14px;
    line-height: 18px;
}
.locationsec
{
    padding: 115px 0px;
}
.locationsec .row
{
    display: flex;
    align-items: center;
}
.locationsec p
{
    font-size: 20px;
    color: #0F3557;
    line-height: 26px;
    padding-right: 200px;
}
.amenitiesndupgrades .key-text
{
    padding: 12px;
}
.amenitiesndupgrades .key-text p
{
    line-height: 24px;
}
.amenitiesndupgrades  h3
{
    margin-bottom: 30px;
}
.propertvideos h2.asset-videos-subtitle,h2.innerprhead
{
    font-family:PlayfairDisplay-Regular;
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
    color: #0F3557;
}
.propertvideos h2
{
margin-bottom: 10px;
display: inline-block;
}
.propertvideos h2.asset-videos-subtitle:after,h2.innerprhead:after
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #437cbf;
    width: 40px;
    height: 4px;
}
.sec-featured.propertvideos
{
    padding: 60px 0px 40px;
}
.toptenants
{
    padding: 90px 0px;
}
.eventsec {
    padding: 30px 0px 0px;
}
.eventsec h3
{
    margin-bottom: 30px;
}


/*--------24-12-2022---*/
.propertynum
{
    background-color: #0F3557;
    padding: 90px 0px 35px;
}
.propertynum h6
{
text-align: center;
color: #fff;
font-family:PlayfairDisplay-Regular;
font-size: 27px;
line-height: 27px;
}
.propertynum p
{
    text-align: center;
    color: #fff;
    line-height: 20px;
}
.propertynum .col-md-4
{
    margin-bottom: 70px;
    border-right: 1px solid #687f98;
    text-align: center;
}
.propertynum .col-md-4:nth-child(3),.propertynum .col-md-4:nth-child(6)
{
    border:0px;
}
.extraspacediv
{
    padding: 0px 0px 60px;
}
.propertykeyhightlight .bg-overlay-content p
{
    display: block;
    font-size: 20px;
    line-height: 25px;
}
.sustainabilitysec
{
    background-image: url(../images/sustainban.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}
.sustainabilitysec h2
{
    color: #fff;
}
.sustainabilitysec ul
{
    list-style: none;
    padding-left: 0px;
    margin-top: 15px;
}
.sustainabilitysec ul li
{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #90a1b3;
    padding: 10px 0px;
}
.sustainabilitysec ul li p
{
    color: #fff;
    padding-left: 30px;
    margin-bottom: 0px;
    line-height: 24px;
}
.awardscertificationsec .innerprhead
{
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.awardscertificationsec .innerprhead:after
{
    width: 55px;
}
#awardslider .owl-nav button.owl-next {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(../images/arrow-right.png) !important;
    position: absolute;
    left: 40px;
    bottom: -60px;
}
#awardslider .owl-nav button.owl-prev {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(../images/arrow-left.png) !important;
    left: 0;
    position: absolute;
    bottom: -60px;
}
#awardslider .owl-nav button.owl-prev:hover {
    background: transparent;
}
#awardslider .owl-nav button.owl-next:hover {
    background: transparent;
}
#awardslider  .owl-stage-outer
{
    overflow: unset;
}
.siteplan
{
    padding-top: 90px;
}
.siteplan h2,.toptenants h2
{
    margin-bottom: 30px;
}
.collaterals h2
{
    color: #fff;
    margin-bottom: 30px;
}
.collaterals .owl-nav button.owl-next {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(../images/whitearrow-right.png) !important;
    position: absolute;
    left: 40px;
    bottom: -60px;
}
.collaterals .owl-nav button.owl-prev {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(../images/whitearrow-left.png) !important;
    left: 0;
    position: absolute;
    bottom: -60px;
}
.collaterals .owl-nav button.owl-prev:hover {
    background: transparent;
}
.collaterals .owl-nav button.owl-next:hover {
    background: transparent;
}
.eventsec h2
{
    margin-bottom: 30px;
}
.eventsec h2:after
{
    width: 45px;
}
.propertykeyhightlight
{
    padding-bottom: 100px;
    margin-top:15px;
}
.insidebtn
{
    margin-top: 30px;
    display:flex;
}
.locationsec h2
{
    margin-bottom: 20px;
}
.insidebtn a
{
    margin-right: 10px;
}
.insidebtn a img
{
    margin-left: 5px;
}
.propertykeyhightlight .fourthcolumn
{
    margin-bottom: 30px;
    background: url(../images/key-highlights-img1.png) center center;
    background-size: cover;
}
.propertykeyhightlight .sndcol
{
margin-bottom: 30px;
    background: url(../images/key-highlights-img2.png) center center;
    background-size: cover;
}
.propertykeyhightlight .thrdcol
{
     background: url(../images/indoor-sports-img.png) center center;
    background-size: cover;
}
.propertykeyhightlight .fourthcol
{
     background: url(../images/creche-day-care-img.png) center center;
    background-size: cover;
}
.propertykeyhightlight .fivcol
{
     background: url(../images/sit-our-area-near-img.png) center center;
    background-size: cover;
}
.propertykeyhightlight .sixcol
{
     background: url(../images/retail-outlets-img.png) center center;
    background-size: cover;
}
.propertykeyhightlight .sevencol
{
     background: url(../images/outdoor-sports-img.png) center center;
    background-size: cover;
}
.eventsec .gallery-images
{
    height: 495px;
}
.panzoomimagediv
{
    position: relative;
}
.panzoomimagediv .zoomingbuttons
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}
.zoomingbuttons button
{
display: block;
background-color: transparent;
font-size: 30px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    font-weight: 700;
    border: 0px;
}
.panzoomimagediv  .zoom-out
{
    font-size: 35px;
    line-height: 27px;
}
.zoomingbuttons hr
{
    margin: 0px auto;
    display: block;
    max-width: 80%;
    border-top: 1px solid #ccc;
}
.kensingtonpage .inner-banner
{
    background-image: url(../images/kenbanner.jpg);
}
.kensingtonpage .fourthcolumn
{
     background: url(../images/kenkey-highlights-img1.png) center center;
    background-size: cover;
}
.kensingtonpage .sndcol
{
     background: url(../images/kenkey-highlights-img2.png) center center;
    background-size: cover;
}
.kensingtonpage .toptenants ul
{
    align-items: center;
}
.imgaligndiv
{
    max-width: 39px;
    width: 100%;
}
.kensingtonpage .sustainabilitysec ul li p
{
    padding-left: 15px;
}
.g-img5, .g-img6 {
    margin-top: 5px;
}
.eventsec .g-img6
{
    margin-left:0px;
}
.imgaligndiv img
{
    margin:auto;
    display:block;
}

.banner-blue-bg-top
{
 display: flex;
align-items: center;
height:calc(100vh - 77px);  
}
.banner-blue-bg
{
background-color: rgb(9,47,87,.5);
padding:25px 20px;
width: 100%;
}
.banner-blue-bg h4
{
color: #fff;
font-family:PlayfairDisplay-Regular;
font-size: 27px;
padding-bottom: 20px;
}
.banner-blue-bg p
{
    color: #fff;
    font-family:OpenSans-Semibold;
    font-size: 14px;
}
.banner-blue-bg p img
{
    float: right;
}
.banner-blue-bg p
{
 border-bottom:1px solid #4a5e6e;
 padding-bottom: 15px;
 margin-bottom: 15px; 
}
.banner-blue-bg p.bt-last
{
 border-bottom:none;
 padding-bottom: 0px;
 margin-bottom: 0px;    
}
.year-tab
{
    border-bottom: 1px solid #b5c0cc;
    margin-bottom: 40px;
}
.year-tab .nav-pills>li
{
    padding-right:60px;
}
.year-tab .nav-pills>li>a {
    border-radius: 0px;
    padding:0px;
    font-size: 13px;
    color: #0F3557;
}
.year-tab .nav>li>a:focus, .year-tab .nav>li>a:hover
{
background-color:transparent;
}
.year-tab .nav-pills>li.active>a, .year-tab .nav-pills>li.active>a:focus, .year-tab .nav-pills>li.active>a:hover
{
color: #0F3557;
background-color:transparent;
 font-family:OpenSans-Bold;
 border-bottom:4px solid #0F3557;
}
.results-tab .nav-pills>li
{
    padding-right: 30px;
}
.results-tab .nav-pills>li>a {
    border-radius: 0px;
    font-size: 16px;
    color: #54565a;
    font-family:OpenSans-Semibold;
    padding: 5px 30px;
    border:1px solid #cfcecb;
}
.results-tab .nav>li>a:focus, .results-tab .nav>li>a:hover
{
background-color:#cfcecb;
}
.results-tab .nav-pills>li.active>a, .results-tab .nav-pills>li.active>a:focus, .results-tab .nav-pills>li.active>a:hover
{
color: #54565a;
background-color:#cfcecb;
border:1px solid #cfcecb;
}
.results-tab
{
    margin-bottom: 50px;
}
.results-tab-content h3
{
    font-size: 20px;
    color: #0F3557;
    padding-bottom: 30px;
     font-family:OpenSans-Bold;
}
.results-tab-content h5
{
   font-size: 20px;
    color: #0F3557;
    padding-bottom: 5px;
    font-family:OpenSans-Semibold;
}
.results-tab-content p
{
color: #0F3557;
margin-bottom: 20px;
}
.r-text
{
    border-bottom: 1px solid #b5c0cc;
    display: flex;
    justify-content: space-between;
    min-height:70px;
    margin-right: 30px;
    margin-bottom: 50px;
}
.pdf-icon-r img
{
    padding-top: 6px;
}

.pdf-text-r span
{
    color: #0F3557;
}
.pdf-text-r img
{
padding-right:6px;
margin-top: -3px;
}
.pdf-text-r
{
    padding-right: 20px;
}
.investor-filings .r-text, .n2-acq .r-text
{
    min-height: 132px;
}
.contact-box
{
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    min-height: 317px;
    display: flex;
    align-items: center;
}
.c-text
{
    margin: 0px 15px;
}
.c-text h4
{
    font-size: 20px;
    font-family:PlayfairDisplay-Regular;
    color: #0F3557;
    padding-bottom:6px;
}
.c-text h5
{
    font-size: 14px;
    font-family:OpenSans-Semibold;
    padding-bottom: 20px;
}
.c-text p
{
font-size: 14px;
line-height: 20px;
padding-bottom: 20px;
}
.c-text h6
{
    font-size: 14px;
    padding-bottom: 12px;
}
.c-text h6 img
{
padding-right: 6px;
}
.contact-data
{
    margin-bottom: 110px;
}
.unitholders h4
{
    font-size: 20px;
    padding-bottom: 30px;
    color: #0F3557;
    font-family:OpenSans-bold;
}
.unitholders .r-text
{
    min-height: 110px;
}

.history-table .table>thead>tr>th, .history-table .table>tbody>tr>td,
.history-table .table>tbody>tr>th
 {
    border-bottom: 1px solid #bec8d3;
    padding:12px 0px;
    width: 20%;
}
.history-table .table>thead>tr>th
{
    font-size: 16px;
    font-weight: inherit;
    font-family:OpenSans-Bold;
    color: #0F3557;
}
.history-table .table>tbody>tr>th
{
    font-weight: 14px;
    font-weight: inherit;
    font-family:OpenSans-Bold;
    color: #0F3557;
}
.history-table .table>tbody>tr>td
{
    font-size: 14px;
    color: #0F3557;
}
.history-table .table>tbody>tr>td span
{
display: block;
}
.history-inner-table
{
    width: 100%;
}
.history-inner-table>tbody>tr>td
{
width: 20%;
border-bottom:none;
padding: 12px 0px;
}
.nfirst-child
{
  border-bottom: 1px solid #bec8d3 !important;
 padding-bottom: 4px;
}
.results-tab-content h5.tabe-footnote
{
    font-size: 14px;
    padding-bottom: 10px;
}
.results-tab-content h5.tabe-footnote a
{
    font-size: 14px;
}

.click-btn
{
    margin-bottom: 70px;
}

.history-table1 .table>thead>tr>th, .history-table1 .table>tbody>tr>td,
.history-table1 .table>tbody>tr>th, .history-inner-table1>tbody>tr>td
 {
    width: 20%;
}
.results-tab-content p.tabe-note 
{
font-size: 14px;
}
.u-info-box
{
 -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%); 
}
.nse-table thead
{
    background-color: #0F3557;
}
.nse-table.table>thead>tr>th
{
    padding: 20px;
}


.results-tab-content .nse-table h5
{
    font-size: 20px;
    color: #fff;
     font-family:OpenSans-Bold;
     font-weight: inherit;
     padding-bottom: 0px;
}
.results-tab-content .nse-table p
{
    color: #fff;
    font-size:14px;
    font-weight: normal;
    margin-bottom: 0px;
}
.results-tab-content .nse-table h4
{
    font-size: 28px;
    font-family:OpenSans-Regular;
    color: #fff;
    line-height: 28px;
}
.results-tab-content .nse-table h4 span
{
    font-size: 14px;
}
.results-tab-content .nse-table h4 img
{
    padding-left: 10px;
}
.nse-table.table>tbody>tr>td
{
    color: #0F3557;
    padding: 10px 20px;
    font-size: 14px;
}
.unit-info
{
    margin-bottom:80px;
}
.v-updates h6
{
    font-size: 14px;
    padding-bottom: 5px;
}
.v-updates select
{
margin-bottom: 30px;
}
.nse-graph, .nse-data
{
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    margin-bottom: 100px;  
}
.nse-data
{
padding: 30px 60px;
}
.nse-data h6
{
    font-size: 14px;
    padding-bottom:5px;
}
.nse-data h5
{
 color: #0F3557;
 font-size: 27px;
 font-family:OpenSans-Semibold;
 padding-bottom:14px; 
}
.nse-data h5 span
{
    font-size: 16px;
}
.nse-data p
{
 color: #0F3557;
 font-size: 16px;
 font-family:OpenSans-Semibold;
 margin-bottom: 0px; 
}
.u-info-table .table>tbody>tr>td
{
color: #0F3557;
padding: 12px 6px;
}

.kolkatapage .inner-banner
{
background-image: url(../images/kolbanner.jpg);
}
.kolkatapage .fourthcolumn
{
    background: url(../images/kolkey-highlights-img-1.jpg) center center;
    background-size:cover;
}
.kolkatapage .sndcol
{
 background: url(../images/kolkey-highlights-img-2.jpg) center center;
 background-size:cover;
}
.kolkatapage .thrdcol
{
 background: url(../images/kolkey-highlights-img-3.jpg) center center;
 background-size:cover;
}
.kolkatapage .fourthcol
{
 /*background: url(../images/kolkey-highlights-img-5.jpg) center center;*/
  background: url(../images/outdoor-sport-img.webp) center center;
 background-size:cover;
}
.kolkatapage .fivcol
{
background: url(../images/kolkey-highlights-img-6.jpg) center center;
background-size:cover;
}
.kolkatapage .sustainabilitysec
{
background-image: url(../images/kolsustanability-features-img.jpg);
}
.kolkatapage .toptenants ul
{
align-items: center;
}

.nodia62 .inner-banner
{
    background-image: url(../images/nodia62banner.jpg);
}
.nodia62 .fourthcolumn
{
        /*background: url(../images/nodia62key-highlights-img1.jpg) center center;*/
        background: url(../images/n1-amphitheater-img.webp) center center;
        background-size: cover;
}
.nodia62 .sndcol
{
        background: url(../images/nodia62key-highlights-img2.jpg) center center;
        background-size: cover;
}
.nodia62 .thrdcol
{
        background: url(../images/nodia62key-highlights-img3.jpg) center center;
        background-size: cover;
}
.nodia62 .fourthcol
{
        /*background: url(../images/nodia62key-highlights-img4.jpg) center center;*/
        background: url(../images/n1-binge-central-img.webp) center center;
        background-size: cover;
}
.nodia62 .fivcol
{
        background: url(../images/nodia62key-highlights-img5.jpg) center center;
        background-size: cover;
}
.nodia62 .toptenants ul,.nodia135 .toptenants ul
{
    align-items: center;
}

.nodia135 .inner-banner
{
    background-image: url(../images/n135banner.jpg);
}
.nodia135 .eventsec .g-img7
{
    margin-right: 0px;
    margin-left:4px
}


.nodia135 .fourthcolumn
{
    background: url(../images/n135key-highlights-img-1.jpg) center center;
    background-size:cover;
}
.nodia135 .sndcol
{
/* background: url(../images/n135key-highlights-img-2.jpg) center center;*/
 background: url(../images/amenity-block-img.webp) center center;
 background-size:cover;
}
.nodia135 .thrdcol
{
 /*background: url(../images/n135key-highlights-img-3.jpg) center center;*/
 background: url(../images/breakout-area-img.webp) center center;
 background-size:cover;
}
.nodia135 .fourthcol
{
 background: url(../images/n135key-highlights-img-4.jpg) center center;
 background-size:cover;
}
.nodia135 .fivcol
{
/*background: url(../images/n135key-highlights-img-5.jpg) center center;*/
 background: url(../images/sport-terrace-img.webp) center center;
background-size:cover;
}


#bannerpopup .modal-dialog {
    width: 980px;
    margin:auto;
}
#bannerpopup .modal-content {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    border: 0;
}
#bannerpopup button.close {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 25px;
    height: 25px;
    right: 0px;
    top: -10px;
    opacity: 1;
    border-radius: 50%;
}
#bannerpopup .modal-body {
    position: relative;
    padding: 15px;
    overflow: hidden;
}
#gallerypopslider .item img
{
    width: auto;
}

#gallerypopslider .owl-nav button.owl-prev {
    width: 16px;
    height: 29px;
    opacity: 1;
    background-image: url(../images/popprevarrow.png) !important;
    left: -30px;
    position: absolute;
    bottom: 0px;
    top: 0px;
    margin: auto;
}
#gallerypopslider .owl-nav button.owl-next {
    width: 16px;
    height: 29px;
    opacity: 1;
    background-image: url(../images/popnextarrow.png) !important;
    position: absolute;
    right: -30px;
    bottom: 0px;
    top: 0px;
    margin: auto;
}
#gallerypopslider .owl-nav button.owl-next:hover {
    background: transparent;
}
#gallerypopslider .owl-nav button.owl-prev:hover {
    background: transparent;
}
#gallerypopslider p
{
    padding: 15px;
    color: #fff;
    padding-bottom:0px;
    margin-bottom:0px;
}
#gallerypopslider .owl-nav
{
    margin-top:0px;
}
#bannerpopup
{
    background-color: rgba(0, 0, 0, .9);
    height:100vh;
    align-items:center;
}
.eventsec a
{
    display: block;
}
.eventsec .g-img6
{
    margin-right: 0px;
}

/*------------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---------*/

.portfoliopage .g-img5
{
    margin-right:0px;
    margin-top:0px;
}
.propertykeyhightlight .bg-overlay:hover::before
{
    opacity:0;
}
.termspage .breadcrumb
{
    margin-top: 0px;
}
.termspage h1.title-divide
{
    margin-bottom: 30px;
}
.termspage h1.title-divide:after
{
    display:none;
}
.termspage
{
    padding-bottom: 50px;
}
.termspage p a
{
    color: #cd2653;
}
.termspage p a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.trmplbannr
{
    background-image: url(../images/plban.jpg);
}

.share-menu {
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    background: #fff;
    border: 1px solid #929394;
    z-index: 1;
}
.share-menu a {
    width: max-content;
    white-space: nowrap;
    text-decoration: none;
    margin-left: 1.25rem;
    line-height: 1;
    margin-right: 5px;
}
.share-menu a svg {
    width: 24px;
    height: 24px;
}
.share-menu a:last-child {
    padding: 0.875rem;
    border-left: 1px solid #929394;
}
.share {
    position: relative;
}
 .share-menu:before {
    position: absolute;
    content: "";
    height: 22px;
    left: 40px;
    top: -5px;
    transform: rotate(45deg);
    width: 22px;
    z-index: -1;
    background: #fff;
}
.share .d-flex
{
    display: flex;
    align-items: center;
}
.insidebtn a:focus,.insidebtn a:hover
{
    color: #fff;
}
.insidebtn #copyLink,.insidebtn a#copyLink:focus,.insidebtn a#copyLink:hover
{
color: #0F3557;
}
#shareCollapse .d-flex a:last-child
{
    margin-right: 0px;
}
.table-analyst-coverage tr td {
    font-size: 14px;
    vertical-align: middle;
    color: #092F57;
    border-color: #092F57;
    padding: 10px 0.75rem;
}
/*.table-analyst-coverage tr td:last-child {
    color: rgba(40,40,40,0.50);
}
.table-analyst-coverage tr td:first-child {
    color: #092F57;
}*/
.table-analyst-coverage tr:first-child td {
    border-top: 0;
}

.privacy-banner
{
 background-image: url(../images/plban.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;    
}
.privacy-policy
{
  padding-bottom: 90px;  
}
.privacy-policy p {
    font-size: 16px;
    font-weight: 400;
    color: #676767;
    margin-bottom: 30px;
    line-height: 26px;
}
.privacy-policy ul li {
    font-size: 16px;
    font-weight: 400;
    color: #676767;
    line-height: 26px;
    padding-bottom:15px;
}
.privacy-policy p a, .privacy-policy ul li a
{
  color: #cd2653;  
}
.privacy-policy p a:hover, .privacy-policy ul li a:hover {
    color: #0056b3;
}
.privacy-policy h3
{
    font-size: 30px;
    font-family:OpenSans-Bold;
    margin-bottom:30px;
}

.investor-bse-data
{
    background-color: #0F3557;
    padding: 15px 0px;
}
.investor-bse-data .col-md-6
{
border-right: 1px solid #fff;
}
.investor-bse-data .col-md-6.ibe-last
{
    border-right: none;
}
.investor-bse-data h4
{
    color:#fff;
    font-size: 25px;
}
.investor-bse-data h4 span
{
    display: block;
    font-size: 14px;
}
.investor-bse-data h5
{
    color: #fff;
    font-size: 30px;
}
.investor-bse-data h5 span
{
    font-size: 14px;
    font-family:OpenSans-Bold;
    padding-left:7px;
}
.bse-data
{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.faqs-pan .panel-title > a::before {
  float: right !important;
  content: '';
  position: absolute;
  right: 15px;
 background-image: url(../images/f-arrow-up.png);
 width: 18px;
 height: 11px;
 margin-top:5px;
}
.faqs-pan .panel-title > a.collapsed::before {
  float: right !important;
  content: '';
  position: absolute;
  right: 15px;
  background-image: url(../images/f-arrow-down.png);
 width: 18px;
 height: 11px;
  margin-top:5px;
}

.faqs-pan .panel-heading {
  padding: 0px;
  border: none;
}

.faqs-pan  a:focus, a:hover {
    text-decoration: none;
}
.faqs-pan .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0px 20px;
  font-size: 16px;
  font-family:OpenSans-Semibold;
  padding-bottom: 10px;
}
.faqs-pan .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
}
.faqs-pan .panel {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  padding: 10px 0px 5px 0px;
}
.faqs-pan .panel-body
{
padding:0px
}
.faqs-pan .panel-body ul li
{
    padding:5px 20px 5px 40px;
    border-bottom:1px solid #ddd;
}
.faqs-pan .panel-body ul li:last-child
{
 border-bottom:none;
 padding-bottom: 0px;   
}
.faqs-pan .panel-body ul li a
{
color: inherit;
font-size: 14px;
font-family:OpenSans-Semibold;
}

.sponsor .inner-heading:after 
{
 display:none;   
}
.gr-stake p
{
border-bottom:1px solid #fff;
padding-bottom:20px;
}
.gr-stake p:last-child
{
    border-bottom:none;
    padding-bottom:0px;
}
.combannerinsidesec.mda h2:after
{
width:0px;
height:0px;
   background-color:transparent;
}
#abt-sec1 h3:after
{
    display:none;
}
.executive-team .item
{
    margin-bottom:20px;
}
.latest-report h2
{
    text-align:left;
}
.table-analyst-coverage tr td:last-child
{
    text-transform: lowercase;
}

.hm-event-text
{
    min-height:391px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hm-event-text h4
{
    font-size: 30px;
    color: #0F3557;
    font-family:PlayfairDisplay-Regular;
}
.evnt-btn .custombutton {
    color: #0F3557;
    border: 1px solid #0F3557;
}
.evnt-btn .custombutton:hover {
    color: #0F3557;
}
.evnt-btn .custombutton:before{
    background: #0F3557;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 0;
    z-index: -1;
}
.evnt-btn .custombutton:hover:before {
    width: 100%;
}

.investor-filings .results-tab-content .row
{
    display: flex;
    flex-wrap: wrap;
}
.investor-filings .results-tab-content .row a
{
    display: contents;
}

.mid-line
{
    position: absolute;
    background-color: #bbbdc0;
    height: 42px;
    width: 1px;
    left: 50%;
}
.mid-line1
{
top:100px;
}
.mid-line2
{
top:254px;
}
.mid-line3
{
bottom:294px;
}
.mid-line4
{
bottom:153px;
}

.tenant-logo-btm
{
  margin-top:40px;  
}

/***********esg************/

.esg-banner {
    /* background-image: url(../images/esg-banner1.jpg); */
    background-image: url(../images/esg-banner-sustainability.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.esg-glance-text
{
padding-top:0px;
}
.esg-glance p
{
    font-size: 20px;
    color: #0F3557;
    line-height: 28px;
    padding-bottom: 20px;
}
.planet
{
    background-color: #DBE4EC;
    padding: 60px 0px;
}
.planet h3
{
    padding-bottom: 34px;
    text-align: center;
}
.planet h3.inner-heading:after
{
    display: none;
}
.planet-main
{
    display: flex;
}
.p-left
{
    background-color: #fff;
    width: 275px;
    /* height: 254px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/*.p-left:after
{
    content: '';
    position: absolute;
    right:-17px;
    top:20px;
    background-image: url(../images/triangle-icon.png);
    width: 17px;
    height: 21px;
}*/
.p-middle
{
    background-color: #0F3557;
    /* width: 270px; */
    width: 25%;
    /* height: 254px; */
    padding: 40px 25px;
}
.p-middle h5
{
    font-size: 24px;
    color: #fff;
    font-family:PlayfairDisplay-Regular;
    padding: 15px 0px;
}
.p-middle p
{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.p-right
{
    /* height: 254px; */
}
.p-right-btm
{
 background-color: #0F3557;
    width: 285px; 
}
.p-right-btm h5, .p-right-btm p
{
    color: #fff;
}
.p-right-btm p span
{
    display: block;
}
.esg-principles
{
    margin-top: 0px;
}
.inner-heading2
{
    font-size: 36px;
    font-family:PlayfairDisplay-Regular;
    color: #fff;
    padding-bottom: 60px;
    color: #fff;
    text-align: center;
}
.pr-icon
{
    padding-bottom: 10px;
}
.esg-principles h6 span
{
    display: block;
}

.custombutton1 {
    color: #0F3557;
    border: 1px solid #0F3557;
}
.custombutton1:hover {
    color: #0F3557;
}
.custombutton1:focus
{
  color: #0F3557;  
}

.custombutton1:before{
    background: #0F3557;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 0;
    z-index: -1;
}
.custombutton1:hover:before {
    width: 100%;
}
.esg-environment
{
    padding: 100px 0px;
}
.inner-sub-heading
{
    color: #0F3557;
    font-family:OpenSans-Bold;
    font-size: 14px;
}
.esg-environment p
{
    color: #0F3557;
    padding-bottom:40px;
    line-height: 24px;
}
.net-zero
{
 /* background-image: url(../images/our-object.jpg); */
 /* background-image: url(../images/Net_Zero_Background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:100vh; */
    /* height: 100vh; */
    padding: 60px 0px 20px 0px;  
    position: relative;
}
.net-zero img {
    /* height: 100%;
    width: 100%; */
    object-fit: contain;


}

.net-zero-img-mob{
    display: none;

}
.net-zero-img-desk{
    display: block;
}

.net-zero-content-parent{
    position: absolute;
    inset: 0;
 }

.net-zero .net-zero-content
{
    position: absolute;
    top: 180px;
    left: 0;
    z-index: 2;
}

.net-zero h4
{
    font-size: 30px;
    color: #fff;
    font-family:PlayfairDisplay-Regular;
    padding-bottom: 10px;
}
.net-zero p
{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 40px;
}
.target
{
    background-color: transparent;
    margin-top: 0px;
    border:1px solid #fff;
    padding:40px 0px 0px;
}
.target h3
{
    padding-bottom: 50px;
}
.target .col-md-4
{
min-height:102px;
margin-bottom:40px;
border-right: 1px solid #fff;
}
.target h6 span
{
    display: block;
}

.key-objective
{
    padding-bottom: 100px;
}
.key-objective h3:after
{
    display: none;
}
.key-objective ul
{
    padding-left: 20px;
}
.key-objective ul li
{
    color: #0F3557;
    font-size: 16px;
    line-height: 24px;
    padding-bottom:20px;
}

.esg-governance
{
 background-image: url(../images/governance-bg.jpg?v=1.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:100vh;
    display: flex;
    align-items: center;   
}
.esg-governance h4
{
    color: #fff;
}
.esg-governance h3
{
    text-align: left;
    padding-bottom: 20px;
}
.esg-governance p
{
    color: #fff;
    padding-bottom: 30px;
}
.key-objective1
{
    padding-top: 100px;
}
.esg-awards
{
    background-color: #f7f7f7;
    padding: 100px 0px;
}
.award-tab
{
    border-bottom:none;
}
.award-tab .nav-pills>li
{
    padding-right: 50px;
}
.award-tab .nav-pills>li>a
{
  color: #54565a;
  font-family:OpenSans-Semibold;  
}

.award-tab-content .awardpara p
{
padding-right: 10px;
}
.case-study
{
    padding: 60px 0px 100px 0px;
}
.case-study h3
{
    margin-bottom: 40px;
}
.case-study h5
{
    font-size: 13px;
    font-family:OpenSans-Bold;
    color: #0F3557;
    padding-bottom:15px;
}
.case-study .key-text h4
{
min-height:80px;
}

.case-study .key-text p
{
    color: #0F3557;
    font-size: 16px;
    line-height:24px;
    padding-bottom:20px;
    min-height:141px;
}

#studyslider .owl-stage-outer, .award-slider .owl-stage-outer {
    overflow: unset;
}
#studyslider .owl-nav button.owl-next {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(../images/arrow-right.png) !important;
    position: absolute;
    left: 40px;
    bottom: -60px;
}
#studyslider .owl-nav button.owl-prev {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(../images/arrow-left.png) !important;
    left: 0;
    position: absolute;
    bottom: -60px;
}
#studyslider .owl-nav button.owl-prev:hover {
    background: transparent;
}
#studyslider .owl-nav button.owl-next:hover {
    background: transparent;
}

.award-slider .owl-nav button.owl-next {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(../images/arrow-right.png) !important;
    position: absolute;
    left: 40px;
    bottom: -60px;
}
.award-slider .owl-nav button.owl-prev {
    width: 33px;
    height: 33px;
    opacity: 1;
    background-image: url(../images/arrow-left.png) !important;
    left: 0;
    position: absolute;
    bottom: -60px;
}
.award-slider .owl-nav button.owl-prev:hover {
    background: transparent;
}
.award-slider .owl-nav button.owl-next:hover {
    background: transparent;
}
.award-slider.owl-carousel .owl-item img
{
   width: auto; 
}

.board-committe .bod-box:hover {
    cursor:auto;
}


.governance-banner
{
    background-image: url(../images/gvbanner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.pillarslist .keylinks a img
{
    opacity: 1;
}
.pillarslist .keylinks a
{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.pillarslist h6
{
    font-size: 16px;
    color: #0F3557;
    padding-bottom: 15px;
}
.pillarslist ul
{
    padding-left: 15px;
}
.pillarslist ul li
{
    font-size: 16px;
    color: #0F3557;
    padding: 7px 0px;
}
.esginnerpages .propertykeyhightlight
{
    padding-bottom: 50px;
}
.pillarslist h2
{
    margin: 30px 0px 40px;
}
.pillarslist .keylinks a
{
    font-size: 18px;
}
.pillarslist .keylinks a:first-child
{
    padding-top: 15px;
    border-top: 1px solid #afbbc7;
}
.pillarslist .keylinks a:last-child
{
    padding-bottom: 15px;
    border-bottom: 1px solid #afbbc7;
}
.Environment-banner
{
    background-image: url(../images/environmentban.jpg);
        background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.pillarslist
{
    padding-bottom: 80px;
}
.envirotab
{
    background-color: #f7f7f7;
    padding-top: 50px;
}
.envirocase
{
    background-color: #fff;
    margin-top: 45px;
    padding-top: 40px;
    padding-bottom: 80px;
}

.envirotab ul li a
{
    font-size: 14px;
    color:#0F3557;
    font-family:OpenSans-Regular;
    border: 0px;
    background-color: transparent;
}
.envirotab ul li.active a,.envirotab ul li:hover a
{
    border-color: transparent!important;
    font-family:OpenSans-Bold;
    border-bottom: 3px solid #0F3557!important;
    background-color: transparent!important;
}
.envirotab ul
{
    margin-bottom: 30px;
}
.envirotab ul li
{
    padding: 0px 20px;
}
.envirotab ul li:first-child
{
    padding-left: 0px;
}
.envirotab p
{
    color: #0F3557;
    line-height: 24px;
    padding-bottom: 20px;
}
.envirotab .col-md-4 h5, .envirotab .col-md-6 h5, .envirotab .col-md-9 h5
{
    font-family: PlayfairDisplay-Regular;
    font-size: 27px;
    color: #0F3557;
    line-height: 30px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.envirotab  .col-md-4 ul li,  .envirotab  .col-md-6 ul li
{
    color: #0F3557;
    font-size: 16px;
    line-height:22px;
    padding: 7px 0px 0px;
}
.climatediv {
    background-color: #fff;
    padding-bottom: 10px;
}
.envirotab #envirotab0 .climatediv
{
    min-height: auto;
display:inline-block;
padding-bottom:0px
}
.envirotab #envirotab1 .climatediv
{
    min-height:515px;
display:inline-block;
padding-bottom:0px;
padding-right:15px;

}
.envirotab  .col-md-4 p, .envirotab  .col-md-6 p, .envirotab  .col-md-9 p
{
    padding-left: 25px;
    font-size: 16px;
    line-height: 26px;
    padding-right: 30px;
}
.envirotab  .col-md-4 p span, .envirotab  .col-md-6 p span, .envirotab  .col-md-9 p span
{
    font-size: 16px;
    padding-bottom: 10px;
      font-family:OpenSans-Bold;
      display: block;
      padding-right: 30px;
}
.envirocase h5
{
padding: 40px 0px 35px;
font-family: PlayfairDisplay-Regular;
    font-size: 27px;
    color: #0F3557;
    line-height: 30px;
}
#envirotab3 .container,#envirotab4 .container
{
    padding-bottom: 80px;
}
.smallpara
{
    font-size: 13px;
    padding-top: 10px;
    line-height: 16px!important;
}
.envirocase h4
{
   font-family: PlayfairDisplay-Regular;
    font-size: 30px;
    color: #0F3557;
    line-height: 30px; 
}
.envirocase .col-md-4 p.smallpara
{
padding-left: 0px;
padding-top: 5px;
}
.envirocase .col-md-4 h4 sup
{
    font-size: 50%;
    top: -1em;
}
.envirocase .col-md-4
{
   position: relative;
}
.envirocase .col-md-4:after
{
    content: '';
    position: absolute;
    height: 80px;
    width: 1px;
    background-color: #e6e6e6;
    right: 20px;
    top: 0px;
}
.envirocase .col-md-4:last-child:after
{
    display: none;
}
select#search-nav-select
{
    margin-bottom:20px;
    border: 1px solid #0F3557;
    font-size: 18px;
    height: 48px;
}

.social-banner{
    background-image: url(../images/social-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.e-social
{
    padding-top: 60px;
    background-color:#f7f7f7;
    margin-top: 60px;
}
.e-social .year-tab ul
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.e-social .year-tab .nav-pills>li {
    padding-right: 175px;
}
.social-tab-content p
{
    color: #0F3557;
    padding-bottom: 40px;
}
.e-white-box
{
    background-color: #fff;
    webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
}
.e-white-box h3
{
color:#0F3557;
font-size: 20px;
font-family:PlayfairDisplay-Regular;
padding: 20px 20px 10px 20px;
}
.e-white-box p
{
    padding:0px 20px 10px;
    line-height:22px;
}
.tenant-main
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.assets-bg
{
    padding: 90px 0px;
}
.assets-bg h6 span {
    display: block;
}
.lad
{
    background-color: #fff;
    padding: 60px 0px;
}
.lad h3
{
    font-size: 30px;
    font-family:PlayfairDisplay-Regular;
    color: #0F3557;
    padding-bottom: 15px;
}
.lad h5
{
    font-size: 20px;
    color: #0F3557;
    padding-bottom: 40px;
}
.lad ul
{
    padding-left:20px;
}
.lad ul li
{
    font-size: 16px;
    color: #0F3557;
    padding-bottom: 20px;
    line-height: 24px;
min-height:90px;
}
.lad-number
{
    background-color: #C8C9C7;
    padding-top:70px;
}
.lad-number h4
{
    font-size: 26px;
    color:#0F3557;
    padding-bottom: 5px;
    text-align: center;
    font-family:PlayfairDisplay-Regular;
}
.lad-number h6
{
    font-size:14px;
    line-height: 18px;
    color:#0F3557;
    text-align: center;
}
.lad-number h6 span
{
    display: block;
}
.lad-number .col-md-4
{
border-right: 1px solid #62707f;
margin-bottom: 60px;
}
.cfc p
{
    color: #54565a;
    padding-bottom:15px;
    margin-bottom: 0px;
}
.cfc h5
{
    font-size:16px;
    color: #0F3557;
    font-family:OpenSans-Bold;
    padding-top: 20px;
    padding-bottom: 50px;
}
.csr-ac .faqs-pan .panel
{
border-bottom:none;
border-top: 1px solid #0F3557;
}
.csr-ac .faqs-pan .panel-title
{
    font-size: 20px;
    color: #0F3557;
    font-family:PlayfairDisplay-Regular;
    padding: 0px 20px 0px 0px;
}
.csr-ac .faqs-pan .panel-body
{
    padding: 30px 0px 20px 0px;
}
.csr-ac .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top:none;
}
.csr-ac h5
{
    font-size: 16px;
    color: #0F3557;
    font-family:OpenSans-Bold;
    padding-bottom: 30px;
}
.color-img{
    display: flex;
}
.color-img img
{
    padding-right: 30px;
}
.edu-box
{
  webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    margin-top: 50px;
    margin-bottom: 30px; 
}
.edu-box-inner
{
display: flex;
flex-wrap: wrap;
}
.edu-grey-box
{
    background-color: #d6d3d3;
    height: 210px;
    padding: 30px 30px 30px 20px;
    width: 296px;
}
.edu-box h4
{
    font-family:PlayfairDisplay-Regular;
    font-size: 18px;
    color: #0F3557;
    padding-bottom: 10px;
}
.edu-box p
{
    font-size: 15px;
    line-height: 20px;
}
.edu-white-box
{
  background-color: #fff;
    height: 210px;
    padding: 20px 30px 30px 50px;
    width:260px;  
}
.edu-box h5
{
    font-family:PlayfairDisplay-Regular;
    font-size: 27px;
    color: #0F3557;
    padding-bottom: 10px;;
}
.edu-box-img
{
    height: 210px;
}
.edu-grey-box1
{
    width: 377px;
}
.edu-grey-box2
{
width: 424px;
}
.edu-grey-box4
{
width:486px;
}
.edu-grey-box5
{
width: 500px;
}

.trustee ul li
{
    font-size:16px;
}
.trustee-img
{
    padding-bottom:30px;
}

.trans
{

    border-bottom: 1px solid #bec8d3;
    padding-bottom: 10px;
    width: 100%;
}
.propertynum p.protnotep
{
    text-align:left;
}
.sponsorbanner
{
    background-image:url(../images/sponsor-bg.png);
}
.spsadlist ul
{
    padding-left:15px;
    padding-top:15px;
}
.spsadlist ul li
{
    font-size: 16px;
    color: #0F3557;
    line-height: 22px;
    padding-bottom:15px;
}
.spsadlist ul li ul
{
    padding-top:15px;
    list-style:none;
    padding-left:0px;
}
.spsadlist ul li span
{
     font-family:OpenSans-Bold;
}
.spsadlist 
{
    padding-top:20px;
}
.bampdfs
{
    padding:50px 0px;
}
.sponsor a
{
    margin-top:15px;
}

.kolkatapage .fifthcol {
    background: url(../images/kolkey-highlights-img-7.png) center center;
    background-size: cover;
}
.kolkatapage .sixthcol {
    background: url(../images/kolkey-highlights-img-8.jpg) center center;
    background-size: cover;
}

.nodia135 .sixcol {
    background: url(../images/n135key-highlights-img-7.jpg) center center;
    background-size: cover;
    height:351px;
    margin-top:30px;
}


.press-releases h3:after
{
display: none;
}

.press-link {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #afbbc7;
    display: flex;
    justify-content: space-between;
}
.press-link p
{
    margin-bottom: 0px;
}
.press-link h5
{
    font-size: 18px;
    color:#0F3557;
     font-family:OpenSans-Bold;
}
.p-link-img{
    padding-top: 10px;
}
.p-link-btm
{
    border-bottom: none;
}

.cfc-bg .col-md-3
{
    text-align: center;
    border-right: 1px solid #687f98;
}
.cfc-bg .col-md-3.b-last
{
    border-right: none;
}
.cfc-bg .col-md-3 h6 span
{
    display: block;
}
.cfc-case-study
{
    padding: 60px 0px;
    background-color: #fff;
}
.cfc-case-study h5
{
    font-size: 27px;
    font-family:PlayfairDisplay-Regular;
    color:#0F3557;
    padding-bottom:40px;
    padding-top: 20px;
}
.hope-img
{
    margin-bottom: 20px;
}

.hope-number .col-md-2
{
    border-right: 1px solid #e6eaee;
}
.hope-number .col-md-2:last-child
{
    border-right: none;
    margin-left: 20px;
}
.hope-number h4
{
    font-size: 30px;
    font-family:PlayfairDisplay-Regular;
    color:#0F3557;
    padding-bottom: 4px;
}
.hope-number p
{
    font-size: 14px;
    padding-bottom: 0px;
    line-height: 18px;
    color:#0F3557;
}
.hope-number p span
{
    display: block;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #0F3557;
  color: #fff;
  border: 1px solid #0F3557;
}
.pagination a:hover:not(.active) {background-color: #ddd;}

.video-color1
{
    background-color: #c8c9c7;
    overflow: hidden;
}

.video-color2
{
  background-color: #f2f5f8;
    overflow: hidden;  
}
.asset-videos-subtitle span
{
  display:block;  
}

.asset-video-new .asset-videos-subtitle
{
    padding-left:30px;
}

.enviro-new h4
{
    font-family: PlayfairDisplay-Regular;
    font-size: 30px;
    color: #0F3557;
    line-height: 30px;
}
.enviro-new p.smallpara {
    padding-left: 0px;
    padding-top: 5px;
}

.esg-banner-new #main-banner .item1
{
    background-image: url(../images/esg-banner.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.esg-banner-new #main-banner .item2
{
    background-image: url(../images/esg-banner-2.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.esg-banner-new #main-banner .item3
{
    background-image: url(../images/esg-banner-3.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.annualsecbox-esg .annualselectboxwht
{
  display:block;
}

.annualsecbox-esg .annual-select
{
    width:100%;
}

.esg-modal h3
{
 font-size: 36px;
    font-family: PlayfairDisplay-Regular;
    position: relative;
    color: #0F3557;
    padding-bottom: 20px;
    text-align:center;
}
.esg-modal .modal-lg
{
    width:80vw;
}
.esg-modal form
{
    text-align:center;
}
.esg-modal .btn-primary
{
    border-radius:0px;
}
.esg-modal .btn-primary:focus
{
    outline:none;
}
.esg-data-new
{

   margin-top:60px;
   background-color:#0F3557;
   padding-top:39px;
}
.esg-data-new h3
{
 font-size: 30px;
    color: #fff;
    font-family: PlayfairDisplay-Regular;
    padding-bottom:15px;
}

.esg-data-new h4 {
    font-size: 27px;
    font-family: PlayfairDisplay-Regular;
    color: #fff;
    padding-bottom:0px;
}
.esg-data-new h6 {
    color: #fff;
    font-size: 14px;
    font-family: OpenSans-Regular;
    padding-bottom:15px;
}
.esg-data-new h6 span
{
    display:inline;
}
.edata-new
{
 display:flex;
 justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.esg-data-new .col-md-6
{
 padding-left:60px;   
}
.e-left
{
    width:20%
}
.e-m
{
    width:20%;
    text-align:center;
}
.e-right, .e-right1
{
width:20%;   
}
.e-line
{
    width:20%;
    height:60px;
    border-right: 1px solid #fff;
    margin-right: 10%;
}
.ed-first
{
    padding-left:0px;
}
.ed-last
{
    border-bottom:none;
    padding-bottom:0px;
    margin-bottom:0px;
}

.star-5
{
   background-color:#fff; 
}
.star-5 h5, .star-5 p
{
  color:#0F3557;  
}

.dev .p-middle
{
    width: 33.33%;
}
.g-framework h2
{
    margin-bottom:20px;
}
.g-framework .innerprhead:after
{
display:none;
}
.g-framemain
{
    display:flex;
}
.g-dark-blue
{
   background-color:#0F3557;
   width:20%;
   padding:20px;
   margin-right:20px;
   position:relative;
}
.g-dark-blue:after
{
    content:'';
    position:absolute;
    top:0;
    right:-9px;
    bottom:0px;
    margin:auto;
    width: 9px;
height: 20px;
background-image:url(../images/Polygon1.png);
}
.g-dark-blue h5
{
    color:#fff;
    font-size:16px;
    font-family:OpenSans-Bold;
    padding-bottom:10px;
}
.g-dark-blue p
{
color:#fff;
line-height:24px;
}
.g-light-blue
{
    background-color:#AEC2D3;
}
.g-light-blue:after
{
background-image:url(../images/Polygon2.png);    
}
.g-light-blue h5, .g-light-blue p
{
    color:#0F3557;
}
.gd-last:after
{
    display:none;
}

.table-blue-bg
{
    background-color:#092f57;
}
.table-blue-bg p
{
    color: #fff;
    font-family:OpenSans-Bold;
}
p.text-bold
{
 font-family:OpenSans-Bold;   
}
.u-info-table p
{
    font-size:14px;
    margin-bottom:0px;
}
.footnote{
    font-size:12px;
    line-height:16px;
    margin-bottom:10px !important;
}

.managerbanner {
    background-image: url(../images/manager-banner.webp);
}
.key-strength-new
{
    padding-bottom:60px;
}
.esg-banner .container
{
    position:relative;
}
.banner-btm-logo
{
    position:absolute;
    bottom:20px;
    right:0px;
}
.banner-btm-logo span
{
    padding-left:10px;
}
.envirotab .tab-content
{
    padding-bottom:60px;
}
.edata-new p
{
    font-size:14px;
    color:#fff;
}
a.modalshow
{
    display:none;
}
.dflexrow
{
display:flex;
flex-wrap:wrap;
}
.pillarslist h2.extrmtop
{
margin-top:80px
}
/*.vline4:after,.vline8:after,.vline3:after,.vline7:after,.vline1:after,.vline5:after,.m-line2:after,.m-line1:after,.m-line4:after,.m-line7:after,.m-line10:after,
.m-line11:after,.m-line12:after, .m-line13:after */
.vline8:after,.vline3:after,.vline7:after,.vline1:after,.vline5:after,.m-line2:after,.m-line1:after,.m-line4:after,.m-line7:after,.m-line10:after,
.m-line11:after,.m-line12:after, .m-line13:after,.vline7:after
{
    content:'';
    position:absolute;
    right:0px;
    background-image:url(../images/arrow-bottom.png);
    top:-4px;
    width:6px;
    height:9px;
}
/*.vline5:after,.vline8:after,.vline7:after,*/
.vline5:after,.vline8:after,
.vline3:after, .vline4:after
{
    top:-5px;
}
.eline2
{
    top:194px;
}
.eline3
{
    top:344px;
}
.eline4
{
    top:482px;
}
h4.cpheading
{
font-size: 20px;
    padding-bottom: 30px;
    color: #0F3557;
    font-family: OpenSans-bold;
}

.envirotab .col-md-6 .climatediv-new h5
{
padding-left:15px;
padding-top:15px;
}
.envirotab .climatediv-new ul
{
padding-left:35px;
margin-bottom:0px;
}
.envirotab .climatediv-new ul li
{
padding:0px 0px 7px 0px;
font-size:14px;
line-height:20px;
}
.climatediv-new .col-md-6, .climatediv-new .col-md-4, .climatediv-new .col-md-3
{
padding-left:0px;
}

.climatediv-new1
{
display:flex !important;
align-items:center;
}
.climatediv-new1 p
{
font-size:14px !important;
line-height:18px !important;
}
.table-analyst-coverage.table>thead>tr>th {
    border-bottom: 2px solid #092F57;
font-size:14px;
color:#092F57;
font-family:OpenSans-Bold;
}
.table>tbody>tr>td
{
border-top: 1px solid #092F57;
}

.policy-sute p
{
    color: #092F57;
    padding-bottom: 40px;
}
.sute-dark-blue
{
    background-color: #092F57;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}
.sute-dark-blue h6
{
    font-size: 13px;
    color: #fff;
    padding-top: 15px;
    text-align: center;
}
.sute-dark-blue h6 span
{
    display: block;
}
.sl
{
    background-color: #DBE4EC;
}
.sl h6
{
color: #092F57;
}
.sl-last
{
    padding: 0px 20px;
}
.sl-last h6
{
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    padding-top: 0px;
}
.title-divide
{
font-size: 20px;
    padding-bottom: 30px;
    color: #0F3557;
    font-family: OpenSans-bold;
}
.media_tabs .nav-tabs > li > a
{
 font-family:OpenSans-Regular !important;
}

.board-committe .bod-box
{
    margin-bottom:20px;
}

.mb-pr
{
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}
.p-view-btn
{
text-align:center;
margin-top:30px;
}
.p-view-btn .custombutton
{
padding: 4px 38px;
}

.powai1
{
 background-image: url(../images/DowntownPowai-Portfolio.webp);   
}
.gurugram1
{
 background-image: url(../images/Sector48-portfoliopage.webp);    
}

.powai1-banner
{
    position: relative;
    height: 100vh;
}
.powai1-banner .powai-slider
{
    position: absolute;
    top:0;
    left:0;
}
.powai1-banner .bannertxt h1, .powai1-banner .bannertxt p
{
    z-index: 1;
} 
.powai1-banner .item
{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100vh;    
}
.powai1-banner .item1
{
background-image: url(../images/Banner-1-downtown-powai.webp);
}
.powai1-banner .item2
{
background-image: url(../images/Banner-2-downtown-powai.webp);
}
.powai1-banner .item3
{
background-image: url(../images/Banner-3-downtown-powai.webp);
}
.powai1-banner .item4
{
background-image: url(../images/Banner-4-downtown-powai.webp);
}
.powai1-banner .item5
{
background-image: url(../images/Banner-5-live-downtown-powai-banner.webp);
poistion : relative;
}
.net-logo {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.net-logo img {
    width: 240px!important;
}
.powai1-banner .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 84%;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    text-align: left;
}
.powai1-banner .owl-carousel button.owl-dot {
    width: 104px;
    height: 4px;
    background-color: rgba(255,255,255,0.30);
    margin-right: 14px;
    margin-bottom: 30px;
}
.powai1-banner .owl-carousel button.owl-dot {
    width: 32px;
}
.powai1-banner .owl-carousel button.owl-dot span
{
    display: none;
}
.powai1-banner .owl-carousel button.owl-dot.active {
    background-color: #fff;
}

.powai1-keyhighlight .fourthcolumn
{
    background: url(../images/Amphitheater.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.powai1-keyhighlight .sndcol
{
    background: url(../images/Curated-FB-Outlets.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.powai1-keyhighlight .thrdcol
{
    background: url(../images/High-street-Retail-and-Curated.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.powai1-keyhighlight .fourthcol
{
    background: url(../images/Managed-workspace.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.powai1-keyhighlight .fivcol
{
    background: url(../images/creche-day-care-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.powai1-keyhighlight .sixcol
{
    background: url(../images/podium-and-event-spaces.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.powai1-keyhighlight .sevencol
{
    background: url(../images/Spice-Corridor-Multicuisine-food-hall.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.powai1-keyhighlight .eightcol
{
    background: url(../images/rooftop-terrace-garden-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.powai1-keyhighlight .ninecol
{
    background: url(../images/outdoor-sit-out-areas-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gurugram-banner1 {
    background-image: url(../images/sector48-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.gurugram48-keyhighlight .fourthcolumn
{
    background: url(../images/Banquet-Hall.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gurugram48-keyhighlight .sndcol
{
    background: url(../images/planned-seating-areas-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gurugram48-keyhighlight .thrdcol
{
    background: url(../images/Amphitheatre-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gurugram48-keyhighlight .fourthcol
{
    background: url(../images/Outdoor-breakout-spaces-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gurugram48-keyhighlight .fivcol
{
    background: url(../images/Basketball-court-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gurugram48-keyhighlight .sixcol
{
    background: url(../images/Food-hall-with-dining-area.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gurugram48-keyhighlight .sevencol
{
    background: url(../images/Gymnasium.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bdnmd
{
position:relative;
min-height:250px;
}
.bdnmd h6
{
position:absolute;
left:0;
bottom:0;
}

.year-tab5 .nav-pills>li {
    padding-right: 10px;
    margin-bottom: 10px;
}
.year-tab5 .nav-pills>li a
{
    border-bottom: 4px solid #fff;
}
#myvideoModal .modal-dialog
    {
width: 100%;
margin-top: 10px;
    }
       #myvideoModal .modal-dialog h4
    {
        font-family: PlayfairDisplay-Regular;
    color: #0F3557;
    font-size: 24px;
    padding-right: 55px;
    padding-bottom: 10px;
    line-height: 30px;
    }
    #myvideoModal .modal-header
    {
        border-bottom: 0px;
    position: absolute;
  right: 15px;
    top: 13px;
    border: 2px solid #0F3557;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0F3557;
    z-index: 99;
    }
      #myvideoModal .modal-header button
      {
         color: #0F3557;
         opacity: 1;
      }
      #myvideoModal .modal-body
    {
        padding: 15px 50px;
    }
    .clicktowatch
    {
        position: fixed;
        top: 50%;
        right: 0;
           z-index: 9999;
    background-color: #0F3557;
    padding: 10px;
    width: 0px;
    opacity: 0;
    transition: ease all 0.5s;
    }
    .clicktowatch.ativideobtn
    {
        width: 205px;
        opacity: 1;
         transition: ease all 0.5s;
    }
     .clicktowatch:hover
     {
        cursor: pointer;
     }
    .clicktowatch p
    {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
     
    margin-bottom: 0px;
    }
.footnote-new
{
    color: #092f57;
    font-size: 14px;
    margin: 0px;
    padding-bottom: 5px;
}
.mt-20
{
    margin-top: 20px;
}
.bannertxt1 h1
{
    padding-bottom: 0px;
}
.bannertxt1 h5
{
    font-size: 30px;
    font-family: PlayfairDisplay-Regular;
    color: #fff;
    border-bottom:1px solid #fff;
    padding-bottom:5px; 
    margin-bottom: 10px;
    /* max-width: 260px; */
    width: 100%;
}
.star5-icon img
{
width: 260px !important;
}
.bannertxt1 p
{
    font-size: 16px;
    font-family: OpenSans-Regular;
    padding-bottom: 30px;
    padding-top: 10px;
}
.starw-icon img
{
width: 77px;
height: 13px;
}
.live_work{
    color:#96CFF1 ;
    text-decoration: underline!important;   
}
.live_work:hover{
    color: #96CFF1;
    text-decoration: underline!important;
}
.salesforcefrom:before
{
    background-size: cover;
    width: 43%;
    height: calc(100% - 60px);
}
.br-trust-bg14
{
    padding-bottom: 0px;
}
.paranote1
{
    font-size: 12px !important;
    color: #fff;
    text-align: left !important;
    padding-top: 50px;
}
.propertynum .col-md-4
{
    min-height: 80px;
}
.powai-table
{
    padding-top: 40px;
}

.powai-table .table>thead>tr>th {
    font-size: 14px;
    color: #092F57;
    font-family: OpenSans-Bold;
    border-bottom: none;
    text-align: center;
    border-bottom: 1px solid #092F57;
}
.powai-table .table>tbody>tr>td {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}
.powai-table .table>tbody>tr>td:first-child
{
    text-align: left;
}
.sustainabilitysec .sustain-tab ul li
{
border-bottom: none;
}
.sustainabilitysec .sustain-tab
{
border-bottom: none;
margin-bottom:0px;
}
.sustain-tab .nav-pills>li>a {
    font-size: 14px;
    color: #fff;
}
.sustain-tab .nav-pills>li.active>a, .sustain-tab .nav-pills>li.active>a:focus, .sustain-tab .nav-pills>li.active>a:hover
{
color: #fff;
border-bottom: 4px solid #fff;
}
.sustain-tab .nav-pills>li.active>a 
{
    color: #fff;
    border-bottom: 4px solid #fff;
}
.udd h3
{
font-size: 24px;
color: #0F3557;
font-family: PlayfairDisplay-Regular;
padding-bottom: 20px;
}
.udd-table .table>tbody>tr>td {
    border-top:none;
    border-bottom: 1px solid #e3e3e3;
}
.udd-table .table>tbody>tr>td, .udd-table .table>tbody>tr>th
{
vertical-align: bottom;
}
.udd-table p
{
    font-size: 11px;
    text-align:center;
}
.udd-table .table>tbody>tr.ud-head>td
{
font-family: OpenSans-Bold;
color: #0F3557;
border-bottom: 1px solid #0F3557;
}
.udd h6
{
    font-size: 13px;
    line-height: 22px;
    padding-bottom:20px;
}
.udd-table-btm
{
    margin-bottom: 40px;
}
.udd-table-btm .table>tbody>tr>td {
    border-top:none;
    border-bottom: 1px solid #e3e3e3;
     width: 50px;
}
.zoom-wrap
{
    display: flex;
    justify-content: space-between;
}
.zoom-icon img
{
    width: 30px;
}
.zoom-modal
{
    top:15px;
}
.zoom-modal .modal-dialog
{
    max-width: 95vw;
    max-height: calc(100vh - 120px);
    width: 100%;
}

.zoom-modal .modal-content
{
    border-radius: 0px;
}

.close2
{
    position: absolute;
    top:-25px;
    right: 0;
    z-index: 9;
    opacity: 1  !important;
}
.close2 img
{
 width: 20px;  
}
.zoom-modal .udd-table
{
    width: 95vw;
    height:530px;
    overflow: auto;
}
.zoom-modal .udd-table p
{
    font-size: 20px;
}
.n-mdl-inner .modal-body
{
    padding: 0px;
}
.udd-year
{
    width: 45px;
}
.zoom-modal .udd-year {
    width: 80px;
}
.n-block
{
display: block;
}
h5.tabe-footnote1
{
    font-family: OpenSans-Semibold;
    font-size: 14px;
    /*margin-bottom:20px;*/
    margin-bottom:15px;
}
.tablemarginbtm
{
    margin-bottom: 10px;
}
.powai-sustain
{
    height: auto;
    display: block;
    padding: 40px 0px;
}
.sustain-img img
{
    width: 36px;
}
.mt-40
{
    margin-top: 40px;
}
.bod .bod-text {
    min-height:76px;
}
.newevent-wrap
{
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
}
.newevent-img img
{
    width: 372px;
}
.newevent-img2
{
    padding: 0px 5px;
}
/*Unclaimed Css */
.udd h3 a
{
    font-family: OpenSans-Semibold;
    color: #337ab7;
}
.udd-footnote
{
    color: #0F3557;
    font-size: 16px;
    font-family:OpenSans-Bold;
    padding-bottom: 20px;
}
.cumu-table{
text-align:center;
}
.details_unclaimed
.table>tbody>tr>td{
text-align:center;
font-size:11px;
padding:7px;
}
.udd
.unclaimed_heading{
padding-bottom:0px;
}

.investorContactNnumber{
	display:flex;
	align-items:center;
}
.investorContactNnumber a{
	font-size:14px;
}
/*Css for brand guidline in environment*/

.esg-glance{
margin-top:40px;
}
.esg-sw .esg-glance-text
{
padding-top: 0px;
}
.esg-sw .annual-cover
{
max-width: 180px;
width: 100%;
  padding-top: 20px;
     
}
.env-sw{
margin-bottom:60px;
}

.env-sw h2{
margin:30px 0px 40px;
}
.reit-new
{
    margin: 40px 0px;
}
/*------------------------Four Assets Css------------------- */
/*banner*/
.worldmark-gurugram-banner1 {
    background-image: url(../images/worldmark-gurugram-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.airtel-banner1 {
    background-image: url(../images/airtel-center-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.worldmark-aerocity-banner1 {
    background-image: url(../images/worldmark-aerocity-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.pavillion-mall-banner1 {
    background-image: url(../images/pavillion-mall-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
/*airtel key highligt*/
.airtel-keyhighlight .fourthcolumn
{
    background: url(../images/landscaped-outdoor-areas-1-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.airtel-keyhighlight .sndcol
{
    background: url(../images/food-court-2-image-airtel.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.airtel-keyhighlight .thrdcol
{
    background: url(../images/gymnasium-3-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.airtel-keyhighlight .fourthcol
{
    background: url(../images/day-care-4-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.airtel-keyhighlight .fivcol
{
    background: url(../images/central-installation-5-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wg-keyhighlight .fourthcolumn
{
    background: url(../images/hosts-vibrant-food-and-beverage-options-1-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wg-keyhighlight .sndcol
{
    background: url(../images/retail-2-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wg-keyhighlight .thrdcol
{
    background: url(../images/multiplex-3-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wg-keyhighlight .fourthcol
{
    background: url(../images/the-walk-an-interactive-and-dynamic-space-connecting-office-and-leisur4-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wg-keyhighlight .fivcol
{
    background: url(../images/food-court-5-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wg-keyhighlight .sixcol
{
    background: url(../images/landscaped-areas-6-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wg-keyhighlight .sevencol
{
    background: url(../images/spacious-lobby-7-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* World mark aerocity */
.wa-keyhighlight .fourthcolumn
{
    background: url(../images/hosts-vibrant-options-of-fb-1-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wa-keyhighlight .sndcol
{
    background: url(../images/nretail-2-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wa-keyhighlight .thrdcol
{
    background: url(../images/the-walk-3-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wa-keyhighlight .fourthcol
{
    background: url(../images/the-food-capital-4-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wa-keyhighlight .fivcol
{
    background: url(../images/complemented-with-curated-retail-and-in-the-form-of-the-wlk.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wa-keyhighlight .sixcol
{
    background: url(../images/premium-dining-6-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wa-keyhighlight .sevencol
{
    background: url(../images/worldmark-aerocity-lobby.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Pavalion Mall */
.pm-keyhighlight .fourthcolumn
{
    background: url(../images/retail-and-leisure-destination-1-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pm-keyhighlight .sndcol
{
    background: url(../images/food-court-2-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pm-keyhighlight .thrdcol
{
    background: url(../images/game-zone-3-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pm-keyhighlight .fourthcol
{
    background: url(../images/ggym-4-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*Portfolio Banner */
.airtel-1
{
 background-image: url(../images/airtel-center-banner-portfolio.webp);    
}
.worldmark-gurugram-1
{
 background-image: url(../images/worldmark-gurugram-banner-portfolio.webp);    
}
.worldmark-aerocity-1
{
 background-image: url(../images/worldmark-aerocity-banner-portfolio.webp);    
}
.pavalion-mall-1
{
 background-image: url(../images/pavillion-mall-banner-portfolio.webp);    
}
.key-note p{
    font-size: 12px;
}
.no-margin-bottom{
 margin-bottom:12px
}
.udd.udd3 {
margin-top:10px
}

hr.esg-banner-break-line{
    width: 64%;
}

.star5-icon.esg-stars{
    text-align: center;
    margin-bottom: 16px;
}

.bannertxt.esg-center p{
    text-align: center;
}

h1.banner-font{
    font-size: 36px;
    line-height: 40px;
}

.p-middle img{
    vertical-align: middle;
    max-width: 100%;
    height: 70px;
}

.p-middle .group-icon img{
    vertical-align: middle;
    max-width: 100%;
    height: 20px;
}

hr.banner-br{
    width: 85%;
    padding-left: 13%;
}

.p-middle.star-5.middle-tile{
    width: unset;
}

.p-middle.last-tile{
    width: 33.3%;
}

.p-middle.mid-2027 h5{
    padding-top: 0px;
}

.p-middle.mid-2027 .power-tag{
    color: #0F3557;
    padding-top: 21px;
    font-weight: 500;
    font-family: 'PlayfairDisplay-Regular';
    font-size: 14px;
}

.p-right.img-tile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* downtown-powai-mumbai */

.gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 5px;
    padding: 20px;
  }
  
  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
  }
  
  .gallery-item:hover {
    transform: scale(1.02);
  }
  
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .gallery-grid-container {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 15px;
      padding: 15px;
    }
  }
  
  @media (max-width: 480px) {
    .gallery-grid-container {
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 10px;
    }
  }
  /* downtown-powai-mumbai */

  .eventsec .gallery-images.sector-48, .eventsec .gallery-images.sector-21, .eventsec .gallery-images.sector-135, .eventsec .gallery-images.section-kolkata {
    height: 449px;
}

a.h5-policy{
    font-size: 20px;
    color: #0F3557;
    padding-bottom: 5px;
    font-family: OpenSans-Semibold;
    }

.stat-box {
    color: white;
    padding: 20px;
}
.stat-box h2 {
    text-align: left; /* Align numbers to the left */
    margin-bottom: 5px;
    font-family: 'PlayfairDisplay-Regular';
}
.stat-box h6 {
    text-align: left; /* Keep text aligned to left */
}

.investor-data .r-text{
    min-height: 70px;
}

.pdf-text-r.grievance-title{
    min-height: 80px !important;
}

.esg-glance.margin-top-0{
    margin-top: 0px;
}

.annual-selectbtn{
    display: flex;
}

.esg-environment.empower{
    padding-top: 30px;
}

@media (max-width: 768px) {
    .eventsec .gallery-images.gurugram-gallery {
        height: auto;
    }
}

.eventsec .gallery-images.gurugram-gallery {
    height: 1400px !important;
}