@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1350px !important;
  }
}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1455px !important;
  }
}

@font-face {
  font-family: "trebuchet-ms-bold";
  src: url("../fonts/TREBUCBD.ttf") format("woff"),
    url("../fonts/TREBUCBD.ttf") format("opentype"),
    url("../fonts/TREBUCBD.ttf") format("truetype");
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul li {
  color: #000000;
}

body {
  background: #ffffff;
  color: #333;
  font-family: "Special Gothic", sans-serif;
  -webkit-text-size-adjust: none;
}

body * {
  -moz-box-sizing: "border-box";
  -webkit-box-sizing: "border-box";
  box-sizing: "border-box";
}

img {
  width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #22211f;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 15px;
}

.inner-page-content-wrapper h2 {
  font-size: 31px;
  line-height: 38px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

p {
  font-size: 17px;
  color: #22211f;
}

p a:hover {
  text-decoration: underline;
}

time {
  display: block;
  font-weight: 700;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.fa {
  line-height: inherit;
}

[class*="fa-"]:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

.odia-lang h3 {
  font-weight: 600;
}

/*=======================================================
                       Main Layout
=========================================================*/
hr+img {
  margin-top: 23px;
}

.title__jumbo+img {
  margin-top: 40px;
}

img+.subtitle {
  color: #ffffff;
  margin-top: 42px;
}

img+.subtitle__jumbo {
  margin-top: 32px;
}

hr+.subtitle__far {
  margin-top: 52px;
}

.subtitle__far+.description {
  margin-top: 48px;
}

.subtitle__jumbo+.description {
  margin-top: 21px;
}

.subtitle+.description {
  margin-top: 19px;
}

.description+.description {
  margin-top: 22px;
}

.description+.btn {
  margin-top: 41px;
}

.description+.btn2 {
  margin-top: 25px;
}

dl+dl {
  margin-top: 21px;
}

dt+dd {
  margin-top: 20px;
}

.title+hr {
  margin-top: 24px;
}

hr+.row {
  margin-top: 23px;
}


/* Preloader */

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #66cc33;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font-family: "Special Gothic", sans-serif;
  font-weight: 600;
  font-size: 5em;
  text-align: center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: #66cc33;
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #2f0a75;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Special Gothic", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #2b2b2b;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Preloader */

/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/

.sf-menu {
  display: inline-block;
  padding-left: 0;
}

.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}

.sf-menu:after {
  clear: both;
}

.sf-menu>li {
  position: relative;
  float: left;
}

.sf-menu>li+li {
  margin-left: 30px;
}

.sf-menu a {
  display: block;
}

.sf-menu>li>a {
  color: #ffffff;
  padding: 38px 0;
  padding: 28px 0;
  font-weight: 500;
  font-family: "Special Gothic", sans-serif;
  font-size: 17px;
  letter-spacing: .5px;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
  color: #ffffff;
}

.sf-menu>li.active>a {
  color: #ffffff;
}

.sf-menu ul {
  position: absolute;
  top: 80px;
  left: 0;
  width: 240px;
  padding: 10px 0 10px;
  background: #ffffff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

.check {
  display: none;
}

.sf-menu ul>li {
  position: relative;
  border-bottom: 1px solid #dddddd;
}

.sf-menu ul>li:last-child {
  border-bottom: none;
}

.sf-menu ul>li>a {
  color: #4e3f90;
  margin: 8px 14px 0 18px;
  padding-bottom: 8px;
  font-weight: 500;
  font-family: "Special Gothic", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  position: relative;
  transition: all 500ms ease 0s;
}

.sf-menu ul li.menu-item-type-custom a,
.sf-menu ul li.menu-item-type-custom a:hover {
  color: #4e3f90;
}

.sf-menu ul>li:last-child a {
  border-bottom: none;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
  color: #4e3f90;
  margin-left: 33px;
}

.sf-menu ul>li>a:hover:before {
  content: '';
  position: absolute;
  left: -17px;
  top: 11px;
  width: 10px;
  height: 2px;
  background: #4e3f90;
}

.sf-menu ul>li.has-sub:before {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

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

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul>li>a {
  background: none;
  border: none;
}

.sf-menu ul ul>li.sfHover>a,
.sf-menu ul ul>li>a:hover {
  color: #4e3f90;
}

.sf-menu>li>.sf-with-ul {
  position: relative;
}

.inner-sidebar .widgetizedArea .has_children ul li a {
  background: #ffffff !important;
  color: #232323;
  font-size: 15px;
  padding-left: 17px;
}

.inner-sidebar .widgetizedArea .has_children ul li.current_page_item a {
  background: #6d40ff !important;
  color: #ffffff;
}

.inner-sidebar .widgetizedArea .has_children ul li.current_page_item a::after {
  display: none;
}

.inner-sidebar .widgetizedArea .has_children ul li a::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #6d40ff;
  left: 0;
  top: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}


/* ------------------------------------------ Acessbility section css start ------------------------------------------  */

.accessability-box-container {
  position: fixed;
  width: 430px;
  height: 600px;
  background-color: #f2f7fa;
  border-radius: 15px;
  top: 44px;
  right: 18px;
  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 #4e3f90;
  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;
}

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

  100% {
    opacity: 1;
  }
}

.access-icon {
  width: 25px;
  cursor: pointer;
}

.accessability-box-inner {
  width: 100%;
  background-color: #4e3f90;
  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;
}

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

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

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

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

.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;
  transition: opacity .35s ease-in-out, transform .35s ease-in-out;
}

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

.adjustment-box-main h2 {
  font-size: 17px;
  color: #6e6e6e;
  margin-bottom: 20px;
  margin-top: 30PX;
  letter-spacing: 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:nth-last-child(2),
.adj-box:nth-last-child(1),
.adj-box:nth-last-child(3) {
  margin-bottom: 0;
}

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

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

.adjustment-lists {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}

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

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

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

.adj-box:hover {
  border: 1px solid #072a6a;
  padding: 20px 6px;
  transition: 0.3s all;
}

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

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

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

.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);
}

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

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

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

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

/* ------------------------------------------ Acessbility section css End ------------------------------------------  */

/*------------------- Accessibility Adjustments Start -----------------------  */
/* -----------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,
.text-red-active .hambergur.open .sub-menu li a {
  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,
.text-orange-active .hambergur.open .sub-menu li a {
  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,
.text-teal-active .hambergur.open .sub-menu li a {
  color: #26999f !important;
}

.text-orange-active .hambergur.open .sub-menu li a .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,
.text-green-active .hambergur.open .sub-menu li a {
  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,
.text-white-active .hambergur.open .sub-menu li a {
  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,
.text-black-active .hambergur.open .sub-menu li a {
  color: #000 !important;
}

.big-black-cursor {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8bWV0YWRhdGE+DQoJPHNmdyAgeG1sbnM9IiZuc19zZnc7Ij4NCgkJPHNsaWNlcz48L3NsaWNlcz4NCgkJPHNsaWNlU291cmNlQm91bmRzICBib3R0b21MZWZ0T3JpZ2luPSJ0cnVlIiBoZWlnaHQ9IjQ4LjMiIHdpZHRoPSIzMy43IiB4PSI4LjEiIHk9Ii00OS4yIj48L3NsaWNlU291cmNlQm91bmRzPg0KCTwvc2Z3Pg0KPC9tZXRhZGF0YT4NCjxnPg0KCTxwYXRoIGQ9Ik0zOS41LDMxQzI5LjMsMjEuNywxOS4zLDEyLjQsOS4xLDMuMWMwLDEzLjgsMCwyNy40LDAsNDEuMmMzLjEtMyw2LjEtNS45LDkuMi04LjhjMS44LDQuMSwzLjYsOC4yLDUuNCwxMi4zDQoJCWMyLjgtMS4yLDUuNi0yLjUsOC40LTMuN2MtMS44LTQuMS0zLjYtOC4yLTUuNC0xMi4zQzMxLDMxLjUsMzUuMiwzMS4zLDM5LjUsMzF6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIzLjIsNDkuMkwxOCwzNy4ybC05LjgsOS40VjAuOGwzMy43LDMxbC0xMy42LDAuOWw1LjIsMTEuOUwyMy4yLDQ5LjJ6IE0xOC43LDMzLjhsNS42LDEyLjdsNi42LTIuOQ0KCQlsLTUuNi0xMi43bDExLjgtMC44TDEwLjEsNS40VjQyTDE4LjcsMzMuOHoiLz4NCjwvZz4NCjwvc3ZnPg0K') 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;
}

.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 {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkRGREZEO30NCjwvc3R5bGU+DQo8bWV0YWRhdGE+DQoJPHNmdyAgeG1sbnM9IiZuc19zZnc7Ij4NCgkJPHNsaWNlcz48L3NsaWNlcz4NCgkJPHNsaWNlU291cmNlQm91bmRzICBib3R0b21MZWZ0T3JpZ2luPSJ0cnVlIiBoZWlnaHQ9IjQ4LjMiIHdpZHRoPSIzMy43IiB4PSI4LjEiIHk9Ii00OS4yIj48L3NsaWNlU291cmNlQm91bmRzPg0KCTwvc2Z3Pg0KPC9tZXRhZGF0YT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zOS41LDMxQzI5LjMsMjEuNywxOS4zLDEyLjQsOS4xLDMuMWMwLDEzLjgsMCwyNy40LDAsNDEuMmMzLjEtMyw2LjEtNS45LDkuMi04LjhjMS44LDQuMSwzLjYsOC4yLDUuNCwxMi4zDQoJCWMyLjgtMS4yLDUuNi0yLjUsOC40LTMuN2MtMS44LTQuMS0zLjYtOC4yLTUuNC0xMi4zQzMxLDMxLjUsMzUuMiwzMS4zLDM5LjUsMzF6Ii8+DQoJPHBhdGggZD0iTTIzLjIsNDkuMkwxOCwzNy4ybC05LjgsOS40VjAuOGwzMy43LDMxbC0xMy42LDAuOWw1LjIsMTEuOUwyMy4yLDQ5LjJ6IE0xOC43LDMzLjhsNS42LDEyLjdsNi42LTIuOWwtNS42LTEyLjdsMTEuOC0wLjgNCgkJTDEwLjEsNS40VjQyTDE4LjcsMzMuOHoiLz4NCjwvZz4NCjwvc3ZnPg0K') 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 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;
}

.big-white-cursor-active a {
  cursor: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDUgNDUiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1IDQ1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxtZXRhZGF0YT4NCgk8c2Z3ICB4bWxucz0iJm5zX3NmdzsiPg0KCQk8c2xpY2VzPjwvc2xpY2VzPg0KCQk8c2xpY2VTb3VyY2VCb3VuZHMgIGJvdHRvbUxlZnRPcmlnaW49InRydWUiIGhlaWdodD0iNDIuNiIgd2lkdGg9IjMyLjQiIHg9IjYuMyIgeT0iMS4yIj48L3NsaWNlU291cmNlQm91bmRzPg0KCTwvc2Z3Pg0KPC9tZXRhZGF0YT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNi45LDIzLjFjMC0wLjIsMC0wLjQsMC0wLjZjMC01LjcsMC0xMS41LDAtMTcuMmMwLTAuNCwwLTAuOCwwLjEtMS4yQzE3LjMsMi44LDE4LjQsMiwxOS43LDINCgkJYzEuMywwLDIuNCwwLjksMi43LDIuMmMwLjEsMC40LDAuMSwwLjcsMC4xLDEuMWMwLDIuNywwLDUuNSwwLDguMmMwLDAuMiwwLDAuNCwwLDAuN2MxLjEtMC42LDIuMy0xLDMuNS0wLjRjMS4zLDAuNiwxLjYsMS43LDEuNiwzDQoJCWMxLTAuNywyLTEuMSwzLjItMC43czEuOCwxLjMsMS45LDIuNmMwLjUtMC4yLDEtMC40LDEuNS0wLjVjMC42LTAuMSwxLjItMC4yLDEuOCwwYzEuMiwwLjMsMS45LDEuMywxLjksMi42YzAsMiwwLDQsMCw2LjENCgkJYzAsMi40LTAuMSw0LjctMC4xLDcuMWMwLDEuNi0wLjQsMy4xLTEsNC41Yy0wLjUsMS0wLjksMi4xLTEuNCwzLjFTMzQuMSw0MywzMyw0M2MtNC4yLDAtOC41LDAtMTIuNywwYy0xLDAtMS44LTAuNS0yLjItMS4zDQoJCWMtMS4xLTEuOS0yLjItMy45LTMuMi01LjhjLTItMy43LTMuNC03LjYtNC44LTExLjZjLTAuNy0xLjgtMS41LTMuNS0yLjYtNS4xYy0wLjktMS4yLTAuNS0zLDAuNy0zLjljMS4zLTAuOSwzLTAuOCwzLjksMC41DQoJCWMxLjUsMi4yLDMsNC41LDQuNSw2LjhjMC4xLDAuMiwwLjIsMC4zLDAuMywwLjVDMTYuOCwyMy4xLDE2LjgsMjMuMSwxNi45LDIzLjF6Ii8+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,
body.monochrome-active header,
body.monochrome-active footer,
body.monochrome-active .help-part,
body.monochrome-active .chat-boot-wrapper,
body.monochrome-active .social-media-s,
body.monochrome-active .social-media-hide-b,
body.monochrome-active .main-loader {
  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;
}


/*------------------- Accessibility Adjustments End -----------------------  */



/*------------------------------------------This section for the project section css new start ------------------------------------------*/

.p-caption {
  position: relative;
  margin-bottom: 25px;
}

.p-caption:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100px;
  background-color: rebeccapurple;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.icons-ann {
  width: 30px;
  height: auto;
}

.text-ann {
  margin-left: 13px;
  margin-bottom: 0;
  position: relative;
}

.text-ann h3 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  display: inline-block;
  background-image: linear-gradient(to right, #58ba58 0%, #58ba58 100%);
  background-position: 0 calc(100% - 0.125em);
  background-size: 100% 2px;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat;
  margin-bottom: 0;
}


/* ------------------------------------------This section for the project section css new End ------------------------------------------*/



/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url("../images/select.png") no-repeat right center;
  overflow: hidden;
}

.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Trebuchet MS", sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

.select-menu .select::-ms-expand {
  display: none;
}



/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  float: left;
  background: #ffffff;
  background-color: #00000005;
  backdrop-filter: blur(60px);
  border-radius: 50px;
  border: 1px solid #FFFFFF1A;
}

@media (max-width: 864px) {
  .stuck_container .sf-menu>li>ul {
    -webkit-box-shadow: 1px 1px 2px #fcfcfc;
    -moz-box-shadow: 1px 1px 2px #fcfcfc;
    box-shadow: 1px 1px 2px #fcfcfc;
  }
}

.stuck_container__subp {
  background-size: cover;
  background: url("../images/head02.jpg") no-repeat;
}

.stuck_container__subp .sf-menu>li>ul {
  -webkit-box-shadow: 1px 1px 2px #fcfcfc;
  -moz-box-shadow: 1px 1px 2px #fcfcfc;
  box-shadow: 1px 1px 2px #fcfcfc;
}

.isStuck {
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
  border-bottom: none;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.isStuck .brand+.nav {}

.isStuck.well__h__gal {
  padding-top: 15px;
  padding-bottom: 0;
}

.isStuck.well__h {
  padding-bottom: 0;
}

.isStuck .sf-menu>li>ul {}

.screen-reader td a {
  color: #5e37c4;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  font-size: 42px;
  line-height: 40px;
  color: #22211f;
  padding: 10px;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  opacity: 0;
}

.toTop:hover {
  color: #f6c452;
  text-decoration: none;
  text-shadow: 0 0 10px #22211f;
}



/*=================       Tabs     ======================*/
.resp-tabs-list .resp-tab-item {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 11px 13px 10px 16px;
  font-weight: 700;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.resp-tabs-list .resp-tab-item.resp-tab-active {
  background: #f6c452 !important;
}

.resp-tabs-list .resp-tab-item:hover {
  background: #f6c452;
}

.resp-tabs-list .resp-tab-item+.resp-tab-item {
  margin-left: 7px;
}

.resp-tabs-list+.resp-tabs-container {
  margin-top: 49px;
}

hr+.resp-tabs {
  margin-top: 32px !important;
}

.resp-accordion {
  display: none;
  background: #f6c452 url("../images/arrow_right.png") no-repeat 95% center !important;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.resp-accordion:hover {
  background: #fbe5b3 url("../images/arrow_right.png") no-repeat 95% center !important;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content+.resp-accordion {
  margin-top: 5px;
}

.resp-tab-active {
  background: #f6c452 url("../images/arrow_down.png") no-repeat 95% center !important;
}

.resp-tab-active:hover {
  background: #fbe5b3 url("../images/arrow_down.png") no-repeat 95% center !important;
}

.resp-tab-active+.resp-tab-content {
  margin-top: 10px;
}

.resp-tab-content-active {
  display: block;
}

.resp-tab-content-active+.resp-accordion {
  margin-top: 20px;
}

.resp-accordion-closed {
  display: block;
}

.resp-accordion-closed+.resp-accordion {
  margin-top: 5px;
}

.resp-tabs-container,
.gallery {
  font-family: "FontAwesome", "Trebuchet MS", sans-serif;
}

.resp-tabs-container a,
.gallery a {
  display: block;
  position: relative;
}

.resp-tabs-container time,
.gallery time {
  display: inline-block;
  padding: 15px 17px 13px 11px;
  font-size: 17px;
  line-height: 17px;
  color: #ffffff;
  background-color: #f6c452;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.resp-tabs-container time:hover,
.gallery time:hover {
  cursor: pointer;
  color: #22211f;
  background-color: #ffffff;
}

.resp-tabs-container time+.stats,
.gallery time+.stats {
  margin-top: 21px;
  margin-left: 3px;
}



/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}

.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}

.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.parallax_pattern {
  background-repeat: repeat;
}

.parallax_cnt {
  position: relative;
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}

.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}

.thumb_overlay:before {
  content: "\f065";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}

.lt-ie9 .thumb_overlay:before {
  display: none;
}

.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.title {
  font-weight: 800;
  letter-spacing: 0.8px;
  position: relative;
  font-size: 51px;
  line-height: 33px;
  margin-bottom: 35px;
  line-height: 60px;
  font-family: "Special Gothic", sans-serif;
}

.c-primary {
  color: #66cc33;
}

.title-bar {
  position: relative;
  width: 100px;
}

.title-bar:after {
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #333;
  content: "";
  left: 0;
  top: -25px;
}

.title-bar:before {
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #d39f11;
  content: "";
  left: 0;
  top: -25px;
}

.latest-omecl .title:before {
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #e5322d;
  content: "";
  left: 0;
  top: -25px;
}

.title__jumbo {
  font: 700 100px/80px "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  line-height: 90px;
}

.subtitle,
.subtitle__far,
.subtitle__jumbo,
.term {
  font-weight: 700;
  line-height: 30px;
  margin-top: 27px;
  text-align: justify;
}

.term {
  font-size: 21px;
}

.views:before {
  content: "\f06e";
}

.comments:before {
  content: "\f086";
}

.likes:before {
  content: "\f087";
}

.skill-list {
  color: #ffffff;
  font-size: 12px;
}

.skill-list li+li {
  margin-top: 6px;
}

.index-list {
  counter-reset: li;
}

.index-list li {
  position: relative;
}

.index-list li .subtitle,
.index-list li .description__item {
  max-width: 470px;
  padding-left: 101px;
}

.index-list li::before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  background: #f6c452;
  padding: 6px 3px 7px 12px;
}

.index-list li:after {
  position: absolute;
  content: "";
  display: block;
  left: 53px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f6c452;
}

.index-list li+li {
  margin-top: 31px;
}

@media (max-width: 479px) {
  .index-list li:after {
    left: 21px;
    top: 57px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f6c452 transparent transparent transparent;
  }

  .index-list li .subtitle,
  .index-list li .description__item {
    max-width: 100% !important;
    padding-left: 0;
  }

  .index-list li .subtitle {
    padding-top: 90px;
  }
}

.stats {
  font-size: 11px;
  line-height: 14px;
}

.stats .views,
.stats .comments,
.stats .likes {
  position: relative;
}

.stats .views:before,
.stats .comments:before,
.stats .likes:before {
  position: relative;
  font-size: 15px;
  left: -2px;
  top: 1px;
}

.stats span+span {
  margin-left: 10px;
}

.links a {
  font-size: 12px;
  line-height: 12px;
}

.links a:hover {
  text-decoration: underline;
}

.links li+li {
  margin-top: 6px;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #fffefe;
  font-weight: 400;
  background: #279527;
  border: none;
}

.btn:hover {
  background: #22211f;
}

.btn:active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.btn2 {
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  font-size: 17px;
  line-height: 17px;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: 700;
  background: #e5322d;
}

.btn2:hover {
  background: #22211f;
  color: #ffffff;
}

.btn2:active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

/*==================      Wells     ======================*/
.well__h {
  padding: 0 35px;
}

.well__h__gal {
  padding-top: 75px;
  padding-bottom: 87px;
}

@media (max-width: 979px) {
  .well__h__gal {
    padding-bottom: 57px;
  }
}

.well__cont {
  padding-top: 80px;
  padding-bottom: 80px;
}

.well__cont2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.well__cont3 {
  padding-top: 92px;
  padding-bottom: 204px;
}

.well__cont4 {
  padding-top: 147px;
  padding-bottom: 153px;
}

.well__cont5 {
  padding-top: 91px;
  padding-bottom: 191px;
}

.well__cont6 {
  padding-top: 147px;
  padding-bottom: 130px;
}

.well__cap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.well__p1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.well__p2 {
  padding-top: 206px;
  padding-bottom: 235px;
}

.well__p3 {
  padding-top: 225px;
  padding-bottom: 204px;
}

.well__p4 {
  padding-top: 206px;
  padding-bottom: 202px;
}

.well__p5 {
  padding-top: 226px;
  padding-bottom: 199px;
}

.well__p6 {
  padding-top: 147px;
  padding-bottom: 190px;
}

.gallery {
  padding-top: 90px;
  padding-bottom: 201px;
}

.well__cform {
  padding-top: 144px;
  padding-bottom: 0;
}

