@font-face {
  font-family: Lora-Italic-VariableFont_wght;
  src: url(../fonts/Lora-Italic-VariableFont_wght.ttf);
}

@font-face {
  font-family: itf-rupee;
  src: url(../fonts/itf-rupee.ttf.ttf);
}

@font-face {
  font-family: Muli-Black;
  src: url(../fonts/Muli-Black.ttf);
}

@font-face {
  font-family: Muli-Bold;
  src: url(../fonts/Muli-Bold.ttf);
}

@font-face {
  font-family: Muli-Regular;
  src: url(../fonts/Muli-Regular.ttf);
}

@font-face {
  font-family: Muli-Medium;
  src: url(../fonts/Muli-Medium.ttf);
}

@font-face {
  font-family: Muli-Light;
  src: url(../fonts/Muli-Light.ttf);
}

@font-face {
  font-family: Muli-ExtraBold;
  src: url(../fonts/Muli-ExtraBold.ttf);
}

/**/

@font-face {
  font-family: WorkSans-Bold;
  src: url(../fonts/WorkSans-Bold.ttf);
}

@font-face {
  font-family: WorkSans-Light;
  src: url(../fonts/WorkSans-Light.ttf);
}

@font-face {
  font-family: WorkSans-Medium;
  src: url(../fonts/WorkSans-Medium.ttf);
}

@font-face {
  font-family: WorkSans-Regular;
  src: url(../fonts/WorkSans-Regular.ttf);
}

@font-face {
  font-family: WorkSans-SemiBold;
  src: url(../fonts/WorkSans-SemiBold.ttf);
}

@font-face {
  font-family: WorkSans-Italic;
  src: url(../fonts/WorkSans-Italic.ttf);
}

body {
  box-sizing: border-box;
  font-family: WorkSans-Regular;
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  margin: 0;
  padding: 0;
}

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 {
  background-color: #C4E8EF;
  height: 83px;
  padding: 8px 0px;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  width: 100%;
}

#header .row {
  align-items: center;
}

.hambergurMenu {
  display: flex;
  justify-content: end;
  align-items: center;
}

.kirloshLogo {
  display: flex;
  gap: 44px;
  align-items: center;
}

.kirloshLogo h4 {
  font-size: 14px;
  line-height: 18px;
  color: #2B2E34;
  font-family: Muli-ExtraBold;
}

.kirloshLogo h4 span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #2B2E34;
  font-family: Muli-Regular;
}

.intergratedReporting {
  background-color: #00A5D7;
  padding: 45px 0px;
}

.inteGrate h3 {
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
  font-family: Muli-Black;
  margin-bottom: 40px;
}

.inteGrate h3 span {
  display: block;
}

.topBanner {
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../images/banner-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.topBanner .container {
  width: 100%;
  margin: 0px auto;
  position: absolute;
  left: 0px;
  right: 0;
}

.topBanner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.indLinks a {
  display: flex;
  border: 1px solid #fff;
  justify-content: space-between;
  padding: 0px 32px 0px 16px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-family: WorkSans-Bold;
  margin-bottom: 25px;
  align-items: center;
  min-height: 83px;
}

.indLinks a span {
  display: block;
}

.indLinks a span:nth-child(1) {
  max-width: 201px;
  width: 100%;
}

footer {
  background-color: #1A3382;
  padding-top: 62px;
}

.copyRight {
  background-color: rgba(0, 0, 0, .38);
  padding: 12px 0px;
}

.copyRight p {
  color: #fff;
  font-size: 12px;
}

.copyRight p a {
  color: #fff;
  font-size: 12px;
}

.devRdx p {
  text-align: right;
}

.quickLinks ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
  list-style: none;
  gap: 31px 94px;
}

.quickLinks ul li {
  width: calc(50% - 47px);
}

.quickLinks {
  margin-bottom: 38px;
}

.kirloshkarLinks {
  margin-bottom: 38px;
}

.quickLinks ul li a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
}

.downLoadReport a {
  font-size: 20px;
  line-height: 25px;
  color: #FFF;
  font-family: WorkSans-Bold;
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 2px solid #00A5D7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  max-width: 390px;
  width: 100%;
}

.downLoadReport a img {
  width: 35px;
}

.siteLinks {
  max-width: 390px;
  width: 100%;
}

.siteLinks a {
  color: #FFFFFF;
  padding-left: 71px;
}

.bannerText h1 {
  font-size: 60px;
  line-height: 75px;
  color: #FFFFFF;
  font-family: Muli-Bold;
}

.bannerText h2 {
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  font-family: Muli-Regular;
}

.bannerText p {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-top: 7px;
  margin-bottom: 35px;
}

.allBtns a {
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  display: flex;
  gap: 10px;
  padding: 12px 20px;
  background-color: #03BDD5;
  width: fit-content;
  font-family: WorkSans-SemiBold;
}

.allBtns a:hover {
  border-radius: 25px;
  transition: .3s ease-in-out;
}

.allBtns a:hover span {
  order: 1;
}

.allBtns a:hover img {
  order: 2;
}

.enrichingMain {
  padding: 50px 0px;
}

.enrichIns h3 {
  font-size: 40px;
  line-height: 40px;
  color: #00A5D7;
  font-family: Muli-Black;
}

.enrichIns p {
  color: #4D4D4F;
  font-size: 18px;
  line-height: 21px;
  margin-top: 7px;
  margin-bottom: 16px;
}

.enrichIns p span {
  display: block;
}

.markableAchive {
  margin-top: 110px;
  position: relative;
  max-width: 396px;
  width: 100%;
}

.remarkIns {
  position: absolute;
  top: 26px;
  left: 130px;
  max-width: 250px;
  width: 100%;
}

.remarkIns p {
  font-size: 18px;
  line-height: 21px;
  color: #4D4D4F;
}

.remarkIns h4 {
  font-size: 14px;
  line-height: 16px;
  color: #00A5D7;
  font-family: WorkSans-Bold;
  margin-bottom: 6px;
}

.ourSmart {
  background-image: url("../images/2bg-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 670px;
  min-height: 561px;
  padding: 64px 41px 44px 41px;
}

.ourSmart h3 {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-family: WorkSans-Bold;
}

.proInner h4 {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 16px;
  font-family: WorkSans-Bold;
}

.headsLine {
  border-top: 1px solid #fff;
  position: relative;
  width: 100%;
  top: -5px;
}

.headsLine::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 4px;
  background-color: #1A3382;
}

.lineOfHead {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.lineOfHead>div:nth-child(2) {
  width: calc(100% - 164px);
}

.lineOfHead>div:nth-child(1) {
  width: 164px;
}

.lineOfHead.otherLine>div:nth-child(2) {
  width: calc(100% - 124px);
}

.lineOfHead.otherLine>div:nth-child(1) {
  width: 124px;
}

.proNums h5 {
  font-size: 35px;
  line-height: 42px;
  color: #FFFFFF;
  font-family: WorkSans-Bold;
  margin-bottom: 25px;
}

.proNums h5 span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  font-family: WorkSans-Regular;
}

.pumpHeads {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
  font-family: WorkSans-Bold;
}

.smartSlider.owl-theme .owl-dots .owl-dot span {
  width: 21px;
  height: 5px;
  margin: 5px 7px;
  background: rgba(255, 255, 255, .37);
  border-radius: 6px;
}

.smartSlider.owl-theme .owl-dots .owl-dot.active span,
.smartSlider.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.allMsg {
  padding: 68px 0px;
  background-color: #1A3382;
  height: 100vh !important;
  overflow: hidden;
}

.msgContent h3 {
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  font-family: Muli-Black;
  margin-bottom: 13px;
}

.msgContent h4 {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  font-family: WorkSans-Bold;
  margin-bottom: 10px;
}

.msgContent p {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: Lora-Italic-VariableFont_wght;
}

.indMsg {
  display: flex;
  gap: 98px;
  margin-bottom: 95px;
  align-items: center;
}

.indMsg>div.msgContent {
  max-width: calc(100% - 518px);
  width: 100%;
}

.indMsg>div.msgImg {
  max-width: 420px;
  width: 100%;
}

.msgContent h5 {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  font-family: WorkSans-Bold;
  margin-bottom: 4px;
  max-width: 245px;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 21px;
}

.msgContent h5 span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-family: WorkSans-Light;
}

.allCaps {
  padding: 70px 0px;
}

.allCaps h3 {
  font-size: 40px;
  line-height: 40px;
  color: #00A5D7;
  font-family: Muli-Black;
  margin-bottom: 4px;
}

.innerCaps .accordion-button {
  display: flex;
  align-items: start;
  width: 100%;
  padding: 0px;
  color: RGBA(27, 50, 129, .5);
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 40px;
  font-family: WorkSans-Medium;
  flex-direction: column;
/*  width: 35%;
  border-bottom: 1px solid #e7f4fa;
  margin: 10px 0px;
  padding-bottom: 10px;*/
}

.innerCaps .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.innerCaps .accordion-item {
  color: RGBA(27, 50, 129, .5);
  background-color: transparent;
  border: none;
}

.innerCaps .accordion-button:not(.collapsed) {
  color: #1B3281;
  background-color: transparent;
  box-shadow: none;
  font-size: 24px;
  line-height: 40px;
  font-family: WorkSans-Bold;
}

