@font-face {
    font-family:MuseoSans-300;
    src: url(../fonts/MuseoSans-300.ttf);
}
@font-face {
    font-family:MuseoSans-700;
    src: url(../fonts/MuseoSans_0.ttf);
}
@font-face {
    font-family:MuseoSans-500;
    src: url(../fonts/MuseoSans.ttf);
}
@font-face {
    font-family:MuseoSans-900;
    src: url(../fonts/MuseoSans_1.ttf);
}
@font-face {
    font-family:MuseoSans-300Italic;
    src: url(../fonts/MuseoSans-300Italic.ttf);
}

@font-face {
    font-family:Acumin_Pro_ExtraCondensed;
    src: url(../fonts/Acumin_Pro_ExtraCondensed.otf);
}
@font-face {
    font-family:BebasNeueBold;
    src: url(../fonts/BebasNeueBold.ttf);
}
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    font-family:MuseoSans-500;
    color: #2B2B2B;
    
}
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-wrap {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}
header
{
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    right: 0px;
    padding: 14px 0px;
}
.ham-icon-wrap
{
    text-align: right;
}
.ham-icon-wrap a
{
    color:#2F2E71;
    font-size: 16px;
    font-family:MuseoSans-500;
    position: relative;
    border-top:1px solid #AD215C;
    border-bottom:1px solid #AD215C;
}
.commonbtn:before
{
    content: '';
    position: absolute;
    background-color:#A1225D;
    width: 2px;
    height: 14px;
    left:0px;
    top: 0;
    bottom: 0px;
    margin: auto;
}
.pdf-menu
{
    display: flex;
    align-items: center;
}
.pdf-menu a.textPart{
    display: block;
}
.downImg img {
    min-height: 27px;
}
.pdf-menu a
{
    font-size: 16px;
    color: #717171;
    line-height: 20px;
    font-family:MuseoSans-500;
    display: flex;
    align-items: center;
    gap: 12px;
}
.pdf-menu a span
{
    display: block;
}
.logo img
{
    width: 265px;
}
header .row
{
    align-items: center;
}
.logo
{
    text-align: center;
}
/*-----------Header Css End-------------*/
.hmbanner
{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    height: 100vh;
}
.hmbanner .row 
{
    align-items: center;
    padding-top: 40px;
}
.hmbanner h1 
{
    font-size: 35px;
    line-height: 35px;
    color: #302E6C;
    font-family:MuseoSans-700;
}
/*.hmbanner video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:top;
}
.banner-text
{
    position: absolute;
    bottom: 0px;
    left: calc(100vw / 16 * 1.4);
    top: 0;
    z-index: 9;
    margin: auto;
    height: fit-content;
}

.banner-text h1 span
{
    display: block;
}*/
.hmbtn
{
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
}
a.commonbtn
{
    position: relative;
    font-size: 16px;
    color:#302E6C;
    font-family:MuseoSans-500;
    line-height: 18px;
    padding-left: 10px;
}
a.commonbtn:hover:before
{
    width: 0px;
    height:0px;
    left: auto;
    right: -20px;
}
.arrow-scroll
{

 position: absolute;
 bottom: -100px;
 left: 0;
 right: 0;
 margin: auto;
 animation: ca3_fade_move_down 2s ease-in-out infinite;

}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px); opacity: 0; }
}
a.commonbtn:after
{
    content:'';
    position: absolute;
    width:13px;
    height:16px ;
    background-image: url(../images/read-more-hover-arrow.svg);
    right: -16px;
    top: 0;
    bottom: 2px;
    margin: auto;
    display: none;
}
a.commonbtn:hover:after
{
    display: block;
}
.messagedta
{
    position: relative;
    padding-top:80px;
    padding-bottom: 80px;
}
.hmessage
{
    position: relative;
}

