@font-face {
    font-family: roboto-bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: roboto-medium;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: roboto-regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: roboto-black;
    src: url(../fonts/Roboto-Black.ttf);
}

@font-face {
    font-family: roboto-light;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: dinpro-bold;
    src: url(../fonts/DINPro-Bold.otf);
}
@font-face {
    font-family:alwyn-bold;
    src:url(../fonts/alwyn-bold.ttf);
}

body {
    padding: 0;
    margin: 0;
    font-family: roboto-regular;
}

h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

p {
    color: #414042;
    font-size: 16px;
    line-height: 26px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* Menu Start */

header {
    display: block;
    margin: auto;
    z-index: 999;
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    background: #fff;
}

header .container {
    background: #fff;
    padding: 0px;
}


/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    transition: all ease .3s;
    padding: 0;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
    }*/

.logo {
    float: left;
    margin-top: 12px;
    padding-left: 20px;
}

.logo span {
    padding-left: 70px;
    font-size: 16px;
    position: relative;
    top: 10px;
}
.logo span a {
    text-decoration: none;
    color: #000;
}
.logo span a:hover {
    color: #3da451;
}
header .navbar-inverse {
    background-color: transparent;
    border: none;
}

.ham-icon {
    display: block;
    cursor: pointer;
    margin-top: 35px;
    margin-right: 15px;
    float: right;
}


/*   .my-sidenav {
        width: 0px;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        overflow-x: hidden;
        z-index: 999999999;
        height: 100vh;
        max-width: 0px;
        width: 100%;
        background-color: rgba(65, 59, 111, 0.9);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        }*/

.my-sidenav>ul {
    padding: 0px 20px 0px;
}

.my-sidenav>ul>li>ul {
    margin-top: 0px;
    display: none;
}

.my-sidenav ul.submenu li ul.submenu {
    display: none;
    position: static;
    width: 100%;
}

.my-sidenav ul {
    list-style-type: none;
    padding-left: 0;
}

.my-sidenav ul li {
    padding: 15px 10px;
    min-height: 125px;
}

.my-sidenav ul li a {
    font-size: 14px;
    font-family: 'roboto-bold';
    color: #ffffff;
    padding: 0px;
    height: 75px;
}
.my-sidenav ul li ul li a {
    font-family: 'roboto-regular';
	position:relative;
}
.my-sidenav ul li ul li a:hover {
    font-family: 'roboto-bold';
}
.my-sidenav ul li ul li a:after {
    position: absolute;
    display: block;
    content: "";
    background: #fff;
    width: 0;
    height: 1px;
    transition: all ease .3s;
}
.my-sidenav ul li ul li a:hover:after {
   width:100%;
}
.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

.my-sidenav>ul>li>ul>li {
    border-bottom: 1px solid #ffffff;
    padding: 10px 0px;
}

.my-sidenav>ul>li>ul>li:last-child,
.my-sidenav ul.submenu li ul.submenu li:last-child {
    border-bottom: 0px;
}

.my-sidenav ul.submenu li ul.submenu li {
    border-bottom: 1px solid #ffffff;
    padding: 10px 10px;
}

.my-sidenav ul.submenu li ul.submenu li a {
    color: #ffffff;
    font-size: 16px;
}

.cross-btn {
    text-align: right;
    padding: 16px 14px 0px 0px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}