.innerCaps .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.innerCaps .accordion-button::after {
  display: none;
}
.tabMenu .nav-link {
  transition: unset;
}
.innerCaps .accordion-body {
  padding: 0px 0px 15px 0px;
}

.innerCaps .accordion-button img {
  display: none;
}

.innerCaps [aria-expanded="true"] img {
  display: block;
}
.innerCaps [aria-expanded="true"]{
  border-bottom: 0px;
}
.capsContent h4 {
  font-size: 18px;
  line-height: 21px;
  color: #6F6F6F;
  font-family: WorkSans-Bold;
}

.capsContent p {
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  margin-bottom: 20px;
}

.innerCaps {
  position: relative;
}

.allCircle {
  position: absolute;
  left: 520px;
  max-width: 510px;
  width: 100%;
  top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.allCircle>div {
  width: 216px;
  height: 216px;
  background-color: #E7F4FA;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
}

.globalText h3 {
  font-size: 40px;
  line-height: 40px;
  color: #00A5D7;
  font-family: Muli-Black;
  margin-bottom: 25px;
}

.progressInner h3 {
  font-size: 40px;
  line-height: 40px;
  color: #00A5D7;
  font-family: Muli-Black;
  margin-bottom: 4px;
}

.progressInner h4 {
  font-size: 18px;
  line-height: 21px;
  color: #6F6F6F;
  font-family: WorkSans-Bold;
  margin-top: 4px;
  margin-bottom: 6px;
}

.progressInner p {
  font-size: 18px;
  line-height: 21px;
  color: #4D4D4F;
  margin-bottom: 30px;
}

.progressInner {
  max-width: 470px;
  width: 100%;
}

.progressingTowards {
  padding: 60px 0px;
}

.ourGlobalPre {
  padding: 45px 0px;
}

.compassOur {
  background-color: #1A3382;
  border: 1px solid #707070;
  padding: 58px 24px 10px 38px;
}

.capsOnly {
  max-width: 491px;
  width: 100%;
}

.ourSus h4 {
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: WorkSans-Medium;
  margin-bottom: 35px;
}

.toBecome p {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  max-width: 164px;
  width: 100%;
  margin-top: 5px;
}

.toBecome {
  margin-bottom: 51px;
  position: relative;
}

.allCircle h4 {
  color: #1A3382;
  font-size: 32px;
  line-height: 42px;
}

.allCircle h4 sub {
  bottom: 0px;
  font-family: WorkSans-Regular;
}

.allCircle p {
  color: #565658;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 0px;
}

.allCircle>div:nth-child(2) {
  width: 271px;
  height: 271px;
  top: 104px;
  position: relative;
  left: -20px;
}

.allCircle>div:nth-child(3) {
  position: relative;
  top: -30px;
}

.progressingTowards .row.cntrAli {
  align-items: center;
}

.compassOur .col-xl-4,
.compassOur .col-xl-8 {
  padding: 0px;
}

.compassOur p span {
  display: block;
}

.ourSus {
  padding-right: 20px;
}

.toBecome::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.toBecome.noBor::after {
  display: none;
}

.sitemap {
  padding-top: 130px;
  padding-bottom: 10px;
}

.sitemap a {
  font-size: 14px;
  line-height: 16px;
  color: #7A7A7A;
  padding-bottom: 5px;
  font-family: WorkSans-Regular;
}

.transformation h1 {
  font-size: 48px;
  line-height: 60px;
  color: #1B3281;
  font-family: WorkSans-Regular;
}

.transformation h5 {
  font-size: 24px;
  line-height: 28px;
  color: #1B3281;
  font-family: Muli-ExtraBold;
  padding-bottom: 12px;
}

.transformation p.light-b {
  font-size: 18px;
  line-height: 21px;
  color: #00A5D7;
  font-family: WorkSans-Regular;
  padding-bottom: 12px;
}

.transformation p {
  padding-bottom: 20px;
}

.stand {
  padding-top: 30px;
}

.stand h1 {
  font-size: 35px;
  line-height: 40px;
  font-family: Muli-ExtraBold;
}

.financial-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
}

.stand .table-container {
  background: #DCF4FA;
  padding: 20px 0;
}

.financial-table thead th {
  background-color: #DCF4FA;
  font-weight: bold;
  text-align: left;
  padding: 10px 12px;
}

.financial-table thead th[rowspan="2"] {
  vertical-align: top;
}

.financial-table .year-highlight {
  background-color: #00AEEF;
  color: white;
}

.financial-table .year-highlight {
  background-color: #00AEEF;
  color: white;
}

.financial-table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.financial-table tbody td:nth-of-type(2) {
  background-color: #ebecec
}

.financial-table td strong {
  font-weight: bold;
}

.note {
  font-size: 13px;
  color: #555;
  margin-top: 8px;
  padding-bottom: 0 !important;
  padding-left: 10px;
}

.financial-table thead th[colspan="6"],
.financial-table thead th[colspan="4"] {
  text-align: center;
  border-bottom: 1px solid #00B0DC;
}

.leftBox {
  display: flex;
  align-items: center;
  border: 1px solid #1B3281;
  padding: 15px 0 15px 20px;
  gap: 20px;
  min-height: 73px;
}

.rightBox {
  display: flex;
  align-items: center;
  border: 1px solid #1B3281;
  padding: 15px 20px 15px 0px;
  gap: 18px;
  justify-content: end;
      min-height: 73px;
}

.rightBox p span {
  display: block;
}

.rightBox:hover {
  background: #1B3281;
  color: #fff;
}

.leftBox:hover {
  background: #1B3281;
}

.rightBox:hover p {
  color: #fff;
}

.leftBox:hover p {
  color: #fff;
}

.leftBox .arrow img {
  transition: filter 0.3s ease;
}

.rightBox:hover .arrow img {
  filter: invert(1) brightness(2);
}

.leftBox:hover .arrow img {
  filter: invert(1) brightness(2);
}

.Nextprev {
  margin: 40px 0;
}

.rightBox p {
  font-size: 18px;
  line-height: 21px;
  color: #1B3281;
  font-family: WorkSans-Bold;
}

.leftBox p {
  font-size: 18px;
  line-height: 21px;
  color: #1B3281;
  font-family: WorkSans-Bold;
}

