@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --bg-color: #f7f8f9;
  --theme-color: #fff;
  --main-color: #e60e33;
  /*--main-color: #e60e33;*/
}

section {
  overflow-x: hidden !important;
  overflow: hidden;
}

.fancybox__iframe:focus {
  outline: none;
  border: 0;
}

/* --------------Animation----------------- */
.split {
  will-change: transform;
}

.split * {
  will-change: transform;
}

/* .split-hindi-annual-report{
  line-height: 55px;
} */

.ts-line {
  overflow: hidden;
  padding: 0 0 0.2em 0;
  margin: 0 0 -0.1em;
}

.reveal-img {
  visibility: hidden;
  overflow: hidden;
  position: relative;
}

.reveal-img img {
  width: 100%;
  height: auto;
  transform-origin: left center;
}

.s-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tilt-container {
  overflow: hidden;
}

.split-line {
  overflow: hidden;
}

.z-index-1 {
  z-index: -1;
}

/* --------------- Menu --------------- */
.access-icon:hover {
  transform: scale(1.2);
  transition: all 1s ease;
}

.access-icon {
  cursor: pointer;
}

.navbar.nav-scroll {
  padding: 0;
  position: fixed !important;
  top: -82px;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  background-color: #ffffff;
  box-shadow: 0 0 6px #00000026;
}

.navbar.nav-scroll .menu-list li a,
.active-menu .menu-list li a {
  color: #232323;
  font-weight: 600;
}

.navbar.nav-scroll .menu-list li:hover a {
  color: #e60e33;
}

.navbar.nav-scroll .language,
.active-menu .language {
  color: #000000;
}

.navbar.nav-scroll .container-fluid {
  padding: 0px 60px 0px 60px;
}

.navbar.nav-scroll .menu-icon-list span,
.active-menu .menu-icon-list span {
  background-color: #050505;
}

.navbar.nav-scroll .menu-top li img,
.active-menu .menu-top li img {
  filter: invert(1);
}

.inner-page {
  background: #fdfdfd;
}

.heading-mr {
  margin: auto 70px;
}

.inner-page .banner-wrapper {
  padding-top: 130px;
}

.separator {
  width: 100%;
  border: 1px dashed #c7daec;
}

.topnav .icon img {
  filter: invert(1);
}

.menu-icon {
  gap: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.menu-icon-list {
  width: 25px;
  height: 20px;
  line-height: 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  overflow: hidden;
  margin-bottom: 4px;
}

.navbar>.container-fluid {
  display: block;
}

.menu-icon-list span {
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  color: inherit;
  vertical-align: top;
  transition: 0s ease-in-out;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
}

.menu-icon-list span:nth-child(1) {
  transform: translate(0, -7px);
  width: calc(100% - 10px);
}

.menu-icon-list span:nth-child(2) {
  transform: translate(0, 0);
  width: 100%;
}

.menu-icon-list span:nth-child(3) {
  transform: translate(0, 7px);
  width: calc(100% - 7px);
}

.menu-icon-list span:nth-child(4) {
  transform: translate(0, 14px);
  width: calc(100% - 13px);
}

.menu-icon-list:hover span {
  transition: 0.3s ease-in-out;
}

.menu-icon-list:hover span:nth-child(1) {
  transform: translate(0, 0);
}

.menu-icon-list:hover span:nth-child(2) {
  transform: translate(0, 7px);
  width: 100%;
}

.menu-icon-list:hover span:nth-child(3) {
  transform: translate(0, 14px);
}

.menu-icon-list:hover span:nth-child(4) {
  transform: translate(0, 21px);
}

/* --------------- header --------------- */
.lang-item {
  border: 1px solid #e5f3ff00;
  padding: 0px 10px;
  border-radius: 20px;
  background: #f4faff52;
  cursor: pointer;
}

.lang-item:hover {
  background: #ffffff;
  color: #e60e33;
}

.navbar.nav-scroll .lang-item {
  border: 1px solid #e5f3ffe6;
  background: #f4faff;
}

.navbar.nav-scroll .lang-item:hover {
  background: #dff1ff;
}

.lang-item span {
  font-size: 11px !important;
  margin-left: 6px !important;
}

.navbar.nav-scroll .lang-item span {
  color: #000;
}

.header.active-menu .lang-item span {
  color: #000 !important;
}

.header-crv {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.navbar .logo img {
  width: 290px;
}

.header-crv .caption {
  position: relative;
  text-align: center;
}

.header-crv .caption h1 {
  font-size: 17vw;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none;
}

.header-crv .caption .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 4;
}

.header-crv .caption .content .item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.header-crv .caption .content .item span {
  font-size: 16px;
  padding: 8px 24px;
  background: #EFF0FA;
  border-radius: 30px;
}

.header-crv .caption .content .item span.bdark {
  background: #777;
  color: #fff;
}

.header-crv .caption .content .item span.bred {
  background: var(--main-color);
  color: #fff;
}

.header-crv .caption .content .item img {
  width: 50px;
}

.header-crv .caption .content .item .icon1 img {
  width: 70px;
}

.header-crv .mimg {
  height: 100vh;
  position: relative;
  z-index: 3;
}

.header-crv .mimg .lg-text {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  -webkit-clip-path: url(#svgTextPath);
  clip-path: url(#svgTextPath);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-transform: translateX(45%) translateY(70%);
  -ms-transform: translateX(45%) translateY(70%);
  transform: translateX(45%) translateY(70%);
}

.search-width {
  width: 19px !important;
  width: 18px !important;
  transition: scale 400ms ease-in-out, rotate 400ms ease-in-out;
}

.search-box {
  border-radius: 50px;
  /* padding: 8px 9px; */
  padding: 0;
  padding-left: 0;
  padding-right: 5px;
}

.search-box:hover {
  /* background: #ffffff4d; */
  animation: shake 0.5s ease-in-out;
}

/* -------------------Search--------------- */
.header-search-wrapper {
  position: fixed;
  top: -110%;
  left: 0;
  width: 100%;
  height: 35vh;
  background: #fff;
  /* background: #082d5a; */
  /* background: linear-gradient(4deg, #002b60 35%, rgb(0 49 138) 100%); */
  transition: top 0.7s ease;
  z-index: 999999999;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  opacity: 0;
  overflow: hidden;
}

.header-search-wrapper .search-width {
  width: 30px !important;
}

.header-search-wrapper.active {
  top: 0;
  opacity: 1;
}

.search-div {
  width: 30%;
  position: absolute;
  top: 4%;
  left: 24%;
}

.search-div::before {
  animation-name: fadeInMove;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  visibility: visible;
}

.search-div input[type="text"] {
  height: 100%;
  width: 100%;
  line-height: 26px;
  font-size: 20px;
  color: #fff !important;
  background-color: transparent;
  text-align: left;
  color: #373737;
  border: none;
  border: 1px solid #385cba;
  padding-left: 0;
  border-radius: 5px;
  outline: none;
  padding: 10px 15px;
  padding-right: 50px;
}

/* .search-div button {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 12px;
  right: 0;
  background-color: transparent;
  text-indent: -9999px;
  border: 0;
} */

.search-div button {
  position: absolute;
  height: 45px;
  width: 50px;
  top: 0px;
  right: 0;
  background-color: transparent;
  text-indent: -9999px;
  border: 0;
}

.search-div img {
  position: absolute;
  left: 15px;
  top: 14px;
  width: 30px;
  transition: 0.3s ease-out;
}

.search-field::placeholder {
  color: #fff;
  opacity: 1;
}

.search-div img:hover {
  opacity: 0.5;
}

.close-search {
  top: 40px;
  right: 40px;
  transition: all 0.3s ease;
}

.close-search img {
  width: 22px;
  transition: all 0.3s ease;
}

.close-search button:hover svg {
  fill: #a6c3ea;
}

.close-search button {
  background: #fafafa00;
  border: 2px solid #005daf;
  border-radius: 50px;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.close-search button:hover {
  transform: scale(1.15);
  filter: contrast(0.5);
  border: 2px solid #a6c3ea;
}

.header-search-wrapper .wave-line-bg-product {
  opacity: 0.3;
}

.search-abstract-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
}

.logo-on-search {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 30px;
}

.logo-on-search .logo img {
  width: 300px;
}

/* -------------------Search-end-------------- */




/* --------------- Services --------------- */
.intro-crv .sec-head .img-shape {
  width: 300px;
  margin-top: 30px;
}

.intro-crv .exp {
  position: relative;
}

.intro-crv .exp h2 {
  font-size: 35vw;
  line-height: 1;
  margin-bottom: -100px;
}

.intro-crv .exp .exp-item {
  font-size: 16px;
  padding: 8px 24px;
  background: #EFF0FA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: absolute;
  top: 30px;
  left: 40px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.intro-crv .exp .exp-item.hapy {
  top: auto;
  bottom: 30px;
  left: 30px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.intro-crv .exp .exp-item.proj {
  top: 50%;
  right: 20%;
  left: auto;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(5deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(5deg);
  transform: translateX(50%) translateY(-50%) rotate(5deg);
}

.intro-crv .skills-box h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.intro-crv .skills-box .skill-item {
  position: relative;
  margin-top: -10px;
}

.intro-crv .skills-box .skill-item:first-of-type {
  margin-top: 0;
}

.intro-crv .skills-box .skill-item h6 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}

.intro-crv .skills-box .skill-progress {
  height: 75px;
  position: relative;
}

.intro-crv .skills-box .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 30%;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.intro-crv .skills-box .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 12px;
  font-weight: 600;
}

.intro-crv .skills-box .skill-progress .progres.gray {
  background: #eee;
}

.intro-crv .skills-box .skill-progress .progres.dark {
  background: #4e584a;
}

.intro-crv .skills-box .skill-progress .progres.color {
  background: var(--main-color);
}

/* --------------- Works --------------- */
.works-ca {
  background: #fff;
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 3;
}

.works-ca .item .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.works-ca .item .img .tags {
  position: absolute;
  left: 15px;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.works-ca .item .img .tags a {
  font-size: 14px;
  padding: 7px 15px;
  line-height: 1.5;
  border-radius: 30px;
  background: #fff;
}

.works-ca .item .img .tags a:hover {
  background: var(--main-color);
  color: #fff;
}

.works-ca .item h6 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}

.works-ca .item:hover .img .tags {
  opacity: 1;
  visibility: visible;
}


/* --------------- Works --------------- */
.work-card .card-item {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: var(--bg-color);
}

.work-card .card-item .cont {
  height: 100%;
  padding: 40px 40px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-card .card-item .cont .tag {
  font-size: 12px;
  line-height: 1;
  padding: 7px 7px;
  margin-right: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}

.work-card .card-item .img {
  padding: 20px;
}

.work-card .card-item .img img {
  border-radius: 15px;
}

/* --------------- Testimonials --------------- */
.testimonials-dm {
  overflow: hidden !important;
}

.testimonials-dm .img img {
  border-radius: 15px;
}

.testimonials-dm .swiper-slide {
  flex-shrink: 0;
  width: 380px !important;
  height: 100%;
}

.testimonials-dm .sec-head .states h6 {
  font-size: 16px;
}

.testimonials-dm .sec-head .states h6 i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
  background: #1a1b1e;
  margin-right: 5px;
}

.testimonials-dm .swiper {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: visible;
}

.testimonials-dm .swiper-wrapper {
  padding-bottom: 70px;
}

.testimonials-dm .item .fit-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
}

.banner-vdo::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #000;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 47%) 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 47%) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 47%) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(rgba(62, 62, 53, 0) 0%, rgb(0 0 0 / 32%) 100%);
  background: linear-gradient(rgba(62, 62, 53, 0) 0%, rgb(0 0 0 / 32%) 100%);
}

.banner-vdo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 300px;
  width: 100%;
  background: linear-gradient(180deg, rgb(0 26 43 / 62%) 0%, rgba(0, 99, 167, 0) 100%);
  background: linear-gradient(180deg, rgb(0 26 43 / 86%) 0%, rgba(0, 99, 167, 0) 100%);
}

.fit-img video {
  width: 100%;
}


.testimonials-dm .item span.sub-color {
  font-size: 16px;
}

.press-no-image-margin {
  margin-top: 25px;
}

.boiler-plate-wrapper {
  width: 100%;
  float: left;
  border-top: 2px dashed #ddd;
  padding-top: 30px;
  margin-top: 30px;
}

.testimonials-dm .item .stars {
  color: var(--main-color);
  font-size: 13px;
}

.testimonials-dm .swiper-pagination {
  position: absolute;
  bottom: 0;
  top: auto;
  background: rgb(118 118 118 / 22%);
  height: 2px;
}

.testimonials-dm .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(359deg, #1670a5 31%, rgba(118, 205, 118, 1) 67%);
}

/* -------------highlight---------- */

.highlight-cont img {
  width: 35px;
  left: 30%;
  position: absolute;
  top: 30%;
  width: 28px;
  animation: bellshake 1s cubic-bezier(.36, .07, .19, .97) both infinite;

}

@keyframes bellshake {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(10px);
  }
}

/* ----------- */
.demo-button-wrapper {
  width: auto;
  white-space: nowrap;
  position: fixed;
  right: 26px;
  bottom: 115px;
  cursor: pointer;
  z-index: 10;
  margin-right: -1px;
  display: flex;
  /* box-shadow: 0 -5px 20px 5px rgba(0, 0, 0, .15); */
  overflow: hidden;
  cursor: pointer;
  transition: all 1s ease;
  /* box-shadow: rgb(102 191 129 / 30%) 0px 0px 0px 5px; */
  border-radius: 50%;
  border: 5px solid #66bf814d;
}

.demo-button-wrapper:hover .all-demo .theme-wrapper>div {
  color: #005298;
  background: none;
}

.close-button {
  transition: transform 0.2s ease;
}

.close.toggle:hover .close-button {
  fill: #0c75f4;
  transform: scale(1.15);
  filter: contrast(0.5);
}


.demo-button-wrapper .buy-theme {
  text-align: center;
  background-color: #e60e33;
  position: relative;
  z-index: 1;
  width: 43px;
  height: 43px;
  transition: all 1s;
  border-radius: 50% !important;
}

.demo-button-wrapper:hover .buy-theme {
  background-color: #0359ac;
}


.demo-button-wrapper .all-demo {
  backdrop-filter: saturate(180%) blur(14px);
  background-color: rgb(255, 255, 255);
  position: relative;
  border-radius: 7px 7px 7px 0px;
}

.all-demo::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 0 43px 14px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(0deg);
  left: -13px;
  top: 3px;
}

.demo-button-wrapper .all-demo a,
.demo-button-wrapper .buy-theme a {
  color: #424242;
  font-size: 11px;
  padding: 4px 12px;
  display: block;
  font-weight: 500;
}

.demo-button-wrapper .all-demo .theme-wrapper>div {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  background: linear-gradient(176deg, #47b610, #0a63a0);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  color: transparent;
  top: 2px;
  left: -2px;
  position: relative;
}

.speaker-div {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
}

.speaker-div:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 12px;
  width: 12px;
  height: 11px;
  border-left: 2px solid #ffffff;
  border-radius: 50px;
  animation: scale-sound-data 2s cubic-bezier(.25, .46, .45, .94) infinite both;
}

@keyframes scale-sound-data {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.speaker-div:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 7px;
  width: 20px;
  height: 20px;
  border-left: 2px solid #ffffff;
  border-radius: 50px;
  animation: scale-sound-data 2s cubic-bezier(.25, .46, .45, .94) infinite both;
}

.buy-theme img {
  top: 8px;
  position: relative;
  left: -1px;
  width: 21px;
}

@keyframes down {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translateY(5px);
  }

  40% {
    transform: translate(0);
  }
}

.highlight-cont span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(337deg, #0850bd 31%, rgb(102 229 102) 67%);
  animation: borderAnimation1 2s linear infinite;
}

.highlight-cont span:nth-child(2) {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(337deg, #0850bd 31%, rgb(102 229 102) 67%);
  animation: borderAnimation2 2s linear infinite;
  animation-delay: 1s;
}

.highlight-cont span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(337deg, #0850bd 31%, rgb(102 229 102) 67%);
  animation: borderAnimation3 2s linear infinite;
}

.highlight-cont span {
  position: absolute;
}

@keyframes borderAnimation1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes borderAnimation2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes borderAnimation3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes borderAnimation4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

/* ---------------My-poUp------------------ */
/* Initially hide the popup */
#myPopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  z-index: 9999;
}



#myPopup.show {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  border-radius: 10px;
  background-color: #fff;
  will-change: transform;
  animation: menu-sub-dropdown-animation-fade-in 1s ease 1, menu-sub-dropdown-animation-move-up 1s ease 1;
}


.banner-pop-up .swiper-notification {
  display: none;
}

.popup-header {
  padding: 15px 20px;
  border-bottom: 1px dashed #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-header h6 {
  font-size: 22px;
}

.banner-pop-up .popUp-swiper {
  position: relative;
  padding: 20px 20px;
  overflow: hidden;
}

.popUp-swiper h6 {
  font-size: 20px;
  line-height: 27px;
  margin-top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #024571;
}

.popUp-text {
  width: 100%;
  padding-top: 20px;
}

.popUp-swiper .small {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
}

.banner-pop-up .swiper-wrapper {
  display: flex;
}

.banner-pop-up .section-line {
  width: 80px;
  height: 1px;
  margin: 22px 0 0 0;
  background-color: #2f2f2f;
}

.banner-pop-up .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-pop-up .swiper-slide img {
  border-radius: 8px;
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.banner-pop-up .swiper-button-next,
.banner-pop-up .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  color: #045489 !important;
  border-radius: 50%;
  padding: 10px;

  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  margin: 0 2px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-pop-up .swiper-button-next {
  right: 30px;
}

.popUp-swiper-img {
  width: 100%;
  height: 370px;
  position: relative;

}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: 600;
  color: #fff !important;
}

.banner-pop-up .swiper-button-prev {
  left: 30px;
}

.banner-pop-up .next-prev-btns {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}

.controls .swiper-button-next:hover,
.controls .swiper-button-prev:hover {
  background-color: #6d6d6d41;
}

.banner-pop-up .controls {
  width: 100%;
  position: absolute;
  display: inline-block;
}

.controls .swiper-button-next,
.controls .swiper-button-prev {
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border: 2px solid #eee;
  border-radius: 50%;
  margin: 0 2px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}


.header-search-wrapper .logo-on-search .close-search {
  background: none !important;
}

.social-img-content button:hover {
  background: #72be42;
}

.investor-info-right .report-box:hover {
  background-color: #117dc7;
}

.investor-info-right .report-box:hover img {
  animation: shake 0.5s ease-in-out;
}

.price-c:hover img {
  animation: shake 0.5s ease-in-out;
}

/* --------------- About --------------- */
.about-ma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .about-ma .content h3 {
  font-size: 32px !important;
  padding-left: 0 !important;
  line-height: 43px;
} */

.about-ma .item h4 {
  width: 80%;
}

.about-ma .bg-img {
  height: 100vh;
  width: 50vw;
}

.about-ma .content {
  padding: 60px 60px 0;
  width: 50vw;
  background-color: rgb(241 250 255);
}

.about-ma .content .item {
  margin-top: 45px;
  position: relative;
}

.about-ma .content .item .botm h2 {
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  color: #0063a7;
  text-shadow: 1px 3px 3px rgb(92 180 72);
  text-shadow: 1px 3px 3px rgb(198 198 198 / 89%);
}

.about-ma .content .item .botm h2 span {
  font-size: 80px;
}

.about-ma .content .item .botm h6 {
  font-size: 21px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 9px;
  color: #242424;
  width: 100%;
}

.about-ma .content .item .botm h6 strong {
  color: #e60e33;
}

.about-ma .content .item p {
  width: 89%;
}

.for-border {
  position: relative;
  margin-right: 120px;
  min-width: 248px;
}

.for-border::before {
  content: '';
  position: absolute;
  right: -30px;
  height: 100%;
  bottom: 0;
  border: 1px dashed #cfebfb;
}

.sustainability-heading .botm {
  display: flex;
  align-items: baseline;
  flex-direction: column-reverse;
}

.img-points-div.mrt-50 {
  margin-top: -60px;
}

.img-points-div {
  margin-right: 20px;
}

.s-logo-text {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}

.s-logo-text img {
  width: 65px;
  height: 65px;
  margin-right: 10px;
}

.s-img {
  height: 300px !important;
  border-radius: 10px;
  padding: 0 !important;
  border: 1px solid #ededed;
}

.s-content li {
  font-size: 18px;
  padding-bottom: 2px;
  padding-left: 20px;
  position: relative;
}

.s-content li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  background-color: #73bf43;
  top: 50%;
  left: 0;
}

.our-goal {
  border: 1px solid #0063a7;
  padding: 44px 25px 13px 25px;
  border-radius: 15px;
  margin-top: 40px;
  position: relative;
}

.sustain-goals-section .our-goal h3 {
  position: absolute;
  background: #0060a6;
  background: #73bf43;
  padding: 7px 23px;
  border-radius: 37px;
  line-height: normal;
  color: #fff;
  top: -25px;
  font-size: 25px;
}

.sustain-goals-section .our-goal h3:before {
  content: '';
  position: absolute;
  left: 100%;
  background-color: #fff;
  width: 45px;
  top: 0;
  height: 100%;
}

.sustain-goals-section .our-goal h3:after {
  content: '';
  position: absolute;
  left: calc(100% + 45px);
  background-color: #0060a6;
  width: 12px;
  top: 40%;
  border-radius: 50%;
  height: 12px;
}

.s-img img {
  border-radius: 0px;
  height: 100%;
  object-fit: cover;
}

.s-large-img {
  height: 356px !important;
}

/* --------------- Blogs --------------- */
.blog-ds {
  background-size: cover;
  background-color: #fff;
}

.blog-ds .press-image .readmore-btn .icon {
  margin-left: 0 !important;
}

.blog-ds .item .info {
  font-size: 14px;
}

.blog-ds .item .info .date {
  color: #808080;
}

.blog-ds .item .info .dash {
  color: #808080;
  margin: 0 15px;
}

.blog-ds .item .img>img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 15px;
}

.blog-ds .item .img .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: var(--main-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.blog-ds .item .img .icon img {
  width: 22px;
  border: none;
}

.blog-ds .item:hover .img .icon {
  opacity: 1;
  visibility: visible;
}

/* --------------- Services --------------- */
.marq-mp .main-marq {
  overflow: hidden;
  padding: 25px 0;
}

.marq-mp .color-bg {
  background: var(--main-color);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  margin-top: -30px;
}

.marq-mp .gray-bg {
  background: #eee;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  position: relative;
  z-index: 4;
}

.marq-mp .item {
  padding: 0 60px !important;
  position: relative;
}

.marq-mp .item:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.marq-mp .item h5 {
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.services-mp .sub-head:after {
  background: #fff !important;
}

.services-mp .serv-title .tab-title {
  opacity: .5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-mp .serv-title .tab-title h2 {
  font-size: 120px;
  line-height: 120px;
  margin: 10px 0;
}

.services-mp .serv-title .tab-title.current {
  opacity: 1;
}

.services-mp .content {
  position: relative;
}

.services-mp .content .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-mp .content .item:first-of-type {
  position: static;
}

.services-mp .content .item.current {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.services-mp .content .item .img {
  border-radius: 10px;
  overflow: hidden;
}

.services-mp .content .item .cont {
  margin-top: 30px;
}

.services-mp .content .item .cont span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
}

.icon {
  cursor: pointer;
  z-index: 99;

}

/* --------------- Testimonials --------------- */
.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.testimonials-ds .qoute-icon .text {
  width: 240px;
}

.testimonials-ds .qoute-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
}

.testimonials-ds .item h4 {
  font-weight: 500;
  text-wrap: pretty;
}

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-ds .item .info .info-text {
  padding-left: 20px;
}

.testimonials-ds .item .info .info-text p {
  font-size: 14px;
  color: #BBBBBB;
  margin-top: 5px;
}

.testimonials-ds .swiper {
  position: relative;
}

.testimonials-ds .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  background: #BBBBBB;
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}

/* --------------- Awards --------------- */
.awards-sa {
  background: #fff;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.awards-sa-bg {
  position: absolute;
  bottom: -10px;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.2;
  width: 100%;
}

.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.awards-sa .item-title>div {
  padding: 0;
}

.awards-sa .item-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .7;
}

.awards-sa .item-line {
  display: flex;
  align-items: center;
  padding: 18px 15px;
  border-bottom: 1px solid rgb(255 255 255 / 28%);
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}

.awards-sa .item-line>div {
  padding: 0;
}

.awards-sa .item-line:hover:after {
  height: 100%;
}

.awards-sa .item-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgb(255 255 255 / 5%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: -1;
}

.awards-sa .item-line .honors h6 {
  font-size: 14px;
}

.awards-sa .item-line .project-date span {
  font-size: 14px;
  opacity: .7;
  font-weight: 500;
}

.awards-sa .share-social-icons {
  box-shadow: rgb(32 64 103) 0px 2px 8px 2px !important;
}

/* --------------- FAQS --------------- */
.team {
  background: #e2f0ff;
}

.team-crv .main-marq {
  overflow: hidden !important;
}

.team-crv .main-marq .item {
  padding: 0 80px !important;
}

.team-crv .main-marq .item h2 {
  white-space: nowrap;
  font-size: 15vw;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -4px;
}

.team-crv .main-marq .item:nth-of-type(even) {
  opacity: .5;
}

.team-crv .content .item {
  position: relative;
}

.team-crv .content .item .img img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-crv .content .item .cont {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 4;
}

.team-crv .content .item .cont h6 {
  font-size: 20px;
  margin-bottom: 5px;
}

.team-crv .content .item .cont span {
  font-size: 14px;
}

.team-crv .content .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-crv .content .item:hover .img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.team-crv .content .item:hover .cont {
  opacity: 1;
}

.team-crv .content .item:hover:after {
  opacity: .4;
}

.team-crv .content .item.full {
  height: 100%;
}

.team-crv .content .item.full .img {
  height: 100%;
}

/* --------------- Blogs --------------- */
.blog-sa .item .img {
  height: 470px;
  border-radius: 15px;
}

.blog-sa .item .cont a {
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
}


.blog-sa .item .cont .info a {
  font-size: 14px;
}

.blog-sa .item .cont .info .date {
  opacity: .5;
  margin-left: 5px;
  line-height: 20px;
}


.blog-sa .item .cont h6 {
  min-height: 60px;
}

/* --------------- Clients --------------- */
.clients-ds .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  height: 100%;
  padding: 9px 11px;
}

.clients-ds .item .text-center {
  width: 100%;
}

.clients-ds .item .img {
  max-width: 100px;
  margin: auto;
}

.clients-ds .item p {
  margin-top: 30px;
}



/* --------------- footer --------------- */
.footer-sa {
  color: #fff;
  background-color: #082d5a;
  position: relative;
  z-index: 1;
}

.footer-sa::before {
  position: absolute;
  content: '';
  background-image: url(../imgs/footer-pattern.png);
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sixty-years-img-footer {
  width: 70px;
  margin-left: 23px;

}

.footer-sa p,
.footer-sa .sub-color {
  color: #ccc;
}

.footer-sa .logo {
  width: 250px !important;
}

.footer-sa .contact-info .item {
  margin-bottom: 30px;
}

.footer-sa .contact-info .item span {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  margin-right: 10px;
  background: #ffffff21;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-sa .social-icon .item i {
  font-size: 17px;
}

.footer-sa .social-icon {
  display: flex;
  align-items: center;
}

/* .footer-sa .contact-info .social-icon a:hover {
  border-color: #e60e33;
  background: transparent;
} */
.social-icon a:hover {
  border-color: #e60e33 !important;
  background: #e60e336e !important;
}

.footer-sa .sub-footer .copy p {
  font-size: 15px;
}

.footer-sa .sub-footer .copy p a {
  color: #fff;
}

.footer-sa .sub-footer .links {
  width: 100%;
}

.footer-sa .sub-footer .links a {
  font-size: 15px;
}

.footer-sa .sub-footer .links .active {
  color: #fff;
}

.sub-footer {
  padding-top: 30px;
  border-top: 1px solid #0a3871;
}


.links.sub-color a {
  margin-right: 30px;
}

.links.sub-color a:last-child {
  margin-right: 0;
}

body {
  font-family: "Inter", sans-serif;
  /* font-family: "Urbanist", serif; */
  /* font-family: "Poppins", serif; */
  /* font-family: "Lato", serif; */
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #1b1b1b;
  overflow-x: hidden;
}

.container-xxl {
  max-width: 1500px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 34px;
  line-height: 43px;

}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 27px;
  line-height: 35px;
}

.sub-color {
  color: #494949;
  color: #737373;
}

.sub-color.inline {
  color: #e60e33 !important;
}

.sub-head {
  font-size: 43px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  padding-top: 3px;
  display: inline-block;
}

p {
  color: #494949;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}

.sec-head {
  text-wrap: pretty;
}

.content .item .sub-head {
  color: #0063a7;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  margin-left: 21px;
  padding: 0;
}

.sec-head .sub-head {
  position: relative;
}

.loader-wrap svg {
  fill: #1d1d1d;
}

.loader-wrap-heading {
  text-align: center;
}

.logo-loader {
  width: 390px;
}


.butn.butn-bord {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.butn.butn-bord:hover {
  background: var(--bg-color);
  color: #fff;
}

.butn.butn-bg {
  border: 1px solid #e60e33;
  background: #e60e33;
  color: #fff;
}

.butn.butn-bg:hover {
  background: transparent;
  color: inherit;
}

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.butn .icon {
  width: 18px;
}

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.box-dark {
  background: #151515;
  color: #fff;
  position: relative;
  z-index: -1;
}

.box-dark:after {
  content: '';
  position: absolute;
  top: -50px;
  bottom: -50px;
  width: 100%;
  background: #151515;
}

.box-dark p {
  color: #d1d1d1;
}

.box-dark.no-out:after {
  display: none;
}


/* ------ Sonali CSS (02-01-2025) ------ */

.magazine-swiper .swiper-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.release-title h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 35px;
  color: #121212;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  transition: 0.1s all;
}

.release-title h6 a:hover {
  color: #e60e33;
}

.press-date span {
  color: #00406c;
  font-weight: 500;
  font-size: 16px;
}

.view-all-icon {
  filter: invert(1);
}

.view-all-btn:hover .view-all-icon {
  filter: invert(0);
  transform: rotate(45deg);
}

.blog-bg {
  background: #0063a7;
  background: linear-gradient(to top left, #05579e 71%, #5fa732 96%);
}

.blog-paragraph-home p {
  color: #fff !important;
}

.project-title h6 {
  color: #fff;
  font-size: 20px;
}

.project-date img {
  width: 24px;
}

.float-right {
  float: right;
}

.explore-more .item .img {
  max-width: 100% !important;
}

.explore-img {
  border-radius: 15px;
}

.grid-bg {
  background: #f9f2eb;
}

.grid-bg .item {
  padding: 0px;
}

img.grid-img {
  border-radius: 18px;
}

.explore-more .item .img {
  position: relative;
  overflow: visible;
  text-align: center;
}

.explore-more .item .img .tags {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.explore-more .swiper-slide:hover .item .img .tags,
.explore-more .swiper-slide:hover .explore-overlay {
  opacity: 1;
}

.explore-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}

.explore-more .item .img .tags a {
  font-size: 20px;
  font-weight: 600;
}

.explore-more .item .img .tags a:hover {
  color: #fff;
}

.statistics-boxes .numb h2 {
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 10px;
}

.statistics-boxes .numb span {
  font-size: 13px;
  text-transform: uppercase;
  text-wrap: pretty;
}

.dark-bg {
  background: #ffffff;
}


.paddingtb-70 {
  padding: 70px 0px 120px 0;
}

.flex-column {
  flex-direction: column;
}

.anuual-reports .brochure {
  margin: 0;
}

.anuual-reports .brochure img {
  filter: invert(1);
}

.anuual-reports img {
  border: 1px solid #e60e33;
  border-radius: 10px;
  /* transition: all .7s ease; */
}

/* .single-report-wrapper:hover img {
  transform: scale(1.05);
} */

.single-report-wrapper {
  overflow: hidden;
}

.single-report-wrapper .img-hover-effect {
  border-radius: 10px;
}

.anuual-reports h6 {
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  line-height: 30px;
}

.anuual-reports .img-hover-effect {
  border-radius: 10px;
}

.intro-crv .shadow-title {
  font-size: 140px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-fill-color: #00000000;
  -webkit-text-stroke: 1px rgb(194 194 194 / 15%);
  margin: -0.67em 0 -0.48em 0;
  display: block;
  top: 75%;
  position: absolute;
  left: -24%;
}

.panel {
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 55px;
}

.grid-swiper .item {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.thecontainer {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100vw * 3);
}

.sustainability-text-div h6 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 35px;
  transition: all .4s;
}

.pillar-text {
  font-weight: bold;
  font-size: 110px;
  line-height: 90px;
  color: #dceffa;
  rotate: 270deg;
  position: absolute;
  bottom: 185px;
  right: -138px;
}

.thecontainer .img {
  /* height: 70vh; */
  position: relative;
  overflow: hidden;
  /* width: 690px; */
}

.thecontainer img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
  transition: opacity 0.35s, transform 0.35s;
}

.thecontainer .img::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(11, 75, 131, 0) 35%, rgb(0 0 0 / 73%) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: unset;
  border-radius: 15px;
}

.external-link-icon {
  width: 58px;
  height: 58px;
  background: #73bf44;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.external-link-icon img {
  width: 24px;
}

.grid-cont {
  color: #fff;
  opacity: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 4;
  padding: 20px;
}

.thecontainer .item {
  border-radius: 15px;
  overflow: hidden;
}

.grid-cont2 {
  color: #fff;
  opacity: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 4;
  padding: 20px;
}

.social-bg {
  position: absolute;
  width: 311px;
  top: 0px;
  left: -33px;
  opacity: 0.3;
}

.grid-cont2 p {
  color: #fff;
}

/* ------------hover---effect------ */
.panel .item .img {
  position: relative;
  overflow: hidden;
}

.panel .item .img .content-wrapper {
  position: absolute;
  bottom: -74px;
  left: 15px;
  right: 15px;
  padding: 15px 15px;
  border-radius: 10px;
  transition: all .4s;
}

.panel .item:hover .img .content-wrapper {
  bottom: 15px;
}

.panel .item:hover .img h6 {
  margin-bottom: 5px;
  transition: all .4s;
}

.panel .img p {
  color: #dcdcdc;
  font-size: 17px;
  line-height: 22px;
}

.panel .arrow-btn-hover {
  margin-left: 15px;
}

.show-on-hover {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.des-text p {
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* --------btn-hover-------- */
.thecontainer .item:hover .arrow-btn-hover {
  animation-delay: 2s;
}

.arrow-btn-hover {
  background: #e60e33;
  /* padding: 4px; */
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
}

.arrow-btn-hover.readmore-btn .icon {
  width: 24px;
  height: 24px;
  margin-left: 0;
}

.arrow-btn-hover.readmore-btn img {
  width: 28px;
}

/* -----------Products---------- */
.balco-products {
  background-color: #edf6ff;
  background: #012758;
  background: linear-gradient(90deg, rgb(6 52 122) 35%, rgb(0 60 169) 100%);
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #53a05c 30%, #005298 85%);
  background: linear-gradient(to right, rgb(95 167 50), rgb(5 87 158));
  /* background: linear-gradient(to left, rgba(5, 87, 158, 1) 50%, rgba(95, 167, 50, 1) 100%); */
  /* background: linear-gradient(270deg, rgba(5, 87, 158, 1) 42%, rgba(95, 167, 50, 1) 101%); */
  background: linear-gradient(to top left, #05579e 71%, #5fa732 96%);
}

.balco-products .cards {
  overflow: hidden;
}

.shadow-title {
  font-size: 107px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  /*background: #0000006b;*/
  -webkit-text-fill-color: #00000000;
  -webkit-text-stroke: 1px rgb(194 194 194 / 15%);
  margin: -0.67em 0 -0.48em 0;
  display: block;
  top: 50%;
  position: absolute;
}

.work-card.balco-products .card-item {
  background-color: #fff;
}


.price-c {
  display: flex;
  align-items: center;
}

/* 
  .price-c img {
    width: 27px;
  } */
.product-btn-new .price-c,
.product-btn-new .buy-btn {
  /* background: #e60e33;
    color: #ffffff;
    border: 1px solid #ffffff; */

  /* background: transparent;
  color: #05579e;
  border: 1px solid #05579e !important; */

  font-size: 15px;
  font-weight: 500;
  padding: 4px 25px;
  border: none;
  border-radius: 20px;
  position: relative;
  transition: padding 0.3s ease, color 0.3s ease, border 0.3s ease, background 0.3s ease;
  overflow: hidden;
}

/* .product-btn-new .price-c {
  padding: 4px 49px 4px 24px;
} */

.product-btn-new .price-c {
  background: #e60e33;
  color: #ffffff;
  border: 1px solid #ffffff !important;
}

.product-btn-new .price-c:after {
  content: '';
  position: absolute;
  background: url(../imgs/arrow-top-right.svg);
  opacity: 0;
  top: 9px;
  right: -20px;
  transition: 0.5s;
  width: 14px;
  height: 14px;
  filter: invert(29%) sepia(85%) saturate(728%) hue-rotate(178deg) brightness(91%) contrast(98%);
}

.product-btn-new .price-c:hover:after {
  opacity: 1;
  right: 9px;
  /* right: 22px; */
}

.product-btn-new .price-c:hover {
  /* background: #e60e33;
  color: #ffffff;
  border: 1px solid #ffffff !important; */
  background: transparent;
  color: #05579e;
  border: 1px solid #05579e !important;
  /* padding: 4px 49px 4px 24px; */
  padding-left: 20px;
  padding-right: 30px;
}

.product-btn-new .buy-btn {
  background: transparent;
  color: #05579e;
  border: 1px solid #05579e !important;
}

.product-btn-new .buy-btn:after {
  content: '';
  position: absolute;
  background: url(../imgs/arrow-top-right.svg);
  opacity: 0;
  top: 9px;
  right: -20px;
  transition: 0.5s;
  width: 14px;
  height: 14px;
  filter: invert(29%) sepia(85%) saturate(728%) hue-rotate(178deg) brightness(91%) contrast(98%);
}

.product-btn-new .buy-btn:hover:after {
  opacity: 1;
  right: 9px;
  /* right: 22px; */
}

.product-btn-new .buy-btn:hover {
  background: transparent;
  color: #05579e;
  border: 1px solid #05579e !important;
  padding-left: 20px;
  padding-right: 30px;

  /* background: #e60e33;
  color: #ffffff;
  border: 1px solid #ffffff !important; */

}

.product-btn-new .price-c a:hover {
  /* color: #fff; */
  color: #05579e;
}

.product-btn-new .buy-btn a:hover {
  color: #ffffff;
  color: #05579e;
}

.buy-btn {
  margin-left: 20px;
}

.buy-btn p {
  color: #013d72 !important;
}

.balco-products .butn:hover .icon.invert img,
.awards-sa .butn:hover .icon.invert img,
.blog-sa .butn:hover .icon.invert img {
  -webkit-filter: invert(1) !important;
  filter: invert(1) !important;
}

.balco-products h3 {
  color: #fff;
}

.balco-products .sub-color {
  color: #dfdfdfb5;
}

.balco-products .sec-head .sub-head {
  color: #fff;
}

/* .balco-products .sec-head .sub-head:after {
   background: #ffffff;
 } */

.balco-products .sec-head .sub-head:after {
  top: 10px;
}

.balco-products.work-card .card-item .cont .tag {
  font-size: 15px;
  color: #fff;
  /* font-weight: 500; */
  padding: 7px 30px;
}

.butn.butn-bg.enquiry-btn {
  background: transparent;
  border: 1px solid #063376;
  color: #063376;
}

.butn.butn-bg.enquiry-btn .arrow-2 {
  filter: invert(15%) sepia(85%) saturate(728%) hue-rotate(178deg) brightness(91%) contrast(98%);
}

.butn.butn-bg.enquiry-btn:hover {
  background: #063376;
  color: #ffffff;
}

.butn.butn-bg.enquiry-btn:hover img {
  filter: invert(1);
}

.butn.butn-bord.white-borderd {
  border: 1px solid rgb(255 255 255);
  position: relative;
  z-index: 1;
}

.butn.butn-bord.white-borderd span {
  color: #fff;
}

.butn.butn-bord.white-borderd:hover {
  background: #e60e33;
  border: 1px solid #e60e33;
}

.butn.butn-bord.black-bordered {
  border: 1px solid rgb(0 0 0 / 92%);
  padding: 8px 13px;
  font-size: 14px;
}

.butn.butn-bord.black-bordered .icon.invert img {
  -webkit-filter: none;
  filter: none;
}

.black-bordered .icon.invert img {
  width: 19px !important;
}

.butn.butn-bord.black-bordered:hover {
  background: #e60e33;
  border: 1px solid #e60e33;
  color: #fff;
}

.readmore-btn {
  cursor: pointer;
}

.readmore-btn img {
  width: 18px;
  position: absolute;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.banner-readmore img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.arrow-2 {
  z-index: 1;
  transform: translate(0, 0);
  filter: brightness(0) invert(1);
}

.arrow-1 {
  opacity: 0;
  transform: translate(-20px, 20px);
}

.readmore-btn:hover .arrow-2 {
  transform: translate(20px, -20px);
}

.readmore-btn:hover .arrow-1 {
  opacity: 1;
  transform: translate(0, 0);
}

.readmore-btn .icon {
  width: 17px;
  height: 17px;
  overflow: hidden;
  position: relative;
  margin-left: 10px;
}

.banner-readmore .icon {
  width: 47px;
  height: 47px;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 50px;
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}

.banner-readmore .icon img {
  width: 25px;
  height: 25px;
}

.banner-readmore .icon.invert img {
  -webkit-filter: none;
  filter: none;
}

.banner-readmore .arrow-1 {
  opacity: 0;
  transform: translate(-36px, 0px);
}

.banner-readmore:hover .arrow-2 {
  transform: translate(37px, 0px);
}

.swiper-slide-active .banner-readmore .icon {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.bg-transparent-btn.readmore-btn .icon {
  /* width: 38px;
  height: 18px; */
  margin-left: 15px;
}

.text-align-center-imp {
  text-align: center !important;
}

.svg-icon {
  width: 60px;
  /* margin-bottom: 10px; */
  display: block;
}

a:hover {
  color: #e60e33;
  transition: 0.1s all;
}

.butn.butn-md {
  /* padding: 10px 25px; */
  padding: 8px 20px;
}



.pdf-size {
  color: #bebcbc;
  font-size: 14px;
}

h5 {
  font-size: 32px;
  /* letter-spacing: -1px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}

.p-relative {
  position: relative;
}

.balco-products .img {
  position: relative;
  cursor: pointer;
}

.balco-products .img .readmore-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  background: var(--main-color);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 5;
}

.card-item:hover .img .readmore-btn {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}

.card-item .img .icon {
  width: 23px;
  height: 23px;
  overflow: hidden;
  margin-left: 0;
}

.card-item {
  box-shadow: 0 4px 12px rgb(0 0 0 / 11%);
}

.grid-swiper .item:hover .grid-overlay {
  /* background: linear-gradient(180deg, #17171778 38.85%, #101010 100%); */
  cursor: pointer;

}

.balco-products .icon.invert img {
  width: 18px;
  /* width: 23px; */
}

.balco-products .icon.invert-2 img {
  width: 22px;
  height: 22px;
}

.balco-products .butn.butn-bg:hover,
.awards-sa .butn.butn-bg:hover {
  background: transparent;
  color: #fff;
}


.balco-products::before {
  content: '';
  position: absolute;
  z-index: -1;
  /* background: url(../imgs/products/abstract-01.png); */
  background: url(../imgs/products/wood-pattern.png);
  height: 100%;
  width: 100%;
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  background-position: left top;
  top: 0;
  opacity: 0.04;
}

.des-text {
  width: 527px;
}

/* -----------Products-end--------- */


/* career */

.left-people img {
  border-radius: 15px;
}

.middle-people img {
  width: auto;
}

.career-content {
  background-color: #05579e;
  border-radius: 15px;
  padding: 40px 45px;
  width: 440px;
  height: 285px;
  margin-left: -35px;
  margin-top: 55px;
  position: relative;
  z-index: 9;
}

.career-content::before {
  content: '';
  position: absolute;
  background-image: url(../imgs/career/dotted-box.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: -85px;
  right: -40px;
  width: 200px;
  height: 200px;
  opacity: 0.1;
  z-index: -1;
}

.career-content p {
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
}

.career-right-bt-wrapper {
  display: flex;
  align-items: center;
}

.career-right-tp-wrapper .sec-head h2 {
  color: #05579e;
}

.sub-color.career-people {
  color: #e60e33 !important;
  text-transform: uppercase;
  display: block;
  font-size: 36px;
}

.big-career-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.career-right-tp-wrapper {
  margin-top: 15px;
}

.career-content .butn.butn-bg:hover {
  color: #ffffff;
}

.career-content .butn:hover .icon.invert img {
  filter: invert(1);
}

.career-right-img-div {
  overflow: hidden;
}



.careers-section {
  position: relative;
  width: 100%;
}

.careers-section::before {
  content: '';
  position: absolute;
  background-image: url(../imgs/career/great-place-work.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 120px;
  height: 206px;
  z-index: 0;
  right: 9%;
  top: 0;
}

.career-box {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 195px;
  transform: translateY(-50%);
  width: 546px;
  padding: 48px;
  border-radius: 15px;
}

.careers-section .sec-head .sub-head:after {
  top: 10px;
}

.careers-section h2 {
  font-size: 40px;
  /* letter-spacing: -1px; */
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
}

.career-main-div p {
  color: #ffffff;
}

.career-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}

.career-text-div {
  height: 100%;
  width: 100%;
  padding: 26px;
  background-color: #71b32f;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.career-main-div {
  display: flex;
  align-items: center;
  /* height: calc(100vh - 150px); */
  height: calc(100vh - 290px);
  border-radius: 15px;
  overflow: hidden;
}

.left-c-div {
  width: 30%;
  height: 100%;
  background-color: rgb(5 87 158);
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-c-div .butn.butn-bg:hover {
  color: #ffffff;
}

.left-c-div .butn:hover .icon.invert img {
  -webkit-filter: invert(1) !important;
  filter: invert(1) !important;
}

.right-c-div {
  width: 70%;
  height: 100%;
}

.c-img-div {
  /* height: 65%; */
  height: 60%;
  /* background-image: url(../imgs/career/career-img.jpg); */
  /* background-repeat: no-repeat;
   background-position: center;
   background-size: cover; */
  width: 100%;
  object-fit: cover;
}

.c-img-text-div {
  /* height: 35%; */
  height: 40%;
  display: flex;
  align-items: center;
}

.w-50 {
  width: 50%;
  height: 100%;
}

.c-img {
  height: 100%;
  object-fit: cover;
}

/* ------new-career-------- */
.careers-section .u-layout-wrap-1 {
  width: 945px;
  position: relative;
  /* margin: -666px 74px 60px auto; */
}

.u-gutter-0 .u-layout {
  margin: 0px;
}

.u-layout-row {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  max-width: 100%;
  display: flex;
}

.u-layout-row>.u-size-22 {
  flex: 0 0 36.66666667%;
  max-width: 36.66666667%;
  min-width: 36.66666667%;
}

.u-layout-row>* {
  max-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  display: flex;
}

.u-layout-col {
  flex-direction: column;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  flex: 1 1 auto;
  display: flex;
}

.u-gutter-0 .u-layout .u-layout-cell {
  border: 0px solid #550f0f00;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 592px;
}

.u-layout-col>.u-size-60 {
  flex: 60 0 auto;
}

.u-container-layout {
  position: relative;
  flex: 1;
  max-width: 100%;
  transition-duration: inherit;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-text-1 {
  margin: 90px 0 0;
}

.u-text {
  word-wrap: break-word;
  position: relative;
}

.u-layout-row>.u-size-38 {
  flex: 0 0 63.33333333%;
  max-width: 63.33333333%;
  min-width: 63.33333333%;
}

.u-layout-col {
  flex-direction: column;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}

.u-layout-col,
.u-layout-row {
  flex: 1 1 auto;
}

.u-layout-col,
.u-layout-row,
.u-layout-col>*,
.u-layout-row>* {
  display: flex;
}

.u-layout-col>.u-size-40 {
  flex: 40 0 auto;
}

.u-layout-col>.u-size-20 {
  flex: 20 0 auto;
}

.u-layout-row {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  max-width: 100%;
}

.u-section-1 .u-layout-cell-3 {
  min-height: 197px;
}

.u-layout-row>.u-size-30 {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 50%;
}

section.u-image:not(.u-hover-box),
.u-sheet.u-image:not(.u-hover-box),
.u-group.u-image:not(.u-hover-box),
.u-layout-cell.u-image:not(.u-hover-box) {
  overflow: visible;
}

.u-section-1 .u-container-layout-4 {
  padding: 20px;
}

/* ------------ham-menu---------------- */
.menu-height {
  max-height: 490px;
  overflow: auto;
  width: 100%;
}

.menu-height .no-submenu .sub-menu {
  display: none !important;
}

.menu-height .no-submenu i {
  display: none !important;
}

.hamenu .menu-height::-webkit-scrollbar-track {
  background: rgb(6 51 133);
}

.hamenu .menu-height::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.hamenu .menu-height::-webkit-scrollbar,
.snip0016-custom .hover-caption p::-webkit-scrollbar {
  width: 5px;
}

.snip0016-custom .hover-caption p::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

.snip0016-custom .hover-caption p::-webkit-scrollbar-thumb {
  background: #73bf43;
  border-radius: 5px;
}


/* .ham-logo img {
  width: 300px;
  position: absolute;
  top: 4%;
} */

/* .ham-logo a {
  width: 300px;
  position: absolute;
  top: 4%;
} */

.logo.ham-logo {
  width: 300px;
  width: 250px;
  position: absolute;
  top: 4%;
}

.left-text {
  text-align: left !important;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  margin-right: 33px;
}

.hamenu .social-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.social-icon .item i {
  transition: transform 0.75s ease-in-out;
}

/* Hover Effect */

.snip0016-custom {
  position: relative;
  overflow: hidden;
  /* background: #000; */
}

.snip0016-custom .product-img img {
  width: 100%;
  display: block;
  transition: opacity 0.35s ease;
}

.snip0016-custom .hover-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 30px;
  width: 100%;
  /* height: 100%; */
  z-index: 66;
}

.snip0016-custom .hover-caption::before {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 2px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.6s;
}

.snip0016-custom:hover .hover-caption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip0016-custom .hover-line {
  display: none;
  /* visually handled by ::before */
}




.snip0016-custom p {
  font-weight: 400;
  margin-top: 5px;
  line-height: 22px;
  font-size: 15px;
  opacity: 0;
  color: #fff !important;
  transform: translateY(30%);
  /* This is the key to move it down initially */
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
  max-height: 150px;
  overflow: auto;
}

.snip0016-custom:hover .hover-caption p {
  opacity: 0.9;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.6s;

}

/* .snip0016-custom a {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
  pointer-events: auto; 
} */

/* Hover State */
.snip0016-custom:hover .product-img img {
  opacity: 0.3;
}

/* .snip0016-custom:hover .product-img{
  filter: contrast(0.2);
} */


.snip0016-custom:hover .hover-caption::before {
  background: rgba(255, 255, 255, 0);
  left: 16px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip0016-custom .hover-caption h3 {
  opacity: 0;
  color: #fff;
  font-weight: 300;
  transform: translateX(100%);
  /* Start off-screen to the right */
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition-delay: 0.3s;
}

.snip0016-custom:hover .hover-caption h3 {
  opacity: 1;
  transform: translateX(0);
  /* Slide into view */
  transition-delay: 0.4s;
}

/* ------------------------- */




.social-icon .item:hover {
  color: var(--main-color);
  --fill-color: 100%;
}

.social-icon .item:hover i {
  transform: scale(1.25);
}

.ham-abstract {
  position: absolute;
  opacity: 0.03;
  width: 700px;
  height: 340px;
  top: 0;
  right: 0;
  z-index: -1;
}

.career-abstract {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  width: 980px;
  height: 980px;
  z-index: -1;
}

.Vedanta-Logo-abstract {
  position: absolute;
  top: -1px;
  left: 0;
  opacity: 0.2;
  width: 45%;
  /* height: 325px; */
  z-index: -1;
}

.close-menu:hover {
  border: 2px solid rgb(255 255 255);
}

.close-menu:hover svg {
  fill: rgb(255 255 255);
}

.sub-submenu ul li {
  font-size: 18px !important;
  position: relative;
  margin-left: 20px !important;
  line-height: 24px !important;
}

.sub-submenu ul li a {
  padding: 8px 8px 8px 27px !important;
  margin-bottom: 10px !important;
}

.sub-submenu ul li:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #3b63b8;
}

.main-menu .has-sm {
  display: block !important;
}

.sub-submenu {
  padding-left: 21px;
  margin-top: 10px;
  display: none;
}

.sub-menu-flx {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.sub-submenu-sign {
  position: absolute;
  width: 90px;
  top: -18px;
  right: 0;
  bottom: 0;
}

.sub-submenu-sign:before {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}

.sub-submenu-sign:after {
  content: '';
  width: 16px;
  height: 1px;
  position: absolute;
  top: calc(50% + 8px);
  left: calc(50% - 8px);
  background: #fff;
}

.sub-menu.sub-open .has-sm.open .sub-submenu-sign:before {
  opacity: 0;
}

/* ------------------- */
.intro-crv .states .item {
  position: relative;
  padding-left: 35px;
}

.intro-crv .states .item:before {
  /* content: ''; */
  position: absolute;
  /* top: 10px; */
  bottom: 36px;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(359deg, #1670a5 31%, rgba(118, 205, 118, 1) 67%);
}

.intro-crv .states .item p {
  /* font-size: 17px; */
  /* color: #acacac;
   color: #171717; */
  color: #636363;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
}

.new-statistics-part .icon-div {
  padding-left: 0px;
}

.new-statistics-part .icon-div::before {
  position: absolute;
  content: '';
  width: 1px;
  width: 60px;
  height: 60px;
  background-color: #d5eaf8ad;
}

.new-statistics-part .icon-div::after {
  display: none;
}


/* .counter {
  letter-spacing: 2px;
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 50px; 
  font-size: 50px;
  margin: 0 20px;
  font-weight: 400;
  color: #000000;
}

.counter span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: translateY(100%);
  transition: transform 2s ease;
  line-height: 1;
}


.counter span  {
  flex: 0 0 100%;
  height: 100%;
  display: block;
} */

.prd-div {
  border-radius: 10px;
  height: 460px;
  width: 100%;
  position: relative;
  /* background: radial-gradient(circle, rgba(250, 250, 250, 1) 0%, rgb(226 228 229) 50%, rgb(226 228 229) 100%); */
  /* background: radial-gradient(circle, rgb(0 0 0 / 0%) 0%, rgb(237 237 237) 75%); */
  background-color: #d3ebff;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.prd-div::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  /* height: 115px; */
  height: 168px;
  background-color: #f5fafd;
}

.prd-div img {
  width: 567px;
  height: auto !important;
  z-index: 1;
}

.prd-div h3 {
  display: none;
  position: absolute;
  font-size: 113px;
  font-weight: 700;
  /* left: 27px; */
  top: 66px;
  z-index: 1;
  color: #e5e5e5;
  /* color: transparent;
  -webkit-text-stroke: 2px #dfdfdf; */
}

.counter {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  /* height: 50px; */
  /* font-size: 50px; */
  font-size: 60px;
  font-weight: 800;
  color: #0063a7;
  margin-bottom: 45px;
}

.title-font-one {
  /* position: relative; */
  /* display: flex;*/
  /* align-items: center; */
  /* height: 50px; */
  /* font-size: 50px; */
  /* margin-bottom: 7px; */
  /* margin-top: -111px; */
  /* /* margin-left: 70px; */

  position: absolute;
  line-height: 1;
  top: 10px;
  left: 90px;
  font-size: 50px;
  font-weight: 800;
  color: #0063a7;
  /* color: transparent;
   -webkit-text-stroke: 1px #a9a9a94a; */

}

.title-font-one .sup-st {
  color: #0063a7;
  font-size: 26px;
  line-height: 0;
  /* margin-bottom: 14px; */
  top: -25px;
  left: -6px;
}

.counter span {
  display: inline-block;
  transform: translateY(100%);
  /* Initially off-screen */
  transition: transform 0.5s ease;
  /* Smooth movement */
  line-height: 1;
}

.counter span span {
  display: block;
  transform: translateY(100%);
  /* Initially off-screen */
}

/* Loop equivalent (for nth-child) */
.counter:nth-child(1) span {
  transition-delay: 0s;
}

.counter:nth-child(2) span {
  transition-delay: 0.375s;
}

.counter:nth-child(3) span {
  transition-delay: 0.75s;
}

.counter:nth-child(4) span {
  transition-delay: 1.125s;
}

.counter:nth-child(5) span {
  transition-delay: 1.5s;
}

.counter:nth-child(6) span {
  transition-delay: 1.875s;
}

.counter:nth-child(7) span {
  transition-delay: 2.25s;
}

.counter:nth-child(8) span {
  transition-delay: 2.625s;
}

.counter:nth-child(9) span {
  transition-delay: 3s;
}

.counter:nth-child(10) span {
  transition-delay: 3.375s;
}

.counter:nth-child(11) span {
  transition-delay: 3.75s;
}

.counter:nth-child(12) span {
  transition-delay: 4.125s;
}

.counter:nth-child(13) span {
  transition-delay: 4.5s;
}

.counter:nth-child(14) span {
  transition-delay: 4.875s;
}

.counter:nth-child(15) span {
  transition-delay: 5.25s;
}

.counter:nth-child(16) span {
  transition-delay: 5.625s;
}

.counter:nth-child(17) span {
  transition-delay: 6s;
}

.counter:nth-child(18) span {
  transition-delay: 6.375s;
}

.counter:nth-child(19) span {
  transition-delay: 6.75s;
}

.counter:nth-child(20) span {
  transition-delay: 7.125s;
}

/* .intro-crv .states .item h2 {
  font-size: 55px;
  line-height: 1;
  margin-top: 40px;
  color: #025299;
} */

.intro-crv .states .item .spn-botm {
  margin-left: 10px;
  font-size: 25px;
  font-weight: 500;
  color: #e60e33;
  /* font-family: "Lato"; */
  font-family: "Onest";
  /* /* font-family: "Inter"; */
}

.intro-crv .states .item:after {
  content: '';
  position: absolute;
  /* top: 10px; */
  /* bottom: 0; */
  top: 0px;
  bottom: 0px;
  left: 0;
  width: 2px;
  background: linear-gradient(359deg, #1670a5 31%, rgba(118, 205, 118, 1) 67%);
  /* border-left: 1px solid rgb(231 231 231); */
}

.fy-year {
  font-size: 13px;
  color: #0c0c0c;
  font-weight: 500;
  background-color: #f1f1f1;
  padding: 5px 8px;
  border-radius: 5px;
}

.gray-in-clr {
  color: #e1e1e1;
}

/* ---------header--------- */

.header {
  width: 100%;
  height: auto;
  z-index: 999;
  /* z-index: 999999999; */
  position: absolute !important;
  left: 0;
  top: 0;
  transition: top .3s ease;
  padding: 0;
  /* padding: 15px 0; */
  /* padding-bottom: 0; */
  /* background: #0000001a; */
  /*  background: rgb(0 0 0 / 22%); */
  /* backdrop-filter: blur(4px); */
  /* background: linear-gradient(180deg, rgb(0 26 43 / 62%) 0%, rgba(0, 99, 167, 0) 100%); */
}

.for-fix-header {
  display: none;
}

.navbar.nav-scroll .for-fix-header {
  display: block;
}

.navbar.nav-scroll .balco-wh-logo,
.inner-page .balco-wh-logo {
  display: none;
}

.navbar.nav-scroll .menu-top {
  margin-bottom: 0px;
}

.inner-page .for-fix-header {
  display: block;
}

.inner-page .menu-list li a {
  color: #232323;
}

.inner-page .h-buyNow p {
  color: #000000 !important;
}

.inner-page .header {
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.inner-page .header .lang-item span {
  color: #000;
}

.inner-page .lang-item img {
  filter: invert(0) !important;
}

.inner-page .header.nav-scroll {
  border-bottom: none;
}

.inner-page .header.nav-scroll {
  position: fixed !important;
  float: left;
}

.inner-page .header .dropdown button {
  color: #000;
  background-color: #f1f1f1;
}

.inner-page .header .arrow-down {
  border-color: #101010 transparent transparent transparent;
}

.inner-page .menu-top li img {
  filter: invert(1);
}

.inner-page .navbar .menu-icon-list span {
  background-color: #050505;
}

.inner-page .header .menu-top .dropdown img {
  filter: none !important;
}

.header .container-fluid {
  width: 100%;
  position: relative;
  padding: 0 60px;
}

.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-content {
  width: 100%;
  float: left;
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.header-menu {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-top: 15px;
  padding-top: 6px;
  /* margin-right: 50px; */
}

.menu-top {
  cursor: pointer;
  margin-bottom: 9px;
}

.menu-list {
  display: flex;
}

.menu-list ul {
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
}

.menu-list li a {
  text-decoration: none;
  margin-left: 28px;
  color: #ffffff;
  /* font-size: 19px; */
  font-size: 17px;
  padding: 10px 0 20px 0;
  font-weight: 600;

  position: relative;
}

.menu-list .sub-menu {
  margin: 0;
  transition: .3s;
  z-index: 999;
  /* transform: translateY(20px);
   opacity: 0;
   visibility: hidden; */
  min-width: 266px;
  flex-direction: column;
  align-items: flex-start;
  /* transition: 0.5s; */
  padding: 22px 0px;
  grid-template-columns: repeat(2, 1fr);
  width: 70%;
  padding-bottom: 10px;
}

.sub-menu li span {
  position: relative;
}

.sub-menu li span:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 9px;
  rotate: 328deg;
  left: 0px;
  top: -11px;
  background-color: #000000;
  /* background-image: url(../imgs/menu-arrow-2.svg); */
}

.sub-menu li span:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 9px;
  rotate: 29deg;
  left: 5px;
  top: -11px;
  background-color: #000000;
}

.menu-list li .sub-menu li a:hover span:after,
.menu-list li .sub-menu li a:hover span:before {
  background-color: #e60e33;
}

/* .menu-list .sub-menu::after {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   background-image: url(../imgs/wood-pattern.png);
   top: 0;
   left: 0;
   object-fit: contain;
   background-position: center;
   background-repeat: no-repeat;
   opacity: 0.1;
   z-index: -1;
 } */

.menu-list li a .toggle-arrow {
  transition: transform 0.3s ease;
}

/* .menu-list li:hover .sub-menu {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
 } */

.menu-list li:hover>a .toggle-arrow {
  transform: rotate(180deg);
}


.menu-list li .sub-menu li a {
  color: #232323 !important;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 8px 0;
  text-decoration: none;
  min-width: 315px;
}

.menu-list li .sub-menu li a:hover {
  color: #e60e33 !important;
}

.menu-list li:hover a {
  color: #e60e33;
}

/* 
.sub-menu:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 30px; 
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12.5px 14px 12.5px;
  border-color: transparent transparent #0063a7 transparent;
  transform: rotate(0);
} */

.menu-list li .sub-menu li {
  display: flex;
  flex-direction: column;
  position: relative;
  /* border-bottom: 1px solid #ddd; */
  margin-right: 0;
  cursor: pointer;
  padding: 0 8px;
  transition: all .5s;
}

.menu-top ul {
  margin: 0;
  display: flex;
  list-style: none;
  color: #fff;
  font-size: 15px;
  padding-left: 0;
}

.menu-top ul li {
  position: relative;
  display: flex;
  align-items: center;
}

/* .menu-top ul li::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #ffffffab;
  left: -18px;
} */

.menu-top ul li:first-child:before {
  height: 0;
}

.menu-top li img {
  width: 20px;
  width: 18px;
}


.menu-top ul li:last-child {
  margin-right: 0;
  z-index: 99;
}

.lang-div {

  position: relative;
}

.custom-select {
  display: inline-block;
  position: relative;
}

.language option {
  color: #000;
}

.language {
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  will-change: transform;
  animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1;
}

.lang-div:hover .language {
  opacity: 1;
  pointer-events: all;
}

/* ------for header language */
.lang-div {
  position: relative;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown button {
  background-color: #ffffff4d;
  background-color: transparent;
  padding: 4px 5px;
  border-radius: 50px;
  min-width: 80px;
  width: max-content;
  color: #fff;
  border: none;
  cursor: pointer;
  /* justify-content: space-evenly; */
}

.dropdown button img {
  margin: 0 7px 0 0;
}

.dropdown button img,
.dropdown-content li img {
  width: 20px;
}

.dropdown button,
.dropdown-content li {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  margin: 0 0 0 5px;
  display: none;
}

/* .dropdown button:hover {
  cursor: pointer;
  background-color: #e60e33;
} */

.dropdown-content {
  display: none !important;
  position: absolute;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.158);
  z-index: 1;
  border-radius: 5px;
  will-change: transform;
  animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1;
}

.dropdown-content li {
  color: black;
  padding: 5px 14px;
  text-decoration: none;
  /* justify-content: end; */
}

.dropdown-content li img {
  margin: 0px 10px 0px 0px;
}

.dropdown-content li:hover {
  cursor: pointer;
  color: #0063a7;
}

.dropdown:focus-within .dropdown-content {
  display: block !important;
}

.navbar.nav-scroll .lang-div img,
.active-menu .lang-div img {
  filter: invert(0) !important;
}

.navbar.nav-scroll .dropdown button,
.active-menu .lang-div .dropdown button {
  color: #000;
  background-color: #f1f1f1;
  background-color: transparent;
}

.navbar.nav-scroll .arrow-down,
.active-menu .arrow-down {
  border-color: #101010 transparent transparent transparent;
}

/* 
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

::-webkit-scrollbar-thumb {14382
  border-radius: 8px;
  background: #c2c9d2;
} */


.banner-readmore {
  /* width: 143px; */
  font-size: 18px;
  color: #fff;
  margin-top: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.banner-readmore:hover .arrow-1 {
  opacity: 1;
  transform: translate(0, 0);
}

.banner-caption p {
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner-caption h2 {
  letter-spacing: 0px;
  font-weight: 600;
  font-family: "Lato", serif;
  line-height: 85px;
  color: #ffffff;
  font-size: 52px;
  line-height: 75px;
  text-align: center;
  text-shadow: 0 4px 3.92px rgb(56 45 31 / 61%);
  z-index: 1;
}

.balco-txt {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 105px;
  font-weight: 700;
  display: block;
  margin-bottom: 38px;
  margin-bottom: 0px;
  text-shadow: 0 4px 3.92px rgb(56 45 31 / 61%);
  line-height: normal;
}


.banner-caption {
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.banner-caption p.text-1 {
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: left;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 20px;
  word-spacing: 2px;
  margin-bottom: 15px;
}

.text-1 {
  opacity: 0;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}

.swiper-slide-active .text-1 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* .text-2 {
   opacity: 0;
   -webkit-transform: translateX(-80px);
   -moz-transform: translateX(-80px);
   -ms-transform: translateX(-80px);
   -o-transform: translateX(-80px);
   transform: translateX(-80px);
 } */
/* 
 .swiper-slide-active .text-2 {
   opacity: 1;
   -webkit-transform: translate(0);
   -moz-transform: translate(0);
   -ms-transform: translate(0);
   -o-transform: translate(0);
   transform: translate(0);
   -webkit-transition: all 0.9s ease;
   -moz-transition: all 0.9s ease;
   -ms-transition: all 0.9s ease;
   -o-transition: all 0.9s ease;
   transition: all 0.9s ease;
   -webkit-transition-delay: 0.9s;
   -moz-transition-delay: 0.9s;
   -ms-transition-delay: 0.9s;
   -o-transition-delay: 0.9s;
   transition-delay: 0.9s;
 } */

.text-2 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}


.icon-mouse img {
  width: 28px;
}

.scroll-indicator {
  position: absolute;
  z-index: 9999;
  left: 0;
  bottom: 1rem;
  width: 100%;
  text-align: left;
  display: block;
  animation: bounce 9s 0s ease infinite;
  /* margin-left: 65px; */
  margin-left: 25px;
}

.scroll-indicator a {
  transition: all .3s ease 0s;
}

/* ---------chat-bot--------- */
.robot {
  position: fixed;
  bottom: 75px;
  right: 35px;
  color: #fff;
  background: #005298;
  /* background: #083a77; */
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  transition-property: color, background, border-color;
  z-index: 1000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.robot a {
  display: block;
  height: 100%;
  width: 100%;
}

.robot::before {
  content: '';
  background: rgba(0, 81, 152, 0.651);
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s robot-animation linear infinite;
  animation: 1s robot-animation linear infinite;
}

.help-part {
  position: fixed;
  display: flex;
  bottom: 30px;
  right: 15px;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  z-index: 999999;
}


.help-text {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: -1px 3px 16px -2px #0000003b;
  margin-bottom: 0;
  /* bottom: 130%; */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  bottom: 20px;
}


.purple-round:hover~.help-text,
.help-text.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}


@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.purple-round {
  position: relative;
  height: 75px;
  width: 75px;
  /* background-color: #54ac28;
   background: linear-gradient(135deg, rgb(42, 39, 218), rgb(0, 204, 255)); */
  /* box-shadow: rgba(0, 77, 255, 0.5) 0px 4px 24px; */
  border-radius: 50%;
  cursor: pointer;
}

.help-robo {
  width: 40px;
  position: absolute;
  left: 54%;
  top: 60%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  animation: robot 1.5s ease-in-out infinite;
}

.purple-round:after {
  content: '';
  background: rgb(0 146 242 / 69%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 4%;
  top: 3%;
  opacity: 1;
  animation: robot-animation 1s linear infinite;
}


@keyframes robot-animation {
  0% {
    -webkit-transform: scale(0.48);
    transform: scale(0.48);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.robot-img {
  width: 100%;
  top: -40%;
  left: 0;
  position: absolute;
  animation: 1.5s robot ease-in-out infinite;
}

@keyframes robot {
  0% {
    transform: translate(-50%, -50%) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) translateY(-6px);
  }

  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
}


/* ------------chat----------------- */

.chat {
  position: fixed;
  bottom: 94px;
  /* right: 130px; */
  z-index: 9999999;
  width: 345px;
  height: 80vh;
  max-height: 500px;
  /* background: #082d5a; */
  background: #005298;
  background: linear-gradient(135deg, rgb(6 48 150), rgb(4 89 169));
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /* display: none; */
  right: -100%;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
}

.chat-boot-wrapper.active {
  /* display: block; */
  right: 98px;
}

.chat-title {
  padding: 11px 15px;
  /* background: rgba(0, 0, 0, 0.2); */
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-title h1 {
  font-size: 14px;
  margin: 0;
  letter-spacing: 0;
}

.chat-title h2 {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}

.chat-title .avatar {
  /* margin-left: auto; */
  width: 35px;
  height: 35px;
  position: relative;

}

.chat-title .avtar-outer {
  background-color: #71b32f;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.bot-img-div {
  display: flex;
  align-items: center;
}

.avatar img {
  width: 100%;
  border-radius: 50%;
}

.messages {
  flex: 1;
  /* padding: 15px; */
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.7);
  background: #f2f5ff;
}

.chat-message {
  margin: 5px 0;
  /* background: rgb(22 112 165); */
  background-color: rgb(255 255 255);
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 14px;
  max-width: 85%;
  color: rgb(56 56 56);
}

/* .messages-content div:nth-child(even) {
  display:grid;
  align-items: flex-end;
} */
.chat-message.chat-message-personal {
  background: #71b32f;
  align-self: flex-end;

  background: #e60e33;
  color: #ffffff;
}

.messages .chat-message.chat-message-personal {
  float: right;
  border-radius: 10px 10px 0px 10px;
}

.messages .chat-message.new {
  transform: scale(0);
  transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
  animation: bounce 500ms linear both;
}

.messages .chat-message:last-child {
  margin-bottom: 10px;
}

.messages .chat-message.new {
  transform: scale(0);
  transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
  animation: bounce 500ms linear both;
}

.message-box {
  padding: 10px;
  /* background: rgba(0, 0, 0, 0.3); */
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgb(6 48 150), rgb(4 89 169));
}

.messages-content::-webkit-scrollbar {
  width: 4px;
}

.messages-content::-webkit-scrollbar-track {
  background: #cacacaee;
}

.messages-content::-webkit-scrollbar-thumb {
  background-color: #e60e33;
  border-radius: 10px;
}

.chat-rply-btn a {
  margin-bottom: 10px;
}

.chat-rply-btn {
  margin-top: 18px;
}

.messages-content {
  width: 100%;
  float: left;
}

.messages-content {
  max-height: 100%;
  overflow-y: auto;
  padding: 15px;
}

/* .messages::-webkit-scrollbar-thumb:hover {
  background-color: #2d53fc; 
} */

.message-input {
  flex: 1;
  padding: 8px;
  border: none;
  background: none;
  color: #fff;
  outline: none;
  border-bottom: 1px solid #2071b6;
  /* font-family: 'Montserrat'; */
  font-weight: 500;
  line-height: 20px;
}

.message-submit {
  padding: 3px 11px;
  background: #71b32f;
  display: table;
  color: white;
  height: 35px;
  border: none;
  margin-left: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
}

.message-submit:hover {
  background: #1d7745;
}

.messages .chat-message {
  clear: both;
  float: left;
  padding: 15px;
  border-radius: 15px 15px 15px 0;
  margin: 8px 0;
  line-height: 1.4;
  position: relative;
  /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); */
  /* color: #fff; */
  word-wrap: break-word;
}

.hlth-glry {
  margin-bottom: 100px;
}

.hlth-glry .bg-line-1 {
  bottom: 330px;
}

.press-contact-info p {
  margin-top: 8px !important;
}

.arogya-section.bg-light-blue .composition-7-border {
  background: linear-gradient(to right, #edf7ff, #edf7ff), #edf7ff;
}

.single-content-heading h6 {
  font-weight: 600;
  color: #e60e33;
  font-size: 18px !important;
  text-decoration: underline;
}

.press-contact-info a {
  color: #0063a7 !important;
}

.press-contact-info strong {
  color: #414141 !important;
}

.button-container {
  float: left;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  margin-right: 24px;
}

.chat-button {
  margin: 6px 4px;
  border: 1px solid #71b32f;
  border-radius: 30px;
  padding: 5px 12px;
  font-size: 13px;
  color: #71b32f;
  background: #fff;
}

.chat-button:hover,
.chat-rply-btn a:hover {
  background-color: #0c4ab0;
  color: #ffffff;
  border: 1px solid #0c4ab0;
}


/* -----------------------------Header Accessability------------------------ */
.accessability-box-container {
  position: fixed;
  width: 430px;
  height: 600px;
  background-color: #f2f7fa;
  border-radius: 15px;
  top: 100px;
  /* right: 18px; */
  left: 20px;
  box-shadow: 0px 0px 12px 10px rgba(0, 0, 0, 0.1);
  display: none;
  overflow: hidden;
  visibility: visible;
  overflow-y: scroll;
  scrollbar-color: silver transparent;
  scrollbar-width: thin;
  border-bottom: 30px solid #082d5a;
  z-index: 999999999;
  will-change: transform;
  animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1;
}

.accessability-box-container .close-button-accessability {
  fill: #fff;
}

@keyframes menu-sub-dropdown-animation-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes menu-sub-dropdown-animation-move-up {
  0% {
    margin-top: .75rem;
  }

  100% {
    margin-top: 0;
  }
}

.accessability-box-container.show {
  display: block;
}

.close-accessability {
  width: 100%;
  /* transition: all .15s ease; */
}

.close-button-accessability {
  float: right;
  cursor: pointer;
  transition: transform 0.2s ease;
  fill: #6ea6f1;
  width: 18px;
}

.close-button-accessability:hover {
  transform: scale(1.2);
  fill: #ffffff;
}

.accessability-box-inner {
  width: 100%;
  background-color: #082d5a;
  min-height: 180px;
}

.accessability-box-sub-inner {
  width: 100%;
  padding: 15px;
  float: left;
}

.accessability-box-top {
  padding: 15px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accessability-box-top h1 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 400;
  /* letter-spacing: -1px; */
}

.adjustment-box-main h2 {
  font-size: 17px;
  color: #6e6e6e;
  margin-bottom: 20px;
  margin-top: 30PX;
  letter-spacing: 0;
}

.adjustment-box-main h2:first-child {
  margin-top: 0;
}

.resetsetting {
  font-size: 14px;
  font-weight: 400;
  border-radius: 25px;
  padding: 5px 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
}


.resetsetting img {
  width: 20px;
  margin-right: 7px;
}

.adjustment-box-main {
  padding: 23px;
  background-color: #fff;
  border-radius: 10px;
  /* margin-top: 15px; */
  transition: opacity .35s ease-in-out, transform .35s ease-in-out;
}


/* .adjustment-box-main h5:nth-child(1){
  margin-top: 0;
} */
.adjustment-lists {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}

.adj-box {
  border-radius: 10px;
  background-color: #f2f7fa;
  height: 110px;
  padding: 20px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 12px;
  cursor: pointer;
  width: 31%;
}

.adj-box:hover {
  border: 1px solid #072a6a;
}

.adj-box.active {
  border: 2px solid #072a6a;
  background: #d9e5fb;
}

.adj-box.box-2 {
  width: 48.5%;
}

.adj-box.box-color {
  width: 65.5%;
}

.adj-box span {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}

.box-color span {
  margin-top: 0;
}

.adj-box img {
  width: 25px;
}

.adj-box:nth-last-child(2),
.adj-box:nth-last-child(1),
.adj-box:nth-last-child(3) {
  margin-bottom: 0;
}


.action-custom-element {
  width: 100%;
  margin-top: 17px;
}

/* .action-custom-element button {
  padding: 10px;
  margin: 0;
}

.adjust-text-color .action-custom-element {
  margin-top: 3px;
} */

.color-picker {
  margin-top: -5px;
  text-align: center;
}

.color-picker-selection {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  /* margin: 0 1px; */
  border-radius: 50px;
  border: solid 1.5px #e3e8fb;
}

.color-picker-cancel {
  font-size: 13px;
  line-height: 18px;
  color: #1f2533;
  display: block;
  margin: 7px auto 0;
  background: none;
  font-weight: 500;
  border: 1px solid #d3d1d1;
  border-radius: 20px;
  padding: 0 8px;
}

.color-picker-cancel:hover {
  background-color: #f1f1f1;
}

.blue-text,
.blue-title {
  background-color: #0076b4;
}

.purple-text,
.purple-title {
  background-color: #7a549c;
}

.red-text,
.red-title {
  background-color: #c83733;
}

.orange-text,
.orange-title {
  background-color: rgb(208, 112, 33);
}

.teal-text,
.teal-title {
  background-color: rgb(38, 153, 159);
}

.green-text,
.green-title {
  background-color: rgb(77, 120, 49);
}

.white-text,
.white-title {
  background-color: rgb(255, 255, 255);
}

.black-text,
.black-title {
  background-color: rgb(0, 0, 0);
}

/* Active state for color-picker */

.color-picker-selection:focus::after,
.color-picker-selection:active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #dfdfdf;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}


/* --------------------banner-slide-text------------- */

.main-highlight {
  position: absolute;
  bottom: 106px;
  z-index: 9;
  width: 100%;
}

.highlights {
  display: flex;
  z-index: 1;
}

.highlights .mini-highlights {
  color: #fff;
  font-size: 17px;
  width: 100%;
  line-height: 30px;
  position: relative;
}

.highlights .mini-highlights strong {
  color: #fff;
  line-height: 0;
}



.mini-highlights:nth-child(1) span {
  animation-delay: 0s;
}

.mini-highlights:nth-child(2) span {
  animation-delay: 2s;
}

.mini-highlights:nth-child(3) span {
  animation-delay: 4s;
}

.mini-highlights span img {
  width: 100%;
}

.custom-width {
  width: 50%;
}

.green-patch {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  background-color: #71b32f;
  z-index: 1;
}

.menu-list li .sub-menu li .sub-subMenu a {
  font-size: 17px;
  color: #545454 !important;
  padding: 6px 0;
}

/* 

.Vertical-counter{
  height: 50px;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-top: 40px;
} */
/* .counter {
  font-size: 55px;
  line-height: 1;
  color: #025299;
  transition: all 0.5s ease-in-out;
} */

/* .intro-crv .states .item h2 {
  font-size: 55px;
  line-height: 1;
  margin-top: 40px;
  color: #025299;
} */

.highlights-note strong {
  position: relative;
}

@keyframes drawLine {
  100% {
    width: 100%;
  }
}

.banner-swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

ul.nav-menus li a:hover .navbar {
  background: red;
}

ul.nav-menus li a:hover .navbar .logo .for-fix-header {
  display: block;
}

.nav-menus li:nth-child(6)>a::before,
.nav-menus li:nth-child(7)>a::before {
  display: none !important;
}

/* .menu-list li .sub-menu li .sub-subMenu1 {
  padding-left: 10px !important;
  top: 0;
  left: calc(100% + 15px);
  margin: 0;
  transition: .3s;
  z-index: 999;
  flex-direction: column;
  border-radius: 15px;
  border-top-left-radius: 0;
  transition: 0.5s;
  position: absolute;
  min-width: 255px;
  display: none;
} */
.sub-subMenu {
  position: relative;
  padding-left: 10px !important;
  padding-bottom: 15px;
  margin: 0;
  /* transition: transform 0.5s ease, opacity 0.5s ease, height 0.5s ease; */
  flex-direction: column;
  /* transform: translateY(0); */
  /* opacity: 0; */
  align-items: flex-start !important;
  min-width: 255px;
  margin-left: 10px;
  /* height: 0; */
  /* overflow: hidden;  */
}

.sub-subMenu {
  display: none !important;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 1s ease;
}

.sub-menu span {
  /* transform: rotate(90deg);  */
  margin-left: 8px;
  /* font-family: monospace; */
}

.menu-arrow {
  width: 23px;
}

.menu-item.active .sub-subMenu {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}

.sub-subMenu.active {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}

.sub-subMenu.active .sub-menu span {
  transform: rotate(180deg);
}



.dropdown-arrow {
  position: absolute;
  right: 0;
  top: 14px;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #e60e33;
  rotate: 90deg;
}

ul.sub-subMenu li {
  padding: 6px 0px;
}

.sub-subMenu li a {
  min-width: 180px !important;
}

.menu-list li .sub-menu li .sub-subMenu li a:hover {
  color: #e60e33 !important;
}

.menu-list li .sub-menu li .sub-subMenu a {
  color: #3a3a3a !important;
  position: relative;
}

.menu-list li .sub-menu li .sub-subMenu li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 2px;
  background-color: #e60e33;
  left: -10px;
  top: 19px;
}

/* ------------banner-custom-pagination-------------- */
.banner-swiper-container .swiper-pagination-bullet {
  margin: 0 12px !important;
  width: 310px;
  height: 65px;
  border-radius: 10px 10px 0 0;
  opacity: 1;
  gap: 20px;
  position: relative;
  overflow: hidden;
  /* background: #dcdcdc47; */
  background: rgb(18 18 18 / 20%);
}

.banner-swiper-container .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  top: 0;
  transition: width .3s ease-in-out;
  background: linear-gradient(337deg, #1670a5 31%, rgb(102 229 102) 67%);
}

.banner-swiper-container .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  filter: blur(8px);
  z-index: -1;
  border-radius: 10px 10px 0 0;
}

.banner-swiper-container .swiper-pagination-bullet img,
.banner-swiper-container .swiper-pagination-bullet .icon {
  position: relative;
  z-index: 1;
}

/* .banner-swiper-container .swiper-pagination-bullet-active {
   background: transparent;
 } */

.banner-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  transition: width 1s ease-in-out;
}

.banner-swiper-container .swiper-pagination-bullets {
  bottom: -10px;
}

.pagination-text {
  position: absolute;
  color: #d5d5d5;
  font-size: 18px;
  font-weight: 700;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

.banner-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active .pagination-text {
  color: #ffffff;
}

/* --------------banner-custom-pagination-end------------ */
.banner-swiper-container .swiper-slide {
  text-align: center;
}

.heading {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0;
}

#animation-container {
  margin: 0 auto;
  display: block;
}


.grid-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  /* background: linear-gradient(180deg, #fff0 38.85%, #272727 100%); */
  border-radius: 15px;
  transition: all .3s;
}

.grid-overlay:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: linear-gradient(180deg, #fff0 38.85%, #272727 100%);
  background: linear-gradient(180deg, #fff0 38.85%, #2727279e 100%);
  border-radius: 15px;
  transition: all .3s;
}

.grid-overlay:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: linear-gradient(334deg, #fff0 70.85%, #232323 100%);
  background: linear-gradient(334deg, #fff0 70.85%, #2323237a 100%);
  border-radius: 15px;
  transition: all .3s;
}

.grid-swiper .img .icon {
  display: inline-block;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: var(--main-color);
  opacity: 1;
  pointer-events: none;
  transition: all .5s cubic-bezier(.5, 1, .89, 1);
  will-change: transform;
}

.grid-swiper .item:hover .img .icon {
  background: #fff;
  transform: scale(1.1);
  transition: all .5s;
}

.grid-swiper .item:hover .icon.invert img {
  filter: none;
}

.testimonials-dm .img {
  position: relative;
}

.grid-cont h6 {
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
  display: inline-flex;
  background: rgb(255 255 255 / 65%);
  padding: 10px 15px;
  line-height: 1;
}

.grid-swiper .img .icon img {
  width: 20px
}

/* .awards-sa-bg {
  position: absolute;
  bottom: -215px;
  left: -130px;
  z-index: -1;
  opacity: 20%;
  width: 100%;
  transform: rotateY(-180deg);
} */

/* .anuual-reports::after{
  position: absolute;
  content: '';
  height: 200px;
  width: 100%;
  left: -90px;
  opacity: 1;
  top: -90px;
  background-image: url(../imgs/gradient-circle.png);
  background-repeat: no-repeat;
  z-index: -1;
} */

span.green-color-text {
  color: #e60e33 !important;
}

.sub-menu-div {
  position: absolute;
  width: 100%;
  left: 0;
  /* top: 87px; */
  top: 97px;
  /* min-height: 270px; */
  background: #fff;
  opacity: 0;
  display: none;
  border-top: 2.4px solid #e60e33;
  margin: 0;
  z-index: 999;
  box-shadow: 0 5px 5px 0 rgb(110 110 110 / 12%);
  animation: scale-in-ver-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 1;
  }
}

.menu-list .menu:hover .sub-menu-div {
  /* opacity: 1;
  visibility: visible;
  height: auto; */
  display: block;
}

.grid-text {
  max-width: 190px;
}

.grid-cont img {
  width: 60px !important;
  border-radius: 0 !important;
}

.magazine-box {
  background: #fff;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  border: 1px solid rgb(210 210 210 / 75%);
}

.magazine-haeding {
  color: #005298;
  font-size: 22px;
  font-weight: 600;
  padding: 20px;
}

.magazine-swiper {
  text-align: center;
  padding: 20px 40px;
}

.magazine-swiper .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.magazine-swiper img {
  width: auto;
  /* max-width: 240px; */
  border: 1px solid #ddd;
  border-radius: 10px;
}

.magazine-title span {
  font-size: 18px;
  color: #232323;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
}

.next-prev-btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}

.next-prev-btn div {
  border: 2px solid #0063a7;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  position: relative;
}

.prev-btn::after {
  content: '';
  position: absolute;
  background: url(../imgs/arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  transform: rotate(180deg);
}

.next-btn::after {
  content: '';
  position: absolute;
  background: url(../imgs/arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  /* transform: rotate(180deg); */
}

/* .swiper-button-prev,
 .swiper-button-next {
   position: relative;
   border: 2px solid #0063a7;
   border-radius: 50%;
   width: 44px;
   height: 44px;
 } */
/* .swiper-button-prev {
   margin-right: 34px;
 } */

.bord-thin-bottom-light {
  border-bottom: 1px solid rgb(210 210 210 / 75%);
}

.grid-overlay .readmore-btn:hover .arrow-2 {
  transform: translate(35px, -35px);
}


/* Hide extra text */
.mask {
  position: relative;
  padding: 0;
  height: 20px;

  /*  Remove overflow to see how it worksã€€:) */
  overflow: hidden;
}

.link-container {
  transition: transform 0.4s ease;
}

.title {
  display: block;
  line-height: 20px;
  font-size: 16px;
  transition: transform 0.4s ease;
}

.link-title1 {
  transform-origin: right center;
}

.link-title2 {
  transform-origin: left center;
  transform: rotate(20deg);
}

.link-icon {
  position: relative;
  width: 35px;
  height: 35px;
  background: #f8f8ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;

  /*  Remove overflow to see how it worksã€€:) */
  overflow: hidden;
}

/* Move up two texts (20px = font-size) */
.link:hover .link-container {
  transform: translateY(-20px);
}

/* Rotate texts a little bit */
.link:hover .link-title1 {
  transform: rotate(20deg);
}

.link:hover .link-title2 {
  transform: rotate(0);
}

.nav-menus li.menu a:before {
  content: '';
  bottom: 1px;
  left: calc(50% - 6px);
  display: none;
  cursor: auto;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #e60e33;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 9999;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

.nav-menus li.menu:hover>a:before {
  display: block;
}

/* .sub-menu-div ul li a:before {
   display: none;
 } */

.two-column {
  column-count: 2 !important;
  display: grid !important;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-column-gap: 10px;
  column-gap: 10px;
  margin-top: 30px;
}

.sub-menu li {
  display: flex;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}


/* .sub-menu-left-right {
   display: flex;
   align-items: center;
   justify-content: center;
 } */


.blog-ds .readmore-btn:hover .arrow-2 {
  transform: translate(28px, -28px);
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  /* Set button color */
  opacity: 1;
  /* Ensure full visibility */
  cursor: pointer;
  /* Show pointer cursor */
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  /* Style for disabled state */
  cursor: not-allowed;
}

/* -------------------------- */

.view-all-magazine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 35px;
  border-top: 1px solid rgb(210 210 210 / 75%);
  width: 100%;
  float: left;
}

.view-all-magazine a {
  text-decoration: none !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0063a7;
  padding: 20px 0;
}

.sub-menu-div p {
  margin-top: 10px;
  line-height: 28px;
  /* color: #232323; */
  color: #787777;
}

.sub-menu-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 60px;
  /* min-height: 340px; */
  min-height: 320px;
}

.sub-menu-div .col-lg-3 {
  border-right: 1px dashed #ddd;
}

.navbar.nav-scroll .sub-menu-div {
  /* top: 100px; */
  top: 108px;
  top: 87px;
}

/* 
 .navbar.nav-scroll .nav-menus li.menu a:before {
   bottom: -2px;
 } */

.header.active-menu {
  background-color: #fff;
  /* Change background or apply any other style when hovering over menu-list */
}

.active-menu .white-logo {
  display: none;
}

.active-menu .color-logo {
  display: block;
}

/* .active-menu .nav-menus li a {
  color: #0f0f0f;
} */

.arogya-section .accordion-body p {
  margin-bottom: 10px;
}

.nav-pills {
  /* border-bottom: 1px solid #ccc; */
  /* border-bottom: 1px solid rgb(245 245 245 / 22%); */
  border-bottom: 1px solid rgb(151 149 149 / 22%);
}

.nav-pills .nav-item button {
  /* color: #232323; */
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  position: relative;
}

.blog-ds .nav-link.active {
  border-bottom: 2px solid #e60e33;
  background: transparent;
  /* color: #fff; */
  color: #082d5a;
  /* color: #232323; */
  border-radius: 0;
}

.blog-ds .nav-pills .nav-item button {
  color: #014885;
}

.nav-pills .nav-item {
  position: relative;
}

.nav-pills .nav-link.active:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e60e33;
  z-index: 1;
}

.view-all-right {
  margin-top: 30px;
}

.report-size {
  position: relative;
  width: 105px;
}

.report-size:before {
  content: '';
  width: 2px;
  height: 23px;
  background: #ddd;
  left: 0px;
  bottom: 6px;
  position: absolute;
}

.report-size img {
  margin-left: 10px;
  width: 22px;
}

.project-date {
  display: flex !important;
  justify-content: flex-end;
}

.doc-size {
  margin-right: 8px;
}

.size-share span {
  font-size: 14px !important;
  font-weight: 500 !important;
  gap: 10px;
  display: flex;
  align-items: center;
  color: #8a8a8a;
  position: relative;
  padding-left: 30px;
}

.size-share span::before {
  background: url(../imgs/download-pdf.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  background-size: contain;
  top: -5px;
  /* top: -2px; */
}

.inner-page .size-share span:hover {
  color: #0063a7;
}

.share-icon-gradient {
  /* margin-left: 28px; */
  position: relative;
}

.qr-img {
  position: relative;
}

.inner-page .share-icon-gradient {
  position: relative;
  border-left: 2px solid #eeeeee;
  margin-left: 10px;
  padding-left: 10px;
}

.share-social-icons {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -2px;
  right: -52px;
  box-shadow: rgb(237, 237, 237) 0px 2px 8px 2px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0px;
  z-index: 9;
  justify-content: center;
  width: 135px !important;
  background: rgb(255, 255, 255);
  transition: 0.4s;
  padding: 5px 0px;
  border-radius: 30px;
}

.share-social-icons li {
  padding-left: 0px;
  display: inline-block;
  margin: 0px 3px !important;
}

.share-icon-gradient:hover .share-social-icons {
  right: 30px;
  width: 50px;
  opacity: 1;
  visibility: visible;
}

.pdf-icon {
  width: 20px !important;
  cursor: pointer;
}

.file-link-icon {
  width: 24px;
  cursor: pointer;
}

.magazine-content .share-icon-gradient img {
  width: 25px !important;
}

.magazine-content .item {
  /* background-color: #fff; */
  /* background-color: #f1f1f1; */
  background-color: #eef7fe;
  padding: 20px;
  height: 100%;
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}


.magazine-content .item .img {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.magazine-content .item .img .img-border {
  transition: all .7s;
  border: 1px solid #e6e9ea;
  overflow: hidden;
  border-radius: 10px !important;
  object-fit: cover;
}

.img-cover {
  /* overflow: hidden;
   transition: 0.3s all;
   border-radius: 10px; */
  overflow: hidden;
  transition: 0.3s all;
  border-radius: 10px;
  height: 366px;
  margin-bottom: 20px;
  position: relative;
}

.img-cover .readmore-btn .icon {
  margin-left: 0 !important;
}

.magazine-content .item:hover .img-cover img {
  transform: scale(1.1);
}

.text.magazine-content .share-icon-right {
  margin-bottom: 2px;
}

.text.magazine-content h6 {
  color: #121212;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  min-height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.text.magazine-content h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.share-icon-right {
  justify-content: space-between;
}

.share-icon-right .share-icon-gradient:before {
  display: none;
}

.report-icon-size {
  display: flex;
  align-items: center;

}

.report-icon-size span {
  padding-left: 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  /* color: #8a8a8a; */
  /* color: #a1a1a1; */
  color: #a1bed7;
}

.report-icon-size:hover span {
  color: #62cc2e;
}

.press-release-content .img {
  overflow: hidden;
  border-radius: 15px;
}

.press-release-content .img img {
  transition: all .7s;
}

.press-release-content .img:hover img {
  transform: scale(1.1);
}


/* ----Inner Page Banner----- */

.inner-page-banner {
  background-color: #005CA4;
  width: 97%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 65px 0;
  /* height: 500px; */
  border-radius: 15px;
  height: 560px;
  height: 450px;
  overflow: hidden;
  display: -ms-flexbox;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  /* margin-top: 150px; */
  /*  padding-top: 150px; */
}

.inner-page-banner::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(93deg, rgb(0 0 0 / 61%) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  border-radius: 15px;
}

.inner-page-banner img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  border-radius: 15px;
}

.inner-page-absolute-header .inner-page-banner {
  height: 650px;
}

.navbar.nav-scroll .inner-page-banner {
  height: 100%;
}

.banner-container {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 10;
  float: left;
}

.inner-page-banner h1 {
  /* font-size: 70px;
   margin-bottom: 0;
   color: #ffffff;
   line-height: 85px;
   font-weight: 600;
   letter-spacing: -0.04em;
   display: flex; */
  font-size: 70px;
  margin-bottom: 4px;
  color: #ffffff;
  line-height: 65px;
  font-weight: 600;
  letter-spacing: -0.04em;
  display: flex;
  text-shadow: 0 4px 3.92px rgb(56 45 31 / 61%);
  width: 89%;
}

.i-banner-text {
  display: flex;
  height: 100%;
  align-items: flex-start;
  display: -ms-flexbox;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  /* justify-content: center; */
  justify-content: end;
  flex-direction: column;
}

.inner-page-banner:after {
  background: linear-gradient(rgba(62, 62, 53, 0) 0%, rgba(0, 17, 31) 100%);
  background: -ms-linear-gradient(rgba(62, 62, 53, 0) 0%, rgba(0, 17, 31) 100%);
  background: linear-gradient(rgba(62, 62, 53, 0) 0%, rgb(0 17 31 / 80%) 100%);
  bottom: 0;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* 
 .inner-page-banner::before {
   width: 100%;
   height: 100%;
   position: absolute;
   content: "";
   left: 0;
   bottom: 0;
   background: #000;


   background: linear-gradient(180deg, rgb(0 0 0 / 38%) 0, rgba(0, 0, 0, 0) 100%);
   z-index: 1;
 } */

.inner-page-content {
  padding: 70px 0px;
}

.mimg {
  position: relative;
}

.intro-iner p {
  margin-bottom: 10px;
}

.cont span {
  padding-left: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.text-align-center {
  text-align: center;
}

.about-section2 .col-lg-6 {
  padding: 0;
}

.several-points-section {
  /* background: #012e72; */
  background: linear-gradient(314deg, rgb(3 77 191) 35%, rgb(9 54 135) 100%);
  padding: 45px 100px 30px 50px;
  height: 100%;
  position: relative;
  margin-top: -40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.several-points-section h3 {
  color: #fff;
  font-size: 43px;
  line-height: 52px;
  margin-bottom: 20px;
}

.several-points-section p {
  color: #fff;
}

.several-points-section:before {
  background: url(../imgs/decoration.svg) no-repeat;
  top: 0;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0.3;
}

.several-points-section ul {
  line-height: 36px;
}

.several-points-section ul li {
  position: relative;
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 12px;
}

.several-points-section ul li:before {
  content: '';
  position: absolute;
  left: -35px;
  background: url(../imgs/check-mark.png) no-repeat 0 0;
  width: 32px;
  height: 25px;
  top: 7px;
}

.hightlights-item img {
  filter: invert(1);
  width: 50px;
}

.hightlights-item {
  text-align: center;
  margin-bottom: 60px;
}

.hightlights-item h5 {
  font-size: 20px;
}

.heading-bottom-border {
  border-bottom: 1px solid #ddd;
}

.about-left-img {
  height: 100%;
  overflow: hidden;
}

.hightlights-section {
  background: #ebf3ff;
  position: relative;
  margin-top: -40px;
  z-index: -1;
}

.abstract-background {
  position: relative;
}


.abstract-background {
  background: url(../imgs/press-bg1.png) no-repeat;
  content: '';
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}

.services-box .icon {
  position: relative;
}

.grin-icon {
  opacity: 0;
}

.services-box .icon:hover .default-icon {
  display: none;
}

.services-box .icon:hover .grin-icon {
  opacity: 1;
}



.cred-india-points {
  display: grid;
  gap: 50px 90px;
  grid-template-columns: repeat(3, 1fr);
}

.cred-india-points .services-box {
  border-bottom: 1px dashed #0063a7;
  padding-bottom: 25px;
}

.cred-india-points h2.title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 29px;
}

.show-light {
  width: 70px;
}


.v-logo-1 {
  position: absolute;
  bottom: 0;
  left: -10px;
  opacity: 1;
  width: 440px;
  height: 346px;
  z-index: 999999;
  rotate: 180deg;
}

/* --------------breadcrum------------ */
.home-svg {
  width: 20px !important;
  position: relative !important;
  /* left: 0 !important; */
  top: -4px !important;
}

.pin__element {
  position: sticky;
  top: 0;
  z-index: 10;
}

.cred-india-points {
  padding-top: 20px;
}

.breadcrum span {
  color: #fff;
  margin: 0 2px;
  font-size: 15px;
}

.breadcrum .post-page:hover span,
.breadcrum .home:hover span {
  color: #e60e33;
}

.several-cred-points {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: auto 730px;
}

.intro-vid .bg-img {
  height: auto;
  border-radius: 15px;
  position: relative;
  object-fit: cover;
  object-position: top;
}

.about-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-img img {
  height: 100%;
  border-radius: 15px;
  position: relative;
  transition: opacity 1s ease-in-out;
}

.intro-vid .states {
  position: absolute;
  padding: 40px;
  top: 50%;
  width: 50%;
  background: #012e72;
  border-radius: 15px;
  margin: 0px 40px;
  opacity: 0.8;
}

.overview-left-content h2 {
  font-size: 50px;
  line-height: 60px;
  color: #232323;
  font-weight: 700;
}

.overview-left-content span {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  color: #e60e33;
  font-size: 15px;
}

.overview-left-content p {
  color: #777;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 400;
}

.neheru-background {
  background: url(../imgs/neheru-bg.png) no-repeat;
  width: 100%;
  height: 710px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.neheru-text {
  background: #000;
  /* color: #fff; */
  padding: 40px;
  border-radius: 15px;
  margin-top: 200px;
}

.neheru-text .quote1 {
  width: 90px;
  margin-top: -98px;
}

.neheru-text .quote2 {
  width: 90px;
  float: right;
  transform: rotate(180deg);
  margin-top: 0;
}

.pos-relative {
  position: relative;
}

.industry-section-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -11;
  background: url(../imgs/press-bg1.png) no-repeat;
  background-position: center center;
  opacity: 1;
}


.industry-serve-item {
  padding: 3.2em 1em;
  margin-bottom: 40px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0px 50px 10px rgba(241, 241, 241, 0.8);
  text-align: center;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 200px;
  position: relative;
}

h5.item-title {
  margin: 20px 0 0;
  color: #232323;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}

.industry-serve-item img {
  width: 70px;
}

.industry-serve-item {
  position: relative;
}

.industry-serve-item::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #e60e33;
  transition: width 500ms ease;
  position: absolute;
  bottom: 0;
  left: 0;
}

.industry-serve-item:hover::before {
  width: 100%;
}







/* -------------wire rods---------------- */
.content-last {
  /* display: grid;
   gap: 20px 40px;
   grid-template-columns: auto auto;
   justify-content: center; */
  margin-top: 30px;
  /* margin-left: 40%; */
}

.subTitle-line span {
  padding-inline-end: 100px;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: #201f1f;
  position: relative;
  letter-spacing: 0.5px;
}

.subTitle-line span:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #000;
  inset-inline-end: 0;
  top: 53%;
  transform: translateY(-50%);
}

.text-wrapper p {
  /* max-width: 460px; */
  /* max-width: 555px; */
  /* margin: 0 122px; */
}

.text-wrapper {
  /* padding-left: 20px;
    border-left: 2px solid #0061a6; */
  text-align: center;
}

.main-box-img {
  color: #fff;
  height: 530px;
  width: 520px;
  /* padding: 40px; */
  /* background-image: url(../imgs/products/wire-01.jpg); */
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.main-box-img img {
  height: 100%;
  object-fit: cover;
}

.right-wire-box {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  padding: 30px;
  height: 67%;
  width: 300px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border: 1px solid #bdbdbd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.right-wire-box p {
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.right-wire-cont {
  max-width: 300px;
  max-height: 530px;
  flex: 1 1 auto;
}

.wire-product {
  display: flex;
  gap: 20px 40px;
  justify-content: center;
  margin-top: 45px;
  width: 100%;
}

.right-wire-box img {
  width: 240px;
  margin-bottom: 20px;
  transition: transform 0.3s ease-out;
}

.wire-product:hover .right-wire-box img {
  transition: transform 0.3s ease-out;
}

.main-box-img .states {
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 3;
}

.bottom-wire-box {
  background: #063376;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 26%;
  padding: 20px 20px;
  margin-top: 36px;
  position: relative;
}

.bottom-wire-box:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -16px;
  width: 108%;
  height: 100%;
  /* background-image: url(../imgs/products/wire-bg.png); */
  background-image: url(../imgs/products/wire-bg.svg);
  background-size: cover;
  pointer-events: none;
  background-repeat: no-repeat;
  opacity: 0.06;
}

.img-h-50 {
  height: 46.5% !important;
  padding: 0;
}

.img-h-50 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-wire-box .ontop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.top-left-abs {
  position: absolute;
  width: 364px;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}

.bottom-right-abs {
  position: absolute;
  bottom: 0;
  width: 300px;
  right: 0;
  opacity: 0.5;
}



.bottom-wire-box .ontop h6 {
  font-size: 23px;
}

.brochure {
  display: flex;
  /* align-items: center; */
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 10px;
  /* padding: 10px; */
  float: left;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
}

.brochure h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
}

.brochure-img {
  width: 34px;
}

.pdf-size span {
  font-size: 14px;
}

.product-data-section {
  background-color: #e4f5ef;
  background: linear-gradient(51deg, #e4f5ef 35%, rgb(235 247 227) 100%);
  background: linear-gradient(351deg, #ffffff 35%, rgb(215 238 255) 100%);
  position: relative;

  background-image: url(../imgs/bg-logo.png), linear-gradient(351deg, #ffffff 35%, rgb(215 238 255) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  overflow: hidden;

}

.product-data-section .sub-color.inline {
  color: #0063a7 !important;
}

.product-data-section .item .icon img {
  width: 38px !important;
}

/* --------------- wire-rod's why choose us-------------- */
.services-ds .item {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: all .4s;
  border: 1px solid #525252;
  border-radius: 15px;
}

.services-ds .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-ds .item .title h2 {
  font-size: 128px;
  line-height: 128px;
  letter-spacing: -4px;
}

.services-ds .item .icon {
  width: 63px;
  height: 63px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgb(54, 54, 54);
  border-radius: 50%;
  margin-left: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*   
  .services-ds .item .icon img {
    width: 30px;
  }
   */
.services-ds .item .title {
  position: relative;
  margin-bottom: -70px;
  transition: all .4s;
}

.services-ds .item:hover {
  background: #095da3;
}

.services-ds .item:hover .icon {
  border: 1px solid rgb(255 255 255);
}

.services-ds .item:hover .title {
  margin-bottom: 0;
  color: #97e864;
}

.services-ds .item:hover .icon.invert img {
  -webkit-filter: none;
  filter: none;
}

.marq-mp .main-marq {
  overflow: hidden;
  padding: 25px 0;
}

.marq-mp .color-bg {
  background: var(--main-color);
  transform: rotate(2deg);
  position: relative;
  z-index: 4;
}

.marq-mp .gray-bg {
  background: var(--bg-color);
  transform: rotate(-4deg);
  margin-top: -30px;
}

.marq-mp .item {
  padding: 0 60px !important;
  position: relative;
}

.marq-mp .item:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.marq-mp .item h5 {
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.services-ds .item:hover p {
  color: #1edb3d;
}

.product-data-section .title {
  margin-right: 50px;
}

/* table {
   width: 800px;
   border-collapse: collapse;
   overflow: hidden;
 }

 th,
 td {
   padding: 15px;
   background-color: rgb(243 250 255);
   color: #000000;
 }

 th {
   text-align: left;
   background-color: #0063a7;
   color: #fff;
 }

 thead tr th:first-child {
   width: 32%;
 }

 tbody tr:hover {
   background-color: rgba(144, 164, 255, 0.637);
 }

 tbody tr {
   border-bottom: 1px solid #0063a73b;
 }

 td {
   position: relative;
 } */

.profile-left-img {
  padding: 10px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.profile-left-img img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.profile-left-img:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.img-hover-effect {
  position: relative;
  height: 100%;
  width: 100%;
}

.img-hover-effect::after {
  content: "";
  position: absolute;
  width: 250%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  /* display: none; */
}

.img-hover-effect:hover:after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}

.profile-left-img:hover:after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}

.specification-title-div {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.specification-data-div {
  border-radius: 0px 15px 15px 0px;
  overflow: hidden;
}

.bar-line {
  border-radius: 19px;
  background-color: #73bf43;
  width: 45px;
  height: 6px;
  margin: 8px 0;

}

.testimonial-section {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  gap: 20px;
  /* padding: 50px; */
  /* background: linear-gradient(to right, #f6f6f6 50%, #d3edff 50%); */
  /* background: linear-gradient(to right, #f6f6f6 42%, #d3edff 55%);
  border-radius: 15px; */
}

.testimonial-card {
  background: white;
  /* width: 350px; */
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 8%);
  border-radius: 58px 8px 8px 8px;
  position: relative;
  margin: 33px 0 11px 0px;
}



/* Quote Icon */
.quote-icon {
  align-items: center;
  background-color: #0062a6;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
  position: absolute;
  z-index: 2;
  left: 35px;
  top: -29px;
}

.next-prv-box {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 52px;
}

.next-div,
.prev-div {
  height: 50px;
  width: 50px;
  background-color: #003f74;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  box-shadow: 3px 10px 6px #ddd;
  cursor: pointer;
}

/* Testimonial Text */
.testimonial-card h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.testimonial-card p {
  font-size: 16px;
  color: #555;
  line-height: 25px;
}

/* Footer */
.testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  min-height: 72px;
}

.user-icon {
  margin-right: 10px;
  height: 55px;
  width: 55px;
  background: #d3edff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* User Info */
.user-info {
  display: flex;
  flex-direction: column;
}

.user-info h6 {
  font-size: 20px;
  line-height: normal;
}

.user-info span {
  font-size: 14px;
  color: #777;
  margin-top: 3px;
  line-height: 18px;
}

.msg-container-div {
  /* background: linear-gradient(to right, #f6f6f6 50%, #d3edff 50%); */
  /* background: linear-gradient(to right, #f6f6f6 42%, #d3edff 55%); */
  background: linear-gradient(144deg, rgba(246, 246, 246, 1) 25%, rgba(189, 230, 255, 1) 100%);
  border-radius: 15px;
  padding: 50px;
  position: relative;
  margin: 70px 0;
}

.min-h {
  min-height: 368px;
}

.left-info-msg h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 38px;
}

.left-info-msg h6 {
  color: #7a7878;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 22px;
}

.left-info-msg {
  margin-right: 20px;
}

/* .specification-title-div ul {
   background-color: #e8f3f5;
   z-index: 2;
   position: relative;
 }

 .specification-title-div ul,
 .specification-data-div ul {
   padding: 0px 0px;
   margin: 0;
   height: 100%;
 } */
/* 
 .specification-title-div ul li {
   font-size: 19px;
   font-weight: 500;
   padding: 10px 20px;
   color: #fff;
   display: flex;
   justify-content: space-between;
   border-bottom: 1px solid #e5e5e545;
   height: 65px;
   align-items: center;
 }

 .specification-data-div ul li {
   font-size: 18px;
   font-weight: 500;
   padding: 10px 20px;
   color: #000000;
   display: flex;
   border-bottom: 1px solid #aaaaaa59;
   height: 65px;
   align-items: center;
 } */

/* .specification-data-div ul li:last-of-type,
 .specification-title-div ul li:last-of-type {
   border-bottom: 0;
 } */

/* .specification-title-div ul {
   background-color: #005298;
 }

 .specification-data-div ul {
   background-color: #e8f3f5;
 }

 .specification-title-div img {
   width: 12px;
 }

 .table-heading {
  background: #73bf43 !important;
  padding: 15px 15px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  border-left: 1px solid #cfcfcf;
 } */

.specification-title-div ul,
.specification-data-div ul {
  padding-bottom: 10px;
}

.bottom-left-vedanta-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  /* width: 500px; */
  width: 100%;
}

.specification-div {
  width: 100%;
}




/* -------table-------- */
.specification-title-div table {
  width: 100%;
  border-collapse: collapse;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}

.specification-title-div table thead tr th:first-child {
  width: 23%;
}

.specification-title-div table tbody tr td:first-child {
  background-color: #005298;
  color: #fff;
}

.specification-title-div th,
.specification-title-div td {
  padding: 12px 20px;
  text-align: left;
  vertical-align: middle;
}

.specification-title-div th {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #e5e5e545;
}

.specification-title-div td {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #aaaaaa59;
  border-right: 1px solid #aaaaaa59;
}

.specification-title-div td:last-child {
  border-right: 0;
}

.specification-title-div tr:last-of-type td {
  border-bottom: 0;
}

.table-heading {
  line-height: 25px;
  background: #73bf43 !important;
  padding: 15px 15px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  border-left: 1px solid #cfcfcf;
}

/* .specification-title-div th,
.specification-title-div td {
  text-align: left;
  padding: 10px;
} */

.specification-title-div td {
  background-color: #e8f3f5;
}

.specification-div {
  width: 100%;
}

.mt-35 {
  margin-top: 35px;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.overview-section p {
  margin-bottom: 15px
}

.overview-section .sustain-goals-section .our-goal h3:before {
  width: 100px;
}

.overview-section .sustain-goals-section .our-goal h3:after {
  left: calc(100% + 100px);
}

/*-----------map-section-------------- */

.map-div img {
  width: 330px;
}

.map-div {
  position: relative;
  width: 345px;
}

.loc-pin {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

/* .loc-pin::after {
  content: "";
  border-radius: 50%;
  height: 22px;
  width: 32px;
  position: absolute;
  left: 0px;
  bottom: -8px;
  z-index: -1;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px #40aefa;
  animation-delay: 1.1s;
} */

@keyframes pulsate {

  0% {
    transform: scale(.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* -------new loc------ */
.marker {
  position: absolute;
  bottom: 7px;
  left: 10px;
  z-index: -1;
}

.pulse2 {
  width: 12px;
  height: 12px;
  border: 5px solid #63b2e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #3c98d6;
  z-index: 10;
  position: absolute;
}

.dot-location {
  position: absolute;
  height: 30px;
  width: 30px;
  top: -9px;
  left: -9px;
  z-index: 2;
  opacity: 1;
  border: 2px solid rgb(72 164 226);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* @-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
} */

/* -------------------- */
.loc-name1 {
  position: absolute;
  top: 3px;
  right: -95px;
  font-size: 16px;
  background: #73bf43;
  color: #ffffff;
  padding: 3px 13px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.loc-name2 {
  position: absolute;
  top: 4px;
  right: -91px;
  font-size: 16px;
  background: #73bf43;
  color: #ffffff;
  padding: 3px 13px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.loc-name3 {
  position: absolute;
  top: 22%;
  right: -91px;
  font-size: 16px;
  background: #73bf43;
  color: #ffffff;
  padding: 3px 13px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.loc-name4 {
  position: absolute;
  top: 44%;
  left: 49px;
  font-size: 20px;
  font-size: 16px;
  background: #73bf43;
  color: #ffffff;
  padding: 3px 13px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.loc-name1,
.loc-name2,
.loc-name3,
.loc-name4 {
  transition: all 0.5s ease;
  opacity: 0;
}

.loc-pin1:hover .loc-name1,
.loc-pin2:hover .loc-name2,
.loc-pin3:hover .loc-name3,
.loc-pin4:hover .loc-name4 {
  opacity: 1;
}

.loc-name1:before,
.loc-name2:before,
.loc-name3:before,
.loc-name4:before {
  /* position: absolute;
  content: '';
  width: 83px;
  border: 1px dashed #cee3ff;
  right: 107%;
  top: 15px; */
  position: absolute;
  content: '';
  width: 83px;
  right: 100%;
  top: 7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #73bf43 transparent;
  transform: rotate(0deg);
}

/* .loc-name2:before {
  position: absolute;
  content: '';
  width: 207px;
  border: 1px dashed #cee3ff;
  right: 107%;
  top: 15px;
}

.loc-name3:before {
  position: absolute;
  content: '';
  width: 157px;
  border: 1px dashed #cee3ff;
  right: 107%;
  top: 15px;
}

.loc-name4:before {
  position: absolute;
  content: '';
  width: 228px;
  border: 1px dashed #cee3ff;
  right: 107%;
  top: 15px;
} */

.loc-pin img {
  width: 32px;
}

.loc-pin1 {
  /* top: 55px;
  right: 82px; */
  top: 58px;
  right: 87px;
}

.loc-pin2 {
  left: 177px;
  top: 20%;
}

.loc-pin3 {
  left: 110px;
  bottom: 55%;
}

.loc-pin4 {
  top: 26%;
  left: 60px;
}

.overview-mission {
  background: radial-gradient(circle, rgb(223 242 255) 54%, rgb(246 252 255 / 174%) 102%);
  border-radius: 10px;
  padding: 20px 20px;
  margin-top: 40px;
  position: relative;
  border-radius: 50px 10px 10px 50px;
}

.overview-mission p {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 25px;
  font-size: 20px;
}

.overview-mission h5 {
  color: #0063a7;
}

.vs-cont {
  margin-left: 126px;
}

.map-container {
  margin-left: 65px;
}

.overview-mission-img {
  background: #fdfdfd;
  height: 142px;
  width: 142px;
  border-radius: 50%;
  position: absolute;
  left: 46px;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.overview-mission-img img {
  width: 108px;
}

.emp-work-img {
  /* margin-bottom: 25px; */
  border-radius: 5px;
  overflow: hidden;
  height: auto !important;
}

.impact-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 55px;
  width: 80%;
  max-width: 900px;
  justify-content: center;
  /* Centers the grid items horizontally */
  margin-left: auto;
  margin-right: auto;
}

.csr-impact-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.csr-impact-card:hover h2 {
  color: #000000;
}

.ray-svg {
  opacity: 0.2;
  position: absolute;
  right: -2px;
  bottom: -1px;
  width: 139px;
}

.flex-j-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.csr-impact-card:hover {
  transform: translateY(-5px);
}

.csr-impact-card h2 {
  color: #0163a7;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
}

.csr-impact-card p {
  font-size: 17px;
  color: #969393;
  margin-bottom: 0;
  margin-top: 3px;
}

.csr-impact-card h3 {
  font-size: 38px;
  font-weight: bold;
  color: #6eb93e;
}

/* --------------------------------------- */
.mor-jol-new-s {
  margin-top: 40px;
}

/* ------------------------ */
.profile-imgs {
  padding-right: 30px;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.years {
  position: absolute;
}

.years h4 {
  position: absolute;
  left: -17%;
  font-weight: 600;
  rotate: -90deg;
  top: 323px;
  font-size: 48px;
  /* opacity: 0.6; */
  font-weight: 700;
  color: #e0e0e0;
  line-height: 1;
}

.profile-list li {
  color: #494949;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}

.inner-list ul li {
  position: relative;
  margin-bottom: 12px;
  color: #494949;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.overview-right-para {
  border-bottom: 1px dashed #797979;
  padding-bottom: 35px;
}

.inner-list ul li:before {
  content: '';
  position: absolute;
  left: -32px;
  background: url(../imgs/check-mark-green.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
  top: 4px;

}

.offset-lg-1 {
  margin-top: 40px;
}

.composition-7-border {
  position: absolute;
  top: -13px;
  left: -13px;
  width: 100%;
  height: 100%;
  border: 1px solid #79c24a;
  border-radius: 10px;
  background: linear-gradient(to right, #fff, #fff), #f6fffa;
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  z-index: 0;
}

.composition-7 img {
  width: 100%;
}

.composition-7-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
  transform: translateZ(0);
  padding: 0;
  z-index: 1;
  border: 1px solid #e5e5e5;
}

.composition-7 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.composition-7-image-1 {
  position: relative;
  width: 14.9903%;
}

.composition-7-image-2 {
  position: relative;
  width: 24.8549%;
}

.composition-7-image-3 {
  position: relative;
  width: 30.0773%;
}

.composition-7-image-4 {
  position: relative;
  width: 21.3733%;
}

.bg-line-1 {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
}

.bg-line-1 img {
  width: 100%;
}

/* --------highlights------------- */
.split-column-left,
.split-column-right {
  min-height: 60vh;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  isolation: isolate;
  transform: translateZ(0);
}

.split-column-right {
  padding-left: 70px;
  border-top-left-radius: 4px;
  padding: 40px;
  background: radial-gradient(45.95% 45.95% at 100% 0%, rgb(0 255 107 / 0%) 0%, rgb(167 239 127 / 0%) 100%), linear-gradient(152.68deg, rgb(10 24 110) -19.33%, rgb(3 46 123) 80.85%);
}

.light-content {
  color: #fff !important;
}

.opacity-02 {
  opacity: 0.2;
}

.mt-n30 {
  margin-top: -30px !important;
}

.description-plant {
  color: transparent;
  height: 70vh;
  object-fit: cover;
  object-position: center;
  border-bottom-right-radius: 4px;
}

.features-list-icon {
  position: relative;
}

.features-list-icon:before {
  content: '';
  position: absolute;
  left: -35px;
  background: url(../imgs/check-mark.png) no-repeat 0 0;
  width: 29px;
  height: 25px;
  top: 2px;
}

.inner-page-banner img {
  transform: scale(1.15) translateX(-50%);
  transform-origin: bottom left;
  animation: zoomout 1s cubic-bezier(0.01, 0.29, 0, 0.97) forwards 0.5s;
}

@keyframes zoomout {
  0% {
    transform: scale(1.15) translateX(-50%);
  }

  100% {
    transform: scale(1) translateX(-50%);
  }
}

/*------ 28-01-2025------ */
.new-dark-bg {
  background: rgb(5 87 158);
  background: linear-gradient(to top left, #05579e 71%, #5fa732 96%);
}

.new-dark-bg .sec-head h2 {
  color: #fff;
}

.social-impact-box {
  position: relative;
  margin: 0 auto 20px;
}

.social-impact-box .project-img {
  overflow: hidden;
  border-radius: 15px;
}


.social-impact-box .project-img img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}

.social-impact-box:hover .project-img img {
  transform: scale(1.05);
}

.social-impact-box .project-text h3 a {
  z-index: 1;
  color: #0063a7;
  display: block;
  font-size: 21px;
  line-height: 40px;
  font-weight: 600;
  padding: 23px 0px 20px;
  position: relative;
}

.social-impact-box:hover .project-text h3 a {
  color: #fff;
  padding: 23px 30px 20px;

}

.social-impact-box .project-text h3 a i {
  transform: rotate(-45deg);
  transition: .1s;
  color: #e60e33;
}

.project-text {
  margin-top: -10px;
}

.social-impact-box:hover .project-text h3 a i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  color: #fff;
}


.social-impact-box .project-text h3 a:before {
  z-index: -1;
  width: 100%;
  -webkit-transition: .5s;
  left: 0;
  content: "";
  position: absolute;
}

.social-impact-box .project-text h3 a:before {
  top: 0;
  height: 0%;
  transition: .5s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: linear-gradient(to right, #e60e33, #0063a7);
}

.social-impact-box:hover .project-text h3 a:before {
  height: 100%;
}


.view-all-white a.view-all-btn:hover {
  color: #fff;
}

.view-all-white a.view-all-btn:hover .icon.invert img {
  filter: invert(1);
}

.view-all-white .butn.butn-bg:hover {
  border: 1px solid #fff;
}

/* --------------sustainability-new--------- */

.slider-div {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: #ffffff;
  padding: 80px 55px 80px 60px;
  border-bottom: 4px solid #0063a7;
  /* border-radius: 10px 0 0 10px; */
}

.slider-div-right {
  position: relative;
  z-index: 1;
  background: #fff;
  /* border-radius: 10px 10px 10px 0px; */
  overflow: hidden;
}

.sustainability-section .sub-color {
  color: #e60e33 !important;
}

.sustainability-section {
  background-color: #e9e9e9;
  position: relative;
}

.sustainability-section .slick-dots {
  font-size: 21px;
  font-weight: 600;
  max-width: 290px;
  display: flex;
  justify-content: center;
  gap: 30px;
  position: absolute;
  left: 35%;
  counter-reset: mainSliderTwoCount;
  background: #b6dfa2;
  padding: 25px 75px;
  bottom: -170px;
  margin: 0;
}

.main-slider-two {
  overflow: hidden;
  width: 552px;
  position: absolute;
  right: 0;
  bottom: -170px;
}

.slider-div-right img {
  /* opacity: 0; */
  /* transform: scale(0.5);
  transition: transform 1500ms ease, opacity 1500ms ease;
  display: block; */
}

.slick-track {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.slide-two-img {
  position: relative;
  z-index: 1;
  width: 170px;
  height: 125px;
}

.slide-two-img img {
  width: 100%;
  object-fit: cover;
}


/* ----------overview-new---------- */

/* ---------Who we are Section Start--------- */

.swiper-container.statistics-swiper {
  /* padding-bottom: 63px; */
  position: relative;
}

.statistics-wrapper {
  justify-content: center;
  display: flex;
}


.statistics-swiper .swiper-pagination {
  position: absolute;
  bottom: -19px;
  left: 50% !important;
  transform: translate(-50%, -50%);
}


.statistics-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #b3d0e5;
  opacity: 0.6;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.statistics-swiper .swiper-pagination-bullet-active {
  background: #5ba337;
  width: 30px;
  height: 8px;
  opacity: 1;
  border-radius: 10px;
}

.statistics-swiper .swiper-slide {
  width: 25%;
}

.who-we-are-section {
  position: relative;
  padding-bottom: 0;
}

/* 
  #v3,
  #v4 {
    animation: 11s motion1 infinite linear;
    position: absolute;
    top: 0;
  }

  #v1,
  #v2 {
    animation: 12s motion1 infinite linear;
    position: absolute;
    top: 0;
  }

  #v5 {
    animation: motion2 10s linear infinite;
    position: absolute;
    top: 0;
  }

  @keyframes motion1 {
    from {}


    to {
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);

    }
  }

  @keyframes motion2 {
    from {}


    to {
      -moz-transform: scale(0.7) rotate(360deg);
      -webkit-transform: scale(0.7) rotate(360deg);
      -o-transform: scale(0.7) rotate(360deg);
      -ms-transform: scale(0.7) rotate(360deg);
      transform: scale(0.7) rotate(360deg);

    }
  }

  @keyframes motion3 {
    from {}


    to {
      -moz-transform: scale(0.5) rotate(360deg);
      -webkit-transform: scale(0.5) rotate(360deg);
      -o-transform: scale(0.5) rotate(360deg);
      -ms-transform: scale(0.5) rotate(360deg);
      transform: scale(0.5) rotate(360deg);

    }
  }

  @keyframes motion4 {
    from {}


    to {
      -moz-transform: scale(0.3) rotate(360deg);
      -webkit-transform: scale(0.3) rotate(360deg);
      -o-transform: scale(0.3) rotate(360deg);
      -ms-transform: scale(0.3) rotate(360deg);
      transform: scale(0.3) rotate(360deg);

    }
  }


  #v1 {

    width: 100px;
    height: 113px;
    left: 269px;
    top: 90px;
  }

  #v2 {
    width: 100px;
    height: 113px;
    top: 104px;
    left: 129px;
  }

  #v3 {
    width: 40px;
    height: 44px;
    top: 261px;
    left: 95px;
  }

  #v4 {

    width: 60px;
    height: 68px;
    top: 218px;
    left: 51px;

  }

  #v5 {
    width: 61px;
    height: 71px;
    top: 197px;
    left: 232px;
  } */





/* .who-we-are-section::after {
  content: '';
  background: url(../images/wave-line-bg.png) no-repeat;
  width: 73%;
  height: 31%;
  background-size: cover;
  background-position: top;
  transform: rotate(26deg);
  position: absolute;
  top: -113px;
  right: -190px;
  z-index: 2;
} */




.white-patch {
  position: absolute;
  content: "";
  width: 75%;
  height: 65px;
  top: -65px;
  right: 0;
  background-color: #fff;
  z-index: 1;
  display: none;
}

.white-patch::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 65px 65px;
  border-color: transparent transparent transparent #ffffff;
  top: 0;
  transform: rotate(180deg);
}

.split-line {
  display: inline-block;
}

.who-we-are-section .main-heading {
  margin-bottom: 0px !important;
}

.who-are-you-image-content img {
  width: 100%;
}

.who-we-are-top-section {
  /* padding-bottom: 60px; */
  padding-bottom: 10px;
  margin-bottom: 0;
}

.h3-margin-btm {
  margin-bottom: 30px;
}

.read-more-btn a {
  text-decoration: none;
}

.read-more-btn img {
  width: 30px;
  margin-left: 15px;
}

.who-are-you-image-content {
  overflow: hidden;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  z-index: 1;
}

.who-are-you-image-content.active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.who-are-you-image-content::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 55px 0 0 55px;
  border-color: transparent transparent transparent #ffff;
  transform: rotate(0deg);
  bottom: 0;
  z-index: 9;
}

.who-are-you-image-content::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 55px 0 0 55px;
  border-top: 55px solid #71b32f;
  border-left: 55px solid transparent;
  bottom: 0;
  z-index: 9;
  left: 0;
}


.square-box {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #005ca4;
  right: 6px;
  top: -6px;
  z-index: 9;

}

.who-we-are-heading {
  position: relative;
  margin-bottom: 25px;
}

.who-we-are-heading h2 {
  margin: 0;
}

.who-we-are-heading .heading-text {
  margin-bottom: 0;
  margin-left: 16px;
  /* font-family: "Montserrat"; */
  font-weight: 600;
  font-size: 24px;
  color: #005298;
}

.latest-press-release .who-we-are-heading .sub-title,
.leadership .who-we-are-heading .sub-title {
  margin-bottom: 0;
  margin-left: 16px;
}

.common-button {
  width: auto;
  display: inline-flex;
  position: relative;
  text-decoration: none !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}


.common-button p {
  /* font-family: "ARS Maquette Pro"; */
  font-size: 17px;
  text-decoration: none;
  color: #06599a;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}

.common-button:hover.common-button p {
  color: #0567b5;
}

.common-button:hover .vl-arrow {
  margin-left: 33px;
}

.vl-arrow {
  /* margin: 25px; */
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-left: 27px;
  z-index: 1;
  transition: 0.2s all;
}

.vl-arrow::before {
  bottom: 1px;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #005ca4;
}

.vl-arrow::after {
  position: absolute;
  content: "";
  border-color: transparent;
  border-bottom-color: #005ca4;
  border-style: solid;
  border-width: 0 0 6px 6px;
  height: 0;
  width: 0;
  right: 0;
  top: 6px;
}

.common-button i {
  width: 22px;
  height: 22px;
  border: 1px solid #ababab;
  display: inline-block;
  border-radius: 50%;
  margin-left: -13px;
  position: relative;
  transition: transform 0.5s ease;
}

.common-button:hover.common-button i {
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.shape-image-left-box {
  width: 100%;
  /* position: absolute;
   bottom: 0; */
  position: relative;
  top: 70px;
}

.image-shape {
  width: 790px;
  height: 415px;
  background-color: #005298;
  margin-left: auto;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.read-about {
  padding-left: 20px;
  border-left: 2px solid #0063a7;
}

.image-shape::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 85px 0 0 85px;
  border-color: transparent transparent transparent #ffffff;
  transform: rotate(0deg);
  z-index: 99;
}

.image-shape .image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-shape .image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white-bg-layer {
  background-color: #fff;
  padding: 35px 20px 20px 0;
}

.image-about-part {
  position: relative;
  width: 100%;
  z-index: 55;
}

.hzl-rotate {
  position: absolute;
  top: 20px;
  right: 0;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rotate-logo {
  position: absolute;
  top: -20px;
  right: 0px;
  z-index: 55;

}

.rotate-logo img {
  width: 190px;
  animation: rotate 7s linear infinite;
}

.rotate-logo::before {
  content: url(../images/hzl-center-small.png);
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  width: 80px;
  height: 81px;
  z-index: 99;
}

.logo-shadow {
  position: absolute;
  left: -97px;
  width: 401px;
  bottom: -128px;
  opacity: 0.1;
}

.logo-shadow-line {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.8;
  width: 683px;
}

/* ------------ */

/* --------------- Testimonials --------------- */
/* .testimonials-sa {
   position: relative;
   overflow: hidden;
   background: #ffffff;
 } */

.testimonials-sa:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../imgs/testim/mesh-gradient.png); */
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: .5;
  z-index: 2;
}

.testimonials-sa .info {
  position: absolute;
  bottom: 30px;
  z-index: 9;
  left: 30px;
}

.testimonials-sa .info .info-text h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.testimonials-sa .info .info-text h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 40px;
  opacity: 1;
  background-color: #e60e33;
}

.product-image {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  height: 430px;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}

.usage .row>.col-xl-4:nth-child(n+4) {
  margin-top: 35px;
}

.usage .row>.col-xl-4:nth-child(-n+3) {
  margin-top: 0;
}

.product-image:before {
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .8) 9.12%, transparent 87.23%);
  background-image: linear-gradient(360deg, rgb(0 0 0 / 57%) 13.12%, transparent 38.23%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
}

.testimonials-sa .swiper-slide {
  height: auto;
}

.testimonials-sa .item {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.testimonials-sa .item:hover img {
  transform: scale(1.1);
}

.press-image {
  position: relative;
}


.press-image .readmore-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.services-box .icon {
  position: relative;
  display: inline-block;
}

/* ---------Philosophy-------------- */

.vissoin-main-box {
  /* background-color: #fff; */
  position: relative;
}

.vis-mis-abstract {
  position: absolute;
  bottom: -54px;
  right: -38px;
  width: 26%;
  opacity: 0.2;
  rotate: 359deg;
  transform: scalex(-1);
}

.vision-top-box {
  /* margin: 0 70px; */
}

.vision-left-box {
  height: 100%;
  height: 600px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  /* object-fit: cover; */
}

.vision-left-box img {
  transition: 0.5s all;
}

/* .vision-left-box:hover img {
   transform: scale(1.1);
 } */

.vision-right-box {
  height: 100%;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  /* background-color: #fff; */
}

.logo-round-bg img {
  width: 40px;
  position: relative;
  /* left: 2px; */
}

.logo-round-bg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e4f4ff;
  /* padding: 11px; */
  display: flex;
  justify-content: center;
}

.vis-val-title {
  color: #0063a7;
  margin-left: 20px;
  font-size: 37px;
  font-weight: 400;
}

.mis-val-about,
.vis-val-about {
  /* margin-left: 20px; */
}

.vis-val-about {
  padding-bottom: 30px;
  border-bottom: 1px dashed #efefef;
  width: 80%;
}

.mis-val-about .inner-list ul li {
  line-height: 27PX;
  margin-bottom: 10px;
  font-size: 17px;
}

.mis-val-about .inner-list ul li:before {
  left: -32px;
  width: 19px;
  height: 19px;
  top: 5px;
  background-size: contain;
}

.mission-value-box {
  margin-top: 30px;
}

/* ---------- */

/* .vis-mis-header {
   width: 45%;
   margin: 0 auto;
 } */

.vis-mis-section-wrapper .box-1,
.vis-mis-section-wrapper .box-2 {
  width: 100%;
  height: auto;
  background: linear-gradient(to right, rgb(0 99 167), rgb(8 133 219));
  background: #082d5a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: center; */
  padding: 30px 70px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.vis-mis-section-wrapper .box-1:after,
.vis-mis-section-wrapper .box-2:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -16px;
  width: 108%;
  height: 100%;
  /* background-image: url(../imgs/products/wire-bg.png); */
  background-image: url(../imgs/products/wire-bg.svg);
  background-size: cover;
  pointer-events: none;
  background-repeat: no-repeat;
  opacity: 0.08;
}

.box-1 .icon-div,
.box-2 .icon-div {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #1b3d67;
}

.box-1 .icon-div::after,
.box-1 .icon-div::before,
.box-2 .icon-div::after,
.box-2 .icon-div::before {
  content: none;
}

.box-1 .icon-div img,
.box-2 .icon-div img {
  margin: 0;
  width: 30px;
}

/* -------hover------- */
.empower-data:hover .icon-div img,
.counter-item:hover .icon-div img,
.info-box:hover .icon-div img,
.why-choose-us-block .inner-box:hover .icon-div img,
.enterprise-box:hover .en-icon img,
.unnati-card:hover .icon-div img,
.infographic-option:hover .icon-div img,
.info-crd:hover .icon-div img {
  transform: rotateY(180deg);
}

.info-box:hover .content2 h3,
.why-choose-us-block .inner-box:hover h4,
.enterprise-box:hover h4,
.unnati-card:hover h3 {
  color: #0063a7;
}

.empower-data:hover .icon-div::before,
.counter-item:hover .icon-div::before,
.unnati-card:hover .icon-div::before {
  background-color: #f3f3f3;
}

.data-empr:hover img {
  transform: rotateY(180deg);
}

/* 
 .data-empr:hover .icon-empr {
   background: #73bf43;
 } */
.data-sts-unnati {
  margin-right: 28px;
  border-right: 1px solid #ddd;
  height: 100%;
  padding-right: 20px;
}

.data-sts-unnati h2 {
  color: #ffff;
  font-size: 70px;
  font-weight: 800;
}

/* ----------hover-end------ */
.title-mis {
  position: relative;
  font-weight: 300;
  color: #fff;
  margin-top: 18px;
  font-size: 36px;
  padding-bottom: 18px;
}

.bold-text {
  font-weight: 500;
}

.title-mis:before {
  content: '';
  position: absolute;
  left: -70px;
  bottom: 0;
  transform: translatey(-50%);
  width: 150px;
  height: 1px;
  background: #fff;
}

.box-2 ul {
  margin-top: 10px;
  margin-bottom: 0;
}

.box-2 ul li {
  text-align: left;
  position: relative;
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

.box-2 .inner-list ul li:before {
  width: 25px;
  height: 25px;
  top: 1px;
}

.box-1 p,
.box-2 p,
.box-2 ul {
  position: relative;
  z-index: 55;
  text-align: left;
  font-weight: 500;
  color: #fff !important;
  margin-top: 25px;
}






.vis-mis-section-wrapper {
  margin: 0 40px 130px;

  gap: 25px;
}

.about-mis,
.about-vis {
  text-align: center;
  /* background-color: #0063a7; */
  background: linear-gradient(to right, rgb(0 99 167), rgb(8 133 219));
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  /* overflow: hidden; */
  padding: 30px;
  margin-right: 30px;
}

.about-mis::before,
.about-vis::before {
  content: '';
  position: absolute;
  width: 101%;
  height: 100%;
  background: #f1f1f1;
  background: #e7f6ff;
  /* clip-path: polygon(0 29%, 100% 55%, 100% 100%, 0% 100%); */
  /* clip-path: polygon(0 29%, 100.1% 55%, 100.1% 100%, 0% 100%); Small tweak */
  clip-path: polygon(0 29%, 100% 48%, 100% 100%, 0% 100%);
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}

/* .about-mis::after,
 .about-vis::after {
   content: '';
   position: absolute;
   width: 100px;
   height: 100px;
   background-color: #e60e33;
   right: -18px;
   top: 50%;
   transform: translatey(-50%);
   display: flex;
   align-items: center;
   padding: 10px;
   border-radius: 50%;
   z-index: 55;
   border: 4px solid #f1f1f1;
 } */

.mis-icon,
.vis-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #e60e33;
  /* background: linear-gradient(to right, rgb(0 99 167), rgb(8 133 219)); */
  right: -18px;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  z-index: 55;
  border: 4px solid #f1f1f1;
}

.about-mis {
  margin-right: 30px;
}

.about-vis {
  margin-left: 30px;
}

.about-mis p,
.about-vis p,
.about-vis ul {
  position: relative;
  z-index: 55;
  text-align: left;
  font-weight: 500;
}

.about-vis ul {
  margin-top: 150px;
  margin-bottom: 0;
}

.about-vis ul li {
  text-align: left;
  position: relative;
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-vis ul li:last-child {
  margin-bottom: 0;
}

.about-vis .inner-list ul li:before {
  width: 25px;
  height: 25px;
  top: 1px;
}

.about-vis ul li .mis-icon img,
.vis-icon img {
  width: 70px;
}

.title-mission,
.title-vision {
  font-size: 30px;
  font-weight: 600;
  margin: 50px 0 0px;
  color: #ffffff;
}

.core-value-title {
  margin: 80px 0 45px;
}

.core-points-box {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}

.core-points-box:hover .core-points-logo {
  /* border: 3px solid #87c85f; */
  border: 4px solid #ffffff73;
}

.core-points-box:hover .core-points-logo img {
  width: 51px;
}

.core-points-card {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #f6fffa, #effaff);
  /* Light gradient bg */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.core-points-logo {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background: #082d5a;
  background: #67cc35;
  background: linear-gradient(to right, rgb(0 99 167), rgb(8 133 219));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  transition: 0.3s all;
}

.photogallery-wrapper {
  position: relative;
}

.photo-placeholder-logo {
  position: absolute;
  z-index: 1;
  width: 325px;
  top: 20px;
  right: 20px;
}

.album-cover-name {
  position: absolute;
  bottom: 60px;
  z-index: 1;
  left: 0;
  /*  transform: translateX(-50%); */
  color: #ffffff;
  /* background: linear-gradient(to right,
        rgba(0, 0, 255, 0),
        
        rgb(11 96 155),
       
        rgba(0, 0, 255, 0)
       
      ); */
  padding: 9px 50px;
  width: 43%;
  text-align: center;
  /* text-transform: uppercase; */
  background: rgb(0 99 167 / 87%);
  font-size: 24px;
}

.core-points-logo img {
  width: 55px;
  transition: 0.3s all;
}

.core-point-title {
  font-weight: 600;
  color: #082d5a;
  margin-bottom: 15px;
  font-size: 28px;
}

.photogallery-image-height {
  max-height: 670px;
  object-fit: cover;
  border-radius: 10px;
}

.photogallery-wrapper .f-carousel__viewport {
  border-radius: 10px;
}

/* .core-points-box.full-box {
   width: 600px;
   margin: 0px auto;
 } */
.core-value-section-wrapper .row {
  justify-content: center;
}

.about-overview .content-p a {
  color: #69b33a;
}

.core-value-section-wrapper .row .col-md-6 {
  margin-bottom: 50px;
}

.core-value-section-wrapper .row .col-md-6:last-child {
  margin-bottom: 0px;
}

.col-xl-6:nth-child(1) .core-points-box .core-points-logo {
  background: linear-gradient(to right, rgb(0, 99, 167), rgb(8, 133, 219));
  /* Trust */
}

.col-xl-6:nth-child(2) .core-points-box .core-points-logo {
  background: linear-gradient(to right, rgb(46, 80, 46), rgb(77, 147, 81));
  /* Integrity */
}

.col-xl-6:nth-child(3) .core-points-box .core-points-logo {
  background: linear-gradient(to right, rgb(225, 158, 0), rgb(247, 185, 0));
  /* Excellence */
}

.col-xl-6:nth-child(4) .core-points-box .core-points-logo {
  background: linear-gradient(to right, rgb(255, 140, 0), rgb(255, 98, 0));
  /* Entrepreneurship */
}

.col-xl-6:nth-child(5) .core-points-box .core-points-logo {
  background: linear-gradient(to right, rgb(237, 132, 148), rgb(235, 92, 164));
  /* Respect */
}

.col-xl-6:nth-child(6) .core-points-box .core-points-logo {
  background: linear-gradient(to right, rgb(138, 51, 191), rgb(165, 101, 193));
  /* Care */
}

.col-xl-6:nth-child(7) .core-points-box .core-points-logo {
  background: linear-gradient(to right, rgb(0, 128, 128), rgb(0, 180, 180));
  /* Innovation */
}


/* ---------Philosophy-------------- */

/* --------------Annual Report Starts---------- */

.line-clamp-2 {
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.annual-report-wrapper .pdf-name h3 {
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #fff;
  color: #082d5a;
}

/* .pdf-size:before {
   background: url(../imgs/pdf-icon-2.svg) no-repeat;
   content: "";
   position: absolute;
   left: 0;
   width: 23px;
   height: 23px;
   background-size: contain;
   cursor: pointer;
 } */

.reports:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -16px;
  width: 108%;
  height: 100%;
  /* background-image: url(../imgs/products/wire-bg.png); */
  background-image: url(../imgs/products/wire-bg.svg);
  background-size: cover;
  pointer-events: none;
  background-repeat: no-repeat;
  opacity: 0.06;
}

.reports {
  width: 100%;
  float: left;
  background: #082d5a;
  /* background: linear-gradient(to right, rgb(0, 99, 167), rgb(8, 133, 219)); */
  /* border: 1px solid #eee; */
  /* background: #05579e; */
  /* background: #e0f1ff; */
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.file-view-part {
  border-left: 2px solid #eeeeee;
  padding-left: 10px;
  margin-left: 10px;
}

.file-view-part:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

.file-view-part.reveal-img {
  border-radius: 10px;
}

.pdf-name {
  width: 100%;
  position: relative;
  /* margin-top: 20px; */
  float: left;
  padding: 15px;
  border-top: 3px solid #6dbb06;
}

.pdf-img {
  /* border: 1px solid #dcffc6; */
  border: 2px solid #dbefc2;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.qr-img {
  width: 25px;
  position: relative;
  cursor: pointer;
}

.qr-share {
  position: relative;
}

.report-about .share-icon-gradient {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}

.text.magazine-content.report-about h6 {
  color: #0063a7;
  font-size: 18px;
  line-height: 25px;
  min-height: 55px;
  display: flex;
  /* align-items: center; */
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text.magazine-content.report-about h6 a {
  color: #0063a7;
  font-size: 18px;
  line-height: 25px;
  min-height: 55px;
  display: flex;
  /* align-items: center; */
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.report-about {
  padding-top: 20px;
}

.pdf-img img {
  transition: 0.5s all;
}

.reports:hover .pdf-img img {
  transform: scale(1.1);
}

.pdf-name p {
  font-size: 14px;
  color: #ffffff;
  color: #082d5a;
  font-weight: 500;
  margin-left: 35px;
}

.pdf-dwnld-icon {
  width: 23px;
}

/* --------------Annual Report End-------------- */

/* -------------Awards & Recognitions---------- */
.page-level-search .search-input {
  width: 100%;
  padding: 15px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  padding-right: 60px;
}

.page-level-search {
  position: relative;
}

.search-select {
  /* margin-top: 40px; */
  margin-bottom: 20px;
}

.year-filter {
  position: relative;
}

.result-per-page-field {
  width: 100%;
  padding: 15px;
  margin-left: 51px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #6c758e;
  cursor: pointer;
}

.fy-box {
  position: absolute;
  left: 0;
  top: 0;
  background: #73bf43;
  color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-weight: 500;
  height: 100%;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fy-box img {
  width: 24px;
}

.search-select .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  /* transform: translateY(-50%); */
  /* padding: 5px 10px; */
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #73bf43 url(../imgs/search-icon-white.png) no-repeat center;
  width: 55px;
  height: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

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

.card-awards {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.card-awards:last-child {
  margin-bottom: 0px;
}

.card-awards-left {
  background: #ededed;
  background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(224 245 255 / 60%) 100%);
  height: 100%;
  width: 100%;
  padding: 20px 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.card-awards-right {
  height: 100%;
  top: 0;
  right: -9px;
  width: 43.5%;
  background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(242 242 242) 100%);
  background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(238 250 255) 100%);
  position: absolute;
  border-left: 1px dashed #b9dae9;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.card-date {
  display: flex;
  align-items: center;
}

.card-date .media-text {
  margin-left: 10px;
}

.card-date p {
  font-weight: 500;
  margin-bottom: 15px;
  color: #0062a6;
  font-size: 16px;
}

.card-date .media-text p {
  color: #68bc33;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

.category-div p {
  font-weight: 600;
  margin-top: 25px;
  color: #73bf43;
  font-size: 18px;
  position: relative;
  padding-left: 70px;
}

.category-div p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 60px;
  transition: all 1s ease;
  height: 1px;
  background-color: #969696;
}

.card-awards.animated .category-div p:before {
  width: 0px;
}

.card-awards-left h6 {
  min-height: 160px;
}

.card-awards-right img {
  /* width: 202px;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   transition: all 1s ease; */
  width: 466px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
  border-radius: 5px;
}

.card-awards-right:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.for-img-award:hover img {
  border-radius: 0;
}

.w-245 img {
  width: 245px !important;
}

.for-img-award img {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  object-fit: cover;
  left: 50%;
  border-radius: 0;
  transform: translate(-50%, 0%);
}

/* .card-awards-right.for-img-award {
   border-left: 0;
 } */
.for-img-award {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: calc(100% + 40px);
  left: -29px;
}

.content-p {
  /* width: 80%; */
  width: 100%;
  margin: 0px auto;
  margin-top: 30px;
}

.content-p p {
  margin-bottom: 15px;
}

.content-p p:last-child {
  margin-bottom: 0;
}

.sixty-years {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.sixty-years img {
  width: 120px;
}

.sixty-years-img {
  position: relative;
}

.sixty-years .sixty-years-img:before {
  position: absolute;
  content: '';
  height: 50%;
  width: 1px;
  right: -20px;
  background-color: #fff;
  top: 23px;
}

/* ------about us - history------------ */
.history-section {
  position: relative;
  /* background-color: rgb(232, 245, 253); */
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}

.shadow-heading {
  position: absolute;
  top: 43%;
  font-size: 95px;
  font-weight: 700;
  color: #88cf5c;
  rotate: 90deg;
  line-height: 1;
  /* z-index: -1; */
  /* font-family: "Roboto Condensed", sans-serif; */
  right: -103px;
}

.full-height-shape {
  height: 100%;
  width: 25%;
  /* background: #1a1a1a;
   background: rgb(1, 91, 167); */
  background: rgb(115 191 67);
  position: absolute;
  right: 0;
  top: 0;
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  -moz-transition: all .7s ease;
}

.slide-imgs {
  position: relative;
  z-index: 9;
  padding: 5px;
  background: #ececec;
  border-radius: 15px;
}

.slide-imgs img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.center-slide-cont {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-right: 40px;
  position: relative;
}

.gallery-history-thumbs {
  width: 100%;
  overflow: hidden;
}

.gallery-history-thumbs .swiper-wrapper {
  /* display: flex;
   justify-content: center;
   align-items: center; */
}

.gallery-history-thumbs .swiper-slide {
  /* width: auto !important; */
}

.year-div-w {
  position: relative;
  /* width: 30%; */
  margin-bottom: 63px;
  /* margin-left: 44px; */
}

.year-name-blox {
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  /* margin: 0 10px; */
  /* margin-right: 15px;
    margin-left: 30px; */
}

.center-slide-cont h6 {
  line-height: 40px;
  z-index: 2;
}


.history-year-panel {
  display: flex;
  justify-content: left;
  overflow: hidden;
}

.gallery-left {
  position: relative;
  width: 24%;
  width: 590px;
  height: 40px;
  padding: 0 30px;
}

/* .gallery-left {
    position: absolute;
    width: 24%;
    
    height: 40px;
    padding: 0 30px;
    top: -75px;
  } */

.gallery-left-inner {
  width: 530px;
  height: 40px;
  overflow: hidden;
}

.histroy-left-arrow,
.histroy-right-arrow {
  position: relative;
}

.year-div-w .hswiper-button-prev::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 26px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-left: 2px solid #1b1b1b;
  border-bottom: 2px solid #1b1b1b;
  transform: rotate(270deg);
  z-index: 1;
}

.year-div-w .hswiper-button-next::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 26px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-right: 2px solid #1b1b1b;
  border-bottom: 2px solid #1b1b1b;
  transform: rotate(40deg);
  z-index: 1;
}

.arrow {
  margin: 25px;
  display: inline-block;
  height: 12px;
  display: none;
  position: relative;
  width: 12px;
}

.swiper-button-desktop {
  width: 50px;
  height: 50px;
  /* background: #fff; */
  z-index: 999999999999;
  position: absolute;
  display: block;
  top: -43px;
}

.arrow.is-bottom {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .year-div-w .hswiper-button-prev {
    left: -23px;
    top: 35px;
    transform: rotate(270deg);
  } */

.year-div-w .hswiper-button-prev {
  left: -5px;
  top: -6px;
  transform: rotate(138deg);
}

.year-div-w .hswiper-button-next {
  right: -8px;
  top: 0px;
  transform: rotate(270deg);
}

.shadow-year {
  /* font-weight: 900;
  position: absolute;
  top: 43px;
  left: -1%;
  font-size: 120px;
  color: #d0e8f7; */

  right: 22px;
  font-weight: 900;
  position: absolute;
  top: 38%;
  left: -6px;
  font-size: 120px;
  color: #d0e8f7;
  color: #efefef;
  font-size: 155px;
}

/* ----------about-company overview------ */

.company-map-wrapper {
  height: 100%;
  position: relative;
}

.company-map-wrapper .map-container {
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-map-wrapper .map-div {
  width: 235px;
}

.company-map-wrapper .map-div .chhatishgarh-map {
  width: 100%;
}

.company-map-wrapper .company-wrapper-bg {
  filter: blur(3px);
}

.company-map-wrapper .loc-pin2 {
  left: 125px;
  top: 16%;
}

.company-map-wrapper .loc-name2:before {
  right: 99%;
}

.company-map-wrapper .profile-left-img:after {
  display: none;
}

.company-map-wrapper .loc-name2 {
  opacity: 1;
}

/* .about-overview .content-last {
    margin-left: 18%;
  } */
/*  .about-overview .text-wrapper p { */
.text-wrapper p {
  /* max-width: 100%;
     margin: 0 110px; */
  /* max-width: 85%; */
  width: 100%;
  margin: 0 auto;
}

.about-img-h {
  height: 420px;
}

.gallery-history-thumbs .swiper-slide-thumb-active .year-name-blox {
  font-weight: bold;
  color: #6cb43f;
}

/* ------about-al------ */

.innovation-section {
  position: relative;
  /* background: linear-gradient(351deg, #ffffff 35%, rgb(215 238 255) 100%);
   background: #efefef; */
  background: #082d5a;
  z-index: 1;
}

.innovation-section h2 {
  color: #fff;
  margin-bottom: 25px;
}

.wave-img-bg {
  position: absolute;
  /* height: 500px; */
  width: 600px;
  right: 0px;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
}

.achievements {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 60px 30px;
  padding-top: 40px;
}

.achievements .achievement-item {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  border-top-left-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out;
  min-height: 210px;

}

.achievements .w-100 {
  display: flex;
  justify-content: center;
  width: 100% !;
}

.achievements .w-100 .achievement-item {
  width: 400px;
}

.achievement-item .card-sh-img {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 112px;
  opacity: 0.2;
}

.achievement-item:hover {
  transform: translateY(-5px);
}

.first {
  display: none;
  /* position: absolute; */
  /* left: 0;
    top: 0;
    width: 105px;
    height: 105px; */
  /* clip-path: polygon(100% 0%, 0% 100%, 0% 0%); */
  /* background-color: #0163a8; */
  /* background: linear-gradient(to right, rgb(0 99 167), rgb(112 189 63)); */
  /* color: #000000; */
}

.first h4 {
  font-size: 48px;
  top: 63px;
  position: absolute;
  left: -32px;
  font-weight: 900;
  color: #f1f1f1;
  rotate: 270deg;
  /* color: transparent; */
  /* -webkit-text-stroke: 1px #d5d5d5; */
  letter-spacing: 4px;
  transition: all 1s ease;
}

.first sup {
  font-size: 20px;
  top: -18px;
  left: -5px;
}

.icon {
  font-size: 2rem;
  /* margin-right: 15px; */
}

.butn.butn-md span {
  font-size: 17px;
  display: flex;
}

.content h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  color: #323131;
}

.icon-div {
  /* padding-left: 70px; */
  position: relative;
}

.icon-div::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #d5eaf8;
}

.icon-div::after {
  position: absolute;
  content: '';
  width: 70%;
  right: 11px;
  top: 50%;
  height: 2px;
  background-color: #ecececf5;
}

.icon-div img {
  width: 56px;
  height: 56px;
  margin-left: 20px;
  margin-top: 18px;
  margin-bottom: 18px;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.shape-top {
  position: absolute;
  top: -23px;
  left: 0px;
  width: 33%;
  height: 25px;
  background-color: #ffffff;
  z-index: 8;
  border-top-left-radius: 8px;
}

.shape-top:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 0 0 30px;
  border-color: transparent transparent transparent #ffffff;
  transform: rotate(0deg);
  right: -30px;
  top: 0px;
}

/* ------------contacts---------- */

.bg-arrow .arrow-1,
.bg-arrow .arrow-2 {
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.bg-arrow .arrow-1 {
  width: 18px;
  height: 18px;
}

.bg-arrow .arrow-2 {
  top: -25px;
  right: 0;
  width: 18px;
  height: 18px;
}

.form-wrapper select.form-control {
  background: url(../imgs/contact-us/down-chevron-b.png) no-repeat right 13px top 19px;
  color: #6c757d;
}

.form-wrapper .readmore-btn .wpcf7-spinner {
  right: -75px;
  position: absolute;
}

.form-wrapper .readmore-btn {
  position: relative;
}

.bg-arrow .arrow-1::before {
  content: '';
  position: absolute;
  background-image: url(../imgs/arrow-top-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
}

.bg-arrow .arrow-2::before {
  content: '';
  position: absolute;
  background-image: url(../imgs/arrow-top-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
}

.wpcf7-response-output {
  background-color: #ffb900;
  font-size: 15px;
  border-radius: 5px;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
}

/* input::placeholder {
  font-size: 14px;
} */

.web-mail p {
  margin-bottom: 0 !important;
}

.contact-form .health-block {
  /* min-height: 277px; */
  height: 48%;
}

.office-title {
  font-size: 28px;
  font-weight: 700;
  color: #004aad;
  margin-bottom: 15px;
}

.company-name {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.office-address {
  font-size: 18px;
  color: #f5f5f5;
  line-height: 28px;
  margin: 18px 0 24px 0;
}

.w-70 {
  width: 70%;
}

.reg-ofc {
  background: #063376;
  color: #fff;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px 20px;
  position: relative;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 10px;
  margin-bottom: 33px;
}

.input100 {
  width: 100%;
  background: transparent;
  font-size: 17px;
  padding: 5px;
  border: none;
  outline: none;
}

.focus-input100 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: red;
  transition: width 0.4s;
}

.wrap-contact100 {
  padding-right: 40px;
  z-index: 2;
  position: relative;
}

.contact100-form {
  margin-top: 30px;
}

.contact-sectionTwo {
  background: #f4faff;
}

.contact-sectionTwo-img {
  position: absolute;
  width: 650px;
  left: 0;
  bottom: 0;
}

.reg-map iframe {
  border-radius: 8px;
}

.ofc-svg {
  position: absolute;
  width: 110px;
  top: 18px;
  right: 18px;
  opacity: 0.4;
}

.achievement-item:hover .first h4 {
  color: transparent;
  -webkit-text-stroke: 1px #72be42;

}

.sustainability-heading {
  margin-top: 35px;
  margin-bottom: 70px;
}

.carbon-water-statistics {
  margin-top: 45px;
  margin-bottom: 80px;
  width: 85%;
}

.sustainability-heading p {
  width: 85%;
}

.sustainability-heading h5 {
  margin: 30px 0;
}

.sustainability-heading p {
  /* margin-bottom: 80px;
    margin-top: 70px; */
}

.mb-45 {
  margin-bottom: 45px !important;
}

.about-ma .item .sus-pillar {
  margin-bottom: 30px;
}

.about-ma .content h3 {
  font-size: 34px;
  line-height: 43px;
  font-weight: 600;
}

.about-ma .item h6 {
  font-size: 23px;
  /* margin-top: 17px; */
  line-height: 33px;
  width: 80%;
  font-weight: 500;

  /* font-size: 17px;
   margin-top: 17px;
   line-height: 27px;
   width: 100%; */
}

.list-type li {
  padding: 10px 0;
}

.list-type li:last-child {
  padding-bottom: 0;
}

.list-type {
  padding-left: 0;
}

.list-type li strong {
  color: #013d72;
}

.modal-title {
  font-size: 27px;
  color: rgb(0 99 167);
}

/* .product-popup-home {
  background: #00000045;
}

.modal-backdrop {
  display: none;
}

.product-popup-home .modal-body {
  height: 520px !important;
  overflow-y: scroll;
} */

.centered-a-text {
  text-align: center;
  margin: 0 auto;
  width: 65%;
}

.investor-info-right {
  width: 100%;
  position: relative;
}

.investor-info-right .report-box {
  background-color: #e60e33;
  display: flex;
  align-items: center;
  width: 100%;
  /* width: 300px; */
  border-radius: 10px;
  /* border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; */
  /* align-items: center; */
  position: relative;
  /* bottom: -32px; */
  right: 0;
  padding: 15px;
  top: 0px;
  transition: 1s all ease;
}

.report-title {
  margin-left: 17px;
  line-height: 25px;
}

.report-box img {
  width: 55px;
}

.report-box a {
  display: flex;
  align-items: center;
}

.report-box span {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

/* -----------Finance-Report Start----------- */

.n-price-box-wrapper .abst-box {
  width: 60%;
  position: absolute;
  right: -65px;
  top: -80px;
  opacity: 0.07;
}

.f-box {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  /* background-color: #eff9ff; */
  position: relative;
  padding: 20px;
  z-index: 99;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 30px;
}

.financial-box-wrapper .col-md-6:nth-child(1) .f-box,
.financial-box-wrapper .col-md-6:nth-child(2) .f-box {
  margin-top: 0px;
}

.financial-box-wrapper .col-xl-4:nth-child(1) .f-box,
.financial-box-wrapper .col-xl-4:nth-child(2) .f-box,
.financial-box-wrapper .col-xl-4:nth-child(3) .f-box {
  margin-top: 0px;
}

.f-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  /* background: rgba(0, 0, 0, 0.05); */
  /* background: rgb(255 255 255 / 5%); */
  /* background: rgb(229 239 255 / 26%); */
  background: rgb(230 255 241 / 26%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: -1;
}

.f-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 2px;
  background-color: green;
  transition: all .4s;
  z-index: 1;

}

.f-box:hover:after,
.f-box:hover:before {
  height: 100%;
}

.f-box-title {
  font-size: 21px;
  color: #0063a7;
  min-height: 56px;
  line-height: 29px;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

.abst-box {
  /* width: 33%; */
  width: 45%;
  position: absolute;
  right: -34px;
  top: -65px;
  opacity: 0.07;
}

.f-box-about .text {
  margin-top: 25px;
}

/* -----------Finance-Report End----------- */

/* ----------Environment Compliance Start--------------- */

.env-box-wrapper {
  width: 100%;
  float: left;
  position: relative;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
  margin-bottom: 30px;
  border-radius: 10px;
}

.env-cover {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #f7f7f7;
}

.env-cover img {
  height: 240px;
  display: flex;
  object-fit: cover;
  transition: 0.5s all;
}

.env-title-box {
  position: relative;
  width: 81%;
  height: 100px;
  margin: 0 auto;
  bottom: 50px;
  padding: 20px;
  background-color: #f1f7ff;
  border-bottom: 3px solid green;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.env-content {
  border: 1px solid #e3e3e3;
  padding: 0 40px 20px;
  background: #fff;
  border-radius: 10px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.env-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  transition: 0.5s all;
}

.all-csr-section .env-title {
  min-height: 60px;
  margin-bottom: 0;
}



.env-content-icon {
  font-size: 60px;
  height: 100px;
  width: 100px;
  background: #e60e33;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: -75px;
  position: relative;
  margin-bottom: 33px;
  transition: .4s all;
  color: #fff;
  transform: rotate(0);
  box-shadow: 0 0 2px 10px rgba(75, 175, 71, .5);
}

.env-box-wrapper:hover .env-cover img {
  transform: scale(1.2);
}

.env-box-wrapper:hover .env-content-icon {
  /* transform: rotate(360deg); */
  /* transform: rotateY(360deg); */
  box-shadow: 0 0 2px 15px rgba(75, 175, 71, .5);
}

.env-box-wrapper:hover .env-title {
  color: #e60e33;
}

.env-content-icon img {
  width: 55px;
  transition: .3s all;
}

/* .env-box-wrapper:hover .env-content-icon {
   width: 95px;
   height: 95px;
   
 } */
.env-box-wrapper:hover .env-content-icon img {
  width: 50px;
}

.bottom-right-env {
  position: absolute;
  bottom: 0;
  width: 40%;
  right: 0;
  opacity: 0.5;
}


/* ----------Environment Compliance End--------------- */

/* ------Smelter Plant Start--------- */


.smelter-box-wrapper {
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 270px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.smelter-box-heading {
  position: relative;
  color: #1b1b1b;
  font-size: 27px;
  margin-bottom: 25px;
  line-height: normal;
  margin-top: 55px;
}

.financial-box-wrapper .smelter-box-heading:first-child {
  margin-top: 0;
}

.financial-box-wrapper .card-date p {
  color: #73bf43;
}

.doc-wrapper .row .col-md-6 .f-box {
  margin-top: 25px;
}

.doc-wrapper .row .col-md-6:nth-child(1) .f-box,
.doc-wrapper .row .col-md-6:nth-child(2) .f-box {
  margin-top: 0;
}

.smelter-box-heading::before {
  /* position: absolute; */
  content: '';
  width: 50%;
  right: 11px;
  top: 50%;
  height: 2px;
  background-color: #ecececf5;

}

.smelter-content {
  margin-top: 15px;
  padding-left: 0;
}

.smelter-doc-title {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  margin-top: 12px;
  transition: 0.3s all;

}

.smelter-doc-title a:hover {
  color: #013983;
}

.smelter-doc-title:first-child {
  margin-top: 0;
}

.smelter-doc-title::before {
  background: url(../imgs/download-pdf.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  background-size: contain;
  cursor: pointer;

}

.abs-smelter {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  opacity: 0.1;
}


/* ------Smelter Plant End--------- */

/* ------------Vdo gallery Start------------*/
.vdo-gal-box {
  position: relative;
}

.vdo-gal-box .vdo-title {
  position: relative;
  padding-left: 20px;
  font-size: 25px;
  font-weight: 600;

}

.vdo-title::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 97%;
  background-color: #e60e33;
  top: 0;
  left: 0;
}

.vdo-cover-image {
  position: relative;
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
  border: 1px solid #f1f1f1;
}

.vdo-play-box {
  /* width: 75px;
   height: 75px;
   background-color: #e60e33;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   position: absolute;
   right: 23px;
   bottom: 23px;
   z-index: 55; */
  width: 75px;
  height: 75px;
  background-color: #e60e33;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 55;
}

.vdo-play-box::before {
  position: absolute;
  content: '';
  width: 43px;
  height: 43px;
  background-image: url(../imgs/play-button.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-size: contain;
  background-repeat: no-repeat;
}

.vdo-play-box img {
  width: 50px !important;
  object-fit: contain !important;
}

.video-overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41%, rgb(0 0 0 / 88%) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-caption.vdo-caption {
  background: transparent;
  line-height: 24px;
  width: 100%;
  font-weight: 600;
  word-break: break-word;
}

.waves {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #39bd30c7;
  opacity: 0;
  border-radius: 100%;
  /* left: 50%;
   top: 50%;
   transform: translate(-50%, -50%); */
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}

.waves-block {
  right: 120px;
  bottom: 120px;
  opacity: 1;
  width: 75px;
  height: 75px;
  background-color: #e60e33;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 1;

  /* Set to 1 if you want the animation visible by default */
}

.vdo-gal-box:hover .waves-block {
  opacity: 1;
}

.wave-1 {
  animation-delay: 0s;
}

.wave-2 {
  animation-delay: 1s;
}

.wave-3 {
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}



/* ------------Vdo gallery End------------*/

/* -------------Technology Overview Start----------- */

.tech-o-wrapper {
  position: relative;
}

.tech-box-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  gap: 45px;
}

.tech-box-wrapper.tech-box-wrapper-2 {
  position: relative;
  padding-left: 50px;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
}

.tech-box-wrapper::after,
.tech-box-wrapper::before,
.tech-box-wrapper-2::after {
  content: '';
  position: absolute;
  background-color: #83c759;
  transition: all 1s ease-in-out;
  opacity: 0;
}

.tech-box-wrapper-2::before {
  display: none;
}

.dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #83c759;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* .tech-o-wrapper::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 35%;
  inset-inline-end: 0;
  background-color: #5638ff;
  background-color: #e0ebff;
  background-color: #0063a7;
  z-index: -1;
  border-radius: 10px;
} */

.tech-box-wrapper::after {
  width: 2px;
  height: 55%;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: top;
}

.tech-box-wrapper::before {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right;
}

.tech-box-wrapper-2::after {
  width: 2px;
  height: 55%;
  left: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
}

.tech-box-wrapper .dot {
  right: -19px;
  bottom: 53%;
  transform: translateX(-50%);
}

.tech-box-wrapper-2 .dot {
  left: 0;
  bottom: 45%;
  transform: translateX(-50%);
}

/* --- ANIMATION SEQUENCE --- */

.tech-o-wrapper.active .tech-box-wrapper .dot {
  opacity: 1;
  transition-delay: 0s;
}

.tech-o-wrapper.active .tech-box-wrapper::after {
  transform: scaleY(1);
  opacity: 1;
  transition-delay: 0.4s;
}

.tech-o-wrapper.active .tech-box-wrapper::before {
  transform: scaleX(1);
  opacity: 1;
  transition-delay: 0.8s;
}

.tech-o-wrapper.active .tech-box-wrapper-2::after {
  transform: scaleY(1);
  opacity: 1;
  transition-delay: 1.2s;
}

.tech-o-wrapper.active .tech-box-wrapper-2 .dot {
  opacity: 1;
  transition-delay: 1.6s;
}

.o-box-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 55;
}

.o-box-content .tech-box-heading {
  margin-bottom: 22px;
  color: #0063a7;
  font-size: 38px;
}


.o-box-content .year {
  position: absolute;
  top: -80px;
  left: 0px;
  color: #a9a9a9;
  /* -webkit-text-stroke: 1px #0063a7; */
  z-index: -1;
  font-size: 111px;
  font-weight: 800;
  opacity: 0.2;
}

.o-box-content .title {
  font-size: 34px;
  font-weight: bold;
  line-height: 43px;
  margin-top: 51px;
  margin-right: 16px;
}

.o-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  z-index: 77;
}

.wave-layer-tech {
  position: absolute;
  width: 42%;
  right: -60px;
  top: -72px;
  opacity: 0.06;
  /* transform: scaleX(-1); */
  z-index: 1;
  filter: invert(1);
  filter: invert(1) brightness(2) contrast(1.5);
}

.wave-layer-tech-2 {
  position: absolute;
  width: 134%;
  width: calc(100% + 35%);
  left: -209px;
  top: -70px;
  opacity: 0.03;
  transform: scaleX(-1);
  z-index: -1;
  object-fit: cover;
}

.smelter-section-bg {
  background-color: #f6fbff;
  position: relative;
  overflow: hidden;
}

.smelter-section-bg .logo-shadow-line {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.04;
  width: 400px;
  /* transform: scaleX(-1); */
}

.text-wrapper-tech p {
  max-width: 100%;
}

.content-last-tech {
  margin-left: 0;
  margin-top: 0;
}

.large-span {
  grid-row: span 2;
}

.first-tech-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* margin-bottom: 25px; */
  /* align-items: center; */
  /* height: 100%; */
}

.first-tech-heading h3.fs-40 {
  font-size: 40px;
  line-height: 44px;
}


.first-tech-heading h4 {
  color: #0061a6;
  font-size: 24px;
  line-height: 34px;
  margin-top: 20px;
}

.text-medical-cntr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-medical-cntr h3 {
  width: 50%;
}

/* -------------Technology Overview End----------- */

/* ---------------Balco Hospital Start------------ */

.min-w-85 {
  width: 85%;
}

/* CSS */
.bh-impact-box {
  display: flex;
  align-items: center;
  margin-top: 30px;
  width: 60%;
}

.bh-impact-box .icon-div {
  margin-right: 30px;
  padding-left: 0;
}

.bh-impact-box .icon-div::after {
  display: none;
}

.bh-impact-box .icon-div img {
  width: 50px;
  height: auto;
  margin-left: 20px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.bh-impact-box .bh-impact-content {
  text-align: left;
}

.bh-impact-box:hover .icon-div::before {
  background-color: #f3f3f3 !important;
}

.bh-impact-box .bh-impact-number {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
  color: #0063a7;
}

.bh-impact-box .bh-impact-text {
  border-top: 1px solid #e9e9e9;
  padding: 5px 0px 0;
  font-size: 15px;
  font-weight: 500;
  color: #8d8d8d;
  text-align: left;
  transition: 0.1s all;
}

.bh-impact-box:hover .icon-div img {
  transform: rotateY(360deg);
}

.bh-impact-content.counter-item h3 {
  height: 40px;
  text-align: start;
}

.bh-impact-box:hover .bh-impact-text {
  color: #73bf43;
}

.hospital-overview-section .r-shape {
  left: 0;
  top: -14px;
  height: 436px;
  width: 436px;
  border-radius: 50%;
}

.hospital-overview-section .right-outer-div {
  margin-left: 0px;
}

.service-section {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  /* background-color: #fff; */
}

.service-section h3 {
  margin-bottom: 35px;
}

.balco-overview-para p {
  margin-top: 30px;
}

.nrml-text {
  font-weight: 400;
  font-size: 43px;
  line-height: 45px;
}

.bold-text {
  font-weight: 800;
}

.balco-hsptl-text {
  font-size: 16px;
  font-weight: 500;
  color: #075ca4;
}

.text-wrapper-2 {
  padding-left: 20px;
  border-left: 2px solid #0061a6;
}

.balco-overview-para {
  margin-bottom: 20px;
}

.balco-overview-para.text-wrapper p {
  width: 100% !important;
}

.balco-overview-para.text-wrapper-2 {
  padding-left: 0;
  border-left: 0;
}

.overview-wrapper {
  position: relative;
  height: 100%;
  padding-left: 50px;
}

.stetho {
  width: 17%;
  position: absolute;
  right: 0;
  bottom: -47px;
  /* width: 190px; */
  opacity: 0.4;
  rotate: 6deg;
  animation: stethoMove 12s linear infinite;
}

.welcome-feature .welcome-item {
  margin-left: 1px;
  position: relative;
  box-shadow: 0px 0px 15px #e9e9e9;
  border-radius: 10px 10px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  z-index: 2;
  /* max-width: 315px; */
  float: left;
  /* margin-right: 24px; */
}

.welcome-feature .welcome-item .content {
  border: 1px solid #bde4ff;
  transition: 0.5s all;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  padding: 30px 30px 30px;
  border-radius: 10px 10px 50px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  z-index: 55;
  min-height: 382px;
  /* text-align: center; */
}

.service-section .welcome-feature .welcome-item .content {
  box-shadow: 0px 0px 15px #e9e9e9;
}

.service-section .welcome-feature .welcome-item {
  box-shadow: none;
}

.welcome-feature .welcome-item .content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  /* background: rgba(0, 0, 0, 0.05); */
  /* background: rgb(255 255 255 / 5%); */
  /* background: rgb(229 239 255 / 26%); */
  /* background: rgb(230 255 241 / 26%); */
  background: rgb(230 255 241);
  background: rgb(246 255 250);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: -1;
}

.welcome-feature .welcome-item.snip0016-custom .content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgb(229 239 255 / 26%);
  background: rgb(230 255 241 / 26%);
  background: rgb(230 255 241);
  background: rgb(0 0 0 / 31%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 1;
  backdrop-filter: blur(1px);
}

.snip0016-custom:hover .product-img {
  /* background: #000 !important; */
  background: #0361a2 !important;
}

.snip0016-custom:hover .product-img a img {
  opacity: 0.2;
}

.welcome-item:hover .content::before {
  height: 100%;
}

.welcome-feature .welcome-item .icon-box {
  color: #2facde;
  display: inline-block;
  margin-bottom: 25px;
}

.welcome-feature .welcome-item .icon-box img {
  width: 82px;
  position: relative;
  /* top: -10px; */
  transition: transform 0.7s ease-in-out;
  /* Add transition */
}

.welcome-item:hover .icon-box img {
  transform: rotateY(360deg);
}

.welcome-feature .welcome-item .content h3 {
  color: #333;
  font-size: 23px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: 32px;
  /* text-transform: uppercase; */
  padding-left: 0;
  transition: 0.5s all;
  /* font-family: Lato; */
  font-weight: 600;
  /* min-height: 60px; */
  word-break: break-word;
}

.welcome-feature .welcome-item .content .serial-number {
  color: #e1e1e1;
  font-size: 50px;
  font-weight: bold;
  opacity: 0.2;
  position: absolute;
  right: 14px;
  top: 12px;
  transition: 0.5s all;
}

.welcome-item:hover .content .serial-number {
  color: #a9a9a9;
}

/* .welcome-item:hover .content h3{
   color: #025fa5;
  } */

.statistics-section {
  background: #f5fbff;
  margin-top: 65px;
  /* background-image: url(../imgs/bg1.jpg); */
  background-position: 50% 53.7563px;
  /* border-radius: 12px; */
  background-size: cover;
  background-position-y: top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

/* .statistics-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
  } */

.wave-layer {
  position: absolute;
  width: 11%;
  left: 0;
  top: 0;
  opacity: 0.1;
  transform: scaleX(-1);
}


/* ---swiper---section-hospital */
.department-swiper {
  position: relative;
  padding-bottom: 100px;
  /* padding-bottom: 60px; */
  /* overflow-x: visible; */
}

.hsptl-dept-swiper {
  position: relative;
  padding-bottom: 100px;
}

.swiper-navigation {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  gap: 15px;
  z-index: 10;
}

.swiper-navigation .swiper-btn-prev,
.swiper-navigation .swiper-btn-next {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 2px solid #85c75b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
  color: #52b321 !important;
  cursor: pointer;

}

.swiper-navigation .swiper-btn-prev:hover,
.swiper-navigation .swiper-btn-next:hover {
  background-color: #e8ffde !important;
}

.swiper-navigation .swiper-btn-prev {
  left: 0;
}

.swiper-navigation .swiper-btn-next {
  left: 65px;
}

.swiper-navigation .swiper-btn-prev::after,
.swiper-navigation .swiper-btn-next::after {
  font-size: 18px;
}

/* .department-swiper .swiper-slide {
  width: 25%;
  border-radius: 10px;
  margin-right: 20px;
} */


.swiper-btn-next:after,
.swiper-btn-prev:after {
  font-size: 16px !important;
  font-weight: 600;
  color: rgb(82, 179, 33) !important;
  font-family: swiper-icons !important;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;

}

.swiper-navigation .swiper-btn-prev:hover,
.swiper-navigation .swiper-btn-next:hover {
  background-color: rgb(232, 255, 222) !important;
}

.swiper-navigation .swiper-btn-next:after,
.swiper-navigation .swiper-container-rtl .swiper-btn-prev:after {
  content: 'next';
}

.swiper-navigation .swiper-btn-prev:after,
.swiper-navigation .swiper-container-rtl .swiper-btn-next:after {
  content: 'prev';
}

.swiper-navigation .swiper-btn-next.swiper-button-disabled,
.swiper-navigation .swiper-btn-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* ----Facilities Section----- */

.facility-page-section {
  background-color: rgb(5 87 158);
  /* margin-top: 100px; */
  position: relative;
  overflow: hidden;
  background: linear-gradient(to top left, #05579e 71%, #5fa732 96%);
}

.facility-page-section::before {
  content: '';
  position: absolute;
  background-image: url(../imgs/balco-hospital/illustration-bg-2.png);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  top: 0;
  opacity: 0.04;
}

.facilities-section {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 40px;
  padding: 50px;
  padding-bottom: 0;
}

.facilities-section .content p {
  margin-top: 25px;
  color: #fff;
}

.facilities-section .content {
  width: 30%;
  position: relative;
  /* flex: 0 0 300px !important; */
  position: relative;
}


.facilities-section .content h3.heading {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #ffffff;
  padding-left: 0;
  line-height: 43px;
}

.facilities-section .scrollable {
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}

.facilities-section .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.facilities-section .card {
  background: #05579e;
  /* background-color: #fff; */
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
}

.facilities-section .card.style1 {
  padding: 20px;
  border-radius: 10px;
  opacity: 1;
  transform: translateY(13px) !important;
}

.facilities-section .card img {
  width: 80px;
  margin-bottom: 25px;
}

.facilities-section .card h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 27px;
  color: #fff;
  /* color: #05579e; */
}

.facilities-section .card p {
  /* color: #8f8f8f; */
  color: #dcebff;
  /* color: #494949; */
}

.style1:before {
  position: absolute;
  content: '';
  bottom: 100%;
  /* bottom: 0; */
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #0363b5;
  /* background-image: linear-gradient(to right, var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 100%, var(--base-first-gradientcolor) 100%); */
  -webkit-transition: .55s cubic-bezier(.68, 1.55, .265, 0.55);
  -moz-transition: .55s cubic-bezier(.68, 1.55, .265, 0.55);
  -ms-transition: .55s cubic-bezier(.68, 1.55, .265, 0.55);
  -o-transition: .55s cubic-bezier(.68, 1.55, .265, 0.55);
  transition: .55s cubic-bezier(.68, 1.55, .265, 0.55);
}

.style1:hover:before {
  z-index: -1;
  bottom: 0;
}

.style1:hover .facilities-section .card h3 {
  color: #fff;
}

.style1:hover .facilities-section .card p {
  color: #dcebff;
}

.full-content {
  display: none;
}

.scroll-wrapper {
  flex: 1 !important;
  max-height: 100vh !important;
  overflow-y: auto;
}

.facilities-section .content-new {
  display: none
}

/* --Facilities section end---- */


.tender-div .abst-box {
  width: 37%;
  position: absolute;
  right: -92px;
  top: -47px;
  opacity: 0.07;
  height: calc(100% + 76%);
}

/* ------Testimonial Section hospital start--- */

.testimonial-section.testimonial-section-hospital .testimonial-card .min-h {
  min-height: 370px;
}

.testimonial-section.testimonial-section-hospital .testimonial-card p {
  height: 330px;
  padding-right: 12px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0063a7 transparent;
}

.testimonial-section.testimonial-section-hospital .testimonial-card p::-webkit-scrollbar {
  width: 6px;
}

.testimonial-section.testimonial-section-hospital .testimonial-card p::-webkit-scrollbar-thumb {
  background-color: #0063a7;
  border-radius: 4px;
}

.testimonial-section.testimonial-section-hospital .testimonial-card p::-webkit-scrollbar-track {
  background: transparent;
}

.testimonial-section .msg-container-div {
  margin: 0;
}

.testimonial-section-wrapper {
  position: relative;
}

.testimonial-header {
  margin-bottom: 55px;
  text-align: left;
  /* margin-left: 38%; */
  position: relative;
  z-index: 88;
}

.testimonial-header .subtitle {
  color: #0063a7;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.testimonial-header .title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
  color: #000;
}

.testimonial-content-main {
  border-radius: 10px;
  /* background: linear-gradient(to right, #f2703f, #f6b93b); */
  background: linear-gradient(to right, #0c6eb5 23%, #2280c1 51%);
  /* background: linear-gradient(to right, rgb(95 167 50), rgb(5 87 158)); */
  background: radial-gradient(circle, rgb(0 0 0 / 0%) 0%, rgb(234 247 255) 75%);
  color: #fff;
  padding: 80px;
}

.testimonial-content {
  display: flex;
  align-items: baseline;
  gap: 40px;
  position: relative;

  max-height: 200px;
  overflow: auto;
  scrollbar-width: thin;
  padding-right: 3px;
}


.testimonial-left {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.testimonial-left img {
  width: 100%;
  max-width: 85%;
  height: auto;
  border-radius: 8px;
  z-index: 1;
}

.quote-icon-hospital {
  position: absolute;
  top: -20px;
  left: 30%;
  font-size: 180px;
  font-weight: bold;
  color: #49b2ff;
  z-index: 99;
  align-items: center;
  opacity: 0.5;
}

.testimonial-section-wrapper .client-info h3 {
  font-size: 35px;
  font-weight: 700;
  margin: 0px 0 5px;
  color: #0063a7;
}

.testimonial-section-wrapper .client-info p {
  font-size: 16px;
  opacity: 0.8;
  color: #52b313;
  font-weight: 600;

}

.testimonial-counter {
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 1px;
}

.testimonial-right {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  max-width: 90%;
  color: #524c4c;
}

.testimonial-navigation {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

.testimonial-navigation .nav-btn {
  background-color: #0063a7;
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.3s ease;
}

/* -------Testimonial Section end---- */

/* ----benifit section-hospital-part---- */

.benifit-section h3 {
  margin-bottom: 35px;
}

.benifit-section .doctor-container {
  position: relative;
  position: relative;
  height: 100%;
  float: left;
  width: 100%;
}

.benifit-section .doctor-img {
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 80%;
}

/* ----benifit section-hospital-part---- */

.footer-balco-name {
  font-size: 18px;
  line-height: 27px;
  color: #ccc;
  margin-bottom: 7px;
}

.footer-sa .f-head {
  position: relative;
}

.footer-sa .f-head:before {
  content: '';
  position: absolute;
  left: 0;
  width: 39px;
  height: 3px;
  background: #71b32f;
  bottom: -10px;
}


/* ---------------Balco Hospital End------------ */

/* -----Township Facilities Start------ */

.healthcare-section {
  padding: 60px 0;
}

.healthcare-section .row.top-margin {
  margin-top: 41px;
}

.healthcare-section .healthcare-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: stretch;
  flex-wrap: wrap;
}

.healthcare-section .highlight-title {
  margin-bottom: 10px;
  color: #0063a7;
}

.healthcare-section .subtitle {
  color: #66c048;
  margin-bottom: 20px;

}

.healthcare-section .description {
  /* font-size: 16px;
   line-height: 1.6; */
  margin-bottom: 15px;
}

.healthcare-section .stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}

.healthcare-section .stat h3 {
  font-size: 32px;
  font-weight: 800;
  color: #0063a7;
  /* margin-bottom: 15px; */
}

.healthcare-section .stat p {
  /* font-size: 20px;
   font-weight: 500;
   color: #70716f; */
}

.healthcare-section .stat {
  padding: 15px;
  border-right: 1px solid #b7b7b766;
  border-bottom: 1px solid #b7b7b766;
  text-align: center;
}

.healthcare-section .stat:nth-last-child(2),
.healthcare-section .stat:last-child {
  border-bottom: none;
}

.healthcare-section .stat:nth-child(2n+2) {
  border-right: none;
}

.fact-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  z-index: 2;
  /* background-image: url(assets/images/banner-img.jpg); */
  /* background: #fff; */
  background: #f3f8ff;
}

/* .fact-section .fact-item-wrap {
   margin-top: -15px;
   margin-bottom: -15px;
 } */
/* .fact-item-wrap {
  margin-top: 45px;
} */

.fact-item-wrap .fact-image {
  height: 100%;
}

.fact-item-wrap .fact-image .fact-box-img {
  object-fit: cover;
  height: 100%;
}

.fact-section .content-wrap {
  padding-left: 20px;
}

.fact-section .fact-item {
  position: relative;
  background-color: #0063a7;
  border: 3px solid #ffffff;
  width: 50%;
  text-align: center;
  border-top-left-radius: 50px;
}

.fact-section .fact-item:nth-child(2n+2) {
  background-color: #66c048;
  color: #ffffff;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 0px;
}

.fact-section .fact-item-content {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.fact-section .fact-item-content .fact-icon {
  width: 100px;
  /* margin-bottom: 83px; */
}

.fact-section .fact-item-content .fact-icon img {
  width: 85px;
}

.fact-item-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 27px;
}

.overlay {
  background-color: rgba(17, 17, 17, 0.8);
}

.single-cutout {
  position: absolute;
  left: -11px;
  /* top: -54px; */
  /* width: 111%; */
  width: calc(100% + 15px);
  bottom: 0;
}

.icon-div.icon-div-healthcare {
  padding-left: 0px;
}

.icon-div.icon-div-healthcare img {
  margin-left: 20px;
  margin-top: 11px;
  margin-bottom: 18px;

}

.icon-div.icon-div-healthcare::after {
  display: none;
}

.text-link {
  font-weight: 600;
  font-style: italic;
  color: #0063a7;
  margin-bottom: 15px;
  margin-right: 5px;
  transition: 0.3s all;
}

.text-link img {
  width: 20px;
  transition: 0.3s all;
}

.text-link:hover {
  /* border-bottom: 1px solid #ddd; */
}

.text-link:hover img {
  margin-left: 10px;
  width: 20px;
}

.fact-item:nth-child(2),
.fact-item:nth-child(3) {
  background-color: transparent !important;
}

/* ------------education & childcare--------- */
.education-section {
  overflow: hidden;
  position: relative;
  /* background: #0060a6; */
  background: linear-gradient(to top left, #05579e 71%, #5fa732 96%);
  z-index: 22;
}

.education-section::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../imgs/products/wood-pattern.png);
  height: 100%;
  width: 100%;
  background-position: left top;
  top: 0;
  opacity: 0.02;
}

.education-section h3 {
  margin-bottom: 25px;
  color: #fff;
  position: relative;
}

.education-section p {
  color: #fff;
}

.education-img-wrapper {
  width: 100%;
  height: 100%;
  height: 660px;
  position: relative;
}

.edu-boy {
  position: absolute;
  width: 50%;
  left: 40%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.edu-boy-blue {
  position: absolute;
  width: 9%;
  left: 24%;
  bottom: 47%;
  animation: triMove 2s ease-in-out infinite;

  animation: smoothBlink 1.5s ease-in-out infinite;
}

.edu-tri {
  width: 3%;
  position: absolute;
  top: 26%;
  left: 31%;
  rotate: 180deg;
  animation: triMove 2s ease-in-out infinite;
  animation: smoothBlink 1.5s ease-in-out infinite;
}

.edu-round {
  width: 2%;
  position: absolute;
  top: 25%;
  right: 19%;
  animation: smoothBlink 2.5s ease-in-out infinite;
}

.edu-shape-rect {
  position: absolute;
  top: 35%;
  left: 28%;
  width: 27%;
}

.edu-girl {
  position: absolute;
  width: 64%;
  right: -30%;
  bottom: -13%;
  transform: translate(-50%, -50%);
}

.edu-girl-green {
  position: absolute;
  width: 9%;
  right: 5%;
  bottom: 25%;
  animation: triMove2 1.5s ease-in-out infinite;

  animation: smoothBlink 1.5s ease-in-out infinite;
}

.edu-tri-2 {
  position: absolute;
  width: 3%;
  bottom: 10%;
  right: 11%;
  animation: smoothBlink 1.5s ease-in-out infinite;

}

.edu-arrow {
  position: absolute;
  width: 13%;
  bottom: 26%;
  left: 29%;
  animation: arrowMove-edu 2.3s ease-in-out infinite;
}

@keyframes arrowMove-edu {
  /* 0% {
    left: 30%;
    opacity: 0.6;
  }

  50% {
    left: 33%;
    opacity: 1;
  }

  100% {
    left: 30%;
    opacity: 0.6;
  } */

  0% {
    transform: translateX(0);
    opacity: 0.6;
  }

  50% {
    transform: translateX(10px);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 0.6;
  }
}

@keyframes smoothBlink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes triMove {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, 10px);
  }


  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes triMove2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, 8px);
  }


  100% {
    transform: translate(0px, 0px);
  }
}


@keyframes lefteduMove {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(20px, 30px);
    transform: translate(20px, 30px);
  }

  50% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  75% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes righteduMove {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    /* -webkit-transform: translate(20px, 30px); */
    transform: translate(-15px, -10px);
  }

  50% {
    /* -webkit-transform: translate(10px, 10px); */
    transform: translate(0px, 15px);
  }

  75% {
    /* -webkit-transform: translate(15px, -10px); */
    transform: translate(20px, -5px);
  }

  100% {
    /* -webkit-transform: translate(0); */
    transform: translate(0);
  }
}

.cm-msg .left-info-msg {
  padding: 45px 0px 45px 45px;
}

.cm-msg p {
  margin: 22px 0 35px;
}

.cm-msg .msg-container-div {
  padding: 0;
  margin-top: 45px;
  margin-bottom: 30px;
}

.cm-img-div {
  width: 100%;
  /* height: 458px; */
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cm-img-div img {
  /* object-fit: cover; */
  /* border-radius: 10px; */
  width: 425px;
  position: absolute;
  bottom: -22px;
  right: 0;
}

.cm-msg h4 {
  font-size: 24px;
  color: #73bf43;
  margin-bottom: 3px;
}

.cm-msg span {
  color: #828487;
  font-size: 17px;
  margin-top: 4px;
}

.cm-circle {
  width: 310px !important;
  left: 20%;
  top: 90px;
  z-index: -1;
}

.cm-circle-2 {
  width: 310px !important;
  left: 10%;
  top: 145px;
  z-index: -1;
}

.cm-quote {
  width: 50px;
}

.cm-msg .left-info-msg h3 {
  font-size: 36px;
  font-weight: 700;
}

/* -------Recreation & Social Engagement ------ */
.social-engagement-section {
  position: relative;
  background: #f3f8ff;
}

.social-engagement-section .core-value-title {
  margin-top: 0;
}

.process-count-item {
  position: relative;
  display: flex;
  /* align-items: center; */
  box-shadow: 0px -10px 35px 0px rgba(0, 0, 0, 0.03);
  /* margin-left: 40px; */
  border-radius: 10px;
  background-color: #ffffff !important;
  min-height: 221px;
  z-index: 1;
}

/* .process-count-item::before {
  content: '';
  position: absolute;
  height: 140px;
  width: 105px;
  top: -30px;
  left: 20px;
  background-color: #e1f3ff;
  z-index: 99;
  border-radius: 10px;
} */

.progress-section {
  margin-top: 60px;
  margin-bottom: 100px;
}

.secondary-bg {
  background-color: #e1f3ff;
  color: #0062a7;
  margin-left: 13px;
  margin-left: 0px;
  min-height: 222px;
}

.process-count-item .process-number {
  position: relative;
  color: #0062a7;
  font-size: 56px;
  font-weight: 800;
  height: 155px;
  /* width: 20%; */
  width: 128px;
  top: -26px;
  left: 20px;
  background-color: #e1f3ff;
  border-radius: 10px;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-count-item .process-number::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  /* top: 0px;
    left: 90px;
    border-style: solid;
    border-width: 0 22.5px 27px 20.5px; */
  top: 0px;
  left: 99px;
  border-style: solid;
  /* border-width: 0px 26.5px 26px 26.5px; */
  border-width: 0px 27.5px 26px 28.5px;
  border-color: transparent transparent #d4eeff transparent;
  transform: rotate(0deg);
  z-index: -1;
}

.process-count-item .process-content {
  padding: 25px 25px;
  padding-left: 40px;
  width: 80%;
}

.process-count-item .process-content h4 {
  margin-bottom: 15px;
  font-size: 28px;
}

.process-count-item.secondary-bg .process-content h4 {
  color: #0062a7;
}

.process-count-item.secondary-bg .process-content {
  color: #ffffff;
}

.primary-bg {
  background-color: #dfffd4;
  color: #73bf43;
  margin-left: 30px;
  margin-left: 0px;
}


.process-count-item.primary-bg .process-content h4 {
  color: #73bf43;
}

.process-count-item.primary-bg .process-number {
  color: #73bf43;
  background-color: #dfffd4;
}

.process-count-item.primary-bg .process-number::before {
  border-color: transparent transparent #d5f9c9 transparent;
}

.progress-section .row {
  justify-content: center;
}

.process-count-item.ternary-bg {
  /* width: 50%; */
  margin: 0 auto;
  margin-top: 55px;
  /* justify-content: center; */


}

/* .process-count-item.ternary-bg .process-number {
color: #a1a1a1; */
/* color: #005ea0;
  background: linear-gradient(191deg, #65c529, #1477bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 


  color: #dfffd4;
  background-color: #6eb740;
  color: #73bf43;
  background-color: #e1f3ff;
}*/

.process-count-item.ternary-bg .process-number::before {
  border-color: transparent transparent #d4eeff transparent;
}

.composition-7-new {
  top: -80px;
}

.offset-lg-1.offset-lg-1-new {
  margin-top: 100px;
}

.social-engagement-section .composition-7-border {
  background: transparent;
}

/* --------acc-res----- */

.img-size-big {
  width: 85%;
  margin: 0 auto;
  height: 400px;
  border: 1px solid #f3f3f3;
  border-radius: 10px;

}

.acc-res-images {
  width: 100%;
  /* max-width: 1100px; */
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}

.acc-res-images .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.acc-res-swiper {
  position: relative;
}

.acc-res-images .swiper-navigation {
  position: absolute;
  top: 60%;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  z-index: 10;
  width: 100%;
  transform: translatey(-50%);
}

.residential-facilities-section .content-area {
  position: relative;
  overflow: hidden;
  width: 70%;
  margin: auto;
  padding: 40px;
  background-color: #e1f3ff;
  background-color: #0063a7;
  top: -60px;
  border-radius: 10px;
  z-index: 99;
}

.residential-facilities-section h3 {
  margin-bottom: 35px;
}

.residential-facilities-section .content-area p {
  color: #fff;
  text-align: center;
}

.content-area h6 {
  text-align: center;
  margin-bottom: 35px;
  color: #0063a7;
  color: #fff;

  /* color: transparent; */
  /* -webkit-text-stroke: 1px #72be42; */
  font-size: 30px;
}

/* .residential-facilities-section .content-area::before  */

.r-facilities-illust {
  position: absolute;
  width: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 0.05;
  top: 0;
  left: 0;
  z-index: -1;
}

.security-section .inner-list {
  width: 90%;
}

.security-section h3 {
  margin-bottom: 35px;
}

/* --sport fitness section--- */

.sports-fitness-section {
  position: relative;
  background: linear-gradient(to top left, #05579e 71%, #5fa732 96%);
  overflow: hidden;
  z-index: 22;
}

.sports-fitness-section::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../imgs/products/wood-pattern.png);
  height: 100%;
  width: 100%;
  background-position: left top;
  top: 0;
  opacity: 0.02;
}

.sports-fitness-section p {
  color: #fff;
}

.sports-fitness-section h3 {
  color: #fff;
  margin-bottom: 25px;
}

.sports-left-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sports-right-wrapper {
  width: 100%;
  height: 100%;
  height: 660px;
  position: relative;
  overflow: hidden;
}

.sports-shine-line-top {
  position: absolute;
  top: -21%;
  left: 9%;
  width: 26%;
  rotate: 180deg;
}

.sports-dot-bg {
  position: absolute;
  top: 60%;
  left: 36%;
  width: 52%;
  transform: translate(-50%, -50%);
}

.sports-shine-line-bottom {
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 26%;
}

.sports-shape-rect {
  position: absolute;
  top: 25%;
  left: 16%;
  width: 27%;
}

.sports-man {
  position: absolute;
  top: 50%;
  left: 55%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.sports-ball {
  position: absolute;
  bottom: 22%;
  left: 26%;
  width: 12%;
  transition: transform 0.3s;
  animation: rotateBall 4s linear infinite;
}

.sports-arrow {
  position: absolute;
  bottom: 25%;
  left: 12%;
  width: 7%;
  animation: arrowMove 2s ease-in-out infinite;
}

/* .sports-fitness-section:hover .sports-ball {
  animation: wiggle 0.5s ease-in-out infinite;
} */

@keyframes rotateBall {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes wiggle {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(5px, -5px) rotate(10deg);
  }

  50% {
    transform: translate(5px, 5px) rotate(-10deg);
  }

  75% {
    transform: translate(3px, -3px) rotate(5deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  /* 0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  } */
}

@keyframes arrowMove {
  0% {
    left: 9%;
    opacity: 0.6;
  }

  50% {
    left: 12%;
    opacity: 1;
  }

  100% {
    left: 9%;
    opacity: 0.6;
  }
}

/* .sports-cutout-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sports-cutout-img img{
  max-width: 80%;
}

.main-sports-full {
  max-width: 90%;
} */

/* -----Township Facilities end------ */

/* ------------Sustainability Overview Page------- */

.tree-info {
  position: relative;
}

.tree-info-box {
  width: 72%;
  background-color: #e7f5ff;
  margin-bottom: 20px;
  /* color: #fff; */
  padding: 19px 38px;
  border-radius: 103px;
  display: flex;
  min-height: 179px;
  align-items: center;
  position: relative;
}

.tree-count {
  font-size: 53px;
  font-weight: 700;
  margin-right: 35px;
  color: #0063a7;
}

.tree-left h3 {
  margin-bottom: 20px;
}

.tree-info-box ul {
  margin-bottom: 0;
  padding-left: 26px;
}

/* .tree-info .tree-info-box:nth-child(2) ul {
   grid-template-columns: repeat(2, 1fr);
   column-count: 2 !important;
   display: grid !important;
   gap: 0px 62px;
 } */
/* .tree-info .tree-info-box:nth-child(3) ul {
  grid-template-columns: repeat(2, 1fr);
  column-count: 2 !important;
  display: grid !important;
  gap: 0px 62px;
} */

.tree-info h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.tree-info .tree-info-box:nth-child(1) {
  margin-left: 204px;
}

.tree-info .tree-info-box:nth-child(2) {
  margin-left: 164px;
}

.tree-info .tree-info-box:nth-child(3) {
  margin-left: 112px;
}

.tree-info-box:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 33px 43px 17px 0;
  border-color: transparent #e7f5ff transparent transparent;
  transform: rotate(0deg);
  left: -8px;
  top: 57%;
  rotate: -10deg;
  transform: translate(-50%, -50%);
}

.tree-info .tree-info-box:nth-child(3):before {
  left: 16px;
  rotate: 332deg;
  top: 70%;
}

.tree-info .tree-info-box:nth-child(2):before {
  left: 16px;
  rotate: 332deg;
  top: 70%;
}

.tree-info ul li {
  list-style: disc;
}

.tree-img {
  position: absolute;
  left: -62px;
  top: -31px;
  width: 293px;
}

.s-content ul {
  padding: 0;
  margin-top: 16px;
}

.s-content .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* -------------------------- */

.sustain-goals-section h3,
.sustain-goals-section h5 {
  color: #fff;
  color: #000;
}


.sustain-goals-section h5 {
  font-size: 21px;
}

.sustain-goals-section p {
  margin-bottom: 15px;
}

.tree-left {
  margin-right: 30px;
}

.swiper-goals-section {

  /* width: 85%; */
  margin: 0 auto;
  margin-bottom: 70px;
  /* padding: 20px 0; */
}


.swiper-goals-section .swiper-slide {
  width: 370px;
  /* Card width */
}

.info-box-new {
  /* background: #fff; */
  background: #0466a9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease;
  border: 1px solid #ffffff4f;
}

.info-box-new .info-cvr-img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  display: block;
  overflow: hidden;
}

.info-cvr-img img {
  height: 100%;
  transition: 0.5s all;
}

.info-box-new-heading {
  padding: 20px;
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-small-icon {
  width: 60px;
  height: 100%;
  margin-bottom: 25px;
  filter: invert(54%) sepia(84%) saturate(429%) hue-rotate(51deg) brightness(95%) contrast(92%);

}

.info-box-new-heading h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}


.info-box-new:hover .info-cvr-img img {
  transform: scale(1.1);
}

/* --Sustainability Overview end---- */

.sustain-esg-section {
  position: relative;
  background: rgb(234 245 255);
}

.esg-bg {
  width: 100%;
  opacity: 0.5;
  position: relative;
}

.sec-header-mb {
  margin-bottom: 35px;
}

.goals-wrapper {
  margin-bottom: 45px;
}

.sustain-goals-section .goals-box {
  position: relative;
  padding: 30px;
  min-height: 265px;
  background-color: #ecf6ff;
  border-radius: 10px 50px 10px;
  margin-bottom: 45px;
}

.sustain-goals-section .goals-box h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0063a7;
  /* margin-right: 100px; */
  line-height: 33px;
}

.sustain-goals-section .icon-circle {
  position: absolute;
  bottom: -25px;
  left: -15px;
  background-color: #73bf43;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sustain-goals-section .icon-circle img {
  width: 40px;
}

.sustain-goals-section .leaf-icon {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  opacity: 0.9;
}

.mis-val-about .inner-list ul li:last-child,
.mis-val-about .inner-list ul {
  margin-bottom: 0;
}

/* --esg approach--- */
.esg-approach-section {
  /* padding: 0px 20px; */
  /* background: #fff; */
  position: relative;
  padding-bottom: 0;
}

.esg-approach-section .esg-para {
  text-align: center;
  margin-bottom: 40px;
}

.esg-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
  gap: 15px;
  /* flex-direction: row; */
  flex-wrap: wrap;
}

.esg-container {
  /* padding: 0 130px; */
  margin-bottom: 45px;
  position: relative;
}

.esg-container .esg-row:nth-of-type(1) {
  margin-right: 50px;
  margin-left: 50px;
}

.esg-box {
  width: 49.4%;
  background: #ecf6ff;
  background: #ffffff;
  padding: 40px;
  border-radius: 100px 0 0 0;
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  min-height: 280px;
  float: left;
}

.esg-box:hover .icon-div.icon-div-healthcare img {
  transform: rotatey(180deg);
}

.esg-box:nth-child(1) {
  border-radius: 0 100px 0 100px;
}

.esg-box:nth-child(2) {
  border-radius: 100px 0 100px 0px;
}

.esg-box:nth-child(3) {
  border-radius: 0 100px 0 100px;
}

.esg-box:nth-child(4) {
  border-radius: 100px 0 100px 0px;
}

.top-left {
  border-radius: 0 100px 0 100px;
}

.top-right {
  border-radius: 100px 0 100px 0px;
}

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

.bottom-right {
  border-radius: 100px 0 100px 0px;
}

.esg-box h5 {
  margin-left: 20px;
  font-size: 27px;
  font-weight: 700;
  color: #0063a7;
}

.esg-box p {
  margin: 0 auto;
}

.esg-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e60e33;
  color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  font-size: 29px;
  letter-spacing: 2px;
  font-style: italic;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 99;
  border: 12px solid #85e14a;
}

.esg-circle span {
  font-size: 12px;
  font-weight: normal;
  margin-top: 4px;
}

/* -------Sustainability esg Section End------  */


/* ----------Occupational health and safety---------- */

.about-health .content-last {
  width: 80%;
  margin: 44px auto 0;
  /* margin: 44px 230px 0px 230px; */
}

.health-safe-wrapper {
  margin-top: 70px;
}

.health-safe-wrapper .health-block {
  padding-bottom: 3rem;
}

.health-safe-wrapper .health-block.last-block {
  padding-bottom: 0;
}

.health-safe-wrapper .section-number {
  position: absolute;
  top: -65px;
  right: 20px;
  font-size: 85px;
  color: rgba(0, 0, 0, 0.05);
  font-weight: 700;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1px #72be42;
  /* -webkit-text-stroke: 1px #d3d3d396; */
}

.health-block {
  background-color: #f3f9ff;
  border-radius: 10px;
  padding: 29px;
  margin-bottom: 80px;
  min-height: 330px;
  min-height: 245px;
  border-left: 2px solid #77c148;
  border-bottom: 2px solid #77c148;
}

.health-safe-wrapper h5,
.health-safe-wrapper p {
  position: relative;
  z-index: 1;
}

.health-safe-wrapper h5 {
  margin-bottom: 25px;
  font-size: 27px;
  color: #0063a7;
  /* width: 80%; */
  /* min-height: 63px; */
}


.health-box {
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
  margin-top: 33px;
  background-color: #fff;
  /* padding: 40px 30px; */
  padding: 25px;
  position: relative;
  /* min-height: 390px; */
  min-height: 405px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.health-safe-wrapper .row .col-12:nth-child(1) .health-box,
.health-safe-wrapper .row .col-12:nth-child(2) .health-box,
.health-safe-wrapper .row .col-12:nth-child(3) .health-box {
  margin-top: 0;
}

.health-icons img {
  width: 65px;
  /* width: 50px; */
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.health-box:hover .icon-div img {
  transform: rotateY(180deg);
}

/* .health-box:hover .health-icons img {
    transform: rotateY(180deg);
  } */

.health-box:hover {
  transform: translateY(-5px);
}

.health-box:hover .icon-div::before {
  background-color: #f3f3f3;
}

.health-icons {
  margin-bottom: 10px;
}

.health-box-content h3 {
  font-size: 21px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 12px;

}


.health-section-sustainability .sub-head {
  width: 70%;
  line-height: 50px;
  padding-top: 0;
}

.health-section-sustainability .info-text h4 {
  min-height: 60px;
}


.health-stetho {
  width: 15%;
  position: absolute;
  right: 200px;
  bottom: 193px;
  /* width: 190px; */
  opacity: 0.4;
  animation: stethoMove 12s linear infinite;
}

/* ----------Occupational health and safety End---------- */

/* ------------teams--------------- */
.teams-box {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

/* .teams-box::before {
   position: absolute;
   content: '';
   width: 100%;
   height: 2px;
   background-color:#ffffff;
   z-index: 2;
   bottom: 70px;
   left: 0;
   z-index: 1;

 } */

.t-img-shape {
  position: absolute;
  bottom: -120px;
  left: -15px;
  right: 0;
  height: 84%;
  width: calc(100% + 11%);
  background: transparent;
  border: 3px solid #e6e6e6;
  z-index: -1;
  display: none;
  border-radius: 5px;
  transition: all 0.5s ease;
}

/* .teams-box:hover .t-img-shape {
   border: 3px solid #0063a7;
 } */

.teams-box:hover .team-content h5 {
  /* color: #0063a7; */
  color: #65bb2e;
}

.t-img-shape img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.heading-btm-gap {
  margin-bottom: 45px;
}

.peoples-img {
  border-radius: 8px;
}

/* .team-content {
   text-align: center;
   position: relative;
   padding: 20px 0;
   min-height: 120px;
   display: flex;
   flex-direction: column;
   justify-content: center;

 } */
.team-content {
  position: relative;
  /* width: 86%; */
  border-radius: 5px;
  /* left: 20px; */
  /* margin: 0 auto; */
  /* background: #ffffff; */
  padding: 12px 0px;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.team-content p {
  line-height: 23px;
  font-weight: 500;
  color: #7a7a7a;
}

.team-content h5 {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  color: #0063a7;
  cursor: pointer;
}

.teams-cont {
  position: relative;
  width: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 1;
}

.teams-cont::before {
  position: absolute;
  content: '';
  background-color: #dce0df;
  height: 94%;
  bottom: 0;
  left: -5px;
  z-index: -1;
  width: 100%;
  left: 0;
  clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
}

.social-profile {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 8px;
}

/* 
 .social-profile:before,
 .social-profile:after {
   height: 50%;
   width: 50%;
   position: absolute;
   content: '';
   background-color: #082d5af0;
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
   opacity: 0;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
 } */

/* .social-profile:after {
   bottom: 0;
   right: 0;
   -webkit-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
   transform-origin: 0 0;
 }

 .social-profile:before {
   top: 0;
   left: 0;
   -webkit-transform-origin: 100% 100%;
   -ms-transform-origin: 100% 100%;
   transform-origin: 100% 100%;
 }

 .social-profile span:before,
 .social-profile span:after {
   width: 50%;
   height: 50%;
   position: absolute;
   content: '';
   background-color: #082d5af0;
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
   opacity: 0;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
 } */

/* .social-profile span:before {
   top: 0;
   right: 0;
   -webkit-transform-origin: 0 100%;
   -ms-transform-origin: 0 100%;
   transform-origin: 0 100%;
 }

 .social-profile span:after {
   bottom: 0;
   left: 0;
   -webkit-transform-origin: 100% 0;
   -ms-transform-origin: 100% 0;
   transform-origin: 100% 0;
 } */

.social-profile img {
  width: 30px;
  opacity: 1;
  position: absolute;
  top: 68px;
  right: 10px;
  z-index: 99;
  transition: all 0.5s ease;
  cursor: pointer;
}

/* 
 .teams-box:hover .social-profile:before,
 .teams-box:hover .social-profile:before,
 .teams-box:hover .social-profile:after,
 .teams-box:hover .social-profile span:before,
 .teams-box:hover .social-profile span:before,
 .teams-box:hover .social-profile span:after,
 .teams-box:hover .social-profile span:after {
   -webkit-transform: rotate(0);
   transform: rotate(0);
   opacity: 0.8;
 } */

/* .teams-box:hover .social-profile img {
   opacity: 1;
   width: 46px;
 } */

.cstm-tab {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bod-tabs {
  padding: 0;
  display: flex;
  margin-bottom: 52px;
  display: flex;
  justify-content: space-around;
  height: 54px;
  background: #F4F5F7;
  border: 1px solid rgba(151, 151, 151, 0.0551792);
  border-radius: 50px;
  align-items: center;
  width: 55%;
  overflow: hidden;
}

.bod-tabs li {
  flex: 1;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  background: inherit;
  border: none;
}

.bod-tabs li button {
  font-weight: 600;
  font-size: 20px;
  /* line-height: 1.4rem; */
  /* text-transform: uppercase; */
  color: inherit !important;
  flex: 1;
  text-align: center;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.bod-tabs .nav-link.active {
  background: radial-gradient(45.95% 45.95% at 100% 0, rgba(255, 255, 255, 0.28) 0, rgba(255, 255, 255, 0.0001) 100%), linear-gradient(246deg, rgb(0 99 167) 31.67%, rgb(108 188 57) 83.85%);
  box-shadow: none;
  border-radius: 26.5px;
  color: #fff !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.bg-shape {
  position: relative;
  width: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 1;
}

.bg-shape::before {
  /* position: absolute;
   content: '';
   background-color: #ffffff;
   height: 110px;
   left: -5px;
   rotate: 7deg;
   top: -44px;
   z-index: -1;
   width: calc(100% + 4%); */

  position: absolute;
  content: '';
  background-color: #dce0df;
  height: 100%;
  bottom: 0;
  left: -5px;
  z-index: -1;
  width: 100%;
  left: 0;
  clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);
}

.bg-shape img {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ceo-cont {
  margin-left: 20px;
  margin-top: 30px;
}

.ceo-cont h3 {
  margin-bottom: 0px;
  color: #1665a8;
  margin-top: 55px;
  font-size: 29px;
}

.modal-desc {
  line-height: 23px;
  font-weight: 500;
  /* color: #9b9c9c; */
  /* color: #525252; */
  color: #262626;
  font-size: 18px;
}

.modal .social-profile {
  display: none;
}

.ceo-cont h5 {
  font-size: 27px;
  margin-top: 35px;
  margin-bottom: 3px;
}

.ceo-cont .deg {
  color: #65bb2e;
  font-size: 17px;
  margin-bottom: 20px;
}

#board {
  position: relative;
}

/* ----button---- */
.btn-read-more {
  text-decoration: none;
  font-size: 17px;
  /* letter-spacing: 0.5px; */
  font-weight: 500;
  user-select: none;
  color: #222223;
  display: flex;
  align-items: center;
}

.btn-read-more .arrow {
  margin: 0;
  margin-right: 10px;
  height: 2px;
  width: 23px;
  position: relative;
  background: #222223;
  transition: width 0.2s ease;
  margin-left: 0;
}

.btn-read-more .arrow::before,
.btn-read-more .arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #222223;
  height: 0.1rem;
  width: 0.6rem;
}

.btn-read-more .arrow::before {
  transform: rotate(45deg);
  transform-origin: right bottom;
}

.btn-read-more .arrow::after {
  transform: rotate(-45deg);
  transform-origin: right top;
  left: auto;
}

.btn-read-more:hover .arrow {
  width: 35px;
  background: #73bf43;
}

.btn-read-more:hover .arrow::before {
  background: #73bf43;
}

/* ---Press Release Details---- */
.press-heading-inner {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 13px;
}

.publish-date {
  font-size: 17px;
  color: #e60e33;
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
}

.press-releases-details p {
  margin-top: 23px;
}

.press-releases-details p:first-of-type {
  margin-top: 0;
}

.press-releases-details p strong {
  font-weight: bolder;
  color: #e60e33;
}

.press-releases-details img {
  /* width: 500px;
   height: 500px;
   border-radius: 10px;
   object-fit: cover; */

  border-radius: 10px;
  object-fit: cover;
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 25px;
  max-width: 100%;
  height: auto;
}


/* 
 .press-releases-details p:has(img) {
   display: flex;
   align-items: center;
 } */

/* .press-releases-details p>img:only-child {
   display: block;
   width: 75%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   margin-bottom: 25px;
   max-width: 100%;
   height: auto;
 } */

.boiler-plate-wrapper h6 {
  font-size: 24px;
  margin-top: 45px;
  margin-bottom: 15px;
}

.boiler-plate-wrapper p {
  color: #8b8b8b;
}

.boiler-plate-wrapper a {
  color: #65ca32;
}

/* .inner-list.press-relase-lists {
   margin-top: 25px;
 }

 .inner-list.press-relase-lists ul li:before {
   left: -31px;
   width: 19px;
   height: 19px;
   top: 4px;
   background-size: contain;
 }

 .inner-list.press-relase-lists ul li {
   color: #494949;
 } */

.press-releases-details ul {
  margin-top: 25px;
}

.press-releases-details ul li:before {
  content: '';
  position: absolute;
  left: -35px;
  background: url(../imgs/check-mark-green.png) no-repeat 0 0;
  left: -31px;
  width: 19px;
  height: 19px;
  top: 4px;
  background-size: contain;
}

.press-releases-details ul li {
  position: relative;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 12px;
  color: #494949;
}

/* --------------press releases----------------- */

.card-awards-left.press-box {
  height: 100%;
  width: 100%;
  background: inherit;
  /* padding: 20px 20px; */
  border-radius: 15px;
  /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
  position: absolute;
  height: 100%;
  width: 100%;
  top: -25px;
  /* left: 0; */
  z-index: 9;
  background: #fff;
  transition: all 0.3s;
}

.card-awards-left.press-box h6 {
  /* line-height: 30px;
   font-size: 22px;
   color: #000;
   font-weight: 500; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 35px;
  line-height: 28px;
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

.press-container {
  /* background: #ffffff; */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.press-container:hover .press-box {
  top: -35px;
}

.wh-div {
  /* height: 258px; */
  height: 190px;
  position: relative;
  background: #fff;
}

.qr-share {
  display: flex;
  align-items: center;
}

/* 
 .news-read-more {
   display: flex;
   align-items: center;
   justify-content: space-between;
 } */
.press-container .news-read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 99;
}

.qr-code-icon img {
  width: 24px;
  position: relative;
}

.qr-code-icon::before {
  content: '';
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dcdcdd;
}

.press-left-img {
  /* padding: 20px; */
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.press-left-img img {
  border-radius: 5px;
}

.card-awards-left.press-box .share-icon-gradient::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #d5d4d4;
  top: 0;
  left: -13px;
}

.ani-img {
  position: absolute;
  top: -58px;
  left: -87px;
  z-index: -2;
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.ani-img img {
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  opacity: 0.6;
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.committees-h h3 {
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 15px;
  background-color: #ffffff;
  color: #0063a7;
}

.committees-h {
  position: relative;
  width: 100%;
}

.committees-h::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ebe9e9;
  right: 0;
  top: 25px;
  z-index: -1;
}


#wrapper {
  margin: 0 auto;
  display: block;
  width: 960px;
}

.pagination .page-numbers {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background: #e5e6e7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  font-size: 18px;
  font-weight: 600;
}

.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pagination .page-numbers.current {
  background-color: #4caf50;
  color: #fff
}

.pagination .page-numbers:hover:not(.current) {
  background-color: #f3f3f3;
}



#pagination li a {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background: #e5e6e7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  font-size: 18px;
  font-weight: 600;
}

#pagination {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* #pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
    
} */
#pagination li a.active {
  background-color: #4caf50;
  color: #fff
}

#pagination li a:hover:not(.active) {
  background-color: #f3f3f3;
}

.year-list-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.year-list-wrapper {
  display: flex;
  align-items: center;
}

.year-list-wrapper .prev-year {
  height: 52px;
  width: 20px;
  background-color: #bedff6;
  cursor: not-allowed;
  z-index: 999;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 4px 0px 0px 4px;
  margin: 0;
}

.year-list-wrapper .next-year {
  height: 52px;
  width: 20px;
  background-color: #bedff6;
  cursor: not-allowed;
  z-index: 999;
  position: absolute;
  top: 15px;
  right: 0;
  border-radius: 0 4px 4px 0px;
  margin: 0;
}

.mb-35-search {
  margin-bottom: 35px;
}


.close-search {
  background: #f3f3f3 url(../imgs/close-search.png) no-repeat center !important;
}

.year-listing {
  display: flex;
  scroll-behavior: smooth;
  white-space: nowrap;
  background: #F4F5F7;
  border-radius: 4px;
  padding: 0 20px;
  margin: 15px 0px 30px 0px;
  list-style: none;
  width: 100%;
  position: relative;
}

.year-listing.show-scroll {
  overflow-x: auto;
}

.year-listing::-webkit-scrollbar {
  display: none;
}

.year-listing li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  font-weight: 600;
  font-size: 18px;
  color: #403d3d;
  border-right: 1px solid #eae9e9;
  text-decoration: none;
  transition: all .2s ease-in;
}

.year-listing li a.active {
  background: linear-gradient(246deg, rgb(0 99 167) 31.67%, rgb(108 188 57) 83.85%);
  color: #ffffff;
}

.year-listing li:hover a {
  background: linear-gradient(246deg, rgb(0 99 167) 31.67%, rgb(108 188 57) 83.85%);
  color: #ffffff;
}

.prev-year,
.next-year {
  background: #72bf44;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 5px;
  top: 27px;
}

.prev-year img,
.next-year img {
  width: 13px;
}

.prev-year {
  position: absolute;
  background: transparent;
  left: 0;
  padding: 0;
}

.next-year {
  position: absolute;
  background: transparent;
  right: 0;
  padding: 0;
}

.innerPage-section-padding {
  padding-top: 85px;
  padding-bottom: 85px;
}

.news-clp {
  padding: 20px;
  background: #ffffff;
}

.news-clp img {
  border: 2px solid #7bc24e;
}

.news-clp-box {
  height: calc(100% + 25px) !important;
  background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(229 247 255) 100%) !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.press-container:hover .news-clp-box {
  height: calc(100% + 35px) !important;
}

.wh-div .share-icon-gradient {
  border-left: 0;
}

/* -----------CSR------------- */
.acrdn-style {
  margin-top: 35px;
}

.acrdn-style button h6 {
  font-size: 24px;
  font-weight: 600;
}

.round-green {
  background-color: #6cbc39;
  margin-right: 20px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 240px;
  gap: 25px;
  width: 100%;
  margin-top: 30px;
}

.sts-data-left .figure-content p {
  margin: 0px !important;
  min-height: 60px;
}

.csr-imgs {
  margin-top: 40px;
  text-align: center;
}

.crs-subheading {
  margin-bottom: 40px !important;
}

.image-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius: 10px;
}

.image-item a {
  width: 100%;
  height: 100%;
}


.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.image-item:hover img {
  transform: scale(1.05);
}

.image-item.large {
  grid-row: span 2;
  grid-column: span 2;
}

.content-p-mb p {
  margin-bottom: 15px;
}

.content-p-mb strong {
  font-size: 18px;
}

.content-p-mb h3 {
  margin-bottom: 20px;
}

.regular-content h2 {
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 10px;
}

.regular-content h3 {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 10px;
}

.regular-content p {
  margin-bottom: 20px;
}

.image-grid-2 {
  width: 100%;
  border-radius: 15px;
  margin-left: 20px;
  position: relative;
}

.border-radius {
  border-radius: 15px;
}

.separator-line {
  width: 100%;
  height: 1px;
  margin: 35px 0;
  background-color: #d9f0ff;
}

.grid-img-section {
  margin-top: 40px;
}

.upr-img {
  width: 70%;
  height: 245px;
  border-radius: 15px;
  position: absolute;
  bottom: -80px;
  left: -108px;
  z-index: 9;
}

.shape-img-b {
  border-radius: 15px;
  border-bottom-left-radius: 0;
  overflow: hidden;
}

.upr-img::before {
  content: '';
  position: absolute;
  width: 204px;
  height: 1px;
  background-color: #6e6e6e;
  left: -59px;
  bottom: 12px;
  z-index: 2;
}

.upr-img::after {
  content: '';
  position: absolute;
  height: 177px;
  width: 1px;
  background-color: #6e6e6e;
  left: -26px;
  bottom: -14px;
  z-index: 2;
}

.upr-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.sts-data-left {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 60px;
  position: relative;
}

.sts-data-left:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #d9f0ff;
  top: 0;
  left: 50%;
}

.sts-data-left:after {
  position: absolute;
  content: '';
  height: 40px;
  width: 40px;
  background-color: #fdfdfd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
}

.sports-content-s p {
  margin: 0 !important;
}

/* ---------counter vertical----- */
.counter-item span {
  min-height: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #70716f;
  display: inline;
}

.counter-item {
  display: inline-block;
  text-align: center;
}

.sts-data-left .icon-div::after {
  display: none;
}

.sts-data-left .icon-div {
  padding-left: 0;
}

.counter-item h3,
.counter-item h3 .vertical-counter-number {
  margin-bottom: 7px;
  font-size: 43px;
  color: #0063a7;
  line-height: 45px;
  font-weight: 800;
  height: 45px;
}

.vertical-counter-number {
  display: inline-flex;
  align-items: center;
  height: 45px;
  overflow: hidden;
  position: relative;
}

.vertical-counter-number ul {
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.8s ease-in-out;
  position: absolute;
  width: 100%;
  display: flex;
}

.vertical-counter-number li {
  height: 45px;
  line-height: 45px;
  font-size: 43px;
  text-align: center;
  display: inline-block;
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
}

.vertical-counter-number li.active {
  transform: scale(1);
}


/*--------------------- */


/* ------------Social slide new---------- */
.horizontal-scroll-section {
  width: 100%;
  height: calc(100vh - 274px);
  position: relative;
}

.horizontal-wrapper {
  display: flex;
  height: 100%;
}

.panel {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.horizontal-scroll-section .content {
  position: relative;
}

.horizontal-scroll-section .content h3 {
  padding-left: 0;
}

.horizontal-scroll-section .content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.horizontal-scroll-section .social-img-content {
  top: 0px;
  right: 452px;
}

.text-content {
  margin-top: 20px;
}

.horizontal-scroll-section .circle-an {
  width: 430px;
  height: 430px;
  background: #d7ebf9;
  top: -101px;
  left: -1px;
  z-index: -1;
}


/* ------------------------------------ */

.circular-img {
  position: absolute;
  top: 51px;
  right: 17px;
  background: #d8f7c8;
  /* background: radial-gradient(circle, rgb(255 255 255) -36%, rgba(0, 99, 167, 1) 82%); */
  height: 210px;
  width: 210px;
  border-radius: 50%;
  z-index: -1;
}

.for-circle-shape .circular-img {
  top: -13px;
  right: 35px;
  height: 275px;
  width: 275px;
}

.circular-img img {
  position: absolute;
  width: 286px;
  bottom: 0;
  left: -18px;
}

.r-shape {
  position: absolute;
  left: 35px;
  bottom: 0;
  height: 71%;
  width: 56%;
  background-color: #d5eaf8;
  z-index: -1;
  border-top-right-radius: 46%;
  border-top-left-radius: 46%;
}

.r-shape.edu-sh {
  right: 20px;
  left: auto;
  height: 47%;
  width: 34%;
  top: 104px;
}

.circular-img.edu-sh {
  top: 40px;
  left: 10px;
  height: 275px;
  width: 275px;
}

.h-buyNow {
  margin-right: 1.5rem;
}

.h-buyNow:hover img {
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }
}

.h-buyNow p {
  color: #fff !important;
  font-size: 14px;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding-left: 7px;
}

.h-buyNow img {
  transition: scale 400ms ease-in-out, rotate 400ms ease-in-out;
}

.active-menu .h-buyNow p {
  color: #0f0f0f !important;
}

.navbar.nav-scroll .h-buyNow p {
  color: #0f0f0f !important;
}

.sts-social-impact {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.sts-social-impact h4,
.sts-social-impact h5 {
  display: flex;
  align-items: center;
  font-size: 32px;
  margin-bottom: 0;
  color: #0063a7;
  font-weight: 800;
  margin-right: 10px;
}

.sts-social-impact-div {
  margin-right: 40px;
  display: flex;
  position: relative;
  align-items: center;
}

.sts-social-impact img {
  width: 55px;
  margin-right: 10px;
}

.flex-box {
  display: flex;
  align-items: baseline;
}

.sts-social-impact span {
  color: #494949;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin-left: 3px;
}

.social-cutImg-container {
  width: 100%;
  position: relative;
  background: #ffff;
  padding-top: 120px;
  /* height: 643px; */
}

/* .social-cutImg-container:before{
  position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 8px solid #6acd38;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
} */

.social-cutImg-container img {
  position: relative;
  z-index: 2;
}

.social-img-content {
  position: absolute;
  top: 25px;
  right: 121px;
  width: 424px;
  z-index: 9;
}

.circle-an {
  position: absolute;
  width: 490px;
  height: 490px;
  background: #d7ebf9;
  top: 34px;
  left: 0px;
  border-radius: 50%;
  z-index: 1;
  transition: all 1s ease;
}

/* .circle-an {
  position: absolute;
  width: 530px;
  height: 260px; 
  background: #6acd38;
  top: 34px;
  left: 0px;
  border-bottom-style: none;
  border-radius: 530px 530px 0 530px;
  z-index: 1;
  transition: all 1s ease;
} */
.trigger-div {
  padding-bottom: 120px;
  width: 100%;
}

.social-img-content h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.social-img-content span {
  color: #6acd38;
  font-weight: 800;
  font-size: 47px;
  margin-top: 4px;
}

.social-content-right .sp-badge,
.social-content-right button {
  background: transparent;
  margin-bottom: 15px;
  color: #05579e;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 13px;
  border: none;
  border-radius: 20px;
  position: relative;
  border: 1px solid #05579e;
  cursor: auto;
  display: flex;
  line-height: normal;
}

.social-icon a img {
  width: 18px;
}

.social-content-right button:hover {
  background: #05579e;
  color: #ffffff;
}

.social-content-right .sp-badge:hover,
.social-content-right .button:hover {
  background-color: #05579e;
  color: #fff;
}

.btm-know-more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0063a7;
  width: 70px;
  height: 70px;
  border-left-style: none;
  cursor: pointer;
}

.btm-know-more:hover {
  background-color: #e60e33;
}

.social-content-swiper {
  padding: 6px;
}

.btm-know-more::before {
  content: '';
  position: absolute;
  width: 72px;
  height: 124px;
  left: -22px;
  bottom: -3px;
  rotate: 39deg;
  background-color: #ffffff;
}

.btm-know-more svg {
  margin-left: 37px;
  margin-top: 25px;
}

/* .social-img-content button::before{
  position: absolute;
  content: '';
  left: -40px;
  top: 10px;
  height: 190px;
  width: 690px;
  background-color: #f7f7f7;
  z-index: -1;
} */
/* .social-slider{
  overflow: hidden;
} */

/* .social-slides .social-slider {
  position: relative;
   width: 100%;
   height: 100vh;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}

.social-slides .social-div  {
  position: absolute;
   width: 80%;
   text-align: center;
   opacity: 0;
   transform: translateY(50px);
   transition: opacity 1s ease-in-out, transform 1s ease-in-out;
   z-index: 0; 
}

.social-slides .social-div:first-child {
  opacity: 1;
  transform: translateY(0);
  z-index: 10; 
} */





/* Backgrounds for each slide */
/* .slide1 {
  background-image: url("assets/imgs/social-impact-imgs/Group-1.png");
}

.slide2 {
  background-image: url("assets/imgs/social-impact-imgs/Group-2.png");
}

.slide3 {
  background-image: url("assets/imgs/social-impact-imgs/Group-3.png");
} */

/* ----------photo gallery------- */

.f-carousel__nav .f-button {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 2px solid #85c75b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
  color: #52b321 !important;
  cursor: pointer;
}

.magnifier {
  width: 40px !important;
}

.photo-glry-section {
  margin-top: 150px;
  /* background-color: #f4f5f5;
   background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(173 212 230 / 60%) 100%);
   background: radial-gradient(circle, rgb(221 237 245) 0%, rgb(241 244 245 / 60%) 100%); */
  position: relative;
}

.top-left-pht {
  position: absolute;
  width: 237px;
  top: 35px;
  opacity: 0.04;
  right: 226px;
}

.pht-cont {
  margin-top: -160px;
  z-index: 2;
  width: 1180px;
  position: relative;
}

.mt-195 {
  margin-top: -195px;
}

.pht-overlay {
  /* height: 100%;
   width: 100%; */
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  background: #0063a7b3;
  background: #80c555db;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in .1s;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.pht-outer:hover .pht-overlay {
  opacity: 1;
  visibility: visible;
}

.pht-overlay h6 {
  color: #fff;
  font-size: 22px;
  margin-top: 4px;
}

.pht-overlay a {
  text-align: center;
}

.photo-glry-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .pht-outer {
   width: 100%;
   height: 585px;
   margin-bottom: 40px;
   border-radius: 15px;
   position: relative;
   overflow: hidden;
 }

 .pht-outer img {
   height: 100%;
   object-fit: cover;
   border-radius: 10px;
 } */
.cutout-img {
  position: absolute;
  left: -34px;
  bottom: 107px;
}

/* @keyframes floatLeaf {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  25% {
    transform: translateX(10px) translateY(-10px) rotate(5deg);
  }
  50% {
    transform: translateX(-10px) translateY(5px) rotate(-5deg);
  }
  75% {
    transform: translateX(5px) translateY(-5px) rotate(3deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}
 .cutout-img img {
  animation: floatLeaf 5s ease-in-out infinite;
} */

/* --------grid-------- */
.img-dtl-grid .image-item.large {
  grid-row: span 2;
  grid-column: span 1;
}

/* --------grid--end------ */
.text-fld {
  width: 100%;
  min-height: 192px;
  text-align: center;
}

.text-fld h2 {
  margin-bottom: 32px;
  color: #0870b7;
  position: relative;
  display: inline-block;
}

.mt-200 {
  margin-top: 200px;
}

.mt-100 {
  margin-top: 100px;
}

.image-caption {
  background: rgb(0 0 0 / 64%);
  position: absolute;
  bottom: 20px;
  /* left: 20px; */
  color: #fff;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 18px;
}

.content-pp p {
  margin-bottom: 13px;
}

.content-pp {
  margin-top: 60px;
}

.content-pp p:last-child {
  margin-bottom: 0;
}

.text-left p {
  margin-top: 57px;
  font-size: 23px;
  line-height: 30px;
  /* width: 90%; */
  position: relative;
  display: inline-block;
  /* margin-left: 25px; */
}

.text-fld p::before {
  content: '';
  position: absolute;
  width: 30%;
  background-color: #6aba38;
  height: 2px;
  bottom: -20px;
  left: 35%;
}

/* -------------------- */

/* -----------empowerment--page---- */
.w-sh-img {
  width: 65%;
  position: absolute;
  top: 0px;
  z-index: -1;
  height: 100%;
  right: -172px;
  opacity: 0.6;
}

.img-fluid {
  border-radius: 10px !important;
}

.emp-box-outer p {
  line-height: 23px;
  margin: auto 15px;
}

.emp-box-outer .col-sm-4 {
  display: flex;
  justify-content: center;
}

.inner-page-overview {
  margin-top: 120px;
}

.women-emp-section.inner-page-overview {
  margin-top: 100px;
}

.inner-page-overview .women-emp-section {
  padding-bottom: 30px;
}

.initiative-div {
  position: relative;
  margin: 70px 0;
}

.initiative-div .core-points-box {
  margin-bottom: 35px;
  min-height: 174px;
  background: #0163a7;
  padding: 25px 25px;
  /* background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(224 245 255 / 60%) 100%); */
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.initiative-div .core-points-box::before {
  content: "";
  width: 283px;
  height: 574px;
  position: absolute;
  left: -236px;
  top: -200px;
  bottom: 0;
  rotate: 40deg;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  background-color: #1072b5;
}

.initiative-div .core-points-box:after {
  transition: all 0.3s ease-in-out;
  content: "";
  width: 138px;
  height: 262px;
  position: absolute;
  right: -70px;
  bottom: -100px;
  rotate: 40deg;
  background-color: #1072b5;
  z-index: 0;
}

.core-points-box:hover:after {
  right: -80px;
  bottom: -110px;
}

.core-points-box:hover:before {
  left: -210px;
  top: -210px;
}

.initiative-div .core-points-box:hover .core-points-logo {
  border: 3px solid #ffffff;
}

.initiative-div .core-points-logo {
  background: #ffffff !important;
  position: relative;
  z-index: 1;
}

.core-points-wrapper {
  position: relative;
  z-index: 1;
}

.initiative-div .core-point-title {
  font-size: 23px;
  color: #fff;
}

.initiative-div .core-points-about {
  color: #fcfcfc;
}

.sub-inr-heading {
  margin: 35px 0;
}

.emp-box-outer {
  margin-top: 53px;
}

.emp-volunteer p {
  margin: 0px !important;
  padding: 0px !important;
}

.empower-data {
  padding: 20px;
  text-align: center;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  /* border-left: 1px solid #ddd; */
}

.empower-data.border-b:first-of-type {
  border-bottom: none;
}

.border-b::before {
  position: absolute;
  content: '';
  height: 62%;
  width: 1px;
  top: 41px;
  left: -29px;
  background-color: #d2d2d2;
}

.blue-txt-2 {
  font-size: 22px;
  color: #0063a7;
  margin-top: 30px;
}

.h-auto {
  height: auto !important;
}

.mrt-30 {
  margin-top: 30px;
}

.empower-data .icon-div {
  padding-left: 0;
}

.empower-data h2,
.empower-data h2 span {
  margin-bottom: 8px;
  color: #0063a7;
  font-weight: 800;
  font-size: 38px;
  line-height: normal;
  min-height: auto;
}

.empower-data .icon-div::after {
  display: none;
}

.empower-data .icon-div img {
  margin-bottom: 14px;
}

.content-section {
  margin-top: 20px;
}

.content-section p {
  margin-bottom: 15px;
}

.content-section p:last-child {
  margin-bottom: 0;
}

.right-outer-div {
  position: relative;
  margin-left: 20px;
}

.right-outer-div .year-exp {
  background: #fff;
  padding: 20px 25px;
  border-radius: 6px;
  display: flex;
  box-shadow: 0 0 30px #0000001a;
  position: absolute;
  bottom: -23px;
  right: 32px;
  align-items: center;
  border-right: 6px solid #0063a7;
  animation: dzMove1 12s linear infinite;
}

.right-outer-div .year-exp i {
  color: #0063a7;
  margin-right: 25px;
}

.right-outer-div .year-exp .year {
  font-size: 37px;
  line-height: 1;
  margin: 0;
  font-weight: 800;
  color: #73bf43;
}

.right-outer-div .year-exp .text {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 21px;
  color: #141414;
  margin-left: 15px;
}

.women-emp-section .circular-img {
  position: absolute;
  top: -5px;
  right: -13px;
  height: 280px;
  width: 280px;
  border-radius: 50%;
  z-index: -1;
}

.women-emp-section .r-shape {
  left: 14px;
  bottom: 10px;
  height: 418px;
  width: 418px;
  border-radius: 50%;
}

.cut-img-w img {
  width: 100%;
}

.cut-img-w {
  height: 100%;
  position: relative;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

/* .cut-img-w::before {
   position: absolute;
   content: '';
   display: block;
   width: 98%;
   z-index: -1;
   height: 90%;
   background-color: #73bf43;
   border-radius: 50% 50% 50% 50% / 91% 84% 12% 63%;
   top: 8px;
   left: -20px;
   filter: drop-shadow(-12px 26px #0063a7) drop-shadow(-2px 1px #0063a7);
 } */

.right-outer-div {
  display: flex;
  justify-content: flex-end;
}

@keyframes dzMove1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }

  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes stethoMove {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(20px, 30px);
    transform: translate(20px, 30px);
  }

  50% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  75% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.impcat-data {
  position: relative;
  z-index: 1;
}

.impcat-data .row>* {
  padding-left: 21px;
  padding-right: 21px;
}

.data-empr {
  padding-right: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
  border-right: 1px dashed #63bfff;
  border-bottom: 1px dashed #63bfff;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: flex-start;
  /* background: #ffffff; */
  min-height: 115px;
}

.impcat-data .icon-empr {
  margin-right: 20px;
  background: #fff;
}

.impcat-data h4 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 25px;
  color: #1a1a1a;
  color: #fff;
}

.impcat-data p {
  line-height: 24px;
  color: #e5e4e4;
}


.empower-section2 {
  position: relative;
  background-color: #015086;
  /* background-image: url(../imgs/bg-img-1.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* .empower-section2::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgb(1 99 167 / 80%);
 } */

.empower-section2 h3 {
  width: 49%;
  /* margin-bottom: 40px; */
  color: #fff;
}

.csr-line-img {
  position: absolute;
  width: 538px;
  right: -354px;
  bottom: -109px;
  opacity: 0.2;
  /* filter: invert(1); */
  z-index: -1;
}

.center-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* max-width: 600px; */
  margin: 50px auto;
}

.card {
  min-height: 250px;
  background: white;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.icon-empr {
  width: 83px;
  height: 83px;
  background: #ecf7ff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wv-shape {
  width: 100%;
  height: 61px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}

/* Center the two cards in the second row */
/* .center-card {
  grid-column: 1 / span 3;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.center-card .card {
  width: 40%;
} */

.center-card {
  grid-column: span 2;
  display: flex;
  justify-content: center;
}

.center-card .card {
  width: 50%;
}

.icon-empr img {
  width: 50px;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.empower-section2 .card h4 {
  color: #232323;
  font-size: 24px;
  margin-bottom: 13px;
  margin-top: 10px;
  line-height: 28px;
}

.empower-section2 .card p {
  line-height: 24px;
  color: #878787;
  z-index: 1;
}



/* ---------------info------------------ */

ul.infoGraphic {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.infoGraphic li {
  position: relative;
  width: 100%;
  max-width: 23em;
  border-radius: 0.5em;
  padding: 0.5em;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
}

/* Number Styles */
.numberWrap {
  position: absolute;
}

.numberWrap .number {
  /* font-family: "Maven Pro", sans-serif; */
  font-size: 13em;
  font-weight: 900;
  color: #0063a7;
  width: 0.9em;
  text-align: center;
  transition: all 0.5s;
  opacity: 1;
}

/* .number.fontColor1 { color: blue; }
.number.fontColor2 { color: green; }
.number.fontColor3 { color: purple; }
.number.fontColor4 { color: gold; }
.number.fontColor5 { color: red; }
.number.fontColor6 { color: orangered; } */

/* Cover Wrap */
.coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 17em;
  height: 15em;
  left: -5px;
  top: 11px;
}

.numberCover {
  position: absolute;
  background: #fff;
  width: 18em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: all 0.4s;
}

.numberCover::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px #48668559;
  border-radius: 100px / 10px;
  z-index: -1;
}

.numberCover::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, #48668533, transparent, transparent);
  z-index: 1;
}

/* Content Styling */
.infoGraphic .content {
  margin: 7em 3em 1em 8em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infoGraphic img {
  width: 60px;
}

.infoGraphic .content h2 {
  font-size: 1.7em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.infoGraphic .content p {
  line-height: 25px;
  text-align: center;
}

/* Hover Effects */
ul.infoGraphic li:hover .number {
  color: #73bf43;
}

/* FontAwesome Icons */
.infoGraphic .icon {
  position: absolute;
  font-size: 2rem;
  text-align: center;
  top: -1.3em;
  left: 50%;
  transform: translateX(-50%);
}

.infoGraphic .icon:before {
  color: #666;
  /* font-family: FontAwesome; */
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.iconCodepen:before {
  content: "\f1cb";
}

.iconSocial:before {
  content: "\f08a";
}

.iconAirplane:before {
  content: "\f1d9";
}

.iconMap:before {
  content: "\f278";
}

.iconBulb:before {
  content: "\f0eb";
}

.iconPeace:before {
  content: "\f25b";
}

/* Controls */
.controls {
  position: fixed;
  z-index: 2;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* background: #d7d7d7a1;
   padding: 0.5rem 2em;
   border-top-right-radius: 1rem;
   border-top-left-radius: 1rem;
   border: 1px solid #0000004d; */
}

/* Slider Box */
.sliderBox {
  text-align: center;
}

.sliderBox .range-value {
  font-weight: 500;
  font-size: 22px;
}

/* Range Input Styling */
input[type="range"] {
  width: 100%;
  margin: 1em 0;
  -webkit-appearance: none;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  background: #00000066;
  border: 0;
  border-radius: 1.3px;
  width: 100%;
  height: 2px;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #eee;
  box-shadow: inset 0px 1px 1px #ffffff66, 0px 1px 3px rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #eee;
}

input[type="range"]::-moz-range-track {
  background: #000;
  border: 0;
  border-radius: 1.3px;
  width: 100%;
  height: 1px;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb,
input[type="range"]::-ms-thumb {
  width: 25px;
  height: 25px;
  background: #151728;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  cursor: pointer;
}

input[type="range"]:focus::-ms-fill-lower,
input[type="range"]:focus::-ms-fill-upper {
  background: #ffffff;
}


/* ------------overview-section-2------ */
.social-impact-infograph {
  background: #ffffff;
}

.infographic-container {
  position: relative;
  width: 900px;
  height: 460px;
  /* height: 500px; */
}

/* Center Circle */
.center-circle {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 508px;
  /* height: 180px; */
  /* background: white; */
  /* border-radius: 50%; */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.center-circle h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* Thematic Areas */
.info-box {
  position: absolute;
  width: 390px;
  /* height: 60px; */
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 10px;
  /* color: #fff; */
  transition: 0.3s ease-in-out;
}

.info-box .icon {
  width: 50px;
  height: 50px;
  background: rgb(255 255 255 / 43%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  margin-right: 10px;
}

/* Color-coded boxes */
.box1 {
  top: 0%;
  left: -19%;
}

.box2 {
  top: 0%;
  left: 76%;
}

.box3 {
  top: 39%;
  left: -23.5%;
}

.box4 {
  top: 77%;
  left: 80%;
}

.box5 {
  top: 75%;
  left: -19%;
}

.box6 {
  /* top: 85%;
  left: 76%; */
  left: 50%;
  transform: translatex(-50%);
  bottom: -175px;
  justify-content: center;
}

.box7 {
  top: 55%;
  left: -23.5%;
}

.box8 {
  top: 39%;
  left: 84%;
}

/* Hover effect */
/* .info-box:hover {
   transform: scale(1.03);
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
 } */

/* Circular Line */
.circular-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 550px;
  height: 550px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  /* border: 3px dashed #b1cbdd;
    */

}

.circular-line:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px dashed #b1cbdd;
  top: 0;
  left: 0;
  animation: rotation 40s infinite linear;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

.center-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 90px 0 130px;
}

.center-container .content2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content2 h3 {
  font-size: 23px;
  line-height: normal;
  margin-bottom: 5px;
}

.content2 {
  margin-left: 20px;
}

.social-impact-infograph .icon-div {
  padding-left: 0;
}

.social-impact-infograph .icon-div::after {
  display: none;
}

/* -----------section-3--------------- */

/* ---------------------------------- */

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  border: none;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0063a7;
  box-shadow: inset 0 -1px 0 rgb(0 99 167 / 23%);
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgb(0 99 167 / 22%);
}


.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5.854 3.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L11.293 10 5.854 4.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(270deg);
}


.number-container {
  display: flex;
  font-size: 48px;
  font-weight: bold;
  color: #007bff;
}

.number {
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.number.show {
  opacity: 1;
  transform: scale(1.2);
}

/* .shadow-shape,
 .shadow-shape-inr {
   height: 600px;
   width: 600px;
   position: absolute;
   border: 64px solid #03558d;
   border-radius: 50%;
   left: -16%;
   bottom: 0;
  
 }

 .shadow-shape-inr {
   height: 470px;
   width: 470px;
   left: -10%;
   top: 4px;
   border: 51px solid #03558d;
 }

 .shadow-shape.btm {
   right: -321px;
   left: auto;
   top: 0;
   rotate: 180deg;
 } */

.product-animate-icon {
  position: absolute;
  /* bottom: 28px; */
  bottom: -23px;
  opacity: 0.05;
  /* left: 85px; */
  left: -5px;
}

.product-animate-icon object {
  /* width: 600px; */
  width: 450px;
}

.horizontal-wrapper .shadow-heading {
  position: absolute;
  top: 69%;
  transform: translate(-50%, -50%);
  /* font-size: 87px; */

  font-size: 65px;
  font-weight: 700;
  color: #e9e9e9;
  rotate: 90deg;
  line-height: 1;
  /* left: -29px; */
  right: auto;
}

.h-edu {
  /* left: 78px !important;
   top: 71% !important; */
  left: 150px !important;

}

.h-edu2 {
  /* left: -67px; */
  left: -63px;
}

.h-edu3 {
  /* left: 7px; */

  left: 35px;
  top: 65%;
}

.h-edu4 {
  left: 100px;
  top: 64% !important;
}

/* -----------------Stake holder----------------- */
.stakeholder-s {
  /* background-image: url(../imgs/bg-7.jpg); */
  background: rgb(5 93 155);
  background: radial-gradient(45.95% 45.95% at 100% 0%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.0001) 100%), linear-gradient(152.68deg, rgb(0 99 167) -19.33%, rgb(8 45 90) 80.85%);
  color: #fff;
  z-index: 1;
}

.wood-p-img {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  opacity: 0.08;
  z-index: -1;
}

.why-choose-us-block .inner-box {
  display: flex;
  align-items: center;
  position: relative;
  /* padding-left: 140px; */
  margin-bottom: 40px;
  /* padding-bottom: 40px; */
  /* margin-right: 10px; */
  background: #ffffff;
  padding: 17px;
  border-radius: 8px;
}

/* .inner-box:before {
   position: absolute;
   content: '';
   right: 44px;
   height: 100%;
   background-color: #4590c6;
   width: 1px;
   top: 0;
 } */

.why-choose-us-block:nth-child(3) .inner-box::before,
.why-choose-us-block:nth-child(6) .inner-box::before {
  display: none;
}

.step-container .why-choose-us-block:nth-last-of-type(1) .inner-box,
.step-container .why-choose-us-block:nth-last-of-type(2) .inner-box,
.step-container .why-choose-us-block:nth-last-of-type(3) .inner-box {
  margin-bottom: 0;
}

.why-choose-us-block .icon {
  /* position: absolute;
   top: 0;
   left: 30px; */
  width: 90px;
  height: 90px;
  font-size: 50px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  transition: .5s;
  margin-right: 25px;
}

/* .why-choose-us-block .icon {
   color: #75c045;
   border: 3px solid #73bf44;
 } */

.why-choose-us-block h4 {
  color: #1b1b1b;
  position: relative;
  font-size: 23px;
  font-weight: 600;
  /* margin-bottom: 7px; */
}

.why-choose-us-block .text {
  position: relative;
  color: #fff;
  margin-bottom: 15px;
}

.step-container {
  position: relative;
  margin-top: 45px;
}

/* .step-container::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  top: -1px;
  right: -1px;
  background-image: url(../imgs/shape-12.png);
  background-repeat: no-repeat;
} */
.link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: #494848;
  font-size: 17px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  background: #6ebb3c;
  border-radius: 50px;
  position: absolute;
  right: 14px;
  z-index: 2;
  bottom: 14px;
  display: none;
}

.link-btn img {
  width: 28px;
}

.why-choose-us-block .inner-box .icon-div::after {
  display: none;
}

.why-choose-us-block .icon-div {
  padding-left: 0;
  margin-right: 18px;
}

/* ----------------microenterprise-section--------------- */
.microenterprise-section {
  background-color: rgb(234 248 255);
  /* background: radial-gradient(circle, rgb(230 245 255) 0%, rgb(224 245 255 / 60%) 100%); */
  position: relative;
}



/* new design unnati */
.activities-block-one .inner-box {
  position: relative;
  display: block;
}

.activities-block-one h4 {
  font-size: 24px;
  margin-bottom: 4px;

}

.activities-block-one p {
  color: #767676;

}

.activities-block-one {
  background-color: #ffffff;
  position: relative;
  padding: 0;
  z-index: 1;
  border-radius: 10px;
  margin-top: 33px;
  overflow: hidden;
  /* color: #fff; */
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.activities-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #3b251a;
}

.activities-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.activities-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 25px;
  z-index: 1;
  text-align: left;
}

.activities-block-one.inner-box .lower-content .icon-box {
  position: absolute;
  top: 0px;
  right: 30px;
  display: inline-block;
  width: 123px;
  height: 123px;
  line-height: 123px;
  text-align: center;
  font-size: 65px;
  margin-top: -50px;
  margin-bottom: 13px;
  transition: all 500ms ease;
}

.activities-block-one .inner-box .lower-content .icon-box img {
  width: 42px;
  position: absolute;
  right: 30px;
  top: -23px;
}

/* .activities-block-one .inner-box .lower-content .icon-box {
  color: #ff6f29;
} */


.activities-block-one .inner-box .lower-content .icon-box .shape {
  position: absolute;
  /* width: 130px;
  height: 130px;
  right: 35px;
  bottom: 60px; */
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 500ms ease;
  /* background-image: url(../imgs/unnati-work/shape-5-new.png); */
  box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.07);
  /* background-image: url(../imgs/unnati-work/shape-5.png);
  box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.07); */
  border-radius: 50%;
  background-color: #e9f8ff;
  width: 70px;
  height: 70px;
  right: 20px;
  bottom: 80px;
}

.activities-block-one .inner-box .lower-content .icon-box .overlay-shape {
  position: absolute;
  /* width: 130px;
  height: 130px;
  right: 35px;
  bottom: 60px; */
  background-repeat: no-repeat;
  z-index: -1;
  /* opacity: 0; */
  transition: all 500ms ease;
  /* background-image: url(../imgs/unnati-work/shape-6.png); */
  box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.07);
  /* background-image: url(../imgs/unnati-work/shape-6.png);
  box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.07); */

  border-radius: 50%;
  background-color: #e9f8ff;
  width: 70px;
  height: 70px;
  right: 20px;
  bottom: 80px;
}


.activities-block-one .inner-box:hover .image-box img {
  opacity: 0.5;
  transform: scale3d(1.05, 1.05, 1.05);
}

.activities-block-one .inner-box:hover .lower-content .icon-box {
  color: #fff;
}

/* .activities-block-one .inner-box:hover .lower-content .white-icon {
  display: block;
} */

/* .activities-block-one .inner-box:hover .lower-content .color-icon {
  display: none;

} */
.activities-block-one .inner-box:hover .lower-content .color-icon {
  filter: brightness(0) invert(1);
}

.activities-block-one .inner-box:hover .lower-content .icon-box .shape {
  transform: scale(0, 0);
}

.activities-block-one .inner-box:hover .lower-content .icon-box .overlay-shape {
  /* opacity: 1; */
  background-color: #0062a4;
}

.activities-block-one .inner-box .lower-content h4 a:hover {
  color: #ff6f29;
}

.activities-block-one .inner-box .lower-content .white-icon {
  display: none;
}

/* new design unnati */

.enterprise-box {
  background-color: #ffffff;
  position: relative;
  padding: 0;
  z-index: 1;
  border-radius: 10px;
  margin-top: 33px;
  overflow: hidden;
  /* color: #fff; */
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding-bottom: 20px;
}

.enterprise-box h4 {
  font-size: 30px;
  margin-bottom: 4px;
}

.enterprise-box:after {
  content: "";
  /* background: #0063a7; */
  background-image: url(../imgs/unnati-work/craft.jpg);
  /* transform: matrix(1, 0, 0, -1, 0, 0); */
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 129px;
  z-index: -1;
}

.enterprise-box.mshr-img:after {
  background-image: url(../imgs/unnati-work/mushroom.jpg);
}

.enterprise-box.textile-img:after {
  background-image: url(../imgs/unnati-work/tailoring.jpg);
}

.enterprise-box.food-img:after {
  background-image: url(../imgs/unnati-work/food.jpg);
}

.enterprise-box.clean-img:after {
  background-image: url(../imgs/unnati-work/cleaning.jpg);
}

.enterprise-box.tea-img:after {
  background-image: url(../imgs/unnati-work/tea.jpg);
}

.enterprise-box.UnNaree-img:after {
  background-image: url(../imgs/unnati-work/health.jpg);
}

.en-icon {
  width: 80px;
  height: 68px;
  background: #eeeeee;
  background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(215 241 253) 100%);
  display: flex;
  border-radius: 6px 6px 6px 6px;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-bottom: 23px;
}

.en-icon img {
  width: 50px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.en-icon:after {
  width: 18px;
  height: 15px;
  background: #e2f5fd;
  position: absolute;
  content: '';
  bottom: -14px;
  left: 40%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all 0.4s ease-in-out;
}

.wmn-csr-bg {
  top: 0;
  position: absolute;
  width: 489px;
  right: 0;
  opacity: 0.03;
}

/* ----------------microenterprise-section-end-------------- */


/* -----------------unnati-product------------------ */

.unnati-section .empower-data {
  padding: 0;
}

.unnati-section .counter-item {
  width: 100%;
}

.slider-container {
  position: relative;
  width: 80%;
  margin: auto;
}

.unnati-product-section h3 {
  margin-bottom: 28px;
}

.una-products {
  /* margin-top: 60px; */
  margin-top: 38px;
}

.una-products .welcome-feature .welcome-item .content::before {
  display: none !important;
}

.unnati-product-section .w-80 {
  width: 81%;
}

/* 
 .product-swiper .swiper-slide {
   width: 23.5% !important;
 } */

/* .unnati-product-s{
  margin-top: 34px;
} */
.section-content-area p {
  margin-bottom: 15px;
}

.section-content-area p:last-child {
  margin-bottom: 0;
}

.product-img {
  background-color: rgb(255 244 236);
  width: 100%;
  min-height: 305px;
  min-height: 240px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.product-img a {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.product-img img {
  transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
  /* width: 274px; */
}

.una-products .content:hover .product-img img {
  transform: scale(1.1);
}

.una-products .swiper-slide:nth-child(1) .product-img {
  background-color: #f6eae4;
}

.una-products .swiper-slide:nth-child(2) .product-img {
  background-color: #f9e3f2;
}

.una-products .swiper-slide:nth-child(3) .product-img {
  background-color: #fef3e2;
}

.una-products .swiper-slide:nth-child(4) .product-img {
  background-color: #e4f8ff;
}

.una-products .swiper-slide:nth-child(5) .product-img {
  background-color: #ff000017;
}

.una-products .swiper-slide:nth-child(6) .product-img {
  background-color: #fff3f0;
}

.una-products .swiper-slide:nth-child(7) .product-img {
  background-color: #e8ffe8;
}

.una-products .swiper-slide:nth-child(8) .product-img {
  background-color: #fffbe6;
}

.una-products .swiper-slide:nth-child(9) .product-img {
  background-color: #f5f5f5;
}

.una-products .swiper-slide:nth-child(10) .product-img {
  background-color: #e4f0ff;
}

.una-products .swiper-slide:nth-child(11) .product-img {
  background-color: #daf0e2;
}

.una-products .content:hover .pht-overlay {
  opacity: 1;
  visibility: visible;
}

.product-swiper .pht-overlay img {
  width: 28px;
  cursor: pointer;
}

.una-products .content {
  min-height: auto !important;
  border-radius: 10px !important;
  padding: 15px 15px 15px !important;
}

.una-products .content h3 {
  margin-top: 20px !important;
  margin-bottom: 7px !important;
  letter-spacing: 0px !important;
  font-size: 20px !important;
  line-height: 28px !important;
  /* align-items: center; */
  display: flex;
  /* min-height: 53px !important; */
}

.una-products .content .hover-caption h3 {
  color: #fff !important;
  margin-top: 0 !important;
}

.una-products .content .serial-numbe {
  color: #0063a791;
  font-size: 73px;
  font-weight: 700;
  opacity: 0.2;
  position: absolute;
  left: 5px;
  top: -18px;
  transition: 0.5s all;
}

.available-sites {
  margin-top: 23px;
  display: flex;
  align-items: center;
}

.available-sites ul {
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

.available-sites ul li {
  margin: 0 6px;
  padding: 6px 14px;
  background: #e4f8ff;
  border-radius: 20px;
  min-width: 118px;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.available-sites ul li a {
  display: inline-flex !important;
  color: #fff;
}

.available-sites ul li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff21;
  bottom: 0;
  opacity: 0;
  border-radius: 30px;
  display: none;
}

.available-sites ul li:nth-child(1) {
  background: #343f4e;
}

.available-sites ul li:nth-child(2) {
  background: #3a60e7;
}

.available-sites ul li:nth-child(3) {
  background: #2e3192;
}

.available-sites ul li:nth-child(4) {
  background: #29cc47;
}

/* .available-sites ul li p {
   color: #fff;
 } */

.available-sites ul li:hover::before {
  opacity: 1;
}

/* .available-sites ul li:nth-child(3) p {
  color: #000000;
 } */
.available-sites ul li img {
  width: 24px;
  margin-right: 10px;
}

.available-sites h6 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

.una-products .banner-img.style-2 {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  /* background: url(../imgs/banner/banner-4.png) no-repeat center bottom; */
  background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(224 245 255) 100%);
  background-size: cover;
  width: 100%;
  /* background: #deedd4; */
  position: relative;
}

.una-products .swiper-navigation {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  justify-content: center;
  margin-top: 18px;
}

.una-products .swiper-navigation .swiper-btn-prev,
.una-products .swiper-navigation .swiper-btn-next {
  background-color: transparent;
}

.una-products .banner-img .banner-text {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0 46px;
  top: 50px;
  transform: none;
}

.una-products .banner-img .banner-text h2 {
  line-height: 41px;
  font-size: 29px;
  font-weight: 500;
  text-transform: capitalize;
}

.una-products .banner-img .banner-text h2 span {
  font-weight: 800;
  display: inline;
}

.una-products .btn.btn-xs,
.una-products .button.btn-xs {
  font-size: 15px;
  text-transform: none;
  display: inline-flex;
  flex-wrap: wrap;
  /* line-height: 1.3; */
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid transparent;
  background-color: #72be41;
  cursor: pointer;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}

/* .swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  width: 320px;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} */

.slider-tag {
  display: flex;
  align-items: center;
  background: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  width: fit-content;
}

.slider-tag img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.product-box-unnati {
  padding: 20px;
  min-height: 230px;
  width: 180px;
  background-color: #004aad;
}

/* h3 {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
} */

.slider-link {
  color: #0055ff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.slider-image {
  position: absolute;
  bottom: -10px;
  right: 10px;
  width: 120px;
}

/* Custom Swiper Buttons */
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 10;
}

.slider-prev {
  left: -50px;
  background: #666 url('left-arrow.png') no-repeat center;
  background-size: 60%;
}

.slider-next {
  right: -50px;
  background: red url('right-arrow.png') no-repeat center;
  background-size: 60%;
}

.slider-prev:hover {
  background-color: #444;
}

.slider-next:hover {
  background-color: darkred;
}

.breadcrumbs {
  color: #fff;
}

.womens-empr-img .circular-img {
  top: -5px;
  left: 34px;
  right: auto;
  height: 318px;
  width: 318px;
}

.womens-empr-img .r-shape {
  right: 9px;
  bottom: 0;
  left: auto;
}

/* -------------- */

.custom-swiper-wrapper {
  width: 100%;
  position: relative;
  margin-top: 60px;

}

.custom-swiper-container {
  width: 100%;
  overflow: visible !important;
}

.empr-2ndSection .swiper-slide {
  transition: 0.3s ease;
  /* opacity: 0.7; */
  transform: scale(0.9);
  pointer-events: none;
  filter: opacity(0.5);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.empr-2ndSection .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 2;
  filter: none;
}

.empr-2ndSection .custom-slide .row {
  height: 100%;
}

.custom-slide {
  position: relative;
  width: 80% !important;
  height: auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;

}

.custom-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.custom-slide-content {
  /* background: #fff; */
  min-height: 310px;
  margin-top: 68px;
}

.center-next-prev {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  align-items: center;
}

.center-next-prev .swiper-navigation {
  position: relative;
}

.custom-tag {
  color: #0063a612;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 110px;
  position: absolute;
  left: 50%;
  top: 57px;
  z-index: -1;
}

.custom-title {
  font-size: 22px;
  line-height: 29px;
  margin: 12px 0;
  color: #000;
}

.custom-desc {
  color: #555;
  margin-bottom: 15px;
}

.custom-btn {
  padding: 6px 13px;
  background-color: #0063a7;
  color: white;
  border: none;
  font-size: 15px;
  border-radius: 30px;
  cursor: pointer;
  /* display: none; */
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
  position: absolute;
  bottom: 10px;
  font-size: 26px;
  color: #000;
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
}

.custom-swiper-button-prev {
  left: 45%;
  transform: translateX(-100%);
}

.custom-swiper-button-next {
  right: 45%;
  transform: translateX(100%);
}

.empr-2ndSection {
  background-color: rgb(0 99 167);
  background: linear-gradient(to top left, #05579e 71%, #5fa732 96%);
  color: #fff;
}

.empr-2ndSection .mr-p2 p {
  color: #e6e6e6;
  color: #fff;
}

.mr-p2 {
  margin: 0 128px;
  margin-top: 45px;
}

.empr-2ndSection .swiper-navigation {
  position: absolute;
  justify-content: space-between;
  display: flex;
  width: 100%;
  top: 61%;
  transform: translate(0%, -50%);
  left: 0;
}

.empr-2ndSection .swiper-navigation .swiper-btn-prev,
.empr-2ndSection .swiper-navigation .swiper-btn-next {
  border: 2px solid #ffffff;
}

.empr-2ndSection .swiper-btn-next:after,
.empr-2ndSection .swiper-btn-prev:after {
  font-size: 16px !important;
  font-weight: 600;
  color: rgb(255 255 255) !important;
}

.empr-2ndSection .swiper-navigation .swiper-btn-prev:hover,
.empr-2ndSection .swiper-navigation .swiper-btn-next:hover {
  background-color: rgb(225 225 225 / 41%) !important;
}

.empr-2ndSection .center-next-prev {
  margin-top: 0 !important;
}

.empr-2ndSection .swiper-navigation .swiper-btn-prev,
.empr-2ndSection .swiper-navigation .swiper-btn-next {
  background: transparent;
}

.unnati-showcase {
  padding: 60px 20px;
  background: #f9f9fc;
  text-align: center;
  /* font-family: 'Segoe UI', sans-serif; */
}


.showcasing-section {
  background: #eaf6ff;
}

.unnati-grid .icon-div {
  padding-left: 0;
}

.unnati-grid .icon-div::after {
  display: none;
}

.emp-c-efforts {
  grid-template-columns: repeat(3, 1fr) !important;
}

.showcasing-section .unnati-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 45px;
}

.unnati-card .icon-div {
  position: absolute !important;
  top: -47px;
  z-index: 1;
}

.showcasing-section.showcasing-div .unnati-card .icon-div {
  position: relative !important;
  top: auto;
}

.employee-c-div {
  position: relative;
}

.unnati-card .text-div-e {
  margin-top: 30px;

}

.text-div-e {
  position: relative;
}

/* 
.text-div-e::before {
  content: '';
  position: absolute;
  top: -62px;
  left: 0;
  color: white;
  background-color: #ffffff;
  padding: 13px 6px;
  border-radius: 4px;
  font-size: 12px;
  width: 147px;
  border-radius: 0;
  height: 35px;
} */
.icon-bg {
  width: 166px;
  height: 31px;
  background: #ffffff;
  position: absolute;
  top: -59px;
}

.icon-bg::after {
  content: "";
  position: absolute;
  right: -27px;
  bottom: 0px;
  width: 28px;
  height: 32px;
  background: url(../imgs/icon-end.png) no-repeat bottom right;
  background-size: contain;
  pointer-events: none;
}



.showcasing-section .unnati-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  position: relative;
}

.unnati-card:hover {
  transform: translateY(-5px);
}

.unnati-card h4 {
  position: absolute;
  font-size: 70px;
  font-weight: 800;
  right: 17px;
  top: 3px;
  color: #f3f8fc;
  z-index: 2;
}

.unnati-gist p {
  min-height: 80px;
}

.unnati-gist-hindi p {
  min-height: 106px;
}

.showcasing-section .card-icon {
  font-size: 32px;
  margin-bottom: 15px;
  color: #6c5ce7;
}

.showcasing-section .card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #282727;
  line-height: 28px;
  padding-top: 6px;
}

.showcasing-section.emp-vol-c .card-title {
  padding-top: 46px;
}

.showcasing-section .card-text {
  font-size: 18px;
  color: #555;
  line-height: 25px;
}

.health-water-section .circular-img {
  top: -18px;
  left: 14px;
  right: auto;
  height: 306px;
  width: 306px;
}

.health-water-section .womens-empr-img .r-shape {
  right: -9px;
  bottom: 0;
  height: 73%;
  left: auto;
}

.emp-vol-sec .r-shape.edu-sh {
  right: 0;
  left: auto;
  height: 61%;
  width: 43%;
  top: auto;
}

.emp-vol-sec .circular-img.edu-sh {
  top: 23px;
  left: 17px;
  height: 307px;
  width: 307px;
}

.emp-vol-sec .counter-item {
  width: 100%;
}

.emp-vol-glry .composition-7-border {
  background: #eaf6ff;
}

.hlth-glry.emp-vol-glry .bg-line-1 {
  bottom: 45px;
}


/* --------people-gallery--------- */
.rotating-slider {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}

.rotating-slider__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 495px;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}

.rotating-slider__background {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out, transform 0.5s ease-in-out;
  overflow: hidden;
  border-radius: 15px;
}

.rotating-slider__background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.rotating-slider__wrapper {
  position: absolute;
  left: 50%;
  translate: -100px;
  z-index: 1000;
  display: flex;
  align-items: center;
  /* margin-bottom: 60px; */
  transition: all 1s cubic-bezier(0.2, 0.01, 0.1, 1);
}

/**
 * Slider Item
 */

.rotating-slider__slide {
  position: relative;
  overflow: hidden;
  margin-right: 70px;
  width: 200px;
  height: 125px;
  transition: all 1s cubic-bezier(0.2, 0.01, 0.1, 1);
}

.rotating-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: all 1s cubic-bezier(0.2, 0.01, 0.1, 1);
}

.rotating-slider__slide.active {
  transform: rotate(-90deg) scaleX(2.25) scaleY(2.4);
}

.rotating-slider__slide.active .rotating-slider__image {
  width: 100%;
  height: 100%;
  transform: rotate(90deg) scaleX(1.2) scaleY(1.6);
}

.rotating-slider__title {
  position: absolute;
  bottom: 28px;
  overflow: hidden;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  /* font-family: "Oswald", sans-serif; */
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: white;
}

.rotating-slider__list {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  transition: transform 1.5s cubic-bezier(1, 1, 0.2, 1);
}

/**
 * Slider Navigation
 */

.rotating-slider__navigation {
  position: absolute;
  top: 61%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  width: 95%;
  transform: translateY(-50%);
}

.rotating-slider__prev,
.rotating-slider__next {
  padding: 0 12px 2px;
  border: 1px solid white;
  border-radius: 100px;
  background: transparent;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}

.rotating-slider__prev img,
.rotating-slider__next img {
  transition: 0.5s all ease-in-out;
}

.rotating-slider__prev.hidden {
  transform: translateX(-1000%);
}

.rotating-slider__next.hidden {
  transform: translateX(1000%);
}

.rotating-slider__prev:hover,
.rotating-slider__next:hover {
  background: white;
}

.rotating-slider__prev:hover img,
.rotating-slider__next:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(0%) hue-rotate(185deg) brightness(102%) contrast(100%);
}

/* --------people-gallery-end-------- */
/* ------------people------------ */
.grid-img-section2 {
  margin-top: 45px;
}

.people-ovr ul {
  margin-top: 18px;
  padding: 0;
  margin-bottom: 0;
}

.people-ovr ul li {
  padding-bottom: 15px;
  /* padding-bottom: 0px; */
  /* border-bottom: 1px solid #ddd; */
  /* border-bottom: 1px solid #b0daf7; */
  font-size: 20px;
  font-weight: 600;
  /* padding-left: 22px; */
  /* margin-bottom: 14px; */
  position: relative;
  z-index: 1;
}

.people-ovr ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.people-ovr ul li span {
  color: #0063a721;
  font-size: 68px;
  position: absolute;
  left: -27px;
  font-weight: 800;
  top: -8px;
  line-height: normal;
  z-index: -1;
}

.people-ovr {
  margin-right: 50px;
}

.pepole-left-para p {
  margin-top: 8px;
}


/* 
.people-ovr .fw-600 {
  font-size: 18px;
  padding-left: 20px;
  border-left: 2px solid #0063a7;
} */

.people-2sec {
  background: #f0f8ff;
  position: relative;
  z-index: 1;
}

.bg-btm-right {
  opacity: 0.2;
  position: absolute;
  bottom: 105px;
  width: 780px;
  left: -127px;
  rotate: 90deg;
  z-index: -1;
}

.left-img-abs {
  left: auto;
  right: -124px;
  bottom: auto;
  top: 123px;
  z-index: -1;
}

.people-cutout {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.people-cutout img {
  height: 100%;
  object-fit: cover;
}

/* .people-2sec .nav-pills .nav-link.active:after {
   bottom: -15px;
 } */

.people-2sec .nav-pills {
  border-radius: 30px;
  margin-bottom: 20px;
  /* overflow: hidden; */
  border: 0;
}

.people-2sec .bod-tabs {
  background: transparent;
  width: auto;
  flex-direction: column;
  display: block;
  height: auto;
  overflow: visible;
  width: 90%;
}

.ppl-empr {
  border-radius: 15px;
}

.right-side-ppl h5 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: normal;
  color: #0260a2;
}

.right-side-ppl {
  height: 100%;
  margin-left: 15px;
}

.right-side-ppl p {
  margin-bottom: 20px;
  color: #494949;
}

.people-3sec {
  background: #0163a7;
  color: #fff;
  background: linear-gradient(to top left, #05579e 71%, #5fa732 96%);
}

.people-3sec p {
  color: #ededed;
}

.people-3sec .product-image:before {
  display: none;
}

.people-swiper-div {
  margin: 50px 15px 0;
}

.people-swiper-div .swiper-slide a {
  cursor: pointer;
}

.people-swiper-div .swiper-slide {
  padding: 12px 12px 7px 12px;
  border-radius: 15px;
  border: 1px solid #2480c0;
}

.learn-dev-slide {
  margin: 50px 0;
}

.learn-dev-slide .swiper-navigation {
  position: relative;
  margin-top: 28px;
  gap: 12px;
}

.learn-dev-slide .product-img {
  min-height: auto;
  background: transparent;
  padding: 0;
}

.learn-dev-slide .product-img img {
  border-radius: 15px;
}

.right-points-div h5 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 500;
}

.right-points-div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.info-crd {
  padding: 18px;
  /* margin-right: 30px; */
  border: 1px solid #e4e5e5;
  border-radius: 10px;
  /* min-height: 132px; */
  width: 33%;
  min-height: 160px;
  background: #fff;
  box-shadow: 0 0 25px 0 rgb(209 228 245 / 71%);
}

.people-2sec #tab2 h6 {
  margin-bottom: 20px;
}

.p-margin-btm p {
  margin-bottom: 15px;
}

.p-margin-btm p:last-child {
  margin-bottom: 0;
}

.info-crd .icon-div img {
  margin-left: 17px;
  margin-top: 14px;
  margin-bottom: 18px;
}

/* .info-crd .icon-div::before {
   background-color: #73bf43;
 } */

.info-crd .icon-div {
  padding-left: 0;
}

.people-3sec .image-item {
  border: 0;
}

.info-crd .icon-div::after {
  display: none;
}

.lf-balco p {
  margin-top: 25px;
  /* margin-bottom: 40px; */
  color: #f1f1f1;
  font-size: 23px;
  line-height: 31px;
  /* width: 76%; */
}

.people-3sec .content-p-mb {
  padding-left: 25px;
  margin-left: 22px;
  border-left: 2px solid #378fcc;
}

/* .people-3sec .swiper-backface-hidden .swiper-slide {
  border: 2px solid #228ad2;
  border-radius: 15px;
  padding: 13px;
} */
.people-2sec .tab-content {
  z-index: 1;
  position: relative;
}

.prdt-usage-text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  color: #2e2e2e;
}

.people-4sec {
  background: linear-gradient(144deg, rgba(246, 246, 246, 1) 25%, rgba(189, 230, 255, 1) 100%);
  background: #ffffff;
}

.people-4sec .msg-container-div {
  background: transparent;
  margin: 0;
  padding: 0;
}

.people-4sec .testimonial-section {
  padding: 0 3px;
}

.people-4sec .left-info-msg {
  margin-right: 0px;
  margin-bottom: 60px;
}

.people-4sec .min-h {
  min-height: 250px;
}

.people-career {
  background-color: rgb(5 87 158);
  /* padding: 25px; */
  color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* height: 450px; */
  overflow: hidden;
}

.ppl-career-img {
  width: 50%;
  height: 100%;
}

.people-career p {
  color: #e9e9e9;
  width: 80%;
}

.ppl-career-txt {
  padding: 0 45px;
  width: 50%;
}

.people-career h2 {
  margin-bottom: 20px;
}

.people-career .butn:hover .icon.invert img {
  -webkit-filter: invert(1) !important;
  filter: invert(1) !important;
}

.people-5sec {
  padding-top: 0;
}

.people-2sec .nav-link {
  margin-bottom: 40px;
  /* border-left: 3px solid #0063a7; */
  height: auto;
  min-height: 66px;
  background: transparent;
  color: #000 !important;
  text-align: left;
  border-radius: 0;
  position: relative;
  margin-right: 0px;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
  padding-left: 26px;
  font-size: 25px;
  line-height: 33px;
}

.people-2sec .nav-link:last-of-type {
  margin-bottom: 0;
}

.people-2sec .bod-tabs .nav-link.active {
  min-height: 66px;
  justify-content: left;
}

.people-2sec .nav-link:before {
  position: absolute;
  content: '';
  left: -3px;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #0063a7;
  transition: all 1s ease;
}

.people-2sec .nav-link::after {
  left: 34px !important;
  top: -22%;
  transform: translatey(-50%) !important;
  transform: rotate(271deg) !important;
  transition: all 1s ease;
  display: none;
  border-left: 12px solid transparent !important;
  border-right: 12px solid transparent !important;
  border-top: 13px solid #e60e33 !important;
  display: none;
}

.people-2sec .bod-tabs .nav-link.active:before {
  height: 100%;
  background-color: #7cca4a;
}

.people-2sec .bod-tabs .nav-link.active::after {
  display: block !important;
}

.people-2sec .bod-tabs .nav-link.active {
  background: transparent;
  color: #0063a7 !important;
  border-radius: 0;
}

/* .people-2sec .people-2sec .nav-link{
  min-height: 66px;
} */

/* .people-2sec .nav-pills .nav-link.active:after{
  display: none;
} */
/* ------------------------------ */
.bg-base-color,
.header-cart-icon .cart-count {
  background-color: #73c43d;
}

.text-gradient-base-color {
  background-image: linear-gradient(to right, #72bf42 0%, #0365a8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
}

.mb-10px {
  margin-bottom: 10px;
}

.me-5px {
  margin-right: 5px !important;
}

.h-1px {
  height: 1px !important;
}

.w-25px {
  width: 25px !important;
}

.bg-light-blue {
  background: #edf7ff !important;
}

.arogya-section.bg-light-blue .accordion-item .accordion-header {
  background: #d8e8f5 !important;
  border-radius: 10px;
  background: #c4ddf0 !important;
}

.arogya-section {
  background: #ffffff;
  z-index: 1;
}

.arogya-section .wmn-csr-bg {
  top: 11px;
  width: 626px;
  opacity: 0.1;
  z-index: -1;
  filter: brightness(0.5);
}

.arogya-section .accordion-item,
.arogya-section .accordion-button {
  background-color: transparent;
}

.enviro-static-c p {
  margin: 0px !important;
}

.separator-line-1px {
  background: #e1e1e1;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}

.line-full-w {
  border-top: 1px solid #878787;
  width: 100%;
}

.arogya-section .vertical-counter {
  letter-spacing: 1px;
  font-size: 43px;
  font-weight: 600;
  color: #0163a7;
}

.arogya-section .sub-inr-heading {
  margin: 20px 0;
}

.arogya-section .accordion .accordion-item .accordion-collapse {
  border: 0;
}

.arogya-section .accordion-item {
  /*  border: 0; */
  border-top: 0;
  border-radius: 10px;
  margin-bottom: 15px;
}

.arogya-section .accordion-item .accordion-header {
  border-bottom: 0 !important;
  /* background: #eef8ff; */
  /* margin: 6px 0; */
}

.hospital-button {
  justify-content: center;
  display: flex;
  margin-top: 72px;
}

.arogya-section .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0063a7;
  box-shadow: inset 0 -1px 0 rgb(8 106 174 / 23%);
  background: radial-gradient(45.95% 45.95% at 100% 0, rgb(0 96 164) 0, rgba(255, 255, 255, 0.0001) 100%), linear-gradient(250deg, rgb(0 99 167) 33.67%, rgb(108 188 57) 83.85%);
  background: linear-gradient(to right, #05579e 50%, #5fa732 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.arogya-section .accordion-button {
  background: #b5d9f3;
  border-radius: 10px;
}

.arogya-section .accordion-button:not(.collapsed)::after {
  filter: invert(0);
}

.accordion-style-02 .accordion-item .accordion-body {
  padding: 0 25px 30px 0;
}

.border-color-dark-gray {
  border-color: #000000 !important;
}

.accordion-style-02 .accordion-item .accordion-header {
  margin-bottom: 0;
  padding: 12px 0;
}

.accordion-item.active-accordion .accordion-header {
  color: #0063a7;
}

.accordion-item .accordion-header {
  font-size: 20px;
  border-bottom: 1px solid #373737 !important;
}

.arogya-section .list-dpt {
  margin-bottom: 13px;
  font-size: 19px;
  font-weight: 600;
  color: #323232;
}

.arogya-section .txt-dpt {
  min-height: 52px;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  padding-top: 50px;
}

.arogya-section .txt-dpt p {
  min-height: 80px !important;
}

.arogya-section .txt-dpt:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 14px;
  top: -10px;
  background: #fff;
  border: 1px solid #484848;
  transition: 1s all ease;
}

.right-hw-image {
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #dff2ff;
}

.right-hw-image img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.arogya-section .txt-dpt::after {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: 21px;
  top: -3px;
  background: #000;
}

.arogya-section .txt-dpt:hover:before {
  transform: scale(1.3);
  border: 1px solid #73bf43;
}

.arogya-section .txt-dpt:hover:after {
  transform: scale(1.3);
  background: #73bf43;
}

.arogya-section .accordion-button {
  font-size: 18px;
  line-height: 24px;
}

.community-dev-section {
  background: #f0f8ff;
}


.choose-feature h5 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #393939;
  padding-left: 20px;
  border-left: 5px solid #0063a7;
  /* padding-bottom: 15px;
   border-bottom: 1px solid #cbcbcb; */
}

.choose-feature span {
  color: #73bf43;
  font-weight: 600;
  font-size: 36px;
  margin-right: 6px;
}

.choose-feature .box-img {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* .community-dev-section .choose-feature_wrapp .choose-feature {
   padding-right: 28px;
 } */
/* .choose-feature_content {
  padding-left: 20px;
  border-left: 1px solid #71be40;
} */

/* .community-dev-section .choose-feature_wrapp:not(:last-child) .choose-feature {
   border-right: 1px solid rgb(203 203 203);
 } */

.choose-feature .box-img img {
  border-radius: 10px;
}

.choose-feature .box-title {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  min-height: 30px;
  margin-bottom: 10px;
}

.choose-feature p {
  line-height: 24px;
}

.envir .circular-img.edu-sh {
  top: 10px;
  left: -8px;
  height: 330px;
  width: 330px;
}

.cmnty .circular-img.edu-sh {
  top: -26px;
  left: 7px;
  height: 288px;
  width: 288px;
}

.cmnty .r-shape {
  left: auto;
  right: 0;
  bottom: 0;
  height: 74%;
  width: 56%;
}

.sports-sec .circular-img.edu-sh {
  top: -16px;
  left: 19px;
  height: 287px;
  width: 287px;
}




.cont-center {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.sports-sec .emp-box-outer {
  margin-top: 23px;
}

.sports-sec .r-shape.edu-sh {
  right: 23px;
  left: auto;
  height: 60%;
  width: 37%;
  bottom: 0;
  top: auto;
}

.taco-div {
  background: #eef7fd;
  border-radius: 15px;
  margin-bottom: 35px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
}

.img-taco {
  margin-left: -3px;
  height: 100%;
}

.img-taco img {
  border-radius: 0 100px 100px 0px;
  height: 100%;
}

.taco-txt {
  height: 100%;
  display: flex;
  align-items: center;
}

.taco-div .taco-txt h4 {
  font-size: 26px;
  width: 85%;
  padding-left: 40px;
  line-height: 33px;
  font-weight: 700;
  color: #0063a7;
}

.animal-sec .circular-img.edu-sh {
  top: -20px;
  right: 45px;
  left: auto;
  height: 300px;
  width: 300px;
}

.animal-sec .r-shape.edu-sh {
  right: auto;
  left: -7px;
  height: 61%;
  width: 69%;
  top: auto;
}

.animal-sec .sts-data-left:before,
.animal-sec .sts-data-left:after {
  display: none;
}

.animal-sec .sts-data-left {
  display: block;
  margin-right: 0;
}

.animal-sec .counter-item {
  border-right: 1px solid #d5eaf8;
}

.animal-sec .counter-item:last-child {
  border-right: 0;
}

.sports-sec .counter-item {
  width: 100%;
}

.sports-sec .empower-data {
  padding: 0;
}

/* ---------sports-infographic---------- */
.sports-info-sec .icon-div {
  margin-bottom: 22px;
}

.sports-infographic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}

.sports-info-sec {
  background: #0a376e;
}

.sports-d-info .counter-number {
  font-size: 46px;
  font-weight: 700;
  color: #0f4b92;
  margin-top: -7px;
  margin-bottom: 0px;

}

.sports-d-info .sports-name {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.infographic-option {
  flex: 1 1 15%;
  max-width: 15%;
  position: relative;
  /* margin-top: -47px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sports-infographic .circle {
  /* background: #fff; */
  border-radius: 50%;
  /* border: 8px solid #0063a7; */
  /* padding: 30px 15px; */
  height: 175px;
  width: 175px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #0063a7 !important;
}

.sports-infographic .circle img {
  /* width: 159px; */
  height: auto;
  position: absolute;
  margin-bottom: 0;
  bottom: 8px;
  left: 0;
}

.sports-infographic .circle h4 {
  margin: 10px 0 5px;
  font-size: 14px;
}

.sports-infographic .circle p {
  font-size: 12px;
  color: #777;
}

.sports-infographic .arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: -5px auto;
  z-index: 1;
  position: relative;
}

.sports-infographic .option-number {
  font-size: 46px;
  font-weight: 700;
  color: #0f4b92;
  margin-top: 10px;
}

.option-number span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 11px;
}

.sports-infographic .icon-div {
  padding-left: 0;
}

.sports-infographic .icon-div img {
  width: 72px;
  height: 72px;
  margin: 0;
}

.sports-infographic .icon-div::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #2160ac;
  top: -16px;
  left: -15px;
}

.sports-infographic .icon-div::after {
  display: none;
}

.emp-vol-c.showcasing-section .unnati-grid {
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}


.leadership-modal .modal-header {
  align-items: flex-start;
}

.leadership-modal .modal-content {
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}

.leadership-modal .modal-header {
  border-bottom: 0;
}

.leadership-modal .top-left-profile {
  display: flex;
  align-items: center;
}

.leadership-modal .team-profile {
  margin-right: 40px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  background: rgb(213 234 248);
}

.leadership-modal .team-profile img {
  width: 135px;
}

#teamBackdrop .modal-header {
  align-items: flex-start;
}

.press-box h6 {
  min-height: auto;
}

.custom-desc p {
  height: 350px;
  overflow: auto;
  padding-right: 10px;
}

.accordion-item .financial-box-wrapper .col-xl-6:nth-child(1) .f-box,
.accordion-item .financial-box-wrapper .col-xl-6:nth-child(2) .f-box {
  margin-top: 15px;
}

/* This section for sustainability-standards changes css {Start} */


/*.s-standards-box {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.07) !important;
    border: 1px solid #ebebeb !important;
  }

  /* .s-standards-a .accordion-button:not(.collapsed) {
    box-shadow: 0 4px 03px rgba(0, 0, 0, 0.05) !important;
    background-color: #0063a7;
    color: #ffffff;

  }

  .s-standards-a .accordion-button:not(.collapsed)::after {
    filter: invert(0);
  } */

/* .s-body {
    padding: 25px 20px !important;
    border: 1px solid #e3e3e3 !important;
  } */

.padding-right0 {
  padding-right: 0px;
}

/* This section for sustainability-standards changes css {End} */
.people-4sec .una-products .swiper-navigation {
  position: relative;
  bottom: -22px;
  left: 0;
}

.people-4sec .una-products {
  padding-bottom: 20px;
  margin: 0;
}

/* --------------social-impact-final------------- */
.social-impact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.social-title {
  /* display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    overflow: hidden; */
  width: 100%;
  /* overflow: hidden;  */
  margin: 0 20px;
}

.title-div {
  background: #fff;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-width: 182px;
  min-height: 116px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
}

.social-impact-section .swiper-slide {
  width: 182px !important;
}

.social-impact-section button {
  background: none;
  border: 0;
  padding: 10px;
  display: block !important;
  cursor: pointer;
}

.title-div h5 {
  font-size: 17px;
  margin-top: 11px;
  min-height: 43px;
  display: flex;
  align-items: center;
}

.social-content-right h3 {
  color: #05579e;
}

.title-div img {
  width: 55px;
}

.ss-statistic {
  display: flex;
  align-items: center;
  margin-top: 30px;
  z-index: 9;
}

.ss-statistic-inr p {
  margin-top: 4px !important;
  margin-right: 0 !important;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}

.ss-statistic>.ss-statistic-inr:first-child {
  margin-right: 32px;
  padding-right: 30px;
  border-right: 1px solid #b0d4f2;
}

.ss-statistic h4 {
  color: #05579e;
}

.social-content-right p {
  margin-top: 25px;
  margin-right: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social-content-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}

.social-impact-section .swiper {
  padding: 6px 5px;
}

.social-impact-section .swiper-button-disabled {
  opacity: 0.3;
}

.svg-wh {
  display: none;
}

.svg-grn {
  display: block;
}

/* .social-impact-section .swiper-slide-active .title-div {
    background-color: #05579e;
    color: #fff;
  }

  .social-impact-section .swiper-slide-active .svg-wh {
    display: block;
  }

  .social-impact-section .swiper-slide-active .svg-grn {
    display: none;
  } */

.social-content {
  width: 100%;
  background-color: #fff;
  min-height: 200px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.social-content-container {
  margin-top: 30px;
  position: relative;
}

.dot-blue {
  position: absolute;
  right: -36px;
  bottom: -35px;
  width: 150px;
  z-index: -1;
}

.content-img-div {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #e9e9e9;
}

.content-img-div img {
  object-fit: cover;
  height: 100%;
}

.social-impact-swiper .swiper-slide.active-slide .title-div {
  background-color: #05579e;
  transition: background-color 0.3s ease;
  color: #fff;
}

/* .social-impact-swiper .swiper-slide.active-slide .svg-wh {
  display: block;
} */

.social-impact-swiper .swiper-slide.active-slide .svg-grn {
  /* display: none; */
  filter: brightness(0) invert(1);
}

/* ------------------Contact-Us------------------------ */
.register-ofc {
  background-color: #dff1fe;
  padding: 0;
  border-radius: 15px;
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.left-map-wrapper {
  padding-right: 0;
}

.right-map-wrapper {
  padding-left: 0;
}

.outer-top-office-info {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #05579e;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 30px;
}

.map-wrapper {
  position: relative;
  height: 490px;
}

.map-wrapper iframe {
  height: 490px;
  width: 100%;
  display: block;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  display: none;
}

.map-tab-btn {
  position: absolute;
  left: 10px;
  bottom: 0px;
  text-align: center;
  display: inline-block;
  z-index: 99999;
  cursor: pointer;
}

.chng-map-btn {
  z-index: 44;
  font-size: 15px;
  background: #05579e;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  /* border-radius: 5px; */
}

.chng-map-btn.now-active {
  background: #74bf44;
}

.offices-wrapper h4 {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
}

.map-frame.active {
  display: block;
}

.chng-map-btn:hover {
  color: #fff;
}

.offices-wrapper h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  margin-top: 15px;
}

.offices-wrapper p {
  font-size: 16px;
  color: #ebebeb;
  line-height: 25px;
  margin-top: 10px;
}

.offices-wrapper {
  margin-bottom: 30px;
  border-bottom: 1px dashed #006dcc;
  padding-bottom: 30px;
}

.outer-offices-wrapper .offices-wrapper:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.top-office-info .contact-head {
  margin-top: 0;
  margin-bottom: 10px;
}

.top-office-info .contact-head:before {
  bottom: -7px;
}

.top-office-info h3 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.icon-info-div img {
  width: 28px;
  filter: brightness(0) invert(1);
}

.icon-info-div {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-top: 20px;
}

.register-ofc h3 {
  margin-bottom: 0;
}

.contact-head {
  margin-top: 40px;
  position: relative;
  display: inline-block;
}

.contact-sub-div-wrapper .contact-sub-div:last-child {
  margin-bottom: 0;
}

.bt-contact-card {
  margin-bottom: 30px;
}

.bt-contact-card-wrapper .bt-contact-card:last-child {
  margin-bottom: 0;
}

.bt-contact-card-wrapper {
  height: 100%;
}

/* .contact-head:before {
  position: absolute;
  content: '';
  width: 68px;
  background-color: #74bf44;
  height: 4px;
  bottom: -11px;
  left: 0;
  border-radius: 10px;
} */

.register-ofc iframe {
  width: 100%;
  height: 390px;
  border-radius: 15px;
  display: block;
}

.icon-info-div h4 {
  font-size: 21px;
  color: #ffffff;
  font-weight: 400;
}

.icon-info-div p {
  color: #ffffff;
}

.spt-cult-wrapper .row .col-sm-4:first-child .empower-data.border-b::before {
  display: none;
}

.spt-cult-wrapper .border-b::before {
  left: -15px;
}

.emp-vol-wrapper .row .col-sm-4:first-child .empower-data.border-b::before {
  display: none;
}

.contact-box {
  min-height: 424px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 25px;
  position: relative;
}

.contact-box .ray-svg {
  border-bottom-right-radius: 18px;
}

.contact-section-2 .contact-head {
  margin-top: 0;
  margin-bottom: 22px;
}

.contact-section-2 .contact-head h3 {
  font-size: 24px;
  line-height: 32px;
}

.contact-sub-div {
  display: flex;
  align-items: baseline;
  gap: 13px;
  margin-bottom: 20px;
}

.contact-box .cont-item:nth-child(5) {
  margin-bottom: 0;
}

.contact-sub-div img {
  width: 26px;
}

.contact-mail {
  word-break: break-word;
}

.contact-box .contact-sub-div:last-child {
  margin-bottom: 0;
}

.regiona-offices-sec {
  position: relative;
}

.regiona-offices-sec::before {
  content: '';
  position: absolute;
  z-index: 0;
  background: url(../imgs/products/wood-pattern.png);
  height: 100%;
  width: 100%;
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  background-position: left top;
  top: 0;
  opacity: 0.04;
}

.regiona-offices-sec.contact-section-2 .ray-svg {
  width: 190px;
}

.regiona-offices-sec .contact-box {
  min-height: 260px;
  background-color: #fff;
  margin-bottom: 40px;
}

.regiona-offices-wrapper .row .col-xl-6::nth-child(3),
.regiona-offices-wrapper .row .col-xl-6::nth-child(4) {
  margin-bottom: 0;
}

.regiona-offices-wrapper {
  position: relative;
  z-index: 1;
}

.contact-form h3 {
  color: #0063a7;
  margin-bottom: 10px;
}

.contact-form .contact-head::before {
  display: none;
}

.cont-form-input {
  margin-bottom: 23px;
  position: relative;
}

.submitt-btn {
  background: transparent;
  border: 0;
  color: #ffffff;
}

.readmore-btn:hover .submitt-btn {
  color: #000;
}

.cont-form-input label {
  color: #082d5a;
  line-height: 23px;
  font-size: 16px;
  margin-bottom: 3px;
}

.cont-form-input label span {
  color: #f00;
}

.captcha-value {
  position: absolute;
  top: 29px;
  right: 0;
  background: #f5f5f5;
  z-index: 9999;
  padding: 0px;
  width: 105px !important;
  height: 50px !important;
  border: 1px solid #ced4da;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.form-control {
  height: 50px !important;
}

.cont-form-input textarea {
  height: 80px !important;
}

.form-wrapper {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form .health-block h5 {
  font-size: 20px;
  color: #0063a7;
  margin-bottom: 11px;
  line-height: 27px;
}

/* .contact-form .health-block p {
  margin-bottom: 13px;
} */
.contact-updt {
  margin-bottom: 25px;
}

.cont-deg {
  font-size: 14px;
  color: #0063ae;
  display: block;
  line-height: 14px;
  margin-top: 3px;
}

.home-overview-btn {
  padding-left: 20px;
}

.overview-content {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
}

.overview-cont {
  margin: 47px 0;
  padding: 0 20px;
  margin-top: 20px;
}

.overview-left-img,
.overview-right-img {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 300px; */
}

.overview-left-img {
  margin-right: 30px;
  position: relative;
  /* padding-right: 30px; */
}

.overview-left-img::before {
  content: '';
  position: absolute;
  background-image: url(../imgs/home-overview/overview-top-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 268px;
  height: 400px;
  z-index: 5;
  left: -47px;
  top: -31px;
}

.overview-right-img {
  /* margin-left: 30px; */
  /* padding-left: 30px; */
}

.overview-left-img img,
.overview-right-img img {
  width: 100%;
  border-radius: 10px;
}

.para-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}

.who-we-are-top-section .icon-div::after {
  display: none;
}

.who-we-are-top-section .icon-div {
  padding-left: 0px;
}


.who-we-are-top-section .title-font-one {
  position: absolute;
  line-height: 1;
  top: 23px;
  left: 100px;
  font-size: 58px;
  font-weight: 600;
  /* color: #0063a7; */
  color: #121212;

}

.who-we-are-top-section .title-font-one .sup-st {
  color: #121212;
  font-size: 40px;
  top: -1px;
  left: -11px;
}

.who-we-are-top-section .states .item {
  position: relative;
  background: #fff;
  padding: 15px;
  border: 1px solid #DDD;
  border-radius: 10px;
  /* margin-left: 30px; */
  margin-bottom: 50px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  z-index: 2;
  min-height: 205px;
}

.who-we-are-top-section .states .item:after {
  content: '';
  position: absolute;
  background-image: url(../imgs/home-overview/statistics-abstract.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 330px;
  z-index: 0;
  top: -50px;
  width: 240px;
  right: -77px;
}




.who-we-are-top-section .states .item p {
  /* width: 80%; */
  font-weight: 600;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.who-we-are-top-section .right-content {
  margin-top: 75px;
  max-width: 363px;
  float: right;
}

.overview-right-img {
  overflow: hidden;
  position: relative;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.overview-right-img img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  transform: scale(1.5) translate(0, -100px);
  transform-origin: 50% 50%;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.overview-right-img.active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.overview-right-img.active img {
  transform: scale(1) translate(0px, 0px);
}


.wind-mill {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 239px;
  width: 380px;
  z-index: -1;
}

.stolby {
  position: absolute;
  left: 40px;
  bottom: 0;
  top: 94px;
  margin-top: 0;
}

#v1,
#v2,
#v3,
#v4 {
  animation: 8s motion1 infinite linear;
  position: absolute;
  top: 0;
}

#v1 {
  left: 122px;
  top: 49px;
}

#v2 {
  left: 3px;
  top: 78px;
  -moz-transform: scale(0.7) rotate(0deg);
  -webkit-transform: scale(0.7) rotate(0deg);
  -o-transform: scale(0.7) rotate(0deg);
  -ms-transform: scale(0.7) rotate(0deg);
  transform: scale(0.7) rotate(0deg);
  animation: 2s motion2 infinite linear;
}

#v3 {
  left: 62px;
  top: 143px;
  -moz-transform: scale(0.5) rotate(0deg);
  -webkit-transform: scale(0.5) rotate(0deg);
  -o-transform: scale(0.5) rotate(0deg);
  -ms-transform: scale(0.5) rotate(0deg);
  transform: scale(0.5) rotate(0deg);
  animation: 2s motion3 infinite linear;
  opacity: 0.9;
}

#v4 {
  left: 114px;
  top: 73px;
  -moz-transform: scale(0.3) rotate(0deg);
  -webkit-transform: scale(0.3) rotate(0deg);
  -o-transform: scale(0.3) rotate(0deg);
  -ms-transform: scale(0.3) rotate(0deg);
  transform: scale(0.3) rotate(0deg);
  animation: 2s motion4 infinite linear;
  opacity: 0.7;
}

@keyframes motion1 {
  from {}


  to {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);

  }
}

@keyframes motion2 {
  from {}


  to {
    -moz-transform: scale(0.7) rotate(360deg);
    -webkit-transform: scale(0.7) rotate(360deg);
    -o-transform: scale(0.7) rotate(360deg);
    -ms-transform: scale(0.7) rotate(360deg);
    transform: scale(0.7) rotate(360deg);

  }
}

@keyframes motion3 {
  from {}


  to {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -o-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);

  }
}

@keyframes motion4 {
  from {}


  to {
    -moz-transform: scale(0.3) rotate(360deg);
    -webkit-transform: scale(0.3) rotate(360deg);
    -o-transform: scale(0.3) rotate(360deg);
    -ms-transform: scale(0.3) rotate(360deg);
    transform: scale(0.3) rotate(360deg);

  }
}

.who-we-are-section {
  background-image: url(../imgs/home-overview/solar-background.png);
  background-position: left 270px bottom 0px;
  background-repeat: no-repeat;
}

/* who we are new */
.hyper-color {
  color: #71b32f;
  cursor: pointer;
  background: #fff;
  text-shadow: none;
  padding: 4px 12px;
  border: 1px solid #e60e33;
  border-radius: 30px;
  margin-right: 3px;
}

.hyper-color:last-child {
  margin-right: 0;
}

.chat-deg {
  color: #878787;
  text-shadow: none;
  margin-bottom: 8px;
  margin-top: 1px;
  font-weight: 400;
}

.cht-heading {
  font-size: 16px;
  margin-bottom: 4px;
  color: #0063a7;
}

.cont-info h2 {
  font-size: 31px;
  margin-bottom: 20px;
}

.cont-info .item {
  width: 412px;
}

.min-heigt-fp p {
  min-height: 81px;
}

.search-field::placeholder {
  color: #28548f !important;
  opacity: 1 !important;
}

.annual-report-wrapper .reports:before {
  display: none;
}

.annual-report-wrapper .report-about {
  padding-top: 0px;
}

.mfp-title {
  line-height: 24px;
}


.custom-desc p::-webkit-scrollbar {
  width: 4px;
}

.custom-desc p::-webkit-scrollbar-track {
  background: #e9f6ff;
  border-radius: 10px;
}

.custom-desc p::-webkit-scrollbar-thumb {
  background-color: #0063a7;
  border-radius: 4px;
}


/* Marquee css start*/


.marquee-bar {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.whats-new {
  color: #ffffff;
  font-weight: 600;
  background-color: #0062a4;
  padding: 15px;
  font-size: 18px;
  float: left;
  width: 160px;
  position: relative;
}

/* .whats-new:after {
  content: '';
  position: absolute;
  background-image: url(/assets/images/news-shape.svg);
  right: -4px;
  top: 0;
  height: 100%;
  width: 25px;
  background-repeat: no-repeat;
} */

.scrolling-text-cont {
  width: 100%;
  float: left;
  padding: 15px 15px;
  position: relative;
  overflow: hidden;
}

.play-pause-option {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background: #ffffff;
  width: 47px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-pause-option:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #dbdede;
  position: absolute;
  right: 47px;
  top: 0;
}

.scrolling-text-cont ul {
  list-style: none;
  display: flex;
  white-space: nowrap;
  padding: 0px 47px 0 10px;
  overflow: hidden;
}

.scrolling-text-cont li {
  display: inline-flex;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.scrolling-text-cont li {
  padding-right: 15px;
  margin-right: 15px;
}

.wrap-marquee {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100px;

  ngx-marquee {
    flex: 1;
    width: 1px;
    font-size: 1em;

    .ticker-custom {
      margin-right: 100px;
      color: white;
      line-height: 40px;
    }

    .ticker-custom:nth-child(even) {
      opacity: 1;
    }

    .ticker-custom:last-child {
      margin-right: 0;
    }
  }
}

mark {
  background-color: transparent;
  font-size: 19px;
  padding: 0px 20px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #0063a7;
}

.ticker-custom span {
  color: red;
}

mark::before {
  content: "";
  position: absolute;
  background-color: #bbbbbb;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
}

mark:last-child::before {
  display: none;
}

.play-pause {
  width: 32px;
  padding: 5px;
}


.marquee.paused {
  animation-play-state: paused;
}

.play-pause-option {
  cursor: pointer;
}

.play-pause-option img {
  width: 25px;
  cursor: pointer;
}

.icon-visible {
  opacity: 1;
  pointer-events: auto;
  position: static;
}

.icon-hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.fr {
  float: right !important;
}

.whats-news img {
  width: 25px;
  margin-left: 15px;
}

.proximity-boxes {
  padding: 10px 0;
}

.proximity-box {
  background: #fff;
  border: 2px solid #fc9b12;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 15px;
  min-height: 165px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 24px -7px rgb(182 182 184 / 46%);
}

.proximity-box img {
  width: 55px;
  height: 65px;
  transition: 0.2s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.proximity-box:hover {
  box-shadow: none;
}

.proximity-box:hover img {
  transform: scale(0.9);
}

.proximity-details {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.proximity-text {
  font-size: 15px;
  font-weight: 600;
  color: #232323;
}

.distance {
  font-size: 20px;
  font-weight: 700;
  color: #232323;
}

.pro-box:nth-child(2n) .proximity-box {
  border: 2px solid #dc628b;
}

.pro-box:nth-child(3n) .proximity-box {
  border: 2px solid #e75e3e;
}

.pro-box:nth-child(4n) .proximity-box {
  border: 2px solid #009cb3;
}

.pro-box:nth-child(5n) .proximity-box {
  border: 2px solid #4e64bd;
}

.pro-box:nth-child(6n) .proximity-box {
  border: 2px solid #6004b1;
}

.ticker-custom a {
  color: #000;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
}

.marquee {
  width: 100%;
  /* white-space: nowrap; */
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* .scrolling-text-cont li:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #dbdede;
  position: absolute;
  right: 0px;
  top: 0;
} */

/* Marquee css end*/


.balco-korba-pin {
  position: absolute;
  content: '';
  top: 80px;
  right: 697px;
  width: 161px;
  height: auto;
  animation: floatUpDown 1s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
    /* move up */
  }

  100% {
    transform: translateY(0);
  }
}

/* Footer changes CSS  */
.quick-linkss {
  margin: 0 auto !important;
  padding-bottom: 33px !important;
  border-bottom: 1px solid #0a3871;
  /* margin-bottom: 70px !important; */
}

.wh-logo {
  display: block;
}

.clr-logo {
  display: none;
}

.quick-linkss li:hover .clr-logo {
  display: block;
  animation: shake 0.5s ease-in-out;
}

.quick-linkss li:hover .wh-logo {
  display: none;
}

.quick-linkss li:hover .link-text {
  color: #569ccd;
}

.quick-linkss li:first-child a {
  padding-left: 0 !important;
}

.sec-head ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* text-align: center; */
  margin-bottom: 45px;
}

.sec-head ul li {
  display: inline-block;
  margin-right: 38px;
}

.quick-linkss li {
  display: inline-block;
  margin-right: 15px !important;
  text-align: center;
}

.quick-linkss li a {
  font-family: "Inter", sans-serif !important;
  float: left;
  padding: 0px 20px 0;
  font-size: 15px;
  color: #c6e2ff !important;
  transition: .5s linear;
}

.sec-head ul li a {
  color: #4d4c4c;
  /* font-family: 'Circular Std Book'; */
  font-weight: 500;
}

.quick-linkss li {
  display: inline-block;
  margin-right: 15px !important;
  text-align: center;
}

.quick-linkss li img {
  width: 50px;
  /* display: block; */
  margin: 0 auto 5px;
  height: 50px;
}

.footer-text-s {
  font-size: 28px !important;
  line-height: 38px;
}

.link-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  font-family: "Inter", sans-serif !important;
  color: #ccc;
}

.gallery.gallery-columns-2 {
  display: flex;
  height: auto !important;
  /* gap: 10px; */
}

.gallery.gallery-columns-2 .gallery-item {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  margin-top: 25px;
}

.gallery.gallery-columns-2 .gallery-item .gallery-icon {
  padding: 10px;
  border: 1px solid #ddd;
}

.poshan-talk .vdo-gallery-wrapper {
  display: flex;
  /* gap: 20px; */
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}

.poshan-talk .vdo-gallery-item {
  width: 32%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
  padding: 10px;
  border: 1px solid #ddd;
  /* height: 260px; */
  height: auto;
  display: flex;
}

.poshan-talk .vdo-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.poshan-talk .vdo-gallery-item:hover {
  transform: scale(1.02);
}

.plant-img {
  display: none !important;
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1600px) {

  .fit-img video {
    object-fit: cover;
    height: 100%;
  }

  /* .search-div {
    top: 20%;
  } */

  .custom-desc p {
    height: 282px;
  }

  .mr-p2 {
    margin: 0 112px;
    margin-top: 45px;
  }

  .people-swiper-div .product-image {
    height: 340px;
  }

  .wmn-csr-bg {
    width: 348px;
  }

  .arogya-section .wmn-csr-bg {
    width: 556px;
  }

  .shadow-shape {
    left: -25%;
  }

  .shadow-shape-inr {
    left: -9%;
  }

  .csr-line-img {
    width: 416px;
    right: -152px;
    bottom: -79px;
  }

  .social-img-content h3 {
    font-size: 33px;
    line-height: 39px;
  }

  .wave-img-bg {
    width: 500px;
  }

  .panel {
    margin-top: 65px;
    /* height: 62%; */
    height: 42%;
  }

  .horizontal-scroll-section .content {
    height: 100%;
  }

  .horizontal-scroll-section .content img {
    height: 100%;
  }

  .ham-abstract {
    width: 600px;
    height: 271px;
  }

  .career-main-div {
    height: calc(100vh - 150px);
  }

  .horizontal-scroll-section .circle-an {
    width: 337px;
    height: 337px;
    top: -79px;
    left: -18px;
  }

  .horizontal-scroll-section .social-img-content {
    top: -84px;
    right: 335px;
    width: 412px;
  }

  .social-img-content span {
    font-size: 42px;
    margin-top: 3px;
  }

  .shadow-heading {
    top: 44%;
    font-size: 93px;
    right: -150px;
  }

  .years h4 {
    left: -22%;
  }

  .pillar-text {
    bottom: 259px;
  }

  .inner-page-banner {
    height: 380px;
  }

  .prev-year,
  .next-year {
    top: 26px;
  }

  .pht-cont {
    width: 1055px;
  }

  /* 
    .pht-outer {
      height: 510px;
    } */

  .top-left-pht {
    width: 200px;
    top: 44px;
    opacity: 0.04;
    right: 147px;
  }

  .product-animate-icon object {
    width: 388px;
  }

  .horizontal-wrapper .shadow-heading {
    top: 71%;
    /* font-size: 58px; */
    font-size: 50px;
    left: -10%;
  }

  .h-edu {
    left: 111px !important;
    top: 81% !important;
  }

  .h-edu2 {
    left: -3px !important;
    top: 83% !important;
  }

  .h-edu3 {
    left: 78px !important;
    top: 78% !important;
  }

  .h-edu4 {
    left: 107px !important;
    top: 70% !important;
  }

  /* .gallery-left {
      width: 19%;
    } */

  /* .year-div-w {
      width: 25%;
    } */

  .about-ma .content .item .botm h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1550px) {
  .menu-list li a {
    font-size: 16px;
  }

  .sub-menu-div {
    top: 94px;
  }

  .shape-top:before {
    border-width: 25px 0 0 31px;
  }

  .shape-top {
    width: 34%;
  }

  .navbar.nav-scroll .sub-menu-div {
    top: 86px;
  }
}

@media screen and (max-width: 1500px) {

  .menu-list li a {
    font-size: 15px !important;
  }

  .search-div {
    left: 26%;
  }

  .navbar.nav-scroll .sub-menu-div {
    top: 85px;
  }
}

@media screen and (max-width: 1450px) {
  .header .container-fluid {
    padding: 0 40px;
  }

  .bod-tabs {
    width: 75%;
  }
}

@media screen and (max-width: 1400px) {

  .balco-korba-pin {
    top: 67px;
    right: 599px;
    width: 140px;
  }

  .people-2sec .nav-link {
    font-size: 21px;
    padding-left: 22px;
    line-height: 30px;
  }

  .company-map-wrapper .map-div {
    width: 195px;
  }

  .company-map-wrapper .loc-pin2 {
    left: 95px;
    top: 13%;
  }

  .esg-box {
    width: 49.3%;
  }

  .esg-box h5 {
    font-size: 26px;
  }

  .env-content {
    padding: 0 35px 20px;
  }

  .map-wrapper iframe {
    height: 511px;
  }

  .map-wrapper {
    height: 511px;
  }

  .process-content p {
    min-height: 135px;
  }

  .process-count-item .process-number::before {
    left: 93px;
  }

  .edu-girl {
    width: 64%;
    right: -32%;
    bottom: -9%;
  }

  .edu-shape-rect {
    position: absolute;
    top: 42%;
    left: 31%;
    width: 27%;
  }

  .edu-boy-blue {
    left: 25%;
    bottom: 40%;
  }

  .edu-tri {
    top: 34%;
  }

  .edu-girl-green {
    right: 2%;
  }

  .edu-arrow {
    bottom: 25%;
  }

  .edu-round {
    top: 32%;
    right: 19%;
  }

  .overview-wrapper {
    padding-left: 0px;
  }

  .enterprise-box h4 {
    font-size: 23px;
    margin-bottom: 3px;
  }

  .facilities-section {
    padding: 30px 0;
  }

  .facilities-section .pin-spacer {
    height: auto;
    padding: 0px 0px 1200px;
  }

  .facilities-section .content h3.heading {
    font-size: 35px;
  }


  .single-cutout {
    width: calc(100% + 60px);
    left: -30px;
  }

  .fact-section .fact-item-content {
    padding: 70px 37px;
  }

  .fact-item-content h4 {
    font-size: 16px;
  }

  .fact-section .fact-item-content .fact-icon {
    margin-bottom: 35px;
  }

  /* .healthcare-section .butn.butn-md span {
    font-size: 15px;
  } */

  /* .healthcare-section .butn.butn-md {
    padding: 5px 20px;
  } */





  .report-title {
    margin-left: 12px;
    line-height: 25px;
    font-size: 15px;
  }

  .report-box img {
    width: 42px;
  }


  .horizontal-wrapper .shadow-heading {
    font-size: 43px;
  }

  .panel {
    margin-top: 56px;
    height: 50%;
  }

  .horizontal-scroll-section .social-img-content {
    top: -62px;
    right: 227px;
    width: 412px;
  }

  .horizontal-scroll-section .circle-an {
    width: 283px;
    height: 283px;
    top: -79px;
    left: -18px;
  }

  .h-edu {
    left: 110px !important;
    top: 78% !important;
  }

  .h-edu2 {
    left: -57px !important;
    top: 87% !important;
  }

  .h-edu3 {
    left: 7px !important;
    top: 77% !important;
  }

  .h-edu4 {
    left: 49px !important;
    top: 63% !important;
  }

  .sustainability-text-div h6 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .mb-100 {
    margin-bottom: 70px !important;
  }

  .mb-60 {
    margin-bottom: 50px !important;
  }

  h2 {
    font-size: 40px;
  }

  .thecontainer .img {
    width: 560px;
  }

  .blog-sa .item .img {
    height: 380px;
  }

  .mt-40 {
    margin-top: 20px !important;
  }

  .panel .item:hover .img .content-wrapper {
    bottom: 0px;
  }

  .about-ma .content .item {
    margin-top: 47px;
  }

  /* 
    h3 {
      font-size: 36px;
      line-height: 42px;
    } */

  .mb-70 {
    margin-bottom: 48px !important;
  }

  .counter {
    font-size: 48px;
  }

  .intro-crv .states .item p {
    font-size: 15px;
  }

  .intro-crv .states .item {
    padding-left: 48px;
  }

  .section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .magazine-box {
    margin-left: 20px;
  }

  .careers-section h2 {
    font-size: 36px;
    line-height: 41px;
  }

  .about-ma .content .item .botm h2 {
    font-size: 54px;
  }

  .carbon-water-statistics {
    margin-bottom: 45px;
  }

  .about-ma .content .item .botm h6 {
    padding-bottom: 7px;
  }

  .banner-caption p.text-1 {
    margin-bottom: 7px;
  }

  .menu-height {
    max-height: 440px;
  }

  .hamenu .menu-links .main-menu>li .link {
    font-size: 26px;
    line-height: 28px;
    padding: 10px 0;
  }

  .hamenu .cont-info .text-center h5 {
    font-size: 17px;
    line-height: 26px;
  }

  .ham-abstract {
    width: 376px;
    height: 244px;
  }

  .social-cutImg-container img {
    height: 100%;
    object-fit: contain;
  }

  /* .social-cutImg-container {
      height: 460px;
    } */

  .circle-an {
    width: 360px;
    height: 360px;
    left: 40px;
  }

  .social-img-content span {
    font-size: 45px;
    margin-top: 5px;
  }

  .social-img-content h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .menu-list li a {
    margin-left: 17px;
    font-size: 15px;
  }

  /* li.menu a:before {
    bottom: -2px !important;
  } */

  .social-content-right h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .header .container-fluid {
    padding: 0 35px;
    /* padding: 10px 35px; */
    /* padding-top: 0; */
  }

  .menu-list li .sub-menu li a {
    font-size: 17px;
  }

  .navbar .logo img {
    width: 260px;
  }

  /* .h-buyNow p {
    font-size: 16px;
  } */

  /* .navbar.nav-scroll .sub-menu-div {
    top: 107px;
  } */

  .overview-mission-img {
    height: 140px;
    width: 140px;
  }

  .overview-mission-img img {
    width: 90px;
  }

  .vs-cont {
    margin-left: 112px;
  }

  .overview-mission h5 {
    font-size: 30px;
  }

  .overview-mission p {
    font-size: 17px;
  }

  .infographic-container {
    width: 785px;
  }

  .center-circle {
    width: 400px;
  }

  .circular-line {
    width: 440px;
    height: 440px;
  }

  .album-cover-name {
    width: 80%;
  }

  .career-content {
    width: 360px;
  }

  .career-content {
    padding: 40px 35px;
  }


  .contact-box {
    min-height: 465px;
  }

  .contact-sub-div p {
    word-break: break-word;
  }

  .regiona-offices-sec .contact-box {
    min-height: 347px;
  }

  .for-border {
    margin-right: 50px;
    min-width: 220px;
  }

  .for-border::before {
    right: -5px;
  }

  .search-div {
    left: 28%;
    width: 27%;
  }

  .hlth-glry .bg-line-1 {
    bottom: 391px;
  }
}

@media screen and (max-width: 1368px) {
  .shadow-heading {
    right: -168px;
  }

  .una-products .content h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    align-items: center;
    display: flex;
    min-height: 53px !important;
  }

  .taco-div .taco-txt h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .cm-circle {
    width: 298px !important;
    left: 12%;
    top: 90px;
  }

  /* .cm-img-div {
    height: 550px;
  } */

  .people-2sec .nav-link {
    font-size: 21px;
    line-height: 25px;
    background: #ffffff;
    padding-right: 20px;
    min-width: 272px;
  }

  .people-2sec .bod-tabs .nav-link.active {
    background: radial-gradient(45.95% 45.95% at 100% 0, rgba(255, 255, 255, 0.28) 0, rgba(255, 255, 255, 0.0001) 100%), linear-gradient(246deg, rgb(0 99 167) 31.67%, rgb(108 188 57) 83.85%);
    color: #ffffff !important;
  }

  /* .balco-txt {
    margin-bottom: 30px;
  } */

  .s-content .grid-2 {
    column-gap: 15px;
  }

  .sub-menu-left h4 {
    font-size: 28px;
  }

  .sub-menu-div {
    top: 92px;
  }

  .unnati-gist p {
    min-height: 109px;
  }

  .navbar.nav-scroll .sub-menu-div {
    top: 83px;
  }

  .overview-section .sustain-goals-section .our-goal h3:before {
    width: 50px;
  }

  .overview-section .sustain-goals-section .our-goal h3:after {
    left: calc(100% + 50px);
  }




  .product-animate-icon object {
    width: 360px;
  }

  .info-box {
    width: 355px;
  }

  .box6 {
    bottom: -140px;
  }

  .center-container {
    margin: 90px 0 112px;
  }

  .report-box span {
    font-size: 15px;
  }

  .header-search-wrapper .search-width {
    width: 25px !important;
  }

  .sports-shape-rect {
    top: 17%;
  }

  .sports-right-wrapper {
    height: 520px;
  }

  .single-cutout {
    width: calc(100% + 36px);
    left: -23px;
  }

  .fact-section .fact-item {
    height: 315px;
  }

  .fact-section .fact-item-content {
    padding: 40px 37px;
  }

  .icon-div.icon-div-healthcare img {
    margin-bottom: 10px;
  }

  .healthcare-section .stat h3 {
    font-size: 24px;
  }

  .healthcare-section .counter-item h3 {
    height: 38px;
  }

  .healthcare-section .stats {
    margin-top: 20px;
  }

  .healthcare-section .stat {
    padding: 13px;
  }

  .hamenu .menu-links .main-menu .sub-menu li {
    line-height: 29px;
  }

  .ham-logo img {
    width: 220px;
  }

  .cont-info .item {
    width: 333px;
  }

  .women-emp-section .inner-page-overview {
    margin-top: 55px;
  }

  .women-emp-section .circular-img {
    top: 1px;
    right: -11px;
    height: 240px;
    width: 232px;
  }

  .women-emp-section .r-shape {
    left: 4px;
    height: 367px;
    width: 359px;
  }

  .panel {
    margin-top: 30px;
    height: 52%;
  }

  .banner-caption h2 {
    font-size: 45px;
    line-height: 60px;
  }

  .inner-page-banner {
    height: 360px;
  }

  .inner-page-banner h1 {
    font-size: 52px;
    line-height: 60px;
  }

  .years h4 {
    left: -21%;
  }

  /* .loc-pin1 {
    top: 49px;
    right: 83px;
  } */

  .loc-pin img {
    width: 35px;
  }

  /* .loc-pin::after {
    height: 15px;
    width: 25px;
    left: 4px;
    bottom: -8px;
  }

  .loc-pin2 {
    left: 165px;
    top: 17%;
  }

  .loc-pin3 {
    left: 104px;
  }

  .loc-pin4 {
    top: 25%;
  }

  .loc-name1 {
    right: -53px;
    font-size: 17px;
  }

  .loc-name1:before {
    width: 70px;
  }

  .loc-name2 {
    right: -2px;
    font-size: 17px;
  }

  .loc-name2:before {
    width: 150px;
  }

  .loc-name3 {
    right: -50px;
    font-size: 17px;
  }

  .loc-name3:before {
    width: 137px;
  }

  .loc-name4 {
    right: -30px;
    font-size: 17px;
  }

  .loc-name4:before {
    width: 197px;
  } */

  .hamenu .close-menu {
    width: 47px;
    height: 47px;
  }

  .menu-list li a {
    font-size: 14px !important;
  }

  .cont-info h2 {
    font-size: 25px;
  }

}

@media (max-width: 1260px) {
  .shadow-heading {
    display: none;
  }

  .navbar.nav-scroll .container-fluid {
    padding: 0px 40px 0px 40px;
  }
}

@media (max-width: 1199px) {
  .quick-linkss li img {
    width: 44px;
    margin: 0 auto 2px;
    height: 44px;
  }

  .sixty-years img {
    width: 110px;
  }

  .link-text {
    font-size: 16px;
  }

  .quick-linkss li a {
    padding: 0px 11px 0;
    font-size: 15px;
  }

  .balco-korba-pin {
    top: 67px;
    right: 506px;
    width: 110px;
  }

  .people-2sec .nav-link {
    min-width: 377px;

  }

  .taco-div .taco-txt h4 {
    width: 90%;
    padding-left: 0px;
  }

  .cm-img-div {
    height: 430px;
  }

  .left-info-msg h3 {
    margin-top: 18px;
    margin-bottom: 12px;
  }

  .cm-msg .left-info-msg {
    padding: 45px 45px 0px 45px;
    margin-bottom: 0;
  }

  .cm-img-div img {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }

  .cm-circle {
    position: absolute !important;
    left: 31% !important;
    top: 67px;
    transform: none !important;
  }

  .company-map-wrapper .map-container {
    margin-top: 0;
  }

  .company-map-wrapper .map-div {
    width: 330px;
  }

  .company-map-wrapper .loc-pin2 {
    left: 175px;
    top: 18%;
  }

  .com-map .padding-right0 {
    padding-right: 15px;
  }

  .com-map .pl-0 {
    padding-left: 15px;
  }

  .text-medical-cntr {
    align-items: baseline;
    flex-direction: column;
  }

  .text-medical-cntr h3 {
    width: 80%;
  }

  .text-medical-cntr .butn.butn-md {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .esg-box {
    width: 49.1%;
    padding: 35px;
  }

  .esg-box h5 {
    font-size: 21px;
    margin-left: 10px;
  }

  .unnati-gist p {
    min-height: 85px;
  }

  .residential-facilities-section .content-area {
    padding: 30px;
  }

  .residential-facilities-section .content-area h6 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .menu-top {
    margin-bottom: 0;
  }

  .info-box {
    width: auto;
  }

  .box6 {
    bottom: auto;
    transform: none;
  }

  .resp-key-focous .box8 {
    left: 50% !important;
    transform: translate(0%, -50%);
    top: 66px !important;
  }

  .progress-section .row>.col-xl-6:nth-of-type(2) .process-count-item {
    margin-top: 40px;
  }

  .logo-on-search {
    padding: 20px 20px;
  }

  .bod-tabs li button {
    font-size: 18px;
  }

  .process-count-item {
    min-height: 180px;
  }

  .process-content p {
    min-height: 0;
  }

  .process-count-item .process-number::before {
    left: 99px;
  }

  /* .sports-left-wrapper{
    height: 550px;
  } */

  .education-img-wrapper {
    height: 550px;
    overflow: hidden;
  }

  /* .edu-boy {
    width: 55%;
    left: 39%;
    top: 40%;
  } */

  .edu-boy-blue {
    width: 9%;
    left: 21%;
    bottom: 47%;
  }

  .edu-tri {
    width: 3%;
    top: 31%;
    left: 28%;
  }

  .edu-arrow {
    bottom: 28%;
    left: 26%;
  }

  .edu-shape-rect {
    top: 38%;
    left: 25%;
    width: 27%;
  }

  .edu-girl {
    width: 70%;
    right: -35%;
    bottom: -8%;
  }

  .edu-round {
    top: 24%;
    right: 22%;
  }

  .edu-girl-green {
    width: 9%;
    right: 5%;
    bottom: 25%;
  }

  .edu-tri-2 {
    bottom: 13%;
  }

  .innerPage-section-padding.education-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .innerPage-section-padding.sports-fitness-section {
    /* padding-top: 50px !important;
    padding-bottom: 50px !important; */
    padding-top: 0;
    padding-bottom: 0;
  }

  .people-3sec .content-p-mb {
    padding-left: 0;
    margin-left: 0px;
    margin-top: 30px;
    border-left: 0;
  }

  .tab-content .large-span {
    grid-row: span 1;
  }

  .people-2sec .bg-btm-right {
    bottom: 0;
    right: 0;
    rotate: initial;
    left: auto;
  }

  .people-2sec .left-img-abs {
    display: none;
  }

  .people-cutout {
    margin: 0px 19% 0px 20%;
    width: auto;
  }

  .map-wrapper iframe {
    height: 528px;
  }

  .map-wrapper {
    height: 528px;
  }

  .hamenu .menu-links .main-menu {
    width: 78%;
  }

  /* .map-wrapper iframe {
    height: 502px;
  } */

  .cont-info h2 {
    font-size: 23px;
    line-height: 32px;
  }

  .social-profile img {
    top: 100px;
  }

  .about-health .content-last,
  .health-section-sustainability .sub-head {
    width: 100%;
  }

  .available-sites ul {
    margin-left: 0;
  }

  .available-sites {
    display: flex;
    align-items: start;
    flex-direction: column;
  }

  .available-sites h6 {
    margin-bottom: 12px;
  }

  .unnati-section.women-emp-section .r-shape {
    left: 4px;
    height: 294px;
    width: 290px;
  }

  .women-emp-section .circular-img {
    top: -6px;
    right: -11px;
    height: 224px;
    width: 222px;
  }

  .unnati-section .right-outer-div {
    width: 50%;
    margin: 100px auto 0px;
  }

  .img-points-div {
    margin-right: 0;
  }

  .s-large-img {
    height: 300px !important;
  }

  .gallery-left {
    width: 392px;
  }

  .gallery-left-inner {
    width: 328px;
  }

  .hospital-overview-section .row {
    flex-direction: column-reverse;
  }

  .hospital-overview-section .overview-wrapper .bold-text {
    display: inline !important;
  }

  .hospital-overview-section .right-outer-div .cut-img-w {
    max-width: 50%;
  }

  .hospital-overview-section .right-outer-div {
    margin-top: 45px;
  }

  .stetho {
    display: none;
  }

  .people-cutout {
    margin-top: 25px;
  }


  .facilities-section .content-new {
    display: block;
  }


  .facilities-section .content-new h3.heading {
    font-size: 40px;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ffffff;
    padding-left: 0;
    line-height: 50px;
    text-align: center;
  }

  .facilities-section .content {
    display: none;
  }

  .facilities-section .scrollable {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .facilities-section .grid {
    grid-template-columns: 1fr 1fr;
  }

  .facilities-section .content {
    width: 100%;
  }

  .health-safe-wrapper .row .col-12:nth-child(3) .health-box {
    margin-top: 33px;
  }

  .testimonial-section.testimonial-section-hospital .left-info-msg {
    margin-right: 0px;
  }

  .health-box {
    min-height: 348px;
  }

  .benifit-section .doctor-img {
    max-width: 100%;
  }

  .left-info-msg {
    margin-right: 0px;
    margin-bottom: 40px
  }

  .enterprise-box h4 {
    font-size: 21px;
  }

  .emp-box-outer p {
    margin: auto 0px;
  }

  .border-b::before {
    left: -70px;
  }

  .facilities-section {
    flex-direction: column;
    padding: 0;
  }

  .single-cutout {
    /* left: -11px;
    width: calc(100% + 15px); */
    left: 0px;
    width: calc(100% + -21px);
  }

  .fact-section .content-wrap {
    padding-left: 0;
  }

  .healthcare-section .highlight-title,
  .healthcare-section .subtitle,
  .healthcare-section .description {
    text-align: center;
  }

  .healthcare-section .hospital-button {
    display: flex;
    justify-content: center;
  }



  .healthcare-section .stats {
    margin-top: 45px;
  }

  .edu-cutout-img {
    margin-top: 30px;
  }

  .edu-illust,
  .sport-illust {
    display: none;
  }

  .sports-cutout-img {
    margin-top: 30px;
  }

  .people-ovr {
    margin-right: 0px;
  }

  .overview-right-img {
    display: none;
  }

  .who-we-are-top-section .states .item p {
    min-height: 55px;
  }


  .who-we-are-top-section .right-content {
    /* max-width: 100%; */
    max-width: 363px;
    margin-top: 30px;
  }

  .social-paragraph-home {
    margin-top: 25px;
  }

  .social-content-right h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .header .container-fluid {
    padding: 10px 35px;
  }

  .menu-icon-list {
    margin-bottom: 0;
    padding-top: 3px;
  }

  .core-points-box {
    margin-bottom: 30px;
  }

  .env-title {
    font-size: 20px;
  }

  .all-csr-section .env-content {
    padding: 0 20px 20px;
  }

  .all-csr-section .env-title {
    font-size: 19px;
  }

  .img-cover {
    height: auto;
    margin-bottom: 0px;
  }

  .magazine-content .item {
    height: auto;
  }

  .innerPage-section-padding {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .financial-box-wrapper .col-xl-4:nth-child(3) .f-box {
    margin-top: 30px;
  }

  .panel {
    justify-content: flex-start !important;
    margin-right: 25px;
  }

  .shadow-heading {
    display: none;
  }

  .states {
    margin-top: 30px !important;
  }

  .nav-menus {
    display: none !important;
  }

  .header-menu {
    /* flex-direction: row; */
    flex-direction: row-reverse;
    align-items: center;
  }

  .menu-icon {
    margin-right: 25px;
  }

  .header-padding .row {
    align-items: center !important;
  }

  /* .search-div {
    width: 100%;
    padding: 0px 30px;
  } */

  .search-div {
    width: 40%;
    padding: 0;
    top: 13%;
    left: 92px;
  }

  .header-crv .mimg {
    height: 100vh;
    object-fit: cover;
  }

  .image-shape {
    position: relative;
    width: 100%;
  }

  .fit-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .horizontal-scroll-section .content img,
  .horizontal-scroll-section .content {
    height: auto !important;
  }

  .social-img-content {
    position: relative;
    right: 0 !important;
  }

  .social-img-content h3 {
    font-size: 28px !important;
  }

  .social-img-content span {
    font-size: 28px !important;
  }

  .horizontal-scroll-section .content img {
    width: 75%;
  }

  .inner-page-banner {
    /* margin-top: 100px; */
    height: 290px;
    padding: 40px 0;
  }

  .inner-page .banner-wrapper {
    padding-top: 90px !important;
  }

  .about-ma .content h3 {
    font-size: 32px;
    line-height: 34px;
  }

  .inner-page-banner h1 {
    font-size: 46px;
    line-height: 47px;
  }

  h2 {
    /* font-size: 29px;
    line-height: 37px; */
    font-size: 35px;
    line-height: 41px;
  }

  .sub-head {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .ceo-cont {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }



  /* 
   .inner-page .footer-sa {
     padding-bottom: 65px;
   } */

  .vision-left-box {
    height: 100% !important;
  }

  .vis-mis-abstract {
    right: 0;
  }

  .card-awards-right img {
    width: 390px;
  }

  .card-awards-right {
    right: -5px;
  }

  .years h4 {
    left: -23%;
  }

  .content-last {
    margin-left: 0;
  }

  .text-wrapper p {
    max-width: 100%;
  }

  /* .inner-page .footer-sa {
    padding-bottom: 30px !important;
   } */

  /* .social-icon a:last-child {
      margin-right: 0px !important;
    } */

  .header-menu {
    padding-top: 0;
  }

  .navbar.nav-scroll .container-fluid {
    padding: 10px 35px;
  }

  .map-container {
    margin-left: 0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .center-container {
    margin-top: 45px;
    margin-bottom: 0;
  }

  .infographic-container {
    position: relative;
    width: 100%;
    height: auto
  }

  .center-circle {
    width: 400px;
    position: relative;
    transform: translate(-50%, 5%);
  }

  .circular-line {
    transform: translate(-50%, -112%);
  }

  .resp-key-focous {
    position: relative;
    height: 590px;
    float: left;
    padding-top: 85px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }

  .info-box {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }

  /*  .text-wrapper {
    text-align: left;
  } */

  .prd-div img {
    width: 450px;
  }

  .prd-div {
    height: 370px;
  }

  /* .township-overview-section .content-last {
    margin: 20px 0px 0px 0px;
  } */

  .township-overview-section .content-last .text-wrapper {
    padding-left: 0px;
  }

  .img-points-div.mrt-50 {
    margin-top: 0px;
  }

  .img-points-div {
    margin-bottom: 40px;
  }

  .image-grid-2 {
    width: 50%;
    margin: 100px auto 30px;
    margin-left: auto;
  }

  .sts-data-left {
    margin-right: 0;
  }

  .cmnty .r-shape {
    right: -30px;
    height: 65%;
  }

  .cmnty .circular-img.edu-sh {
    height: 180px;
    width: 180px;
  }

  .sports-infographic {
    justify-content: center;
    gap: 55px;
  }

  /* .inner-page .footer-sa {
    padding-bottom: 140px !important;
  } */

  .fact-item-wrap {
    justify-content: center;
    margin-bottom: 40px;
  }

  .fact-section .fact-item {
    width: 35%;
  }

  .main-edu-full {
    max-width: 50%;
  }

  .secondary-bg {
    margin-left: 0;
  }

  .primary-bg {
    margin-left: 0;
    margin-top: 40px;
  }

  .process-count-item.ternary-bg {
    width: 100%;
    margin-top: 40px;
  }

  .offset-lg-1.offset-lg-1-new {
    margin-left: 0;
    width: 100%;
  }

  .right-outer-div {
    justify-content: center;
  }

  .usage .row>.col-xl-4:nth-child(-n+3) {
    margin-top: 35px;
  }

  .careers-section {
    padding-bottom: 250px !important;
  }

  .careers-section::before {
    right: 0;
  }

  .career-row {
    position: relative;
  }

  .career-row .img-hover-effect {
    height: auto;
  }

  .career-right-tp-wrapper {
    margin-top: 35px;
  }

  .careers-section h2 {
    font-size: 32px;
    line-height: 39px;
  }

  .sub-color.career-people {
    font-size: 32px;
  }

  .career-content {
    position: absolute;
    bottom: -165px;
    left: 50%;
    transform: translatex(-50%);
    width: 500px;
    padding: 30px 30px;
    height: 203px;
    margin-top: 0px;
    margin-left: 0;
  }

  .career-content .readmore-btn {
    margin-top: 30px !important;
  }

  .career-content::before {
    display: none;
  }

  .contact-box {
    min-height: 0;
    margin-bottom: 40px;
  }

  .regiona-offices-sec .contact-box {
    min-height: 0;
  }

  .top-contact-boxes .row .col-xl-4:last-child .contact-box {
    margin-bottom: 0;
  }

  .contact-form .health-block {
    min-height: 0;
  }

  .banner-caption h2 {
    font-size: 42px;
  }

  .balco-txt {
    font-size: 100px;
    /* margin-bottom: 25px; */
  }

  .year-div-w {
    margin-bottom: 45px;
  }

  .center-slide-cont h6 {
    line-height: 38px;
    min-height: 80px;
    font-size: 24px;
    width: 80%;
  }

  .shadow-year {
    display: none;
  }

  .about-ma .content {
    padding: 30px 30px 0;
  }


  .for-border {
    margin-right: 35px;
  }

  .for-border::before {
    right: 10px;
  }

  .about-ma .content .item .botm h2 {
    font-size: 60px;
  }

  .about-ma .content .item .botm h6 {
    font-size: 17px;
  }

  .facilities-section .content h3.heading {
    font-size: 32px;
  }

  .form-wrapper {
    margin-top: 35px;
  }

  .top-office-info {
    max-width: 333px;
  }

  .icon-info-div img {
    width: 25px;
  }

  .icon-info-div h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .dark-contrast .navbar.nav-scroll .h-buyNow p {
    color: #fff !important;
  }

  .dark-contrast .navbar.nav-scroll .menu-top li img,
  .dark-contrast .active-menu .menu-top li img {
    filter: invert(0);
  }

  .cm-circle-2 {
    width: 310px !important;
    top: 79px;
    left: 40% !important;
  }

  .plant-img {
    display: block !important;
  }

  .female-img {
    display: none;
  }

}

@media (max-width: 1113px) {
  .balco-txt {
    font-size: 93px;
    /* margin-bottom: 20px; */
  }

  .banner-caption h2 {
    font-size: 40px;
  }

}

@media (max-width: 1060px) {
  .balco-txt {
    font-size: 80px;
  }

  .banner-caption h2 {
    font-size: 36px;
    line-height: 53px;
  }
}

@media screen and (max-width: 991px) {

  .sixty-years-img-footer {
    width: 65px;
  }

  .right-hw-image {
    margin-top: 15px;
  }

  .sixty-years img {
    width: 88px;
  }

  .quick-linkss li a {
    padding: 0px 22px 0;
  }

  .quick-linkss:last-child li {
    margin-right: 0 !important;
  }

  .quick-linkss li:last-child a {
    padding-right: 0 !important;
  }

  .footer-sa .social-icon {
    margin-bottom: 27px;
  }

  .quick-linkss {
    justify-content: center;
    display: flex;
  }

  .emp-c-efforts {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .blog-sec .col-lg-4:last-child .md-mb50 {
    margin-bottom: 0 !important;
  }

  .home-overview-btn {
    padding-left: 0;
  }

  .balco-korba-pin {
    top: 60px;
    right: 377px;
    width: 75px;
  }

  .taco-txt {
    min-height: 107px;
  }

  .taco-div .taco-txt h4 {
    font-size: 18px;
    line-height: 23px;
    width: 95%;
    padding-left: 0px;
  }

  .cm-circle {
    left: 23% !important;
  }

  .company-map-wrapper .map-div {
    width: 251px;
  }

  .company-map-wrapper .loc-pin2 {
    left: 127px;
    top: 15%;
  }

  .esg-box h5 {
    font-size: 27px;
    margin-left: 20px;
  }

  .hlth-glry .composition-7 {
    row-gap: 20px;
  }

  .emp-vol-glry .composition-7 {
    gap: 13px;
  }

  .emp-vol-glry .offset-lg-1 {
    margin-top: 0;
  }

  .hlth-glry.emp-vol-glry {
    margin-bottom: 0px;
  }

  .emp-vol-c .last-para-cont {
    margin-bottom: 30px !important;
  }

  .unnati-gist p {
    min-height: 108px;
  }

  .search-div {
    width: 86%;
    left: 81px;
  }

  .cont-info {
    display: none;
  }

  .specification-title-div table tbody tr td:first-child {
    padding: 9px 20px;
  }

  .sports-shine-line-bottom {
    display: none;
  }

  .sports-shine-line-top {
    display: none;
  }

  .sports-ball {
    bottom: 10%;
  }

  .sports-arrow {
    bottom: 14%;
  }

  .education-img-wrapper {
    height: 500px;
    overflow: hidden;
  }

  .edu-boy {
    width: 42%;
    left: 39%;
    top: 40%;
  }

  .edu-boy-blue {
    position: absolute;
    width: 9%;
    left: 14.5%;
    bottom: 41%;
  }

  .edu-tri {
    width: 3%;
    top: 15%;
    left: 20%;
  }

  .edu-arrow {
    bottom: 19%;
    width: 9%;
    left: 21%;
  }

  .edu-round {
    width: 2%;
    top: 14%;
    right: 37%;
  }

  .edu-shape-rect {
    top: 38%;
    left: 19%;
    width: 22%;
  }

  .edu-girl {
    width: 56%;
    right: -7%;
    bottom: -26%;
  }

  .edu-girl-green {
    width: 9%;
    right: 23.5%;
    bottom: 18%;
  }

  .edu-tri-2 {
    bottom: 0%;
    right: 30%;
  }

  .arogya-section .row.mb-80 {
    margin-bottom: 0 !important;
  }

  .arogya-section .txt-dpt {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #c8c8c8;
  }

  /* .arogya-section .row-cols-md-2 .txt-dpt:last-child {
    border-bottom: 0;
  } */

  .arogya-section .txt-dpt:before,
  .arogya-section .txt-dpt::after {
    display: none;
  }

  .txt-dpt h3 {
    margin-top: 16px;
  }

  .arogya-section .separator-line-1px {
    display: none;
  }

  .line-full-w {
    border: 0;
    margin: 0;
  }

  .map-wrapper {
    height: 450px;
  }

  .map-wrapper iframe {
    height: 450px;
  }


  .left-map-wrapper {
    padding-right: 15px;
  }

  .right-map-wrapper {
    padding-left: 15px;
  }

  .outer-top-office-info {
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
  }

  .map-wrapper iframe {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .people-career {
    flex-direction: column;
  }

  .ppl-career-txt,
  .ppl-career-img,
  .people-career p {
    width: 100%;
  }

  .ppl-career-txt {
    padding: 20px;
  }

  .ppl-career-txt .view-all-btn {
    margin-top: 25px !important;
    margin-bottom: 10px;
  }


  .menu-height {
    margin-top: 50px;
  }

  .cont-info h2 {
    font-size: 21px;
    line-height: 30px;
  }

  .custom-slide-img {
    height: 330px;
  }

  .custom-desc {
    margin-bottom: 0;
  }

  .custom-desc p {
    height: 220px;
  }

  .custom-slide-content {
    margin-top: 25px;
    min-height: auto;
  }

  .custom-slide {
    width: 100% !important;
    padding: 20px;
  }



  .una-products .banner-img.style-2 {
    border-radius: 10px;
    height: 210px;
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(224 245 255) 100%);
    width: 100%;
    margin-bottom: 37px;
  }

  .una-products .banner-img .banner-text {
    position: absolute;
    z-index: 2;
    transform: translateY(-50%);
    padding: 25px 46px;
    top: 0px;
    transform: none;
  }

  .sustain-goals-section .row.mt-30 {
    margin-top: 0 !important;
  }

  .hospital-overview-section .right-outer-div .cut-img-w {
    max-width: 50%;
  }

  .hospital-overview-section .nrml-text {
    font-size: 36px;
  }

  .department-swiper .swiper-slide {
    width: 43%;
  }

  .testimonial-section.testimonial-section-hospital .testimonial-card .min-h {
    min-height: 265px;
  }

  .testimonial-section.testimonial-section-hospital .testimonial-card p {
    height: 215px;
  }

  .about-health .content-last {
    margin: 44px 0;
  }

  .health-box {
    min-height: 402px;
  }

  /* .health-stetho {
      width: 17%; 
    } */


  .benifit-section .row {
    flex-direction: column-reverse;
  }

  .benifit-section .doctor-img {
    max-width: 80%;
  }

  .doctor-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }

  .people-2sec .nav-link::after {
    /* left: 20px !important;
    top: -46%; */
    left: 39px !important;
    top: -25%;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 10px solid #e60e33 !important;
  }

  .overview-cont {
    margin-top: 0;
    padding: 0;
  }

  .overview-left-img {
    margin-top: 50px;
    margin-right: 0;
  }

  .overview-content {
    margin-top: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }



  .social-content-right {
    margin-left: 0;
    margin-top: 13px;
  }

  .view-all-right {
    margin-top: 0px !important;
  }

  .footer-balco-name {
    text-align: center;
    margin-top: 20px;
  }

  .nav-scroll .header-padding {
    padding: 12px 0px;
  }

  span.sub-color.f-head {
    margin-top: 35px;
  }

  .teams-box {
    margin-bottom: 25px;
  }

  .social-profile img {
    top: 8px;
  }

  .teams-cont::before {
    clip-path: none;
    height: 100%;
    border-radius: 8px;
  }

  .image-grid-2 {
    margin-left: 0px;
    margin-top: 50px;
  }

  /* .fact-section .content-wrap {
      margin-top: 30px;
    } */

  /* .grid-img-section p {
      margin: auto 0px;
    } */

  .process-count-item.ternary-bg {
    width: 100%;
    margin-top: 45px;
  }

  .primary-bg,
  .secondary-bg {
    margin-left: 0px;
    margin-top: 45px;
  }

  .nav-menus {
    display: none;
  }

  .footer-sa .sub-color {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }

  .footer-sa .contact-info .item {
    margin-bottom: 0px;
    width: 100%;
  }

  .footer-sa .social-icon,
  .footer-sa .sub-footer .links {
    justify-content: center !important;
  }

  .justify-end {
    justify-content: flex-end !important;
  }

  .footer-sa .logo {
    width: 285px !important;
  }

  .resp-center,
  .footer-sa h3 {
    text-align: center;
  }

  .footer-sa p,
  .footer-sa .sub-color {
    text-align: center;
  }

  .sec-head .sub-head {
    margin-bottom: 15px;
    line-height: 45px;
  }

  /* .header-crv .mimg {
     margin-top: -50px;
   } */

  .intro-crv .exp h2 {
    margin-bottom: 0;
    font-size: 40vw;
  }

  .team-crv .content .item {
    margin-bottom: 10px;
  }

  .career-main-div {
    height: auto;
    flex-direction: column;
  }

  .left-c-div,
  .right-c-div {
    width: 100%;
  }

  .career-text-div {
    width: 100% !important;
  }

  .resp-custom-img {
    width: 100% !important;
  }

  .c-img-text-div {
    flex-direction: column;
  }

  .fit-img video {
    height: 100%;
    object-fit: cover;
  }

  .logo-shadow-line {
    display: none;
  }

  .about-ma .content .item .botm h2 {
    font-size: 60px;
  }

  .balco-products .cards .card-item .cont p {
    margin-top: -30px;
  }

  .balco-products .cards .card-item .cont p.tag {
    margin-top: 0px;
  }

  .blog-ds .sec-head {
    margin-bottom: 0px;
  }

  .header {
    /* position: relative; */
    background-color: #fff;
    padding-top: 0;
  }

  img.balco-wh-logo.white-logo {
    display: none;
  }

  .for-fix-header {
    display: block;
  }

  .h-buyNow p.tag {
    color: #000 !important;
  }

  .h-buyNow img,
  .search-width,
  .access-icon {
    filter: brightness(0);
  }

  .search-submit .search-width {
    filter: grayscale(1);
  }

  .menu-icon-list span {
    background: #000;
  }

  .dark-contrast .menu-icon-list span {
    background: #fff;
  }

  .dark-contrast.inner-page .navbar .menu-icon-list span {
    background-color: #ffffff;
  }

  .dropdown button {
    color: #232323;
    background: #ddd;
    background: transparent;
  }

  .arrow-down {
    border-color: #232323 transparent transparent transparent;
  }


  .financial-results {
    margin-top: 20px !important;
  }

  .responsive-heading {
    margin-bottom: 20px !important;
  }

  .investor-info-right .report-box {
    width: auto;
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .file-view-part {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
  }

  .hamenu .menu-links .main-menu {
    width: 100%;
  }

  .balco-txt {
    font-size: 70px;
    /* margin-bottom: 10px; */
    line-height: inherit;
  }

  .banner-caption h2 {
    font-size: 30px;
  }

  .financial-box-wrapper .col-xl-4:nth-child(2) .f-box {
    margin-top: 30px;
  }

  .about-ma .content {
    width: 100%;
    padding: 60px 60px;
  }

  .image-shape {
    height: auto !important;
  }

  .jarallax-img {
    transform: none !important;
  }

  .blog-sa .item .cont h6 {
    min-height: auto;
  }

  .awards-sa .item-line {
    margin-left: 0px;
  }

  .left-c-div .view-all-btn {
    margin-top: 20px !important;
  }

  .horizontal-scroll-section .circle-an {
    width: 110px !important;
    height: 110px !important;
    top: -22px !important;
    left: -20px !important;
  }

  .horizontal-scroll-section .content img {
    width: 85% !important;
  }

  .about-overview .text-wrapper p {
    max-width: 100%;
  }

  /* .about-overview .content-last,
    .township-overview-section .content-last {
      margin-left: 0%;
    } */

  .years {
    position: relative;
    line-height: 0;
  }

  .years h4 {
    position: relative;
    left: 0%;
    rotate: 0deg;
    top: 0px;
    font-size: 36px;
    line-height: 38px;
    text-align: left;
  }

  .content-p {
    width: 100%;
  }

  .bod-tabs {
    width: 100% !important;
  }

  .bod-tabs li button {
    font-size: 17px;
  }

  .year-filter {
    margin-top: 20px;
  }

  .card-awards-left {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .card-awards-right {
    position: relative;
    border-left: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
    overflow: visible;
    height: auto;
    width: 100%;
    left: 0;
    padding: 15px;
  }

  .card-awards-left h6 {
    min-height: auto;
    font-size: 22px;
    line-height: 32px;
  }

  .card-awards-right img {
    position: relative;
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 auto !important;
    display: flex;
    width: 100%;
  }

  .text-align-center {
    text-align: left;
  }

  .text-wrapper {
    text-align: left;
  }

  .about-img-h,
  .slide-imgs img {
    height: auto;
    object-fit: cover;
  }

  .profile-imgs .profile-left-img {
    padding: 10px 0px;
  }

  .padding-right0 {
    padding-right: 15px;
  }

  .achievements {
    grid-template-columns: auto;
  }

  .year-div-w {
    /* width: 33%; */
    margin-bottom: 25px;
    /*  margin-left: 44px; */
  }

  .slide-imgs {
    margin-top: 30px;
  }

  .vis-val-about {
    width: 100%;
  }

  /* .inner-page-banner {
    margin-top: 92px;
  } */


  .wire-product {
    flex-direction: column;
  }

  .main-box-img,
  .right-wire-box {
    height: auto;
    width: 100%;
  }

  .right-wire-cont {
    max-width: 100%;
    max-height: 100%;
  }

  .usage .item {
    margin-bottom: 30px;
  }

  .testimonials-sa .info {
    bottom: 60px;
  }

  .product-animate-icon {
    display: none;
  }

  .heading-mr {
    margin: auto 0px;
  }

  .tech-box-wrapper {
    margin-top: 50px;
    flex-direction: column;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .tech-box-wrapper.tech-box-wrapper-2 {
    padding-left: 20px;
    padding-top: 20px;
  }

  .o-box-content {
    margin-top: 50px;
  }

  .innerPage-section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .innerPage-section-padding.education-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .innerPage-section-padding.sports-fitness-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .footer-sa .f-head:before {
    left: 50%;
    transform: translateX(-50%);
  }


  /* .text-wrapper {
    padding-left: 10px;
  } */

  .township-overview-section .text-wrapper p {
    max-width: 100% !important;
  }

  .top-left,
  .top-right,
  .bottom-left,
  .bottom-right {
    border-radius: 0px !important;
  }

  .esg-box {
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 15px !important;
  }

  .esg-container .esg-row:nth-of-type(1) {
    margin-right: 0px;
    margin-left: 0px;
  }

  .esg-row {
    flex-direction: column;
    gap: 30px;
  }

  .esg-approach-section .esg-para {
    text-align: left;
    margin-bottom: 40px;
  }

  .esg-circle {
    display: none;
  }

  h3.sec-header-mb {
    text-align: left !important;
  }

  .top-right {
    margin-bottom: 30px;
  }

  .resp-w-100 {
    width: 100%;
    justify-content: start !important;
  }

  .impact-container {
    width: 100%;
  }

  .icon-div img {
    width: 55px;
    height: 55px;
  }

  .right-content .icon-div img {
    width: 56px;
    height: 56px;
  }

  .content2 {
    margin-left: 15px;
  }

  .content2 h3 {
    font-size: 20px;
  }

  .content2 p {
    color: #494949;
    font-size: 16px;
  }

  .footer-sa.section-padding {
    padding-top: 80px;
  }

  .footer-sa .md-mb80 {
    margin-bottom: 40px;
  }

  .footer-sa .mb-60 {
    margin-bottom: 10px !important;
  }

  .image-grid-2 {
    margin-left: auto;
    margin-top: 90px;
  }

  .row .choose-feature_wrapp:nth-child(3) {
    margin-top: 50px;
  }

  /* .inner-page .footer-sa {
    padding-bottom: 120px !important;
  } */

  .envir .circular-img.edu-sh {
    height: 250px;
    width: 250px;
  }

  .album-cover-name {
    bottom: 15px;
    padding: 10px 50px;
    width: 100%;
    font-size: 28px;
  }

  .fact-section .fact-item {
    width: 45%;
  }

  .sports-fitness-section .right-outer-div {
    margin-top: 30px;
  }

  .education-section .edu-cutout-img {
    margin-top: 30px;
  }


  .social-engagement-section .core-value-title {
    margin-bottom: 0;
  }

  .residential-facilities-section .content-area {
    width: 85%;
    top: 3px;
    padding: 20px;
  }

  .residential-facilities-section {
    padding-bottom: 60px !important;
  }

  .usage .row>.col-xl-4:nth-child(-n+3) {
    margin-top: 0;
  }

  .usage .row>.col-xl-4:nth-child(n+4) {
    margin-top: 0;
  }

  .product-data-section .md-mb50 {
    margin-bottom: 10px !important;
  }

  .offset-lg-1.offset-lg-1-new {
    margin-top: 0;
  }

  .composition-7-new {
    top: 0;
    gap: 13px;
  }

  .composition-7-image-1,
  .composition-7-image-2,
  .composition-7-image-3,
  .composition-7-image-4 {
    width: 49%;
  }

  .composition-7-border {
    display: none;
  }

  .profile-left-img {
    padding: 0;
  }

  .bg-line-1 {
    display: none;
  }

  .leadership-modal .top-left-profile {
    align-items: start;
    flex-direction: column;
  }

  .leadership-modal .team-profile {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .top-left-profile .top-right {
    margin-bottom: 0;
  }

  .top-left-profile .top-right .modal-title {
    font-size: 23px;
  }

  .top-left-profile .top-right .modal-desc {
    font-size: 16px;
  }

  .careers-section {
    padding-bottom: 220px !important;
  }

  .careers-section::before {
    display: none;
  }

  .career-right-tp-wrapper {
    margin-top: 0;
  }

  .middle-people img {
    width: 100%;
  }

  .career-content {
    bottom: -140px;
    width: 500px;
    padding: 20px 25px;
    height: 180px;
  }

  .career-right-tp-wrapper .md-mb80 {
    margin-bottom: 20px;
  }

  .careers-section h2 {
    font-size: 25px;
  }

  .sub-color.career-people {
    font-size: 25px;
  }

  .career-content p {
    font-size: 20px;
    line-height: 31px;
  }

  .form-wrapper {
    width: 100%;
  }

  .album-cover-name {
    width: 100%;
  }

  .photo-placeholder-logo {
    width: 268px;
  }

  .womens-empr-img .circular-img {
    height: 240px;
    width: 240px;
  }

  .empr-2ndSection .mr-p2 {
    margin: 0;
    margin-top: 45px;
  }

  .wo-unnati-product .composition-7 {
    align-items: normal;
    row-gap: 20px;
  }

  .top-office-info {
    max-width: 100%;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 15px;
  }

  .register-ofc iframe {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }


  /* table respnsive */
  .table thead {
    display: none;
  }

  .table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .table.table-bordered td {
    border-bottom: 0;
  }

  .table.table-bordered td:last-child {
    border-bottom: 1px solid #BCBEC0;
    min-height: 55px;
  }

  .table tr:last-child {
    margin-bottom: 0;

  }

  .table tr {
    margin-bottom: 15px;
  }

  /* .disclosure-content {
    padding: 10px;
    background: #e4f2fe;
  } */

  .table.table-bordered {
    border: 0;
  }

  .table td {
    /* text-align: right; */
    /* padding-left: 15px; */
    /* text-align: left; */
    /* position: relative; */
    /* padding-top: 35px; */
    /* border-bottom: 1px solid rgb(187 187 187 / 25%); */
    word-wrap: break-word;
    padding-left: 55% !important;
    text-align: left;
    position: relative;
  }

  .product-table.pellet-table table td {
    padding-left: 50% !important;
  }

  .table td tr:last-child {
    border-bottom: 1px solid #ddd;
  }

  .table td:before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    /* width: 100%; */
    width: 50%;
    padding-left: 15px;
    text-align: left;
    top: 10px;
    font-weight: 500;
  }

  .specification-title-div td {
    padding: 20px 20px;
  }

  /* table respnsive */

  .lang-item span {
    color: #000;
  }

  .wire-product {
    margin-top: 26px;
  }



}

@media screen and (max-width: 805px) {
  .text-medical-cntr h3 {
    width: 100%;
  }

  .balco-txt {
    font-size: 75px;
    /* margin-bottom: 15px; */
  }

  .banner-caption h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {

  .bod-responsive {
    display: block !important;
    overflow: visible !important;
    background: none !important;
    border-radius: 0 !important;
    margin-bottom: 140px !important;
    width: 75% !important;
  }

  .bod-responsive .c-tab {
    background: #F4F5F7;
    border-radius: 50px;
    margin-bottom: 10px;
  }


  .inner-page-banner img {
    object-position: right;
  }

  .poshan-talk .vdo-gallery-item {
    width: 49%;
  }

  .arogya-section .row-cols-md-2 .txt-dpt:last-child {
    border-bottom: 0;
  }

  .arogya-section .txt-dpt p {
    min-height: auto !important;
  }

  .sixty-years-img {
    display: none;
  }

  .quick-linkss {
    border-bottom: 0;
    display: ruby;
    width: 100%;
    text-align: center;
  }

  .sec-head ul li a {
    margin-bottom: 20px;
  }

  .snip0016-custom p {
    max-height: 100px;
  }

  .snip0016-custom:hover .hover-caption h3 {
    min-height: auto !important;
  }

  .map-section-b {
    height: 300px;
  }

  .footer-sa .sec-head .col-lg-7 {
    text-align: center;
  }

  .map-section-b img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .balco-korba-pin {
    top: 58px;
    right: 290px;
    width: 75px;
  }

  .img-taco {
    width: 102%;
  }

  .cm-msg .msg-container-div {
    margin-top: 27px;
    margin-bottom: 10px;
  }

  .img-taco img {
    border-radius: 0;
  }

  .taco-txt {
    min-height: auto;
    padding: 20px 65px;
  }

  .taco-div .taco-txt h4 {
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    width: 100%;
  }


  /* .cm-img-div {
    padding: 35px 20px 20px 20px;
  } */

  .cm-msg .left-info-msg {
    padding: 45px 20px 0px 20px;
  }

  .company-map-wrapper .map-div {
    width: 180px;
  }


  .profile-imgs .col-md-6.pl-0 {
    padding-left: 15px;
  }

  .company-map-wrapper .loc-pin2 {
    left: 87px;
    top: 12%;
  }

  .lang-item {
    background: #ffffff;
  }

  .navbar.nav-scroll .lang-item {
    border: 1px solid #ffffffe6;
    background: #ffffff;
  }

  .img-size-big {
    width: 100%;
  }

  .residential-facilities-section .content-area {
    width: 100%;
    top: 10px;
  }

  .header {
    overflow: hidden;
  }


  .inner-page .banner-wrapper {
    padding-top: 130px !important;
  }

  .search-div {
    left: 15px;
    width: 94%;
  }


  .file-view-part:first-child {
    margin-right: 10px !important;
  }

  .sustain-goals-section .row .col-12:last-child .img-points-div {
    margin-bottom: 0;
  }

  .core-value-section-wrapper .row .col-xl-6:last-child .core-points-wrapper {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .core-value-section-wrapper .row .col-xl-6:last-child .core-points-box {
    margin-bottom: 0;
  }

  .sports-right-wrapper {
    height: 365px;
    margin-top: 25px;
  }

  .sports-shape-rect {
    top: 5%;
  }


  .process-count-item .process-content h4 {
    font-size: 27px;
  }

  .progress-section {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .process-count-item .process-number {
    font-size: 45px;
    height: 110px;
    width: 100px;
    top: -17px;
  }

  .process-count-item .process-number::before {
    left: 79px;
    border-width: 0px 20.5px 17px 20.5px;
  }

  .fact-section .fact-item {
    height: 265px;
    width: 50%
  }

  .education-img-wrapper {
    height: 375px;
  }

  .year-list-wrapper .next-year {
    right: 0;
  }

  .year-list-wrapper {
    overflow: hidden;
  }

  .image-grid-2 {
    margin-top: 55px;
  }

  .sts-data-left:after {
    display: none;
  }

  .inline {
    display: inline-block;
  }

  .accessability-box-container {
    top: 52px;
  }

  .counter-item .icon-div img {
    width: 55px;
    height: 55px;
  }

  .counter-item .icon-div::before {
    width: 52px;
    height: 52px;
  }

  .adjustment-box-main {
    padding: 15px;
  }

  .available-sites ul {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .unnati-section .right-outer-div {
    width: 90%;
    margin: 60px auto 0px;
  }

  .core-points-wrapper {
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #bdbdbd;
  }

  .core-points-box {
    display: block;
  }

  .content-last .text-wrapper {
    padding-left: 0;
  }

  .bh-impact-box {
    width: 100%;
  }

  .facilities-section .content-new h3.heading .hospital-overview-section .right-outer-div .cut-img-w {
    max-width: 75%;
  }

  .bh-impact-content.counter-item {
    margin-bottom: 0px;
  }

  .photo-placeholder-logo {
    width: 228px;
    top: 12px;
    right: 12px;
  }

  .department-swiper .swiper-slide {
    width: 65%;
  }

  .testimonial-section.testimonial-section-hospital .testimonial-card p {
    height: 215px;
  }

  .testimonial-section.testimonial-section-hospital .testimonial-card .min-h {
    min-height: 260px;
  }

  .testimonial-section.testimonial-section-hospital .msg-container-div {
    padding: 30px;
  }

  .health-stetho {
    width: 14%;
    right: 23px;
    bottom: 8px;
  }

  .logo-loader {
    width: 300px;
  }

  .loader-wrap .load-logo {
    margin-bottom: 25px;
  }

  .testimonial-section.testimonial-section-hospital .testimonial-section {
    flex-direction: column;
  }

  .health-safe-wrapper .row .col-12:nth-child(2) .health-box {
    margin-top: 33px;
  }

  .health-box {
    min-height: 0;
  }

  .popup {
    width: 557px;
  }

  .banner-pop-up .swiper-slide img,
  .popUp-swiper-img {
    height: 336px;
  }

  .border-b::before {
    left: -16px;
  }

  .leadership-modal .modal-content {
    padding: 10px;
  }

  .social-content-right p {
    margin-right: 0px;
  }

  .fact-section .fact-item-content .fact-icon img {
    width: 60px;
  }

  .single-cutout {
    left: -17px;
    width: calc(100% + 16px);
  }

  .ppl-career-img {
    width: 100%;
    height: auto;
  }

  .ppl-career-txt {
    padding: 20px 15px;
    width: 100%;
  }

  .people-career p {
    width: 100%;
  }

  .people-career {
    flex-direction: column;
  }

  .ss-statistic-inr p {
    font-size: 15px;
  }

  .first h4 {
    font-size: 40px;
  }

  .icon-div {
    padding-left: 50px;
  }

  .icon-div:after {
    width: 66%;
    right: 20px;
  }

  ul.infoGraphic {
    padding-left: 0px;
  }

  .sts-data-left {
    margin-right: 0px;
  }

  .wh-div {
    height: 185px;
  }

  .inner-page-banner {
    height: 240px;
  }

  .counter-item {
    padding-right: 0px !important;
    margin-bottom: 0px;
    padding-left: 0px !important;
  }


  h3.core-value-title {
    font-size: 34px;
    line-height: 40px;
  }

  .header-padding {
    padding: 8px 0px;
  }

  .navbar .logo img {
    width: 240px;
  }

  .hamenu .menu-links {
    background: transparent;
  }

  .navbar .container-fluid {
    padding: 5px 10px !important;
  }

  .justify-end {
    justify-content: center !important;
    margin-top: 30px;
  }

  .header-crv {
    min-height: 0;
  }

  .header-crv .mimg {
    margin-top: 10px;
    height: 425px;
  }

  .balco-txt {
    font-size: 47px;
    margin-bottom: 9px;
  }

  .banner-caption {
    bottom: 30px;
  }

  .intro-crv .exp h2 {
    font-size: 70vw;
  }

  .services-mp .serv-title .tab-title h2 {
    font-size: 65px;
    line-height: 1.2;
  }

  .testimonials-ds .qoute-icon .text {
    width: 180px;
  }

  .testimonials-ds .qoute-icon .icon {
    width: 80px;
  }

  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal;
  }

  .sustainability-heading p {
    width: 100%;
    margin-bottom: 30px;
  }

  .hamenu .close-menu {
    width: 36px;
    height: 36px;
    top: 30px;
    right: 18px;
  }

  .close-menu svg {
    width: 20px;
  }

  .prd-div h3 {
    font-size: 65px;
    line-height: 72px;
  }

  .prd-div img {
    width: 100%;
  }

  .sts-social-impact h4,
  .sts-social-impact h5 {
    font-size: 24px;
  }

  .sts-social-impact img {
    width: 48px;
  }

  /* .demo-button-wrapper {
    bottom: 5%;
  } */

  .about-ma .item h6 {
    width: 100%;
  }

  .social-profile img {
    top: 110px !important;
  }

  .center-slide-cont {
    flex-direction: column;
  }

  .shadow-year {
    position: relative;
    top: 0px;
    font-size: 110px;
  }

  .full-height-shape {
    display: none;
  }

  .center-slide-cont h6 {
    margin-bottom: 30px;
  }

  .navbar.nav-scroll .menu-top {
    top: 0px;
  }

  .investor-info-right .report-box {
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  a.file-view-part {
    width: 100%;
    margin-top: 56px;
  }

  .about-ma .content .item .botm h6 {
    font-size: 17px;
  }

  .for-border {
    margin-right: 95px;
    min-width: 180px;
  }


  /* .demo-button-wrapper {
    bottom: 43%;
  } */

  .h-buyNow {
    display: none;
  }

  .financial-box-wrapper .col-md-6:nth-child(2) .f-box {
    margin-top: 30px;
  }

  .facilities-section {
    flex-direction: column;
    /* padding-top: 40px; */
  }

  .facilities-section .content {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }

  .facilities-section .scrollable {
    width: 100%;
    padding-left: 0;
  }

  .facilities-section .grid {
    grid-template-columns: 1fr;
  }

  .panel:first-child {
    margin-right: 0px;
  }

  .inner-page-banner h1 {
    /* font-size: 32px;
    line-height: 40px; */
    font-size: 33px;
    line-height: 35px;
    width: 100%;
  }

  .team-content p {
    font-size: 15px;
  }

  .teams-box {
    margin-bottom: 30px;
  }

  .team-content h5 {
    font-size: 18px;
  }

  .footer-sa h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .social-profile img {
    top: 8px !important;
  }

  .content-last-tech {
    margin-left: 0;
    margin-top: 20px;
  }

  .image-grid {
    display: flex;
    flex-direction: column;
  }

  .overview-mission {
    padding: 6px 20px;
  }

  .step-container .why-choose-us-block:nth-last-of-type(2) .inner-box,
  .step-container .why-choose-us-block:nth-last-of-type(3) .inner-box {
    margin-bottom: 40px;
  }

  .info-box {
    min-width: 260px;
    padding: 0px;
  }

  .right-content .icon-div img {
    width: 56px;
    height: 56px;
  }

  .content2 {
    margin-left: 15px;
  }

  .content2 h3 {
    font-size: 19px;
  }

  .content2 p {
    font-size: 15px;
  }

  .circular-line {
    width: 355px;
    height: 355px;
    transform: translate(-50%, -128%);
  }

  .resp-key-focous {
    padding-top: 50px;
  }

  .center-circle {
    width: 315px;
  }

  .center-container {
    margin-bottom: 0px;
  }

  .row .choose-feature_wrapp:nth-child(2) {
    margin-top: 50px;
  }

  .animal-sec .counter-item {
    border-right: 0;
  }

  .sports-infographic {
    gap: 130px;
    row-gap: 55px;
  }

  .sports-infographic .icon-div img {
    width: 60px;
    height: 60px;
  }

  .sports-d-info .counter-number {
    font-size: 40px;
  }

  .sports-d-info .sports-name {
    font-size: 18px;
  }

  .image-grid-2 {
    width: 90%;
  }

  .sports-sec .r-shape.edu-sh {
    right: -35px;
  }

  .sports-sec .circular-img.edu-sh {
    height: 200px;
    width: 200px;
  }

  .album-cover-name {
    padding: 3px 50px;
    font-size: 22px;
  }

  .fact-section .fact-item-content {
    padding: 50px 27px;
  }

  .fact-section .fact-item-content .fact-icon {
    width: 60px;
  }

  .fact-item-content h4 {
    font-size: 14px;
    line-height: 21px;
  }

  .healthcare-section .stat {
    border-right: 0;
    border-bottom: 0;
  }

  .main-edu-full {
    max-width: 66%;
  }

  .healthcare-section .counter-item {
    margin-bottom: 0;
  }

  .icon-div.icon-div-healthcare img {
    width: 54px;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
  }

  .usage .row>.col-xl-4:nth-child(n+4) {
    margin-top: 0;
  }

  .usage .row>.col-xl-4:nth-child(-n+3) {
    margin-top: 0;
  }

  .composition-7-new {
    gap: 20px;
  }

  .composition-7-image-1,
  .composition-7-image-2,
  .composition-7-image-3,
  .composition-7-image-4 {
    width: 48%;
  }

  .career-row {
    flex-direction: column-reverse;
  }

  .left-people {
    padding-top: 240px;
  }

  .careers-section h2 {
    font-size: 36px;
  }

  .sub-color.career-people {
    font-size: 36px;
  }

  .career-right-bt-wrapper {
    position: relative;
  }

  .career-right-img-div {
    width: 100%;
  }

  .career-content {
    bottom: auto;
    width: 100%;
    top: 100%;
    padding: 20px 25px;
    margin-top: 30px;
  }

  .careers-section {
    padding-bottom: 90px !important;
    overflow: hidden;
  }

  .banner-caption h2 {
    font-size: 24px;
    line-height: 40px;
  }

  .balco-txt {
    font-size: 52px;
    margin-bottom: 2px;
    line-height: normal;
  }

  .center-slide-cont h6 {
    width: 100%;
  }

  .social-content-container .dot-blue {
    display: none;
  }

  .for-border::before {
    right: -35px;
  }

  .facilities-section .pin-spacer {
    height: 0 !important;
    padding: 0 !important;
  }

  .una-products .swiper-slide {
    display: flex !important;
    justify-content: center !important;
  }

  .sts-data-left .figure-content p {
    min-height: 55px;
    margin: 0 23px !important;
  }

  .counter-item h3,
  .counter-item h3 .vertical-counter-number {
    font-size: 35px;
  }

  .custom-slide-img {
    height: 280px;
  }

  .menu-top {
    position: absolute;
    left: 0;
    top: -16px;
    background: #f2f2f2;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 5px 0px;
    padding-left: 13px;
    border-bottom: 1px solid #eee;
    z-index: 9999999;
  }

  .menu-top {
    top: -48px;
  }

  .header {
    padding-top: 48px;
  }

  .menu-top ul {
    padding-left: 0px;
  }

  .animal-sec .counter-item {
    padding: 30px 0px;
    border-bottom: 1px dashed rgb(170, 213, 243);
  }

  .dark-contrast .menu-top {
    background: #191919;
  }

  .dark-contrast .h-buyNow img,
  .dark-contrast .search-width,
  .dark-contrast .access-icon {
    filter: brightness(1);
  }

  .dark-contrast .h-buyNow p.tag {
    color: #fff !important;
  }

  .nav-scroll .header-padding {
    padding-top: 60px;
  }

  .innovation-section .icon-div {
    padding-left: 0px !important;
  }

  /* -----------header--- */
  .header-padding {
    padding: 10px 0px;
  }

  .navbar .container-fluid {
    padding-top: 0;
  }

  /* .header-menu {
    padding-top: 3px;
  } */

  .header-padding {
    padding-top: 0;
  }

  .left-info-msg h3 {
    font-size: 32px !important;
    line-height: 36px;
  }

  .content .item .sub-head {
    line-height: 40px;
    font-size: 27px;
    margin-left: 15px;
  }

  .contact-form .health-block {
    min-height: 245px;
  }
}

@media (max-width: 650px) {

  .balco-txt {
    font-size: 55px;
    /* margin-bottom: 20px; */
  }

  .banner-caption h2 {
    font-size: 22px;
    line-height: 33px;
  }

}


@media (max-width: 576px) {
  .quick-linkss {
    width: 100%;
  }

  .quick-linkss li a {
    padding: 0px 9px 0;
  }

  .link-text {
    font-size: 14px;
  }

  .quick-linkss li img {
    width: 35px;
    height: 35px;
  }

  .cm-circle-2 {
    width: 239px !important;
    left: 38% !important;
  }

  .tender-div .abst-box {
    width: 43%;
    right: -37px;
    top: -45px;
  }

  .emp-c-efforts {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .balco-korba-pin {
    top: 66px;
    right: 293px;
  }

  /* .bod-tabs .nav-link.active {
    justify-content: left;
  } */

  .snip0016-custom p {
    max-height: 140px;
  }

  .people-2sec .nav-link {
    min-width: 100%;
    padding-right: 15px;
    margin-bottom: 22px;
  }

  .cm-circle {
    left: 14% !important;
    width: 250px !important;
    top: 82px;
  }

  .cm-quote {
    width: 45px;
  }

  .cm-img-div {
    height: 355px;
  }

  .cm-img-div img {
    width: 310px;

  }

  .cm-msg p {
    margin: 22px 0 25px;
  }

  .social-content-right h3 {
    font-size: 25px;
    line-height: 28px;

  }

  .unnati-gist p {
    min-height: 79px;
  }

  /* --------------------- */
  .header-padding {
    padding-bottom: 5px;
  }

  .container {
    padding: 0 20px;
  }

  .navbar .container-fluid {
    padding: 0 7px 8px !important;
  }

  .header .logo {
    padding-right: 10px;
  }

  /* ----------------------- */
  .menu-top {
    padding-left: 20px;
  }

  .resp-key-focous .box8 {
    left: 0% !important;
    transform: translate(0%, 0%);
    top: 0px !important;
    margin-bottom: 0;
  }

  .who-we-are-top-section .right-content {
    max-width: 100%;
  }

  .bh-impact-box .bh-impact-content.counter-item {
    padding: 0;
    border-bottom: 0;
  }

  .process-count-item .process-number {
    font-size: 36px;
    height: 85px;
    width: 80px;
    left: 15px;
  }

  .process-count-item .process-number::before {
    left: 53px;
  }

  .process-count-item .process-content {
    padding-left: 30px;
    width: 90%;
  }

  .process-count-item .process-number {
    height: 110px;
  }

  .sustain-goals-section .our-goal h3:before {
    width: 95px;
  }

  .esg-row .resp-w-100 {
    margin-bottom: 8px;
  }

  .sec-header-mb {
    margin-bottom: 25px;
  }

  .esg-box h5 {
    margin-left: 15px;
    font-size: 21px;
    font-weight: 600;
  }

  .sustain-goals-section .our-goal h3:after {
    left: calc(100% + 92px);
  }

  .sports-sec .r-shape.edu-sh {
    right: 0px;
  }

  .single-cutout {
    left: -17px;
    width: calc(100% + 25px);
  }

  .cmnty .r-shape {
    right: -11px;
  }

  .arogya-section .vertical-counter {
    font-size: 32px;
  }

  .bottom-right-abs {
    display: none;
  }

  .people-cutout {
    margin: 0;
    margin-top: 20px;
    width: auto;
  }

  .people-swiper-div {
    margin: 30px 15px 0;
  }

  .people-swiper-div .product-image {
    height: 280px;
  }

  .people-4sec .left-info-msg {
    margin-bottom: 40px;
  }

  .first-tech-heading h3.fs-40,
  .o-box-content .tech-box-heading {
    line-height: 44px;
  }


  .sts-data-left .figure-content p {
    min-height: auto;
    line-height: 24px;
  }

  .custom-title {
    margin-top: 0;
  }

  .custom-slide-content {
    margin-top: 10px;
  }

  .mb-40 {
    margin-bottom: 20px !important;
  }

  .separator-line,
  .sts-data-left:after,
  .sts-data-left:before {
    display: none;
  }

  .counter-item {
    padding: 30px 0;
    border-bottom: 1px dashed #aad5f3;
  }

  .image-grid-2 {
    width: 90%;
    margin-bottom: 0 !important;
  }



  .inner-page-banner h1 {
    font-size: 30px;
    line-height: 33px;
  }

  .inner-page-banner {
    padding: 25px 0;
  }

  .i-banner-text {
    justify-content: end;
  }

  .breadcrum span {
    margin: 0;
  }

  .adj-box span {
    line-height: 17px;
    font-size: 13px;
  }

  .album-cover-name {
    padding: 3px 50px;
    font-size: 18px;
  }

  .gallery-left {
    width: 100%;
  }

  .gallery-left-inner {
    width: 273px;
  }

  .year-div-w {

    margin-left: 0;
  }

  .logo-loader {
    width: 280px;
  }

  .wind-mill {
    width: 100%;
  }

  .popup {
    width: 480px;
  }



  .banner-pop-up .swiper-slide img,
  .popUp-swiper-img {
    height: 300px;
  }

  .overview-left-img {
    margin-top: 63px;
  }

  .enterprise-box h4 {
    font-size: 26px;
  }

  .balco-products {
    background: linear-gradient(to top right, #05579e 75%, #5fa732 100%);
  }

  .banner-caption h2 {
    font-size: 23px;
    line-height: 29px;
  }

  .loader-wrap svg {
    left: 0;
  }

  .chat-boot-wrapper.active {
    right: 71px;
  }

  .ss-statistic-inr p {
    margin-top: 5px !important;
  }

  .ss-statistic h4 {
    font-size: 30px;
  }

  .social-content {
    min-height: 656px;
  }

  .title-div h5 {
    font-size: 15px;
    margin-top: 11px;
    min-height: 40px;
  }

  .title-div {
    min-width: auto;
  }

  .title-div img {
    width: 50px;
  }

  .section-padding {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .social-impact-section .swiper-slide {
    width: 160px !important;
  }

  .title-div {
    min-width: 160px;
  }

  .modal-dialog {
    max-width: 670px;
    margin: 1.75rem auto;
  }

  .navbar.nav-scroll .dropdown button {
    background: #fff;
  }

  .inner-page .header .dropdown button {
    background: #fff;
  }

  .navbar.nav-scroll .container-fluid {
    padding-top: 53px !important;
  }

  .sts-social-impact {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-icon {
    margin-left: 10px !important;
  }


  .for-border {
    margin-right: 70px;
    min-width: 135px;
  }

  .about-ma .content .item .botm h2 {
    font-size: 46px;
  }

  .about-ma .content .item .botm h6 {
    font-size: 15px;
  }

  .anuual-reports h6 {
    font-size: 24px;
  }

  .intro-crv .states .item {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .new-statistics-part .icon-div {
    padding-left: 0px;
    display: flex;
    justify-content: center;
  }

  .title-font-one {
    position: relative;
    top: 10px;
    left: 10px;
  }

  .intro-crv .states .item p {
    text-align: center;
  }

  .about-ma .content {
    padding: 60px 20px;
  }

  .rotating-slider__navigation {
    top: 88%;
  }

  .rotating-slider__title {
    bottom: 10px;
  }

  .ham-logo img {
    width: 240px;
  }

  .circular-line {
    width: 400px;
    height: 400px;
    transform: translate(-50%, -146%);
  }

  .center-circle {
    width: 370px;
  }

  .resp-key-focous {
    height: auto;
    grid-template-columns: repeat(1, 1fr);
  }

  .info-box {
    min-width: 260px;
    padding: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    justify-content: left;
  }


  .border-b::before {
    display: none;
  }

  .emp-vol-sec .circular-img.edu-sh {
    height: 220px;
    width: 220px;
  }

  .bod-tabs {
    margin-bottom: 35px;
    height: 47px;
  }

  .ceo-cont h3 {
    margin-top: 28px;
  }

  .showcasing-section .unnati-grid {
    grid-template-columns: 1fr;
  }

  .una-products .banner-img.style-2 {
    height: 225px;
  }

  .una-products .banner-img .banner-text {
    padding: 15px 15px;
  }

  .people-4sec .min-h {
    min-height: 180px;
  }

  .nav-scroll .header-padding {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .health-water-section .figure-content .counter-item {
    border-bottom: 0;
  }

  .inner-page-banner {
    width: 93%;
  }

  .inner-page .banner-wrapper {
    padding-top: 125px !important;
  }
}

@media (max-width: 565px) {
  .balco-korba-pin {
    top: 66px;
    right: 289px;
  }
}

@media (max-width: 555px) {

  .balco-korba-pin {
    top: 66px;
    right: 290px;
  }

  .single-cutout {
    left: -17px;
    width: calc(100% + 23px);
  }

  .social-engagement-section .composition-7-new {
    gap: 18px;
  }

  .icon-div:after {
    width: 63%;
  }

}

@media (max-width: 500px) {

  .balco-korba-pin {
    top: 66px;
    right: 267px;
  }

  .edu-girl {
    width: 56%;
    right: -7%;
    bottom: -22%;
  }

  .edu-girl-green {
    right: 23%;
  }

  .edu-boy-blue {
    left: 15%;
  }

  .edu-shape-rect {
    left: 20%;
  }

  .edu-arrow {
    bottom: 22%;
    left: 21%;
  }

  .edu-round {
    top: 23%;
  }

  .women-emp-section .circular-img {
    top: -6px;
    right: -11px;
    height: 200px;
    width: 200px;
  }

  .first-tech-heading h3.fs-40 {
    font-size: 27px;
  }

  .first-tech-heading h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .popup {
    width: 100%;
  }

  .overview-mission-img img {
    width: 70px;
  }

  .overview-mission-img {
    height: 135px;
    width: 115px;
  }

  .vs-cont {
    margin-left: 95px;
  }

  .map-div {
    width: 320px;
  }

  .loc-pin1 {
    top: 54px;
    right: 68px;
  }

  .marker {
    bottom: 6px;
    left: 11px;
  }

  .resp-key-focous .info-box:last-child {
    margin-bottom: 0;
  }

  .sports-infographic {
    justify-content: center;
    gap: 85px;
    row-gap: 40px
  }

  .sports-infographic .icon-div::before {
    width: 50px;
    height: 50px;
  }

  .sports-infographic .icon-div img {
    width: 65px;
    height: 65px;
  }

  .sports-d-info .counter-number {
    font-size: 40px;
  }

  .sports-d-info .sports-name {
    font-size: 18px;
  }

  .album-cover-name {
    font-size: 20px;
  }

  .composition-7-image-1,
  .composition-7-image-2,
  .composition-7-image-3,
  .composition-7-image-4 {
    width: 100%;
  }

  .careers-section h2 {
    font-size: 30px;
  }

  .sub-color.career-people {
    font-size: 30px;
  }

  .for-circle-shape .circular-img {
    right: 0;
    height: 190px;
    width: 190px;
    top: 0px;
  }

  .search-div input[type="text"] {
    font-size: 23px;
    font-size: 17px;
  }


  .search-div {
    width: 94%;
  }

  .bod-responsive {
    display: block;
    overflow: visible;
    background: none;
    border-radius: 0;
    margin-bottom: 140px;
    width: 75% !important;
  }

  .bod-responsive .c-tab {
    background: #F4F5F7;
    border-radius: 50px;
    margin-bottom: 10px;
  }

}


@media (max-width: 480px) {

  .contact-form .health-block {
    height: auto;
  }

  .empr-2ndSection .swiper-navigation {
    top: 59%;
  }

  .empr-2ndSection .swiper-navigation .swiper-btn-prev:hover,
  .empr-2ndSection .swiper-navigation .swiper-btn-next:hover {
    background-color: rgb(225 225 225) !important;
    background-color: rgb(232, 255, 222) !important;
  }

  .empr-2ndSection .swiper-navigation .swiper-btn-prev,
  .empr-2ndSection .swiper-navigation .swiper-btn-next {
    background: #ffffff;
  }

  .empr-2ndSection .swiper-navigation .swiper-btn-prev,
  .empr-2ndSection .swiper-navigation .swiper-btn-next {
    border: 2px solid #393939;
    border: 2px solid #85c75b;
    width: 35px;
    height: 35px;

  }

  .empr-2ndSection .swiper-btn-next:after,
  .empr-2ndSection .swiper-btn-prev:after {
    font-size: 13px !important;
    font-weight: 600;
    color: rgb(53 53 53) !important;
    color: rgb(82, 179, 33) !important;
  }

  .fact-item-content h4 {
    font-size: 12px;
    line-height: 20px;
  }

  .press-releases-details img {
    width: 100%;
  }


  .fact-section .fact-item-content {
    justify-content: center;
  }

  .gallery-left-inner {
    width: 100%;
  }

  .history-year-panel {
    display: block;
  }

  .poshan-talk .vdo-gallery-item {
    width: 100%;
  }

  .poshan-talk .vdo-gallery-wrapper {
    gap: 20px;
  }

  .gallery.gallery-columns-2 {
    flex-direction: column;
  }

  .gallery.gallery-columns-2 .gallery-item {
    margin-top: 15px;
  }

  .footer-sa .logo {
    width: 245px !important;
  }

  .sixty-years-img-footer {
    width: 52px;
    margin-left: 15px;
  }

  .arogya-section .hlth-glry {
    margin-bottom: 40px;
  }

  .form-wrapper {
    padding: 20px;
  }

  .balco-korba-pin {
    width: 65px;
    top: 38px;
    /* right: 243px; */
    right: 55%;
  }

  .map-section-b {
    height: 225px;
  }

  .people-2sec .nav-link {
    font-size: 19px;
    line-height: 24px;
  }

  .cm-circle {
    left: 11% !important;
    width: 217px !important;
    top: 88px;
  }

  .taco-txt {
    padding: 20px 20px;
  }

  .taco-div .taco-txt h4 {
    font-weight: 600;
  }

  .people-2sec .nav-link {
    margin-bottom: 30px;
  }

  .company-map-wrapper .map-div {
    width: 120px;
  }

  .company-map-wrapper .loc-pin2 {
    left: 50px;
    top: 5%;
  }

  .inner-page .banner-wrapper {
    padding-top: 115px !important;
  }

  .navbar .logo img {
    width: 200px;
  }

  .leadership-modal .modal-body {
    height: 280px;
    overflow: auto;
    padding-top: 0;
  }

  .abst-box {
    top: -30px;
  }

  .n-price-box-wrapper .abst-box {
    top: -40px;
  }

  .contact-heading h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .chng-map-btn {
    font-size: 12px;
  }

  .facilities-section .content-new h3.heading {
    line-height: 40px;
  }

  .sports-right-wrapper {
    height: 255px;
  }

  .process-count-item .process-number {
    height: 110px;
    width: 70px;
  }

  .process-count-item .process-number::before {
    left: 42px;
  }

  .education-img-wrapper {
    height: 345px;
  }

  .edu-shape-rect {
    left: 15%;
    top: 33%;
    width: 27%;
  }

  .edu-boy {
    width: 47%;
    left: 36%;
    top: 41%;
  }

  .edu-boy-blue {
    width: 9%;
    left: 8.5%;
    bottom: 43%;
  }

  .edu-arrow {
    bottom: 25%;
    width: 12%;
    left: 16%;
  }

  .edu-round {
    width: 3%;
    top: 17%;
    right: 32%;
  }

  .edu-girl {
    width: 67%;
    right: -20%;
    bottom: -20%;
  }

  .edu-girl-green {
    width: 9%;
    right: 16%;
    bottom: 22%;
  }

  .first-tech-heading h3.fs-40,
  .o-box-content .tech-box-heading {
    line-height: 33px;
  }

  .hospital-button {
    margin-top: 35px;
  }

  .o-box-content .year {
    font-size: 88px;
    top: -68px;
  }

  .tech-box-wrapper {
    margin-top: 30px;
  }

  .o-box-content .tech-box-heading {
    font-size: 29px;
  }

  .csr-impact-card h2 {
    font-size: 22px;
  }

  .overview-mission {
    padding: 15px 15px;
  }

  .csr-impact-card h3 {
    font-size: 31px;
  }

  .overview-mission h5 {
    font-size: 25px;
  }

  .center-circle {
    width: 300px;
  }

  .circular-line {
    width: 330px;
    height: 330px;
    transform: translate(-50%, -167%);
  }

  .table td {
    word-wrap: break-word;
    padding-left: 55% !important;
    text-align: left;
    position: relative;
  }

  .ani-img {
    display: none;
  }

  .custom-swiper-wrapper {
    margin-top: 35px;
  }

  .custom-desc p {
    height: 178px;
  }

  .custom-slide-img {
    height: 245px;
  }

  .image-grid-2 {
    margin-top: 45px;
  }

  .counter-item {
    padding: 25px 0;
  }

  .grid-img-section {
    margin-top: 20px;
  }

  .counter-item h3,
  .counter-item h3 .vertical-counter-number {
    margin-bottom: 5px;
    font-size: 33px;
    font-weight: 700;
  }

  .innerPage-section-padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .innerPage-section-padding.education-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .una-products .banner-img.style-2 {
    height: 225px;
  }

  .women-emp-section .circular-img {
    top: -6px;
    right: -11px;
    height: 180px;
    width: 180px;
  }

  .hospital-overview-section .nrml-text {
    font-size: 30px;
    line-height: 40px;
  }

  .hospital-overview-section .right-outer-div .cut-img-w {
    max-width: 90%;
  }

  .photo-placeholder-logo {
    width: 158px;
    top: 8px;
    right: 8px;
  }

  .menu-top {
    padding: 5px 7px;
    padding-left: 20px;
  }

  h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .for-border {
    margin-right: 40px;
    min-width: 77px;
  }

  .for-border::before {
    right: -20px;
  }

  .about-ma .item .sus-pillar {
    flex-direction: column;
    align-items: flex-start !important;
    margin-bottom: 17px;
  }

  .about-ma .content .item p {
    width: 100%;
  }

  h5 {
    font-size: 30px;
  }

  .testimonial-section.testimonial-section-hospital .testimonial-card .min-h {
    min-height: 220px;
  }

  .testimonial-section.testimonial-section-hospital .testimonial-card p {
    height: 190px;
    padding-right: 15px;
  }

  .testimonial-section.testimonial-section-hospital .msg-container-div {
    padding: 20px;
  }

  .benifit-section .doctor-img {
    max-width: 100%;
  }

  .sub-submenu ul li a {
    margin-bottom: 2px !important;
  }

  .s-content .grid-2 {
    gap: 0px 9px;
  }

  .hamenu .menu-links .main-menu .sub-menu li {
    padding: 0;
    margin: 0;
    line-height: 19px;
    font-size: 19px;
    font-weight: 400;
  }

  .s-content li {
    padding-left: 19px;
  }

  .hamenu .menu-links .main-menu .sub-menu li a {
    padding: 10px 12px 10px 20px;
  }

  .hamenu .menu-links .main-menu>li .link {
    font-size: 25px;
    line-height: 33px;
  }

  .logo-on-search {
    padding: 30px 15px;
  }

  .logo-on-search .logo img {
    width: 250px;
  }

  .help-part {
    bottom: 23px;
  }

  .who-we-are-section,
  .balco-products {
    overflow: hidden;
  }

  .load-logo img {
    width: 230px;
  }

  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 16px;
    letter-spacing: 10px;
  }

  .loader-wrap .load-logo {
    margin-bottom: 37px;
  }

  .accessability-box-container {
    width: calc(100% - 5%);
    height: 630px;
    top: 58px;
    right: 9px;
  }

  .awards-sa,
  .social-test,
  .header-search-wrapper {
    overflow: hidden;
  }

  .banner-pop-up .swiper-slide img,
  .popUp-swiper-img {
    height: 243px;
  }

  .fact-section .fact-item {
    width: 50%;
  }

  .fact-section .fact-item {
    height: 230px;

  }

  .fact-section .fact-item-content {
    padding: 25px 20px;
  }

  /* .single-cutout {
    left: -12px;
    width: calc(100% + 25px);
  } */

  .single-cutout {
    left: -18px;
    width: calc(100% + 35px);
  }

  .healthcare-section .row.top-margin {
    margin-top: 28px;
  }

  .banner-caption h2 {
    font-size: 25px;
    line-height: 33px;
  }

  .balco-txt {
    font-size: 55px;
    /* margin-bottom: 21px; */
  }

  .chat {
    width: 339px;
  }

  .chat-boot-wrapper.active {
    right: 22px;
  }

  .who-we-are-top-section .title-font-one {
    top: 14px;
    left: 75px;
    font-size: 50px;
  }

  .overview-content {
    margin-top: 12px;
  }

  .overview-left-img {
    margin-top: 80px;
  }

  .sub-head {
    font-size: 37px;
    line-height: 39px;
  }

  .years h4 {
    font-size: 28px;
  }

  .prd-div h3 {
    font-size: 50px !important;
    line-height: 60px !important;
  }

  .prd-div {
    height: 370px;
  }


  .bod-tabs li button {
    font-size: 14px !important;
    line-height: 17px;
  }

  .overview-mission-img {
    height: 160px;
  }

  .overview-mission-img img {
    width: 65px;
  }

  .overview-mission {
    border-radius: 0;
  }

  .overview-mission-img {
    left: 40px;
    width: 65px;
    background: transparent;
  }

  .vs-cont {
    margin-left: 60px;
  }

  .sports-infographic {
    justify-content: center;
    gap: 85px;
    row-gap: 50px;
  }

  .sports-info-sec .icon-div {
    margin-bottom: 15px;
  }

  .sports-infographic .icon-div img {
    width: 55px;
    height: 55px;
  }

  .sports-d-info .counter-number {
    font-size: 36px;
  }

  .sports-d-info .sports-name {
    font-size: 17px;
  }

  .album-cover-name {
    padding: 0px 15px;
    font-size: 17px;
  }

  .top-left-profile .top-right .modal-title {
    font-size: 23px;
    line-height: 30px;
    /* margin-bottom: 12px; */
  }

  .left-people {
    padding-top: 265px;
  }

  .career-content {
    height: 207px;
  }

  .overview-left-img img {
    width: 88%;
  }

  .overview-left-img::before {
    width: 248px;
    height: 356px;
    left: -29px;
  }


  .center-slide-cont h6 {
    line-height: 29px;
    min-height: 0;
    font-size: 20px;
    text-align: center;
  }

  .center-slide-cont {
    padding-right: 0;
  }

  .balco-products.work-card .card-item .cont {
    padding: 20px;
  }

  .sustainability-heading {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .about-ma .content .item .botm h2 {
    font-size: 38px;
  }

  .carbon-water-statistics {
    margin-bottom: 45px;
    width: 100%;
  }

  .content .item .sub-head {
    line-height: 30px;
    font-size: 24px;
    margin-left: 0px;
    margin-top: 14px;
    margin-bottom: 0;
  }

  .svg-icon {
    width: 55px;
  }

  .title-div {
    min-width: 130px;
  }

  .social-impact-section .swiper-slide {
    width: 130px !important;
  }

  .womens-empr-img .r-shape {
    right: 0;
  }

  .unnati-section .right-outer-div {
    margin: 130px auto 0px;
  }

  .people-4sec .min-h {
    min-height: 225px;
  }

  .search-div {
    top: 15%;
  }
}

/* @media (max-width: 470px) {
  .balco-korba-pin {
    width: 55px;
    top: 51px;
    right: 243px;
  }
}

@media (max-width: 460px) {
  .balco-korba-pin {
    right: 236px;
  }
}

@media (max-width: 450px) {
  .balco-korba-pin {
    right: 230px;
  }
}

@media (max-width: 428px) {
    .balco-korba-pin {
        right: 222px;
    }
}



@media (max-width: 414px) {
  .balco-korba-pin {
    right: 213px;
  }
}

@media (max-width: 395px) {
  .balco-korba-pin {
    right: 203px;
  }
} */
@media (max-width: 430px) {
  .balco-korba-pin {
    right: 56%;
  }
}

@media (max-width: 420px) {

  .balco-korba-pin {
    right: 56%;
  }

  .department-swiper .swiper-slide {
    width: 80%;
  }
}

@media (max-width: 414px) {
  .balco-korba-pin {
    right: 56%;
  }
}

@media (max-width: 393px) {

  .cm-circle {
    top: 56px;
  }

  .cm-img-div {
    height: 318px;
  }

  .womens-empr-img .circular-img {
    height: 210px;
    width: 210px;
    left: 37px;
  }

  .circular-img.edu-sh {
    top: 17px;
  }

  .bod-tabs li button {
    font-size: 13px !important;
    line-height: 19px;
  }

  .hospital-overview-section .nrml-text {
    font-size: 27px;
    line-height: 38px;
  }

  #staticBackdrop .modal-body {
    height: 465px;
    overflow: auto;
  }

  .testimonial-section.testimonial-section-hospital .left-info-msg h6 {
    font-size: 22px;
  }

  .fact-section .fact-item-content {
    padding: 20px 20px;
  }

  .fact-item-content h4 {
    font-size: 11px;
    line-height: 19px;
  }

}

@media (max-width: 390px) {
  .taco-div .taco-txt h4 {
    font-size: 18px;
    line-height: 23px;
  }

  .lang-div.ms-3 {
    margin-left: 16px !important;
  }

  .buy-btn {
    margin-left: 16px;
  }

  .search-div {
    width: 92%;
  }

  .about-ma .content .item .botm h6 {
    font-size: 14px;
  }

  .for-border::before {
    right: -19px;
  }

  .for-border {
    margin-right: 37px;
  }

  .pagination .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .fact-section .fact-item-content .fact-icon {
    margin-bottom: 25px;
  }

  .custom-slide-img {
    height: 200px;
  }

  .accessability-box-container {
    width: 94%;
    right: 0;
    left: 10px;
  }

  .chat {
    width: 326px;
  }

  .prd-div {
    height: 300px;
  }

  .card-item .md-mb50 {
    margin-bottom: 45px !important;
  }

  .fact-section .fact-item-content {
    padding: 20px 20px;
  }

  .fact-item-content h4 {
    font-size: 11px;
    line-height: 19px;
  }

  .sub-head {
    font-size: 35px;
    line-height: 35px;
  }

  .mb-80 {
    margin-bottom: 50px !important;
  }

  .md-mb50 {
    margin-bottom: 30px !important;
  }

  .release-title h6 a {
    font-size: 21px;
    line-height: 29px;
  }

  .buy-theme img {
    width: 24px;
  }


  .social-content {
    min-height: 635px;
  }

  .sports-infographic {
    justify-content: center;
    gap: 55px;
  }

  .careers-section h2 {
    font-size: 32px;
    line-height: 39px;
  }

  .sub-color.career-people {
    font-size: 32px;
  }

  /* .sub-color.career-people {
    font-size: 25px;
  } */

  .overview-left-img img {
    width: 80%;
  }

  .overview-left-img::before {
    width: 215px;
    height: 327px;
    left: -7px;
  }

  .banner-caption h2 {
    font-size: 21px;
    line-height: 29px;
  }

  .butn.butn-md span {
    font-size: 15px;
  }

  .butn.butn-md {
    padding: 6px 14px;
  }
}

@media (max-width: 375px) {
  .balco-korba-pin {
    right: 57%;
  }
}


@media (max-width: 360px) {

  .n-price-box-wrapper .abst-box {
    width: 70%;
  }

  .footer-sa .logo {
    width: 238px !important;
  }

  .sixty-years-img-footer {
    width: 47px;
    margin-left: 12px;
  }

  .awards-sa h2 {
    font-size: 25px;
    line-height: 29px;
  }

  /* .gallery-history-thumbs {
    width: 96%;
  } */

  h3 {
    font-size: 26px;
    line-height: 35px;
  }


  /* .year-div-w .hswiper-button-next {
    right: 11px;
  } */
  .year-name-blox {
    font-size: 22px;
  }

  .balco-korba-pin {
    width: 65px;
    top: 39px;
    right: 183px;
  }

  .sub-head {
    font-size: 32px;
  }

  .product-btn-new .price-c,
  .product-btn-new .buy-btn {
    font-size: 14px;
  }

  .product-btn-new .buy-btn:hover:after {
    top: 8px;
  }

  .healthcare-section .row.top-margin {
    margin-top: 14px;
  }

  .title-div h5 {
    font-size: 14px;
  }

  .abst-box {
    width: 55%;
  }


  .search-box {
    padding: 8px 5px;
  }

  #toggleButton {
    margin-right: 10px !important;
  }

  .lang-div {
    margin-left: 10px !important;
  }

  .h-buyNow {
    margin-right: 15px !important;
  }

  .fact-section .fact-item {
    height: 200px;
  }

  .fact-section .fact-item-content {
    padding: 30px 20px;
  }

  .o-box-content .tech-box-heading {
    font-size: 26px;
  }

  .o-box-content .year {
    font-size: 76px;
    top: -57px;
  }

  .womens-empr-img .circular-img {
    left: 9px;
  }

  .loc-pin::after {
    left: 3px;
  }

  .years h4 {
    font-size: 25px;
  }

  .help-part {
    bottom: 50px;
  }

  .department-swiper .swiper-slide {
    width: 90%;
  }

  .social-impact-section .swiper-slide {
    width: 116px !important;
  }

  .title-div {
    min-width: 116px;
  }

  .about-ma .content .item .botm h6 {
    font-size: 13px;
  }

  .about-ma .content .item .botm h2 {
    font-size: 35px;
  }


  .fact-section .fact-item-content .fact-icon img {
    width: 50px;
  }

  .fact-item-content h4 {
    font-size: 10px;
    line-height: 17px;
  }

  .healthcare-section .stat h3 {
    font-size: 25px;
  }

  .fact-section .fact-item-content .fact-icon {
    margin-bottom: 30px;
  }

  .edu-girl {
    width: 72%;
    right: -24%;
    bottom: -20%;
  }

  .edu-shape-rect {
    left: 15%;
    top: 33%;
    width: 27%;
  }

  .edu-arrow {
    bottom: 25%;
    width: 12%;
    left: 15%;
  }

}




/* ---------------------Accessibility Start ----------------------- */

/* -----------Light Contrast Theme Start------------- */

.light-contrast .header,
.light-contrast .hamenu .cont-info,
.light-contrast .hamenu .menu-links {
  background: #ffffff;
}

.footer-color-logo {
  display: none !important;
}

.light-contrast .ham-logo .w-logo {
  display: none !important;
}


.light-contrast .logo .light-contrast-img {
  display: none !important;
}

.light-contrast .career-content::before {
  display: none !important;
}

.footer-sa .color-logo {
  display: none !important;
}

.light-contrast .footer-sa .w-logo {
  display: none !important;
}

.light-contrast .for-fix-header.color-logo {
  display: block !important;
}

.ham-logo .color-logo {
  display: none !important;
}

.light-contrast .ham-logo .color-logo {
  display: block !important;
}

.light-contrast .footer-sa .color-logo {
  display: block !important;
}

.light-contrast .footer-color-logo {
  display: block !important;
}

.light-contrast .menu-top li img {
  filter: invert(1);
}

.light-contrast .h-buyNow p {
  color: #0f0f0f !important;
}

.light-contrast .dropdown button img {
  filter: invert(0);
}

.light-contrast .menu-list li a,
.light-contrast .dropdown-content li img {
  color: #232323;
}

.light-contrast .menu-icon-list span {
  background-color: #000000;
}

.light-contrast .dropdown button {
  background-color: #e3e3e3;
  color: #000000;
}

.light-contrast .arrow-down {
  border-color: #000000 transparent transparent transparent;
}

.light-contrast .banner-caption h2 {
  color: #232323;
  background-color: #fff;
}

.light-contrast .hamenu .menu-links .main-menu>li .link .fill-text:after {
  color: #232323;
}

.light-contrast .hamenu .menu-links .main-menu>li .link i:before,
.light-contrast .hamenu .menu-links .main-menu>li .link i:after,
.light-contrast .hamenu .cont-info .social-icon a {
  background: #000000;
}

.light-contrast .cont-info h2,
.light-contrast .hamenu .cont-info .text-center h5 {
  color: #232323;
}

.light-contrast .hamenu .close-menu {
  border: 2px solid rgb(0 0 0 / 29%);
}

.light-contrast .hamenu .close-menu svg {
  fill: #000
}

.light-contrast .hamenu .menu-links .main-menu>li .link .fill-text {
  color: rgb(13 13 13 / 63%);
}

.light-contrast .ham-abstract {
  opacity: 0.1;
  z-index: 1;
}

.light-contrast .balco-products {
  background: linear-gradient(to top left, #efefef 71%, #efefef 96%);
}

.light-contrast .balco-products .sec-head .sub-head,
.light-contrast .balco-products h3 {
  color: #020202;
}

.light-contrast .balco-products .butn.butn-bord.white-borderd {
  border: 1px solid rgb(0 0 0);
}

.light-contrast .butn.butn-bord.white-borderd span,
.light-contrast .new-dark-bg .sec-head h2,
.light-contrast .awards-sa .butn.butn-bg:hover,
.light-contrast .blog-sa .sec-head .sub-head,
.light-contrast .cont span,
.light-contrast .career-content p,
.light-contrast .career-content .butn.butn-bg:hover,
.light-contrast .innovation-section h2,
.light-contrast .blog-sa .item .cont a,
.light-contrast .blog-sa .butn.butn-bg:hover,
.light-contrast .gray-in-clr,
.light-contrast .hamenu .menu-links .main-menu .sub-menu li a,
.light-contrast .footer-sa h3,
.light-contrast .footer-sa p,
.light-contrast .footer-sa .sub-color,
.light-contrast .footer-balco-name,
.light-contrast .footer-sa .sub-footer .copy p a {
  color: #000000;
}

.light-contrast .balco-products .icon.invert img,
.light-contrast .career-content .butn:hover .icon.invert img {
  filter: invert(0);
}

.light-contrast .butn.butn-bord.white-borderd:hover {
  border: 1px solid #e60e33;
}

.light-contrast .butn.butn-bord.white-borderd:hover span {
  color: #fff;
}

.light-contrast .social-impact-swiper .swiper-slide.active-slide .title-div {
  background-color: #b5b5b5;
}

.light-contrast .new-dark-bg {
  background: linear-gradient(to top left, #e0e0e0 71%, #e0e0e0 96%);
}

.light-contrast .project-title h6 {
  color: #444444;
}

.light-contrast .report-icon-size span {
  color: #2475bc;
}

.light-contrast .awards-sa .item-line {
  border-bottom: 1px solid rgb(255 255 255 / 70%);
}

.light-contrast .awards-sa .butn:hover .icon.invert img,
.light-contrast .blog-sa .butn:hover .icon.invert img {
  filter: invert(0) !important;
}

.light-contrast .blog-bg {
  background: linear-gradient(to top left, #ebebeb 71%, #ebebeb 96%);
}

.light-contrast .blog-paragraph-home p {
  color: #000000 !important;
}

.light-contrast .blog-sa .item .cont a:hover {
  color: #e60e33;
}

.light-contrast .career-content {
  background-color: #cecece;
}

.light-contrast .innovation-section {
  background: #e0e0e0;
}

.light-contrast .wave-img-bg {
  opacity: 0.1;
}

.light-contrast .footer-sa {
  background-color: #e7e7e7;
}

.light-contrast .footer-sa .contact-info .social-icon a {
  background: #0000004f;
}

.light-contrast .footer-sa .contact-info .social-icon a:hover {
  background: transparent;
}

.light-contrast .core-points-logo {
  background: linear-gradient(to right, rgb(226 226 226), rgb(195 195 195)) !important;
}

.light-contrast .core-points-logo img {
  filter: invert(1);
}

.light-contrast .core-points-box:hover .core-points-logo {
  border: 4px solid #d7d7d7;
}

.light-contrast .arogya-section .accordion-button:not(.collapsed) {
  color: #000000;
  box-shadow: inset 0 -1px 0 rgb(170 170 170 / 23%);
  background: linear-gradient(to right, #ececec 50%, #d8d8d8 100%);
}

.light-contrast .arogya-section .accordion-button {
  background: #cae8fe;
}

.light-contrast .stakeholder-s {
  background: radial-gradient(45.95% 45.95% at 100% 0%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.0001) 100%), linear-gradient(152.68deg, rgb(232 232 232) -19.33%, rgb(224 224 224) 80.85%);
  color: #000000;
}

.light-contrast .stakeholder-s .wood-p-img {
  opacity: 0.03;
  filter: invert(1);
}


.light-contrast .empr-2ndSection {
  background-color: rgb(221 221 221);
  color: #000000;
}

.light-contrast .empr-2ndSection .mr-p2 p {
  color: #000000;
}

.light-contrast .swiper-navigation .swiper-btn-next.swiper-button-disabled,
.light-contrast .swiper-navigation .swiper-btn-prev.swiper-button-disabled {
  opacity: 1;
}

.light-contrast .table-heading {
  background: #eaffdd !important;
  color: #1d1d1d !important;
  border-left: 1px solid #ededed;
}

.light-contrast .specification-title-div table tbody tr td:first-child {
  background-color: #d6ecff;
  color: #000000;
  border-bottom: 1px solid #dddcdc;
  border-right: 1px solid #dbdbdb;
}

.light-contrast .fact-section .fact-item {
  background-color: #cfecff;
}

.light-contrast .fact-item-content h4 {
  color: #000000;
}

.light-contrast .fact-section .fact-item-content .fact-icon img {
  filter: invert(1);
}

.light-contrast .fact-section .fact-item:nth-child(2n+2) {
  background-color: #c7ffb4;
}

.light-contrast .education-section {
  background: #e7e7e7;
}

.light-contrast .education-section h3 {
  color: #000000;
}

.light-contrast .education-section p {
  color: #000000;
}

.light-contrast .edu-illust {
  opacity: 0.1;
  filter: invert(0);
}

.light-contrast .residential-facilities-section .content-area {
  background-color: #e1f3ff;
}

.light-contrast .content-area h6 {
  color: #000000;
}

.light-contrast .residential-facilities-section .content-area p {
  color: #000000;
}

.light-contrast .r-facilities-illust {
  filter: invert(1);
}

.light-contrast .footer-sa::before {
  filter: invert(1);
}

.light-contrast .sports-info-sec {
  background: #e8e8e8;
}

.light-contrast .sports-infographic .icon-div img {
  filter: invert(1);
}

.light-contrast .sports-infographic .icon-div::before {
  background-color: #a5ceff;
}

.light-contrast .sports-d-info .sports-name {
  color: #000000;
}

.light-contrast .people-3sec {
  background: #eeeeee;
  color: #000000;
}

.light-contrast .lf-balco p {
  color: #000000;
}

.light-contrast .people-3sec p {
  color: #1f1f1f;
}

.light-contrast .people-career {
  background-color: rgb(230 230 230);
  color: #000000;
}

.light-contrast .people-career p {
  color: #000000;
}

.light-contrast .people-career .butn:hover .icon.invert img {
  filter: invert(0) !important;
}

.light-contrast .regiona-offices-sec.contact-section-2 .contact-head h3 {
  color: #232323;
}

.light-contrast .outer-top-office-info {
  background-color: #e6e6e6;
}

.light-contrast .top-office-info h3 {
  color: #000000;
}

.light-contrast .offices-wrapper h4 {
  color: #0b0b0b;
}

.light-contrast .offices-wrapper p {
  color: #353535;
}

.light-contrast .offices-wrapper {
  border-bottom: 1px dashed #afafaf;
}

.light-contrast .sports-fitness-section {
  background: linear-gradient(to top left, #e4e4e4 71%, #e4e4e4 96%);
}

.light-contrast .sports-fitness-section h3 {
  color: #000000;
}

.light-contrast .sports-fitness-section p {
  color: #000000;
}

/* -----------Light Contrast Theme End------------- */

/* -----------Highlight Title Start------------- */

.highlight-titles-active h1,
.highlight-titles-active h2,
.highlight-titles-active h3,
.highlight-titles-active h4,
.highlight-titles-active h5,
.highlight-titles-active h6 {
  outline: 2px solid #146ff8 !important;
  outline-offset: 2px !important;
}

/* -----------Highlight Title End------------- */


/* -----------Highlight Hover Start------------- */
.highlight-hover-active h1:hover,
.highlight-hover-active h2:hover,
.highlight-hover-active h3:hover,
.highlight-hover-active h4:hover,
.highlight-hover-active h5:hover,
.highlight-hover-active h6:hover,
.highlight-hover-active p:hover,
.highlight-hover-active span:hover,
.highlight-hover-active a:hover,
.highlight-hover-active li:hover,
.highlight-hover-active strong:hover {
  outline: #146ff8 solid 2px !important;
  outline-offset: 2px !important;
}

/* -----------Highlight Hover End------------- */



.title-blue-active .text-white {
  color: #0076b4 !important;
}

.title-blue-active .latest-press-release .page-title,
.title-blue-active .subpage-header .page-title,
.title-blue-active .banner-caption h1 span,
.title-blue-active .care-green-top .esg-main-caption {
  color: #0076b4 !important;
}

.title-blue-active h2.main-heading,
.title-blue-active h2.page-title,
.title-blue-active .subpage-header .page-title {
  background: linear-gradient(to bottom right, #0076b4 62%, #02293d 81%) !important;
  -webkit-background-clip: text !important;
}

.title-purple-active h2.main-heading,
.title-purple-active h2.page-title,
.title-purple-active .subpage-header .page-title {
  background: linear-gradient(to bottom right, #7a549c 62%, #02293d 81%) !important;
  -webkit-background-clip: text !important;
}

.title-red-active h2.main-heading,
.title-red-active h2.page-title,
.title-red-active .subpage-header .page-title {
  background: linear-gradient(to bottom right, #c83733 62%, #02293d 81%) !important;
  -webkit-background-clip: text !important;
}

.title-orange-active h2.main-heading,
.title-orange-active h2.page-title,
.title-orange-active .subpage-header .page-title {
  background: linear-gradient(to bottom right, #d07021 62%, #02293d 81%) !important;
  -webkit-background-clip: text !important;
}

.title-teal-active h2.main-heading,
.title-teal-active h2.page-title,
.title-teal-active .subpage-header .page-title {
  background: linear-gradient(to bottom right, #26999f 62%, #02293d 81%) !important;
  -webkit-background-clip: text !important;
}

.title-green-active h2.main-heading,
.title-green-active h2.page-title,
.title-green-active .subpage-header .page-title {
  background: linear-gradient(to bottom right, #4d7831 62%, #02293d 81%) !important;
  -webkit-background-clip: text !important;
}

.title-white-active h2.main-heading,
.title-white-active h2.page-title,
.title-white-active .subpage-header .page-title {
  background: linear-gradient(to bottom right, #fff 62%, #02293d 81%) !important;
  -webkit-background-clip: text !important;
}

.title-black-active h2.main-heading,
.title-black-active h2.page-title,
.title-black-active .subpage-header .page-title {
  background: linear-gradient(to bottom right, #000 62%, #02293d 81%) !important;
  -webkit-background-clip: text !important;
}

.text-blue-active p,
.text-blue-active strong,
.text-blue-active span,
.text-blue-active li,
.text-blue-active a,
.text-blue-active table td,
.title-blue-active h1,
.title-blue-active h2,
.title-blue-active h3,
.title-blue-active h4,
.title-blue-active h5,
.title-blue-active h6,
.text-blue-active .gallery-history-main .new-years-data p {
  color: #0076b4 !important;
}

.text-purple-active p,
.text-purple-active strong,
.text-purple-active span,
.text-purple-active li,
.text-purple-active a,
.text-purple-active table td,
.title-purple-active h1,
.title-purple-active h2,
.title-purple-active h3,
.title-purple-active h4,
.title-purple-active h5,
.title-purple-active h6,
.title-purple-active .banner-caption h1 span,
.title-purple-active .care-green-top .esg-main-caption,
.title-purple-active .text-white,
.text-purple-active .gallery-history-main .new-years-data p {
  color: #7a549c !important;
}

.text-red-active p,
.text-red-active strong,
.text-red-active span,
.text-red-active li,
.text-red-active a,
.text-red-active table td,
.title-red-active h1,
.title-red-active h2,
.title-red-active h3,
.title-red-active h4,
.title-red-active h5,
.title-red-active h6,
.title-red-active .banner-caption h1 span,
.title-red-active .care-green-top .esg-main-caption,
.title-red-active .text-white,
.text-red-active .gallery-history-main .new-years-data p {
  color: #c83733 !important;
}

.text-orange-active p,
.text-orange-active strong,
.text-orange-active span,
.text-orange-active li,
.text-orange-active a,
.text-orange-active table td,
.title-orange-active h1,
.title-orange-active h2,
.title-orange-active h3,
.title-orange-active h4,
.title-orange-active h5,
.title-orange-active h6,
.title-orange-active .banner-caption h1 span,
.title-orange-active .care-green-top .esg-main-caption,
.title-orange-active .text-white,
.text-orange-active .gallery-history-main .new-years-data p {
  color: #d07021 !important;
}

.text-teal-active p,
.text-teal-active strong,
.text-teal-active span,
.text-teal-active li,
.text-teal-active a,
.text-teal-active table td,
.title-teal-active h1,
.title-teal-active h2,
.title-teal-active h3,
.title-teal-active h4,
.title-teal-active h5,
.title-teal-active h6,
.title-teal-active .banner-caption h1 span,
.title-teal-active .care-green-top .esg-main-caption,
.title-teal-active .text-white,
.text-teal-active .gallery-history-main .new-years-data p {
  color: #26999f !important;
}

.text-green-active p,
.text-green-active strong,
.text-green-active span,
.text-green-active li,
.text-green-active a,
.text-green-active table td,
.title-green-active h1,
.title-green-active h2,
.title-green-active h3,
.title-green-active h4,
.title-green-active h5,
.title-green-active h6,
.title-green-active .banner-caption h1 span,
.title-green-active .care-green-top .esg-main-caption,
.title-green-active .text-white,
.text-green-active .gallery-history-main .new-years-data p {
  color: #4d7831 !important;
}

.text-white-active p,
.text-white-active strong,
.text-white-active span,
.text-white-active li,
.text-white-active a,
.text-white-active table td,
.title-white-active h1,
.title-white-active h2,
.title-white-active h3,
.title-white-active h4,
.title-white-active h5,
.title-white-active h6,
.title-white-active .banner-caption h1 span,
.title-white-active .care-green-top .esg-main-caption,
.title-white-active .text-white,
.text-white-active .gallery-history-main .new-years-data p {
  color: #fff !important;
}

.text-black-active p,
.text-black-active strong,
.text-black-active span,
.text-black-active li,
.text-black-active a,
.text-black-active table td,
.title-black-active h1,
.title-black-active h2,
.title-black-active h3,
.title-black-active h4,
.title-black-active h5,
.title-black-active h6,
.title-black-active .banner-caption h1 span,
.title-black-active .care-green-top .esg-main-caption,
.title-black-active .text-white,
.text-black-active .gallery-history-main .new-years-data p {
  color: #000 !important;
}

.big-black-cursor-active {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8bWV0YWRhdGE+DQoJPHNmdyAgeG1sbnM9IiZuc19zZnc7Ij4NCgkJPHNsaWNlcz48L3NsaWNlcz4NCgkJPHNsaWNlU291cmNlQm91bmRzICBib3R0b21MZWZ0T3JpZ2luPSJ0cnVlIiBoZWlnaHQ9IjQ4LjMiIHdpZHRoPSIzMy43IiB4PSI4LjEiIHk9Ii00OS4yIj48L3NsaWNlU291cmNlQm91bmRzPg0KCTwvc2Z3Pg0KPC9tZXRhZGF0YT4NCjxnPg0KCTxwYXRoIGQ9Ik0zOS41LDMxQzI5LjMsMjEuNywxOS4zLDEyLjQsOS4xLDMuMWMwLDEzLjgsMCwyNy40LDAsNDEuMmMzLjEtMyw2LjEtNS45LDkuMi04LjhjMS44LDQuMSwzLjYsOC4yLDUuNCwxMi4zDQoJCWMyLjgtMS4yLDUuNi0yLjUsOC40LTMuN2MtMS44LTQuMS0zLjYtOC4yLTUuNC0xMi4zQzMxLDMxLjUsMzUuMiwzMS4zLDM5LjUsMzF6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIzLjIsNDkuMkwxOCwzNy4ybC05LjgsOS40VjAuOGwzMy43LDMxbC0xMy42LDAuOWw1LjIsMTEuOUwyMy4yLDQ5LjJ6IE0xOC43LDMzLjhsNS42LDEyLjdsNi42LTIuOQ0KCQlsLTUuNi0xMi43bDExLjgtMC44TDEwLjEsNS40VjQyTDE4LjcsMzMuOHoiLz4NCjwvZz4NCjwvc3ZnPg0K') 10 10, auto;
}

.big-white-cursor-active {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkRGREZEO30NCjwvc3R5bGU+DQo8bWV0YWRhdGE+DQoJPHNmdyAgeG1sbnM9IiZuc19zZnc7Ij4NCgkJPHNsaWNlcz48L3NsaWNlcz4NCgkJPHNsaWNlU291cmNlQm91bmRzICBib3R0b21MZWZ0T3JpZ2luPSJ0cnVlIiBoZWlnaHQ9IjQ4LjMiIHdpZHRoPSIzMy43IiB4PSI4LjEiIHk9Ii00OS4yIj48L3NsaWNlU291cmNlQm91bmRzPg0KCTwvc2Z3Pg0KPC9tZXRhZGF0YT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zOS41LDMxQzI5LjMsMjEuNywxOS4zLDEyLjQsOS4xLDMuMWMwLDEzLjgsMCwyNy40LDAsNDEuMmMzLjEtMyw2LjEtNS45LDkuMi04LjhjMS44LDQuMSwzLjYsOC4yLDUuNCwxMi4zDQoJCWMyLjgtMS4yLDUuNi0yLjUsOC40LTMuN2MtMS44LTQuMS0zLjYtOC4yLTUuNC0xMi4zQzMxLDMxLjUsMzUuMiwzMS4zLDM5LjUsMzF6Ii8+DQoJPHBhdGggZD0iTTIzLjIsNDkuMkwxOCwzNy4ybC05LjgsOS40VjAuOGwzMy43LDMxbC0xMy42LDAuOWw1LjIsMTEuOUwyMy4yLDQ5LjJ6IE0xOC43LDMzLjhsNS42LDEyLjdsNi42LTIuOWwtNS42LTEyLjdsMTEuOC0wLjgNCgkJTDEwLjEsNS40VjQyTDE4LjcsMzMuOHoiLz4NCjwvZz4NCjwvc3ZnPg0K') 10 10, auto;
}

.big-white-cursor-active a {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDUgNDUiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1IDQ1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxtZXRhZGF0YT4NCgk8c2Z3ICB4bWxucz0iJm5zX3NmdzsiPg0KCQk8c2xpY2VzPjwvc2xpY2VzPg0KCQk8c2xpY2VTb3VyY2VCb3VuZHMgIGJvdHRvbUxlZnRPcmlnaW49InRydWUiIGhlaWdodD0iNDIuNiIgd2lkdGg9IjMyLjQiIHg9IjYuMyIgeT0iMS4yIj48L3NsaWNlU291cmNlQm91bmRzPg0KCTwvc2Z3Pg0KPC9tZXRhZGF0YT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNi45LDIzLjFjMC0wLjIsMC0wLjQsMC0wLjZjMC01LjcsMC0xMS41LDAtMTcuMmMwLTAuNCwwLTAuOCwwLjEtMS4yQzE3LjMsMi44LDE4LjQsMiwxOS43LDINCgkJYzEuMywwLDIuNCwwLjksMi43LDIuMmMwLjEsMC40LDAuMSwwLjcsMC4xLDEuMWMwLDIuNywwLDUuNSwwLDguMmMwLDAuMiwwLDAuNCwwLDAuN2MxLjEtMC42LDIuMy0xLDMuNS0wLjRjMS4zLDAuNiwxLjYsMS43LDEuNiwzDQoJCWMxLTAuNywyLTEuMSwzLjItMC43czEuOCwxLjMsMS45LDIuNmMwLjUtMC4yLDEtMC40LDEuNS0wLjVjMC42LTAuMSwxLjItMC4yLDEuOCwwYzEuMiwwLjMsMS45LDEuMywxLjksMi42YzAsMiwwLDQsMCw2LjENCgkJYzAsMi40LTAuMSw0LjctMC4xLDcuMWMwLDEuNi0wLjQsMy4xLTEsNC41Yy0wLjUsMS0wLjksMi4xLTEuNCwzLjFTMzQuMSw0MywzMyw0M2MtNC4yLDAtOC41LDAtMTIuNywwYy0xLDAtMS44LTAuNS0yLjItMS4zDQoJCWMtMS4xLTEuOS0yLjItMy45LTMuMi01LjhjLTItMy43LTMuNC03LjYtNC44LTExLjZjLTAuNy0xLjgtMS41LTMuNS0yLjYtNS4xYy0wLjktMS4yLTAuNS0zLDAuNy0zLjljMS4zLTAuOSwzLTAuOCwzLjksMC41DQoJCWMxLjUsMi4yLDMsNC41LDQuNSw2LjhjMC4xLDAuMiwwLjIsMC4zLDAuMywwLjVDMTYuOCwyMy4xLDE2LjgsMjMuMSwxNi45LDIzLjF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==') 10 10, auto;
}

.big-black-cursor-active a {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDUgNDUiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1IDQ1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPG1ldGFkYXRhPg0KCTxzZncgIHhtbG5zPSImbnNfc2Z3OyI+DQoJCTxzbGljZXM+PC9zbGljZXM+DQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgYm90dG9tTGVmdE9yaWdpbj0idHJ1ZSIgaGVpZ2h0PSI0Mi42IiB3aWR0aD0iMzIuNSIgeD0iOC44IiB5PSItNDYuMyI+PC9zbGljZVNvdXJjZUJvdW5kcz4NCgk8L3Nmdz4NCjwvbWV0YWRhdGE+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcsMjMuMWMwLTAuMiwwLTAuNCwwLTAuNmMwLTUuNywwLTExLjUsMC0xNy4yYzAtMC40LDAtMC44LDAuMS0xLjJjMC4zLTEuMywxLjQtMi4xLDIuNy0yLjENCgkJYzEuMywwLDIuNCwwLjksMi43LDIuMmMwLjEsMC40LDAuMSwwLjcsMC4xLDEuMWMwLDIuNywwLDUuNSwwLDguMmMwLDAuMiwwLDAuNCwwLDAuN2MxLjEtMC42LDIuMy0xLDMuNS0wLjRjMS4zLDAuNiwxLjYsMS43LDEuNiwzDQoJCWMxLTAuNywyLTEuMSwzLjItMC43YzEuMiwwLjQsMS44LDEuMywxLjksMi42YzAuNS0wLjIsMS0wLjQsMS41LTAuNWMwLjYtMC4xLDEuMi0wLjIsMS44LDBjMS4yLDAuMywxLjksMS4zLDEuOSwyLjZjMCwyLDAsNCwwLDYuMQ0KCQljMCwyLjQtMC4xLDQuNy0wLjEsNy4xYzAsMS42LTAuNCwzLjEtMSw0LjVjLTAuNSwxLTAuOSwyLjEtMS40LDMuMWMtMC41LDEtMS4zLDEuNS0yLjQsMS41Yy00LjIsMC04LjUsMC0xMi43LDANCgkJYy0xLDAtMS44LTAuNS0yLjItMS4zYy0xLjEtMS45LTIuMi0zLjktMy4yLTUuOGMtMi0zLjctMy40LTcuNi00LjgtMTEuNmMtMC43LTEuOC0xLjUtMy41LTIuNi01LjFjLTAuOS0xLjItMC41LTMsMC43LTMuOQ0KCQljMS4zLTAuOSwzLTAuOCwzLjksMC41YzEuNSwyLjIsMyw0LjUsNC41LDYuOGMwLjEsMC4yLDAuMiwwLjMsMC4zLDAuNUMxNi45LDIzLjEsMTYuOSwyMy4xLDE3LDIzLjF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==') 10 10, auto;
}

.fancybox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}


.hide-image-active img {
  opacity: 0 !important;
  visibility: hidden !important;
}

body.monochrome-active section {
  filter: grayscale(100%);
  mix-blend-mode: luminosity;
}

body.monochrome-active video {
  filter: grayscale(100%);
  mix-blend-mode: luminosity;
}

body.saturation-active section {
  filter: saturate(200%);
}

body.high-contrast-active img {
  filter: contrast(200%);
}

.highlight-links-active a {
  outline: 2px solid #E82329 !important;
  outline-offset: 2px !important;
}

.big-black-cursor {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8bWV0YWRhdGE+DQoJPHNmdyAgeG1sbnM9IiZuc19zZnc7Ij4NCgkJPHNsaWNlcz48L3NsaWNlcz4NCgkJPHNsaWNlU291cmNlQm91bmRzICBib3R0b21MZWZ0T3JpZ2luPSJ0cnVlIiBoZWlnaHQ9IjQ4LjMiIHdpZHRoPSIzMy43IiB4PSI4LjEiIHk9Ii00OS4yIj48L3NsaWNlU291cmNlQm91bmRzPg0KCTwvc2Z3Pg0KPC9tZXRhZGF0YT4NCjxnPg0KCTxwYXRoIGQ9Ik0zOS41LDMxQzI5LjMsMjEuNywxOS4zLDEyLjQsOS4xLDMuMWMwLDEzLjgsMCwyNy40LDAsNDEuMmMzLjEtMyw2LjEtNS45LDkuMi04LjhjMS44LDQuMSwzLjYsOC4yLDUuNCwxMi4zDQoJCWMyLjgtMS4yLDUuNi0yLjUsOC40LTMuN2MtMS44LTQuMS0zLjYtOC4yLTUuNC0xMi4zQzMxLDMxLjUsMzUuMiwzMS4zLDM5LjUsMzF6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIzLjIsNDkuMkwxOCwzNy4ybC05LjgsOS40VjAuOGwzMy43LDMxbC0xMy42LDAuOWw1LjIsMTEuOUwyMy4yLDQ5LjJ6IE0xOC43LDMzLjhsNS42LDEyLjdsNi42LTIuOQ0KCQlsLTUuNi0xMi43bDExLjgtMC44TDEwLjEsNS40VjQyTDE4LjcsMzMuOHoiLz4NCjwvZz4NCjwvc3ZnPg0K') 10 10, auto;
}

.big-white-cursor {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkRGREZEO30NCjwvc3R5bGU+DQo8bWV0YWRhdGE+DQoJPHNmdyAgeG1sbnM9IiZuc19zZnc7Ij4NCgkJPHNsaWNlcz48L3NsaWNlcz4NCgkJPHNsaWNlU291cmNlQm91bmRzICBib3R0b21MZWZ0T3JpZ2luPSJ0cnVlIiBoZWlnaHQ9IjQ4LjMiIHdpZHRoPSIzMy43IiB4PSI4LjEiIHk9Ii00OS4yIj48L3NsaWNlU291cmNlQm91bmRzPg0KCTwvc2Z3Pg0KPC9tZXRhZGF0YT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zOS41LDMxQzI5LjMsMjEuNywxOS4zLDEyLjQsOS4xLDMuMWMwLDEzLjgsMCwyNy40LDAsNDEuMmMzLjEtMyw2LjEtNS45LDkuMi04LjhjMS44LDQuMSwzLjYsOC4yLDUuNCwxMi4zDQoJCWMyLjgtMS4yLDUuNi0yLjUsOC40LTMuN2MtMS44LTQuMS0zLjYtOC4yLTUuNC0xMi4zQzMxLDMxLjUsMzUuMiwzMS4zLDM5LjUsMzF6Ii8+DQoJPHBhdGggZD0iTTIzLjIsNDkuMkwxOCwzNy4ybC05LjgsOS40VjAuOGwzMy43LDMxbC0xMy42LDAuOWw1LjIsMTEuOUwyMy4yLDQ5LjJ6IE0xOC43LDMzLjhsNS42LDEyLjdsNi42LTIuOWwtNS42LTEyLjdsMTEuOC0wLjgNCgkJTDEwLjEsNS40VjQyTDE4LjcsMzMuOHoiLz4NCjwvZz4NCjwvc3ZnPg0K') 10 10, auto;
}

.big-white-cursor a {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDUgNDUiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1IDQ1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxtZXRhZGF0YT4NCgk8c2Z3ICB4bWxucz0iJm5zX3NmdzsiPg0KCQk8c2xpY2VzPjwvc2xpY2VzPg0KCQk8c2xpY2VTb3VyY2VCb3VuZHMgIGJvdHRvbUxlZnRPcmlnaW49InRydWUiIGhlaWdodD0iNDIuNiIgd2lkdGg9IjMyLjQiIHg9IjYuMyIgeT0iMS4yIj48L3NsaWNlU291cmNlQm91bmRzPg0KCTwvc2Z3Pg0KPC9tZXRhZGF0YT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNi45LDIzLjFjMC0wLjIsMC0wLjQsMC0wLjZjMC01LjcsMC0xMS41LDAtMTcuMmMwLTAuNCwwLTAuOCwwLjEtMS4yQzE3LjMsMi44LDE4LjQsMiwxOS43LDINCgkJYzEuMywwLDIuNCwwLjksMi43LDIuMmMwLjEsMC40LDAuMSwwLjcsMC4xLDEuMWMwLDIuNywwLDUuNSwwLDguMmMwLDAuMiwwLDAuNCwwLDAuN2MxLjEtMC42LDIuMy0xLDMuNS0wLjRjMS4zLDAuNiwxLjYsMS43LDEuNiwzDQoJCWMxLTAuNywyLTEuMSwzLjItMC43czEuOCwxLjMsMS45LDIuNmMwLjUtMC4yLDEtMC40LDEuNS0wLjVjMC42LTAuMSwxLjItMC4yLDEuOCwwYzEuMiwwLjMsMS45LDEuMywxLjksMi42YzAsMiwwLDQsMCw2LjENCgkJYzAsMi40LTAuMSw0LjctMC4xLDcuMWMwLDEuNi0wLjQsMy4xLTEsNC41Yy0wLjUsMS0wLjksMi4xLTEuNCwzLjFTMzQuMSw0MywzMyw0M2MtNC4yLDAtOC41LDAtMTIuNywwYy0xLDAtMS44LTAuNS0yLjItMS4zDQoJCWMtMS4xLTEuOS0yLjItMy45LTMuMi01LjhjLTItMy43LTMuNC03LjYtNC44LTExLjZjLTAuNy0xLjgtMS41LTMuNS0yLjYtNS4xYy0wLjktMS4yLTAuNS0zLDAuNy0zLjljMS4zLTAuOSwzLTAuOCwzLjksMC41DQoJCWMxLjUsMi4yLDMsNC41LDQuNSw2LjhjMC4xLDAuMiwwLjIsMC4zLDAuMywwLjVDMTYuOCwyMy4xLDE2LjgsMjMuMSwxNi45LDIzLjF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==') 10 10, auto;
}

.big-black-cursor a {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDUgNDUiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1IDQ1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPG1ldGFkYXRhPg0KCTxzZncgIHhtbG5zPSImbnNfc2Z3OyI+DQoJCTxzbGljZXM+PC9zbGljZXM+DQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgYm90dG9tTGVmdE9yaWdpbj0idHJ1ZSIgaGVpZ2h0PSI0Mi42IiB3aWR0aD0iMzIuNSIgeD0iOC44IiB5PSItNDYuMyI+PC9zbGljZVNvdXJjZUJvdW5kcz4NCgk8L3Nmdz4NCjwvbWV0YWRhdGE+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcsMjMuMWMwLTAuMiwwLTAuNCwwLTAuNmMwLTUuNywwLTExLjUsMC0xNy4yYzAtMC40LDAtMC44LDAuMS0xLjJjMC4zLTEuMywxLjQtMi4xLDIuNy0yLjENCgkJYzEuMywwLDIuNCwwLjksMi43LDIuMmMwLjEsMC40LDAuMSwwLjcsMC4xLDEuMWMwLDIuNywwLDUuNSwwLDguMmMwLDAuMiwwLDAuNCwwLDAuN2MxLjEtMC42LDIuMy0xLDMuNS0wLjRjMS4zLDAuNiwxLjYsMS43LDEuNiwzDQoJCWMxLTAuNywyLTEuMSwzLjItMC43YzEuMiwwLjQsMS44LDEuMywxLjksMi42YzAuNS0wLjIsMS0wLjQsMS41LTAuNWMwLjYtMC4xLDEuMi0wLjIsMS44LDBjMS4yLDAuMywxLjksMS4zLDEuOSwyLjZjMCwyLDAsNCwwLDYuMQ0KCQljMCwyLjQtMC4xLDQuNy0wLjEsNy4xYzAsMS42LTAuNCwzLjEtMSw0LjVjLTAuNSwxLTAuOSwyLjEtMS40LDMuMWMtMC41LDEtMS4zLDEuNS0yLjQsMS41Yy00LjIsMC04LjUsMC0xMi43LDANCgkJYy0xLDAtMS44LTAuNS0yLjItMS4zYy0xLjEtMS45LTIuMi0zLjktMy4yLTUuOGMtMi0zLjctMy40LTcuNi00LjgtMTEuNmMtMC43LTEuOC0xLjUtMy41LTIuNi01LjFjLTAuOS0xLjItMC41LTMsMC43LTMuOQ0KCQljMS4zLTAuOSwzLTAuOCwzLjksMC41YzEuNSwyLjIsMyw0LjUsNC41LDYuOGMwLjEsMC4yLDAuMiwwLjMsMC4zLDAuNUMxNi45LDIzLjEsMTYuOSwyMy4xLDE3LDIzLjF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==') 10 10, auto;
}

.hide-image-active img {
  opacity: 0 !important;
  visibility: hidden !important;
}


/* -----------Dark Contrast Theme Start------------- */

body.dark-contrast {
  background-color: #232323;
}

.dark-contrast .navbar.nav-scroll {
  background: #131313;
}

.dark-contrast .sub-menu-div,
.dark-contrast .header.active-menu {
  background: #000;
}

.dark-contrast .navbar.nav-scroll .menu-list li a,
.dark-contrast .active-menu .menu-list li a,
.dark-contrast .sub-menu-left h4 {
  color: #fff;
}

.dark-contrast .active-menu .h-buyNow p {
  color: #fff !important;
}

.dark-contrast section {
  background-color: #232323;
}

.dark-contrast .banner-caption h2 {
  background-color: #232323;
}

.dark-contrast .balco-products {
  background: linear-gradient(to top left, #000204 71%, #070707 96%);
}

.dark-contrast .who-we-are-top-section h2,
.dark-contrast .who-we-are-section .main-heading,
.dark-contrast p {
  color: #fff;
}

.dark-contrast .menu-list li .sub-menu li a {
  color: #fff !important;
}

.dark-contrast .navbar.nav-scroll .h-buyNow p {
  color: #fff !important;
}

.dark-contrast .navbar.nav-scroll .menu-top li img,
.dark-contrast .active-menu .menu-top li img {
  filter: invert(0);
}

.dark-contrast .navbar.nav-scroll .menu-icon-list span,
.dark-contrast .active-menu .menu-icon-list span {
  background-color: #fff;
}

.dark-contrast .work-card.balco-products .card-item,
.dark-contrast .who-we-are-top-section .states .item {
  background: #000;
}

.dark-contrast .cont h5,
.dark-contrast .about-ma .content h3,
.dark-contrast .split-line h3 {
  color: #fff;
}

.dark-contrast .who-we-are-top-section .title-font-one .sup-st {
  color: #e60e33;
}


.dark-contrast .about-ma .content {
  background-color: #030303;
}

.dark-contrast .bord-thin-top-light {
  border-color: transparent;

}

.dark-contrast .title-div {
  background: #393939;
  box-shadow: rgb(14 14 14 / 20%) 0px 2px 8px 0px;
}

.dark-contrast .title-div h5 {
  color: #fff;
}

.dark-contrast .social-content,
.dark-contrast .btm-know-more::before {
  background: #000204;
}

.dark-contrast .social-content-right .sp-badge {
  color: #fff;
  border: 1px solid #fff;
}

.dark-contrast .social-content-right h3,
.dark-contrast .blog-ds,
.dark-contrast .career-right-tp-wrapper .sec-head h2 {
  color: #fff;
}

.dark-contrast .new-dark-bg,
.dark-contrast .blog-bg {
  background: linear-gradient(to top left, #1b1b1b 71%, #000000 96%);
}

.dark-contrast .blog-ds .nav-pills .nav-item button,
.dark-contrast .release-title h6 a {
  color: #e6e6e6;
}

.dark-contrast .press-date span {
  color: #e60e33;
}

.dark-contrast .footer-sa {
  background: #000;
}

.dark-contrast .about-overview h2,
.dark-contrast .year-name-blox,

.dark-contrast .center-slide-cont h6 {
  color: #fff;
}

.dark-contrast .achievements .achievement-item,
.dark-contrast .shape-top {
  background: #000;
}

.dark-contrast .shape-top:before {
  border-color: transparent transparent transparent #020202;
}

.dark-contrast .content h3 {
  color: #fff;
}

.dark-contrast .history-section {
  background: #141414;
}

.dark-contrast .innovation-section {
  background: #0b0b0b;
}

.dark-contrast .year-div-w .hswiper-button-next::after {
  border-right: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}

.dark-contrast .year-div-w .hswiper-button-prev::after {
  border-left: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}

.dark-contrast .committees-h h3 {
  color: #fff;
  background: transparent;
}

.dark-contrast .tab-pane .heading-btm-gap,
.dark-contrast .card-awards-left h6 {
  color: #fff;
}

.dark-contrast .modal-content {
  background: #000204;
}

.dark-contrast .form-control {
  background-color: #060606;
  color: #fff;
}

.dark-contrast .card-awards-left,
.dark-contrast .card-awards-right,
.dark-contrast .right-wire-box,
.dark-contrast .health-box,
.dark-contrast .esg-box,
.dark-contrast .env-content,
.dark-contrast .csr-impact-card,
.dark-contrast .why-choose-us-block .inner-box,
.dark-contrast .showcasing-section .unnati-card,
.dark-contrast .custom-slide,
.dark-contrast .una-products .banner-img.style-2,
.dark-contrast .activities-block-one,
.dark-contrast .welcome-feature .welcome-item .content,
.dark-contrast .specification-title-div td,
.dark-contrast .testimonial-card,
.dark-contrast .contact-box,
.dark-contrast .health-block,
.dark-contrast .facilities-section .card,
.dark-contrast .header {
  background: #000;
}

.dark-contrast .vis-val-title,
.dark-contrast .inner-list ul li,
.dark-contrast .core-value-title,
.dark-contrast .core-point-title,
.dark-contrast .innerPage-section-padding h2,
.dark-contrast .sec-head .sub-head,
.dark-contrast .first-tech-heading h4,
.dark-contrast .township-overview-section h2,
.dark-contrast .sustain-goals-section h3,
.dark-contrast .sustain-goals-section h5,
.dark-contrast .s-content li,
.dark-contrast .esg-box h5,
.dark-contrast .f-box-title,
.dark-contrast .about-health h2,
.dark-contrast .health-box-content h3,
.dark-contrast .product-data-section .sub-color.inline,
.dark-contrast .env-title,
.dark-contrast .smelter-box-heading,
.dark-contrast .loc-name1,
.dark-contrast .loc-name2,
.dark-contrast .loc-name3,
.dark-contrast .loc-name4,
.dark-contrast .overview-mission h5,
.dark-contrast .content2 h3,
.dark-contrast .tab-pane h6,
.dark-contrast .why-choose-us-block h4,
.dark-contrast .content-p-mb h3,
.dark-contrast .showcasing-section .card-title,
.dark-contrast .arogya-section .list-dpt,
.dark-contrast .arogya-section .sub-inr-heading,
.dark-contrast .community-dev-section,
.dark-contrast .counter-item span,
.dark-contrast .innerPage-section-padding h3,
.dark-contrast .available-sites h6,
.dark-contrast .activities-block-one h4,
.dark-contrast .welcome-feature .welcome-item .content h3,
.dark-contrast .specification-title-div td,
.dark-contrast .text.magazine-content.report-about h6 a,
.dark-contrast .page-level-search .search-input,
.dark-contrast .process-count-item .process-number,
.dark-contrast .process-count-item.secondary-bg .process-content h4,
.dark-contrast .process-count-item.primary-bg .process-content h4,
.dark-contrast .process-count-item .process-content h4,
.dark-contrast .btn-read-more,
.dark-contrast .cont-form-input label {
  color: #fff;
}

.dark-contrast .product-data-section {
  background: linear-gradient(351deg, #000000 35%, rgb(2 2 2) 100%);
  background-image: url(../imgs/bg-logo.png), linear-gradient(351deg, #282828 35%, rgb(0 3 5) 100%);
}

.dark-contrast .f-box,
.dark-contrast .community-dev-section,
.dark-contrast .showcasing-section,
.dark-contrast .microenterprise-section,
.dark-contrast .reports,
.dark-contrast .healthcare-section,
.dark-contrast .press-box,
.dark-contrast .wh-div,
.dark-contrast .people-2sec,
.dark-contrast .people-4sec,
.dark-contrast .facility-page-section {
  background: #191919;
}

.dark-contrast .sustain-goals-section .our-goal h3:before,
.dark-contrast .sts-data-left:after {
  background: #232323;
}

.dark-contrast .arogya-section {
  background: transparent;
}

.dark-contrast .overview-mission {
  background: radial-gradient(circle, rgb(0 2 4) 54%, rgb(4 4 4) 102%);
}

.dark-contrast .stakeholder-s {
  background: radial-gradient(45.95% 45.95% at 100% 0%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.0001) 100%), linear-gradient(152.68deg, rgb(43 43 43) -19.33%, rgb(0 10 22) 80.85%);
}

.dark-contrast .custom-slide-content p.custom-tag {
  opacity: 0.3;
}

.dark-contrast .bg-light-blue,
.dark-contrast .sports-info-sec {
  background: #000 !important;
}

.dark-contrast .welcome-feature .welcome-item .content {
  border: 1px solid transparent;
}

.dark-contrast .welcome-feature .welcome-item {
  box-shadow: 0px 0px 15px #1b1a1a;
}

.dark-contrast .education-section,
.dark-contrast .sports-fitness-section {
  background: linear-gradient(to top left, #0d0e0e 71%, #010100 96%);
}

.dark-contrast .btn-read-more:hover {
  color: #e60e33;
}

.dark-contrast .user-info h6 {
  color: #e60e33;
}

.dark-contrast .people-2sec .nav-link {
  color: #fff !important;
}

.dark-contrast .msg-container-div {
  background: linear-gradient(144deg, rgb(13 13 13) 25%, rgb(16 16 16) 100%);
}


.dark-contrast .welcome-feature .welcome-item:hover .content h3,
.dark-contrast .welcome-feature .welcome-item:hover .content p {
  color: #000;
}

.dark-contrast .welcome-item:hover .content .serial-number {
  color: #7c7c7c;
}

.dark-contrast .wind-mill {
  z-index: 9;
}

.dark-contrast .outer-top-office-info {
  background-color: #000000;
}

.dark-contrast .form-wrapper {
  box-shadow: 0px 0px 25px 0px rgb(255 255 255 / 7%);
}

.dark-contrast.inner-page .menu-list li a {
  color: #fff !important;
}

.dark-contrast.inner-page .h-buyNow p {
  color: #fff !important;
}

.dark-contrast.inner-page .menu-top li img {
  filter: invert(0);
}

.dark-contrast .social-test h3 {
  color: #fff
}

.dark-contrast .banner-pop-up .close-button {
  fill: #fff;
}


/* -----------Dark Contrast Theme End------------- */


.info-box a {
  display: flex;
}

.oc-tabs {
  background: #e3f2fe !important;
}

.balcohospital-gallery {
  padding-top: 85px !important;
  background: #eaf6ff;
}

.csr-imgs-h {
  text-align: center;
}

.csr-imgs-h .image-grid {
  margin-top: 0 !important;
}

.img-btm-0 {
  bottom: 0 !important;
}

.mr-cmo p {
  margin: 0;
}

.map-section-b {
  position: relative;
}

.quote-section {
  overflow: visible;
}


/* ---------------- */