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

h1,h2,h2,h3,h4,h5,h6,p
{
	margin: 0px;
	padding:0px;
}
a
{
	text-decoration: none!important;
    font-size: 16px;
}
a:hover
{
	text-decoration: none!important;
}
p
{
	font-size:16px;
}
html.homepage {
    overflow-x: hidden!important;
}



.scroll-downs
{
    cursor: pointer;
    position: absolute;
    right: 125px;
    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;}
}

/*-----------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: 10px 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;
  }

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

  .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.html);
    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.html);
    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;
}
.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;
}
.footer {
    background-color: #092f56;
    margin-top: 0;
    padding: 40px 0px 10px;
}
.footerar
{
    max-width:370px;
    width: 100%;
    margin:auto;
    border-bottom: 1px solid #4d4d4f;
    padding-bottom:20px;
}

.footerar h3
{
    float: left;
    margin-right: 20px;
    margin-left: 35px;
    padding-top: 4px;
    font-family:OpenSans-Bold;
    font-size: 18px;
}
.footerar img
{
    border-left: 1px solid #4d4d4f;
    padding-left: 10px;
}
.footerar-btm
{
    text-align: center;
    padding-top: 15px;
}
.footerar-btm span
{
    margin-left: 5px;
    margin-right: 5px;
}
.footerar-btm p span
{
 border-left:1px solid #4d4d4f;
 margin-left: 30px;
 padding-left: 30px;
}
.footer-btm
{
    background-color: #062345;
    padding: 15px 0px 10px 0px;
}
.footer-btm p
{
    color: #fff;
    font-size:10px;
}
.footer-btm .col-md-4
{
    padding-left: 0px;
}
.footer .row .col-md-2:nth-child(4)
{
    padding-left: 45px;
}

.text-right
{
text-align: right;
}
/*-----------Header Css End-------------*/

.performance-bar {    
  transform: rotatey(90deg);
  transform-origin: left bottom;
  animation: performance-bar linear 1s forwards;
}
@keyframes performance-bar {    
  0% { 
     transform: rotatey(90deg);
 }
 100% {
     transform: rotatey(0deg);
 }   
}

.one{
    animation-delay: 0s;
}
.two{
    animation-delay: .30s;
}
.three{
    animation-delay: 1s;
}
.four{
    animation-delay: 1.30s;
}
.five{
    animation-delay: 2s;
}
.six{
    animation-delay: 2.30s;
}
.seven{
    animation-delay: 3s;
}

