@font-face {
    font-family:SourceSansPro-Regular;
    src: url(../fonts/SourceSansPro-Regular.ttf);
}
@font-face {
    font-family:SourceSansPro-Black;
    src: url(../fonts/SourceSansPro-Black.ttf);
}
@font-face {
    font-family:SourceSansPro-Bold;
    src: url(../fonts/SourceSansPro-Bold.ttf);
}
@font-face {
    font-family:SourceSansPro-Light;
    src: url(../fonts/SourceSansPro-Light.ttf);
}
@font-face {
    font-family:SourceSansPro-Semibold;
    src: url(../fonts/SourceSansPro-Semibold.ttf);
}
@font-face {
    font-family:SourceSansPro-Italic;
    src: url(../fonts/SourceSansPro-Italic.ttf);
}
@font-face {
    font-family:SourceSansPro-SemiboldItalic;
    src: url(../fonts/SourceSansPro-SemiboldItalic.ttf);
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
     font-family:SourceSansPro-Regular;
    line-height: 22px;
}
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: 24px;
}

.my-sidenav,.ham-icon1 {
    display: none;
}
header
{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
padding: 10px 0px 12px;
position: absolute;
width: 100%;
z-index: 999;
}
header .row
{
    align-items: center;
}
.right-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headertxt
{
    margin-right: 50px;
}
.headertxt p 
{
    font-size: 14px;
    font-family:SourceSansPro-Bold;
}
.headertxt p span 
{
 color:#034EA2;   
}
.headertxt p span.r-num 
{
    font-size: 20px;
    color: #000000;
}
.menudownload
{
    border:1px solid #034EA2;
    padding: 8px 10px;
}

.ham-icon
{
    border-left: 1px solid #034EA2;
    margin-left: 7px;
    padding-left: 7px;
     color: #034EA2;
}
/*-----------Header Css End-------------*/


.theme-banner{
    background-image: url("../images/intro-theme/Introduction-banner-img.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100vh; */
    min-height: 876px;
    /* margin-bottom: 40px; */
    /* display: flex; */
    /* align-items: center; */
    padding-top: 115px;
}
.theme-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #034EA2;
    padding-bottom: 12px;
}
.theme-banner h6{
    font-family:SourceSansPro-SemiboldItalic;
    font-size: 18px;
    line-height: 23px;
    color: #14B1E7;
    padding-bottom: 20px;
}
.theme-banner p{
    color: #231F20;
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
}
/* .theme-content p{
    color: #231F20;
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
} */
.aboutgroup-banner .row{
    align-items: center;
}
.aboutgroup-banner{
    position: relative;
    margin-bottom: 40px;
}
.aboutgroup-banner .sitemap{
    position: absolute;
    top: 10px;
}
.sitemap a{
    font-family:SourceSansPro-Regular;
    font-size: 14px;
    line-height: 47px;
    color: #000000;
}
.aboutgroup-banner h5{
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    font-family:SourceSansPro-Bold;
}
.aboutgroup-banner h5 span{
    background-color: #8AC641;
    padding: 0px 9px;
}
.aboutgroup-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.aboutgroup-banner h6{
    font-family:SourceSansPro-SemiboldItalic;
    font-size: 18px;
    line-height: 23px;
    color: #14B1E7;
    padding-bottom: 15px;
}
/* .aboutgroup-bannerimg img{
    width: 100%;
} */
.aboutgroup-content p{
    color: #231F20;
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
}
.stats-section {
    background-color: #14B1E7;
    padding: 30px 30px 0px 30px;
}
.stats-section p{
    color: #231F20;
    font-family:SourceSansPro-Bold;
    padding-bottom: 20px;
}
.stats-section {
    margin-bottom: 50px;
}
.stats-box h3 {
    font-family:SourceSansPro-Semibold;
    font-size: 35px;
    line-height: 47px;
    color: #FFFFFF;
}
.stats-box h3 span{
    font-size: 24px;
}

.stats-box h6 {
    font-family:SourceSansPro-Regular;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 30px;
    color: #231F20;
}
.stats-box h6 span{
    display: block;
}
.dnlimg{
    text-align: center;
    margin-bottom: 50px;
}
.aboutgrp-keystrenght{
    border-top: 1px solid #707070;
    margin-bottom: 25px;
    position: relative;
}
.aboutgrp-keystrenght h5{
    font-size: 16px;
    line-height: 24px;
    color: #034EA2;
    background-color: #fff;
    font-family:SourceSansPro-Bold;
    position: absolute;
    top: -14px;
    left: 0;
}
.keystrenghcontent ul{
    padding-left: 0;
}
.keystrenghcontent ul li{
    list-style: none;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    padding-bottom: 15px;
    font-family:SourceSansPro-Regular;
    position: relative;
}
.keystrenghcontent ul li::before{
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #14B1E7;
}

.performance-banner .row{
    align-items: center;
}
.performance-banner{
    position: relative;
    margin-bottom: 40px;
}
.performance-banner .sitemap{
    position: absolute;
    top: 10px;
}
.performance-banner h5{
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    font-family:SourceSansPro-Bold;
}
.performance-banner h5 span{
    background-color: #8AC641;
    padding: 0px 9px;
}
.performance-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #14B1E7;
    padding-bottom: 20px;
}
.performance-banner h6{
    font-family:SourceSansPro-Regular;
    font-size: 18px;
    line-height: 23px;
    color: #231F20;
    padding-bottom: 15px;
}
.perf-banner-overview {
    border-bottom: 0.5px solid #707070;
    margin-bottom: 25px;
}
.performance-banner h4{
    font-family:SourceSansPro-Regular;
    font-size: 18px;
    line-height: 23px;
    color: #034EA2;
    padding-bottom: 10px;
}
/* .performance-bannerimg img{
    width: 100%;
} */

.perfdiversity-section {
    background-color: #14B1E7;
    padding: 30px 30px 30px 30px;
}
.perfdiversity-section h6{
    font-family:SourceSansPro-Regular;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}