.banner-cmd {
  background-image: url(../images/msg/cmd-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-bottom: 50px;
}

.banner-cmd.jmd {
  background-image: url(../images/msg/jmd-img.webp);
}

.banner-cmd.direc {
  background-image: url(../images/msg/director-img.webp);
}

.banner-cmd h1 {
  font-size: 35px;
  line-height: 44px;
  color: #00A5D7;
  font-family: Muli-ExtraBold;
  padding-bottom: 20px;
}

.banner-cmd h5 {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-family: WorkSans-Bold;
  padding-bottom: 10px;
}

.banner-cmd p {
  font-family: WorkSans-Italic;
  max-width: 500px;
  color: #1E3A8A;
}

.myPara p {
  padding-bottom: 16px;
}

.color-boxes {
  display: flex;
  gap: 5px;
  padding-bottom: 5px;

}

.box {
  width: 16px;
  height: 16px;
}

.dark-blue {
  background-color: #0B2D80;
}

.light-blue {
  background-color: #00B0DC;
}

.boxDiv p {
  font-family: WorkSans-Italic;
  color: #000000;
}

.boxDiv {
  padding-bottom: 20px;
}

.btmName h6 {
  font-size: 16px;
  line-height: 19px;
  color: #1B3281;
  font-family: WorkSans-Bold;
}

.btmName p span {
  display: block;
}

inr {
  font-size: 30px;
  line-height: 42px;
  color: #1A3382;
  font-family: itf-rupee;
}

.allInside h1 {
  font-size: 35px;
  line-height: 44px;
  color: #00A5D7;
  font-family: Muli-ExtraBold;
  margin-top: 10px;
  margin-bottom: 30px;
}

.allInside h5 {
  font-size: 18px;
  line-height: 21px;
  color: #00A5D7;
  font-family: WorkSans-Bold;
  margin-bottom: 7px;
}

.allInside p {
  margin-bottom: 25px;
}

.ourStakeholders {
  position: relative;
  padding: 60px 0px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 80px;
  margin-top: 35px;
}

.ourStakeholders>h5 {
  position: absolute;
  top: -12px;
  background-color: #fff;
  padding-right: 15px;
}

.ourStakeholders::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("../images/basis-of-reporting/blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.customerIns p {
  min-height: 44px;
  color: #0B2D80;
  font-family: WorkSans-Bold;
  max-width: 140px;
  width: 100%;
  margin-top: 5px;
}

.customerIns {
  margin-bottom: 23px;
}

.mt55 {
  margin-top: 55px !important;
}

.capitalsIns {
  position: relative;
  padding: 60px 0px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 80px;
  margin-top: 35px;
}

.capitalsIns>h5 {
  position: absolute;
  top: -12px;
  background-color: #fff;
  padding-right: 15px;
}

.capitalsIns::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("../images/basis-of-reporting/blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.capsInside a {
  display: flex;
  border: 1px solid #0B2D80;
  justify-content: space-between;
  padding: 0px 20px 0px 12px;
  font-size: 16px;
  line-height: 18px;
  color: #0B2D80;
  font-family: WorkSans-Bold;
  margin-bottom: 25px;
  align-items: center;
  min-height: 83px;
  max-width: 234px;
  width: 100%;
  margin-top: 12px;
}

.capsInside a span {
  width: 160px;
}

/**/
.allKeys {
  position: relative;
  padding: 60px 0px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 80px;
  margin-top: 35px;
}

.allKeys>h5 {
  position: absolute;
  top: -12px;
  background-color: #fff;
  padding-right: 15px;
}

.allKeys::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("../images/basis-of-reporting/blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

/**/
.inKeys p {
  max-width: 210px;
  width: 100%;
  color: #4D4D4F;
  font-size: 16px;
  line-height: 21px;
}

.inKeys h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background-color: #0B2D80;
  padding: 10px;
  width: fit-content;
  margin-bottom: 5px;
  font-family: WorkSans-Bold;
}

.mt35 {
  margin-top: 35px !important;
}

.abvData {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center;

}

.abvData.tra {
  background-color: #DCF4FA;
  padding: 10px;
}

.abvData p {
  padding-bottom: 0;
}

.history h1 {
  font-size: 35px;
  line-height: 40px;
  color: #00A5D7;
  font-family: Muli-ExtraBold;
  padding-bottom: 16px;
}

.history h6 {
  font-size: 20px;
  line-height: 24px;
  color: #4D4D4F;
  padding-bottom: 21px;
}

.history h5 {
  font-size: 18px;
  line-height: 21px;
  color: #00A5D7;
  padding-bottom: 30px;
  font-family: WorkSans-Bold;
}

.historyImg {
  padding-bottom: 50px;
}

.legacy-box {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 2px solid transparent;
  border-top-right-radius: 34px;
  border-top-left-radius: 50px;
  border-top: 2px solid #00b3e3;
  border-right: 2px solid #00b3e3;
  background-color: #fff;
  position: relative;
}

.legacy-box .curvImg {
  position: absolute;
  right: -2px;
  top: -2px;
}

.legacy-img {
  flex-shrink: 0;
  margin-right: 21px;
  margin-left: -85px;
  padding-top: 23px;
  margin-top: 0px;
  background: #fff;
}

.legacy-text {
  color: #002d74;
  font-size: 16px;
  line-height: 1.6;
}

.history h1 span {
  display: block;
}

.vertical-line {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vertical-line .line {
  width: 2px;
  background-color: #b3b3b3;
  height: 59px;
}

.vertical-line .line.middle {
  height: 60px;
  width: 6px;
  border-radius: 4px;
  opacity: 1;
}

.child-s h3 {
  font-size: 18px;
  line-height: 21px;
  color: #00A5D7;
  font-family: WorkSans-Bold;
  margin-bottom: 7px;
}

.allInside p {
  margin-bottom: 25px;
}

.ourStakeholders {
  position: relative;
  padding: 60px 0px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 80px;
  margin-top: 35px;
}

.ourStakeholders>h5 {
  position: absolute;
  top: -12px;
  background-color: #fff;
  padding-right: 15px;
}

.ourStakeholders::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("../images/basis-of-reporting/blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.customerIns p {
  min-height: 44px;
  color: #0B2D80;
  font-family: WorkSans-Bold;
  max-width: 140px;
  width: 100%;
  margin-top: 5px;
}

.customerIns {
  margin-bottom: 23px;
}

.mt55 {
  margin-top: 55px !important;
}

.capitalsIns {
  position: relative;
  padding: 60px 0px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 80px;
  margin-top: 35px;
}

.capitalsIns>h5 {
  position: absolute;
  top: -12px;
  background-color: #fff;
  padding-right: 15px;
}

.capitalsIns::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("../images/basis-of-reporting/blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.capsInside a {
  display: flex;
  border: 1px solid #0B2D80;
  justify-content: space-between;
  padding: 0px 20px 0px 12px;
  font-size: 16px;
  line-height: 18px;
  color: #0B2D80;
  font-family: WorkSans-Bold;
  margin-bottom: 25px;
  align-items: center;
  min-height: 83px;
  max-width: 234px;
  width: 100%;
  margin-top: 12px;
}

.capsInside a span {
  width: 160px;
}

/**/
.allKeys {
  position: relative;
  padding: 60px 0px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 80px;
  margin-top: 35px;
}

.allKeys>h5 {
  position: absolute;
  top: -12px;
  background-color: #fff;
  padding-right: 15px;
}

.allKeys::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("../images/basis-of-reporting/blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

/**/
.inKeys p {
  max-width: 210px;
  width: 100%;
  color: #4D4D4F;
  font-size: 16px;
  line-height: 21px;
}

.inKeys h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background-color: #0B2D80;
  padding: 10px;
  width: fit-content;
  margin-bottom: 5px;
  font-family: WorkSans-Bold;
}

.mt35 {
  margin-top: 35px !important;
  padding-bottom: 8px;
}

.parent-s {
  display: flex;
  gap: 35px;
  padding-bottom: 50px;
}

.share-h {
  margin-top: 40px;
}

.child-s img {
  width: 136px;
}

.globe-p p {
  font-size: 18px;
  line-height: 21px;
  color: #1E3A8A;
  font-family: WorkSans-Bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.globe-p {
  padding-bottom: 30px;
}

.history.glob h3 {
  font-size: 18px;
  line-height: 21px;
  color: #00A5D7;
  padding-bottom: 20px;
  font-family: WorkSans-Bold;
}

.history.glob {
  padding-bottom: 30px;
}

.dataLine .blueLine {
  width: 100%;
  background-color: #00A5D7;
  height: 1px;
  background-color: #00A5D7;
}

.dataLine {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 25px;
}

.dataLine h3 {
  padding-bottom: 0 !important;
  flex-shrink: 0;
}

.maha p {
  font-family: WorkSans-Regular;
  align-items: start;
}

.maha {
  padding-left: 27px;
}

.globe-p.karad p {
  margin-bottom: 10px;
}

.parent-g {
  display: flex;
  gap: 60px;
}

.maha.fianl {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-left: 0;
}

.globe-p.karad p span {
  font-family: WorkSans-Regular;
}

.legacy-text.presence .firstIcon {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 50px;
}

.legacy-text.presence .firstIcon p {
  color: #4D4D4F;
}

.legacy-box.glpr {
  border-top-left-radius: 0px !important;
  padding-top: 40px;
}

.mainLegacy {
  display: flex;
  gap: 30px;
}

.desktopV {
  display: flex;
}

.mblV {
  display: none;
}

h4.normalHeads {
  font-size: 20px;
  line-height: 24px;
  color: #4D4D4F;
  margin-bottom: 10px;
}

.enrichingPage .markableAchive {
  margin-top: 0px;
}

.enrichingPage .remarkIns p {
  font-size: 16px;
  line-height: 19px;
}

.enrichingPage .ourSmart {
  background-image: url("../images/2bg-img.webp");
  max-width: 100%;
  min-height: 737px;
}

.enrichingPage .proNums h5 {
  font-size: 35px;
  line-height: 42px;
  color: #FFFFFF;
  font-family: WorkSans-Bold;
}

.enrichingPage .lineOfHead {
  margin-top: 25px;
}

.innerEnrich {
  max-width: 591px;
  width: 100%;
}

.mt30 {
  margin-top: 30px !important;
}

/**/

.largestPumps {
  position: relative;
  padding: 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 80px;
  margin-top: 35px;
}

.indPumps {
  display: flex;
  border-top: 1px solid #00b0dc;
  padding-top: 30px;
  gap: 0px 120px;
  padding-right: 30px;
}

.indPumps>div {
  width: 50%;
}

.indPumps p {
  position: relative;
}

.indPumps p::after {
  content: "";
  display: block;
  position: absolute;
  top: -33px;
  left: 0px;
  width: 80px;
  height: 4px;
  background-color: #1A3382;
}

.borTop {
  border-top: 0px;
}

.black_clr_1 {
  color: #000 !important;
}

.sectorSec {
  padding-left: 20px;
}

.indPurpose a {
  display: flex;
  border: 1px solid #0B2D80;
  justify-content: space-between;
  padding: 0px 20px 0px 12px;
  font-size: 16px;
  line-height: 18px;
  color: #0B2D80;
  font-family: WorkSans-Bold;
  margin-bottom: 25px;
  align-items: center;
  min-height: 66px;
  max-width: 234px;
  width: 100%;
  margin-top: 12px;
}

.indPurpose a span {
  width: 108px;
}

.bulsMain h3 {
  font-size: 36px;
  line-height: 42px;
  color: #00A5D7;
  position: absolute;
  max-width: 290px;
  width: 100%;
  top: 120px;
  left: 170px;
  background-color: #fff;
}

.bulsMain {
  position: relative;
  padding: 20px 0px 0px 15px;
  border-top: 1px solid #00B0DC;
  border-left: 1px solid #00B0DC;
  border-top-left-radius: 40px;
}

.bulsMain p {
  margin-top: 20px;
}

.bulsMain::after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  background-image: url("../images/enriching/unlocking-value-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.enrichLive h4 {
  font-size: 36px;
  line-height: 42px;
  color: #00A5D7;
  border-bottom: 1px solid #00A5D7;
  padding-bottom: 9px;
  margin-bottom: 15px;
}

.blueList ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.blueList ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}

.blueList ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #1B3281;
  border-radius: 50%;
}

.blueList ul li:last-child {
  margin-bottom: 0px;
}

.blueList {
  margin-bottom: 25px;
}

.twoCol ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 40px;
}