@media (max-width: 479px) {

  .well__cont,
  .well__cont2,
  .well__cont3,
  .well__cont4,
  .well__cont5,
  .well__cont6,
  .well__p1,
  .well__p2,
  .well__p3,
  .well__p4,
  .well__p5,
  .well__p6,
  .gallery,
  .address,
  .well__cform {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .well__cont .title,
  .well__cont2 .title,
  .well__cont3 .title,
  .well__cont4 .title,
  .well__cont5 .title,
  .well__cont6 .title,
  .well__p1 .title,
  .well__p2 .title,
  .well__p3 .title,
  .well__p4 .title,
  .well__p5 .title,
  .well__p6 .title,
  .gallery .title,
  .address .title,
  .well__cform .title {
    text-align: center;
  }

  .well__cont2.tbls {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  width: 100%;
  float: left;
  position: fixed;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 50px;
  padding-bottom: 10px;

}

header .camera_container {
  width: 100%;
  float: left;
  z-index: 9;
}

header .nav {
  float: left;
  font-size: 20px;
  margin-right: 20px;
}

header .select-menu {
  background: #ffffff url("../images/caret_down.png") no-repeat 98% center;
}

.header-container.scrolled {
  background-color: #fff;
}

.header-container.scrolled .top-menu li button,
.header-container.scrolled .top-menu li a {
  color: #22211f;
}

.header-container.scrolled .top-menu li button:hover,
.header-container.scrolled .top-menu li a:hover {
  color: #58ba58;
}

.header-container.scrolled .top-menu li img.access-icon {
  filter: invert(1);
}

.header-container.scrolled .top-menu li img.access-icon:hover {
  filter: brightness(0) saturate(100%) invert(58%) sepia(78%) saturate(388%) hue-rotate(83deg) brightness(80%) contrast(90%);
}

.header-container.scrolled .carot:before {
  border-color: #302b2b transparent transparent transparent;
}

.header-container.scrolled .carot:hover:before {
  border-color: #58ba58 transparent transparent transparent;
}

.header-container.scrolled .carot:hover a {
  color: #58ba58;
}

.header-container.scrolled .stuck_container {
  background-color: #00000000;
  backdrop-filter: blur(0px);
  border-radius: 50px;
  border: 0;
}

.header-container.scrolled .top-nav-bar {
  padding: 10px 0px 0px 0px;
}

.header-container.scrolled .sf-menu>li>a {
  padding: 10px 0;
}

.header-container.scrolled .search-border {
  height: 45px;
  width: 45px;
  border: 1px solid #6761613d;
  border-radius: 10px;
}

.header-container.scrolled .toggle-menu {
  width: 45px;
  height: 45px;
  padding: 12px 4px;
  border: 1px solid #6761613d;
  margin-left: 10px;
  border-radius: 10px;
}

.header-container.scrolled .menu-toggle {
  height: 16px;
  width: 27px;
  top: 2px;
  left: 4px;
}

.header-container.scrolled {
  position: fixed !important;
  top: -120px;
  -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(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  background-color: #ffffff;
  box-shadow: 0 0 6px #00000026;
}

.header-container.scrolled .brand_name {
  padding: 5px 0;
  top: -12px;
  position: relative;
}

.ohpc-wh-logo {
  display: block;
  width: 231px !important;
}


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

.header-container.scrolled .ohpc-wh-logo {
  display: none;
}

.header-container.scrolled .for-fix-header {
  display: block;
}

header.header-container.scrolled .nav {
  margin-right: 30px;
}

.header-container.scrolled .sf-menu>li>a {
  color: #22211f;
}

.header-container.scrolled .search-border {
  border-left: 1px solid #6761613d;
}

.header-container.scrolled .search-icon {
  filter: invert(1);
}

.header-container.scrolled .toggle-menu {
  border-left: 1px solid #6761613d;
  border-right: 1px solid #6761613d;
}

.header-container.scrolled .menu-toggle>div {
  background-color: #22211f;
}

.header-container.scrolled .menu-toggle>div:nth-child(1) {
  width: 20px;
}

.header-container.scrolled .menu-toggle>div:nth-child(3) {
  width: 20px;
}

.header-container.scrolled .menu-toggle:hover>div:nth-child(1),
.header-container.scrolled .menu-toggle:hover>div:nth-child(3) {
  width: 100%;
}

.header-container.scrolled .menu-toggle:hover>div {
  background-color: #58ba58;
}

.header-container.scrolled .sf-menu ul {
  border: 1px solid #6761613d;
}





/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  float: left;
  width: 100%;
}

.brand_name {
  overflow: hidden;
  margin-bottom: 0;
  padding: 10px 0;
}

.brand_name a {
  color: #fefefe;
  display: inline;
  font-weight: 700;
  font-size: 39px;
  line-height: 39px;
  padding-top: 0;
}

.logo {
  display: flex;
  align-items: center;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #f6c452;
}

.bg-secondary {
  background: #ffffff;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
  float: left;
  width: 100%;
}

hr {
  border: none;
  display: inline-block;
  text-align: left;
  background: #22211f;
  height: 4px;
  width: 250px;
}

.description {
  line-height: 30px;
  color: #696764;
}

.well__cont {
  background: #ffffff url(../images/2.png);
}

.well__cont .title,
.well__cont .description {
  color: #ffffff;
}

.well__cont hr {
  background: #ffffff;
}

.well__cont .subtitle+.description {
  margin-top: 11px;
  max-width: 320px;
  line-height: 22px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .well__cont .description {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .well__cont .description {
    font-size: 15px;
  }

  .well__cont hr {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .well__cont .grid_4+.grid_4 .title {
    margin-top: 70px;
  }

  .well__cont .well {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .well__cont .btn {
    position: static;
  }
}

.well__cont2 {
  color: #ffffff;
  background: #ffffff;
}

.well__cont2 .limited .description {
  width: 87%;
  text-align: justify;
}

.well__cont2 .limited+.jumbo {
  margin-top: -35px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .well__cont2 .title__jumbo {
    font-size: 75px;
    line-height: 75px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .well__cont2 .title__jumbo {
    font-size: 64px;
    line-height: 64px;
  }
}

@media (max-width: 767px) {
  .well__cont2 .title__jumbo {
    font-size: 55px;
    line-height: 55px;
  }

  .well__cont2 .limited+.jumbo {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .well__cont2 .title__jumbo {
    font-size: 35px;
    line-height: 35px;
  }
}

.well__cont3 {
  background: #f6c452;
}

.well__cont3 .title,
.well__cont3 .subtitle,
.well__cont3 .description {
  color: #ffffff;
}

.well__cont3 .subtitle {
  margin-top: -4px;
}

.well__cont3 hr {
  background: #ffffff;
}

.well__cont3 .subtitle+.description {
  margin-top: 11px;
}

.well__cont3 .description+.btn {
  margin-top: 41px;
}

.well__cont3_block img+.subtitle {
  margin-top: 41px;
}

.well__cont3_block .subtitle+.description {
  margin-top: 12px;
}

.well__cont3_block .btn {
  padding-top: 18px;
  padding-bottom: 16px;
}

@media (max-width: 767px) {

  .well__cont3_block .title,
  .well__cont3_block hr {
    display: block;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .well__cont3_block .title {
    font-size: 35px !important;
    line-height: 35px !important;
  }
}

.well__cont4 .row+.row {
  margin-top: 50px;
}

.well__cont4 img+.grid_3 {
  margin-top: -4px;
}

.well__cont4 h3+.description {
  margin-top: 21px;
}

.well__cont4_block {
  padding-bottom: 4px;
}

.well__cont4_block .icon+.subtitle {
  color: #22211f;
  margin-top: 12px;
}

.well__cont4_block .icon {
  width: 66px;
}

.well__cont4_block .row+.description {
  margin-top: 29px;
}

.well__cont4_block .btn2 {
  padding-top: 18px;
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .well__cont4_block .description+.btn2 {
    margin-top: 20px;
  }

  .well__cont4_block .grid_4+.grid_4 {
    margin-top: 50px;
  }

  .well__cont4_block .title,
  .well__cont4_block hr {
    text-align: center;
    display: block;
  }

  .well__cont4_block .icon {
    float: left;
  }
}

@media (max-width: 479px) {
  .well__cont4_block .description+.btn2 {
    margin-left: 130px;
  }
}

@media (max-width: 767px) {
  .well__cont4 img+.grid_3 {
    margin-top: 20px !important;
  }

  .well__cont4 .subtitle {
    text-align: none;
  }

  .well__cont4 .icon+.subtitle {
    width: 80%;
    margin-top: 5px !important;
    margin-left: 85px !important;
  }
}

.well__cont5 {
  background: #f6c452;
}

.well__cont5 .title,
.well__cont5 a {
  color: #ffffff;
}

.well__cont5 .title {
  width: 228px;
}

.well__cont5 hr {
  background: #ffffff;
}

.well__cont5 hr+.links {
  margin-top: 21px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .well__cont5 hr {
    width: 92%;
  }
}

@media (max-width: 767px) {
  .well__cont5 {
    text-align: center;
  }

  .well__cont5 .title {
    width: 100%;
  }
}

.well__cont6 .subtitle {
  color: #22211f;
}

.well__cont6 img+.subtitle {
  margin-top: 30px;
}

.well__cont6 .subtitle+.description {
  margin-top: 22px;
}

/*=============  Address =============*/
.address {
  background: #f6c452;
  color: #ffffff;
  padding-top: 183px;
  padding-bottom: 203px;
}

.address .title {
  color: #ffffff;
}

.address hr {
  background: #ffffff;
}

.address .subtitle {
  color: #ffffff;
  width: 70%;
}

.address h3+.contact {
  margin-top: 12px;
}

.address hr+.row {
  margin-top: 19px;
}

.address .contact {
  font-size: 17px;
  line-height: 22px;
  position: relative;
}

.address .contact span {
  position: absolute;
  right: 19%;
}

.address a {
  text-decoration: underline;
}

.address a:hover {
  color: #696764;
}

@media (min-width: 768px) and (max-width: 979px) {
  .address .contact {
    font-size: 15px;
  }
}

@media (max-width: 767px) {

  .address .title,
  .address hr {
    display: block;
    text-align: center;
  }

  .address .contact {
    padding-left: 60px;
  }

  .address .subtitle {
    width: 100%;
  }

  .address .contact,
  .address .subtitle {
    text-align: left !important;
  }
}

@media (max-width: 479px) {
  .address .contact {
    padding-left: 10px !important;
  }

  .address .subtitle {
    text-align: center !important;
  }
}

/*================= Parallax ===================*/
.parallax1 .subtitle,
.parallax2 .subtitle,
.parallax1 .description,
.parallax2 .description,
.parallax1 .description__item,
.parallax2 .description__item,
.parallax1 .links,
.parallax2 .links {
  color: #ffffff;
}

.parallax1 .title,
.parallax1 .stats {
  color: #ffffff;
}

.parallax1 hr {
  background: #ffffff;
}

.well__p3 hr+.row {
  margin-top: 25px;
}

.well__p3 a+.subtitle {
  margin-top: 43px;
}

.well__p3 .subtitle+.description {
  margin-top: 12px;
}

.well__p3 .subtitle+.description__item {
  margin-top: 23px;
}

.well__p3 hr+.row {
  margin-top: 23px;
}

.well__p3 hr+.index-list {
  margin-top: 19px;
}

.well__p3 .row+.row {
  margin-top: 51px;
}

.well__p3 img+.grid_4 {
  margin-top: -4px;
}

.well__p3 .description__item {
  line-height: 22px;
}

.well__p3_cont .description+.skill-list {
  margin-top: 27px;
}

.well__p3_cont img+.grid_8 {
  margin-top: -4px;
}

@media (max-width: 767px) {
  .well__p3_cont img+.grid_8 {
    margin-top: 20px;
  }

  .well__p3_cont * {
    text-align: center;
    display: block;
  }
}

@media (max-width: 767px) {
  .well__p3 img+.grid_4 {
    margin-top: 20px;
  }
}

.well__p4 hr+.row {
  margin-top: 19px;
}

.well__p4 .subtitle+.description {
  margin-top: 12px;
}

.well__p4 .description+.btn {
  margin-top: 42px;
  margin-left: -1px;
}

.well__p4 .btn {
  padding-top: 18px;
  padding-bottom: 16px;
}

.well__p4_cont hr+.row {
  margin-top: 23px;
}

.well__p4_cont img+.grid_3 {
  margin-top: -4px;
}

@media (max-width: 767px) {
  .well__p4_cont img+.grid_3 {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .well__p4_cont .title {
    text-align: center;
  }
}

.well__p5 a+.subtitle {
  margin-top: 41px;
}

.well__p5 .subtitle+.description {
  margin-top: 12px;
}

.well__p6 hr+.row {
  margin-top: 54px;
}

@media (max-width: 767px) {

  .well__p6 .title,
  .well__p6 a,
  .well__p6 hr {
    display: block;
    text-align: center;
  }
}

.parallax2 .title {
  color: #ffffff;
}

.parallax2 hr {
  background: #ffffff;
}

.parallax2 .frame {
  width: 100%;
  min-height: 575px;
  background: #ffffff;
}

.parallax2 hr+.frame {
  margin-top: 30px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .parallax2 .frame {
    min-height: 470px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .parallax2 .frame {
    min-height: 375px;
  }
}

@media (max-width: 767px) {
  .parallax2 .frame {
    min-height: 210px;
  }
}

@media (max-width: 479px) {
  .parallax2 .frame {
    min-height: 135px;
  }
}

/*=========================== Gallery ===============================*/
.gallery time {
  display: inline-block;
  padding: 14px 17px 14px 11px;
  font-size: 17px;
  line-height: 17px;
  color: #ffffff;
  background-color: #f6c452;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery time:hover {
  cursor: pointer;
  color: #22211f;
  background-color: #ffffff;
}

.gallery time+.stats {
  margin-top: 21px;
  margin-left: 3px;
}

.gallery .stats+.thumb {
  margin-top: 38px;
}

/*================= Contact form ===================*/
.well__cform .title {
  font-size: 38px;
  line-height: 38px;
  color: #22211f;
}

.well__cform .title+hr {
  margin-top: 21px;
}

.well__cform hr+form {
  margin-top: 28px;
}

@media (max-width: 767px) {

  .well__cform .title,
  .well__cform hr {
    display: block;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .well__cform .btn2 {
    width: 200px;
  }
}

/*===================== Privacy ========================*/
.privacy {
  padding-top: 92px;
  padding-bottom: 204px;
  background: #f6c452;
}

.privacy .title,
.privacy .subtitle,
.privacy .term,
.privacy .description,
.privacy a {
  color: #ffffff;
}

.privacy hr {
  background: #ffffff;
}

.privacy a {
  text-decoration: underline;
}

.privacy a:hover {
  color: #696764;
}

.privacy hr+dl {
  margin-top: 19px;
}

.privacy dl,
.privacy a {
  font-size: 17px;
}

.privacy .term+.description {
  margin-top: 12px;
}

.privacy dl+.mail {
  display: block;
  margin-top: 21px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
.well__foot {
  font-size: 12px;
  color: #8f8d8b;
  background: #f2f3f5;
  width: 100%;
  float: left;
}

.well__foot .title {
  font-size: 38px;
  line-height: 38px;
  color: #22211f;
}

.well__foot .title+hr {
  margin-top: 20px;
}


.footer-mark :hover a {
  color: #58ba58;
}

.last-update {
  position: relative;
}

.last-update:after {
  position: absolute;
  height: 16px;
  width: 1px;
  background: #9f9f9f;
  content: '';
  right: -14px;
  top: 50%;
  transform: translatey(-50%);
}

.footer-mark li {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.well__foot p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Special Gothic", sans-serif;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.well__foot hr+p {
  margin-top: 37px;
}

.well__foot hr+ul {
  margin-top: 35px;
}

.well__foot a:active {
  color: #22211f;
}

.well__foot a+.social {
  margin-top: 1px;
}

.well__foot .tel,
.well__foot span {
  white-space: nowrap;
}

.well__foot .bottom {
  font-family: "Trebuchet MS", sans-serif, "FontAwesome";
  font-size: 14px;
  color: #22211f;
  text-transform: none;
  padding: 8px 0 13px;
  background: #ced0e6;
}

.well__foot .bottom .social {
  font-size: 25px;
  float: right;
}

.well__foot .bottom .social a:hover {
  color: #f6c452;
  text-decoration: none;
}

.well__foot .bottom .social a+a {
  margin-left: 25px;
}

.well__foot .row+.bottom {
  margin-top: 133px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .well__foot .title {
    font-size: 30px;
  }

  .well__foot hr {
    width: 200px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .well__foot .title {
    font-size: 25px;
  }

  .well__foot hr {
    width: 150px;
  }
}

@media (max-width: 767px) {}

@media (max-width: 479px) {
  .well__foot .title {
    font-size: 30px;
  }

  .well__foot hr {
    width: 200px;
  }

  .well__foot .social {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }

  .well__foot .social *:first-child {
    margin-left: 0 !important;
  }

  .well__foot a+.social {
    margin-top: 20px;
  }

  .well__foot .row+.bottom {
    margin-top: 40px;
  }

  .well__foot p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Top Menu */


.top-right {
  text-align: right;
  position: relative;
}

.top-nav-bar {
  float: left;
  width: 100%;
  padding: 10px 50px;
  position: relative;
  z-index: 9;
}

.top-menu li button,
.top-menu li a {
  color: #ffffff;
  font-size: 13px;
  font-family: "Special Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.top-nav-bar .top-menu li a {
  display: block;
}

.comissioning-table thead tr th:nth-child(2) {
  min-width: 180px;
  white-space: normal;
}

.comissioning-table tbody tr td:nth-child(2) {
  min-width: 180px;
  white-space: normal;
}


.top-menu li button:hover,
.top-menu li a:hover {
  color: #ffffff;

}

.a-btn button#c-active {
  border: 1px solid #000;
  padding: 2px 3px;
  border-radius: 100%;
  text-align: center;
  font-size: 11px;
  min-height: 20px;
  min-width: 20px;
}

#c-active {
  background: #fff;
  color: #232323 !important;
}

.a-btn a {
  width: 20px;
  height: 20px;
}

.a-btn {
  gap: 10px;
  display: flex;
}

.a-btn button#c-inactive {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  margin-left: -4px;
  font-size: 11px;
  padding: 2px 3px;
  border-radius: 100%;
  text-align: center;
  font-size: 11px;
  min-height: 20px;
  min-width: 20px;
}

.top-menu li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  margin-bottom: 0;
}

.translation-links ul {
  padding-left: 0px;
}

.top-menu li button {
  color: #ffffff;
  font-size: 14px;
  font-family: "Special Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: transparent;
  padding: 2px 3px;
  line-height: 1.2 !important;
}


.facebook-icon {
  color: #1061d7;
  margin-right: 8px;
  font-size: 19px;
}

.twitter-icon {
  color: rgb(0, 0, 0);
  font-size: 21px;
  height: 22px;
  width: 18px;
  display: inline-block;
  object-fit: contain;
  position: relative;
  top: -2px;
}

.carot:before {
  content: "";
  position: absolute;
  top: 8px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #f4f4f4 transparent transparent transparent;
}

.top-menu li:last-child {
  margin-right: 10px;
}

.dsvy-ihbox-style-1 {
  position: relative;
  padding: 20px 13px;
  transform: translateY(0);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  border: 1px solid #ddd;
}

.dsvy-ihbox-style-1 .dsvy-ihbox-icon {
  display: inline-block;
  position: relative;

  color: #f2f3f5;
}

.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 .dsvy-ihbox-icon:before {
  background-color: rgba(var(--dsvy-colza-white-color-rgb), 0.1);
}

.dsvy-ihbox-style-1 .dsvy-ihbox-icon:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(311deg, rgba(0, 0, 0, 0) 0%, rgba(226, 220, 250, 1) 67%);
}

.dsvy-ihbox-style-1 .dsvy-ihbox-contents {
  margin: 15px 0 20px;
}

.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 .dsvy-element-subtitle,
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 .dsvy-element-heading {
  color: #ff8200;
}

.dsvy-ihbox-style-1 .dsvy-heading-desc,
.dsvy-ihbox-style-1 .dsvy-element-title,
.dsvy-ihbox-style-1,
.dsvy-ihbox-style-1 .dsvy-element-subtitle,
.dsvy-ihbox-style-1 .dsvy-element-heading {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.dsvy-ihbox-style-1 .dsvy-element-subtitle,
.dsvy-ihbox-style-1 .dsvy-element-heading {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 500;
  color: #666;
}

.dsvy-ihbox-style-1 .dsvy-element-title {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 8px;
  font-weight: 700;
}

.dsvy-ihbox-btn {
  font-family: Yantramanav, sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
}

.dsvy-heading-desc {
  font-family: "Special Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
}

.dsvy-ihbox-btn a {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  line-height: 16px;
  font-family: "Special Gothic", sans-serif;
  color: #696764;
}

.dsvy-ihbox-btn a:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 2px;
  top: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #ff8200;
}

.dsvy-ihbox-btn a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ff8200;
  top: 4px;
  right: 0;
}


.dsvy-ihbox {
  overflow: hidden;
}

.dsvy-ihbox-style-1:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4e3f90;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.vl-overview-show-hover .dsvy-ihbox-style-1::after {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.vl-overview-show-hover .dsvy-ihbox-style-1 .dsvy-ihbox-btn a,
.vl-overview-show-hover .dsvy-ihbox-style-1 .dsvy-element-title,
.vl-overview-show-hover .dsvy-ihbox-style-1 .dsvy-heading-desc {
  color: #ffffff;
}

.dsvy-ihbox-style-1:hover .dsvy-ihbox-btn a:before {
  background-color: #ffffff;
}

.dsvy-ihbox-style-1:hover .dsvy-ihbox-btn a:after {
  border-color: transparent transparent transparent #ffffff;
}

.dsvy-ihbox-icon-wrapper img:nth-child(2) {
  display: none !important;
}

.vl-overview-show-hover .dsvy-ihbox-style-1 .dsvy-ihbox-icon-wrapper img:nth-child(2) {
  display: block !important;
}

.vl-overview-show-hover .dsvy-ihbox-style-1 .dsvy-ihbox-icon-wrapper img:nth-child(1) {
  display: none;
}

.highlight-section .vl-ov-oilgas:nth-child(1) .dsvy-ihbox-style-1,
.highlight-section .vl-ov-oilgas:nth-child(2) .dsvy-ihbox-style-1,
.highlight-section .vl-ov-oilgas:nth-child(3) .dsvy-ihbox-style-1 {}

.core-competencies {
  width: 100%;
  float: left;
  background: #ffffff;
  padding-top: 125px;
  padding-bottom: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/core-competencies-bg.jpg);
  background-attachment: fixed;
}

.core-competencies:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #f2f3f5;
  width: 60px;
  height: 100%;
  opacity: 0;
}

.highlight-section .owl-carousel .owl-item {
  margin-right: 10px;
}

.highlight-section .owl-carousel .owl-stage {
  display: flex;
  gap: 10px;
}

.highlight-section .owl-carousel .item {
  margin: 3px;

}

.dsvy-stretched-right {
  position: absolute;
  height: 100%;
  width: calc(55% - 80px);
  top: 0;
  z-index: 1;
  overflow: hidden;
  right: 0;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/core-competencies-bg.jpg);
  opacity: 0;
}

/* latest from NMDC  */

.latest-from-omc {
  width: 100%;
  float: left;
  padding: 100px 0 105px 0;
  position: relative;
  background-attachment: fixed;
  background-position: center;
}

.latest-from-omc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #034465, #2ccb59) !important;
  z-index: 0;
  opacity: 0.9;
}

.latest-from-omc .container {
  position: relative;
  z-index: 1;
}

.latest-cont {
  background-color: #e7e7e7;
  box-shadow: 0 0 25px 0 #00000012;
  transition: 0.5s linear;
  padding: 22px 22px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-top: 24px;
}

.latest-cont h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #131313;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.latest-cont img.press-release {
  width: 100%;
  margin-bottom: 15px;
}

.press-release-date {
  font-family: Graphik;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #3f4ba4;
}

.latest-cont h4 {
  font-family: "Special Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #666;
  line-height: 31px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s all ease;
  position: relative;
}

.latest-cont .read-more-btn:hover {
  color: #de604e;
}

.latest-cont h4:hover {
  color: #000000;
}

.latest-cont .read-more-btn {
  float: left;
  width: 100%;
  overflow: hidden;
  font-family: "Special Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #434343;
  position: relative;
  padding: 20px 0 0 0;
  cursor: pointer;
  transition: 0.3s all ease;
  border-top: 1px solid #ddd;
}

/* This section for the ohpc about us section Umakanta */

.highlight-section .vl-ov-oilgas:hover .dsvy-ihbox-style-1,
.highlight-section .vl-ov-bauxite:hover .dsvy-ihbox-style-1,
.highlight-section .vl-ov-zincore:hover .dsvy-ihbox-style-1 {
  background-color: #4e3f90;
  color: #ffffff;
  transition: all 0.3s ease;
}

.highlight-section .vl-ov-oilgas:hover .dsvy-ihbox-style-1 .dsvy-element-title,
.highlight-section .vl-ov-oilgas:hover .dsvy-ihbox-style-1 .dsvy-heading-desc,
.highlight-section .vl-ov-bauxite:hover .dsvy-ihbox-style-1 .dsvy-element-title,
.highlight-section .vl-ov-bauxite:hover .dsvy-ihbox-style-1 .dsvy-heading-desc,
.highlight-section .vl-ov-zincore:hover .dsvy-ihbox-style-1 .dsvy-element-title,
.highlight-section .vl-ov-zincore:hover .dsvy-ihbox-style-1 .dsvy-heading-desc {
  color: #ffffff;
}

/* Swap icon to white version */
.highlight-section .vl-ov-oilgas:hover .dsvy-ihbox-style-1 .dsvy-ihbox-icon-wrapper img:nth-child(2),
.highlight-section .vl-ov-bauxite:hover .dsvy-ihbox-style-1 .dsvy-ihbox-icon-wrapper img:nth-child(2),
.highlight-section .vl-ov-zincore:hover .dsvy-ihbox-style-1 .dsvy-ihbox-icon-wrapper img:nth-child(2) {
  display: block !important;
}

.highlight-section .vl-ov-oilgas:hover .dsvy-ihbox-style-1 .dsvy-ihbox-icon-wrapper img:nth-child(1),
.highlight-section .vl-ov-bauxite:hover .dsvy-ihbox-style-1 .dsvy-ihbox-icon-wrapper img:nth-child(1),
.highlight-section .vl-ov-zincore:hover .dsvy-ihbox-style-1 .dsvy-ihbox-icon-wrapper img:nth-child(1) {
  display: none;
}

.dsvy-ihbox-style-1 .dsvy-ihbox-icon:before:hover {
  opacity: 0;
}

/* This section for the ohpc about us section Umakanta */

.date-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../images/calendar.png) no-repeat 0px 0px;
  width: 24px;
  height: 25px;
}

.file-info-home:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../images/file-download.png) no-repeat;
  width: 35px;
  height: 47px;
}

.press-repease-heading {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.latest-cont span {
  padding-left: 35px;
  position: relative;
  color: #e5322d;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.recent-notices {
  width: 100%;
  float: left;
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
}

.recent-notices.last-child {
  border-bottom: none;
}

.file-info-home {
  width: 240px;
  float: left;
  position: relative;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -30px;
  line-height: 20px;
  padding-left: 49px;
  color: #7d7d7d;
  font-family: Open Sans, sans-serif;
  font-size: 0.87rem;
  margin-top: 35px;
}

.file-info-home:hover {
  color: #de604e;
}

.home-share {
  position: absolute;
  top: 32px;
  right: 16px;
  width: 100px;
  display: flex;
  font-family: "Open Sans", sans-serif;
  justify-content: center;
  align-items: center;
}

.lt-top {
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
}

/* latest from OMECL ends */

.operation-box {
  width: 100%;
  position: relative;
  margin-top: 35px;
  float: left;
}

.parallax_image {
  background-size: cover;
  height: 100% !important;
  transform: none !important;
}

.operation-p .title-bar:after,
.latest-imfa .title-bar:after {
  background-color: #ffffff;
}

.operation-zist-box {
  width: 100%;
  float: left;
  background: #ffffff;
  padding: 25px;
  position: relative;
}

.parallax1 .subtitle {
  font-family: "Special Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #131313;
  margin-bottom: 15px;
  padding: 0;
}

.parallax1 .description {
  color: #666;
  margin-top: 0;
  margin-bottom: 30px;
}

.core-competencies-box {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.core-competencies-box h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.core-competencies-box p {
  margin-bottom: 0;
  color: #5a5a5a;
  margin-top: 5px;
  display: none;
}

.core-competencies-icon {
  width: 80px;
  height: 80px;

  border-radius: 50%;
  position: relative;
}

.core-competencies-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  content: "";
  display: flex;
  justify-content: left;
  align-items: center;
  flex: none;
}

.core-competencies-icon:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 0;
  border-radius: 50%;
  background-color: #fff1ea;
  opacity: 0;
}

.core-competencies-icon img {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
}

.parallax:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  background: rgb(0 0 0 / 59%);
}

.parallax_cnt {
  z-index: 1;
}

.operation-box .op-image-box img {
  transform: scale(1);
  transition: all 3s cubic-bezier(.11, .52, .53, .79) 0s;
}

.operation-box:hover .op-image-box img {
  transform: scale(1.1);
}

.sustain-slider .carousel-item img.slide-img {
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.sustain-slider .carousel-item:hover img.slide-img {
  transform: scale(1.2);
}

.sustain-slider:hover .sustainability-area h3 {
  background: #fa9907;
}

.op-image-box {
  width: 100%;
  float: left;
  overflow: hidden;
}

.operation-slider .owl-next,
.operation-slider .owl-prev {
  display: inline-block;
  font-family: "FontAwesome";
  padding: 20px 25px 20px 25px !important;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  background-color: #e5322d;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.operation-slider .owl-next:hover,
.operation-slider .owl-prev:hover {
  color: #e5322d;
  background-color: #ffffff;
}

.operation-slider .owl-nav {
  position: absolute;
  top: -66px;
  right: 0;
}

.operation-slider .owl-prev {
  margin-right: 1px;
}

.operation-slider .owl-next span,
.operation-slider .owl-prev span {
  display: none;
}

.operation-slider .owl-next:before {
  content: "\f105";
}

.operation-slider .owl-prev:before {
  content: "\f104";
}

.search-icon {
  width: 45px;
  background: url(../images/search-icon.png);
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: filter 0.2s ease;
  cursor: pointer;
}

.bottom ul {
  width: 100%;
  text-align: right;
  padding: 0;
}

.bottom ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  font-family: "Special Gothic", sans-serif;
}

.copyright {
  margin-bottom: 0;
}

.footer-logos {
  width: 100%;
  float: left;
}

.footer-links {
  margin-top: 0;
  padding: 0;
  text-align: right;
}

.footer-links li {
  list-style: none;
  display: inline-block;
  float: none;
  margin-right: 5px;
  margin-bottom: 10px;
}

.footer-top {
  width: 100%;
  float: left;
  padding: 65px 0 150px 0;
}

.social {
  text-align: left;
  margin-top: 20px;
  width: 100%;
}

.s-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-right: 10px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 12px;
}

.s-icon:last-child {
  margin-right: 0px;
}

.linkedin {
  background: #0274b3;
}

.s-icon i {
  color: #ffffff;
}

.facebook {
  background: #4679e3;
}

.twitter {
  background: #000000;
}

.instagram {
  background: #fd5949;
}

.s-icon:hover {
  text-decoration: none;
}

.s-icon:hover {
  transform: translateY(-5px);
}

.quick-links {
  margin-bottom: 20px;
  padding-left: 0;
  width: 100%;
}

.quick-links li {
  font-family: "Special Gothic", sans-serif;
  list-style: none;
  display: inline-block;
  float: none;
  padding: 0 10px;
}

.quick-links li:before {
  content: '';
  position: relative;
  float: left;
  width: 1px;
  height: 16px;

  background: #4e3f90;
  bottom: -3px;
  left: -13px;
}

.quick-links li a {
  font-family: "Special Gothic", sans-serif;
  color: #1f1f1f;
  font-size: 15px;
  text-decoration: none;
}

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

.operation-zist-box::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #e5322d;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.operation-box:hover .operation-zist-box::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.f-comp-info {
  text-align: left;
  width: 100%;
  padding-left: 0;
}

.f-comp-info li {
  padding-left: 53px;
  position: relative;
  margin-bottom: 20px;
}

.f-comp-info li p {
  color: #1f1f1f;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  font-family: "Special Gothic", sans-serif;
}

.f-address p strong {
  display: block;
  margin-bottom: 5px;
}

.f-address:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../images/address.svg) no-repeat;
  transition: transform 0.3s ease;
}

.f-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../images/calling.svg) no-repeat;
  transition: transform 0.3s ease;
}

.f-mail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../images/email.svg) no-repeat;
  transition: transform 0.3s ease;
}

.f-address:hover:before,
.f-contact:hover:before,
.f-mail:hover:before {
  transform: rotate(-10deg) scale(1.05);
}


.inner-page header {
  height: auto;
}

.inner-page-banner {
  width: 100%;
}

.children li a {
  background: white !important;
}

.child-sidebar-menu .has_children ul {
  margin-left: 0;
}

.inner-sidebar ul {
  margin-top: 5px;
}

/* Hide submenu initially */
.inner-sidebar .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.inner-sidebar .current-menu-item.dropdown .sub-menu,
.inner-sidebar .current-menu-parent.dropdown .sub-menu {
  max-height: 100%;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.inner-sidebar .menu-item-has-children.dropdown {
  margin-bottom: 0;
}

.inner-sidebar .current-menu-parent.dropdown::after,
.inner-sidebar .current-menu-item.dropdown::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 2px;
  height: 95%;
  background: #58ba58;
}

.inner-sidebar .menu-item-has-children.dropdown ul li {
  padding-left: 20px;
  position: relative;
}

.inner-sidebar .menu-item-has-children.dropdown ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 2px;
  background: #58ba58;
}

/* When open */
.inner-sidebar li.open>.sub-menu {
  max-height: 500px;
}

.inner-sidebar {
  width: 100%;
  float: left;
  background: #f3f5f9;
  padding: 17px;
  border-radius: 10px;
}

.inner-sidebar ul {
  padding-left: 0;
}

.inner-sidebar ul li {
  list-style: none;
  margin-bottom: 5px;
  line-height: 1;
  position: relative;
  width: 100%;
  float: left;
  display: block;
  padding: 0;
}

.inner-sidebar ul li a {
  font-family: "Special Gothic", sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #232323;
  padding: 13px 35px 13px 12px;
  background: #ffffff;
  display: block;
  border-radius: 6px;
  position: relative;
}

.inner-sidebar h4 {
  font-size: 27px;
  margin-bottom: 25px;
}

.inner-sidebar ul li a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  font-size: 17px;
  color: #6d40ff;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 16px;
  left: auto;
  background-image: none;
}

.team-box {
  width: 100%;
  float: left;
  background-color: #f3f5f9;
  position: relative;
  margin-top: 30px;
  box-shadow: 0 0 40px 0 #c7c7c759;
}

.team-box .team-img {
  position: relative;
  overflow: hidden;
}

.team-box .team-img img {
  width: 100%;
  float: left;
  margin-bottom: 0;
  height: auto !important;
  margin-top: 0;
}

.team-name {
  text-align: center;
  position: relative;
  top: 0;
  padding: 15px 10px;
  background: #fff;
  border: 1px solid #f1f1f1;
  min-height: 103px;
}

.team-name h5 {
  font-weight: 600;
  color: #333;
  font-size: 17px;
  font-family: "Special Gothic", sans-serif;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 2px;
}

.team-name span,
.team-name strong {
  font-size: 14px;
  font-family: "Special Gothic", sans-serif;
}

.team-name span {
  font-weight: 400;
  color: #525252;
  margin-bottom: 0;
}

.inner-page h1.title {
  margin-bottom: 30px;
}

.inner-page-wrapper h2 {
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.full-message-box {
  box-shadow: 0 0 40px 0 rgb(199 199 199 / 35%);
  width: 100%;
  float: left;
  padding: 20px;
}

.full-message-box .team-box {
  margin-top: 0;
}

.full-team-info {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.full-team-info .person-name {
  font-size: 23px;
  font-family: "Special Gothic", sans-serif;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 6px;
}

.full-team-info span {
  font-weight: 400;
  color: #525252;
  margin-bottom: 0;
  font-size: 19px;
}

.mt-contact {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 15px 0 0;
}

.mt-contact p {
  line-height: 30px;
  color: #696764;
  font-size: 17px;
  margin-bottom: 0;
}

.col-xl-4:first-child .team-box,
.col-xl-4:nth-child(2) .team-box,
.col-xl-4:nth-child(3) .team-box {
  margin-top: 0;
}

.mst-top {
  position: relative;
  margin-top: 50px;
}

.mst-top p {
  color: #696764;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 23px;
}

.mst-top:before {
  content: '';
  position: absolute;
  left: 0;
  background: url(../images/quote-icon.png);
  width: 41px;
  height: 36px;
  top: -50px;
}

.full-team-info-read-more:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: #0000 #0000 #ff6601;
  border-style: solid;
  border-width: 0 0 45px 45px;
  right: 0;
  bottom: 0;
}

.full-team-info-read-more:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: -28px;
  right: 7px;
  color: #ffffff;
  font-size: 22px;
}

.full-team-info-read-more {
  position: absolute;
  right: 0;
  bottom: 0
}

.side-menu-actiive a {
  background: #ff6601 !important;
  color: #ffffff !important;
}

.side-menu-actiive:before {
  color: #ffffff !important;
}


.page-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.page-nav ul {
  margin-left: -11px;
}

.page-nav ul li {
  width: auto;
  height: auto;
  margin: 5px 0;
  padding: 12px 0;
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.tooltip {
  position: relative;
  opacity: 1 !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
}

.page-nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.topp::after {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -2px;
  border-color: #a2a1a1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  content: "";
  display: inline-block;
  top: 0;
  transform: rotate(-136deg);
}

.topp::before {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -2px;
  border-color: #a2a1a1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  content: "";
  display: inline-block;
  top: 7px;
  transform: rotate(-136deg);
}



.botttom::after {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -3px;
  border-color: #a2a1a1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  content: "";
  display: inline-block;
  top: -14px;
  transform: rotate(-315deg);
}

.botttom::before {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -3px;
  border-color: #a2a1a1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  content: "";
  display: inline-block;
  top: -7px;
  transform: rotate(-315deg);
}


.page-nav.color-dark-dot .topp::after,
.page-nav.color-dark-dot .topp::before,
.page-nav.color-dark-dot .botttom::after,
.page-nav.color-dark-dot .botttom::before {
  border-color: #ffffff;
}


.tooltip .left {
  visibility: hidden;
  width: 150px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  top: -7px;
  font-size: 12px;
  left: 110%;
}

.tooltip .left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}

.page-nav ul li a span {
  border: 1px solid #a2a1a1;
  background-color: #a2a1a1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: static;
  margin: 0;
  display: block;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.page-nav ul li a span:before {
  content: '';
  border: 1px solid #a2a1a1;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  left: -6px;
  top: -6px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.nav2 .nav2 span,
.nav4 .nav4 span,
.nav5 .nav5 span {
  border: 1px solid #e5322d !important;
  background-color: #e5322d !important;
}

.nav2 .nav2 span:before,
.nav4 .nav4 span:before,
.nav5 .nav5 span:before {
  border: 2px solid #e5322d !important;
}

.nav3 .nav3 span {
  border: 1px solid #333 !important;
  background-color: #333 !important;
}

.nav3 .nav3 span:before {
  border: 2px solid #333 !important;
}


.page-nav.color-dark-dot ul li a span:before {
  border: 1px solid #ffffff;
}

.page-nav.color-dark-dot ul li a span {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}




/* ----------Custom CSS (07-02-2023)---------- */

/* css for the search option header start */


.table {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

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

.header-search-wrapper {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 50vh;
  background: #301e6b;
  transition: top 0.7s ease;
  z-index: 99999999;
  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;
}

.header-search-wrapper::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent);
  bottom: -150px;
  right: -100px;
  border-radius: 50%;
}

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

.wave-line-bg-product {
  position: absolute;
  top: -2px;
  right: 0;
}

.close-search {
  position: absolute;
  top: 40px;
  right: 40px;
}

.close-search button {
  background: transparent;
  border: 0;
}

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

.close-search {
  position: absolute;
  top: 40px;
  right: 40px;
}

.search-div .item-btn {
  background: #301e6b url(../images/search-icon.png) no-repeat;
  border: none;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 5px;
  bottom: 4px;
  background-position: center;
  border-radius: 7px;

}


.search-div {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.search-div .search-field {
  width: 100%;
  padding: 14px;
  border-radius: 5px;
  border: none;
}

.search-div .search-content .search-field {
  position: absolute;
  right: 10px;
  padding: 10px;
  background-color: #7f51d6;
  border: none;
  border-radius: 11px;
}

.search-btn button {
  border: none;
  background: none;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}


/* css for the search option header end */
.toggle-menu {
  float: right;
  border-left: 1px solid #ffffff42;
  border-right: 1px solid #ffffff42;
  height: 80px;
  padding: 30px 15px;
}

.menu-toggle {
  position: relative;
  height: 20px;
  width: 35px;
  cursor: pointer;
  top: 0;
}

.menu-toggle>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.menu-toggle>div:nth-child(1) {
  width: 28px;
  right: 0;
  left: auto;
}

.menu-toggle>div:nth-child(2) {
  top: 0;
  margin-top: -1px;
  bottom: 0;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
}

.menu-toggle>div:nth-child(3) {
  top: auto;
  bottom: 0;
  width: 28px;
}

.menu-toggle:hover>div:nth-child(1),
.menu-toggle:hover>div:nth-child(3) {
  width: 100%;
}

.search-border {
  border-left: 1px solid #ffffff42;
  height: 80px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container.scrolled .search-border:hover .search-icon {
  filter: brightness(0) saturate(100%) invert(58%) sepia(78%) saturate(388%) hue-rotate(83deg) brightness(80%) contrast(90%);
}

.right-action-div {
  display: flex;
}

h2.jumbo-title {
  font-size: 36px;
  line-height: 70px;
  color: #696764;
}

.sub-textt {
  color: #696764;
}

.update-card {
  width: 100%;
  float: left;
  background: #ffffff;
  padding: 0 30px 25px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 212px;
}

.update-card-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.update-card-bottom a p {
  margin-bottom: 0px;
}

.update-date {
  margin-top: 30px;
  margin-bottom: 15px;
  display: block;
}

.update-date img {
  width: 24px;
  margin-right: 7px;
}

.update-card .updates-card-title {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
}

.common-button {
  width: auto;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.vl-press-read-more p {
  font-weight: 400;
  color: #131313;
  font-size: 17px;
}

.update-card-bottom {
  display: flex;
  justify-content: space-between;
}

.share-indivudual img {
  width: 22px;
}

.text-orange {
  color: #4ca16a;
}

.updates-card-top span {
  padding-left: 35px;
  position: relative;
  color: #4e3f90;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.brand img {
  width: 280px;
  width: 228px;
  width: 375px;
}

.highlight-section .dsvy-ihbox-style-1 .dsvy-ihbox-contents {
  margin: 0px 0 0px;
}

.mt-90 {
  margin-top: 90px;
}

.dsvy-ihbox-icon-wrapper i img {
  width: 50px !important;
}

.dsvy-heading-desc p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 20px;
}

.investor-service .col-lg-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.dsvy-ihbox-box {
  padding: 10px;
}

.share-price-box {
  width: 100%;
  background: transparent;
  color: #000;

}

.nsbs-price1 {
  font-size: 60px;
  font-weight: 900;
  color: #262628;
  line-height: 54px;
  letter-spacing: -2px;
  font-family: 'Roboto', sans-serif;
}

.nsbs-price {
  background: #f2f4f5;
  padding: 10px 15px;
  width: auto;
  margin-top: 4px;
}

.nsbs-price i {
  color: green;
  font-size: 28px;
  margin-right: 10px;
}

.bse-nse-price h3 {
  font-size: 24px;
  font-weight: 600;
  color: #e5322d;
}

.nsbs-price span {
  font-weight: 400;
  font-size: 22px;
}

.gx-0 {
  --bs-gutter-x: 0;
}

p.latest-text {
  font-size: 12px;
  font-weight: 600;
  color: #747474;
}

.sustainability-area {
  padding-top: 99px;
  padding-bottom: 100px;
}

.core-icons {
  background: #e5322d;
  margin-bottom: 25px;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}

.core-icons img {
  width: auto;
}

.core-icons span {
  color: #fff;
  font-weight: 600;
  line-height: 24px;
}

.sustainability-box p {
  font-size: 15px;
  color: #000;
  line-height: 28px;
  margin-top: 20px;
}

.sustainability-area h3 {
  background: rgba(250, 153, 7, 0.85);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  position: absolute;
  bottom: 30px;
  width: 300px;
  color: #ffffff;
  padding: 18px;
  font-size: 24px;
}

.sustain-slider img {
  position: relative;
  width: 100%;
}

.sustain-textarea {
  padding-left: 35px;
}

.latest-imfa-title:after {
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #fff;
  content: "";
  left: 0;
  top: -25px;
}

.footer-wrapper {
  font-size: 12px;
  color: #8f8d8b;
  float: left;
  overflow: hidden;
  z-index: 1;
}

.footer-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 41px;
  background: #EFF2F5 url(../images/footer-n.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: bottom;
  background-size: contain;
}

.newsletter {
  margin: 0 auto;
  position: relative;
}

.newsletter .form-control {
  padding: 15px;
}

.footer-submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #fefefe;
  font-weight: 700;
  background: #e5322d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.footer-submit-btn:hover {
  color: #fff;
}

.footer-quick-links h3 {
  font-size: 24px;
  font-weight: 600;
}

.elementor-8914 .elementor-element.elementor-element-22baf1b:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 0%, #000000 46.79%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 1;
}

