@font-face {
    font-family:samarn;
    src:url(../fonts/samarn.ttf);
}
@font-face {
    font-family:Mulish-Black;
    src:url(../fonts/Mulish-Black.ttf);
}
@font-face {
    font-family:Mulish-Bold;
    src:url(../fonts/Mulish-Bold.ttf);
}
@font-face {
    font-family:Mulish-Medium;
    src:url(../fonts/Mulish-Medium.ttf);
}
@font-face {
    font-family:Mulish-ExtraBold;
    src:url(../fonts/Mulish-ExtraBold.ttf);
}
@font-face {
    font-family:Mulish-Italic;
    src:url(../fonts/Mulish-Italic.ttf);
}
@font-face {
    font-family:Mulish-Regular;
    src:url(../fonts/Mulish-Regular.ttf);
}
@font-face {
    font-family:Mulish-Light;
    src:url(../fonts/Mulish-Light.ttf);
}
@font-face {
    font-family:Mulish-SemiBold;
    src:url(../fonts/Mulish-SemiBold.ttf);
}
@font-face {
    font-family:Revathi-Normal;
    src:url(../fonts/Revathi-Normal.ttf);
}
body
{
	padding:0;
	margin:0;
      font-family:Mulish-Regular;
    background-color: #fff;
}

html.homepage-n1 {
    overflow-x: hidden!important;
}
/*body.modal-open {
  overflow-y: hidden !important;
} */

h1,h2,h2,h3,h4,h5,h6,p
{
	margin: 0px;
	padding:0px;
}
p{
	color: #000;
    font-size: 16px;
    line-height: 24px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
/*******header*******/
.header-main
{
transition: all .3s ease-in-out;
}
.header-main.hide {
  transition: all .3s ease-in-out;
}
.hide1
{
 opacity: 0;
}
.header-link-top
{
  position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-image: url(../images/header-top-bg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height: 20px;
}
.header-link-top ul
{
  float: right;
}
.header-link-top ul li
{
padding-left: 20px;
}
.header-link-top ul li a
{
  color: #fff;
  font-size: 14px;
}
.my-sidenav
{
  display: none;
}
.header
{
    position: fixed;
    top:20px;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    padding:8px 0px;
   -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.11);
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.11);
}
.logo
{
    float: left;
}
.right-item
{
    float: right;
}
.menutxt ul li
{
  max-width: 125px;
    line-height: 18px;
    padding-left: 40px;
    padding-right: 0px;
}
.menutxt ul li:last-child
{
    max-width:150px;
}
.menutxt ul
{
  margin-bottom: 0px;
}
.menutxt ul li a
{
  color: #464545;
  font-size: 14px;
  line-height: 14px;
  transition: all .2s ease-in-out;
}
.menutxt ul li a:hover
{
  color:#af2a30;
  transition: all .2s ease-in-out;
}
.scroller
{
  position: absolute;
    left: 0;
    bottom:60px;
}