.perfdiversity-section p{
    color: #231F20;
    font-family:SourceSansPro-Bold;
    padding-bottom: 5px;
}
.perfdiversity-section {
    margin-bottom: 50px;
}
.perf-highlgt{
    margin-bottom: 50px;
}
.perf-highlgt p{
    font-family:SourceSansPro-Bold;
    color: #034EA2;
    padding-bottom: 20px;
}
.perf-list{
    padding-bottom: 35px;
}
.perf-highlgt ul{
    padding-left: 0;
}
.perf-highlgt ul li{
    list-style: none;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    padding-bottom: 15px;
    font-family:SourceSansPro-Regular;
    position: relative;
}
.perf-highlgt ul li::before{
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #14B1E7;
}

 .hm-banner {
  height: 100vh;
  position: relative;
   
}
.hm-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:center;
}
.hm-banner .col-xl-12 {
  position: relative;
  height: 100vh;
}
.banner-text
{
position: absolute;
left:calc(100vw / 16 * 1);
top: 50%;
 transform:translate(0, -50%);
 margin-left:60px;
}
.banner-text h1 
{
  font-size: 44px;
  line-height: 45px;
  color: #274968;
}
.banner-text h2 
{
   color: #274968;
  font-size: 109px;
  font-family:SourceSansPro-Bold;
  line-height: 90px;
  padding-bottom:30px;
}
.video-icon
{
  position: absolute;
  left: 50%;
  top:50%;
  transform:translate(-50%, -50%);
}
.video-icon img 
{
  width: 71px;
  height: 71px;
  filter: brightness(.5);
}
.scroll-wrap
{
 position:absolute;
 left: 0;
 bottom: 10px;
left:calc(100vw / 16 * 1);
 width: 100px;
 z-index: 99;
}
.scroll-line
{
    height: 60px;
    width: 1px;
    background-color: #034EA2;
}
.scroll-wrap p 
{
   color: #274968;
   font-size: 14px; 
}
.know-btn
{
    position: relative;
    display: inline-block;
}
.know-btn a 
{
 background: transparent linear-gradient(254deg, #51D1F5 0%, #115EB2 100%) 0% 0% no-repeat padding-box;
 border-radius: 50px;
 padding: 5px 15px 9px 15px;
 font-size: 20px;
 line-height: 26px;
 color: #fff;
}
.know-btn:after
{
    content: '';
    position: absolute;
    right: -15px;
    bottom: -7px;
    background: transparent linear-gradient(225deg, #51D1F5 0%, #115EB2 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    width: 13px;
    height: 13px;
}
.know-btn:hover:after
{
 right: -5px;
bottom: 5px;   
}
.know-btn a:hover
{
    background: #034EA2;
}
.ck-mehta
{
    background-color: #034EA2;
    padding: 50px 0px;
    text-align: center;
}
.ck-mehta h2 
{
    font-size: 44px;
    line-height: 54px;
    color: #fff;
     font-family:SourceSansPro-Bold;
}
.ck-mehta h5 
{
    font-size: 35px;
    line-height: 45px;
    font-family:SourceSansPro-Bold;
    color: #fff;
}
.ck-mehta p 
{
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 30px;
    max-width: 315px;
    width: 100%;
    margin:auto;
}
.hm-abt
{
    background-color: #F9F9F9;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hm-abt .pd-r0
{
    padding-right: 0px;
}
.hm-subhead
{
 font-size: 20px;
 font-family:SourceSansPro-Bold;
 padding-bottom: 12px;   
}
.hm-subhead span 
{
    background-color: #8AC641;
}
.hm-mainhead
{
    font-size: 44px;
    line-height: 48px;
     font-family:SourceSansPro-Bold;
     padding-bottom: 10px;
}
.hm-mainhead span 
{
    display: block;
}
.hm-abt-text
{
    max-width: 470px;
    width: 100%;
}
.hm-abt-text p, .ch-msg p
{
    font-size: 18px;
    line-height: 24px;
    color: #14B1E7;
    margin-bottom: 30px;
}
.hm-abt .row, .ch-msg .row  
{
    height: 100vh;
    display: flex;
    align-items: center;
}
.ch-msg p 
{
    margin-bottom: 15px;
}
.ch-msg h5 
{
  font-size: 20px;
  line-height: 28px;
  font-family:SourceSansPro-Bold;
  padding-bottom: 30px;  
}
.ch-msg h5 span 
{
    display: block;
    font-size: 18px;
    line-height: 26px;
     font-family:SourceSansPro-Regular;
}
.hm-ceo
{
    background-color: #F9F9F9;
}
.hm-ceo p 
{
    max-width: 465px;
    width: 100%;
}
.dctl p
{
    max-width: 435px;
    width: 100%;
}
.value-modal
{
    padding: 50px 0px;
}
.value-modal h2 
{
    padding-bottom: 20px;
}
#vc-tab {
  display: flex;
  gap: 15px;
  padding-bottom:1px;
  flex-wrap: nowrap;
  border-bottom: none;
  margin-bottom: 1px;
  justify-content:space-between;
  border:1px solid #707070;
}
.vcTabs .nav-link {
  display: block;
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  width: 100%;
  position: relative;
  background-color:transparent;
  border-radius: 0px;
  padding: 12px 15px;
  font-family:SourceSansPro-Bold;
  border: none !important;
}
.vcTabs .nav-tabs .nav-link:focus,
.vcTabs .nav-tabs .nav-link:hover {
  border: none !important;
}
.vcTabs .nav-tabs .nav-item.show .nav-link,
.vcTabs .nav-tabs .nav-link.active {
  background-color: #C6D2EA;
}
.l-tab-mbl
{
    display: none;
}
.vc-tabcontent
{
    margin-top: 30px;
}
.value-icon
{
padding-bottom: 8px;
}
.vc-tabcontent h4 
{
 color: #0546A5;
 font-size: 22px;
 line-height: 28px;
 font-family:SourceSansPro-Bold;
 padding-bottom:5px;   
}
.vc-tabcontent p 
{
 color: #231F20;
 font-size: 18px;
 line-height: 26px;
 padding-bottom: 10px; 
}
.clr-black
{
    color: #000000 !important;
}
.vc-num h3 
{
    font-size: 35px;
    line-height: 45px;
    color: #034EA2;
    font-family:SourceSansPro-Bold;
}
.vc-num h6 
{
  color: #231F20;
  font-size: 18px;
  line-height: 24px;  
}

.green-centrel
{
background-color: #fff;
height: 100vh;
position: relative;
z-index: 5;
overflow: hidden;
}
.green-centrel img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.green-centrel1
{
position:absolute;
z-index: 6;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.green-centrel2
{
  position: absolute;
  z-index: 8;
  transform: translateY(100%);
}
.gc-text
{
position: absolute;
top:50%;
  transform: translate(0px, -50%); 
  left:calc(100vw / 16 * 1);
  opacity: 1;  
}

.gc-text h5, .gc-text h1 
{
color: #ffffff;
}
.advance-text
{
    max-width: 800px;
    width: 100%;
    display: flex;
    padding-top: 40px;
    margin-bottom: 40px;
}
.advance-text h4 
{
color: #fff;
font-size: 20px;
line-height: 28px;
padding-bottom: 5px;
}
.advance-text p 
{
    color: #fff;
}
.left-text
{
    max-width: 210px;
    border-right: 1px solid #ffffff;
    margin-right: 30px;
}
.right-text
{
    max-width: 420px;
}
.gc-text1 .right-text
{
    max-width: 325px;
}
.hm-keysec
{
padding: 60px 0px 120px 0px;
}

#myTab {
display: flex;
    flex-wrap: nowrap;
    border-bottom: none;
    margin-bottom: 40px;
    justify-content:space-between;
    border:1px solid #707070;
}
.stakeTabs .nav-link {
  display: block;
  padding: 0px;
  font-size: 16px;
  color: #000;
  width: 100%;
  position: relative;
  background-color:transparent;
  border-radius: 0px;
  padding: 12px 40px;
  opacity:1;
  font-family:SourceSansPro-Bold;
  border: 0px;
}


.stakeTabs .nav-tabs .nav-item.show .nav-link,
.stakeTabs .nav-tabs .nav-link.active {
  opacity: 1;
  background-color: #034EA2;
  color: #fff;
}

.key-slider .owl-nav button.owl-next,
.key-slider1 .owl-nav button.owl-next,
.key-slider2 .owl-nav button.owl-next
 {
  position: absolute;
  width: 35px;
  height: 36px;
  bottom: -70px;
  left: 45px;
  background-repeat: no-repeat;
  background-image: url(../images/perform/blue-right-arrow.svg) !important;
}
.key-slider .owl-nav button.owl-prev,
.key-slider1 .owl-nav button.owl-prev,
.key-slider2 .owl-nav button.owl-prev
{
  position: absolute;
  width: 35px;
  height: 36px;
  bottom: -70px;
  left: 0px;
  background-repeat: no-repeat;
  background-image: url(../images/perform/blue-left-arrow.svg) !important;
}
.key-slider.owl-theme .owl-nav .owl-prev:hover,
.key-slider.owl-theme .owl-nav .owl-next:hover,
.key-slider1.owl-theme .owl-nav .owl-prev:hover,
.key-slider1.owl-theme .owl-nav .owl-next:hover,
.key-slider2.owl-theme .owl-nav .owl-prev:hover,
.key-slider2.owl-theme .owl-nav .owl-next:hover
 {
  background: none;
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
}

.hm-keysec h2 
{
    margin-bottom: 20px;
}
.hm-operating
{
    background-color: #034EA2;
    padding: 60px 0px;
}
.hm-operating h5
{
color: #fff;
padding-bottom: 14px;
}
.op-text
{
    background-color: #fff;
    padding: 20px;
    min-height: 280px;
}
.op-text h4 
{
 font-size: 30px;
 line-height: 36px;
 padding-bottom: 5px;
 font-family:SourceSansPro-Bold;   
}
.op-text p 
{
 color: #14B1E7;
 font-size: 18px;
 line-height: 24px;
 padding-bottom: 20px;   
}
.read-btn a 
{
    font-size: 20px;
    color: #034EA2;
}
.caseStudy
{
    padding: 60px 0px;
}
.case-slider.owl-theme .owl-dots {
  text-align: left;
  display: flex;
  gap: 10px;
  margin-top: 50px;
  max-width: 95px;
  width: 100%;
}
.case-slider.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0px;
  background:#C7C7C7;
}
.case-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #034EA2;
}
.case-slider.owl-carousel .owl-stage {
    padding-left: 0px !important;
}
.case-slider.owl-carousel .owl-item .read-btn img
{
 width: auto;
 display: inline;   
}
.case-slider.owl-theme .owl-nav.disabled+.owl-dots
{
    margin-top: 20px;
}
.case-slider .item 
{
    position: relative;
}
.casestudy-text
{
    position: absolute;
    left: 35px;
    bottom:35px;
}
.casestudy-text h4 
{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    font-family:SourceSansPro-Bold;
    padding-bottom: 8px;
}
.casestudy-text h4 span 
{
    background-color: #8AC641;
}
.casestudy-text h5 
{
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-family:SourceSansPro-Bold;
    padding-bottom: 15px;
}
.casestudy-text h5 span 
{
    display: block;
}
.casestudy-text .read-btn a 
{
    color: #fff;
}
footer
{
    background-color: #034EA2;
    padding: 35px 0px;
}
.backTop
{
    text-align: center;
    cursor: pointer;
}
.backTop p 
{
    font-size: 16px;
    font-family:SourceSansPro-Semibold;
    color: #fff;
}
.footlogo-wrap
{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    padding-bottom:15px;
    align-items: center;
    margin-bottom: 15px;
}
.foot-btm p 
{
color: #fff;    
}
.foot-btm ul li 
{
    list-style: none;
    padding-bottom: 15px;
}
.foot-btm ul li a 
{
    color: #fff;
    font-family:SourceSansPro-Semibold;
}
.foot-btm ul li a img 
{
    float: right;
    border-left: 1px solid #fff;
    padding-left: 5px;
}
.copyRightBg
{
    background-color: #000000;
    padding: 10px 0px;
}
.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;
}
.copyrightTxt p {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.value-modal .know-btn
{
    margin-top: 25px;
}
.vc-tabcontent #vc-tab-a p
{
max-width: 385px;
width: 100%;
}
.vcTabs .nav-tabs .nav-item.show .nav-link#vc-tab-2, .vcTabs .nav-tabs .nav-link#vc-tab-2.active
{
    background-color: #C3E9F8;
}
.vc-tabcontent #vc-tab-b h4, #vc-tab-b .vc-num h3
{
   color:#38BCEA;
}
.vcTabs .nav-tabs .nav-item.show .nav-link#vc-tab-3, .vcTabs .nav-tabs .nav-link#vc-tab-3.active
{
    background-color: #EFE2CB;
}
.vc-tabcontent #vc-tab-c h4, #vc-tab-c .vc-num h3
{
   color:#C4862D;
}
.vcTabs .nav-tabs .nav-item.show .nav-link#vc-tab-4, .vcTabs .nav-tabs .nav-link#vc-tab-4.active
{
    background-color: #F2E3E2;
}
.vc-tabcontent #vc-tab-d h4, #vc-tab-d .vc-num h3
{
   color:#951E34;
}
.vcTabs .nav-tabs .nav-item.show .nav-link#vc-tab-5, .vcTabs .nav-tabs .nav-link#vc-tab-5.active
{
    background-color: #D7D8EC;
}
.vc-tabcontent #vc-tab-e h4, #vc-tab-e .vc-num h3
{
   color:#4E53AB;
}
.vcTabs .nav-tabs .nav-item.show .nav-link#vc-tab-6, .vcTabs .nav-tabs .nav-link#vc-tab-6.active
{
    background-color: #D7EFE0;
}
.vc-tabcontent #vc-tab-f h4, #vc-tab-f .vc-num h3
{
   color:#3CBC75;
}

#stake-tab-c .row 
{
    align-items: center;
}

#fullScreenModal .modal-content {
 background-color: #fff;
}
.myModal-con
{
    border:1px solid #034EA2;
    position: relative;
}
#fullScreenModal .modal-header {
  border-bottom: none;
  padding-left: 128px;
}