.banner-caption {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
}

.banner-caption::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, #0000008a 0%, #0B2B3F00 100%);
}

.banner-caption h1 span {
  font-family: "Special Gothic", sans-serif;
  text-transform: none;
  font-size: 73px;
  font-weight: 600;
  line-height: 96px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.banner-caption h1 {
  margin-bottom: 75px;
  margin-bottom: 90px;
  position: relative;
}

.banner-caption h1 span {
  display: block;
}

.banner-caption h1 i {
  color: #e5322d;
}

.dsvy-ihbox-contents {
  padding-left: 20px;

}

.verticals-bg {
  background: #301e6b;
}

.investor-zone p {
  color: #262628;
  font-size: 22px;
  margin-top: 35px;

}

.nav-pills .nav-link {
  font-size: 24px;
  color: #787878;
  font-weight: 600;
}

.investor-zone-tab.nav-pills .nav-link.active,
.investor-zone-tab.nav-pills .show>.nav-link {
  color: #000;
  background-color: transparent;
  border-radius: 0;

}

ul.investor-zone-tab.nav-pills {
  border-bottom: 1px solid #eee;
  width: 75%;
  margin-top: 50px;
}

span.text-disabled {
  color: #95999d;
}

.stock-price {
  margin-top: 50px;
  margin-bottom: 10px;
}

.stock-price span {
  color: #000;
  font-size: 30px;
}

small.text-disabled {
  color: #707072;
  font-weight: 400;
  font-size: 12px;
}

.main-zist {
  width: 87%;
  text-align: justify;
}

#video-background {
  height: calc(100vh - 100px);
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

.camera_container,
.video-banner.jarallax {
  height: calc(100vh - -25px);
  width: 100%;
  object-fit: cover;
  background: #000;
}

.video-banner::before,
.inner-page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgb(0 26 43 / 47%) 0%, rgba(0, 99, 167, 0) 100%);
  background: linear-gradient(180deg, rgb(0 26 43 / 78%) 0%, rgba(0, 99, 167, 0) 100%);
}

.spacer-inner {
  background-color: #FFFFFF;
  height: 56px;
  width: 100%;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
  position: absolute;
  bottom: -14px;
  left: 0;
  clip-path: path("M 40 0 A 0 0 0 0 1 1905 0 L 1905 0 A 0 0 0 0 1 1905 0 L 1905 1135 A 10 10 0 0 1 1895 1145 L 10 1145 A 10 10 0 0 1 0 1135 L 0 44.1421 A 10 10 0 0 1 2.92893 37.0711 L 37.0711 2.92893 A 10 10 0 0 1 44.1421 0 L 40 0 Z");
  z-index: 9;
}

.camera_container {
  width: 100%;
  float: left;
}

.camera_container:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  background: rgb(0 0 0 / 23%);
}


.banner-tooltip {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.toolitem {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.tooltip-text {
  position: absolute;
  right: 117%;
  top: 50%;
  transform: translateY(-50%);
  background: #7f51d6;
  color: #fff !important;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 15px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #7f51d6;
}

.toolitem a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.toolitem a:hover {
  color: #ffffff;
  text-decoration: none;
}

.toolitem:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}


.banner-tooltip .toolitem {
  padding: 10px;
  position: relative;
}

.banner-tooltip .toolitem:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 23px;
  height: 0.5px;
  color: #000000;
  top: 57px;
  background: #dfdfdf;
  right: 50%;
  transform: translateX(50%);
}


.banner-tooltip {
  position: absolute;
  bottom: 284px;
  right: 50px;
  width: 50px;
  height: 184px;
  z-index: 99;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  background: linear-gradient(90deg, rgb(255 255 255 / 19%) 15%, rgb(236 234 255 / 14%) 42%);
  flex-direction: column;
  background: #ffffff;
  padding: 4px 0;
  top: 50%;
  transform: translateY(-50%);
}

.toolitem img {
  transition: all 2s cubic-bezier(.11, .52, .53, .79) 0s;
}

.toolitem:hover img {
  transform: scale(1.1);
}

.toolitem {
  transition: filter 0.4s ease-in-out;
}


.buttons-div {
  position: absolute;
  bottom: 68px;
  right: 25px;
  width: 40px;
  height: 40px;
  z-index: 99;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
}


.buttons-div:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 1000ms ease-out infinite;
}

.buttons-div:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #7f51d6;
  border-radius: 50%;
  transition: all 200ms;
}

.buttons-div:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-pause {
  z-index: 3;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.buttons {
  background: transparent;
  box-sizing: border-box;
  height: 17px;
  border: 1px solid #ffffff;
  border-color: transparent transparent transparent #ffffff;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: double;
  border-width: 0px 0 0px 14px;
  padding: 0;
}

.video-pause:before {
  content: '';
  position: absolute;
  border-width: 0px 0px 0px 37px;
  border-color: #e5322d;
}

.buttons.play {
  border-style: solid;
  border-width: 11px 0 11px 17px;
  z-index: 3;
}


.image-box {
  position: relative;
  width: 100%;
}


.image-box:before {}

.image-box:after {}



/*----- 17-02-2023----- */
.financial-report {
  margin-top: 45px;
}

img.right-arrow {
  width: 35px;
  margin-left: 18px;
}

img.up-arrow {
  width: auto;
}

.financial-report a {
  border-bottom: 2px solid #f68213;
  font-size: 18px;
  font-weight: 400;
  color: #262627;
}

.employee-vector img {
  width: auto;
}

.stock-bg {
  background: url(../images/bg-arrow.png) no-repeat;
  background-size: contain;
  width: 700px;
  height: 368px;
  position: absolute;
  z-index: 0;
  left: 30%;
  bottom: -28px;
}

.nav-link {
  padding-right: 40px;
  padding-left: 0px;
}

.investor-zone .row {
  position: relative;
  z-index: 1;
}

.employee-vector {
  position: relative;
  float: right;
  margin-top: 80px;
}

.employee-vector:before {
  content: '';
  position: absolute;
  right: -65px;
  top: -69px;
  background: url(../images/dotted-bg.png) no-repeat;
  width: 141px;
  height: 145px;
  z-index: -1;
}


.doc-left-info.annual-report {
  transition: all 0.3s ease;
}

.doc-left-info.annual-report .doc-size {
  padding-right: 8px;
}

.doc-left-info .pdf-img {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}

.doc-left-info .pdf-img img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.doc-main-wrapper:hover .pdf-img img {
  transform: scale(1.03);
}

.doc-main-wrapper:hover .annual-lower .doc-title {
  color: #58ba58;
}


a.annual-report {
  text-align: center;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 48px;
  margin-top: 10px;
  display: block;
}

.annual-document-icon img {
  width: 20px;
}

.annual-report .doc-info-share {
  padding-top: 15px !important;
}

.annual-lower {
  margin-top: 15px;
}

.annual-lower .doc-info-share {
  border-top: 0;
}

.tab-content {
  margin-top: 35px;
}


.investor-zone-tab li .nav-link {

  position: relative;
}

.investor-zone-tab.nav-pills .nav-link.active:before,
.investor-zone-tab.nav-pills .show>.nav-link:before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 3px;
  content: "";
  background: #e5322d;
  width: 40px;
}

.project-icon {
  transition: background-color 0.3s ease;
}

.op-image-box:hover .project-icon {
  background: #66cc33;
}

.highlight-box-section {
  clip-path: path("M 455.858 0 A 10 10 0 0 1 462.929 2.92893 L 487.071 27.0711 A 10 10 0 0 1 490 34.1421 L 490 567.891 A 10 10 0 0 1 480 577.891 L 10 577.891 A 10 10 0 0 1 0 567.891 L 0 10 A 10 10 0 0 1 10 0 L 455.858 0 Z");
}

.operation-box:hover .highlight-box-section {}

.operation-box:hover .r-icon {
  background: #66cc33;
  border: 1px solid #66cc33;
}

.operation-box:hover .r-icon img {
  filter: brightness(0) invert(1);
}

.op-image-box {
  position: relative;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.square1 {
  background: #ffffff;
  height: 65px;
  width: 65px;
  position: absolute;
  right: 0;
}

.square2 {
  background: #ffffff;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 65px;
  top: 65px;
}

.partner-logos p {
  font-size: 20px;
  color: #fff;
}

.partner-logos img {
  width: auto;
  padding-right: 20px;
  border-right: 2px solid #666667;
}

.partner-logos p {
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  padding-top: 15px;
}

.logos ul {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logos img {
  width: auto;
}

.about-wrapper img {
  position: relative;
}

.about-inner-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  position: relative;
}

/* LEFT CARD */

.sec-left-new .overlap-section {
  position: absolute;
  z-index: 43;
  top: 36px;
  right: -160px;
  text-align: center;
}

.about-inner-wrapper:before {
  content: '';
  background: url(../images/ohpc-wave.svg) no-repeat;
  background-size: cover;
  position: absolute;
  height: 95px;
  width: 200px;
  bottom: 75px;
  z-index: 99;
  left: 224px;
}

.experience-year {
  font-size: 282px;
  line-height: 265px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  background: url(../images/grid-clip-img.png);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px #fff;
  letter-spacing: -13px;
}

.experience-year span {
  font-size: 400px;
}

.experience-year sup {
  background: inherit;
  background-size: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px #fff;
  font-size: 270px;
  vertical-align: sub;
  margin-left: -13px;
}

.exp-text {
  font-size: 48px;
  font-weight: 650;
  margin-top: 0;
  line-height: 45px;
  -webkit-text-stroke: 0.5px rgb(255, 255, 255);
}

.exp-text-odia {
  font-size: 45px;
}

.sec-left-new {
  width: 23% !important;
  position: relative;
}

.sec-left {
  width: 23%;
  background-image: url(https://demo2.wpopal.com/untex/wp-content/uploads/2025/09/h1_img-3.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  position: relative;
  min-height: 380px;
}

.experience-overlay {
  position: absolute;
  inset: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.experience-number {
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.experience-text {
  font-size: 16px;
  color: #555;
}

/* MIDDLE IMAGE */
.sec-middle {
  width: 35%;
}

.sec-middle:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../images/top-left-corner.svg);
  background-repeat: no-repeat;
  z-index: 7;
  top: 42px;
  right: -4px;
  transform: rotate(43deg);
}


.sec-middle:before {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  background-image: url(../images/top-left-corner.svg);
  background-repeat: no-repeat;
  z-index: 9;
  top: -1px;
  right: 31px;
}



.sec-middle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* RIGHT CONTENT */
.sec-right {
  width: 42%;
  padding-left: 10px;
}

.about-subtitle {
  font-family: "Special Gothic", sans-serif;
  font-size: 22px;
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 38px;
}

.about-feature {
  font-family: "Special Gothic", sans-serif;
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px dashed #e5e5e5;
}

.feature-count {
  font-family: "Special Gothic", sans-serif;
  font-weight: 600;
  color: #999;
}

.about-feature h4 {
  font-family: "Special Gothic", sans-serif;
  margin: 0 0 5px;
  font-size: 18px;
}

.about-feature p {
  font-family: "Special Gothic", sans-serif;
  margin: 0;
  color: #666;
  font-size: 17px;
  line-height: 28px;
}

.text-date {
  font-size: 13px;
  line-height: 17px;
  position: absolute;
  top: 0px;
  color: #000000;
  font-weight: 500;
  right: 0;
  background: #58ba58;
  padding: 5px 10px;
  border-radius: 0 10px 0 10px;
}

/* BUTTON */
.btn-discover {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 12px 2px 12px 30px;
  background: #c4a236;
  background: #58ba58;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-discover:hover {
  color: #fff;
}

.btn-discover:hover:before {
  right: 0;
  width: 100%;
  height: 100%;
}

.btn-discover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: var(--icon_space, 12px);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #7f51d6;
  border-radius: 30px;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.btn-discover-button-content-wrapper {
  position: relative;
  align-items: center;
  gap: 12px;
  display: flex;
  justify-content: center;
}

.btn-discover-button-text {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  text-decoration: inherit;
  display: inline-block;
  font-size: 16px;
  padding-right: 10px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  color: #000000;
}

.btn-discover-button-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-decoration: inherit;
  justify-content: center;
  align-items: center;
}

.btn-discover-button-icon i {
  color: #fff;
  vertical-align: middle;
  font-size: 12px;
  line-height: 30px;
}

.directory-box {
  background-color: #fff;
  background-color: #f3f2ff;
  border-radius: 14px;
  padding: 20px 20px;
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border: 0.5px dashed #0003691c;
}

.directory-box-owner {
  object-fit: cover;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  gap: 15px;
  position: relative;
}

.directory-box-owner:hover .owner-img img {
  transform: scale(1.1);
}

.directory-box-owner .owner-img img {
  transition: all 3s cubic-bezier(.11, .52, .53, .79)
}

.owner-img img {
  width: 100%;
}

.owner-profile {
  width: 25%;
}

.about-owner {
  width: 75%;
}

.owner-img {
  border-radius: 14px;
  width: 100px;
  height: 100px;
  overflow: hidden;

}

.about-owner .name {
  color: #000369;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Special Gothic", sans-serif;
}

.about-owner .designation {
  font-size: 14px;
  line-height: 18px;
  color: #706f6d;
  font-family: "Special Gothic", sans-serif;
  font-weight: 500;
}


.experience-overlay {
  position: absolute;
  inset: 16px;
  background-color: #ffffff;
  border-radius: 14px;
  background-image: radial-gradient(#e6e6e6 1px, transparent 1px);
  background-size: 18px 18px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}

/* Content */
.experience-content {
  text-align: left;
}

/* Big number with image fill */
.experience-number {
  font-family: "Special Gothic", sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  background-image: url(https://demo2.wpopal.com/untex/wp-content/uploads/2025/09/h1_img-3.jpg);
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Text */
.experience-text {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 600;
  color: #555;
  font-family: "Special Gothic", sans-serif;
  background-image: url(https://demo2.wpopal.com/untex/wp-content/uploads/2025/09/h1_img-3.jpg);
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fix {
  overflow: hidden;
}

.sec-middle {
  width: 30%;
  display: flex;
  min-height: 510px;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0,
      calc(100% - 50px) 0,
      100% 50px,
      100% 100%,
      0 100%);
}

.sec-right {}

.about-img {
  position: relative;
  overflow: hidden;
}

.cubes {
  position: absolute;
  right: 0;
  top: 0;
}

.img-label {
  background: rgb(255, 255, 255);
  position: absolute;
  height: 90%;
  left: 45px;
  transition-delay: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform: translateY(-50%);
  top: 50%;
  color: black;
  border-radius: 10px;
  width: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.about-img .img-label {
  left: -340px;
}

.animated .img-label {
  left: 0;
}

img.sustain-icon {
  width: auto;
  margin-right: 10px;
}

.img-label span {
  font-size: 26px;
  line-height: 30px;
}

.mySwiper {
  position: relative;
}

.dotted-bg:before {
  content: '';
  position: absolute;
  left: -45px;
  bottom: -50px;
  background: url(../images/dotted-bg-1.png) no-repeat;
  width: 150px;
  height: 150px;
  z-index: -1;
}

.our-verticals-b {
  float: right;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  margin-right: 168px;
  opacity: 0.9;
  font-size: 87px;
  font-weight: 900;
  color: transparent;
  text-transform: capitalize;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #b1a5e6;
}

span.carousel-control-prev-icon,
span.carousel-control-next-icon {
  height: 4rem;
  width: 4rem;
}

.share-social-icons .share-iconnn {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.share-social-icons li {
  padding-left: 0;
  display: inline-block;
  margin: 0 2px !important;
  position: relative;
  list-style: none;
  font-size: 17px;
  line-height: 30px;
}

.share-social-icons a img {
  background: #0000;
  color: #fff;
  font-size: 15px;
  width: 16px;
  line-height: 35px;
  text-align: center;
  transition: all .3s ease;
  margin: 0;
  float: none;
  border: none;
}

.share-facebook-icon {
  background: #456db9;
}

.share-twitter-icon {
  background: #03a9f4;
}

.share-whatsapp-icon {
  background: #4caf50;
}

.share-link {
  cursor: pointer;
  position: relative;
}

.share-social-icons {
  position: absolute;
  bottom: -5px;
  right: -55px;
  width: 130px !important;
  background: transparent;
  text-align: center;
  opacity: 0;
  transition: all .4s ease 0s;
  margin-bottom: 0;
  z-index: 9;
  padding: 0;
}

.share-link:hover .share-social-icons {
  opacity: 1;
  right: -20px;
}

.about-year {
  width: 340px !important;
}

.about-year span {
  font-weight: 700;
  font-size: 46px;
  line-height: 35px;
}

span.span2 {
  font-size: 24px;
  font-weight: 500;
}

.circle-btn:before {
  content: "";
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border: 2px solid #68c187;
  border-radius: 50px;
  position: absolute;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.read_btn {
  color: #68c187;
  position: relative;
}

.read_btn a:hover {
  color: #68c187;
}

.circle-btn {
  padding-left: 35px;
  font-size: 18px;
  margin-top: 20px;
}


.circle-btn:hover:before {
  width: 190px;
  transition-delay: .2s;
  color: #e5322d;
}

.arrow-long-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  border-top: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 22px;
  height: 4px;
  top: -5px;
  left: -9px;
}

.arrow-long-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0;
  bottom: -3px;
}

.circle-btn span {
  position: absolute;
  top: 5px;
  left: 55px;
  font-weight: 500;
}

/*------22-02-2023----- */
.left-angle-triangle {
  width: 85px;
  height: 105px;
  border-style: solid;
  border-width: 0 85px 100px 0px;
  border-color: transparent transparent #363637 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}

.logos ul li {
  visibility: visible !important;
}

.section.vmb-fixed-wrapper {
  height: 40vh;
  width: 100%;
  float: left;
  padding: 65px 0 75px;
  position: relative;
  z-index: 1;
}

.vmb-fixed-bg,
.vmb-fixed-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vmb-fixed-container {
  clip: rect(0, auto, auto, 0);
  position: absolute;
}

.vmb-fixed-bg {
  position: fixed;
  display: block;
  background-size: cover;
  background-position: 50%;
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  z-index: 1;
  background-color: #0d1623;
  background-image: url(../images/solar-bg.jpg);
}

.vmb-testimonila-wrapper {
  background: #262628;
  padding-top: 0;
  overflow: hidden;
  width: 100%;
  float: left;
  padding: 65px 0 75px;
  position: relative;
  z-index: 1;
  height: 545px;
}

.testimonial-content {
  height: 500px;
  position: relative;
  float: left;
  z-index: 100;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.testimonial-content:after {
  content: "";
  background-image: url(../images/solar-line-bg.png);
  color: #fff;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  z-index: -1;
  opacity: 0.3;

}

.vmb-testimonila-wrapper .container {
  position: relative;
  z-index: 9;
}

.solar-section {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.solar-section span {
  font-size: 24px;
  line-height: 30px;
}

.solar-section h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
  margin-top: 25px;
}

.solar-section h2 b {
  color: #fdae13;
}

.solar-section h2 span {
  display: block;
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
}

.menu-cont .nav .sf-menu li .sub-menu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: #ffffff;
  padding: 20px 0;
  border-radius: 10px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.menu-cont .nav .sf-menu li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.menu-cont .nav .sf-menu li .sub-menu li .sub-menu {
  inset-inline-end: 100%;
  left: -100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.menu-cont .nav .sf-menu li .sub-menu li:hover>.sub-menu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.sf-menu>li>a:before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 3px;
  content: "";
  background: #58ba58;
  transform: scaleX(0);
  transition: .9s ease;
}

.sf-menu>li.active>a:before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 3px;
  content: "";
  background: #4e3f90;
  width: 100%;
}

.sf-menu>li:hover a:before {
  transform: scaleY(1);
  transition: .5s ease;
}

.footer-wrapper .banner-top-shape {
  bottom: 100%;
  border-color: transparent transparent #eff2f5 transparent;
}

.footer-wrapper .banner-bottom-shape {
  top: 0;
  border-color: #4f408f transparent transparent transparent;
}


.mySwiper {
  overflow: visible !important;
}

.orange-separator {
  position: absolute;
  z-index: 0;
  background: #4e3f90;
  top: 0;
  right: -370px;
  width: 368px;
  height: 100%;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.9s;
  transition-property: all;
}

.show-orange-separator .orange-separator {
  right: 0;
}

.menu-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.press-clipings-heading {
  display: block;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  padding-bottom: 0;
}

/* site map css */
.sitemap-container li::after {
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 1px;
  background-color: #c9caf9;
  left: 0;
  content: '';
  top: 18px;
}

.sitemap-container {
  padding: 90px 0;
}

.inner-page-content-wrapper .sitemap-container ul li:before {
  display: none !important;
}

.sitemap-container ul li {
  border-left: 1px solid #c9caf9;
  position: relative !important;
  background: none;
  margin-bottom: 0 !important;
  padding: 0 !important;
  padding: 5px 0 10px 30px !important;
}

.sitemap-container .sub-menu {
  padding-left: 30px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}



/* ---------- Rounded Bulge ---------- */
.hidden-bar .fixed-nav-rounded-div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  transform: translateX(-100%);
}

.hidden-bar .rounded-div-wrap {
  width: 10vw;
  height: 100%;
  transition: all 0.85s cubic-bezier(0.7, 0, 0.2, 1);
  will-change: width;
}

.hidden-bar .rounded-div-wrap .rounded-div {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 950%;
  height: 185%;
  background: #301e6b;
  border-radius: 50%;
  transform: translate(-6.5%, -50%);
}

.menu-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background: rgb(46 29 102 / 62%);
  mix-blend-mode: normal;
  position: fixed;
  z-index: 999999;
  transition: left 0.6s cubic-bezier(.858, .01, .068, .99) 0.06s;
}

.menu-overlay.active {
  left: 0;
  transition-delay: 0s;
}

.hidden-bar {
  position: fixed;
  top: 0;
  right: -40%;
  width: 435px;
  height: 100%;
  padding: 25px 25px 25px 25px;
  background: #301e6b url(../images/side-bar-menu.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 99999999;

  transform: translateX(110%);
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.2, 1);
}


.hidden-bar.visible-sidebar {
  transform: translateX(0);
}

/* Animate the oval bulge */
.hidden-bar.visible-sidebar .rounded-div-wrap {
  width: 0;
}

.hidden-bar.right-align.visible-sidebar {
  right: 0;
}

.hidden-bar .dropdown button {
  float: right;
  top: 10px;
  height: 27px;
  background: transparent;
  background: 0 0;
  padding: 2px 7px;
  position: absolute;
  right: 11px;
  outline: 0;
  width: 100%;
  text-align: right;
  border: none !important;
}

.hidden-bar .dropdown button:active {
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none !important;
}


.hidden-bar .dropdown button:focus {
  box-shadow: none;
  outline: none;
  border: none !important;
}

.hidden-bar-wrapper {
  height: 100%;
  margin-top: 0;
}

.sidebar-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
}

.sidebar-logo-wrapper .ohpc-wh-logo {
  width: 90% !important;
}

.hidden-bar .side-menu ul li a .btn.expander .angle-down {
  position: absolute;
  background: url(../images/plus-minus.png) no-repeat 0 0;
  right: 0px;
  top: 2px;
  height: 15px;
  width: 15px;
}

.hidden-bar .side-menu ul li a .btn.expander .angle-up {
  position: absolute;
  background: url(../images/plus-minus.png) no-repeat 0 -45px;
  right: 0px;
  top: 8px;
  height: 11px;
  width: 15px;
}

.hidden-bar #menu-main-menu-top-horizontal-1 {
  padding-left: 0px;
}

.side-menu .menu {
  padding: 0;
}

.hidden-bar #menu-main-menu-top-horizontal-1 li {
  list-style: none;
  float: left;
  display: block;
  width: 100%;
}

.hidden-bar .side-menu ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  display: block;
  line-height: normal;
  padding: 10px 10px 10px 0;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  display: block;
}

.hidden-bar .sub-menu li a {
  font-size: 18px !important;
}

.hidden-bar .sub-menu li a ul li a {
  font-size: 16px !important;
}

.hidden-bar .side-menu ul li a:hover {
  color: #58ba58;
}

.hidden-bar .hidden-bar-closer {
  width: 30px;
  height: 27px;
  background: transparent !important;
  color: #ffffff;
  border-radius: 0px;
  text-align: center;
  line-height: 35px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 999999;
  cursor: pointer;
  right: 13px
}

.hidden-bar .popup_close_cont {
  position: relative;
  width: 30px;
  height: 27px;
}

.hidden-bar .popup_close_bar:first-child {
  top: 12px;
  transform: rotate(45deg);
}

.hidden-bar .popup_close_bar {
  width: 26px;
  height: 2px;
  background-color: #40298d;
  position: absolute;
  left: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hidden-bar .popup_close_bar:nth-child(2) {
  top: 12px;
  transform: rotate(-45deg);
}

.hidden-bar .popup_close:hover .popup_close_bar:first-child {
  transform: rotate(315deg);
  background-color: #40298d;
}

.hidden-bar .popup_close:hover .popup_close_bar:nth-child(2) {
  transform: rotate(-315deg);
  background-color: #40298d;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
  z-index: 9999;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

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

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

.sidebar-search {
  position: relative;
  margin-bottom: 35px;
}

.sidebar-search input {
  width: 100%;
  background: #302066;
  border: 1px solid #4c2eb3;
  border-radius: 10px;
  color: #fff;
  padding: 10px 45px 10px 15px;
  outline: none;
}

.sidebar-search button {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: none;
}

.sidebar-search svg {
  fill: #ffffff;
}

.sidebar-search input[type="text"]::placeholder {
  color: #ffffff;
}

.hidden-bar .side-menu {
  height: 480px;
  overflow: auto;
}

.hidden-bar .side-menu::-webkit-scrollbar {
  width: 6px;
}

.hidden-bar .side-menu::-webkit-scrollbar-thumb {
  background: rgb(64 41 141);
  border-radius: 20px;
}

.hidden-bar .side-menu::-webkit-scrollbar-track {
  background: transparent;
}

.atglance-section-top-section {
  padding-bottom: 40px !important;
}

.decoration {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}

.decoration div {
  background-color: #ffffff;
}

.decoration-inner-1,
.decoration-inner-2 {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
}

.decoration-inner-1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-property: height;
  transition-property: height;
  width: 65px;
  height: 0;
}

.animated .decoration-inner-1,
.aos-animate .decoration-inner-1 {
  height: 65px;
}

.decoration-inner-2 {
  position: absolute;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transition-property: width;
  transition-property: width;
  width: 0;
  height: 35px;
  top: 100%;
  right: 100%;
  left: initial;
}

.animated .decoration-inner-2,
.aos-animate .decoration-inner-2 {
  width: 35px;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.about-img .jarallax {
  min-height: 365px
}


.plant-animation {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.plant-animation img {
  position: relative;
  z-index: 1;
}

.bird-cont {
  z-index: 0;
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.bird {
  background-image: url(../images/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
  animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
  animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: scale(0.5);
}

.bird--one {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.bird--two {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.bird--three {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.bird--four {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.bird-container {
  position: absolute;
  top: 20%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
  animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bird-container--one {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.bird-container--two {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.bird-container--three {
  -webkit-animation-duration: 14.6s;
  animation-duration: 14.6s;
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}

.bird-container--four {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
  animation-delay: 10.25s;
}



@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@-webkit-keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }

  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }

  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }

  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }

  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }

  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}

@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }

  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }

  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }

  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }

  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }

  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}

@-webkit-keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }

  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }

  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }

  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }

  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }

  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}

@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }

  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }

  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }

  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }

  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }

  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}




[data-text-anim] {
  -webkit-clip-path: polygon(0 0%, 0% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0%, 0% 0, 0 100%, 0 100%);
}

[data-text-anim].aos-animate,
.slider .swiper-slide-active [data-text-anim],
.animate [data-text-anim] {
  -webkit-animation: clip 1.5s ease forwards;
  animation: clip 1.5s ease forwards;
}