.my-sidenav .submenu-indicator-minus .submenu-indicator {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.my-sidenav .submenu-indicator {
    font-size: 30px;
    position: absolute;
    line-height: 25px;
    right: 15px;
}

.my-sidenav>ul>li>a {
    color: #ffffff;
    font-size: 17px;
}

.my-sidenav>ul>li>ul>li>a {
    color: #ffffff;
    font-size: 14px;
}

.my-sidenav>ul>li>ul>li>a img {
    padding-right: 10px;
}

.download-btn {
    float: right;
    margin-top: 35px;
}

.download-btn a {
    color: #000;
    padding: 5px;
    margin-right: 70px;
    margin-left: 40px;
    transition: all .3s ease-in-out;
    font-size: 18px;
}
.menu {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.my-sidenav {
    display: none;
    z-index: 999999999;
    max-width: 100%;
    width: 100%;
    background-color: #3da451;
    position: relative;
    padding-top: 30px;
	height: 88vh;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 0px;
    max-width: 1170px;
    left: 0px;
    margin: auto;
    right: 0;
    background-color: #1b485b;
    top: 150px;
    border-top: 1px solid #fff;
    transition: ease all 0.5s;
}

.my-sidenav ul li ul li {
    min-height: auto;
    padding: 10px 0;
}

ul.dflex {
    display: flex;
    flex-wrap: wrap;
}

.my-sidenav ul li ul li.col-md-3 {
    border-right: 1px solid #ffffff;
    padding: 30px;
}

.my-sidenav ul li ul li.col-md-3:nth-child(3),
.my-sidenav ul li ul li.col-md-3:nth-child(7),
.my-sidenav ul li ul li.col-md-3:nth-child(11) {
    border-right: 0px;
}

.mbmenu {
    display: none;
}
.download-btn img {
    padding-left: 10px;
}
.nav-icon3 {
  width:33px;
  height:23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background:#3da451; /* Old browsers */
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
  top:8px;
}

.nav-icon3 span:nth-child(4) {
  top:16px;
}

.nav-icon3.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}
 /* Menu Css End */


/***footer**/
.footerar a {
    float: left;
    color: #252525;
    font-size: 16px;
    font-family: roboto-bold;
    padding: 0 15px;
    border-left: 1px solid;
    margin-top: 3px;
    text-decoration: none;
}
.footerar a span {
    margin-right: 10px;
}
.footer {
    background-color: #cfde3d;
    margin-top: 0;
    padding: 30px 0px 0px 0px;
}
.footerar {
    max-width: 465px;
    width: 100%;
    margin: auto;
    border-bottom: 2px solid #252525;
    padding-bottom: 40px;
}
.footerar h3 {
    float: left;
    margin-right: 30px;
    padding-top: 4px;
    color: #252525;
    font-size: 20px;
    font-family: roboto-bold;
}
.footerar-btm {
    text-align: center;
    padding-top: 0;
    margin-bottom: 15px;
}
.footerar-btm a {
    font-size: 18px;
	color: #252525;
}
.footerar-btm p span {
    border-left: 1px solid #4d4d4f;
    margin-left: 30px;
    padding-left: 30px;
}
.footer p
{
    font-size: 14px;
    color: #333;
    text-align: center;
	font-family: 'roboto-bold';
}
.footer-btm {
    background: #24ace0;
    padding: 15px 0px 10px 0px;
}
.footer-btm p {
    color: #fff;
    float: left;
    font-size: 14px;
	margin:0!important;
}
.footer-btm p:last-child {
    float: right;
}
.footer-btm p a
{
   color: #fff;  
}
/*.section5 .footer*/
/*{*/
/*    margin-top: 0px;*/
/*    background-color: #bababa;*/
/*}*/


/******footerend***********/
.chairman-mds {
    background-color: #cfde3d;
    height: 50vh;
    display: flex;
    align-items: flex-end;
}

.bod-sec {
    background-color: #24ace0;
    height: 50vh;
    padding-top: 40px;
    display: flex;
    align-items: center;
}

a.green-btn:hover {
    transition: all ease .3s;
    color: #fff;
    background-color: #3da451;
}

a.green-btn {
    background-color: #3da451;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
    margin-top: 0;
    display: inline-block;
    border: 1px dashed #3da451;
}

img.comma-1 {
    padding-right: 5px;
    margin-bottom: 5px;
    filter: brightness(0) invert(1);
}

img.comma-2 {
    padding-left: 5px;
    margin-bottom: -15px;
     filter: brightness(0) invert(1);
}

.chairman-mds p {
    margin: 10px 0;
    font-family: 'roboto-bold';
}

.chairman-mds p span {
    display: block;
    font-family: 'roboto-light';
}
.bod-sec a.green-btn{
     margin-top: 20px;
     margin-bottom: 20px;
}
a.blue-btn:hover {
    transition: all ease .3s;
    color: #fff;
    background-color: #24ace0;
}

a.blue-btn {
    background-color: #24ace0;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 30px;
    border: 1px dashed #1ea4d9;
}

.bod-sec h6 span {
    display: block;
    font-family: 'roboto-light';
}

.bod-sec h6 {
    font-size: 16px;
    margin: 10px 0;
    line-height: 24px;
    font-family: 'roboto-bold';
     color: #ffffff;
}

.performance-gray-bg {
    background:#eef5fd;
}
.section.section5 {
    background: #eef5fd;
}
.about-bg h3 {
    text-align: center;
    font-family: 'roboto-bold';
    font-size: 20px;
    margin-bottom: 10px;
}

.about-bg p {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.gp-btn {
    text-align: center;
}

.section4 h2,
.section3 h2 {
    font-size: 35px;
    font-family: 'roboto-bold';
    text-align: center;
}
.section2 h2{
    font-size: 25px;
    font-family: 'roboto-bold';
    margin-bottom: 10px;
    color: #fff;
}
.section2 p{
    color: #fff;
}
.section5 h2 {
    font-size: 35px;
    font-family: 'roboto-bold';
    text-align: left;
    margin-top: 15px;
}

svg#homesvg1 {
    max-width: 700px;
    margin: 0 auto;
}

svg#homesvg2 {
    max-width: 650px;
    margin: 0 auto;
}

