@font-face {
    font-family:BauerBodoniStd-Roman;
    src:url(../fonts/BauerBodoniStd-Roman.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;
}

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 Css start-----------*/
header {
  top: 0px;
  display: block;
  margin: auto;
  width: 100%;
  z-index: 99;
  transition: ease all 0.5s;
  padding: 0 0 10px;
  position:absolute;
  background-color:transparent;
  /*  box-shadow: 0 8px 6px -6px rgb(0 0 0 / 20%);*/

}

header:hover
{
    transition: ease all 0.5s;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    transition: all ease .3s;
    padding: 0;
    border-bottom: none;
    }
    .sticky .logo {
      float: left;
      margin-top: 0;
    }
    .logo {
      float: left;
      padding: 20px 0px 10px;
      display: flex;
      align-items: flex-end;
    }
    .logo p {
      padding-left: 20px;
      line-height: 10px;
      font-size: 14px;
    }

    div.logo img {
      width: auto;
      transition: ease all 0.5s;
      padding-top: 0;
    }
    header:hover div.logo img {
     filter:brightness(1) invert(0);
     transition: ease all 0.5s;
   }
   .sticky div.logo img {
    transition: ease all 0.5s;
    padding-top: 0px;
  }
  div.logo img {
    max-width: 135px;
    width: 100%;
}.bluelogo {
    display: none;
}
.sticky .whitelogo {
    display: none;
}
.sticky .bluelogo {
    display: block;
}

  .my-sidenav
  {
    display:none;
  }
  .button {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    padding-left: 1rem;
    overflow: hidden;
    z-index: 1;
    align-items: center;
    border: 1px solid #ffffff;
    font-size: 14px;
}
.button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: 100%;
    /* background-color: #092f57; */
    z-index: -1;
    transition: transform 750ms;
}
.button span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
    padding: 1rem;
    overflow: hidden;
    background-color: transparent;
}.button:focus
{
    color: #fff;
}
.button:hover {
    color: #ffffff;
}
.button:hover img {
    -webkit-animation: moveArrow 750ms;
    animation: moveArrow 750ms;
}
@keyframes moveArrow
{
    0% {
        transform: translateX(0px);
    }
    49% {
        transform: translateX(50px);
    }
    50% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(0px);
    }
}

  /*-----------Header Css End-------------*/
  .pdflink, .ar-text
  {
    float: left;
  }
  .pdflink
  {
    border-right: 1px solid #1a69b4;
    padding-right: 30px;
  }
  .ar-text
  {
    margin-right: 30px;
  }
  .pdflink a{
    color: #1a69b4;
    font-size: 14px;
  }
  .ham-icon {
    text-align: right;
    cursor:pointer;
    float: left;
  }
  
  .d-report1
  {
      float:left;
      background-color: #092f57;
    padding: 4px 10px;
    color: #fff;
    margin-right:20px;
    margin-top:-5px;
  }
   .d-report1 a
   {
       color:#fff;
       font-size:12px;
   }

  .right-item
  {
    float: right;
    margin-top:25px;
  }

  .nav-icon3 {
    width:33px;
    height:23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background:#fff; /* Old browsers */
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
.sticky  .nav-icon3 span
{
 background:#437cbf;   
}
  .nav-icon3 span:nth-child(1) {
    top: 0px;
  }

  .nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
    top:8px;
  }

  .nav-icon3 span:nth-child(4) {
    top:16px;
  }

  .nav-icon3.open span:nth-child(1) {
    top: 16px;
    width: 0%;
    left: 50%;
  }

  .nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav-icon3.open span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%;
  }

  .my-sidenav1 {
    position: fixed;
    top:0px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
    max-width:100%;
    width: 100%;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(241,245,248,1) 35%);
    height:0;
        transition: 0.5s;
    -webkit-transition: 0.5s;
}
.logsvg
{
    max-width: 135px;
    width: 100%;
}
.tableftsection
{
     max-width: 35%;
     width: 100%;
     float: left;
     padding-left: calc(100vw / 16 + 45px);
}
.tabrightsection
{ 
   max-width: 65%;
     width: 100%;
     float: right;
     position: relative;
}
.topmenu-header
{
    
    padding-top: 10px;
}
.tableftsection .top-nav
{
    padding-top: 90px;
}
.tabrightsection .top-nav-content
{
    padding-right: 40px;
    padding-top: 131px;
}
.cross-btndes
{
    position: absolute;
    top: 10px;
    right: calc(100vw / 16);
}
.cross-btndes:hover
{
    cursor: pointer;
}
.top-nav .nav>li
{
    float: none;
    padding-bottom:10px;
    margin-left: 0px;
}
.top-nav .nav>li:last-child
{
    border-bottom:none;
}
.top-nav .nav>li>a
{
    color: #092f57;
    font-size: 16px;
    padding: 10px 0px;
    border-radius: 0px;
      font-family:OpenSans-Regular;
      border-bottom: 2px solid #ced5dd;
}
.top-nav .nav>li>a img
{
    padding-left: 20px;
    opacity: 0;
}
.top-nav .nav>li>a:focus, .top-nav .nav>li>a:hover
{
    color: #2380ec;
    font-size: 16px;
      font-family:OpenSans-Bold;
     background-color: transparent;
}
.top-nav .nav-pills>li.active>a, .top-nav .nav-pills>li.active>a:focus, .top-nav .nav-pills>li.active>a:hover
{
 font-size: 16px;
   font-family:OpenSans-Bold;
 background-color: transparent;
color: #2380ec;
position: relative;
}
.top-nav .nav-pills>li.active>a img
{
    opacity: 1;
}
.top-nav .nav-pills>li>a:hover:after
{
content: '';
    position: absolute;
    right:15px;
    top:15px;
    background-image:url(../images/menu-right-arrow.png);
    width:31px;
    height:15px
}
.top-nav .nav-pills>li.active>a:after
{
    content: '';
    position: absolute;
    right:15px;
    top:15px;
    background-image:url(../images/menu-right-arrow.png);
    width:31px;
    height:15px;
}
.top-nav-content ul
{
position: relative;
    max-width: 330px;
}
.top-nav-content ul li{
    list-style: none;
    padding-top: 6px;
    padding-bottom:6px;
}
.top-nav-content ul li.menu-img
{
  padding-left: 60px;
}
.top-nav-content ul li
{
  padding-bottom: 15px;
}
.top-nav-content ul li a
{
    color: #092f57;
    font-size: 16px;
  font-family:OpenSans-Regular;
    /*padding:15px;*/
}
.top-nav-content ul li a:hover
{
  background-color: transparent;
  color: #2380ec;
}
/*.top-nav-content ul li a:hover img*/
/*{*/
/*  filter: brightness(0) invert(100%) !important;*/
/*}*/