.twoCol ul li {
  width: calc(50% - 20px);
}

.singleImg {
  margin-bottom: 25px;
}

.mt20 {
  margin-top: 20px !important;
}

.font20 {
  font-size: 20px !important;
  line-height: 24px !important;
}

.theOrg {
  display: flex;
  gap: 80px;
  margin-bottom: 40px;
  align-items: center;
}

.theOrg>div:nth-child(1) {
  width: 135px;

}

.theOrg>div:nth-child(2) {
  width: calc(100% - 135px);
  position: relative;
}

.theOrg>div:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 0px;
  background-image: url("../images/mats-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  min-height: 189px;
}

.aspectsBox {
  position: relative;
  padding: 30px 30px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 60px;
  margin-top: 35px;
}

.aspectsBox::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("../images/basis-of-reporting/blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.module-list::after {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 0px;
  background-image: url("../images/mats-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 100%;
}

.approacHogh {
  max-width: 489px;
  width: 100%;
}

.approacHogh h4 {
  font-size: 18px;
  line-height: 21px;
  color: #4D4D4F;
  font-family: WorkSans-Bold;
  margin-bottom: 25px;
}

.approacHogh h6 {
  color: #4D4D4F;
  font-family: WorkSans-Bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}

.module-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.module-list li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}

.module-list li span {
  color: #00A5D7;
  font-family: WorkSans-Bold;
  text-decoration: underline;
}

.threeCol ul {
  display: flex;
  gap: 0px 40px;
  flex-wrap: wrap;
}

.threeCol ul li {
  width: calc(33.33% - 40px);
}

.riskDrivers h4 {
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  font-family: WorkSans-Bold;
  margin-bottom: 15px;
}

.mrgBtm {
  margin-bottom: 0px !important;
}

.riskDrivers {
  position: relative;
  padding: 20px 20px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.riskDrivers::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  width: 70px;
  height: 4px;
  background-color: #0B2D80;
}

.riskDef h4 {
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  margin-bottom: 14px;
  font-family: WorkSans-Bold;
}

.riskDef {
  position: relative;
}

.riskDef::after {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 0px;
  background-image: url("../images/mats-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 100%;
}

.keyTalent h6 {
  background-color: #0B2D80;
  width: fit-content;
  padding: 4px;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-family: WorkSans-Bold;
  margin-bottom: 8px;
}

.keyTalent {
  max-width: 248px;
  width: 100%;
}

/**/
.strategyTabs .nav-link img {
  display: block;
  margin-bottom: 4px;
}

.strategyTabs .nav-link svg {
  display: block;
  margin-bottom: 4px;
}

.strategyTabs .nav-link {
  display: block;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #D4D4D4;
  text-align: left;
  width: 100%;
  position: relative;
  min-height: 38px;
}

.strategyTabs .nav-link.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #1B3281;
  height: 7px;
  bottom: -14px;
}

.strategyTabs .nav-tabs .nav-link:focus,
.strategyTabs .nav-tabs .nav-link:hover {
  border: none;
  background-color: #fff;
}

.strategyTabs .nav-tabs .nav-item.show .nav-link,
.strategyTabs .nav-tabs .nav-link.active {
  color: #1B3281;
  background-color: transparent;
  border: 0px;
}

#myTab {
  display: flex;
  border-bottom: 1px solid #D4D4D4;
  gap: 45px;
  padding-bottom: 10px;
  flex-wrap: nowrap;
  align-items: center;
}

/**/
#myTab li:nth-child(1) .nav-link {
  width: 112px;
}

#myTab li:nth-child(2) .nav-link {
  width: 86px;
}

#myTab li:nth-child(3) .nav-link {
  width: 101px;
}

#myTab li:nth-child(4) .nav-link {
  width: 75px;
}

#myTab li:nth-child(5) .nav-link {
  width: 85px;
}

#myTab li:nth-child(6) .nav-link {
  width: 105px;
}

#myTab li:nth-child(7) .nav-link {
  width: 92px;
}

#myTab li:nth-child(8) .nav-link {
  width: 147px;
}

/**/
.stakeTabBody {
  padding: 15px 0px;
}

.mattersMats {
  position: relative;
  padding: 30px 30px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 60px;
  margin-top: 35px;
}

.mattersMats::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("../images/basis-of-reporting/blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.mainIcon {
  position: absolute;
  background-color: #fff;
  top: -30px;
}

.mainIcon {
  position: absolute;
  background-color: #fff;
  top: -30px;
  padding-right: 30px;
}

.riskMats {
  display: flex;
  margin-left: 120px;
  gap: 80px;
  margin-bottom: 40px;
}

.riskMats>div:nth-child(2) {
  position: relative;
}

.riskMats>div:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 0px;
  background-color: #353535;
  width: 1px;
  height: 70px;
}

.innermatters h4,
.riskMats h4 {
  color: #000;
  font-family: WorkSans-Bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 11px;
}

.riskR span {
  background-color: #0B2D80;
  color: #fff;
  padding: 4px;
  font-size: 18px;
  font-family: WorkSans-Bold;
  line-height: 21px;
}

.riskR {
  display: flex;
  gap: 30px;
}

.allmattter {
  display: flex;
  gap: 20px;
}

.allmattter span {
  color: #00A5D7;
  text-decoration: underline;
  font-family: WorkSans-Bold;
  font-size: 16px;
  line-height: 21px;
}

.needHeads h4 {
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  margin-bottom: 15px;
  font-family: WorkSans-Bold;
}

.impCaps h4 {
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  margin-bottom: 15px;
  font-family: WorkSans-Bold;
  text-align: center;
}

.impCaps img {
  display: block;
  margin: 0px auto;
}

.impCaps {
  border-left: 1px solid #ccc;
}

.riskHr {
  margin-bottom: 40px;
  margin-top: 50px;
}

.matHeads h4 {
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  margin-bottom: 15px;
  font-family: WorkSans-Bold;
}

.indImpx {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}

.indImpx h6 {
  background-color: #0B2D80;
  color: #fff;
  padding: 4px;
  font-size: 18px;
  font-family: WorkSans-Bold;
  line-height: 21px;
}

.indImpx {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}

.indImpx h6 {
  background-color: #0B2D80;
  color: #fff;
  padding: 4px;
  font-size: 18px;
  font-family: WorkSans-Bold;
  line-height: 21px;
}

.itemList span {
  color: #00A5D7;
  font-family: WorkSans-Bold;
  text-decoration: underline;
}

.itemList {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.indImpx img {
  width: 55px;
}

.globlaPresence {
  position: relative;
}

.globlaPresence p {
  max-width: 230px;
  position: absolute;
  left: 0px;
  bottom: 90px;
  line-height: 19px;
}

.indLinks a:hover {
  background-color: #03BDD5;
  border: 1px solid #03BDD5;
  transition: .3s ease-in-out;
}

.allCHeads {
  position: absolute;
  left: 520px;
  top: 0px;
}

.allCHeads h3 {
  font-size: 20px;
}

#Component_20_13 a:hover path,
#Component_20_14 a:hover path,
#Component_20_15 a:hover path,
#Component_20_16 a:hover path,
#Component_20_17 a:hover path,
#Component_20_18 a:hover path,
#Component_20_19 a:hover path,
#Component_20_20 a:hover path,
#Component_20_21 a:hover path,
#Component_20_22 a:hover path,
#Component_20_23 a:hover path {
  fill: #03bdd5;
}

/**/

.path-cricle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dawsh 8s linear forwards;
  /* changed from 5s to 8s */
  transition: all ease 2s;
}

@keyframes dawsh {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

/**/

.capsInsidePage h5 {
  font-size: 16px;
  line-height: 19px;
  color: #00A5D7;
  margin-bottom: 15px;
  font-family: WorkSans-Bold;
}

.insideBnr h2 {
  font-size: 35px;
  line-height: 44px;
  color: #1E3A8A;
  margin-top: 12px;
  font-family: Muli-ExtraBold;
}

.insideBanner .row {
  align-items: center;
}

.insideBnr h4 {
  font-size: 18px;
  line-height: 21px;
  color: #4D4D4F;
  font-family: WorkSans-Bold;
  margin-bottom: 13px;
}

.insideBnr p {
  font-size: 20px;
  line-height: 24px;
  color: #4D4D4F;
}

.capsStra h4 {
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  font-family: WorkSans-Bold;
  margin-bottom: 15px;
  position: relative;
}

.capsStra h4 {
  border-top: 1px solid #00A5D7;
  padding-top: 15px;
}

.capsStra {
  margin-top: 60px;
}

.capsStra h4::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  width: 60px;
  height: 4px;
  background-color: #0b2d80;
}

.allMchar p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  gap: 5px;
}

.allMchar p span {
  color: #00A5D7;
  font-family: WorkSans-Bold;
  text-decoration: underline;
}

.allSchar {
  display: flex;
  gap: 15px;
}

.allSchar span {
  background-color: #0B2D80;
  color: #fff;
  padding: 4px;
  font-size: 18px;
  font-family: WorkSans-Bold;
  line-height: 21px;
}