.modal-fullscreen .modal-body {
  overflow-y: visible;
  margin-left:0px;
}
#fullScreenModal .modal-content {
  overflow-y: auto;
}
.modal-header .btn-close {
  color: #fff;
  margin-right: 40px;
}
.modal-header .btn-close img {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 99;
}

.modal-header .btn-close {
  --bs-btn-close-bg: none;
}

.custom-close-btn {
  border: 1px solid #fff;
  background: transparent;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  margin-right:85px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.custom-close-btn img {
  display: inline-block;
}
#fullScreenModal .modal-header {
  border-bottom: none;
  display: flex;
  justify-content: right;
}
.pop-img
{
    text-align: center;
}
#fullScreenModal h2 
{
font-size:35px;
line-height: 40px;
color: #034EA2;
font-family:SourceSansPro-Bold;
padding-top: 30px;
text-align: center;
padding-bottom: 5px;
}
#fullScreenModal h2 span 
{
    display: block;
}
#fullScreenModal h5 
{
  font-size: 30px;
  line-height: 36px; 
  font-family:SourceSansPro-Bold;
  padding-bottom: 25px; 
  text-align: center;
}
#fullScreenModal p 
{
    color: #231F20;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 25px;
    text-align: center;
}
#fullScreenModal p span 
{
    display: block;
}
.ceodnl-banner .row{
    align-items: center;
}
.ceodnl-banner{
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #F9F9F9;
    position: relative;
    margin-bottom: 40px;
}
.ceodnl-banner .sitemap{
    position: absolute;
    top: 10px;
}

.ceodnl-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.ceodnl-banner h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 23px;
    color: #231F20;
    padding-bottom: 20px;
}
.ceodnl-banner .bannermsg{
    max-width: 430px;
    border-bottom: 4px solid #8AC641;
}
.ceodnl-bannerimg{
    text-align: center;
}
.ceodnl-content h6{
    color: #034EA2;
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
}
.ceodnl-content p{
    color: #231F20;
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
}
.ceodnl-content{
    margin-bottom: 30px;
}
.ceodnlpatchpara{
    position: relative;
    margin-bottom: 50px;
    padding: 20px;
    padding-right: 0;
}
.ceodnlpatchpara::before{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 300px;
    height: 4px;
    background-color: #8AC641;
}
.ceodnlpatchpara img{
    position: absolute;
    top: 0;
    left: 0;
}
.ceodnlpatchpara p{
    color: #14B1E7;
    font-family:SourceSansPro-Bold;
    position: relative;
    z-index: 9;
    padding-bottom: 10px;
}
.ceodnl-content .mt-30{
    margin-top: 30px;
}
.ceodnl-name h6{
    font-size: 18px;
    line-height: 24px;
    font-family:SourceSansPro-Bold;
    padding-bottom: 0;
    color: #14B1E7;
}
.ceodnl-name p{
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
    color: #231F20;
}
.ceodnl-name h5{
    font-family:SourceSansPro-Semibold;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
}

.ceodctl-banner .row{
    align-items: center;
}
.ceodctl-banner{
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #F9F9F9;
    position: relative;
    margin-bottom: 40px;
}
.ceodctl-banner .sitemap{
    position: absolute;
    top: 10px;
}

.ceodctl-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.ceodctl-banner h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 23px;
    color: #231F20;
    padding-bottom: 20px;
}
.ceodctl-banner .bannermsg{
    max-width: 430px;
    border-bottom: 4px solid #8AC641;
}
.ceodctl-bannerimg{
    text-align: center;
}
.ceodctl-content h6{
    color: #034EA2;
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
}
.ceodctl-content p{
    color: #231F20;
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
}
.ceodctl-content{
    margin-bottom: 30px;
}
.ceodctl-content .mt-30{
    margin-top: 30px;
}
.ceodctl-content .mt-20{
    margin-top: 20px;
}
.ceodctl-content .drkblck{
    color: #000000;
}
.ceodctl-content ul{
    padding-left: 0;
}
.ceodctl-content ul li{
    list-style: none;
    padding-left: 15px;
    color: #231F20;
    font-size: 16px;
    line-height: 20px;
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
    position: relative;
}
.ceodctl-content ul li::before{
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #034EA2;
    border-radius: 20px;
}
.ceodctlpatchpara{
    position: relative;
    margin-bottom: 50px;
    padding: 20px;
    padding-right: 0;
}
.ceodctlpatchpara::before{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 300px;
    height: 4px;
    background-color: #8AC641;
}
.ceodctlpatchpara img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ceodctlpatchpara p{
    color: #14B1E7;
    font-family:SourceSansPro-Bold;
    position: relative;
    z-index: 9;
    padding-bottom: 10px;
}
.ceodctl-name h6{
    font-size: 18px;
    line-height: 24px;
    font-family:SourceSansPro-Bold;
    padding-bottom: 0;
    color: #14B1E7;
}
.ceodctl-name p{
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
    color: #231F20;
}
.ceodctl-name h5{
    font-family:SourceSansPro-Semibold;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
}

.ceodpl-banner .row{
    align-items: center;
}
.ceodpl-banner{
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #F9F9F9;
    position: relative;
    margin-bottom: 40px;
}
.ceodpl-banner .sitemap{
    position: absolute;
    top: 10px;
}