.top-nav-content ul.cap-submenu{

padding-left:30px;
margin-top:5px;
width:350px;
}
.top-nav-content ul.submenu1 {
    left:300px;
    top:0px;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    max-width: 100%;
    padding-left: 12%;
    position:absolute;
}
.top-nav-content ul.submenu1 li
{
  display: flex;
  width: 370px;
}
/*.top-nav-content ul li:hover .submenu1
{
display: block;
}*/
.top-nav-content ul.submenu1 p
{
    font-size: 13px;
        font-family:OpenSans-Bold;
        padding-top: 5px;
        text-transform: uppercase;
        padding-bottom: 10px;
}
.top-nav-content ul.submenu1 a
{
    font-size: 18px;
    color: #092f57;
     font-family:OpenSans-Semibold;
     display: block;
     padding: 10px 0px;
}
.top-nav-content ul.submenu1 a:hover
{
    color: #2380ec;
}
.top-nav-content ul.submenu1 h5
{
    font-size: 25px;
    color: #092f57;
    font-family:OpenSans-Semibold;
    padding-bottom: 15px;
}
.top-nav-content ul.submenu1 h5 a
{
     font-size: 25px;
    color: #092f57;
    font-family:OpenSans-Semibold;
    padding: 0px;
}
.top-nav-content ul.submenu1 h6
{
    font-size: 16px;
    color: #092f57;
      font-family:OpenSans-Bold;
}
.top-nav-content ul.submenu1 h6 span
{
    display: block;
    font-size: 14px;
    font-family:OpenSans-Semibold;
}
.sticky.hide {
    display: block !important;
}
/*.socilbtn 
{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.socilbtn  a
{
    margin-right: 15px;
}
.top-nav-content ul li .socilbtn  a:hover img {
    filter: brightness(0)!important;
}
.rptndown img
{
    padding-left: 10px;
}
*/
/*-----------Header Css End-------------*/

