@font-face {
    font-family: 'HelveticaNowDisplayRegular';
    src: url('../fonts/HelveticaNowDisplayRegular.eot');
    src: url('../fonts/HelveticaNowDisplayRegular.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNowDisplayRegular.woff2') format('woff2'),
         url('../fonts/HelveticaNowDisplayRegular.woff') format('woff'),
         url('../fonts/HelveticaNowDisplayRegular.ttf') format('truetype'),
         url('../fonts/HelveticaNowDisplayRegular.svg#HelveticaNowDisplayRegular') format('svg');
  }
  @font-face {
    font-family: 'HelveticaNowDisplayMedium';
    src: url('../fonts/HelveticaNowDisplayMedium.eot');
    src: url('../fonts/HelveticaNowDisplayMedium.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNowDisplayMedium.woff2') format('woff2'),
         url('../fonts/HelveticaNowDisplayMedium.woff') format('woff'),
         url('../fonts/HelveticaNowDisplayMedium.ttf') format('truetype'),
         url('../fonts/HelveticaNowDisplayMedium.svg#HelveticaNowDisplayMedium') format('svg');
  }
  @font-face {
    font-family: 'HelveticaNowDisplayBlack';
    src: url('../fonts/HelveticaNowDisplayBlack.eot');
    src: url('../fonts/HelveticaNowDisplayBlack.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNowDisplayBlack.woff2') format('woff2'),
         url('../fonts/HelveticaNowDisplayBlack.woff') format('woff'),
         url('../fonts/HelveticaNowDisplayBlack.ttf') format('truetype'),
         url('../fonts/HelveticaNowDisplayBlack.svg#HelveticaNowDisplayBlack') format('svg');
  }
  @font-face {
  font-family: 'HelveticaNowDisplayBold';
  src: url('../fonts/HelveticaNowDisplay-Bold.eot');
  src: url('../fonts/HelveticaNowDisplay-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaNowDisplay-Bold.otf') format('otf'),
       url('../fonts/HelveticaNowDisplay-Bold.svg#HelveticaNowDisplay-Bold') format('svg'),
       url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype'),
       url('../fonts/HelveticaNowDisplay-Bold.woff') format('woff'),
       url('../fonts/HelveticaNowDisplay-Bold.woff2') format('woff2');
}
  @font-face {
    font-family: 'HelveticaNowDisplayLight';
    src: url('../fonts/HelveticaNowDisplayLight.eot');
    src: url('../fonts/HelveticaNowDisplayLight.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNowDisplayLight.woff2') format('woff2'),
         url('../fonts/HelveticaNowDisplayLight.woff') format('woff'),
         url('../fonts/HelveticaNowDisplayLight.ttf') format('truetype'),
         url('../fonts/HelveticaNowDisplayLight.svg#HelveticaNowDisplayLight') format('svg');
  }
  @font-face {
    font-family: 'HelveticaNowDisplayHairline';
    src: url('../fonts/HelveticaNowDisplayHairline.eot');
    src: url('../fonts/HelveticaNowDisplayHairline.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNowDisplayHairline.woff2') format('woff2'),
         url('../fonts/HelveticaNowDisplayHairline.woff') format('woff'),
         url('../fonts/HelveticaNowDisplayHairline.ttf') format('truetype'),
         url('../fonts/HelveticaNowDisplayHairline.svg#HelveticaNowDisplayHairline') format('svg');
  }
