@font-face {
  font-family: arial-regular;
  src: url(../fonts/arial.ttf);
}
@font-face {
  font-family: montserrat-bold;
  src: url(../fonts/montserrat-Bold.ttf);
}
@font-face {
  font-family: arial-bold;
  src: url(../fonts/arial-bold.ttf);
}
@font-face {
  font-family: montserrat-medium;
  src: url(../fonts/montserrat_medium.ttf);
}
@font-face {
  font-family: arial-bold-italic;
  src: url(../fonts/arial-bold-italic.ttf);
}
@font-face {
  font-family: arialmdm;
  src: url(../fonts/arialmdm.ttf);
}
html,
body {
  overflow-x: hidden;
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  font-family: arial-regular;
  color: #231f20;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none !important;
  font-size: 16px;
}

a:hover {
  text-decoration: none !important;
}

p {
  font-size: 16px;
  line-height: 22px;
}

/*.my-sidenav,
.ham-icon1 {
  display: none;
}*/
/*-----------Header Css End-------------*/
/*header {
  height: 70px;
  box-shadow: 0px 2px 2px #00000029;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
}*/
/*new header start*/
.my-sidenav {
    display: none;
}
#header
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 26px 0px 14px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
}
.rightsideMenu
{
    display: flex;
    align-items: center;
    float: right;
    position: relative;
}
header p
{
    text-align: center;
    font-size: 18px;
}
header .row
{
    align-items: center;
}
.downloadpdf
{
    margin-right: 31px;
}
.downloadpdf a 
{
    font-size: 18px;
    color: #707070;
}
.downloadpdf a img
{
    padding-left: 5px;
}
.commonbutton
{
    position: relative;
    color: #FFFFFF;
    font-size: 18px;
    padding: 12px 19px 11px 54px;
    background: #084B7D 0% 0% no-repeat padding-box;
    border-radius: 23px;
    transition: ease all 0.5s;
}
.commonbutton:before
{
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    background: url(../images/watch-the-video-arrow.svg);
    left: 0;
    top: 0;
    transition: ease all 0.5s;
}
.commonbutton:hover
{
    background: transparent;
    border: 1px solid #084B7D;
    color: #084B7D;
    transition: ease all 0.5s;
    border-left: 0;
}
.commonbutton:hover:before
{
    background: url(../images/know-more-arrow.svg);
    transition: ease all 0.5s;
}
.nav-icon3 {
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #4d4d4f;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.nav-icon3 span:nth-child(1) {
    top: 0px;
}
.nav-icon3 span:nth-child(2), .nav-icon3 span:nth-child(3) {
    top: 6px;
}
.nav-icon3 span:nth-child(4) {
    top: 12px;
}
.nav-icon3.open span:nth-child(1) {
    top: 16px;
    width: 0%;
    left: 50%;
}
.nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-icon3.open span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%;
}
/**/
.my-sidenav1 {
  display: none;
  position: fixed;
  top: 90px;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999999;
  max-width: 100%;
  width: 100%;
  background: #0067ac;
  height: 100%;
/*  border-top: 1px solid #0067ac;*/
}
.my-sidenav1.show {
  transform: translateY(0); /* Bring it up to its normal position */
}
.openMenu .nav-tabs .nav-link {
  margin-bottom: 5px;
  padding-bottom: 10px;
  border: none;
  border-radius: 0px;
}
.openMenu .nav-item {
  display: inline-block;
  width: 100%;
}
.openMenu .nav-tabs {
  border-bottom: 0;
}
.openMenu .nav-tabs .nav-item.show .nav-link, .openMenu .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  opacity: 1;
}

.openMenu {
      background-color: #0067ac;
    padding: 70px 0px 0px 0px;
    max-width: 300px;
    width: 100%;
}
.openMenu ul li .nav-link:hover{
  color: #fff;
}
.openMenu ul li .nav-link {
  font-size: 24px;
  line-height: 40px;
  font-family:arial-bold;
  color: #fff;
  padding-right: 0px;
  opacity: 0.5;
}
.fullMenus {
  display: flex;
  justify-content: space-between;
}
.fullMenus > div:nth-child(1) {
      max-width: 760px;
    width: 100%;
}
.leftMenus {
    background: #fff;
}
.innerOpenMenu div ul li a span.spnBlck{
  display: block;
}

.innerOpenMenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.innerOpenMenu {
     display: flex;
    justify-content: space-between;
    padding: 90px 50px 60px 95px;
}
.leftMenus{
  position: relative;
}
/*.leftMenus::after{
      content: "";
    position: absolute;
    background: url(../images/homepage/cross.svg);
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 168px;
    right: -35px;
    background-size: cover;
}*/
.ham-icon1
 {
    display: none;
}

.innerOpenMenu > div {
  width: 370px;
}
.innerOpenMenu ul li.clr-chnge a {
    display: flex;
    justify-content: space-between;
}

.innerOpenMenu ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  display: block;
  margin-bottom: 15px;
  font-family: arial-regular;
}
/*-----------Header Css End-------------*/
/*new header end*/
.hdr-flex {
  align-items: center;
}
.header-left {
  display: flex;
  align-items: center;
  justify-content: start;
}
.header-left a {
  cursor: default;
}

.header-left a,
.header-right a {
  color: #000000;
  font-size: 16px;
}
.header-left a span,
.header-right a span {
  font-family: arial-regular;
  color: #000;
}
.header-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.hamburger {
}

.bar {
  height: 4px;
  background-color: #2f3b8e; /* Blue tone from image */
  margin: 4px 0;
  border-radius: 2px;
}

.bar1 {
  width: 35px;
  margin-left: auto;
}

.bar2 {
  width: 20px;
  margin-left: auto;
}

.bar3 {
  width: 12px;
  margin-left: auto;
}
.bannerSec {
/*  display: flex;*/
  height: 100vh;
  position:relative;
/*  align-items: center;*/
}
.slideTxt h1 {
  font-size: 51px;
  color: #2b3990;
  font-family: montserrat-bold;
  line-height: 56px;
}
.slideTxt h1 span {
  display: block;
}
.slideTxt {
  position: absolute;
  bottom: 70px;
  left: -28px;
}
.bannerSlider .item {
  /*width: 100% !important;
  max-width: 730px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;*/
}
.bannerSlider.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.bannerSlider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2b3990;
  width: 14px;
  height: 14px;
}
.bannerSlider.owl-theme .owl-dots .owl-dot span {
  margin: 5px 5px;
}
.bannerSlider.owl-theme .owl-dots {
     right: 25%;
    position: absolute;
    bottom: 0px;
}
.read-more-btn {
  display: inline-flex;
  align-items: center;
  background: #2f3b8e;
  color: white;
  padding: 0px 25px 0px 0px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-family: sans-serif;
  overflow: hidden;
  position: relative;
  transition: background 0.3s ease;
}

.read-more-btn .icon {
  background-color: #00cfff;
  color: white;
  border-radius: 50%;
  margin-right: 15px;
  transition: transform 0.4s ease;
}

/* Hover effect */
.read-more-btn:hover .icon {
  transform: translateX(122px);
}
.read-more-btn:hover .text {
  transform: translateX(-40px);
}
.bannerSec .commonCta {
    position: absolute;
    bottom: 93px;
    z-index: 99;
    left: 35%;
}
.aboutInner span.aboutSmlTxt {
  font-size: 18px;
  color: #4d4d4f;
  font-family: arial-bold;
  display: block;
}
.aboutInner h2 {
  font-size: 35px;
  color: #2c5dab;
  font-family: montserrat-bold;
  line-height: 40px;
  padding-bottom: 18px;
}
.aboutSec .read-more-btn {
  margin-top: 35px;
}
.aboutSec {
  background: #fffbf9;
  height: 100vh;
  align-items: center;
  display: flex;
}
.aboutInner p {
  color: #4d4d4f;
}
.offeringBox {
  background: #d5eef5;
  padding: 20px 0 20px 20px;
  margin-top: 20px;
}
.offeringBox h3 {
  font-size: 24px;
  color: #2b3990;
  font-family: montserrat-bold;
  line-height: 30px;
}
.offerMrgn {
  margin-top: 80px;
}
.ourOfferingSec {
  padding-top: 90px;
  overflow: hidden;
  height: 100vh !important;
}
.keyHighSec h2 {
  color: #2b3990;
  font-size: 35px;
  font-family: montserrat-bold;
  text-align: center;
}
.keyHighSec {
  background: #eaf5ed;
  padding: 60px 0 60px;
}
.businessHighlights {
  background: #eaf5ed;
  padding: 60px 0 50px;
}
.businessHighlights h2 {
  text-align: center;
  color: #2b3990;
  font-size: 35px;
  font-family: montserrat-bold;
  padding-bottom: 60px;
}

.highlightCard {
  border-left: 1px solid #1c2b8d;
  border-radius: 5px;
  box-sizing: border-box;
  height: 280px;
  border-bottom: 1px solid #1c2b8d;
  border-bottom-right-radius: 0px;
  position: relative;
  padding-top: 10px;
}
.highlightCard::before {
  position: absolute;
  content: "";
  background: url(../images/homepage/high-line.svg);
  width: 178px;
  height: 23px;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: cover;
  left: 0;
  top: -1px;
}
.highlightHeader {
  background: #c7ead7;
  color: #4d4d4f;
  font-family: arial-bold;
  font-size: 16px;
  padding: 2px 50px 2px 10px;
  display: inline-block;
  border-radius: 0px;
  margin-bottom: 20px;
}
.highlightCard h3 {
  color: #2c5dab;
  font-size: 18px;
  font-family: arialmdm;
  padding-bottom: 15px;
}
.highlightCard h3 span {
  display: block;
}
.highlightCard h3,
.highlightCard p {
  padding-left: 10px;
}
.chairmanSection h2 {
  color: #2c58a4;
  font-size: 35px;
  font-family: montserrat-bold;
  padding-top: 20px;
  padding-bottom: 10px;
}
.chairWrap {
  display: flex;
  gap: 30px;
}