.allProducts>h5 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 0px;
}

.allProducts h5 sub {
  bottom: 0px;
}

.allProducts {
  margin-bottom: 30px;
}

.variousServe {
  position: relative;
  padding: 30px 30px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 60px;
  margin-top: 35px;
}

.variousServe::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("../images/basis-of-reporting/blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.marineDef p {
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  font-family: WorkSans-Medium;
  margin-top: 5px;
  max-width: 120px;
  width: 100%;
}

.marineDef {
  margin-bottom: 27px;
}

.capsInsidePage p {
  margin-bottom: 20px;
}

.capsInsidePage h4 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 13px;
  font-family: WorkSans-Bold;
  color: #4D4D4F;
}

.graphCaps {
  margin-bottom: 50px;
}

.spendingAs>h3 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 0px;
  color: #00A5D7;
  font-family: WorkSans-Bold;
}

.spendingAs {
  margin-bottom: 30px;
}

.spendingAs p {
  max-width: 205px;
  width: 100%;
  font-size: 18px;
  line-height: 21px;
}

.oneAsia {
  position: relative;
  padding: 40px 0px 0px 30px;
  border-top: 1px solid #00B0DC;
  border-left: 1px solid #00B0DC;
  border-top-left-radius: 30px;
  max-width: 460px;
  width: 100%;
  margin-top: 90px;
}

.oneAsia::after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  background-image: url("../images/mc/one-of-asia-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 70px;
  height: 79px;
}

.oneAsia>img {
  position: absolute;
  top: -90px;
  right: 0px;
  background-color: #fff;
  padding-left: 10px;
}

.oneAsia>h5 {
  font-size: 35px;
  line-height: 35px;
  font-family: Muli-Regular;
}

.exBor {
  padding: 30px 0px 10px 0px;
  border-top: 2px solid #00A5D7;
  border-bottom: 2px solid #00A5D7;
  margin-top: 30px;
}

.wideTxt p span {
  display: block;
}

.wideTxt p {
  font-size: 20px;
  line-height: 24px;
  color: #1B3281;
  position: relative;
  padding-right: 40px;
}

.wideTxt {
  position: relative;
}

.wideTxt p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -33px;
  width: 60px;
  height: 4px;
  background-color: #0b2d80;
}

.wideTxt::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  height: 149px;
  width: 2px;
  background-color: #00a5d7;
}

.wideTxt.noBor::after {
  display: none;
}


.blueList ul li ul {
  margin-top: 20px;
}

.blueList ul li ul li::after {
  background-color: #8B8B8B;
}

.isoBox {
  border: 1px solid #00a5d7;
  padding: 20px 20px 0px 20px;
  margin-bottom: 30px;
  position: relative;
}

.isoBox p {
  font-size: 20px;
  line-height: 24px;
  color: #4E5055;
  position: relative;
  margin-bottom: 35px;
}

.isoBox p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -22px;
  width: 60px;
  height: 4px;
  background-color: #0b2d80;
  z-index: 999;
}

.isoBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #00a5d7;
}

h5.font30R {
  font-size: 30px;
  line-height: 35px;
  font-family: WorkSans-Regular;
  color: #1E3A8A;
}

.keyAchive {
  position: relative;
  padding: 30px 30px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 35px;
  margin-top: 150px;
}

.keyAchive::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("../images/basis-of-reporting/blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.imgHeadsAc {
  position: absolute;
  top: -137px;
  background-color: #fff;
  padding-right: 15px;
}

.imgHeadsAc>h5 {
  font-size: 30px;
  line-height: 35px;
  font-family: WorkSans-Regular;
}

.breakingBox {
  position: relative;
  padding: 30px 0px 0px 30px;
  border-top: 1px solid #00B0DC;
  border-left: 1px solid #00B0DC;
  border-top-left-radius: 40px;
  margin-bottom: 60px;
  margin-top: 35px;
}

.breakingBox::after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  background-image: url("../images/ic/kbl-blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.linePara p {
  position: relative;
  border-top: 1px solid #00a5d7;
  padding-top: 15px;
}

.linePara p::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #0b2d80;
  top: -2px;
}

.lineTop {
  position: relative;
  border-top: 1px solid #00a5d7;
  padding-top: 15px;
}

.lineTop::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #0b2d80;
  top: -2px;
}

.oneAsia.othW {
  max-width: 610px;
}

.twoCol1 {
  display: flex;
  flex-wrap: wrap;
}

.twoCol1 li {
  width: 50%;
}

.kblRd {
  position: relative;
  padding: 40px 0px 0px 30px;
  border-top: 1px solid #00B0DC;
  border-left: 1px solid #00B0DC;
  border-top-left-radius: 30px;
  width: 100%;
  margin-top: 10px;
}

.kblRd>h5 {
  position: absolute;
  top: 150px;
  left: 220px;
}

.kblRd p {
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #00a5d7;
  padding-bottom: 15px;
}

.kblRd p::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #0b2d80;
  bottom: -2px;
}

.socialWe {
  display: flex;
  gap: 20px;
}

.socialWe {
  position: relative;
  padding: 30px 0px 0px 30px;
  border-top: 1px solid #00B0DC;
  border-left: 1px solid #00B0DC;
  border-top-left-radius: 40px;
  margin-bottom: 60px;
  margin-top: 35px;
}

.socialWe::after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  background-image: url("../images/ic/kbl-blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.socialWe h5 {
  font-size: 30px;
  line-height: 30px;
  font-family: WorkSans-Regular;
}

.socialWe p {
  font-size: 20px;
  line-height: 24px;
}

.allInside h1 span {
  display: block;
}

.clrBlck {
  color: #4D4D4F !important;
}

.progresshead h5 {
  font-size: 20px;
  font-family: WorkSans-Bold;
  line-height: 24px;
}

.progresshead h1 {
  margin-bottom: 15px;
}

.progresshead h6 {
  font-size: 20px;
  color: #4D4D4F;
  font-family: WorkSans-Regular;
  line-height: 24px;
  padding-bottom: 15px;
}

.fullbrdr {
  position: relative;
}

.fullbrdr hr {
  border-top: 2px solid #00A5D7;
  margin-top: 0px;
}

.fullOne {
  position: absolute;
  top: -1px;
  left: 0px;
  width: 80px;
  height: 4px;
  background-color: #1A3382;
}

.fullTwo {
  position: absolute;
  top: -1px;
  left: 32%;
  width: 80px;
  height: 4px;
  background-color: #1A3382;
}

.fullThree {
  position: absolute;
  top: -1px;
  right: 27%;
  width: 80px;
  height: 4px;
  background-color: #1A3382;
}

.esgFlx {
  display: flex;
  gap: 20px;
  align-items: end;
  margin-bottom: 25px;
}

.esgFlx h4 {
  color: #1E3A8A;
  font-size: 20px;
}

.brdRght {
  border-right: 1px solid #00A5D7;
}

.padLft {
  padding-left: 20px;
}