.ceodpl-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.ceodpl-banner h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 23px;
    color: #231F20;
    padding-bottom: 20px;
}
.ceodpl-banner .bannermsg{
    max-width: 430px;
    border-bottom: 4px solid #8AC641;
}
.ceodpl-bannerimg{
    text-align: center;
}
.ceodpl-content h6{
    color: #034EA2;
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
}
.ceodpl-content p{
    color: #231F20;
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
}
.ceodpl-content{
    margin-bottom: 30px;
}
.ceodpl-content .mt-30{
    margin-top: 30px;
}
.ceodpl-content ul{
    padding-left: 0;
}
.ceodpl-content ul li{
    list-style: none;
    padding-left: 15px;
    color: #231F20;
    font-size: 16px;
    line-height: 20px;
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
    position: relative;
}
.ceodpl-content ul li::before{
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #14B1E7;
    border-radius: 20px;
}
.ceodplpatchpara{
    position: relative;
    margin-bottom: 50px;
    padding: 20px;
    padding-right: 0;
}
.ceodplpatchpara::before{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 300px;
    height: 4px;
    background-color: #8AC641;
}
.ceodplpatchpara img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ceodplpatchpara p{
    color: #14B1E7;
    font-family:SourceSansPro-Bold;
    position: relative;
    z-index: 9;
    padding-bottom: 10px;
}
.ceodpl-name h6{
    font-size: 18px;
    line-height: 24px;
    font-family:SourceSansPro-Bold;
    padding-bottom: 0;
    color: #14B1E7;
}
.ceodpl-name p{
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
    color: #231F20;
}
.ceodpl-name h5{
    font-family:SourceSansPro-Semibold;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
}
.scorecard-banner .sitemap{
    padding-bottom: 50px;
}
.scorecard-banner h5{
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    font-family:SourceSansPro-Bold;
}
.scorecard-banner h5 span{
    background-color: #8AC641;
    padding: 0px 9px;
}
.scorecard-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 25px;
}
.perfscore-bluebox{
    background-color: #034EA2;
    max-width: 307px;
    padding: 5px 15px;
    margin-bottom: 30px;
}
.perfscore-bluebox h5{
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
    font-family:SourceSansPro-Bold;
}
.pandl-graph{
    margin-bottom: 30px;
}
.pandl-graph img{
    /* width: 100%; */
}
.perfscore-bluebox-consolidated{
    background-color: #034EA2;
    max-width: 422px;
    padding: 5px 15px;
    margin-bottom: 30px;
}
.perfscore-bluebox-consolidated h5{
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
    font-family:SourceSansPro-Bold;
}
.operatingcontext-banner .row{
    align-items: center;
}
.operatingcontext-banner{
    position: relative;
    margin-bottom: 40px;
}
.operatingcontext-banner .sitemap{
    position: absolute;
    top: 10px;
}
.operatingcontext-banner h5{
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    font-family:SourceSansPro-Bold;
}
.operatingcontext-banner h5 span{
    background-color: #8AC641;
    padding: 0px 9px;
}
.operatingcontext-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.operatingcontext-banner h6{
    font-family:SourceSansPro-SemiboldItalic;
    font-size: 18px;
    line-height: 23px;
    color: #14B1E7;
    padding-bottom: 15px;
}
/* .operatingcontext-bannerimg img{
    width: 100%;
} */
.operatingcontext-content p{
    color: #231F20;
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
}
.operate-bluebox{
    margin: 30px 0px;
    max-width: 380px;
    background-color: #034EA2;
    padding: 5px 15px;
}
.operate-bluebox h5{
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
    font-family:SourceSansPro-Bold;
}
.majordriver{
    padding-bottom: 20px;
}
.majordriver h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #034EA2;
    padding: 12px 0px;
}
.majordriver p{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    padding-bottom: 20px;
}
.oueexpansion-banner .row{
    align-items: center;
}
.oueexpansion-banner{
    position: relative;
    margin-bottom: 40px;
}
.oueexpansion-banner .sitemap{
    position: absolute;
    top: 10px;
}
.oueexpansion-banner h5{
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    font-family:SourceSansPro-Bold;
}
.oueexpansion-banner h5 span{
    background-color: #8AC641;
    padding: 0px 9px;
}
.oueexpansion-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.oueexpansion-banner h6{
    font-family:SourceSansPro-SemiboldItalic;
    font-size: 18px;
    line-height: 23px;
    color: #14B1E7;
    padding-bottom: 15px;
}
/* .oueexpansion-bannerimg img{
    width: 100%;
} */
.expansion-detail{
    padding-bottom: 10px;
    border-bottom: 1px solid #034EA2;
    /* margin-bottom: 30px; */
}
.expansion-detail h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #034EA2;
    padding: 12px 0px;
}
.expansion-detail p{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    padding-bottom: 20px;
}
.expansion-detail2{
    padding-bottom: 10px;
    border-bottom: none;
}
.expansion-detail2 h5{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 12px;
}
.bannercont{
    max-width: 490px;
}


.financialcapital-banner .row{
    align-items: center;
}
.financialcapital-banner{
    position: relative;
    margin-bottom: 40px;
}
.financialcapital-banner .sitemap{
    position: absolute;
    top: 10px;
}
.financialcapital-banner h5{
    font-size: 20px;
    line-height: 25px;
    color: #034EA2;
    font-family:SourceSansPro-Bold;
    position: relative;
    margin-bottom: 10px;
}
.financialcapital-banner h5::before{
    content: "";
    width: 170px;
    height: 2px;
    background-color: #034EA2;
    position: absolute;
    bottom: 10px;
    left: 75px;
}
.financialcapital-banner h5 img{
    padding-right: 10px;
}
.financialcapital-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.financialcapital-banner h6{
    font-family:SourceSansPro-SemiboldItalic;
    font-size: 18px;
    line-height: 23px;
    color: #034EA2;
    padding-bottom: 15px;
}
/* .financialcapital-bannerimg img{
    width: 100%;
} */
.finacetop{
    border: 1px solid #14B1E7;
    padding: 30px 30px 10px 30px;
    margin-bottom: 50px;
}
.financial-cap-content p{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    padding-bottom: 20px;
}
.finace-mate{
    padding-bottom: 20px;
}
.finace-mate h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
    color: #231F20;
}
.finace-mate p{
    padding-bottom: 0;
}
.key-risk-finance{
    display: flex;
    gap: 30px;
}
.ourapproach h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #034EA2;
}
.ourapproach img{
    margin-top: 20px;
    margin-bottom: 50px;
}
.financial-cap-content .mt-20{
    margin-top: 20px;
}
.financial-cap-content .mt-30{
    margin-top: 30px;
}
.financial-cap-content .drkblck{
    color: #000000;
}
.fin-performance{
    border-left: 1px solid #707070;
    padding-top: 40px;
    padding-left: 30px;
    margin-bottom: 50px;
    position: relative;
}
.fin-green-box{
    position: absolute;
    top: -13px;
    left: 100px;
    width: 220px;
    height: 27px;
    background-color: #8AC641;
}
.fin-performance::after{
    content: "";
    width: 166px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: 0;
}
.fin-performance h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
    color: #034EA2;
}
.fin-performance ul{
    padding-left: 0;
    margin-bottom: 0;
}
.fin-performance ul li{
    padding-left: 15px;
    list-style: none;
    font-family:SourceSansPro-Regular;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    position: relative;
}
.fin-performance ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #14B1E7;
    position: absolute;
    top: 7px;
    left: 0;
}
.fin-blue-box{
    max-width: 382px;
    padding: 30px;
    background-color: #E6F0FA;
}
.fin-blue-box h2{
    font-family:SourceSansPro-Semibold;
    font-size: 35px;
    line-height: 47px;
    color: #034EA2;
}
.fin-blue-box h2 span{
    font-size: 24px;
}
.fin-blue-box h6{
    color: #231F20;
    font-family:SourceSansPro-Regular;
    font-size: 18px;
    line-height: 23px;
}

.cfo-banner .row{
    align-items: center;
}
.cfo-banner{
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #F9F9F9;
    position: relative;
    margin-bottom: 40px;
}
.cfo-banner .sitemap{
    position: absolute;
    top: 10px;
}

.cfo-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.cfo-banner h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 23px;
    color: #231F20;
    padding-bottom: 20px;
}
.cfo-banner .bannermsg{
    max-width: 430px;
    border-bottom: 4px solid #8AC641;
}
.cfo-bannerimg{
    text-align: center;
}
.cfo-content h6{
    color: #034EA2;
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
}
.cfo-content p{
    color: #231F20;
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
}
.cfo-content{
    margin-bottom: 30px;
}
.cfo-content .mt-30{
    margin-top: 30px;
}
.cfopatchpara{
    position: relative;
    margin-bottom: 50px;
    padding: 20px;
    padding-right: 0;
}
.cfopatchpara::before{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 300px;
    height: 4px;
    background-color: #8AC641;
}
.cfopatchpara img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.cfopatchpara p{
    color: #14B1E7;
    font-family:SourceSansPro-Bold;
    position: relative;
    z-index: 9;
    padding-bottom: 10px;
}
.cfo-name h6{
    font-size: 18px;
    line-height: 24px;
    font-family:SourceSansPro-Bold;
    padding-bottom: 0;
    color: #14B1E7;
}
.cfo-name p{
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
    color: #231F20;
}
.cfo-name h5{
    font-family:SourceSansPro-Semibold;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
}

.my-sidenav1 {
    display: none;
    position: fixed;
    top: 85px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    max-width: 100%;
    width: 100%;
    background: rgba(240, 240, 240, 0.8);
    height: 100%;
    backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
padding-top: 90px;
}

.top-nav .nav {
  min-height: 310px;
  display: block;
}
.top-nav .nav > li {
  float: none;
  padding-bottom: 10px;
}
.top-nav .nav > li:last-child {
  border-bottom: none;
}
.top-nav .nav > li > a {
  color: #000000;
  font-size: 30px;
  padding-bottom: 20px;
  border-radius: 0px;
  padding-left: 0px;
}
.top-nav .nav > li > a img {
  padding-left: 20px;
  opacity: 0;
}
/*.top-nav .nav > li > a:focus,
.top-nav .nav > li > a:hover {
  background-color: transparent;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}*/