.chairContent h4 {
  color: #2c58a4;
  font-size: 16px;
  font-family: arial-bold;
  padding-top: 40px;
}
.chairContent h4 span {
  display: block;
  color: #4d4d4f;
  font-size: 14px;
}
.chairContent .read-more-btn {
  margin-top: 35px;
}
.chairmanSection {
  padding: 50px 0 50px;
  height: 100vh;
}
.chairBg::after {
  position: absolute;
  background: #eaf5ed;
  content: "";
  max-width: 1015px;
  width: 100%;
  height: 400px;
  top: 140px;
  right: 0;
  z-index: -1;
}

.row.chairBg {
  position: relative;
}
.managDir .chairBg::after {
  left: 0 !important;
}
.chairContent p {
  color: #2c58a4;
  padding-top: 20px;
  max-width: 417px;
  width: 100%;
  padding-right: 10px;
  line-height: 20px;
  height: 150px;
}
.managDir .chairContent {
  padding-left: 15px;
}
.highlightSlider.owl-theme .owl-nav {
  text-align: right;
}
.highlightSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 42px;
  height: 42px;
  background-image: url(../images/homepage/left-arrow.svg) !important;
  opacity: 1;
  right: 50px;
  bottom: -20px;
}
.highlightSlider .owl-nav button.owl-next {
  position: absolute;
  width: 42px;
  height: 42px;
  background-image: url(../images/homepage/right-arrow.svg) !important;
  opacity: 1;
  right: 0;
  bottom: -20px;
}
.highlightSlider .owl-nav button.owl-prev span {
  display: none;
}
.highlightSlider .owl-nav button.owl-next span {
  display: none;
}
.highlightSlider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}
.highlightSlider.owl-theme .owl-dots .owl-dot.active span,
.highlightSlider.owl-theme .owl-dots .owl-dot:hover span {
  background: #2b3990;
  width: 14px;
  height: 14px;
}
.highlightSlider.owl-theme .owl-dots .owl-dot span {
  margin: 0px 3px 0;
}
.slide-counter {
  font-size: 16px;
  color: #1c2b8d;
  font-weight: bold;
  margin-bottom: 10px;
  position: absolute;
  bottom: -20px;
}

.slide-counter .current-slide {
  font-size: 30px;
}
.highlightSlider-wrapper {
  position: relative;
}
.slide-counter .total-slides {
  font-size: 18px;
}
.highBtn {
  text-align: center;
  margin-top: 40px;
}
.highlightSlider.owl-theme .owl-dots {
  padding-top: 40px;
}
.businessSec h3 span {
  display: block;
  color: #4d4d4f;
  font-size: 18px;
  font-family: arial-bold;
}
.businessSec h3 {
  color: #2c58a4;
  font-size: 30px;
  line-height: 40px;
  font-family: montserrat-bold;
  text-align: center;
}
.homeBussTabs a.nav-link.active {
  border: none;
  background: #eaf5ed;
  color: #2c58a4;
  border-radius: 0px;
  text-align: center;
  padding: 10px 70px 10px 15px;
}
.homeBussTabs a.nav-link {
  color: #4d4d4f;
  font-size: 24px;
  font-family: arial-bold;
  padding: 10px 70px 10px 15px;
}
.homeBussTabs a.nav-link:hover {
  border: 0px;
}
.homeBussTabs {
  margin-top: 25px;
}
.homeBussTabs .nav-tabs {
  justify-content: space-between;
  border-bottom: 0px;
}
.bussBg {
  background: #eaf5ed;
  padding: 20px;
}
.bussBg .col-xl-4 {
  padding-right: 0px;
  padding-left: 0px;
}
.tabFlx {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  gap: 15px;
  align-items: baseline;
  padding-right: 20px;
}
.tabRght {
  border-right: 0px;
}
.bussBg .col-xl-4:nth-child(4) .tabFlx,
.bussBg .col-xl-4:nth-child(5) .tabFlx,
.bussBg .col-xl-4:nth-child(6) .tabFlx {
  border-bottom: 0px;
  padding-top: 20px;
}
.bussBg .col-xl-4:nth-child(2) .tabFlx,
.bussBg .col-xl-4:nth-child(3) .tabFlx,
.bussBg .col-xl-4:nth-child(5) .tabFlx,
.bussBg .col-xl-4:nth-child(6) .tabFlx {
  padding-left: 15px;
}
.tabFlx h5 {
  color: #2c58a4;
  font-size: 18px;
  padding-bottom: 15px;
  font-family: arial-bold;
}
.tabFlx ul {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0px;
  height: 155px;
}
.tabFlx ul li {
  position: relative;
  color: #4d4d4f;
  padding-bottom: 15px;
}
.tabFlx ul li::before {
  content: "";
  position: absolute;
  background: #f48473;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  left: -15px;
  top: 6px;
}
.tabFlx img {
  max-width: 50px;
  height: auto;
  flex-shrink: 0;
}
.bussBtn {
  text-align: center;
  margin-top: 20px;
}
.tabFlx ul li:last-child {
  padding-bottom: 0px;
}
.strategySec {
  margin: 50px 0 50px;
}
.strategyRight h3 span.strtTxt {
  color: #4d4d4f;
  font-size: 18px;
  font-family: arial-bold;
  display: block;
}
.strategyRight h3 span {
  display: block;
}
.strategyRight h3 {
  color: #2c58a4;
  font-size: 30px;
  font-family: montserrat-bold;
  line-height: 36px;
}
.strategyRight p {
  color: #00bfdf;
  font-family: arial-bold;
  padding-bottom: 25px;
}

.strategyRight h3 {
  padding: 0px 0 10px;
}
.strategySec .col-xl-4 {
  padding-right: 0px;
}
.strategySec .col-xl-8 {
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #2c58a4;
  border-right: 1px solid #2c58a4;
  border-bottom: 1px solid #2c58a4;
}
.accordion-button::after {
  display: none !important; /* Hides the arrow */
}
.accordion-button {
  background-color: transparent !important;
}
.accordion-header .accordion-button span {
  color: #4d4d4f;
  font-size: 18px;
  font-family: arial-bold;
  display: block;
}
.accordion-item {
  border-bottom: 1px solid #2c58a4;
}

.accordion-button {
  border: none !important;
  padding: 22px 0px 15px 15px;
  box-shadow: none !important;
}
.accordion-body {
  padding: 0 15px 30px 15px;
}
.accordion-item:last-of-type {
  border-bottom: 0px;
}
.accordion-button.collapsed {
  padding: 15px 0px 15px 15px;
}
.accordion-button:not(.collapsed) {
  padding: 50px 15px 0 15px;
}
.accordion-item:first-of-type .accordion-button {
  border-bottom: 0px;
}
.accordion-item .accordion-button {
  border-top-left-radius: 0px !important;
    border-top-right-radius: 0px;
}
.sitemap a {
  font-family: arial-regular;
  font-size: 12px;
  line-height: 22px;
  color: #000;
}
.sitemap {
  padding: 30px 0 70px 0;
}
.bottom-leftright {
  position: relative;
  background-color: #fff;
  margin-top: 82px;
  margin-bottom: 60px;
}
.nextPre {
  display: flex;
}
.pd-r0 {
  padding-right: 0px;
}
.leftarrow {
  text-align: center;
}
.leftarrow a {
  border: 1px solid #2c58a4;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 20px;
  color: #2c5dab;
  font-size: 16px;
  font-family: arial-bold;
}
.pd-l0 {
  padding-left: 0px;
}
.rightarrow {
  text-align: center;
}
.rightarrow a {
  border-left: 0px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 00px;
  border: 1px solid #2c58a4;
  padding-right: 20px;
  color: #2c5dab;
  font-size: 16px;
  font-family: arial-bold;
}
.rightarrow a:hover {
  background-color: #2c5dab;
  color: #fff;
  font-family: arial-bold;
}
.leftarrow a:hover {
  background-color: #2c5dab;
  color: #fff;
  font-family: arial-bold;
}
.first-natural h1 {
  font-size: 35px;
  line-height: 40px;
  color: #2c58a4;
  font-family: montserrat-bold;
}
.first-natural {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 23px;
}
.natural-c p.light-b {
  font-size: 18px;
  line-height: 24px;
  color: #00bfdf;
  font-family: arial-bold;
}
.cams-y {
  padding-bottom: 40px;
}
.natural-c h3 {
  font-size: 18px;
  line-height: 24px;
  color: #2c5dab;
  font-family: arial-bold;
  padding-bottom: 18px;
}
.natural-c ul.material-list {
  list-style: none;
  display: flex;
  gap: 40px;
  padding: 0px 0 30px 0px;
}
.natural-c ul.material-list li {
  position: relative;
  padding-left: 12px;
  color: #4d4d4f;
}
.natural-c ul.material-list li::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 7px;
  width: 7px;
  height: 7px;
  border: 1px solid #eb6e6e;
  border-radius: 50%;
}
.esg-banner {
  background-image: url(../images/esg/esg-overview-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.esg-banner .sitemap {
  position: absolute;
  top: 0;
  left: 0;
}
.esg-banner .sitemap a {
  color: #fff;
}
.banner-data h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: arial-bold;
}
.banner-data h1 {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-family: montserrat-bold;
}
.banner-data h1 span {
  display: block;
}
.esgData h4 {
  font-size: 18px;
  line-height: 24px;
  color: #00bfdf;
  font-family: arial-bold;
  padding-bottom: 40px;
}
.esgData h3 {
  font-size: 18px;
  line-height: 24px;
  color: #2c5dab;
  font-family: arial-bold;
  padding-bottom: 16px;
}
.esgData .esg-rating {
  padding-bottom: 20px;
}
.green-h .first-green p span {
  display: block;
}
.green-h .first-green img {
  padding-bottom: 15px;
}
.green-h .first-green {
  border-right: 1px solid #ff8071;
  border-bottom: 1px solid #ff8071;
  padding-right: 30px;
  padding-bottom: 20px;
  max-width: 18%;
  width: 100%;
  float: left;
  min-height: 217px;
  margin-right: 20px;
  margin-bottom: 50px;
}
.green-h.other-green {
  margin: auto;
  max-width: 80%;
}
.green-h.other-green .first-green {
  max-width: 21%;
}
.key-highlight {
  background-color: #fff2eb;
  padding: 30px;
  margin-bottom: 45px;
}
.key-highlight h3 {
  font-size: 18px;
  line-height: 24px;
  color: #2c5dab;
  font-family: arial-bold;
}
.key-highlight ul {
  list-style: none;
  padding-left: 2px;
}
.key-highlight ul li {
  position: relative;
  padding: 0 0 10px 16px;
  color: #4d4d4f;
}
.key-highlight ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #f48473;
}
.key-highlight.ghg-invent {
  border: 1px solid #ff8071;
  border-right: none;
  position: relative;
  background-color: #fff;
  min-height: 340px;
}
.circle-number {
  position: absolute;
  top: 12px;
  left: -12px;
  height: 23px;
  width: 23px;
  background-color: #ffcbb8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.intiatives {
  background-color: #dbeee1;
  padding: 40px 0;
}
.intiatives h3 {
  font-size: 18px;
  line-height: 24px;
  color: #2c5dab;
  font-family: arial-bold;
  padding-bottom: 40px;
}
.key-highlight.intiatives {
  background-color: #dbeee1;
}
.main-sec {
  display: flex;
  gap: 34px;
  border: 1px solid #ff8071;
  border-radius: 30px;
  margin-bottom: 40px;
}
.main-sec .left-img {
  margin-left: -2px;
  margin-top: -10px;
  background: #dbeee1;
  height: 300px;
  max-width: 273px;
  width: 100%;
  position: relative;
}
.left-img .hollow-circle {
  position: absolute;
  left: -19px;
  bottom: -10px;
  width: 26px;
  height: 25px;
  border: 1px solid #ff8071;
  border-radius: 50%;
  background-color: transparent;
  margin: 10px;
}
.left-img::before {
  content: "";
  position: absolute;
  left: 87%;
  top: -13px;
  width: 26px;
  height: 25px;
  border: 1px solid #ff8071;
  border-radius: 50%;
  background-color: transparent;
  margin: 10px;
}