.envBld p {
  font-family: WorkSans-Bold !important;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.skyBlue {
  color: #00A5D7;
}

.height80 {
  height: 80px;
}

.mrgnHr hr {
  margin-top: 20px;
}

.capitalsInsPro {
  padding: 20px 0px 0px 0px;
}

.ourIconFlx {
  display: flex;
  justify-content: space-between;
}

.ourbrdMain {
  border-left: 1px solid #00B0DC;
  border-top: 1px solid #00B0DC;
  padding-left: 20px;
  padding-top: 10px;
  border-top-left-radius: 35px;
  position: relative;
  margin-bottom: 50px;
}

.ourbrdMain::before {
  content: "";
  position: absolute;
  background: url(../images/line.svg);
  height: 120px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  left: -4px;
  top: -4px;
}

.ourFlx {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
}

.ourFlx h5 {
  font-size: 36px;
  color: #00B0DC;
  font-family: WorkSans-Light;
  line-height: 43px;
}

.ourFlx h5 span {
  display: block;
}

.spnBlck {
  display: block;
}

.ourNumSec h5 {
  font-size: 35px;
  color: #00A5D7;
}

.ruppspcl {
  font-family: WorkSans-Regular;
  font-size: 30px;
}

.ourNor {
  font-family: WorkSans-Regular;
}

.ourNumSec p {
  font-size: 18px;
  font-family: WorkSans-Regular;
  color: #565658;
  max-width: 100%;
  width: 100%;
}

.ourNumSec {
  padding: 20px 0px 0px 0px;
  margin-bottom: 40px;
}

.sixPillar {
  display: flex;
  align-items: end;
  gap: 20px;
}

.sixPillar p {
  font-size: 16px;
  color: #0B2D80;
  font-family: WorkSans-Bold;
  margin-bottom: 0px;
}

.sixPillar p span {
  display: block;
}

.sixPillar div:nth-child(2) {
  border: 1px solid #0B2D80;
}

.sixPillar div:nth-child(2) a {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 15px;
}

.sixPillar div:nth-child(2) {
  max-width: 235px;
  width: 100%;
}

.sixPillar div:nth-child(2) a:hover {
  background: #1B3281;
}

.sixPillar div:nth-child(2) a:hover img.blueArr {
  display: none;
}

.sixPillar div:nth-child(2) a img.whiteArr {
  display: none;
}

.sixPillar div:nth-child(2) a:hover img.whiteArr {
  display: block;
}

.sixPillar div:nth-child(2) a:hover p {
  color: #fff;
}

.ourNumSec .customerIns p {
  margin-bottom: 0px;
}

.imgCntr {
  text-align: center;
  margin: 20px 0 40px;
}

.allRs {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.allRs p {
  color: #1B3281;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: WorkSans-Bold;
}

.allRs span {
  font-family: WorkSans-Bold;
  background: #0B2D80;
  font-size: 18px;
  color: #FFFFFF;
  padding: 3px 5px 3px;
}

.rdata h6 {
  font-family: WorkSans-Bold;
  color: #4D4D4F;
  font-size: 16px;
}

.rsBrdr::before {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 80px;
  height: 4px;
  background-color: #1A3382;
  content: "";
  border-radius: 5px;
}

.rsBrdr {
  position: relative;
  padding: 20px 0px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 80px;
  margin-top: 35px;
}

.conFlx {
  display: flex;
  gap: 20px;
  align-items: end;
  margin-bottom: 20px;
}

.conFlx h4 {
  color: #00A5D7;
  font-size: 16px;
  font-family: WorkSans-Bold;
}

.kblRd.hcPage>h5 {
  position: absolute;
  top: 30px;
  left: 156px;
  width: 140px;
}

.kblRd.hcPage {
  position: relative;
  border-top-right-radius: 40px;
}

.kblRd.hcPage::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("../images/basis-of-reporting/blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.designThink {
  position: relative;
  padding: 30px 0px 0px 30px;
  border-top: 1px solid #00B0DC;
  border-left: 1px solid #00B0DC;
  border-top-left-radius: 40px;
  margin-bottom: 60px;
  margin-top: 35px;
}

.designThink::after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  background-image: url("../images/ic/kbl-blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

/**/
.designThink p {
  font-size: 18px;
  line-height: 21px;
  margin-top: 20px;
  position: relative;
  border-bottom: 1px solid #00A5D7;
  padding-bottom: 20px;
}

.designThink p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 60px;
  height: 4px;
  background-color: #0b2d80;
}

.namePhoto {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
  position: absolute;
  top: -93px;
}

.namePhoto img {
  padding-right: 20px;
  background-color: #fff;
}

.namePhoto h5 span {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4F;
  font-family: WorkSans-Regular;
}

.ijoinedKbl {
  position: relative;
  padding: 105px 30px 0px 0px;
  border-top: 1px solid #00B0DC;
  border-right: 1px solid #00B0DC;
  border-top-right-radius: 40px;
  margin-bottom: 40px;
  margin-top: 120px;
}

.ijoinedKbl::after {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 4px;
  background-color: #0B2D80;
  top: -3px;
  left: 177px;
}

.innerMock p {
  font-size: 18px;
  line-height: 21px;
  margin-top: 20px;
  position: relative;
  border-bottom: 1px solid #00A5D7;
  padding-bottom: 20px;
  width: 80%;
}

.innerMock p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 60px;
  height: 4px;
  background-color: #0b2d80;
}

.innerMock p:last-child::after {
  display: none;

}

.innerMock p:last-child {
  border-bottom: 0px;
}

.mockDrill {
  position: relative;
  padding: 30px 0px 0px 30px;
  border-top: 1px solid #00B0DC;
  border-left: 1px solid #00B0DC;
  border-top-left-radius: 40px;
  margin-bottom: 60px;
  margin-top: 35px;
}

.mockDrill::after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  background-image: url("../images/ic/kbl-blue-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 95px;
  height: 107px;
}

.my-sidenav1 {
  display: none;
  position: fixed;
  top: 83px;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  max-width: 100%;
  width: 100%;
  background: #1B3281;
  height: 100%;
  border-top: 1px solid #1B3281;
  padding: 40px 0px 35px 0px;
}

/**/
.tabMenu ul .nav-item {
  display: inline-block;
  width: 100%;
}

.tabMenu .nav-tabs .nav-link:focus, .tabMenu .nav-tabs .nav-link:hover {
  border-color: #1b3281;
  border: 1px solid #1b3281;
  background-color: #1b3281;
  outline: 0;
}
.tabMenu .nav-tabs .nav-link:focus,
.tabMenu .nav-tabs .nav-link:hover,
.tabMenu .nav-tabs .nav-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.tabMenu .nav-tabs .nav-item.show .nav-link,
.tabMenu .nav-tabs .nav-link.active {
  border: none;
  color: #fff;
  background-color: #00A5D7;
  border-bottom: 0px solid #000;
  padding: 13px 15px;
  font-family: WorkSans-Bold;
}

.tabMenu .nav-tabs .nav-link {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  padding: 13px 0px;
  border-radius: 0px;
}

.mblSelect {
  display: none;
}

.tabMenu .nav-tabs {
  border-bottom: 0px;
}

.tabMenu {
  max-width: 326px;
  width: 100%;
}

.tabMenu .nav-tabs .nav-link {
  margin-bottom: 0px;
}

.financeList ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.financeList ul li a {
  color: #FFFFFF;
  padding: 8px 0px;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.financeList {
  max-width: 320px;
  width: 100%;
  padding-right: 30px;
  min-height: 380px;
}

.goverTabs ul.nav-tabs li a {
  font-size: 18px;
  color: #BFBFBF;
  font-family: WorkSans-Bold;
  border: 0px;
  padding: 0 0px 0px;
}

.goverTabs ul.nav-tabs li a.active {
  color: #00A5D7;
  border-bottom: 7px solid #1B3281;
  padding: 0px 0px 20px 0px;
}

.goverTabs ul {
  border: 0px;
  border-bottom: 1px solid #BFBFBF;
  gap: 50px;
}



.mblSelect {
  display: none;
}

.goverTabs ul.nav-tabs li a {
  font-size: 18px;
  color: #BFBFBF;
  font-family: WorkSans-Bold;
  border: 0px;
  padding: 0 0px 0px;
}

.goverTabs ul.nav-tabs li a.active {
  color: #00A5D7;
  border-bottom: 7px solid #1B3281;
  padding: 0px 0px 20px 0px;
}

.goverTabs ul {
  border: 0px;
  border-bottom: 1px solid #BFBFBF;
  gap: 50px;
}



.mblSelect {
  display: none;
}

.goverTabs ul.nav-tabs li a {
  font-size: 18px;
  color: #BFBFBF;
  font-family: WorkSans-Bold;
  border: 0px;
  padding: 0 0px 0px;
}

.goverTabs ul.nav-tabs li a.active {
  color: #00A5D7;
  border-bottom: 7px solid #1B3281;
  padding: 0px 0px 20px 0px;
}

.goverTabs ul {
  border: 0px;
  border-bottom: 1px solid #BFBFBF;
  gap: 50px;
}

.goverMain {
  margin: 80px 0 0;
}

.goverTop {
  padding: 30px 0 0;
}

.goverHr {
  position: relative;
}

.goverHr hr {
  border-top: 2px solid #00A5D7;
  margin: 20px 0 20px;
}

.goverHr::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background: #1B3281;
  top: 17px;
  border-radius: 5px;
}

.goverFlx .goverLft {
  flex: 0 0 25%;
}

.goverFlx {
  display: flex;
  gap: 20px;
  margin: 20px 0 20px;
}

.goverFlx p {
  padding-bottom: 15px;
}

.goverHr::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background: #1B3281;
  top: 17px;
  border-radius: 5px;
}

.goverFlx .goverLft {
  flex: 0 0 25%;
}

.goverFlx {
  display: flex;
  gap: 20px;
  margin: 20px 0 20px;
}

.goverFlx p {
  padding-bottom: 15px;
}

.goverBtmTxt h4 {
  color: #1B3281;
  font-family: WorkSans-Bold;
  font-size: 16px;
}



.goverHr::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background: #1B3281;
  top: 17px;
  border-radius: 5px;
}

.goverFlx .goverLft {
  flex: 0 0 25%;
}

.goverFlx {
  display: flex;
  gap: 20px;
  margin: 20px 0 20px;
}

.goverFlx p {
  padding-bottom: 15px;
}

.goverBtmTxt h4 {
  color: #1B3281;
  font-family: WorkSans-Bold;
  font-size: 16px;
}

.goverBtmTxt h4 span {
  font-family: WorkSans-Italic;
  display: block;
  color: #4D4D4F;
}

.goverStxt {
  margin: 10px 0 10px;
}

.goverStxt span {
  font-family: WorkSans-Bold;
}

.spnDiff {
  display: block;
  color: #4D4D4F;
}

.goverStxt {
  margin: 10px 0 10px;
}

.goverStxt span {
  font-family: WorkSans-Bold;
}

.spnDiff {
  display: block;
  font-family: WorkSans-Regular !important;

}

.goverBtmTxt p {
  padding-bottom: 0px;
}

.goverBtmTxt {
  margin-top: 20px;
}

.goverInLst ul li::before {
  content: "";
  position: absolute;
  background: #1B3281;
  width: 22px;
  height: 3px;
  left: -40px;
  border-radius: 10px;
  top: 10px;
}

.goverInLst ul li {
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}

.goverInLst ul {
  list-style: none;
  border-bottom: 0px;
  padding-left: 45px;
}