.sub-menu {
    background: #af2a30;
    position:relative;
   /* margin-top:92px;*/
    z-index: 999;
    width: 100%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    height: 99px;
}
.sub-menu .dropdown {
    display: flex;
}
.sub-menu .dropdown .overview {
    display: flex;
    align-items: center;
}
.sub-menu .dropdown .overview a {
    opacity: .5;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    width: 150px;
    padding-left: 52px;
    text-align: center;
    font-family:Mulish-Bold;
}
.sub-menu .dropdown-menu {
    display: flex;
    align-items: center;
    position: static;
    padding: 0;
    background: 0 0;
    box-shadow: none;
    border: none;
    margin-left: 100px;
}
.sub-menu .dropdown-menu li {
    display: flex;
    align-items: center;
    height: 100%;
    height: 90px;
}
.sub-menu .dropdown-menu li a {
    font-size: 13px;
    line-height: 15px;
    font-family:Mulish-Bold;
    color: #fff;
    opacity: .5;
    padding: 15px 10px;
    width: 150px;
    white-space: normal;
    background: 0 0!important;
}
.sub-menu .dropdown-menu li a:hover {
    background: transparent !important;
    opacity: 1;
}
.menutxt ul li.active1 a
{
  color:#af2a30;
  position: relative;
}
.sub-menu .dropdown-menu li.active2 a
{
color: #fff;
opacity: 1;
}
.sub-menu .dropdown-menu li
{
  position: relative;
}
.sub-menu .dropdown-menu li.active2:before
{
 content:'';
  position: absolute;
  left:0px;
  right: 0px;
  margin:auto;
  bottom:-7px;
  width: 12px;
    height: 6px;
    background-image: url(../svg/tri-white.svg);
    background-repeat: no-repeat;
}
.menutxt ul li.active1 a:before
{
  content:'';
  position: absolute;
  left:28px;
  bottom:-10px;
  width: 12px;
    height: 6px;
    background-image: url(../svg/tri-red.svg);
    background-repeat: no-repeat; 
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sub-menu .btn {
    background: transparent;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    font-family: "Mulish-Bold";
    padding: 15px 34px 15px 0px;
    width: 210px;
    border: none;
    white-space: normal;
    text-align: left;
    position: relative;
    display: none;
}
/*******header End*******/
/*******footer*********/
.footer-bg
{
  height: auto !important;
  background-color: #464545;
  padding: 30px 0px 0px 0px;
}
.footer-bg .fp-tableCell
{
height: auto !important;
}
.footer-bg h6
{
color: #fff;
font-size: 14px;
border-top:1px solid #737272;
padding-top: 15px;
margin-top: 15px;
line-height: 20px;
}
.footer-bg h4
{
  font-size: 14px;
  font-family:Mulish-Bold;
  color: #fff;
  padding-bottom: 15px;
  margin-top: 15px;
}
.footer-bg p
{
  padding-bottom: 10px;
}
.footer-bg p a
{
  color: #fff;
}
.scl-icon h4
{
   font-family:Mulish-SemiBold;
   margin-top: 15px;
}
.scl-icon span
{
  padding-right: 15px;
}
.footer-bg .container {
    position: relative;
}
.arrow-up {
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}
.footer-btm
{
  background-color: #373636;
  margin-top: 30px;
}
.footer-btm p
{
  font-size: 14px;
  color: #fff;
  padding: 5px 0px;
}

.sticky-sidebar {
    position: fixed;
    right: 0;
    bottom: 200px;
    padding-right:20px;
    z-index: 99;
}
ul.sidenavlist {
    list-style: none;
    padding: 0;
}
ul.sidenavlist li
{
  position: relative;
}
ul.sidenavlist li a {
    background-color: #972b1f;
    height: 15px;
    width: 3px;
    display: block;
    margin-bottom: 20px;
}
.tooltip1 {
    position: absolute;
    top: 0;
    right:0px;
    color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out;
    background-color: #053c6d;
    padding: 2px 5px;
    width: 180px;
}
ul.sidenavlist li:hover .tooltip1 {
    opacity: 1;
    transition: all .3s ease-in-out;
}
.sidenavlist li a.active .tooltip1 {
    opacity: 1;
}

/**********footer end******/
/*.hm-banner*/
/*{*/
/*  background-image: url(../images/hm-banner.jpg);*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*}*/
/*.hm-banner-img*/
/*{*/
/*  display: flex;*/
/*  align-items: center;*/
/*  height: 100vh;*/
/*  padding-top:80px;*/
/*}*/

.hm-banner-video {
    position: absolute;
    top: 0;
    left: 0;
}
.banner-text
{
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-text h1
{
  font-size: 52px;
  color: #fff;
  font-family:samarn;
  padding-bottom: 15px;
}
.banner-text h1 span
{
  display: block;
}
.banner-text p
{
  color: #fff;
  padding-bottom:50px;
}
.rangoli-btn
{
  font-size: 16px;
   font-family:Mulish-SemiBold;
   color: #fff;
   border:1px solid #fff;
   border-radius: 50px;
   padding: 5px 30px;
   margin-right: 20px;
   transition: all .3s ease-in-out;
}
.rangoli-btn:hover
{
  background-color: #053c6d;
  border:1px solid #053c6d;
  transition: all .3s ease-in-out;
}
.rangoli-btn:focus
{
  color:#fff;
  text-decoration: none;
}
.download-btn1
{
  color: #fff;
  font-size: 16px;
   font-family:Mulish-SemiBold;
}
.rangoli-btn:hover, .download-btn1:hover
{
  color: #fff;
}
.download-btn1 img
{
  padding-left:10px;
}
.scroller {
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
    cursor:pointer;
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
}

.sec-abt
{
 background-image: url(../images/about-the-report.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
    align-items: center;
    height: 100vh;
}
.hm-heading
{
  font-size: 35px;
  font-family:Mulish-Black;
  color: #e25e12;
  padding-bottom: 20px;
}
.sec-abt p
{
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 50px;
}
.read-btn a
{
  font-size: 16px;
  color: #464545;
   font-family:Mulish-SemiBold;
   border:1px solid #464545;
   border-radius: 50px;
   padding: 5px 30px;
   transition: all .3s ease-in-out
}
.read-btn a:hover
{
  background-color: #053c6d;
  border:1px solid #053c6d !important;
  transition: all .3s ease-in-out;
  color:#fff;
}
.sec-abt-text
{
  padding-top:120px;
}
.sec-chairman
{
 background-image: url(../images/ch-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.ch-text
{
   display: flex;
  justify-content:center;
  height: 100vh;
  flex-direction: column;
}
.ch-text h2
{
  color: #fff;
}
.ch-text h5
{
  color: #fff;
  font-size: 30px;
   font-family:Mulish-Bold;
   line-height: 36px;
   max-width: 390px;
   position: relative;
   width: 100%;
   margin-bottom: 20px;
}
.ch-img
{
  display: flex;
  align-items: flex-end;
  height: 100vh;
}
img.comma1 {
    position: absolute;
    left: -18px;
    top: 0px;
}
img.comma2 {
    position: relative;
    right: -5px;
    bottom: -8px;
}
.ch-text h4
{
  font-family:Mulish-Bold;
  font-size: 20px;
  color:#fff;
  padding-top: 20px;
}
.ch-text p
{
  color: #fff;
  padding-bottom: 30px;
}
.ch-text .read-btn a, .sustain-text .read-btn a
{
color: #fff;
border:1px solid #fff;
}
.sec-sustain
{
  /* background-image: url(../images/the-indian-way.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-position: center;*/
  display: flex;
  align-items: center;
  height: 100vh;
  position:relative;
}
.sec-sustain-video
{
  position: absolute;
  top:0;
  left:0;
}
.sustain-text
{
  padding-top: 35px;
}
.sustain-text h2
{
  color: #fff;
  padding-bottom: 45px;
}
.sustain-text h4
{
  font-size: 30px;
  font-family:samarn;
  color: #fff;
  position: relative;
  display: inline-block;
}
.sustain-text h4:before
{
  content: '';
  position: absolute;
  top:0;
  left:-25px;
  background-image: url(../images/ver-line.png);
  width: 12px;
  height: 57px;
}
.sustain-text h4:after
{
  content: '';
  position: absolute;
  top:0;
  right:-25px;
  background-image: url(../images/ver-line.png);
  width: 12px;
  height: 57px;
}
.sustain-text h5
{
  color: #fff;
  font-family:Mulish-Black;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.sustain-text h6
{
 color: #fff;
  font-family:Mulish-Bold;
  font-size: 16px;
  padding-bottom: 40px;
}
.sec-sdg
{
  background-image: url(../images/icici-bank-contribution-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  height: 100vh;
}
.sdg-text p
{
  padding-bottom: 40px;
}
.sec-stakeholder
{
 background-image: url(../images/stakeholder-engagement.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  height: 100vh;
}
.sec-stakeholder h2
{
  color: #fff;
}
.sec-stakeholder p
{
  color: #fff;
  padding-bottom: 20px;
}
.sec-stakeholder .read-btn
{
  margin-top:30px;
}
.sec-stakeholder .read-btn a
{
  color: #fff;
  border:1px solid #fff;
}
.sec-materiality
{
   background-image: url(../images/materiality-assessment-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  height: 100vh;
}
.sec-materiality h2
{
  color: #053c6d;
}
.sec-materiality h5
{
  font-size: 20px;
  color: #952925;
  font-family:Mulish-Bold;
  padding-bottom: 20px;
}
.sec-materiality p
{
  padding-bottom: 15px;
}
.materiality-img
{
  padding-bottom: 40px;
}
.header-gap
{
  padding-top:120px;
}
.sec-highlights h3
{
font-family:Mulish-Black;
font-size: 20px;
/*text-align: center;*/
padding-bottom: 20px;
}
.green-energy-box
{
  border:1px solid #b02a30;
  border-radius: 12px;
  padding:20px 30px 0px;
  margin-bottom: 40px;
}
.green-energy-box h4
{
  color: #b02a30;
  font-size: 20px;
   font-family:Mulish-Bold;
   text-align: center;
   padding-bottom: 30px;
}
.energy-data
{
  border-right: 1px solid #b02a30;
  margin-bottom:40px;
}
.energy-data-last
{
  border-right: none;
}
.energy-data h4
{
  color: #e25e12;
  font-family:Mulish-Black;
  font-size: 35px;
  padding-bottom: 0px;
  text-align: left;
}
.energy-data p
{
  padding-bottom: 10px;
}
.energy-data p span
{
  display: block;
}
.energy-icon
{
  padding-bottom: 10px;
}
.paper-data
{
  border-right: none;
  position: relative;
}
.pap1:after
{
content: '=';
position: absolute;
top:54px;
right:60px;
color: #e25e12;
 font-family:Mulish-Black;
 font-size:52px;
}
.paper-data p
{
  padding-bottom: 0px;
}
.pap2:after
{
content: '+';
position: absolute;
top:54px;
right:85px;
color: #e25e12;
 font-family:Mulish-Black;
 font-size:52px;
}
.foung
{
  border-right: none;
  padding-left: 20px;
  margin-bottom:0px;
}
.foung-box
{
  min-height:280px;
  margin-bottom: 15px;
}
.border-line
{
  background-color: #717172;
  height: 1px;
  width: 100%;
  margin-bottom: 20px;
}
.foot-note p
{
  font-size: 12px;
  line-height: 18px;
}
.sec-highlights
{
  padding-top: 70px;
  padding-bottom: 40px;
}
.sec-highlights h2
{
  text-align: center;
}
.higlight-tab
{
display: flex;
justify-content: center;
padding-bottom: 40px;
}
.highlight-tab-btn
{
margin-right: 6px;
margin-left: 6px;
}
.highlight-tab-btn a
{
  width: 260px;
  height: 55px;
  color: #e25e12;
  border:1px solid #e25e12;
  font-family:Mulish-Bold;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 55px;
}
.highlight-tab-btn a:focus
{
  outline: none;
  text-decoration: none;
}
.highlight-tab-btn a img
{
  padding-right: 32px;
}

.highlight-tab-btn.active a
{
background-color: #f58220;
color: #fff;
}
.highlight-tab-btn.active a img
{
  filter: brightness(0) invert(1);
}
.highlight-slider.owl-carousel .owl-item img,.highlight-slider1.owl-carousel .owl-item img
{
  width: auto;
}
.highlight-slider.owl-theme .owl-dots,.highlight-slider1.owl-theme .owl-dots
{
  margin-top: 40px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 150px;
    margin:65px auto 0px;
    left: 0px;
    right: 0px;
}
.highlight-slider1.owl-theme .owl-nav 
{
    width:170px;
}
.highlight-slider .owl-nav button.owl-prev,.highlight-slider1 .owl-nav button.owl-prev{
    position: absolute;
    background-image: url(../images/en/arrow-icon-left.png) !important;
    width: 30px;
    height:20px;
    left: 0px;
    opacity: 1;
    bottom: 0px;
}
.highlight-slider .owl-nav button.owl-next,.highlight-slider1 .owl-nav button.owl-next{
    position: absolute;
    background-image: url(../images/en/arrow-icon-right.png) !important;
    width: 30px;
    height:20px;
    right: 0px;
    opacity: 1;
    bottom: 0px;
}
.highlight-slider .owl-nav button.owl-prev, .highlight-slider .owl-nav button.owl-next,.highlight-slider1 .owl-nav button.owl-prev, .highlight-slider1 .owl-nav button.owl-next
{
  background-color: transparent !important;
} 
.highlight-slider.owl-theme .owl-dots .owl-dot span,.highlight-slider1.owl-theme .owl-dots .owl-dot span
{
  background-color: transparent;
  border:1px solid #f58220;
}
.highlight-slider.owl-theme .owl-dots .owl-dot.active span, .highlight-slider.owl-theme .owl-dots .owl-dot:hover span,.highlight-slider1.owl-theme .owl-dots .owl-dot.active span, .highlight-slider1.owl-theme .owl-dots .owl-dot:hover span {
    background-color:#f58220;
  border:1px solid #f58220;
}
.brown-heading
{
    color: #b02a30;
    font-size: 20px;
    font-family: Mulish-Bold;
    text-align: center;
    padding-bottom: 30px
}
.scl-box
{
  border:1px solid #e25e12;
  position: relative;
  display: inline-block;
  width: 100%;
}
.scl-bd-img
{
  position: absolute;
  top:50px;
  left:30px;
  z-index: -1;
}
.scl-box .energy-data
{
  margin-bottom: 20px;
}
.scl-box .scl-data1 h4
{
text-align: center;
}
.scl-box .scl-data1 p
{
  padding-bottom: 0px;
  text-align: center;
}
.women-images img
{
 margin:auto;
}
.scl-box .scl-data2 {
    margin-left: 15%;
    margin-top: 5%;
    float:left;
}
.scl-box .scl-data3 {
    float: right;
    margin-top: 4%;
    margin-right: 15%;
}
.scl-box .scl-data2 p, .scl-box .scl-data3 p
{
  padding-bottom: 0px;
}
.brown-heading.bh1
{
  text-align: left;
}
.ser p
{
  padding-bottom: 0px;
}
.cor:after {
    content: '';
    position: absolute;
    top: 75px;
    right: 60px;
    background-image: url(../images/scl/arrow.png);
    width: 16px;
    height: 20px;
}
.dep-data
{
  display: flex;
  justify-content: center;
  padding-top: 20px;
  border-right: none;
}
.dep-text
{
  margin-left: 30px;
}
.foung-box.scl-box
{
  min-height:240px;
  margin-bottom: 40px;
}
.gth-icon img
{
  margin:auto;
}
.gth-data
{
  padding-top: 0px;
}
.gth-data p
{
padding-bottom: 0px;
}
.cor1:after
{
    top: 35px;
    right: -60px;
}
.gth-data h4
{
  font-size: 33px;
}
.gth-box
{
height: 30px;
border-top: 1px solid #e25e12;
border-left: 1px solid #e25e12;
border-right: 1px solid #e25e12;
margin-top: 30px;
}
.ver-line
{
  position: absolute;
  top:82px;
  left: 0;
  right: 0;
  margin:auto;
  width:1px;
  background-color: #e25e12;
  height:70px;
}
.gov-box
{
  border:1px solid #7e7f81;
}
.gov-box .energy-data
{
   border-right:1px solid #f58220;
}
.gov-box .energy-data-last
{
  border-right:none;
}
.exc-dir
{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.exc-dir p
{
  border-right: 1px solid #f58220;
  padding:5px 30px;
}
.exc-dir p:last-child
{
  border-right: none;
}
.gov-box1
{
 border:1px solid #7e7f81;
 display: flex;
 height: 85px;
 align-items: center;
 justify-content: center;
 border-radius: 12px;
 padding: 0px 30px;
 margin-bottom: 40px;
}
.energy-data ul
{
  padding-left: 15px;
}
.energy-data ul li
{
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 7px;
 /* border-bottom: 1px solid #464545;*/
}
.energy-data ul li:last-child
{
  border-bottom: none;
}
.hm-esg .energy-data
{
  min-height: 370px;
    padding-right: 20px;
}
.hm-esg .energy-data h4
{
  font-size: 33px;
}
.cyber-box
{
 border-top: 1px solid #464545;
  border-left: 1px solid #464545; 
   border-right: 1px solid #464545;
   padding: 10px 20px 0px 10px;
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
      min-height: 130px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.cyber-box .dep-data
{
  padding-top: 0px;
  margin-bottom: 0px;
}
.sep-line
{
  height: 1px;
  background-color: #f58220;
 margin-bottom: 40px;
}

.s-wd
{
    width: 100%;
}
.n-mdl-inner
{
    overflow: hidden;
    border-radius: 0px;
    background-image: url(../images/modal-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
}
.n-mdl-inner .modal-body
{
    padding:0px 60px 40px 60px;
    display: inline-block;
}

.close2
{
    opacity: 1;
    margin-top: 30px;
    margin-right:30px;
    position: relative;
    z-index: 9999;
    color: #fff;
    font-size:16px;
    text-shadow:none;
    font-family:Mulish-Regular;
    font-weight: 400;
}
.close2 img
{
padding-left:10px;
}
.close2:hover
{
    color: #fff;
    opacity: 1;
}
.n-mdl-inner p
{
padding-bottom:20px;
color: #fff;
}
.modal-img
{
  float: right;
}
.modal-text
{
padding-top: 90px;
}
.modal-text h3
{
  font-size: 45px;
font-family: samarn;
  color:#fff;
  padding-bottom: 20px;
}
.n-mdl-inner p.m-blue-text
{
  font-size: 15px;
}
.insidepageshtml header
{
  box-shadow: none;
  border-bottom: 2px solid #d45728;
}
.sticky + .insidepages {
  padding-top: 191px;
}
/*.insidepages
{
  padding-top:192px;
}*/
.insideheading
{
  color: #e25e12;
  font-size: 45px;
   font-family:Mulish-Black;
}
.sitemaplink {
    padding: 5px 0px;
    color: #464545;
}
.sitemaplink a {
    color: #464545;
    font-size: 12px;
    text-decoration: none;
    padding: 0 10px;
}
.sitemaplink a:first-child {
    padding-left: 0;
}
.sitemaplink a.active
{
  font-family:Mulish-Bold;
}
.insidepages p
{
  padding-top:15px;
}
.insidepages p.ftbold18
{
  font-size: 18px;
  font-family:Mulish-Bold;
}
.messagechairman
{
  background-color: #e6e7e9;
  height: 100vh;
}
.messagechairmanpage .insidepages
{
  padding-top: 30px;
}
.abouthereprtpage .row
{
display: flex;
flex-wrap: wrap;
}
.abouthereprtpage .row h6
{
  font-size: 20px;
  color: #b02a30;
   font-family:Mulish-Medium;
   text-align: center;
   padding-top: 5px;
   font-weight: bold;
}
.abouthereprtpage .row img
{
  margin: auto;
}
.abouthereprtpage h3
{
  color: #4d4d4f;
  font-size: 20px;
  padding-top: 45px;
     font-family:Mulish-Black;
}
.abouthereprtpage .row  .col-md-3{
  margin-top: 40px;
  position: relative;
  padding: 20px 15px;
}
.abouthereprtpage .row  .col-md-3:before
{
  content: '';
  width: 1px;
  height: 150px;
  right: 0px;
  background-color: #b02a30;
  position: absolute;
}
.abouthereprtpage .row  .col-md-3:nth-child(4):before,.abouthereprtpage .row  .col-md-3:nth-child(8):before
{
  display: none;
}
.btnpdflink
{
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.btnpdflink p
{
  padding-top: 0px;
}
.btnpdflink a
{
  margin-left: 20px;
  font-size: 16px;
  color: #464545;
  border: 1px solid #b02a30;
  padding: 5px;
  border-radius: 5px;
}
.abouthereprtpage img
{
  margin: auto;
}
.greybox
{
  background-color: #e6e7e9;
  padding: 5px 15px 20px;
}
.greybox p 
{
  font-size: 18px;
}
.greybox p a,.abouthereprtpage p a
{
  color: #464545;
      font-family:Mulish-Bold;
}
.abouthereprtpage
{
  padding-bottom: 100px;
}
.abimrtopbtm
{
  padding: 45px 0px;
}
.messageinside img
{
  margin: auto;
}
.messageinside
{
  padding-bottom: 60px;
}
.messageinside h6
{
  color: #053c6d;
    font-family:Mulish-Bold;
    padding-top: 30px;
    font-size: 18px;
}
.messageinside h6 span
{
  display: block;
  font-size: 16px;
  color: #464545;
     font-family:Mulish-Regular;
}
.messagechairman h6
{
  color: #b02a30;
  font-size: 24px;
  font-family:Mulish-Black;
  padding: 25px 0px 15px;
}
.abouthereprtpage img.imgmrin
{
  margin: 45px 0px 30px;
}
.icicbankcontrupage hr
{
  border-top: 1px solid #b02a30;
  margin-top: 5px;
}
.icicbankcontrupage p
{
  padding-top: 0px;
  padding-bottom: 15px;
}
.icicbankcontrupage h6
{
  color: #b02a30;
  font-size: 18px;
  font-family:Mulish-Black;
  padding: 20px 0px 15px;
}
.icicbankcontrupage a
{
   color: #b02a30;
   font-size: 12px;
 font-family:Mulish-Italic;
}
img.abimrtopbtm25
{
  padding: 25px 0px;
}
.icicbankcontrupage .ftbold18
{
  padding-top: 20px;
}
.icicbankcontrupage .sitemaplink a
{
    font-family:Mulish-Regular;
    color: #464545;
}
.icicbankcontrupage .sitemaplink a.active
{
      font-family: Mulish-Bold;
}
.abtsvgimg
{
     -webkit-animation:spin 6s linear infinite;
    -moz-animation:spin 6s linear infinite;
    animation:spin 6s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


/* Shaaa*/
.icicimnhdng{
	font-family:Mulish-Black;
	font-size:50px;
	color:#004880;
}
.icicisbhdng {
    font-family: Mulish-Bold;
    font-size: 25px;
    color: #972b1f;
    margin-top: 25px;
}
.sbhdng {
    font-family:Mulish-Black;
    font-size: 20px;
    color: #972b1f;
    margin-top: 20px;
}
/*section.foundations-initiatives {
    margin-top: 170px;
}*/
section.foundations-initiatives p {
    font-size: 16px;
    color: #464545;
    padding: 10px 0;
}
.mixbgtxt p {
    background: rgb(176,43,48) ;
    background: linear-gradient(0deg, rgba(176,43,48,1) 0%, rgba(229,106,37,1) 100%);
    color: #fff!important;
    padding: 20px 30px!important;
    min-height: 85px;
}
.iciciimgtxt p {
    background: #e25e12;
    padding: 15px 20px!important;
    color: #fff!important;
    line-height: 20px;
}
.numbrssec h5{
	font-family:Mulish-Black;
	font-size: 35px;
	color:#e25e12;
}
.yloishbgtxt hr {
    border-color: #e25e12;
    margin: 0;
}
.numbrssec p {
    padding: 0!important;
}
.numbrssec {
    position: relative;
    padding: 17px 0;
}
.yloishbgtxt .col-md-5:nth-child(1) .numbrssec:after {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 80%;
    background: #e25e12;
    right: 0;
    top: 10%;
}
.yloishbgtxt {
    background: #fbede0;
    padding: 30px 40px;
    margin-top: 30px;
}
img.leavesimg {
    margin: 30px 140px;
}
.yloishbgtxt p {
    font-size: 20px!important;
    margin-top: 10px;
}
.numbrssec p{
	font-size: 16px!important;
	 margin-top: 0;
}
.iciciimgtxt img {
    width: 100%;
    margin: 30px 0 0;
}
.harvesting-mt {
    margin-top: 30px;
}
.gapfooter{
	margin-top:70px;
}

.sticky + .inclusive-growth
{
margin-top: 190px;
}
.sticky + .foundations-initiatives
{
margin-top:191px;
}
section.inclusive-growth {
    background: url(../images/pramoting-bnr.png) no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
section.inclusive-growth h1{
   font-family:Mulish-Black;
   font-size:45px;
   color:#fff;
}
section.inclusive-growth p{
     color:#fff;
}
.icicisbhdngblue{
	font-family:'Mulish-Black';
	font-size:30px;
	color:#004a80;
	margin-top: 20px;
}
.hdngsmall {
    font-family: Mulish-Bold;
    font-size: 16px;
    color: #972b1f;
    margin-top: 20px;
}
.mef-icon1{
	margin-top:20px;
}
p.note {
    font-size: 12px!important;
    margin-bottom: 20px;
}
hr.icicihrline {
    border-color: #454646;
    margin-bottom: 10px;
}
.maginging-envt{
	margin-top:30px!important;
}
.approch-box {
    background: #e7e7e8;
    margin-top: 70px;
    height: 210px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    border-bottom: 5px solid #e56a25;
}
.approch-icon {
    position: absolute;
    top: -70px;
    margin: 0 auto;
    width: 100%;
}
.approch-box p {
    color: #972b1f!important;
    font-size: 20px!important;
    margin-top: 45px;
}
img.mef-img6 {
    padding: 90px;
    border: 1px solid #e25e12;
    border-radius: 30px 30px 0 0;
    margin-top: 10px;
}
.righticondiv hr{
	border-color: #e25e12;
    margin: 0;
}
.righticondiv {
    margin: 20px 0 40px;
	position:relative;
}

.paraundrline hr {
    margin: 0;
    border-color: #c7c7c7;
}
.boldhdng p {
    font-family: Mulish-Black;
    min-height: auto;
    margin: 30px 0;
}
img.mef-icon7 {
    width: 350px;
    margin: 40px auto;
}
img.mef-icon5 {
    position: absolute;
    right: -15px;
    top: -20px;
    background: #fff;
}
img.mef-icon6 {
    position: absolute;
    right: 0;
    top: -20px;
    background: #fff;
}
img.tbl1 {
    margin: 30px 0 10px;
}
.tblmt0 {
    margin-top: 0;
    margin-bottom: 20px;
}
img.tbl2 {
    margin-top: 40px;
	margin-bottom:20px;
}
.btmmb20{
	margin-bottom:20px;
}
.sitemaplink 
{
    padding-bottom: 10px;
}
.sitemaplink a
{
    border: 0px;
    padding: 0px;
    font-size: 12px;
    color: #333;
}
.sitemaplink a.active
{
    font-weight: 900;
    color: #333;
}
.inclusive-growth .sitemaplink a
{
    color: #fff;
}
.inclusive-growth .sitemaplink {
    color: #fff;
}
/* Shaa end */

.n-brown-heading
{
  font-size: 20px;
  color:#b02a30;
   font-family:Mulish-ExtraBold;
  padding-top:30px;
}
.n-black-heading
{
  font-size: 16px;
   font-family:Mulish-ExtraBold;
   padding-top: 30px;
   padding-bottom:30px;
}
.key-findings h5.n-black-heading
{
padding-bottom: 10px;
}
.key-findings p
{
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0px;
}
.key-findings p:last-child
{
  border-bottom: none;
}
.isro-bg
{
  background-color: #fcede0;
  padding: 20px 95px 20px 20px;
  margin-top: 30px;
  position: relative;
}
.isro-bg h4
{
  color: #b02a30;
  font-size: 18px;
  font-family:Mulish-Bold;
  line-height: 24px;
  border-bottom: 1px solid #f36e20;
  padding-bottom:5px;
  margin-bottom: 20px;
}
.isro-bg h4 span
{
  display: block;
}
.isro-bg h3
{
  font-size:36px;
  color: #f36e20;
  font-family:Mulish-Black;
}
.isro-bg p
{
  padding-bottom: 5px;
}
.isro-icon
{
  position: absolute;
  right:5px;
  top:40px;
}
.mt-20
{
  margin-bottom:20px;
}
.kf1
{
  border-bottom: 1px solid #f36e20;
padding-bottom: 10px;
}
.isro-bg1
{
  margin-bottom: 80px;
}
.nutring-bg
{
  background-image: url(../images/pramoting-bnr.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
}
.nutring-bg .sitemaplink a, .nutring-bg .sitemaplink
{
color: #fff;
}
.nutring-bg h1, .nutring-bg p
{
  color: #fff;
}
.gri-table
{
  margin-top: 40px;
}
.head-bg
{
  background-color: #fcede0;
}
.gri-table.table>thead>tr>th
{
font-size: 18px;
font-weight: initial;
font-family:Mulish-Black;
border-right: 1px solid #fff;
border-bottom: none;
}
.g-orng
{
  background-color: #e56a25;
}
.gri-table.table>tbody>tr.g-orng>td, .gri-table.table>tbody>tr.g-orng-light>td
{
color: #fff;
font-size:18px;
font-family:Mulish-Bold;
border-top:none;
}
.g-grey
{
background-color: #e7e7e8;
/*border-top:1px solid #e56a25;*/
border-bottom:1px solid #e56a25;
}
.gri-table.table>tbody>tr.g-grey>td
{
font-size:18px;
font-family:Mulish-Bold;
}

.gri-table.table>tbody>tr.g-text>td
{
  font-size: 16px;
  font-family:Mulish-Regular;
  border-bottom:1px solid #e56a25;
  border-top:none;
}
.g-orng-light
{
  background-color: #ed925b;
}
.safe-harbur
{
  padding-bottom: 80px;
}
.prib h5
{
  font-size:18px;
   font-family:Mulish-Medium;
   line-height: 26px;
   padding-top: 20px;
}
.semi-urban h3
{
  color: #af292f;
  font-size: 16px;
  font-family:Mulish-Black;
  margin-top: 30px;
  margin-bottom: 15px;
}
.semi-urban h4
{
  font-size: 34px;
  font-family:Mulish-Black;
  color: #e25e12;
}
.pd-top
{
  padding-top: 23px;
}
.urban-text
{
  border-bottom: 1px solid #f36e20;
  border-top: 1px solid #f36e20;
  padding:10px 0px;
  position: relative;
  margin-bottom: 20px;
}
.urban-text p
{
  padding-bottom:10px;
}
.urban-text p.tp-text
{
  padding-bottom: 0px;
}
.urban-text .col-md-4
{
  border-left:1px solid #f36e20;
}
.urban-icon
{
 position: absolute;
    top: -12px;
    right: 15px;
    background-color: #fff;
}
.urban-text-btm p
{
  padding-bottom: 15px;
}
.urban-text-btm
{
  padding-bottom:40px;
}
.women-emp-img
{
  margin-top:20px;
}
.u-footnote p
{
font-size: 12px;
font-style: italic;
}
.u-footnote p:last-child
{
  color: #972b1f;
}
.rural-image-sec
{
  margin-top: 40px;
}
.r-bg
{
  background-color: #e25e12;
  padding: 20px;
  margin-bottom: 20px;
}
.r-bg p
{
  color: #fff;
}
.r-grey-box
{
  background-color: #e6e6e6;
  height: 65px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  justify-content: space-between;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
}
.r-grey-box p
{
  max-width: 160px;
  width: 100%;
  line-height: 18px;
}
.rural-eco p
{
  margin-bottom:20px;
}
.rural-eco h3
{
  font-size:25px;
  color: #972b1f;
  font-family:Mulish-Black;
  margin-top: 40px;
  padding-bottom: 20px;
}
.rural-slider .item
{
  border:1px solid #972b1f;
  padding:40px 20px 20px;
}
.eco-icon
{
  position: relative;
}
.eco-icon:after
{
  content: '';
  position: absolute;
  left: 0;
  top:47px;
  background-color: #f36e20;
  height: 1px;
  width: 100%;
  z-index: -1;
}
.rural-slider p
{
 border-bottom: 1px solid #f36e20;
 text-align: center;
 margin-bottom: 0px;
 padding-bottom: 15px;
 min-height: 136px;
}
.rural-slider h4
{
font-size:20px;
color:#972b1f;
padding-bottom: 15px;
font-family:Mulish-Black;
text-align: center;
}
.rural-slider.owl-carousel .owl-item img
{
  width: auto;
  margin:auto;
}

.rural-slider.owl-theme .owl-dots
{
  margin-top: 40px;
}
.rural-slider.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 150px;
    margin:65px auto 0px;
    left: 0px;
    right: 0px;
}
.rural-slider .owl-nav button.owl-prev{
    position: absolute;
    background-image: url(../images/en/arrow-icon-left.png) !important;
    width: 30px;
    height:20px;
    left: 0px;
    opacity: 1;
    bottom: 0px;
}
.rural-slider .owl-nav button.owl-next{
    position: absolute;
    background-image: url(../images/en/arrow-icon-right.png) !important;
    width: 30px;
    height:20px;
    right: 0px;
    opacity: 1;
    bottom: 0px;
}
.rural-slider .owl-nav button.owl-prev, .rural-slider .owl-nav button.owl-next
{
  background-color: transparent !important;
} 
.rural-slider.owl-theme .owl-dots .owl-dot span
{
  background-color: transparent;
  border:1px solid #f58220;
}
.rural-slider.owl-theme .owl-dots .owl-dot.active span, .rural-slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color:#f58220;
  border:1px solid #f58220;
}
.comp-box
{
  background-color: #e7e7e8;
  padding: 0px 20px 20px;
  border-bottom: 4px solid #e56a25;
  margin-top:100px;
    min-height: 277px;
}
.comp-icon
{
  text-align: center;
  padding-bottom: 20px;
}
.comp-icon img
{
  margin-top: -90px;
}
.comp-box h4
{
  font-size:20px;
  color: #972b1f;
 /* font-family:Mulish-ExtraBold;*/
  padding-bottom: 10px;
}
.agri-data
{
  margin-top: 40px;
}
.agri-data h4
{
  font-size:20px;
   font-family:Mulish-ExtraBold;
   padding-bottom:15px;
   position: relative;
}
.agri-data p
{
  padding-bottom: 20px;
}
.success-btn
{
  margin-bottom: 40px;
}
.success-btn 
{
  font-size:20px;
  font-family:Mulish-Black;
  color: #fff;
  width: 230px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  background: #e86f1c;
    background: -moz-linear-gradient(top, #e86f1c 0%, #b83430 100%);
    background: -webkit-linear-gradient(top, #e86f1c 0%,#b83430 100%);
    background: linear-gradient(to bottom, #e86f1c 0%,#b83430 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e86f1c', endColorstr='#b83430',GradientType=0 );
}
.tab-img
{
  float:left;
  margin-right: 10px;
}
.story-tab
{
padding-bottom: 30px;
}
.story-tab .nav-pills>li
{
width: 49%;
}
.story-tab .nav-pills>li>a
{
  opacity: .3;
  color: #454646;
  font-size: 15px;
  font-family:Mulish-ExtraBold;
}
.story-tab .nav>li>a
{
padding-left: 0px;
}
.story-tab .nav-pills>li>a:hover
{
  background-color: transparent;
}
.story-tab .nav-pills>li>a span
{
  color: #b02a30;
  display: block;
}
.story-tab .nav-pills>li.active>a, .story-tab .nav-pills>li.active>a:focus, .story-tab .nav-pills>li.active>a:hover {
    opacity: 1;
    background-color:transparent;
    color: #454646;
}
.st-head
{
  max-width: 400px;
  width: 100%;
  padding-top: 90px;
  border-bottom: 1px solid #f36e20;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.st-head h5
{
  font-size:20px;
  font-family:Mulish-ExtraBold;
  line-height: 26px;
}
.st-head h5:last-child
{
  color: #b02a30;
}
.story-tab-content
{
  padding-bottom: 80px;
}
.story-tab-content h6
{
  font-size:16px;
  line-height: 24px;
  font-family:Revathi-Normal;
   border-top: 1px solid #f36e20;
   padding-top: 10px;
   position: relative;
}
.story-tab-content h6:before
{
content: "";
    display: block;
    position: absolute;
    width: 41px;
    height: 28px;
    background-color: #fff;
    top: -20px;
    background-image: url(../images/comma.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.st-btm h5
{
  font-size:16px;
  font-family:Mulish-Bold;
  font-style: italic;
  padding-bottom: 15px;
}
.st-btm p
{
  padding-bottom: 15px;
}
.st-btm p span
{
 font-family:Revathi-Normal; 
}
ul.compo-list li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 10px;
}
ul.compo-list li::before {
    content: '';
    background: #e25e12;
    height: 5px;
    width: 5px;
    list-style-type: circle;
    border-radius: 50%;
    /* border: 1px solid; */
    position: absolute;
    left: -12px;
    top: 9px;
    /* bottom: 157px; */
}
ul.compo-list {
    padding-left: 10px;
    list-style-type: none;
}
/*...*/
ul.compo-list-nw li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 10px;
    font-size:16px;
}
ul.compo-list-nw li::before {
    content: '';
    background: #e25e12;
    height: 5px;
    width: 5px;
    list-style-type: circle;
    border-radius: 50%;
    /* border: 1px solid; */
    position: absolute;
    left: -12px;
    top: 9px;
    /* bottom: 157px; */
}
ul.compo-list-nw {
    padding-left: 10px;
    list-style-type: none;
}
.hdnsmall-nw {
    color: #464545;
    font-family: Mulish-Regular;
    margin-top: 5px;
}
.iciciimgtxt-nw img {
    margin: 0px;
}
/*sanni*/
/*sanni style*/
/*sanni style*/
/*.stakeholderHolder .insidepages {
  padding-top: 110px;
}*/
.org-bg-txt {
  background-image: url("../images/pramoting-bnr.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 34px 0px;
}

.org-bg-txt h1 {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  font-family: Mulish-Black;
  padding-bottom: 40px;
}
.org-bg-txt h1 span {
  display: block;
}
.org-bg-txt h2 {
  font-size: 35px;
  color: #fff;
  margin-top: 20px;
  font-family: Mulish-Bold;
}
.org-bg-txt p {
  font-size: 18px;
  color: #fff;
  font-family: Mulish-SemiBold;
}
.maternity-inside {
  padding: 34px 0px;
}
.maternity-inside h3{
  color: #004a80;
  font-size: 30px;
  font-family: Mulish-Black;
}
.maternity-inside h4{
  color: #b02a30;
  font-size: 20px;
  font-family: Mulish-Black;
  margin-top: 15px;
}
.maternity-inside p b {
  color: #e56a25;
}
.bg_clr_1{
  background-color: #e56a25;
}
.bg_clr_2{
  background-color: #b02a30;
}
.bg_clr_3{
  background-color: #a9abae;
}

.three-clr-box h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: Mulish-Black;
}
.three-clr-box p {
  text-align: center;
  color: #fff;
}
.three-clr-box {
  padding: 38px;
  min-height: 334px;
}
.img-arae{
 width: 100%;
 display: inline-block;
 margin: 40px 0px;
}
.img-araenb p{
  text-align: center;
  font-family: Mulish-Bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.img-araenb img{
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
}

/**/
.stakeholder-acor .panel-title > a::before {
  float: right !important;
  content: '-';
  position: absolute;
  right: 30px;
  font-size: 40px;
  color: #e56a25;
  margin-top: 5px;
  font-weight: 700;
}
.stakeholder-acor .panel-title > a.collapsed::before {
  float: right !important;
  content: '+';
  position: absolute;
  right: 30px;
  font-size: 40px;
  color: #e56a25;
  margin-top: 5px;
  font-weight: 700;
}
.stakeholder-acor .panel-default > .panel-heading {
  color: #e56a25;
  background-color: #e7e7e8;
  border-color: transparent;
  font-size: 20px;
  font-family: Mulish-Bold;
  padding: 0px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sideimg{
  margin-right: 20px;
  display: inline-block;
}
.stakeholder-acor .panel-default {
  border-color: transparent;
}
.stakeholder-acor .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-family: Mulish-Bold;
  color: inherit;
}
.stakeholder-acor .panel-body {
  padding: 20px 0px;
}
.inside-acor h3{
  color: #b02a30;
  font-family: Mulish-Bold;
  font-size: 20px;
}
.inside-acor p{
  margin-bottom: 15px;
}
.stakeholder-acor a:focus, .stakeholder-acor a:hover {
  color: #23527c;
  text-decoration: none;
}

.bottom-list ul li {
  font-size: 16px;
  padding: 4px 0px;
  list-style: decimal;
}
.bottom-list ul {
  padding-left: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.boderdf {
  border-left: 1px solid #e56a25;
  border-right: 1px solid #e56a25;
  padding: 0px 15px 0px 45px;
}
.mr-btm-40{
  margin-bottom: 40px;
}
/**/
section.inclusive-growth-new {
  background: url(../images/pramoting-bnr.png) no-repeat;
  background-size: auto;
  margin-top: 0px;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
section.inclusive-growth-new p {
  color: #fff;
}
section.inclusive-growth-new h1 {
  font-family: Mulish-Black;
  font-size: 45px;
  color: #fff;
}
.other-fonts p span {
  display: block;
  font-size: 16px;
}

.other-fonts p {
  font-size: 20px !important;
  font-family: Mulish-Bold;
  padding: 0px 30px !important;
}
.other-fonts h4 {
  font-size: 33px;
  color: #fff;
  margin-top: 27px;
  padding: 0px 30px;
  position: relative;
}
.other-fonts h4::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../images/ver-line.png);
  width: 12px;
  height: 57px;
}
.other-fonts h4::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 74px;
  background-image: url(../images/ver-line.png);
  width: 12px;
  height: 57px;
}
.vandey-txt {
  border-top: 2px solid #af2a30;
  border-bottom: 2px solid #af2a30;
  padding: 20px 248px;
  text-align: center;
}
.vande-matram{
  width: 100%;
  display: inline-block;
  padding: 40px 0px;
}
.vandey-txts-btm{
  padding: 20px 180px;
  text-align: center;
}
.bg-liner {
  background-image: url("../images/icon-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 215px;
}
.liner-txt {
  padding: 20px 75px 0px 0px;
}
.liner-txt1 {
  padding: 20px 0px 0px 75px;
}
.vandey-txt p {
  font-size: 20px;
  font-family:Mulish-Medium;
}
.other-fonts {
  font-size: 24px;
  font-family: samarn;
  color: #d46027;
}
.txt-block{
  display: block;
}
.vandey-txts-btm h3{
  font-size: 24px;
  font-family: Mulish-Black;
  color: #4d4d4f;
}
.vandey-txts-btm h4{
  font-size: 18px;
  font-family: Mulish-Bold;
  color: #af2a30;
  margin-top: 15px;
}
h4.maroon-heads{
  font-size: 18px;
  font-family: Mulish-Bold;
  color: #af2a30;
  margin-top: 15px;
}
.gandhi-gham{
  padding: 40px 0px;
}
.gandhi-gham h3 {
  font-size: 35px;
  color: #464545;
  margin-bottom: 20px;
  font-family: Mulish-Bold;
}
h4.orgtxts {
  font-size: 24px;
  color: #e46a26;
  font-family: Mulish-Bold;
  position: relative;
  border-top: 2px solid rgba(228, 106, 38, 0.4);
  padding-top: 10px;
  margin-top: 47px;
}
.orgtxts::before {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 28px;
  background-color: #fff;
  top: -20px;
  background-image: url("../images/comma.png");
  background-size: contain;
  background-repeat: no-repeat;
}
h4.maroon-heads1{
  font-size: 20px;
  font-family: Mulish-Bold;
  color: #af2a30;
  margin-top: 15px;
}
.four-boxse {
  background-color: #fcede0;
  padding: 20px;
  border-radius: 5px;
  min-height: 301px;
}
.mr-bt30{
  margin-bottom: 20px;
}
.graph-aredq{
  padding: 40px 0px;
}
.graph-aredq h3 {
  font-size: 35px;
  color: #464545;
  margin-bottom: 20px;
  font-family: Mulish-Bold;
}
.imga-at img{
  width: auto;
  display: block;
  margin: 20px auto;
}
.statiying-txt{
  padding: 40px 0px;
}
.statiying-txt h3{
 font-size: 35px;
 color: #464545;
 margin-bottom: 20px;
 font-family: Mulish-Bold;
}

.th-txt h4 {
  font-size: 24px;
  color: #e46a26;
}
.th-txt h4 span {
  font-size: 16px;
  color: #464545;
}
.th-txt p {
  padding: 0px;
}
.th-txt {
  border-top: 2px solid #fbe6db;
  padding: 15px 0px;
}
p.maroon-headsp{
  font-size: 20px;
  font-family: Mulish-Bold;
  color: #af2a30;
  margin-bottom: 20px;
}
.border-tp{
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
  margin-top: 20px;
}
/**/
h1.main-heads{
  font-size:45px;
  color: #003e6a;
  font-family: Mulish-Black;
}
p.font-18tx{
  font-size: 18px;
  color: #464545;
  font-family: Mulish-Bold;
}
h3.sub-heads{
  font-size:30px;
  color: #972b1f;
  font-family: Mulish-Black;
}
.mt-fg{
  margin-top: 20px;
}
.indi-txt {
  background-color: #e6e6e6;
  position: relative;
  width: 100%;
  display: inline-block;
  height: 66px;
  margin: 8px auto;
}
.left-ind {
  width: 58%;
  float: left;
}
.right-ind {
  float: right;
  background-color: #e56a25;
  padding: 10px;
  width: 83px;
  height:66px;
}
.right-ind img {
  display: block;
  margin: 0px auto;
}
.left-ind p {
  padding: 0px 0px 0px 15px;
  line-height: 1.2;
  font-size: 16px;
  align-items: center;
  display: flex;
  height: 66px;
}
.all-indi-txt {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
}
.shortage{
  padding: 20px 0px;
}
.ici-foundation h3{
  font-size: 30px;
  color: #464545;
  font-family: Mulish-Black;
}
.one-tcontent h3{
  font-size: 35px;
  color: #e25e12;
  font-family: Mulish-Black;
}
.one-tcontent {
  padding: 10px 0px;
  border: 1px solid #e25e12;
  border-left: none;
  border-right: none;
  margin: 20px auto;
  width: 100%;
  display: inline-block;
}
.one-tcontent p {
  padding-top: 0px;
}
p.p_mclr{
  color: #972b1f;
  margin-bottom: 20px;
  font-family: Mulish-Bold;
}

.inner-txts h5 {
  font-size: 16px;
  color: #454646;
  font-family: Mulish-Black;
  margin: 10px auto;
  margin-top: 20px;
}
.inner-txts p {
  padding-top: 0;
  margin-bottom: 10px;
}
.pink-box p {
  padding-top: 0px;
}
.pink-box p:last-child
{
  padding-top: 15px;
}
.pink-box .p_mclr {
  margin-top: 0;
  margin-bottom: 10px;
}

.inner-txts p {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.inner-txts p:last-child {
  border-bottom: none;
}
.pink-box {
  background-color: #fbede0;
  padding: 40px;
  border-radius: 20px;
  margin: 30px auto;
  width: 100%;
  display: inline-block;
}

.btn-ps p {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.btn-ps p:last-child {
  border-bottom: none;
}
.font-20txst{
  font-size: 20px;
  font-family: Mulish-Black;
  color: #972b1f;
}
.font-16txst{
  font-size: 16px;
  font-family: Mulish-Black;
  color: #972b1f;
}
.middl-im img {
  display: block;
  margin: 20px auto;
}
.innerSliders {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.innerSliders .highlight-slider.owl-carousel .owl-item img {
  width: 100%;
}
.innerSliders .iciciimgtxt p {
  background: #e25e12;
  padding: 15px 20px !important;
  color: #fff !important;
  line-height: 20px;
  min-height: 90px;
}


.border-boes {
  padding: 26px 18px;
  border: 1px solid #f7a570;
  /*margin: 20px auto;*/
  width: 100%;
  min-height: 402px;
}
.border-boes h4 {
  font-size: 20px;
  color: #af292f;
  font-family: Mulish-Black;
  padding-bottom: 10px;
}

.border-boes p {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 7px;
  padding-top: 7px;
}
.border-boes p:last-child {
  border-bottom: none;
}
.ecology-sec {
  background-image: url("../images/tiger-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 910px;
  padding: 45px;
}

.org-bgd {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 236px;
  padding: 40px;
}

.org-bgd h3{
  color: #fff;
  font-size: 20px;
  font-family: Mulish-Black;
}
.org-bgd p{
  color: #fff;
}
.out-comesa .col-md-3 {
  width: 20%;
  padding: 7px;
}
.out-comesa h4{
  color: #e25e12;
  font-size: 25px;
  font-family: Mulish-Bold;
}
.more-f {
  display: flex;
  gap: 15px;
}
.out-comesa .col-md-3:nth-child(1) {
  width: 18%;
  padding-left: 0px;
}
.out-comesa .col-md-3:nth-child(2) {
  width: 18%;
}
.out-comesa .col-md-3:nth-child(3) {
  width: 18%;
}
.out-comesa .col-md-3:nth-child(4) {
  width: 18%;
}
.out-comesa .col-md-3:nth-child(5) {
  width: 28%;
  padding-right: 0px;
}
.divider-rt{
  position: relative;
}
.divider-rt::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 11px;
  background-color: #e25e12;
  height: 120px;
  width: 1px;
}
.one-tcontent.size-b .col-md-3 {
  width: 20%;
  padding: 0px;
  padding-right: 15px;
}
.divider-rt1{
  position: relative;
}
.divider-rt1::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 11px;
  background-color: #e25e12;
  height: 79px;
  width: 1px;
}
.btm-t-d{
  margin-bottom: 30px;
}
.btn-suc a{
  padding: 7px 20px;
  background-color: #d65828;
  font-size: 20px;
  color: #fff;
  font-family: Mulish-Bold;
  display: inline-block;
  margin: 10px auto;
}

.udiya h3 {
  font-size: 20px;
  color: #454646;
  border-bottom: 1px solid #d65828;
  padding-bottom: 10px;
  font-family: Mulish-Bold;
}
.udiya h3 span {
  display: block;
  color: #b02a30;
  font-family: Mulish-Bold;
}
.udiya{
  margin-top: 170px;
}
.udiya p {
  position: relative;
  border-top: 2px solid rgba(228, 106, 38, 0.4);
  padding-top: 10px;
  margin-top: 50px;
}
.udiya p::before {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 28px;
  background-color: #fff;
  top: -20px;
  background-image: url("../images/comma.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.ind-user-ba {
  display: flex;
  gap: 9px;
  align-items: center;
}

.right-u h4 {
  font-size: 16px;
  color: #454646;
  padding-bottom: 10px;
  font-family: Mulish-Bold;
}
.right-u h4 span {
  display: block;
  color: #b02a30;
  font-family: Mulish-Bold;
}
.graph-aredq, .statiying-txt{
 background-image: url("../images/contrubutionline.png");
 background-size: contain;
 background-repeat: no-repeat;
}
h3.big-h{
  font-size: 35px;
  color: #464545;
  margin-top: 20px;
  font-family: Mulish-Black;
}
/**/
/**/
.foundation-acor .panel-title > a::before {
  float: right !important;
  content: '-';
  position: absolute;
  right: 30px;
  font-size: 40px;
  color: #464545;
  margin-top: 0;
  font-weight: 700;
  top: -8px;
}
.foundation-acor .panel-title > a.collapsed::before {
  float: right !important;
  content: '+';
   position: absolute;
  right: 30px;
  font-size: 40px;
  color: #464545;
  margin-top: 0;
  font-weight: 700;
  top: -8px;
}
.foundation-acor .panel-default > .panel-heading {
  color: #e56a25;
  background-color: transparent;
  border-color: transparent;
  font-size: 20px;
  font-family: Mulish-Bold;
  padding: 0px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.foundation-acor .panel-default {
  border-color: transparent;
}
.foundation-acor .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-family: Mulish-Bold;
  color: #464545;
  position: relative;
  border-bottom: 1px solid #464545;
    padding: 10px;
}
.foundation-acor .panel-body {
  padding: 20px 0px;
}

.foundation-acor a:focus, .foundation-acor a:hover {
  color: #23527c;
  text-decoration: none;
}
.foundation-acor .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.foundation-acor .panel {
  box-shadow: none;
}
/**/
.feed-tabs {
  width: 100%;
  display: inline-block;
}
.feedback-tab .nav-tabs > li.active > a, .feedback-tab .nav-tabs > li.active > a:focus, .feedback-tab .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
  border-top: 0px aliceblue;
  border-left: 0px;
  border-radius: 0px;
  opacity: 1;
}
.feedback-tab .nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px;
 border-left: 1px solid #e4e4e4;
 opacity: .4;
}
.feedback-tab .nav-tabs {
  border-bottom: 0px solid #ddd;
}
.feedback-tab .nav-tabs li:nth-child(1){
  border-left: 0px;
}
.rleft{
  width: 100%;
  display: inline-block;
}
.left-txt {
  border: 2px solid #c88f88;
  border-right: 0px;
  max-width: 178px;
  float: left;
}
.left-txt p{
  font-size: 18px;
  font-family: Mulish-Bold;
  color: #464545;
  padding: 47px 0px 47px 60px;
}

.right-numbers ul li {
  list-style: none;
  font-size: 25px;
  font-family: Mulish-Black;
  background-color: #972b1f;
  margin-bottom: 6px;
  text-align: center;
  padding: 4px 15px;
  color: #fff;
}
.right-numbers ul {
  padding-left: 0;
}
.right-numbers {
  max-width: 160px;
  float: left;
  width: 100%;
  margin-left: 15px;
}
.right-numbers ul li.active {
  background-color: #e25e12;
}
.rthld .left-txt p {
  font-size: 18px;
  font-family: Mulish-Bold;
  color: #464545;
  padding: 77px 60px 64px 20px;
}
.rthld .right-numbers {
  max-width: 160px;
  float: left;
  width: 100%;
  margin-left: 0px;
  margin-right: 15px;
}
.rthld .left-txt {
  border: 2px solid #c88f88;
  border-left: 0px;
  max-width: 178px;
  float: left;
}
.numbers-blocks {
  width: 100%;
  display: inline-block;
  margin: 30px auto;
}
.middle-txt ul li {
  font-size: 18px;
  list-style: none;
  text-align: center;
  padding: 9px 0px;
  font-family: Mulish-Bold;
  color: #972b1f;
  min-height: 44px;
  margin-bottom: 5px;
}
.middle-txt ul li.active {
  color: #464545;
}
.agri-data h4::before {
    content: '';
    position: absolute;
    background: orange;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    top: 9px;
    left: -15px;
}
span.unbld-rp {
    font-family: 'Mulish-Regular';
    font-weight: 500;
}
.rmv-para {
    border-bottom: none!important;
}
ul.compo-list-nw li b {
    color: #e56a25;
}
ul.tpstake {
    padding-top: 20px;
}

.imgtxt
{
  background-color: #e46a26;
  padding: 10px 45px 10px;
}
.imgtxt p
{
  color: #fff;
  padding-top: 0px;
}
.enhancingpage h6
{
  color: #b02a30;
  font-size: 20px;
  font-family:Mulish-ExtraBold;
  padding-top: 25px;
}
.enhancingpage 
{
  padding-bottom: 75px;
}
.responseinnnerpage .row 
{
  margin-top: 30px;
  margin-bottom: 10px;
}
.responseinnnerpage .row  .col-md-4:nth-child(1)
{
  padding-right: 0px;
}
.responseinnnerpage .row  .col-md-4:nth-child(2)
{
  padding-right: 0px;
  padding-left: 0px;
}
.responseinnnerpage .row  .col-md-4:nth-child(3)
{
  padding-left: 0px;
}
.respondataicon
{
    background: rgb(231,231,232,1);
  display: flex;
  align-items: center;
  border-right: 4px solid #e56a25;
  border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
}
.respondataicon p
{
  padding: 0px 20px;
  color: #b02a30;
}
.effortsticon
{
  overflow: hidden;
  display: flex;
  margin-top: 25px;
}
.txtnumbereff
{
  background-color: #e7e7e8;
  width: 75%;
  float: left;
  padding: 5px 0px;
}
.txtnumbereff p
{
  padding-top: 0px;
  text-align: center;
  font-family: Mulish-ExtraBold;
}
.txtnumbereff p span
{
  display: block;
  color: #b02a30;
  font-size: 20px;
  font-family: Mulish-ExtraBold;
}
.iconbgeff
{
  background-color: #e56a25;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width:25%;
  float: left;
  display: flex;
  align-items: center;

}
.iconbgeff img
{
  margin: auto;
  display: block;
}
.responseinnnerpage .sndrow 
{
  margin:5px 0px 10px;
}
.responseinnnerpage .sndrow .col-md-4
{
  padding-left: 15px;
  padding-right: 15px;
}
.responseinnnerpage .sndrow .col-md-4:nth-child(1)
{
  padding-left: 0px;
  padding-right: 15px;
}
.responseinnnerpage .sndrow .col-md-4:nth-child(2)
{
  padding-left: 15px;
  padding-right: 15px;
}
.responseinnnerpage .sndrow .col-md-4:nth-child(3)
{
  padding-left: 15px;
}
.responseinnnerpage .sndrow .col-md-4:nth-child(4)
{
padding-left: 0px;
}
.serinnerpage .row .col-md-4:nth-child(4)
{
  padding-right: 0px;
}
.serinnerpage .row 
{
  margin-top: 0px;
}
.serinnerpage .row .col-md-4
{
  margin-top: 30px;
}
.serinnerpage h5
{
  color: #000000;
  font-size: 18px;
      font-family:Mulish-ExtraBold;
}
.imgtop10
{
  padding-top: 10px;
}
.serinnerpage  .rowtop30
{
  margin-top: 30px;
}
.imgtop30
{
  padding-top: 30px;
}
.serinnerpage .row .col-md-6
{
padding: 0px;
}
.serinnerpage .row hr
{
  border-top: 1px solid #e46a26;
}
.serinnerpage .row p
{
  padding-top: 5px;
}
.serinnerpage .row .col-md-6 p
{
  padding-right: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.serinnerpage .row h3
{
  font-size: 30px;
  color: #e46a26;
  font-family:Mulish-Bold;
}
.serinnerpage .row h3 span
{
  font-size: 16px;
      font-family: Mulish-Regular;
      color: #464545;
}
.serinnerpage .row
{
  margin-bottom: 0px;
}
.serinnerpage .row hr:last-child
{
  margin-bottom: 0px;
}
.enhancingpage img
{
  padding-top: 20px;
}
.riskgovpage a.pglink
{
  margin-top: 15px;
  color: #b02a30;
  display: block;
  font-family:Mulish-Italic;
  font-size: 12px;
}
.riskgovsl
{
  padding: 40px 0px;
margin-bottom: 30px;
}
.riskgovdata
{
  border: 2px solid #000;
  border-radius: 10px;
  padding: 25px 10px;
  min-height: 173px;
}
.riskgovdata h6
{
  color: #e56a25;
  font-size: 16px;
  font-family:Mulish-Bold;
  padding-top: 0px;
}
.riskgovdata p
{
  padding-top: 5px;
}
.riskgovsl.owl-theme .owl-dots
{
  position: absolute;
  left: 0px;
  bottom: -20px;
  padding-top: 20px!important;
}
.riskgovsl.owl-theme .owl-dots .owl-dot span
{
  background: #f5c3a8;
}
.riskgovsl.owl-theme .owl-dots .owl-dot.active span, .riskgovsl.owl-theme .owl-dots .owl-dot:hover span
{
background: #e56a25;
}
.riskgovsl .owl-nav
{
  position: absolute;
  right: 0px;
  bottom: -20px;
  left:auto;
}
.riskgovsl .owl-nav button.owl-next {
    position: absolute;
    background-image: url(../images/slnextarrow.png) !important;
    width: 32px;
    height: 32px;
    right: 0px;
    opacity: 1;
    bottom: 0px;
}
.riskgovsl .owl-nav button.owl-prev {
    position: absolute;
    background-image: url(../images/slprevarrow.png) !important;
    width: 32px;
    height: 32px;
    right: 36px;
    opacity: 1;
    bottom: 0px;
}
.riskgovsl  .owl-nav button.owl-prev, .riskgovsl  .owl-nav button.owl-next {
    background-color: transparent !important;
}
.riskgovsl .owl-stage-outer
{
  overflow: initial;
}
.insidepageshtml
{
  overflow-x: hidden;
}
.acadmeia
{
  padding: 20px;
      position: relative;
      margin-top: 30px;
}
.cap-bu-bx {
    background-image: url(../images/capability-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 30px 40px;
    min-height: 310px;
}
.cap-bu-bx p:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/capability-line-img.png);
    width: 284px;
    height: 11px;
}
.cap-bu-bx p {
    color: #ae2b30;
    padding: 10px 20px 20px 20px;
    position: relative;
    text-align: center;
}
.acadmeia h6 {
    text-align: center;
}
.acadmeia::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(45deg, #d7642a, #ae2b30);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.acadmeia h6
{
  padding-top: 0px;
}
.respondataicon img
{
  padding-top: 0px;
}
.col-md-12.bankcontrol {
    border: 1px solid #af2a2f;
    margin: 20px 0;
    padding: 20px 0;
    border-radius: 20px;
}
.brownbgdetails {
    /* background: rgb(239,110,34); */
    /* background: linear-gradient(90deg, rgba(239,110,34,1) 0%, rgba(176,42,47,1) 100%); */
    background: #e86f1c;
    background: -moz-linear-gradient(top, #e86f1c 0%, #b83430 100%);
    background: -webkit-linear-gradient(top, #e86f1c 0%,#b83430 100%);
    background: linear-gradient(to bottom, #e86f1c 0%,#b83430 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e86f1c', endColorstr='#b83430',GradientType=0 );
    padding: 10px 10px 1px;
    border-radius: 0 0 15px 15px;
}
ul.brownlist2 {
    background: #fff;
    height: 260px;
    border-radius: 0 0 10px 10px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.inside-uls li {
    margin-bottom: 10px;
    font-size: 16px;
}
.brownlist2 li::marker {
    color: #e25e12!important;
}
.bankcontrol h6
{
  padding-top: 0px;
  padding-bottom: 20px;
}
.brownbgdetails h6 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family:Mulish-Regular;
}
p.risklst::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    background: orange;
    border-radius: 50%;
    left: -13px;
    top: 23px;
}
p.risklst {
    position: relative;
}
ul.inside-ulscybersec
{
padding-left: 15px;
}
ul.inside-ulscybersec li
{
  font-size: 16px;
  padding-top: 15px;
}
ul.inside-ulscybersec li::marker {
    color: #e25e12!important;
}
.bldline
{
  margin-bottom: 0px;
  border-top: 2px solid #eee;
}
p.pdtopz
{
  padding-top: 5px;
}
h4.h4colofont
{
  color: #b02a30;
    font-size: 16px;
    font-family: Mulish-ExtraBold;
    padding-top: 25px;
}
img.cyberline
{
  padding-top: 5px;
}
.alnimg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stalin a {
    color: #fff;
}
p.clrmrn a {
    color: #972b1f;
}
.bottom-list ol li {
    font-size: 16px;
    padding: 4px 0px;
    list-style: decimal;
}
.bottom-list ol {
    padding-left: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}
ol.nwol {
    padding-left: 11px;
}
p.clrnon a:hover {
    color: #337ab7;
}
p.clrnon a {
    color: #000;
}

.responsible-banking h5
{
font-size:16px;
color: #b02a30;
font-family:Mulish-ExtraBold;
padding-top: 30px;
padding-bottom: 15px;
line-height: 22px;
}
.responsible-banking h6
{
  font-size:14px;
  padding-bottom:8px;
   font-family:Mulish-Regular;
   font-style: italic;
}
.responsible-banking h6 a
{
  color: #b02a30;
}
.responsible-banking
{
  padding-bottom: 80px;
}
.bethics-img, .cc-img
{
  padding-top: 30px;
  padding-bottom: 10px;
}
.board-banner
{
  background-image: url(../images/board-banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding: 40px 0px;
}
.board-banner h1
{
  color: #fff;
}
.board-banner h5
{
  font-size: 20px;
  color: #fff;
   font-family:Mulish-Black;
   padding-top: 20px;
   padding-bottom: 12px;
}
.board-banner p
{
  color: #fff;
}
.board-banner h3
{
  font-size: 35px;
  color: #fff;
  font-family:Mulish-ExtraBold;
  padding-bottom: 30px;
  padding-top: 30px;
}
.board-comp p
{
  padding-bottom: 15px;
}
.dir-table h4
{
  margin-bottom: 50px;
}
.dir-box p
{
  color: #b02a30;
  padding-top: 20px;
  text-align: center;
}
.dir-images
{
  display: flex;
    justify-content: flex-end;
}
.dir-box
{
  margin-left: 10px;
}
.baord-table
{
  margin-top: 40px;
  margin-bottom: 50px;
}
.baord-table1
{
  margin-bottom: 20px;
  margin-top: 40px;
}
.board-graph
{
  margin-bottom:35px;
}
.indep-board
{
  padding-bottom: 70px;
}
.indep-board h4
{
padding-top: 0px;
padding-bottom: 20px;
}
.indep-board p
{
  padding-bottom:20px;
}
.foot-note
{
  color: #b02a30;
  font-size: 14px;
  font-style: italic;
}
.foot-note a
{
  color: #b02a30;
}
.ccp-graph
{
  padding: 40px 0px;
}
.foot-note1
{
  margin-bottom:30px;
}
.committe-img
{
margin-top: 20px;
margin-bottom: 30px;
}
h4.orgubld {
    font-family: Mulish-Regular;
}
h3.fostebld{
    font-family: Mulish-Black;
}
h4.orngindia {
    color: #e46a26;
    margin-top: 20px;
    font-size: 22px;
    font-family: Mulish-Black;
    margin-bottom: 20px;
}
.th-txt h4 span.nmbrbld {
    font-size: 25px;
    font-family: 'Mulish-Black';
    color: #e46a26;
    /*padding-right: 5px;*/
}
h4.ornbldworld {
    font-family: Mulish-black;
}
img.tigeralgn {
    padding-top: 30px;
}
.insideheadblue{
    color:#053c6d;
}
.bsnetcs {
    display: flex;
    justify-content: center;
    align-items: center;
}
.com-sz li {
    font-size: 16px;
}
.imgtxt-nw{
    max-width: 97%;
}
.iciciimgtxtant {
    margin-bottom: 50px;
}
.spcbttm{
    margin-bottom:20px;
}
ul.com-sznw li::before {
    left: -9px!important;
   
    top: 9px;
}
p.stalin {
    font-family: 'Mulish-Regular';
}
p.clrmrn a:hover {
    color: #972b1f;
}
.stakeholder-acor-nwe a:focus, .stakeholder-acor-nwe a:hover{
color: #972b1f;
    text-decoration: none;
    }
.graph-aredq-rmv {
    background-image: none;
    padding: 0px 0px!important;
}
.statiying-txt-nww{
     background-image: none;
    padding: 22px 0px!important;
}
.gandhi-gham-nnn {
    padding: 0px 0px;
}
h3.fostrmv {
    margin-top: 25px;
    margin-bottom: 0px;
}
h3.fonspc {
    margin-bottom: 15px;
}
ul.fnd-list li {
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    padding-left: 3px;
}
ul.fnd-list {
    padding-left: 0px;
    list-style-type: none;
}
ul.fnd-list li::before {
    content: '';
    background: #e25e12;
    height: 5px;
    width: 5px;
    list-style-type: circle;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 15px;
}
p.prlst {
    position: relative;
}
p.prlst::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background: #e25e12;
    border-radius: 50%;
    top: 10px;
    left: -11px;
}
.inner-txtsnw p {
    border-bottom: 0px;
}
.fntrangol {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 5px;
}

.impact-assessment
{
  padding-top: 100px;
}
.sub-menu1 .dropdown-menu
{
margin-left: 0px;
}
.sub-menu1 .dropdown-menu li a
{
  width: 138px;
}
.board-banner .sitemaplink a, .board-banner .sitemaplink ,.whitesitemaplink,.whitesitemaplink a,.whitesitemaplink a.active
{
    color:#fff;
}
.orangebgesg
{
    background-color:#e46a26;
    margin-top:20px;
    padding-top:20px;
}
.orangebgesg h6
{
    color:#fff;
    padding-top:0px;
    padding-left: 20px;
}
.orangebgesg p
{
    color:#fff;
    padding-left: 20px;
    padding-right: 20px;
}
img.paddingtpzeroimg
{
    padding-top:0px;
}
.margintopminus
{
  margin-top: -70px;
  margin-left: 5px;
}
.glollist
{
  padding-left: 15px;
  margin-top: 10px;
}
h3.mbtm5px
{
  margin-bottom: 5px;
} 
.highlight-slider1 .udiya p img, .story-tab-content h6  img
{
    display:inline;
}
.highlight-slider1 .col-md-4 img
{
    width:100%!important;
}
.sec-highlights .brown-heading
{
    text-align:left;
}
p span.brownparagraph
{
    color:#af2a30;
    font-family:Mulish-Bold;
}
p.ptzeromb
{
    padding-top:0px;
    padding-bottom: 10px;
}