.top-nav .nav-pills > li > a.active,
.top-nav .nav-pills > li > a.active:focus,
.top-nav .nav-pills > li > a.active:hover {
  background-color: transparent;
  position: relative;
  border-bottom: 2px solid #034EA2;
  color: #034EA2;
  font-family:SourceSansPro-Bold;
}
.top-nav .nav-pills > li.active > a img {
  opacity: 1;
}
.top-nav .nav-pills > li.active > a:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 15px;
  background-color: #ffcc05;
  width: 2px;
  height: 15px;
}
.top-nav-content ul.sub-menu {
  padding-left: 50px;
  margin-top: 15px;
}
.top-nav-content ul li {
  list-style: none;
  padding-bottom: 10px;
  position: relative;
}
.top-nav-content ul li.menu-img {
  padding-left: 60px;
}

.top-nav-content ul li a {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.top-nav-content ul li a:hover 
{
 color: #034EA2;   
}
.d-pdf img {
    font-size: 12px;
    filter: grayscale(1);
    position:absolute;
    top:0;
    right: 0;
}
.top-nav-content ul li a:hover img 
{
   filter: grayscale(0);  
}
.popup
{
    position: relative;
    padding: 60px 80px;
}
.myModal-con:before
{
content: '';
position: absolute;
top:-1px;
left:-1px;
background-image: url(../images/line/line1.svg);
width: 28px;
height:23px;
}
.myModal-con:after
{
content: '';
position: absolute;
top:-1px;
right:-1px;
background-image: url(../images/line/line2.svg);
width: 28px;
height:23px;
}

.popup:before
{
content: '';
position: absolute;
bottom:-1px;
left:-1px;
background-image: url(../images/line/line3.svg);
width: 28px;
height:23px;
}
.popup:after
{
content: '';
position: absolute;
bottom:-1px;
right:-1px;
background-image: url(../images/line/line4.svg);
width: 28px;
height:23px;
}
.op-img img 
{
    width: 100%;
}


.manufacturecapital-banner .row{
    align-items: center;
}
.manufacturecapital-banner{
    position: relative;
    margin-bottom: 40px;
}
.manufacturecapital-banner .sitemap{
    position: absolute;
    top: 10px;
}
.manufacturecapital-banner h5{
    font-size: 20px;
    line-height: 25px;
    color: #14B1E7;
    font-family:SourceSansPro-Bold;
    position: relative;
    margin-bottom: 10px;
}
.manufacturecapital-banner h5::before{
    content: "";
    width: 223px;
    height: 2px;
    background-color: #14B1E7;
    position: absolute;
    bottom: 10px;
    left: 75px;
}
.manufacturecapital-banner h5 img{
    padding-right: 10px;
}
.manufacturecapital-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.manufacturecapital-banner h6{
    font-family:SourceSansPro-SemiboldItalic;
    font-size: 18px;
    line-height: 23px;
    color: #14B1E7;
    padding-bottom: 15px;
}
/* .manufacturecapital-bannerimg img{
    width: 100%;
} */
.manufacturetop{
    border: 1px solid #14B1E7;
    padding: 30px 30px 10px 30px;
    margin-bottom: 50px;
}
.manufacture-cap-content p{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    padding-bottom: 20px;
}
.manufac-mate{
    padding-bottom: 20px;
}
.manufac-mate h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
    color: #231F20;
}
.manufac-mate p{
    padding-bottom: 10px;
}


.manu-txtheadin h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #034EA2;
    padding-bottom: 10px;
}
.keykpi-txt h2{
    font-family:SourceSansPro-Semibold;
    font-size: 35px;
    line-height: 47px;
    color: #14B1E7;
}
.keykpi-txt h2 span{
    font-size: 24px;
}
.keykpi-txt h6{
    font-size: 18px;
    line-height: 23px;
    color: #231F20;
    font-family:SourceSansPro-Regular;
}
.keykpi-txt{
    margin-bottom: 50px;
}
.manu-txtheadin p{
    padding-bottom: 20px;
    color: #231F20;
    font-family:SourceSansPro-Regular;
}
.manu-txtheadin .mt-10{
    margin-top: 10px;
}
.manu-txtheadin .mt-20{
    margin-top: 20px;
}
.manu-txtheadin .mt-30{
    margin-top: 30px;
}
.manu-txtheadin .drkblck{
    color: #000000;
}
.manu-txtheadin img{
    margin: 30px 0px;
}
.manu-txtheadin ul{
    padding-left: 0;
}
.manu-txtheadin ul li{
    padding-left: 15px;
    padding-bottom: 15px;
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
}
.manu-txtheadin ul li span{
    color: #034EA2;
    font-family:SourceSansPro-Bold;
}
.manu-txtheadin ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #14B1E7;
    position: absolute;
    top: 7px;
    left: 0;
}

.manufac-highlight{
    border-left: 1px solid #707070;
    padding-top: 40px;
    padding-left: 30px;
    margin-bottom: 50px;
    margin-top: 30px;
    position: relative;
}
.manufach-blue-box{
    position: absolute;
    top: -13px;
    left: 100px;
    width: 220px;
    height: 27px;
    background-color: #CCECF9;
}
.manufac-highlight::after{
    content: "";
    width: 166px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: 0;
}
.manufac-highlight p{
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
    color: #231F20;
}

.manufac-keysafe{
    border-left: 1px solid #707070;
    padding-top: 40px;
    padding-left: 30px;
    margin-bottom: 50px;
    position: relative;
}
.manufach-green-box{
    position: absolute;
    top: -13px;
    left: 100px;
    width: 220px;
    height: 27px;
    background-color: #8AC641;
}
.manufac-keysafe::after{
    content: "";
    width: 166px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: 0;
}
.manufac-keysafe h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
    color: #034EA2;
}
.manufac-keysafe p{
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
}
.manufac-keysafe .keysafe-list ul{
    display: flex;
    gap: 40px;
}
.manufac-keysafe ul{
    padding-left: 0;
    margin-bottom: 0;
}
.manufac-keysafe ul li{
    padding-left: 15px;
    list-style: none;
    font-family:SourceSansPro-Regular;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    position: relative;
}
.manufac-keysafe ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #14B1E7;
    position: absolute;
    top: 5px;
    left: 0;
}
.manufac-keysafe .mt-20{
    margin-top: 20px;
}
.manufac-keysafe .mt-30{
    margin-top: 30px;
}
.manufac-keysafe .drkblck{
    color: #000000;
}

.intellectual-banner .row{
    align-items: center;
}
.intellectual-banner{
    position: relative;
    margin-bottom: 40px;
}
.intellectual-banner .sitemap{
    position: absolute;
    top: 10px;
}
.intellectual-banner h5{
    font-size: 20px;
    line-height: 25px;
    color: #8E1838;
    font-family:SourceSansPro-Bold;
    position: relative;
    margin-bottom: 10px;
}
.intellectual-banner h5::before{
    content: "";
    width: 207px;
    height: 2px;
    background-color: #8E1838;
    position: absolute;
    bottom: 10px;
    left: 75px;
}
.intellectual-banner h5 img{
    padding-right: 10px;
}
.intellectual-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.intellectual-banner h6{
    font-family:SourceSansPro-SemiboldItalic;
    font-size: 18px;
    line-height: 23px;
    color: #8E1838;
    padding-bottom: 15px;
}
/* .intellectual-bannerimg img{
    width: 100%;
} */

.intelltop{
    border: 1px solid #14B1E7;
    padding: 30px 30px 10px 30px;
    margin-bottom: 50px;
}
.intell-cap-content p{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    padding-bottom: 20px;
}
.intell-mate{
    padding-bottom: 20px;
}
.intell-mate h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
    color: #231F20;
}
.intell-mate p{
    padding-bottom: 10px;
}