.goverBld h6 {
  font-size: 18px;
  font-family: WorkSans-Bold;
}

.spnDiff {
  display: block;
  font-family: WorkSans-Regular !important;
}

.goverBtmTxt p {
  padding-bottom: 0px;
}

.goverBtmTxt {
  margin-top: 20px;
}

.goverInLst ul li::before {
  content: "";
  position: absolute;
  background: #1B3281;
  width: 22px;
  height: 3px;
  left: -40px;
  border-radius: 10px;
  top: 10px;
}

.goverInLst ul li {
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}

.goverInLst ul {
  list-style: none;
  border-bottom: 0px;
  padding-left: 45px;
}

.goverBld h6 {
  font-size: 18px;
  font-family: WorkSans-Bold;
}

.boradSec p {
  padding-bottom: 15px;
}

.spnDiff {
  display: block;
  font-family: WorkSans-Regular !important;
}

.goverBtmTxt p {
  padding-bottom: 0px;
}

.goverBtmTxt {
  margin-top: 20px;
}

.goverInLst ul li::before {
  content: "";
  position: absolute;
  background: #1B3281;
  width: 22px;
  height: 3px;
  left: -40px;
  border-radius: 10px;
  top: 10px;
}

.goverInLst ul li {
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}

.goverInLst ul {
  list-style: none;
  border-bottom: 0px;
  padding-left: 45px;
}

.goverBld h6 {
  font-size: 18px;
  font-family: WorkSans-Bold;
}

.boradSec p {
  padding-bottom: 15px;
}

.boradSec {
  border-top: 1px solid;
  border-right: 1px solid;
  position: relative;
  padding: 20px 20px 0px 0px;
  margin-top: 20px;
}

.boradSec::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 70px;
  background: #1B3281;
  top: -3px;
  border-radius: 5px;
}

.boardslider.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.boardslider.owl-carousel .item {
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  height: 400px;
}

.boardslider .item h3 {
  font-family: WorkSans-Bold;
  font-size: 16px;
  color: #1B3281;
}

.boardslider .item p {
  font-size: 16px;
  color: #333;
}

.owl-nav button {
  background: #003366;
  color: #fff !important;
  border-radius: 50%;
  padding: 5px 10px !important;
}

.spnbld {
  font-family: WorkSans-Bold;
  color: #4D4D4F;
}

.boardTxt {
  margin: 15px 0 15px;
}

.boardslider .item img {
  width: 60px;
}

.scrollbar {
  overflow-y: scroll;
  height: 300px;
  padding-right: 10px;
}

.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;
}

.boardslider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1B3281;
}

.boradSec::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 70px;
  background: #1B3281;
  top: -3px;
  border-radius: 5px;
}

.boardslider.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.boardslider.owl-carousel .item {
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  height: 400px;
}

.boardslider .item h3 {
  font-family: WorkSans-Bold;
  font-size: 16px;
  color: #1B3281;
}

.boardslider .item p {
  font-size: 16px;
  color: #333;
}

.owl-nav button {
  background: #003366;
  color: #fff !important;
  border-radius: 50%;
  padding: 5px 10px !important;
}

.spnbld {
  font-family: WorkSans-Bold;
  color: #4D4D4F;
}

.boardTxt {
  margin: 15px 0 15px;
}

.boardslider .item img {
  width: 60px;
}

.scrollbar {
  overflow-y: scroll;
  height: 300px;
  padding-right: 10px;
}

.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;
}

.boardslider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1B3281;
}

.boradSec::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 70px;
  background: #1B3281;
  top: -3px;
  border-radius: 5px;
}

.boardslider.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.boardslider.owl-carousel .item {
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  height: 400px;
}

.boardslider .item h3 {
  font-family: WorkSans-Bold;
  font-size: 16px;
  color: #1B3281;
}

.boardslider .item p {
  font-size: 16px;
  color: #333;
}

.owl-nav button {
  background: #003366;
  color: #fff !important;
  border-radius: 50%;
  padding: 5px 10px !important;
}

.spnbld {
  font-family: WorkSans-Bold;
  color: #4D4D4F;
}

.boardTxt {
  margin: 15px 0 15px;
}

.boardslider .item img {
  width: 60px;
}

.scrollbar {
  overflow-y: scroll;
  height: 300px;
  padding-right: 10px;
}

.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;
}

.boardslider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1B3281;
}

.boardslider.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 12px;
}

.boardslider.owl-theme .owl-dots {
  text-align: left;
}

.clrskyBlue {
  color: #00A5D7;
}

.clrBlue {
  color: #1B3281 !important;
}

.innerEnrich h4 span {
  color: #1E3A8A;
}

.remarkIns.blue-p p {
  color: #1E3A8A;
}

.proNums {
  padding-bottom: 15px;
}

.allInside h5.clr-black {
  color: #000;
}


.allInside h5.clr-black {
  color: #000;
}

.financeList h4 {
  color: #00A5D7;
  font-size: 16px;
  line-height: 19px;
  font-family: WorkSans-Bold;
}

.tabMenu .nav-tabs .nav-link {
  display: flex;
  justify-content: space-between;
}

.tabMenu .nav-tabs .nav-link img {
  display: none;
}

.tabMenu .nav-tabs .nav-link.active img {
  display: inline;
}

.my-sidenav1 .siteLinks a {
  padding-left: 0px;
}

.menuLeftLine {
  position: relative;
}

.tabMenu .nav-tabs .nav-link {
  display: flex;
  justify-content: space-between;
}

.tabMenu .nav-tabs .nav-link img {
  display: none;
}

.tabMenu .nav-tabs .nav-link.active img {
  display: inline;
}

.my-sidenav1 .siteLinks a {
  padding-left: 0px;
}

.menuLeftLine {
  position: relative;
}

.menuLeftLine::after {
  content: "";
  display: block;
  position: absolute;
  right: -89px;
  top: 17px;
  width: 1px;
  height: 492px;
  background-color: #00A5D7;
}

.my-sidenav1 .downLoadReport a {
  max-width: 398px;
}

.menuClose {
  display: none;
}

.bluebg .menuClose {
  display: flex;
}

.bluebg .menuOpen {
  display: none;
}

.enrichingMain .pumpHeads {
  color: #fff;
}

.allInside h5.clr-black {
  color: #000;
}

.allProducts h5 span {
  font-family: WorkSans-Regular;
  font-size: 29px;
}

.allProducts.black p {
  color: #000;
}

.blueList li span {
  font-family: WorkSans-Bold;
}

.adapFlx {
  display: flex;
  gap: 80px;
  margin: 40px 0 30px;
}

.addrgt {
  position: relative;
}

.addrgt::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: -20px;
  background-image: url(../images/mats-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 130px;
}

.adapRow {
  margin-top: 20px;
}

.adapRow ul {
  border-bottom: 0px;
}

.fontNor {
  font-family: WorkSans-Regular !important;
}

.font20 {
  font-size: 20px;
}

.mrbtm {
  margin-bottom: 0px !important;
}

.enrFlx h5 {
  font-size: 16px;
  font-family: WorkSans-Bold;
  height: 25px;
}

.enrFlx p {
  font-size: 20px;
  border-top: 1px solid #00A5D7;
  position: relative;
  padding-top: 15px;
  color: #000;
}

.enrFlx p::before {
  background: #1B3281;
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  top: -2px;
  border-radius: 8px;
}

.enrFlx {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.addPara p {
  border-top: 0px;
  border: 1px solid #00A5D7;
  padding: 20px 15px 15px;
}

.addPara p::before {
  background: none;
}

.addPara {
  max-width: 300px;
  width: 100%;
  position: relative;
}

.addPara::before {
  background: #1B3281;
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  top: 38px;
  border-radius: 8px;
  left: 20px;
  z-index: 99;
}

.naturalWe {
  margin-bottom: 0px;
}

.para20 p {
  font-size: 16px;
  line-height: 22px;
}

.wateManage p {
  font-size: 16px;
  line-height: 19px;
}

.wateManage div:nth-child(2) {
  max-width: 325px;
  width: 100%;

}

.wateManage div:nth-child(3) {
  max-width: 480px;
  width: 100%;
}

.wateManage {
  gap: 60px;
}

.waterBrd h6 {
  font-size: 16px;
  font-family: WorkSans-Bold;
  color: #1B3281;
}

.waterBrd h6:nth-child(2)::before {
  background: #1B3281;
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: -2px;
  border-radius: 8px;
}

.waterBrd h6:nth-child(3) {
  padding-top: 15px;
}

.waterBrd h6:nth-child(2) {
  position: relative;
  border-bottom: 1px solid #00A5D7;
  padding-bottom: 15px;
}

.imgSpc img {
  margin-bottom: 20px;
}

.revenueCons .accordion-item {
  background-color: #fff;
  border: transparent;
  margin-bottom: 30px;
}

.revenueCons .accordion-header button {
  font-size: 60px;
  font-weight: 700;
  color: #016b9c;
}

.revenueCons .accordion-button {
  display: block;
}

.valueCreatAcr .borderWidth {
  max-width: 100%;
  padding-bottom: 25px;
  text-align: left;
}

.borderWidth {
  border-bottom: 3px solid #00A5D7;
  padding-bottom: 23px;
  display: block;
  max-width: 640px;
  position: relative;
  width: 100%;
}

.revenueCons .accordion-header button span {
  font-size: 18px;
  line-height: 30px;
  color: #016b9c;
  display: block;
}

.revenueCons.valueCreatAcr .accordion-header button span {
  color: #1B3281;
  font-family: WorkSans-Bold;
}

.minusIcon,
.plusIcon {
  display: none;
}

.minusIcon,
.plusIcon {
  position: absolute;
  right: -35px;
  z-index: 9;
  background-color: #fff;
}

.valueCreatAcr .minusIcon,
.valueCreatAcr .plusIcon {
  right: 0;
  left: 0px;
  margin: 0px auto;
  bottom: -22px;
  background-color: #fff;
  border-radius: 50%;
}

.accordion-button .minusIcon {
  display: block;
}

.revenueCons .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  padding: 0px;
}

