:root {
  --primary_color: #5b2359;
  --mustard-yellow: #f8b119;
}
.uniqcharth2 > iframe h1 {
}
@font-face {
  font-family: "Manrope-Bold";
  src: url("../font/Manrope-Bold.woff2") format("woff2"),
    url("../font/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-SemiBold";
  src: url("../font/Manrope-SemiBold.woff2") format("woff2"),
    url("../font/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("../font/Manrope-Regular.woff2") format("woff2"),
    url("../font/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-Medium";
  src: url("../font/Manrope-Medium.woff2") format("woff2"),
    url("../font/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-Light";
  src: url("../font/Manrope-Light.woff2") format("woff2"),
    url("../font/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-ExtraLight";
  src: url("../font/Manrope-ExtraLight.woff2") format("woff2"),
    url("../font/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-ExtraBold";
  src: url("../font/Manrope-ExtraBold.woff2") format("woff2"),
    url("../font/Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 70%;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  font-family: "Manrope-Regular";
  color: #1d1d1d;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
}

.flower_bg {
  position: relative;
}

.flower_bg:after {
  content: "";
  background: url(../images/footer-img.svg) no-repeat;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 250px;
  z-index: -1;
  background-size: 100%;
  pointer-events: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}

a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
.background-yellow {
  background: #f8b119;
}
.bradius {
  border-radius: 10px 10px !important;
  padding: 10px;
  transition: 0.5s;
}
/*.bradius p{
  font-size: 14px !important;
}*/
.bradius:hover {
  transform: translate(0, -5px);
}
.heading-1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-family: "Manrope-ExtraBold";
}
.heading-2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Manrope-Bold";
}

.heading-3 {
  font-size: 1.375rem !important;
  font-weight: 700 !important;
}
.heading-4 {
  font-size: 1.125rem;
  font-weight: 700;
}

.heading-5 {
  font-size: 14px;
  font-weight: 700;
}
.overview p {
  font-size: 14px;
}
/* h1,
h2,
h4{
  font-family: 'Old Standard TT', serif;
  
} */

.hidden-Desktop {
  display: none;
}
.hidden-mobile {
  display: block;
}

.sub-heading {
  font-size: 40px;
  color: var(--primary_color);
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: 5px;
}
.text-yellow {
  color: #f8b119;
}
.text-purple {
  color: #911e82;
}
.text-black {
  color: #1d1d1d !important;
}
.text-white {
  color: #fff !important;
}

.btn-primary {
  background: #f8b119;
  border: 1px #f8b119 solid;
  color: #5b2359;
}
.btn-primary img {
  padding-right: 5px;
}
.btn {
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}
.btn-primary:hover {
  background: #fff;
  border: 1px #f8b119 solid;
  color: #f8b119;
}

.btn-outline-primary {
  border: 1px #f8b119 solid;
  color: #f8b119;
}
.btn-outline-primary:hover {
  background: #f8b119;
  border: 1px #f8b119 solid;
  color: #5b2359;
}
.border-heading {
  border-left: 3px #f8b119 solid;
  padding-left: 8px;
}
/* header css start end*/

.h-100vh {
  height: 100vh;
}

.logo {
  width: 150px;
  height: 50px;
  position: absolute;
  left: 5%;
  top: 25px;
}
.logo img {
  max-width: 175px;
  filter: brightness(0) invert(1);
}

.home-dashboard {
  background: url(../images/home-banner.jpg) no-repeat;
  /* border-left: 10px #9D1D96 solid; */
  background-size: cover;
  position: relative;
}
.home-dashboard:before {
  content: "";
  width: 15px;
  height: 100%;
  background: rgb(157 29 150 / 68%);
  position: absolute;
  left: 0;
}

.home-dashboard .home-box {
  text-align: center;
  margin-bottom: 25px;
}
.home-dashboard .home-box img {
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-right: 10px;
}
.home-dashboard .home-box span {
  font-size: 22px;
  color: #fff;
}
.home-dashboard .home-box a:hover {
  background: #f9b000;
}

.home-box a {
  background: #5b2359;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 20px;
  border-radius: 15px 0 15px 0;
  transition: 0.5s;
}

.bg-gray {
  background: #f9f9f9;
}
main:before {
  content: "";
  background: url(../images/header-bg.svg) no-repeat;
  background-size: 50%;
  position: fixed;
  left: 0;
  top: 0;
  width: 80%;
  height: 60px;
  z-index: -1;
}
.main-logo {
  margin-top: 15px;
  /* height: 50px;
  padding: 15px 0; */
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}
.fp-enabled .main-logo {
  margin-top: 0;
}
.portfolio .main-logo.back-growth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-logo img {
  width: 150px;
}
.portfolio .main-logo img {
  margin-top: 15px;
}
.main-logo.back-growth img {
  margin-top: 15px;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.main-logo.portfolio-logo {
  display: flex;
  justify-content: end;
  align-items: center;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  width: 6.4rem;
  bottom: 0;
  left: 0;
  z-index: 99999;
  padding: 48px 0 0;
  background: url(../images/left-nav-bg.svg) center no-repeat;
  background-size: cover;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  height: 60px;
  padding: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sidebar .nav-link img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.sidebar .nav-link:hover {
  background: #f8b119;
}
.sidebar .nav-link.active {
  background: #f8b119;
}
.sidebar .nav-link.active::before {
  content: "";
  border-style: solid;
  border-width: 6px;
  border-color: #f8b119;
  position: absolute;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}
.tooltip > .tooltip-inner {
  background-color: #9d1d96;
  padding: 10px;
  font-weight: 500;
}

#fullpage .tooltip-inner {
  background-color: #000;
  color: #fff !important;
}
#fullpage .tooltip-inner:before {
  display: none;
}

#fullpage .tooltip-inner:before {
  border-color: #fff !important;
}

.tooltip > .tooltip-inner::before {
  content: "";
  border-style: solid;
  border-width: 7px;
  border-color: #9d1d96;
  position: absolute;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

/** About  overview Start **/

.nav-tabs .nav-link {
  color: #000;
  background-color: #f0e3ef;
  border: none;
  border-radius: 10px;
  padding: 8px 30px;
  margin-right: 8px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #9d1d96;
  color: #fff;
  font-weight: 500;
}
.nav-tabs {
  border-bottom: 0;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

ul.statistics-mall li {
  display: inline-block;
  background: #ffffff;
  padding: 8px;
  border-radius: 10px;
  width: 30.5%;
  height: 100px;
  position: relative;
  margin-right: 8px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 18px 0px rgb(157 29 150 / 18%);
  -moz-box-shadow: 0px 0px 18px 0px rgb(157 29 150 / 18%);
  box-shadow: 0px 0px 18px 0px rgb(157 29 150 / 18%);
  transition: 0.5s;
}

ul.statistics-mall li h1 {
  height: 38px;
  position: absolute;
  top: 10px;
  left: 10px;
}
ul.statistics-mall li span {
  font-size: 14px;
  color: #929292;
  position: absolute;
  bottom: 10px;
  right: 0;
  line-height: 16px;
  padding-right: 10px;
  text-align: right;
}
ul.statistics-mall li:hover {
  background: #9d1d96;
}
ul.statistics-mall li:hover h1,
ul.statistics-mall li:hover span {
  color: #fff;
  transition: 0.5s;
}
.width-50 {
  width: 47% !important;
}

.geo-presence {
  padding: 15px;
  border: 1px #9d1d9666 solid;
  border-radius: 15px;
  margin-top: 15px;
  position: relative;
}
.geo-presence h3 {
  position: absolute;
  top: -15px;
  background: #f9f9f9;
  padding: 0 15px;
}
.geo-presence ul {
  margin-top: 15px;
  height: 100vh;
  overflow-y: scroll;
  height: calc(100vh - 200px);
}
.geo-presence ul li a {
  display: flex;
  padding: 2px 10px;
  margin-bottom: 5px;
  border-radius: 15px;
  transition: 0.5s;
}

.geo-presence ul li a p {
  margin-bottom: 0;
  color: #1d1d1d;
}
.geo-presence ul li a span {
  color: #929292;
  font-size: 13px;
}
.geo-presence ul li a:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgb(157 29 150 / 18%);
  -moz-box-shadow: 0px 0px 18px 0px rgb(157 29 150 / 18%);
  box-shadow: 0 5px 7px 0px rgb(157 29 150 / 18%);
}
.geo-presence ul li a.active {
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgb(157 29 150 / 18%);
  -moz-box-shadow: 0px 0px 18px 0px rgb(157 29 150 / 18%);
  box-shadow: 0 5px 7px 0px rgb(157 29 150 / 18%);
}
.geo-presence ul li a:hover p,
.geo-presence ul li a.active p {
  color: #911e82;
}
.geo-presence .mall-name {
  padding-left: 15px;
}
.geo-presence ul li .plus {
  /* width: 25px;
  height: 25px; */
  text-align: center;
  /* font-size: 20px; */
  line-height: 20px;
  margin-top: 5px;
}
.blackstone-titel {
  font-size: 20px;
  opacity: 0.4;
}

.india-map {
  position: relative;
  height: calc(100vh - 150px);
}
.portfolio-page .india-map {
  height: calc(100vh - 160px);
}

.india-map img {
  width: 100%;
  height: 100%;

  /* height: 470px;
  object-fit: contain; */
}
.india-map .mallCity {
  position: absolute;
  cursor: pointer;
  transition: 0.5s;
}
/* .mallCity.active {
  transform: scale(1.5);
} */
.mallCity img {
  width: auto;
  height: 16px;
}
span.mallCity.amritsar {
  left: 23.8%;
  top: 16%;
}
span.mallCity.elante {
  left: 27.8%;
  top: 20%;
}
span.mallCity.SelectCity {
  left: 29.5%;
  top: 26%;
}
span.mallCity.mbdcomplex {
  left: 24.5%;
  top: 19.5%;
}
span.mallCity.celebration {
  left: 18.8%;
  top: 42%;
}
span.mallCity.ahmedabad-one {
  left: 14.8%;
  top: 46%;
}
span.mallCity.treasure-island {
  left: 25.8%;
  top: 47%;
}
span.mallCity.indore-central {
  left: 28.5%;
  top: 45%;
}
span.mallCity.seawoods {
  left: 16.8%;
  top: 58%;
}
span.mallCity.westend {
  left: 18.8%;
  top: 60%;
}
span.mallCity.pavillion-pune {
  left: 20.8%;
  top: 61%;
}
span.mallCity.hyderabad {
  left: 33.6%;
  top: 63%;
}
span.mallCity.esplanade {
  left: 60%;
  top: 53%;
}
span.mallCity.fiza {
  left: 24%;
  bottom: 18%;
}
span.mallCity.centre-city {
  left: 29%;
  bottom: 16%;
}
span.mallCity.shantiniketan {
  left: 31.5%;
  bottom: 18.5%;
}
span.mallCity.koramangala {
  left: 33.5%;
  bottom: 17.5%;
  z-index: 2;
}
span.mallCity.vegacity {
  left: 32%;
  bottom: 20%;
  z-index: 2;
}
span.mallCity.whitefield {
  left: 35%;
  bottom: 18.5%;
  z-index: 3;
}
span.mallCity.vijaya {
  left: 38.5%;
  bottom: 16%;
}

.india-map svg {
  width: 100%;
  height: 100%;
  position: relative;
}

.india-map svg path {
  cursor: pointer;
}

.india-map svg path[id^="IN"] {
  pointer-events: none;
}

.mallDetails {
  position: absolute;
  top: 20px;
  right: 10%;
  background-color: #9d1d96;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px 0 15px 0;
  padding: 10px 20px;
  min-width: 169px;
  min-height: 69px;
  z-index: 1;
}
.locationName {
  font-size: 14px;
  opacity: 0.7;
}

.mallDetails::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #969893;
  left: -5px;
  background-color: #fff;
  border-radius: 100px;
  opacity: 0;
}

.mallDetails span {
  display: block;
}
.mallName {
  font-weight: 600;
}

/** About  overview End **/

.tab-content {
  /* height: calc(100vh - 123px);
    overflow: hidden; */
}

.tab-content > .tab-pane {
  height: 100%;
}

/* body{
      overflow: hidden;
} */

.opacity-6 {
  opacity: 0.6;
}
.leftSideContent {
  /* height: calc(100vh - 140px);
    overflow-y: auto; */
}

ul.blackstone-points {
  position: relative;
}
ul.blackstone-points:before,
ul.blackstone-points.blackstone-points-sec:before {
  content: "";
  width: 100%;
  max-width: 1070px;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(157, 29, 150, 1) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
ul.blackstone-points.blackstone-points-sec:before {
  bottom: unset;
  top: 51px;
}

.blackstone-points li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  text-align: center;
}
.blackstone-points li a,
.mobile-journey a {
  color: #1d1d1d;
}
.point img {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}
.blackstone-points li span {
  font-size: 12px;
  color: #1d1d1d;
  font-weight: 600;
  opacity: 0;
}
.mall-div {
  background: #fff;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  padding: 5px;
  margin-bottom: 12px;
  position: relative;
  -webkit-box-shadow: 0px 0px 12px 0px rgb(157 29 150 / 18%);
  -moz-box-shadow: 0px 0px 12px 0px rgb(157 29 150 / 18%);
  box-shadow: 0px 0px 12px 0px rgb(157 29 150 / 18%);
}
.mall-div::before,
.blackstone-points-sec .mall-div:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.blackstone-points-sec .mall-div:before {
  top: -20px;
  bottom: unset;
  border-bottom: 10px solid #fff;
  border-top: 10px solid transparent;
}
.mall-div h5 {
  font-size: 10px;
  font-weight: 600;
  margin: 0;
  padding-top: 4px;
}
.mall-div p {
  font-size: 10px;
  margin: 0;
}
.blackstone-points-sec {
  margin-top: 24.5px;
}
.blackstone-points-sec .mall-div {
  margin-top: 12px;
  margin-bottom: 0;
}
.blackstone-points li.right-mall-div {
  -webkit-transform: translate(55px, 50%);
  transform: translate(-6px, 50%);
  z-index: -1;
}
.blackstone-points li.right-mall-div:before {
  content: "";
  width: 100px;
  height: 145px;
  position: absolute;
  right: 8px;
  bottom: -92px;
  border: 10.5px #9d1d96 solid;
  border-radius: 0 100px 100px 0;
  border-left: none;
}
.blackstone-points .heading-5 {
  margin-bottom: 3px;
}

.mobile-journey {
  display: none;
}

/* Growth Story Start */
.growth-story .card {
  border-radius: 12px;
  transition: 0.5s;
}
.growth-story .card img {
  border-radius: 10px 10px 0 0;
}
.growth-story .card .caption {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 9px 20px;
}
.growth-story .card .caption p {
  margin-bottom: 0;
  opacity: 0.6;
  transition: 0.5s;
}
.growth-story .card .caption a svg {
  width: 15px;
  height: 15px;
}
.growth-story .card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgb(157 29 150 / 18%);
  -moz-box-shadow: 0px 0px 20px 0px rgb(157 29 150 / 18%);
  box-shadow: 0px 0px 20px 0px rgb(157 29 150 / 18%);
}
.growth-story .card:hover p {
  opacity: 1;
}

.main-logo a svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.growth-story ul {
  width: 100%;
}
.growth-story .nav-tabs .nav-link {
  padding: 8px 47px;
}
.growth-story .chart-box {
  padding: 15px;
  border: 1px #9d1d9666 solid;
  border-radius: 15px;
  position: relative;
}

.growth-story .chart-box h4 {
  position: absolute;
  top: -24px;
  padding: 0 15px;
  background: #f9f9f9;
}
.growth-story .chart-box h4 span {
  display: block;
  font-size: 15px;
  color: #1d1d1d99;
}

.retail-stock ul.country {
  margin-top: -20px;
}
.retail-stock ul.country1 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}
.retail-stock ul.country1 span {
  background: #ab3ea5;
  width: 55px;
  font-size: 12px;
  line-height: 15px;
  height: 40px;
  text-align: center;
  color: #fff;
  padding: 3px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retail-stock ul.country1.country2 span {
  background: transparent;
  border: 1px #ab3ea5 solid;
  color: #000;
}
ul.country {
  display: flex;
  justify-content: space-around;
}
.country li p {
  margin-bottom: 5px;
  font-size: 12px;
}
.country li {
  text-align: center;
  padding: 0 0 0 12px;
}
.country li span {
  width: 40px;
  height: 25px;
  background: #0098c3;
  display: block;
  margin: 0 auto;
}

/* Growth Story End */

/* our-management Start */
.sub-heading {
  font-size: 20px;
  color: #000;
  text-align: center;
  opacity: 0.4;
  font-weight: 500;
  display: inline;
  letter-spacing: inherit;
  text-transform: inherit;
}

.card-style-1 {
  border: 2px solid #fff;
  border-radius: 16px;
  box-shadow: 0px 3px 15px #1d1d1d2e;
  text-align: center;
  margin-bottom: 20px;
  transition: 0.5s;
}
.profile-name {
  letter-spacing: 0px;
  color: #1d1d1d;
  font-size: 16px;
  margin-bottom: 3px;
}
.team-management .card {
  cursor: pointer;
  border: 0;
  overflow: hidden;
}
.team-management .card .card-body {
  padding: 5px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team-management {
  /* height: calc(100vh - 170px);
    overflow-y: auto; */
  margin-top: 0px;
  padding-bottom: 10px;
  align-content: baseline;
  position: relative;
}
/* .team-management::after{
  content: '';
  position: fixed;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(249 249 249));
  bottom: 20px;
} */
.profile-designation {
  font-size: 12px;
  letter-spacing: -0.18px;
  color: #1d1d1d;
  opacity: 0.6;
  margin-bottom: 0;
}

.team-management .card-style-1 .card-img-top {
  width: 100%;
  height: 32.5vh;
  object-fit: cover;
  object-position: top;
  filter: grayscale(1);
  transition: 0.5s;
  border-radius: 0 0 16px 16px;
}
.team-management.management-section .card-style-1 .card-img-top {
  height: 40.5vh;
}
.team-management .card-style-1:hover .card-img-top {
  filter: grayscale(0);
}
.team-management .card-style-1.active .card-img-top {
  filter: grayscale(0);
}
.team-management .card-style-1.active {
  border: 2px solid #911e8266;
}

.profile_desgination {
  font-size: 16px;
  letter-spacing: -0.18px;
  color: #000;
  opacity: 0.7;
}

.profile-img {
  width: 180px;
  height: 180px;
  margin: -80px auto 0;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 3px 15px #1d1d1d2e;
}
.profile-detials .card {
  display: flex;
  align-items: center;
  padding: 0em 2em 2em;
  border: 4px solid #9d1d9699;
  border-radius: 16px;
}
.profile-detials {
  text-align: center;
}
.profile_name {
  font-size: 34px;
  font-weight: bold;
}

.profile-detials p {
  font-size: 14px;
  margin-top: 3px;
  line-height: 1.8;
  text-align: justify;
}

.profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
  border: 4px solid #911e8266;
}
.profile-description {
  display: none;
}

/* our-management End */

/* Portfolio Start */
.portfolio .card {
  margin-bottom: 10px;
  border-radius: 12px;
  border: 1px solid #911e8266;
  transition: 0.5s;
  position: relative;
}

.portfolio .card:hover {
  box-shadow: 0px 3px 15px #9d1d962e;
}
.portfolio .card .lightbox-img {
  position: relative;
}
.portfolio .card:hover .lightbox-img:before {
  background: rgb(0 0 0 / 35%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 12px 12px 0 0;
}
.portfolio .card .zoom {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 9;
}
/* .zoom{

} */
.card .caption {
  padding: 6px 10px;
}
.portfolio .card img {
  border-radius: 10px 10px 0 0;
}
.portfolio-region {
  padding-right: 30px;
}
.portfolio .leftSideContent svg {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.ytp-pause-overlay-controls-hidden .ytp-pause-overlay {
  bottom: 0;
  display: none;
}

.portfolio .geo-presence {
  border: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}

.portfolio span.mallCity.esplanade {
  left: 57%;
  top: 53%;
}
.mallCity.active img {
  transform: translatey(-3px) scale(1.8);
  transition: 0.5s;
}
.west-region-map span.mallCity.ahmedabad-one {
  left: 15.4%;
  top: 45.5%;
}
.west-region-map span.mallCity.treasure-island {
  left: 23%;
  top: 47%;
}
.west-region-map span.mallCity.indore-central {
  left: 26%;
  top: 45.5%;
}
.west-region-map span.mallCity.seawoods {
  left: 16%;
  top: 57%;
}
.west-region-map span.mallCity.westend {
  left: 18%;
  top: 59%;
}
.west-region-map span.mallCity.pavillion-pune {
  left: 20.6%;
  top: 59.5%;
}

.north-region-map span.mallCity.amritsar {
  left: 23.5%;
  top: 16%;
}
.north-region-map span.mallCity.elante {
  left: 27.5%;
  top: 19.5%;
}
.north-region-map span.mallCity.mbdcomlex {
  left: 24.5%;
  top: 19.5%;
}
.north-region-map span.mallCity.City {
  left: 29.4%;
  top: 26%;
}
.north-region-map span.mallCity.celebration {
  left: 18.8%;
  top: 36%;
}
.south-region-map span.mallCity.hyderabad {
  left: 34%;
  top: 63%;
}
.south-region-map span.mallCity.fiza {
  left: 22.6%;
  bottom: 19%;
}
.south-region-map span.mallCity.centre-city {
  left: 27.8%;
  bottom: 15%;
}
.south-region-map span.mallCity.shantiniketan {
  left: 31%;
  bottom: 16%;
}
.south-region-map span.mallCity.koramangala {
  left: 32%;
  bottom: 17%;
}
.south-region-map span.mallCity.whitefield {
  left: 33.5%;
  bottom: 18%;
}
.south-region-map span.mallCity.vijaya {
  left: 38%;
  bottom: 16%;
}

svg .location-mall:hover {
  fill: #f9b000;
  cursor: pointer;
}
svg .location-mall.active {
  fill: #f9b000;
}
.card .caption .heading-4 {
  font-size: 14px;
}
.card .caption p {
  margin-bottom: 0;
  opacity: 0.6;
}
.portfolio-btn p {
  font-size: 14px;
}
.caption svg {
  width: 14px;
  height: 14px;
  margin-top: -2px;
}
.portfolio-btn {
  display: flex;
  justify-content: space-between;
}
.mallLogo img {
  width: 150px;
  margin-right: 25px;
}

.mallLogo svg {
  display: none;
}
.mallLogo p {
  position: relative;
  padding-left: 18px;
}
.mallLogo p:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../images/mallLogo-location.svg) center no-repeat;
  background-size: 15px;
  z-index: 99;
}

.portfolio-region .item {
  /* padding-right: 40px; */
  margin-right: 15px;
  width: auto !important;
}
.north-region-slider .item {
  margin-right: 15px;
  width: auto !important;
}
.portfolio-slider .slick-slide,
.Walkthrough-slider .slick-slide,
.accreative-ecg-sliders .slick-slide {
  margin-right: 10px;
}

.portfolio-slider .slick-list,
.Walkthrough-slider .slick-list,
.accreative-ecg-sliders .slick-list {
  margin-right: -10px;
}

.portfolio-region .slick-prev,
.portfolio-region .slick-next,
.north-region-slider .slick-next,
.north-region-slider .slick-prev {
  z-index: 99999;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.portfolio-region .slick-next,
.north-region-slider .slick-next {
  right: 0;
  top: 54%;
  background: #9d1d96 url(../images/next-white.svg) center no-repeat !important;
  background-size: 10px !important;
}
.portfolio-region .slick-prev,
.north-region-slider .slick-prev {
  left: unset;
  right: 0;
  top: 45%;
  background: #9d1d96 url(../images/purple-prev.svg) center no-repeat !important;
  background-size: 10px !important;
}
.portfolio-slider iframe {
  border-radius: 10px;
}
.portfolio-slider .video-wap {
  height: auto;
}
.portfolio-slider .video-wap video {
  height: 283px;
  object-fit: cover;
  border-radius: 10px;
}

.portfolio-region .slick-disabled {
  opacity: 0.5;
}
.slick-disabled {
  opacity: 0.5;
}
.mallLogo {
  display: flex;
  align-items: center;
}
.mallLogo svg {
  margin-top: -3px;
}
.mall-count {
  background: #9d1d96;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 14px;
  transition: 0.5s;
}
.mall-count:hover {
  transform: translate(0, -5px);
}
.mall-count p {
  margin-bottom: 0;
  text-transform: capitalize;
}
.mall-count span {
  display: block;
  font-weight: 200;
  font-size: 12px;
  /* opacity: 0.6; */
}
.mall-count span.na {
  display: inline-block;
  opacity: 1;
}
.portfolio .brand-logo {
  display: flex;
  padding-top: 5px;
  align-items: center;
}
.brand-logo li img {
  width: 80%;
}
.portfolio-slider .slick-prev,
.portfolio-slider .slick-next {
  z-index: 9;
  background-size: 10px !important;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.portfolio-slider img {
  border-radius: 12px;
}
.portfolio-slider .slick-next {
  right: 10px;
  background: #f9b000 url(../images/next-white.svg) center no-repeat !important;
  background-size: 10px !important;
}
.portfolio-slider .slick-prev {
  left: 10px;
  background: #f9b000 url(../images/prev-white.svg) center no-repeat !important;
  background-size: 10px !important;
}
.portfolio-slider .slick-prev:before,
.portfolio-slider .slick-next:before,
.portfolio-region .slick-next:before,
.portfolio-region .slick-prev:before,
.north-region-slider .slick-prev:before,
.north-region-slider .slick-next:before {
  display: none;
}

.transformation .card .caption {
  padding: 5px;
  text-align: center;
}

.gallery-tab {
  display: flex;
  justify-content: end;
  border: none;
}

.gallery-tab .nav-link {
  border: 2px #9d1d96 solid;
  background: #fff;
  padding: 8px 28px;
  border-radius: 50px;
  opacity: 0.6;
}

.gallery-tab .nav-link:hover,
.gallery-tab .nav-link.active {
  background: #9d1d96;
  opacity: 1;
  border: 2px transparent solid;
  color: #fff;
}

/* .gallery-tab .nav-link.active{
  opacity: 1;
  border: 2px transparent solid;
} */

/* .Walkthrough-slider .slick-track, .Walkthrough-slider .slick-slide  {
  width: 100% !important;
} */
.Walkthrough-slider img {
  width: 100%;
  height: 24vw;
  object-fit: cover;
  border-radius: 10px;
}
.Walkthrough-slider .hide {
  display: none;
}
.Walkthrough-slider .play-video {
  cursor: pointer;
}
/* .Walkthrough-slider .slick-prev, .Walkthrough-slider .slick-next{
  z-index: 99;
  top: unset;
  bottom: -30px;
} */
.Walkthrough-slider iframe {
  border-radius: 15px;
}
/* .video-wap {
  width: 100%;
} */
.video-wap {
  height: 329px;
}
.video-wap video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.Walkthrough-slider .slick-prev,
.Walkthrough-slider .slick-next {
  z-index: 9;
  background-size: 10px !important;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  top: unset;
  bottom: -50px;
}
.Walkthrough-slider .slick-next {
  right: 10px;
  background: #911e82 url(../images/next-white.svg) center no-repeat !important;
  background-size: 10px !important;
}
.Walkthrough-slider .slick-prev {
  left: 10px;
  background: #911e82 url(../images/prev-white.svg) center no-repeat !important;
  background-size: 10px !important;
}

.Walkthrough-slider .slick-prev:before,
.Walkthrough-slider .slick-next:before {
  font-size: 36px;
  color: black;
  display: none;
}
.portfolio .slide-count {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  left: 58px;
  position: relative;
  top: 7px;
  color: #1d1d1d66;
}
.portfolio .slide-count span {
  color: #1d1d1d;
  font-size: 20px;
  opacity: 1;
}
.exterior-slide img {
  height: auto;
  object-fit: unset;
}
.video-box {
  position: relative;
}
a.ply-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  background: rgb(157 29 150 / 77%);
  margin: 0 auto;
  transform: translate(0, -50%);
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  border: none;
}
a.ply-btn svg {
  width: 18px;
  height: 18px;
  margin-top: 10px;
}
.modal-dialog {
  max-width: 750px;
}
.modal-body {
  padding: 0;
}
.modal-body iframe {
  width: 100%;
  height: 400px;
  display: block;
  border: 1px solid #000;
}
.btn-close {
  background: none;
  opacity: 1;
  position: absolute;
  right: 5px;
  z-index: 99;
}
.btn-close svg {
  width: 20px;
  height: 20px;
}
/* Portfolio End */

/* ESG Start */
.about {
  height: 500px;
  width: 100%;
  background: red;
}

.esg-img {
  height: 460px;
}

.circel-section {
  position: relative;
  padding: 40px 0;
}
.circel {
  position: relative;
  left: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px red solid;
}

.circel-section .circel .esg-box {
  opacity: 0;
}
.circel-section .circel .div-pos {
  transition: 1s all;
  width: 80px;
  height: 80px;
  background: #5b2359;
  border-radius: 50%;
  padding: 28px;
  position: absolute;
}

.circel-section .circel .box1 {
  left: 67%;
  top: -16%;
}
.circel-section .circel .box2 {
  left: 90%;
  top: 32%;
}
.circel-section .circel .box3 {
  left: 67%;
  top: 80%;
}
.circel-section .circel .box4 {
  left: 25px;
  top: 80%;
}
.circel-section .circel .box5 {
  left: -45px;
  top: 32%;
}
.circel-section .circel .box6 {
  left: 24px;
  top: -40px;
}

.circel-section .circel .esg-box {
  top: 39%;
  left: 41%;
}

/* .circel-section .circel .Details{
    max-width: 300px;
    height: 145px;
    background: red;
    text-align: center;
    position: absolute;
    width: 300px;
    left: 95px;
    top: 150px;
  display:none;
} */

/* ESG End */

/* contact STart */
.contact p strong {
  font-size: 18px;
}
.contact-details a {
  color: #1d1d1d;
}
.Disclaimer a {
  padding-left: 15px;
}
.contact-details img {
  width: 20px;
  height: 20px;
}

.contact {
  position: relative;
}
.contact:after {
  content: "";
  width: 39%;
  background: url(../images/contact-img.jpg) no-repeat;
  height: 100vh;
  position: fixed;
  z-index: -1;
  pointer-events: none;
  top: 0;
  right: 0;
  left: auto;
  background-size: cover;
}
.contact .form {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgb(223 195 221) 100%
  );
  padding: 15px 25px;
  border-radius: 25px 0 25px 0;
  text-align: center;
  border: 1px #911e8266 solid;
  transform: translate(0px, -60px);
}
.contact .form .form-group {
  margin-bottom: 12px;
}
.contact .form .heading-2 {
  margin-bottom: 15px;
}
.form-contact-success {
  display: none;
  font-size: 14px;
  padding: 10px;
  color: #9d1d96;
  font-weight: 600;
  margin-bottom: 0;
}
.contact .form .form-group input,
.contact .form .form-group select,
.contact .form .form-group textarea {
  border: 1px #911e8266 solid;
  border-radius: 10px;
  color: #1d1d1d;
  font-size: 14px;
  resize: none;
}
.contact .form .form-group textarea {
  height: 70px;
}
.select-subject {
  position: relative;
}
.select-subject:after {
  content: "";
  border-style: solid;
  border-width: 6px;
  border-color: #1d1d1d;
  position: absolute;
  left: unset;
  top: 15px;
  /* transform: translateY(-50%); */
  right: 18px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.form ::-webkit-input-placeholder {
  /* Edge */
  color: #1d1d1d;
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1d1d1d;
}

.form ::placeholder {
  color: #1d1d1d;
}
.form button {
  width: 100%;
  margin-bottom: 0;
  background: #9d1d96;
  color: #fff;
  border: 1px #9d1d96 solid;
}
.form-contact-error {
  font-size: 14px;
  text-align: left;
  display: block;
  color: red;
}

/* contact End */

.portfolio-page .mallDetails::before {
  border-color: #9d1d96;
  background-color: #f8b119;
}
.mallDetails svg {
  width: 14px !important;
  height: 14px !important;
  display: inline-block;
  margin-right: 5px;
}

.box-style-1 {
  border: 1px solid rgb(158 53 150);
  padding: 30px 20px 15px 20px;
  border-radius: 20px;
  position: relative;
}

.box-style-1 h4 {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 500;
  margin-top: -50px;
  background-color: #f9f9f9;
  display: inline-block;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  left: 47%;
  transform: translateX(-50%);
}

.box-style-1 ul li {
  color: #1d1d1d99;
  font-size: 14px;
  margin-bottom: 12px;
}

.accreative-ecg-sliders {
  margin-top: 30px;
}

/* .accreative-ecg-sliders .slick-slide{
  margin-right: 20px;
} */

.accreative-ecg-sliders .slick-list {
  padding: 20px 0;
}

.grey-border-box {
  border: 1px solid #911e822e;
  border-radius: 16px;
  background-color: #fff;
  padding: 1vh;
  text-align: center;
}

.grey-border-box p {
  margin-bottom: 0;
}

.invest {
  color: #1d1d1d66;
  font-size: 16px;
}

.currency {
  color: #000;
  font-weight: 600;
}

.slide__img {
  height: 47vh;
  display: block;
}

.accreative-ecg-sliders {
  margin-top: 30px;
  padding: 0 6%;
}

.slide__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  border: 60px;
  border-radius: 15px;
}

.accreative-ecg-sliders .slick-prev {
  left: 10px;
}

.accreative-ecg-sliders .slick-next {
  right: 10px;
}

.arrow-style {
  font-size: 30px;
  color: #1d1d1d99;
}

.accreative-ecg-sliders .slick-prev {
  margin-left: 20px;
  background: #f9b000;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  z-index: 9;
}

.accreative-ecg-sliders .slick-next {
  margin-right: 20px;
  background: #f9b000;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.accreative-ecg-sliders .slick-arrow i {
  font-size: 20px;
  color: #fff;
}
.accreative-ecg-sliders .slick-disabled {
  opacity: 0;
  cursor: unset;
}
.arrow-style::before {
  display: none;
}

.arrow-style:hover {
  color: #1d1d1d99;
}

.card-style-2 {
  border: 1px solid #9d1d96;
  border-radius: 16px;
  padding: 10px 20px;
  padding-right: 0;
  background-color: #fff;
  /* margin: 0 0px 50px 0px; */
  margin: 0 0px 5px 0px;
  position: absolute;
  cursor: pointer;
  width: 100%;
  top: 0;
}

.card-style-2 ul {
  margin-left: 20px;
  margin-top: 10px;
  display: none;
  padding-right: 15px;
}
.card-style-2 ul li {
  list-style: disc;
  font-size: 13px;
  color: #a6a6a6;
  font-weight: 300;
}

.circle-wrapper img {
  display: block;
  margin: auto;
  width: 70%;
}

.ESG-focus .heading-4 {
  font-size: 15px;
}
.card-style-2::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 1px;
  background-color: #9e3596;
  /* top: 40px; */
  top: 30px;
  left: 65%;
  z-index: -1;
  pointer-events: none;
}

.border-yellow {
  border-color: #f9b000;
  right: 15px;
}

.card-style-2.border-yellow::after {
  pointer-events: none;
  left: -65%;
  background-color: #f9b000;
  width: 65%;
}
.card-style-2 .d-flex {
  /* height: 50px; */
  height: 30px;
  position: relative;
  z-index: 9999;
  background: #fff;
  padding-right: 15px;
}

.circle-txt {
  position: absolute;
  color: #1d1d1d;
  font-weight: 500;
  transform: translateY(-10px);
  font-size: 20px;
}

.circle-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -40px;
  left: 23%;
  z-index: 6;
  pointer-events: none;
}

.ESG-focus {
  position: relative;
  height: 70vh;
  margin-top: 30px;
}

.card-style-2.border-yellow.open .heading-4 {
  color: #f9b000 !important;
}

.card-style-2.open .heading-4 {
  color: #911e82;
}

.card-style-2:nth-child(1) {
  z-index: 4;
}

.card-style-2:nth-child(2) {
  top: 30%;
  z-index: 5;
}
.left-esg .card-style-2:nth-child(2) {
  top: 48%;
  z-index: 5;
}

.card-style-2:nth-child(3) {
  top: 60%;
}

.new-esg {
  top: 22%;
  left: 12px;
  right: 0px;
  z-index: 1;
}
.new-esg {
  margin-top: -70px;
}
.left-3 {
  margin-top: -95px;
}
.card-style-2:nth-child(4) {
  top: 56%;
}

.mallLogo.nexus-westend img,
.mallLogo.nexus-seawood img {
  width: 110px;
}
.mallLogo.indore-central img,
.mallLogo.nexus-elante img {
  width: 80px;
}
.mallLogo.nexus-esplanade img {
  width: 100px;
}

.form.login-page {
  height: 90vh;
}
.login-page form {
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  transform: translate(0, 50%);
  -webkit-box-shadow: 0 10px 15px 0 rgb(157 29 150 / 20%);
  -moz-box-shadow: 0 10px 15px 0 rgb(157 29 150 / 20%);
  box-shadow: 0 10px 15px 0 rgb(157 29 150 / 20%);
}
.login-page form .form-group {
  margin-bottom: 15px;
}
.login-page button {
  width: 180px;
  margin: 0 auto;
  display: block;
}

.login-page .form-control {
  height: 40px;
  font-size: 14px;
}
.login-page h2.heading-2 {
  position: relative;
  text-align: center;
  font-size: 24px;
}
.login-page h2.heading-2:before,
.login-page h2.heading-2:after {
  content: "";
  width: 85px;
  height: 2px;
  background: #9d1d96;
  position: absolute;
  left: 0;
  top: 21px;
}
.login-page h2.heading-2:after {
  left: unset;
  right: 0;
}
.login-page .validation-form-error {
  font-size: 14px;
  color: red;
}
.login-page .alert.alert-block {
  background: #ff000042;
  padding: 5px;
  font-size: 12px;
  text-align: center;
}
/* .policy{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  align-items: center;
} */
.policy a {
  padding-right: 10px;
  position: relative;
  color: #5b2359;
  font-size: 14px;
}
.policy a:first-child::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #5b2359;
  position: absolute;
  right: 4px;
  top: 5px;
}
.content-scroll {
  height: 100vh;
  padding-bottom: 100px;
}
.content-scroll ul {
  padding-left: 35px;
}
.content-scroll ul li {
  list-style: disc;
}
.content-scroll a {
  color: #9d1d96;
}