/*----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;
}
.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 .item1
{
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.custombutton:hover {
    color: #ffffff;
    text-decoration: none;
}
.custombutton {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    padding-left: 1rem;
    overflow: hidden;
    z-index: 1;
    align-items: center;
    border: 1px solid #ffffff;
    font-size: 14px;
    padding:5px 14px;
}
.custombutton:hover
{
  text-decoration: underline!important;  
}

.custombutton span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
    padding: 12px;
    overflow: hidden;
    background-color: transparent;
    display:none;
}
.custombutton::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: transform 750ms;
}
.custombutton:hover img {
    -webkit-animation: moveArrow 750ms;
    animation: moveArrow 750ms;
}
@keyframes moveArrow
{
    0% {
        transform: translateX(0px);
    }
    49% {
        transform: translateX(50px);
    }
    50% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(0px);
    }
}



.bannertxt
{
    max-width: 710px;
}

.bannertxt h1
{
    font-size: 48px;
    font-family:BauerBodoniStd-Roman;
    font-weight: normal;
    font-style: normal;
    display: block;
    color: #fff;
    padding-bottom: 10px;
    line-height: 57px;
    padding-top: 5px;
    position:relative;
    margin-bottom:30px;
}
.bannertxt h1:after
{
  content: '';
    background-color: #437cbf;
    width: 68px;
    height: 4pt;
    bottom: 0px;
    left: 0px;
    position: absolute;  
}

#main-banner .container
{
    display: flex;
    align-items: center;
    height: 100vh;
}
.keyhighlights h2 {
    font-size: 35px;
    color: #092f57;
     font-family:BauerBodoniStd-Roman;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    display: inherit;
    margin: 0px auto 60px;
}
.keyhighlights h2:after {
    content: '';
    background-color: #437cbf;
    width:55px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.divcenter {
    margin: auto;
    display: table;
}
.keyhighlights h5 {
    color: #092f57;
    font-size: 37px;
   font-family:BauerBodoniStd-Roman;
    text-align: center;
    margin-bottom: 0px;
}
.keyhighlights p {
    font-size: 16px;
    text-align: center;
    color: #092f57;
    position: relative;
}
.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: 80px;
    right: 0px;
    top: 0px;
    background-color: #092f57;
}
.keyhighlights .col-md-4 {
    padding-bottom: 90px;
    position: relative;
}
.keyhighlights
{
    padding: 120px 0px 20px;
}
.keyhighlights h6
{
    color: #092f57;
    font-size: 27px;
   font-family:BauerBodoniStd-Roman;
    text-align: center;
    margin-bottom: 45px;
}
.keyhighlights p.paranote
{
text-align: left;
color: #414042;
font-size: 11px;
margin-bottom: 0px;
}

.threecolsec {
    padding: 90px 0px;
}
.threecolsec .mahead  {
    font-size: 35px;
    color: #092f57;
    font-family:BauerBodoniStd-Roman;
    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/our-sponsor-img.png) 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:BauerBodoniStd-Roman;
    font-size: 30px;
    color: #ffffff;
    /* padding-bottom: 15px; */
    margin-bottom: 10px;
    position: relative;
    line-height: 30px;
}
a.custombtn {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 1.6rem;
    font-family:OpenSans-Semibold;
    text-decoration: none;
    transition: all .5s ease-in-out;
    white-space: nowrap;
    position: relative;
}
.custombtn span {
    max-width: 100%;
    opacity: 1;
    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/structured-to-power-growth-img.png) center center;
    background-size: cover;
    height: 527px;
}
.thirdcolumn {
    background-size: cover;
    height: 480px;
    position: relative;
    background: url(../images/key-strategic-img.png) center center;
    background-size: cover;
    height: 527px;
}
.fourthcolumn {
    margin-top: 30px;
    position: relative;
    background-size: cover;
    background: url(../images/environment-img.png) center center;
    background-size: cover;
    height: 540px;
}
.fifthcolumn {
    margin-top: 30px;
    background-size: cover;
    position: relative;
    background: url(../images/social-img.png) center center;
    background-size: cover;
    height: 255px;
}
.sixthcolumn
{
    background: url(../images/governance-img.png) center center;
}
.bg-overlay:hover::before {
    opacity: 1;
}
.threecolsec .mahead:after {
    content: '';
    background-color: #437cbf;
    width:56px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.combannerinsidesec {
    background-image: url(../images/india-reit-at-a-glance-img.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
}
.combannerinsidesec h2 {
    font-family:BauerBodoniStd-Roman;
    font-size: 35px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    line-height: 40px;
}
.combannerinsidesec h2:after,.esgdata h2:after
{
    content: '';
    background-color: #437cbf;
    width:53px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.combannerinsidesec p{
    color: #ffffff;
    font-size: 13px;
        line-height: 18px;
        margin-bottom: 5px;
}
.intercontent a:first-child
{
    margin-right: 15px;
}
.img-responsive
{
    max-width: 100%;
}

.content  .custombtn
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.content  .custombtn:hover
{
    text-decoration:underline!important;
}
footer
{
    background-color: #0F3557;
    padding: 35px 0px 10px;
}
.footer-logo
{
    max-width:160px;
    width:100%;
}
.dflex
{
    display: flex;
    align-items: center;
}
.dflex .col-md-9 a
{
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
     font-family:OpenSans-Bold;
     padding: 7px 15px;
}
.dflex .col-md-9 a img
{
    padding-left: 5px;
}
.dflex .col-md-9 .d-report 
{
    float:right;
}
.dflex .col-md-9 .d-report a
{
   font-family:OpenSans-Regular;
   border:none;
}
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: 12px;
}
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
{
        display: flex;
    align-items: center;
    float: right;
    margin-right:0px;
}
.socialicon p
{
        margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 0;

}
.socialicon ul
{
    display: flex;
align-items: center;
    margin-bottom: 0px;
}
.socialicon ul li
{
    margin-right: 15px;
}
footer .row .col-md-2 a,footer .row .col-md-4 a,footer .ftmenu .col-md-3 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-4 a,footer .row .col-md-8 p
{
    font-size: 12px;
}
footer .container .row:last-child .col-md-4 a
{
    padding: 0px 15px;
    border-right: 1px solid #fff;
}
footer .container .row:last-child .col-md-4 a:first-child
{
    padding-left:40px;
}
footer .row .col-md-4 a:last-child
{
    border-right: 0px!important;
}
footer .row .col-md-8 p
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
footer .container .row:last-child
{
    align-items: center;
    display: flex;
}
footer .row .col-md-2 a,footer .ftmenu .col-md-3 a
{
    margin-bottom:4px;
    display: block;
}
.ist-left
{
    padding-left:80px;
}
hr.mrbtm5px
{
    margin-bottom: 5px;
}

footer .row .col-md-2:nth-child(2)
{
    padding: 0;
}
footer .row .col-md-2:nth-child(3)
{
    padding-right: 0;
}
.magnleftxt .content
{
    padding-top: 10px;
}
.combannerinsidesec1
{
    background-image: url(../images/asset-upgar-adation-and-enhancement-img.jpg);
}
.messagesection
{
    padding: 90px 0px 0px;
}
.messagesection .row
{
    display: flex;
}
.messagesection .row .col-md-7
{
    padding-right: 0px;
}
.messagesection .row .col-md-5
{
    padding-left: 0px;
        box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 38%);
        display: flex;
        align-items: center;
}
.msgdetails
{
    padding: 0px 80px;
}
.msgdetails h2
{
    font-size: 35px;
    color: #092f57;
    font-family: BauerBodoniStd-Roman;
    padding-bottom: 20px;
    line-height: 40px;
}
.msgdetails h6
{
    font-size: 20px;
    color: #092f57;
      font-family:OpenSans-Bold;
      padding-bottom: 5px;
}
.msgdetails h6 span
{
    display: block;
    font-size: 14px;
    padding-top: 3px;
}
.msgdetails p
{
    font-size: 13px;
    color: #092f57;
    padding-bottom: 30px;
}
.msgdetails .custombutton
{
    color: #092f57;
    border: 1px solid #092f57;
    padding: 7px 25px;
        transition: ease all 0.5s;
}
.msgdetails .custombutton:hover,.threecolsec .tab-content a:hover
{
    background-color:#092f57;
    color:#fff;
        transition: ease all 0.5s;
}
.threecolsec p
{
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
}
.bdleadawsection a {
    color: #092f57;
    font-size: 35px;
    font-family: BauerBodoniStd-Roman;
    line-height: 25px;
}
.bdleadawsection a span
{
    display: none;
    font-size: 14px;
    color: #092f57;
      font-family:OpenSans-Regular;
}
.bdleadawsection a:hover span
{
    display: block;
}
.bdleadawsection hr {
    margin: 20px 0px 30px;
    border-top: 1px solid #c0b8b3;
}
.bdleadawsection .row
{
    display: flex;
    align-items: center;

}
.bdleadawsection
{
    padding-bottom: 90px;
}
.msgdetails .custombutton.chmebtn
{
    margin-bottom: 30px;
    padding: 2px 15px;
}
.threecolsec ul.nav-pills {
    overflow: hidden;
    margin: 20px 0px 45px;
}
.threecolsec ul.nav-pills li {
    padding-right: 5px;
    margin-top: 0px;
    max-width: 22%;
    width: 100%;
    float: left;
    border-bottom: 1px solid #54565a;
}
.threecolsec ul.nav-pills li:first-child
{
    max-width: 21%;
}
.threecolsec ul.nav-pills li:last-child
{
    max-width: 13%;
}
/*.threecolsec ul.nav-pills li.active
{
    border-bottom: 2px solid #0d2f52;
}*/
.threecolsec ul.nav-pills li a {
    color: #54565a;
    font-size: 14px;
        font-family:OpenSans-Semibold;
        background-color: transparent;
        padding: 0px;
        position: relative;
        padding-bottom: 5px;
}
.threecolsec ul.nav-pills li.active a {
    color: #0d2f52;
}
.threecolsec ul.nav-pills li.active a:after
{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 90%;
    height: 3px;
    background-color: #0d2f52;
}
.threecolsec ul.nav-pills li.active:last-child a:after
{
width: 100%;
}
.threecolsec .nav-pills>li.active>a,.threecolsec .nav-pills>li.active>a:focus,.threecolsec .nav-pills>li.active>a:hover
{
    background-color: transparent;
}
.threecolsec .tab-content h2
{
    color: #0d2f52;
    margin-top: 45px;
    text-align: left;
}
.threecolsec .tab-content p
{
    color: #54565a;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.threecolsec .tab-content a
{
        color: #092f57;
    border: 1px solid #092f57;
    padding: 7px 25px;
    /*margin-top: 20px;*/
}

/**********inner pages*********/

.chairman-banner
{
background-image: url(../images/chairman-banner.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
}
.inner-banner .container {
    position: relative;
    height: 100%;
}
.inner-banner .bannertxt
{
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
}
.inner-banner .bannertxt p
{
font-family:OpenSans-Semibold;
color:#fff;
}
.inner-banner .bannertxt h1
{
    position: relative;
}
.inner-banner .bannertxt h1:after
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #437cbf;
    width: 60px;
    height: 4pt;
}
.inner-banner .bannertxt h1 span
{
    display: block;
    position: relative;
}
.inner-banner .bannertxt h6
{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family:OpenSans-Regular;
}
.chairman-banner .bannertxt p
{
    margin-bottom:0px;
    line-height: 24px;
}
.mb-10
{
    margin-bottom:10px;
}
.scroll-downs {
    cursor: pointer;
    position: absolute;
    left:0px;
    bottom: 40px;
}

.scroller {
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
}

.breadCrumbTxt{
padding-top:20px;
padding-bottom:60px;
}
.breadCrumbTxt a.active {
 font-family:OpenSans-Regular;
}
.breadCrumbTxt a:first-child {
  padding-left: 0;
}
.breadCrumbTxt a {
    font-family:OpenSans-Regular;
    color: #54565a;
    font-size: 13px;
    text-decoration: none;
}
.chairman1-text h5
{
    color: #0d2f52;
    font-size: 25px;
     font-family:BauerBodoniStd-Roman;
     padding-bottom: 15px;
}
.chairman1-text h3
{
    font-size: 18px;
    line-height:24px;
    color: #427cbf;
    font-family:OpenSans-Semibold;
    padding-bottom:50px;
}
.sponsorer h3
{
font-family:BauerBodoniStd-Roman;
font-size: 30px;
    line-height: 35px;
}
.chairman1-text h4
{
  color: #427cbf;
  font-size: 16px;
  font-family:OpenSans-Semibold;
  padding-bottom: 25px; 
}
.chairman-img1
{
    padding: 80px 0px;
}
.signature h4
{
    font-size: 16px;
    color: #092f57;
    font-family:OpenSans-Bold;
    padding-top: 20px;
    padding-bottom: 5px;
}
.signature h5
{
    color: #54565a;
    font-size: 16px;
    font-family:OpenSans-Bold;
    padding-bottom:0px;
}
.footer-gap
{
    margin-top: 90px;
}
.mt-40
{
    margin-top: 40px;
}

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

.sponsorer
{
padding-bottom:60px;
}
.sponsorer h3
{
padding-bottom:15px;
}

.sponsor-group
{
    background-color: #f3f3f3;
    padding:60px 0px 0px;
}
.sponsor-group h4
{
    font-size: 16px;
    font-family:OpenSans-Semibold;
    color: #0d2f52;
    text-align: center;
    padding-bottom: 50px;
}
.sponsor-group p
{
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.sponsor-group p span
{
    display: block;
}

.sponsor-group .col-md-4:nth-child(1)::after, .sponsor-group .col-md-4:nth-child(2)::after, .sponsor-group .col-md-4:nth-child(5)::after, .sponsor-group .col-md-4:nth-child(4)::after
{
    background-color: #9a999a;
}

.coverview-banner
{
  background-image: url(../images/india-reit-at-a-glance-img.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100vh;  
}
.presence-bg
{
    background-color: #f3f3f3;
    padding: 120px 0px 70px 0px;
}
.inner-heading
{
    font-size: 36px;
    font-family:BauerBodoniStd-Roman;
    position: relative;
    color: #0d2f52;
    padding-bottom:10px;
    margin-bottom:20px;
}
.inner-heading:after
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color:#437cbf;
    width: 60px;
    height: 4px;
}
.presence-bg h5
{
  font-size: 14px;
    font-family: OpenSans-Semibold;
    color: #0d2f52;
    padding-bottom:20px;
    padding-top: 20px;  
}
.presence-number
{
    border-right: 1px solid #9f9fa0;
    margin-bottom: 50px;
}
.presence-number.p-last
{
    border-right: none;
}
.presence-number h4
{
    font-size:28px;
    color: #0d2f52;
    font-family:BauerBodoniStd-Roman; 
    line-height: 36px;
}
.presence-number p
{
  color: #0d2f52;  
}
.manager-bg
{
 background-image: url(../images/manager-img.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
display: flex;
align-items: center;
}
.manager-bg h3, .manager-bg p
{
    color: #fff;
}
.consolated
{
    padding:80px 0px;
}
.consolated h3
{
   margin-left:auto;
   margin-right: auto;
   max-width: 330px;
   width: 100%;
}
.consolated p
{
    color: #54565a;
    padding-bottom: 30px;
    text-align: center;
}
.consolated h5
{
  font-size: 14px;
    font-family: OpenSans-Semibold;
    color: #0d2f52;
    padding-bottom:40px;
    text-align: center;
}
.consolated .presence-number
{
    text-align: center;
}
.consolated .presence-number p
{
padding-bottom: 0px;
color: #0d2f52;
text-transform: uppercase;
padding-right: 20px;
line-height:18px;
font-size: 14px;
}

.ceobanner
{
    background-image: url(../images/ceobanner.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
width: 100%;
}
.keystbanner
{
 background-image: url(../images/keybanner.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
width: 100%;
}

.intell-acc.mgmt-panel .panel-default {
    border-bottom: 1px solid #bfbfbf;
}
.intell-acc.mgmt-panel .panel-default>.panel-heading {
    background-color: transparent;
    padding: 20px 0px;
}
.mgmt-panel .panel-default {
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: none;
    border-top: none;
    border-radius: 0px;
}
.mgmt-panel .panel-body
{
    border-top: 0px!important;
    padding-left: 0px;
    padding-right: 0px;
}
.mgmt-panel h4
{
    font-size: 14px;
    color: #427cbf;
    text-transform: uppercase;
    font-family:OpenSans-Semibold;
}
h5.keylstpara
{
        font-size: 30px;
    line-height: 32px;
    color: #427cbf;
    font-family: BauerBodoniStd-Roman;
    margin: 60px 0px 0px;
    position: relative;
    padding: 15px 0px;
}
/*h5.keylstpara:before
{
    content: '';
    background-color: #437cbf;
    width: 60px;
    height: 4px;
    top: 0px;
    left: 0px;
    position: absolute;
}
h5.keylstpara:after
{
    content: '';
    background-color: #437cbf;
    width: 60px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}*/
.intell-acc.mgmt-panel .panel-title > a:before {
    float: right !important;
    content: '';
    background-image: url(../images/arrow-up.png);
    position: absolute;
    right: 25px;
    width: 17px;
    height: 10px;
    background-repeat: no-repeat;
}
.intell-acc.mgmt-panel .panel-title > a.collapsed:before {
    float: right !important;
    content: '';
    background-image: url(../images/arrow-down.png);
    position: absolute;
    right: 25px;
    width: 17px;
    height: 10px;
    background-repeat: no-repeat;
}
.intell-acc.mgmt-panel .panel-title > a
{
    display: block;
    position: relative;
    width: 100%;
}
.tentsbanner
{
     background-image: url(../images/tenantsbanner.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
width: 100%;
}

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

.our-structure-top h3
{
    font-size: 20px;
     font-family:OpenSans-Semibold;
     color: #0d2f52;
     padding-bottom:5px;
}
.our-structure-top p
{
    padding-bottom: 50px;
}
.structure
{
    position: relative;
    display: flex;
}
.st-left
{
    max-width: 190px;
    width: 100%;
}
.st-left-box
{
    background-color: #427bbe;
    min-height: 110px;
    text-align: center;
    position: relative;
    padding: 0px 10px;
}
.st-left-box p
{
    font-size: 14px;
    background-color: #fff;
    color: #0d2f52;
    padding-bottom: 0px;
    display: inline;
    line-height: 16px;
    padding: 0px 2px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    top: -7px;
     font-family:OpenSans-Semibold;
}
.st-left-box h6
{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding-top: 40px;
}
.arrow-d
{
    text-align: center;
    line-height: 0px;
}
.arrow-d img
{
    vertical-align: top;
}
.v-line
{
    background-color: #bbbdc0;
    height: 167px;
    width:1px;
    margin:auto;
}
.st-left-box.b1
{
    background-color: #002a4e;
}
.st-left-box.b2 p
{
width: 80px;
}
.arrow-d1
{
    margin-bottom: 6px;
}
.st-left-box.b2 h6
{
padding-top: 25px;
}
.v-line1
{
    width: 1px;
    height: 690px;
    background-color: #bbbdc0;
    margin-left: 25px;
    margin-right: 35px;
    position: relative;
}
.left-arrow-r
{
    position: absolute;
    right:16px;
    top:47%;
}
.vline2
{
    position: absolute;
    right:0px;
    top:49%;
    background-color: #bbbdc0;
    height: 1px;
    width: 18px;
}
.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: 208px;
    width: 100%;
}
.st-middle-box
{
    background-color: #eaeaeb;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:10px 25px;
    margin-bottom: 10px;
}
.st-middle-box p
{
    padding-bottom: 0px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 5px;
    font-size: 14px;
}
.st-middle-box h5
{
    font-size: 15px;
     font-family:OpenSans-Semibold;
     color: #0d2f52;
     padding-bottom:5px;
     text-align: center;
}
.st-middle-box h3
{
    font-family:BauerBodoniStd-Roman;
    font-size: 30px;
    padding-bottom: 0px;
}
.st-right
{
    margin-left: 50px;
}
.st-right .nav>li
{
    margin-bottom:35px;
}
.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: #eaeaeb;
    font-family:OpenSans-Bold;
    font-size: 15px;
    color: #54565a;
}

.st-right .nav>li>a span
{
    display:block;
    font-family:OpenSans-Regular;
}
.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;
}
.m-lines
{
    position: relative;
}
.m-line
{
 background-color: #bbbdc0;
 height: 1px;
 width: 50px;
 position: absolute;   
}
.m-line1
{
top:55px;
left: 0;
}
.m-line2
{
top:206px;
left:0px;
}
.m-line3
{
    height: 140px;
    width: 1px;
    top:206px;
    left:25px;
}
.m-line4
{
   top:346px;
   left:25px;
   width: 25px;
}
.m-line5
{
   top:350px;
   left:0px;
   width: 25px;
}
.m-line6
{
    height: 140px;
    width: 1px;
    top:350px;
    left:25px;
}
.m-line7
{
   bottom:234px;
   left:25px;
   width: 25px;
}
.m-line8
{
   bottom:230px;
   left:0px;
   width: 25px;
}
.m-line9
{
    height: 140px;
    width: 1px;
    bottom:90px;
    left:25px;
}
.m-line10
{
bottom:90px;
   left:25px;
   width: 25px;
}

.portfolio-banner
{
background-image: url(../images/portfolio-banner.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100vh;  
}
.portfolio-map ul
{
    padding-top: 180px;
}
.portfolio-map .nav>li
{
 border-bottom:1px solid #c6c7c9;   
}
.portfolio-map .nav>li>a
{
font-size: 16px;
color: #54565a;
padding: 10px 0px;
border-radius: 0px;
}
.portfolio-map .nav>li>a p
{
    margin-bottom: 0px;
}
.portfolio-map .nav>li>a .p-data-main
{
    font-family:BauerBodoniStd-Roman;
    font-size: 35px;
    line-height: 35px;
    display: none;
}
.portfolio-map .nav>li>a .p-data-main .p-data
{
    margin-bottom: 20px;
}
.portfolio-map .nav>li>a .p-data-main .p-data p
{
    font-size: 16px;
    font-family:OpenSans-Bold;
}
.portfolio-map .nav>li>a .p-data-main .md1
{
    color: #00294e;
}
.portfolio-map .nav>li>a .p-data-main .md2
{
    color: #407bbf;
    padding-left: 30px;
}
.portfolio-map .nav>li>a .p-data-main .md3
{
    color: #4b4c4d;
    padding-left: 30px;
}

.portfolio-map .nav>li>a:focus, .portfolio-map .nav>li>a:hover
{
background-color: transparent;
}
.portfolio-map .nav-pills>li.active>a, .portfolio-map .nav-pills>li.active>a:focus, .portfolio-map .nav-pills>li.active>a:hover
{
background-color: transparent;
color: #54565a;
font-family:OpenSans-Bold;
}
.portfolio-map .nav-pills>li.active>a .p-data-main
{
    display: block;
}

.our-portfolio
{
    margin-top: 90px;
}
.our-portfolio h4
{
    font-size: 16px;
    font-family:OpenSans-Semibold;
    color: #0d2f52;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.port-tab ul
{
    border-bottom:1px solid #b8c3ce;
    margin-bottom: 40px;
}
.port-tab .nav>li
{
    padding: 10px 30px 0px 0px;
}
.port-tab .nav>li>a
{
color:#54565a;
font-size: 14px;
font-family:OpenSans-Semibold;
padding:0px 0px 10px;
line-height: 18px;
border-radius: 0px;
}
.port-tab .nav>li>a:hover, .port-tab .nav>li>a:focus
{
    background-color: transparent;
}
.port-tab .nav>li>a span
{
    display: block;
}
.port-tab .nav-pills>li.active>a, .port-tab .nav-pills>li.active>a:focus, .port-tab .nav-pills>li.active>a:hover
{
color: #0d2f52;
border-bottom:3px solid #437cbf;
background-color: transparent;
}
.port-text p
{
    font-family:OpenSans-Semibold;
    line-height:16px;
    font-size: 13px;
    color: #54565a;
}
.port-text p span
{
    display: block;
}
.port-text img
{
    margin-bottom: 10px;
}
.port-text
{
  display: flex;
    justify-content: space-between;
    align-items:flex-end;
    border-bottom: 1px solid #b8c3ce;
    margin-bottom: 40px;
}
.port-text h6
{
  color: #54565a;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;  
}

.areatenants h3
{
font-size: 37px;
    line-height: 37px;
    color: #092f57;
    font-family: BauerBodoniStd-Roman;
}
.areatenants p
{
font-size: 16px;
color: #092f57;
padding-bottom: 20px;
}
.areatenants h4
{
    font-size: 16px;
    color: #0d2f52;
      font-family:OpenSans-Semibold;
      padding-bottom: 3px;
}
.areatenants .row .col-md-4:nth-child(3) p
{
    padding-top: 20px;
}
.insidethethe h6
{
     font-size: 16px;
    color: #0d2f52;
      font-family:OpenSans-Semibold;
}
.threecolsec.insidethethe ul.nav-pills li
{
    max-width: 20%;
}
.threecolsec.insidethethe ul.nav-pills li a
{
    line-height: 18px;
}
.insidethethe .tab-content p
{
    font-size: 14px;
    padding-top: 20px;
}
.insidethethe .tab-content h3
{
    font-size: 65px;
    line-height: 65px;
    color: #092f57;
    font-family: BauerBodoniStd-Roman;
}
.insidethethe
{
    padding: 70px 0px;
}
.worldwideaccordian h6
{
       font-size: 16px;
    color: #0d2f52;
      font-family:OpenSans-Semibold;
      padding-bottom: 30px;
}
.worldwideaccordian .panel-group .panel-default:nth-child(1)
{
    border-top:none;
}
.worldwideaccordian .panel-default ul
{
    list-style: none;
    padding-left: 0px;
}
.worldwideaccordian .panel-default ul li
{
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0px;
}
.worldwideaccordian .panel-default .panel-body
{
    padding-top: 0px;
}
.worldwideaccordian .panel-default ul li:last-child
{
    border-bottom: 0px;
}
h6.mrgintop60px
{
    margin-top: 60px;
}
.worldwideaccordian
{
    padding-bottom: 90px;
}
.areatenants .row .col-md-4:nth-child(3) img
{
    max-width: 85%;
}
.worldwideaccordian .row .col-md-6:nth-child(1) img
{
max-width: 85%;
}
.chairmanndceo .container-fluid {
    padding: 0px;
    height: calc(100vh - 84px);
    margin:0px;
}
.chairmanndceo .col-md-12 {
    padding: 0px;
}
.chairmanndceo .col-md-12 .col-md-6:nth-child(1) {
    padding-left: 0px;
}
.chbgimg {
    background-image: url(../images/chairman-img.png);
    background-size: cover;
    width: 100%;
    height: calc(100vh - 84px);
    display: flex;
    align-items: flex-end;
    background-position: center;
}
.cuspdlft {
    margin-bottom: 45px;
    padding-left: calc(100vw / 16 + 30px);
    padding-right: 30px;
}
.chairmanndceo h2 {
    position: relative;
    font-family: BauerBodoniStd-Roman;
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 35px;
}
.chairmanndceo h2 span.font13 {
    font-size: 13px;
    text-transform: uppercase;
     font-family:OpenSans-Regular;
    display: block;
}
.chairmanndceo h2::after
{
    content: '';
    background-color: #437cbf;
    width: 50px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.chairmanndceo h5 {
    padding: 20px 0px 5px;
    color: #fff;
    font-family: OpenSans-Semibold;
    font-size: 20px;
}
.chairmanndceo h6 {
    font-size: 14px;
    color: #fff;
    padding-bottom: 25px;
}
.chairmanndceo .button {
    border: 1px solid #fff;
    color: #fff;
    padding:5px 14px;
}
.button {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    padding-left: 1rem;
    overflow: hidden;
    z-index: 1;
    align-items: center;
    border: 1px solid #ffffff;
    font-size: 14px;
}
.button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: 100%;
    /* background-color: #092f57; */
    z-index: -1;
    transition: transform 750ms;
}
.button span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
    padding: 1rem;
    overflow: hidden;
    background-color: transparent;
    display:none;
}
.chairmanndceo .button:hover {
    color: #fff;
    text-decoration:underline !important;
}
.button:hover img {
    -webkit-animation: moveArrow 750ms;
    animation: moveArrow 750ms;
}
.chairmanndceo .col-md-12 .col-md-6:nth-child(2) {
    padding-right: 0px;
}
.ceobgimg {
    background-image: url(../images/ceo-img.png);
    background-size: cover;
    width: 100%;
    height: calc(100vh - 84px);
    display: flex;
    align-items: flex-end;
    background-position: center;
}
.cuspdlftcustom {
    padding-left: calc(100vw / 16);
}
.chairmanndceo h6 span {
    display: block;
    font-family: OpenSans-Bold;
    padding-bottom: 15px;
}
.sevencolumn
{
    margin-top: 30px;
    position: relative;
    background-size: cover;
    background: url(../images/N1.png) center center;
    background-size: cover;
    height: 527px;
}
.eightcolumn
{
    margin-top: 30px;
    position: relative;
    background-size: cover;
    background: url(../images/N2.png) center center;
    background-size: cover;
    height: 527px;
}
.chairmanndceo h2 span
{
    display: block;
}
.bdleadawsection hr
{
    margin: 15px 0px;
}
.bdleadawsection a
{
    font-size: 25px;
}
.fifthcolumn,.fourthcolumn
{
    margin-top: 0px;
}
.sixthcolumn
{
    margin-top: 30px;
}
.firstcolumn1 {
    position: relative;
    background-size: cover;
    background: url(../images/Kensington.png) center center;
    background-size: cover;
    height: 527px;
}
.secondcolumn1 {
    background-size: cover;
    position: relative;
    background: url(../images/g2.png) center center;
    background-size: cover;
    height: 527px;
}
.thirdcolumn1 {
    background-size: cover;
    position: relative;
    background: url(../images/k1.png) center center;
    background-size: cover;
    height: 527px;
}

 .panel-body p
 {
     padding-right:90px;
 }
 .sponsor-group.keyhighlights h5
 {
     font-size:30px;
 }
 p.lightblutxt
 {
         color: #427cbf;
         font-family: OpenSans-Semibold;
 }
.newtanentsec .col-md-4
{
    padding-top:30px;
}
.newtanentsec .col-md-4 h5
{
    font-size:14px;
    color:#54565a;
     font-family: OpenSans-Semibold;
     padding-bottom:10px;
}
.newtanentsec .col-md-4 h5 span
{
    display:block;
     font-family:OpenSans-Regular;
}
.newtanentsec .col-md-4 h3
{
    text-align:center;
    font-size:50px;
    color:092f57;
    padding-top:10px;
    font-family: BauerBodoniStd-Roman;
}
.newtanentsec p
{
    color:#54565a;
    padding-top:20px;
}
.rptndown img {
    padding-left: 10px;
}
.bannertxt .custombutton:hover,.custombutton:focus
{
    color:#fff;
}
.blueham {
    display: none;
}
.sticky .whiteham {
    display: none;
}
.sticky .blueham {
    display: block;
}
.sponsor-group p.foot-note
{
    text-align: left;
    font-size: 13px;
    text-transform: inherit;
    color: #9a999a;
    position: absolute;
    bottom: 40px;
}

.coverview-banner.inner-banner .bannertxt h1:after
{
    width:73px;
}
.presence-bg .inner-heading:after
{
  width:50px;
}
.manager-bg .inner-heading:after
{
   width:55px; 
}
.sponsor-banner.inner-banner .bannertxt h1:after
{
  width:73px;   
}
.chairman-banner.inner-banner .bannertxt h1:after
{
    width:68px;
}
.keystbanner.inner-banner .bannertxt h1:after
{
  width:68px;  
}
.structure-banner.inner-banner .bannertxt h1:after
{
    width:73px;
}
.portfolio-banner.inner-banner .bannertxt h1:after
{
width:70px;
}
.tentsbanner.inner-banner .bannertxt h1:after
{
  width:68px;  
}