.accordion-button.collapsed .minusIcon {
  display: none;
}

.revenueCons .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.revenueCons .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  padding: 0px;
}

.revenueCons .accordion-button:not(.collapsed) {
  color: #016b9c;
}

.accordion-button.collapsed .plusIcon {
  display: block;
}

.capsImg h4 {
  font-size: 16px;
  line-height: 24px;
  color: #00A5D7;
  font-family: WorkSans-Bold;
  margin-bottom: 20px;
}

.revenueCons .accordion-body {
  padding: 73px 0px 53px 0px;
}

.ourHu h4 {
  color: #1B3281;
  font-size: 16px;
  font-family: WorkSans-Bold;
}

.utilisFlx {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.my-sidenav1 .downLoadReport a {
  max-width: 398px;
}

.menuClose {
  display: none;
}

.bluebg .menuClose {
  display: flex;
}

.bluebg .menuOpen {
  display: none;
}

.enrichingMain .pumpHeads {
  color: #fff;
}

.allInside h5.clr-black {
  color: #000;
}

.allProducts h5 span {
  font-family: WorkSans-Regular;
  font-size: 29px;
}

.allProducts.black p {
  color: #000;
}

.blueList li span {
  font-family: WorkSans-Bold;
}

.adapFlx {
  display: flex;
  gap: 80px;
  margin: 40px 0 30px;
}

.addrgt {
  position: relative;
}

.addrgt::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: -20px;
  background-image: url(../images/mats-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 130px;
}

.adapRow {
  margin-top: 20px;
}

.adapRow ul {
  border-bottom: 0px;
}

.fontNor {
  font-family: WorkSans-Regular !important;
}

.font20 {
  font-size: 20px;
}

.mrbtm {
  margin-bottom: 0px !important;
}

.enrFlx h5 {
  font-size: 16px;
  font-family: WorkSans-Bold;
  height: 25px;
}

.enrFlx p {
  font-size: 20px;
  border-top: 1px solid #00A5D7;
  position: relative;
  padding-top: 15px;
}

.enrFlx p::before {
  background: #1B3281;
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  top: -2px;
  border-radius: 8px;
}

.enrFlx {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.addPara p {
  border-top: 0px;
  border: 1px solid #00A5D7;
  padding: 20px 15px 15px;
}

.addPara p::before {
  background: none;
}

.addPara {
  max-width: 300px;
  width: 100%;
  position: relative;
}

.addPara::before {
  background: #1B3281;
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  top: 38px;
  border-radius: 8px;
  left: 20px;
  z-index: 99;
}

.naturalWe {
  margin-bottom: 0px;
}


.wateManage p {
  font-size: 16px;
  line-height: 19px;
}

.wateManage div:nth-child(2) {
  max-width: 325px;
  width: 100%;

}

.wateManage div:nth-child(3) {
  max-width: 480px;
  width: 100%;
}

.wateManage {
  gap: 60px;
}

.waterBrd h6 {
  font-size: 16px;
  font-family: WorkSans-Bold;
  color: #1B3281;
}

.waterBrd h6:nth-child(2)::before {
  background: #1B3281;
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: -2px;
  border-radius: 8px;
}

.waterBrd h6:nth-child(3) {
  padding-top: 15px;
}

.waterBrd h6:nth-child(2) {
  position: relative;
  border-bottom: 1px solid #00A5D7;
  padding-bottom: 15px;
}

.imgSpc img {
  margin-bottom: 20px;
}

.revenueCons .accordion-item {
  background-color: #fff;
  border: transparent;
  margin-bottom: 30px;
}

.revenueCons .accordion-header button {
  font-size: 60px;
  font-weight: 700;
  color: #016b9c;
}

.revenueCons .accordion-button {
  display: block;
}

.valueCreatAcr .borderWidth {
  max-width: 100%;
  padding-bottom: 25px;
  text-align: left;
}

.borderWidth {
  border-bottom: 3px solid #00A5D7;
  padding-bottom: 23px;
  display: block;
  max-width: 640px;
  position: relative;
  width: 100%;
}

.revenueCons .accordion-header button span {
  font-size: 18px;
  line-height: 30px;
  color: #016b9c;
  display: block;
}

.revenueCons.valueCreatAcr .accordion-header button span {
  color: #1B3281;
  font-family: WorkSans-Bold;
}

.minusIcon,
.plusIcon {
  display: none;
}

.minusIcon,
.plusIcon {
  position: absolute;
  right: -35px;
  z-index: 9;
  background-color: #fff;
}

.valueCreatAcr .minusIcon,
.valueCreatAcr .plusIcon {
  right: 0;
  left: 0px;
  margin: 0px auto;
  bottom: -22px;
  background-color: #fff;
  border-radius: 50%;
}

.accordion-button .minusIcon {
  display: block;
}

.revenueCons .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  padding: 0px;
}

.accordion-button.collapsed .minusIcon {
  display: none;
}

.revenueCons .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.revenueCons .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  padding: 0px;
}

.revenueCons .accordion-button:not(.collapsed) {
  color: #016b9c;
}

.accordion-button.collapsed .plusIcon {
  display: block;
}

.capsImg h4 {
  font-size: 16px;
  line-height: 24px;
  color: #00A5D7;
  font-family: WorkSans-Bold;
  margin-bottom: 20px;
}

.revenueCons .accordion-body {
  padding: 73px 0px 53px 0px;
}

.ourHu h4 {
  color: #1B3281;
  font-size: 16px;
  font-family: WorkSans-Bold;
}

.utilisFlx {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.utilisFlx h6 {
  color: #00A5D7;
  font-size: 16px;
  font-family: WorkSans-Bold;
  padding-top: 10px;
}

.utilisFlx h6 span {
  display: block;
}

.imgCntr {
  text-align: center;
}


.delFlx h4 {
  font-family: WorkSans-Bold;
}

.utilisFlx h6 span {
  display: block;
}

.imgCntr {
  text-align: center;
}

.delFlx {
  display: flex;
  margin-bottom: 40px;
}

.delFlx h4 {
  font-family: WorkSans-Bold;
  color: #00A5D7;
  font-size: 16px;
  margin-top: 15px;
}

.delrgt {
  position: relative;
}

.delrgt::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: -20px;
  background-image: url(../images/mats-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 165px;
}

.delrgt {
  position: relative;
}

.delrgt::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: -20px;
  background-image: url(../images/mats-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 165px;
}
.aspectsBox.newAspect{
  margin-top: 10px;
}
.keyHead{
  padding-top: 30px;
}
.progresshead h5.clrBlck{
  color: #000!important;
}
.envBld .clrBlck.black{
  color: #000!important;
}
.capitalsIns.capitalsInsPro {
  margin-top: 20px;
}
.fullbrdr.mrgnHr.megbtm{
  margin-bottom: 36px;
}
.blueList.mrgbtm{
  margin-bottom: 50px;
}
.height80.new-h {
  min-height: 113px;

}
.delLft {
  max-width: 200px;
  width: 100%;
}
.delrgt{
  max-width: 100%;
  width: 100%;
}
.delLft h4 span{
  display: block;
}
.boardBtm p{
  padding-bottom: 0px!important;
}
.boardMrgn{
  margin-bottom: 30px;
}
.boardheight{
  height: 175px;
}
.mrgnTop40{
  margin-top: 40px;
}
.capsInsidePage h4.black{
  color: #000;
}
.customerIns span.font {
  font-size: 25px;
}
.ourStakeholders.ourNumSec p span{
  display: block;
}
.mrgn20{
  margin-bottom: 20px;
}
.clr_black{
  color: #000 !important;
}
.mrgnTp20{
  margin-top: 20px;
}
.foontBld{

 font-family: WorkSans-Bold;
}
.mt30M{
  margin-top: 30px!important;
}
.boardslider.owl-carousel .owl-stage {
  padding-left: 0px!important;
}
.andTxt{
  color: #000 !important;
  font-size: 16px !important;
}
.padTop{
  padding-top: 30px;
}
.natuP a{
  color: rgba( 13, 110, 253);
  font-family: WorkSans-Italic;
  font-size: 17px;
}
.clrBlue{
  color: #455999;
}
.globe-p.karad img {
  width: 30px;
}
.capsImg {
    height: 360px;
}
.sitemap a:not([href]):not([class]), .sitemap a:not([href]):not([class]):hover {
  color: #7A7A7A;
}
.mt50{
  margin-top: 50px !important;
}