.chart-video {
  height: 180px;
}
.chart-video-second {
  height: 312px;
}

.highcharts-figure,
.highcharts-data-table table {
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

g.highcharts-legend.highcharts-no-tooltip {
  display: none;
}

figure.highcharts-figure {
  border: 1px solid #a839a1;
  border-radius: 10px;
  padding: 0px;
  position: relative;
}

figure.highcharts-figure .char-title span {
  display: block;
}
figure.highcharts-figure .char-title {
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
  background-color: #f9f9f9;
  font-size: 14px;
  margin-left: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.supply-demand-factors figure.highcharts-figure > .char-title {
  background-color: #f5a540;
  padding: 3px 20px;
}

span.c-label {
  background: #a839a1;
  color: #fff;
  display: block;
  padding: 6px;
  border-radius: 5px;
  margin-top: 8px;
  text-align: center;
}

#chart3 .highcharts-axis-labels.highcharts-xaxis-labels span {
  transform: none !important;
}

.supply-demand-factors .highcharts-figure {
  padding: 10px;
}

.portfolio-slider {
  margin-bottom: 10px;
}

.highcharts-exporting-group {
  display: none;
}

.barchart-n {
  position: absolute;
  display: flex;
  width: 66%;
  bottom: 160px;
  font-size: 14px;
  color: #fff;
  left: 16.5%;
  justify-content: space-between;
  margin: auto;
}

.highcharts-axis-labels.highcharts-xaxis-labels span {
  font-weight: 600;
}

#strong-consumption {
  overflow-x: hidden !important;
}