[data-text-anim-delay="1"] {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

[data-aos="custom"][data-text-anim] {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

@-webkit-keyframes clip {
  0% {
    -webkit-clip-path: polygon(0 0%, 0% 0, 0 100%, 0 100%);
    clip-path: polygon(0 0%, 0% 0, 0 100%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes clip {
  0% {
    -webkit-clip-path: polygon(0 0%, 0% 0, 0 100%, 0 100%);
    clip-path: polygon(0 0%, 0% 0, 0 100%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  }
}





.image-mask::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
  background: #4e3f90;
}


.image-mask.hide {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.image-mask.aos-animate {
  z-index: 2;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.image-mask.aos-animate::before {
  -webkit-transform: translateX(102%);
  -ms-transform: translateX(102%);
  transform: translateX(102%);
}

.image-mask img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.animation-bg {
  background: url(../images/tech-background.png);
  background-position: bottom;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  filter: grayscale(100);
  opacity: .14;
}

.carousel-item span i {
  display: block;
}


/* footer new css */
.quick-links li:before {
  pointer-events: none;
}

.quick-links a {
  position: relative;
  z-index: 5;
}

.footer-service-list {
  padding: 0 0 40px 0;
  margin: 0;
  column-count: 4;
  border-bottom: 1px solid #d1d1d1;
}

.footer-service-list li {
  list-style: none;
  margin-bottom: 13px;
  line-height: 19px;
}


.footer-service-list li a {
  color: #1f1f1f;
  line-height: 19px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.footer-wrapper h3 {
  color: #4a4a4a;
  line-height: 26px;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  padding-top: 75px;
}

.camera_caption_title i {
  font-size: 26px;
}

.camera_caption_title span {
  font-size: 30px;
  text-transform: none;
  margin-top: 5px;
}

.camera_caption_title i,
.camera_caption_title span {
  display: block;
  font-family: "Special Gothic", sans-serif;
  display: table !important;
  background: rgb(78 63 144 / 82%);
  line-height: 37px;
  padding: 1px 7px;
}

.camera_caption_title b span {
  font-family: "Special Gothic", sans-serif;
  font-size: 60px !important;
  font-weight: 700 !important;
  line-height: 62px !important;
  max-width: 750px !important;
  padding: 0 7px;
  line-height: 74px !important;
}


.camera_caption_title {
  font-family: "Special Gothic", sans-serif;
  font-size: 60px !important;
  font-weight: 700 !important;
  line-height: 62px !important;
  max-width: 750px !important;
}

.neepco-chart {
  width: 100%;
  background-color: #fff;
}

#chart-container {
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  margin-top: 25px;
  height: 450px;
}

.highlight-nav a {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  margin-right: 10px;
}

.highlight-nav {
  margin-bottom: 20px;
  margin-top: 40px;
  position: absolute;
  top: -40px;
  right: 3px;
}

.highlights.highlight-selected {
  background-color: #4e3f90 !important;
}

.generation .power-share {
  display: none;
}

.generation .profit {
  display: none;
}

.profit .power-share {
  display: none;
}

.profit .power-share {
  display: none;
}

.share .profit {
  display: none;
}

.share .power-generation {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  margin-right: 0px !important;
}

.swiper-gsap-slide .img-label {
  width: 450px;
  padding-right: 50px;
}

.check .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.check .sub-menu li a {
  display: block;
  color: #4e3f90;
  text-decoration: none;
}

/* Show sub-menu on hover */
.check li:hover>.sub-menu {
  display: block;
  position: relative;
  right: 100%;
}

#noticeList {
  max-height: 370px;
  overflow: hidden;
  position: relative;
  margin: 10px;
}

.list-unstyled li a {
  text-decoration: none;
}

.list-unstyled li a:hover {
  text-decoration: underline;
}

.btn-notice-board {
  background-color: #ffffff;
  padding: 10px 18px;
  border-top: 1px solid #d5d5d5;
}

.brn-notice-board .btn {
  display: inline-block;
  padding: 7px 12px;
  text-align: center;
  font-size: 17px;
  line-height: 17px;
  color: #7ac895;
  text-transform: uppercase;
  font-weight: 700;
  background: #fefefe;
  border-radius: 0px;
  border: 0px;
}

.noticeList li .flex-grow-1 {
  color: #38363f;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
}

.photo-video-gallery {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.photo-video-gallery li {
  background: #fff;
  margin-bottom: 5px;
  width: 100%;
  float: left;
}

.photo-video-gallery li a {
  padding: 12px;
  font-size: 18px;
  color: #1c1b1b;
  font-family: "Special Gothic", sans-serif;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
}

.links-box a {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 12px 15px;
  border-radius: 6px;
  text-decoration: none;
  color: #003366;
  font-weight: 500;
}

.links-box a::before {
  position: absolute;
  content: '';
  height: 0;
  top: 0;
  left: 0;
  background-color: #4e3f90;
  width: 3px;
  border-radius: 2px;
  transition: height 0.4s ease;
}

.photo-video-gallery li span {
  display: inline-block;
  float: left;
  margin-right: 18px;
  padding-left: 0px;
}

.photo-icon::before {
  position: absolute;
  content: "";
  right: -10px;
  top: 3px;
  height: 80%;
  width: 1px;
  background: rgb(191 177 255);
  transition: 0.7s;
}

.photo-icon img {
  width: 35px;
  height: 35px;
}

.links-box a:hover::before {
  height: 100%;
}

.photo-video-gallery li a:hover {
  text-decoration: none;
}

.links-box a:hover {
  background: #ededed;
}


.highlight-box-section {
  padding: 40px;
}

.operation-box:hover .project-icon {
  background: #66cc33;
}

.operation-box .project-icon {
  width: 80px;
  height: 80px;
  background: #7f51d6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.project-icon object {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.highlight-box-section img {
  width: 100%;
}

.highlight-box-section span {
  font-size: 35px;
  display: inline-block;
  margin-top: 10px;
  line-height: 43px;
  font-weight: 500;
  color: #393939;
}

.operation-box:hover h4 {
  background-size: 100% 0.0575em !important;
  text-decoration: none;
}

.caption-style h4 {
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 50px;
  color: #393939;
  background-image: linear-gradient(to right,
      #66cc33 0%,
      #66cc33 100%);

  background-position: 0 calc(100% - 0.125em);
  background-size: 0 0.0575em;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat;
}

.readmore-section .r-text p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 450;
}

.readmore-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.readmore-section .r-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #7f51d6;
  padding: 12px;
  display: flex;
  justify-content: center;
}

.caption-style {
  margin-top: 25px;
}

.separator-line {
  margin: 20px 0;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
}

.highlights-tab {
  background-color: #000 !important;
  color: #fff !important;
  padding: 6px 14px !important;
  margin-right: 10px !important;
  font: 400 14px / 24px "Trebuchet MS", sans-serif !important;
  border-radius: 0px !important;
}

.highlights-tab.active {
  background-color: #4e3f90 !important;
}

.highlight-content-box {
  border: 1px solid #ddd;
}

.noticeList {
  max-height: 400px;
  overflow-y: auto;
  position: relative;
  margin: 10px;
  padding-right: 10px;
  scroll-behavior: smooth;
}

.noticeList::-webkit-scrollbar {
  width: 3px;
}

.noticeList::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.noticeList::-webkit-scrollbar-thumb {
  background: #4e3f90;
  border-radius: 3px;
}

.noticeList::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.notice-board-wrapper ul {
  padding: 10px;
}

.employeelogin-btn a {
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(90deg, #4c3d92, #8e44ad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.employeelogin-btn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #4c3d92, #8e44ad);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

.employeelogin-btn a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.accesibility-icon {
  width: 22px;
  height: 22px;
}

.employee-login {
  display: inline-block !important;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #4c3d92;
  padding: 10px 15px 10px 15px !important;
  border-radius: 0px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(76, 61, 146, 0.4);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.employee-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
}

.employee-login:hover::before {
  left: 100%;
}

.employee-login:hover {
  box-shadow: 0 6px 20px rgba(76, 61, 146, 0.6);
}

.tab-pane a {
  color: #1c1c1c !important;
  font-size: 17px;
}

.tab-pane .text-muted {
  color: #6c757d !important;
  font-size: 14PX;
}

.border-bottom .p-info {
  color: #6c757d !important;
}

.btn-notice-board a:hover {
  color: #4e3f90 !important;
}

.highlight-section .vl-ov-bauxite:hover .dsvy-ihbox-style-1 .dsvy-ihbox-icon:before,
.highlight-section .vl-ov-oilgas:hover .dsvy-ihbox-style-1 .dsvy-ihbox-icon:before,
.highlight-section .vl-ov-zincore:hover .dsvy-ihbox-style-1 .dsvy-ihbox-icon:before {
  background: linear-gradient(311deg, rgba(0, 0, 0, 0) 0%, rgb(114 96 189) 67%);
}

.vision-mission-icon {
  background-color: #f2f5fb;
  padding: 18px;
  border-radius: 10%;
}

.vision-mission-icon img {
  height: 45px;
  width: 45px;
}

/* marque start */
.well__cont2.about-container {
  padding-top: 80px;
}

.whats-new-bar {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
}

.whats-new {
  color: #ffffff;
  font-weight: 600;
  background-color: #7f51d6;
  padding: 12px 0;
  font-size: 18px;
  float: left;
  width: 161px;
  position: relative;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.whats-new a {
  color: #fff;
}

.whats-new:after {
  content: '';
  position: absolute;
  background-image: url(../images/notification-patch.svg);
  left: 100%;
  top: 0;
  height: 100%;
  width: 25px;
  background-repeat: no-repeat;
}

.scrolling-text-cont {
  width: 100%;
  float: left;
  padding: 3px 12px;
  position: relative;
  overflow: hidden;
}

.whats-new-bar .marquee-container {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
  display: inline-block;
}

mark {
  background-color: transparent;
  font-size: 16px;
  padding: 0px 20px;
  position: relative;
  font-family: "Special Gothic", sans-serif;
  font-weight: 400;
}

mark::before {
  content: "";
  position: absolute;
  background-color: #bbbbbb;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
}

.ticker-custom a {
  color: #000;
}

.no-pointer {
  pointer-events: none;
  cursor: default;
}

.ticker-custom span {
  color: #A30000;
}

.play-pause-option {
  cursor: pointer;
}

.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;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.play-pause-option:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #dbdede;
  position: absolute;
  right: 47px;
  top: 0;
}

.play-pause-option img {
  width: 25px;
  cursor: pointer;
}

.icon-visible {
  opacity: 1;
  pointer-events: auto;
  position: static;
}

.play-pause-option img {
  width: 25px;
  cursor: pointer;
}

.icon-hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
}

.marquee {
  display: flex;
  width: max-content;
  animation: scroll 50s linear infinite;
}

.marquee.paused {
  animation-play-state: paused;
}

.marquee__group {
  display: flex;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* marque end */

/* ohpc highlights start */
.ohpc-highlights-section {
  position: relative;
}

.district-list {
  position: absolute;
  top: 34px;
  left: 35px;
  z-index: 5;
  display: flex;
  align-items: center;
}

.map-card {
  height: 660px;
  position: relative;
  background: #7f51d6;
  width: 100%;
  padding: 20px;
}

.pin-group {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.pin-group .map-pin {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.map-locators-ohpc {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pin-group .burla {
  left: 46.6%;
  top: 23.1%;
}

.map-locators-ohpc .dot {
  opacity: 1;
  position: absolute;
  width: auto;
  display: inline-block;
  -webkit-animation-name: 'fade';
  -moz-animation-name: 'fade';
  -o-animation-name: 'fade';
  animation-name: 'fade';
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.dot .point {
  background: #4abb69;
  border: 1px solid #4abb69;
  color: #000;
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: relative;
  text-align: center;
  top: 0;
  width: 14px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.dot .pulse {
  background: transparent;
  border: 2px solid #ffd800;
  display: block;
  height: 30px;
  left: -9px;
  position: absolute;
  top: -9px;
  width: 30px;
  z-index: 1;
  -webkit-animation: pulseradio 2s ease-in-out infinite;
  -moz-animation: pulseradio 2s ease-in-out infinite;
  animation: pulseradio 2s ease-in-out infinite;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}

@keyframes pulseradio {
  0% {
    transform: scale(0.32);
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  85% {
    transform: scale(1);
  }

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


.map-locators-ohpc .pin-tip {
  white-space: nowrap;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: #fff;
  background: #6440aa;
  padding: 0 5px;
  border-radius: 4px;
  z-index: 2;
  font-family: "Special Gothic", sans-serif;
  letter-spacing: 1px;
}

.map-locators-ohpc .dot .pin-content {
  height: 0;
  position: absolute;
  left: 0;
  padding-left: 45px;
  top: 50%;
  transform: translateY(-50%);
  transition: height 0.3s ease;
  z-index: 9;
  overflow: hidden;
  z-index: 99;
}

.map-locators-ohpc .dot:hover .pin-content {
  height: 100px;
}

.map-locators-ohpc .dot:hover .pin-content:before {
  width: 45px;
}

.map-locators-ohpc .pin-content .pin-inner {
  position: relative;
  background: #e8eaf0;
  border: 2px solid #ffd800;
  border-radius: 6px;
}

/* White Arrow */
.map-locators-ohpc .pin-content .pin-inner:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 40px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #ffffff;
}

.map-locators-ohpc .dot.anugul .pin-content {
  right: 40px;
  left: auto;
}

.map-locators-ohpc .dot.anugul .pin-content .pin-inner:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 40px;
  width: 0;
  height: 0;
  z-index: 15;

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #fff;
}

.map-locators-ohpc .dot.anugul .pin-content {
  padding-right: 15px;
  padding-left: 0px;
}

.map-locators-ohpc .pin-content .pin-inner {
  width: 270px;
  border: 0px solid #ffd800;
  border-radius: 6px;
  padding: 10px 15px;
  background: #ffffff;
  color: #112a68;
  box-sizing: border-box;
}

.map-locators-ohpc .pin-content h3 {
  border-radius: 0px;
  width: 100%;
  padding: 0px 0px 6px 0px;
  font-size: 20px;
  text-transform: uppercase;
  color: #7f51d6;
  text-align: left;
  margin: 0;
  font-weight: 600;
  border-bottom: 1px solid #acc7b34f;
}

.map-locators-ohpc .pin-content ul {
  column-count: unset;
  list-style: none;
  padding: 5px 0 0px 0px;
  margin: 0;
}

.map-locators-ohpc .pin-content ul li {
  text-align: left;
  font-size: 14px;
  padding: 3px 0px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.indiamap-icons {
  width: auto;
  height: 25px;
  flex-shrink: 0;
}

.map-locators-ohpc .pin-inner ul li span {
  flex: 1;
  font-size: 14px;
  line-height: 19px;
  font-family: "Special Gothic", sans-serif;
  font-weight: 400;
}

.pin-group .chiplima {
  left: 48.6%;
  top: 31.5%;
}

.pin-group .anugul {
  left: 58.6%;
  top: 35.5%;
}

.pin-group .corporate-office {
  right: 31.6%;
  top: 49%;
}

.pin-group .balimela {
  left: 14.6%;
  bottom: 15%;
}

.pin-group .bariniput {
  left: 24.6%;
  bottom: 26%;
}

.pin-group .mukhiguda {
  left: 30.6%;
  bottom: 45%;
}

.pin-group .khatiguda {
  left: 18.6%;
  bottom: 39%;
}

.map-locators-ohpc .dot.corporate-office .pin-content {
  right: 40px;
  left: auto;
  padding-right: 15px;
  padding-left: 0px;
}

.map-locators-ohpc .dot.corporate-office .pin-content .pin-inner::before {
  display: none;
}

.map-locators-ohpc .dot.corporate-office .pin-content .pin-inner::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 40px;
  width: 0;
  height: 0;
  z-index: 15;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #fff;
}

/* new impact css end */


.statistics-content-new {
  height: 660px;
  overflow: hidden;
  border-radius: 10px;
  padding: 50px;
  position: relative;
  background: #7f51d6;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 35px;
  padding-left: 0;
}

.important-links .latest-cont {
  margin-top: 0;
  border-radius: 10px;
  height: 600px;
  display: block;
}

.select-btn {
  width: 310px;
  display: flex;
  overflow: hidden;
  background: #5925a5;
  padding: 6px 6px 6px 12px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border: 1px solid #a56aff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.options {
  position: absolute;
  width: 310px;
  overflow: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 9px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  animation: fadeInDown 0.35s both;
}

.options .option {
  display: flex;
  height: 38px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}

.options .option:hover {
  background: #f2f2f2;
}

.options .option .option-text {
  font-size: 18px;
  color: #333;
}

.select-btn svg {
  height: 24px;
  width: 24px;
  transition: 0.2s;
}

.active .select-btn svg {
  transform: rotate(180deg);
}

.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation: fadeInUp 0.4s both;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

.sBtn-text {
  color: #ffffff;
  font-size: 18px;
  font-family: "Special Gothic", sans-serif;
}

.map-img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.statistics-content-new h3 {
  font-family: "Special Gothic", sans-serif;
  font-size: 29px;
  font-weight: 600;
  color: #131313;
  margin-bottom: 50px;
}

.close.toggle {
  cursor: pointer;
}

.investor-zone.ohpc-highlights-section p {
  color: #262628;
  font-size: 17px;
  margin-top: 0px;
}

.statistics-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}

.statistics-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.projects-statistics {
  display: flex;
  align-items: center;
  margin-top: 26px;

}

.power-content {
  display: grid;
}

.odia-project-name {
  font-size: 15px !important;
  font-weight: 600 !important;
}

.project-name {
  color: #503d8c;
  font-size: 20px;
  font-weight: 450;
  font-family: "Special Gothic", sans-serif;
  position: relative;
  z-index: 1;
}

.statistics-num {
  font-size: 29px;
  color: #424242;
  font-weight: 600;
  font-family: "Special Gothic", sans-serif;
}

.total-statistics .statistics-num {
  font-size: 35px;
  color: #318148;
  font-weight: 600;
  font-family: "Special Gothic", sans-serif;
  position: relative;
  z-index: 1;
}

.statistics-content-new .row .col-12:last-child .projects-statistics {
  border-bottom: 0;
  padding-bottom: 0;
}

.select-btn img {
  width: 40px;
  filter: invert(1);
}

.important-links .photo-video-gallery {
  border-radius: 10px;
}

.important-links .photo-icon::before {
  display: none;
}

.icon-and-link {
  display: flex;
  align-items: center;
}

.important-links .links-box {
  border-radius: 10px;
  margin-bottom: 8px;
}

.icon-and-link .photo-icon {
  width: 36px;
  height: 42px;
}

.icon-and-link .photo-icon img {
  width: 100% !important;
  height: 100% !important;
}

.highlight-link-box .links-box a::before {
  display: none;
}

.link-text {
  padding-left: 12px;
  transition: color 0.3s ease;
}

.important-links .links-box a:hover {
  background: #f9f6ff;
}

.projects-statistics.total-statistics {
  width: 100%;
  border-radius: 10px;
}

.project-container .total-statistics {
  border: 0;
  margin-top: 0;
}

.statics-box::after {
  content: '';
  position: absolute;
  background-image: url(../images/line-abstract.png);
  top: 13px;
  height: 10px;
  width: 100%;
  background-repeat: no-repeat;
}

.statics-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.project-container .statics-box:nth-child(1):after,
.project-container .statics-box:nth-child(2):after {
  display: none;
}

.total-statistics,
.abstract-drop {
  position: relative;
}

.total-statistics .project-name::after {
  content: '';
  position: absolute;
  background-image: url(../images/volt-abstract.png);
  top: -4px;
  left: -33px;
  height: 98px;
  width: 95px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.sub-head-text {
  font-size: 40px;
  text-align: center;
  width: 35%;
  margin: 45px auto;
}

.higlights-links .row .col-12:nth-child(1) .highlight-link-box,
.higlights-links .row .col-12:nth-child(2) .highlight-link-box,
.higlights-links .row .col-12:nth-child(3) .highlight-link-box {
  margin-top: 0;
}

/* new indian map section css start here */

#trigger-div object {
  pointer-events: none;
}

#trigger-div {
  cursor: pointer !important;
  transition: opacity 0.5s ease;
}

.zoom-effect-hidden {
  display: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  transition: opacity 1.2s ease, transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center center;
}

.zoom-prepare {
  display: block !important;
}

.zoom-effect-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) !important;
}

.fade-out {
  opacity: 0;
  pointer-events: none;
}


/* new indian map section css End here */


/* new */

.internal-new-statistics {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  position: relative;
}

.map-statistics-content {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: #7f51d6;
}


.highlight-link-box {
  margin-top: 30px;
}

.highlight-link-box .links-box {
  border-bottom: 2px solid #5b5b5b;
}



.highlight-link-box .links-box {
  position: relative;
  padding-bottom: 6px;
}

.highlight-link-box .links-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 0;
  background-color: #4abb69;
  transition: width 0.35s ease-in-out;
}

.highlight-link-box .links-box:hover {
  border-bottom: 2px solid #5ecc5b;
}

.highlight-link-box .links-box:hover .link-text {
  color: #4abb69;
}

/* Hover effect */
.highlight-link-box .links-box:hover::after {
  width: 100%;
}

/* Smooth transition for icon */
.highlight-link-box .photo-icon img {
  transition: transform 0.3s ease;
}

/* Tilt effect on hover */
.highlight-link-box .links-box:hover .photo-icon img {
  transform: rotate(-10deg) scale(1.05);
}


.highlight-link-box .links-box a {
  color: #414141;
  font-size: 15px;
  padding-left: 0;
}

.highlight-link-box .link-text {
  padding-left: 25px;
  font-size: 20px;
}

.highlight-link-box .links-box a {
  background: none;
}

.highlight-link-box .photo-icon::before {
  display: none;
}

.higlights-links .row {
  justify-content: center;
}

.higlights-links {
  margin-top: 20px;
  width: 90%;
  margin: 0 auto;
}

.highlight-link-box .link-text::before {
  content: '';
  position: absolute;
  background-image: url(../images/right-arrow-black.svg);
  top: 22px;
  right: 0;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  transform: rotate(-45deg);
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.highlight-link-box .link-text::after {
  content: '';
  position: absolute;
  background-image: url(../images/right-arrow-green.svg);
  top: 22px;
  right: 0;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translate(-150%, 150%) rotate(-45deg);
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.highlight-link-box .links-box:hover .link-text::after {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}

.highlight-link-box .links-box:hover .link-text::before {
  opacity: 0;
  -webkit-transform: translate(150%, -150%) rotate(-45deg);
  -ms-transform: translate(150%, -150%) rotate(-45deg);
  transform: translate(150%, -150%) rotate(-45deg);
}

.power-draw-icon {
  position: absolute;
  width: 215px;
  height: 155px;
  top: 10px;
  right: 135px;
}

.power-draw-icon object {
  width: 100%;
}

.select-fix {
  padding: 6px 6px 6px 12px;
  background: #5925a5;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  align-items: center;
  display: flex;
  cursor: pointer;
  border: 1px solid #a56aff;
  height: 54px;
  border-right: 0;
  position: relative;
}

.select-fix::after {
  content: '';
  position: absolute;
  top: 14px;
  right: -4px;
  height: 25px;
  width: 1px;
  background: #a764f9;
}

.fix-box {
  color: #ffffff;
  font-size: 18px;
  font-family: "Special Gothic", sans-serif;
}

/* map */
.map-img #map {
  width: 100%;
  height: 100%;
}

#map-zoom {
  transition: transform 0.8s ease;
}

.map-img svg path,
.map-img svg g {
  opacity: 1;
  stroke: none;
  transition: opacity 0.4s ease;
}

.has-selection .fade-dist path {
  opacity: 0.25;
}

.has-selection .unknown-path {
  opacity: 0.25;
}

/* restore only selected location */
.has-selection g.active path {
  opacity: 1;
}


.has-selection g.nonactive path {
  opacity: 0.25;
}

#map-wrapper {
  position: relative;
}

#map-tooltip {
  position: absolute;
  pointer-events: none;
  background: rgb(48 30 107 / 95%);
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -120%);
  transition: opacity 0.15s ease;
  z-index: 9999;
}

#map-wrapper g[data-info] {
  pointer-events: all;
}

#map-wrapper g[data-info] path {
  pointer-events: all;
}

/* ohpc highlights end */

/* tender css start */
.tender-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: visible;
  border: 1px solid #e6e6e6;
}

.card-header-box {
  background: linear-gradient(to right, #5e37c4 0%, #5b40b8 50%, #6440d5 100%);
  color: #fff;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px 12px 0 0;
  position: relative;
}

.card-header-title {
  font-style: normal;
  font-size: 20px;
}

.icon-container {
  position: absolute;
  right: 15px;
  top: -11px;
}

.latest-update-s .title {
  color: #22211f;
}


.icon-badge {
  background: #fff;
  width: 56px;
  height: 60px;
  border-radius: 0 20px 50px 50px;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
}

/* This creates the small gray "fold" or curve at the top left */
.icon-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, transparent 50%, #e0e0e0 50%);
}

.icon-badge img {
  height: 28px;
  width: auto;
}

.marquee-container-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

/* Scroll ONLY the list */
.marquee-container-box .marqueetender {
  height: 100%;
  padding-right: 6px;
}

.marqueetender-list .date span {
  line-height: 24px;
  color: #318148;
  font-size: 15px;
  font-weight: 500;
}

/* Optional: hide scrollbar */
.marquee-container-box .marqueetender::-webkit-scrollbar {
  width: 0;
}

.marquee-container-box .marqueetender {
  height: 420px;
  padding: 28px 20px;
}

.marqueetender {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}

.marqueetender li {
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 12px;
}

.date {
  gap: 5px;
}

.date img {
  height: 19px;
  width: auto;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.desc {
  font-size: 17px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #373737;
  transition: 0.1s all;
  cursor: pointer;
  font-weight: 500;
}

.desc:hover {
  color: #282a73;
}

.last-date {
  gap: 5px;
  align-items: center;
}

.last-date img {
  height: 20px;
  width: auto;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.last-date span {
  line-height: 24px;
  color: #5e40c4;
  font-size: 14px;
  font-weight: 500;
}

.card-footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 8px 0px 20px;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px solid #dedede;
  min-height: 52px;
}

.view-all {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.view-all i {
  font-size: 14px;
  padding-left: 5px;
  transition: transform 0.3s ease;
}

.view-all:hover {
  color: #6a35ff !important;
}

.view-all:hover i {
  transform: translateX(6px);
  color: #58ba58;
}


.controls button {
  border: none;
  background: #fff;
  color: #423ebd;
  margin-left: 0px;
  border-left: 1px solid #dedede;
  padding: 12px 14px;
  border-radius: 0;
  cursor: pointer;
  width: 43px;
}

.card-footer-box .controls button i {
  color: #7f51d6;
  font-size: 18px;
}

/* tender css end */

/* Footer New */
.footer-logo-wrapper {
  padding-top: 80px;
  border-bottom: 1px solid #d2dfeb;
  padding-bottom: 60px;
}

.footer-logo-wrapper .footer-links {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer-right-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: left;
  float: left;
}

.footer-address p {
  font-family: "Special Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #202020;
  line-height: 21px;
  text-align: left;
  width: 80%;
  margin-bottom: 8px;
}

.footer-address {
  margin-top: 25px;
  width: 90%;
}

.quick-links-wrapper .quick-links {
  display: flex;
  flex-direction: column;
}

.footer-wrapper.footer-bg-wrapper h3 {
  color: #232323;
  font-weight: 600;
  padding-top: 0;
  line-height: 20px;
}

.quick-links li:before {
  content: '';
  position: relative;
  float: left;
  min-width: 11px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  bottom: -6px;
  left: 0;
  background-image: url(../images/footer-arrow-3.svg);
  background-size: cover;
}

.footer-wrapper.footer-bg-wrapper .quick-links li a {
  padding-left: 10px;
  font-family: "Special Gothic", sans-serif;
}

.footer-wrapper.footer-bg-wrapper .quick-links li {
  padding: 0;
  margin-bottom: 5px;
  display: flex;
}

.footer-wrapper.footer-bg-wrapper .quick-links li:last-child {
  margin-bottom: 0;
}

.new-footer-logo {
  width: 335px;
}

.footer-wrapper.footer-bg-wrapper .s-icon {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.footer-wrapper.footer-bg-wrapper .s-icon i {
  font-size: 16px;
}

.footer-wrapper.footer-bg-wrapper .s-icon i img {
  width: 15px;
}

.scroller-x {
  overflow: hidden;
  white-space: nowrap;
  mask: linear-gradient(90deg, transparent, white 30%, white 70%, transparent);
  width: 100%;
}

.scroller-x__list {
  display: flex;
  gap: 20px;
  animation: scrollX 20s linear infinite;
  width: max-content;
}

@keyframes scrollX {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.scroller-x:hover .scroller-x__list {
  animation-play-state: paused;
}

.footer-wrapper.footer-bg-wrapper .footer-links li a img {
  width: auto;
  object-fit: contain;
  border-radius: 5px;
}

.footer-wrapper.footer-bg-wrapper .footer-links li {
  margin-right: 0;
  margin-bottom: 0;
}

/* Footer New */

/* MD MSG */
.md-msg-section {
  position: relative;
  background: #f9f9f9;
}

.md-msg-section::before {
  content: "";
  height: 70%;
  width: 73%;
  position: absolute;
  background-position: center;
  z-index: 0;
  right: 0;
  bottom: 76px;
  background-image: url(../images/md-sec-main-bg.png);
  opacity: 0.6;
}

.md-msg-wrapper {
  padding: 0;
  position: relative;
}

.msg-main-wrapper {
  position: relative;
  z-index: 1;
}

.md-profile {
  position: relative;
}

.md-profile::before {
  content: '';
  position: absolute;
  background: #7f51d6;
  height: 90%;
  width: 83%;
  z-index: -1;
  bottom: 10px;
  left: 20px;
  border-radius: 12px;
  overflow: hidden;
  clip-path: path("M 40 0 A 0 0 0 0 1 1905 0 L 1905 0 A 0 0 0 0 1 1905 0 L 1905 1135 A 10 10 0 0 1 1895 1145 L 10 1145 A 10 10 0 0 1 0 1135 L 0 44.1421 A 10 10 0 0 1 2.92893 37.0711 L 37.0711 2.92893 A 10 10 0 0 1 44.1421 0 L 40 0 Z");
  transform: scaleX(-1);
}

.md-profile::after {
  content: '';
  position: absolute;
  background-image: url(../images/ohpc-wave.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 130px;
  height: 60px;
  left: 0;
  bottom: 160px;
  z-index: -1;
}

.md-profile img {
  margin-left: 20px;
}

.msg-content p {
  margin-top: 17px;
  margin-bottom: 0;
  color: #262628;
  line-height: 27px;
  font-size: 17px;
}

.msg-content {
  padding-left: 150px;
  position: relative;
}

.msg-content::before {
  content: '';
  position: absolute;
  background-image: url(../images/power-bg-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 260px;
  height: 420px;
  left: 0;
  top: -18px;
  z-index: -1;
}

.md-name {
  font-size: 27px;
  color: #7f51d6;
  font-weight: 600;
  font-family: "Special Gothic", sans-serif;
}

.md-designation {
  color: #262628;
  font-size: 17px;
  margin: 0;
  display: block;
}

.msg-content-main {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

.msg-content-para {
  margin-bottom: 30px;
}

.msg-content-para p:first-child {
  font-size: 35px;
  color: #7f51d6;
  font-weight: 600;
  font-family: "Special Gothic", sans-serif;
  line-height: 40px;
  margin-top: 0;
}


.msg-content .btn-discover {
  margin-top: 25px;
}

/* MD MSG */

/* csr css start */

.csr-hero {
  position: relative;
  background: linear-gradient(271deg, #7f51d6 0%, #572ca9 88%);
}

/* LEFT SIDE */
.csr-left {
  color: #fff;
  padding-top: 125px;
  padding-bottom: 125px;
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.csr-abstract-shape {
  right: 0px;
  position: absolute;
  width: auto;
  bottom: -3px;
  height: 132px;
  z-index: -1;
  opacity: 0.6;
}

.csr-desc {
  font-family: "Special Gothic", sans-serif;
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 70px;
  color: white;
}

.csr-arrow {
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 50px;
  display: inline-block;
}

/* STATS */
.csr-stats {
  display: inline-flex;
  align-items: center;
  gap: 60px;
}

.stat h2 {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 48px;
  color: #fff;
  letter-spacing: 1px;
}

.stat {
  position: relative;
  white-space: nowrap;
}

.stat:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #fff;
}

.stat p {
  line-height: 1.25;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  color: white;
}

.csr-animate-title {
  font-size: 216px;
  line-height: 170px;
  z-index: 1;
  font-weight: 800;
  color: rgb(255 255 255 / 4%);
  background: linear-gradient(180deg, rgb(255 255 255 / 7%) 0%, rgb(255 255 255 / 2%) 45%);
  -webkit-background-clip: text;
  background-clip: text;
  letter-spacing: 29px;
}

.csr-animate-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(70px);
  filter: blur(4px);
}

.csr-css-animate.animate span {
  animation: csrLetterReveal 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.csr-css-animate.animate span:nth-child(1) {
  animation-delay: 1s;
}

.csr-css-animate.animate span:nth-child(2) {
  animation-delay: 2s;
}

.csr-css-animate.animate span:nth-child(3) {
  animation-delay: 3s;
}

@keyframes csrLetterReveal {
  0% {
    opacity: 0;
    transform: translateY(70px);
    filter: blur(4px);
  }

  60% {
    opacity: 1;
  }

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

/* RIGHT SIDE */

.csr-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csr-left h1 {
  margin-top: -68px;
}

.csr-right {
  padding: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
}

.csr-carousel {
  display: flex;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.csr-slide {
  min-width: 100%;
  height: 100%;
}

.csr-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csr-left .btn-discover {
  margin-top: 45px;
}

.text_invert>div {
  background-image: linear-gradient(to right, rgb(255 255 255) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text_invert-2>div {
  background-image: linear-gradient(to right, rgb(25, 42, 25) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}



.csr-pro-wrapper .doc-title {
  margin-bottom: 0;
}

.csr-pro-wrapper .doc-info-share {
  border-top: 0;
}



/* csr css end */


/* latest ohpc css start */

.Latest-Update-ohpc-tab li button.card-header-title {
  padding: 0px;
  color: #fff;
  padding: 0px 20px;
  background-color: #5e38c3;
  border: 0px;
  border-right: 1px solid #8250df !important;
  border-radius: 0px;
  position: relative;
}

.Latest-Update-ohpc-tab {
  border: 0px;
}

.Latest-Update-ohpc-tab li:first-child button.card-header-title {
  padding-left: 0;
}

.Latest-Update-ohpc-tab li:last-child button.card-header-title {
  border-right: 0 !important;
}

.Latest-Update-ohpc-tab li .card-header-title.active {
  background-color: #ffffff00;
  color: #fff;
  border: 0px;

}

.Latest-Update-ohpc-tab li .card-header-title.active:after {
  content: "";
  position: absolute;
  top: 140%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #5e40c1 transparent transparent transparent;
  transform: translate(-50%) rotate(0);
}

.Latest-Update-ohpc-tab li .card-header-title:hover {
  color: #66cc33;
}

.Latest-Update-ohpc-tab li .card-header-title.active {
  font-weight: 600;
}

.marqueetender li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.marqueetender-list .img-event {
  border-radius: 6px;
  max-height: 228px;
  height: 228px;
  object-fit: cover;
}

.event-box-front-page .desc {
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
}

.event-slider-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;

}

.event-slider-box .marqueetender {
  height: 420px;
}

.event-slider-box {
  overflow: hidden;
  height: 420px;
  position: relative;
}

.event-slider {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  transition: transform 0.6s ease-in-out;
}

.event-slide {
  flex: 0 0 100%;
  max-width: 100%;
  height: 420px;
  padding: 28px 20px;
  border-bottom: 0px !important;
  box-sizing: border-box;
}

/* latest ohpc css end */
/* inner pages css start */

.inner-page-banner {
  position: relative;
  padding: 0;
}

.banner-wrapper {
  width: 100%;
  position: absolute;
  top: 70%;
  display: flex;
  z-index: 9;
}

.inner-page-banner h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  max-width: 620px;
  max-width: 90%;
}

.breadcrumbs {
  color: #ebebf4;
}


.breadcumb {
  display: flex;
  justify-content: space-between;
}



/* inner pages css end */

/* Tenders css start */

.tender-view {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.tender-view .doc-inner {
  margin-right: 0;
}

.tender-document-box {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 23px;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
  position: relative;
  z-index: 5;
  border-radius: 10px;
}

.tender-content-box:before {
  content: "";
  height: 0;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00adef;
  transition: all .3s ease-out;
}

.doc-name {
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  float: left;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.doc-date {
  font-size: 15px;
  padding-bottom: 20px;
  line-height: 25px;
  width: 100%;
  float: left;
  color: #00adef;
  font-weight: 500;
  margin-bottom: 0px;
}

.doc-date-pd-10 {
  padding-bottom: 10px !important;
}

.date-unit {
  display: flex;
  width: 100%;
  gap: 35px;
}

.date-unit .doc-date {
  width: auto;
  display: inline-block;
}

.close-in-box {
  position: absolute;
  background: #282a73;
  right: 0;
  top: 0;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 0 10px;
}

.close-in-box-closed {
  background: #de0f01;
}

.doc-date span {
  position: relative;
  margin-right: 10px;
  padding-left: 20px;
}

.doc-date span:first-child {
  border-left: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.dates {
  float: left;
  width: 100%;
}

.tender {
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin-right: 50px;
  margin-bottom: 5px;
}

.date-heading {
  display: block;
  font-family: "Special Gothic", sans-serif;
  width: auto;
  font-weight: 450;
  padding-bottom: 0;
  font-size: 16px;
  color: #686868 !important;
  margin-bottom: 7px;
}

.date-date {
  font-weight: 500;
  color: #004388;
  font-size: 16px;
}

.tender-border {
  height: 1px;
  background-color: #e7e7e7;
  width: 100%;
  float: left;
  margin: 19px 0 18px;
}

.details-content>div>.tender-border:first-of-type {
  display: none;
}

.doc {
  font-size: 13px;
  float: left;
  width: 100%;
}

.clipping-image {
  width: 133px;
  height: 100px;
  object-fit: cover;
  float: left;
}

.newcliping {
  border-radius: 10px;
}

.newcliping .doc-name {
  margin-bottom: 0;
}

.table td,
.table th {
  vertical-align: middle;
  font-size: 14px;
}

.doc .doc-inner:nth-child(1),
.doc .doc-inner:nth-child(2) {
  margin-top: 0;
}

/* csr gallery page start*/
.gallery-csr {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-csr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* csr gallery page end*/

.doc-inner-heading {
  font-size: 16px;
  color: #232323;
  display: block;
  margin-bottom: 3px;
  width: auto;
  font-weight: 600;
  padding-bottom: 12px;
}

.career-size .pdf-info:before {
  content: none !important;
}

.career-size span {
  padding-left: 0px !important;
}

.career .pdf-info-share {
  min-width: 390px;
}

.doc-inner.career {
  margin-right: 0;
}

.double-document .pdf-info-share:nth-of-type(3) {
  margin-top: 15px;
}

.pdf-info-share {
  display: flex;
  align-items: start;
  flex-direction: column;
}


.pdf-size {
  display: flex;
  align-items: center;
}

.pdf-info:before {
  background: url(../assets/images/pdf-icon.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 23px;
  height: 23px;
  background-size: contain;
  cursor: pointer;
}

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

.tender-content-box:before {
  content: "";
  height: 0;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00adef;
  transition: all .3s ease-out;
}

.doc-name {
  color: #1f1f1f;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  float: left;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.doc-date {
  font-size: 16px;
  font-family: "Special Gothic", sans-serif;
  padding-bottom: 20px;
  line-height: 25px;
  width: 100%;
  float: left;
  color: #00adef;
  color: #58ba58;
  font-weight: 500;
}

.dates {
  float: left;
  width: 100%;
}

.tender {
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin-right: 50px;
  margin-bottom: 5px;
}

.date-heading {
  display: block;
  width: auto;
  font-weight: 450;
  padding-bottom: 0;
  font-size: 15px;
  color: #686868 !important;
  margin-bottom: 7px;
}

.date-date {
  font-weight: 500;
  color: #282a73;
  font-size: 16px;
}

.tender-border {
  height: 1px;
  background-color: #e7e7e7;
  width: 100%;
  float: left;
  margin: 19px 0 18px;
}

.doc {
  font-size: 14px;
  float: left;
  width: 100%;
}

.career-section .doc-inner {
  margin-right: 0 !important;
}

.doc-inner {
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin-right: 69px;
  margin-top: 20px;
}

.doc .doc-inner:nth-child(1),
.doc .doc-inner:nth-child(2) {
  margin-top: 0;
}

.doc-inner-heading {
  font-size: 15px;
  color: #232323;
  display: block;
  margin-bottom: 3px;
  width: auto;
  font-weight: 600;
  padding-bottom: 12px;
}

.pdf-size {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.pdf-info {
  font-size: 14px;
  line-height: 17px;
  color: #707070;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  font-family: "Special Gothic", sans-serif;

}

.pdf-info:before {
  background: url(../images/pdf-icon.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 23px;
  height: 23px;
  background-size: contain;
  cursor: pointer;
}

.print-btn img {
  height: 28px;
}

.print-btn {
  height: 60px;
  width: 60px;
  padding: 13px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  border: 3px solid #282a735c;
  top: -25px;
}

.ohpc-tender-search {
  position: relative;
}

.t-search-input {
  height: 50px !important;
  border-radius: 10px;
  font-size: 17px;
  line-height: 24px;
  box-shadow: 0 0 25px 0 #00000012;
  width: 100%;
  border: 1px solid #bebebe;
  outline: 0;
  padding-left: 15px;
}

.ohpc-search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0;
  cursor: pointer;
  height: 49px;
  width: 55px;
  border: none;
  padding: 0 30px;
  background-color: #5e40c3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url(../images/search-icon-small-new.svg);
  background-repeat: no-repeat;
  background-position: right 6px top 2px;
}

.close-search {
  background: #282a7300 url(../images/close-search.png) no-repeat;
  position: absolute;
  top: 1px;
  right: 0px;
  padding: 0;
  cursor: pointer;
  height: 49px;
  width: 55px;
  border: none;
  padding: 0 30px;
  z-index: 9;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-position: center;
}

.search-submit.close-search {
  right: 0;
  background-color: #282a73;
  top: 0;
  border-right: 1px solid #5153ab;
}

.inner-sidebar h2 {
  color: #fff;
  background: linear-gradient(to right, #5e37c4 0%, #5b40b8 50%, #6440d5 100%);
  margin: 0;
  padding: 8px 15px;
  padding: 12px;
  font-size: 17px !important;
  margin-bottom: 12px;
  border-radius: 6px;
  font-weight: 600 !important;
  line-height: 20px
}

.doc-inner-heading {
  font-size: 15px;
  color: #232323;
  display: block;
  margin-bottom: 3px;
  width: auto;
  font-weight: 600;
  padding-bottom: 12px;
}

.document-sub-title {
  font-size: 14px;
  color: #5d5d5d;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.docs-corrigendum {
  display: flex;
  gap: 23px;
}

.breadcrumbs {
  display: inline-flex;
  gap: 8px;
  padding-left: 14px;
  border-left: 3px solid #58ba58;
  color: #fff;
}

.breadcrumbs span {
  opacity: 0.95;
}

.breadcrumbs span .current-item {
  font-weight: 600;
  opacity: 1;
}

/* New Tender View All Start */

.view-all-doc {
  display: flex;
  align-items: center;
  gap: 10px;
}

.doc-counts {
  display: flex;
  align-items: center;
  gap: 17px;
}

.details-header .doc-counts-type span {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

.doc-counts-type {
  background: #282a73;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.doc-count {
  position: absolute;
  top: -7px;
  right: -8px;
  background: #58ba58;
  border-radius: 50%;
  width: 18px !important;
  height: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 10px !important;

}

/* New Tender View All End */

/*------------At a Glance Start------------*/


/*------------At a Glance End------------*/

.additional-doc .pdf-info:before {
  display: none !important;
}

.additional-doc .pdf-info {
  padding-left: 0 !important;
}

.additional-doc .pdf-info img {
  width: 20px;
  margin-right: 11px;
}

.additional-doc .pdf-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tenders css end */

.header-container.scrolled .well__h {
  padding: 0;
}

.header-container.scrolled .container-fluid {
  padding: 0;
}

/* Document Card Start */
.document-box {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.doc-left-info {
  position: relative;
}

.csr-section .doc-title {
  margin-bottom: 31px;
}


.doc-main-wrapper {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.date-wrapper {
  font-family: "Special Gothic", sans-serif;
  font-size: 16px;
  color: #58ba58;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.date-wrapper.end-date {
  margin-left: 30px;
}

.date-wrapper.end-date span {
  font-weight: 600;
  color: #1e871e;
}

.date-wrapper.end-date::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  width: 1px;
  height: 60%;
  background: #e5e5e5;
}

.doc-title {
  font-size: 19px !important;
  line-height: 24px !important;
  margin-top: 0;
  margin-bottom: 13px;
  color: #373737;
  transition: 0.1s all;
  cursor: pointer;
  font-weight: 500;
  font-family: "Special Gothic", sans-serif;
}

.odia-lang .doc-title {
  font-weight: 600;
}

.doc-gist {
  margin-bottom: 20px;
}

.doc-size {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 19px;
}

.doc-size::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  background: url(../images/pdf-icon.svg) no-repeat;
  width: 18px;
  height: 23px;
  background-size: cover;
}

.doc-size span {
  color: #3b3a3a;
  font-size: 14px;
  font-weight: 400;
  font-family: "Special Gothic", sans-serif;
}

.doc-right-info {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-share {
  display: flex;
  position: relative;
}

.qr-share img {
  width: 22px;
}

.qr-code-icon {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
}

.qr-code-icon::before {
  content: '';
  position: absolute;
  right: -2px;
  height: 100%;
  width: 1px;
  background-color: #c0b2ff;
}

.share-icon-gradient {
  position: relative;
  width: 22px;
  cursor: pointer;
}

.share-box {
  width: 100%;
  background: #f3f5f9;
  padding: 0;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  overflow: hidden;
  transform: translateY(-100%);
  opacity: 0;
  transition: height 0.45s ease, transform 0.45s ease, opacity 0.25s ease;
}

.share-box.active {
  height: 50px;
  transform: translateY(0);
  opacity: 1;
}

.share-social-icons-wrapper {
  padding: 0 !important;
  display: flex;
  gap: 10px;
  margin: 0 !important;
}

.share-icon img {
  width: 25px;
}

.doc-info-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.document-main {
  width: 100%;
  float: left;
}

.pagination-archive-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.archive-btn {
  background: #58ba58;
  padding: 7px 15px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.archive-btn:hover {
  background: #1c7d1c;
}

.popup_close {
  position: absolute;
  right: 17px;
}

.popup_close_cont {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.popup_close_bar {
  width: 20px;
  height: 2px;
  background-color: #373737;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.popup_close_bar:first-child {
  top: 12px;
  transform: rotate(45deg);
}

.popup_close_bar:nth-child(2) {
  top: 12px;
  transform: rotate(-45deg);
}

.popup_close:hover .popup_close_bar:first-child {
  transform: rotate(315deg);
  background-color: #5e40c4;
}

.popup_close:hover .popup_close_bar:nth-child(2) {
  transform: rotate(-315deg);
  background-color: #5e40c4;
}

.no-data-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #bebebe;
  padding: 30px 0;
  border-radius: 10px;
  margin-bottom: 25px;
}

.no-data-wrapper img {
  width: 200px;
}

/* Document Card End */



/* Pagination */
.pagination {
  display: flex;
  width: 100%;
  float: left;
}

.pagination span.page-numbers.current {
  background-color: #301e6b;
  border: 1px solid #301e6b;
  color: #fff;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.pagination a.page-numbers,
.pagination span.page-numbers {
  margin-right: 5px;
  color: #ffffff;
  background-color: #7f51d6;
  border: 1px solid #7f51d6;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-weight: 500;
  line-height: 24px;
}

.pagination a.page-numbers:hover {
  background-color: #301e6b;
  color: #ffffff;
  border: 1px solid #301e6b;
}

/* Pagination */

.buttons-div .button {
  width: 46px;
  height: 46px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.video-pause {
  background-image: url("../images/pause.svg");
}

.video-play {
  background-image: url("../images/play-btn.svg");
}

/* Training CSS Start */
.training-intro-img {
  border-radius: 10px;
}

.ohpc-training-introduction {
  background: linear-gradient(271deg, #7f51d6 0%, #572ca9 88%);
  padding: 34px 20px;
  margin: 4px;
  border-radius: 10px;
}

.ohpc-training-introduction h3 {
  font-size: 27px;
  margin-bottom: 20px;
}

.ohpc-training-introduction-point-faculty-firstbox {
  background-image: url("../images/faculty-intro.png");
}

.ohpc-training-introduction-point-faculty {
  padding: 70px 20px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 35px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: background-color 0.3s ease,
}

.ohpc-training-introduction-point-faculty:hover {
  border-radius: 10px;
}

.ohpc-training-introduction-point-faculty::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #eaf4fb;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 1;
  transition: all 0.5s;
  border-radius: 10px;
  border: 1px solid #eaf4fb;
}

.ohpc-training-introduction-point-faculty:hover {
  border-radius: 10px;
}

.ohpc-training-introduction-point-faculty:hover::before {
  background: linear-gradient(to top, #6a3dbe96 0%, rgba(38, 40, 41, 0.25) 40%, rgba(38, 40, 41, 0.05) 70%, transparent 100%);

}

.ohpc-training-introduction-point-faculty .shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s;
}

.ohpc-training-introduction-point-faculty .shape img {}

.ohpc-training-introduction-point-faculty .content img {
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.ohpc-training-introduction-point-faculty .content {
  text-align: center;
}

.ohpc-training-introduction-point-faculty .content {
  text-align: center;
}

.ohpc-training-introduction-point-faculty:hover .shape {
  opacity: 0;
}

.ohpc-training-introduction-point-faculty .content p {
  line-height: 23px;
  font-size: 15px;
}

.ohpc-training-introduction-point-faculty:hover .content img {
  opacity: 0;
}

.ohpc-training-introduction-point-faculty:hover .content h3 {
  color: #fff;
}

.ohpc-training-introduction-point-faculty:hover .content p {
  color: #fff;
}

.ohpc-training-introduction-point-faculty:hover::after {
  opacity: 1;
}

.image-box-faculty {
  padding: 0px 0px 0px 15px;
  border-style: solid;
  border-width: 0px 0px 0px 4px;
  border-color: #7f51d6;
  margin-bottom: 35px;
}

.image-box-faculty-2 {
  padding: 0px 0px 0px 15px;
  border-style: solid;
  border-width: 0px 0px 0px 4px;
  border-color: #58ba58;
  margin-bottom: 35px;
}

.content-box-objective-traing {
  background: linear-gradient(271deg, #7f51d6 0%, #572ca9 88%);
  padding: 20px;
}

.content-box-objective-traing p {
  font-size: 15px;
}

.content-box-objective-traing-2 p {
  font-size: 15px;
}

.content-box-objective-traing-2 {
  background-color: #f9f9f9;
  padding: 20px;
}

.training-faculty-box {
  padding: 30px 15px;
  background-color: #f7fbf7;
  border-radius: 10px;
  min-height: 350px;
}

.training-faculty-box-bg {
  background-color: #282a73;
}

.training-faculty-box img {
  height: 70px;
  display: block;
  margin: 0 auto 20px;
  width: auto;
}

.training-faculty-box h3 {
  margin-bottom: 10px;
}

.training-faculty-box p {
  text-align: center;
  font-size: 16px;
}

.w-80 {
  width: 80px;
}

.w-120 {
  width: 120px;
}

.table-training-programs thead tr {
  align-items: center;

}

.table-training-programs thead th {
  background: #282a73;
  color: #fff;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}

.table-training-programs tr td {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}

.table-training-programs tr td:nth-child(2) {
  text-align: left;
  vertical-align: middle;
}

.table-training-programs tfoot tr td {
  background: #58ba58;
  color: #fff;
}

/* Training CSS End */
.full-contact ul {
  color: #000 !important;
}

/*This section for the Career section css Start*/


.details-s {
  float: left;
  width: 100%;
  font-family: "Special Gothic", sans-serif;
  margin: 18px 0 0 0;
}

.details-header span img {
  width: 16px;
}

.details-header span {
  font-size: 15px;
  color: #232323;
  display: block;
  width: auto;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  cursor: pointer;
  background: #ededff;
  border-radius: 6px;
  transition: border-radius 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #232323;
}

.icon {
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}


.details-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, transform 0.35s ease;
  opacity: 0;
  transform: translateY(-6px);
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0 0 10px 10px;
  background: #fbfbff;

}


.details-content>div {
  overflow: hidden;
  padding: 0 12px;
}


.details-s.active .details-header {
  border-radius: 10px 10px 0 0;
}

.details-s.active .details-content {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

.details-s.active .details-content>div {
  padding: 18px;
}

.details-s.active .icon {
  transform: rotate(180deg);
}





.double-document {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.career-btn a {
  display: inline-block;
  padding: 6px 17px;
  margin-right: 5px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 15px;
}


.apply-btn {
  background-color: #58ba58;
  border: 1px solid #58ba58;
}

.apply-btn:hover {
  background-color: transparent;
  color: #232323;
  transform: translateY(-3px);
}


.admit-card-btn {
  background-color: #282a73;
  border: 1px solid #282a73;
}

.admit-card-btn:hover {
  background-color: transparent;
  color: #232323;
  transform: translateY(-2px);
}

.inner-sidebar .widgetizedArea .current-menu-item a {
  background: #58ba58 !important;
  color: white;
}

.inner-sidebar ul li.current-menu-item a:before {
  color: #ffffff;
}

.inner-sidebar ul li.dropdown:before {
  top: 21px;
}

.inner-sidebar .widgetizedArea .current-menu-item .sub-menu li a {
  color: #232323;
  background: #ffffff !important;
}

/*This section for the Career section css End*/

.table-responsive thead tr th {
  background-color: #282a73;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  padding: 8px;
  text-align: center;
}


/* ----------------event section css start here -------------- */



.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url('"../images/select.png"');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;

  padding-right: 36px;
  cursor: pointer;
}

.custom-select::-ms-expand {
  display: none;
}


.news-publication .a-imaeg {
  width: 71px;
  position: absolute;
  right: 51px;
  top: 50%;
  transform: translateY(-50%);
}

.year-dropdown-wrapper {
  position: relative;
}

.year-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 35px;
}

.year-dropdown-wrapper::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #58ba58;
  transition: transform 0.3s ease;
}

.year-dropdown-wrapper:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
}


.statement-box .news-boxes .pdf-img {
  border-radius: 10px;
  overflow: hidden;
}

.statement-box {
  width: 100%;
  float: left;
  background: #ffffff;
  margin-top: 0;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 23px;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
  border-radius: 10px;
}

.news-publication {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.statement-box .pdf-info-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.page-content a {
  word-wrap: break-word;
}

.read-more-clr {
  color: #004388;
  font-size: 15px;
  font-weight: 600;
}

.qr-share {
  display: flex;
  position: relative;
  align-items: center;
}

.qr-code-icon {
  position: relative;
  margin-right: 25px;
}

.pdf-share {
  position: relative;
}

.pdf-share img {
  width: 23px;
  cursor: pointer;
  border: 0;
}

.inner-page-content-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

/* -----------------event setion css end here---------------- */

/*This section for the BOD section css End*/

.committee-section .full-contact {
  margin: 20px 0 0 0;
  min-height: 76px;
}

.image-section {
  position: relative;
}

.committee-section .bod-info {
  width: 100%;
}

.image-section {
  overflow: hidden;
  border-radius: 10px;
}

.member-box .image-section img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.member-box .body-overlay:hover img {
  transform: scale(1.15);
}




.member-box:hover .bod-details-b .b-message-box {
  border-radius: 50px;
}

.member-box:hover .bod-details-b .b-message-box img {
  filter: invert(50%) sepia(70%) saturate(500%) hue-rotate(90deg) brightness(95%) contrast(90%);
}

.member-box:active .bod-details-b .b-message-box img {
  filter: invert(50%) sepia(70%) saturate(500%) hue-rotate(90deg) brightness(95%) contrast(90%);
  transition: filter 0.3s;
}

.md-message-m h5 {
  color: #282a73;
}

.bod-info {
  width: 80%;
}

.b-message-box {
  height: 35px;
  width: 35px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border 0.4s ease, border-radius 0.4s ease;
  position: absolute;
  bottom: 22px;
  right: 16px;
  background: #3c7fe3;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.b-message-box img {
  width: 16px;
  height: auto;

}

.bod-section {
  margin-bottom: 45px;
}

.ohpc-bod .bod-section:last-child {
  margin-bottom: 0;
}

.bod-section h2 {
  margin-bottom: 15px;
  font-size: 30px !important;
  border-radius: 6px;
  font-weight: 600 !important;
  color: #282a73;

}

.member-box {
  padding: 0px;
  border-radius: 10px;
  border-radius: 10px;
  margin-top: 25px;
}

.bod-section .member-row .col-6:nth-child(1) .member-box,
.bod-section .member-row .col-6:nth-child(2) .member-box,
.bod-section .member-row .col-6:nth-child(3) .member-box,
.bod-section .member-row .col-6:nth-child(4) .member-box {
  margin-top: 0;
}

.member-box .image-section {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
}

.image-section img {
  transition: transform 0.4s ease;
}

.bod-details-b {
  display: flex;
  justify-content: space-between;
}

.full-content {
  display: none;
}

.full-contact {
  margin: 20px 0 10px 0;

}

.full-contact p {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 0;
  line-height: 19px;
  color: #232323;
  font-weight: 400;
  font-family: "Special Gothic", sans-serif;
}

.full-contact h3 {
  font-size: 17px;
  line-height: 20px;
  margin-top: 0;
  color: #318148;
  transition: 0.1s all;
  cursor: pointer;
  font-weight: 500;
  font-family: "Special Gothic", sans-serif;
  transition: color 0.4s ease;
}

.member-box:hover .image-section img {
  transform: scale(1.03);
}

.member-box:hover .full-contact h3 {
  color: #282a73;
}

.bod-main .full-contact {
  margin: 20px 0 0 0;
}

.bod-main .custom-bod-sect .full-contact p {
  min-height: 80px;
}

.bod-main .member-row .col-xs-12:nth-child(1) .member-box,
.bod-main .member-row .col-xs-12:nth-child(2) .member-box,
.bod-main .member-row .col-xs-12:nth-child(3) .member-box,
.bod-main .member-row .col-xs-12:nth-child(4) .member-box {
  margin-top: 0;
}

/*This section for the BOD section css End*/

/*This section for the CSR section css End*/

.page-section-heading {
  margin-bottom: 30px;
  font-size: 30px !important;
  border-radius: 6px;
  font-weight: 600 !important;
  color: #282a73;
}


/*This section for the CSR section css End*/

/* CSR section start */

.content-section-style h3 {
  margin-bottom: 10px;
  font-size: 30px !important;
  border-radius: 6px;
  font-weight: 600 !important;
  color: #282a73;
}

.program-cover-section {
  height: 100vh;
  background: whitesmoke;
}

.program-item {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  min-height: 358px;
  overflow: hidden;
}

.p-content {
  padding: 20px;
}

.p-content p {
  font-size: 17px;
  color: #22211f;
  font-weight: 400;
  line-height: 25px;
}

.p-content h3 {
  color: #282a73;
  font-size: 22px;
}

/* CSR section start */

/* Css for image gallery section */
.image-details-box {
  border: 1px solid #e1e1e1;
  padding: 0;
  margin-top: 10px;
  background: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 249px;
}

.image-details-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.gallery-img-wrapper {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.gallery-heading {
  float: left;
  padding: 20px;
  background: white;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border: 1px solid #cfcfcf;
  cursor: pointer;
}

.gallery-box {
  border-radius: 10px 10px;
  position: relative;
  width: 100%;
  float: left;
  margin-top: 30px;
}

.col-xl-6:nth-child(1) .gallery-box,
.col-xl-6:nth-child(2) .gallery-box {
  margin-top: 0;
}

.gallery-box:hover .gallery-heading h4 {
  color: #58ba58 !important;
}

.overlay-count {
  z-index: 9;
  position: absolute;
  right: 20px;
  width: 49px;
  float: left;
  background: #58ba58;
  padding: 10px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 30px 30px;
}

.ph-count {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #313131;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  font-family: "Special Gothic", sans-serif;
}

.gallery-img-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(61 61 148 / 68%);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -moz-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -ms-transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  transition: opacity 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  z-index: 1;
}

.view-gallery {
  position: absolute;
  top: 50%;
  right: -100%;
  width: 45px;
  text-align: center;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -moz-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -o-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  -ms-transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  transition: right 0.8s cubic-bezier(0.30, 1, 0.35, 1) 0s;
  z-index: 5;
}

.gallery-box:hover .view-gallery::before {
  -webkit-animation: kk_zoomer 1.5s infinite linear 0.1s;
  -moz-animation: kk_zoomer 1.5s infinite linear 0.1s;
  animation: kk_zoomer 1.5s infinite linear 0.1s;
}

.gallery-box:hover .view-gallery {
  right: 50%;
}

.gallery-box:hover .gallery-img-wrapper::before {
  opacity: 1;
}

/* Trainings css start */

.galleryid-1361.gallery {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#gallery-1 {
  display: flex;
  gap: 15px;
}

#gallery-1.galleryid-1361 .gallery-item img {
  border-radius: 10px;
}

.galleryid-1369.gallery {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#gallery-1.galleryid-1369 .gallery-item img {
  border-radius: 10px;
}

.galleryid-1380.gallery {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#gallery-1.galleryid-1380 .gallery-item img {
  border-radius: 10px;
}

.galleryid-1429.gallery {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#gallery-1.galleryid-1429 .gallery-item img {
  border-radius: 10px;
}

.galleryid-1434.gallery {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 30px !important;
}

#gallery-1.galleryid-1434 .gallery-item img {
  border-radius: 10px;
}

.inner-page-content-wrapper h2.heading_2 {
  font-size: 36px;
  line-height: 56px;
  font-weight: 800;
  letter-spacing: 0.8px;
  font-family: "Special Gothic", sans-serif;
}

.list-disc {
  list-style-type: disc;
}

.inner-page-content-wrapper ul li {
  padding: 0;
  margin-bottom: 4px;
  font-family: "Special Gothic", sans-serif;
  list-style: none;
  position: relative;
  padding-left: 18px;
}

.inner-page-content-wrapper ul li:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  top: 6px;
  left: 0;
  background-image: url(../images/footer-arrow-3.svg);
  background-size: cover;
}

.training-intro-img {
  padding: 0px
}

.training-intro-img img {
  border-radius: 10px;
}

.galleryid-1332.gallery,
.galleryid-1744.gallery,
.galleryid-1747.gallery,
.galleryid-1751.gallery,
.galleryid-1753.gallery {
  padding: 0px
}

.galleryid-1332.gallery img,
.galleryid-1744.gallery img,
.galleryid-1747.gallery img,
.galleryid-1751.gallery img,
.galleryid-1753.gallery img {
  border-radius: 10px;
}

.gallery-icon img {
  border-radius: 10px;
}

/* Trainings css end */
@keyframes kk_zoomer {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }

  20% {
    opacity: 0.8;
  }

  40% {
    opacity: 0;
    transform: scale(1.8);
  }

  100% {
    opacity: 0;
  }
}


/* Css for image gallery section */

.org-chart-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

.org-chart-box {
  padding: 20px;
  width: 100%;
  margin-top: 50px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  text-align: center;
}

.org-chart-wrapper .org-chart-box:first-child {
  margin-top: 0;
}

.sm-org-box img {
  width: 75%;
}


/* contact us page css start */
.contact-us-container .contact-us-text-box {
  padding: 36px 30px 30px 50px;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}

.contact-us-container .contact-us-text-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 4px solid #77b80f;
  opacity: 0;
  visibility: hidden;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform-origin: 50% 50%;
  transition: opacity 50s, transform .50s;
}


.contact-us-container .contact-us-text-box:hover:before {
  opacity: 1;
  height: 4px;
  visibility: visible;
  transform: rotate3d(0, 0, 1, 0) scale3d(1, 1, 1);
}

.contact-us-container .contact-us-text-box .has_char_anim {
  font-size: 17px;
  color: #232323;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}

.office-information-box .address-box {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  gap: 3px;
}

.office-information-box .address-icons img {
  width: 33px;
}

.traing-center h3 {
  margin-bottom: 8px !important;
}

.contact-us h3 {
  font-size: 28px !important;
  margin-bottom: 20px;
  color: #22211f !important;
}

.office-information-box .address-text,
.office-information-box .contact-no-box,
.office-information-box .email-box {
  padding-left: 15px;
  flex: 1;
}

.office-information-box .heading-font {
  font-size: 19px !important;
  color: #0f0f0f;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.office-information-box .office-information-box p {
  color: #000;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}

.table-contact-us table thead th {
  background-color: #58ba58;
  color: #fff;
  padding: 12px 10px;
  font-weight: 600;
}

.table-contact-us table tbody td {
  padding: 12px 10px;
}

.table-contact-us>.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-bg-type: rgb(255 255 255 / 5%);
}

.table-contact-us>.table-striped>tbody>tr:nth-of-type(even)>* {
  --bs-table-bg-type: rgb(141 143 194 / 13%);
}

.table-contact-us table {
  border-radius: 10px;
  overflow: hidden;
}



.address-box .address-icons img {
  width: auto;
  height: 35px;
  display: block;
  margin: 0 auto;
}

.contact-us-text-box:hover .address-box .address-icons img {
  animation: contactbounceIn 1500ms ease 0s;
}

@keyframes contactbounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  100% {
    opacity: 1;
    transform: scale(1.05);
  }
}

.contact-us-box {
  border: 1px solid #e0e0e0dd;
  padding: 20px;
  border-radius: 10px;

}

.box-contact-us {
  display: flex;
  gap: 10px;

}

.box-contact-us .address-icons img {
  width: 24px;
}

.box-contact-us .address-text .heading-font {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.impact-mothwise {
  margin-bottom: 0px;
  float: right;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 14px;
}

.quick-links-wrapper ul.quick-links {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 15px;
}


/* contact us page css end */


/* Achievements css start */
.list-icon-ohpc ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-left: 0;
  width: 100%;
}

.list-icon-ohpc ul li {
  padding: 0;
  margin-bottom: 15px;
  font-family: "Special Gothic", sans-serif;
  list-style: none;
  display: flex;
  float: none;
  gap: 10px;
}

.list-icon-ohpc ul li:before {
  content: '';
  position: relative;
  float: left;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  bottom: -6px;
  left: 0;
  background-image: url(../images/footer-arrow-3.svg);
  background-size: cover;

}

/* Achievements css end */

#table2,
.table-report-style {
  border-collapse: collapse;
  margin-top: 10px;
  width: 100%;
  background-color: #ffffff;
}

#table2 tr.green,
.table-report-style tr.green {
  color: #ffffff;
  font-weight: bold;
  background: #3c883c;
}

#table2 tr.green td,
.table-report-style tr.green td {
  color: #fff;
}

#table2 th,
.table-report-style th {
  background: linear-gradient(to right, #5e37c4 0%, #5b40b8 50%, #6440d5 100%);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}

#table2 td,
.table-report-style td {
  border: 1px solid #d7d7d7;
  font-size: 15px;
  line-height: 19px;
  padding: 8px;
  text-align: left;
  color: #232323;
}

#table2 th,
.table-report-style th {
  border: 1px solid #d7d7d7;
  font-size: 16px;
  line-height: 19px;
  padding: 8px;
  text-align: center;
  color: #ffffff;
  height: 50px;
}

.comissioning-table thead tr th:nth-child(1) {
  width: 65px;
}

.comissioning-table thead tr th:nth-child(2) {
  width: 400px;
}

.comissioning-table thead tr th:nth-child(5) {
  width: 400px;
}

.event-table th {
  text-align: left !important;
}

.event-table thead tr th:first-child {
  width: 200px;
}

.corporate-overview .event-table thead tr th:first-child {
  width: 500px !important;
}

.corporate-overview #table2 th {
  padding: 12px !important;
}

.corporate-overview #table2 td {
  padding: 12px !important;
}

.hydro-table th {
  text-align: left !important;
}

.hydro-table thead tr th:first-child {
  width: 400px;
}

.hydro-table thead tr th:last-child {
  width: 400px;
}

.event-width thead tr th:first-child {
  width: 500px;
}

div.table {
  overflow: auto;
}

.stuck_container {
  background: #ffffff;
  background-color: #ffffff;
}

.brand_name .for-fix-header {
  display: block !important;
}

.brand_name .ohpc-wh-logo {
  display: none !important;
}

.sf-menu>li>a {
  color: #000000;
}

.search-icon {
  filter: brightness(0);
}

.menu-toggle>div {
  background-color: #000000;
}

.search-border {
  border-left: 1px solid #8e898942;
}

.toggle-menu {
  float: right;
  border-left: 1px solid #8e898942;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
  color: #000000;
}

.inner-page-content-wrapper ul.share-social-icons-wrapper li {
  margin-bottom: 0px;
  padding-left: 0;
}

.inner-page-content-wrapper ul.share-social-icons-wrapper li:before {
  width: 0px;
}

.f-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.topbar-font .f-btn button {
  font-size: 11px;
}

.f-btn button {
  display: flex;
  float: left;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
}

.header-container.scrolled .f-btn button {
  border: 1px solid #000;
}

.header-container.scrolled .f-btn a:nth-child(2),
.header-container.scrolled .f-btn a:nth-child(3) {}

.top-menu li:last-child {
  margin-right: 0;
}

.topbar-socialmedia {
  display: flex;
  gap: 5px;
}

.topbar-socialmedia a {
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 4px 3px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.topbar-socialmedia a i {
  display: block;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 400;
}

.header-container.scrolled .topbar-socialmedia a {
  border: 1px solid #000;
}

/* ---------------My Popup ------------------ */
.demo-button-wrapper {
  width: auto;
  white-space: nowrap;
  position: absolute;
  right: 44px;
  bottom: 155px;
  cursor: pointer;
  z-index: 10;
  margin-right: -1px;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  transition: all 1s ease;
  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: #66cc33;
  position: relative;
  z-index: 1;
  width: 43px;
  height: 43px;
  transition: all 1s;
  border-radius: 50% !important;
}

.demo-button-wrapper:hover .buy-theme {
  background-color: #7f51d6;
}


.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;
}

.buy-theme img {
  top: 5px;
  position: relative;
  left: -9px;
  width: 24px;
  transform: scaleX(-1);
  filter: invert(1);
}

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

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

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

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

/* ---------------My Popup End ------------------ */

.menu-setting-icon {
  width: 20px;
}

.top-menu-setting {
  display: none;
  cursor: pointer;
}

.header-container.scrolled .menu-setting-icon {
  filter: invert(1);
}

.odisha-map-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.odisha-map-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}

.map-locators-ohpc .dot {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
}

.pin-content {
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.dot:hover .pin-content {
  display: block;
}

.pulse {
  width: 14px;
  height: 14px;
  background: #8cc63f;
  border-radius: 50%;
  display: block;
  position: relative;
}

.dot.burla {
  top: 22%;
  left: 47%;
}

.dot.chiplima {
  top: 31%;
  left: 49%;
}

.dot.anugul {
  top: 38%;
  left: 59%;
}

.dot.corporate-office {
  top: 51%;
  left: 68%;
}

.dot.balimela {
  top: 88%;
  left: 13%;
}

.dot.bariniput {
  top: 79%;
  left: 25%;
}

.dot.mukhiguda {
  top: 55%;
  left: 30%;
}

.dot.khatiguda {
  top: 62%;
  left: 17%;
}

.map-locators-ohpc .dot:hover {
  z-index: 9999;
}

#gallery-1 {
  display: block !important;
}

.gallery {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gallery-item {
  margin-top: 0px !important;
}

.new-upcoming-project button {
  font-weight: 600;
  color: #000;
  background: #eeefff;
  border-radius: 10px;
  font-size: 18px;
  line-height: 24px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  padding: 1rem 1.25rem;
  position: relative;
}

.new-upcoming-project button:focus {
  border-color: transparent;
  box-shadow: none;
  z-index: 3;
  width: 100%;
}

.new-upcoming-project button:not(.collapsed) {
  margin-bottom: 10px;
  font-weight: 600;
  border-radius: 0px;
  font-size: 18px;
  line-height: 24px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  padding: 1rem 1.25rem;
  padding: 1rem 1.25rem;
  color: #ffffff;
  box-shadow: inset 0 -1px 0 rgb(170 170 170 / 23%);
  background: linear-gradient(to right, #5e37c4 0%, #5b40b8 50%, #6440d5 100%);
}

.new-upcoming-accordian-box {
  border: 1px solid rgb(223 223 223);
  border-radius: 10px !important;
  margin-bottom: 10px;
}

.new-upcoming-accordian-box .accordion-body {
  padding: 0px 1rem;
}

.new-upcoming-accordian-box .accordion-body table {
  margin-bottom: 1rem !important;
}

.ad-box-ohpc {
  width: 100%;
  background: #fff;
  padding: 25px 20px 11px 20px;
  position: relative;
  float: left;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.ad-box-ohpc .box-contact-us {
  border-bottom: 1px solid #dddddd9e;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.ad-box-ohpc .box-contact-us:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ad-box-ohpc .box-contact-us .address-text .heading-font {
  margin-bottom: 6px;
}

.ad-box-ohpc .box-contact-us .address-icons img {
  width: 30px;
}

.ad-box-ohpc .box-contact-us:hover .address-icons img {
  transform: rotate(-10deg) scale(1.05);
  transition: transform 0.3s ease;
}

.sticky-header-table {
  /* display: block; */
  max-height: 650px;
  overflow: auto !important;
  border-collapse: collapse;
}

.sticky-header-table thead th {
  position: sticky;
  background: #2f2f7a;
  color: #fff;
  min-height: 50px;
  z-index: 5;
}

.sticky-header-table thead tr:nth-child(1) th {
  top: 0;
}

.sticky-header-table thead tr:nth-child(2) th {
  top: 50px !important;
}

.sticky-header-table thead tr:nth-child(3) th {
  top: 100px;
}

.sticky-header-table thead tr:nth-child(4) th {
  top: 150px;
}

.sticky-header-table thead tr:nth-child(5) th {
  top: 205px;
}

.sticky-header-table thead th {
  height: 50px;
}

/* table sticky css end */


/* key person css start */

.contact-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  position: relative;
  overflow: hidden;
  border: 1px solid #b9b3b357;
  transition: 0.3s;
  height: 100%;
}


.contact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #58ba58, #58ba58);
}

.contact-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 45px solid #e5edff;
  border-left: 45px solid transparent;
  transform-origin: top right;
  transform: scale(1);
  transition: transform 0.4s ease, border-top-color 0.4s ease;
}

.contact-card:hover::after {
  transform: scale(0.50);
  border-top-color: #58ba58;
}

.contact-card h5 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
}

.contact-card .designation {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 40px;
}

.contact-card .contact-info {
  font-size: 15px;
  display: flex;
  gap: 8px;
  margin-top: 10px;
  align-items: center;
}

.contact-card .contact-info img {
  width: 30px;
}

.contact-card .contact-info p {
  font-weight: 500;
}

.email-wrap {
  word-break: break-all;
}

/* key person css end */


/* generated office css start */
.single-item-generating-units {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
  min-height: 460px;
}

.single-item-generating-units .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0px;
}

.single-item-generating-units .image-box img {
  width: 100%;
}

.single-item-generating-units .lower-content {
  position: relative;
  display: block;
  padding: 20px 25px;
  border: 1px solid #e6e2e3;
  border-radius: 0px 0px 15px 15px;
}

.single-item-generating-units .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e2e3;
  margin-bottom: 24px;
}

.single-item-generating-units .lower-content h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: -1px;
  background: #58ba58;
  transition: width 0.4s ease;
}


.single-item-generating-units .lower-content .info {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 0px;
}

.single-item-generating-units .lower-content .info li {
  position: relative;
  display: block;
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 26px;
  color: #757072;
  padding-left: 50px;
}

.single-item-generating-units .lower-content .info li span {
  position: absolute;
  left: 0px;
  top: -1px;
  display: inline-block;
  color: #1e2c36;
  font-size: 16px;
  font-weight: 500;
}

.single-item-generating-units .lower-content .google-map a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  color: #1e2c36;
}

.single-item-generating-units .lower-content .google-map a i.light-icon {
  opacity: 0.5;
  color: #58ba58;
}

.single-item-generating-units .lower-content .google-map a i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #58ba58;
}

.single-item-generating-units .lower-content .google-map a span {
  position: relative;
  padding-left: 8px;
}

/* generated office css end */

#table2,
.table-report-style {
  margin: 0px;
}

/* power plant economics css start */

.Power-Plant-Economics-table {
  overflow: auto;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
}

/* Table */
.Power-Plant-Economics-table table {
  border-collapse: separate;
  border-spacing: 0;
}

/* Header sticky */
.Power-Plant-Economics-table thead th {
  position: sticky;
  top: 0;
  background: #f7f7f7;
  z-index: 3;
}

.Power-Plant-Economics-table thead th div {
  min-height: 38px;
  display: grid;
  align-items: center;
  text-align: center;
}

.Power-Plant-Economics-table thead td {
  z-index: 1;
}

/* First column */
.Power-Plant-Economics-table th:nth-child(1),
.Power-Plant-Economics-table td:nth-child(1) {
  position: sticky;
  left: 0;
  min-width: 50px;
  background: #fff;
  z-index: 5;
  border: 1px solid #ddd !important;
}

/* Second column */
.Power-Plant-Economics-table th:nth-child(2),
.Power-Plant-Economics-table td:nth-child(2) {
  position: sticky;
  left: 50px;
  min-width: 170px;
  background: #fff;
  z-index: 5;
  border: 1px solid #ddd !important;
}

.Power-Plant-Economics-table th:nth-child(1),
.Power-Plant-Economics-table th:nth-child(2) {
  z-index: 6;
}

.Power-Plant-Economics-table th,
.Power-Plant-Economics-table td {
  border: 1px solid #ddd;
}

.Power-Plant-Economics-table th:nth-child(2)::after,
.Power-Plant-Economics-table td:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #ddd;
}

.Power-Plant-Economics-table th:nth-child(1)::after,
.Power-Plant-Economics-table td:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #ddd;
}

.Power-Plant-Economics-table th:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: #282a73;
}

.Power-Plant-Economics-table td:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #ffffff;
}

/* Power-Plant-Economics css end */

/* BOD Modal Start */
.leadership-modal .modal-header .top-right {
  text-align: left;
}

.leadership-modal .modal-header .top-right .modal-title {
  font-size: 27px;
  color: #58ba58;
}

.leadership-modal .modal-header .top-right .modal-desc {
  font-size: 15px;
  line-height: 19px;
  color: #676666;
  font-weight: 500;
  margin-bottom: 11px;
}


.leadership-modal .modal-header {
  align-items: flex-start;
}

.leadership-modal .modal-content {
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 35px;
  overflow: hidden;
}

.leadership-modal .modal-content .team-profile .b-message-box {
  display: none;
}

.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);
  overflow: hidden;
}

.leadership-modal .team-profile img {
  width: 135px;
}

#teamBackdrop .modal-header {
  align-items: flex-start;
}

.press-box h6 {
  min-height: auto;
}

.pressclipping {
  margin-top: 20px;
}

.custom-desc p {
  height: 350px;
  overflow: auto;
  padding-right: 10px;
}

.organisation-chart-cont {
  padding: 10px;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 10px;
}

.organisation-chart-cont img {
  float: none;
  height: auto !important;
  margin-bottom: 0;
  margin-top: 0;
  cursor: pointer;
}

.expand-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}

.organisation-chart-cont img {
  float: none;
  height: auto !important;
  margin-bottom: 0;
  margin-top: 0;
  cursor: pointer;
}

.expand-icon img {
  width: 20px;
  height: 20px;
  display: block;
  transition: fill 0.2s ease;
}

.modal-contact-no {
  position: relative;
  display: block;
  padding-left: 36px;
  font-size: 15px;
  font-weight: 500;
  color: #676666;
}

.modal-contact-no::before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  width: 30px;
  height: 30px;
  background: url(../images/calling.svg) no-repeat;
}

.modal-contact-email {
  position: relative;
  display: block;
  padding-left: 32px;
  margin-top: 10px;
  font-size: 14px;
}

.modal-contact-email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background: url(../images/email.svg) no-repeat;
}

.leader-contact-no,
.leader-contact-email {
  display: none;
}

.leadership-modal .modal-body {
  max-height: 250px;
  overflow: auto;
}

.leadership-modal .modal-body p:last-child {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(0) invert(1);
}

/* BOD Modal End */

/* Project section css start */
.welcome-project-page #gallery-1 .gallery-item {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}


.welcome-project-page #gallery-1 br {
  display: none;
}

.welcome-project-page #gallery-1 {
  margin: auto !important;
  row-gap: 15px !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  column-gap: 12px !important;
  padding-top: 0px !important;
}


.welcome-project-page #gallery-3 .gallery-item {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}


.welcome-project-page #gallery-3 br {
  display: none;
}

.welcome-project-page #gallery-3 {
  margin: auto;
  row-gap: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12px;
  padding-top: 0px !important;
}