.drowline {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: drowline 3s linear;
    animation-fill-mode: forwards;
    animation-delay:1s;
}
.drowline2 {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: drowline 3s linear;
    animation-fill-mode: forwards;
}
@keyframes drowline {
    from {
        stroke-dashoffset: 2000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/********************Homepage******************/
.hmbanner
{
    width: 100%;
    height: 100vh;
     position: relative;
     background-size: cover;
}
.hmbanner video
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.bannercontent
{
    padding-top: 146px;
}
.bannercontent h1
{
    font-size:70px;
    font-family:BauerBodoniStd-Roman;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.towntzero h2::after,.combannerinsidesec h2::after,.howeperformed h2::after,.showcasingourproject .sliderdata h2::after,.chairmanndceo h2::after,.hmbanner h1::after
{
    content: '';
    background-color: #437cbf;
    width: 60px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.hmbanner h1::after
{
    background-color: #437cbf;
}
.bannercontent p
{
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 20px;
}
.keyhighlights {
    padding: 110px 0px 90px;
    background-color: #f2f2f2;
    margin-top: -5px;
}

.keyhighlights .col-md-4 {
    padding-bottom: 90px;
    position: relative;
}
.keyhighlights h5 {
    color: #092f57;
    font-size: 40px;
    font-family: BauerBodoniStd-Roman;
    text-align: center;
}
.keyhighlights p {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #092f57;
    position: relative;
}
.keyhighlights .col-md-4 p 
{
    padding-bottom: 10px;
}
/*.keyhighlights .col-md-4 p:after
{
    content: '';
    background-color: #437cbf;
    width: 60px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
}*/
.keyhighlights p.paranote {
    font-size: 12px;
    text-align: left;
    text-transform: capitalize;
    color: #414042;
}
.combannerinsidesec {
    background-image: url(../images/unibanner2.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
}
.bg-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.bg-overlay:hover::before
{
    opacity: 1;
}
.bg-overlay-content {
    z-index: 1;
    padding:10px 15px 20px;
}
.bg-overlay, .bg-overlay-bg, .bg-overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-overlay-content
{
    bottom: 0;
    top: auto;
    height: auto;
}
.firstcolumn
{
    position:relative;
    background-size: cover;
    height:480px;
    background: url('../images/Kensington.png') center center; background-size: cover; height: 527px;
}
.secondcolumn
{
    background-size: cover;
    height:480px;
    position:relative;
    background: url('../images/g2.png') center center; background-size: cover; height: 527px;
}
.thirdcolumn
{
    background-size: cover;
    height: 480px;
    position:relative;
    background: url('../images/k1.png') center center; background-size: cover; height: 527px;
}

.fourthcolumn
{
    margin-top: 30px;
    position:relative;
    background-size: cover;
    height:480px;
    background: url('../images/N1.png') center center; background-size: cover; height: 527px;
}
.fifthcolumn
{
    margin-top: 30px;
    background-size: cover;
    height:480px;
    position:relative;
    background: url('../images/N2.png') center center; background-size: cover; height: 527px;
}
.sixthcolumn
{
    margin-top: 30px;
    background-size: cover;
    height: 480px;
    position:relative;
    background: url('../images/our-properties-img6.png') center center; background-size: cover; height: 527px;
}
.threecolsec .mahead {
    font-family: BauerBodoniStd-Roman;
    font-size: 35px;
    color: #0d2f52;
   padding-bottom: 15px;
    margin-bottom: 20px;

}
.blueham {
    display: none;
}
.sticky .whiteham {
    display: none;
}
.sticky .blueham {
    display: block;
}
.mda
{
    background-image: url(../images/mdaban.jpg);
}

.remainworkplc .firstcolumn
{
background-image: url(../images/reimagining-img1.png);
}
.remainworkplc .secondcolumn
{
background-image: url(../images/reimagining-img2.png);
}
.remainworkplc .thirdcolumn
{
    background-image: url(../images/reimagining-img3.png);
}
.enblingchnage
{
    background-image: url(../images/enblingchnageimg3.jpg);
}
.chairmanndceo .container-fluid
{
    padding: 0px;
    height: calc(100vh - 84px);
    margin: 42px 0px;
}
.chairmanndceo .col-md-12
{
    padding: 0px;
}
.chairmanndceo .col-md-12 .col-md-6:nth-child(1)
{
    padding-left: 0px;
}
.chairmanndceo .col-md-12 .col-md-6:nth-child(2)
{
    padding-right: 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;
}
.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;
}
.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-Bold;
    display: block;
}
.chairmanndceo h2 span
{
    display: block;
}
.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 h6 span
{
    display: block;
    font-family:OpenSans-Bold;
    padding-bottom: 15px;
}
.chairmanndceo .button
{
    border: 1px solid #fff;
    color: #fff;
}
.chairmanndceo .button .withhover
{
    display: none;
}
.chairmanndceo .button:hover {
    color: #fff;
}

.combannerinsidesec h2
{
    font-family:BauerBodoniStd-Roman;
    font-size: 35px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    line-height: 35px;
}

.combannerinsidesec p
{
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 20px;
}
.operationsfinacialhigh h2
{
    font-family: BauerBodoniStd-Roman;
    font-size: 34px;
    color: #0d2f52;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.operationsfinacialhigh h2 span,.mda h2 span
{
    display: block;
}
.operationsfinacialhigh .col-md-5
{
    padding-right: 0px;
}
.operationsfinacialhigh h5
{
     font-family: BauerBodoniStd-Roman;
    font-size: 40px;
    color: #092f57;
    padding-top: 30px;
}
.operationsfinacialhigh .col-md-5 p
{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.operationsfinacialhigh h2:after {
    content: '';
    background-color: #437cbf;
    width: 60px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.operationsfinacialhigh {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.operationsfinacialhigh .col-md-7 img
{
    float: right;
}
.operationsfinacialhigh .col-md-7 p
{
    text-align: right;
    padding-top: 10px;
    display: block;
}
.howeperformed  h2
{
    font-size: 35px;
    color: #0d2f52;
    margin-bottom: 30px;
    font-family:BauerBodoniStd-Roman;
    position: relative;
    padding-bottom: 10px;
}
.howeperformed  h2 span
{
    display: block;
}
.howeperformed h2::after
{
    left: 0px;
}
.howeperformed p
{
color: #437cbf;
text-transform: uppercase;
  font-family:OpenSans-Semibold;
  padding-top: 10px;
}
.howeperformed a
{
    color: #0d2f52;
    font-size: 30px;
    font-family:BauerBodoniStd-Roman;
    line-height: 35px;
}
.howeperformed a:hover
{
    color: #437cbf;
    border-bottom: 1px solid #437cbf;
}
.howeperformed hr
{
    margin: 20px 0px 30px;
    border-top: 1px solid #c0b8b3;
}
.imagesslide .owl-nav button.owl-prev, .finslst .owl-nav button.owl-prev {
    position: absolute;
    background-image: url(../images/arrow-left-white.png) !important;
    width: 21px;
    height: 35px;
    bottom: 0px;
    top: 0px;
    left: 15px;
    margin: auto;
}
.imagesslide .owl-nav button.owl-next, .finslst .owl-nav button.owl-next {
    position: absolute;
    background-image: url(../images/arrow-right-white.png) !important;
    width: 21px;
    height: 35px;
    bottom: 0px;
    right: 15px;
    top: 0px;
    margin: auto;
}
.imagesslide .owl-nav button.owl-prev:hover, .finslst .owl-nav button.owl-prev:hover {
    background-image: url(../images/arrow-left-white.png);
    background: transparent;
}
.imagesslide .owl-nav button.owl-next:hover, .finslst .owl-nav button.owl-next:hover {
    background-image: url(../images/arrow-right-white.png);
    background: transparent;
}
.threecolsec
{
    padding: 65px 0px;
}
.hightslider .owl-nav button.owl-prev, .finslst .owl-nav button.owl-prev {
    position: absolute;
    background-image: url(../images/arrow-left.png) !important;
    width: 39px;
    height: 39px;
    bottom: 0px;
    left: 0px;
}
.hightslider .owl-nav button.owl-next, .finslst .owl-nav button.owl-next {
    position: absolute;
    background-image: url(../images/arrow-right.png) !important;
   width: 39px;
    height: 39px;
    bottom: 0px;
    left: 50px;
}
.hightslider .owl-nav button.owl-prev:hover, .finslst .owl-nav button.owl-prev:hover {
    background-image: url(../images/arrow-left.png);
    background: transparent;
}
.hightslider .owl-nav button.owl-next:hover, .finslst .owl-nav button.owl-next:hover {
    background-image: url(../images/arrow-right.png);
    background: transparent;
}
.hightslider
{
    padding-bottom: 50px;
}


.keyhighlights
{
    padding: 110px 0px 90px;
}
.keyhighlights h2
{
    font-size: 30px;
    color: #092f57;
    font-family: BauerBodoniStd-Roman;
    margin-bottom: 90px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.keyhighlights .col-md-4
{
    padding-bottom: 90px;
    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: 60px;
    right: 0px;
    top: 0px;
    background-color: #092f57;
}
.keyhighlights p.paranote
{
    font-size: 12px;
    text-align: left;
    text-transform: initial;
    color: #414042;
}
.divcenter {
    margin: auto;
    display: table;
}
.hightslider .owl-dots
{
    position: absolute;
    left: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background: #437cbf;
}
.combannerinsidesec h2
{
    font-family:BauerBodoniStd-Roman;
    font-size: 35px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    line-height: 35px;
}
.remainworkplc h2 span
{
    font-size: 18px;
    font-family:OpenSans-Semibold;
    display: block;
    padding-bottom: 5px;
}
.videoicon
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 69px;
    width: 69px;
}

.howeperformed
{
    padding: 65px 0px;
}
.towntzero h2
{
    font-family:BauerBodoniStd-Roman;
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    line-height: 30px;
}
.towntzero h2  span
{
    font-size: 13px;
    font-family:OpenSans-Bold;
    display: block;
    padding-bottom: 5px;
}
.combannerinsidesec p
{
    color: #ffffff;
    font-size: 13px;
    padding-bottom: 20px;
}
.threecolsec h2
{
  font-family:BauerBodoniStd-Roman;
  font-size: 30px;
  color: #ffffff;
 /* padding-bottom: 15px;*/
  margin-bottom: 10px;
  position: relative;
  line-height: 30px;
}
.threecolsec h2:after,.keyhighlights h2:after {
    content: '';
    background-color: #437cbf;
    width: 60px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.threecolsec .col-md-6 h2:after,.threecolsec .col-md-4 h2:after
{
display: none;
}
.threecolsec .bg-overlay-content
{
    padding: 0px 15px 15px;
}
.threecolsec .button,.towntzero .button
{
    border: 0px;
    padding-left: 0px;
}
.threecolsec .button:hover::before,.towntzero .button:hover::before
{
    background-color: transparent;
}
.threecolsec .button:hover::before,.towntzero  .button:hover::before
{
    transform: scale(0);
}
.robust-tenants h2 span
{
    display: block;
    font-family: BauerBodoniStd-Roman;
    font-size: 35px;
    padding-bottom: 0px;
}

.footer ul
{
    list-style: none;
    padding-left: 0px;
}
.footer ul a
{
    color: #ffffff;
    font-size: 12px;
    font-family:OpenSans-Light;
}
.footer ul a:hover
{
    border-bottom:1px solid #ffffff;
}
.footer .col-md-2 {
    padding:0px;
}
.footer p
{
    font-family:OpenSans-Semibold;
    font-size: 13px;
    color: #ffffff;
    padding-bottom: 15px;
}
.footer .button
{
    padding-left: 1rem;
        font-size: 13px;
}
.footer .button:hover img {
    -webkit-animation: moveArrow1 750ms;
    animation: moveArrow1 750ms;
}
@keyframes moveArrow1
{
    0% {
        transform: translateY(0px);
    }
    49% {
        transform: translateY(50px);
    }
    50% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0px);
    }
}

.footer .button:hover
{
    border: 1px solid #ffffff;
}
.footer hr
{
    border-top: 1px solid #476381;
}
.footer p.cpright
{
    font-family:OpenSans-Light;
    font-size: 12px;
    padding-left: 14%;
}
ul.socialicon
{
    display: flex;
    float:left;
    margin-left: 15px;
    margin-bottom: 0px;
}
ul.socialicon li
{
    padding-right: 15px;
}
.sticky.hide {
    display: block !important;
}


.follow-text
{
    float: left;
    padding-bottom: 0px !important;
    padding-top:7px;
    text-transform: uppercase;
     font-family:OpenSans-Regular !important;
}
.d-report
{
    padding-top: 4px;
}
.d-report a
{
    color: #fff;
    font-size: 13px;
}
.d-report a img
{
    padding-left: 10px;
}

.ceomessagepage
{
    background-image: url(../images/ceobanner.png);
}
.chairmanbanner
{
    background-image: url(../images/chairmanbanner.png);
}
.chairmanbanner .container,.ceomessagepage .container
{
    display: flex;
    align-items: center;
}
.chairmanbanner .container .bannercontent,.ceomessagepage .bannercontent
{
    padding-top: 0px;
}
.ceomessagepage h2 span {
    font-size: 13px;
    font-family: OpenSans-Bold;
    display: block;
    padding-bottom: 0px;
    text-transform: uppercase;
}
.ceomessagepage h2::after {
    content: '';
    background-color: #437cbf;
    width: 60px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}

.ceomessagepage h2 {
    font-family: BauerBodoniStd-Roman;
    font-size: 50px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    line-height: 50px;
    position: relative;
}

.ceomessagecontent {
    padding: 60px 0px 110px;
}
.ceomessagecontent .ceofirstdetails {
    padding-left: 65px;
    position: relative;
}
.ceomessagecontent h5 {
    font-family: BauerBodoniStd-Roman;
    font-size: 28px;
    line-height: 33px;
    color: #092f57;
    padding-bottom: 30px;
}
.ceomessagecontent h5 span {
    font-size: 25px;
    display: block;
    padding-bottom: 25px;
}
.ceomessagecontent h6 {
    font-size: 20px;
    color: #437cbf;
    font-family: OpenSans-Bold;
    padding-bottom: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}
.ceomessagecontent img
{
    margin: 20px 0px;
}

.ceomessagecontent h4
{
     font-size: 16px;
    color: #414042;
     font-family: OpenSans-Bold;
     padding-bottom: 15px;
}
.ceomessagecontent h4 span
{
    font-size: 18px;
    color: #3e7cbf;
     font-family: OpenSans-Bold;
    display: block;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.ceomessagecontent p
{
    font-size: 16px;
    padding-bottom: 15px;
}
.ceomessagecontent p.ftbold
{
    font-family: OpenSans-Bold;
    padding-bottom: 45px;
}
p.extrapding
{
    padding-top: 15px;
    padding-bottom: 10px;
}

.at-glance-page .hmbanner {
    background-image: url(../images/atglanebanner.png);
}
.at-glance-page .bannercontent h1 {
    font-size: 50px;
    font-family: BauerBodoniStd-Roman;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}
.at-glance-page .bannercontent h1 span{
    display: block;
}
.at-glance-page .hmbanner .bannercontent
{
    padding-top: 0px;
}
.at-glance-page .hmbanner .container
{
    display: flex;
    align-items: center;
    height:100%;
}
.sponsors-txt p {
    font-size: 16px;
    margin-top: 15px;
    color: #414042;
}
.reit-txt h2
{
       font-size:28px;
    font-family: BauerBodoniStd-Roman;
    color: #092f57;
    padding-bottom: 15px;
}
.reit-txt p {
  font-size: 16px;
  color: #414042;
}
.reit-txt h5
{
     font-family: OpenSans-Bold;
     padding: 15px 0px 15px 15px;
     color: #3a7bc8;
     font-size: 16px;
     border-left: 1px solid #3a7bc8;
     position: relative;
     margin-top: 30px;
     line-height: 20px;
}
.reit-txt h5:before
{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 20px;
    height: 1px;
    background-color: #3a7bc8;
}
.reit-txt h5:after
{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 1px;
    background-color: #3a7bc8;
}

.top-navbar {
     border-top:4px solid #fc8204;
         box-shadow: 0 8px 6px -6px rgb(0 0 0 / 20%);
}
.sticky1 {
    position: fixed;
    top: 60.78px;
    width: 100%;
    z-index: 9;
    background-color: #fff;
}
.top-navbar ul {
    margin: 15px 0px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 25%;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-align: center;
}
.top-navbar ul li a {
    color: #54565a;
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
        font-family:OpenSans-Semibold;
        text-transform: uppercase;
}
.top-navbar ul li a.active
{
    color: #092f57;
    border-bottom: 1px solid #092f57;
    display: initial;
}

.our-sponsors{
    padding: 60px 0px 0px;
}
.sponsors-txt h6
{
    font-size: 20px;
         font-family: OpenSans-Bold;
         color: #092f57;
         padding:50px 0px 30px;
}
.reit-txt img
{
    float: right;
}
.sponsors-txt {
    margin-bottom: 60px;
    padding-left: 95px;
    position: relative;
}
.left-gapping{
    padding-left: 95px;
}
h5.maxw395
{
    max-width: 395px;
}
.sponsors-txt h5.maxw395
{
    margin-bottom: 30px;
}
.keyhightsec
{
    background-color: #f7f7f7;
    padding: 75px 0px 35px;
}
.keyhightsec .col-md-4
{
    padding-left: 0px;
    padding-right:75px;
}
.keyhightsec .col-md-4
{
    margin: 45px 0px;
    position: relative;
}
.keyhightsec .col-md-4:after
{
    position: absolute;
    content: '';
    right: 50px;
    top: 0px;
    width: 1px;
    height: 100px;
    background-color: #858689;
}
.sponsors-txt h3 {
  font-size: 28px;
  color: #092f57;
  font-family: BauerBodoniStd-Roman;
  line-height: 33px;
}
.keyhightsec .sponsors-txt
{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.keyhightsec .sponsors-txt .col-md-4:nth-child(3):after,.keyhightsec .sponsors-txt .col-md-4:nth-child(6):after,.keyhightsec .sponsors-txt .col-md-4:nth-child(7):after
{
display: none;
}
.keyhightsec .sponsors-txt .col-md-4 h3
{
    text-align: center;
}
.keyhightsec p
{
    padding-left: 95px;
}
.keyhightsec .sponsors-txt .col-md-4 p
{
    text-align: center;
    margin-top: 5px;
    padding-left: 0px;
    font-size: 14px;
}
.keyhightsec .sponsors-txt .col-md-4 p span
{
    display: block;
}
.keyhightsec h6
{
    color: #092f57;
    font-size: 20px;
     font-family: OpenSans-Bold;
     padding-left: 95px;
}
.bameisliston .sponsors-txt h6
{
    padding: 0px;
    margin-top: 40px;
    padding-bottom: 10px;
}
.bameisliston .sponsors-txt h6:nth-child(1)
{
    text-align: center;
    background-color: #fff;
    display: table;
    margin: 50px auto -12px;
    z-index: 1;
    position: relative;
    padding: 0px 15px;
}
.bamdata
{
    overflow: hidden;
    border: 1px solid #092f57;
    padding: 30px;
}
.bamdata p
{
    text-align: center;
    font-size: 20px;
    color: #092f57;
    line-height: 20px;
    padding: 0px;
}
.bamdata p span
{
    display: block;
}
.bamdata .col-md-6
{
    border-right: 1px solid #858689;
}
.bamdata .col-md-6:last-child
{
    border-right: 0px;
}
.bameisliston .sponsors-txt .col-md-3
{
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.bameisliston .sponsors-txt .col-md-3 p
{
    margin-top: 5px;
    font-size: 14px;
}
.bameisliston .sponsors-txt .col-md-3:after
{
    position: absolute;
    content: '';
    right: 50px;
    top: 0px;
    width: 1px;
    height: 100px;
    background-color: #858689;
}
.bameisliston .sponsors-txt .col-md-3:last-child:after
{
    display: none;
}
.bameisliston
{
    padding-bottom: 60px;
}
.ourcompetitivedata h6
{
    padding-top: 35px;
    font-size: 20px;
    text-transform: capitalize;
    color: #092f57;
}
.ourcompetitivedata .row
{
    padding-bottom: 20px;
}
.ourcompetitivedata h3
{
 font-family: BauerBodoniStd-Roman;
    font-size: 28px;
    color: #092f57;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 33px;
    position: relative;
    padding-right: 15px;
    padding-top: 10px;
}
.ourcompetitivedata h3::after
{
    content: '';
    background-color: #437cbf;
    width: 60px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.ourcompetitivedata .col-md-4 img
{
    margin: 20px 0px 5px;
}
.ourcompetitivedata .row .col-md-6:nth-child(odd) p
{
    padding-right: 60px;
}
.ourkeyrow .col-md-4:nth-child(4),.ourkeyrow .col-md-4:nth-child(5),.ourkeyrow .col-md-4:nth-child(6)
{
    padding-top: 20px;
}
.ourcompetitivedata h6.pdbttom
{
    padding-bottom: 0px;
    padding-top: 20px;
}

.downloadpage img {
    padding: 10px 15px;
    margin: 1px;
    position: relative;
    z-index: 9;
    margin-left: 15px;
}
.downloadpage {
    display: none;
    width: 100%;
    justify-content: flex-end;
    align-items: end;
    padding: 10px 0;
    margin-bottom: 35px;
}
.downloadpage a {
    color: #fff;
    font-family: 'OpenSans-Bold';
    font-size: 13px;
    padding: 0 0 0 20px;
    background: #092f57;
    position: relative;
    overflow:hidden;
}
.downloadpage a:hover img {
    -webkit-animation: moveArrow1 750ms;
    animation: moveArrow1 750ms;
}
.downloadpage a:after {
    position: absolute;
    display: block;
    content: "";
    background: #437cbf;
    width: 45px;
    height: 100%;
    top: 0;
    right: 0;
}
.custombtn
{
    position: relative;
}
a.custombtn{
        align-items: center;
    color: #437cbf;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .5s ease-in-out;
    white-space: nowrap;
}
.custombtn span
{
    max-width: 0;
    opacity: 0;
    padding-right: 0;
    transition: all .5s ease-in-out;
}
.custombtn:hover span
{
    max-width: 100%;
    opacity: 1;
    padding-right: 15px;
}
a.custombtn:after
{
    background-image: url(../images/btn-arrow-light-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 15px;
    width: 21px;
}
.hmbanner .container {
    position: relative;
    height: 100%;
}
.ceodatafterimg {
    padding-left: 65px;
}
.cuspdlftcustom
{
    padding-left: calc(100vw / 16);
}

.col-md-2.dllexmb p,.col-md-2.dllexmb ul
{
    display:none;
}
.hm3line h1:after
{
    width:104px!important;
}
.ceoline3line h2:after
{
    width:46px!important;
}
.opline3with:after,.reminthreeline:after
{
    width:49px!important;
}
.enbling3three:after
{
    width:43px!important;
}
.drivingline2three:after
{
    width:50px!important;
}
.brookfieldlininside h1:after
{
    width:110px!important;
}
.chmessline h2:after
{
    width:81px!important;
}