.left-img h3 {
  font-size: 24px;
  line-height: 28px;
  color: #ff8071;
  font-family: arial-bold;
  padding-left: 30px;
  padding-top: 12px;
}
.col-xl-6.rt-pad {
  padding-left: 0;
}
.cams-y {
  position: relative;
}
.cams-y.retorted img {
  display: block;
  width: 100%;
}
.col-xl-6.no-pad {
  padding-right: 0;
}
.cams-y.retorted .before {
  background-color: #b3ddc4;
  padding: 6px 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.cams-y.retorted .after {
  background-color: #f48473;
  padding: 6px 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.cams-y.retorted .before p {
  font-size: 18px;
  line-height: 24px;
  color: #4d4d4f;
  font-family: arial-bold;
  padding-bottom: 0;
}
.cams-y.retorted .after p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: arial-bold;
  padding-bottom: 0;
}
.cl-centre h4 {
  font-size: 24px;
  line-height: 40px;
  color: #2c58a4;
  font-family: montserrat-medium;
}
.cl-centre {
  padding-bottom: 30px;
}
.combines-data {
  padding-bottom: 15px;
}
.manuf-img {
  padding-bottom: 40px;
}
.txt-c {
  padding-left: 50px;
}
.natural-c .graph-img {
  padding-bottom: 20px;
}
.natural-c .Techcams {
  max-width: 473px;
}
.camsTechimg {
  padding-bottom: 40px;
}
.myCams {
  background: #d5eef5;
  max-width: 96px;
  min-height: 65px;
}
.myCams p {
  font-size: 18px;
  line-height: 24px;
  color: #2c5dab !important;
  font-family: arial-bold;
  margin-left: 33px;
  padding-top: 18px;
}
.head-Cams {
  display: flex;
  align-items: center;
  gap: 50px;
}
.natural-c ul.material-list.no-flex {
  list-style: none;
  display: inline;
  padding: 0px 0 0px 16px;
}
ul.material-list.no-flex li {
  padding-bottom: 20px;
}
ul.material-list.no-flex li span {
  display: block;
}
ul.material-list.no-flex li span.font-b {
  font-family: arial-bold;
  display: inline;
}
.natural-c .row.sub-sec {
  margin-bottom: 50px;
}
.half-data h3 {
  padding-bottom: 6px;
}
.half-data p {
  padding-bottom: 25px;
}
.mobileApp h4 {
  font-size: 30px;
  line-height: 40px;
  color: #2c58a4;
  font-family: montserrat-medium;
}
.mobileApp h4 span {
  font-size: 24px;
  line-height: 40px;
  color: #2c58a4;
  font-family: montserrat-medium;
}
.half-data p.no-pad {
  padding-bottom: 5px;
}
.manuf-img.txt-c-n {
  text-align: center;
}
.natural-c h3.light-b {
  font-size: 18px;
  line-height: 24px;
  color: #00bfdf;
  font-family: arial-bold;
}
.natural-c h3.light-b.pd0 {
  padding-bottom: 0;
  color: #00bfdf;
  background: #fff;
}
.natural-c p.pd0 {
  padding-bottom: 0;
}
.natural-c h3.clr-black {
  color: #4d4d4f;
}
.material-list li span {
  font-family: arial-bold;
}
ul.sub-li {
  list-style: none;
  display: flex;
  gap: 50px;
  padding: 10px 0 0 0px;
}
ul.sub-li.no-flex {
  display: block;
}
ul.sub-li li {
  position: relative;
}
ul.sub-li li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #b6e2d8;
  border: none !important;
  border-radius: 50%;
}
ul.sub-li.pd0 li {
  padding-bottom: 0;
}
ul.sub-li.no-flex li {
  padding-bottom: 10px;
}
ul.material-list.pd0 {
  padding-bottom: 0;
}
.sep-sec h4 {
  font-size: 30px;
  line-height: 40px;
  color: #2c58a4;
  font-family: montserrat-medium;
}
.natural-c h3.pd0 {
  padding-bottom: 0;
  color: #2c5dab;
  font-family: arial-bold;
}
.about-top-sec h1 {
  font-size: 35px;
  line-height: 40px;
  color: #2c58a4;
  font-family: montserrat-bold;
  padding-bottom: 37px;
}
.about-top-sec h6 {
  font-family: arial-bold;
  font-size: 18px;
  line-height: 24px;
  color: #2c5dab;
  padding-bottom: 15px;
}
.about-top-sec p {
  font-family: arial-regular;
  color: #4d4d4f;
  padding-bottom: 30px;
}
.about-cams-top h1 {
  font-family: arial-bold;
  font-size: 18px;
  line-height: 35px;
  color: #4d4d4f;
  padding-bottom: 7px;
}
.about-cams-top h2 {
  font-size: 35px;
  line-height: 40px;
  color: #2c58a4;
  font-family: montserrat-bold;
  padding-bottom: 19px;
}
.about-cams-top p {
  padding-bottom: 30px;
  font-family: arial-regular;
}
p.para-blue {
  color: #00bfdf;
  font-family: arial-bold;
}
.our-value {
  background-color: #fccab5;
  text-align: center;
  font-family: arial-bold;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  padding: 23px 0;
}
.fullImg {
  text-align: center;
}
.brown-bg-div {
  background-color: #fff4f0;
  padding: 50px 30px;
  margin-bottom: 36px;
}
.rgt-img {
  padding: 50px 0;
}
.aboutcams-banner {
  margin-bottom: 50px;
  margin-top: -6px;
}
.cams-regulated h4 {
  font-size: 18px;
  line-height: 24px;
  color: #2c5dab;
  font-family: montserrat-bold;
  padding-bottom: 45px;
}
.regulated-logo {
  text-align: center;
  margin-bottom: 25px;
}
.main-logo-div {
  border-right: 1px solid #ffcbb8;
  border-bottom: 1px solid #ffcbb8;
  min-height: 320px;
  padding-top: 33px;
  margin-bottom: 40px;
}
.main-logo-div ul li {
  list-style: none;
  font-family: arial-regular;
  color: #4d4d4f;
  font-size: 16px;
  line-height: 22px;
  padding: 0 20px 0 15px;
  position: relative;
}
.main-logo-div ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #f48473;
  top: 6px;
  left: 0;
  position: absolute;
}
.shareholding-graph-sec h5 {
  font-family: arial-bold;
  font-size: 18px;
  line-height: 24px;
  color: #4d4d4f;
  padding-bottom: 15px;
}
.shareholding-graph-sec p,
.about-cams-lst p {
  padding-bottom: 30px;
  font-family: arial-regular;
}
h5.blue-headin {
  color: #2c58a4;
}
.about-cams-lst {
  background-color: #fff4f0;
  padding-top: 50px;
  padding-left: 60px;
}
.about-cams-lst h5 {
  font-family: arial-bold;
  font-size: 18px;
  line-height: 24px;
  color: #2c5dab;
  padding-bottom: 15px;
}
.about-cams-subdiv h6 {
  font-family: montserrat-bold;
  color: #2c5dab;
  font-size: 30px;
  line-height: 24px;
  padding-bottom: 5px;
}
.about-cams-subdiv p {
  padding-bottom: 50px;
  font-family: arial-regular;
}
.about-cams-subdiv p span {
  display: block;
}
.shareholding-graph-sec {
  margin-bottom: 20px;
}
.brown-bg-subdiv {
  background-color: #ffcbb8;
  padding: 15px 20px 10px 30px;
  max-width: 220px;
  max-height: 150px;
  margin-bottom: 20px;
}
.brown-bg-subdiv p {
  font-family: arial-bold;
}
.brown-brd-subdiv {
  border: 1px solid #f48473;
  padding: 15px 20px 10px 30px;
  max-width: 220px;
  max-height: 110px;
  margin-bottom: 20px;
}
.about-cams-lst {
  position: relative;
}
.about-cams-lst .row:nth-child(2) .col-xl-4:nth-child(3)::after {
  position: absolute;
  content: "";
  background: url(../images/about-cams/arrow.svg);
  width: 18px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 11%;
  top: 30%;
}
.accelerating-banner-txt p {
  font-family: arial-bold;
  color: #4d4d4f;
}
.accelerating-top {
  padding-bottom: 30px;
}
.accelerating-top .row .col-xl-6:first-child {
  align-items: center;
  justify-content: center;
  display: flex;
}
.accelerating-bottom .row .col-xl-6:nth-child(2) {
  align-items: center;
  justify-content: center;
  display: flex;
}
.accelerating-bottom p {
  font-family: arial-bold;
  color: #4d4d4f;
  padding-bottom: 20px;
}
.accelerating-bottom h1 {
  font-size: 35px;
  color: #2c58a4;
  font-family: montserrat-bold;
  line-height: 40px;
}
.accelerating-bottom h1 span {
  display: block;
}
.headin-accelerating {
  text-align: center;
}
.acclerating-img img {
  margin-top: -54px;
  margin-right: -75px;
}
.acclerating-img {
  padding-bottom: 10px;
}
.chairman-banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: end;
  background: #ADE0EE;
  padding-top: 25px;
}