.welcome-project-page #gallery-2 .gallery-item {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}


.welcome-project-page #gallery-2 br {
  display: none;
}

.welcome-project-page #gallery-2 {
  margin: auto;
  row-gap: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12px;
  padding-top: 0 !important;
}


.welcome-project-page .gallery-item img {
  border-radius: 10px;
  border: none !important;
}

.project-custom-list {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.project-custom-list li {
  display: flex;
  align-items: center;
  background: #deccff;
  height: 188px;
  position: relative;
  padding: 40px;
}

.list-row .img-box {
  width: 45px;
}

.list-row .img-box img {
  width: 100%;
}


.project-content .sub-heading {
  padding: 0;
  margin: 0;
  font-size: 24px;
  margin-top: 3px;
  color: white;
}

.project-content p {
  color: white;
}


.list-row .img-box {
  position: absolute;
  right: 30px;
  top: 30px
}

.project-custom-list .list-row:nth-child(odd) {
  background-color: #301e6b;
}

.project-custom-list .list-row:nth-child(even) {
  background-color: #553da3;
}

.list-row .img-box img {
  filter: brightness(0) invert(1);
}

/* Project section css end */

.policies-notifications-wrapper .doc-title {
  min-height: 48px;
}

.statutory-docs .doc-title {
  min-height: 48px;
}

.inner-page-content-wrapper .gallery {
  row-gap: 15px !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  column-gap: 12px !important;
}

#gallery-2 .gallery-item {
  width: 100% !important;
}