.overflow-y-scroll {
  /* overflow-y:auto !important;
  overflow-x: hidden !important; */
}

#chart3 span.c-label {
  border: 1px solid #a839a1;
  background: transparent;
  color: #000;
}

.supply-demand-factors figure.highcharts-figure > .char-title {
  transform: translate(-50%, -50%);
  font-size: 12px;
  margin-left: 0;

  left: 50%;
}

.mobile-esg {
  display: none;
}

.modal-style-1 .modal-header {
  border: 0;
  padding: 0;
}

.modal-style-1 .modal-content {
  background: transparent;
  border: 0;
}

.modal-style-1 .modal-dialog {
  max-width: 60%;
}

.fade {
  transition: 0.5s;
}

.modal-style-1 .btn-close {
  right: 40px;
  top: 25px;
  width: 40px;
  height: 40px;
}

.modal-style-1 .btn-close svg {
  width: 30px;
  height: 30px;
}

.modal-style-1 .btn-close:focus {
  outline: 0;
}

.plus__icon {
  color: #313131;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.modal-style-2 .modal-dialog {
  max-width: 540px;
}
.modal-style-2 .modal-content {
  background-color: rgb(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
}
.modal-style-2 .modal-content .modal-body p {
  font-size: 20px;
}

/* .modal.modal-style-2.fade .modal-dialog {
    transition: transform 0.5s;
    transform: translate(0, 77%);
}

.modal-style-2 .modal-dialog-centered {
  min-height: calc(60% - 3.5rem);
} */

/* 31-03-2023 start*/

.sidebar-menu {
  background: #fff;
  padding: 2em 1em 3em 2em;
  /* height: calc(100vh - 0.2rem); */
  position: sticky;
  top: 100px;
  /* position: fixed;
        left: 6.45rem;
            overflow: hidden;
    z-index: 1;
    top: 0;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden; */
}

.sidebar .nav-link:hover ~ .sidebar-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.sidebar-menu.open {
  opacity: 1;
  visibility: visible;
}

.menu-heading {
  font-size: 2.8rem;
  font-weight: 600;
  padding: 0 1rem;
}

.sidebar-menu > ul li a {
  font-size: 1rem;
  color: #1d1d1d;
  font-weight: 600;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #00000017;
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar-menu .dropdown [data-menu-toggle="dropdown"]::after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  transform-origin: center;
  width: 10px;
  height: 10px;
  transition: 0.5s;
}

.sidebar-menu .dropdown.open [data-menu-toggle="dropdown"]::after {
  transform: rotate(-135deg);
}

.sidebar-menu ul.menu-list {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 1rem;
  padding-bottom: 20px;
  height: 100%;
}

.sidebar-menu ul.menu-list::-webkit-scrollbar {
  width: 8px;
}

.sidebar-menu ul.menu-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  margin: 80px;
}