.intell-txtheadin h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #034EA2;
    padding-bottom: 10px;
}
.intell-txt h2{
    font-family:SourceSansPro-Semibold;
    font-size: 35px;
    line-height: 47px;
    color: #8E1838;
}
.intell-txt h2 span{
    font-size: 24px;
}
.intell-txt h6{
    font-size: 18px;
    line-height: 23px;
    color: #231F20;
    font-family:SourceSansPro-Regular;
}
.intell-txt h6 span{
    display: block;
}
.intell-detail{
    display: flex;
    gap: 90px;
    margin-bottom: 40px;
}
.intell-txtheadin p{
    padding-bottom: 20px;
    color: #231F20;
    font-family:SourceSansPro-Regular;
}
.intell-txtheadin .mt-10{
    margin-top: 10px;
}
.intell-txtheadin .mt-20{
    margin-top: 20px;
}
.intell-txtheadin .mt-30{
    margin-top: 30px;
}
.intell-txtheadin .drkblck{
    color: #000000;
}
.intell-txtheadin img{
    margin: 30px 0px;
}
.intell-txtheadin ul{
    padding-left: 0;
}
.intell-txtheadin ul li{
    padding-left: 15px;
    padding-bottom: 15px;
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
}
.intell-txtheadin ul li span{
    color: #034EA2;
    font-family:SourceSansPro-Bold;
}
.intell-txtheadin ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #14B1E7;
    position: absolute;
    top: 7px;
    left: 0;
}
.intell-keysafe{
    border-left: 1px solid #707070;
    padding-top: 40px;
    padding-left: 30px;
    margin-bottom: 50px;
    position: relative;
}
.intell-green-box{
    position: absolute;
    top: -13px;
    left: 100px;
    width: 220px;
    height: 27px;
    background-color: #8AC641;
}
.intell-keysafe::after{
    content: "";
    width: 166px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: 0;
}
.intell-keysafe h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
    color: #034EA2;
}
.intell-keysafe p{
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
}
.intell-txtheadin .keysafe-list ul{
    display: flex;
    gap: 26px;
}
.intell-txtheadin ul{
    padding-left: 0;
    margin-bottom: 0;
}
.intell-txtheadin ul li{
    padding-left: 15px;
    list-style: none;
    font-family:SourceSansPro-Regular;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    position: relative;
}
.intell-txtheadin ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #14B1E7;
    position: absolute;
    top: 7px;
    left: 0;
}
/* .intell-keysafe .mt-20{
    margin-top: 20px;
}
.intell-keysafe .mt-30{
    margin-top: 30px;
}
.intell-keysafe .drkblck{
    color: #000000;
} */
.intell-blue-bg{
    background-color: #CCECF9;
    padding: 30px;
    margin-bottom: 50px;
}
.risk-frame{
    margin-bottom: 30px;
}
.risk-frame img{
    margin: 10px 0px;
}

.human-banner .row{
    align-items: center;
}
.human-banner{
    position: relative;
    margin-bottom: 40px;
}
.human-banner .sitemap{
    position: absolute;
    top: 10px;
}
.human-banner h5{
    font-size: 20px;
    line-height: 25px;
    color: #BC872E;
    font-family:SourceSansPro-Bold;
    position: relative;
    margin-bottom: 10px;
}
.human-banner h5::before{
    content: "";
    width: 144px;
    height: 2px;
    background-color: #BC872E;
    position: absolute;
    bottom: 10px;
    left: 75px;
}
.human-banner h5 img{
    padding-right: 10px;
}
.human-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.human-banner h6{
    font-family:SourceSansPro-SemiboldItalic;
    font-size: 18px;
    line-height: 23px;
    color: #BC872E;
    padding-bottom: 15px;
}
/* .human-bannerimg img{
    width: 100%;
} */

.humantop{
    border: 1px solid #14B1E7;
    padding: 30px 30px 10px 30px;
    margin-bottom: 50px;
}
.human-cap-content p{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    padding-bottom: 20px;
}
.human-mate{
    padding-bottom: 20px;
}
.human-mate h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
    color: #231F20;
}
.human-mate p{
    padding-bottom: 10px;
}
.human-txtheadin ul.human-sublist li{
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 0;
}
.human-txtheadin ul.human-sublist li::before{
    content: none;
}

.human-txtheadin h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #034EA2;
    padding-bottom: 10px;
}
.human-txtheadin p{
    padding-bottom: 20px;
    color: #231F20;
    font-family:SourceSansPro-Regular;
}
.human-txtheadin .mt-10{
    margin-top: 10px;
}
.human-txtheadin .mt-20{
    margin-top: 20px;
}
.human-txtheadin .mt-30{
    margin-top: 30px;
}
.human-txtheadin .drkblck{
    color: #000000;
}
.human-txtheadin img{
    margin: 30px 0px;
}
.human-txtheadin ul{
    padding-left: 0;
}
.human-txtheadin ul li{
    padding-left: 15px;
    padding-bottom: 15px;
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
}
.human-txtheadin ul li span{
    color: #034EA2;
    font-family:SourceSansPro-Bold;
}
.human-txtheadin ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #14B1E7;
    position: absolute;
    top: 7px;
    left: 0;
}


.human-keysafe{
    border-left: 1px solid #707070;
    padding-top: 40px;
    padding-left: 30px;
    margin-bottom: 50px;
    position: relative;
}
.human-green-box{
    position: absolute;
    top: -13px;
    left: 100px;
    width: 220px;
    height: 27px;
    background-color: #8AC641;
}
.human-keysafe::after{
    content: "";
    width: 166px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: 0;
}
.human-keysafe h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
    color: #034EA2;
}
.human-keysafe h2{
    font-family:SourceSansPro-Semibold;
    font-size: 35px;
    line-height: 47px;
    color: #BC872E;
}
.human-keysafe p{
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
}
.human-keysafe .keysafe-list ul{
    display: flex;
    gap: 26px;
}
.human-txtheadin ul{
    padding-left: 0;
    margin-bottom: 0;
}
.human-txtheadin ul li{
    padding-left: 15px;
    list-style: none;
    font-family:SourceSansPro-Regular;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    position: relative;
}
.human-txtheadin ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #14B1E7;
    position: absolute;
    top: 7px;
    left: 0;
}

.human-blue-bg{
    background-color: #CCECF9;
    padding: 30px 30px 10px 30px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.diversity-workimg{
    min-height: 595px;
    border-right: 1px solid #14B1E7;
    margin: 30px 0px;
}
.diversity-workimg img{
    margin: 0;
}
.workimg-nobrd{
    border-right: none;
}
.human-txtheadin h2{
    font-family:SourceSansPro-Semibold;
    font-size: 35px;
    line-height: 47px;
    color: #BC872E;
}
.human-txtheadin h2 span{
    font-size: 24px;
}
.humanaward-carousel {
  position: relative;
}

.humanaward-carousel .owl-dots {
  text-align: center;
  margin-top: 12px;
}

.humanaward-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background-color: #C0C0C0;
  border-radius: 50%;
  cursor: pointer;
}

.humanaward-carousel .owl-dot.active {
  background: #034EA2;
}

.award-slide h3 {
  color: #14B1E7;
  font-family: SourceSansPro-Bold, system-ui, sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 5px;
  margin: 0;
}

.award-slide p {
  font-family: SourceSansPro-Regular, system-ui, sans-serif;
  color: #231F20;
  padding-bottom: 20px;
  margin: 0;
}