#gallery-2 img {
  border: 0 !important;
}

.inner-page-content-wrapper .gallery br {
  display: none;
}

.gal-heading {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* project ata aglance css start */

.at-project-info-box {
  position: relative;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
  width: 100%;
}

.at-project-content {
  width: 90%;
  position: absolute;
  bottom: -55px;
  background: #eeefff;
  padding: 33px;
  z-index: 1;
  transition: transform 0.4s ease-in-out, padding-bottom 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, padding-bottom 0.4s ease-in-out, background-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
}

.at-project-content .project-title {
  font-size: 22px;
  margin-bottom: 12PX;
}

.p-gen {
  margin-bottom: 8px;
}

.p-gen p {
  padding: 0;
  margin: 0 0 6px 0;
  font-size: 14px;
}

.p-gen h3 {
  margin: 0;
  color: #5fa732;
  font-size: 25px;
  font-weight: 600;

}

.read-more {
  width: 25px;
  color: #ffffff;
}

.p-icon {
  right: 28px;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 28px;
  z-index: 3;
}

.all-project-section {
  margin-bottom: 8px;
}

.p-capacity h4 {
  min-height: 43px;
  margin-bottom: 0;
}

.at-project-info-box .at-project-info-image img {
  transition: transform 0.4s ease;

}

.at-project-info-box:hover .at-project-content {
  padding-bottom: 151px;
  background: #58ba58;

}

.at-project-content {
  transition: transform 0.4s ease;
}

.at-project-info-box:hover .at-project-info-image img {
  transform: scale(1.1);

}

.at-project-info-box:hover .at-project-content .project-title {
  color: #ffffff;
}

.at-project-info-box:hover .at-project-content .project-title,
.at-project-info-box:hover .at-project-content .p-gen p,
.at-project-info-box:hover .at-project-content .p-gen h3,
.at-project-info-box:hover .at-project-content .p-capacity p,
.at-project-info-box:hover .at-project-contentt .p-capacity h3 {
  color: #ffffff;
}


.at-project-info-box .at-project-content .line {
  width: 100%;
  height: 1px;
  background-color: rgb(255 255 255 / 16%);
  margin: 26px 0 16px 0;
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  width: 100%;
}

.p-capacity p {
  margin-bottom: 4px;
  font-size: 14px;
}

.p-capacity h4 {
  color: white;
}

.read-more svg {
  margin-left: 6px;
}

.more-details {
  height: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.at-project-info-box:hover .at-project-content .more-details {
  height: 100%;
  opacity: 1;
}

.at-project-info-box:hover .at-project-content .p-icon img {
  filter: brightness(0) invert(1);
}

.arrow-icon {
  fill: white;
}

.read-more:hover {
  font-weight: 600;
}

.at-project-content p {
  color: #22211f;
}

.at-project-info-image {
  border-radius: 10px;
  overflow: hidden;
}

/* project ata aglance css end */

.table-radius {
  border-radius: 10px;
  overflow: hidden;
}

.row-remove-color {
  background-color: white !important;
}


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

.table-water-turbine tr td:first-child {
  background-color: #f3f5f9;
}

.table-water-turbine td:first-child[colspan] {
  background-color: #e1e7f3;
}

.year-width tr td:first-child {
  min-width: 50px;
}

.year-width tr td:nth-child(2) {
  min-width: 80px;
}

.power-plant-economics {
  width: 100%;
  border-collapse: collapse;
}

.power-plant-economics tr td:first-child {
  background-color: #f3f5f9;
}

.power-plant-economics tr td:nth-child(2) {
  background-color: #f3f5f9;
}

.power-plant-economics td:nth-child(2)[colspan] {
  background-color: #e1e7f3;
}

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

.salient-features-table tr td:first-child {
  background-color: #f3f5f9;
}

.salient-features-table tr td:nth-child(2)[rowspan] {
  background-color: #f3f5f9;
}

.salient-features-table tr:nth-child(2) td:nth-child(2) {
  background-color: #f3f5f9;
}

.salient-features-table tr:nth-child(3) td:nth-child(2) {
  background-color: #f3f5f9;
}


.salient-features-table-chiplima-table-data {
  background-color: #f3f5f9 !important;
}

.salient-features-table-chiplima tr td[colspan="2"] {
  background-color: #e1e7f3 !important;
}

.operation-wrapper .about-subtitle {
  color: #ffffff;
}

.project-overview-page .at-project-info-box:hover .at-project-content {
  padding-bottom: 33px;
}

.custome-bg {
  background-color: #e1e7f3;
}


#reservoirTable thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #5a3dbb;
  color: #fff;
  border: 1px solid #ddd;
  padding: 6px;
  height: 50px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-align: center !important;
}

.report-header .table-wrapper,
#reportTable .table-wrapper {
  border-radius: 10px;
}

#reservoirTable td {
  border: 1px solid #ddd;
  padding: 6px;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  color: #232323;
}

#reservoirTable tr td:first-child {
  border-left: 0;
}

#reservoirTable tr td:last-child {
  border-right: 0;
}

#reservoirTable tbody tr:last-child td {
  border-bottom: 0;
}