.sidebar-menu ul.menu-list::-webkit-scrollbar-thumb {
  background: #9e3596;
}

ul.menu-list .dropdown-menu {
  display: none;
  position: relative;
  border: 0;
}

ul.menu-list .dropdown-menu li a {
  padding: 8px;
  color: rgb(0 0 0 / 65%);
}

.vh-screen {
  height: 100vh;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
}

.overlay-1 {
  position: relative;
  z-index: 1;
}

.overlay-1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: -1;
}

.border-heading.white {
  border-color: #fff !important;
}

.nse-reports {
  background: linear-gradient(200deg, #911e82, #5a215f);
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 1.2rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-arrow {
  color: green;
  cursor: pointer;
}

.nse-reports strong {
  font-weight: 700;
}

.vh-screen::before {
  display: none;
}

.fancy-radius-box.purple {
  background: #9d1d96;
  color: #fff;
}
.fancy-radius-box {
  border: 1px solid #707070;
  border-radius: 25px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  flex-direction: column;
  height: 12.188rem;
}

.metrics-count {
  font-size: 3rem;
  font-weight: 700;
}

.fancy-radius-box p {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.metrics-slider .slick-slide {
  margin: 10px;
}

.metrics-slider .slick-dots {
  position: static;
  margin-top: 50px;
}

.metrics-slider .slick-dots li {
  background: #fff;
  width: 50px;
  height: 3px;
}

.metrics-slider .slick-dots li:not(.slick-active) {
  opacity: 0.5;
}

.metrics-slider .slick-dots li button {
  width: 100%;
  height: 100%;
}

.updated-info-status {
  color: #f5f5f7;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 80px;
  font-weight: 300;
}

.bottom-pos {
  bottom: 0;
}

top-pos {
  top: 0;
}

.ir-pages {
  padding: 3em 5em;
  margin-top: 3.75rem;
}

.fw-sbold {
  font-weight: 600 !important;
}

.text-light-dark {
  color: #1d1d1d;
  opacity: 0.6;
}

.white-box-shadow {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  height: 10.063rem;
  justify-content: space-between;
  transition: 0.5s;
}
.box-shadow-1 {
  box-shadow: 0px 7px 20px #9d1d9629;
}
.overview .white-box-shadow {
  height: 8.8rem;
}
.white-box-shadow:hover {
  background-color: #911e82;
}

.white-box-shadow:hover * {
  color: #fff !important;
}

.count-txt {
  font-size: 2.3rem;
  font-family: "Manrope-Bold";
  color: #911e82;
}

.count-txt small {
  font-size: 1.5rem;
}
.text-grey-100 {
  color: #929292;
}
.key-name {
  font-size: 1.125rem;
}

.fw-500 {
  font-weight: 500;
}

.download-icon svg {
  width: 17px;
  height: 17px;
  vertical-align: top;
}

.card.card-style-4 .card-img {
  overflow: hidden;
  border-radius: 10px;
  height: 22.875rem;
  background: #fff;
}

.card.card-style-4 .card-img img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.btn-primary-1 {
  background-color: #9d1d96;
  color: #fff;
  border: 1px solid #9d1d96;
}

.btn-primary-1:hover {
  background-color: transparent;
  color: #9d1d96;
  border: 1px solid #9d1d96;
}

.pdf-reports-list a,
.report-card {
  border-radius: 10px;
  background: #fff;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  transition: 0.5s;
  color: #1d1d1d;
}
.report-card .heading-3 {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.pdf-reports-list a:hover {
  box-shadow: 0px 7px 21px #9d1d9629;
}
.latest-results a {
  padding: 1rem 2rem;
}
.pdf-icon {
  font-size: 2rem;
  color: #929292;
}

.event-options a i {
  font-size: 1.5rem;
}

.card-style-3 {
  border: 1px solid #9d1d96;
  border-radius: 10px;
  position: relative;
  padding: 2em 1em;
}

.card-style-3 .card-title {
  position: absolute;
  top: -20px;
  background: #f9f9f9;
  padding: 0 20px;
}
.card-style-3 .card-title.card-amount {
  right: 35px;
  top: -25px;
}
.card-style-3 .card-title.card-amount p {
  line-height: 1.3;
}

.card-amount span {
  color: green;
  font-size: 14px;
}

.card-amount p {
  line-height: 1.5;
}
.card-amount p.heading-2 {
  color: #f39c38;
}
.list-style-3 li a {
  color: #1d1d1d;
}
.border-middle:before {
  content: "";
  position: absolute;
  width: 0.3px;
  height: 70%;
  background: #707070;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 1;
}

.card-style-3 a {
  word-break: break-word;
}
.card-style-3 a.mail {
  font-size: 14px;
}
.paginate_button.disabled {
  display: none;
}

.form-select.style-1 {
  background-color: #f0e3ef;
  background-image: url("../images/arrow-down-purpel.svg");
  color: #9d1d96;
  padding: 10px 25px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 88% 50%;
  border-radius: 12px;
  border: 0;
  min-width: 180px;
  font-size: 16px;
  font-weight: 400;
}

.form-select:focus {
  box-shadow: none;
}

.report-card.style-2 {
  color: #1d1d1d;
  font-weight: 500;
  height: 100%;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}

.report-card.style-2:hover {
  background-color: #9d1d96;
}

.report-card.style-2:hover .event-view-features {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.report-card.style-2 ul li {
  transform: translateY(30px);
  transition: 0.5s;
}

.report-card.style-2:hover li {
  transform: translateY(0);
}

.report-card.style-2:hover * {
  color: #fff;
}

.report-card.style-2 i {
  color: #1d1d1d82;
  font-size: 2.5rem;
}

.rwd-table {
  width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: #9d1d96;
  color: #fff;
  vertical-align: middle;
}
.rwd-table thead tr:first-child th {
  border: 1px ridge #ffffff;
}
.bgcolorlightred th {
  border: 1px ridge #ffffff !important;
}
.bgcolorlightred {
  border-top: none;
  background: #9d1d96 !important;
  color: #fff;
  vertical-align: middle;
}
.rwd-table tr {
  background-color: #f9f9f9;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #f9f9f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: 0.5em;
}

.rwd-table td:last-child {
  margin-bottom: 0.5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: 0.4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #9d1d96;
}

.rwd-table th,
.rwd-table td {
  padding: 0.5em 1em;
  border: 1px solid #70707052;
  text-align: center;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.rwd-table th {
  border: 0;
  text-align: center;
}

div.dataTables_wrapper div.dataTables_paginate {
  background: #ffffff;
  border-radius: 12px;
  padding: 5px 30px;
  width: max-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}

a.paginate_button:not(.previous, .next) {
  color: #1d1d1d7d;
  display: flex;
  width: 35px;
  height: 35px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

a.paginate_button.current {
  box-shadow: 0px 7px 12px #9d1d9647;
  border-radius: 12px;
  background: #9d1d96;
  color: #fff;
}

.paginate_button.next {
  margin-left: 20px;
  color: #1d1d1d7d;
}
.paginate_button.previous {
  margin-right: 20px;
  color: #1d1d1d7d;
}
.dataTables_wrapper div.dataTables_paginate span {
  display: flex;
}

.fp-watermark {
  display: none !important;
}

.vertical-scrolling:last-child .fp-overflow {
  /* min-height: 100vh;
    display: flex;
    flex-direction: column; */
}

.inv-footer {
  background: #1d1d1d;
  color: #fff;
  padding: 4rem 0 0;
  width: 100%;
  /* margin-top: auto; */
}
.inv-footer h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
.copy-right {
  border-top: 1px solid #dddddd3d;
  padding: 1em;
  text-align: center;
  margin-top: 20px;
}

.quick-links li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  transition: 0.5s;
}

.quick-links li a:hover {
  color: #bcbcbc;
}

.nexus_logo {
  position: absolute;
  right: 60px;
  top: 50px;
}

.date__picker .form-control {
  padding: 10px 25px;
  border-radius: 12px;
  border: 0;
  min-width: 180px;
  font-size: 16px;
  font-weight: 400;
  color: #9d1d96;
  background: #f0e3ef url(../images/dateicon.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 90% 50%;
  margin-top: 6px;
  position: relative;
}

.ui-widget-header {
  border: 1px solid #9e3596;
  background: #9e3596;
  color: #fff;
  font-weight: bold;
}

.card-style-5 {
  background: #f0e3ef 0% 0% no-repeat padding-box;
  border-radius: 25px;
  padding: 2rem;
}

.list-style-2 > li {
  color: #1d1d1d;

  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.list-style-2 > li::before {
  content: "\F135";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-size: 2rem;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
}

.list-style-disc {
  margin: 10px 20px;
}
.list-style-disc li {
  list-style-type: disc;
}

.date-time-txt {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1d;
}

.calendar,
.calendar_weekdays,
.calendar_content {
  max-width: 585px;
}

.calendar {
  /*float: left;*/
  margin: auto;
  min-width: 320px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.calendar_weekdays {
  color: #aaa;
  font-weight: lighter;
}
.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
}
.calendar_content,
.calendar_weekdays,
.calendar_header {
  position: relative;
}
.calendar_content:after,
.calendar_weekdays:after,
.calendar_header:after {
  content: " ";
  display: table;
  clear: both;
}
.calendar_weekdays div,
.calendar_content div {
  /*border: 1px dotted #999;*/
  width: 14.28571%;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  background-color: transparent;
  color: #1d1d1d;
  font-weight: 600;
}

.calendar_content .today {
  color: #3b8fc7;
}
.calendar_content div {
  float: left;
  /* margin-left: -1px; */
  margin-top: -1px;
  border: 1px solid transparent;
  font-weight: 400;
}
.calendar_content div:hover {
  border: 1px solid #f0e3ef;
  background: #f0e3ef;
  /*line-height: 68px;*/
  cursor: pointer;
}
.event-box {
  overflow: hidden;
}
.card-style-3.h-100.event-box:before,
.card-style-3.h-100.event-box:after {
  content: "";
  width: 100%;
  height: 45%;
  background: url(../images/calendar-img1.png) no-repeat;
  background-size: 40%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

.card-style-3.h-100.event-box:after {
  background: url(../images/calendar-img2.png) right no-repeat;
  top: unset;
  bottom: 0;
  left: unset;
  right: 0;
  background-size: contain;
}

.calendar_content .calendar_content div.blank:hover {
  cursor: default;
  border: none;
}

.calendar_content div.past-date {
  cursor: initial;
  color: #d5d5d5;
}
.calendar_content div.today {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: #9d1d96;
  box-shadow: 0px 7px 12px #9d1d9647;
  border-radius: 12px;
}
.calendar_content div.selected {
  background-color: #f0e3ef; /*rgba(170, 170, 176, .5) #aaaab0*/
  border: 1px solid #f0e3ef;
}
.calendar_content .event-sec {
  background: #e7e7e7 !important;
}
.today.selected {
  background: #9d1d96 !important;
}
.calendar_header {
  width: 100%;
  text-align: center;
}

.calendar_header h2 {
  float: left;
  width: 70%;
  margin-top: 10px;
  padding: 0 10px;
  font-weight: 900;
  font-size: 1.5em;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  line-height: 52px;
  height: 55px;
  float: left;
  width: 10%;
  font-size: 3rem;
  transition: color 0.2s;
}
/* button.switch-month.switch-left {
  margin-left: 40px;
} */
button.switch-month:hover {
  color: #5eade2;
}

button.switch-month i {
  font-size: 25px;
}
button.switch-month:hover i {
  color: #9d1d96;
}

.calendar_header h2 {
  color: #1d1d1d;
  line-height: 1.7;
  text-align: left;
}

.event-view-features {
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  gap: 22px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background: #9d1d96;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  left: 0;
}

.event-view-features li a i {
  color: #9e3596 !important;
  font-size: 1.5em !important;
}

.report-card.style-2:hover .event-view-features li a i {
  color: #fff !important;
}
/* 31-03-2023 end*/

.debenture-holders .card-style-3 {
  padding: 15px;
  transition: 0.5s;
}
.debenture-holders .card-style-3 ul li,
.debenture-holders .card-style-3 ul li a {
  font-size: 14px;
  word-break: unset;
}

.debenture-holders .card-style-3:hover {
  background: #9d1d96;
  transition: 0.5s;
}
.debenture-holders .card-style-3:hover h3,
.debenture-holders .card-style-3:hover p,
.debenture-holders .card-style-3:hover li,
.debenture-holders .card-style-3:hover a {
  color: #fff !important;
}
.credit-ratings a {
  margin-bottom: 20px;
  transition: 0.5s;
  padding: 1.5rem 2rem;
}
.credit-ratings a:hover {
  background: #9d1d96;
  transition: 0.5s;
  color: #fff;
}
.credit-ratings a:hover .pdf-icon {
  color: #fff;
}

.accordion-style-1 .accordion-item,
.disclosure {
  border: #9d1d96 1px solid !important;
  margin-bottom: 24px;
  border-radius: 8px;
}

.accordion-button::after,
.accordion-style-2 .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background: url(../images/arrow-down.svg) no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after,
.accordion-style-2 .accordion-button:not(.collapsed)::after {
  background: url(../images/arrow-down.svg) no-repeat;
  transform: rotate(-180deg);
  filter: brightness(0) invert(1);
  opacity: 1;
}
.accordion-style-2 .accordion-button::after,
.accordion-style-2 .accordion-button:not(.collapsed)::after {
  background: url(../images/arrow-down-purpel.svg) no-repeat;
  background-size: contain;
}

.accordion-style-2 .accordion-button:not(.collapsed)::after,
.accordion-style-2 .accordion-button:hover::after {
  filter: unset;
}
.accordion-button:hover::after {
  filter: brightness(0) invert(1);
}
/* .accordion-button span svg{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 18px;
} */

.accordion-style-1 .accordion-item:first-of-type .accordion-button,
.accordion-style-1 .accordion-button,
.accordion-style-1 .accordion-item:last-of-type .accordion-button.collapsed,
.accordion-style-2 .accordion-item:first-of-type .accordion-button,
.accordion-style-2 .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 8px;
}
.accordion-style-1 .accordion-button,
.disclosure {
  font-size: 1.2rem;
  padding: 15px;
}

.accordion-style-2 .accordion-button {
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 10px;
}
.accordion-style-1 .accordion-button:hover,
.accordion-style-1 .accordion-button:not(.collapsed) {
  background: #9d1d96;
  color: #fff;
}
.accordion-style-2 .accordion-button:not(.collapsed) {
  color: #9d1d96;
}
.accordion-style-2 .accordion-item {
  border: #9d1d96 1px solid !important;
  border-radius: 8px;
  margin-bottom: 24px;
}
.accordion-style-2 .accordion-button {
  color: #1d1d1d;
}

.disclosure {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1d1d1d;
  font-weight: 600;
}
.disclosure:hover {
  color: #9d1d96;
}
.disclosure .pdf-icon {
  font-size: 1.5rem;
  color: #9d1d96;
}
.disclosure-box {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 15px;
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
}
.disclosure-box .pdf-icon {
  /* position: absolute;
  right: 20px;
  bottom: 10px; */
}
.disclosure-box .pdf-icon a {
  color: #929292;
}
.audit-committee .card-body {
  background: #fff;
  border-radius: 8px;
  height: 100%;
}

.audit-committee .card.card-style-4 .card-img {
  border-radius: 10px 10px 0 0;
  height: 18rem;
}
.audit-committee .card-title {
  font-size: 1.28rem !important;
  text-align: center;
  height: 4.25rem;
  line-height: 1.2;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
}
.audit-committee .card {
  border-radius: 10px;
  margin: 0 8px;
  margin-bottom: 5px;
}
.audit-committee .card:hover {
  box-shadow: 0px 7px 20px #9d1d9629;
  border-radius: 0 0 10px 10px;
  background: transparent;
}
.audit-committee .card:hover .card-title {
  background: #9d1d96;
  transition: 0.5s;
  color: #fff;
}
.audit-committee-slider {
  margin: 0 15px;
}
.audit-committee-slider .slick-next,
.audit-committee-slider .slick-prev {
  margin-right: 20px;
  background: #9d1d96;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.audit-committee-slider .slick-arrow i {
  font-size: 20px;
  color: #fff;
}
.audit-committee-slider .slick-prev {
  margin-left: 0;
  margin-right: unset;
  z-index: 9;
  left: -10px;
}
.p-right-50 {
  padding-right: 50px !important;
}
.governance-overview .card-body {
  overflow: hidden;
  position: relative;
}

.governance-overview span {
  background: #9d1d96;
  width: 85px;
  height: 85px;
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.governance-overview span img {
  width: 30px;
  height: 30px;
  margin: 0 18px -10px 0;
}
.rwd-table.complaints-table tr:hover:not(:first-child) {
  background-color: unset;
}
.table.complaints-table > :not(:first-child) {
  border-top: none;
}

.complaints-table thead tr {
  border: 1px #9d1d96 solid;
}

.complaints-table a {
  color: #000;
  opacity: 0.5;
}
.complaints-table a:hover {
  color: #9d1d96;
  opacity: 1;
  transition: 0.5s;
}
.complaints-table a svg {
  filter: grayscale(100%);
  opacity: 0.5;
}
.complaints-table a:hover svg {
  filter: grayscale(0);
  opacity: 1;
  transition: 0.5s;
}
.complaints-table .download-icon i {
  font-size: 1.3em;
}
.useful-sites .white-box-shadow {
  padding: 40px;
  height: 13rem;
  text-align: center;
  border: 1px #9d1d96 solid;
}
.useful-sites .count-txt {
  color: #1d1d1d;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background-color: #fff;
  left: 0;
  top: 0;
}
.loader img {
  width: 300px;
}

.nse-reports::-webkit-scrollbar {
  display: none;
}
.investor-relation-map img {
  max-width: 94%;
  display: block;
  margin-left: auto;
  margin: 0 auto;
}
.REIT-Basics ul {
  padding-left: 4rem;
}
.REIT-Basics ul li {
  list-style: disc;
}
.REIT-Basics p i {
  font-size: 24px;
  vertical-align: middle;
}

.tab-scroll {
  overflow-x: scroll;
}

.tab-scroll::-webkit-scrollbar {
  height: 10px;
}
.tab-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.tab-scroll::-webkit-scrollbar-thumb {
  height: 2px;
  background-color: #222;
}
.tab-scroll .nav {
  margin-bottom: 10px;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.sticky-contact-btn img {
  width: 25px;
}
.sticky-contact-btn {
  width: 70px;
  height: 70px;
  background: #5b2359;
  position: fixed;
  right: 60px;
  bottom: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* temp css */
.in_section h3 {
  color: #261c20;
  font-size: 36px;
  padding-bottom: 20px;
}

.inner_bs {
  padding: 25px;
  background: #f1f1f1;
  margin-bottom: 10px;
}

.inner_bs h1 {
  font-size: 25px;
  color: #000000;
  margin-top: 0;
}

.inner_bs h4 {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}

.inner_bs label {
  display: block;
  font-size: 12px;
  line-height: 19px;
}

.red_c {
  color: #e03333;
}

.cst_tbl_price {
  width: 100%;
  font-size: 14px;
}

.cst_tbl_price tr td,
.cst_tbl_price tr th {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 18px;
}

.cst_tbl_price tr:nth-child(odd) {
  background: #f8f9fa;
}

.red_c {
  color: #f6921e;
  font-size: 45px;
  padding-left: 0px !important;
  font-weight: 500;
}

.inner_bs h6 {
  color: #f6921e;
  font-size: 45px;
  padding-left: 0px !important;
  font-weight: 600;
}

.al_unt {
  font-size: 14px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #261c20;
  border-bottom: 2px solid #ff8e43;
  font-weight: 400;
  margin-bottom: 15px;
}

.al_unt:hover,
.al_unt:focus {
  color: #ff8e43;
  text-decoration: none;
}

.lw_arrow {
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid green;
  display: inline-block;
}

.lw_dta {
  font-size: 22px !important;
  color: #e03333;
}

.dt_tm {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}

.up_arrow {
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid green;
  display: inline-block;
}

.hg_dta {
  font-size: 22px !important;
  color: green;
}

/* temp end */

.tab-pane:focus-visible,
.tab-pane:focus {
  outline: none !important;
}

table.dataTable thead th {
  text-align: center;
}

.overview .updated-info-status {
  position: unset;
  color: #1d1d1d;
  opacity: 0.6;
  text-align: right;
  display: block;
  padding-right: 10px;
}

.contact-us-scroll {
  height: calc(80vh - 230px);
  overflow-y: auto;
  padding-right: 20px;
}
#teamprofileModal .modal-dialog {
  transform: translate(0, 15px);
}
.table-dark {
  --bs-table-bg: #9e3596;
  --bs-table-striped-bg: #9e3596;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #9e3596;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #9e3596;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #9e3596;
}

.contact-us-scroll table tr td,
.contact-us-scroll table tr th {
  padding: 12px;
}

header {
  /* background-color: #9D1D96; */
  padding: 15px 30px;
  background: rgb(255 255 255 / 81%);
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  box-shadow: -5px -4px 10px 0px #333;
}
header .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
header a img {
  max-width: 155px;
}

.fixed-header .navbar {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 99999;
  left: 0;
  right: 0;
  box-shadow: -5px -4px 10px 0px #333;
  animation: slide-down 0.7s;
  padding: 10px 0;
}
.fixed-header .navbar img {
  width: 130px;
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

header li a.nav-link {
  color: #1d1d1d;
  text-align: center;
  font-size: 0.9em;
  display: block;
  font-weight: 600;
  margin: 0 15px;
}
header li a.nav-link:hover,
header li a.nav-link.active,
header li a.nav-link:focus {
  color: #911e82 !important;
}
header .dropdown:hover > .dropdown-menu {
  display: block;
}

header .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
header .dropdown button {
  background: transparent;
  color: #000;
  border: none;
  font-size: 0.9em;
}
header .dropdown button:hover,
header .dropdown button.active {
  color: #911e82;
}
header .dropdown-toggle::after {
  display: none;
}
header .dropdown-toggle {
  white-space: unset;
}
header .dropdown-menu li a {
  color: #1d1d1d;
  font-size: 12px;
  text-align: left;
  font-weight: 600;
  padding: 10px 20px;
  display: block;
}

header .dropdown-menu li a:hover {
  color: #911e82;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 180px;
  left: 25px;
  /* padding: 10px 0; */
  /* display: block; */
  border-radius: 0;
  border-top: 3px #911e82 solid;
}

header .dropdown button:before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  bottom: 14px;
  top: 10px;
  right: 12px;
  border-top: black solid 2px;
  border-left: black solid 2px;
  transform: rotate(225deg);
}

.sub-menu {
  position: absolute;
  right: -180px;
  background: #fff;
  top: 10px;
  width: 180px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 3px #911e82 solid;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(30px);
}

.sub-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

li.dropdown.innerDrop {
  position: relative;
}
li.dropdown.innerDrop:before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 16px;
  right: 20px;
  border-top: black solid 1.5px;
  border-left: black solid 1.5px;
  transform: rotate(135deg);
}

li.dropdown.innerDrop.active::before {
  transform: rotate(225deg);
  transition: 0.5s;
}
main {
  margin-top: 110px !important;
}
.dashboard-page main,
.investor-body main {
  margin-top: 0 !important;
}
.stats-sec .fp-overflow {
  height: 70vh;
}

.metrics-slider-wrapper {
  transform: translate(0, 50%);
}
/* Dashboard CSS */

.main-slider {
  height: 100vh;
}

.main-slider .item,
.main-slider .item img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.main-slider .item {
  position: relative;
}

.main-slider .item::before {
  content: "";
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.main-slider .item .banner-caption h2 {
}

.main-slider .item .banner-caption {
  position: absolute;
  bottom: 10%;
  color: #fff;
  left: 10%;
  font-weight: 100;
}
.main-slider .slick-dots {
  bottom: 10px;
}
.main-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50px;
}
.main-slider .slick-dots li.slick-active button {
  background: #9d1d96;
}
.main-slider .slick-dots li {
  margin: 0;
}

.dashboard-page section:not(:first-child) {
  padding: 2rem 5rem;
}

.malls-stats-info .stats-box {
  -webkit-box-shadow: 0px 0px 18px 0px rgb(157 29 150 / 18%);
  -moz-box-shadow: 0px 0px 18px 0px rgb(157 29 150 / 18%);
  box-shadow: 0px 0px 18px 0px rgb(157 29 150 / 18%);
  transition: 0.5s;
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.malls-stats-info .stats-box:hover {
  background: #9d1d96;
}
.malls-stats-info .stats-box:hover * {
  color: #fff;
}

.malls-stats-info .stats-box span {
  font-size: 14px;
  color: #929292;
  position: absolute;
  bottom: 10px;
  right: 0;
  line-height: 16px;
  padding-right: 10px;
  text-align: right;
}

.bg-grey-2 {
  background: #f3f3f3;
}
.shadow-box {
  box-shadow: 0px 16px 25px #9d1d9621;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  height: 100%;
}

.shadow-box span.icon svg {
  width: 60px;
  height: 60px;
  fill: #9d1d96;
}

.esg-content {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.esg-sec-img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}

.dashboard-page .mainfooter {
  background: #1e1e1e;
  padding: 5em 0% 5em 5%;
}

.text-light-1 {
  color: #ffffff;
  opacity: 0.42;
}

.quick___links li a {
  color: #ffffff;
  opacity: 0.42;
  margin-bottom: 15px;
  display: block;
}

.contact__info li {
  display: flex;
}

.contact__info .icon {
  color: #fff;
  margin-right: 20px;
  font-size: 18px;
}

ul.contact__info li {
  margin-bottom: 20px;
}

.copyright {
  background: #000;
  padding: 20px;
  text-align: center;
}

.fp-enabled .modal-backdrop {
  z-index: -1;
}

.module_container--content {
  overflow-y: scroll;
  height: 260px;
  padding: 15px;
  margin-bottom: 10px;
}

.modal-backdrop {
  /* z-index: -1; */
  z-index: 1;
}

/* .nseArrow.green,.bseArrow.green {
  color: green;
}

.nseArrow.red, .bseArrow.red {
  color: red;
  transform: rotate(180deg);
  display: inline-block;
}

span.filter-arrow.bseArrow.red ~ span#BSEChangeinNo, span.filter-arrow.bseArrow.red ~ span#BSEChangePercent, span.filter-arrow.nseArrow.red ~ span#NSEChangeinNo, span.filter-arrow.nseArrow.red ~ span#NSEChangePercent

{color: #ff3b00;
  font-weight: 600;
}

span.filter-arrow.bseArrow.green ~ span#BSEChangeinNo, span.filter-arrow.bseArrow.green ~ span#BSEChangePercent, span.filter-arrow.nseArrow.green ~ span#NSEChangeinNo, span.filter-arrow.nseArrow.green ~ span#NSEChangePercent
{color: #00e900;
  font-weight: 600;
} */

.Policies-drop .form-select {
  padding: 10px;
  font-size: 16px;
  color: #9d1d96;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #9d1d96;
  background-size: 20px 16px;
  appearance: auto;
}
#pichart rect {
  fill: transparent;
}

.Analyst-Coverage .dataTables_paginate {
  display: none !important;
}
.Analyst-Coverage table.dataTable thead th,
.Analyst-Coverage table.dataTable td {
  text-align: left;
  font-size: 14px;
}

.guidance-box {
  margin-bottom: 25px;
}
.guidance-box img {
  width: 99%;
}
.guidance-box .caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  background: #f8b119c9;
  width: 100%;
  border-radius: 5px;
  padding: 15px;
}
.guidance-box .heading-3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  position: relative;
  color: #5b2359;
}
.border-style-blue:before {
  background: #5b2359;
  content: "";
  position: absolute;
  right: -55px;
  bottom: 5px;
  width: 45px;
  height: 2px;
}
.guidance-box .caption p {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  color: #414141;
}

/*Edits*/
.vmv-panel {
  padding: 50px 0 20px 0;
}
.vmv-blurb {
  position: relative;
  padding-bottom: 55%;
  margin-top: 10px;
  background: #ffffff;
  border: 2px solid #efefef;
  border-radius: 15px;
  transition: 0.5s;
}
.vmv-blurb:hover {
  background: transparent
    linear-gradient(147deg, var(--unnamed-color-9d1d96) 0%, #f369eb 100%) 0% 0%
    no-repeat padding-box;
  background: transparent linear-gradient(147deg, #9d1d96 0%, #f369eb 100%) 0%
    0% no-repeat padding-box;
  border: 2px solid transparents;
  transition: 0.5s;
  box-shadow: 0px 16px 25px #9d1d963d;
}
.vmv-blurb:hover .vmv-blurb-det h3,
.vmv-blurb:hover .vmv-blurb-det p {
  color: #ffffff;
  transition: 0.5s;
}
.vmv-blurb:hover svg path {
  fill: #ffc5fc;
  transition: 0.5s;
}
.vmv-blurb svg {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 20%;
}
.vmv-blurb svg path {
  fill: #7e7d7d;
  transition: 0.5s;
}
.vmv-blurb-det {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 30% 20px 20px;
}
.vmv-blurb-det h3,
.vmv-blurb-det p {
  color: #7e7d7d;
  transition: 0.5s;
}
.vmv-blurb-det h3 {
  font-family: "Manrope-SemiBold";
  font-size: 30px;
  line-height: 100%;
  padding-bottom: 10px;
}
.vmv-blurb-det p {
  font-family: "Manrope-Medium";
  font-size: 14px;
  line-height: 20px;
}

/*Footer*/
.pad-right {
  padding-right: 30px;
}

.nseArrow.green,
.bseArrow.green {
  color: #00e900;
}

.nseArrow.red,
.bseArrow.red {
  color: red;
  transform: rotate(180deg);
  display: inline-block;
}
.mobileSiideMenu {
  display: none;
}

.no-events {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.no-events span img {
  /* font-size: 50px; */
}

.investor-body .modal-backdrop {
  z-index: 1;
}
.video-recording .modal-body video {
  width: 100%;
  margin-bottom: -5px;
}
.video-recording .modal-content {
  border: none;
  outline: none;
  border-radius: 0;
}
.video-recording .modal-dialog {
  max-width: 640px;
}
.video-recording .modal-body {
  padding: 10px;
}
.video-recording .modal-header {
  padding: 25px;
  border: none;
}
.video-recording .btn-close {
  color: #000;
  opacity: 1;
  font-size: 40px;
  font-weight: 300;
  top: 0px;
}

.Unit-Quote-frame iframe {
  height: 400px;
}
.Unit-Chart-frame iframe {
  height: 720px;
}
.Information-frame iframe {
  height: 720px;
}
.event-calendar .ui-widget-header {
  background: transparent;
  border: none;
  margin-bottom: 10px;
}
.event-calendar .ui-datepicker-title {
  color: #1d1d1d;
  text-align: left;
  font-weight: 900;
  font-size: 1.5em;
  margin: 0 1em;
  line-height: 1.2em;
}
.event-calendar .ui-datepicker .ui-datepicker-calendar th span {
  font-size: 16px;
}
.event-calendar .ui-datepicker .ui-datepicker-prev {
  left: unset;
  right: 50px;
  transform: rotate(90deg);
}
.event-calendar .ui-datepicker .ui-datepicker-next {
  transform: rotate(-90deg);
  right: 10px;
}

.event-calendar .ui-datepicker .ui-datepicker-next-hover {
  /* right: 10px; */
  top: 2px;
  border: none;
  background: transparent;
}
.event-calendar .ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  border: none;
  background: transparent;
}
.event-calendar .ui-datepicker .ui-datepicker-prev span,
.event-calendar .ui-datepicker .ui-datepicker-next span {
  left: 40%;
  cursor: pointer;
}
.event-calendar .ui-widget-header .ui-icon {
  background: url(../images/arrow-down-purpel.svg) no-repeat;
}

.event-calendar .ui-icon {
  width: 25px;
  height: 25px;
}
.event-calendar .ui-datepicker {
  width: 100%;
}
.event-calendar .ui-widget.ui-widget-content {
  border: none;
  background: transparent;
}
.event-calendar .ui-state-default {
  background: transparent;
  font-weight: 400;
  color: #1d1d1d;
  width: 55px;
  height: 40px;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 5px;
  transition: 0.5s;
}
.event-calendar .ui-state-default:hover {
  background: #f0e3ef;
  transition: 0.5s;
  border: none;
}
.event-calendar .ui-state-default.ui-state-active {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: #9d1d96;
  box-shadow: 0px 7px 12px #9d1d9647;
  border-radius: 12px;
  border: none;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}

/* ESG overflow section css start */
.esg-body {
  background: #f9f9f9;
}
/* section{overflow-x: hidden !important;overflow-y: hidden;} */
.home-one {
  overflow-x: hidden !important;
  width: 100vw !important;
}
.large-card-sec {
  overflow-x: visible !important;
  overflow-y: visible !important;
}
.navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-brand img {
  height: 30px;
}
/* .home-one{padding: 100px 0;} */
/* header{border-bottom: 1px solid #8e278f;padding: 10px 0;position: fixed; top: 0; width: 100%;z-index: 1000;background-color: white;} */
.header-img img {
  display: flex;
  align-self: center;
}
.left-sec {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 100px;
  align-items: center;
  align-content: center;
}
/* .left-sec h1,  .left-sec h2,  .left-sec{display: flex;width: 100%;} */
.left-sec h1 {
  font-size: 70px;
  line-height: 70px;
  color: #822995;
}
.left-sec h1 strong {
  text-transform: uppercase;
}
.left-sec h2 {
  font-size: 40px;
  margin: 30px 0;
  line-height: 1;
}
.left-sec h2 span {
  margin-right: 10px;
}
.left-sec h2 span:first-child {
  color: #f86c2f;
}
.left-sec h2 span:nth-child(2) {
  color: #f13e82;
}
.left-sec h2 span:nth-child(3) {
  color: #ffab2d;
  margin-right: 0;
}
.btn-style-1 {
  text-decoration: none;
  padding: 5px 10px;
  color: white;
  background-color: #ffac36;
  margin-top: 40px;
  display: inline-block;
  border-radius: 0 10px;
  font-weight: bold;
  transition: all 0.3s;
}
.btn-style-2 {
  text-decoration: none;
  padding: 5px 10px;
  color: white;
  background-color: #ffac36;
  display: inline-block;
  border-radius: 0 10px;
  font-weight: bold;
  transition: all 0.3s;
}
.btn-style-1:hover {
  background-color: #982890;
  color: white;
  border-radius: 10px 0;
  transition: all 0.3s;
}
.btn-style-2:hover {
  background-color: #982890;
  color: white;
  border-radius: 10px 0;
  transition: all 0.3s;
}
.section-happiness {
  position: relative;
  padding: 150px 0;
}
.section-happiness,
.about-nexus,
.esg-highlight {
  background-color: #8e278f;
  border-radius: 40px 0 0 0;
  overflow: hidden;
  position: relative;
}
.about-nexus {
  border-radius: 0 60px 0 0 !important;
  margin-bottom: 1px;
}
.esg-highlight {
  border-radius: 0 0 0 60px !important;
  padding: 100px 0;
}
.esg-highlight .lead-text {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  padding-right: 20px;
}
.happiness-img {
  margin-top: -100px;
}
/* .about-nexus::after{position: absolute;content: '';width:70%;height: 90%;background-image: url(assets/images/bg/bg-art-3.jpg);background-position: top right;right: 0;top: 0;background-size: contain;background-repeat: no-repeat;} */
.section-happiness .container,
.about-nexus .container,
.esg-highlight .container {
  position: relative;
  z-index: 2;
}
.section-title {
  margin-bottom: 50px;
  margin-top: 10px;
}
.section-title .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: normal;
}
.lead-text {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
}
/* section leader */
.section-leader {
  padding: 60px 0 100px 0;
}
.section-leader .message-box {
  display: block;
  position: relative;
  padding: 15px 15px 15px 25px;
  border: 1px solid black;
  border-radius: 20px 0 0 0;
  margin-bottom: 40px;
  width: 95%;
}
.section-leader .message-box p {
  font-size: 14px;
  line-height: 25px;
  color: #822995;
  font-weight: bold;
}
.section-leader .message-box .butterfly-1 {
  position: absolute;
  top: -20px;
  left: -30px;
  height: 50px;
}
.section-leader .leader-message strong {
  font-size: 26px;
  display: block;
  margin-bottom: 20px;
}
.section-leader .leader-img {
  position: relative;
  padding-left: 20px;
}
.section-leader .leader-img img:first-child {
  width: 100%;
  border-radius: 0 40px;
}
.common-border-radius {
  border-radius: 0 40px;
}
.section-leader .leader-img .butterfly-2 {
  position: absolute;
  right: -70px;
  height: 230px;
  top: -100px;
}
.about-nexus {
  position: relative;
  padding: 100px 0;
}
.about-nexus .bg-art-shape {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 55%;
  height: 75%;
  filter: brightness(100);
}
.esg-highlight .bg-art-shape {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 75%;
  filter: brightness(100);
}

.vision-single {
  display: flex;
  width: auto;
  margin-right: 40px;
  margin-bottom: 25px;
}
.vision-single:last-child {
  margin-right: 0px;
}
.vision-single .icon {
  display: inline-block;
  width: 115px;
}
.vision-single .icon img {
  border-radius: 0 10px;
}
.vision-single .vision-text {
  display: inline-block;
  width: calc(100% - 115px);
  padding-left: 10px;
  max-width: 190px;
}
.vision-single .vision-text h3 {
  font-weight: normal;
}
.vision-single .vision-text p {
  font-weight: normal;
  font-size: 14px;
}
.text-1 {
  width: 100px;
  display: inline-block;
}
.text-2 {
  width: 250px;
  display: inline-block;
}

/* sustainability */
.sustain-sec {
  padding: 80px 0;
}
.sustain-sec::before {
  content: "";
  position: absolute;
  height: 250px;
  width: 160px;
  background-image: url(../images/shapes/bg-shape-right-orange.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 80px;
  right: 0;
}
.sustain-sec .butterfly-top-left {
  position: absolute;
  left: 0;
  top: 30px;
  width: 130px;
}
.sustain-sec .butterfly-top-right {
  position: absolute;
  right: 20px;
  top: 70px;
  height: 60px;
}
.sustain-sec .lead-text {
  font-size: 20px;
}
.radius-card .radius-card-header {
  display: block;
  width: 250px;
  text-align: center;
  padding: 12px 50px;
  border-radius: 15px 0;
  background-color: green;
}
.radius-card .radius-card-header h3 {
  font-size: 20px;
  line-height: 1;
}
.radius-card-body {
  padding: 35px 0;
}
.radius-card-body ul {
  font-size: 20px;
}
.no-list-style {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bg-green {
  background-color: #3e9b45 !important;
}
.bg-green-2 {
  background-color: #429a3b !important;
}
.bg-dark-orange {
  background-color: #f1642b !important;
}
.bg-dark-orange-2 {
  background-color: #ff631f !important;
}
.bg-theme-2 {
  background-color: #982890 !important;
}
.bg-theme-dark-2 {
  background-color: #9c1f96 !important;
}
.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100%;
  float: right;
}
.card-icon img {
  max-width: 100%;
}
.large-card-header {
  border-radius: 0 60px 0 0;
}
.large-card-header .card-title {
  padding: 60px 0;
}
.large-card-header .card-title h3 {
  font-size: 50px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
}
.large-card-sec .butterfly-top-center {
  position: absolute;
  top: -85px;
  height: 100px;
  left: 60%;
}
.large-card-sec .card-header-left-shape {
  position: absolute;
  left: 0;
  top: 5px;
  height: 160px;
  width: auto;
  opacity: 0.3;
}
.shape-left {
  position: absolute;
  bottom: 40px;
  left: -170px;
  width: 340px;
}
.shape-right {
  position: absolute;
  top: 60px;
  right: -170px;
  width: 340px;
}
.long-shape {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
}
.bottom-center-shape {
  position: absolute;
  bottom: -30px;
  left: 25%;
  width: 150px;
}
.large-card-body {
  padding: 50px 0;
  position: relative;
}
.large-card-body .container {
  position: relative;
  z-index: 10;
}
.large-card-body .single-sp {
  margin-bottom: 30px;
}
.large-card-body .single-sp:last-child {
  margin-bottom: 10px;
}
.large-card-body .single-sp .sp-content {
  display: inline-block;
  width: calc(100% - 120px);
  padding-right: 15px;
}
.large-card-body .single-sp .sp-content h3 {
  font-size: 22px;
  font-weight: bold;
}
.large-card-body .single-sp .sp-content p {
  margin-bottom: 0;
}
.large-card-body .single-sp .sp-btn {
  display: flex;
  align-items: center;
  width: 120px;
  padding-top: 10px;
}
.large-card-body .single-sp .sp-btn-1 {
  display: flex;
  align-items: right;
  width: 120px;
  padding-top: 10px;
}
.large-card-body .single-sp .sp-btn .btn-style-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.butterfly-small-left-top {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 80px;
}
.body-img-area {
  position: relative;
  padding-left: 90px;
}
.body-img-area img.img-fluid {
  position: relative;
  border-radius: 0 30px;
  z-index: 1;
}
.texture-shape {
  position: absolute;
  top: 40px;
  left: -40px;
  width: 300px;
}
.butterfly-overlay {
  position: absolute;
  right: -60px;
  bottom: 35px;
  height: 100px;
  z-index: 1;
}
.download-sec {
  padding: 60px 0 30px 0;
  background-color: #8e278f;
  overflow: hidden;
}
.download-center h2 {
  font-size: 36px;
}
.download-center p {
  font-size: 22px;
}
.assure {
  padding-left: 90px;
  text-align: center;
}
.assure h3 {
  font-size: 33px;
}
.shape-bottom {
  position: absolute;
  top: 0px;
  right: 10px;
  max-width: 65%;
}
.download-sec .row {
  z-index: 999;
  position: relative;
}

@media (min-width: 481px) and (max-width: 1024px) {
  .large-card-sec {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  .left-sec {
    text-align: center;
  }
  .happiness-img {
    padding-top: 50px;
  }
  .section-leader .leader-img {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 0;
  }
  .body-img-area {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
  }
  .download-sec {
    text-align: center;
  }
  .assure {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .about-nexus .bg-art-shape,
  .esg-highlight .bg-art-shape {
    width: 90%;
    height: auto;
  }
  .happiness-img {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .large-card-sec {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  .left-sec {
    text-align: center;
  }
  .happiness-img {
    padding-top: 50px;
  }
  .section-leader .leader-img {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 0;
  }
  .body-img-area {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
  }
  .download-sec {
    text-align: center;
  }
  .assure {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .happiness-img {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* header */
  .home-one .left-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home-one .left-sec h1 {
    font-size: 42px;
    line-height: 55px;
    text-align: center;
  }
  .home-one .left-sec h2 {
    font-size: 35px;
    margin: 30px 0;
    line-height: 45px;
    text-align: center;
  }
  .home-one .btn-style-1 {
    text-align: center;
    display: block;
    width: 290px;
    margin: auto;
    padding: 10px 15px;
  }
  .section-title .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
  }
  /* happiness */
  .section-happiness {
    padding: 80px 0;
  }
  .section-happiness .happiness-img {
    padding-top: 30px;
  }
  .section-happiness .long-shape {
    max-width: 80%;
    opacity: 0.4 !important;
  }
  .btn-style-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 40px;
  }
  /* leader */
  .section-leader .message-box {
    width: 100%;
  }
  .section-leader .message-box .butterfly-1 {
    position: absolute;
    top: -30px;
    left: -10px;
    height: 45px;
  }
  .section-leader .leader-img {
    padding: 50px 0;
  }
  .section-leader .leader-img .butterfly-2 {
    position: absolute;
    right: -10px;
    height: 145px;
    top: -40px;
  }
  /* about-nexus */
  .about-nexus {
    padding: 60px 0;
  }
  .about-nexus .bg-art-shape,
  .esg-highlight .bg-art-shape {
    width: 100%;
    height: auto;
    filter: none;
  }
  .vision-single {
    flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
  }
  .vision-single:last-child {
    margin-bottom: 0;
  }
  .vision-single .icon {
    display: block;
    width: 115px;
    margin: auto;
  }
  .vision-single .vision-text {
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 15px 0;
  }
  .vision-single .vision-text h3 {
    font-size: 30px;
    font-weight: 600;
  }
  .vision-single .vision-text p {
    font-size: 20px;
  }
  .vision-single .vision-text .text-1,
  .vision-single .vision-text .text-2 {
    width: 100%;
    margin-bottom: 0;
  }
  .esg-highlight {
    padding: 60px 0;
  }
  .happiness-img {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
  }
  /* sustain */
  .sustain-sec .butterfly-top-left {
    position: absolute;
    left: 0;
    top: 15px;
    width: 70px;
  }
  .radius-card .radius-card-header {
    width: 100%;
  }
  .large-card-sec .butterfly-top-center {
    position: absolute;
    top: -70px;
    height: 90px;
    left: 35%;
  }
  .card-icon {
    display: block;
    width: 100px;
    margin: 0 auto 20px auto;
    float: none;
    height: auto;
  }
  .large-card-sec .body-area {
    padding-top: 20px;
  }
  .butterfly-small-left-top {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 65px;
  }
  .large-card-body .single-sp .sp-content {
    width: 100%;
  }
  .large-card-body .single-sp .sp-btn {
    width: auto;
    padding-top: 20px;
  }
  .body-img-area {
    padding-top: 20px;
    padding-left: 0;
  }
  .butterfly-overlay {
    position: absolute;
    right: -10px;
    bottom: -28px;
    height: 90px;
    z-index: 1;
  }
  /* assure */
  .assure {
    padding-left: 0;
    text-align: left;
  }
  .assure h3 {
    font-size: 28px;
    font-weight: bold;
  }
  .shape-bottom {
    position: absolute;
    bottom: -130px;
    right: 0;
    max-width: 150%;
  }
  .section-title {
    margin-bottom: 25px;
  }
  .section-title .title {
    font-size: 34px;
    line-height: 40px;
  }
  .lead-text {
    font-size: 18px;
    line-height: 25px;
  }
  .esg-highlight .lead-text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .happiness-img {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .radius-card .radius-card-header h3 {
    font-size: 26px;
    line-height: 1;
  }
  .large-card-header .card-title h3 {
    font-size: 32px;
    letter-spacing: initial;
    text-align: center;
  }
  .large-card-body .single-sp .sp-content h3 {
    font-size: 18px;
  }
  .large-card-header .card-title {
    padding: 20px 0;
  }
  .card-icon {
    width: 65px;
    margin: 0 auto 10px auto;
  }
  .large-card-sec {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
}
/* ESG overflow section css start */

#IR_CCModal.modal-style-2 .modal-dialog {
  max-width: 70%;
  transform: translate(0, -10%);
}
#IR_CCModal.modal-style-2 .modal-dialog p {
  font-size: 14px;
}

#IR_CCModal.modal-style-2 {
  display: block !important;
  opacity: 1 !important;
}
#IR_CCModal.show-inv-popup {
  display: none !important;
  opacity: 0 !important;
}
.investor-model .modal-header h2 {
  color: #261c20;
  font-size: 26px;
  font-weight: 600;
}
.investor-model .modal-content {
  background-color: #fff;
  border: 1px solid #9d1d96;
  border-radius: 0;
  border-bottom: 15px solid #9d1d96;
}
.investor-model .modal-header {
  padding: 15px 25px;
}
.investor-model-scroll {
  height: calc(80vh - 230px);
  overflow-y: auto;
  padding: 15px 25px 10px 25px;
}
.investor-model .modal-footer {
  padding: 15px 25px;
}

.playon-hover {
  position: relative;
  overflow: hidden;
}

.play-btn {
  /* display: none; */
  font-size: 5.5rem;
  width: 80px;
  height: 80px;
  background: #911e82;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* .playon-hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: red;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100vh;
} */

@media (min-width: 1100px) and (max-width: 1550px) {
  .point img {
    width: 15px;
    height: 15px;
  }
  .mall-div {
    width: 96px;
  }

  ul.blackstone-points:before,
  ul.blackstone-points.blackstone-points-sec:before {
    bottom: 49px;
    left: -20px;
    max-width: 1030px;
  }

  .blackstone-points li.right-mall-div:before {
    right: -14px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .mall-div {
    width: 89px;
  }

  ul.blackstone-points:before,
  ul.blackstone-points.blackstone-points-sec:before {
    max-width: 970px;
  }
}

@media screen and (max-width: 768px) {
  .play-btn {
    width: 50px;
    height: 50px;
    font-size: 3rem;
  }
}