.chairman-banner .sitemap {
 padding: 30px 0 99px;
}
.banner-txt-chairman h1 {
  font-size: 35px;
  color: #2c58a4;
  font-family: montserrat-bold;
  line-height: 40px;
  padding-bottom: 30px;
}
.banner-txt-chairman img {
  padding-bottom: 25px;
}
.banner-txt-chairman h2 {
  font-family: arial-regular;
  font-size: 24px;
  line-height: 28px;
  color: #2c58a4;
  position: relative;
}
.banner-txt-chairman h2::after {
  position: absolute;
  content: "";
  background: url(../images/chairman-desk/comma2.svg);
  width: 30px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 66px;
  bottom: -6px;
}

.chairman-content h6 {
  font-family: arial-bold;
  font-size: 18px;
  line-height: 20px;
  color: #2c5dab;
  padding-bottom: 16px;
}
h6.grey-headin-chairman {
  color: #4d4d4f;
}
.chairman-content p {
  color: #4d4d4f;
  font-family: arial-regular;
  padding-bottom: 30px;
}

.managing-director-banner {
  background: #B3DDC4;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  padding-top: 25px;
}

.managing-director-banner .sitemap{
  padding: 30px 0 99px;
}
.banner-txt-managing h1 {
  font-size: 35px;
  color: #2c58a4;
  font-family: montserrat-bold;
  line-height: 40px;
  padding-bottom: 30px;
}
.banner-txt-managing img {
  padding-bottom: 25px;
}
.banner-txt-managing h2 {
  font-family: arial-regular;
  font-size: 24px;
  line-height: 28px;
  color: #2c58a4;
  position: relative;
}
.banner-txt-managing h2::after {
  position: absolute;
  content: "";
  background: url(../images/managing-director/comma2.svg);
  width: 30px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 44%;
  bottom: -10px;
}

.managing-content h6 {
  font-family: arial-bold;
  font-size: 18px;
  line-height: 20px;
  color: #2c5dab;
  padding-bottom: 16px;
}
h6.grey-headin-chairman {
  color: #4d4d4f;
}
.managing-content p {
  color: #4d4d4f;
  font-family: arial-regular;
  padding-bottom: 30px;
}
.banner-txt-managing h2 span {
  display: block;
}
h6.pd-6 {
  padding-bottom: 6px !important;
}
.managing-content ul li {
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4f;
  padding-bottom: 25px;
  font-family: arial-regular;
  padding-left: 20px;
}
.managing-content ul {
  padding-left: 0;
}
.managing-content ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 6px;
  left: 0px;
  border-radius: 20px;
  background-color: #2c58a4;
}
.key-highlight-banner {
  background-color: #c7ead7;
  height: 100vh;
  align-items: baseline;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}
.key-highlight-banner h1 {
  font-size: 35px;
  color: #2c58a4;
  font-family: montserrat-bold;
  line-height: 40px;
  padding-bottom: 30px;
}
.key-highlight-banner h1 span {
  display: block;
}
.banner-top-key {
  align-items: center;
  display: flex;
}
.key-content-div h6 {
  font-size: 18px;
  color: #2c58a4;
   font-family: arialmdm;
  line-height: 24px;
  padding-bottom: 10px;
}
.date-green-bg {
  background-color: #c7ead7;
  width: 191px;
  height: 24px;
  padding: 5px 10px;
  /* margin-bottom: 25px; */
}
.date-green-bg h3 {
  color: #4d4d4f;
  font-family: arial-bold;
  font-size: 16px;
  line-height: 18px;
}
.key-content-div {
  position: relative;
  padding-top: 8px;
}
.key-content-div::after {
  position: absolute;
  content: "";
  background: url(../images/key-business/line.svg);
  width: 540px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}
.cont-div {
  padding: 0px 10px;
}
.cont-div {
  border-bottom: 1px solid #2c5dab;
  border-left: 1px solid #2c5dab;
  padding: 10px 20px 0px 10px;
  border-radius: 0px;
  border-bottom-right-radius: 0;
  margin-bottom: 30px;
  min-height: 350px;
}



.mid-sec-key-highlight {
  padding-bottom: 20px;
  border-bottom: 0px;
}
.coreFlx p {
  color: #2c58a4;
  font-family: arial-bold;
}
.coreFlx div {
  border-right: 1px solid #ccc;
  padding-right: 15px;
  margin-bottom: 15px;
}