.reportYearSelect input,
.reportYearSelect select {
  padding: 4px 10px;
  height: 37px;
  font-size: 16px;
  line-height: 17px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.reportYearSelect input:focus-visible,
.reportYearSelect select:focus-visible {
  outline: none;
}

.reportYearSelect select {
  width: 200px;
}

.daily-load-report thead tr th {
  font-size: 14px !important;
  line-height: 16px !important;
}

.daily-load-report tbody tr td {
  font-size: 13px !important;
  line-height: 17px !important;
}

.daily-load-report thead tr th:first-child {
  width: 90px;
  min-width: 90px;
}

.daily-load-report tbody tr td:first-child {
  border-left: 0 !important;
}

.daily-load-report tbody tr td:last-child {
  border-right: 0 !important;
}

.yearwise-generation-table {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
}

.yearwise-generation-table .table-scroll {
  max-height: 650px;
  overflow-y: auto;
}

.yearwise-generation-table .table-scroll .table thead th {
  position: sticky;
  top: 0;
  background: #2f2f7a;
  color: #fff;
  z-index: 10;
}

.custom-report-wrapper .container-fluid {
  padding: 0 50px;
}

.Performance-of-ohpc-table {
  height: 650px !important;
}

.Project-at-a-Glance {
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    padding-bottom 0.5s ease,
    background-color 0.5s ease,
    opacity 0.5s ease;

  will-change: transform;
  transform: translateZ(0);
}

.at-project-info-box:hover .at-project-content {
  transform: translateY(-6px) scale(1.02);
}

.training-contact-info img {
  border-radius: 10px;
}

/* css start footsprint */

.ohpc-footprint {
  row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.ohpc-footprint .projects-statistics {
  position: relative;
}

.ohpc-footprint .projects-statistics:nth-child(3n)::after {
  content: '';
  position: absolute;
  left: -200%;
  width: 300%;
  bottom: -20px;
  height: 8px;
  background-image: url(../images/line-abstract.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ohpc-footprint .projects-statistics:nth-child(6n)::after {
  content: '';
  position: absolute;
  left: -200%;
  width: 300%;
  top: 10;
  bottom: -30px;
  height: 8px;
  background-image: url(../images/line-abstract.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* css end footsprint */

/* existing employee css start here  */

/* existing employee css End here  */

h2.modal-title {
  font-size: 16px;
}

.location-color tbody tr td[rowspan] {
  background-color: #e1e7f3;
}

.audit-location-color tbody tr:nth-child(1) td:first-child,
.audit-location-color tbody tr:nth-child(2) td:first-child {
  background-color: #e1e7f3;
}

.audit-location-color tbody tr td[rowspan] {
  background-color: #e1e7f3;
}

.award-name {
  font-size: 21px;
}

.welcome-project-page h2,
.project-pages h2 {
  font-size: 21px;
  line-height: 26px;
}

.news-publication .award-name a {
  font-size: 21px;
  line-height: 34px;
}

.table-yearwise-energy thead tr:nth-child(1) th {
  position: sticky;
  top: 0;
  z-index: 5;
  text-align: center;
}

.table-yearwise-energy thead tr:nth-child(2) th {
  position: sticky;
  top: 40px;
  z-index: 5;
  text-align: center;
}

.min-w-70 {
  min-width: 70px;
}

.bs-tooltip-auto {
  z-index: 1;
}

.rengali-res thead tr th:nth-child(1) {
  min-width: 350px;
}

.header-search-wrapper.active::after {
  display: none;
}

.gallery-wrapper .gallery-heading h4 {
  margin-bottom: 0;
}

.emp-card-container .card-content h3 {
  min-height: 0;
}

.emp-card-container .card-content {
  min-height: 78px;
}

/* Responsive Start */
@media (max-width: 1600px) {
  .exp-text-odia {
    font-size: 40px !important;
  }

  h1 {
    font-size: 46px;
  }

  .whats-new {
    padding: 11px 0;
    font-size: 17px;
  }

  mark {
    font-size: 15px;
    padding: 0px 18px;
  }

  .title {
    font-size: 47px;
    line-height: 56px;
  }

  .about-subtitle {
    font-size: 30px;
    line-height: 36px;
  }

  .btn-discover {
    padding: 10px 2px 10px 25px;
  }

  .experience-year {
    font-size: 250px;
    letter-spacing: -10px;
  }

  .experience-year span {
    font-size: 300px;
  }

  .exp-text {
    font-size: 45px;
  }

  .about-inner-wrapper:before {
    height: 90px;
    width: 191px;
    bottom: 100px;
    left: 235px;
  }

  .directory-box {
    padding: 18px 18px;
  }

  .owner-img {
    border-radius: 13px;
    width: 98px;
    height: 98px;
  }

  .about-owner .name {
    font-size: 18px;
  }

  .about-owner .designation {
    font-size: 13px;
  }

  .text-ann h3 {
    font-size: 18px;
  }

  .icons-ann {
    width: 30px;
    height: auto;
  }

  .operation-box .project-icon {
    width: 78px;
    height: 78px;
    padding: 17px;
  }

  .caption-style h4 {
    font-size: 46px;
  }

  .highlight-box-section span {
    font-size: 32px;
    line-height: 40px;
  }

  .internal-new-statistics {
    padding: 46px;
  }

  .statistics-content-new h3 {
    font-size: 27px;
    margin-bottom: 46px;
  }

  .project-name {
    color: #503d8c;
    font-size: 18px;
  }

  .total-statistics .statistics-num {
    font-size: 32px;
  }

  .project-name {
    font-size: 17px;
  }

  .statistics-num {
    font-size: 27px;
  }

  .statistics-content-new {
    height: auto;
  }

  .map-card {
    height: 617px;
  }

  .map-img {
    width: 100%;
  }

  .sub-head-text {
    font-size: 38px;
    margin: 42px auto;
  }

  .highlight-link-box .link-text {
    padding-left: 22px;
    font-size: 18px;
  }

  .icon-and-link .photo-icon {
    width: 42px;
    height: 42px;
  }

  .links-box a {
    padding: 10px 15px;
  }

  .msg-content-para p:first-child {
    font-size: 33px;
    line-height: 38px;
  }

  .stat h2 {
    font-size: 44px;
  }

  .stat p {
    font-size: 18px;
  }

  .icon-badge {
    width: 54px;
    height: 58px;
  }

  .icon-badge img {
    height: 26px;
  }

  .date img {
    height: 17px;
  }

  .marqueetender-list .date span {
    font-size: 15px;
  }

  .desc {
    font-size: 16px;
  }

  .last-date span {
    font-size: 15px;
  }

  .last-date img {
    height: 19px;
  }

  .brand img {}

  .csr-abstract-shape {
    height: 115px;
  }

}

@media (max-width: 1599px) {
  .double-line-title .doc-title {
    min-height: 48px;
  }

  .well__h {
    padding: 0 25px;
  }

  header .nav {
    margin-right: 15px;
  }

  .sf-menu>li+li {
    margin-left: 25px;
  }

  .search-border {
    width: 55px;
  }

  .toggle-menu {
    padding: 30px 9px;
  }

  .sf-menu>li>a {
    font-size: 16px;
  }

  .sec-left-new .overlap-section {
    top: 20px;
  }

  .about-inner-wrapper:before {
    height: 75px;
    width: 160px;
    bottom: 60px;
    left: 219px;
  }

  .sec-left-new .overlap-section {
    top: 40px;
  }

  .about-subtitle {
    font-size: 28px;
    line-height: 33px;
  }

  p {
    font-size: 16px;
  }

  .about-feature p {
    font-size: 16px;
  }

  .about-subtitle {
    margin-bottom: 12px;
  }

  .about-feature {
    padding: 10px 0;
  }

  .about-feature h4 {
    font-size: 17px;
  }

  .about-feature p {
    font-size: 16px;
    line-height: 26px;
  }

}

@media (max-width: 1420px) {
  .sf-menu>li+li {
    margin-left: 20px;
  }
}

@media (max-width: 1399px) {
  .exp-text-odia {
    font-size: 35px !important;
  }

  .odia-lang .about-inner-wrapper:before {
    top: 63%;
  }

  .emp-card-container {
    padding: 100px 40px !important;
  }

  .hydro-table thead tr th:nth-child(1) {
    width: 150px;
  }

  .gallery-box .gallery-heading h4 {
    min-height: 44px;
  }

  .tender-view .date-heading {
    margin-bottom: 4px;
  }

  .tender-view .tender {
    margin-bottom: 15px;
  }

  .annual-report .doc-title {
    min-height: 48px;
  }

  .brand img {
    width: 350px;
  }

  .csr-animate-title {
    font-size: 200px;
  }

  .owner-img {
    width: 80px;
    height: 80px;
  }

  .sec-left-new .overlap-section {
    top: 20px;
    right: -140px;
  }

  .experience-year {
    font-size: 215px;
    letter-spacing: -12px;
    line-height: 225px;
  }

  .experience-year sup {
    font-size: 230px;
  }

  .exp-text {
    font-size: 40px;
    line-height: 40px;
  }

  .about-inner-wrapper:before {
    height: 65px;
    width: 135px;
    bottom: 175px;
    left: 190px;
  }
}

@media (max-width: 1366px) {
  .contact-us h3 {
    font-size: 28px !important;
  }

  .list-row .img-box {
    width: 40px !important;
  }

  .project-content .sub-heading {
    font-size: 21px !important;
    line-height: 24px;
  }

  .inner-page-content-wrapper h2.heading_2,
  .inner-page-content-wrapper h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .map-locators-ohpc .pin-content .pin-inner {
    width: 235px;
    padding: 5px 10px;
  }

  .map-locators-ohpc .pin-content h3 {
    font-size: 17px;
  }

  .map-locators-ohpc .pin-inner ul li span {
    font-size: 13px;
    line-height: 15px;
  }

  .brand img {
    width: 315px;
  }

  .top-nav-bar {
    padding: 10px 35px;
  }

  .well__cont2.about-container {
    padding-top: 60px;
  }

  .well__cont2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-subtitle {
    font-size: 24px;
    line-height: 31px;
  }

  .about-inner-wrapper:before {
    height: 65px;
    width: 140px;
    bottom: 120px;
    left: 185px;
  }

  .about-feature p {
    font-size: 14px;
    line-height: 23px;
  }

  .btn-discover {
    margin-top: 20px;
  }

  .experience-year {
    font-size: 234px;
    line-height: 217px;
  }

  .exp-text {
    font-size: 33px;
    margin-top: 2px;
  }

  .csr-abstract-shape {
    right: 0px;
    position: absolute;
    width: auto;
    bottom: -1px;
    height: 125px;
  }

  .csr-animate-title {
    font-size: 175px;
    line-height: 145px;
    z-index: 1;
    font-weight: 800;
    color: rgb(255 255 255 / 4%);
    background: linear-gradient(180deg, rgb(255 255 255 / 7%) 0%, rgb(255 255 255 / 2%) 45%);
    -webkit-background-clip: text;
    background-clip: text;
    letter-spacing: 16px;
  }

  .msg-content-para p:first-child {
    font-size: 24px;
    line-height: 31px;
  }

  .msg-content p {
    line-height: 24px;
    font-size: 14px;
  }

  .md-name {
    font-size: 22px;
  }

  .md-designation {
    font-size: 16px;
  }

  .stat p {
    font-size: 16px;
  }

  .stat h2 {
    font-size: 40px;
  }

  .highlight-box-section {
    padding: 30px;
  }

  .operation-box .project-icon {
    width: 70px;
    height: 70px;
    padding: 20px;
  }

  .date-date {
    font-size: 14px;
  }

  .date-heading {
    font-size: 14px;
  }

  .msg-content-main {
    width: 95%;
  }

  .owner-img {
    width: 80px;
    height: 80px;
  }

  .directory-box {
    padding: 18px 10px;
  }

  .about-owner .name {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
  }

  .hidden-bar {
    background-position: bottom -70px right 0;
  }

  .banner-caption h1 span {
    font-size: 52px;
    line-height: 57px;
  }

  .banner-top-shape {
    border-width: 0 0 100px 100px;
  }

  .banner-bottom-shape {
    border-width: 100px 100px 0 0;
  }

  h2.jumbo-title {
    font-size: 40px;
    line-height: 56px;
  }

  .dsvy-ihbox-icon-wrapper img {
    width: 56px;
  }

  .dsvy-ihbox-style-1 .dsvy-element-title {
    font-size: 28px;
    line-height: 30px;
  }

  .dsvy-ihbox-box {
    padding: 0px;
  }

  .logos img {
    width: 80%;
  }

  .camera_caption_title b span {
    font-size: 26px !important;
  }

  .sf-menu>li+li {
    margin-left: 20px;
  }

  .p-caption {
    margin-bottom: 10px;
  }

  .highlight-box-section span {
    font-size: 26px;
    line-height: 40px;
  }

  .caption-style h4 {
    font-size: 38px;
  }

  .caption-style {
    margin-top: 20px;
  }

  .highlight-box-section span {
    font-size: 28px;
    line-height: 36px;
  }

  .separator-line {
    margin: 10px 0;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
  }

  .readmore-section .r-icon {
    width: 35px;
    height: 35px;
  }

  .map-img {
    width: 100%;
    top: 50%;
  }

  .csr-left {
    color: #fff;
    padding-top: 60px;
  }

  .footer-logo-wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .footer-top {
    padding: 60px 0 115px 0;
  }

  .desc {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .marqueetender li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .marquee-container-box .marqueetender {
    height: auto;
  }

  .event-slider-box {
    height: 400px;
  }

  .experience-year {
    font-size: 245px;
    line-height: 185px;
  }

  .experience-year span {
    font-size: 260px;
  }

  .exp-text {
    font-size: 35px;
    margin-top: 10px;
  }

  .title {
    font-size: 45px;
  }

  .sf-menu>li>a {
    padding: 15px 0;
    font-size: 16px;
  }

  .search-border {
    height: 70px;
    width: 50px;
  }

  .toggle-menu {
    height: 70px;
    padding: 24px 13px;
    padding-right: 0;
  }

  .ohpc-wh-logo {
    width: 186px !important;
  }

  header .nav {
    font-size: 18px !important;
    margin-right: 20px !important;
  }

  .stuck_container.well__h {
    padding: 0 20px;
  }

  .sf-menu ul {
    top: 100px;
  }

  .toTop {
    display: none !important;
  }

  .pin-group .burla {
    left: 46.6%;
    top: 28.1%;
  }

  .pin-group .chiplima {
    left: 48.6%;
    top: 35.5%;
  }

  .pin-group .anugul {
    left: 57.6%;
    top: 39.5%;
  }

  .pin-group .corporate-office {
    right: 31.6%;
    top: 49.2%;

  }

  .pin-group .khatiguda {
    left: 18.9%;
    bottom: 40%;
  }

  .pin-group .bariniput {
    left: 24.6%;
    bottom: 30%;
  }

  .pin-group .balimela {
    left: 14.6%;
    bottom: 22%;
  }


  .dot .pulse {
    height: 26px;
    width: 26px;
  }

  .well__p1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dot .point {
    position: relative;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px;
    max-width: 10px;
    padding: 0;
    border: 1px solid #4abb69;
    background: #4abb69;
    border-radius: 50%;
    display: block;
    overflow: visible;
  }

  .exp-text-odia {
    margin-top: 30px;
  }

}

@media (max-width: 1299px) {
  .sf-menu>li+li {
    margin-left: 17px;
  }

  header .nav {
    margin-right: 12px !important;
  }

  .search-border {
    width: 40px;
  }

  .menu-toggle {
    width: 28px;
  }

  .menu-toggle>div:nth-child(1) {
    width: 20px;
  }

  .menu-toggle>div:nth-child(3) {
    width: 20px;
  }

  .toggle-menu {
    padding: 24px 10px;
  }

  .brand img {
    width: 300px;
  }

  .sf-menu>li>a {
    font-size: 15px;
  }


}

@media (max-width: 1199px) {
  .odia-lang .about-inner-wrapper:before {
    top: 43%;
  }

  .bod-section .member-row .col-6:nth-child(4) .member-box {
    margin-top: 25px;
  }

  .project-overview-page .at-project-info-image {
    width: 100%;
  }

  .news-publication .a-imaeg {
    right: 25px;
  }

  .inner-page-content-wrapper .gallery {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .statutory-docs .doc-title {
    min-height: 0;
  }

  .breadcrumbs {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .banner-wrapper {
    top: 62%;
  }

  .welcome-project-page #gallery-1 {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .welcome-project-page #gallery-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .list-row .img-box {
    right: 20px !important;
    top: 20px !important;
    width: 35px !important;
  }

  .project-custom-list li {
    padding: 25px !important;
  }

  .contact-map {
    margin-top: 25px;
    height: 400px !important;
  }

  .newcliping .date-wrapper {
    font-size: 15px;
  }

  .newcliping .doc-name {
    font-size: 18px;
  }

  .ph-count {
    width: 20px;
    height: 20px;
    font-size: 11px;
    right: 4px;
  }

  .overlay-count {
    width: 45px;
    height: 57px;
  }

  .news-publication .document-name {
    font-size: 19px;
  }

  .qr-share img {
    width: 20px;
  }

  .news-list-content .news-boxes {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .gallery-heading {
    padding: 15px;
  }

  .view-gallery {
    width: 35px;
  }

  .tender-view .date-unit {
    flex-direction: column;
    row-gap: 0;
    margin-bottom: 15px;
  }

  .tender-view .date-unit .doc-date {
    padding-bottom: 5px;
  }

  .inner-page-content-wrapper h2.heading_2,
  .inner-page-content-wrapper h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .career .pdf-info-share {
    min-width: 100%;
  }

  .double-document {
    grid-template-columns: repeat(1, 1fr);
  }

  .annual-report .doc-title {
    min-height: 24px;
  }

  .new-footer-logo {
    width: 300px;
  }

  .bod-main .member-row .col-xs-12:nth-child(4) .member-box {
    margin-top: 25px;
  }

  .inner-page-banner h1 {
    font-size: 39px;
    line-height: 43px;
  }

  .print-btn {
    height: 50px;
    width: 50px;
    padding: 10px;
  }

  .inner-sidebar ul li a {
    font-size: 15px;
    line-height: 18px;
  }

  .p-caption:before {
    height: 75px;
  }

  .container .map-statistics-content .row {
    margin-left: 0 !important;
  }

  .well__foot .bottom {
    padding: 10px 0 13px;
  }

  .well__foot .bottom .row {
    align-items: center;
  }

  .footer-wrapper::before {
    bottom: 40px;
  }

  .footer-top {
    padding: 60px 0 135px 0;
  }

  .directory-box {
    padding: 5px 10px;
  }

  .owner-img {
    width: 70px;
    height: 70px;
  }

  .sec-middle {
    width: 40%;
  }

  .sec-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .about-inner-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .header-container.scrolled .top-nav-bar {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
    padding: 10px 0px 8px 0px;
  }

  .sec-left-new .overlap-section {
    top: 60px;
    right: 100%;
  }

  .about-inner-wrapper:before {
    bottom: 100%;
    top: 40%;
    left: 170px;
  }

  .header-container.scrolled .logo {
    padding-bottom: 4px;
  }

  .header-container.scrolled .brand_name {
    top: 0;
  }

  .about-inner-wrapper {
    gap: 10px;
  }

  .about-subtitle {
    font-size: 23px;
    line-height: 26px;
  }

  .experience-year {
    font-size: 235px;
    line-height: 175px;
  }

  .experience-year span {
    font-size: 220px;
  }

  .exp-text {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 35px;
  }

  header .nav {
    display: none;
  }

  .search-border {
    display: none;
  }

  header {
    padding: 0 20px;
  }

  .highlight-link-box .link-text {
    padding-left: 16px;
    font-size: 15px;
  }

  .icon-and-link .photo-icon {
    width: 35px;
    height: 35px;
  }

  .map-card {
    height: 670px;
  }

  .map-img {
    width: 80%;
  }

  .statistics-content-new {
    height: auto;
    border-radius: 0;
    padding: 20px;
  }

  .exp-text-odia {
    margin-top: 30px;
    line-height: 50px;
  }

  .odia-lang .about-subtitle {
    line-height: 34px;
  }

}

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-page-content-wrapper .row {
    margin-left: -12px;
  }
}

@media (max-width: 991px) {
  .footer-wrapper::before {
    bottom: 60px;
  }

  .popup {
    width: 590px;
  }

  .popUp-swiper-img {
    height: auto;
  }

  .banner-pop-up .swiper-slide img {
    height: auto;
  }

  .popUp-swiper h6 {
    margin: 0;
  }

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

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

  .well__cont2.tbls {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  .marquee-container-box .marqueetender {
    height: auto;
  }

  .bod-section .member-row .col-6:nth-child(3) .member-box {
    margin-top: 25px;
  }

  .custom-report-wrapper .container-fluid {
    padding: 0 20px;
  }

  .news-publication .a-imaeg {
    right: 35px;
    top: 60%;
  }

  .inner-page-content-wrapper .gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .custom-height-table .table {
    height: 600px;
  }

  .contact-us h3 {
    font-size: 25px !important;
  }

  .policies-notifications-wrapper .doc-title {
    min-height: 0;
  }

  .gallery-box .gallery-heading h4 {
    font-size: 17px;
  }

  .training-table {
    height: 500px;
  }

  #gallery-2 .gallery-item {
    width: 100% !important;
  }

  #gallery-2 .gallery-item:first-child {
    margin-top: 0 !important;
  }

  .breadcrumbs {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .banner-wrapper {
    top: 65%;
  }

  .higlights-links {
    width: 100%;
  }

  .bod-main .member-row .col-xs-12:nth-child(3) .member-box {
    margin-top: 25px;
  }

  .tbls {
    margin-top: 30px;
  }

  .leadership-modal .top-left-profile {
    flex-direction: column;
    align-items: start;
  }

  .leadership-modal .team-profile {
    margin-right: 0;
    margin-bottom: 13px;
  }

  .inner-page-banner h1 {
    font-size: 37px;
    line-height: 39px;
  }

  .inner-page-banner {
    min-height: 365px;
  }

  .print-btn {
    display: none;
  }

  .inner-page-banner .default-desktop,
  .inner-page-banner .desktop-banner-dynamic {
    min-height: 365px;
  }

  .scroller-x__list {
    animation: scrollX 10s linear infinite;
  }

  .scroller-x {
    mask: linear-gradient(90deg, transparent, white 5%, white 95%, transparent);
  }

  .operation-box .op-image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .caption-style h4 {
    font-size: 32px;
  }

  .highlight-box-section span {
    font-size: 24px;
    margin-top: 0px;
  }

  .p-caption:before {
    height: 50px;
    left: -12px;
  }

  .power-draw-icon {
    width: 150px;
    height: 110px;
    top: 25px;
  }

  .highlight-link-box .links-box {
    border-bottom: 0;
    border: 1px solid #8177b1;
    border-radius: 5px;
    padding-bottom: 0 !important;
    padding: 0 8px;
  }

  .highlight-link-box .links-box:hover {
    border-bottom: 0;
    border: 1px solid #5ecc5b;
  }

  .highlight-link-box .links-box::after {
    display: none;
  }

  .icon-and-link .photo-icon {
    width: 30px;
    height: 30px;
  }

  .highlight-link-box .link-text::after {
    top: 15px;
    height: 20px;
    width: 20px;
  }

  .highlight-link-box .link-text::before {
    top: 15px;
    height: 20px;
    width: 20px;
  }

  .directory-box-owner {
    background-color: #f3f2ff;
    border-radius: 14px !important;
    border: 0.5px dashed #0003691c;
  }

  .directory-box {
    background-color: #ffffff;
    border: 0;
    padding: 0;
    margin-top: 50px
  }

  .directory-box .row {
    justify-content: center;
  }

  .directory-box .row .col-12:nth-child(3) {
    margin-top: 25px;
  }

  .about-inner-wrapper:before {
    bottom: 160px;
    left: 180px;
    top: 36%;
  }

  .sec-left-new .overlap-section {
    top: 60px;
    right: 40%;
  }

  .sec-middle {
    width: 50%;
    left: 100px;
  }

  .spacer-inner {
    clip-path: none;
  }

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

  .csr-right {
    width: 95%;
    margin: 0 auto;
  }

  .csr-left {
    width: 100%;
    padding: 50px 30px;
  }

  .tender-card {
    margin-bottom: 50px;
  }

  .footer-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-address {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer-address p {
    text-align: center;
    width: 100%;
  }

  .footer-right-wrapper {
    width: 100%;
  }

  .footer-right-wrapper .social {
    text-align: center;
  }

  .footer-top {
    padding: 50px 0 85px 0;
  }

  .footer-wrapper.footer-bg-wrapper .footer-links li a img {
    height: 43px;
  }

  .copyright {
    text-align: center;
  }

  .footer-mark {
    text-align: center;
  }


  .latest-update-s .row .col-12:last-child .tender-card {
    margin-bottom: 0;
  }

  .title {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .csr-right {
    position: relative;
    border-radius: 10px;
    margin-bottom: 50px;
  }

  .csr-animate-title {
    font-size: 140px;
    line-height: 120px;
  }

  .banner-tooltip {
    right: 20px;
    width: 42px;
    height: 150px;
  }

  .toolitem img {
    width: 25px;
  }

  .banner-tooltip .toolitem {
    padding: 5px;
  }

  .banner-tooltip .toolitem:not(:last-child)::after {
    top: 40px;
  }

  .tooltip-text {
    right: 135%;
    padding: 4px 6px;
    font-size: 13px;
  }

  .buttons-div {
    right: 12px;
    width: 34px;
    height: 34px;
  }

  .buttons {
    height: 14px;
    border-width: 0px 0 0px 12px;
  }

  .buttons-div:after {
    width: 37px;
    height: 37px;
  }

  .buttons-div:before {
    width: 37px;
    height: 37px;
  }

  .buy-theme img {
    top: 3px;
    left: -12px;
    width: 21px;
  }

  .demo-button-wrapper .buy-theme {
    width: 35px;
    height: 35px;
  }

  .demo-button-wrapper {
    right: 28px;
    bottom: 140px;
  }

  .header-container.scrolled .toggle-menu {
    width: 35px;
    height: 35px;
    padding: 8px 4px;
  }

  .header-container.scrolled .menu-toggle {
    height: 14px;
    width: 21px;
    left: 3px;
  }

  .header-container.scrolled .top-nav-bar {
    padding: 10px 0px 10px 0px;
  }

  .footer-mark {
    text-align: center !important;
  }

  .header-container.scrolled .menu-toggle>div:nth-child(1) {
    width: 13px;
  }

  .header-container.scrolled .menu-toggle>div:nth-child(3) {
    width: 13px;
  }

  .sidebar-logo-wrapper .ohpc-wh-logo {
    width: 100% !important;
  }

  .sidebar-top-wrapper {
    padding: 12px;
  }

  .hidden-bar .popup_close_bar {
    width: 18px;
  }

  .hidden-bar .popup_close_cont {
    width: 22px;
    height: 22px;
  }

  .hidden-bar .hidden-bar-closer {
    width: 21px;
    height: 22px;
  }

  .higlights-links .row .col-12:nth-child(3) .highlight-link-box {
    margin-top: 30px;
  }

  .sub-head-text {
    width: 80%;
  }

  .camera_container,
  .video-banner.jarallax {
    height: 100vh;
  }

  .statistics-content-new {
    border-radius: 0;
    padding: 25px;
  }

  .map-card {
    padding-bottom: 0;
  }

  .pin-group {
    padding: 0 30px;
  }

  .pin-group .balimela {
    left: 17.6%;
    bottom: 16%;
  }

  .pin-group .bariniput {
    left: 26.6%;
    bottom: 26%;
  }

  .pin-group .mukhiguda {
    left: 32.6%;
    bottom: 43%;
  }

  .pin-group .khatiguda {
    left: 21.9%;
    bottom: 37%;
  }

  .pin-group .corporate-office {
    right: 33.6%;
    top: 52.2%;
  }

  .pin-group .anugul {
    left: 57.6%;
    top: 38.5%;
  }

  .pin-group .chiplima {
    left: 48.6%;
    top: 34.5%;
  }

  .pin-group .burla {
    left: 47.6%;
    top: 28.1%;
  }

  .statistics-content-new {
    height: auto;
  }

  .dot .pulse {
    height: 19px;
    width: 19px;
  }

  .dot .pulse {
    left: -6px;
    top: -7px;
  }


  .map-locators-ohpc .pin-tip {
    top: 12px;
    font-size: 11px;
  }

  .map-locators-ohpc .pin-content .pin-inner {
    width: 260px;
  }

  .map-card {
    height: 560px;
  }

  .spacer-inner {
    display: none;
  }

  .event-search-box {
    margin-bottom: 15px;
  }

  .news-title-publication {
    padding-top: 20px;
  }

  .inner-sidebar.media-margin-top {
    margin-top: 30px;
  }

  .dot .point {
    position: relative;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px;
    max-width: 8px;
    padding: 0;
    border: 1px solid #4abb69;
    background: #4abb69;
    border-radius: 50%;
    display: block;
    overflow: visible;
  }

  .emp-card-container {
    padding: 0px 40px !important;
  }

  .rengali-res thead tr th:nth-child(1) {
    min-width: 250px;
  }

  .operation-box {
    margin-top: 230px;
  }

  .op-image-box {
    min-height: 250px;
  }

  .highlight-box-section {
    padding: 17px;
    height: 86%;
    top: auto;
    bottom: -123%;
    left: 0;
    width: 100%;
    clip-path: none;
  }

  .operation-box .project-icon {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .caption-style {
    margin-top: 10px;
  }

  .caption-style h4 {
    font-size: 27px;
  }

  .highlight-box-section span {
    display: block;
    font-size: 20px;
    margin-top: 0px;
  }

  .lower-section .lower-section-gist {
    display: none;
  }

  .card-project.cards .operation-box.card-item:first-child {
    margin-top: 0;
  }

  .operation-wrapper {
    padding-bottom: 275px;
  }

  .exp-text-odia {
    font-size: 28px !important;
  }

  .odia-lang .about-inner-wrapper:before {
    top: 36%;
  }

}

@media (min-width: 768px) and (max-width: 979px) {
  header .container {
    text-align: center;
  }

  header .container .brand,
  header .container .nav {
    float: none;
  }
}

@media (max-width: 767px) {
  .welcome-project-page #gallery-2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .isd-memb-table {
    border: 1px solid #ddd;
  }



  .inner-page-content-wrapper .gallery {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .hydro-table thead tr th:nth-child(1) {
    width: 190px;
  }

  .hydro-table thead tr th:nth-child(2) {
    width: 150px;
  }

  .hydro-table thead tr th:nth-child(3) {
    width: 180px;
  }

  #table2 td,
  .table-report-style td {
    font-size: 13px;
  }

  .project-custom-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .project-custom-list li {
    height: 130px !important;
  }

  .newcliping .doc-name {
    font-size: 17px;
    line-height: 23px;
  }

  .newcliping .date-wrapper {
    font-size: 14px;
    padding-bottom: 0 !important;
  }

  .newcliping .date-wrapper.end-date {
    margin-left: 0;
    display: block;
    padding-bottom: 10px !important;
  }

  .newcliping .date-wrapper.end-date::before {
    display: none;
  }

  .gallery-box .gallery-heading h4 {
    min-height: 0;
  }

  .gallery-wrapper .gallery-box {
    margin-top: 0;
  }

  .gallery-wrapper .col-xl-6:nth-child(1) .gallery-box {
    margin-top: 0;
  }

  .gallery-wrapper .gallery-box {
    margin-top: 30px;
  }

  .breadcrumbs {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .banner-wrapper {
    top: auto;
    bottom: 30px;
  }

  .leadership-modal .modal-header .top-right {
    flex-direction: column;
    align-items: start;
  }


  .inner-page-banner {
    margin-top: 100px;
    min-height: 100%;
  }

  .inner-page-banner .default-desktop,
  .inner-page-banner .desktop-banner-dynamic {
    min-height: 290px;
  }

  .inner-page-banner h1 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 15px;
    word-wrap: break-word;
  }

  .p-caption:before {
    height: 75px;
  }


  .map-locators-ohpc .dot .pin-content {
    padding-left: 30px;
  }

  .map-locators-ohpc .pin-content .pin-inner {
    width: 200px;
  }

  .statistics-num {
    font-size: 24px;
  }

  .internal-new-statistics {
    padding: 30px;
  }

  .demo-button-wrapper {
    display: none;
  }

  .footer-wrapper::before {
    bottom: 60px;
  }

  .map-card {
    height: 420px;
  }

  .directory-box .row .col-12:nth-child(2) {
    margin-top: 25px;
  }

  .owner-profile {
    width: 15%;
  }

  .about-inner-wrapper:before {
    bottom: 160px;
    left: 0px;
    top: 54%;
  }

  .sec-left-new {
    width: 75% !important;
    margin-top: 12px;
    margin-bottom: 15px;
  }

  .sec-left-new .overlap-section {
    position: relative;
    top: 0;
    right: 0;
  }

  .sec-middle {
    width: 65%;
    left: 0;
  }

  .banner-tooltip {
    display: none;
  }

  #video-background {
    height: 400px;
  }

  .video-banner.jarallax {
    height: 400px;
    margin-top: 100px;
  }

  .banner-caption h1 {
    margin-bottom: 45px;
  }

  .buttons-div {
    bottom: 30px;
  }

  .whats-new-bar {
    display: grid;
  }

  .whats-new {
    width: 100%;
    border-radius: 10px;
    padding: 5px 0;
  }

  .whats-new:after {
    display: none;
  }

  .scrolling-text-cont {
    padding: 7px 12px;
  }

  .play-pause-option {
    top: 36px;
    height: 50%;
  }

  .banner-caption h1 span {
    font-size: 40px;
    line-height: 50px;
  }

  .header-container.scrolled .top-nav-bar {
    padding: 10px 0px 8px 0px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
  }

  .top-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .top-menu li:nth-child(4),
  .top-menu li:nth-child(5),
  .top-menu li:nth-child(6),
  .top-menu li:nth-child(7),
  .top-menu li:nth-child(8) {
    display: block;
    float: left;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    transition: all 0.35s ease;
  }

  .top-menu.open li:nth-child(4),
  .top-menu.open li:nth-child(5),
  .top-menu.open li:nth-child(6),
  .top-menu.open li:nth-child(7),
  .top-menu.open li:nth-child(8) {
    max-height: 80px;
    opacity: 1;
    transform: translateY(0);
  }

  .top-menu-setting {
    display: block;
  }

  .top-nav-bar {
    padding: 10px 0;
  }

  .top-menu {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
    padding-right: 15px;
    gap: 0;
  }

  .sf-menu {
    display: none;
  }

  header {
    text-align: center;
  }

  header .well {
    padding-top: 30px;
  }

  header .container .brand,
  header .container .nav {
    float: none;
  }

  header .container .brand a {
    font-size: 25px;
    line-height: 25px;
  }

  .select-menu {
    display: block;
  }

  .resp-accordion {
    display: block;
  }

  .resp-tabs-list {
    display: none;
  }

  .card-header-title {
    font-size: 15px;
  }

  .icon-badge {
    width: 42px;
    height: 50px;
  }

  .f-comp-info li {
    margin-bottom: 17px;
  }

  .title {
    font-size: 35px;
    line-height: 45px;
  }

  .well__cont .title {
    text-align: center;
  }

  .desc {
    font-size: 15px;
  }

  .marqueetender-list .date span {
    font-size: 14px;
  }

  .date img {
    height: 15px;
  }

  .last-date img {
    height: 17px;
  }

  .last-date span {
    font-size: 14px;
  }

  .csr-stats {
    align-items: start;
    gap: 25px;
    flex-direction: column;
  }

  .stat:first-child::after {
    display: none;
  }

  .csr-desc {
    margin-bottom: 50px;
  }

  .higlights-links .row .col-12:nth-child(2) .highlight-link-box,
  .higlights-links .row .col-12:nth-child(3) .highlight-link-box {
    margin-top: 20px;
  }

  .highlight-link-box {
    margin-top: 20px;
  }

  .csr-animate-title {
    font-size: 125px;
    line-height: 115px;
  }

  .statistics-content-new h3 {
    font-size: 25px;
    margin-bottom: 35px;
  }

  .indiamap-icons {
    height: 20px;
  }

  .map-locators-ohpc .pin-content h3 {
    font-size: 15px;
  }

  .map-img {
    width: 100%;
  }

  .col-xl-6:nth-child(2) .gallery-box {
    margin-top: 30px;
  }

  .training-contact-info img {
    margin-top: 30px;
    margin-bottom: 20px;
  }

}

@media (max-width: 676px) {
  .popup {
    width: 520px;
  }

  .about-subtitle {
    font-size: 20px;
    line-height: 23px;
  }

  .btn-discover-button-text {
    font-size: 14px;
  }

  .btn-discover {
    padding: 6px 2px 6px 15px;
  }

  .power-draw-icon {
    display: none;
  }

  .buttons-div {
    right: 0px;
  }

  .demo-button-wrapper {
    right: 19px;
  }

  .banner-caption h1 span {
    font-size: 35px;
    line-height: 43px;
  }

  .project-name {
    font-size: 15px;
  }

  .statistics-num {
    font-size: 20px;
  }

  .projects-statistics {
    margin-top: 30px;
  }

  .text-date {
    font-size: 13px;
    top: -1px;
  }

  .total-statistics .statistics-num {
    font-size: 30px;
  }

  .highlight-link-box .link-text::after {
    top: 16px;
  }

  .highlight-link-box .link-text::before {
    top: 16px;
  }

  .odia-lang .experience-year {
    line-height: 215px;
  }

}

@media (max-width: 575px) {

  .popup {
    width: 420px;
  }

  .ohpc-footprint {
    row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }


  .ohpc-footprint .projects-statistics:nth-child(3n)::after {
    content: none;
  }

  .ohpc-footprint .projects-statistics:nth-child(2n)::after,
  .ohpc-footprint .projects-statistics:last-child::after {
    content: '';
    position: absolute;
    left: -100%;
    width: 200%;
    bottom: -20px;
    height: 8px;
    background-image: url(../images/line-abstract.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .sub-head-text {
    font-size: 30px;
  }

  .exp-text-odia {
    font-size: 26px !important;
    line-height: 37px;
  }

  .odia-lang .experience-year {
    font-size: 205px;
    line-height: 175px;
  }

}

@media (max-width: 500px) {
  .reportYearSelect select {
    width: 150px;
  }

  .contact-us h3 {
    font-size: 22px !important;
  }

  .hydro-table thead tr th:nth-child(1) {
    width: 120px;
  }

  .hydro-table thead tr th:nth-child(2) {
    width: 100px;
  }

  .hydro-table thead tr th:nth-child(3) {
    width: 150px;
  }

  .event-table thead tr th:first-child {
    width: 130px;
  }

  .welcome-project-page #gallery-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .inner-page-content-wrapper h2.heading_2,
  .inner-page-content-wrapper h2 {
    font-size: 21px;
    line-height: 27px;
  }

  .tender .date-heading {
    margin-bottom: 3px;
  }

  .leadership-modal .modal-body {
    max-height: 250px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
  }

  .leadership-modal .modal-body::-webkit-scrollbar {
    width: 6px;
  }

  .leadership-modal .modal-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  .b-message-box {
    height: 30px;
    width: 30px;
    padding: 7px;
  }

  .brand img {
    width: 100%;
  }

  .leadership-modal .modal-content {
    padding: 10px;
  }

  .scroller-x__list {
    gap: 10px;
  }

  .banner-caption h1 span {
    font-size: 32px;
    line-height: 38px;
  }

  .banner-caption h1 {
    margin-bottom: 30px;
  }

  .buttons-div {
    bottom: 15px;
  }

  .caption-style {
    margin-top: 13px;
  }

  .caption-style h4 {
    font-size: 27px;
  }

  .highlight-box-section span {
    font-size: 21px;
    line-height: 27px;
  }

  .map-card {
    height: 370px;
  }

  .higlights-links {
    width: 100%;
  }

  .experience-year {
    font-size: 170px;
    line-height: 130px;
  }

  .experience-year sup {
    font-size: 185px;
    -webkit-text-stroke: 2px #fff;
  }

  .exp-text {
    font-size: 24px;
    line-height: 25px;
  }

  .about-inner-wrapper:before {
    display: none;
  }

  .sec-middle {
    min-height: 465px;
  }

  .footer-wrapper.footer-bg-wrapper .footer-links li a img {
    height: 40px;
  }

  .scroller-x {
    mask: linear-gradient(90deg, transparent, white 15%, white 85%, transparent);
  }

  .toggle-menu {
    border-left: 0;
    padding: 24px 0;
  }

  .hidden-bar {
    width: 100%;
  }

  .footer-mark li {
    margin-left: 0 !important;
  }

  .last-update:after {
    display: none;
  }

  .well__foot p {
    width: 100%;
  }

  .footer-top {
    padding: 50px 0 35px 0;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

  .map-locators-ohpc .pin-tip {
    top: 10px;
    font-size: 9px;
  }

  .map-locators-ohpc .pin-content .pin-inner {
    width: 160px;
  }

  .map-locators-ohpc .pin-inner ul li span {
    font-size: 11px;
  }

  .p-caption:before {
    height: 100px;
  }

  .dot.burla {
    top: 20%;
    left: 47%;
  }
}

@media (max-width: 479px) {

  .emp-card-container {
    padding: 0 !important;
  }

  .popup {
    width: 335px;
  }

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

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

  .date-wrapper.end-date {
    margin-left: 0;
    display: block;
  }

  .date-wrapper.end-date::before {
    display: none;
  }

  .nac-wrapper .date-wrapper {
    margin-bottom: 5px;
  }

  .custom-report-wrapper .container-fluid {
    padding: 0 10px;
  }

  .reportYearSelect select {
    width: 100px;
  }

  .export-print-btn .btn img {
    width: 16px;
  }

  .export-print-btn .btn {
    padding: 6px 10px;
    font-size: 14px;
  }

  .reportYearSelect input,
  .reportYearSelect select {
    padding: 4px 10px;
    height: 29px;
    font-size: 14px;
  }

  .project-overview-page .at-project-info-box:hover .at-project-content {
    padding-bottom: 15px;
    padding: 15px;
  }

  .project-overview-page .p-icon {
    width: 40px;
    height: 40px;
  }

  .text-date {
    padding: 3px 10px;
  }

  .ad-box-ohpc .box-contact-us .address-icons img {
    width: 25px;
  }

  .box-contact-us .address-text .heading-font {
    font-size: 17px;
  }

  .ad-box-ohpc {
    padding: 15px;
  }

  .ad-box-ohpc .box-contact-us {
    margin-bottom: 15px;
  }

  .ad-box-ohpc .box-contact-us .address-text .contact-second-para {
    margin-bottom: 8px;
  }

  .newcliping .date-wrapper {
    font-size: 13px;
    line-height: 17px;
  }

  .content-section-style h3 {
    font-size: 27px !important;
  }

  .newcliping .doc-name {
    font-size: 17px;
    line-height: 23px;
  }

  .news-publication .document-name {
    font-size: 18px;
  }

  .doc-counts-type {
    width: 25px;
    height: 24px;
  }

  .doc-counts {
    gap: 14px;
    flex-wrap: wrap;
    width: 50%;
  }

  .details-header span {
    font-size: 13px;
  }

  .details-header span img {
    width: 13px;
  }

  .view-all-doc {
    gap: 5px;
  }

  .sidebar-logo-wrapper .ohpc-wh-logo {
    width: 87% !important;
  }

  .normal-doc-wrapper .doc-size {
    padding-right: 25px;
    line-height: 24px;
  }

  .tender {
    margin-bottom: 14px;
  }

  .doc-left-info.annual-report .doc-size {
    padding-right: 20px;
  }

  .inner-page-banner h1 {
    font-size: 31px;
    line-height: 33px;
    margin-bottom: 10px;
  }

  .banner-wrapper {
    top: auto;
  }

  .breadcrumbs {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .inner-page-content-wrapper h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .buttons {
    height: 12px;
    border-width: 0px 0 0px 11px;
  }

  .buttons-div:after {
    width: 32px;
    height: 32px;
  }

  .buttons-div:before {
    width: 32px;
    height: 32px;
  }

  .sec-middle {
    width: 80%;
  }

  .internal-new-statistics {
    padding: 15px;
    padding-top: 20px;
  }

  .total-statistics .statistics-num {
    font-size: 27px;
  }

  .statistics-num {
    font-size: 17px;
  }

  .total-statistics .project-name::after {
    display: none;
  }

  .statistics-content-new h3 {
    margin-bottom: 25px;
  }

  .csr-animate-title {
    font-size: 110px;
    line-height: 90px;
  }

  .statistics-content-new {
    padding: 15px;
  }

  .csr-right {
    margin-bottom: 15px;
  }

  .about-container {
    padding-bottom: 0 !important;
  }

  .operation-wrapper .title {
    text-align: left;
  }

  .img-label {
    height: 81%;
  }

  .custom-ph-box {
    margin-bottom: 0 !important;
  }

  .footer-wrapper::before {}

  .owner-profile {
    width: 23%;
  }

  #video-background {
    padding: 0;
    height: 300px;
  }

  .video-banner.jarallax {
    height: 300px;
    margin-top: 100px;
  }

  .buttons-div {
    right: -5px;
    width: 30px;
    height: 30px;
  }

  .banner-tooltip {
    right: 3px;
  }

  .sec-middle {
    min-height: 340px;
  }

  .banner-caption h1 span {
    font-size: 27px;
    line-height: 32px;
  }

  header {
    padding: 0 10px;
  }

  .top-menu {
    text-align: left;
  }

  .top-menu {
    padding-right: 3px;
    gap: 3px;
  }

  .translation-links .lang-item.lang-item-3.lang-item-en.lang-item-first,
  .translation-links .lang-item.lang-item-6.lang-item-od.lang-item-first {
    position: relative;
    top: 2px;
  }

  .select-menu {
    width: 270px;
  }

  .toggle-menu {
    border-left: 0;
    padding: 24px 0;
  }

  .menu-toggle>div:nth-child(1) {
    width: 20px;
  }

  .menu-toggle>div:nth-child(3) {
    width: 20px;
  }

  .stuck_container.well__h {
    padding: 0 5px;
  }

  .menu-toggle {
    height: 17px;
    width: 27px;
  }

  .select-menu .select {
    width: 290px;
  }

  .Power-Plant-Economics-table th:nth-child(2),
  .Power-Plant-Economics-table td:nth-child(2) {
    min-width: 140px;
  }

  .op-image-box {
    min-height: 180px;
  }

  .img-label {
    height: 107%;
    bottom: -153%;
  }

  .operation-box .project-icon {
    width: 36px;
    height: 36px;
    padding: 4px;
  }

  .caption-style {
    margin-top: 6px;
  }

  .caption-style h4 {
    font-size: 22px;
  }

  .highlight-box-section span {
    font-size: 18px;
    line-height: 27px;
  }

  .operation-box {
    margin-top: 200px;
  }

  .card-project.cards .operation-box.card-item:first-child {
    margin-top: 30px;
  }

  .operation-wrapper {
    padding-bottom: 270px !important;
  }

  .lower-section .lower-section-gist {
    display: none;
  }

  .hidden-bar {
    padding: 18px;
  }

  .hidden-bar .hidden-bar-closer {
    right: 10px;
  }

  .accessability-box-container {
    width: 100%;
    right: 0px;
  }

}

@media (max-width: 435px) {
  .odia-project-name {
    font-size: 14px !important;
  }
}

@media (max-width: 403px) {
  .footer-wrapper::before {
    bottom: 83px;
  }
}

@media (max-width: 390px) {
  .normal-doc-wrapper .doc-size {
    padding-right: 15px;
    line-height: 20px;
  }

  .filter-wrapper {
    flex-direction: column;
    row-gap: 10px;
  }

  .map-locators-ohpc .pin-tip {
    top: 10px;
    letter-spacing: 0px;
    font-size: 6px;
  }

  .operation-box {
    margin-top: 185px;
  }

  .img-label {
    padding: 12px;
    height: 98%;
    bottom: -138%;
  }

  .caption-style h4 {
    font-size: 20px;
  }

  .highlight-box-section span {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-caption h1 {
    padding-right: 42px;
  }

  .banner-caption h1 span {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (max-width: 360px) {

  .banner-wrapper {
    top: auto;
  }

  .inner-page-banner h1 {
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 7px;
  }

  .banner-caption h1 span {
    font-size: 25px;
    line-height: 30px;
  }

  .top-menu {
    padding-right: 0px;
    gap: 0px;
  }

  .top-menu li {
    margin-bottom: 2px;
  }

  .top-menu li button {
    font-size: 13px;
  }

  .odia-lang .experience-year {
    font-size: 184px;
  }
}

/* Responsive End */


/* light-contrast css start */
.light-contrast .verticals-bg {
  background-color: #efefef;
}

.light-contrast .verticals-bg h2.title {
  color: #22211f !important;
}

.light-contrast .about-subtitle {
  color: #22211f;
}

.light-contrast .verticals-bg .text-ann h3 {
  color: #22211f !important;
}

.light-contrast .buttons-div:after {
  background: #efefef;
}

.light-contrast .buttons.video-pause {
  border-color: transparent transparent transparent #2d2a2a;
}

.light-contrast .btn-discover {
  background: #e4e4e4;
  color: #22211f !important;
  border: 1px solid #fff;
}

.light-contrast .btn-discover::before {
  background-color: #fff;
}

.light-contrast .btn-discover-button-icon i {
  color: #22211f !important;
}

.light-contrast .btn-discover:hover:before {
  border: 1px solid #00000030;
}

.light-contrast .ohpc-highlights-section .map-card {
  background: #efefef;
}

.light-contrast .ohpc-highlights-section .statistics-content-new {
  background: #efefef;
}

.light-contrast .csr-hero {
  background: linear-gradient(271deg, #efefef 0%, #efefef 88%);
}

.light-contrast .csr-animate-title {
  color: rgb(54 42 42 / 8%);
}

.light-contrast .csr-left h1 {
  color: #22211f !important;
}

.light-contrast .csr-desc {
  color: #22211f;
}

.light-contrast .stat h2 {
  color: #503d8c;
}

.light-contrast .stat p {
  color: #22211f;
}

.light-contrast .stat:first-child::after {
  background-color: #7e7575;
}

.light-contrast .card-header-box {
  background: linear-gradient(to right, #efefef 0%, #efefef 50%, #efefef 100%);
}

.light-contrast .Latest-Update-ohpc-tab li .card-header-title.active {
  background-color: #ffffff00;
}

.light-contrast .Latest-Update-ohpc-tab li .card-header-title.active:after {
  border-color: #efefef transparent transparent transparent;
}

.light-contrast .Latest-Update-ohpc-tab li button.card-header-title {
  color: #000000;
  background-color: #efefef;
  border-right: 1px solid #7d7985 !important;

}

.light-contrast .card-header-box {
  color: #000000;
}

.light-contrast #table2 th,
.table-report-style th {
  color: #000;
  font-weight: 600;
}

.light-contrast #table2 th,
.table-report-style th {
  background: linear-gradient(to right, #efefef 0%, #efefef 50%, #efefef 100%);
}

.light-contrast .at-project-info-box:hover .at-project-content {
  background: #efefef;
}

.light-contrast .at-project-info-box:hover .at-project-content .p-icon img {
  filter: brightness(0);
}

.light-contrast .at-project-info-box:hover .at-project-content .project-title {
  color: #000;
}

.light-contrast .p-capacity h4 {
  color: #000;
}

.light-contrast .at-project-info-box .at-project-content .line {
  background-color: rgb(12 9 9 / 16%);
}

.light-contrast .read-more {
  color: #000000;
}

.light-contrast .at-project-content p {
  color: #000000;
}

.light-contrast .at-project-info-box:hover .at-project-content .p-gen p {
  color: #000000;
}

.light-contrast .at-project-info-box:hover .at-project-content .p-gen h3 {
  color: #000000;
}

.light-contrast .at-project-info-box:hover .at-project-content .p-capacity p {
  color: #000000;
}

.light-contrast .arrow-icon {
  fill: #000000;
}

.light-contrast .project-custom-list .list-row:nth-child(odd) {
  background-color: #efefef;
}

.light-contrast .list-row .img-box img {
  filter: brightness(0);
}

.light-contrast .project-content p {
  color: #000;
}

.light-contrast .project-content .sub-heading {
  color: #000;
}

.light-contrast .project-custom-list .list-row:nth-child(even) {
  background-color: #dcdcdc;
}

.light-contrast .Power-Plant-Economics-table th:nth-child(1)::before {
  background-color: #efefef;
}

.light-contrast .inner-sidebar h3 {
  color: #191818;
  background: linear-gradient(to right, #efefef 0%, #efefef 50%, #efefef 100%);
}

.light-contrast .inner-sidebar .widgetizedArea .current-menu-item a {
  background: #ffffff !important;
  color: #000000;
  font-weight: 600;
}

.light-contrast .ohpc-search-submit {
  background-color: #cdcaca;
}

.light-contrast .inner-sidebar .widgetizedArea .has_children ul li.current_page_item a {
  background: #efefef !important;
  color: #000000;
}

.light-contrast .inner-sidebar .widgetizedArea .has_children ul li a::after {
  background-color: #5c5a63;
}

.light-contrast .inner-sidebar ul li a:before {
  color: #5c5a63;
}

.light-contrast .accessability-box-inner {
  background-color: #efefef;
}

.light-contrast .accessability-box-top h1 {
  color: #000000;
}

.light-contrast .accessability-box-container .close-button-accessability {
  fill: #131010;
}

.light-contrast .accessability-box-container {
  border-bottom: 30px solid #efefef;
}

.light-contrast .new-upcoming-project button:not(.collapsed) {
  color: #000000;
  background: linear-gradient(to right, #d0d2eb 0%, #d0d2eb 50%, #d0d2eb 100%);
}

.light-contrast .table-responsive thead tr th.name-table {
  background-color: #efefef;
  color: #22211f;
}

.light-contrast .table-responsive thead tr th.download-table {
  background-color: #efefef;
  color: #22211f;
}

.light-contrast .contact-card:hover::after {
  transform: scale(0.50);
  border-top-color: #d4e4d4;
}

/* light-contrast css end */

/* dark-contrast css start */

.dark-contrast .stuck_container {
  background: rgb(0 0 0) !important;
}

.dark-contrast .sf-menu>li>a {
  color: #ffeb3b;
}

.dark-contrast .search-border {
  border-left: 1px solid #ffeb3b57;
}

.dark-contrast .toggle-menu {
  border-left: 1px solid #ffeb3b57;
  border-right: 1px solid #ffeb3b57;
}

.dark-contrast .menu-toggle>div {
  background-color: #ffeb3b;
}

.dark-contrast .header-container.scrolled {
  background-color: #000000;
}

.dark-contrast .spacer-inner {
  background-color: #232323
}

.dark-contrast .search-icon {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .whats-new-section-box {
  background-color: #232323
}

.dark-contrast .about-container {
  background-color: #232323
}

.dark-contrast .title {
  color: #ffeb3b;
}

.dark-contrast h1,
.dark-contrast h2,
.dark-contrast h3,
.dark-contrast h4,
.dark-contrast h5,
.dark-contrast h6 {
  color: #ffeb3b !important;
}

.dark-contrast p {
  color: #ffeb3b;
}

.dark-contras .text_invert-2>div {
  background-image: linear-gradient(to right, rgb(255 235 59) 50%, rgb(137, 137, 137) 50%);
}

.dark-contrast .about-feature p {
  color: #ffeb3b;
}

.dark-contrast .btn-discover-button-text {
  color: #faf0f0;
}

.dark-contrast .directory-box {
  background-color: #fff;
  background-color: #000000;
}

.dark-contrast .about-owner .name {
  color: #ffeb3b;
}

.dark-contrast .about-owner .designation {
  color: #ffeb3b;
}

.dark-contrast .verticals-bg {
  background: #000000;
}

.dark-contrast .ohpc-highlights-section {
  background-color: #232323;
}

.dark-contrast .st0 {
  fill: #232323;
  stroke: #eee6e6;
}

.dark-contrast .map-card {
  background: #000;
}

.dark-contrast .statistics-content-new {
  background: #000;
}

.dark-contrast .highlight-link-box .link-text {
  color: #ffeb3b;
}

.dark-contrast .highlight-link-box .link-text::before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .highlight-link-box .links-box {
  border-bottom: 2px solid #4e4e4e;
}

.dark-contrast .csr-hero {
  background: linear-gradient(271deg, #000000 0%, #000000 88%);
}

.dark-contrast .csr-animate-title {
  color: rgb(255 235 59 / 8%) !important;
}


.dark-contrast .stat:first-child::after {
  background-color: #403b0f;
}

.dark-contrast .latest-update-s {
  background: #232323;
}

.dark-contrast .internal-new-statistics {
  background: #232323;
}

.dark-contrast .total-statistics .project-name::after {
  opacity: 0.2;
}

.dark-contrast .project-name {
  color: #e4d235;
}

.dark-contrast .statistics-num {
  color: #ffeb3b;
}

.dark-contrast .ohpc-footprint .projects-statistics:nth-child(3n)::after {
  filter: brightness(0) invert(1);
}

.dark-contrast .ohpc-footprint .projects-statistics:nth-child(6n)::after {
  filter: brightness(0) invert(1);
}

.dark-contrast .footer-wrapper.footer-bg-wrapper h3 {
  color: #ffeb3b;
}

.dark-contrast .footer-wrapper.footer-bg-wrapper .quick-links li a {
  color: #ffeb3b;
}

.dark-contrast .f-comp-info li p {
  color: #ffeb3b;
}

.dark-contrast .twitter {
  background-color: #111 !important;
}

.dark-contrast .well__foot .bottom {
  background: #000000;
}

.dark-contrast ul li {
  color: #ffeb3b;
}

.dark-contrast .footer-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 41px;
  background: #000000 url(../images/footer-n.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: bottom;
  background-size: contain;
}

.dark-contrast .footer-logo-wrapper {
  border-bottom: 1px solid #4e4e4e;
}

.dark-contrast .well__cont2 {
  background: #232323;
}

.dark-contrast .doc-size span {
  color: #ffeb3b;
}

.dark-contrast .inner-sidebar {
  background: #000000;
}

.dark-contrast .doc-main-wrapper {
  background-color: #000000;
}

.dark-contrast .statement-box {
  background: #424242;
  border: 1px solid #6e6d6d;
}

.dark-contrast .sf-menu ul>li {
  border-bottom: 1px solid #4e4e4e;
}

.dark-contrast .img-label {
  background: rgb(0 0 0);
}

.dark-contrast .highlight-box-section span {
  color: #ffeb3b;
}

.dark-contrast .tender-card {
  background: #232323;
}

.dark-contrast .desc {
  color: #ffeb3b;
}

.dark-contrast .tab-pane a {
  color: #ffeb3b;
}

.dark-contrast .header-container.scrolled .top-menu li button {
  color: #ffeb3b;
}

.dark-contrast .header-container.scrolled .top-menu li a {
  color: #ffeb3b;
}

.dark-contrast .header-container.scrolled .menu-setting-icon {
  filter: invert(0);
}

.dark-contrast .header-container.scrolled .sf-menu>li>a {
  color: #ffeb3b;
}

.dark-contrast .header-container.scrolled .search-border {
  border: 1px solid #ffeb3b;
}

.dark-contrast .header-container.scrolled .toggle-menu {
  border: 1px solid #ffeb3b;
}

.dark-contrast .header-container.scrolled .menu-toggle>div {
  background-color: #ffeb3b;
}

.dark-contrast .menu-overlay {
  background: rgb(0 0 0 / 62%);
}

.dark-contrast .sidebar-search input {
  background: #232323;
  border: 1px solid #ffeb3b;
}

.dark-contrast .hidden-bar .side-menu ul li a {
  color: #ffeb3b;
}

.dark-contrast .hidden-bar .side-menu::-webkit-scrollbar-thumb {
  background: #ffeb3b;
  border-radius: 20px;
}

.dark-contrast .header-container.scrolled .search-icon {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .header-container.scrolled .search-border {
  border-left: 1px solid #ffeb3b;
}

.dark-contrast .hidden-bar {
  background: #000000 url(../images/side-bar-menu.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.dark-contrast .hidden-bar .rounded-div-wrap .rounded-div {
  background: #000000;
}

.dark-contrast .buttons-div .buttons {
  border-color: transparent transparent transparent #000000;
}

.dark-contrast .menu-cont .nav .sf-menu li .sub-menu {
  background: #1b1a1a;
}

.dark-contrast .sf-menu ul>li>a {
  color: #ffeb3b;
}

.dark-contrast .whats-new {
  background-color: #FFDC0A;
}

.dark-contrast .header-container.scrolled .f-btn button {
  border: 1px solid #ffeb3b;
}

.dark-contrast .a-btn button#c-inactive {
  border: 1px solid #ffeb3b;
  color: #ffeb3b;
}

.dark-contrast .carot:before {
  border-color: #ffeb3b transparent transparent transparent;
}

.dark-contrast .header-container.scrolled .top-menu li img.access-icon {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .header-container.scrolled .carot:before {
  border-color: #ffeb3b transparent transparent transparent;
}

.dark-contrast .header-container.scrolled .topbar-socialmedia a {
  border: 1px solid #ffeb3b;
}

.dark-contrast .header-search-wrapper {
  background: #232325;
}

.dark-contrast #table2 th,
.dark-contrast .table-report-style th {
  background: linear-gradient(to right, #000000 0%, #000000 50%, #000000 100%);
  color: #ffeb3b;
}

.dark-contrast #table2 th,
.dark-contrast .table-report-style th {
  border: 1px solid #4e4e4e;
}

.dark-contrast .table>:not(caption)>*>* {
  background-color: #232323;
}

.dark-contrast #table2 td {
  color: #ffeb3b;
}

.dark-contrast .table-water-turbine tr td:first-child {
  background-color: #32353a;
}

.dark-contrast .t-search-input {
  background-color: #000;
  color: #ffeb3b;
}

.dark-contrast .share-box {
  background: #5d5d5d;
}

.dark-contrast .popup_close_bar {
  background-color: #fbfbfb;
}

.dark-contrast .qr-share img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .doc-size::before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .pagination a.page-numbers {
  background-color: #81771a;
  border: 1px solid #81771a;
}

.dark-contrast .pagination span.page-numbers {
  background-color: #81771a;
  border: 1px solid #81771a;
}

.dark-contrast .pagination span.page-numbers.current {
  background-color: #ffeb3b;
  border: 1px solid #ffeb3b;
  color: #000000;
}

.dark-contrast .year-dropdown-wrapper::after {
  color: #ffeb3b;
}

.dark-contrast .at-project-info-box:hover .at-project-content .p-icon img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .at-project-info-box:hover .at-project-content .p-gen p {
  color: #ffeb3b;
}

.dark-contrast .at-project-info-box:hover .at-project-content .p-capacity p {
  color: #ffeb3b;
}

.dark-contrast .read-more {
  color: #ffeb3b;
}

.dark-contrast .arrow-icon {
  fill: #ffeb3b;
}

.dark-contrast .new-upcoming-project button {
  color: #ffeb3b;
  background: #37373a
}

.dark-contrast .list-icon-ohpc ul li:before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .view-all {
  color: #ffeb3b !important;
}

.dark-contrast .at-project-content {
  background: #161617;
}

.dark-contrast .at-project-info-box:hover .at-project-content {
  background: #404041;
}

.dark-contrast .accordion-item {
  background-color: #232323;
}

.dark-contrast .new-upcoming-accordian-box {
  border: 1px solid #4e4e4e;
}

.dark-contrast .text-black {
  color: rgb(255 235 59) !important;
}

.dark-contrast .list-row .img-box img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .new-upcoming-project button:not(.collapsed) {
  color: #ffeb3b;
  background: linear-gradient(to right, #000000 0%, #000000 50%, #000000 100%);
}

.dark-contrast .Project-at-a-Glance .p-icon img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .date-date {
  color: #ffeb3b;
}

.dark-contrast .details-header {
  background: #363639;
}

.dark-contrast .details-header span {
  color: #ffeb3b;
}

.dark-contrast .details-header span img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}


.dark-contrast .pdf-info:before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .inner-sidebar .widgetizedArea .current-menu-item .sub-menu li a {
  color: #ffeb3b;
  background: #232323 !important;
}

.dark-contrast .project-content p {
  color: #ffeb3b;
}

.dark-contrast .quick-links li a {
  color: #000000;
}

.dark-contrast .project-custom-list .list-row:nth-child(odd) {
  background-color: #000000;
}

.dark-contrast .project-custom-list .list-row:nth-child(even) {
  background-color: #484849;
}

.dark-contrast .salient-features-table tr:nth-child(2) td:nth-child(2) {
  background-color: #32353a;
}

.dark-contrast .salient-features-table tr td:first-child {
  background-color: #32353a;
}

.dark-contrast .salient-features-table tr:nth-child(3) td:nth-child(2) {
  background-color: #32353a;
}

.dark-contrast .salient-features-table tr td:nth-child(2)[rowspan] {
  background-color: #32353a;
}

.dark-contrast .table-water-turbine td:first-child[colspan] {
  background-color: #20252d;
}

.dark-contrast .power-plant-economics tr td:first-child {
  background-color: #32353a;
}

.dark-contrast .power-plant-economics tr td:nth-child(2) {
  background-color: #32353a;
}

.dark-contrast .salient-features-table-chiplima-table-data {
  background-color: #32353a !important;
}

.dark-contrast .salient-features-table-chiplima tr td[colspan="2"] {
  background-color: #20252d !important;
}

.dark-contrast .tender-document-box {
  background: #000000;
  border: 1px solid #4e4e4e;
}

.dark-contrast .ad-box-ohpc .box-contact-us .address-icons img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .hidden-bar .side-menu ul li a .btn.expander .angle-up {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .contact-card::after {
  border-top: 45px solid #ffeb3b;
}


.dark-contrast .ad-box-ohpc {
  border: 1px solid #4e4e4e;
}

.dark-contrast .apply-btn {
  background-color: #81771a;
  border: 1px solid #81771a;
}

.dark-contrast .doc-info-share {
  border-top: 1px solid #4e4e4e;
}

.dark-contrast .details-content {
  background: #232323;
}

.dark-contrast .document-sub-title {
  color: #ffeb3b;
}

.dark-contrast .pdf-info {
  color: #ffeb3b;
}

.dark-contrast .doc-counts-type {
  background: #ffeb3b;
}

.dark-contrast .details-header .doc-counts .doc-counts-type span {
  color: #000000;
}

.dark-contrast .details-header .doc-counts .doc-counts-type span.doc-count {
  background: #fff;
}

.dark-contrast .details-content {
  border-left: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
}

.dark-contrast .tender-border {
  background-color: #4e4e4e;
}

.dark-contrast .archive-btn {
  background: #81771a;
}

.dark-contrast .date-heading {
  color: #ffeb3b !important;
}

.dark-contrast .ad-box-ohpc {
  background: #000000;
}

.dark-contrast .box-contact-us .address-text .heading-font {
  color: #ffeb3b;
}

.dark-contrast .gallery-heading {
  background: #000000;
  border: 1px solid #4e4e4e;
}

.dark-contrast .gallery-box:hover .gallery-heading h4 {
  color: #ffeb3b !important;
}

.dark-contrast .table-responsive thead tr th.name-table {
  background: #000000;
}

.dark-contrast .table-responsive thead tr th.download-table {
  background: #000000;
}

.dark-contrast .contact-card {
  background: #000000;
}

.dark-contrast .location-color tbody tr td[rowspan] {
  background-color: #32353a;
}

.dark-contrast .audit-location-color tbody tr:nth-child(1) td:first-child {
  background-color: #32353a;
}

.dark-contrast .audit-location-color tbody tr:nth-child(2) td:first-child {
  background-color: #32353a;
}

.dark-contrast .audit-location-color tbody tr td[rowspan] {
  background-color: #32353a;
}

.dark-contrast .contact-us h3 {
  color: #ffeb3b !important;
}

.dark-contrast .contact-card .designation {
  color: #ffeb3b;
}

.dark-contrast .content-section {
  background-color: #232323;
}

.logo-white {
  display: block !important;
}

.logo-dark {
  display: none !important;
}

.dark-contrast .logo-white {
  display: none !important;
}

.dark-contrast .logo-dark {
  display: block !important;
}

.dark-contrast .controls button {
  background: #232323;
}

.dark-contrast .power-draw-icon object {
  filter: brightness(1);
  opacity: 0.1;
}

.dark-contrast .popup_close_cont .popup_close_bar {
  background-color: #ffeb3b;
}

.dark-contrast .top-menu li button {
  color: #ffeb3b;
  border: 1px solid #ffeb3b;
}

.dark-contrast .top-menu li a {
  color: #ffeb3b;
}

.dark-contrast .topbar-socialmedia a {
  border: 1px solid #ffeb3b;
}

.dark-contrast .banner-caption h1 span {
  color: #ffeb3b;
}

.dark-contrast .buttons-div:after {
  background: #ffeb3b;
}

.dark-contrast .whats-new-bar {
  background-color: #000000;
}

.dark-contrast .ticker-custom a {
  color: #ffeb3b;
}

.dark-contrast .about-feature {
  border-bottom: 1px dashed #4e4e4e;
}

.dark-contrast .whats-new a {
  color: #000000;
}

.dark-contrast .whats-new:after {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .play-pause-option {
  background: #ffdc0a;
}

.dark-contrast .play-pause-option img {
  filter: brightness(0);
}

.dark-contrast .text-ann h3 {
  background-image: linear-gradient(to right, #c7d1c770 0%, #dae0da7a 100%);
}

.dark-contrast .operation-box:hover .r-icon {
  background: #ffeb3b;
}

.dark-contrast .operation-box:hover .r-icon img {
  filter: brightness(0);
}

.dark-contrast .caption-style h4 {
  background-image: linear-gradient(to right, #cdd3c9a1 0%, #f6f6f6b5 100%);
}

.dark-contrast .highlight-link-box .links-box:hover .link-text {
  color: #fff;
}

.dark-contrast .highlight-link-box .link-text::after {
  filter: brightness(0) invert(1);
}

.dark-contrast .csr-abstract-shape {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .highlight-link-box .links-box::after {
  background-color: #fff;
}

.dark-contrast .marqueetender-list .date span {
  color: #ffeb3b;
}

.dark-contrast .date img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .btn-discover::before {
  background-color: #39383b;
}

.dark-contrast .quick-links li:before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .last-date span {
  color: #ffeb3b;
}

.dark-contrast .last-date img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .btn-discover {
  background: #81771a;
}

.dark-contrast .operation-wrapper .about-subtitle {
  color: #ffeb3b;
}

.dark-contrast .p-caption:before {
  background-color: #4e4e4e;
}

.dark-contrast .operation-box .project-icon {
  background: #9f9436;
}

.dark-contrast .readmore-section .r-icon {
  border: 1px solid #ffeb3b;
}

.dark-contrast .map-locators-ohpc .pin-tip {
  background: #81771a;
}

.dark-contrast .map-locators-ohpc .pin-content .pin-inner {
  background: #232323;
}

.dark-contrast .map-locators-ohpc .pin-content .pin-inner:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #232323;
}

.dark-contrast .map-locators-ohpc .dot.anugul .pin-content .pin-inner:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #232323;
}

.dark-contrast .map-locators-ohpc .dot.corporate-office .pin-content .pin-inner::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #232323;
}

.dark-contrast .map-statistics-content {
  background: #000000;
}

.dark-contrast .text-date {
  background: #81771a;
  color: #fff;
}

.dark-contrast .separator-line {
  background-color: #4e4e4e;
}

.dark-contrast .card-header-box {
  background: linear-gradient(to right, #000 0%, #000 50%, #000 100%);
  color: #ffeb3b;
}

.dark-contrast .icon-badge {
  background: #ffeb3b;
  border: 1px solid #ffeb3b;
}

.dark-contrast .icon-badge::before {
  background: linear-gradient(135deg, transparent 50%, #ffeb3b 50%);
}

.dark-contrast .Latest-Update-ohpc-tab li .card-header-title.active {
  background-color: #000;
  color: #ffeb3b;
}

.dark-contrast .marqueetender li {
  border-bottom: 1px solid #4e4e4e;
}

.dark-contrast .tender-card {
  border: 1px solid #4e4e4e;
}

.dark-contrast .card-footer-box .controls button i {
  color: #ffeb3b;
}

.dark-contrast .Latest-Update-ohpc-tab li .card-header-title.active:after {
  border-color: #000000 transparent transparent transparent;
}

.dark-contrast .Latest-Update-ohpc-tab li button.card-header-title {
  color: #ffeb3b;
  background-color: #000000;
  border-right: 1px solid #fffef959 !important;
}

.dark-contrast .card-footer-box {
  border-top: 1px solid #4e4e4e;
}

.dark-contrast .controls button {
  border-left: 1px solid #4e4e4e;
}

.dark-contrast .highlight-box-section img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .highlight-link-box .photo-icon img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .draw-svg .csr-abstract-shape {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}


.dark-contrast .f-address:before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .f-mail:before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .f-contact:before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .inner-page-content-wrapper ul li:before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}


.dark-contrast #table2 td,
.dark-contrast .table-report-style td {
  border: 1px solid #4e4e4e;
}

.dark-contrast .table-wrapper-ohpc {
  border: 1px solid #4e4e4e;
}

.dark-contrast .icons-ann img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .hidden-bar .side-menu ul li a .btn.expander .angle-down {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .sidebar-search svg {
  fill: #ffeb3b;
}

.dark-contrast textarea::placeholder {
  color: #ffeb3b;
}

.dark-contrast input::placeholder {
  color: #ffeb3b;
}

.dark-contrast input::-webkit-input-placeholder {
  color: #ffeb3b;
}

.dark-contrast input:-ms-input-placeholder {
  color: #ffeb3b;
}

.dark-contrast input::-ms-input-placeholder {
  color: #ffeb3b;
}

.dark-contrast input[type="text"]::placeholder {
  color: #ffeb3b;
}

.dark-contrast .sidebar-search input {
  color: #ffeb3b;
}

.dark-contrast .inner-sidebar ul li a {
  color: #ffeb3b;
  background: #232323;
}

.dark-contrast .inner-sidebar ul li a:before {
  color: #f4f4f4;
}

.dark-contrast .inner-sidebar h2 {
  background: linear-gradient(to right, #2a302e 0%, #2a302e 50%, #2a302e 100%);
}

.dark-contrast .inner-sidebar .widgetizedArea .current-menu-item a {
  background: #81771a !important;
  color: #fff;
}

.dark-contrast .breadcrumbs {
  color: #ffeb3b;
  border-left: 3px solid #fff;
}

.dark-contrast .print-btn img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .print-btn {
  background: #ffffff;
}

.dark-contrast .organisation-chart-cont {
  border: 1px solid #4e4e4e;
}

.dark-contrast .ohpc-search-submit {
  background-color: #81771a;
}

.dark-contrast .inner-sidebar .widgetizedArea .has_children ul li a {
  background: #232323 !important;
  color: #ffeb3b;
}

.dark-contrast .inner-sidebar .widgetizedArea .has_children ul li a::after {
  background-color: #ffeb3b;
}

.dark-contrast .t-search-input {
  border: 1px solid #4e4e4e;
}

.dark-contrast .doc-main-wrapper {
  border: 1px solid #4e4e4e;
}

.dark-contrast .doc-left-info .pdf-img {
  border: 1px solid #4e4e4e;
}

.dark-contrast .top-menu li img.access-icon {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .sf-menu ul>li>a:hover:before {
  background: #ffeb3b;
}

.dark-contrast .sf-menu ul ul>li.sfHover>a {
  color: #ffeb3b;
}

.dark-contrast .sf-menu ul ul>li>a:hover {
  color: #ffeb3b;
}

.dark-contrast .search-div .item-btn {
  filter: brightness(1) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .close-search {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .accessability-box-inner {
  background-color: #262628;
}

.dark-contrast .adjustment-box-main h2 {
  color: #000000 !important;
}

.dark-contrast .accessability-box-top h1 {
  color: #ffeb3b;
}

.dark-contrast .resetsetting img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .sf-menu>li>a:before {
  background: #ffeb3b;
}

.dark-contrast .sidebar-top-wrapper {
  background: #3e3d3d;
}

.dark-contrast .inner-sidebar .menu-item-has-children.dropdown ul li::after {
  background: #ffeb3b;
}

.dark-contrast .inner-sidebar .current-menu-parent.dropdown::after {
  background: #ffeb3b;
}

.dark-contrast .inner-sidebar .current-menu-item.dropdown::after {
  background: #ffeb3b;
}

.dark-contrast .custome-bg {
  background-color: #20252d;
}

.dark-contrast .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

.dark-contrast .header-container.scrolled .search-border:hover .search-icon {
  filter: brightness(0) invert(1);
}

.dark-contrast .no-data-wrapper {
  border: 1px solid #4e4e4e;
}

.dark-contrast .date-wrapper {
  color: #ffeb3b;
}

.dark-contrast .gallery-img-wrapper::before {
  background: rgb(255 235 59 / 19%);
}

.dark-contrast .overlay-count {
  background: #000000;
}

.dark-contrast .image-details-box {
  border: 1px solid #4e4e4e;
}

.dark-contrast .table-responsive thead tr th {
  color: #ffeb3b;
}

.dark-contrast .table-bordered {
  border-color: #4e4e4e;
}

.dark-contrast .contact-card::before {
  background: linear-gradient(180deg, #ffeb3b, #ffeb3b);
}

.dark-contrast .contact-card .contact-info img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(63%) saturate(600%) hue-rotate(0deg) brightness(105%) contrast(105%);
}

/* dark-contrast css end */

/* Media Print Start here */

@media print {

  html,
  body,
  .page,
  #smooth-wrapper,
  #smooth-content,
  .inner-page-banner {
    position: static !important;
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
    transform: none !important;
    display: block !important;
    background: transparent !important;
  }

  /* 2. Hide Unwanted Elements */
  header,
  .header-container,
  #stuck_container,
  .top-nav-bar,
  .breadcumb,
  .sidebar-menu,
  .ohpc-tender-search-section,
  .pagination-archive-wrapper,
  .footer-logo-wrapper,
  .footer-top,
  .accessability-box-container,
  #header-search-wrapper,
  .menu-overlay,
  .share-box,
  .pagination,
  .hidden-bar,
  .modal,
  .banner-top-shape,
  .banner-bottom-shape {
    display: none !important;
  }

  /* 3. INJECT LOGO & KILL OVERLAY (Resetting inherited styles) */
  .inner-page-banner::before {
    content: url(../images/Logo-ohpc_final.svg) !important;
    display: block !important;
    position: static !important;
    background: none !important;
    text-align: center !important;
    margin: 0 auto 30px auto !important;
    width: 250px !important;
    height: auto !important;
    filter: brightness(0) !important;
  }

  /* 4. FIX BANNER & TITLE (Hide the dam image, show black text) */
  .inner-page-banner img {
    display: none !important;
  }

  .inner-page-banner {
    background: none !important;
    margin-bottom: 30px !important;
    border-bottom: 2px solid #000 !important;
    padding-bottom: 10px !important;
    break-after: avoid;
    page-break-after: avoid;
  }

  .inner-page-banner .banner-wrapper {
    position: static !important;
    display: block !important;
    width: 100% !important;
    transform: none !important;
    padding: 0 !important;
    margin: 0 auto;
  }

  .inner-page-banner .banner-wrapper h1 {
    color: #000 !important;
    font-size: 28px !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
    position: static !important;
    text-shadow: none !important;

  }

  /* 5. MAIN CONTENT LAYOUT */
  .col-xl-9.page-content {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .document-box {
    break-inside: avoid;
    page-break-inside: avoid;
    border-bottom: 1px solid #ccc !important;
    padding: 10px 0 !important;
  }

  /* 6. FOOTER LAYOUT & CREDITS */
  footer,
  .well__foot {
    display: block !important;
    background: transparent !important;
    border-top: 1px solid #000 !important;
    margin-top: 20px !important;
    padding-top: 15px !important;
  }

  /* Flexbox to keep copyright and credits side-by-side */
  .bottom .row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }

  .bottom .col-xl-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .footer-mark {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: right !important;
  }

  .footer-mark li {
    display: block !important;
    font-size: 12px !important;
    color: #000 !important;
  }

  body {
    background: white !important;
    color: black !important;
  }

  a {
    color: black !important;
    text-decoration: none !important;
  }
}