.award-slide img {
  padding-bottom: 20px;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.award-nav {
  position: absolute;
  bottom: 0;
  right: 120px;
  display: flex;
  gap: 8px;
  z-index: 5;
}

.award-nav button {
  border: none;
  cursor: pointer;
  padding: 0;
  background: none;
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-nav button img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .2s ease;
  display: block;
}

.award-nav .prevhov,
.award-nav .nxthov {
  opacity: 0;
  pointer-events: none;
}

.award-nav button:hover .prevhov,
.award-nav button:hover .nxthov {
  opacity: 1;
}

.award-nav button:hover img:not(.prevhov):not(.nxthov) {
  opacity: 0;
}


.natural-banner .row{
    align-items: center;
}
.natural-banner{
    position: relative;
    margin-bottom: 40px;
}
.natural-banner .sitemap{
    position: absolute;
    top: 10px;
}
.natural-banner h5{
    font-size: 20px;
    line-height: 25px;
    color: #2BB673;
    font-family:SourceSansPro-Bold;
    position: relative;
    margin-bottom: 10px;
}
.natural-banner h5::before{
    content: "";
    width: 144px;
    height: 2px;
    background-color: #2BB673;
    position: absolute;
    bottom: 10px;
    left: 75px;
}
.natural-banner h5 img{
    padding-right: 10px;
}
.natural-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.natural-banner h6{
    font-family:SourceSansPro-SemiboldItalic;
    font-size: 18px;
    line-height: 23px;
    color: #2BB673;
    padding-bottom: 15px;
}
/* .natural-bannerimg img{
    width: 100%;
} */
.natural-top .darkblck{
    color: #231F20;
}
.natural-top .mt-30{
    margin-top: 30px;
}
.natural-top h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 34px;
    color: #034EA2;
    /* padding-bottom: 8px; */
}
.natural-top p{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    padding-bottom: 20px;
}
.mattopic{
    border-right: 0.5px solid #231F20;
    margin-bottom: 20px;
}
.mattopic p{
    padding-bottom: 0;
}
.natural-keyhigh {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.firsthigh{
    max-width: 230px;
    width: 100%;
    /* padding-right: 30px; */
    position: relative;
}
.firsthigh::before{
    content: "";
    width: 0.5px;
    height: 86px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #231F20;
}
.firsthigh.nobord::before{
    content: none;
}
.firsthigh h2{
    font-family:SourceSansPro-Semibold;
    font-size: 35px;
    line-height: 47px;
    color: #2BB673;
}
.firsthigh h2 span{
    font-size: 24px;
}
.firsthigh h6{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    line-height: 20px;
}
.firsthigh h6 span{
    display: block;
}

.natural-top ul{
    padding-left: 0;
}
.natural-top ul li{
    list-style: none;
    position: relative;
    font-family:SourceSansPro-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    padding-left: 15px;
    padding-bottom: 20px;
}
.natural-top ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    background-color: #14B1E7;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}
.natural-list ul{
    display: flex;
    gap: 40px;
}

.naturalinitiati h2{
    font-family:SourceSansPro-Semibold;
    font-size: 35px;
    line-height: 47px;
    color: #2BB673;
}
.naturalinitiati h2 span{
    font-size: 24px;
}
.naturalinitiati h6{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    line-height: 20px;
}
.naturalinitiati h6 span{
    display: block;
}
.naturalblue-box{
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 255px;
    padding: 8px 20px;
    background-color: #034EA2;
}
.naturalblue-box h6{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
}
.naturalmid-img img{
    margin: 30px 0px;
}
.naturallight-box{
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 255px;
    padding: 8px 20px;
    background-color: #14B1E7;
}
.naturallight-box h6{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
}
.natural-top h2{
    font-family:SourceSansPro-Semibold;
    font-size: 35px;
    line-height: 47px;
    color: #2BB673;
}
.natural-esg {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.esghigh{
    max-width: 230px;
    width: 100%;
    /* padding-right: 30px; */
    position: relative;
}
.esghigh::before{
    content: "";
    width: 0.5px;
    height: 167px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #231F20;
}
.esghigh.nobord::before{
    content: none;
}
.esghigh h2{
    font-family:SourceSansPro-Semibold;
    font-size: 35px;
    line-height: 47px;
    color: #2BB673;
}
.esghigh h2 span{
    font-size: 24px;
}
.esghigh h6{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    line-height: 20px;
}
.esghigh h6 span{
    display: block;
}

.mbl-show
{
    display: none;
}
.caseStudy .col-xl-11 
{
    padding-right: 0px;
}


.oueexpansion-banner .row{
    align-items: center;
}
.oueexpansion-banner{
    position: relative;
    margin-bottom: 40px;
}
.oueexpansion-banner .sitemap{
    position: absolute;
    top: 10px;
}
.oueexpansion-banner h5{
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    font-family:SourceSansPro-Bold;
}
.oueexpansion-banner h5 span{
    background-color: #8AC641;
    padding: 0px 9px 0px 0px;
}
.oueexpansion-banner h1{
    font-family:SourceSansPro-Bold;
    font-size: 44px;
    line-height: 47px;
    color: #000000;
    padding-bottom: 12px;
}
.oueexpansion-banner h6{
    font-family:SourceSansPro-SemiboldItalic;
    font-size: 18px;
    line-height: 23px;
    color: #14B1E7;
    padding-bottom: 15px;
}
/* .oueexpansion-bannerimg img{
    width: 100%;
} */
.bannerpd{
    padding-top: 86px;
}
.bannerpd .sitemap{
    top: 86px;
}

.govermatkey{
    display: flex;
    gap: 20px;
}
.govermat{
    position: relative;
    max-width: 230px;
    width: 100%;
}
.govermat::before{
    content: "";
    width: 0.5px;
    height: 19px;
    background-color: #231F20;
    position: absolute;
    top: 4px;
    right: 0;
}
.govermat2:last-child:before{
    content: none;
}
.govermat p span{
    display: block;
}
.goverkey{
    max-width: 260px;
    width: 100%;
    position: relative;
}
.goverkey img{
    position: absolute;
    top: 7px;
}
.goverkey p{
    padding-left: 20px;
}
.goverkey p span{
    display: block;
}
.goverkeystra{
    position: relative;
    max-width: 170px;
    width: 100%;
}
.goverkeystra::before{
    content: "";
    width: 0.5px;
    height: 19px;
    background-color: #231F20;
    position: absolute;
    top: 4px;
    right: 0;
}
.goverkeystra2:last-child:before{
    content: none;
}

.govertop{
    border: 1px solid #14B1E7;
    padding: 30px 30px 10px 30px;
    margin-bottom: 50px;
}
.gover-cap-content p{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    padding-bottom: 20px;
}
.gover-mate{
    padding-bottom: 20px;
}
.gover-mate h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
    color: #231F20;
}
.gover-mate p{
    padding-bottom: 10px;
}
.governance-txt h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 30px;
    color: #034EA2;
}
.governance-txt h2{
    font-family:SourceSansPro-Semibold;
    font-size: 35px;
    line-height: 47px;
    color: #034EA2;
}
.governance-txt p{
    font-family:SourceSansPro-Regular;
    color: #231F20;
    padding-bottom: 20px;
}
.nildiv{
    margin: 20px 0;
    position: relative;
}
.nildiv::before{
    content: "";
    width: 0.5px;
    height: 100px;
    background-color: #231F20;
    position: absolute;
    top: 0;
    right: 60px;
}
.nildiv2::before{
    content: none;
}
.nildiv p span{
    display: block;
}
.governance-txt .darkblack{
    color: #231F20;
}
.governance-txt .mt-30{
    margin-top: 30px;
}
.governance-txt .mt-20{
    margin-top: 20px;
}
.goverlgtblue-box{
    background-color: #EAF7FC;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 30px 0px;
}
.goverlgtblue-box .row{
    text-align: center;
}
.goverlgtblue-box h6, .goverlgtblue-box img{
    padding-bottom: 20px;
}
.goverlgtblue-box p span{
    display: block;
}
.pie{
    padding-top: 10px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #231F20;
}

.yeardiv{
    margin: 20px 0;
    position: relative;
}
.yeardiv::before{
    content: "";
    width: 0.5px;
    height: 84px;
    background-color: #231F20;
    position: absolute;
    top: 0;
    right: 60px;
}
.yeardiv2::before{
    content: none;
}
.yeardiv h2 span{
    font-size: 24px;
}
.readmorebtn {
    display: flex;
    gap: 5px;
    align-items: center;
}
.readmorebtn p{
    font-family:SourceSansPro-Light;
    font-size: 14px;
    line-height: 18px;
    color: #231F20;
    font-style: italic;
    padding-bottom: 0;
}
.readmorebtn a{
    text-decoration: none;
}
.goverlastimg{
    margin: 20px 0px;
}

.sustain-highlight{
    border-left: 1px solid #707070;
    padding-top: 20px;
    padding-left: 30px;
    margin-bottom: 50px;
    margin-top: 30px;
    min-height: 167px;
    position: relative;
}
.sustain-blue-box{
    position: absolute;
    top: -7px;
    left: 30px;
    width: 95px;
    height: 13px;
    background-color: #CCECF9;
}
.sustain-highlight::after{
    content: "";
    width: 60px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: 0;
}
.sustain-highlight h6{
    color: #231F20;
}

.sustain-highlight ul{
    display: flex;
    gap: 70px;
    padding-left: 0;
    margin-bottom: 0;
}
.sustain-highlight ul li{
    padding-left: 15px;
    list-style: none;
    font-family:SourceSansPro-Regular;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    position: relative;
}
.sustain-highlight ul li span{
    display: block;
}
.sustain-highlight ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #14B1E7;
    position: absolute;
    top: 7px;
    left: 0;
}

.sustainfocus-keysafe{
    border-left: 1px solid #707070;
    padding-top: 20px;
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    min-height: 167px;
}
.sustainfocus-green-box{
    position: absolute;
    top: -7px;
    left: 30px;
    width: 95px;
    height: 13px;
    background-color: #8AC641;
}
.sustainfocus-keysafe::after{
    content: "";
    width: 60px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: 0;
}
.sustainfocus-keysafe h6{
    font-family:SourceSansPro-Bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
    color: #231F20;
}