.coreFlx {
  display: flex;
  gap: 30px;
}
.coreFlx div:last-child {
  border-right: 0px;
}
.coreskybg {
  background: #00bfdf;
  margin: 30px 0 40px;
  padding: 30px 40px 20px;
}
.coreskybg ul li {
  color: #fff;
  font-family: arial-bold;
}
.coreskybg ul li {
  position: relative;
  list-style: none;
}
.coreskybg ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f48473;
  border-radius: 5px;
  left: -14px;
  top: 6px;
}
.coreskybg ul {
  border-right: 1px solid #fff;
  padding-right: 15px;
  min-height: 60px;
}
.coreskybg .col-xl-3:last-child ul {
  border-right: 0px;
}
#bussThree .bussBg .tabFlx h6 {
  color: #2c58a4;
  font-size: 14px;
  font-family: arial-bold;
  margin: 20px 0 10px;
}
#bussThree .bussBg .tabFlx img {
  max-width: none;
  height: auto;
}
#bussThree .bussBg .tabFlx ul {
  height: auto;
}
#bussThree .bussBg .tabFlx {
  min-height: 255px;
}
.read-more-btn .icon,
.read-more-btn .text {
  transition: transform 0.8s ease; /* Slower and smoother transition */
}
.sex-capital-sec {
  padding: 70px 0;
  background: #2c58a4;
  overflow: hidden;
}
.capdetailsBtm {
  background: #fff;
  padding: 5px 0 5px;
}
.capdetailsBtm h3 {
  color: #2c58a4;
  font-family: arial-bold;
  font-size: 18px;
  padding: 5px 0px 0 15px;
}
.introFlx {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.introFlx h6 {
  color: #2c58a4;
  font-family: arial-bold;
  font-size: 16px;
}
.box-container {
  position: relative;
  width: 100%;
  height: 385px;
}

.capdetails,
.capdetailsHover {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
}

.capdetails {
  z-index: 2;
  opacity: 1;
}

.capdetailsHover {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  padding: 20px 10px 20px 20px;
  min-height: 275px;
}

.box-container:hover .capdetails {
  opacity: 0;
  cursor: pointer;
}

.box-container:hover .capdetailsHover {
  opacity: 1;
  cursor: pointer;
  z-index: 3;
}

.capdetailsHover p {
  color: #00bfdf;
  font-family: arial-bold;
}
.capdetailsHover a.read-more-btn {
  margin-top: 15px;
}
.sex-capital-sec h2 {
  color: #ffffff;
  font-size: 56px;
  font-family: montserrat-bold;
  text-align: center;
}
.sex-capital-sec h2 span {
  display: block;
}
.capmt100 {
  margin-top: 100px;
}
/*footer css start*/
.homePage footer {
  padding-bottom: 0px;
}
.backTop {
  position: relative;
}
.backTop a {
  text-align: right;
  display: block;
  font-size: 16px;
   color: #0067ac;
 font-family: arial-bold;
  position: absolute;
  right: 125px;
  top: 75px;
}
.downloadCenter h3 {
  font-size: 40px;
  line-height: 45px;
  color: #0067ac;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 50px;
  font-family: montserrat-bold;
}
.reportBook {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 21px 95px 20px 95px;
  position: relative;
  margin-bottom: 5px;
}
.reportBook::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 925px;
  height: 18px;
  background-color: #0067ac;
  margin: auto;
  top: -18px;
}
.reportBook > div:nth-child(1) {
  width: 212px;
}
.reportBook > div:nth-child(1) a {
  display: flex;
}
.reportBook > div:nth-child(2) {
  width: calc(100% - 212px);
}
.topLiksF {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00000029;
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.topLiksF > div:nth-child(1),
.botLiksF > div:nth-child(1) {
  width: 40%;
  position: relative;
  padding-left: 70px;
}
.borderRight::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  width: 1px;
  height: 166px;
  background-color: #00000029;
  top: -72px;
}
.topLiksF h4,
.botLiksF h4 {
  font-size: 18px;
  line-height: 24px;
  color: #2c5dab;
  font-family: montserrat-bold;
}
.topLiksF p,
.botLiksF p {
  font-size: 10px;
  line-height: 13px;
  display: block;
  color: #000000;
  font-family: montserrat-bold;
}
.topLiksF > div:nth-child(2),
.botLiksF > div:nth-child(2) {
  width: 60%;
  position: relative;
  padding-left: 50px;
}
.botLiksF {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.copyRightBg {
  background-color: #0067ac;
  padding: 19px 0px;
}
.copyrightTxt p {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.footSocial ul {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.rdxDev p {
  text-align: right;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.rdxDev p a {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
.reportBook::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  background-color: transparent;
  margin: auto;
  bottom: -18px;
}
.download-btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #2c58a4;
  color: #2c58a4;
  text-decoration: none;
  font-size: 14px;
  height: 48px;
  padding: 0 0 0 16px;
  border-radius: 2px;
  background: white;
  margin-bottom: 20px;
}

.download-btn .text {
  padding-right: 16px;
  color: #2c58a4;
  font-size: 18px;
}

.download-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 100%;
  border-left: 1px solid #2c58a4;
}

.download-btn .icon img {
  width: 16px;
  height: 16px;
}
.annualSec {
  background: #e9eef6;
  padding: 50px 0 50px;
  text-align: center;
}
.annualSec .footSocial ul {
  border-top: 1px solid #2c58a4;
  width: 200px;
  margin: 0 auto;
  padding: 10px 0 0;
}
/*footer css end*/
.esgOverSec {
  background: url(../images/homepage/esg-overview-img.webp);
  height: 100vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.esgOverSec h2 {
  color: #ffffff;
  font-size: 35px;
  font-family: montserrat-bold;
  line-height: 40px;
  padding-bottom: 20px;
}
.esgOverSec h2 span.esgTxt {
  color: #ffffff;
  font-size: 18px;
  font-family: arial-bold;
}
.esgOverSec h2 span {
  display: block;
}
.esgOverSec p {
  color: #ffffff;
  max-width: 445px;
  width: 100%;
}
.esgOverSec .read-more-btn {
  background: #fff;
  margin-top: 50px;
}
.esgOverSec .read-more-btn .text {
  color: #2c58a4;
}
.awardSec {
  background: #FFF2EB;
  padding: 80px 0 60px;
}
.awardSec h2 {
  color: #2c5dab;
  font-size: 35px;
  font-family: montserrat-bold;
  text-align: center;
}
.award-slider-container {
  position: relative;
  padding: 40px 0px 0px;
}

.caption {
  margin-top: 15px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.owl-item.center .caption {
  display: block;
  opacity: 1;
}

.custom-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-nav img {
  width: 40px;
  height: 40px;
  background: #2c58a4;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  pointer-events: all;
}

.award-slider .item img {
  max-width: 100%;
  max-height: 220px; /* adjust as needed */
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}

.award-main p.caption {
  margin-top: 20px;
  line-height: 1.4;
}

.caption {
  display: none;
  margin-top: 15px;
}

.owl-item.center .caption {
  display: block;
}
.award-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 42px;
  height: 42px;
  background-image: url(../images/homepage/left-arrow.svg) !important;
  opacity: 1;
  left: 30%;
  top: 75px;
}
.award-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  width: 42px;
  height: 42px;
  background-image: url(../images/homepage/right-arrow.svg) !important;
  opacity: 1;
  right: 30%;
  top: 75px;
}
.award-slider.owl-carousel .owl-nav button span {
  display: none;
}
.award-slider .owl-item {
  transform: scale(0.65);
  opacity: 1;
  transition: all 0.3s ease;
}

.award-slider .owl-item.center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.caseStudy {
  position: relative;
  padding: 75px 0px 0px 0px;
  height: 100vh !important;
  overflow: hidden;
  background-color: #0067ac;
  display: flex;
}
.mt250 {
  margin-top: 250px;
}

.continueTxt {
  display: flex;
  gap: 140px;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 999;
  position: relative;
}
.leftBlock,
.rightBlock {
  max-width: 400px;
  width: 100%;
}
.sBlock h4 {
  background-color: #f7921d;
  width: 100%;
}
.sBlock {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 299px;
  margin-top: 150px;
  align-items: end;
}
.sBlock h4 {
  padding: 5px 25px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  min-height: 54px;
  display: flex;
  align-items: center;
}
.sBlock h4 span {
  display: none;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.sBlock .explore-btn {
  display: none;
}

.mt150 {
  margin-top: 150px;
}
.caseStudy::before {
  content: "Introducing the Six Capitals";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  font-family: montserrat-bold;
}
.sBlock:hover {
  padding: 30px 25px;
}

.sBlock:hover .explore-btn,
.sBlock:hover h4,
.sBlock:hover,
.sBlock:hover h4 span {
  display: block;
}
.sBlock:hover {
  background-image: none;
}
.challengeMain {
  overflow: hidden;
}
.ourOfferingSec .read-more-btn {
  margin-top: 35px;
}
.footSocial a {
  color: #2c58a4;
}
.natural-c p {
  padding-bottom: 30px;
  color: #4d4d4f;
}

.riskTxtBnr h1{
  font-size: 35px;
  line-height: 40px;
  color: #2C58A4;
  font-family: montserrat-bold;
  padding-bottom: 35px;
}
.riskTxtBnr h1 span{
  display: block;
}
.riskTxtBnr p{
  color: #4D4D4F;
  font-size: 18px;
  font-family: arial-bold;
}
.riskBluePara p{
  color: #00BFDF;
  font-family: arial-bold;
}
.riskGov h4{
  font-size: 18px;
  color: #2C5DAB;
  font-family: montserrat-bold;
  padding-bottom: 25px;
}
.camsLink{
  display: flex;
  color: #4D4D4F;
  font-size: 14px;
  align-items: center;
  gap: 10px;
}
.riskBluePara .camsLink{
  margin-top: 40px;
}
.riskSec p{
  padding-bottom: 15px;
}
.camsRhC{
  margin-top: 95px;
}
.camsRhCFlx h5 {
    background: #E9F8FB;
    padding: 5px 40px 9px 40px;
    font-size: 18px;
    color: #2C5DAB;
    font-family: arial-bold;
    margin-left: -26px;
    margin-bottom: -10px;
}

.camsRhCFlx {
    display: inline-flex;
    align-items: end;
    position: absolute;
    top: -75px;
}
.camsRhCFlx div:nth-child(1){
  z-index: 99;
}
.camsRhCBrdr {
    border-top: 1px solid #2C5DAB;
    border-right: 1px solid #2C5DAB;
    padding: 30px 70px 50px 0px;
    position: relative;
    border-bottom: 1px solid #2C5DAB;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.camsRhCinner h4{
  font-size: 18px;
  color: #4D4D4F;
   font-family: arial-bold;
   padding-bottom: 15px;
   padding-top: 10px;
}
.camsRhC p{
  padding-bottom: 15px;
}
.camsRhCinner ul {
    list-style: none;
    padding-left: 20px;
}
.camsRhCinner ul li {
  position: relative;
  padding-bottom: 15px;
}
.camsRhCinner ul li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #F48473;
  left: -20px;
    top: 3px;
}
.camsRhCinner ul li span{
  font-family: arial-bold;
  color: #2C58A4;
}
.spn_m span {
    background: #C7EAD7;
    width: 31px;
    height: 28px;
    text-align: center;
    color: #2C58A4;
    font-size: 14px;
    font-family: arial-bold;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 0 0;
}
a.camsLink p {
   color: rgb(13 110 253);
    font-size: 14px;
    padding-bottom: 0;
    font-family: arial-regular;
}
.camsRhCFlx::after {
    content: "";
    background: #fff;
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -10px;
}
.camsRhCinner img
 {
    margin-bottom: 30px;
}
.bottomImg{
  margin-top: 50px;
}
.riskGov {
    margin-bottom: 60px;
}
.socialD h4{
  font-size: 18px;
  color: #2C5DAB;
  font-family: arial-bold;
  padding-bottom: 15px;
}
ul.socialLst li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #fff;
    border: 1px solid #F48473;
    border-radius: 5px;
    left: -18px;
    top: 4px;
}

ul.socialLst li {
    position: relative;
}
ul.socialLst {
    list-style: none;
    padding-left: 20px;
    display: flex;
    gap: 40px;
}
.soacialBrTxt {
    border: 1px solid #AFE1C7;
    border-right: 0;
    max-width: 255px;
    width: 100%;
    padding: 15px 0px 20px 20px;
    height: 300px;
    position: relative;
}
.soacialBrTxt::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/social-and-relationship/green-arrow.svg);
    background-repeat: no-repeat;
    top: -10px;
    right: -15px;
}
.anchorClr{
  color: #2C58A4;
}
.headH6 h6{
  color: #2C58A4;
  font-family:montserrat-medium;

  font-size: 30px;
}
.numBlue {
    background: #EAF5ED;
    padding: 20px 0px 20px 50px;
    color: #2C5DAB;
    font-size: 18px;
    margin-left: 30px;
    font-family: arial-bold;
    position: relative;
    margin: 30px 0 20px;
}
.numBlue::before {
    content: "1";
    position: absolute;
    height: 60px;
    width: 60px;
    background: #fff;
    left: -30px;
    border: 1px solid #1952A9;
    text-align: center;
    font-size: 30px;
    border-radius: 10px;
    padding: 6px 0 0;
    top: -25px;
     font-family: arial-regular;
}
.fontArlBold{
   font-family: arial-bold;
}
.numBlueMain h4.numblH4{
   font-family: arial-bold;
  color: #00BFDF;
  font-size: 18px;
  padding-bottom: 15px;
}
.numTwo::before {
    content: "2";
}
.numThree::before {
    content: "3";
}
.numFour::before {
    content: "4";
}
.numFive::before {
    content: "5";
}
.numSix::before {
    content: "6";
}
.numSeven::before {
    content: "7";
}
.numEght::before {
    content: "8";
}
.numNine::before {
    content: "9";
}
.numTen::before {
    content: "10";
}
ul.commonLst li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #fff;
    border: 1px solid #f48473;
    border-radius: 5px;
    left: -20px;
    top: 4px;
}