svg#homesvg3 {
    max-width: 700px;
    margin: 20px auto;
}

svg#homesvg4 {
    max-width: 900px;
    margin: 20px auto;
}

svg#homesvg5 {
    max-width: 700px;
    margin: 10px auto;
}

.section5 p {
    margin: 20px 0;
}

.promotional-list ul li {
    color: #1fa4d9;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding-top: 20px;
    position: relative;
    list-style: none;
    font-family: 'roboto-bold';
}

.promotional-list ul li a {
    text-decoration: none;
}

.promotional-list {
    float: right;
    max-width: 450px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.promotional-list ul li:after {
    width: 100px;
    height: 100px;
    position: absolute;
    display: flex;
    content: "";
    border-radius: 50%;
    left: -115px;
    top: -15px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'roboto-bold';
}

.promotional-list ul li:nth-child(1):after {
    content: "Sampark";
    background: #3ca451;
}

.promotional-list ul li:nth-child(2):after {
    content: "Samwad";
    background: #1fa4d9;
}

.promotional-list ul li:nth-child(3):after {
    content: "Suraksha";
    background: #cfdd3d;
}

.promotional-list ul li:nth-child(4):after {
    content: "Sampreshan";
    background: #f5821f;
}

.promotional-list ul li:nth-child(5):after {
    content: "Sangam";
    background: #623895;
}
.menu{
    position: relative;
}
.menu:after {
    position: absolute;
    display: flex;
    content: "";
    background: white;
    width: 96%;
    height: 2px;
    top: 85px;
    left: 25px;
}
li.dropdown.mega-dropdown.col-md-2:after {
    position: absolute;
    display: block;
    content: "";
    background: #fff;
    width: 0;
    height: 6px;
    top: 83px;
    border-radius: 10px;
    z-index: 9;
    transition: all ease .3s;
}
li.dropdown.mega-dropdown.col-md-2:hover:after {
    width: 165px;
}
li.dropdown.mega-dropdown.col-md-2 {
    position: relative;
}
.progress-of-transmittal h1 {
    margin-bottom: 0!important;
}
.progress-top {
    margin-top: 40px;
}
.flex-clm {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* Animation */

.key1 {
    transform: rotatex(90deg);
    transform-origin: left bottom;
    animation: keybar linear 2s forwards;
    transform-box: fill-box;
}

@keyframes keybar {
    0% {
        transform: rotatex(90deg);
    }
    100% {
        transform: rotatex(0deg);
    }
}

@keyframes rotateIn2 {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.roundd2 {
    animation: rotateIn2 2s linear;
    transform-box: fill-box;
}

.zoomzoom {
    animation: zoomIn2 4s linear;
    transform-origin: 50%;
}

.pulse2 {
    animation: pulse 1s linear;
    transform-origin: 50%;
    animation-iteration-count: 5;
}

@keyframes zoomin2 {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}

.zoomin2 {
    animation: zoomin2 4s linear;
    transform-origin: center;
}

.drowline {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: drowline 10s linear;
    animation-fill-mode: forwards;
    transition: all ease .3s;
}

@keyframes drowline {
    from {
        stroke-dashoffset: 2000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.one {
    animation-delay: .30s;
}

.two {
    animation-delay: 1s;
}

.three {
    animation-delay: 1.30s;
}

.four {
    animation-delay: 2s;
}

.five {
    animation-delay: 2.30s;
}

.six {
    animation-delay: 3s;
}

.seven {
    animation-delay: 3.2s;
}

.eight {
    animation-delay: 3.4s;
}

.nine {
    animation-delay: 3.6s;
}

.ten {
    animation-delay: 3.8s;
}

/**********N***********/

.bg-main
{
    background-color: #fff;
    padding-bottom: 60px;
}
.heading1
{
    font-size: 42px;
    font-family:dinpro-bold;
     color:#21aae1;
    padding-top: 160px;
    padding-bottom: 20px;
}
.graph-head
{
    font-size: 20px;
    font-family:roboto-bold;
    color: #414042;
    padding-top: 30px;
    padding-bottom: 10px;
}
.msme-garph p
{
padding: 40px 0px;
}
.msme-content h2, .economy h2
{
font-size: 20px;
    font-family:roboto-bold;
    color: #414042;
    padding-bottom: 15px;
}
.msme-content p
{
padding-bottom:20px;
}
.border-blue
{
    border-bottom: 2px solid #21aae1;
    margin-bottom:20px;
}
.economy p
{
    padding-bottom: 30px;
}
.msme-sector
{
    margin-top: 30px;
    border-right: 2px solid #cedd3d;
    padding-left: 20px;
    min-height: 185px;
    margin-bottom: 40px;
}
.msme-sector h4
{
    font-size: 25px;
    color: #613896;
}
.msme-icon
{
    padding-bottom: 5px;
}
.msme-sector h4 span
{
    font-size: 60px;
}
.msme-sector p span
{
display: block;
}
.sector-last
{
    border-right: none;
}
.sector-first
{
    padding-left: 0px;
}
.m-people
{
    font-size: 25px !important;
    display: inline-block;
    float:left;
    width: 80px;
    margin-left: 20px;
}
.m-people1
{
    float: left;
}

.sector-btm-text h3
{
    font-size: 16px;
    font-family:roboto-bold;
    color: #414042;
    padding-bottom: 30px;
    line-height: 24px;
}
.sector-btm-text  p
{
    padding-bottom: 5px;
}
.pb-50
{
    padding-bottom: 50px;
}

.green-box
{
    position: relative;
    margin-bottom: 50px;
    padding-top:32px;
}
.msme-box
{
    background-color: #eff0f0;
    border-radius:24px;
    padding: 45px;
    text-align: center;
    position: absolute;
    top:0;
    left: 35px;
    min-height: 285px;
}

.msme-box h4
{
color: #414042;
font-size: 20px;
font-family:dinpro-bold;
padding-bottom: 15px;
}
.msme-box1
{
    left:10px;
    right:38px;
}
.blue-box
{
    padding-left: 35px;
    margin-bottom: 50px;
    position: relative;
    padding-top: 32px;
}
.msme-box2
{
margin-top:64px;
}
.pd-30
{
    padding-top: 30px;
}
.relief
{
    padding-right: 60px;
    padding-top: 80px;
    position: relative;
    z-index: 9;
    padding-bottom: 160px;
}
.circle-bg
{
right: 60px;
position: absolute;
bottom: 0px;
z-index: 1;
}
.bg-main1
{
    padding-bottom: 0px;
}
.mgmt-panel
{
margin-top: 30px;
}
.mgmt-panel .panel-title > a:after {
    float:left !important;
    content: '-';
    position: absolute;   
    background-repeat: no-repeat;
    left:10px;
    /*background-color: #3da252;*/
    padding: 12px 16px;
    margin-top: -12px;
    color:#20aae1;
}
.mgmt-panel .panel-title > a.collapsed:after {
    float:left !important;
    content: '+';
    position: absolute;   
    background-repeat: no-repeat;
    left:10px;
    padding: 12px 16px;
    margin-top: -12px;
    color:#20aae1;
}
.mgmt-panel .panel-title > a:focus
{
    text-decoration: none;
}
.mgmt-panel .panel-heading h4 {
    color: #414042;
    font-family:roboto-bold;
    font-size:20px;
    padding-left:20px;
    padding-right:15px;
}

.mgmt-panel.panel-group .panel-heading+.panel-collapse>.panel-body
{
    border:none;
    padding-left:20px;
    font-size: 16px;
}
.mgmt-panel .panel-default
{
    border-left:none;
    border-right: none;
    box-shadow: none;
    border-top:none;
    border-radius: 0px;
    border:none;
}
.mgmt-panel .panel-heading
{
    background-color:#fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
     padding-bottom:15px;
     /*border-bottom:2px solid #939598;*/
      border-top:2px solid #939598;
}

.micro-lending
{
    margin-top: 70px;
    margin-bottom: 30px;
}
.micro-lending img
{
    text-align: center;
    margin:auto;
}
.fund-top p
{
    padding-bottom: 20px;
}
.aspire-fund
{
    max-width:800px;
    width: 100%;
    margin:auto;
}
.aspire-fund span
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.other-fund
{
    margin-top: 90px;
}
.p-comp-img img
{
    margin: auto;
    margin-bottom: 30px;
}
.mgmt-panel h5
{
    font-size: 20px;
    font-family:roboto-bold;
    padding-bottom:15px;
}
.mgmt-panel h6
{
  font-size: 20px;  
}
.cf-img img
{
    margin: auto;
    margin-bottom: 60px;
}

.mgmt-panel ul li
{
    position: relative;
    padding-left:20px;
    padding-bottom:15px;
    font-size: 16px;
    line-height: 24px;
}
.mgmt-panel ul li span
{
    font-family:roboto-bold;
}
.mgmt-panel ul li:before
{
    content: '';
    position: absolute;
    top:7px;
    left: 0;
    height: 8px;
    width: 8px;
    background-color: #3ca451;
    border-radius: 50px;
}
.bp-35
{
    margin-top: 35px;
}
.mgmt-panel ul.blue-dot li:before
{
    background-color: #20aae1;
}
.mgmt-panel ul.purple-dot li:before
{
    background-color: #613896;
}
.mgmt-panel ul.grey-dot li:before
{
    background-color: #939598;
}
.liquidity
{
    max-width: 925px;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    margin:auto;
    overflow: hidden;
}
.liquidity span
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.liquidity-img img, .direct-lending-img img
{
    margin:40px auto;
}
.pb-20
{
    padding-bottom: 20px;
}
.liquidity.strategic
{
    max-width: 940px;
}
.enabler ul li h5
{
    font-size: 16px;
    font-family:roboto-bold;
    padding-bottom: 4px;
}
.en
{
    margin-top: 20px;
}
.facil-img
{
    padding-top:10px;
}
.facil-role
{
    padding-bottom: 60px;
}
.facil-role h5
{
    margin-top: 15px;
}
.facil-role ul li
{
    padding-bottom: 10px;
}
.lead-stru h5
{
font-size: 20px;
font-family:dinpro-bold;
padding-bottom: 20px;
}
/*sanni style*/
.individual-list{
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}
.individual-list h3 {
    font-size: 20px;
    font-family:roboto-bold;
    margin-bottom: 10px;
    margin-top: 15px;
}
.individual-list ul {
    padding-left: 13px;
}
.il1
{
    padding-top: 15px;
}
.individual-list ul li {
    font-size: 16px;
    padding-bottom: 10px;
}
.individual-list h3 span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.csr-bg-clr {
    width: 100%;
    display: inline-block;
    background-color: #f9fbed;
    padding: 30px 0px;
}
.inside-csr {
    width: 100%;
    display: inline-block;
    padding: 21px 0px;
}
.left-csr {
    width: 152px;
    float: left;
    margin-right: 36px;
}
.right-csr {
    float: left;
    width: calc(100% - 188px);
}
.right-csr .individual-list {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}
.csr-bg-clr img {
    display: block;
    margin: 0px auto;
}
.promotional-page .mgmt-panel ul li {
    position: relative;
    padding-left: 0px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.promotional-page .mgmt-panel ul li::before{
    display: none;
}
.promotional-page .left-csr {
    width: 144px;
    float: left;
    margin-right: 18px;
}
.promotional-page .right-csr {
    float: left;
    width: calc(100% - 162px);
}
.promotional-page .individual-list h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}
.promotional-page .inside-csr h3 {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}
.cow-lefts .left-csr {
    width: 94px;
    float: left;
    margin-right: 18px;
}
.cow-lefts .right-csr {
    float: left;
    width: calc(100% - 112px);
}
.in-ino img{
    width: 100%;
}
.icon-sizes .left-csr {
    width: 28px;
    float: left;
    margin-right: 18px;
}
.icon-sizes .right-csr {
    float: left;
    width: calc(100% - 46px);
}
/**/
/*  financial-performance  */

.transparent_bck .panel {
    background: transparent;
}

.transparent_bck .panel-heading {
    background: transparent;
}

.top-40 {
    padding-top: 40px;
}

.top-20 {
    padding-top: 20px;
}


/*  aggregator-role  */

.accessible-div {
    display: flex;
    align-items: flex-end;
}

ul.agrtr-grey-dot {
    padding-top: 20px;
}

ul.agrtr-grey-dot li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

ul.agrtr-grey-dot li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 8px;
    width: 8px;
    background-color: #939598;
    border-radius: 50px;
}

.accessible-div h3 {
    padding-left: 15px;
    font-size: 20px;
}

.mission-div {
    padding: 40px 0;
}

.mission-div h4 {
    font-size: 20px;
    font-weight: 700;
}

.pms-img img {
    margin: 0 20px;
}

.pms-img {
    display: flex;
    justify-content: center;
}

.foot-img {
    position: absolute;
    display: block;
    bottom: -120px;
    z-index: -1;
}

.container.msn-relative {
    position: relative;
    padding-bottom: 230px;
}

.transparent_bck img {
    max-width: 800px;
    margin: 0;
}

.transparent_bck .panel:last-child img {
    margin: 0 auto;
}
.mission-div p {
    margin-top: 10px;
}
/*  Managment   */
.covid-para img {
    padding-right: 10px;
}
.covid-para h4 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}
.covid-para {
    padding-top: 25px;
}
.mission-div h4 {
    margin-bottom: 20px;
}
.mgmt-panel .panel-title>a.collapsed:after {
    float: left !important;
    content: '+';
    position: absolute;
    background-repeat: no-repeat;
    left: -30px;
    padding: 0;
    color: #623895;
    height: 50px;
    display: flex;
    align-items: baseline;
    top: 10px;
}
.mgmt-panel .panel-title>a{
	 position: relative;
}
.mgmt-panel .panel-title>a:after {
    float: left !important;
    content: '-';
    position: absolute;
    background-repeat: no-repeat;
    left: -30px;
    padding: 0;
    color: #623895;
    display: flex;
    height: 50px;
    display: flex;
    align-items: baseline;
    top: 10px;
}
/*  aggregator-role end */

/*sanni style 31122021*/
/**/
.chairman-page .section2 {
    margin-top: 50px;
}
.chairman-contents h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family:roboto-bold; 
}
.chairman-contents p {
    font-size: 16px;
    margin-bottom: 25px;
}
.chairman-contents {
    width: 100%;
    display: inline-block;
    padding: 40px 0px 80px 0px;
}
.chairman-contents h3 span{
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.chairman-contents ul {
    padding-left: 12px;
    margin-bottom: 30px;
}
.chairman-contents ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.para-bg{
    width: 100%;
    display: inline-block;
    padding: 25px;
    background-color: #e9f2fa;
}
/**/

.commoverinside
{
    padding: 160px 0px 70px;
}
.commoverinside h1
{
      font-family:alwyn-bold;
      font-size: 42px;
      margin-bottom: 50px;
      color:#21aae1;
}
.commoverinside h1 span
{
    font-size: 20px;
    font-family:roboto-regular;
    display: block;
}
.bodlist
{
    -webkit-box-shadow: 0px 0px 17px 0px rgb(204 204 204 / 56%);
    -moz-box-shadow: 0px 0px 17px 0px rgba(204,204,204,0.56);
    box-shadow: 0px 0px 17px 0px rgb(204 204 204 / 56%);
    padding: 15px;
    min-height: auto;
    margin-bottom: 30px;
}
 .letter-of-transmittal{
    margin-top: 30px;
}
.secretery
{
    margin-bottom: 25px;
}
.letter-of-transmittal h5 {
    margin-bottom: 25px;
    font-size: 16px;
    font-family:roboto-bold;
}
.letter-of-transmittal .mm {
    margin-bottom: 0px;
}
.letter-of-transmittal p
{
    margin-bottom: 20px;
}
.secretery p {
    margin-bottom: 0px;
}
.levelhead
{
    background-color: #24aae0;
    padding: 5px 7px;
    min-height: 54px;
}
.levelhead h5
{
    font-size:18px!important;
    color: #ffffff;
}
.levelhead h5 span
{
    font-family:roboto-light;
}
.detailsbod .row
{
    display: flex;
    flex-wrap: wrap;
}
.detailsbod .row ol
{
    padding-left: 15px;
    margin: 10px 0px 45px;
}
.detailsbod .row ol li
{
    font-size: 16px;
}
.branchnt h5
{
    font-size: 20px;
    font-family:roboto-bold;
    margin-bottom: 10px;
}
.branchnt .row
{
    display: flex;
    flex-wrap: wrap;
}
.branchnt h1 span
{
    display: inline;
}
.branchnt h1
{
    margin-top: 45px;
    margin-bottom: 25px;
}
.branchnt .row p
{
    margin-bottom: 30px;
}
.bodinside h3
{
    font-size: 16px;
    font-family:roboto-bold;
    padding-top: 10px;
    text-align: center;
}
.bodinside h3 span
{
    font-family: roboto-light;
    display: block;
    padding-top: 5px;
}
.bdrpt h5
{
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'roboto-bold';
    margin-top: 10px;
    text-align:center;
}
.bdrpt h6 {
    font-size: 16px;
    margin-top: 10px;
    font-family: 'roboto-bold';
    margin-bottom: 35px;
}
.bdrpt h6 span {
    display: block;
    font-family: roboto-light;
    font-size: 14px;
    padding-top: 5px;
}
.bdrptimg {
    margin-top: 25px;
    height: 45px;
}
.bdrpt h5 span
{
    display: block;
    font-family: roboto-light;
    font-size: 16px;
}
.bdrpt .col-md-8 img
{
    margin: 15px 0px;
}
.bdrpt p
{
    padding-bottom: 20px;
}
ul.micro-list {
    padding-left: 15px;
}
ul.micro-list li{
    font-size: 16px;
    padding-bottom: 10px;
}
.rbi{
    font-size: 35px;
    font-family: roboto-bold;
    color:#21aae1;
    padding-bottom: 15px;
    margin-top:40px;
}
.blcktxt{
    color:#333!important;
}
.prpl-arow .panel-title>a.collapsed:after {
    color: #623895!important;
    left: -30px;
}
.prpl-arow .panel-title>a:after {
    color: #623895!important;
    left: -30px;
}
.prpltxt{
color:#623895!important;
}
.fntincrse {
    font-size: 18px!important;
    font-weight: 600;
}
.bg-lblue {
    background: #eef6fc;
    display: inline-block;
    margin: 15px;
    padding: 20px 10px;
    border-radius: 10px;
}
.key-top20{
    margin-top:20px;
}
.promotional-list ul li:hover:after {
    width: 110px;
    height: 110px;
    z-index: 999;
    transition: all ease .3s;
}
/*.FinancialPerformancePage .mgmt-panel .panel-heading h4 {*/
/*    color: #20aae1;*/
/*    font-family: roboto-bold;*/
/*    font-size: 20px;*/
/*    padding-left: 20px;*/
/*    padding-right: 15px;*/
/*}*/
/*.BusinessPerformancePage .mgmt-panel .panel-heading h4 {*/
/*    color: #20aae1;*/
/*    font-family: roboto-bold;*/
/*    font-size: 20px;*/
/*    padding-left: 20px;*/
/*    padding-right: 15px;*/
/*}*/
/*.promotional-page .mgmt-panel .panel-heading h4 {*/
/*    color: #20aae1;*/
/*    font-family: roboto-bold;*/
/*    font-size: 20px;*/
/*    padding-left: 20px;*/
/*    padding-right: 15px;*/
/*}*/
/*.ManagementGovernancePage .mgmt-panel .panel-heading h4 {*/
/*    color: #20aae1;*/
/*    font-family: roboto-bold;*/
/*    font-size: 20px;*/
/*    padding-left: 20px;*/
/*    padding-right: 15px;*/
/*}*/
.susidary-page .individual-list h3 {
    font-size: 20px;
    font-family: roboto-bold;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #41aa51;
}
/*uneza css*/
.for-size {
    font-size: 22px!important;
    
}
.levelnew h5 {
    color: #3e3e3f;
}
.blktxt {
    color: #3e3e3f!important;
}
.mgmt-panel .panel-head-new h4 {
  
    color: #21aae1!important;
}
.inside-new h3 {
    color: #61399f;
}
.grntxt h3 {
    color: #3ca451;
}
.skytxt h3 {
    color: #21aae1;
}
.skytxt span {
    color: #333;
}

.grntxt-new {
    color: #3ca451;
}
.supp-head {
    padding-top: 0px!important;
}
.insp {
    padding-top: 10px;
}