.hero-counter-text {
  font-size: 16px;
}
.hero-counter {
  font-size: 26px;
  font-weight: 500;
}
.navbar-brand {
  font-size: 12px;
}
.navbar-brand img {
  margin-left: 50px;
  margin-top: -10px;
  border-radius: 10px;
}
.view_map_detail {
  cursor: pointer;
}
.clickable-path {
  cursor: pointer;
}
@media (max-width: 430px) {
  .hero-counter-text {
    font-size: 12px;
  }
  .hero-counter {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 500px) and (min-width: 315px) {
  .navbar-brand img {
    margin-left: 20px;
    height: 56px;
  }
  .navbar-brand {
    font-size: 7px;
  }
  .navbar-brand span {
    font-size: 8px;
  }
  .cbp-af-header.header-dark.header-transparent.cbp-af-header-shrink
    .navbar-brand
    img {
    height: 56px;
  }
}
@media (max-width: 820px) and (min-width: 501px) {
  .navbar-brand {
    font-size: 8px;
  }
  .navbar-brand img {
    margin-left: 20px;
    height: 58px;
  }
  .navbar-brand span {
    font-size: 8px;
  }
  .cbp-af-header.header-dark.header-transparent.cbp-af-header-shrink
    .navbar-brand
    img {
    height: 58px;
  }
}
#popupread {
  background-color: green;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  width: 130px;
  align-items: center;
  justify-content: center;
}
#popupread img {
  width: 20px;
}
#popupread a {
  display: block;
  padding: 5px 15px;
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}
.read-text-button-container a img {
  width: 20px;
}
.new_marq {
  position: fixed;
  top: 108px;
  z-index: 9999;
  width: 100vw;
  overflow: hidden;
  padding: 10px;
  /* transition: top 0.3s ease; */
  display: flex;
  justify-content: center;

}

.marquee_wrapper {
  display: flex;
  white-space: nowrap;
  /* animation: marquee_scroll 40s linear infinite; */
  font-size: 19px;
  font-weight: 600;
}

/* .marquee_wrapper:hover {
  animation-play-state: paused;
} */

/* @keyframes marquee_scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
} */

.text-styling {
  background-color: #281a00c2;
  padding: 5px 34px;
  color: #ffffff;
  border-radius: 10px;
}