html,
body {
  font-family: 'HelveticaNowDisplayRegular';
  color: #242424;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.font-light { font-family: 'HelveticaNowDisplayLight', Arial, Helvetica, sans-serif;}
.font-md { font-family: 'HelveticaNowDisplayMedium', Arial, Helvetica, sans-serif;}
.font-bold { font-family: 'HelveticaNowDisplayBold', Arial, Helvetica, sans-serif; }
.font-reg { font-family: 'HelveticaNowDisplayRegular', Arial, Helvetica, sans-serif;}


.glimps-sml-ti { font-size:18px;  line-height: 24px; color: #000000; padding-bottom: 10px; font-family: 'HelveticaNowDisplayBold', Arial, Helvetica, sans-serif; word-spacing: 2px; }
.glimps-big-ti { font-size:32px;  line-height: 36px; color: #00918D; padding-bottom: 10px; font-family: 'HelveticaNowDisplayMedium', Arial, Helvetica, sans-serif;  }
.glimps-intro-para { font-size:18px; line-height: 24px; color: #1A428A; font-family: 'HelveticaNowDisplayRegular', Arial, Helvetica, sans-serif;  padding-top: 10px; } 
.blue-headline {  font-size:18px;  line-height: 24px; color: #1A428A; padding-bottom: 10px; font-family: 'HelveticaNowDisplayBold', Arial, Helvetica, sans-serif; }
.black-headline {  font-size:18px;  line-height: 24px; color: #000000; padding-bottom: 10px; font-family: 'HelveticaNowDisplayBold', Arial, Helvetica, sans-serif; }

.mt0 {
  margin-top: 0px;
}

.pt0 {
  padding-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.pl0 {
  padding-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pr0 {
  padding-right: 0px;
}

.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

.mt5 {
  margin-top: 5px;
}

.pt5 {
  padding-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.pl5 {
  padding-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pr5 {
  padding-right: 5px;
}

.m5 {
  margin: 5px;
}

.p5 {
  padding: 5px;
}

.mt10 {
  margin-top: 10px;
}

.pt10 {
  padding-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pr10 {
  padding-right: 10px;
}

.m10 {
  margin: 10px;
}

.p10 {
  padding: 10px;
}

.mt15 {
  margin-top: 15px;
}

.pt15 {
  padding-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.pl15 {
  padding-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pr15 {
  padding-right: 15px;
}

.m15 {
  margin: 15px;
}

.p15 {
  padding: 15px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.pl20 {
  padding-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pr20 {
  padding-right: 20px;
}

.m20 {
  margin: 20px;
}

.p20 {
  padding: 20px;
}

.mt25 {
  margin-top: 25px;
}

.pt25 {
  padding-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.pl25 {
  padding-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pr25 {
  padding-right: 25px;
}

.m25 {
  margin: 25px;
}

.p25 {
  padding: 25px;
}

.mt30 {
  margin-top: 30px;
}

.pt30 {
  padding-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pr30 {
  padding-right: 30px;
}

.m30 {
  margin: 30px;
}

.p30 {
  padding: 30px;
}

.mt35 {
  margin-top: 35px;
}

.pt35 {
  padding-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.pl35 {
  padding-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.pr35 {
  padding-right: 35px;
}

.m35 {
  margin: 35px;
}

.p35 {
  padding: 35px;
}

.mt40 {
  margin-top: 40px;
}

.pt40 {
  padding-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.pl40 {
  padding-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pr40 {
  padding-right: 40px;
}

.m40 {
  margin: 40px;
}

.p40 {
  padding: 40px;
}

.mt45 {
  margin-top: 45px;
}

.pt45 {
  padding-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.pl45 {
  padding-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.pr45 {
  padding-right: 45px;
}

.m45 {
  margin: 45px;
}

.p45 {
  padding: 45px;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.pl50 {
  padding-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pr50 {
  padding-right: 50px;
}

.m50 {
  margin: 50px;
}

.p50 {
  padding: 50px;
}

.mt55 {
  margin-top: 55px;
}

.pt55 {
  padding-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.pl55 {
  padding-left: 55px;
}

.mr55 {
  margin-right: 55px;
}

.pr55 {
  padding-right: 55px;
}

.m55 {
  margin: 55px;
}

.p55 {
  padding: 55px;
}

.mt60 {
  margin-top: 60px;
}

.pt60 {
  padding-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.pl60 {
  padding-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pr60 {
  padding-right: 60px;
}

.m60 {
  margin: 60px;
}

.p60 {
  padding: 60px;
}

.mt65 {
  margin-top: 65px;
}

.pt65 {
  padding-top: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.pl65 {
  padding-left: 65px;
}

.mr65 {
  margin-right: 65px;
}

.pr65 {
  padding-right: 65px;
}

.m65 {
  margin: 65px;
}

.p65 {
  padding: 65px;
}

.mt70 {
  margin-top: 70px;
}

.pt70 {
  padding-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.pl70 {
  padding-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pr70 {
  padding-right: 70px;
}

.m70 {
  margin: 70px;
}

.p70 {
  padding: 70px;
}

.mt75 {
  margin-top: 75px;
}

.pt75 {
  padding-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.pl75 {
  padding-left: 75px;
}

.mr75 {
  margin-right: 75px;
}

.pr75 {
  padding-right: 75px;
}

.m75 {
  margin: 75px;
}

.p75 {
  padding: 75px;
}

.mt80 {
  margin-top: 80px;
}

.pt80 {
  padding-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.pl80 {
  padding-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pr80 {
  padding-right: 80px;
}

.m80 {
  margin: 80px;
}

.p80 {
  padding: 80px;
}

.mt90 {
  margin-top: 90px;
}

.pt90 {
  padding-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.pl90 {
  padding-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pr90 {
  padding-right: 90px;
}

.m90 {
  margin: 90px;
}

.p90 {
  padding: 90px;
}

.mt100 {
  margin-top: 100px;
}

.pt100 {
  padding-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.pl100 {
  padding-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pr100 {
  padding-right: 100px;
}

.m100 {
  margin: 100px;
}

.p100 {
  padding: 100px;
}

.mt110 {
  margin-top: 110px;
}

.pt110 {
  padding-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.pb110 {
  padding-bottom: 110px;
}

.ml110 {
  margin-left: 110px;
}

.pl110 {
  padding-left: 110px;
}

.mr110 {
  margin-right: 110px;
}

.pr110 {
  padding-right: 110px;
}

.m110 {
  margin: 110px;
}

.p110 {
  padding: 110px;
}

@font-face {
  font-family: "Rupee";
  src: url("../fonts/Rupee_Foradian.eot");
  src: url("../fonts/Rupee_Foradian.eot") format("embedded-opentype"), url("../fonts/Rupee_Foradian.woff2") format("woff2"), url("../fonts/Rupee_Foradian.woff") format("woff"), url("../fonts/Rupee_Foradian.ttf") format("truetype"), url("../fonts/Rupee_Foradian.svg#Rupee_Foradian") format("svg");
}
.rs {
  font-family: "Rupee" !important;
}

.fs14 {
  font-size: 14px;
}



.fs20 {
  font-size: 20px !important;
}

.fs18 {
  font-size: 18px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs24 {
  font-size: 24px !important;
  line-height: 32px !important;
}

.fs26 {
  font-size: 26px !important;
  line-height: 32px !important;
}

.blue-clr {
  color: #194895 !important;
}

.blue-light {
  color: #0b74bb;
}

.green-clr {
  color: #00948f;
}

.green-light {
  color: #00aaad;
}

.green-light2 {
  color: #4cbe9e;
}

.white-clr {
  color: #ffffff !important;
}

.blue-bg {
  background-color: #194895;
}

.green-bg {
  background-color: #00AAAD;
}

.green-2-bg {
  background-color: #4cbe9e;
}

.l-grey-clr-bg {
  background-color: #e9e9eb;
}

.blue-light-bg {
  background-color: #0b74bb;
}

.text-gradient {
  background: linear-gradient(270deg, #194895 11.9%, #00AAAD 76.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

p {
  font-size: 18px;
  line-height: 24px;
  color: #242424;
}

.common-sub-ttle {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.common-ttle {
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.container-1360-wrp {
  max-width: 1360px;
  padding: 0px 15px;
  margin: 0 auto;
}

.header-main-wrp {
  width: 100%;
  background-color: #ffffff;
  padding: 16px 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
}
.header-main-wrp.nav-up {
  margin-top: -105px;
}
.header-main-wrp .head-rhs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}
.header-main-wrp .head-rhs #head-cta1 {
  background: linear-gradient(270deg, #194895 11.9%, #00AAAD 76.43%);
  border-radius: 100px;
  width: 210px;
  height: 40px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px 10px 50px;
  position: relative;
}
.header-main-wrp .head-rhs #head-cta1::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/head-downld-cta.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 10px;
  left: 20px;
}
.header-main-wrp .head-rhs #menu-cta {
  font-size: 14px;
  line-height: 14px;
  color: #194895;
  font-weight: 600;
  letter-spacing: -0.02em;
  background-image: url(../images/menu-dots.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0px 25px 0px 0px;
  margin-left: 30px;
}

.inner-banner-wrp {
  /* &.evviroment-bg-bnr{background-image: url(../images/evviroment-bg.jpg);} */
}
.inner-banner-wrp {
  width: 100%;
  padding: 0px 0px;
  min-height: 650px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inner-banner-wrp.top-in-wrp {
  padding-top: 120px;
}
.inner-banner-wrp.glance-bnr1 {
  background-image: url(../images/at-glance-bg.jpg);
}
.inner-banner-wrp.sponsor-bnr1 {
  background-image: url(../images/sponsor-bg.jpg);
}
.inner-banner-wrp.leasing-bnr {
  background-image: url(../images/leasing.jpg);
}
.inner-banner-wrp.buss-drivers-bnr1 {
  background-image: url(../images/buss-drivers-bnr.jpg);
}
.inner-banner-wrp.diversified-tenant-bnr {
  background-image: url(../images/dtp-bg.jpg);
}
.inner-banner-wrp.Md-bnr {
  background-image: url(../images/md-bg.jpg);
}
.inner-banner-wrp.key-bnr {
  background-image: url(../images/key-bg.jpg);
}
.inner-banner-wrp.Continuous-bnr {
  background-image: url(../images/Continuous-bg.jpg);
}
.inner-banner-wrp.esg-overview-bnr {
  background-image: url(../images/esgoverview-bg.jpg);
}
.inner-banner-wrp.Portfolio-bnr {
  background-image: url(../images/Portfolio-bg.jpg);
}
.inner-banner-wrp.Acquisition-bnr {
  background-image: url(../images/Acquisition-bnr.jpg);
}
.inner-banner-wrp.strategy-bnr {
  background-image: url(../images/Strategy-bnr.jpg);
}
.inner-banner-wrp .container-1360-wrp {
  position: relative;
  min-height: 650px;
}
.inner-banner-wrp .caption-wrp {
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.inner-banner-wrp .caption-wrp h6 {
  color: #ffffff;
}
.inner-banner-wrp .caption-wrp h2 {
  color: #ffffff;
}

.sec-ttle {
font-size:18px;  line-height: 24px; color: #000000; padding-bottom: 10px; font-family: 'HelveticaNowDisplayBold', Arial, Helvetica, sans-serif;
}

.gradient-bg {
  background: linear-gradient(90deg, #284485 0%, #376A88 53.45%, #458F8B 100%);
}

.inner-section-wrp {
  padding: 70px 0px;
}
.inner-section-wrp .common-ttle {
  margin-bottom: 30px;
}
.inner-section-wrp.Md-bnr {
  background-image: url(../images/md-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-bottom: 0px;
}
.inner-section-wrp.linear-gradient::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #194895 11.9%, #00AAAD 76.43%);
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

.quick-tips-wrp .ttle {
  color: #ffffff;
  font-size: 24px;
  position: relative;
}
.quick-tips-wrp .ttle span {
  background-color: #2c5086;
  padding-right: 15px;
  position: relative;
}
.quick-tips-wrp .ttle::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
}

.info-numb-wrp {
  width: 100%;
  margin-top: 30px;
  padding-right: 30px;
}
.info-numb-wrp h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}
.info-numb-wrp h2 .unit {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
}


.od-icn-bx {
  width: 100%;
  text-align: center;
  padding: 0px 0px;
  max-width: 300px;
  margin: 30px auto 0px;
}
.od-icn-bx p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.start-bx {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.start-bx span {
  width: 100px;
  height: 100px;
  display: block;
  line-height: 1.8;
  border: 2px solid #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
}
.start-bx p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 20px;
}

.wwa-bx {
  width: 100%;
  padding-right: 30px;
  margin-top: 30px;
}
.wwa-bx h4 {
  font-weight: 600;
  margin: 10px 0px;
}

.footer-wrp {
  width: 100%;
  text-align: center;
  background-color: #434548;
  padding: 18px 0px;
}
.footer-wrp p {
  margin: 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.krc-num-wrp .info-numb-wrp {
  border-right: 1px solid #000;
  text-align: center;
}

.krc-pic-wrp span {
  background: linear-gradient(90deg, #284485 0%, #376A88 53.45%, #458F8B 100%);
  color: #ffffff;
  padding: 5px 20px;
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.krc-desc-wrp {
  width: 100%;
  height: 100%;
  background-color: #194895;
  padding: 30px 30px 0px;
}

.bd-bx {
  padding: 30px 20px;
}
.bd-bx.bd-grey-bx {
  background-color: #f3f3f3;
  border-radius: 0px 20px 0px 0px;
}
.bd-bx.clrd-bx {
  border-radius: 0px 0px 0px 20px;
  color: #fff;
}
.bd-bx .ttle {
  font-size: 24px;
  font-weight: 400;
}

ul {
  padding: 0px 0px 0px 15px;
  margin-top: 15px;
}
ul li {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}



.clrd-bx span.ttle-span {
  background-color: #f3f3f3;
  display: inline-block;
  padding: 5px 10px;
}

.purp-bx .ttle {
  font-size: 24px;
  font-weight: 400;
}
.purp-bx {
  color: #ffffff;
  background-color: #8889ba;
  padding: 30px 20px;
  border-radius: 0px 20px 0px 20px;
}

.no-bnr {
  margin-top: 120px;
}

.os-icn-wrp {
  padding: 30px;
  border-radius: 30px 0px 30px 0px;
}
.os-icn-wrp .os-bx {
  text-align: center;
  padding: 0px 30px;
}
.os-icn-wrp .os-bx p {
  color: #ffffff;
  font-weight: 600;
  margin: 15px 0px 0px;
}

.os-sldr {
  padding-top: 60px;
  top: 10px;
}
.os-sldr .os-slide-bx {
  background: linear-gradient(90deg, #284485 0%, #376A88 53.45%, #458F8B 100%);
  border-radius: 20px 0px 20px 0px;
}
.os-sldr .os-slide-bx .ttle {
  padding: 10px 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: block;
}
.os-sldr .os-slide-bx .os-pic-wrp {
  padding: 0px 20px;
}
.os-sldr .os-slide-bx .os-desc-bx {
  padding: 20px 20px;
  min-height: 250px;
  position: relative;
}
.os-sldr .os-slide-bx .os-desc-bx p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.os-sldr .os-slide-bx .os-desc-bx p span {
  font-weight: 700;
}
.os-sldr .os-slide-bx .os-desc-bx .os-numb {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
  font-size: 24px;
  padding: 20px 20px;
  width: 100%;
  width: 100%;
}
.os-sldr .os-slide-bx .os-desc-bx .os-numb span {
  position: relative;
  background-color: #2a4885;
  padding: 5px 10px;
}
.os-sldr .os-slide-bx .os-desc-bx .os-numb::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0%;
}
.os-sldr .os-next, .os-sldr .os-prev {
  width: 50px;
  height: 50px;
  top: 20px;
  background: linear-gradient(90deg, #284485 0%, #376A88 53.45%, #458F8B 100%);
}
.os-sldr .os-next::after, .os-sldr .os-prev::after {
  font-size: 20px;
}
.os-sldr .os-prev {
  left: inherit;
  right: 60px;
}
.os-sldr .os-next {
  right: 0px;
}

.yellow-bg {
  background-color: #f79433;
}

.greyish-bg {
  background-color: #707ba2;
}

.maroon-bg {
  background-color: #8f1838;
}

.greenish-bg {
  background-color: #4cbe9e;
}

.bluish-bg {
  background-color: #4394c5;
}

.blue-bg {
  background-color: #194895;
}

.bc-bx {
  width: 30px;
  height: 30px;
  display: block;
  margin: 20px auto;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
}

.circle-bx {
  color: #242424;
  border: 1px solid #242424;
  line-height: 1.5;
}

.gb-main-cvr {
  border-bottom: 2px solid #4cbe9e;
  padding-bottom: 20px;
}

.gb-pic-wrp {
  width: 100%;
  text-align: center;
}
.gb-pic-wrp .name {
  color: #194895;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0px;
}
.gb-pic-wrp .desig {
  font-size: 16px;
}

.investor-tbl tr th {
  border-bottom: 3px solid #fff;
  border-right: 10px solid transparent;
  padding: 8px;
  color: #fff;
}

.investor-tbl tr td {
  border-bottom: 1px solid #fff;
  border-right: 10px solid transparent;
  padding: 8px;
  color: #fff;
}

.black-tbl tr th {
  border-bottom: 3px solid #000;
  border-right: 10px solid transparent;
  padding: 8px;
  color: #000;
}

.black-tbl tr td {
  border-bottom: 1px solid #000;
  border-right: 10px solid transparent;
  padding: 8px;
  color: #000;
}

.gb-desc-bx {
  padding-top: 20px;
}

.key-numb-wrp .info-numb-wrp {
  text-align: center;
  padding: 0px 50px;
}

.q1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  padding: 100px 50px 50px 100px;
  padding-left: 100px;
}

.white-list li {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.leftTop-rightBottom-radius {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#keyHightlight .krc-num-wrp .info-numb-wrp {
  text-align: left;
  height: 140px;
  position: relative;
}
#keyHightlight .krc-num-wrp .info-numb-wrp.bottom-bor {
  position: relative;
}
#keyHightlight .krc-num-wrp .info-numb-wrp.bottom-bor::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 1px;
  background-color: #000;
  bottom: -12px;
  left: 0px;
}
#keyHightlight .krc-num-wrp .info-numb-wrp.br-none {
  border-right: none;
}

#awards {
  padding-top: 40px;
  padding-bottom: 40px;
}

#Snapshot {
  padding: 50px 0px;
}
#Snapshot .SnapshotBox .SnapshotImg {
  position: relative;
}
#Snapshot .SnapshotBox .SnapshotImg .nos {
  background-color: #194895;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#Snapshot .SnapshotBox .SnapshotImg .projectname {
  background-color: #194895;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#Snapshot .Prospects {
  border-radius: 20px 0 0 0;
}
#Snapshot .Prospects .longarrow {
  padding-top: 50px;
}

.ESGsommitments {
  padding-left: 20px;
}
.ESGsommitments span {
  display: inline-block;
  margin-bottom: 10px;
}

#Overviewframework {
  padding-top: 50px;
  padding-bottom: 80px;
}

.white-right-bor {
  border-right: solid 1px #ffffff;
}

.Ex-height168 {
  height: 168px;
}

#pillers {
  margin-top: 50px;
}
#pillers .accordion-button {
  font-size: 1.4rem;
  font-weight: 700;
}

.squrelist {
  list-style-type: square;
}

#Portfoliosnapshot table {
  margin-top: 50px;
  margin-bottom: 10px;
}
#Portfoliosnapshot table tr td, #Portfoliosnapshot table tr th {
  border-bottom: solid 1px #000;
  padding: 5px 10px;
  width: 10%;
  border-right: solid 10px #FFF;
}
#Portfoliosnapshot table tr th {
  color: #194895;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  border-top: solid 1px #000;
}
#Portfoliosnapshot table tr th:nth-child(1) {
  text-align: left;
}
#Portfoliosnapshot table tr th:last-child {
  text-align: center;
}
#Portfoliosnapshot table tr:nth-child(7) td, #Portfoliosnapshot table tr:nth-child(11) td, #Portfoliosnapshot table tr:nth-child(14) td, #Portfoliosnapshot table tr:nth-child(16) td, #Portfoliosnapshot table tr:nth-child(18) td {
  background-color: #e3f3ec;
  font-weight: 700;
}

.rounded-left-bottom {
  border-radius: 0px 0px 0px 20px;
}

.white-hr {
  opacity: 1;
  border-bottom: solid 1px #ffffff;
}

.keyBoxDetails1 table tr td {
  border-bottom: solid 1px #00aaad;
  padding: 5px 10px;
  width: 10%;
  border-right: solid 10px #FFF;
}
.keyBoxDetails1 table tr td:nth-child(1) {
  border-bottom: solid 1px #25408f;
}
.keyBoxDetails1 table tr td:nth-child(2) {
  font-weight: 700;
}

.StrategyBox .sbox {
  background-color: #e6e7e8;
  padding: 20px;
}
.StrategyBox .sbox h2 {
  font-weight: 700;
  font-size: 55px;
  color: #777887;
  line-height: 60px;
}

.StakeholderEngagementTable table tr td, .StakeholderEngagementTable table tr th {
  border-bottom: solid 1px #FFF;
  padding: 5px 10px;
  width: 10%;
  border-right: solid 1px #FFF;
  color: #ffffff;
  text-align: left;
  /*  &:nth-child(1) {border-bottom: solid 1px #25408f;}
   &:nth-child(2) { font-weight: $fw-700; } */
}
.StakeholderEngagementTable table tr td p, .StakeholderEngagementTable table tr th p {
  color: #ffffff;
}
.StakeholderEngagementTable table tr td .pstyle, .StakeholderEngagementTable table tr th .pstyle {
  display: inline-block;
  background-color: #0b74bb;
  color: #ffffff;
  border-radius: 100px;
  padding: 5px 8px;
  margin-bottom: 5px;
}
.StakeholderEngagementTable table tr th {
  text-align: right;
  border-right: none;
}
.StakeholderEngagementTable table tr th:nth-child(1) {
  text-align: left;
}
.StakeholderEngagementTable table tr th:nth-child(2) {
  border-right: none;
}
.StakeholderEngagementTable table tr td:last-child {
  border-right: none;
}
.StakeholderEngagementTable table tr td:nth-child(2) {
  border-right: none;
}

/*Strategic portfolio - India map */

   .font-light { font-family: 'HelveticaNowDisplayLight', Arial, Helvetica, sans-serif;}
   .font-md { font-family: 'HelveticaNowDisplayMedium', Arial, Helvetica, sans-serif;}
   .font-bold { font-family: 'HelveticaNowDisplayBold', Arial, Helvetica, sans-serif; }
   .font-reg { font-family: 'HelveticaNowDisplayRegular', Arial, Helvetica, sans-serif;}
   .drkgray-clr {color: #4b5556; }
   .green-clr {color: #00918D; }
   .lgray-clr {color: #c4c7d8; }

   .info-numb-wrp23 {width: 100%; padding-right:10px; margin-top: 30px;}
   .info-numb-wrp23 p { font-weight:300;font-size:15px; }
   .info-numb-wrp23 h2 { font-size:32px; line-height: 38px;  font-family: 'eurostile', Arial, Helvetica, sans-serif; font-weight: 500;}
   .info-numb-wrp23 h2 .unit { font-size:24px; }
   .info-numb-wrp23 .rs {font-family: "Rupee" !important; font-weight: 300;}

.strategic .ttl3 { font-size: 20px; font-family: 'HelveticaNowDisplayMedium', Arial, Helvetica, sans-serif; color: #00918D; }
.map-bg { background-color: #fff; }
.map-img { background: url(../images/india-map2.png) no-repeat top center;
    background-size: contain;
    height: 594px;
    width: 100%; }


.badge1 { position: relative; top: 61%; left: 27%; }
.badge2 { position: relative; top: 55%; left: 27.8%; }
.badge3 { position: relative; top: 48.5%; left: 38.5%; }
.badge4 { position: relative; top: 57%; left: 40%; }

.badge1 .badge, li.icon1{
    color: #fff;
    background-color: #009688;
}
.badge2 .badge, li.icon2{
    color: #fff;
    background-color: #009688;
}
.badge3 .badge, li.icon3{
    color: #fff;
    background-color: #009688;
}
.badge4 .badge, li.icon4{
    color: #fff;
    background-color: #009688;
}

.map-list li.list-inline-item { padding:10px; }
.tooltip-inner {
    background: #f0f0f0;
     max-width: 100% !important;
     padding:  20px;

     border-radius: 5%;
}
.tooltip-inner h4{
    font-size:  26px;
    color: #1268b3;
    padding-bottom:  10px;
    font-family: 'HelveticaNowDisplayMedium', Arial, Helvetica, sans-serif;
}
.tooltip-inner h5{
    font-size:  30px;
    color: #00918D;
    line-height:  32px;
}
.tooltip-inner p{
    font-size:  20px;
    color: #00918D;
    line-height:  26px;
    font-family: 'HelveticaNowDisplayMedium', Arial, Helvetica, sans-serif;
}

.Blink {
  animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0.5; }
}



/* circle blink animation */

@keyframes anim-glow {
  0% {
    box-shadow: 0 0 #ffd00d;
  }
  100% {
    box-shadow: 0 0 10px 14px transparent;
    border-width: 3px;
  }
}


.icon {
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #ffd00d;
  width: 18px;
  height: 18px;
  text-align: center;
  position: relative;
  -webkit-animation: anim-glow 2s ease infinite;
          animation: anim-glow 2s ease infinite;

}
.icon-y {
  background: #ffd00d;
  border-radius: 50%;
  border: 2px solid #ffd00d;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}
ul.spotlt{
  display:flex;
}
ul.spotlt li{
  list-style:none;
  margin-right: 10px;
  margin-top:  10px;
 }

.spotlt-ttl { text-align: center;
    font-size: 22px;
    padding: 15px; color: #ffffff; font-weight: 500; }

.border-right { border-right: 1px solid #d1d3d4; }
.bg-blue { background-color:#1A428A; }

.graph-ttl { font-size: 20px; line-height:24px;  }


.portfoil-box { background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/portfolio-bldg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 330px; padding: 15px; 
   color:#ffffff;}
.portfoil1 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/portfolio-bldg2.jpg);
}
.portfoil2 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/portfolio-bldg3.jpg);
}
.portfoil3 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/portfolio-bldg4.jpg);
}
.portfoil4 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/portfolio-bldg5.jpg);
}
.portfoil5 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/portfolio-bldg6.jpg);
}
.portfoil6 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/portfolio-bldg7.jpg);
}
.portfoil7 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/portfolio-bldg8.jpg);
}
.portfoil8 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/portfolio-bldg9.jpg);
}
.portfoil9 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/portfolio-bldg10.jpg);
}

.portfoil-box p.project {
  font-size:  18px;
  margin-bottom: 0px;
  padding-top:  15px;
  color: #fff;
 font-family: 'HelveticaNowDisplayMedium', Arial, Helvetica, sans-serif;
}

.portfoil-box p.project2 {
  font-size:  15px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
}


.portfoil-box .num {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    padding: 3px;
    background-color: #1a428a;
    border-radius: 70%;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #fff;
}

.os-sldr .os-next {
    right: 0px;
}
.os-sldr .os-next, .os-sldr .os-prev {
    width: 45px;
    height: 45px;
    top: 23px;
    background: #00aaad;
    border-radius: 50%;
}



.asset-ench1 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/asset-enrichment1.jpg);
}
.asset-ench2 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/asset-enrichment2.jpg);
}
.asset-ench3 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/asset-enrichment3.jpg);
}
.asset-ench4 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/asset-enrichment4.jpg);
}
.asset-ench5 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/asset-enrichment5.jpg);
}
.asset-ench6 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/asset-enrichment6.jpg);
}

.portfoil-box p.project-stru-ttl1 {
  font-size:  16px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
}

.portfoil-box p.project-stru-ttl2 {
  font-size:  16px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
}

.portfoil-box .num2 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    padding: 3px;
    background-color: #00948f;
    border-radius: 70%;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #fff;
}

.portfoil-box .num-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 20px;
    color: #ffffff;
    margin: 0px;
    width: 70px;
    height: 40px;
    text-align: center;
    background-color: #6c6c6c;
    padding-top: 5px;

}


.asset-stru1 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/structure1.jpg);
}
.asset-stru2 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/structure2.jpg);
}
.asset-stru3 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/structure3.jpg);
}
.asset-stru4 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/structure4.jpg);
}
.asset-stru5 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/structure5.jpg);
}
.asset-stru6 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/structure6.jpg);
}