.sustainfocus-keysafe ul{
    display: flex;
    gap: 70px;
    padding-left: 0;
    margin-bottom: 0;
}
.sustainfocus-keysafe ul li{
    padding-left: 15px;
    list-style: none;
    font-family:SourceSansPro-Semibold;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    position: relative;

}
.sustainfocus-keysafe ul li span{
    display: block;
}
.sustainfocus-keysafe ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #8AC641;
    position: absolute;
    top: 7px;
    left: 0;
}
ul.green2-list{
    gap: 55px;
}
.human-banner.bannerpd.social h5{
    color: #6657A5;
}
.human-banner.bannerpd.social h6{
    color: #6657A5;
}
.human-banner.bannerpd.social h5::before {
    content: "";
    width: 144px;
    height: 2px;
    background-color: #6657A5;
    position: absolute;
    bottom: 10px;
    left: 75px;
}
.firsth h3{
color: #fff;
background-color: #034EA2;
max-width: 224px;
margin-bottom: 30px;
padding-left: 5px;
font-size: 18px;
font-family:SourceSansPro-Bold;
}
.firsth {
    padding-bottom: 40px;
}
.csrIcon{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
}
.csrIcon h3{
    color: #034EA2;
    font-size: 18px;
    font-family:SourceSansPro-Bold;
    background: none;
    margin-bottom: 0;
}
.myList ul{
    display: flex;
    gap: 40px;
    list-style: none;
    padding-left: 0;
}
.myList ul li{
    position: relative;
    padding-left: 16px;
}
.myList ul li::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #14B1E7;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.human-keysafe.mt-30.pt25{
    margin-top: 25px;
}
.kpi h3{
    color: #034EA2;
    font-size: 18px;
    font-family:SourceSansPro-Bold;
    padding-bottom: 20px;
}
.keyKpi h2{
    color: #6657A5;
    font-size: 35px;
    font-family:SourceSansPro-SemiBold;
}
.keyKpi h2 span{
    font-size: 24px;
}
.commu .row.pb40{
    padding-bottom: 40px;
}
.kpi p{
    padding-bottom: 20px;
}
.kpi.appr h3{
    padding-bottom: 12px;
}
.read{
    display: flex;
    align-items: center;
    gap: 20px;
}
.read p{
    padding-bottom: 0;
}
.firsth.dpk h3{
    max-width: 342px;
}
.firsth.dpk{
    padding-bottom: 0;
}
.commu .row.dpkntr{
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.keyKpi.nidan{
    padding-bottom: 40px;
}
.kpi h3.black{
    color: #231F20;
}
.myList.ai ul{
    display: inline;
}
.myList.ai ul li{
    padding-bottom: 15px;
}
.human-green-box.pink{
    background-color: #CCECF9;
}
.myList.ai ul li span{
    font-family:SourceSansPro-Bold;
    color: #231F20;
}
.firsth.welf h3{
    max-width: 617px;
    margin-top: 40px;   
}
.firsth.welf{
 padding-bottom: 0;
}
.healtImg{
    margin-bottom: 40px;
}
.commu .row.cntr{
    align-items: center;
}
.firsth.sus h3{
    max-width: 457px;
}
.firsth.sus{
    padding-bottom: 0;
}
.row.wheel .kpi h3{
    padding-bottom: 10px;
}
.row.apple .keyKpi h2{
    font-size: 32px;
}
.firsth.chan{
    padding-bottom: 0;
}
.caseH h3{
    max-width: 255px;
    background-color: #14B1E7;
    font-family:SourceSansPro-Bold;
    padding-left: 8px;
    font-size: 18px;
    color: #fff;
    padding: 8px 0 8px 21px ;
}
.caseH{
        margin: -17px 0 24px -21px;
}
.blueBOX {
    border: 1px solid #14B1E7;
    padding-left: 20px;
    position: relative;
    margin-bottom: 40px;
}
.healtImg.noPad{
   margin-bottom: 20px;
}
.kpi.appr.scm p {
    padding-bottom: 14px;
    line-height: 20px;
}
.firsth.hgh{
    margin-bottom: 0;
    padding-bottom: 0;
}
.firsth.hgh h3{
    margin-bottom: 18px;
    padding: 5px 0 5px 5px;
}
.firsth.dpk h3{
    margin-bottom: 18px;
    padding: 5px 0 5px 5px;
}
.read.pb40{
    padding-bottom: 40px;
}
.Nextprev .capital-btn {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 10px 12px;
  color: #000;
  font-family:SourceSansPro-Bold;
  text-decoration: none;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 1;
}
.left .capital-btn{
    justify-content: left;
}
.right .capital-btn {
    justify-content: right;
}
.Nextprev{
    margin: 40px 0;
}
.Nextprev .capital-btn .arrow {
  /* background-color: #8bc63f; */
  /* color: #fff; */
  /* padding: 8px 12px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  margin-right: 10px;
  width: 43px;
  height: 44px;
}

.Nextprev .capital-btn.next .arrow {
  margin-right: 0;
  margin-left: 10px;
}

.Nextprev .capital-btn .underline {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #0052b4, #48c6ef);
  z-index: -1;
  transition: all 0.4s ease;
}

.Nextprev .capital-btn:hover {
  color: #fff;
  padding: 12px 20px;
  border-radius: 3px;
}

.Nextprev .capital-btn:hover .label,
.Nextprev .capital-btn:hover .arrow {
  color: #fff;
}

.Nextprev .capital-btn:hover .underline {
  height: 100%;
  border-radius: 3px;
}
.vision2030 h6{
    font-family:SourceSansPro-Bold;
    color: #000000;
    font-size: 16px;
    padding-bottom: 0px;
}
.vision2030 p{
    padding-left: 18px;
}
.managing-direct .darkblack{
    color: #000000;
}
.fincapital-section h6{
    font-family:SourceSansPro-Bold;
    font-size: 22px;
    line-height: 35px;
}
.fincapital-section p{
    font-family:SourceSansPro-Regular;
    padding-bottom: 20px;
}
.fincapital img{
    width: 90px;
    height: 90px;
}
.fincapital h6{
    color: #0546A5;
}
.valuediv h2{
    font-family:SourceSansPro-Bold;
    font-size: 35px;
    line-height: 47px;
    color: #034EA2;
}
.valuediv h2 span{
    font-family:SourceSansPro-Regular;
}
.valuediv p{
    font-size: 18px;
}
.valuediv{
    display: flex;
    gap: 35px;
    margin-bottom: 30px;
}
.crorediv{
    border-right: 1px solid #707070;
    padding-right: 33px;
}
.crorenoborder{
    border-right: none;
}
.readmorediv{
    display: flex;
    align-items: center;
    gap: 15px;
}
.btmlinediv{
    width: 270px;
    border-bottom: 1px solid #707070;
}
.readmorediv p{
    padding-bottom: 0;
}
.secmain-img{
    margin: 30px 0px;
}
.manucapital h6{
    color: #14B1E7;
}
.manucrore h2{
    font-family:SourceSansPro-Bold;
    font-size: 35px;
    line-height: 47px;
    color: #14B1E7;
}
.manucrore p{
    font-size: 18px;
}
.manucrore p span{
    display: block;
}
.manucapital-section p span{
    display: block;
}
.humcapital h6{
    color: #C4862D;
}
.humcrore h2{
    font-family:SourceSansPro-Bold;
    font-size: 35px;
    line-height: 47px;
    color: #C4862D;
}
.humcrore p{
    font-size: 18px;
}
.humcrore p span{
    display: block;
}
.humcapital-section p span{
    display: block;
}
.intcapital h6{
    color: #951E34;
}
.intcrore h2{
    font-family:SourceSansPro-Bold;
    font-size: 35px;
    line-height: 47px;
    color: #951E34;
}
.intcrore p{
    font-size: 18px;
}
.intcrore p span{
    display: block;
}
.intcapital-section p span{
    display: block;
}
.socialcapital h6{
    color: #6658A6;
}
.socialcrore h2{
    font-family:SourceSansPro-Bold;
    font-size: 35px;
    line-height: 47px;
    color: #6658A6;
}
.socialcrore p{
    font-size: 18px;
}
.socialcrore p span{
    display: block;
}
.socialcapital-section p span{
    display: block;
}
.naturalcapital h6{
    color: #3CBC75;
}
.naturalcrore h2{
    font-family:SourceSansPro-Bold;
    font-size: 35px;
    line-height: 47px;
    color: #3CBC75;
}
.naturalcrore p{
    font-size: 18px;
}
.naturalcrore p span{
    display: block;
}
.naturalcapital-section p span{
    display: block;
}
.vc-num h3 span 
{
    font-size: 24px;
}
.goverpie img{
    margin-top: 30px;
}
.sus-focuslist li{
    color: #034EA2;
}
.manukt-sm h2 span, .natu-sm h2 span{
    font-size: 24px;
}
.perf-application p{
    font-size: 20px;
}
.cfo-name p{
    padding-bottom: 0;
}
.mblV
{
    display: none;
}
.hm-banner video
{
    width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kpiheadinpara-pd0 h3, .kpiheadinpara-pd0 p{
    padding-bottom: 0;
}
.intromob-img{
    display: none;
    margin-bottom: 20px;
}
/*youtube*/
.grtyoutube-popup {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:99999;
}
.grtyoutube-popup-content {
    margin-top:80px;
    width:95%;
    max-width:850px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.grtyoutube-popup-close {
    position:absolute;
    top:-30px;
    right:0;
    color:#FFF;
    font-size:25px;
    width:17px;
    height:17px;
    cursor:pointer;
}
.grtyoutube-iframe {
    width:100%;
    height:480px;
}
@media (max-width:767px) {
    .grtyoutube-iframe {
        width:100%;
        height:350px;
    }
}

.grtyoutube-dark-theme{
    background: rgba(0,0,0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
    background: url('../images/icon-close-white.png') no-repeat;
}

.grtyoutube-light-theme {
    background: rgba(255,255,255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
    background: url('../images/icon-close-black.png') no-repeat;
}
/**/
.youtube-link:hover
{
    cursor: pointer;
}