#Group_95 {
  visibility: hidden;
}
#DOGRI:hover + .group {
  visibility: visible;
}
#popupContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99991;
}
#popupContent {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
  position: relative;
  background-image: url(../img/tricolorbackdropblur.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#closeButton {
  padding: 0 6px;
  color: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  z-index: 1;
}
#closeButton i {
  font-size: 25px;
}
.department-btn {
  position: absolute;
  top: 29px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#backgroundVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#popupButtonNew {
  position: relative;
}
.skiptranslate iframe {
  display: none !important;
}
.goog-te-gadget-icon {
  display: none;
}
.goog-te-gadget-simple {
  background-color: #ecebf0 !important;
  border: 0 !important;
  font-size: 10pt;
  font-weight: 800;
  display: inline-block;
  padding: 10px 10px !important;
  cursor: pointer;
  zoom: 1;
}
.goog-te-gadget-simple span {
  color: #3e3065 !important;
}
.white {
  background-color: #fff !important;
  color: #000 !important;
}
.white a {
  color: #000 !important;
}
.dsp {
  display: none;
}
.landing-shadow-4 {
  box-shadow: 0 20px 50px -5px rgb(149 164 175 / 0.4);
}
.btn-user-profile:hover {
  background-color: #b1afaf;
  color: #fff;
}
#Group_25 {
  visibility: hidden;
}
#ORANGE_6:hover ~ #Group_25 {
  visibility: visible;
}
.group {
  visibility: hidden;
}
.faq[aria-expanded="true"] {
  background-color: #ff671f;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hide-content {
  animation: fadeOut 1s ease forwards;
}
.popupContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99991;
}
.popupContentGeneric {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
  position: relative;
}
.sector-3a {
  width: 297px;
}
.orange-bg {
  background-color: orangered;
}
.white-bg {
  background-color: #fff;
  color: #000;
}
.white-bg:hover {
  color: #000;
}
.green-bg {
  background-color: #309417;
}
.page-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0;
}
.container {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.img-container {
  width: 35%;
}
.img-container img {
  width: 88%;
  border-radius: 50%;
}
.text-container {
  width: 55%;
}
.text-head {
  display: flex;
  align-items: center;
  gap: 2%;
  margin-bottom: 10px;
}
.head-img img {
  width: 50px;
}
.head-title {
  font-size: 18px;
  font-weight: 600;
}
.sec-text {
  font-size: 16px;
  margin-bottom: 15px;
}
.bullet-head {
  font-size: 17px;
  font-weight: 600;
}
.bullet-points {
  margin-bottom: 40px;
}
.buttons {
  display: flex;
  gap: 5%;
  padding-left: 6%;
}
.left-btn {
  background: #fc7500;
  border-radius: 8px;
  text-align: center;
}
.left-btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  line-height: 38px;
}
.right-btn {
  border: 2px solid #fc7500;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
.right-btn a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 20px;
  line-height: 38px;
}
.sectors-div {
  display: flex;
  height: 20vh;
  background: #eee;
  margin-bottom: 30px;
}
.left-arrow {
  width: 3%;
  display: flex;
  align-items: center;
  background-color: #ddd;
}
.left-arrow img {
  width: 30px;
}
.sec1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12%;
}
.sec1:hover {
  transform: scale(1.1);
  color: #fff;
}
.sec1 a:hover {
  color: #fff;
}
.sec1 img {
  width: 120px;
}
.right-arrow {
  width: 3%;
  display: flex;
  align-items: center;
  background-color: #ddd;
}
.right-arrow img {
  width: 40px;
}
.sec1 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  padding: 0 10px;
}
.active-sec1 {
  transform: scale(1);
  background-color: green;
}
.marquee-main {
  margin: 0;
  padding: 10px;
  font-family: sans-serif;
}
.carousel__slider ul {
  margin: 0;
  padding: 40px;
  list-style: inside;
}
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel__slider {
  position: relative;
  display: flex;
  align-items: center;
  height: 70vh;
  border: 2px solid #333;
}
.carousel__list {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.carousel__item {
  cursor: pointer;
  margin: 20px 0;
}
.carousel__item:hover {
  background-color: rgb(255 255 255 / 0.7);
}
.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.wrapper:before,
.wrapper:after {
  content: "";
  position: absolute;
  height: 130px;
  width: 150px;
  z-index: 2;
}
.wrapper:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.wrapper:before {
  left: 0;
  top: 0;
}
.wrapper .track {
  display: flex;
  width: calc(150px * 10);
  animation: scroll 15s 0.5s linear infinite;
}
.wrapper .logo {
  width: 150px;
}
.wrapper .logo img {
  height: 90px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-150px * 5));
  }
}
.marquee-container {
  height: 20px;
  overflow: hidden;
  line-height: 10px;
  .marquee {
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
  }
  .marquee2 {
    animation-delay: 15s;
  }
  b {
    padding-left: 10px;
  }
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.marquee-container:hover .marquee,
.marquee-container:hover .marquee2 {
  animation-play-state: paused;
}
.backg {
  background-image: url(../img/Plain\ Base.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.z-bigger {
  z-index: 7 !important;
}
.explore-btn {
  background-color: #8dbb31;
  border-radius: 8px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  line-height: 38px;
  width: 156px;
}
.invest-container {
  display: flex;
  padding-bottom: 20px;
  height: 100%;
}
.video-cntr {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-title {
  position: absolute;
  top: 3%;
  left: 5%;
  background: gray;
  color: #fff;
  padding: 5px;
  margin-right: 5%;
}
.obj-cntr {
  position: absolute;
  bottom: 10%;
  left: 5%;
  display: flex;
  gap: 22px;
  width: 90%;
  justify-content: center;
}
.objs {
  background-color: var(--opqblk);
  color: #000;
  font-size: 18px;
  border-radius: 8px;
}
.objs a {
  display: block;
  color: #fff;
  padding: 25px;
}
.objs:hover {
  background-color: #f69a03;
}
.txt-cntr {
  width: 60%;
  color: #000;
  background: #e7e3e38c;
  padding-top: 2%;
  border-radius: 10px;
  text-align: justify;
  padding-right: 2%;
  margin-right: 12px;
}
.txt-cntr h5 {
  font-size: 16px;
  margin-left: 30px;
}
.txt-cntr ul li::marker {
  color: #9c3;
}
.bg-tri {
  background-image: url(../img/tricolorbackdropblur.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.backgtri {
  background-image: url(../img/bggreen.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bold {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.index-slider-btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.read-text-slide {
  width: 130px !important;
}
.bg-ticker {
  background-image: url(../img/tricolorbackdropblur.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.read-text-button-container {
  background-color: green;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  width: 130px;
  display: inline-block;
}
.read-text-button-container a {
  display: block;
  cursor: pointer;
  padding: 5px 15px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