ul.commonLst li {
    padding-bottom: 15px;
    position: relative;
}
ul.commonLst {
    list-style: none;
    padding-left: 20px;
}
.socialWhbg {
    background: #fff;
    margin: 20px;
    padding: 15px;
}
.socialBlueBg {
    background: #D5EEF5;
    padding: 30px 30px 20px 20px;
    position: relative;
    margin-bottom: 40px;
}
.socialWhbg img{
  margin-top: -55px;
}
.socialBg{
  position: relative;
}
.socialBg::before{
  content: "";
  position: absolute;
  background: url(../images/social-and-relationship/line-arrow.svg);
}
/*
.socialBlueBg::after{
  content: "";
  background: url(../images/social-and-relationship/line.svg);
  background-position: center;
  background-size: cover;
  position: absolute;

}*/
.socialD{
  margin-top: 40px;
}
.headH6 h6{
  color: #2C58A4;
  font-size: 30px;
  font-family:montserrat-medium;
}
.soacialPlace p{
  font-family: arial-bold-italic;
  padding-top: 15px;
}
.socialH6{
  font-family: arial-bold;
  font-size: 18px;
  color: #4D4D4F;
  padding-bottom: 15px;
}
.socialRupee h6{
  color: #2C58A4;
  font-size: 30px;
   font-family:montserrat-medium;
}
.socialRupee h6 span.cr{
  font-size: 24px;
}
.socialRupee h6 span.rupee{
  font-family: arial-regular;
}
.businessTab .tabFlx ul{
  height: auto;
}
.businessTab .tabFlx{
  height: 370px;
}
.coreskybgBuss {
    padding: 30px 0px 20px 20px;
    background: #95e3ee;
    margin: 20px 0 40px;
}
.coreskybgBuss .col-xl-6:nth-child(2) ul{
  border-right: none!important;
}
.coreskybgBuss .col-xl-6:nth-child(4) ul{
  border-right: none!important;
}
.coreskybgBuss ul li::before {
    border-radius: 0px;
    left: -14px;
    top: 6px;
}
.coreskybgBuss ul {
    border-right: 1px solid #ffffff78;
    padding-right: 20px;
    min-height: 60px;
}
.businessTab #bussThree .bussBg .tabFlx {
    min-height: auto;
    height: 540px;
}
.bod-banner-sec h1 {
  font-family: montserrat-bold;
  font-size: 35px;
  line-height: 40px;
  color: #2c58a4;
  padding-bottom: 30px;
}
.committees-bod {
  background-color: #ebf9fc;
  padding: 30px;
  margin-bottom: 50px;
}
.committees-bod h2 {
  font-family: montserrat-bold;
  font-size: 18px;
  line-height: 24px;
  color: #2c58a4;
  padding-bottom: 20px;
}
.committees-bod .row div:nth-child(3) {
  padding-bottom: 30px;
}
.committees-bod p,
.div-orange p,
.div-green p {
  font-family: arial-regular;
  padding-bottom: 5px;
}
.div-orange {
  position: relative;
  padding-left: 25px;
  float: left;
}
.div-orange::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #fccab5;
  border-radius: 5px;
  left: 0;
  top: 0;
}
.div-green {
  position: relative;
  padding-left: 25px;
  margin-left: 30px;
  float: left;
}
.div-green::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #b3ddc4;
  border-radius: 5px;
  left: 0;
  top: 0;
}
.bod-names {
  padding-top: 45px;
  padding-right: 40px;
  border-top: 1.5px solid #2c58a4;
  border-right: 1.5px solid #2c58a4;
  border-top-right-radius: 30px;
  margin-bottom: 70px;
}
.bod-names h6 {
  font-family: arial-bold;
  font-size: 22px;
  line-height: 24px;
  color: #2c5dab;
  padding-bottom: 15px;
}
.bod-names p {
  font-family: arial-regular;
  padding-bottom: 25px;
}
p.no-pd-btm {
  padding-bottom: 0;
}
.bod-names .row div:nth-child(2) {
  display: flex;
  align-items: end;
}
.name-one {
  position: relative;
}
.name-one::after {
  position: absolute;
  content: "";
  background: url(../images/bod/1.svg) no-repeat;
  background-size: contain;
  right: 63px;
  top: -13px;
  width: 100px;
  height: 27px;
}
.name-two {
  position: relative;
}
.name-two::after {
  position: absolute;
  content: "";
  background: url(../images/bod/2.svg) no-repeat;
  background-size: contain;
  right: 63px;
  top: -15px;
  width: 150px;
  height: 30px;
}
.name-three {
  position: relative;
}
.name-three::after {
  position: absolute;
  content: "";
  background: url(../images/bod/3.svg) no-repeat;
  background-size: contain;
  right: 63px;
  top: -13px;
  width: 100px;
  height: 27px;
}
.name-four {
  position: relative;
}
.name-four::after {
  position: absolute;
  content: "";
  background: url(../images/bod/4.svg) no-repeat;
  background-size: contain;
  right: 63px;
  top: -13px;
  width: 100px;
  height: 27px;
}
.name-five {
  position: relative;
}
.name-five::after {
  position: absolute;
  content: "";
  background: url(../images/bod/5.svg) no-repeat;
  background-size: contain;
  right: 63px;
  top: -13px;
  width: 100px;
  height: 27px;
}
.name-six {
  position: relative;
}
.name-six::after {
  position: absolute;
  content: "";
  background: url(../images/bod/6.svg) no-repeat;
  background-size: contain;
  right: 63px;
  top: -13px;
  width: 100px;
  height: 27px;
}

.strategy-banner-content h2 {
  font-family: arial-bold;
  font-size: 18px;
  line-height: 35px;
  color: #4d4d4f;
}
.strategy-banner-content h1 {
  font-family: montserrat-bold;
  font-size: 35px;
  line-height: 40px;
  color: #2c58a4;
}
.stra-banner-cont {
  display: flex;
  align-items: start;
}
.strategy-banner {
  padding-bottom: 70px;
}
.blue-headin h5 {
  font-family: arial-bold;
  font-size: 16px;
  line-height: 22px;
  color: #00bfdf;
  padding-bottom: 35px;
}

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

.strategy-table td {
  border: none;
  padding: 20px;
  vertical-align: top;
  border-bottom: 2px solid #878787;
}

.strategy-table th {
  background-color: #eaf7f0;
  text-align: left;
  font-family: montserrat-bold;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  border: none;
  border-bottom: 1px solid #a5fece;
  padding: 13px 20px;
}
.strategy-table .priority-header {
  font-family: montserrat-bold;
  font-size: 18px;
  line-height: 24px;
  color: #2c58a4;
  padding-right: 80px;
  width: 30%;
}
.strategy-table .priority-header span {
  display: block;
}
.strategy-table ul {
  padding-left: 0px;
}
.strategy-table ul li {
  list-style: none;
  position: relative;
  font-family: arial-regular;
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4f;
  padding-bottom: 20px;
  padding-left: 15px;
}
.strategy-table ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #f48473;
  top: 7px;
  left: 0;
}
.strategy-table tr:nth-child(4) td {
  border-bottom: 2px solid #a5fece;
}
.corporate-gover-banner h2 {
  font-family: arial-bold;
  font-size: 18px;
  line-height: 35px;
  color: #4d4d4f;
}
.corporate-gover-banner h1 {
  font-family: montserrat-bold;
  font-size: 35px;
  line-height: 40px;
  color: #2c58a4;
  padding-bottom: 20px;
}
.corporate-gover-banner h1 span {
  display: block;
}
.corporate-gover-banner h5 {
  padding-bottom: 40px;
  font-family: arial-bold;
  font-size: 18px;
  line-height: 24px;
  color: #00bfdf;
}
.governance-content h6 {
  padding-bottom: 16px;
  font-family: arial-bold;
  font-size: 18px;
  line-height: 24px;
  color: #2c5dab;
}
.governance-content p {
  font-family: arial-regular;
  padding-bottom: 30px;
  color: #4d4d4f;
}
.governance-logo-div {
  border-right: 2px solid #38c9e4;
  border-bottom: 2px solid #38c9e4;
  min-height: 150px;
}
.governance-logo-div .governance-logo {
  padding-bottom: 20px;
}
.governance-logo-div p span {
  display: block;
}
.governance-logo-div p {
  font-family: arial-regular;
  color: #4d4d4f;
}

.row.governance-logo-row {
  max-width: 1002px;
  margin: auto;
  margin-bottom: 50px;
}
.governance-logo-div {
  margin: 10px;
}
.blue-bg-div {
  background-color: #d5eef5;
  padding: 30px;
 margin-bottom: 40px;
}
.blue-bg-div ul {
  padding-left: 0;
}
.blue-bg-div ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #2c58a4;
  font-family: arial-regular;
  font-size: 16px;
  line-height: 22px;
}
.blue-bg-div ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #f48473;
  top: 6px;
  left: 0;
}


.last-headin {
  text-align: center;
  position: relative;
}

.last-headin::before,
.last-headin::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 2px;
  background-color: #bfdbfe;
}
.last-headin::before {
  left: 0;
}
.last-headin::after {
  right: 0;
}
.last-headin h1 {
  color: #1952a9;
  font-family: arial-bold;
  font-size: 18px;
  line-height: 21px;
}
.last-div-governance .committees-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}

.last-div-governance .committee-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 15px;
  position: relative;
}
.last-div-governance .committee-item p {
  font-family: arial-regular;
  color: #4e5055;
}

.last-div-governance .committee-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #38c9e4;
}

.last-div-governance .bottom-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #38c9e4; /* Light blue line color */
}
.last-div-governance {
  margin-bottom: 30px;
}
.ceos-banner h1{
  font-family: montserrat-bold;
  font-size: 35px;
  line-height: 40px;
  color: #2C58A4;
  padding-bottom: 60px;
}

.ceos-banner .profiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  width: 100%;
}

.ceos-banner .card {
  text-align: left;
  box-shadow: 0 9px 12px rgba(0,0,0,0.1);
}