.mgmt-tab .nav-tabs .nav-link.active
{
    display: none;
}
.mgmt-tab {
    position: absolute;
    bottom:35px;
    right: 0px;
}
.hmessage h6
{
    color:#000;
    font-size: 20px;
    line-height: 28px;
    font-family:MuseoSans-700;
    padding-left: 30px;
}
.hmessage h2 
{
    color: #CE181E;
    padding-left: 30px;
}
.hm-blue-bg
{
    background-color: #151E72;
    padding: 58px 70px;
    min-height: 406px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hmessage p
{
    font-size: 20px;
    font-family:MuseoSans-500;
    color: #fff;
    line-height: 24px;
    padding-bottom: 22px;
    max-width: 415px;
    width: 100%;
    position: relative;
}
.hmessage p:before
{
    content: '';
    width: 35px;
    height: 25px;
    position: absolute;
    left: -38px;
    top:-15px;
    background-image: url(../images/comma.svg);
}
.ch-img
{
    margin-left: -60%;
}
.hmessage h5
{
    color: #fff;
    font-family:MuseoSans-700;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 25px;
    position: relative;
}
.rtLine h4{
    font-family:MuseoSans-700;
}
.hmessage h5 span
{
    display: block;
    font-family:MuseoSans-500;
    font-size: 16px;
    line-height: 22px;
}
.hmessage h5:after 
{
    content: '';
    position: absolute;
    left: 0;
    bottom:-4px;
    background-color: #70C9ED;
    width: 72px;
    height: 2px;
}
.hmessage .col-xl-7 a
{
    color: #fff;
}
.mgmt-tab .nav-tabs .nav-link
{
    padding: 0px;
}
.mgmt-tab .nav-item a:hover, .mgmt-tab .nav-item a:focus
{
    outline: none;
    border:0;
    margin: 0;
}
.mgmt-tab ul {
    border: none;
}
.mgmt-tab h4 
{
   font-size: 14px;
   color: #151E72;
   font-family:MuseoSans-500;   
}
.mgmt-tab div  
{
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid #70C9ED;
}
#mgmt2 .col-xl-7 p
{
    padding-bottom: 54px;
    max-width: 325px;
}
.sustainagile {
    max-width: 940px;
    margin: auto;
}
.mgmt-arrowimg
{
   padding-top: 15px;
   display: block;
   float: right;
}
.ceo-img img
{
    height:524px;
}
.hmvaluecreation
{
    background-color: #F3FAFE;
    padding: 70px 0px;
}
.hmvaluecreation h6 
{
    font-size: 20px;
    line-height: 28px;
    color: #302E6C;
    font-family:MuseoSans-700;
    padding-bottom: 4px;
}
.hmvaluecreation h2
{
    color: #CE181E;
    padding-bottom: 35px;
    font-size: 30px;
}
.hmvaluecreation h2 span 
{
    display: inline;
}
.value-tab ul 
{
    display: block;
    border-bottom: none;
    margin-right: 40px;
}
.value-tab ul .nav-item
{
    border-bottom: 1px solid #151E7240;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.value-tab ul .nav-item:last-child 
{
    border-bottom: none;
}
.value-tab ul .nav-item a
{
    display:flex;
    font-size: 20px;
    color: #2B2B2B;
    padding: 0px;
    background-color: transparent !important;
    border: none;
    align-items: center;
}
.value-tab ul .nav-item a span
{
    display: block;
    margin-left: 22px;
}
.value-tab ul .nav-item a.active
{
    font-family:MuseoSans-700;
    position: relative;
    font-size: 20px;
    color: #CE181E;
}

.value-tab ul .nav-item a img
{
    visibility: hidden;
    width: 42px;
}
.value-tab ul .nav-item a.active img
{
    visibility: visible;
}
footer
{
    padding:56px 0px 0px 0px;
    background-color:#151E72;
}
.downloadcenter
{
    max-width:735px;
    margin: auto;
}
.downloadcenter h2
{
    text-align: center;
    color: #fff;
    padding-bottom: 36px;
    font-size: 35px;
    line-height: 35px;
    font-family:MuseoSans-700;
}
.reportdown
{
    display: flex;
    border:1px solid #ffffff;
    padding: 8px 12px 8px 20px;
}

.reportdown h3
{
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    font-family:MuseoSans-700;
    margin-left: 20px;
    position: relative;
    padding-left: 20px;
}
.reportdown h3 span  
{
    display: block;
}
.reportdown h3:after
{
    content: '';
    position: absolute;
    left: 0;
    top:-9px;
    width: 1px;
    height:61px;
    background-color: #ffffff;
}

.quicklinks 
{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: 1px solid #565fb1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.quicklinks a
{
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family:MuseoSans-500;
    padding-right:15px;
    border-right: 1px solid #565fb1;
}
.quicklinks a:last-child
{
    border-right: none;
    padding-right: 0px;
}
.quicklinks a img
{
    margin-right: 5px;
}

.backTop
{
    text-align: right;
}
.backTop a 
{
    color: #fff;
}
.backTop a img 
{
    padding-right: 5px;
}
footer .col-xl-12 a
{
    font-size: 14px;
    font-family:MuseoSans-900;
    color: #fff;
    text-decoration: underline!important;
}
.copyright
{
    background-color:#0B1150;
    padding: 15px 0px 10px;
    margin-top: 15px;
}
.copyright p
{
    color: #fff;
    font-size: 14px;
    font-family:MuseoSans-500;
}
.copyright p a 
{
    color: #FFFFFF;
}
.copyright .row .col-xl-4:last-child p
{
    text-align:right;
}
.copyright .sociallinks
{
    margin: auto;
    display: flex;
    align-items: center;
    display: table;
}
.sociallinks a
{
    margin-right: 5px;
}
.cross-btn2 {
    color: #282071;
    font-size: 40px;
    position: relative;
    right: auto;
    bottom: auto;
    display: none;
}
.my-sidenav1 {
    display: none;
    position: fixed;
    top: 72px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    max-width: 100%;
    width: 100%;
    background-image: url(../images/menu/menu-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    height: 100%;
    padding-top: 60px;
}
.my-sidenav1 .row 
{
    align-items: start;
}
.top-nav .nav {
  min-height: 310px;
  display: block;
}
.top-nav .nav > li {
  float: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
 border-bottom:1px solid #ffffff30;
 
}

.top-nav .nav > li:last-child {
  border-bottom: none;
}
.top-nav .nav > li > a {
  color: #ffffff30;
  font-size: 24px;
  border-radius: 0px;
  padding-left: 0px;
   font-family:MuseoSans-300;
   position: relative;
}
.top-nav .nav > li > a:before 
{
content: '';
position: absolute;
left: 0px;
top:8px;
background-image: url(../images/menu/blue-arrow.svg);
width: 26px;
height:24px;
opacity: 0;
}
.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;
  color: #ffffff;
  font-family:MuseoSans-700;
  font-size: 24px;
  padding-left: 40px;
}
.top-nav .nav-pills > li.active > a img {
  opacity: 1;
}
.top-nav .nav > li > a.active:before
{
    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: 20px;
  position: relative;
}
.top-nav-content ul li.menu-img {
  padding-left: 60px;
}

.top-nav-content ul li a {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-family:MuseoSans-300;
}

.d-pdf img {
    position:absolute;
    top:0;
    right: 0;
}

.hm-stepping
{
    height: 100vh;
}
.step-img
{
    position: absolute;
}
.hm-stepping h2 {
    background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 50%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-family: MuseoSans-700;
    line-height:35px;
}
.hm-stepping h2 span
{
    display: block;
}

.hm-stepping h1 st 
{
    font-size: 35px;
    line-height: 35px;
}
.hm-stepping h1 {
    background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 28%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 120px;
    font-family: MuseoSans-700;
    line-height: 110px;
    position: relative;
}

.hm-stepping h1 span {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #AD215C;
    font-size: 42px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: 135px;
}
.hm-stepping p 
{
    color:#302E6C;
    padding-top: 10px;
    padding-bottom: 30px;
}
.steping-text
{
    padding-top:29%;
    padding-left: 30px;
}
.hm-stepping-btm
{
    background-image: url(../images/where-purpose-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
.hm-mainhead
{
  font-size: 35px;
  line-height: 35px;
  font-family:MuseoSans-700;
  padding-bottom: 20px;
}
.hm-mainhead span 
{
    display: block;
}
.hm-stepping-btm h2 
{
    color: #fff;
}
.hm-stepping-btm h4 
{
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-family:MuseoSans-700;
    padding-bottom: 40px;
}
.fs-num h3 
{
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    font-family:MuseoSans-700;
}
.fs-num h3 span 
{
   font-family:MuseoSans-300; 
   font-size: 26px;  
}
.fs-num p 
{
   font-family:MuseoSans-300;  
   color: #fff;
}
.fs-wrap
{
    display: flex;
    gap:90px;
    margin-bottom: 44px;
}
.hm-stepping-btm .read-btn a 
{
    color: #fff;
}
.read-btn1 .commonbtn:before
{
    background-color: #ffffff;
}
.read-btn1 a.commonbtn:after {
    background-image: url(../images/read-full-m-arrow.svg);
    bottom: 0px;
}
.capitalslider
{
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}
.capitalslider .col-xl-12
{
    padding: 0px;
}
.capitalslider h2
{
    font-size: 20px;
    font-family:MuseoSans-700;
    padding-bottom: 15px;
    color: #302E6C;
    text-align: center;
}
.hmcpaitalsider.owl-carousel .owl-item img
{
    display: inline;
}
.capitalslider .item
{
    border-radius: 23px;
    padding: 30px;
    min-height: 460px;
    display: flex;
    align-items: center;
    min-height: 502px;
}
.capitalslider .item .row 
{
    align-items: center;
}
.capitalslider .item1
{
    background-color: #00A9DF;
}
.capitalslider .item2
{
    background-color:#E1AEAA;
}
.capitalslider .item3
{
    background-color:#e0947d;
}
.hmcpaitalsider h4 
{
   color: #fff;
   font-size: 35px;
   line-height: 35px;
   font-family:MuseoSans-700;
   padding-bottom: 30px;   
}
.hmcpaitalsider h5 
{
   color: #fff;
   font-size: 20px;
   line-height: 28px;
   font-family:MuseoSans-700;
   padding-bottom:10px;   
}
.hmcpaitalsider p 
{
  color: #FFFFFF;
  font-family:MuseoSans-300;
  padding-bottom: 5px; 
}
.cap-num h3 
{
    font-size: 35px;
    color: #FFFFFF;
    font-family:MuseoSans-700;
}
.cap-num h3 cap 
{
    font-family:MuseoSans-300;
    font-size: 28px;   
}
.cap-num h3 span 
{
   font-family:MuseoSans-300;
   font-size: 25px;   
}
.cap-num p 
{
    border-bottom: 1px solid #0181DF;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.hmcpaitalsider .col-xl-6:last-child .cap-num p,
.hmcpaitalsider .col-xl-6:nth-child(6) .cap-num p  
{
    border-bottom: none;
}
.hmcpaitalsider .owl-nav button.owl-next 
{
  position: absolute;
  width:52px;
  height:30px;
  bottom:-60px;
  margin: auto;
  right:calc(100vw / 16 * 1.4);
  background-image: url(../images/capital/right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.hmcpaitalsider .owl-nav button.owl-prev {
  position: absolute;
  width: 52px;
  height: 30px;
  bottom:-60px;
  margin: auto;
  left:calc(100vw / 16 * 1.4);
  background-image: url(../images/capital/left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.hmcpaitalsider.owl-theme .owl-nav .owl-prev:hover,
.hmcpaitalsider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.sliderCounter, .award-counter, .gov-counter,
.com-counter
{
    position: absolute;
    right:0px;
    left: 0px;
    margin: auto;
    bottom:37px;
    color:#fff;
    font-size:30px;
    color: #302E6C;
    font-family:MuseoSans-500;
    text-align: center;
}
.sliderCounter .current-slide,
.award-counter .current-slide,
.gov-counter .current-slide,
.com-counter .current-slide 
{
    font-size:30px;
    font-family:MuseoSans-500;
}
.sliderCounter .divider,
.award-counter .divider,
.gov-counter .divider,
.com-counter .divider 
{
    font-size: 16px;
}
.sliderCounter .total-slide,
.award-counter .total-slide,
.gov-counter .total-slide,
.com-counter .total-slide 
{
    font-size: 16px;
}
.hmcpaitalsider.owl-carousel .owl-item .cap-num img
{
    width: auto;
}
.hmawardssection
{
    background-color: #F3FAFE;
    padding:55px 0px 80px 0px;
    position: relative;
}
.hmawardssection h6 
{
  color: #302E6C;
  font-size: 20px;
  line-height: 28px;
  font-family:MuseoSans-700;
  padding-bottom: 5px;  
}
.hmawardssection h2 
{
   color: #CE181E;   
}
.award-box
{
    background-color: #ffffff;
    padding: 0px 30px;
    min-height: 406px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.award-box p 
{
    color:#2B2B2B;
    padding-top: 20px;
    font-family:MuseoSans-300;
    text-align: center;  
}
.award-box p span 
{
   font-family:MuseoSans-700;
    background: linear-gradient(to right, #E60000, #3A0CA3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.award-box p span sup{
      background: linear-gradient(to right, #8E204D, #2E0F59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.awards-slider.owl-carousel .owl-item img
{
    width: auto;
}

.awards-slider .owl-nav button.owl-next 
{
  position: absolute;
  width:52px;
  height:30px;
  bottom:-60px;
  margin: auto;
  right:0px;
  background-image: url(../images/capital/right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.awards-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 52px;
  height: 30px;
  bottom:-60px;
  margin: auto;
  left:0px;
  background-image: url(../images/capital/left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.awards-slider.owl-theme .owl-nav .owl-prev:hover,
.awards-slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.award-counter
{
    bottom: 30px;
}
.tabsnew-mbl
{
    display: none;
}
.cap-box
{
    background-color: #FFFFFF;
    padding: 30px 30px 20px 30px;
}
.hmvaluecreation .col-xl-8  
{
    padding-right: 0px;
}
.cap-box h3  
{
   background: transparent linear-gradient(90deg, #E02D55 0%, #372D6B 100%) 0% 0% no-repeat padding-box;
   color: #fff;
   border-radius: 50px;
   display:inline-block;
   font-size: 20px;
   font-family:MuseoSans-700;
   padding: 5px 22px;
   margin-bottom: 20px;  
}
.cap-box p 
{
  font-size: 16px;
  line-height: 20px;
  color: #2B2B2B;
  font-family:MuseoSans-300;
  padding-bottom: 10px; 
  position: relative;
  padding-left: 20px;
}
.cap-box p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #00B5EF;
    width: 7px;
    height: 7px;
}
.cap-box p span 
{
  font-family:MuseoSans-700;   
}
.capbox-wrap
{
    border-bottom: 1px solid #2B2B2B40;
    min-height: 186px;
    margin-bottom:20px;
}
.capbox-wrap1
{
    margin-bottom: 15px;
}
.cwrap3
{
    min-height:216px;
}
.capitalslider .item2 .cap-num p
{
   border-bottom: 1px solid #ce817b90;   
}
.capitalslider .item3 .cap-num p
{
   border-bottom: 1px solid #ce817b90;   
}
.capitalslider .item4
{
    background-color:#7c59a3;
}
.capitalslider .item4 .cap-num p
{
   border-bottom: 1px solid #6c5486;   
}
.hmcpaitalsider .item4 .col-xl-6:nth-child(4) .cap-num p  
{
    border-bottom: none;
}
.capitalslider .item5
{
    background-color:#49a7a2;
}
.capitalslider .item5 .cap-num p
{
   border-bottom: 1px solid #498683;   
}
.capitalslider .item6
{
    background-color:#89c13d;
}
.capitalslider .item6 .cap-num p
{
   border-bottom: 1px solid #6c903c;   
}
.cap-num-last p 
{
    border-bottom: none !important;
}
.hm-govsec
{
  padding: 80px 0px 120px 0px;
  position: relative;  
}
.gov-box
{
   box-shadow: 0px 3px 6px #00000029;
   margin: 10px;
   position: relative;
   transition: all .3s ease-in-out;
   min-height: 450px; 
}
.gov-box:after 
{
    content: '';
    position: absolute;
    left: 0;
    bottom:0;
    background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 100%) 0% 0% no-repeat padding-box;
    height: 4px;
    width: 100%;
    z-index: -1;
    transition: all .3s ease-in-out; 
}
.gov-box:hover:after 
{
    height: 100%;
    transition: all .3s ease-in-out; 
}
.gov-text
{
   padding: 25px;   
}
.gov-topimg
{
    margin-bottom: 17px;
    display: flex;
    justify-content: flex-end;
}
.gov-slider.owl-carousel .owl-item img
{
    width: auto;
    margin-top: 30px;
}
.gov-text h5
{
   font-size: 16px;
   line-height: 22px;
   color: #302E6C;
   font-family:MuseoSans-700;
   padding-bottom: 10px;   
}
.gov-text h3
{
   font-size: 24px;
   line-height:30px;
   color:#CE181E;
   font-family:MuseoSans-700;
   padding-bottom: 14px;   
}
.gov-text p 
{
   padding-bottom: 26px;   
}
.gov-box:hover .gov-text h5,
.gov-box:hover .gov-text h3,
.gov-box:hover .gov-text p
{
    color: #fff;
}
.gov-box:hover .gov-topimg img
{
   filter: invert(1) brightness(1100%);
}
.gov-box .read-btn
{
    position: absolute;
    left: 25px;
    bottom: 30px;
}
.gov-box:hover a.commonbtn
{
    color: #fff;
}
.gov-box:hover .commonbtn:before
{
    background-color: #fff;
}
.gov-box:hover a.commonbtn:after
{
    background-image: url(../images/read-full-m-arrow.svg);    
}
.gov-slider.owl-carousel .owl-stage
{
  padding-left: 0px !important;  
}

.gov-slider .owl-nav button.owl-next 
{
  position: absolute;
  width:52px;
  height:30px;
  bottom:-60px;
  margin: auto;
  right: calc(100vw / 16 * 1.4);
  background-image: url(../images/capital/right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.gov-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 52px;
  height: 30px;
  bottom:-60px;
  margin: auto;
  left:0px;
  background-image: url(../images/capital/left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.gov-slider.owl-theme .owl-nav .owl-prev:hover,
.gov-slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.gov-counter
{
    bottom: 67px;
}

.comsec
{
  background-image: url(../images/combg-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 90px;
}
.comsec .row 
{
    align-items: center;
}
.comsec h2 
{
 font-size: 35px;
 line-height: 35px;
 font-family:MuseoSans-300;
 background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 50%) 0% 0% no-repeat padding-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 padding-top: 10px;
}
.comsec h3 
{
 font-size: 35px;
 line-height: 35px;
 font-family:MuseoSans-700;
 background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 50%) 0% 0% no-repeat padding-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 padding-bottom: 20px; 
}
.comsec h5 
{
    font-size: 20px;
    line-height: 28px;
    font-family:MuseoSans-700;
    color: #302E6C;
    padding-bottom: 15px;
}
.comsec p 
{
    color: #302E6C;
    padding-bottom: 40px;
}

.com-slider.owl-carousel .owl-item img
{
    width: auto;
}
.com-slider.owl-carousel .owl-stage
{
  padding-left: 0px !important;  
}
.com-slider .owl-nav button.owl-next 
{
  position: absolute;
  width:52px;
  height:30px;
  bottom:-40px;
  margin: auto;
  right: calc(100vw / 16 * 1.4);
  background-image: url(../images/capital/right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.com-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 52px;
  height: 30px;
  bottom:-40px;
  margin: auto;
  left:0px;
  background-image: url(../images/capital/left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.com-slider.owl-theme .owl-nav .owl-prev:hover,
.com-slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.com-box
{
   box-shadow: 0px 3px 6px #00000029;
   background-color: #fff; 
   margin: 100px 10px 10px 10px;
   position: relative; 
   min-height: 470px;
}
.com-img
{
    position: absolute;
    top:-100px;
}
.com-text
{
    padding: 90% 20px 0px 20px;
}
.com-text h4 
{
    color: #BC225B;
    font-size: 16px;
    line-height: 20px;
    font-family:MuseoSans-700;
    padding-bottom: 10px;
    padding-top: 10px;
}
.com-text p 
{
  font-size: 14px;
  line-height: 18px;
  color: #302E6C;
  padding-bottom: 20px !important;  
}
.comsec .col-xl-7 
{
    padding-right: 0px;
    position: relative;
}
.com-counter {
    left: -60px;
    bottom: -35px;
}
.sitemap-top
{
    padding-top:90px;
    padding-bottom: 60px;
}
.sitemap a{
    font-family:MuseoSans-300;
    font-size: 14px;
    line-height: 20px;
    color: #2b2b2b;
}

.Nextprev .capital-btn {
  display: flex;
  align-items: center;
  position: relative;
  padding:10px 10px 12px;
  color: #000;
  font-family:MuseoSans-500;
  text-decoration: none;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 1;
  font-size: 14px;
}
.left .capital-btn{
    justify-content: left;
}
.right .capital-btn {
    justify-content: right;
}
.Nextprev{
    margin: 40px 0;
}
.Nextprev .capital-btn .underline {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #E02D55, #372D6B);
  z-index: -1;
  transition: all 0.4s ease;
}

.Nextprev .capital-btn:hover {
  color: #fff;
}

.Nextprev .capital-btn:hover .label,
.Nextprev .capital-btn:hover .arrow {
  color: #fff;
}
.ch-message
{
    margin-bottom: 50px;
}
.Nextprev .capital-btn:hover .underline {
  height: 100%;
}
.ch-message h6, .ch-message h2
{
    padding-left: 0px;
}
.ch-message p
{
  max-width: 465px;  
}
.ch-message .hm-blue-bg
{
    min-height: 406px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ch-message h5 
{
    margin-bottom: 0px;
}
.ch-img-inner
{
    position: absolute;
    top:0;
    right: calc(100vw / 16 * 2);
}
.ch-message-text h5 
{
 font-size: 20px;
 line-height: 28px;
 padding-bottom: 20px;
}
.ch-message-text h4 
{
  color: #302E6C; 
  font-size: 20px;
  line-height: 24px;
}
.ch-message-text h3 
{
  color: #302E6C;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 15px;
  margin-top: 10px;
  font-family:MuseoSans-700;  
}
.ch-message-text p 
{
    padding-bottom: 20px;
}
.ch-num h3 
{
    font-size: 35px;
    line-height: 35px;
    font-family: MuseoSans-700;
    background: transparent linear-gradient(87deg, #AD215C 0%, #542A68 50%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px; 
}
.ch-num h3 span 
{
    font-family:MuseoSans-300;
    font-size: 28px;
}
.ch-num p 
{
    border-bottom: 1px solid #F7941D;
}
.ch-num
{
    margin-bottom: 30px;
}
.pb-0
{
    padding-bottom: 0px;
}
.big-line
{
    margin-bottom:30px;
}
.ch-btmname h4 
{
   color: #302E6C;
   font-size: 20px;
   line-height: 22px;
   font-family:MuseoSans-500;   
}
.ch-btmname p 
{
  display: inline;
  border-bottom: 1px solid #70C9ED;
  padding-bottom: 0px; 
}
.md-msg .hm-blue-bg
{
    min-height: 418px;

}
.blue-li
{
    padding-left: 15px;
}
.blue-li li
{
    padding-bottom: 15px;
    font-size:16px;
    line-height: 22px;
}
.blue-li li::marker 
{
    color: #00B5EF;
}
.inner-shead
{
   color: #000;
   font-size: 20px;
   line-height: 28px;
   padding-bottom: 5px;
   font-family:MuseoSans-700;  
}
.inner-mhead
{
    font-family:MuseoSans-700;
    font-size: 35px;
    line-height: 35px;
    color:#CE181E;
    padding-bottom: 25px;
}
.ext-env h5 
{
   color: #302E6C;
   font-size: 18px;
   line-height: 24px;
   font-family:MuseoSans-700;
   padding-bottom: 30px;   
}
.ext-env p
{
    padding-bottom: 30px;
}
.ext-env h5.pb-10
{
    padding-bottom:10px;
}
.ext-env h5.pb-15
{
    padding-bottom:15px;
}
.ext-env h4 
{
    font-size: 20px;
    line-height: 28px;
       background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 28%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family:MuseoSans-700;
    padding-bottom: 10px;
    max-width: 532px;
}
.ext-env h5.red-clr 
{
   color: #CE181E;
   padding-bottom: 15px;   
}
b
{
   font-family:MuseoSans-900;
   font-weight: initial;   
}
.orng-line
{
    width: 100%;
    height: 1px;
    background-color: #F7941D;
    margin-bottom: 35px;
}
.w-li
{
    list-style: none;
    padding-left:0px;
}
.w-li li 
{
    padding-bottom: 15px;
}
.w-li li span 
{
   font-family:MuseoSans-700;   
}
.footnote
{
  font-size: 14px;
  font-style: italic; 
  padding-bottom: 30px;
}
.bod-wrap 
{
    padding: 30px;
    margin-bottom: 40px;
}
.bod-wrap:hover
{
   box-shadow: 0px 3px 6px #00000029;   
}
.bod-wrap .row 
{
    align-items: center;
}
.bod-wrap h3 
{
    color:#302E6C;
    font-family: MuseoSans-700;
    font-size: 20px;
    line-height: 22px;
}
.bod-wrap h6
{
    font-family: MuseoSans-700;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin-bottom: 30px;
}
.bod-wrap h6:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    background-color: #70C9ED;
    width: 72px;
    height: 2px;
}
.grad-line
{
    background: transparent linear-gradient(90deg, #CE181E 0%, #2A2075 100%) 0% 0% no-repeat padding-box;    
    height: 1px;
    width: 100%;
}

.financial-capital h2 
{
    color: #00A9DF;
    font-size: 35px;
    line-height: 35px;
    font-family:MuseoSans-700;
    padding-bottom:50px;
}
.blue-cir
{
    background-color: #00A9DF;
    border-radius: 100%;
    height:360px;
    width: 360px;
    border: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
    margin-left: 10%;
}
.blue-cir.green
{
    background-color: #89C13D;
}
.financial-capital h2.green{
    color: #89C13D;
}
.blue-cir h3 
{
   color: #ffffff;
   font-size: 35px;
   line-height:40px;
   font-family:MuseoSans-700;
   text-align: center;
}
.financial-capital .col-xl-12 
{
    position: relative;
}
.fin-img
{
    position: absolute;
    right: 177px;
    top: -99px;
    z-index: -1;
    max-width: 534px;
    width: 100%;
}
.grad-text
{
   background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 100%) 0% 0% no-repeat padding-box;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;   
}
.fin-wrap
{
    margin-top: 50px;
}
.fin-wrap h3 
{
    color: #302E6C;
    font-size: 20px;
    line-height: 24px;
    font-family:MuseoSans-700;
    padding-bottom: 10px;
}
.fin-wrap p
{
    padding-bottom: 20px;
}
.finsdg
{
    margin-bottom: 40px;
}
.blue-li1 li span 
{
  font-size: 18px;
  font-family:MuseoSans-700;  
}
.blue-li1
{
    padding-left:0px;
}
.blue-li1 li 
{
    list-style: none;
    position: relative;
    padding-bottom: 15px;
    padding-left: 20px;
}
.blue-li1 li:before 
{
    content: '';
    position: absolute;
    left: 0;
    top:8px;
    background-color: #00B5EF;
    width: 7px;
    height: 7px;
}
.fin-mat .col-xl-6 
{
    position: relative;
}
.fin-mat .col-xl-6:after
{
    content: '';
    position: absolute;
    top:0;
    right:23px;
    width: 1px;
    height: 100%;
    background: transparent linear-gradient(180deg, #C2205A 50%, #312D6C 80%) 0% 0% no-repeat padding-box;

}
.fin-mat .col-xl-6:last-child:after
{
    display: none;
}
.fin-inner
{
    background-color: #00A9DF;
    padding: 45px 90px;
    margin-bottom: 35px;
    margin-top: 35px;
}
.fin-inner p 
{
    color: #fff;
    padding-bottom: 10px;
}
.fin-inner h3 
{
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    min-height: 46px;
}
.fin-inner .cap-num p
{
    border-bottom: 1px solid #ffffff;
    margin-bottom: 30px;
}
.fin-inner .col-xl-4:last-child .cap-num p, .fin-inner .col-xl-4:nth-child(5) .cap-num p,
.fin-inner .col-xl-4:nth-child(4) .cap-num p 
{
    border-bottom: none;
}
.fingraph-wrap
{
    margin-top: 20px;
    margin-bottom: 50px;
}
.fingraph-wrap-line
{
   height: 1px;
   background-color: #707070;
   width: 100%;
   margin-bottom: 25px;   
}
.fingraph-wrap2
{
    align-items: flex-end;
}
.way-forward
{
    background-color: #2EB4E4;
    padding:30px 50px;
}
.way-forward h5 
{
  color:#ffffff;
  font-size: 20px;
  line-height: 24px;
  font-family:MuseoSans-700;
  padding-bottom: 20px;  
}
.way-forward .blue-li1 li
{

    color: #fff;
}
.way-forward .blue-li1 li:before 
{
    background-color: #00B5EF;
}
.mat-process
{
    background-color: #FFF0E1;
    padding: 45px 70px;
    margin: 50px 0px;
}
.mat-process h3 
{
    font-size: 20px;
    line-height: 28px;
    color: #151E72;
    font-family:MuseoSans-700;
    padding-bottom: 16px;
}
.mat-iconwrap
{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.mat-iconwrap p 
{
    padding-left: 20px;
    font-size: 18px;
    line-height: 20px;
    font-family: MuseoSans-700;
    padding-bottom: 20px;
}
.mat-process .col-xl-4
{
    border-right: 2px solid #ffffff;
    padding: 0px 40px;
}
.mat-process .col-xl-4:last-child
{
    border-right: none;
}
.mat-process .blue-li1 li span 
{
  font-size: 16px;
  color: #302E6C;
  font-family:MuseoSans-700;  
}
.mat-topic h3 
{
    font-size: 20px;
    line-height: 28px;
    font-family:MuseoSans-700;
    padding-bottom: 30px;
}
.mt-num
{
   border-top: 2px solid #C7C7C7;
   display: flex;
   align-items: center;
   gap: 30px;    
}
.mt-num h2 
{
  color: #fff;
  font-size: 31px;
  line-height: 37px;
  font-family:MuseoSans-700;
  padding: 2px 6px;
  display:inline-block;
  background: transparent linear-gradient(90deg, #E02D55 0%, #372D6B 100%) 0% 0% no-repeat padding-box;    
}
.mt-num h4  
{
    font-size:18px;
    line-height: 26px;
    font-family:MuseoSans-700;
    color: #302E6C;
}
.mat-box {
   background-image: linear-gradient(90deg, #E02D55 0%, #372D6B 100%);
   position: relative;
   z-index: 1;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius:20px;
   padding: 30px;
}

.mat-box::before {
  content: '';
  display: block;
  background-color:#ffffff;
  position: absolute;
  border-bottom-left-radius: calc(20px - 0%);
  border-bottom-right-radius: calc(20px - 0%);
  height: 99.5%;
  width: 99.9%;
  z-index: -1;
  left: 1px;
  top:1px;
}
.mat-box h5 
{
    font-size: 16px;
    line-height: 22px;
    color: #302E6C;
    font-family:MuseoSans-700;
    padding-bottom: 5px;
}
.mat-box p 
{
    padding-bottom: 10px;
}
.mat-box .grad-line 
{
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.mat-box .grad-line:after 
{
    content: '';
    position: absolute;
    top:-5px;
    right: 0;
    background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 100%) 0% 0% no-repeat padding-box;
    width: 70px;
    height: 10px;
    border-radius: 50px;
}
.so
{
    padding-left: 30px;
}
.comma2
{
  position: absolute;
  bottom: 15px;
  padding-left: 5px;
}
#mgmt2 .comma2
{
 bottom: 45px; 
}
.capitalslider .col-xl-11 p 
{
   font-family:MuseoSans-700;   
}
.mat-wrap
{
    margin-bottom: 40px;
}
.service-capital .blue-cir {
    background-color:#E1AEAA;
}
.service-inner
{
    background-color: #E1AEAA;
    padding: 45px 65px;
}
.srvice-map
{
   background-color: #E1AEAA;
   padding: 40px 0px;
   text-align: center; 
   margin-top:10px;
   margin-bottom: 40px;  
}
.ft-16
{
    font-size: 16px !important;
}
.life-goal p 
{
    padding-bottom: 0px;
}
.life-goal ul li  
{
    padding-bottom: 5px;
}
.clid-svg
{
    padding-bottom: 10px;
}
.retplans-svg
{
    margin-top: 70px;
    margin-bottom: 40px;
}
.newpr-svg
{
    margin-top: 10px;
    margin-bottom: 24px;
}
.ape-svg
{
    margin-bottom: 40px;
}
.mb-20
{
    margin-bottom: 20px;
}
.ap2-svg
{
    margin-bottom: 45px;
}
.service-forward
{
    background-color: #E6B0AD;
    position: relative;
    padding-bottom: 120px;
}
.service-forward h5 
{
    padding-bottom: 5px;
}
.service-forward h6 
{
    color: #ffffff;
    padding-bottom: 20px;
}
.frd-btm
{
    position: absolute;
    right: 60px;
    bottom:30px;
}
.pb-15
{
    padding-bottom: 15px !important;
}
.risk-mgmt p
{
   padding-bottom: 20px;   
}
.risk-mgmt-head
{
    max-width: 830px;
    width: 100%;
    margin: auto;
}
.risk-mgmt-head h3 
{
    font-size: 20px;
    line-height: 28px;
    font-family:MuseoSans-700;
    color: #302E6C;
    text-align: center;
    padding-bottom: 5px;
}
.risk-mgmt .grad-line
{
    height: 7px;
}

.r-mgmt-box {
   background-image: linear-gradient(90deg, #B72F2B 0%, #3B2169 100%);
   position: relative;
   z-index: 1;
   border-bottom-left-radius: 40px;
   border-bottom-right-radius:40px;
   padding:0px 30px 30px;
   margin-top: 30px;
}

.r-mgmt-box::before {
  content: '';
  display: block;
  background-color:#ffffff;
  position: absolute;
  border-bottom-left-radius: calc(40px - 0%);
  border-bottom-right-radius: calc(40px - 0%);
  height: 99.6%;
  width: 99.9%;
  z-index: -1;
  left: 1px;
  top:-1px;
}
.r-mgmt-box h4 
{
    font-size: 20px;
    line-height: 24px;
    color: #CE181E;
    font-family:MuseoSans-700;
    padding-bottom: 15px;
}
.r-mgmt-box .col-xl-6
{
    position: relative;
}
.r-mgmt-box .col-xl-6:after
{
    content: '';
    position: absolute;
    top: -30px;
    right: 10px;
    width: 2px;
    height: 187px;
    background: transparent linear-gradient(180deg, #C2205A 50%, #312D6C 80%) 0% 0% no-repeat padding-box;
}
.r-mgmt-box .col-xl-6:last-child:after
{
    display: none;
}
.r-mgmt-box p 
{
    padding-right: 60px;
    padding-bottom: 0px;
}
.r-mgmt-btm-img
{
  margin: 30px 0px;  
}
.board-svg
{
    margin-bottom: 60px;
}
.risk-mgmt-wrap1 .r-mgmt-box .grad-line
{
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 90%;
}
.risk-mgmt-wrap1 .r-mgmt-box::before
{
    height: 99.9%;
}
.risk-mgmt-wrap1 .r-mgmt-box .col-xl-6:after {
    top: 0px;;
    height: 100%;
}
.blue-sub-head
{
    font-size: 20px;
    line-height: 28px;
    font-family:MuseoSans-700;
    color: #302E6C;
    padding-bottom: 15px;
}
.risk-mgmt-wrap1, .r-cult
{
    margin-bottom: 40px;
}
.r-cult .grad-text 
{
    font-size: 18px;
    font-family:MuseoSans-700;
    /* background: transparent linear-gradient(90deg, #B72F2B 26%, #3B2169 100%) 0% 0% no-repeat padding-box; */
        background: linear-gradient(to right, #d32f2f, #512da8);
    max-width: 222px;
    padding-bottom: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hm-steppinginsdie
{
    height: auto;
}
.hm-steppinginsdie .steping-text
{
    padding-top: 0;
    padding-left: 0;
}
.hm-steppinginsdie h6
{
    font-size: 24px;
    color: #CE181E;
    padding-top: 50px;
    font-family:MuseoSans-700;
}
.hm-steppinginsdie h6 span
{
    display: block;
}
.hm-steppinginsdie  p
{
    padding-bottom: 10px;
}
.hm-steppinginsdie h2
{
    padding-top: 10px;
}
h6.gradentheading
{
    font-size: 20px;
    font-family:MuseoSans-700;
    background: transparent linear-gradient(90deg, #CE181E 0%, #2A2075 60%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hm-steppinginsdie
{
    padding: 30px 0px 0px;
}
.ourpurpose
{
    padding-top: 15px;
    background:url(../images/spurposebg.webp);
    background-size: cover;
    color: #fff;
    background-position: left bottom;
}
.ourpurposebox
{
    max-width: 302px;
    position: relative;
}
.ourpurposebox h6
{
    font-size: 20px;
    font-family:MuseoSans-700;
    padding-top: 54px;
}
.ourpurposebox h6 span
{
    display: block;
    font-size: 43px;
}
.ourpurposebox img:first-child
{
    position: absolute;
    right: 45px;
    top: 0;
}
.ourpurposebox img:last-child
{
margin-left: 45px;
}
.ourpurpose .row .col-xl-6:first-child p
{
    max-width: 440px;
    padding-top: 60px;
    padding-bottom: 30px;
}
.backbg
{
    /* background: transparent linear-gradient(85deg, #C2205A 0%, #312D6C 100%) 0% 0% no-repeat padding-box; */
     background: linear-gradient(to right, #C8102E, #512DA8);
    color: #fff;
}
.backbg a{
    color: #fff;
}
.whpurposepg h2
{
    color: #fff;
}
.whpurposepg h2 span
{
    display: block;
}
.whpurposepg
{
    padding-top: 90px;
}
.whpurposepg  .sitemap
{
    padding-bottom: 60px;
}
.whpurposepg h6
{
    padding-bottom: 20px;
    font-size: 18px;
    font-family:MuseoSans-700;
}
.whpurposepg h5
{
color: #fff;
font-size: 16px;
padding-bottom: 10px;
font-family:MuseoSans-700;
padding-top: 10px;
}
.whpurposepg .col-xl-2 p,.whpurposepg .col-xl-3 p,.whpurposepg .col-xl-4 p
{
    font-family:MuseoSans-300;
}
.whpurposepg h3
{
    font-family:MuseoSans-700;
}
.whpurposepg h3 span
{
    font-family:MuseoSans-300;
}
.whpurposepg p
{
    padding-bottom: 20px;
}
h6.extrapdbottom
{
    padding-bottom: 50px;
}
.clr-blue
{
    color: #302E6C !important;
}
.r-prcs
{
    margin-bottom: 50px;
}

.asses-box {
   background-image: linear-gradient(90deg, #B72F2B 0%, #3B2169 100%);
   position: relative;
   z-index: 1;
   border-bottom-left-radius: 20px;
   padding:0px 20px 10px 20px;
   margin-top: 30px;
   margin-bottom: 40px;
}

.asses-box::before {
  content: '';
  display: block;
  background-color:#ffffff;
  position: absolute;
  border-bottom-left-radius: calc(20px - 0%);
  height: 99.6%;
  width: 100%;
  z-index: -1;
  left: 1px;
  top:-1px;
}
.asses-box h3 span 
{
    color: #CE181E;
    padding-right: 10px;
}
.is-img
{
    text-align: center;
    margin-top: 10px;
    margin-bottom:50px;
}
.grad-text1 {
    font-size: 18px;
    font-family: MuseoSans-700;
    background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 15%) 0% 0% no-repeat padding-box;
    padding-bottom: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
}
.grad-bg
{
  background: transparent linear-gradient(90deg, #E12614 0%, #CD2421 10%, #B9232D 20%, #A52238 30%, #902143 40%, #7C204D 50%, #671F56 60%, #531F5E 70%, #3E1E66 80%, #2A1E6C 90%, #151E72 100%) 0% 0% no-repeat padding-box;
  padding: 7px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 20px; 
}
.grad-bg h5 
{
    font-size: 20px;
    color: #ffffff;
    font-family: MuseoSans-700;
    text-align: center;
}
.prin .grad-line
{
    height: 1px;
    margin-top:15px;
    margin-bottom: 15px;
}
.prin p 
{
    padding-bottom:0px;
}
.prin h6 
{
   font-size: 16px;
   line-height: 20px;
   padding-bottom: 10px;   
}
.prin h6 span 
{
  color: #302E6C;
  font-size: 20px;
  font-family: MuseoSans-700;  
}
.prin
{
    margin-bottom: 50px;
}
.rmcap
{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.rmcap p 
{
    padding-bottom: 0px;
    margin-left: 14px;
}
/**/
.allContents h2 {
  font-size: 35px;
  line-height: 35px;
  color: #CE181E;
  margin-bottom: 28px;
  font-family: MuseoSans-700;
}
.allContents h3 {
  font-family: MuseoSans-700;
  color: #302E6C;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
.allContents h4 {
  font-size: 20px;
  line-height: 25px;
  color: #CE181E;
  margin-bottom: 10px;
  font-family: MuseoSans-700;
}
.allContents h4.darkB {
  color: #302E6C;
}
.allContents p {
  margin-bottom: 25px;
}
.inlineLists ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 50px;
}
.linkAccess a {
  display: flex;
  gap: 10px;
  color: #215E9E;
  margin-bottom: 25px;
}
.ourTopics {
  background: #fff;
  border: 3px solid #E0947D;
  padding: 30px;
  margin-bottom: 25px;
}
.ourTopics h4 {
  color: #302E6C;
}
.ourTopics .blue-li1 li span {
  font-size: 16px;
  font-family: MuseoSans-700;
  color: #302E6C;
  line-height: 20px;
}

.ourMats {
  background-color: #302E6C;
  padding: 30px;
  margin-bottom: 25px;
}
.ourMats h4 {
  color: #FFCC02;
}
.ourMats p {
  color: #fff;
}
.robustIn {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.robustIn p {
  margin-bottom: 0px;
}
.valueDrivers {
  padding: 30px;
  margin-bottom: 25px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 3px solid #FFCC02;
}
.contributeTo {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 3px solid #302E6C;
  padding: 30px;
  margin-bottom: 25px;
}
.commuFin {
  display: flex;
  gap: 14px;
}
.commuFin {
  display: flex;
  gap: 14px;
}
.commuFin h4{
    color: #302E6C;
    font-size: 16px;
    line-height: 22px;
}
.robustIn p,
.commuFin p{
    padding-left: 14px;
}
.robustIn h4,
.commuFin h4 
{
  position: relative;
  padding-left: 14px;
}
.robustIn h4::after,
.commuFin h4::after
{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #00B5EF;
  width: 6px;
  height: 6px;
}
.noPoverty {
  display: flex;
  align-items: center;
  gap: 10px;
}
.noPoverty p {
  margin-bottom: 0px;
}
.multiClr {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.multiClr li {
  width: 33.33%;
  margin-bottom: 20px;
}
.multiClr li:nth-child(1) p{color: #ff2e24}
.multiClr li:nth-child(2) p{color: #FFB32F}
.multiClr li:nth-child(3) p{color: #427A3B}
.multiClr li:nth-child(4) p{color: #DA9D2F}
.multiClr li:nth-child(5) p{color: #951E34}
.multiClr li:nth-child(6) p{color: #44B349}
.multiClr li:nth-child(7) p{color: #379E44}
.multiClr li:nth-child(8) p{color: #FF6823}
.multiClr li:nth-child(9) p{color: #084F8D}
.multiClr li:nth-child(10) p{color: #D3292B}
.multiClr li:nth-child(11) p{color: #EE338D}
.multiClr li:nth-child(12) p{color: #123168}
.multiClr li:nth-child(13) p{color: #FF421F}
.multiClr li:nth-child(14) p{color: #FF9B31}
.multiClr li:nth-child(15) p{color: #32B8DE}
.multiClr li:nth-child(16) p{color: #D78B2B}
.multiClr li:nth-child(14){
    width: 63%;
}
.welcomeBack {
  background-color: #FFCF01;
  padding: 45px 40px;
  position: relative;
  margin-top: 60px;
  max-width: 755px;
  width: 100%;
}
.welcomeBack img {
  position: absolute;
  top: -20px;
}
.welcomeBack h4 {
  color: #302E6C;
}
.welcomeBack a {
  color: #302E6C;
  font-size: 20px;
  font-family: MuseoSans-700;
}
.allContents h2 span {
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #2B2B2B;
}
.stakeCaps {
  background-color: #FFECD9;
  padding: 30px;
  margin-bottom: 25px;
}
.stakeCaps h4 {
  color: #302E6C;
}
.blue-li1 li span {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 23px;
}
.allCapStake {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 40px;
}
.indStake {
  display: flex;
  gap: 20px;
  align-items: center;
}
.allCapStake p {
  margin-bottom: 0px;
}
/**/

.allContents h4.gradHeads {
  color: inherit !important;
  background: transparent linear-gradient(90deg, #CE181E 0%, #302E6C 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  max-width: 190px;
}
.stakeGroup {
  border: 1px solid #CE181E;
  padding: 32px 30px;
  margin-bottom: 75px;
  border-radius: 25px;
  position: relative;
}
.groupList ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.groupList li {
  list-style: none;
  position: relative;
  padding-bottom: 15px;
  padding-left: 20px;
}
.groupList li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #00B5EF;
  width: 6px;
  height: 6px;
}
.stakeGroup h4 {
  color: #302E6C;
}
.firstHeads {
  position: absolute;
  top: -15px;
  background-color: #fff;
  padding: 0px 15px;
}
.firstHeads h4 {
  position: relative;
  color: #2B2B2B;
}

.firstHeads h4::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 10px;
  width: 9px;
  height: 9px;
  background-color: #CE181E;
}
.firstHeadsIcos {
  position: absolute;
  right: 40px;
  top: -20px;
  background-color: #fff;
  padding: 0px 15px;
}
.firstHeadsIcos::after {
  content: "";
  content: '';
  position: absolute;
  right: -5px;
  top: 16px;
  width: 9px;
  height: 9px;
  background-color: #302E6C;
}
/**/
.middleLine {
  background: transparent linear-gradient(90deg, #CE181E 0%, #302E6C 100%) 0% 0% no-repeat padding-box;
  margin: 0px;
  padding: 0px;
  height: 2px;
  width: 100%;
  opacity: 1;
  border-radius: 25px;
  border: none;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.middleLine::after {
  content: "";
  position: absolute;
  right: 0;
  top: -6px;
  width: 59px;
  height: 12px;
  background: transparent linear-gradient(90deg, #CE181E 0%, #302E6C 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  display: block;
}
.matTopics p {
  color: #2B2B2B;
  font-family: MuseoSans-700;
}
.naturalCapital .fin-inner {
  background: #ECF4E3;
}
.naturalCapital .fin-inner p {
  color: #2B2B2B;
}
.naturalCapital .fin-inner .cap-num p {
  border-bottom: 0px solid #fff;
}
.naturalCapital .fin-inner h3 {
  background: linear-gradient(to right, #e60000, #3a0ca3);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ownHr p{
    margin-bottom: 0px;
}
.ownHr hr{
    margin-bottom: 30px;
}
.breakLine ul li span{
    display: block;
    color: #2B2B2B;
    font-size: 16px;
    line-height: 22px;
    font-family:MuseoSans-700;
}
.airBu {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.airBu ul li {
  width: 50%;
}
.airBu ul {
  display: flex;
  flex-wrap: wrap;
}
.airBu {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.airBu ul li {
  width: 50%;
}
.airBu ul {
  display: flex;
  flex-wrap: wrap;
}
.screeningBox {
  border: 1px solid #89C13D;
  border-left: 0px;
  position: relative;
  padding: 90px 30px 30px 0px;
  margin-top: 65px;
  margin-bottom: 120px;
}
.screeningBox img {
  position: absolute;
  top: -65px;
}

.screeningBox::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 113px;
  background-color: #89C13D;
  right: -10px;
  top: 82px;
}
.screeningBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  left: 0px;
  bottom: -5px;
  border-radius: 50%;
  border: 1px solid #89C13D;
}
.wayForward .blue-li1 li::before {
  background-color: #fff;
}
.wayForward {
  background-color: #89C13D;
  padding: 30px;
  position: relative;
}
.wayForward ul li {
  color: #fff;
}
.wayForward h3 {
  color: #fff;
}
.wayForward{
    padding-bottom: 70px;
}
.wayForward img {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.wayForward ul {
  display: flex;
  flex-wrap: wrap;
}
.wayForward ul li {
  width: 50%;
}
h4.redText {
  color: #CE181E;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  max-width: 456px;
  margin-bottom: 15px;
      -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
}
.redText::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  background: transparent linear-gradient(90deg, #D5251C 0%, #302E6C 100%) 0% 0% no-repeat padding-box;
  bottom: 0px;
}
.dist-wrap
{
    margin-bottom: 60px;
}
.grad-line1
{
    height: 1px !important;
    margin-bottom: 20px;
}
.prin-cap1
{
    margin-bottom: 30px;
}
.emer-risk h5 
{
  font-family:MuseoSans-700;
  padding-bottom: 25px;  
}
.emer-img
{
    padding-top: 10%;
}
.emer-last
{
    margin-top: 30px;
}
.emer-last p 
{
    position: relative;
    padding-top: 10px;
}
.emer-last p:before 
{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    background-color: #2B2B2B;
    width: 200px;
    height: 2px;
}
.clr-black
{
    color: #2B2B2B !important;
}
.strategy-inner
{
    background-color: #FFECD9;
    padding: 30px;
    margin-bottom: 60px;
}
.strategy-inner ul li span 
{
color: #302E6C;
font-family:MuseoSans-700;
}
.strt-wrap
{
    display: flex;
    align-items: center;
    margin-bottom: 20px; 
}
.strt-wrap h4 
{
    margin-left: 5px;
    padding-bottom: 0px;
    color: #2E3192;
    font-family: MuseoSans-500;
}

.blue-bg-head
{
    background-color: #302E6C;
    padding: 10px 30px;
}
.blue-bg-head h4 
{
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-family:MuseoSans-700;
}
.strategy-textbg
{
background-color: #F2F9FE;
padding: 20px 30px;
}
.blue-li1 li b1
{
 font-family:MuseoSans-700;   
}
.light-blue
{
    background-color: #74BBE5;
}
.stat-icon
{
    margin-top: 30px;
    margin-bottom: 35px;
}
.st-blue
{
    display: flex;
    gap: 60px;
    margin-top: 30px;
}
.strategy-wrap
{
    margin-bottom: 60px;
}
.inhmawardssection
{
    background-color: transparent;
    padding: 0px 0px 80px;
}
.inhmawardssection .award-box
{
    margin: 5px;
}
.inhmawardssection .award-box:hover
{
box-shadow: 0px 3px 6px #00000029;
}
.commanawdsec
{
    padding: 60px 0px 20px;
}
.commanawdsec p
{
    color: #302E6C;
    padding-bottom: 20px;
}
.commanawdsec h2
{
    padding-bottom: 25px;
        font-size: 35px;
    line-height: 35px;
    font-family: MuseoSans-700;
    background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 50%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table;
}
.commanawdsec h2 span
{
    font-size: 35px;
    line-height: 35px;
    font-family: MuseoSans-300;
    background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 50%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.sbilifeidea,.inspireingft
{
    background: rgba(230, 231, 231, 0.3);
}
.sbilifeidea
{
    padding-top: 20px;
}
.honoureingch
{
    padding-top: 30px;
}
.honoureingch h2
{
    padding-top: 50px;
}
.discovering  .row
{
    align-items: center;
}
.commemorating  h2
{
    padding-top: 20px;
}
.commemorating  h6,.ext-envard h6
{
    font-size: 18px;
    color: #302E6C;
    padding-bottom: 20px;
  
}
.ext-envard h6
{
    padding-bottom: 0;
}

.vc-top-icon
{
    margin-bottom:70px;
}
.vcm-top
{
    background-color: #F2F9FE;
}
.vcm-head
{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: -17px;
}
.vcm-head h3  
{
 background: transparent linear-gradient(90deg, #CE181E 0%, #302E6C 100%) 0% 0% no-repeat padding-box;
 color: #fff;
 border-radius: 50px;
 display:inline-block;
 font-size: 18px;
 font-family:MuseoSans-700;
 padding: 5px 22px;
 margin-right: 10px; 
}

.input-wrap ul 
{
    margin-bottom: 0px;
}
.input-wrap1
{
    min-height: 198px;
}
.input-wrap2
{
    min-height: 264px;
}
.input-wrap3
{
    min-height: 328px;
    border-bottom:none;
}
.vcm-top
{
    margin-bottom: 70px;
}
.dvt-head
{
position: relative;
padding-top: 20px;
margin-top: 10%;
}
.dvt-head h3 
{
  font-size: 20px;
  line-height: 28px;
  font-family:MuseoSans-700;
  display: inline-block;
  padding-right: 10px;
  background-color: #F2F9FE;
  position: absolute;
  top:0;
  left: 0;  
}
.dvt-head .grad-line
{
    height: 4px;
    background: transparent linear-gradient(90deg, #CE181E 50%, #2A2075 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 20px;
}
.dvt-img
{
    margin-bottom: 50px;
}
.dvt-head1
{
    margin-top: 0px;
}
.vc-offer
{
    display: flex;
    justify-content: space-between;
}
.vc-offer1
{
    justify-content: initial;
    gap:60px;
    margin-bottom: 20px;
}
.sop p 
{
    margin-left: 10px;
}
.vcm-capital h4
{
font-size: 18px;
line-height: 20px;
font-family:MuseoSans-700;
padding-bottom: 20px;
}
.vcm-line
{
    background-color: #2B2B2B90;
    margin-bottom: 30px;
    width: 100%;
    height: 2px;
}
.gov-top-icon, .key-pillerImg1
{
    margin-bottom: 60px;
}
.board-li
{
    position: relative;
}
.board-li li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background: transparent linear-gradient(90deg, #E12614 0%, #CD2421 10%, #B9232D 20%, #A52238 30%, #902143 40%, #7C204D 50%, #671F56 60%, #531F5E 70%, #3E1E66 80%, #2A1E6C 90%, #151E72 100%) 0% 0% no-repeat padding-box;
    width: 6px;
    height: 6px;
    border-radius: 50px
}
.board-li:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 2px;
    width: 1px;
    height: 90%;
    background: transparent linear-gradient(180deg, #C2205A 50%, #312D6C 80%) 0% 0% no-repeat padding-box;
}
.ld h5 
{
 font-size: 18px;
 line-height: 22px;
 padding-bottom: 20px;
 font-family:MuseoSans-700;
 color: #2B2B2B; ;   
}
.ld-wrap h4 
{
   background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 15%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-size: 30px;  
}
.ld-wrap h4 span 
{
font-size: 16px;
color: #2B2B2B;
background: initial;
-webkit-background-clip: initial;
    -webkit-text-fill-color:  initial; 
display: block;
font-family:MuseoSans-500;   
}
.ld-wrap
{
   justify-content: space-between;
    align-items: center; 
    display: flex;
    border-bottom: 1px solid #F7941D;
    margin-bottom: 20px;
}
.ld
{
    margin-bottom: 60px;
    }
.tai-img2
{
margin-left: 16%;
margin-top: -5%;
}
.tai-img3
{
text-align: center;
margin-bottom: 40px;
}
.rc-cntrl h6 
{
 font-family:MuseoSans-700;
 padding-bottom: 20px;   
}
.rc-cntrl
{
    border-bottom: 2px solid #2B2B2B90;
    margin-bottom: 30px;
}
.rc-cntrl ul li span 
{
  font-family:MuseoSans-700;   
}
.gov-top p 
{
padding-bottom: 20px;
}
.tai-img4
{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
.ched-wrap
{
 background: transparent linear-gradient(90deg, #E12614 50%,  #151E72 115%) 0% 0% no-repeat padding-box;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;   
}
.ched-wrap
{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-family:MuseoSans-700;
    display: inline-flex;
    padding: 10px 20px;
    max-width: 350px;
    width: 100%;
    position: relative;
}
.ched-wrap h3 
{
    margin-right: 30px;
    font-size: 20px;
    line-height: 24px;
}
.ched-icon
{
    position: absolute;
    top: -50px;
    right: 10%;
}
.ched ul li span 
{
    color: #302E6C;
    font-family:MuseoSans-700;
}
.ched .grad-line 
{
margin-bottom: 23px;
}
.ched 
{
    margin-bottom: 50px;
}
.human-capital h2 
{
    color: #5B308C;
}
.human-capital .blue-cir
{
background-color: #7C59A3;
}
.hc-wrap h4
{
font-size: 24px;
line-height: 30px;
margin-top: 40px;
background: transparent linear-gradient(90deg, #C2205A 0%, #312D6C 50%) 0% 0% no-repeat padding-box;
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fin-mat .col-xl-4
{
    position: relative;
}
.fin-mat .col-xl-4:after {
    content: '';
    position: absolute;
    top: 0;
    right: 23px;
    width: 1px;
    height: 100%;
    background: transparent linear-gradient(180deg, #C2205A 50%, #312D6C 80%) 0% 0% no-repeat padding-box;
}
.hc-inner
{
    background-color: #7C59A3;
}
.k-fcs h5
{
    padding-bottom: 10px;
}
.hc-inner p 
{
    border-bottom: none !important;
    margin-bottom: 0px;
}
.pb-15
{
    padding-bottom: 15px !important;
}
.ed-img
{
    margin-bottom: 50px;
}
.purplebox
{
    background-color: #7B59A2;
    width: 140px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.purplebox h2 
{
 font-size: 40px;
 color: #fff;
 font-family:MuseoSans-700;  
}
.purplebox h2 span 
{
 font-size: 22px;
 font-family:MuseoSans-300;   
}
.purplebox p 
{
  font-size: 14px;
   font-family:MuseoSans-300;
   color: #fff;
   padding-bottom: 0px; 
}
.purplebox-wrap
{
    display: flex;
    gap:30px;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
    margin-bottom: 60px;
}
.purplebox-wrap:before 
{
    content:'';
    position: absolute;
    left: 0;
    top:0;
    background-image: url(../images/hc/line.svg);
    width: 115px;
    height: 95px;
}
.emp-testi
{
    margin-top: 20px;
}
.emp-testi h5
{
font-family:MuseoSans-700;
background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 50%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
}
.emp-testi h5 span 
{
    font-size: 14px;
}
.emp-testi p 
{
    color: #302E6C;
    padding-bottom: 30px;
}
.emp-testi h6 
{
 color: #302E6C;
 font-size: 16px;
 line-height: 20px;
 font-family:MuseoSans-500;   
}
.emp-testi h6 span 
{
    display: block;
}
.emp-text
{
    padding-left: 60px;
    position: relative;
    margin-bottom: 50px;
}
.emp-text:before
{
 content:'';
    position: absolute;
    left: 0;
    top:0;
    background-image: url(../images/hc/comma.svg);
    width: 49px;
    height: 77px;   
}
.emp-engage
{
    background-image: url(../images/hc/learning-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:top center;
    height: 100vh;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.hc-num
{
 width: 48px;
    height:48px;
    background: transparent linear-gradient(90deg, #E12614 0%, #312D6C 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    font-size: 20px;
    font-family:MuseoSans-500;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.div-hc .strt-wrap
{
    padding-bottom: 10px;
}
.grad-line7
{
  width: 200px;
  margin-bottom: 30px; 
}
.div-hc p 
{
    padding-bottom: 4px;
}
.div-hc h5 
{
  color: #CE181E;
  font-size: 20px;
  line-height: 24px;
  font-family:MuseoSans-700;
  padding-bottom: 14px;  
}
.grad-line8
{
    margin-top: 20px;
    margin-bottom: 30px;
}
.ekl p 
{
    padding-bottom: 30px;
}
.kb-img
{
    padding-bottom: 30px;
    margin-top: 30px;
    max-width: 800px;
}
.row.ekl1 {
    padding-bottom: 20px;
}
.pri h4 
{
    background-color: #00B5EF20;
    color: #302E6C;
    font-size: 20px;
    padding: 18px 20px;
    font-family:MuseoSans-700;
    margin-bottom: 20px;
}
.kpi-img
{
    margin-bottom: 90px;
}
.hc-forward
{
    background-color: #572465;
    padding-bottom:60px;
    padding-left: 94px;
}
.hc-forwardimg
{
    margin-top: -40px;
}
.hc-forward h4 
{
padding-top: 120px;
color: #ffffff;
padding-bottom: 15px;
font-size: 20px;
line-height: 24px;
font-family:MuseoSans-700;
}
.hc-forward p 
{
    color: #ffffff;
}
.ch-btmname.nobrdr p{
    border: none;
}
.ch-num.bld p {
  font-family:MuseoSans-700;
}
.ch-btmname.bld h4{
     font-family:MuseoSans-700;
}
p.pb0{
    padding-bottom: 0;
}
.fin-inner p.dark{
    color: #2B2B2B;
    font-family:MuseoSans-700;
}
.inner-shead.darkB{
    color: #302E6C;
} 
.naturalCapital .fin-inner p.bld{
     font-family:MuseoSans-700;
}
.naturalCapital .fin-inner h3 sub {
  background: linear-gradient(to right, #e60000, #3a0ca3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.naturalCapital .fin-inner h3.maxw{
    max-width: 150px;
}
.fin-wrap h3.black{
    color: #000;
}
.fin-wrap h3.grey{
    color: #4A4A4A;
}
.asses-box .blue-sub-head{
    color: #2B2B2B;
}
.prin h6 span.black{
    color: #2B2B2B;
}
.blue-li1 li span.black{
    color: #2B2B2B;
}
.fin-inner p.darkB{
    color: #302E6C;
    font-family:MuseoSans-700;
}
.socialbanner .blue-cir
{
    background: #49A7A2 0% 0% no-repeat padding-box;
}
.socialbanner h2
{
    color: #49A7A2;
    max-width: 350px;
}
.social-wrap h4
{
    max-width: 100%;
}
.social-wrap h4.redText
{
    max-width: 40%;
}
.social-wrap .fin-inner
{
background: #EAF1F0 0% 0% no-repeat padding-box;
padding: 57px 54px 27px;
}
.threeStep
{
    max-width: 896px;
    margin: auto;
}
.prePurchase
{
    background: #D8ECEA 0% 0% no-repeat padding-box;
    min-height: 230px;
    position: relative;
    padding: 23px 27px;
    margin-bottom: 40px;
    margin-top: 15px;
}
.kpinumbersbx.fin-inner p
{
    color: #2B2B2B;
    border-bottom: 0;
    margin-bottom: 0;
}
.kpinumbersbx h3
{
    background: transparent linear-gradient(90deg, #BD1927 0%, #3D1F6B 100%) 0% 0% no-repeat padding-box;
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    min-height: auto;
        max-width: 130px;
}

.kpinumbersbx hr
{
    border-top: 1px solid #49A7A2;
}
.prePurchase h6
{
    color: #45AEA4;
    font-family:MuseoSans-700;
    text-align: center;
}
.prePurchase h6 span
{
    font-family:MuseoSans-300;
}
.prePurchase p
{
    text-align: center;
}
.numTri
{
    position: absolute;
    bottom: -25px;
    text-align: center;
    left: 0;
    right: 0;
}
.purchasePre p
{
    font-size: 18px;
    color: #302E6C;
    font-family:MuseoSans-700;
    padding-right: 30px;
    min-height: 64px;
}
.purchasePre ul
{
    padding-right: 30px;
}
.purchasePre,.indData {
 background-image: linear-gradient(90deg, #E02D55 0%, #372D6B 100%);
  position: relative;
  z-index: 1;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius:20px;
   padding: 30px;
   margin-bottom: 30px;
}

.purchasePre::before,.indData:before {
  content: '';
  display: block;
  background-color:#ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: -1px;
  top:1px;
}
.purchasePre h4
{
    position: absolute;
    top: -15px;
    z-index: 2;
    background: linear-gradient(to right, #C8102E, #3A0CA3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.purchasePre::after
{
    content: '';
    position: absolute;
    height: 4px;
    width: 200px;
    background-color: #fff;
    left: 0;
    top: -2px;
}
.indData:before
{
    left: 1px;
    right: -1px;
    top: 1px;
    bottom:-1px;
}
.outcomesAc
{
    background: #EBF5F4 0% 0% no-repeat padding-box;
    padding: 45px 54px;
    position: relative;
}
.dataDriven 
{
    margin-top: 30px;
}

.dataDriven .col-xl-5
{
    padding-right: 0;
}
.dataDriven .col-xl-7
{
    padding-left: 0;
}
.dataDriven hr
{
     border-top: 1px solid #49A7A2;
}
.numSep h4
{
font-size: 24px;
padding-bottom: 0;
}
.dataDriven ul
{
    padding-right: 60px;
}
.social-wrap .headingh6
{
    font-size: 18px;
    font-family:MuseoSans-700;
}
.indData:after,.outcomesAc:after
{
    content: '';
    position: absolute;
    width: 13px;
    height: 54px;
    background: #7BC3BC 0% 0% no-repeat padding-box;
    top: 30px;
    left: 0;
}
.numberLists ol
{
    padding-left: 15px;
}
.numberLists ol span
{
    display: block;
    padding-bottom: 5px;
    font-family:MuseoSans-700;

}
.focusnum h5
{
    font-size: 24px;
    padding-bottom: 0;
      background: linear-gradient(to right, #E60000, #3A0CA3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.focusnum h5 span
{
    font-family:MuseoSans-300;
    display: inline-block;
}
.focusnum hr
{
    max-width: 80%;
    margin-bottom: 30px;
    border-top: 2px solid #F7941D;
}
.contactCntr
{
    display: flex;
    margin-top: 30px;
}
.contactCntr div
{
    max-width: 258px;
    background: #EBF5F4 0% 0% no-repeat padding-box;
    margin-left: 30px;
    padding: 30px 15px 0px;
    margin-bottom: 30px;
    border-radius: 15px;
    position: relative;
}
.contactCntr div h4
{
    font-size: 16px;
    color: #CE181E;
    -webkit-text-fill-color: initial;
}
.contactCntr div  img
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
}
.numberLists ol ul li span
{
    display: inline-block;
}
.gradeHeads h4
{
    font-size: 24px;
    padding-bottom: 5px;
}
.gradeHeads h4 span
{
    font-family:MuseoSans-300;
}
.gradeHeads p
{
    border-bottom: 2px solid #F7941D;
    padding-bottom: 5px;
    margin-bottom: 30px;
    max-width: 300px;
}
.wayfdbox,.kpibox
{
    background: #49A7A2 0% 0% no-repeat padding-box;
    padding: 57px 57px 30px;
    margin-bottom: 30px;
}
.wayfdbox h5
{
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}
.wayfdbox ul li
{
    color: #fff;
}
.wayfdbox ul li:before
{
    background-color: #fff;
}
.way-forward-icon
{
    text-align: right;
}
.distributionrow .underline
{
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #E02D55, #372D6B);
    margin-bottom: 30px;
}
.distributionrow .col-xl-4 img
{
    margin-bottom: 30px;
}
.distributionrow h5
{
    font-size: 35px;
    color: #CE181E;
    font-family:MuseoSans-700;
    padding-top: 100px;
}
.kpibox
{
    margin: 30px 0px;
}
.kpibox h3
{
    font-size: 35px;
    color: #fff;
    font-family:MuseoSans-700;
}
.kpibox p
{
    color: #fff;
    margin-bottom: 0;
    border-bottom: 0;
}
.kpibox hr
{
    border-top: 1px solid #fff;
    margin-bottom: 30px;
}
.intel-capital h2
{
  color: #E0947D;  
}
.intel-capital .blue-cir
{
background-color: #E0947D;
}
.ic-li li span 
{
    color: #2B2B2B;
}
.ic-inner
{
    background-color: #E0947D;
}
.ic-inner p 
{
    border-bottom: none !important;
    padding-bottom: 0px;
}
.ylw-line
{
  background-color: #FFC734;
  height: 2px;
  width: 100%;
  margin-bottom: 30px;  
}
.rob-tech h2 
{
    font-size: 35px;
    line-height: 35px;
    color: #CE181E;
    font-family:MuseoSans-700;
    padding-bottom: 8px;
}
.rob-img
{
    margin-bottom: 50px;
}
.it-enbler-img
{
    margin-top: 30px;
    margin-bottom: 70px;
}
.rmt-blue
{
    display: flex;
    gap: 60px;
}
.rmt-blue li span 
{
    font-family:MuseoSans-700;
    color:#2B2B2B;
}
.orng-box
{
    border:1px solid #ED957D;
    padding: 45px 65px 20px 45px;
    margin-bottom: 45px;
}
.orng-box h5 
{
    padding-bottom: 15px;
}
.eng-num
{
    margin-bottom: 15px;
}
.eng-num h5
{
font-size: 30px;
font-family:MuseoSans-700;
color:#2B2B2B;
padding-bottom: 5px;
}
.eng-num h5 span 
{
  font-size: 18px;
  font-family:MuseoSans-500;  
}
.eng-num h6 
{
  font-size: 14px;  
}
.orng-box .col-xl-7 
{
    position: relative;
}
.orng-box .col-xl-7:before 
{
content: '';
position: absolute;
left: -45px;
top:0;
background-color: #FF9027;
width: 1px;
height: 100%;
}
.orng-line1
{
    margin-top: 10px;
    margin-bottom: 30px;
}
.digi-tool h4 
{
 font-size: 35px;
 background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 10%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
border-bottom: 3px solid #FFC734;
margin-bottom: 20px;
margin-top: 20px; 
}
.digi-tool p span 
{
  color: #302E6C;
  display: block;  
}
.key-intro
{
background-color:#302E6C;
padding: 30px;
margin-top: 30px;
margin-bottom: 30px;
}
.key-intro h3 
{
    color: #00B5EF;
    margin-bottom: 20px;
}
.key-intro h5
{
    color: #fff;
    padding-bottom:15px;
}
.key-intro .hc-num
{
 flex-shrink: 0;
    flex-grow: 0;  
}

.key-intro .strt-wrap p 
{
    color: #fff;
}
.k-int
{
    margin-left: 30px;
}
.key-intro .strt-wrap
{
align-items: flex-start;
}
.key-intro-btm ul li, .key-intro-btm p
{
color: #ffffff;
}
.key-intro-btm
{
    padding-left:80px;
}
.key-outcme
{
    background-color: #F5C3B3;
    padding: 30px 95px;
    position: relative;
    margin-bottom: 50px;
}
.key-outcme-inner
{
    max-width: 730px;
    width: 100%;
}
.key-outcme-inner h3
{
    padding-bottom: 20px;
}
.key-outcme-inner h2 
{
  color: #302E6C;
  font-size: 35px;
  font-family:MuseoSans-700;  
}
.key-outcme-inner p 
{
  color: #302E6C;  
}
.key-outcme-icon
{
    position: absolute;
    bottom: 40px;
    right: 30px;
}
.distributors h2 
{
    color: #302E6C;
    font-size: 35px;
    font-family:MuseoSans-700;
    padding-bottom: 15px;
}
.distributors .strt-wrap h4
{
color: #302E6C;
background:initial;
    -webkit-background-clip:initia;
    -webkit-text-fill-color:initial;
    margin-left: 30px;
}
.dist-inner .strt-wrap
{
    margin-bottom: 30px;
}
.dist-inner
{
    margin-bottom:30px;
}
.distline
{
    margin-top: 20px;
}
.onboardx
{
    background-color: #302E6C;
    padding: 45px 40px;
    margin-bottom: 42px;
}
.onboardx h3 
{
    color: #ffffff;
    padding-bottom: 20px;
}
.onboardx ul li, .onboardx p 
{
    color: #ffffff;
}
.distline
{
    margin-bottom: 20px;
}
.nextgen-dot
{
text-align: center;
}
.nextgen-box
{
    border: 1px solid #FF9027;
    padding:50px 45px;
}
.nextgen-dot, .nextgen-img
{
    margin-bottom: 50px;
}
.nextgen-box
{
    max-width: 380px;
    width: 100%;
    color: #ffffff;
}
.nextgen-box h2 
{
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
}
.nextgen-box p 
{
    padding-bottom: 0px;
    color: #ffffff;
}
.next-num
{
    margin-bottom: 30px;
}
.next-num h2 span 
{
 font-size: 20px;   
}
.gemie-box {
 background-image: linear-gradient(90deg, #E02D55 0%, #372D6B 100%);
  position: relative;
  z-index: 1;
   padding: 30px;
   margin-bottom: 40px;
}
.banbox{
 background-image: linear-gradient(90deg, #E02D55 0%, #372D6B 100%);
  position: relative;
  z-index: 1;
   padding: 30px;
   margin-bottom: 40px;
   border-bottom: 1px solid #E02D55 ;
}
.banbox::before {
   content: '';
  display: block;
  background-color:#ffffff;
  position: absolute;
  width: 99.9%;
  height: 99.9%;
  z-index: -1;
  left: 1px;
  top:1px;
}

.gemie-box::before {
  content: '';
  display: block;
  background-color:#302E6C;
  position: absolute;
  height: 99%;
  width: 99.9%;
  z-index: -1;
  left: 1px;
  top:1px;
  bottom: 1px;
}
.social-wrap .h4bg
{
-webkit-background-clip: initial;
color: #fff;
-webkit-text-fill-color:#fff;
padding-left: 10px;
padding: 5px 15px 5px 10px;
display: inline-block;
background: transparent linear-gradient(90deg, #B72F2B 0%, #3B2169 70%) 0% 0% no-repeat padding-box;
}
.banbox h4
{
    padding-bottom: 0px;
    font-size: 24px;
}
.banbox .row p
{
    border-bottom: 2px solid #F7941D;
    padding-bottom: 8px;
    min-height: 54px;
}
.banbox .row .col-xl-9 p
{
    border-bottom: 0;
    min-height: auto;
}
.banbox .row  p.exttrem
{
    min-height: auto;
    padding-right: 30px;
    display: inline-block;
}
.banbox h4 span
{
    font-size: 20px;
    font-family:MuseoSans-500;
}
h6.h6blue
{
    font-size: 16px;
     font-family:MuseoSans-500;
     color: #302E6C;
     padding-bottom: 5px;
}
.social-wrap a
{
    color: #302E6C;
    text-decoration: underline!important;
    margin-bottom: 15px;
    display: block;
}
.social-wrap p.spanbold
{
    color: #302E6C;
    font-family:MuseoSans-700;
}
.cmimmrtp
{
    margin-top: 80px;
}
.liveherow h4  
{
    font-size: 24px;
    padding-bottom: 0px;
}
.liveherow h4 span
{
    font-size: 16px;
display: block;
}
.divhedbox
{
    display: flex;
    align-items: center;
    border-bottom: 3px solid #F7941D;
    margin: 45px 0px 25px;
}
.divhedbox div
{
    background: transparent linear-gradient(90deg, #C2205A 0%, #312D6C 100%) 0% 0% no-repeat padding-box;
    padding: 20px 34px 15px;
    margin-left: 30px;
    position: relative;
    width: 100%;
}
.divhedbox div:before
{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
background: transparent linear-gradient(269deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.divhedbox div p
{
    padding-bottom: 0;
    color: #fff;
    padding-right: 100px;
}
.impctnumbrow
{
    background: linear-gradient(
  90deg,
  rgba(225, 38, 20, 0.1) 0%,
  rgba(205, 36, 33, 0.1) 10%,
  rgba(185, 35, 45, 0.1) 20%,
  rgba(165, 34, 56, 0.1) 30%,
  rgba(144, 33, 67, 0.1) 40%,
  rgba(124, 32, 77, 0.1) 50%,
  rgba(103, 31, 86, 0.1) 60%,
  rgba(83, 31, 94, 0.1) 70%,
  rgba(62, 30, 102, 0.1) 80%,
  rgba(42, 30, 108, 0.1) 90%,
  rgba(21, 30, 114, 0.1) 100%
);
    padding: 30px;
    margin: 30px 0px ;
}
p.fontsmall
{
    font-size: 14px;
    font-family:MuseoSans-300;
}
.namecot{
 background-image: linear-gradient(90deg, #E02D55 0%, #372D6B 100%);
  position: relative;
  z-index: 1;
   border-bottom-left-radius: 20px;
   padding:0px 0px 0px;
}

.namecot::before {
  content: '';
  display: block;
  background-color:#ffffff;
  position: absolute;
  border-bottom-left-radius: calc(20px - 0%);
  width: 99.9%;
  z-index: -1;
  left: 1px;
  top:0px;
  bottom: 1px;
}
.bgwht
{
    background-color: #fff;
    margin-left: -10px;
    padding-left: 30px;
}
.namecot p
{
    text-align: right;
}
.namecot .bgwht p
{
    text-align: left;
}
.impctnumbrow p span
{
    font-family:MuseoSans-700;
     background: linear-gradient(to right, #C8102E, #512DA8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.impctnumbrow h6
{
    font-size: 20px;
     font-family:MuseoSans-700;
     padding-bottom: 15px;
}
.drivingbx
{
    border: 2px solid #49A7A2;
    padding: 30px;
    margin: 15px 0px 30px;
}
.insureawbx
{
    padding: 30px;
    background: #EAF1F0 0% 0% no-repeat padding-box;
}
.drivingbx h5
{
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-decoration: underline!important;
}
.drivingbx h4
{
    font-size: 24px;
    padding-bottom: 5px;
}
.wayfdbox p
{
    color: #fff;
}
.wayfdboxbtm
{
    position: relative;
    padding-bottom: 300px;
}
.wayfdboxbtm img
{
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.insureawbx h3
{
    font-size: 18px;
}
.insureawbx h4
{
    font-size: 20px;
}
.banbox1
{
    position: relative;
    padding-bottom: 60px;
}
.direct-and-corporates-icon
{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
p.remparabtm
{
    padding-bottom: 5px;
}
.threeStep
{
    margin-bottom: 50px;
}
.gemie-box p
{
    padding-bottom: 0px;
}
.gemie-box p span 
{
    display: block;
    font-family:MuseoSans-700;
        padding-bottom: 5px;
}
.ic-matter
{
 background: transparent linear-gradient(90deg, #CE181E 0%, #302E6C 100%) 0% 0% no-repeat padding-box;
 padding: 80px;
 min-height: 480px;
 display: flex;
 flex-direction: column;
 justify-content: center;   
}
.ic-matter, .key-outcme1
{
    margin-top:40px;
}
.key-outcme1
{
    padding: 45px 45px 25px 45px;
}
.key-outcme1 h3, .key-outcme1 p 
{
    color: #302E6C;
}
.key-outcme1 .orng-line
{
    margin-bottom: 20px;
}
.key-outcme2
{
    margin-top: 20px;
    margin-bottom: 30px;
}
.key-outcme2 .key-outcme-inner
{
    max-width: 100%;
}
.ai-table td 
{
    background-color: transparent;
}
.ai-table th 
{
background-color: #71C9ED;
color: #151E72;
font-size: 16px;
font-family:MuseoSans-700;
font-weight: initial;
border-bottom:none;
padding: 10px 20px;
}
.ai-table tr td 
{
    color: #fff;
    border-bottom: 1px solid #C2205A;
    padding: 10px 20px;
}
.ai-table tr td:first-child
{
  font-family:MuseoSans-700;
  width: 25%;  
}
.ic-forward
{
    background-color: #F5C3B3;
    padding: 45px;
    position: relative;
    min-height: 495px;
}
.ic-forward h3 
{
    padding-bottom: 20px;
}
.ic-forward-img
{
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.ic-wrap h4 
{
    max-width: 100%;

}
.row.digi-tool h4 
{
    max-width: 100%;
        font-family: Acumin_Pro_ExtraCondensed;
    padding-top: 5px;
    font-weight: 700;
}
.ext-env .inner-mhead.darkB{
    color: #302E6C;
}
.honoureingch.commanawdsec.dsp h2 span{
    display: inline;
}
.blue-bg-head.light-blueN{
    background-color: #00B9F1;
}
.allContents h2 span.newLine{
    font-size: 35px;
    line-height: 35px;
    color: #CE181E;
}
.ic-inner p.bld{
    font-family:MuseoSans-700;
}
.dist-inner h4 {
     font-family:MuseoSans-700;
}
.key-outcme-inner h2 span{
    font-family:MuseoSans-300;
}
.mat-iconwrap img {
    max-width: 50px;
    width: 100%;
}
.kpinumbersbx.fin-inner p.bld{
     font-family:MuseoSans-700;
}
.numSep h4 span{
     font-family:MuseoSans-300;
}
.numberLists ol span.blue{
    color: #302E6C;
}
.focusnum h5.web{
   font-family:MuseoSans-500; 
}
.distImg {
    max-width: 567px;
}
.kpibox p.bld{
     font-family:MuseoSans-700;
}
.liveherow h4 span.plus{
    display: inline;
}
.drivingbx h4 span{
     font-family:MuseoSans-300; 
}
.row.brdr .col-xl-5{
    border-bottom: 1px solid #2b2b2b;
}
.row.new .col-xl-5.brdr{
    border-bottom: 1px solid #2b2b2b;
    margin-bottom: 20px;
}
.row.new .col-xl-7.brdr{
    border-bottom: 1px solid #2b2b2b;
    margin-bottom: 20px;
}
.row.new .col-xl-5.brdr p{
    margin-bottom: 10px!important;
}
.row.new .col-xl-7.brdr p{
    margin-bottom: 10px!important;
}

.kpi-img-mbl
{
    display: none;
}
.dream-img img {
    max-width: 354px;
}
.banbox.mb20 {
    margin-bottom: 20px;
}
.footnote.mb20{
    margin-bottom: 20px;
}
.hmawrad-img {
    min-height: 147px;
}
.mbl-show
{
    display: none;
}
.max300 {
    max-width: 291px;
}
.max200 {
    max-width: 230px;
}
.max273 {
    max-width: 273px;
}
.max209 {
    max-width: 208px;
    margin-top: -5px;
}
/* .vcm-capital h4.minh {
    min-height: 72px;
} */
.mobImg{
    display: none;
}
span.nograd{
    background: initial!important;
    -webkit-background-clip: initial!important;
    -webkit-text-fill-color: initial!important;
    color: #E60000!important;
}
.vcm-top.myVcm .vcm-head{
    margin-top: 0;
}
.mat-iconwrap.pt20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.mat-iconwrap.mt20 p {
    padding-bottom: 0;
}
.clid-svg img {
  width: 220px;
  margin-top: 10px;
}