/*sponsor */
.spon-pic1 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/spon-pic-1.jpg);
    height: 400px;
}
.spon-pic2 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/spon-pic-2.jpg);
    height: 400px;
}
.spon-pic3 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/spon-pic-3.jpg);
    height: 400px;
}
.spon-pic4 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/spon-pic-4.jpg);
    height: 400px;
}
.spon-pic5 {
  background-image: linear-gradient(to top, rgba(5,9,12,0.2) 35%, rgba(5, 9, 12, 0.8) 100%), 
    url(../images/spon-pic-5.jpg);
    height: 400px;
}

.portfoil-box .spon-ttl { 
    font-size: 22px;
    margin-bottom: 0px;
    padding-top: 15px;
    color: #fff;
    font-family: 'HelveticaNowDisplayRegular', Arial, Helvetica, sans-serif;
} 

.list-sdg {
    list-style: none;
    display: flex;
    padding: 0;
}
.list-sdg li { padding-right:10px; }




/*environment */
#env h3 { font-size: 22px; line-height:30px; padding-top: 10px; padding-bottom: 5px; color: #000;  font-family: 'HelveticaNowDisplayMedium', Arial, Helvetica, sans-serif; }
.green-box { padding: 40px; background-color: #00918D;  } 
.green-box p { color: #fff; }
.green-box p.ttl { font-size: 30px; line-height:36px; font-family: 'HelveticaNowDisplayLight'; }
.green-big-ttl { font-size: 30px; line-height:35px; font-family: 'HelveticaNowDisplayMedium'; }
.case-study-ttl { background-color: #1A428A; width: 100px; margin-bottom: 0px; padding: 10px; color:#ffffff; position:absolute; }
.case-study-ttl-img-ttl { background-color: #1A428A; width: 100px; margin-bottom: 0px; padding: 10px; color:#ffffff;  }

.grey-box { padding: 40px; background-color: #f6f6f6;  } 
.grey-box p { color: #4b5556; }
.grey-box p.ttl { font-size: 30px; line-height:36px; font-family: 'HelveticaNowDisplayLight'; color:#1A428A; }
.grey-big-ttl { font-size: 30px; line-height:35px; font-family: 'HelveticaNowDisplayMedium'; }
.case-study-ttl-white { background-color: #00918d; width: 100px; margin-bottom: 0px; padding: 10px; color:#ffffff; position:absolute; }


.blue-box { padding: 40px; background-color: #1A428A;  } 
.blue-box p {color: #fff; }
.blue-box p.ttl { font-size: 30px; line-height:36px; font-family: 'HelveticaNowDisplayLight'; }
.blue-big-ttl { font-size: 30px; line-height:35px; font-family: 'HelveticaNowDisplayMedium'; }
.case-study-ttl-white2 { background-color:#f6f6f6;  width: 100px; margin-bottom: 0px; padding: 10px; color:#1A428A; position:absolute; }


/* growth story */
.growth-bnr {background: url(../images/banner-workers-artwork.jpg) top right; background-size:cover;  background-attachment:fixed; height:100vh;}

/* md */
.bluebox-Opt2 ul li{ font-size: 16px; line-height:18px; }

.footnote { font-size: 14px; }

.msfsmall { font-size: 20px; }

.roundleft {border-top-left-radius: 1.50rem; border-bottom-left-radius: 1.50rem;}

.roundright {border-top-right-radius: 1.50rem; border-bottom-right-radius: 1.50rem;}

.indicators .box-green-dark {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #00918D;
    margin: 0;
}
.round10 { border-radius: 1.50rem;}
/*# sourceMappingURL=style.css.map */