.ceos-banner .card img {
  width: 100%;
  margin-bottom: 16px;
}

.ceos-banner .card h2 {
  font-family: arial-bold;
  font-size: 22px;
  line-height: 24px;
  color: #2C5DAB;
  padding-left: 20px;
  padding-bottom: 5px;
}

.ceos-banner .card p{
  color: #4D4D4F;
  font-family: arial-regular;
  padding-bottom: 30px;
  padding-left: 20px;
}
.btm-margin-40{
  margin-bottom: 40px;
}
.first-natural.stake-h{
  display: inline;
}
.first-natural.stake-h h3{
  font-size: 18px;
  line-height: 24px;
  color: #4D4D4F;
  font-family: arial-bold;
  padding-bottom: 6px;
}
.first-natural.stake-h span{
  display: block;
}
.manuf-img.txt{
  text-align: center;
}
.client-box{
  background-color: #FFF2EB;
  display: flex;
  align-items: center;
  min-height: 60px;
  margin-left: 20px;
  gap: 31px;
  margin-bottom: 20px;
}
.client-box .client-text p{
  color: #2C5DAB;
  font-family: arial-bold;
  padding-bottom: 0;
}
.icon-box img {
    margin-left: -22px;
    margin-top: -49px;
}
.mode-eng .material-list li{
  max-width: 543px;
}
.modeList {
    display: flex;
    gap: 20px;
}
.modeList ul.material-list {
    padding-left: 0 !important;
}
.modeList ul.material-list li span{
  font-family: arial-regular;
}
ul.material-list.add-sp {
    max-width: 880px;
    justify-content: space-between;
}
.natural-c.stakeEng ul.material-list li span{
  font-family: arial-regular;
  display: block;
}
.offerFlx {
    display: flex;
}
.offerFlx h4{
color: #1A57AE;
font-size: 18px;
font-family: arial-bold;
}
.offerFlx p{
  color: #4E5055;
}
.offerFlx div {
    max-width: 155px;
    width: 100%;
}

.offerFlx {
    display: flex;
    gap: 40px;
}
.offerHr hr {
    border-top: 1px solid #d9744f;
    margin: 10px 0 20px;
}
.offerFlx h4, .offerFlx p {
    border-right:  1px solid #d9744f4f;
    min-height: 75px;
    padding-right: 15px;
}
.brdNo p{
  border-right: none;
}
.offerFlx img {
    margin-bottom: 10px;
}
.offSec h4{
  font-size: 18px;
    color: #2C5DAB;
    font-family: montserrat-bold;
    padding-bottom: 25px;
    padding-top: 25px;
}
.offSec p{
  padding-top: 25px;
}
.imgCntr {
    margin: 60px 0 40px;
    text-align: center;
}
.scalableTxt h3{
  font-size: 30px;
  font-family:montserrat-medium;
color: #2C58A4;
}
.scalableTxt h3 span{
  font-size: 24px;
}
.scalableTxt{
  margin-bottom: 30px;
}
.offerLineTxt {
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}
.offerLineTxt h4 {
    background: #fff;
    z-index: 99999;
    position: absolute;
    padding: 0px 15px 0 0px;
    color: #2C5DAB;
    font-size: 18px;
    font-family: arial-bold;
}
.line {
    border-top: 1px solid #2C58A4;
    margin-top: 20px;
}
.altrTxt h4{
  color: #2C5DAB;
    font-size: 18px;
    font-family: arial-bold;
    padding: 10px 0 15px;
}
.altrTxt p{
  padding-bottom: 25px;
}
.skyPara{
  color: #00BFDF;
  font-size: 18px;
  font-family: arial-bold;
}
.sky_clr{
  color: #2C58A4;
  font-family: arial-bold;
}
.offgradBg::before {
    content: "";
    background: red;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 1px;
    left: 0;
}

.offgradBg {
    border-left: 1px solid #FF8071;
    border-bottom: 1px solid #FF8071;
    background: #FFF2EB;
    background: linear-gradient(90deg, rgba(255, 242, 235, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    padding: 30px 0px 20px 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    margin-bottom: 50px;
}
.offgradBg h4{
  color: #2C5DAB;
    font-size: 18px;
    font-family: arial-bold;
    padding-bottom: 15px;
}
ul.squareLst{
  padding-left: 20px;
}
ul.squareLst li{
  position: relative;
  list-style: none;
  padding-bottom: 15px;
}
ul.squareLst li::before{
  position: absolute;
  content: "";
  background: #F48473;
  width: 6px;
  height: 6px;
  left: -15px;
    top: 6px;
}

.businessTab #bussOne .bussBg .tabFlx
 {
    min-height: auto;
    height:450px;
}
.socialWhbg h4{
  color: #2C5DAB;
  font-size: 18px;
   font-family: arial-bold-italic;
   padding-bottom: 15px;
}
.socialWhbg p{
  color: #2C5DAB;
   padding-bottom: 15px;
}
.mainAward .subAward p:nth-of-type(1){
  color: #2C5DAB;
   font-family: arial-bold;
   padding-bottom: 10px;
}
.mainAward .subAward img{
  padding-bottom: 15px;
      padding-left: 10px;
}
.mainAward .subAward{
  border: 1px solid #FF8071;
  border-right: none;
  padding-left: 45px;
}
.award-img {
    background: #fff;
    margin-top: -47px;
    min-height: 58px;
}
.mainAward {
    margin-top: 40px;
}
.mainAward.small-a .subAward {
    min-height: 193px;
    margin-bottom: 20px;
}
.mainAward.big-a .subAward {
    min-height: 511px;
    margin-bottom: 40px;
}
.mainAward.large-d .subAward{
  display: flex;
}
.mainAward.large-d{
  margin-bottom: 40px;
}
.mainAward.large-d .right-d{
      max-width: 389px;
    width: 100%;
}
.mainAward.last .subAward {
    min-height: 204px;
}
.mainAward.last {
    margin-top: 48px;
}
.natural-c .sub-data p span{
  font-family: arial-bold;
  color: #2C5DAB;
}
/*  */
.material-topic-table {
  padding: 30px 0;
  font-family: Arial, sans-serif;
}

.material-topic-table .table-heading {
  background-color: #d7eddb;
  font-weight: bold;
  color: #000;
  border: 1px solid #b6d9c0;
  text-align: center;
}

.material-topic-table .heading-cell {
  padding: 15px;
  border-right: 1px solid #b6d9c0;
}

.material-topic-table .heading-cell:last-child {
  border-right: none;
}

.material-topic-table .table-row {
  border-bottom: 2px solid #ddd;
  padding: 25px 0;
  margin: 0;
}

.material-topic-table .topic-cell,
.material-topic-table .content-cell {
  padding: 10px 15px;
}
.material-topic-table .topic-title {
  font-weight: bold;
  color: #0056b3;
  margin: 0;
}

.material-topic-table .icon-group {
  display: flex;
  gap: 10px;
 justify-content: center;
}

.material-topic-table .icon {
padding-bottom: 10px;
}

.material-topic-table .pillar-text {
  color: #0056b3;
  font-weight: bold;
}
.read-m{
  display: flex;
  align-items: center;
  gap: 10px;
}
.read-m p{
     padding-bottom: 0;
    color: rgb(13 110 253);
}
.read-m p span{
  display: block;
}
.icon-cap{
  text-align: center;
}
.icon-cap img{
  padding-bottom: 10px;
}
.all-seven .seven-icon{
  width: 13%;
  float: left;
  text-align: center;
  margin-right: 5px;
}
.socialBg {
    border-top: 1px solid #1952A9;
    border-right: 1px solid #1952A9;
    border-bottom: 1px solid #1952A9;
}
.warmTxt p span {
    display: block;
     font-family: arial-bold;
}

.warmTxt {
    margin-top: 15px;
    padding-left: 20px;
}
.socialBg::before {
    content: "";
    position: absolute;
    background: url(../images/social-and-relationship/line-arrow.svg);
    width: 45px;
    height: 39px;
    bottom: -37px;
    background-repeat: no-repeat;
    left: 20%;
    background-color: #D5EEF5;
}
.ourJourneySec{
  background: #FFF2EB;
  padding: 20px 0 50px;
}
.ourInnerScroll {
     width: 100%;
    display: inline-flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 0;
    cursor: pointer;
    padding-bottom: 20px;
    border-top: 2px solid #F48473;
    margin-top: 0;
}
.ourInnerScroll ul {
   display: flex;
    margin: 0px 10px 0 15px;
    padding-top: 22px;
    min-width: 300px;
    width: 100%;
    list-style: none;
    position: relative;
    padding-left: 0px;
    flex-direction: column;
    position: relative;
}
.ourInnerScroll ul li::before{
 position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background:#fff ;
    left: 3px;
    top: 8px;
    border-radius: 5px;
    border: 1px solid #F48473;
}
.ourInnerScroll ul li {
    padding-left: 15px;
    position: relative;
    line-height: 22px;
    padding-bottom: 15px;
}
.ourInnerScroll::-webkit-scrollbar
 {
    width: 20px;
    height: 5px;
    background: #fff;
    z-index: 999;
}

.ourInnerScroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background: #2C58A4;
}
.ourInnerScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 0px;
    background-color: #fff;
}
.ourJourneySec .col-xl-8{
  padding-left: 0px;
}
.ourJourneySec .col-xl-4{
  padding-right: 0px;
}
.ourInnerScroll ul h6{
 font-size: 30px;
    color: #2C58A4;
    font-family: montserrat-medium;
    padding-bottom: 6px;
}
.algnRow{
  align-items: baseline;
}
.algnRow .col-xl-4{
  max-width: 355px;
  width: 100%;
}
/*.ourInnerScroll ul::before{
  content: "";
  position: absolute;
  background: url(../images/our-journey/arrow.svg);
  height: 20px;
  width: 10px;
  left: 0;
  top: 0px;
}*/
.scrollbar{
  overflow-y: scroll;
    height: 120px;
    padding-right: 15px;
}
.scrollbar::-webkit-scrollbar
 {
    width: 3px;
    background-color: #c3c3c3;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #074386;
}
.scrollbar::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #c3c3c3;
}
.iconAfter{
  position: relative;
}
.iconAfter::after{
     position: absolute;
    content: "";
    background: url(../images/our-journey/rupee-icon1.svg);
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: 0;
    right: -28px;
}
.iconafter21{
  position: relative;
}
.iconafter21::after{
  content: "";
    position: absolute;
    background: url(../images/our-journey/icon2.svg);
    height: 150px;
    width: 50px;
    background-repeat: no-repeat;
    bottom: -55px;
    right: 0;
}
.iconafter23{
  position: relative;
}
.iconafter23:after{
      content: "";
    position: absolute;
    background: url(../images/our-journey/arrow-icon.svg);
    height: 120px;
    width: 120px;
    background-repeat: no-repeat;
    bottom: -40px;
    right: 0;
}
.ourInnerScroll ul img{
  width: 10px;
  height: 20px;
}
.cont-div p{
  padding-bottom: 15px;
   font-family: arial-regular;
  color: #4d4d4f;
}
.contScroll{
  overflow-y: scroll;
    height: 240px;
    padding-right: 15px;
}
.contScroll::-webkit-scrollbar
 {
    width: 3px;
    background-color: #c3c3c3;
}

.contScroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #074386;
}
.contScroll::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #c3c3c3;
}
.businessTab #bussTwo h4{
  color: #fff;
    font-family: arial-bold;
    padding-top: 10px;
}
.maxWidth{
  max-width: 100%!important;
}
.cl-centre30 h4{
  font-size: 30px!important;
}
.hght14 {
    height: 14px;
    display: block;
    padding-bottom: 0px !important;
}
.camsWdth{
      max-width: 538px;
    width: 100%;
}
.arbld24 h6{
  color: #4D4D4F;
  font-size: 18px;
   font-family: arial-bold;
   line-height: 24px;
}
.clr_blck{
  color: #4D4D4F!important;
}
.mblSelect{
  display: none;
}
.caption h4{
  color: #2C5DAB;
  font-size: 18px;
  font-family: montserrat-bold;
  padding-bottom: 15px;
  text-align: center;
}
.caption ul{
  list-style: none;
    padding-left: 20px;
}
.caption ul li{
  position: relative;
    padding-bottom: 15px;
}
.caption ul li:before{
      position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #F48473;
    left: -20px;
    top: 3px;
}
.caption p{
  text-align: center;
}
.collection{
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  position: relative;
}

.text-content h3, .text-content p{
  padding-bottom: 10px;
}
.contentslide img{
  width: 100%;
}
.text-content {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.text-content p{
  color: #00BFDF;
}
.swipFlx {
    display: flex;
    gap: 20px;
}
.text-content h3{
 color: #2C58A4;
 font-size: 18px;
 font-family: montserrat-bold;
 padding-bottom: 15px;
}
.collection a{
  outline: none;
  font-size: 16px;
  font-family: arial-bold;
  padding-top: 15px;
  cursor: pointer;
  color: #2B3990;
}
.swipFlx img {
    width: 50px;
    height: 50px;
}
.contentslide {
  position: relative;
}

.contentslide .text-content {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 20px;
  box-sizing: border-box;
    box-shadow: 0px 3px 6px #00000029;
}
.swiper-slide.active{
  max-width: 550px;
  width: 100%;
}
.swiper-wrapper {
    display: flex;
    align-items: center;
}
.swiper-slide-active .text-content {
  display: block;
  position: static; /* keep it below image */
}
.custom-nav-icons{
 bottom: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 623px;
    width: 100%;
}
.swiper-pagination{
  text-align: left;
  z-index: -1;
    display: inline;
    max-width: 150px;
    width: 100%;
}
.swiper-pagination-current{
  font-size: 30px;
  color: #2B3990;
   font-family: arial-bold;
}
.swiper-pagination-total{
   font-size: 18px;
  color: #2B3990;
   font-family: arial-bold;
}
.linkCross{
      position: absolute;
    right: -38px;
    bottom: 40%;
    cursor: pointer;
}
.imgwidth img{
  max-width: 915px;
  width: 100%;
}
.header-left a {
    cursor: pointer;
}
.collection h2{
  text-align: center;
      color: #2c58a4;
    font-size: 35px;
    font-family: montserrat-bold;
    padding-top: 20px;
    padding-bottom: 20px;

}
.my-sidenav1.hide {
  width: 0;
}
.table-responsive {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.jusrownor{
    justify-content: normal;
  }
  .bannerSlider video {
    width: 100%;
/*    height: 100%;*/
    object-fit: cover;
    object-position: center;
}
.bannerSlider {
}
.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.accordion-item:last-of-type {
    border-bottom: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*awrd slide*/
.award-slide {
  
}
.award-content h3 {
  font-size: 22px;
  color: #1e3a8a;
  font-weight: bold;
}
.hm-banner {
    height: auto;
    position: relative;
}
.hm-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.homeBuss h4 {
    color: #fff;
    font-family: arial-bold;
    padding-top: 0;
    padding-bottom: 20px;
}
.owl-nav {
  text-align: center;
  margin-top: 15px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #1e3a8a;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}

.award-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 42px;
    height: 42px;
    background-image: url(../images/homepage/left-arrow.svg) !important;
    opacity: 1;
    right: 80px;
    bottom: 35px;
    color: transparent;
    background-repeat: no-repeat;
}
.award-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 42px;
    height: 42px;
    background-image: url(../images/homepage/right-arrow.svg) !important;
    opacity: 1;
    right: 25px;
    bottom: 35px;
    color: transparent;
    background-repeat: no-repeat;
}
.award-carousel.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  display: block;
}
.award-carousel .owl-nav button.owl-prev span {
    display: none;
}
.award-carousel .owl-nav button.owl-next span {
    display: none;
}
.award-image {
    background: #D5EEF5;
    max-width: 445px;
    width: 100%;
    display: block;
    padding: 60px 0 60px;
}
.award-image img {
    width: auto !important;
    margin: 0 auto;
}
.award-carousel-wrapper {
  position: relative;
}
.slide-number {
    text-align: center;
    font-size: 16px;
    color: #1e3a8a;
    position: absolute;
    left: 50%;
    bottom: 35px;
    z-index: 999999;
}
.slide-number span.current
 {
    font-size: 30px;
    font-family: arial-bold;
}
.slide-number span.total
 {
    font-size: 18px;
    font-family: arial-bold;
}

.award-slide .col-xl-5 {
    padding-right: 0px;
    width: 39.666667%;
}
.award-slide .col-xl-7 {
    padding-left: 0px;
}
.award-slide .awardTtx{
      background: #fff;
    min-height: 448px;
    max-width: 665px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 95px;
}
.slideMain
 {
    display: flex;
    justify-content: center;
}
.award-content h3{
  color: #2C5DAB;
  font-size: 24px;
   font-family: montserrat-bold;
   padding-bottom: 20px;
   line-height: 30px;
   
}
.award-content h3 span{
  display: block;
}
.award-content a{
  margin-top: 20px;
}
.award-content ul li::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 7px;
    height: 7px;
    border: 1px solid #F48473;
    border-radius: 5px;
    left: -18px;
    top: 6px;
}
.award-content ul {
    list-style: none;
    padding-left: 20px;
}
.award-content ul li {
    padding-bottom: 15px;
    position: relative;
}
.bannericon {
    position: absolute;
    bottom: 115px;
    left: calc(100vw / 20 * 1);
    transform: translate(0px, -50%);
    max-width: 440px;
    width: 100%;
    margin-left: 15px;
}
.mblV {
        display: none;
    }
    .swiper {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 50px;
}
.collection{
  height: auto;
  padding-top: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  position: relative;
}
.collection .contentslide {
    width: 80%; /* Adjust as needed */
  max-width: 623px;
        background: #fff;
}

.ourJourImg .ourmobile{
  display: none;
}
.ourJourImg .ourdesk{
    display: block;
  }
  .committees-bod ol li {
    font-family: arial-regular;
    padding-bottom: 5px;
}
.committee-item p span{
  display: block;
}
 .sticky {
    position: fixed !important;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
  }
  .material-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
  }

  .material-table th, .material-table td {
    padding: 12px;
    vertical-align: top;
    text-align: left;
  }

  .material-table th {
     font-family: arial-bold;
    color: #4E5055;
    font-size: 20px;
  }

  .material-topic {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .material-topic img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }

  .material-table td img.icon {
   
    margin-right: 4px;
  }

  .pillars {
    white-space: nowrap;
    
  }
  .topic-title{
    font-size: 20px;
    color: #1952A9;
     font-family: arial-bold;
  }
  .materTable table thead{
    background: #EAF7F0;
    border-bottom: 1px solid #2b399047;
  }
  .materTable table thead th:nth-child(3),
  .materTable table thead th:nth-child(4),
  .materTable table thead th:nth-child(5),
  .materTable table tbody tr td:nth-child(3),
  .materTable table tbody tr td:nth-child(4),
  .materTable table tbody tr td:nth-child(5){
    text-align: center;
  }
  .materTable table thead th:nth-child(1){
   width: 15%;
  }
  .materTable table thead th:nth-child(2){
   width: 35%;
  
  }
  .materTable table thead th:nth-child(3){
   width: 15%;
  }
  .materTable table thead th:nth-child(4){
   width: 15%;
  }
  .materTable table thead th:nth-child(5){
   width: 20%;
  }
   .materTable table tbody tr td:nth-child(5){
    font-size: 20px;
    color: #1952A9;
     font-family: arial-bold;
   }
   .materTable table tbody tr{
    border-bottom: 2px solid #6c757d61;
   }
  .materTable {
    margin-bottom: 30px;
}
.custom-prev
{
  position: absolute;
    left: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    z-index: 99;
}
.custom-next
{
      right: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    z-index: 99;
    position: absolute;
}
.collection .col-xl-12
{
  position: relative;
}